Trace number 4779718

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.04? (TO) 3600.05 3613.51

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx60.opb
MD5SUMc4903dfb08836eadb378d0a168fb9840
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2.20771
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4779718-1782134589.opb
0.00/0.02	c NaPS 1.03a50.
0.00/0.02	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.02	c Input file name: HOME/instance-4779718-1782134589.opb
0.00/0.02	c Parsing PB file...
0.00/0.02	c goal was devided by 1 with offset 6.
0.00/0.07	c assumptions before coding: 
0.00/0.08	c initScipForCoop
0.00/0.08	c Running SCIP presolver (time limit: 10 sec)...
0.00/0.08	c solveScip
0.00/0.08	c initScipForCoop
0.00/0.08	c Cooperative mode: scip_coop_offset=6.000000
0.00/0.08	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.00/0.08	c Running SCIP presolve for solve-time propagation (rounds=3)
0.00/0.08	c presolving:
0.00/0.09	c (round 1, fast)       6 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 420 clqs, 0 implints
0.00/0.09	c    (0.0s) running MILP presolver
0.00/0.10	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.10	c (round 2, exhaustive) 6 del vars, 60 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 420 clqs, 0 implints
0.08/0.12	c    (0.0s) probing: 51/2988 (1.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.12	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.08/0.12	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.08/0.12	c  6 deleted vars, 60 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.12	c  0 implications, 420 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.08/0.12	c presolved problem has 2988 variables (2988 bin, 0 int, 0 cont) and 444 constraints
0.08/0.12	c     384 constraints of type <knapsack>
0.08/0.12	c      60 constraints of type <setppc>
0.08/0.12	c transformed objective value is always integral (scale: 1)
0.08/0.12	c Presolving Time: 0.04
0.08/0.13	c presolving:
0.08/0.13	c (round 1, fast)       6 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 420 clqs, 0 implints
0.08/0.14	c    (0.0s) running MILP presolver
0.08/0.14	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.08/0.14	c (round 2, exhaustive) 6 del vars, 60 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 420 clqs, 0 implints
0.08/0.14	c (round 3, exhaustive) 6 del vars, 60 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.08/0.17	c    (0.0s) probing: 51/2988 (1.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.17	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.08/0.18	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.58/0.64	c    (0.5s) symmetry computation finished: 426 generators found (max: 1500, log10 of symmetry group size: 185.36) (symcode time: 0.46)
0.58/0.65	c dynamic symmetry handling statistics:
0.58/0.65	c    orbitopal reduction:       no components
0.58/0.65	c    orbital reduction:         no components
0.58/0.65	c    lexicographic reduction:   no permutations
0.58/0.65	c handled 1 out of 1 symmetry components
0.58/0.66	c (round 4, exhaustive) 435 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.58/0.66	c (round 5, medium)     613 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.58/0.66	c (round 6, medium)     711 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.58/0.66	c (round 7, medium)     716 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.58/0.66	c (round 8, medium)     721 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.58/0.66	c (round 9, medium)     725 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.58/0.67	c (round 10, medium)     728 del vars, 62 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.58/0.67	c (round 11, medium)     728 del vars, 68 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
0.77/0.84	c    (0.7s) probing: 1000/2988 (33.5%) - 0 fixings, 0 aggregations, 41487 implications, 0 bound changes
0.98/1.05	c    (0.9s) probing: 2000/2988 (66.9%) - 6 fixings, 0 aggregations, 56875 implications, 0 bound changes
0.98/1.10	c    (1.0s) probing: 2292/2988 (76.7%) - 6 fixings, 0 aggregations, 58600 implications, 0 bound changes
0.98/1.10	c    (1.0s) probing aborted: 50/50 successive totally useless probings
0.98/1.10	c (round 12, exhaustive) 734 del vars, 68 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 27223 clqs, 0 implints
1.08/1.11	c    (1.0s) probing: 2297/2988 (76.9%) - 6 fixings, 0 aggregations, 58600 implications, 0 bound changes
1.08/1.11	c    (1.0s) probing aborted: 50/50 successive totally useless probings
1.08/1.11	c presolving (13 rounds: 13 fast, 12 medium, 5 exhaustive):
1.08/1.11	c  734 deleted vars, 68 deleted constraints, 482 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.08/1.11	c  0 implications, 27223 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.08/1.11	c presolved problem has 2260 variables (2260 bin, 0 int, 0 cont) and 918 constraints
1.08/1.11	c     380 constraints of type <knapsack>
1.08/1.11	c      60 constraints of type <setppc>
1.08/1.11	c     478 constraints of type <orbitope_pp>
1.08/1.11	c transformed objective value is always integral (scale: 1)
1.08/1.11	c Presolving Time: 0.98
1.08/1.11	c 
1.08/1.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.08/1.19	c   1.1s|     1 |     0 |   528 |     - |    69M |   0 |2260 | 981 | 440 |   0 |  0 |  62 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.16/1.29	c   1.2s|     1 |     0 |  1051 |     - |    72M |   0 |2260 | 981 | 460 |  20 |  1 |  62 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.27/1.32	c   1.2s|     1 |     0 |  1095 |     - |    75M |   0 |2260 | 981 | 478 |  38 |  2 |  62 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.27/1.34	c   1.2s|     1 |     0 |  1138 |     - |    75M |   0 |2260 | 983 | 495 |  55 |  3 |  64 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.27/1.36	c   1.2s|     1 |     0 |  1193 |     - |    78M |   0 |2260 | 984 | 511 |  71 |  4 |  65 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.27/1.38	c   1.3s|     1 |     0 |  1273 |     - |    78M |   0 |2260 | 985 | 528 |  88 |  5 |  66 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.37/1.41	c   1.3s|     1 |     0 |  1346 |     - |    80M |   0 |2260 | 989 | 545 | 105 |  6 |  70 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.37/1.43	c   1.3s|     1 |     0 |  1414 |     - |    80M |   0 |2260 | 990 | 558 | 118 |  7 |  71 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.37/1.46	c   1.3s|     1 |     0 |  1482 |     - |    82M |   0 |2260 | 991 | 571 | 131 |  8 |  72 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.37/1.49	c   1.4s|     1 |     0 |  1567 |     - |    84M |   0 |2260 | 992 | 587 | 147 |  9 |  73 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.47/1.52	c   1.4s|     1 |     0 |  1671 |     - |    84M |   0 |2260 | 993 | 605 | 165 | 10 |  74 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.47/1.54	c   1.4s|     1 |     0 |  1774 |     - |    86M |   0 |2260 | 994 | 628 | 188 | 11 |  75 |   0 |-6.000000e+00 |      --      |    Inf | unknown
1.56/1.67	c   1.5s|     1 |     2 |  2294 |     - |    86M |   0 |2260 |1010 | 628 | 188 | 11 |  91 |  11 |-6.000000e+00 |      --      |    Inf | unknown
2.36/2.43	c   2.3s|   100 |    55 |  8413 |  67.1 |    95M |  40 |2260 |1225 | 527 | 319 |  1 | 306 |  11 |-6.000000e+00 |      --      |    Inf | unknown
2.76/2.86	c   2.7s|   200 |    87 | 15118 |  67.1 |    98M |  43 |2260 |1386 | 531 | 474 |  1 | 470 |  11 |-6.000000e+00 |      --      |    Inf | unknown
3.16/3.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.16/3.20	c   3.1s|   300 |   106 | 20437 |  62.4 |   104M |  45 |2260 |1599 |   0 | 629 |  0 | 687 |  11 |-6.000000e+00 |      --      |    Inf | unknown
3.26/3.39	c   3.3s|   400 |   116 | 23368 |  54.1 |   105M |  45 |2260 |1824 | 539 | 640 |  0 | 915 |  11 |-6.000000e+00 |      --      |    Inf | unknown
3.65/3.72	c   3.6s|   500 |   109 | 27527 |  51.6 |   110M |  45 |2260 |2016 | 531 | 815 |  1 |1126 |  11 |-6.000000e+00 |      --      |    Inf | unknown
4.07/4.15	c   4.0s|   600 |   173 | 34515 |  54.7 |   110M |  45 |2260 |2191 | 522 | 987 |  0 |1314 |  11 |-6.000000e+00 |      --      |    Inf | unknown
4.55/4.61	c   4.5s|   700 |   209 | 42990 |  59.0 |   111M |  45 |2260 |2366 | 522 |1107 |  0 |1494 |  11 |-6.000000e+00 |      --      |    Inf | unknown
4.85/4.91	c   4.8s|   800 |   212 | 48811 |  58.9 |   112M |  50 |2260 |2472 | 517 |1274 |  1 |1600 |  11 |-6.000000e+00 |      --      |    Inf | unknown
5.06/5.15	c   5.0s|   900 |   218 | 52513 |  56.4 |   113M |  50 |2260 |2652 | 542 |1344 |  1 |1798 |  11 |-6.000000e+00 |      --      |    Inf | unknown
5.45/5.56	c   5.4s|  1000 |   253 | 58858 |  57.1 |   114M |  50 |2260 |2745 | 530 |1449 |  1 |1920 |  11 |-6.000000e+00 |      --      |    Inf | unknown
5.85/5.95	c   5.8s|  1100 |   278 | 65520 |  58.0 |   114M |  50 |2260 |2838 | 543 |1612 |  0 |2040 |  11 |-6.000000e+00 |      --      |    Inf | unknown
6.14/6.25	c   6.1s|  1200 |   326 | 70125 |  57.0 |   115M |  50 |2260 |2960 | 532 |1760 |  1 |2205 |  11 |-6.000000e+00 |      --      |    Inf | unknown
6.44/6.55	c   6.4s|  1300 |   352 | 74240 |  55.8 |   115M |  50 |2260 |3072 | 539 |1891 |  1 |2338 |  11 |-6.000000e+00 |      --      |    Inf | unknown
6.75/6.82	c   6.7s|  1400 |   360 | 76800 |  53.6 |   116M |  50 |2260 |3203 | 550 |1937 |  1 |2471 |  11 |-6.000000e+00 |      --      |    Inf | unknown
6.96/7.05	c   6.9s|  1500 |   354 | 80558 |  52.6 |   117M |  50 |2260 |3280 | 530 |2007 |  1 |2565 |  11 |-6.000000e+00 |      --      |    Inf | unknown
7.25/7.34	c   7.2s|  1600 |   379 | 85198 |  52.2 |   117M |  50 |2260 |3358 | 522 |2107 |  1 |2685 |  11 |-6.000000e+00 |      --      |    Inf | unknown
7.45/7.59	c   7.5s|  1700 |   393 | 89023 |  51.4 |   118M |  50 |2260 |3432 | 546 |2200 |  0 |2821 |  11 |-6.000000e+00 |      --      |    Inf | unknown
7.95/8.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.95/8.01	c   7.9s|  1800 |   416 | 94708 |  51.7 |   118M |  50 |2260 |3456 | 522 |2265 |  1 |2900 |  11 |-6.000000e+00 |      --      |    Inf | unknown
8.24/8.31	c   8.2s|  1900 |   445 | 98641 |  51.0 |   119M |  50 |2260 |3502 | 543 |2429 |  1 |3027 |  11 |-6.000000e+00 |      --      |    Inf | unknown
8.34/8.49	c   8.4s|  2000 |   456 |101297 |  49.8 |   120M |  50 |2260 |3581 | 554 |2484 |  2 |3124 |  11 |-6.000000e+00 |      --      |    Inf | unknown
8.64/8.75	c   8.6s|  2100 |   455 |105466 |  49.4 |   120M |  57 |2260 |3767 | 531 |2556 |  1 |3324 |  11 |-6.000000e+00 |      --      |    Inf | unknown
8.95/9.06	c   8.9s|  2200 |   490 |109730 |  49.1 |   120M |  57 |2260 |3806 | 531 |2730 |  1 |3430 |  11 |-6.000000e+00 |      --      |    Inf | unknown
9.24/9.38	c   9.3s|  2300 |   509 |114709 |  49.1 |   121M |  57 |2260 |3967 | 534 |2846 |  1 |3654 |  11 |-6.000000e+00 |      --      |    Inf | unknown
9.43/9.59	c   9.5s|  2400 |   513 |118552 |  48.7 |   121M |  57 |2260 |4007 | 536 |2911 |  1 |3735 |  11 |-6.000000e+00 |      --      |    Inf | unknown
9.73/9.87	c   9.8s|  2500 |   516 |122650 |  48.4 |   122M |  57 |2260 |4074 | 532 |3053 |  3 |3883 |  11 |-6.000000e+00 |      --      |    Inf | unknown
10.04/10.12	c 
10.04/10.12	c SCIP Status        : solving was interrupted [time limit reached]
10.04/10.12	c Solving Time (sec) : 10.00
10.04/10.12	c Solving Nodes      : 2537
10.04/10.12	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
10.04/10.12	c Dual Bound         : -6.00000000000000e+00
10.04/10.12	c Gap                : infinite
10.04/10.12	c SCIP status: 23 (TIMELIMIT)
10.04/10.12	c solveScip: freeing transform (!can_skip_free_transform)
10.04/10.14	c SCIP presolver: sst_unknown
10.04/10.14	c Converting 3492 PB-constraints to clauses...
10.04/10.14	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 92
10.04/10.15	c Try to convert by bdds
10.04/10.15	c d: 1
10.04/10.15	c estimatedAdderCost: 92
10.04/10.15	c Try to convert by bdds
10.04/10.15	c d: 1
10.04/10.15	c estimatedAdderCost: 92
10.04/10.15	c Try to convert by bdds
10.04/10.15	c d: 1
10.04/10.15	c estimatedAdderCost: 92
10.04/10.15	c Try to convert by bdds
10.04/10.15	c d: 1
10.04/10.15	c estimatedAdderCost: 92
10.04/10.15	c Try to convert by bdds
10.04/10.16	c d: 1
10.04/10.16	c estimatedAdderCost: 92
10.04/10.16	c Try to convert by bdds
10.04/10.16	c d: 1
10.04/10.16	c estimatedAdderCost: 92
10.04/10.16	c Try to convert by bdds
10.04/10.16	c d: 1
10.04/10.16	c estimatedAdderCost: 92
10.04/10.16	c Try to convert by bdds
10.04/10.16	c d: 1
10.04/10.16	c estimatedAdderCost: 92
10.04/10.16	c Try to convert by bdds
10.04/10.16	c d: 1
10.04/10.16	c estimatedAdderCost: 92
10.04/10.16	c Try to convert by bdds
10.04/10.16	c d: 1
10.04/10.16	c estimatedAdderCost: 92
10.04/10.16	c Try to convert by bdds
10.04/10.16	c d: 1
10.04/10.16	c estimatedAdderCost: 92
10.04/10.16	c Try to convert by bdds
10.04/10.17	c d: 1
10.04/10.17	c estimatedAdderCost: 92
10.04/10.17	c Try to convert by bdds
10.04/10.17	c d: 1
10.04/10.17	c estimatedAdderCost: 92
10.04/10.17	c Try to convert by bdds
10.04/10.17	c d: 1
10.04/10.17	c estimatedAdderCost: 92
10.04/10.17	c Try to convert by bdds
10.04/10.17	c d: 1
10.04/10.17	c estimatedAdderCost: 92
10.04/10.17	c Try to convert by bdds
10.04/10.17	c d: 1
10.04/10.17	c estimatedAdderCost: 92
10.04/10.17	c Try to convert by bdds
10.04/10.18	c d: 1
10.04/10.18	c estimatedAdderCost: 92
10.04/10.18	c Try to convert by bdds
10.04/10.18	c d: 1
10.04/10.18	c estimatedAdderCost: 92
10.04/10.18	c Try to convert by bdds
10.04/10.18	c d: 1
10.04/10.18	c estimatedAdderCost: 92
10.04/10.18	c Try to convert by bdds
10.04/10.18	c d: 1
10.04/10.18	c estimatedAdderCost: 92
10.04/10.18	c Try to convert by bdds
10.04/10.18	c d: 1
10.04/10.18	c estimatedAdderCost: 92
10.04/10.18	c Try to convert by bdds
10.04/10.18	c d: 1
10.04/10.18	c estimatedAdderCost: 92
10.04/10.18	c Try to convert by bdds
10.04/10.18	c d: 1
10.04/10.18	c estimatedAdderCost: 92
10.04/10.18	c Try to convert by bdds
10.04/10.19	c d: 1
10.04/10.19	c estimatedAdderCost: 92
10.04/10.19	c Try to convert by bdds
10.04/10.19	c d: 1
10.04/10.19	c estimatedAdderCost: 92
10.04/10.19	c Try to convert by bdds
10.04/10.19	c d: 1
10.04/10.19	c estimatedAdderCost: 92
10.04/10.19	c Try to convert by bdds
10.04/10.19	c d: 1
10.04/10.19	c estimatedAdderCost: 92
10.04/10.19	c Try to convert by bdds
10.04/10.19	c d: 1
10.04/10.19	c estimatedAdderCost: 92
10.04/10.19	c Try to convert by bdds
10.04/10.19	c d: 1
10.04/10.19	c estimatedAdderCost: 92
10.04/10.19	c Try to convert by bdds
10.13/10.20	c d: 1
10.13/10.20	c estimatedAdderCost: 92
10.13/10.20	c Try to convert by bdds
10.13/10.20	c d: 1
10.13/10.20	c estimatedAdderCost: 92
10.13/10.20	c Try to convert by bdds
10.13/10.20	c d: 1
10.13/10.20	c estimatedAdderCost: 92
10.13/10.20	c Try to convert by bdds
10.13/10.20	c d: 1
10.13/10.20	c estimatedAdderCost: 92
10.13/10.20	c Try to convert by bdds
10.13/10.20	c d: 1
10.13/10.20	c estimatedAdderCost: 92
10.13/10.20	c Try to convert by bdds
10.13/10.20	c d: 1
10.13/10.20	c estimatedAdderCost: 92
10.13/10.20	c Try to convert by bdds
10.13/10.21	c d: 1
10.13/10.21	c estimatedAdderCost: 92
10.13/10.21	c Try to convert by bdds
10.13/10.21	c d: 1
10.13/10.21	c estimatedAdderCost: 92
10.13/10.21	c Try to convert by bdds
10.13/10.21	c d: 1
10.13/10.21	c estimatedAdderCost: 92
10.13/10.21	c Try to convert by bdds
10.13/10.21	c d: 1
10.13/10.21	c estimatedAdderCost: 92
10.13/10.21	c Try to convert by bdds
10.13/10.21	c d: 1
10.13/10.21	c estimatedAdderCost: 92
10.13/10.21	c Try to convert by bdds
10.13/10.21	c d: 1
10.13/10.21	c estimatedAdderCost: 92
10.13/10.21	c Try to convert by bdds
10.13/10.21	c d: 1
10.13/10.21	c estimatedAdderCost: 92
10.13/10.21	c Try to convert by bdds
10.13/10.22	c d: 1
10.13/10.22	c estimatedAdderCost: 92
10.13/10.22	c Try to convert by bdds
10.13/10.22	c d: 1
10.13/10.22	c estimatedAdderCost: 92
10.13/10.22	c Try to convert by bdds
10.13/10.22	c d: 1
10.13/10.22	c estimatedAdderCost: 92
10.13/10.22	c Try to convert by bdds
10.13/10.22	c d: 1
10.13/10.22	c estimatedAdderCost: 92
10.13/10.22	c Try to convert by bdds
10.13/10.22	c d: 1
10.13/10.22	c estimatedAdderCost: 92
10.13/10.22	c Try to convert by bdds
10.13/10.22	c d: 1
10.13/10.22	c estimatedAdderCost: 92
10.13/10.22	c Try to convert by bdds
10.13/10.23	c d: 1
10.13/10.23	c estimatedAdderCost: 92
10.13/10.23	c Try to convert by bdds
10.13/10.23	c d: 1
10.13/10.23	c estimatedAdderCost: 92
10.13/10.23	c Try to convert by bdds
10.13/10.23	c d: 1
10.13/10.23	c estimatedAdderCost: 92
10.13/10.23	c Try to convert by bdds
10.13/10.23	c d: 1
10.13/10.23	c estimatedAdderCost: 92
10.13/10.23	c Try to convert by bdds
10.13/10.23	c d: 1
10.13/10.23	c estimatedAdderCost: 92
10.13/10.23	c Try to convert by bdds
10.13/10.23	c d: 1
10.13/10.23	c estimatedAdderCost: 92
10.13/10.23	c Try to convert by bdds
10.13/10.23	c d: 1
10.13/10.23	c estimatedAdderCost: 92
10.13/10.23	c Try to convert by bdds
10.13/10.24	c d: 1
10.13/10.24	c estimatedAdderCost: 92
10.13/10.24	c Try to convert by bdds
10.13/10.24	c d: 1
10.13/10.24	c estimatedAdderCost: 92
10.13/10.24	c Try to convert by bdds
10.13/10.24	c d: 1
10.13/10.24	c estimatedAdderCost: 92
10.13/10.24	c Try to convert by bdds
10.13/10.24	c d: 1
10.13/10.24	c estimatedAdderCost: 92
10.13/10.24	c Try to convert by bdds
10.13/10.24	c d: 1
10.13/10.24	c estimatedAdderCost: 92
10.13/10.24	c Try to convert by bdds
10.13/10.24	c d: 1
10.13/10.24	c estimatedAdderCost: 92
10.13/10.24	c Try to convert by bdds
10.13/10.25	c d: 1
10.13/10.25	c estimatedAdderCost: 92
10.13/10.25	c Try to convert by bdds
10.13/10.25	c d: 1
10.13/10.25	c estimatedAdderCost: 92
10.13/10.25	c Try to convert by bdds
10.13/10.25	c d: 1
10.13/10.25	c estimatedAdderCost: 92
10.13/10.25	c Try to convert by bdds
10.13/10.25	c d: 1
10.13/10.25	c estimatedAdderCost: 92
10.13/10.25	c Try to convert by bdds
10.13/10.25	c d: 1
10.13/10.25	c estimatedAdderCost: 92
10.13/10.25	c Try to convert by bdds
10.13/10.25	c d: 1
10.13/10.25	c estimatedAdderCost: 92
10.13/10.25	c Try to convert by bdds
10.13/10.25	c d: 1
10.13/10.25	c estimatedAdderCost: 92
10.13/10.25	c Try to convert by bdds
10.13/10.26	c d: 1
10.13/10.26	c estimatedAdderCost: 92
10.13/10.26	c Try to convert by bdds
10.13/10.26	c d: 1
10.13/10.26	c estimatedAdderCost: 92
10.13/10.26	c Try to convert by bdds
10.13/10.26	c d: 1
10.13/10.26	c estimatedAdderCost: 92
10.13/10.26	c Try to convert by bdds
10.13/10.26	c d: 1
10.13/10.26	c estimatedAdderCost: 92
10.13/10.26	c Try to convert by bdds
10.13/10.26	c d: 1
10.13/10.26	c estimatedAdderCost: 92
10.13/10.26	c Try to convert by bdds
10.13/10.26	c d: 1
10.13/10.26	c estimatedAdderCost: 92
10.13/10.26	c Try to convert by bdds
10.13/10.27	c d: 1
10.13/10.27	c estimatedAdderCost: 92
10.13/10.27	c Try to convert by bdds
10.13/10.27	c d: 1
10.13/10.27	c estimatedAdderCost: 92
10.13/10.27	c Try to convert by bdds
10.13/10.27	c d: 1
10.13/10.27	c estimatedAdderCost: 92
10.13/10.27	c Try to convert by bdds
10.13/10.27	c d: 1
10.13/10.27	c estimatedAdderCost: 92
10.13/10.27	c Try to convert by bdds
10.13/10.27	c d: 1
10.13/10.27	c estimatedAdderCost: 92
10.13/10.27	c Try to convert by bdds
10.13/10.27	c d: 1
10.13/10.27	c estimatedAdderCost: 92
10.13/10.27	c Try to convert by bdds
10.13/10.28	c d: 1
10.13/10.28	c estimatedAdderCost: 92
10.13/10.28	c Try to convert by bdds
10.13/10.28	c d: 1
10.13/10.28	c estimatedAdderCost: 92
10.13/10.28	c Try to convert by bdds
10.13/10.28	c d: 1
10.13/10.28	c estimatedAdderCost: 92
10.13/10.28	c Try to convert by bdds
10.13/10.28	c d: 1
10.13/10.28	c estimatedAdderCost: 92
10.13/10.28	c Try to convert by bdds
10.13/10.28	c d: 1
10.13/10.28	c estimatedAdderCost: 92
10.13/10.28	c Try to convert by bdds
10.13/10.28	c d: 1
10.13/10.28	c estimatedAdderCost: 92
10.13/10.28	c Try to convert by bdds
10.13/10.28	c d: 1
10.13/10.28	c estimatedAdderCost: 92
10.13/10.28	c Try to convert by bdds
10.13/10.29	c d: 1
10.13/10.29	c estimatedAdderCost: 92
10.13/10.29	c Try to convert by bdds
10.13/10.29	c d: 1
10.13/10.29	c estimatedAdderCost: 92
10.13/10.29	c Try to convert by bdds
10.13/10.29	c d: 1
10.13/10.29	c estimatedAdderCost: 92
10.13/10.29	c Try to convert by bdds
10.13/10.29	c d: 1
10.13/10.29	c estimatedAdderCost: 92
10.13/10.29	c Try to convert by bdds
10.13/10.29	c d: 1
10.13/10.29	c estimatedAdderCost: 92
10.13/10.29	c Try to convert by bdds
10.13/10.29	c d: 1
10.13/10.29	c estimatedAdderCost: 92
10.13/10.29	c Try to convert by bdds
10.24/10.30	c d: 1
10.24/10.30	c estimatedAdderCost: 92
10.24/10.30	c Try to convert by bdds
10.24/10.30	c d: 1
10.24/10.30	c estimatedAdderCost: 92
10.24/10.30	c Try to convert by bdds
10.24/10.30	c d: 1
10.24/10.30	c estimatedAdderCost: 92
10.24/10.30	c Try to convert by bdds
10.24/10.30	c d: 1
10.24/10.30	c estimatedAdderCost: 92
10.24/10.30	c Try to convert by bdds
10.24/10.30	c d: 1
10.24/10.30	c estimatedAdderCost: 92
10.24/10.30	c Try to convert by bdds
10.24/10.30	c d: 1
10.24/10.30	c estimatedAdderCost: 92
10.24/10.30	c Try to convert by bdds
10.24/10.30	c d: 1
10.24/10.30	c estimatedAdderCost: 92
10.24/10.30	c Try to convert by bdds
10.24/10.31	c d: 1
10.24/10.31	c estimatedAdderCost: 92
10.24/10.31	c Try to convert by bdds
10.24/10.31	c d: 1
10.24/10.31	c estimatedAdderCost: 92
10.24/10.31	c Try to convert by bdds
10.24/10.31	c d: 1
10.24/10.31	c estimatedAdderCost: 92
10.24/10.31	c Try to convert by bdds
10.24/10.31	c d: 1
10.24/10.31	c estimatedAdderCost: 92
10.24/10.31	c Try to convert by bdds
10.24/10.31	c d: 1
10.24/10.31	c estimatedAdderCost: 92
10.24/10.31	c Try to convert by bdds
10.24/10.31	c d: 1
10.24/10.31	c estimatedAdderCost: 92
10.24/10.31	c Try to convert by bdds
10.24/10.32	c d: 1
10.24/10.32	c estimatedAdderCost: 92
10.24/10.32	c Try to convert by bdds
10.24/10.32	c d: 1
10.24/10.32	c estimatedAdderCost: 92
10.24/10.32	c Try to convert by bdds
10.24/10.32	c d: 1
10.24/10.32	c estimatedAdderCost: 92
10.24/10.32	c Try to convert by bdds
10.24/10.32	c d: 1
10.24/10.32	c estimatedAdderCost: 92
10.24/10.32	c Try to convert by bdds
10.24/10.32	c d: 1
10.24/10.32	c estimatedAdderCost: 92
10.24/10.32	c Try to convert by bdds
10.24/10.32	c d: 1
10.24/10.32	c estimatedAdderCost: 92
10.24/10.32	c Try to convert by bdds
10.24/10.33	c d: 1
10.24/10.33	c estimatedAdderCost: 92
10.24/10.33	c Try to convert by bdds
10.24/10.33	c d: 1
10.24/10.33	c estimatedAdderCost: 92
10.24/10.33	c Try to convert by bdds
10.24/10.33	c d: 1
10.24/10.33	c estimatedAdderCost: 92
10.24/10.33	c Try to convert by bdds
10.24/10.33	c d: 1
10.24/10.33	c estimatedAdderCost: 92
10.24/10.33	c Try to convert by bdds
10.24/10.33	c d: 1
10.24/10.33	c estimatedAdderCost: 92
10.24/10.33	c Try to convert by bdds
10.24/10.34	c d: 1
10.24/10.34	c estimatedAdderCost: 92
10.24/10.34	c Try to convert by bdds
10.24/10.34	c d: 1
10.24/10.34	c estimatedAdderCost: 92
10.24/10.34	c Try to convert by bdds
10.24/10.34	c d: 1
10.24/10.34	c estimatedAdderCost: 92
10.24/10.34	c Try to convert by bdds
10.24/10.34	c d: 1
10.24/10.34	c estimatedAdderCost: 92
10.24/10.34	c Try to convert by bdds
10.24/10.34	c d: 1
10.24/10.34	c estimatedAdderCost: 92
10.24/10.34	c Try to convert by bdds
10.24/10.34	c d: 1
10.24/10.34	c estimatedAdderCost: 92
10.24/10.34	c Try to convert by bdds
10.24/10.35	c d: 1
10.24/10.35	c estimatedAdderCost: 92
10.24/10.35	c Try to convert by bdds
10.24/10.35	c d: 1
10.24/10.35	c estimatedAdderCost: 92
10.24/10.35	c Try to convert by bdds
10.24/10.35	c d: 1
10.24/10.35	c estimatedAdderCost: 92
10.24/10.35	c Try to convert by bdds
10.24/10.35	c d: 1
10.24/10.35	c estimatedAdderCost: 92
10.24/10.35	c Try to convert by bdds
10.24/10.35	c d: 1
10.24/10.35	c estimatedAdderCost: 92
10.24/10.35	c Try to convert by bdds
10.24/10.35	c d: 1
10.24/10.35	c estimatedAdderCost: 92
10.24/10.35	c Try to convert by bdds
10.24/10.35	c d: 1
10.24/10.35	c estimatedAdderCost: 92
10.24/10.35	c Try to convert by bdds
10.24/10.36	c d: 1
10.24/10.36	c estimatedAdderCost: 92
10.24/10.36	c Try to convert by bdds
10.24/10.36	c d: 1
10.24/10.36	c estimatedAdderCost: 92
10.24/10.36	c Try to convert by bdds
10.24/10.36	c d: 1
10.24/10.36	c estimatedAdderCost: 92
10.24/10.36	c Try to convert by bdds
10.24/10.36	c d: 1
10.24/10.36	c estimatedAdderCost: 92
10.24/10.36	c Try to convert by bdds
10.24/10.36	c d: 1
10.24/10.36	c estimatedAdderCost: 92
10.24/10.36	c Try to convert by bdds
10.24/10.36	c d: 1
10.24/10.36	c estimatedAdderCost: 92
10.24/10.36	c Try to convert by bdds
10.24/10.37	c d: 1
10.24/10.37	c estimatedAdderCost: 92
10.24/10.37	c Try to convert by bdds
10.24/10.37	c d: 1
10.24/10.37	c estimatedAdderCost: 92
10.24/10.37	c Try to convert by bdds
10.24/10.37	c d: 1
10.24/10.37	c estimatedAdderCost: 92
10.24/10.37	c Try to convert by bdds
10.24/10.37	c d: 1
10.24/10.37	c estimatedAdderCost: 92
10.24/10.37	c Try to convert by bdds
10.24/10.37	c d: 1
10.24/10.37	c estimatedAdderCost: 92
10.24/10.37	c Try to convert by bdds
10.24/10.37	c d: 1
10.24/10.37	c estimatedAdderCost: 92
10.24/10.37	c Try to convert by bdds
10.24/10.37	c d: 1
10.24/10.37	c estimatedAdderCost: 92
10.24/10.37	c Try to convert by bdds
10.24/10.38	c d: 1
10.24/10.38	c estimatedAdderCost: 92
10.24/10.38	c Try to convert by bdds
10.24/10.38	c d: 1
10.24/10.38	c estimatedAdderCost: 92
10.24/10.38	c Try to convert by bdds
10.24/10.38	c d: 1
10.24/10.38	c estimatedAdderCost: 92
10.24/10.38	c Try to convert by bdds
10.24/10.38	c d: 1
10.24/10.38	c estimatedAdderCost: 92
10.24/10.38	c Try to convert by bdds
10.24/10.38	c d: 1
10.24/10.38	c estimatedAdderCost: 92
10.24/10.38	c Try to convert by bdds
10.24/10.38	c d: 1
10.24/10.38	c estimatedAdderCost: 92
10.24/10.38	c Try to convert by bdds
10.24/10.39	c d: 1
10.24/10.39	c estimatedAdderCost: 92
10.24/10.39	c Try to convert by bdds
10.24/10.39	c d: 1
10.24/10.39	c estimatedAdderCost: 92
10.24/10.39	c Try to convert by bdds
10.24/10.39	c d: 1
10.24/10.39	c estimatedAdderCost: 92
10.24/10.39	c Try to convert by bdds
10.24/10.39	c d: 1
10.24/10.39	c estimatedAdderCost: 92
10.24/10.39	c Try to convert by bdds
10.24/10.39	c d: 1
10.24/10.39	c estimatedAdderCost: 92
10.24/10.39	c Try to convert by bdds
10.24/10.39	c d: 1
10.24/10.39	c estimatedAdderCost: 92
10.24/10.39	c Try to convert by bdds
10.24/10.40	c d: 1
10.24/10.40	c estimatedAdderCost: 92
10.24/10.40	c Try to convert by bdds
10.34/10.40	c d: 1
10.34/10.40	c estimatedAdderCost: 92
10.34/10.40	c Try to convert by bdds
10.34/10.40	c d: 1
10.34/10.40	c estimatedAdderCost: 92
10.34/10.40	c Try to convert by bdds
10.34/10.40	c d: 1
10.34/10.40	c estimatedAdderCost: 92
10.34/10.40	c Try to convert by bdds
10.34/10.40	c d: 1
10.34/10.40	c estimatedAdderCost: 92
10.34/10.40	c Try to convert by bdds
10.34/10.40	c d: 1
10.34/10.40	c estimatedAdderCost: 92
10.34/10.40	c Try to convert by bdds
10.34/10.40	c d: 1
10.34/10.40	c estimatedAdderCost: 92
10.34/10.40	c Try to convert by bdds
10.34/10.41	c d: 1
10.34/10.41	c estimatedAdderCost: 92
10.34/10.41	c Try to convert by bdds
10.34/10.41	c d: 1
10.34/10.41	c estimatedAdderCost: 92
10.34/10.41	c Try to convert by bdds
10.34/10.41	c d: 1
10.34/10.41	c estimatedAdderCost: 92
10.34/10.41	c Try to convert by bdds
10.34/10.41	c d: 1
10.34/10.41	c estimatedAdderCost: 92
10.34/10.41	c Try to convert by bdds
10.34/10.41	c d: 1
10.34/10.41	c estimatedAdderCost: 92
10.34/10.41	c Try to convert by bdds
10.34/10.41	c d: 1
10.34/10.41	c estimatedAdderCost: 92
10.34/10.41	c Try to convert by bdds
10.34/10.42	c d: 1
10.34/10.42	c estimatedAdderCost: 92
10.34/10.42	c Try to convert by bdds
10.34/10.42	c d: 1
10.34/10.42	c estimatedAdderCost: 92
10.34/10.42	c Try to convert by bdds
10.34/10.42	c d: 1
10.34/10.42	c estimatedAdderCost: 92
10.34/10.42	c Try to convert by bdds
10.34/10.42	c d: 1
10.34/10.42	c estimatedAdderCost: 92
10.34/10.42	c Try to convert by bdds
10.34/10.42	c d: 1
10.34/10.42	c estimatedAdderCost: 92
10.34/10.42	c Try to convert by bdds
10.34/10.42	c d: 1
10.34/10.42	c estimatedAdderCost: 92
10.34/10.42	c Try to convert by bdds
10.34/10.42	c d: 1
10.34/10.42	c estimatedAdderCost: 92
10.34/10.42	c Try to convert by bdds
10.34/10.43	c d: 1
10.34/10.43	c estimatedAdderCost: 92
10.34/10.43	c Try to convert by bdds
10.34/10.43	c d: 1
10.34/10.43	c estimatedAdderCost: 92
10.34/10.43	c Try to convert by bdds
10.34/10.43	c d: 1
10.34/10.43	c estimatedAdderCost: 92
10.34/10.43	c Try to convert by bdds
10.34/10.43	c d: 1
10.34/10.43	c estimatedAdderCost: 92
10.34/10.43	c Try to convert by bdds
10.34/10.43	c d: 1
10.34/10.43	c estimatedAdderCost: 92
10.34/10.43	c Try to convert by bdds
10.34/10.43	c d: 1
10.34/10.43	c estimatedAdderCost: 92
10.34/10.43	c Try to convert by bdds
10.34/10.44	c d: 1
10.34/10.44	c estimatedAdderCost: 92
10.34/10.44	c Try to convert by bdds
10.34/10.44	c d: 1
10.34/10.44	c estimatedAdderCost: 92
10.34/10.44	c Try to convert by bdds
10.34/10.44	c d: 1
10.34/10.44	c estimatedAdderCost: 92
10.34/10.44	c Try to convert by bdds
10.34/10.44	c d: 1
10.34/10.44	c estimatedAdderCost: 92
10.34/10.44	c Try to convert by bdds
10.34/10.44	c d: 1
10.34/10.44	c estimatedAdderCost: 92
10.34/10.44	c Try to convert by bdds
10.34/10.44	c d: 1
10.34/10.44	c estimatedAdderCost: 92
10.34/10.44	c Try to convert by bdds
10.34/10.45	c d: 1
10.34/10.45	c estimatedAdderCost: 92
10.34/10.45	c Try to convert by bdds
10.34/10.45	c d: 1
10.34/10.45	c estimatedAdderCost: 92
10.34/10.45	c Try to convert by bdds
10.34/10.45	c d: 1
10.34/10.45	c estimatedAdderCost: 92
10.34/10.45	c Try to convert by bdds
10.34/10.45	c d: 1
10.34/10.45	c estimatedAdderCost: 92
10.34/10.45	c Try to convert by bdds
10.34/10.45	c d: 1
10.34/10.45	c estimatedAdderCost: 92
10.34/10.45	c Try to convert by bdds
10.34/10.45	c d: 1
10.34/10.45	c estimatedAdderCost: 92
10.34/10.45	c Try to convert by bdds
10.34/10.45	c d: 1
10.34/10.45	c estimatedAdderCost: 92
10.34/10.45	c Try to convert by bdds
10.34/10.46	c d: 1
10.34/10.46	c estimatedAdderCost: 92
10.34/10.46	c Try to convert by bdds
10.34/10.46	c d: 1
10.34/10.46	c estimatedAdderCost: 92
10.34/10.46	c Try to convert by bdds
10.34/10.46	c d: 1
10.34/10.46	c estimatedAdderCost: 92
10.34/10.46	c Try to convert by bdds
10.34/10.46	c d: 1
10.34/10.46	c estimatedAdderCost: 92
10.34/10.46	c Try to convert by bdds
10.34/10.46	c d: 1
10.34/10.46	c estimatedAdderCost: 92
10.34/10.46	c Try to convert by bdds
10.34/10.46	c d: 1
10.34/10.46	c estimatedAdderCost: 92
10.34/10.46	c Try to convert by bdds
10.34/10.47	c d: 1
10.34/10.47	c estimatedAdderCost: 92
10.34/10.47	c Try to convert by bdds
10.34/10.47	c d: 1
10.34/10.47	c estimatedAdderCost: 92
10.34/10.47	c Try to convert by bdds
10.34/10.47	c d: 1
10.34/10.47	c estimatedAdderCost: 92
10.34/10.47	c Try to convert by bdds
10.34/10.47	c d: 1
10.34/10.47	c estimatedAdderCost: 92
10.34/10.47	c Try to convert by bdds
10.34/10.47	c d: 1
10.34/10.47	c estimatedAdderCost: 92
10.34/10.47	c Try to convert by bdds
10.34/10.47	c d: 1
10.34/10.47	c estimatedAdderCost: 92
10.34/10.47	c Try to convert by bdds
10.34/10.48	c d: 1
10.34/10.48	c estimatedAdderCost: 92
10.34/10.48	c Try to convert by bdds
10.34/10.48	c d: 1
10.34/10.48	c estimatedAdderCost: 92
10.34/10.48	c Try to convert by bdds
10.34/10.48	c d: 1
10.34/10.48	c estimatedAdderCost: 92
10.34/10.48	c Try to convert by bdds
10.34/10.48	c d: 1
10.34/10.48	c estimatedAdderCost: 92
10.34/10.48	c Try to convert by bdds
10.34/10.48	c d: 1
10.34/10.48	c estimatedAdderCost: 92
10.34/10.48	c Try to convert by bdds
10.34/10.48	c d: 1
10.34/10.48	c estimatedAdderCost: 92
10.34/10.48	c Try to convert by bdds
10.34/10.48	c d: 1
10.34/10.48	c estimatedAdderCost: 92
10.34/10.48	c Try to convert by bdds
10.34/10.49	c d: 1
10.34/10.49	c estimatedAdderCost: 92
10.34/10.49	c Try to convert by bdds
10.34/10.49	c d: 1
10.34/10.49	c estimatedAdderCost: 92
10.34/10.49	c Try to convert by bdds
10.34/10.49	c d: 1
10.34/10.49	c estimatedAdderCost: 92
10.34/10.49	c Try to convert by bdds
10.34/10.49	c d: 1
10.34/10.49	c estimatedAdderCost: 92
10.34/10.49	c Try to convert by bdds
10.34/10.49	c d: 1
10.34/10.49	c estimatedAdderCost: 92
10.34/10.49	c Try to convert by bdds
10.34/10.49	c d: 1
10.34/10.49	c estimatedAdderCost: 92
10.34/10.49	c Try to convert by bdds
10.43/10.50	c d: 1
10.43/10.50	c estimatedAdderCost: 92
10.43/10.50	c Try to convert by bdds
10.43/10.50	c d: 1
10.43/10.50	c estimatedAdderCost: 92
10.43/10.50	c Try to convert by bdds
10.43/10.50	c d: 1
10.43/10.50	c estimatedAdderCost: 92
10.43/10.50	c Try to convert by bdds
10.43/10.50	c d: 1
10.43/10.50	c estimatedAdderCost: 92
10.43/10.50	c Try to convert by bdds
10.43/10.50	c d: 1
10.43/10.50	c estimatedAdderCost: 92
10.43/10.50	c Try to convert by bdds
10.43/10.50	c d: 1
10.43/10.50	c estimatedAdderCost: 92
10.43/10.50	c Try to convert by bdds
10.43/10.51	c d: 1
10.43/10.51	c estimatedAdderCost: 92
10.43/10.51	c Try to convert by bdds
10.43/10.51	c d: 1
10.43/10.51	c estimatedAdderCost: 92
10.43/10.51	c Try to convert by bdds
10.43/10.51	c d: 1
10.43/10.51	c estimatedAdderCost: 92
10.43/10.51	c Try to convert by bdds
10.43/10.51	c d: 1
10.43/10.51	c estimatedAdderCost: 92
10.43/10.51	c Try to convert by bdds
10.43/10.51	c d: 1
10.43/10.51	c estimatedAdderCost: 92
10.43/10.51	c Try to convert by bdds
10.43/10.51	c d: 1
10.43/10.51	c estimatedAdderCost: 92
10.43/10.51	c Try to convert by bdds
10.43/10.51	c d: 1
10.43/10.51	c estimatedAdderCost: 92
10.43/10.51	c Try to convert by bdds
10.43/10.52	c d: 1
10.43/10.52	c estimatedAdderCost: 92
10.43/10.52	c Try to convert by bdds
10.43/10.52	c d: 1
10.43/10.52	c estimatedAdderCost: 92
10.43/10.52	c Try to convert by bdds
10.43/10.52	c d: 1
10.43/10.52	c estimatedAdderCost: 92
10.43/10.52	c Try to convert by bdds
10.43/10.52	c d: 1
10.43/10.52	c estimatedAdderCost: 92
10.43/10.52	c Try to convert by bdds
10.43/10.52	c d: 1
10.43/10.52	c estimatedAdderCost: 92
10.43/10.52	c Try to convert by bdds
10.43/10.52	c d: 1
10.43/10.52	c estimatedAdderCost: 92
10.43/10.52	c Try to convert by bdds
10.43/10.53	c d: 1
10.43/10.53	c estimatedAdderCost: 92
10.43/10.53	c Try to convert by bdds
10.43/10.53	c d: 1
10.43/10.53	c estimatedAdderCost: 92
10.43/10.53	c Try to convert by bdds
10.43/10.53	c d: 1
10.43/10.53	c estimatedAdderCost: 92
10.43/10.53	c Try to convert by bdds
10.43/10.53	c d: 1
10.43/10.53	c estimatedAdderCost: 92
10.43/10.53	c Try to convert by bdds
10.43/10.53	c d: 1
10.43/10.53	c estimatedAdderCost: 92
10.43/10.53	c Try to convert by bdds
10.43/10.53	c d: 1
10.43/10.53	c estimatedAdderCost: 92
10.43/10.53	c Try to convert by bdds
10.43/10.54	c d: 1
10.43/10.54	c estimatedAdderCost: 92
10.43/10.54	c Try to convert by bdds
10.43/10.54	c d: 1
10.43/10.54	c estimatedAdderCost: 92
10.43/10.54	c Try to convert by bdds
10.43/10.54	c d: 1
10.43/10.54	c estimatedAdderCost: 92
10.43/10.54	c Try to convert by bdds
10.43/10.54	c d: 1
10.43/10.54	c estimatedAdderCost: 92
10.43/10.54	c Try to convert by bdds
10.43/10.54	c d: 1
10.43/10.54	c estimatedAdderCost: 92
10.43/10.54	c Try to convert by bdds
10.43/10.54	c d: 1
10.43/10.54	c estimatedAdderCost: 92
10.43/10.54	c Try to convert by bdds
10.43/10.55	c d: 1
10.43/10.55	c estimatedAdderCost: 92
10.43/10.55	c Try to convert by bdds
10.43/10.55	c d: 1
10.43/10.55	c estimatedAdderCost: 92
10.43/10.55	c Try to convert by bdds
10.43/10.55	c d: 1
10.43/10.55	c estimatedAdderCost: 92
10.43/10.55	c Try to convert by bdds
10.43/10.55	c d: 1
10.43/10.55	c estimatedAdderCost: 92
10.43/10.55	c Try to convert by bdds
10.43/10.55	c d: 1
10.43/10.55	c estimatedAdderCost: 92
10.43/10.55	c Try to convert by bdds
10.43/10.55	c d: 1
10.43/10.55	c estimatedAdderCost: 92
10.43/10.55	c Try to convert by bdds
10.43/10.55	c d: 1
10.43/10.55	c estimatedAdderCost: 92
10.43/10.55	c Try to convert by bdds
10.43/10.56	c d: 1
10.43/10.56	c estimatedAdderCost: 92
10.43/10.56	c Try to convert by bdds
10.43/10.56	c d: 1
10.43/10.56	c estimatedAdderCost: 92
10.43/10.56	c Try to convert by bdds
10.43/10.56	c d: 1
10.43/10.56	c estimatedAdderCost: 92
10.43/10.56	c Try to convert by bdds
10.43/10.56	c d: 1
10.43/10.56	c estimatedAdderCost: 92
10.43/10.56	c Try to convert by bdds
10.43/10.56	c d: 1
10.43/10.56	c estimatedAdderCost: 92
10.43/10.56	c Try to convert by bdds
10.43/10.56	c d: 1
10.43/10.56	c estimatedAdderCost: 92
10.43/10.56	c Try to convert by bdds
10.43/10.57	c d: 1
10.43/10.57	c estimatedAdderCost: 92
10.43/10.57	c Try to convert by bdds
10.43/10.57	c d: 1
10.43/10.57	c estimatedAdderCost: 92
10.43/10.57	c Try to convert by bdds
10.43/10.57	c d: 1
10.43/10.57	c estimatedAdderCost: 92
10.43/10.57	c Try to convert by bdds
10.43/10.57	c d: 1
10.43/10.57	c estimatedAdderCost: 92
10.43/10.57	c Try to convert by bdds
10.43/10.57	c d: 1
10.43/10.57	c estimatedAdderCost: 92
10.43/10.57	c Try to convert by bdds
10.43/10.57	c d: 1
10.43/10.57	c estimatedAdderCost: 92
10.43/10.57	c Try to convert by bdds
10.43/10.58	c d: 1
10.43/10.58	c estimatedAdderCost: 92
10.43/10.58	c Try to convert by bdds
10.43/10.58	c d: 1
10.43/10.58	c estimatedAdderCost: 92
10.43/10.58	c Try to convert by bdds
10.43/10.58	c d: 1
10.43/10.58	c estimatedAdderCost: 92
10.43/10.58	c Try to convert by bdds
10.43/10.58	c d: 1
10.43/10.58	c estimatedAdderCost: 92
10.43/10.58	c Try to convert by bdds
10.43/10.58	c d: 1
10.43/10.58	c estimatedAdderCost: 92
10.43/10.58	c Try to convert by bdds
10.43/10.58	c d: 1
10.43/10.58	c estimatedAdderCost: 92
10.43/10.58	c Try to convert by bdds
10.43/10.58	c d: 1
10.43/10.58	c estimatedAdderCost: 92
10.43/10.58	c Try to convert by bdds
10.43/10.59	c d: 1
10.43/10.59	c estimatedAdderCost: 92
10.43/10.59	c Try to convert by bdds
10.43/10.59	c d: 1
10.43/10.59	c estimatedAdderCost: 92
10.43/10.59	c Try to convert by bdds
10.43/10.59	c d: 1
10.43/10.59	c estimatedAdderCost: 92
10.43/10.59	c Try to convert by bdds
10.43/10.59	c d: 1
10.43/10.59	c estimatedAdderCost: 92
10.43/10.59	c Try to convert by bdds
10.43/10.59	c d: 1
10.43/10.59	c estimatedAdderCost: 92
10.43/10.59	c Try to convert by bdds
10.43/10.59	c d: 1
10.43/10.59	c estimatedAdderCost: 92
10.43/10.59	c Try to convert by bdds
10.53/10.60	c d: 1
10.53/10.60	c estimatedAdderCost: 92
10.53/10.60	c Try to convert by bdds
10.53/10.60	c d: 1
10.53/10.60	c estimatedAdderCost: 92
10.53/10.60	c Try to convert by bdds
10.53/10.60	c d: 1
10.53/10.60	c estimatedAdderCost: 92
10.53/10.60	c Try to convert by bdds
10.53/10.60	c d: 1
10.53/10.60	c estimatedAdderCost: 92
10.53/10.60	c Try to convert by bdds
10.53/10.60	c d: 1
10.53/10.60	c estimatedAdderCost: 92
10.53/10.60	c Try to convert by bdds
10.53/10.60	c d: 1
10.53/10.60	c estimatedAdderCost: 92
10.53/10.60	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 92
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 92
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 92
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 92
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 92
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 92
10.53/10.61	c Try to convert by bdds
10.53/10.62	c d: 1
10.53/10.62	c estimatedAdderCost: 92
10.53/10.62	c Try to convert by bdds
10.53/10.62	c d: 1
10.53/10.62	c estimatedAdderCost: 92
10.53/10.62	c Try to convert by bdds
10.53/10.62	c d: 1
10.53/10.62	c estimatedAdderCost: 92
10.53/10.62	c Try to convert by bdds
10.53/10.62	c d: 1
10.53/10.62	c estimatedAdderCost: 92
10.53/10.62	c Try to convert by bdds
10.53/10.62	c d: 1
10.53/10.62	c estimatedAdderCost: 92
10.53/10.62	c Try to convert by bdds
10.53/10.62	c d: 1
10.53/10.62	c estimatedAdderCost: 92
10.53/10.62	c Try to convert by bdds
10.53/10.62	c d: 1
10.53/10.62	c estimatedAdderCost: 92
10.53/10.62	c Try to convert by bdds
10.53/10.63	c d: 1
10.53/10.63	c estimatedAdderCost: 92
10.53/10.63	c Try to convert by bdds
10.53/10.63	c d: 1
10.53/10.63	c estimatedAdderCost: 92
10.53/10.63	c Try to convert by bdds
10.53/10.63	c d: 1
10.53/10.63	c estimatedAdderCost: 92
10.53/10.63	c Try to convert by bdds
10.53/10.63	c d: 1
10.53/10.63	c estimatedAdderCost: 92
10.53/10.63	c Try to convert by bdds
10.53/10.63	c d: 1
10.53/10.63	c estimatedAdderCost: 92
10.53/10.63	c Try to convert by bdds
10.53/10.63	c d: 1
10.53/10.63	c estimatedAdderCost: 92
10.53/10.63	c Try to convert by bdds
10.53/10.64	c d: 1
10.53/10.64	c estimatedAdderCost: 92
10.53/10.64	c Try to convert by bdds
10.53/10.64	c d: 1
10.53/10.64	c estimatedAdderCost: 92
10.53/10.64	c Try to convert by bdds
10.53/10.64	c d: 1
10.53/10.64	c estimatedAdderCost: 92
10.53/10.64	c Try to convert by bdds
10.53/10.64	c d: 1
10.53/10.64	c estimatedAdderCost: 92
10.53/10.64	c Try to convert by bdds
10.53/10.64	c d: 1
10.53/10.64	c estimatedAdderCost: 92
10.53/10.64	c Try to convert by bdds
10.53/10.64	c d: 1
10.53/10.64	c estimatedAdderCost: 92
10.53/10.64	c Try to convert by bdds
10.53/10.65	c d: 1
10.53/10.65	c estimatedAdderCost: 92
10.53/10.65	c Try to convert by bdds
10.53/10.65	c d: 1
10.53/10.65	c estimatedAdderCost: 92
10.53/10.65	c Try to convert by bdds
10.53/10.65	c d: 1
10.53/10.65	c estimatedAdderCost: 92
10.53/10.65	c Try to convert by bdds
10.53/10.66	c d: 1
10.53/10.66	c estimatedAdderCost: 92
10.53/10.66	c Try to convert by bdds
10.53/10.66	c d: 1
10.53/10.66	c estimatedAdderCost: 92
10.53/10.66	c Try to convert by bdds
10.53/10.66	c d: 1
10.53/10.66	c estimatedAdderCost: 92
10.53/10.66	c Try to convert by bdds
10.53/10.66	c d: 1
10.53/10.66	c estimatedAdderCost: 92
10.53/10.66	c Try to convert by bdds
10.53/10.66	c d: 1
10.53/10.66	c estimatedAdderCost: 92
10.53/10.66	c Try to convert by bdds
10.53/10.66	c d: 1
10.53/10.66	c estimatedAdderCost: 92
10.53/10.66	c Try to convert by bdds
10.53/10.67	c d: 1
10.53/10.67	c estimatedAdderCost: 92
10.53/10.67	c Try to convert by bdds
10.53/10.67	c d: 1
10.53/10.67	c estimatedAdderCost: 92
10.53/10.67	c Try to convert by bdds
10.53/10.67	c d: 1
10.53/10.67	c estimatedAdderCost: 92
10.53/10.67	c Try to convert by bdds
10.53/10.67	c d: 1
10.53/10.67	c estimatedAdderCost: 92
10.53/10.67	c Try to convert by bdds
10.53/10.67	c d: 1
10.53/10.67	c estimatedAdderCost: 92
10.53/10.67	c Try to convert by bdds
10.53/10.67	c d: 1
10.53/10.67	c estimatedAdderCost: 92
10.53/10.67	c Try to convert by bdds
10.53/10.68	c d: 1
10.53/10.68	c estimatedAdderCost: 92
10.53/10.68	c Try to convert by bdds
10.53/10.68	c d: 1
10.53/10.68	c estimatedAdderCost: 92
10.53/10.68	c Try to convert by bdds
10.53/10.68	c d: 1
10.53/10.68	c estimatedAdderCost: 92
10.53/10.68	c Try to convert by bdds
10.53/10.68	c d: 1
10.53/10.68	c estimatedAdderCost: 92
10.53/10.68	c Try to convert by bdds
10.53/10.68	c d: 1
10.53/10.68	c estimatedAdderCost: 92
10.53/10.68	c Try to convert by bdds
10.53/10.68	c d: 1
10.53/10.68	c estimatedAdderCost: 92
10.53/10.68	c Try to convert by bdds
10.53/10.68	c d: 1
10.53/10.68	c estimatedAdderCost: 92
10.53/10.68	c Try to convert by bdds
10.53/10.69	c d: 1
10.53/10.69	c estimatedAdderCost: 92
10.53/10.69	c Try to convert by bdds
10.53/10.69	c d: 1
10.53/10.69	c estimatedAdderCost: 92
10.53/10.69	c Try to convert by bdds
10.53/10.69	c d: 1
10.53/10.69	c estimatedAdderCost: 92
10.53/10.69	c Try to convert by bdds
10.53/10.69	c d: 1
10.53/10.69	c estimatedAdderCost: 92
10.53/10.69	c Try to convert by bdds
10.53/10.69	c d: 1
10.53/10.69	c estimatedAdderCost: 92
10.53/10.69	c Try to convert by bdds
10.53/10.69	c d: 1
10.53/10.69	c estimatedAdderCost: 92
10.53/10.69	c Try to convert by bdds
10.63/10.70	c d: 1
10.63/10.70	c estimatedAdderCost: 92
10.63/10.70	c Try to convert by bdds
10.63/10.70	c d: 1
10.63/10.70	c estimatedAdderCost: 92
10.63/10.70	c Try to convert by bdds
10.63/10.70	c d: 1
10.63/10.70	c estimatedAdderCost: 92
10.63/10.70	c Try to convert by bdds
10.63/10.70	c d: 1
10.63/10.70	c estimatedAdderCost: 92
10.63/10.70	c Try to convert by bdds
10.63/10.70	c d: 1
10.63/10.70	c estimatedAdderCost: 92
10.63/10.70	c Try to convert by bdds
10.63/10.70	c d: 1
10.63/10.70	c estimatedAdderCost: 92
10.63/10.70	c Try to convert by bdds
10.63/10.71	c d: 1
10.63/10.71	c estimatedAdderCost: 92
10.63/10.71	c Try to convert by bdds
10.63/10.71	c d: 1
10.63/10.71	c estimatedAdderCost: 92
10.63/10.71	c Try to convert by bdds
10.63/10.71	c d: 1
10.63/10.71	c estimatedAdderCost: 92
10.63/10.71	c Try to convert by bdds
10.63/10.71	c d: 1
10.63/10.71	c estimatedAdderCost: 92
10.63/10.71	c Try to convert by bdds
10.63/10.71	c d: 1
10.63/10.71	c estimatedAdderCost: 92
10.63/10.71	c Try to convert by bdds
10.63/10.71	c d: 1
10.63/10.71	c estimatedAdderCost: 92
10.63/10.71	c Try to convert by bdds
10.63/10.72	c d: 1
10.63/10.72	c estimatedAdderCost: 92
10.63/10.72	c Try to convert by bdds
10.63/10.72	c d: 1
10.63/10.72	c estimatedAdderCost: 92
10.63/10.72	c Try to convert by bdds
10.63/10.72	c d: 1
10.63/10.72	c estimatedAdderCost: 92
10.63/10.72	c Try to convert by bdds
10.63/10.72	c d: 1
10.63/10.72	c estimatedAdderCost: 92
10.63/10.72	c Try to convert by bdds
10.63/10.72	c d: 1
10.63/10.72	c estimatedAdderCost: 92
10.63/10.72	c Try to convert by bdds
10.63/10.72	c d: 1
10.63/10.72	c estimatedAdderCost: 92
10.63/10.72	c Try to convert by bdds
10.63/10.72	c d: 1
10.63/10.72	c estimatedAdderCost: 92
10.63/10.72	c Try to convert by bdds
10.63/10.73	c d: 1
10.63/10.73	c estimatedAdderCost: 92
10.63/10.73	c Try to convert by bdds
10.63/10.73	c d: 1
10.63/10.73	c estimatedAdderCost: 92
10.63/10.73	c Try to convert by bdds
10.63/10.73	c d: 1
10.63/10.73	c estimatedAdderCost: 92
10.63/10.73	c Try to convert by bdds
10.63/10.73	c d: 1
10.63/10.73	c estimatedAdderCost: 92
10.63/10.73	c Try to convert by bdds
10.63/10.73	c d: 1
10.63/10.73	c estimatedAdderCost: 92
10.63/10.73	c Try to convert by bdds
10.63/10.73	c d: 1
10.63/10.73	c estimatedAdderCost: 92
10.63/10.73	c Try to convert by bdds
10.63/10.74	c d: 1
10.63/10.74	c estimatedAdderCost: 92
10.63/10.74	c Try to convert by bdds
10.63/10.74	c d: 1
10.63/10.74	c estimatedAdderCost: 92
10.63/10.74	c Try to convert by bdds
10.63/10.74	c d: 1
10.63/10.74	c estimatedAdderCost: 92
10.63/10.74	c Try to convert by bdds
10.63/10.74	c d: 1
10.63/10.74	c estimatedAdderCost: 92
10.63/10.74	c Try to convert by bdds
10.63/10.74	c d: 1
10.63/10.74	c estimatedAdderCost: 92
10.63/10.74	c Try to convert by bdds
10.63/10.74	c d: 1
10.63/10.74	c estimatedAdderCost: 92
10.63/10.74	c Try to convert by bdds
10.63/10.75	c d: 1
10.63/10.75	c estimatedAdderCost: 92
10.63/10.75	c Try to convert by bdds
10.63/10.75	c d: 1
10.63/10.75	c estimatedAdderCost: 92
10.63/10.75	c Try to convert by bdds
10.63/10.75	c d: 1
10.63/10.75	c estimatedAdderCost: 92
10.63/10.75	c Try to convert by bdds
10.63/10.75	c d: 1
10.63/10.75	c estimatedAdderCost: 92
10.63/10.75	c Try to convert by bdds
10.63/10.75	c d: 1
10.63/10.75	c estimatedAdderCost: 92
10.63/10.75	c Try to convert by bdds
10.63/10.75	c d: 1
10.63/10.75	c estimatedAdderCost: 92
10.63/10.75	c Try to convert by bdds
10.63/10.76	c d: 1
10.63/10.76	c estimatedAdderCost: 92
10.63/10.76	c Try to convert by bdds
10.63/10.76	c d: 1
10.63/10.76	c estimatedAdderCost: 92
10.63/10.76	c Try to convert by bdds
10.63/10.76	c d: 1
10.63/10.76	c estimatedAdderCost: 92
10.63/10.76	c Try to convert by bdds
10.63/10.76	c d: 1
10.63/10.76	c estimatedAdderCost: 92
10.63/10.76	c Try to convert by bdds
10.63/10.76	c d: 1
10.63/10.76	c estimatedAdderCost: 92
10.63/10.76	c Try to convert by bdds
10.63/10.76	c d: 1
10.63/10.76	c 
10.83/10.92	c pb_solver_status: sst_unknown
10.83/10.92	c SCIP presolver nodes=2537 > 1; boosting initial SCIP budget to 1000.0 sec
10.83/10.92	c total stages of optimization mode: 1
10.83/10.92	c Use UB found in presolve
10.83/10.92	c LB updated by evalGoalLB to 0
10.83/10.92	c minimizationMode: cmm_First_solve
10.83/10.92	c goal coeffs: 1 1 1 1 1 1 
10.83/10.92	c assumptions: 
10.83/10.92	c invoking solver with time budget: 5.000000
15.93/16.02	c sat_solver_result: sst_unknown
15.93/16.02	c SAT solver timed out; proceeding to cooperative SCIP call
15.93/16.02	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 0
15.93/16.02	c scip solving with time budget: 1000.000000
15.93/16.02	c solveScip
15.93/16.02	c initScipForCoop
15.93/16.02	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
15.93/16.03	c presolving:
15.93/16.03	c (round 1, fast)       6 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 420 clqs, 0 implints
15.93/16.04	c    (0.0s) running MILP presolver
15.93/16.04	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
15.93/16.04	c (round 2, exhaustive) 6 del vars, 60 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 420 clqs, 0 implints
15.93/16.05	c (round 3, exhaustive) 6 del vars, 60 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
15.93/16.07	c    (0.1s) probing: 51/2988 (1.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
15.93/16.07	c    (0.1s) probing aborted: 50/50 successive totally useless probings
15.93/16.08	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
16.42/16.54	c    (0.5s) symmetry computation finished: 426 generators found (max: 1500, log10 of symmetry group size: 185.36) (symcode time: 0.46)
16.42/16.55	c dynamic symmetry handling statistics:
16.42/16.55	c    orbitopal reduction:       no components
16.42/16.55	c    orbital reduction:         no components
16.42/16.55	c    lexicographic reduction:   no permutations
16.42/16.55	c handled 1 out of 1 symmetry components
16.42/16.55	c (round 4, exhaustive) 435 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
16.42/16.56	c (round 5, medium)     613 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
16.42/16.56	c (round 6, medium)     711 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
16.42/16.56	c (round 7, medium)     716 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
16.42/16.56	c (round 8, medium)     721 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
16.42/16.56	c (round 9, medium)     725 del vars, 60 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
16.42/16.56	c (round 10, medium)     728 del vars, 62 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
16.42/16.56	c (round 11, medium)     728 del vars, 68 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 420 clqs, 0 implints
16.61/16.75	c    (0.7s) probing: 1000/2988 (33.5%) - 0 fixings, 0 aggregations, 41487 implications, 0 bound changes
16.81/16.97	c    (0.9s) probing: 2000/2988 (66.9%) - 6 fixings, 0 aggregations, 56875 implications, 0 bound changes
16.93/17.03	c    (1.0s) probing: 2292/2988 (76.7%) - 6 fixings, 0 aggregations, 58600 implications, 0 bound changes
16.93/17.03	c    (1.0s) probing aborted: 50/50 successive totally useless probings
16.93/17.03	c (round 12, exhaustive) 734 del vars, 68 del conss, 482 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 27223 clqs, 0 implints
16.93/17.03	c    (1.0s) probing: 2297/2988 (76.9%) - 6 fixings, 0 aggregations, 58600 implications, 0 bound changes
16.93/17.03	c    (1.0s) probing aborted: 50/50 successive totally useless probings
16.93/17.04	c presolving (13 rounds: 13 fast, 12 medium, 5 exhaustive):
16.93/17.04	c  734 deleted vars, 68 deleted constraints, 482 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
16.93/17.04	c  0 implications, 27223 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
16.93/17.04	c presolved problem has 2260 variables (2260 bin, 0 int, 0 cont) and 918 constraints
16.93/17.04	c     380 constraints of type <knapsack>
16.93/17.04	c      60 constraints of type <setppc>
16.93/17.04	c     478 constraints of type <orbitope_pp>
16.93/17.04	c transformed objective value is always integral (scale: 1)
16.93/17.04	c Presolving Time: 1.01
16.93/17.04	c 
17.03/17.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.03/17.12	c   1.1s|     1 |     0 |   528 |     - |   120M |   0 |2260 | 981 | 440 |   0 |  0 |  62 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.11/17.22	c   1.2s|     1 |     0 |  1051 |     - |   120M |   0 |2260 | 981 | 460 |  20 |  1 |  62 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.11/17.24	c   1.2s|     1 |     0 |  1095 |     - |   120M |   0 |2260 | 981 | 478 |  38 |  2 |  62 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.11/17.27	c   1.2s|     1 |     0 |  1138 |     - |   120M |   0 |2260 | 983 | 495 |  55 |  3 |  64 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.11/17.29	c   1.3s|     1 |     0 |  1193 |     - |   121M |   0 |2260 | 984 | 511 |  71 |  4 |  65 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.21/17.31	c   1.3s|     1 |     0 |  1273 |     - |   121M |   0 |2260 | 985 | 528 |  88 |  5 |  66 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.21/17.34	c   1.3s|     1 |     0 |  1346 |     - |   121M |   0 |2260 | 989 | 545 | 105 |  6 |  70 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.21/17.36	c   1.3s|     1 |     0 |  1414 |     - |   121M |   0 |2260 | 990 | 558 | 118 |  7 |  71 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.21/17.39	c   1.4s|     1 |     0 |  1482 |     - |   121M |   0 |2260 | 991 | 571 | 131 |  8 |  72 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.31/17.42	c   1.4s|     1 |     0 |  1567 |     - |   121M |   0 |2260 | 992 | 587 | 147 |  9 |  73 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.31/17.45	c   1.4s|     1 |     0 |  1671 |     - |   121M |   0 |2260 | 993 | 605 | 165 | 10 |  74 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.31/17.47	c   1.4s|     1 |     0 |  1774 |     - |   121M |   0 |2260 | 994 | 628 | 188 | 11 |  75 |   0 |-6.000000e+00 |      --      |    Inf | unknown
17.51/17.61	c   1.6s|     1 |     2 |  2294 |     - |   121M |   0 |2260 |1010 | 628 | 188 | 11 |  91 |  11 |-6.000000e+00 |      --      |    Inf | unknown
18.21/18.38	c   2.4s|   100 |    55 |  8413 |  67.1 |   121M |  40 |2260 |1225 | 527 | 319 |  1 | 306 |  11 |-6.000000e+00 |      --      |    Inf | unknown
18.71/18.82	c   2.8s|   200 |    87 | 15118 |  67.1 |   122M |  43 |2260 |1386 | 531 | 474 |  1 | 470 |  11 |-6.000000e+00 |      --      |    Inf | unknown
19.02/19.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.02/19.17	c   3.2s|   300 |   106 | 20437 |  62.4 |   123M |  45 |2260 |1599 |   0 | 629 |  0 | 687 |  11 |-6.000000e+00 |      --      |    Inf | unknown
19.20/19.36	c   3.3s|   400 |   116 | 23368 |  54.1 |   123M |  45 |2260 |1824 | 539 | 640 |  0 | 915 |  11 |-6.000000e+00 |      --      |    Inf | unknown
19.60/19.70	c   3.7s|   500 |   109 | 27527 |  51.6 |   124M |  45 |2260 |2016 | 531 | 815 |  1 |1126 |  11 |-6.000000e+00 |      --      |    Inf | unknown
20.01/20.14	c   4.1s|   600 |   173 | 34515 |  54.7 |   124M |  45 |2260 |2191 | 522 | 987 |  0 |1314 |  11 |-6.000000e+00 |      --      |    Inf | unknown
20.50/20.60	c   4.6s|   700 |   209 | 42990 |  59.0 |   124M |  45 |2260 |2366 | 522 |1107 |  0 |1494 |  11 |-6.000000e+00 |      --      |    Inf | unknown
20.80/20.91	c   4.9s|   800 |   212 | 48811 |  58.9 |   124M |  50 |2260 |2472 | 517 |1274 |  1 |1600 |  11 |-6.000000e+00 |      --      |    Inf | unknown
21.01/21.15	c   5.1s|   900 |   218 | 52513 |  56.4 |   124M |  50 |2260 |2652 | 542 |1344 |  1 |1798 |  11 |-6.000000e+00 |      --      |    Inf | unknown
21.39/21.56	c   5.5s|  1000 |   253 | 58858 |  57.1 |   124M |  50 |2260 |2745 | 530 |1449 |  1 |1920 |  11 |-6.000000e+00 |      --      |    Inf | unknown
21.79/21.96	c   5.9s|  1100 |   278 | 65520 |  58.0 |   124M |  50 |2260 |2838 | 543 |1612 |  0 |2040 |  11 |-6.000000e+00 |      --      |    Inf | unknown
22.09/22.27	c   6.2s|  1200 |   326 | 70125 |  57.0 |   124M |  50 |2260 |2960 | 532 |1760 |  1 |2205 |  11 |-6.000000e+00 |      --      |    Inf | unknown
22.39/22.57	c   6.5s|  1300 |   352 | 74240 |  55.8 |   124M |  50 |2260 |3072 | 539 |1891 |  1 |2338 |  11 |-6.000000e+00 |      --      |    Inf | unknown
22.69/22.84	c   6.8s|  1400 |   360 | 76800 |  53.6 |   124M |  50 |2260 |3203 | 550 |1937 |  1 |2471 |  11 |-6.000000e+00 |      --      |    Inf | unknown
22.90/23.07	c   7.1s|  1500 |   354 | 80558 |  52.6 |   124M |  50 |2260 |3280 | 530 |2007 |  1 |2565 |  11 |-6.000000e+00 |      --      |    Inf | unknown
23.19/23.37	c   7.3s|  1600 |   379 | 85198 |  52.2 |   124M |  50 |2260 |3358 | 522 |2107 |  1 |2685 |  11 |-6.000000e+00 |      --      |    Inf | unknown
23.49/23.61	c   7.6s|  1700 |   393 | 89023 |  51.4 |   124M |  50 |2260 |3432 | 546 |2200 |  0 |2821 |  11 |-6.000000e+00 |      --      |    Inf | unknown
23.90/24.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.90/24.05	c   8.0s|  1800 |   416 | 94708 |  51.7 |   124M |  50 |2260 |3456 | 522 |2265 |  1 |2900 |  11 |-6.000000e+00 |      --      |    Inf | unknown
24.18/24.35	c   8.3s|  1900 |   445 | 98641 |  51.0 |   124M |  50 |2260 |3502 | 543 |2429 |  1 |3027 |  11 |-6.000000e+00 |      --      |    Inf | unknown
24.38/24.54	c   8.5s|  2000 |   456 |101297 |  49.8 |   124M |  50 |2260 |3581 | 554 |2484 |  2 |3124 |  11 |-6.000000e+00 |      --      |    Inf | unknown
24.68/24.80	c   8.8s|  2100 |   455 |105466 |  49.4 |   124M |  57 |2260 |3767 | 531 |2556 |  1 |3324 |  11 |-6.000000e+00 |      --      |    Inf | unknown
24.99/25.11	c   9.1s|  2200 |   490 |109730 |  49.1 |   124M |  57 |2260 |3806 | 531 |2730 |  1 |3430 |  11 |-6.000000e+00 |      --      |    Inf | unknown
25.28/25.43	c   9.4s|  2300 |   509 |114709 |  49.1 |   124M |  57 |2260 |3967 | 534 |2846 |  1 |3654 |  11 |-6.000000e+00 |      --      |    Inf | unknown
25.48/25.65	c   9.6s|  2400 |   513 |118552 |  48.7 |   124M |  57 |2260 |4007 | 536 |2911 |  1 |3735 |  11 |-6.000000e+00 |      --      |    Inf | unknown
25.78/25.94	c   9.9s|  2500 |   516 |122650 |  48.4 |   124M |  57 |2260 |4074 | 532 |3053 |  3 |3883 |  11 |-6.000000e+00 |      --      |    Inf | unknown
26.28/26.47	c  10.5s|  2600 |   560 |127770 |  48.5 |   125M |  57 |2260 |4070 | 535 |3232 |  0 |4019 |  11 |-6.000000e+00 |      --      |    Inf | unknown
26.67/26.80	c  10.8s|  2700 |   572 |133611 |  48.8 |   125M |  57 |2260 |4083 | 542 |3352 |  1 |4047 |  11 |-6.000000e+00 |      --      |    Inf | unknown
26.89/27.11	c  11.1s|  2800 |   576 |139187 |  49.1 |   125M |  57 |2260 |4117 | 546 |3485 |  1 |4082 |  11 |-6.000000e+00 |      --      |    Inf | unknown
27.17/27.34	c  11.3s|  2900 |   572 |143395 |  48.9 |   125M |  57 |2260 |4158 | 541 |3534 |  1 |4125 |  11 |-6.000000e+00 |      --      |    Inf | unknown
27.37/27.55	c  11.5s|  3000 |   576 |146603 |  48.3 |   125M |  57 |2260 |4208 |   0 |3590 |  0 |4185 |  11 |-6.000000e+00 |      --      |    Inf | unknown
27.67/27.86	c  11.8s|  3100 |   579 |152375 |  48.6 |   125M |  57 |2260 |4280 | 551 |3704 |  0 |4266 |  11 |-6.000000e+00 |      --      |    Inf | unknown
27.98/28.14	c  12.1s|  3200 |   590 |157141 |  48.6 |   125M |  57 |2260 |4362 | 551 |3801 |  1 |4365 |  11 |-6.000000e+00 |      --      |    Inf | unknown
28.27/28.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.27/28.41	c  12.4s|  3300 |   597 |161679 |  48.5 |   126M |  57 |2260 |4438 | 547 |3895 |  1 |4450 |  11 |-6.000000e+00 |      --      |    Inf | unknown
28.47/28.61	c  12.6s|  3400 |   602 |165261 |  48.1 |   126M |  57 |2260 |4451 | 547 |4018 |  1 |4474 |  11 |-6.000000e+00 |      --      |    Inf | unknown
28.67/28.85	c  12.8s|  3500 |   606 |169756 |  48.0 |   126M |  57 |2260 |4504 | 552 |4084 |  0 |4543 |  11 |-6.000000e+00 |      --      |    Inf | unknown
28.88/29.10	c  13.1s|  3600 |   604 |174226 |  47.9 |   126M |  57 |2260 |4550 | 558 |4160 |  0 |4604 |  11 |-6.000000e+00 |      --      |    Inf | unknown
29.17/29.36	c  13.3s|  3700 |   591 |179365 |  48.0 |   126M |  57 |2260 |4541 | 549 |4192 |  0 |4615 |  11 |-6.000000e+00 |      --      |    Inf | unknown
29.46/29.64	c  13.6s|  3800 |   596 |184150 |  48.0 |   126M |  57 |2260 |4511 | 529 |4249 |  1 |4686 |  11 |-6.000000e+00 |      --      |    Inf | unknown
29.76/29.97	c  13.9s|  3900 |   601 |189485 |  48.1 |   127M |  57 |2260 |4586 | 540 |4346 |  1 |4831 |  11 |-6.000000e+00 |      --      |    Inf | unknown
30.26/30.41	c  14.4s|  4000 |   639 |193807 |  48.0 |   128M |  57 |2260 |4519 | 537 |4494 |  1 |4934 |  11 |-6.000000e+00 |      --      |    Inf | unknown
30.76/30.92	c  14.9s|  4100 |   669 |199825 |  48.3 |   130M |  57 |2260 |4459 | 508 |4651 |  1 |4990 |  11 |-6.000000e+00 |      --      |    Inf | unknown
31.06/31.22	c  15.2s|  4200 |   685 |203932 |  48.1 |   131M |  57 |2260 |4595 |   0 |4789 |  0 |5194 |  11 |-6.000000e+00 |      --      |    Inf | unknown
31.66/31.83	c  15.8s|  4300 |   749 |207222 |  47.8 |   131M |  57 |2260 |4584 | 532 |4941 |  2 |5231 |  11 |-6.000000e+00 |      --      |    Inf | unknown
31.97/32.14	c  16.1s|  4400 |   782 |211778 |  47.7 |   131M |  57 |2260 |4635 | 528 |5018 |  1 |5299 |  11 |-6.000000e+00 |      --      |    Inf | unknown
32.15/32.36	c  16.3s|  4500 |   790 |214574 |  47.3 |   132M |  57 |2260 |4769 | 523 |5075 |  1 |5440 |  11 |-6.000000e+00 |      --      |    Inf | unknown
32.45/32.60	c  16.6s|  4600 |   814 |218627 |  47.2 |   132M |  57 |2260 |4853 | 534 |5176 |  1 |5531 |  11 |-6.000000e+00 |      --      |    Inf | unknown
32.75/32.94	c  16.9s|  4700 |   825 |224016 |  47.3 |   133M |  57 |2260 |4950 |   0 |5301 |  0 |5630 |  11 |-6.000000e+00 |      --      |    Inf | unknown
33.05/33.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.05/33.20	c  17.2s|  4800 |   841 |228746 |  47.3 |   133M |  57 |2260 |4993 | 531 |5407 |  1 |5682 |  11 |-6.000000e+00 |      --      |    Inf | unknown
33.35/33.54	c  17.5s|  4900 |   860 |234985 |  47.6 |   133M |  57 |2260 |5029 | 535 |5609 |  1 |5731 |  11 |-6.000000e+00 |      --      |    Inf | unknown
33.55/33.75	c  17.7s|  5000 |   868 |238304 |  47.3 |   133M |  57 |2260 |5150 | 529 |5658 |  1 |5870 |  11 |-6.000000e+00 |      --      |    Inf | unknown
33.96/34.18	c  18.2s|  5100 |   901 |243472 |  47.4 |   134M |  57 |2260 |5158 | 513 |5789 |  1 |5974 |  11 |-6.000000e+00 |      --      |    Inf | unknown
34.25/34.41	c  18.4s|  5200 |   958 |246812 |  47.1 |   134M |  57 |2260 |5247 | 518 |5877 |  0 |6094 |  11 |-6.000000e+00 |      --      |    Inf | unknown
34.55/34.79	c  18.8s|  5300 |  1002 |250798 |  47.0 |   134M |  57 |2260 |5321 | 539 |6000 |  1 |6241 |  11 |-6.000000e+00 |      --      |    Inf | unknown
34.86/35.09	c  19.1s|  5400 |  1005 |256414 |  47.2 |   135M |  57 |2260 |5395 | 548 |6141 |  1 |6374 |  11 |-6.000000e+00 |      --      |    Inf | unknown
35.24/35.48	c  19.5s|  5500 |  1027 |261596 |  47.2 |   135M |  57 |2260 |5390 | 530 |6280 |  0 |6469 |  11 |-6.000000e+00 |      --      |    Inf | unknown
35.54/35.71	c  19.7s|  5600 |  1033 |265888 |  47.2 |   135M |  57 |2260 |5417 | 529 |6332 |  0 |6536 |  11 |-6.000000e+00 |      --      |    Inf | unknown
35.74/35.96	c  19.9s|  5700 |  1054 |270069 |  47.1 |   135M |  57 |2260 |5429 | 535 |6405 |  0 |6596 |  11 |-6.000000e+00 |      --      |    Inf | unknown
36.04/36.20	c  20.2s|  5800 |  1059 |274782 |  47.1 |   135M |  57 |2260 |5435 | 533 |6472 |  0 |6633 |  11 |-6.000000e+00 |      --      |    Inf | unknown
36.24/36.44	c  20.4s|  5900 |  1087 |279104 |  47.0 |   136M |  57 |2260 |5408 | 522 |6517 |  1 |6699 |  11 |-6.000000e+00 |      --      |    Inf | unknown
36.54/36.71	c  20.7s|  6000 |  1107 |283028 |  46.9 |   136M |  57 |2260 |5497 | 525 |6679 |  1 |6800 |  11 |-6.000000e+00 |      --      |    Inf | unknown
36.74/36.96	c  20.9s|  6100 |  1122 |287514 |  46.9 |   136M |  57 |2260 |5576 |   0 |6779 |  0 |6890 |  11 |-6.000000e+00 |      --      |    Inf | unknown
37.04/37.22	c  21.2s|  6200 |  1139 |291070 |  46.7 |   137M |  57 |2260 |5469 | 508 |6891 |  1 |7037 |  11 |-6.000000e+00 |      --      |    Inf | unknown
37.34/37.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.34/37.58	c  21.6s|  6300 |  1154 |295768 |  46.7 |   137M |  57 |2260 |5455 | 543 |7051 |  1 |7157 |  11 |-6.000000e+00 |      --      |    Inf | unknown
37.63/37.82	c  21.8s|  6400 |  1162 |298037 |  46.3 |   140M |  57 |2260 |5560 | 547 |7134 |  1 |7269 |  11 |-6.000000e+00 |      --      |    Inf | unknown
38.03/38.22	c  22.2s|  6500 |  1176 |302730 |  46.3 |   141M |  57 |2260 |5524 | 546 |7263 |  1 |7434 |  11 |-6.000000e+00 |      --      |    Inf | unknown
38.33/38.50	c  22.5s|  6600 |  1205 |307592 |  46.3 |   141M |  57 |2260 |5363 | 497 |7345 |  1 |7512 |  11 |-6.000000e+00 |      --      |    Inf | unknown
38.53/38.78	c  22.8s|  6700 |  1231 |311854 |  46.3 |   141M |  57 |2260 |5383 |   0 |7482 |  0 |7607 |  11 |-6.000000e+00 |      --      |    Inf | unknown
38.84/39.05	c  23.0s|  6800 |  1247 |315102 |  46.1 |   142M |  57 |2260 |5494 | 527 |7619 |  1 |7729 |  11 |-6.000000e+00 |      --      |    Inf | unknown
39.03/39.29	c  23.3s|  6900 |  1255 |318646 |  45.9 |   143M |  57 |2260 |5542 | 536 |7692 |  1 |7795 |  11 |-6.000000e+00 |      --      |    Inf | unknown
39.33/39.51	c  23.5s|  7000 |  1245 |321925 |  45.7 |   143M |  57 |2260 |5576 | 542 |7745 |  1 |7854 |  11 |-6.000000e+00 |      --      |    Inf | unknown
39.53/39.79	c  23.8s|  7100 |  1283 |325610 |  45.6 |   143M |  57 |2260 |5642 | 534 |7895 |  1 |7962 |  11 |-6.000000e+00 |      --      |    Inf | unknown
39.94/40.18	c  24.2s|  7200 |  1270 |331811 |  45.8 |   144M |  57 |2260 |5687 | 537 |8025 |  1 |8029 |  11 |-6.000000e+00 |      --      |    Inf | unknown
40.22/40.48	c  24.5s|  7300 |  1263 |336343 |  45.8 |   145M |  57 |2260 |5681 | 532 |8179 |  0 |8060 |  11 |-6.000000e+00 |      --      |    Inf | unknown
40.72/40.90	c  24.9s|  7400 |  1258 |341823 |  46.0 |   145M |  57 |2260 |5460 |   0 |8283 |  0 |8193 |  11 |-6.000000e+00 |      --      |    Inf | unknown
41.12/41.34	c  25.3s|  7500 |  1309 |346878 |  46.0 |   145M |  57 |2260 |5317 | 545 |8389 |  1 |8268 |  11 |-6.000000e+00 |      --      |    Inf | unknown
41.32/41.52	c  25.5s|  7600 |  1307 |349981 |  45.8 |   145M |  57 |2260 |5341 | 548 |8457 |  1 |8297 |  11 |-6.000000e+00 |      --      |    Inf | unknown
41.52/41.77	c  25.7s|  7700 |  1315 |354179 |  45.8 |   146M |  57 |2260 |5373 | 547 |8504 |  0 |8342 |  11 |-6.000000e+00 |      --      |    Inf | unknown
41.83/42.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.83/42.02	c  26.0s|  7800 |  1308 |357953 |  45.7 |   146M |  57 |2260 |5409 | 550 |8576 |  1 |8396 |  11 |-6.000000e+00 |      --      |    Inf | unknown
42.02/42.26	c  26.2s|  7900 |  1322 |361213 |  45.5 |   146M |  57 |2260 |5386 | 537 |8652 |  1 |8463 |  11 |-6.000000e+00 |      --      |    Inf | unknown
42.22/42.46	c  26.4s|  8000 |  1332 |363468 |  45.2 |   146M |  57 |2260 |5298 |   0 |8713 |  0 |8599 |  11 |-6.000000e+00 |      --      |    Inf | unknown
42.62/42.84	c  26.8s|  8100 |  1343 |368162 |  45.2 |   146M |  57 |2260 |5244 | 548 |8820 |  0 |8684 |  11 |-6.000000e+00 |      --      |    Inf | unknown
43.01/43.22	c  27.2s|  8200 |  1355 |373599 |  45.4 |   146M |  57 |2260 |5232 | 542 |8974 |  0 |8830 |  11 |-6.000000e+00 |      --      |    Inf | unknown
43.31/43.53	c  27.5s|  8300 |  1379 |378338 |  45.4 |   147M |  57 |2260 |5129 |   0 |9053 |  0 |8948 |  11 |-6.000000e+00 |      --      |    Inf | unknown
43.51/43.79	c  27.8s|  8400 |  1378 |382176 |  45.3 |   148M |  57 |2260 |5138 | 533 |9141 |  0 |9022 |  11 |-6.000000e+00 |      --      |    Inf | unknown
43.83/44.06	c  28.0s|  8500 |  1398 |386348 |  45.2 |   148M |  57 |2260 |5133 |   0 |9215 |  0 |9088 |  11 |-6.000000e+00 |      --      |    Inf | unknown
44.11/44.36	c  28.3s|  8600 |  1417 |390425 |  45.2 |   149M |  57 |2260 |5135 |   0 |9348 |  0 |9213 |  11 |-6.000000e+00 |      --      |    Inf | unknown
44.51/44.71	c  28.7s|  8700 |  1427 |395659 |  45.3 |   149M |  57 |2260 |5110 | 550 |9499 |  1 |9338 |  11 |-6.000000e+00 |      --      |    Inf | unknown
44.71/44.95	c  28.9s|  8800 |  1428 |398836 |  45.1 |   150M |  57 |2260 |5157 | 534 |9572 |  1 |9393 |  11 |-6.000000e+00 |      --      |    Inf | unknown
45.01/45.21	c  29.2s|  8900 |  1434 |402672 |  45.0 |   150M |  57 |2260 |5215 | 534 |9677 |  0 |9491 |  11 |-6.000000e+00 |      --      |    Inf | unknown
45.21/45.46	c  29.4s|  9000 |  1455 |406821 |  45.0 |   150M |  57 |2260 |5178 | 527 |9779 |  1 |9590 |  11 |-6.000000e+00 |      --      |    Inf | unknown
45.51/45.74	c  29.7s|  9100 |  1464 |411463 |  45.0 |   150M |  57 |2260 |5140 | 530 |9863 |  2 |9704 |  11 |-6.000000e+00 |      --      |    Inf | unknown
45.82/46.04	c  30.0s|  9200 |  1461 |415488 |  45.0 |   150M |  57 |2260 |5139 | 541 |9964 |  2 |9791 |  11 |-6.000000e+00 |      --      |    Inf | unknown
46.00/46.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.00/46.27	c  30.3s|  9300 |  1462 |419255 |  44.9 |   150M |  57 |2260 |5190 | 539 |  10k|  1 |9865 |  11 |-6.000000e+00 |      --      |    Inf | unknown
46.30/46.55	c  30.5s|  9400 |  1470 |423364 |  44.9 |   150M |  57 |2260 |5144 | 538 |  10k|  0 |9975 |  11 |-6.000000e+00 |      --      |    Inf | unknown
46.60/46.84	c  30.8s|  9500 |  1493 |427869 |  44.9 |   151M |  57 |2260 |5082 | 531 |  10k|  1 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
46.91/47.11	c  31.1s|  9600 |  1494 |432157 |  44.8 |   151M |  57 |2260 |5014 | 533 |  10k|  0 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
47.10/47.37	c  31.3s|  9700 |  1501 |436262 |  44.8 |   151M |  57 |2260 |4994 | 521 |  10k|  1 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
47.30/47.58	c  31.6s|  9800 |  1515 |440006 |  44.7 |   151M |  57 |2260 |5056 | 540 |  10k|  2 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
47.60/47.85	c  31.8s|  9900 |  1529 |444654 |  44.7 |   151M |  57 |2260 |5032 |   0 |  10k|  0 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
47.81/48.05	c  32.0s| 10000 |  1539 |448210 |  44.6 |   151M |  57 |2260 |5092 | 526 |  10k|  1 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
48.10/48.39	c  32.4s| 10100 |  1550 |454407 |  44.8 |   151M |  57 |2260 |5061 | 522 |  10k|  1 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
48.40/48.68	c  32.7s| 10200 |  1563 |458818 |  44.8 |   151M |  57 |2260 |4903 | 531 |  10k|  1 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
48.81/49.02	c  33.0s| 10300 |  1578 |464409 |  44.9 |   152M |  57 |2260 |4832 | 499 |  10k|  1 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
48.99/49.26	c  33.2s| 10400 |  1584 |468338 |  44.9 |   152M |  57 |2260 |4853 |   0 |  10k|  0 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
49.29/49.59	c  33.6s| 10500 |  1599 |473740 |  45.0 |   152M |  57 |2260 |4785 | 516 |  11k|  1 |  10k|  11 |-6.000000e+00 |      --      |    Inf | unknown
49.69/49.92	c  33.9s| 10600 |  1625 |476943 |  44.8 |   152M |  57 |2260 |4812 | 560 |  11k|  0 |  11k|  11 |-6.000000e+00 |      --      |    Inf | unknown
49.80/50.09	c  34.1s| 10700 |  1621 |479462 |  44.6 |   152M |  57 |2260 |4879 | 526 |  11k|  0 |  11k|  11 |-6.000000e+00 |      --      |    Inf | unknown
50.09/50.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.09/50.35	c  34.3s| 10800 |  1623 |483072 |  44.6 |   152M |  57 |2260 |4950 |   0 |  11k|  0 |  11k|  11 |-6.000000e+00 |      --      |    Inf | unknown
50.39/50.64	c  34.6s| 10900 |  1650 |487677 |  44.6 |   152M |  57 |2260 |4753 | 546 |  11k|  1 |  11k|  11 |-6.000000e+00 |      --      |    Inf | unknown
50.69/50.95	c  34.9s| 11000 |  1662 |492249 |  44.6 |   152M |  57 |2260 |4740 | 561 |  11k|  2 |  11k|  11 |-6.000000e+00 |      --      |    Inf | unknown
50.99/51.25	c  35.2s| 11100 |  1690 |496716 |  44.6 |   153M |  57 |2260 |4704 | 526 |  11k|  0 |  11k|  11 |-6.000000e+00 |      --      |    Inf | unknown
51.28/51.54	c  35.5s| 11200 |  1691 |501652 |  44.6 |   153M |  57 |2260 |4724 | 534 |  11k|  0 |  11k|  11 |-6.000000e+00 |      --      |    Inf | unknown
51.58/51.86	c  35.8s| 11300 |  1707 |506033 |  44.6 |   153M |  57 |2260 |4808 | 555 |  12k|  0 |  11k|  11 |-6.000000e+00 |      --      |    Inf | unknown
51.90/52.16	c  36.1s| 11400 |  1706 |511239 |  44.7 |   153M |  57 |2260 |4797 | 522 |  12k|  1 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
52.18/52.40	c  36.4s| 11500 |  1719 |515159 |  44.6 |   153M |  57 |2260 |4771 | 545 |  12k|  0 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
52.38/52.66	c  36.6s| 11600 |  1737 |518935 |  44.6 |   153M |  57 |2260 |4653 | 541 |  12k|  1 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
52.68/52.97	c  36.9s| 11700 |  1761 |524380 |  44.7 |   153M |  57 |2260 |4662 | 512 |  12k|  1 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
52.98/53.29	c  37.3s| 11800 |  1784 |529712 |  44.7 |   153M |  57 |2260 |4664 | 534 |  12k|  1 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
53.28/53.54	c  37.5s| 11900 |  1788 |534637 |  44.8 |   153M |  57 |2260 |4717 | 549 |  12k|  1 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
53.58/53.83	c  37.8s| 12000 |  1803 |540217 |  44.9 |   154M |  57 |2260 |4727 | 537 |  12k|  1 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
53.89/54.16	c  38.1s| 12100 |  1826 |545490 |  44.9 |   154M |  57 |2260 |4689 | 518 |  12k|  1 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
54.17/54.44	c  38.4s| 12200 |  1844 |549641 |  44.9 |   154M |  57 |2260 |4657 | 524 |  12k|  0 |  12k|  11 |-6.000000e+00 |      --      |    Inf | unknown
54.37/54.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.37/54.65	c  38.6s| 12300 |  1860 |552704 |  44.8 |   154M |  57 |2260 |4709 | 543 |  12k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
54.57/54.84	c  38.8s| 12400 |  1859 |555851 |  44.7 |   154M |  57 |2260 |4783 | 547 |  13k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
54.79/55.05	c  39.0s| 12500 |  1859 |559650 |  44.6 |   154M |  57 |2260 |4765 |   0 |  13k|  0 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
54.97/55.24	c  39.2s| 12600 |  1863 |563112 |  44.6 |   154M |  57 |2260 |4767 | 537 |  13k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
55.17/55.43	c  39.4s| 12700 |  1865 |566203 |  44.4 |   154M |  57 |2260 |4787 | 541 |  13k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
55.37/55.61	c  39.6s| 12800 |  1867 |568670 |  44.3 |   154M |  57 |2260 |4956 | 539 |  13k|  0 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
55.47/55.77	c  39.7s| 12900 |  1869 |571296 |  44.2 |   154M |  60 |2260 |5004 | 545 |  13k|  0 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
55.67/55.91	c  39.9s| 13000 |  1869 |573366 |  44.0 |   154M |  60 |2260 |5024 |   0 |  13k|  0 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
55.78/56.11	c  40.1s| 13100 |  1869 |576714 |  43.9 |   154M |  60 |2260 |5021 | 534 |  13k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
56.07/56.31	c  40.3s| 13200 |  1868 |580235 |  43.8 |   154M |  60 |2260 |5036 | 547 |  13k|  0 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
56.27/56.51	c  40.5s| 13300 |  1872 |583684 |  43.8 |   154M |  60 |2260 |5020 | 539 |  13k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
56.47/56.72	c  40.7s| 13400 |  1882 |587641 |  43.7 |   154M |  60 |2260 |5040 | 550 |  13k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
56.67/56.95	c  40.9s| 13500 |  1883 |592012 |  43.7 |   154M |  60 |2260 |5045 |   0 |  13k|  0 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
56.88/57.16	c  41.1s| 13600 |  1881 |595733 |  43.7 |   154M |  60 |2260 |5043 | 548 |  14k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
57.06/57.36	c  41.3s| 13700 |  1878 |599126 |  43.6 |   154M |  60 |2260 |5053 | 550 |  14k|  1 |  13k|  11 |-6.000000e+00 |      --      |    Inf | unknown
57.46/57.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.46/57.71	c  41.7s| 13800 |  1886 |603362 |  43.6 |   155M |  60 |2260 |4698 | 539 |  14k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
57.87/58.11	c  42.1s| 13900 |  1921 |608966 |  43.7 |   155M |  60 |2260 |4496 | 522 |  14k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
58.26/58.53	c  42.5s| 14000 |  1928 |613752 |  43.7 |   155M |  60 |2260 |4435 | 518 |  14k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
58.46/58.74	c  42.7s| 14100 |  1939 |616709 |  43.6 |   155M |  60 |2260 |4268 | 550 |  14k|  0 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
58.56/58.89	c  42.9s| 14200 |  1942 |618760 |  43.5 |   155M |  64 |2260 |4278 | 553 |  14k|  0 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
58.77/59.11	c  43.1s| 14300 |  1937 |621826 |  43.4 |   155M |  64 |2260 |4280 | 526 |  14k|  0 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
59.06/59.33	c  43.3s| 14400 |  1945 |624330 |  43.2 |   155M |  65 |2260 |4293 | 554 |  14k|  0 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
59.26/59.58	c  43.6s| 14500 |  1946 |628392 |  43.2 |   155M |  65 |2260 |4269 | 533 |  14k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
59.65/59.97	c  43.9s| 14600 |  1960 |634179 |  43.3 |   155M |  65 |2260 |4231 | 546 |  14k|  3 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
59.95/60.24	c  44.2s| 14700 |  2018 |638923 |  43.3 |   156M |  65 |2260 |4148 | 519 |  14k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
60.25/60.56	c  44.5s| 14800 |  2050 |642856 |  43.3 |   157M |  65 |2260 |4232 | 529 |  15k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
60.55/60.84	c  44.8s| 14900 |  2066 |645846 |  43.2 |   158M |  65 |2260 |4274 | 526 |  15k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
60.65/61.00	c  45.0s| 15000 |  2069 |647978 |  43.1 |   158M |  65 |2260 |4354 | 526 |  15k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
60.86/61.16	c  45.1s| 15100 |  2083 |650176 |  42.9 |   158M |  65 |2260 |4495 | 537 |  15k|  1 |  14k|  11 |-6.000000e+00 |      --      |    Inf | unknown
61.05/61.33	c  45.3s| 15200 |  2087 |652161 |  42.8 |   158M |  65 |2260 |4621 | 534 |  15k|  0 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
61.15/61.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.15/61.48	c  45.5s| 15300 |  2095 |653711 |  42.6 |   158M |  65 |2260 |4699 | 539 |  15k|  1 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
61.25/61.58	c  45.6s| 15400 |  2094 |654891 |  42.4 |   158M |  67 |2260 |4741 | 541 |  15k|  1 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
61.45/61.71	c  45.7s| 15500 |  2092 |656224 |  42.2 |   158M |  80 |2260 |4757 |   0 |  15k|  0 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
61.55/61.82	c  45.8s| 15600 |  2092 |657682 |  42.0 |   158M |  80 |2260 |4767 | 536 |  15k|  1 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
61.65/61.93	c  45.9s| 15700 |  2096 |659091 |  41.9 |   158M |  80 |2260 |4792 | 543 |  15k|  1 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
61.76/62.05	c  46.0s| 15800 |  2094 |660232 |  41.7 |   158M |  80 |2260 |4798 | 536 |  15k|  1 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
61.86/62.17	c  46.2s| 15900 |  2093 |661716 |  41.5 |   158M |  80 |2260 |4849 | 533 |  15k|  1 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
62.05/62.33	c  46.3s| 16000 |  2105 |663829 |  41.4 |   158M |  80 |2260 |4868 | 528 |  15k|  1 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
62.14/62.49	c  46.5s| 16100 |  2115 |666429 |  41.3 |   158M |  80 |2260 |4874 | 535 |  15k|  1 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
62.34/62.63	c  46.6s| 16200 |  2121 |668452 |  41.2 |   158M |  80 |2260 |4914 |   0 |  16k|  0 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
62.44/62.78	c  46.8s| 16300 |  2131 |671003 |  41.1 |   158M |  80 |2260 |4975 |   0 |  16k|  0 |  15k|  11 |-6.000000e+00 |      --      |    Inf | unknown
62.64/62.93	c  46.9s| 16400 |  2125 |673203 |  40.9 |   158M |  80 |2260 |5070 | 536 |  16k|  0 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
62.76/63.08	c  47.1s| 16500 |  2129 |675538 |  40.8 |   159M |  80 |2260 |5098 | 533 |  16k|  0 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
62.94/63.24	c  47.2s| 16600 |  2138 |677933 |  40.7 |   159M |  80 |2260 |5218 |   0 |  16k|  0 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
63.04/63.39	c  47.4s| 16700 |  2137 |679898 |  40.6 |   159M |  80 |2260 |5247 | 534 |  16k|  2 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
63.24/63.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.24/63.52	c  47.5s| 16800 |  2138 |681813 |  40.5 |   159M |  80 |2260 |5268 | 535 |  16k|  0 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
63.34/63.66	c  47.6s| 16900 |  2141 |683575 |  40.3 |   159M |  80 |2260 |5370 | 532 |  16k|  0 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
63.54/63.81	c  47.8s| 17000 |  2146 |685820 |  40.2 |   159M |  80 |2260 |5363 |   0 |  16k|  0 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
63.64/63.91	c  47.9s| 17100 |  2149 |686703 |  40.1 |   159M |  80 |2260 |5434 | 534 |  16k|  1 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
63.75/64.08	c  48.1s| 17200 |  2148 |689100 |  40.0 |   159M |  80 |2260 |5258 | 540 |  16k|  2 |  16k|  11 |-6.000000e+00 |      --      |    Inf | unknown
63.94/64.24	c  48.2s| 17300 |  2152 |691335 |  39.9 |   159M |  80 |2260 |5234 |   0 |  16k|  0 |  17k|  11 |-6.000000e+00 |      --      |    Inf | unknown
64.24/64.53	c  48.5s| 17400 |  2166 |695097 |  39.8 |   159M |  80 |2260 |5053 | 530 |  16k|  1 |  17k|  11 |-6.000000e+00 |      --      |    Inf | unknown
64.44/64.75	c  48.7s| 17500 |  2179 |697939 |  39.8 |   159M |  80 |2260 |4812 | 525 |  16k|  1 |  17k|  11 |-6.000000e+00 |      --      |    Inf | unknown
64.64/64.91	c  48.9s| 17600 |  2185 |699837 |  39.7 |   160M |  80 |2260 |4893 | 524 |  16k|  1 |  17k|  11 |-6.000000e+00 |      --      |    Inf | unknown
64.75/65.10	c  49.1s| 17700 |  2187 |702275 |  39.6 |   160M |  80 |2260 |4989 | 518 |  16k|  1 |  17k|  11 |-6.000000e+00 |      --      |    Inf | unknown
64.93/65.29	c  49.3s| 17800 |  2190 |704622 |  39.5 |   161M |  80 |2260 |4944 | 518 |  16k|  0 |  17k|  11 |-6.000000e+00 |      --      |    Inf | unknown
65.13/65.49	c  49.5s| 17900 |  2205 |707811 |  39.4 |   161M |  80 |2260 |5076 | 522 |  16k|  1 |  17k|  11 |-6.000000e+00 |      --      |    Inf | unknown
65.33/65.65	c  49.6s| 18000 |  2204 |709858 |  39.3 |   161M |  80 |2260 |5158 |   0 |  16k|  0 |  18k|  11 |-6.000000e+00 |      --      |    Inf | unknown
65.53/65.83	c  49.8s| 18100 |  2205 |712154 |  39.2 |   161M |  80 |2260 |5118 | 518 |  17k|  1 |  18k|  11 |-6.000000e+00 |      --      |    Inf | unknown
65.63/65.98	c  50.0s| 18200 |  2216 |713919 |  39.1 |   161M |  80 |2260 |5243 | 526 |  17k|  1 |  18k|  11 |-6.000000e+00 |      --      |    Inf | unknown
65.84/66.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.84/66.12	c  50.1s| 18300 |  2215 |715770 |  39.0 |   161M |  80 |2260 |5392 | 526 |  17k|  1 |  18k|  11 |-6.000000e+00 |      --      |    Inf | unknown
66.03/66.35	c  50.3s| 18400 |  2215 |718990 |  39.0 |   162M |  80 |2260 |5354 | 539 |  17k|  2 |  18k|  11 |-6.000000e+00 |      --      |    Inf | unknown
66.23/66.54	c  50.5s| 18500 |  2210 |721628 |  38.9 |   162M |  80 |2260 |5280 | 527 |  17k|  0 |  18k|  11 |-6.000000e+00 |      --      |    Inf | unknown
66.43/66.78	c  50.8s| 18600 |  2215 |725830 |  38.9 |   162M |  80 |2260 |5237 | 525 |  17k|  1 |  18k|  11 |-6.000000e+00 |      --      |    Inf | unknown
66.63/67.00	c  51.0s| 18700 |  2227 |729074 |  38.9 |   162M |  80 |2260 |5241 | 530 |  17k|  1 |  19k|  11 |-6.000000e+00 |      --      |    Inf | unknown
66.84/67.17	c  51.2s| 18800 |  2233 |731468 |  38.8 |   162M |  80 |2260 |5402 | 521 |  17k|  0 |  19k|  11 |-6.000000e+00 |      --      |    Inf | unknown
67.03/67.36	c  51.3s| 18900 |  2231 |734532 |  38.8 |   162M |  80 |2260 |5430 | 529 |  17k|  1 |  19k|  11 |-6.000000e+00 |      --      |    Inf | unknown
67.22/67.52	c  51.5s| 19000 |  2224 |736355 |  38.7 |   162M |  80 |2260 |5517 |   0 |  17k|  0 |  19k|  11 |-6.000000e+00 |      --      |    Inf | unknown
67.52/67.82	c  51.8s| 19100 |  2233 |739596 |  38.6 |   162M |  80 |2260 |5280 | 526 |  17k|  1 |  19k|  11 |-6.000000e+00 |      --      |    Inf | unknown
67.74/68.08	c  52.1s| 19200 |  2245 |743246 |  38.6 |   162M |  80 |2260 |5003 | 526 |  17k|  1 |  19k|  11 |-6.000000e+00 |      --      |    Inf | unknown
67.92/68.22	c  52.2s| 19300 |  2253 |745039 |  38.5 |   162M |  80 |2260 |5033 |   0 |  17k|  0 |  19k|  11 |-6.000000e+00 |      --      |    Inf | unknown
68.12/68.41	c  52.4s| 19400 |  2259 |747779 |  38.5 |   163M |  80 |2260 |4815 | 533 |  17k|  0 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
68.22/68.53	c  52.5s| 19500 |  2260 |748811 |  38.3 |   163M |  80 |2260 |4903 |   0 |  17k|  0 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
68.32/68.67	c  52.6s| 19600 |  2263 |750358 |  38.2 |   163M |  80 |2260 |4922 | 538 |  17k|  1 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
68.52/68.89	c  52.9s| 19700 |  2263 |753508 |  38.2 |   163M |  80 |2260 |4936 | 535 |  18k|  0 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
68.73/69.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.73/69.04	c  53.0s| 19800 |  2270 |755497 |  38.1 |   163M |  80 |2260 |4904 |   0 |  18k|  0 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
68.92/69.20	c  53.2s| 19900 |  2276 |757777 |  38.0 |   163M |  80 |2260 |4873 | 535 |  18k|  0 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
69.02/69.35	c  53.3s| 20000 |  2278 |759743 |  37.9 |   163M |  80 |2260 |4892 | 535 |  18k|  1 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
69.22/69.55	c  53.5s| 20100 |  2280 |762306 |  37.8 |   163M |  80 |2260 |4953 |   0 |  18k|  0 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
69.42/69.74	c  53.7s| 20200 |  2284 |765297 |  37.8 |   163M |  80 |2260 |4975 | 533 |  18k|  1 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
69.62/69.93	c  53.9s| 20300 |  2288 |768231 |  37.8 |   163M |  80 |2260 |4912 | 538 |  18k|  1 |  20k|  11 |-6.000000e+00 |      --      |    Inf | unknown
69.83/70.12	c  54.1s| 20400 |  2284 |771113 |  37.7 |   163M |  80 |2260 |4888 | 539 |  18k|  1 |  21k|  11 |-6.000000e+00 |      --      |    Inf | unknown
69.91/70.28	c  54.3s| 20500 |  2285 |773406 |  37.6 |   163M |  80 |2260 |4870 | 526 |  18k|  1 |  21k|  11 |-6.000000e+00 |      --      |    Inf | unknown
70.11/70.45	c  54.4s| 20600 |  2289 |775371 |  37.6 |   163M |  80 |2260 |4840 | 537 |  18k|  1 |  21k|  11 |-6.000000e+00 |      --      |    Inf | unknown
70.31/70.64	c  54.6s| 20700 |  2289 |778193 |  37.5 |   163M |  80 |2260 |4849 | 538 |  18k|  0 |  21k|  11 |-6.000000e+00 |      --      |    Inf | unknown
70.51/70.89	c  54.9s| 20800 |  2299 |781232 |  37.5 |   163M |  80 |2260 |4580 |   0 |  18k|  0 |  21k|  11 |-6.000000e+00 |      --      |    Inf | unknown
70.73/71.11	c  55.1s| 20900 |  2299 |784249 |  37.4 |   163M |  80 |2260 |4650 | 529 |  18k|  0 |  21k|  11 |-6.000000e+00 |      --      |    Inf | unknown
71.01/71.34	c  55.3s| 21000 |  2308 |787884 |  37.4 |   164M |  80 |2260 |4591 | 532 |  18k|  1 |  21k|  11 |-6.000000e+00 |      --      |    Inf | unknown
71.31/71.69	c  55.7s| 21100 |  2321 |791843 |  37.4 |   164M |  80 |2260 |3698 | 541 |  19k|  0 |  21k|  11 |-6.000000e+00 |      --      |    Inf | unknown
71.72/72.05	c  56.0s| 21200 |  2329 |796551 |  37.5 |   164M |  80 |2260 |3522 | 532 |  19k|  1 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
72.01/72.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.01/72.38	c  56.4s| 21300 |  2368 |801202 |  37.5 |   164M |  80 |2260 |3399 | 538 |  19k|  0 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
72.51/72.82	c  56.8s| 21400 |  2396 |806618 |  37.6 |   164M |  80 |2260 |3260 |   0 |  19k|  0 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
72.72/73.08	c  57.1s| 21500 |  2433 |809388 |  37.6 |   167M |  80 |2260 |3125 | 546 |  19k|  0 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
73.00/73.31	c  57.3s| 21600 |  2447 |812196 |  37.5 |   167M |  80 |2260 |3187 | 538 |  19k|  1 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
73.20/73.55	c  57.5s| 21700 |  2455 |815265 |  37.5 |   168M |  80 |2260 |3244 | 553 |  19k|  0 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
73.40/73.73	c  57.7s| 21800 |  2455 |818292 |  37.5 |   169M |  80 |2260 |3250 | 538 |  19k|  1 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
73.60/73.97	c  57.9s| 21900 |  2469 |821890 |  37.4 |   169M |  80 |2260 |3259 | 550 |  19k|  0 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
73.90/74.24	c  58.2s| 22000 |  2468 |826597 |  37.5 |   169M |  80 |2260 |3278 | 550 |  20k|  2 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
74.10/74.48	c  58.5s| 22100 |  2467 |831002 |  37.5 |   169M |  80 |2260 |3280 | 556 |  20k|  1 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
74.30/74.68	c  58.7s| 22200 |  2475 |834055 |  37.5 |   169M |  80 |2260 |3359 |   0 |  20k|  0 |  22k|  11 |-6.000000e+00 |      --      |    Inf | unknown
74.50/74.88	c  58.9s| 22300 |  2468 |837282 |  37.5 |   169M |  80 |2260 |3396 | 545 |  20k|  1 |  23k|  11 |-6.000000e+00 |      --      |    Inf | unknown
74.71/75.07	c  59.1s| 22400 |  2468 |840104 |  37.4 |   169M |  80 |2260 |3411 | 545 |  20k|  0 |  23k|  11 |-6.000000e+00 |      --      |    Inf | unknown
75.00/75.34	c  59.3s| 22500 |  2477 |843198 |  37.4 |   169M |  80 |2260 |3385 | 535 |  20k|  1 |  23k|  11 |-6.000000e+00 |      --      |    Inf | unknown
75.20/75.56	c  59.5s| 22600 |  2472 |845766 |  37.3 |   169M |  80 |2260 |3426 |   0 |  20k|  0 |  23k|  11 |-6.000000e+00 |      --      |    Inf | unknown
75.49/75.80	c  59.8s| 22700 |  2498 |849201 |  37.3 |   169M |  80 |2260 |3556 | 518 |  20k|  1 |  23k|  11 |-6.000000e+00 |      --      |    Inf | unknown
75.71/76.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.71/76.09	c  60.1s| 22800 |  2507 |852759 |  37.3 |   169M |  80 |2260 |3585 | 527 |  20k|  0 |  23k|  11 |-6.000000e+00 |      --      |    Inf | unknown
76.09/76.42	c  60.4s| 22900 |  2517 |856829 |  37.3 |   170M |  80 |2260 |3575 | 544 |  20k|  0 |  23k|  11 |-6.000000e+00 |      --      |    Inf | unknown
76.39/76.70	c  60.7s| 23000 |  2533 |859671 |  37.3 |   171M |  80 |2260 |3691 | 533 |  20k|  1 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
76.59/76.93	c  60.9s| 23100 |  2550 |862122 |  37.2 |   171M |  80 |2260 |3602 | 529 |  21k|  1 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
76.70/77.08	c  61.1s| 23200 |  2555 |863962 |  37.2 |   172M |  80 |2260 |3680 |   0 |  21k|  0 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
76.89/77.20	c  61.2s| 23300 |  2565 |865395 |  37.1 |   172M |  80 |2260 |3716 | 541 |  21k|  2 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
76.89/77.28	c  61.3s| 23400 |  2565 |866210 |  36.9 |   172M |  80 |2260 |3708 | 533 |  21k|  1 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
77.09/77.42	c  61.4s| 23500 |  2562 |867495 |  36.8 |   172M |  80 |2260 |3714 | 531 |  21k|  1 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
77.19/77.53	c  61.5s| 23600 |  2564 |868959 |  36.7 |   172M |  80 |2260 |3712 | 537 |  21k|  1 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
77.29/77.66	c  61.6s| 23700 |  2563 |870819 |  36.7 |   172M |  80 |2260 |3728 |   0 |  21k|  0 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
77.39/77.79	c  61.8s| 23800 |  2559 |872657 |  36.6 |   172M |  80 |2260 |3690 | 534 |  21k|  1 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
77.59/77.95	c  61.9s| 23900 |  2555 |875022 |  36.5 |   172M |  80 |2260 |3683 | 531 |  21k|  0 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
77.80/78.17	c  62.1s| 24000 |  2558 |877381 |  36.5 |   172M |  80 |2260 |3747 | 529 |  21k|  0 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
77.99/78.39	c  62.4s| 24100 |  2587 |880342 |  36.5 |   172M |  80 |2260 |3876 | 533 |  21k|  0 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
78.18/78.59	c  62.6s| 24200 |  2588 |883166 |  36.4 |   172M |  80 |2260 |3868 | 560 |  21k|  1 |  24k|  11 |-6.000000e+00 |      --      |    Inf | unknown
78.48/78.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.48/78.88	c  62.9s| 24300 |  2600 |886867 |  36.4 |   173M |  80 |2260 |3846 | 553 |  21k|  2 |  25k|  11 |-6.000000e+00 |      --      |    Inf | unknown
78.80/79.13	c  63.1s| 24400 |  2607 |890793 |  36.4 |   173M |  80 |2260 |3835 | 530 |  21k|  1 |  25k|  11 |-6.000000e+00 |      --      |    Inf | unknown
78.98/79.36	c  63.3s| 24500 |  2617 |893479 |  36.4 |   173M |  80 |2260 |3907 | 544 |  21k|  0 |  25k|  11 |-6.000000e+00 |      --      |    Inf | unknown
79.18/79.51	c  63.5s| 24600 |  2617 |895682 |  36.3 |   173M |  80 |2260 |3976 | 533 |  21k|  1 |  25k|  11 |-6.000000e+00 |      --      |    Inf | unknown
79.28/79.66	c  63.6s| 24700 |  2627 |897828 |  36.3 |   173M |  80 |2260 |4048 | 538 |  21k|  0 |  25k|  11 |-6.000000e+00 |      --      |    Inf | unknown
79.69/80.02	c  64.0s| 24800 |  2637 |901755 |  36.3 |   173M |  80 |2260 |4030 | 551 |  22k|  1 |  25k|  11 |-6.000000e+00 |      --      |    Inf | unknown
79.88/80.27	c  64.2s| 24900 |  2647 |905362 |  36.3 |   173M |  80 |2260 |3977 |   0 |  22k|  0 |  25k|  11 |-6.000000e+00 |      --      |    Inf | unknown
80.08/80.47	c  64.4s| 25000 |  2661 |908033 |  36.3 |   173M |  80 |2260 |3992 |   0 |  22k|  0 |  25k|  11 |-6.000000e+00 |      --      |    Inf | unknown
80.28/80.68	c  64.7s| 25100 |  2671 |910129 |  36.2 |   173M |  80 |2260 |3972 | 538 |  22k|  1 |  26k|  11 |-6.000000e+00 |      --      |    Inf | unknown
80.58/80.96	c  64.9s| 25200 |  2691 |913777 |  36.2 |   174M |  80 |2260 |3832 | 535 |  22k|  1 |  26k|  11 |-6.000000e+00 |      --      |    Inf | unknown
80.79/81.19	c  65.2s| 25300 |  2708 |917212 |  36.2 |   174M |  80 |2260 |3828 | 521 |  22k|  1 |  26k|  11 |-6.000000e+00 |      --      |    Inf | unknown
81.07/81.49	c  65.5s| 25400 |  2734 |921906 |  36.2 |   174M |  80 |2260 |3809 | 533 |  22k|  1 |  26k|  11 |-6.000000e+00 |      --      |    Inf | unknown
81.27/81.62	c  65.6s| 25500 |  2735 |923187 |  36.1 |   174M |  80 |2260 |3865 | 531 |  22k|  1 |  26k|  11 |-6.000000e+00 |      --      |    Inf | unknown
81.47/81.84	c  65.8s| 25600 |  2755 |926497 |  36.1 |   174M |  80 |2260 |3776 | 538 |  22k|  2 |  26k|  11 |-6.000000e+00 |      --      |    Inf | unknown
81.68/82.06	c  66.0s| 25700 |  2767 |929871 |  36.1 |   174M |  80 |2260 |3881 |   0 |  22k|  0 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
81.97/82.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
81.97/82.37	c  66.3s| 25800 |  2780 |934729 |  36.2 |   174M |  80 |2260 |3929 | 532 |  22k|  0 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
82.17/82.58	c  66.6s| 25900 |  2776 |937825 |  36.1 |   174M |  80 |2260 |3971 | 516 |  22k|  1 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
82.47/82.81	c  66.8s| 26000 |  2791 |940901 |  36.1 |   174M |  80 |2260 |3997 | 522 |  23k|  1 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
82.68/83.03	c  67.0s| 26100 |  2801 |944201 |  36.1 |   174M |  80 |2260 |4019 | 526 |  23k|  2 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
82.97/83.31	c  67.3s| 26200 |  2813 |948079 |  36.1 |   175M |  80 |2260 |4071 | 536 |  23k|  1 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
83.17/83.55	c  67.5s| 26300 |  2818 |952155 |  36.1 |   175M |  80 |2260 |4151 | 531 |  23k|  1 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
83.36/83.75	c  67.7s| 26400 |  2820 |955338 |  36.1 |   175M |  80 |2260 |4154 | 553 |  23k|  1 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
83.86/84.30	c  68.3s| 26500 |  2863 |959503 |  36.1 |   175M |  80 |2260 |3992 | 519 |  23k|  1 |  27k|  11 |-6.000000e+00 |      --      |    Inf | unknown
84.06/84.47	c  68.4s| 26600 |  2876 |961456 |  36.1 |   175M |  80 |2260 |4147 | 528 |  23k|  1 |  28k|  11 |-6.000000e+00 |      --      |    Inf | unknown
84.26/84.65	c  68.6s| 26700 |  2881 |964204 |  36.0 |   175M |  80 |2260 |4157 | 540 |  23k|  3 |  28k|  11 |-6.000000e+00 |      --      |    Inf | unknown
84.46/84.83	c  68.8s| 26800 |  2876 |966730 |  36.0 |   175M |  80 |2260 |4215 | 529 |  23k|  1 |  28k|  11 |-6.000000e+00 |      --      |    Inf | unknown
84.56/85.00	c  69.0s| 26900 |  2868 |968630 |  35.9 |   176M |  80 |2260 |4301 | 532 |  23k|  1 |  28k|  11 |-6.000000e+00 |      --      |    Inf | unknown
84.86/85.23	c  69.2s| 27000 |  2893 |971646 |  35.9 |   176M |  80 |2260 |4266 | 518 |  23k|  0 |  28k|  11 |-6.000000e+00 |      --      |    Inf | unknown
85.16/85.53	c  69.5s| 27100 |  2917 |976307 |  36.0 |   176M |  80 |2260 |4365 | 525 |  23k|  0 |  28k|  11 |-6.000000e+00 |      --      |    Inf | unknown
85.36/85.79	c  69.8s| 27200 |  2933 |981258 |  36.0 |   176M |  80 |2260 |4320 |   0 |  23k|  0 |  28k|  11 |-6.000000e+00 |      --      |    Inf | unknown
85.67/86.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
85.67/86.07	c  70.0s| 27300 |  2948 |986106 |  36.1 |   176M |  80 |2260 |4324 | 526 |  24k|  1 |  28k|  11 |-6.000000e+00 |      --      |    Inf | unknown
85.86/86.25	c  70.2s| 27400 |  2943 |988785 |  36.0 |   176M |  80 |2260 |4376 |   0 |  24k|  0 |  29k|  11 |-6.000000e+00 |      --      |    Inf | unknown
86.05/86.46	c  70.4s| 27500 |  2946 |992417 |  36.0 |   176M |  80 |2260 |4442 | 544 |  24k|  1 |  29k|  11 |-6.000000e+00 |      --      |    Inf | unknown
86.25/86.66	c  70.6s| 27600 |  2944 |996062 |  36.0 |   176M |  80 |2260 |4425 | 537 |  24k|  1 |  29k|  11 |-6.000000e+00 |      --      |    Inf | unknown
86.55/87.00	c  71.0s| 27700 |  2959 |  1002k|  36.1 |   176M |  80 |2260 |4308 | 533 |  24k|  1 |  29k|  11 |-6.000000e+00 |      --      |    Inf | unknown
86.85/87.23	c  71.2s| 27800 |  2955 |  1005k|  36.1 |   176M |  80 |2260 |4331 | 524 |  24k|  0 |  29k|  11 |-6.000000e+00 |      --      |    Inf | unknown
87.05/87.48	c  71.5s| 27900 |  2967 |  1008k|  36.1 |   176M |  80 |2260 |4338 | 533 |  24k|  0 |  29k|  11 |-6.000000e+00 |      --      |    Inf | unknown
87.45/87.83	c  71.8s| 28000 |  2981 |  1013k|  36.1 |   177M |  80 |2260 |4243 | 547 |  24k|  1 |  29k|  11 |-6.000000e+00 |      --      |    Inf | unknown
87.76/88.19	c  72.2s| 28100 |  2976 |  1020k|  36.2 |   177M |  80 |2260 |4218 | 522 |  24k|  1 |  29k|  11 |-6.000000e+00 |      --      |    Inf | unknown
88.05/88.44	c  72.4s| 28200 |  2984 |  1024k|  36.3 |   177M |  80 |2260 |4348 | 535 |  24k|  1 |  30k|  11 |-6.000000e+00 |      --      |    Inf | unknown
88.15/88.56	c  72.5s| 28300 |  2985 |  1025k|  36.2 |   177M |  80 |2260 |4555 | 533 |  24k|  1 |  30k|  11 |-6.000000e+00 |      --      |    Inf | unknown
88.45/88.82	c  72.8s| 28400 |  2999 |  1029k|  36.2 |   177M |  80 |2260 |4542 | 549 |  24k|  1 |  30k|  11 |-6.000000e+00 |      --      |    Inf | unknown
88.66/89.03	c  73.0s| 28500 |  3007 |  1032k|  36.2 |   177M |  80 |2260 |4556 | 543 |  24k|  0 |  30k|  11 |-6.000000e+00 |      --      |    Inf | unknown
88.84/89.23	c  73.2s| 28600 |  3016 |  1035k|  36.1 |   177M |  80 |2260 |4576 | 532 |  24k|  0 |  30k|  11 |-6.000000e+00 |      --      |    Inf | unknown
89.14/89.54	c  73.5s| 28700 |  3031 |  1040k|  36.2 |   178M |  80 |2260 |4407 | 543 |  25k|  2 |  30k|  11 |-6.000000e+00 |      --      |    Inf | unknown
89.34/89.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.34/89.77	c  73.7s| 28800 |  3052 |  1043k|  36.2 |   178M |  80 |2260 |4332 | 525 |  25k|  1 |  30k|  11 |-6.000000e+00 |      --      |    Inf | unknown
89.54/89.98	c  74.0s| 28900 |  3044 |  1046k|  36.2 |   178M |  80 |2260 |4359 |   0 |  25k|  0 |  30k|  11 |-6.000000e+00 |      --      |    Inf | unknown
89.75/90.17	c  74.1s| 29000 |  3056 |  1048k|  36.1 |   178M |  80 |2260 |4445 | 519 |  25k|  1 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
89.94/90.37	c  74.4s| 29100 |  3055 |  1050k|  36.1 |   178M |  80 |2260 |4501 | 519 |  25k|  1 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
90.14/90.58	c  74.6s| 29200 |  3061 |  1052k|  36.0 |   178M |  80 |2260 |4519 | 529 |  25k|  3 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
90.34/90.77	c  74.8s| 29300 |  3066 |  1055k|  36.0 |   178M |  80 |2260 |4567 | 527 |  25k|  1 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
90.54/90.96	c  74.9s| 29400 |  3063 |  1057k|  35.9 |   178M |  80 |2260 |4569 |   0 |  25k|  0 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
90.94/91.33	c  75.3s| 29500 |  3065 |  1061k|  35.9 |   178M |  80 |2260 |4456 | 525 |  25k|  1 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
91.13/91.57	c  75.5s| 29600 |  3092 |  1064k|  35.9 |   178M |  80 |2260 |4391 | 537 |  25k|  0 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
91.43/91.82	c  75.8s| 29700 |  3110 |  1068k|  35.9 |   179M |  80 |2260 |4382 | 535 |  26k|  1 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
91.65/92.03	c  76.0s| 29800 |  3129 |  1071k|  35.9 |   179M |  80 |2260 |4422 | 533 |  26k|  1 |  31k|  11 |-6.000000e+00 |      --      |    Inf | unknown
91.83/92.22	c  76.2s| 29900 |  3135 |  1073k|  35.9 |   179M |  80 |2260 |4506 | 523 |  26k|  1 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
92.03/92.43	c  76.4s| 30000 |  3143 |  1076k|  35.8 |   179M |  80 |2260 |4517 | 541 |  26k|  2 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
92.23/92.61	c  76.6s| 30100 |  3139 |  1079k|  35.8 |   179M |  80 |2260 |4527 |   0 |  26k|  0 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
92.33/92.79	c  76.8s| 30200 |  3161 |  1082k|  35.8 |   179M |  80 |2260 |4632 |   0 |  26k|  0 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
92.53/92.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.53/92.97	c  76.9s| 30300 |  3174 |  1085k|  35.8 |   179M |  80 |2260 |4646 | 539 |  26k|  1 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
92.74/93.15	c  77.1s| 30400 |  3176 |  1087k|  35.7 |   179M |  80 |2260 |4641 | 532 |  26k|  1 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
92.93/93.32	c  77.3s| 30500 |  3175 |  1090k|  35.7 |   180M |  80 |2260 |4623 | 534 |  26k|  1 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
93.03/93.49	c  77.5s| 30600 |  3183 |  1093k|  35.7 |   180M |  80 |2260 |4673 | 533 |  26k|  1 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
93.43/93.80	c  77.8s| 30700 |  3193 |  1096k|  35.7 |   180M |  80 |2260 |4520 | 535 |  26k|  1 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
93.64/94.02	c  78.0s| 30800 |  3204 |  1099k|  35.6 |   180M |  80 |2260 |4555 | 528 |  26k|  1 |  32k|  11 |-6.000000e+00 |      --      |    Inf | unknown
93.92/94.33	c  78.3s| 30900 |  3204 |  1103k|  35.7 |   180M |  80 |2260 |4618 | 533 |  26k|  1 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
94.22/94.62	c  78.6s| 31000 |  3220 |  1106k|  35.6 |   180M |  80 |2260 |4522 | 526 |  27k|  1 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
94.42/94.81	c  78.8s| 31100 |  3224 |  1108k|  35.6 |   180M |  80 |2260 |4414 | 509 |  27k|  1 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
94.52/95.00	c  79.0s| 31200 |  3252 |  1111k|  35.6 |   180M |  80 |2260 |4362 | 550 |  27k|  0 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
94.82/95.24	c  79.2s| 31300 |  3253 |  1115k|  35.6 |   180M |  80 |2260 |4419 | 534 |  27k|  0 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
95.02/95.42	c  79.4s| 31400 |  3255 |  1117k|  35.5 |   180M |  80 |2260 |4497 | 528 |  27k|  1 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
95.32/95.70	c  79.7s| 31500 |  3255 |  1122k|  35.6 |   180M |  80 |2260 |4523 |   0 |  27k|  0 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
95.52/95.90	c  79.9s| 31600 |  3261 |  1124k|  35.5 |   180M |  80 |2260 |4409 | 549 |  27k|  1 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
95.63/96.09	c  80.1s| 31700 |  3262 |  1126k|  35.5 |   180M |  80 |2260 |4454 | 535 |  27k|  1 |  33k|  11 |-6.000000e+00 |      --      |    Inf | unknown
95.92/96.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.92/96.30	c  80.3s| 31800 |  3263 |  1129k|  35.5 |   180M |  80 |2260 |4516 | 519 |  27k|  1 |  34k|  11 |-6.000000e+00 |      --      |    Inf | unknown
96.12/96.56	c  80.5s| 31900 |  3266 |  1132k|  35.4 |   180M |  80 |2260 |4562 | 526 |  27k|  1 |  34k|  11 |-6.000000e+00 |      --      |    Inf | unknown
96.32/96.79	c  80.8s| 32000 |  3264 |  1135k|  35.4 |   180M |  80 |2260 |4523 | 547 |  27k|  0 |  34k|  11 |-6.000000e+00 |      --      |    Inf | unknown
96.63/97.05	c  81.0s| 32100 |  3274 |  1138k|  35.4 |   182M |  80 |2260 |4553 | 547 |  27k|  1 |  34k|  11 |-6.000000e+00 |      --      |    Inf | unknown
96.81/97.25	c  81.2s| 32200 |  3284 |  1142k|  35.4 |   182M |  80 |2260 |4631 | 529 |  27k|  1 |  34k|  11 |-6.000000e+00 |      --      |    Inf | unknown
97.01/97.42	c  81.4s| 32300 |  3281 |  1144k|  35.4 |   182M |  80 |2260 |4800 |   0 |  27k|  0 |  34k|  11 |-6.000000e+00 |      --      |    Inf | unknown
97.21/97.68	c  81.7s| 32400 |  3283 |  1146k|  35.3 |   182M |  80 |2260 |4741 |   0 |  27k|  0 |  34k|  11 |-6.000000e+00 |      --      |    Inf | unknown
97.51/97.92	c  81.9s| 32500 |  3309 |  1149k|  35.3 |   182M |  80 |2260 |4740 | 546 |  28k|  0 |  34k|  11 |-6.000000e+00 |      --      |    Inf | unknown
97.72/98.17	c  82.1s| 32600 |  3321 |  1153k|  35.3 |   182M |  80 |2260 |4808 | 536 |  28k|  2 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
98.01/98.44	c  82.4s| 32700 |  3321 |  1156k|  35.3 |   182M |  80 |2260 |4775 | 518 |  28k|  2 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
98.51/98.90	c  82.9s| 32800 |  3368 |  1162k|  35.4 |   182M |  80 |2260 |4512 | 532 |  28k|  0 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
98.72/99.17	c  83.1s| 32900 |  3365 |  1165k|  35.4 |   182M |  80 |2260 |4558 |   0 |  28k|  0 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
99.01/99.43	c  83.4s| 33000 |  3369 |  1169k|  35.4 |   182M |  80 |2260 |4532 | 530 |  28k|  1 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
99.30/99.71	c  83.7s| 33100 |  3377 |  1174k|  35.4 |   183M |  80 |2260 |4524 | 552 |  28k|  1 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
99.50/99.97	c  84.0s| 33200 |  3383 |  1179k|  35.5 |   183M |  80 |2260 |4509 | 531 |  28k|  0 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
99.80/100.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
99.80/100.22	c  84.2s| 33300 |  3384 |  1182k|  35.5 |   183M |  80 |2260 |4559 | 530 |  28k|  1 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
100.00/100.49	c  84.5s| 33400 |  3405 |  1186k|  35.5 |   183M |  80 |2260 |4438 | 532 |  28k|  1 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
100.20/100.66	c  84.6s| 33500 |  3424 |  1189k|  35.4 |   183M |  80 |2260 |4548 | 541 |  28k|  1 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
100.40/100.85	c  84.8s| 33600 |  3432 |  1191k|  35.4 |   183M |  80 |2260 |4565 | 540 |  29k|  1 |  35k|  11 |-6.000000e+00 |      --      |    Inf | unknown
100.61/101.04	c  85.0s| 33700 |  3431 |  1193k|  35.4 |   184M |  80 |2260 |4634 | 532 |  29k|  1 |  36k|  11 |-6.000000e+00 |      --      |    Inf | unknown
100.80/101.22	c  85.2s| 33800 |  3431 |  1196k|  35.3 |   184M |  80 |2260 |4733 | 545 |  29k|  1 |  36k|  11 |-6.000000e+00 |      --      |    Inf | unknown
101.00/101.40	c  85.4s| 33900 |  3429 |  1199k|  35.3 |   184M |  80 |2260 |4714 | 532 |  29k|  1 |  36k|  11 |-6.000000e+00 |      --      |    Inf | unknown
101.20/101.65	c  85.6s| 34000 |  3427 |  1202k|  35.3 |   184M |  80 |2260 |4644 | 548 |  29k|  1 |  36k|  11 |-6.000000e+00 |      --      |    Inf | unknown
101.50/101.94	c  85.9s| 34100 |  3425 |  1206k|  35.3 |   184M |  80 |2260 |4590 | 530 |  29k|  1 |  36k|  11 |-6.000000e+00 |      --      |    Inf | unknown
101.80/102.24	c  86.2s| 34200 |  3432 |  1210k|  35.3 |   184M |  80 |2260 |4614 | 546 |  29k|  0 |  36k|  11 |-6.000000e+00 |      --      |    Inf | unknown
102.09/102.50	c  86.5s| 34300 |  3439 |  1214k|  35.3 |   184M |  80 |2260 |4625 |   0 |  29k|  0 |  36k|  11 |-6.000000e+00 |      --      |    Inf | unknown
102.19/102.67	c  86.6s| 34400 |  3445 |  1216k|  35.3 |   184M |  80 |2260 |4742 |   0 |  29k|  0 |  36k|  11 |-6.000000e+00 |      --      |    Inf | unknown
102.39/102.87	c  86.8s| 34500 |  3453 |  1218k|  35.3 |   185M |  80 |2260 |4831 |   0 |  29k|  0 |  37k|  11 |-6.000000e+00 |      --      |    Inf | unknown
102.61/103.04	c  87.0s| 34600 |  3455 |  1220k|  35.2 |   185M |  80 |2260 |4863 | 544 |  29k|  1 |  37k|  11 |-6.000000e+00 |      --      |    Inf | unknown
102.79/103.25	c  87.2s| 34700 |  3456 |  1223k|  35.2 |   185M |  80 |2260 |4955 | 547 |  29k|  1 |  37k|  11 |-6.000000e+00 |      --      |    Inf | unknown
102.99/103.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.99/103.42	c  87.4s| 34800 |  3452 |  1226k|  35.2 |   185M |  80 |2260 |5012 | 549 |  29k|  1 |  37k|  11 |-6.000000e+00 |      --      |    Inf | unknown
103.19/103.60	c  87.6s| 34900 |  3450 |  1228k|  35.1 |   185M |  80 |2260 |5088 | 553 |  29k|  0 |  37k|  11 |-6.000000e+00 |      --      |    Inf | unknown
103.29/103.77	c  87.7s| 35000 |  3445 |  1230k|  35.1 |   185M |  80 |2260 |5151 | 532 |  30k|  1 |  37k|  11 |-6.000000e+00 |      --      |    Inf | unknown
103.49/103.98	c  88.0s| 35100 |  3455 |  1233k|  35.1 |   185M |  80 |2260 |5170 | 551 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
103.79/104.20	c  88.2s| 35200 |  3462 |  1236k|  35.1 |   185M |  80 |2260 |5118 | 551 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
103.99/104.43	c  88.4s| 35300 |  3464 |  1241k|  35.1 |   185M |  80 |2260 |5127 | 564 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
104.19/104.62	c  88.6s| 35400 |  3474 |  1244k|  35.1 |   185M |  80 |2260 |5192 | 557 |  30k|  1 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
104.39/104.83	c  88.8s| 35500 |  3470 |  1248k|  35.1 |   185M |  80 |2260 |5209 | 558 |  30k|  1 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
104.60/105.03	c  89.0s| 35600 |  3472 |  1251k|  35.1 |   185M |  80 |2260 |5231 | 548 |  30k|  1 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
104.78/105.24	c  89.2s| 35700 |  3468 |  1254k|  35.1 |   185M |  80 |2260 |5233 | 561 |  30k|  2 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
104.98/105.43	c  89.4s| 35800 |  3468 |  1258k|  35.1 |   185M |  80 |2260 |5267 | 558 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
105.18/105.61	c  89.6s| 35900 |  3475 |  1260k|  35.1 |   186M |  80 |2260 |5267 | 555 |  30k|  2 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
105.28/105.76	c  89.7s| 36000 |  3478 |  1263k|  35.0 |   186M |  80 |2260 |5297 | 554 |  30k|  1 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
105.48/106.00	c  90.0s| 36100 |  3485 |  1265k|  35.0 |   186M |  80 |2260 |5329 | 566 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
105.69/106.17	c  90.2s| 36200 |  3485 |  1268k|  35.0 |   186M |  80 |2260 |5345 | 553 |  30k|  1 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
105.88/106.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.88/106.32	c  90.3s| 36300 |  3479 |  1270k|  35.0 |   186M |  80 |2260 |5367 | 557 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
105.98/106.46	c  90.4s| 36400 |  3481 |  1273k|  34.9 |   186M |  80 |2260 |5360 | 557 |  30k|  1 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
106.18/106.61	c  90.6s| 36500 |  3473 |  1275k|  34.9 |   186M |  80 |2260 |5400 | 558 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
106.28/106.77	c  90.7s| 36600 |  3477 |  1277k|  34.9 |   186M |  80 |2260 |5396 | 550 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
106.48/106.91	c  90.9s| 36700 |  3479 |  1279k|  34.8 |   186M |  80 |2260 |5421 |   0 |  30k|  0 |  38k|  11 |-6.000000e+00 |      --      |    Inf | unknown
106.59/107.08	c  91.1s| 36800 |  3476 |  1281k|  34.8 |   186M |  80 |2260 |5427 | 552 |  30k|  0 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
106.78/107.22	c  91.2s| 36900 |  3474 |  1282k|  34.7 |   186M |  80 |2260 |5442 | 551 |  30k|  1 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
106.98/107.41	c  91.4s| 37000 |  3476 |  1286k|  34.7 |   186M |  80 |2260 |5404 | 558 |  30k|  1 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
107.08/107.58	c  91.6s| 37100 |  3480 |  1288k|  34.7 |   186M |  80 |2260 |5401 | 557 |  31k|  1 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
107.27/107.76	c  91.7s| 37200 |  3474 |  1292k|  34.7 |   186M |  80 |2260 |5428 |   0 |  31k|  0 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
107.47/107.92	c  91.9s| 37300 |  3473 |  1294k|  34.7 |   186M |  80 |2260 |5433 | 558 |  31k|  0 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
107.69/108.14	c  92.1s| 37400 |  3475 |  1298k|  34.7 |   186M |  80 |2260 |5455 | 563 |  31k|  1 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
107.77/108.28	c  92.3s| 37500 |  3476 |  1299k|  34.6 |   186M |  80 |2260 |5528 | 551 |  31k|  1 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
107.97/108.45	c  92.4s| 37600 |  3479 |  1302k|  34.6 |   186M |  80 |2260 |5578 | 557 |  31k|  0 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
108.07/108.58	c  92.6s| 37700 |  3483 |  1303k|  34.5 |   186M |  80 |2260 |5717 | 553 |  31k|  1 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
108.27/108.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
108.27/108.71	c  92.7s| 37800 |  3477 |  1305k|  34.5 |   186M |  80 |2260 |5734 | 556 |  31k|  1 |  39k|  11 |-6.000000e+00 |      --      |    Inf | unknown
108.37/108.84	c  92.8s| 37900 |  3473 |  1307k|  34.4 |   186M |  80 |2260 |5642 | 553 |  31k|  0 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
108.47/109.01	c  93.0s| 38000 |  3471 |  1309k|  34.4 |   186M |  80 |2260 |5622 | 556 |  31k|  1 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
108.77/109.21	c  93.2s| 38100 |  3469 |  1312k|  34.4 |   186M |  80 |2260 |5452 | 544 |  31k|  1 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
108.87/109.37	c  93.4s| 38200 |  3472 |  1315k|  34.4 |   186M |  80 |2260 |5381 |   0 |  31k|  0 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
109.07/109.52	c  93.5s| 38300 |  3472 |  1317k|  34.3 |   186M |  80 |2260 |5314 | 549 |  31k|  0 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
109.17/109.67	c  93.7s| 38400 |  3474 |  1318k|  34.3 |   186M |  80 |2260 |5387 | 552 |  31k|  1 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
109.37/109.83	c  93.8s| 38500 |  3473 |  1321k|  34.3 |   186M |  80 |2260 |5316 | 557 |  31k|  1 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
109.58/110.01	c  94.0s| 38600 |  3480 |  1323k|  34.2 |   187M |  80 |2260 |5371 | 557 |  31k|  1 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
109.68/110.16	c  94.1s| 38700 |  3478 |  1325k|  34.2 |   187M |  80 |2260 |5422 | 557 |  31k|  0 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
109.86/110.30	c  94.3s| 38800 |  3478 |  1327k|  34.2 |   187M |  80 |2260 |5423 | 552 |  31k|  0 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
109.96/110.48	c  94.5s| 38900 |  3474 |  1329k|  34.1 |   187M |  80 |2260 |5397 | 555 |  31k|  1 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
110.16/110.64	c  94.6s| 39000 |  3478 |  1331k|  34.1 |   187M |  80 |2260 |5390 |   0 |  31k|  0 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
110.36/110.80	c  94.8s| 39100 |  3478 |  1333k|  34.1 |   187M |  80 |2260 |5437 |   0 |  31k|  0 |  40k|  11 |-6.000000e+00 |      --      |    Inf | unknown
110.46/110.96	c  94.9s| 39200 |  3480 |  1336k|  34.0 |   187M |  80 |2260 |5469 |   0 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
110.68/111.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
110.68/111.12	c  95.1s| 39300 |  3477 |  1338k|  34.0 |   187M |  80 |2260 |5468 |   0 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
110.76/111.27	c  95.2s| 39400 |  3479 |  1340k|  34.0 |   187M |  80 |2260 |5431 |   0 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
110.96/111.44	c  95.4s| 39500 |  3480 |  1342k|  33.9 |   188M |  80 |2260 |5459 |   0 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
111.16/111.60	c  95.6s| 39600 |  3484 |  1344k|  33.9 |   188M |  80 |2260 |5478 | 558 |  31k|  2 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
111.36/111.80	c  95.8s| 39700 |  3489 |  1347k|  33.9 |   188M |  80 |2260 |5470 | 557 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
111.46/111.96	c  95.9s| 39800 |  3484 |  1349k|  33.9 |   188M |  80 |2260 |5372 | 555 |  31k|  1 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
111.67/112.14	c  96.1s| 39900 |  3486 |  1351k|  33.8 |   188M |  80 |2260 |5396 | 558 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
111.76/112.29	c  96.3s| 40000 |  3488 |  1353k|  33.8 |   188M |  80 |2260 |5361 | 550 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
111.86/112.38	c  96.4s| 40100 |  3492 |  1354k|  33.7 |   188M |  80 |2260 |5368 | 550 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
112.06/112.51	c  96.5s| 40200 |  3480 |  1356k|  33.7 |   188M |  80 |2260 |5342 | 549 |  31k|  1 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
112.16/112.61	c  96.6s| 40300 |  3482 |  1357k|  33.6 |   188M |  80 |2260 |5370 | 551 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
112.26/112.74	c  96.7s| 40400 |  3487 |  1359k|  33.6 |   188M |  80 |2260 |5300 | 550 |  31k|  1 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
112.36/112.84	c  96.8s| 40500 |  3483 |  1360k|  33.6 |   188M |  80 |2260 |5310 |   0 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
112.45/112.94	c  96.9s| 40600 |  3479 |  1361k|  33.5 |   188M |  80 |2260 |5302 | 558 |  31k|  1 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
112.57/113.08	c  97.1s| 40700 |  3480 |  1363k|  33.4 |   188M |  80 |2260 |5353 | 559 |  31k|  0 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
112.75/113.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
112.75/113.24	c  97.2s| 40800 |  3478 |  1365k|  33.4 |   188M |  80 |2260 |5292 | 552 |  31k|  1 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
112.95/113.40	c  97.4s| 40900 |  3476 |  1367k|  33.4 |   188M |  80 |2260 |5261 | 546 |  31k|  1 |  41k|  11 |-6.000000e+00 |      --      |    Inf | unknown
113.15/113.61	c  97.6s| 41000 |  3474 |  1370k|  33.4 |   189M |  80 |2260 |5340 | 552 |  31k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
113.25/113.77	c  97.8s| 41100 |  3479 |  1373k|  33.4 |   189M |  80 |2260 |5396 |   0 |  32k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
113.45/113.98	c  98.0s| 41200 |  3480 |  1376k|  33.4 |   189M |  80 |2260 |5405 | 553 |  32k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
113.66/114.14	c  98.1s| 41300 |  3478 |  1378k|  33.3 |   189M |  80 |2260 |5450 |   0 |  32k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
113.75/114.29	c  98.3s| 41400 |  3482 |  1380k|  33.3 |   189M |  80 |2260 |5429 | 551 |  32k|  1 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
113.85/114.38	c  98.4s| 41500 |  3478 |  1381k|  33.3 |   189M |  80 |2260 |5441 |   0 |  32k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
114.05/114.52	c  98.5s| 41600 |  3480 |  1383k|  33.2 |   189M |  80 |2260 |5450 |   0 |  32k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
114.15/114.67	c  98.6s| 41700 |  3477 |  1385k|  33.2 |   189M |  80 |2260 |5401 | 550 |  32k|  1 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
114.35/114.88	c  98.9s| 41800 |  3473 |  1388k|  33.2 |   189M |  80 |2260 |5289 | 543 |  32k|  1 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
114.56/115.07	c  99.0s| 41900 |  3488 |  1391k|  33.2 |   189M |  80 |2260 |5321 | 549 |  32k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
114.75/115.24	c  99.2s| 42000 |  3476 |  1393k|  33.1 |   189M |  80 |2260 |5387 | 550 |  32k|  1 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
114.95/115.44	c  99.4s| 42100 |  3480 |  1396k|  33.1 |   189M |  80 |2260 |5415 | 555 |  32k|  1 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
115.05/115.59	c  99.6s| 42200 |  3476 |  1399k|  33.1 |   189M |  80 |2260 |5461 | 559 |  32k|  1 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
115.24/115.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.24/115.77	c  99.8s| 42300 |  3476 |  1401k|  33.1 |   189M |  80 |2260 |5446 | 548 |  32k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
115.44/115.92	c  99.9s| 42400 |  3478 |  1403k|  33.1 |   189M |  80 |2260 |5425 | 549 |  32k|  0 |  42k|  11 |-6.000000e+00 |      --      |    Inf | unknown
115.56/116.06	c   100s| 42500 |  3476 |  1406k|  33.0 |   189M |  80 |2260 |5468 | 553 |  32k|  0 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
115.74/116.23	c   100s| 42600 |  3476 |  1408k|  33.0 |   189M |  80 |2260 |5506 | 550 |  32k|  1 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
115.94/116.41	c   100s| 42700 |  3470 |  1411k|  33.0 |   189M |  80 |2260 |5537 | 554 |  32k|  0 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
116.04/116.55	c   101s| 42800 |  3470 |  1412k|  33.0 |   189M |  80 |2260 |5588 | 551 |  32k|  1 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
116.24/116.76	c   101s| 42900 |  3469 |  1416k|  33.0 |   189M |  80 |2260 |5579 | 559 |  32k|  1 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
116.44/116.96	c   101s| 43000 |  3483 |  1418k|  32.9 |   189M |  80 |2260 |5481 |   0 |  32k|  0 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
116.65/117.13	c   101s| 43100 |  3484 |  1420k|  32.9 |   189M |  80 |2260 |5552 |   0 |  32k|  0 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
116.84/117.30	c   101s| 43200 |  3483 |  1421k|  32.9 |   190M |  80 |2260 |5536 | 551 |  32k|  1 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
116.94/117.45	c   101s| 43300 |  3483 |  1423k|  32.8 |   190M |  80 |2260 |5538 | 558 |  32k|  0 |  43k|  11 |-6.000000e+00 |      --      |    Inf | unknown
117.04/117.55	c   102s| 43400 |  3486 |  1424k|  32.8 |   190M |  80 |2260 |5565 | 547 |  32k|  1 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
117.14/117.67	c   102s| 43500 |  3483 |  1425k|  32.7 |   190M |  80 |2260 |5579 | 552 |  32k|  2 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
117.34/117.83	c   102s| 43600 |  3484 |  1427k|  32.7 |   190M |  80 |2260 |5650 | 554 |  32k|  0 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
117.44/117.99	c   102s| 43700 |  3475 |  1429k|  32.7 |   190M |  80 |2260 |5606 | 550 |  32k|  0 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
117.65/118.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
117.65/118.13	c   102s| 43800 |  3485 |  1431k|  32.6 |   190M |  80 |2260 |5563 | 546 |  32k|  1 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
117.83/118.30	c   102s| 43900 |  3491 |  1433k|  32.6 |   190M |  80 |2260 |5514 | 548 |  32k|  1 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
117.93/118.44	c   102s| 44000 |  3487 |  1435k|  32.6 |   190M |  80 |2260 |5475 | 544 |  32k|  1 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
118.13/118.60	c   103s| 44100 |  3490 |  1436k|  32.5 |   190M |  80 |2260 |5498 | 551 |  32k|  1 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
118.23/118.76	c   103s| 44200 |  3489 |  1438k|  32.5 |   190M |  80 |2260 |5549 | 552 |  33k|  1 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
118.43/118.92	c   103s| 44300 |  3496 |  1440k|  32.5 |   190M |  80 |2260 |5515 |   0 |  33k|  0 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
118.55/119.05	c   103s| 44400 |  3496 |  1442k|  32.4 |   190M |  80 |2260 |5504 |   0 |  33k|  0 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
118.73/119.23	c   103s| 44500 |  3496 |  1445k|  32.4 |   190M |  80 |2260 |5531 |   0 |  33k|  0 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
118.93/119.40	c   103s| 44600 |  3492 |  1447k|  32.4 |   190M |  80 |2260 |5565 | 548 |  33k|  1 |  44k|  11 |-6.000000e+00 |      --      |    Inf | unknown
119.03/119.59	c   104s| 44700 |  3490 |  1449k|  32.4 |   190M |  80 |2260 |5639 |   0 |  33k|  0 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
119.23/119.78	c   104s| 44800 |  3482 |  1451k|  32.4 |   190M |  80 |2260 |5735 | 549 |  33k|  1 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
119.54/120.02	c   104s| 44900 |  3487 |  1454k|  32.4 |   190M |  80 |2260 |5598 | 546 |  33k|  1 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
119.64/120.16	c   104s| 45000 |  3487 |  1456k|  32.3 |   190M |  80 |2260 |5780 | 554 |  33k|  0 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
119.83/120.31	c   104s| 45100 |  3488 |  1458k|  32.3 |   190M |  80 |2260 |5847 | 551 |  33k|  0 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
119.93/120.45	c   104s| 45200 |  3486 |  1460k|  32.3 |   190M |  80 |2260 |5723 | 543 |  33k|  1 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
120.13/120.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.13/120.65	c   105s| 45300 |  3491 |  1463k|  32.3 |   191M |  80 |2260 |5623 |   0 |  33k|  0 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
120.22/120.77	c   105s| 45400 |  3495 |  1464k|  32.2 |   191M |  80 |2260 |5631 |   0 |  33k|  0 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
120.32/120.85	c   105s| 45500 |  3491 |  1465k|  32.2 |   192M |  80 |2260 |5618 | 554 |  33k|  0 |  45k|  11 |-6.000000e+00 |      --      |    Inf | unknown
120.54/121.02	c   105s| 45600 |  3494 |  1467k|  32.1 |   192M |  80 |2260 |5702 |   0 |  33k|  0 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
120.64/121.14	c   105s| 45700 |  3489 |  1468k|  32.1 |   192M |  80 |2260 |5771 | 539 |  33k|  1 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
120.82/121.30	c   105s| 45800 |  3493 |  1470k|  32.1 |   192M |  80 |2260 |5641 |   0 |  33k|  0 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
120.92/121.49	c   105s| 45900 |  3494 |  1473k|  32.1 |   192M |  80 |2260 |5702 | 553 |  33k|  0 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
121.12/121.67	c   106s| 46000 |  3495 |  1476k|  32.1 |   192M |  80 |2260 |5663 | 558 |  33k|  1 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
121.32/121.85	c   106s| 46100 |  3495 |  1479k|  32.0 |   192M |  80 |2260 |5727 |   0 |  33k|  0 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
121.42/122.00	c   106s| 46200 |  3495 |  1481k|  32.0 |   192M |  80 |2260 |5715 | 560 |  33k|  0 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
121.63/122.17	c   106s| 46300 |  3495 |  1483k|  32.0 |   192M |  80 |2260 |5771 | 558 |  33k|  1 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
121.82/122.34	c   106s| 46400 |  3511 |  1485k|  32.0 |   192M |  80 |2260 |5785 | 514 |  33k|  1 |  46k|  11 |-6.000000e+00 |      --      |    Inf | unknown
121.92/122.49	c   106s| 46500 |  3516 |  1487k|  32.0 |   192M |  80 |2260 |5789 | 535 |  33k|  1 |  47k|  11 |-6.000000e+00 |      --      |    Inf | unknown
122.12/122.61	c   107s| 46600 |  3512 |  1488k|  31.9 |   192M |  80 |2260 |5907 | 535 |  33k|  1 |  47k|  11 |-6.000000e+00 |      --      |    Inf | unknown
122.42/122.92	c   107s| 46700 |  3527 |  1491k|  31.9 |   192M |  80 |2260 |5422 | 531 |  33k|  1 |  47k|  11 |-6.000000e+00 |      --      |    Inf | unknown
122.53/123.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
122.53/123.11	c   107s| 46800 |  3535 |  1493k|  31.9 |   192M |  80 |2260 |5474 | 533 |  33k|  1 |  47k|  11 |-6.000000e+00 |      --      |    Inf | unknown
122.82/123.35	c   107s| 46900 |  3533 |  1496k|  31.9 |   192M |  80 |2260 |5462 | 519 |  33k|  0 |  47k|  11 |-6.000000e+00 |      --      |    Inf | unknown
123.11/123.63	c   108s| 47000 |  3548 |  1501k|  31.9 |   192M |  80 |2260 |5297 | 508 |  34k|  1 |  47k|  11 |-6.000000e+00 |      --      |    Inf | unknown
123.31/123.86	c   108s| 47100 |  3555 |  1504k|  31.9 |   192M |  80 |2260 |5317 | 526 |  34k|  0 |  47k|  11 |-6.000000e+00 |      --      |    Inf | unknown
123.53/124.02	c   108s| 47200 |  3576 |  1506k|  31.9 |   192M |  80 |2260 |5355 |   0 |  34k|  0 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
123.53/124.10	c   108s| 47300 |  3580 |  1507k|  31.8 |   192M |  80 |2260 |5347 | 544 |  34k|  1 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
123.81/124.30	c   108s| 47400 |  3581 |  1509k|  31.8 |   192M |  80 |2260 |5461 | 542 |  34k|  1 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
123.91/124.46	c   108s| 47500 |  3572 |  1511k|  31.8 |   192M |  80 |2260 |5424 | 546 |  34k|  1 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
124.21/124.71	c   109s| 47600 |  3564 |  1513k|  31.8 |   192M |  80 |2260 |5454 | 551 |  34k|  2 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
124.41/124.96	c   109s| 47700 |  3568 |  1517k|  31.8 |   192M |  80 |2260 |5473 | 544 |  34k|  0 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
124.81/125.33	c   109s| 47800 |  3583 |  1521k|  31.8 |   193M |  80 |2260 |5004 | 508 |  34k|  1 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
125.11/125.64	c   110s| 47900 |  3606 |  1526k|  31.8 |   193M |  80 |2260 |5019 | 549 |  34k|  0 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
125.41/125.93	c   110s| 48000 |  3617 |  1529k|  31.8 |   193M |  80 |2260 |4944 | 506 |  34k|  1 |  48k|  11 |-6.000000e+00 |      --      |    Inf | unknown
125.62/126.15	c   110s| 48100 |  3636 |  1531k|  31.8 |   193M |  80 |2260 |4971 |   0 |  34k|  0 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
125.80/126.31	c   110s| 48200 |  3644 |  1533k|  31.8 |   193M |  80 |2260 |5037 | 543 |  34k|  1 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
126.00/126.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
126.00/126.53	c   111s| 48300 |  3672 |  1536k|  31.8 |   194M |  80 |2260 |5076 | 541 |  34k|  1 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
126.30/126.81	c   111s| 48400 |  3694 |  1540k|  31.8 |   194M |  80 |2260 |5158 | 542 |  35k|  1 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
126.52/127.06	c   111s| 48500 |  3718 |  1545k|  31.8 |   194M |  80 |2260 |5195 | 545 |  35k|  0 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
126.80/127.34	c   111s| 48600 |  3730 |  1550k|  31.9 |   194M |  80 |2260 |5245 | 522 |  35k|  1 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
127.00/127.59	c   112s| 48700 |  3750 |  1555k|  31.9 |   194M |  80 |2260 |5187 | 511 |  35k|  1 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
127.61/128.14	c   112s| 48800 |  3782 |  1559k|  31.9 |   194M |  80 |2260 |4859 | 510 |  35k|  1 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
127.80/128.38	c   112s| 48900 |  3827 |  1562k|  31.9 |   194M |  80 |2260 |4721 | 510 |  35k|  1 |  49k|  11 |-6.000000e+00 |      --      |    Inf | unknown
128.10/128.69	c   113s| 49000 |  3843 |  1566k|  31.9 |   194M |  80 |2260 |4754 | 540 |  35k|  2 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
128.30/128.89	c   113s| 49100 |  3844 |  1569k|  31.9 |   194M |  80 |2260 |4840 | 536 |  35k|  0 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
128.69/129.24	c   113s| 49200 |  3856 |  1574k|  32.0 |   194M |  80 |2260 |4724 |   0 |  35k|  0 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
128.99/129.53	c   114s| 49300 |  3861 |  1577k|  32.0 |   194M |  80 |2260 |4758 | 543 |  36k|  3 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
129.19/129.79	c   114s| 49400 |  3879 |  1580k|  32.0 |   194M |  80 |2260 |4721 | 539 |  36k|  0 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
129.39/130.00	c   114s| 49500 |  3897 |  1584k|  32.0 |   194M |  80 |2260 |4769 | 535 |  36k|  0 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
129.69/130.22	c   114s| 49600 |  3899 |  1588k|  32.0 |   194M |  80 |2260 |4793 | 539 |  36k|  1 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
129.89/130.44	c   114s| 49700 |  3899 |  1592k|  32.0 |   194M |  80 |2260 |4802 | 552 |  36k|  1 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
130.09/130.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
130.09/130.63	c   115s| 49800 |  3905 |  1595k|  32.0 |   194M |  80 |2260 |4888 | 546 |  36k|  1 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
130.29/130.82	c   115s| 49900 |  3911 |  1597k|  32.0 |   194M |  80 |2260 |4880 | 539 |  36k|  1 |  50k|  11 |-6.000000e+00 |      --      |    Inf | unknown
130.39/130.99	c   115s| 50000 |  3914 |  1600k|  32.0 |   194M |  80 |2260 |5015 | 539 |  36k|  1 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
130.60/131.15	c   115s| 50100 |  3909 |  1603k|  32.0 |   194M |  80 |2260 |5028 | 539 |  36k|  0 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
130.79/131.35	c   115s| 50200 |  3913 |  1606k|  32.0 |   194M |  80 |2260 |4935 | 546 |  36k|  0 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
130.99/131.52	c   115s| 50300 |  3914 |  1609k|  32.0 |   194M |  80 |2260 |4950 | 542 |  36k|  1 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
131.19/131.72	c   116s| 50400 |  3915 |  1612k|  32.0 |   194M |  80 |2260 |4988 | 535 |  36k|  1 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
131.50/132.04	c   116s| 50500 |  3913 |  1617k|  32.0 |   194M |  80 |2260 |4912 | 532 |  36k|  1 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
131.78/132.32	c   116s| 50600 |  3927 |  1621k|  32.0 |   194M |  80 |2260 |4917 | 531 |  36k|  0 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
131.98/132.54	c   117s| 50700 |  3946 |  1623k|  32.0 |   194M |  80 |2260 |5058 | 545 |  37k|  1 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
132.18/132.72	c   117s| 50800 |  3942 |  1626k|  32.0 |   195M |  80 |2260 |5131 | 545 |  37k|  0 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
132.38/132.93	c   117s| 50900 |  3934 |  1629k|  32.0 |   195M |  80 |2260 |5169 | 547 |  37k|  0 |  51k|  11 |-6.000000e+00 |      --      |    Inf | unknown
132.59/133.11	c   117s| 51000 |  3936 |  1631k|  32.0 |   195M |  80 |2260 |5279 | 538 |  37k|  1 |  52k|  11 |-6.000000e+00 |      --      |    Inf | unknown
132.78/133.33	c   117s| 51100 |  3961 |  1634k|  32.0 |   195M |  80 |2260 |5354 |   0 |  37k|  0 |  52k|  11 |-6.000000e+00 |      --      |    Inf | unknown
132.98/133.51	c   117s| 51200 |  3976 |  1636k|  31.9 |   195M |  80 |2260 |5516 |   0 |  37k|  0 |  52k|  11 |-6.000000e+00 |      --      |    Inf | unknown
133.08/133.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
133.08/133.69	c   118s| 51300 |  3994 |  1639k|  31.9 |   195M |  80 |2260 |5541 | 538 |  37k|  1 |  52k|  11 |-6.000000e+00 |      --      |    Inf | unknown
133.28/133.83	c   118s| 51400 |  3994 |  1641k|  31.9 |   195M |  80 |2260 |5606 | 537 |  37k|  1 |  52k|  11 |-6.000000e+00 |      --      |    Inf | unknown
133.38/133.99	c   118s| 51500 |  3994 |  1643k|  31.9 |   195M |  80 |2260 |5640 | 530 |  37k|  1 |  52k|  11 |-6.000000e+00 |      --      |    Inf | unknown
133.67/134.21	c   118s| 51600 |  3992 |  1646k|  31.9 |   195M |  80 |2260 |5690 |   0 |  37k|  0 |  53k|  11 |-6.000000e+00 |      --      |    Inf | unknown
133.77/134.38	c   118s| 51700 |  4001 |  1649k|  31.9 |   195M |  80 |2260 |5696 | 532 |  37k|  0 |  53k|  11 |-6.000000e+00 |      --      |    Inf | unknown
133.97/134.56	c   119s| 51800 |  4001 |  1652k|  31.9 |   195M |  80 |2260 |5740 | 526 |  37k|  1 |  53k|  11 |-6.000000e+00 |      --      |    Inf | unknown
134.17/134.72	c   119s| 51900 |  4003 |  1654k|  31.8 |   195M |  80 |2260 |5838 | 527 |  37k|  1 |  53k|  11 |-6.000000e+00 |      --      |    Inf | unknown
134.27/134.88	c   119s| 52000 |  4006 |  1656k|  31.8 |   195M |  80 |2260 |5907 | 534 |  37k|  1 |  53k|  11 |-6.000000e+00 |      --      |    Inf | unknown
134.49/135.04	c   119s| 52100 |  4003 |  1658k|  31.8 |   195M |  80 |2260 |5986 | 532 |  37k|  0 |  53k|  11 |-6.000000e+00 |      --      |    Inf | unknown
134.67/135.27	c   119s| 52200 |  4005 |  1661k|  31.8 |   195M |  80 |2260 |6000 |   0 |  37k|  0 |  53k|  11 |-6.000000e+00 |      --      |    Inf | unknown
134.97/135.58	c   120s| 52300 |  3994 |  1665k|  31.8 |   195M |  80 |2260 |5796 | 536 |  37k|  0 |  53k|  11 |-6.000000e+00 |      --      |    Inf | unknown
135.37/135.90	c   120s| 52400 |  4013 |  1670k|  31.8 |   196M |  80 |2260 |5452 | 565 |  38k|  2 |  54k|  11 |-6.000000e+00 |      --      |    Inf | unknown
135.67/136.21	c   120s| 52500 |  4037 |  1672k|  31.8 |   198M |  80 |2260 |5525 |   0 |  38k|  0 |  54k|  11 |-6.000000e+00 |      --      |    Inf | unknown
135.87/136.40	c   120s| 52600 |  4044 |  1674k|  31.8 |   199M |  80 |2260 |5624 | 543 |  38k|  0 |  54k|  11 |-6.000000e+00 |      --      |    Inf | unknown
136.07/136.60	c   121s| 52700 |  4049 |  1676k|  31.8 |   200M |  80 |2260 |5732 | 555 |  38k|  1 |  54k|  11 |-6.000000e+00 |      --      |    Inf | unknown
136.27/136.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
136.27/136.80	c   121s| 52800 |  4048 |  1679k|  31.8 |   201M |  80 |2260 |5749 | 547 |  38k|  1 |  54k|  11 |-6.000000e+00 |      --      |    Inf | unknown
136.48/137.02	c   121s| 52900 |  4044 |  1682k|  31.8 |   201M |  80 |2260 |5710 |   0 |  38k|  0 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
136.58/137.16	c   121s| 53000 |  4048 |  1684k|  31.7 |   201M |  80 |2260 |5761 | 547 |  38k|  1 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
136.96/137.51	c   121s| 53100 |  4058 |  1688k|  31.8 |   201M |  80 |2260 |5724 | 551 |  38k|  0 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
137.16/137.71	c   122s| 53200 |  4072 |  1691k|  31.8 |   201M |  80 |2260 |5787 | 564 |  38k|  1 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
137.26/137.86	c   122s| 53300 |  4071 |  1693k|  31.7 |   201M |  80 |2260 |5850 | 570 |  38k|  2 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
137.48/138.09	c   122s| 53400 |  4075 |  1695k|  31.7 |   202M |  80 |2260 |5839 | 531 |  39k|  1 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
137.66/138.23	c   122s| 53500 |  4076 |  1697k|  31.7 |   202M |  80 |2260 |5889 | 523 |  39k|  1 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
137.96/138.54	c   123s| 53600 |  4089 |  1702k|  31.7 |   202M |  80 |2260 |5839 | 535 |  39k|  1 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
138.16/138.75	c   123s| 53700 |  4093 |  1704k|  31.7 |   203M |  80 |2260 |5868 | 551 |  39k|  0 |  55k|  11 |-6.000000e+00 |      --      |    Inf | unknown
138.47/139.03	c   123s| 53800 |  4111 |  1708k|  31.7 |   204M |  80 |2260 |5872 | 536 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
138.76/139.31	c   123s| 53900 |  4118 |  1712k|  31.7 |   204M |  80 |2260 |5813 | 548 |  39k|  2 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
138.86/139.46	c   123s| 54000 |  4126 |  1714k|  31.7 |   204M |  80 |2260 |5872 |   0 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
139.06/139.61	c   124s| 54100 |  4122 |  1716k|  31.7 |   204M |  80 |2260 |5871 | 554 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
139.16/139.76	c   124s| 54200 |  4124 |  1719k|  31.7 |   204M |  80 |2260 |5879 | 554 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
139.35/139.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
139.35/139.91	c   124s| 54300 |  4122 |  1721k|  31.7 |   204M |  80 |2260 |5879 | 554 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
139.47/140.07	c   124s| 54400 |  4116 |  1724k|  31.7 |   204M |  80 |2260 |5872 | 524 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
139.65/140.26	c   124s| 54500 |  4120 |  1727k|  31.7 |   204M |  80 |2260 |5898 | 554 |  39k|  1 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
139.95/140.53	c   125s| 54600 |  4128 |  1730k|  31.7 |   205M |  80 |2260 |5946 | 556 |  39k|  1 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
140.15/140.73	c   125s| 54700 |  4129 |  1733k|  31.7 |   205M |  80 |2260 |5947 | 550 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
140.35/140.93	c   125s| 54800 |  4138 |  1736k|  31.7 |   205M |  80 |2260 |5961 | 544 |  39k|  1 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
140.66/141.29	c   125s| 54900 |  4157 |  1739k|  31.7 |   205M |  80 |2260 |5857 | 541 |  39k|  1 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
140.96/141.52	c   126s| 55000 |  4175 |  1741k|  31.6 |   205M |  80 |2260 |5455 |   0 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
141.16/141.74	c   126s| 55100 |  4180 |  1744k|  31.6 |   205M |  80 |2260 |5474 | 549 |  39k|  0 |  56k|  11 |-6.000000e+00 |      --      |    Inf | unknown
141.26/141.88	c   126s| 55200 |  4176 |  1746k|  31.6 |   205M |  80 |2260 |5518 | 546 |  39k|  0 |  57k|  11 |-6.000000e+00 |      --      |    Inf | unknown
141.47/142.07	c   126s| 55300 |  4185 |  1749k|  31.6 |   205M |  80 |2260 |5524 | 534 |  39k|  1 |  57k|  11 |-6.000000e+00 |      --      |    Inf | unknown
141.85/142.40	c   126s| 55400 |  4195 |  1752k|  31.6 |   205M |  80 |2260 |5490 | 519 |  40k|  1 |  57k|  11 |-6.000000e+00 |      --      |    Inf | unknown
141.95/142.59	c   127s| 55500 |  4208 |  1754k|  31.6 |   205M |  80 |2260 |5520 | 537 |  40k|  2 |  57k|  11 |-6.000000e+00 |      --      |    Inf | unknown
142.15/142.74	c   127s| 55600 |  4201 |  1757k|  31.6 |   205M |  80 |2260 |5592 | 526 |  40k|  2 |  57k|  11 |-6.000000e+00 |      --      |    Inf | unknown
142.35/142.97	c   127s| 55700 |  4220 |  1759k|  31.6 |   205M |  80 |2260 |5642 | 536 |  40k|  0 |  57k|  11 |-6.000000e+00 |      --      |    Inf | unknown
142.75/143.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
142.75/143.39	c   127s| 55800 |  4244 |  1763k|  31.6 |   205M |  80 |2260 |5262 | 530 |  40k|  1 |  57k|  11 |-6.000000e+00 |      --      |    Inf | unknown
143.05/143.66	c   128s| 55900 |  4252 |  1766k|  31.6 |   205M |  80 |2260 |5318 | 543 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
143.25/143.88	c   128s| 56000 |  4264 |  1769k|  31.6 |   205M |  80 |2260 |5292 | 543 |  40k|  1 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
143.46/144.04	c   128s| 56100 |  4258 |  1771k|  31.5 |   205M |  80 |2260 |5408 | 547 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
143.56/144.17	c   128s| 56200 |  4262 |  1772k|  31.5 |   205M |  80 |2260 |5447 |   0 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
143.64/144.28	c   128s| 56300 |  4266 |  1773k|  31.5 |   205M |  80 |2260 |5442 | 547 |  40k|  1 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
143.74/144.39	c   128s| 56400 |  4270 |  1775k|  31.4 |   205M |  80 |2260 |5473 |   0 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
143.94/144.51	c   128s| 56500 |  4259 |  1776k|  31.4 |   205M |  80 |2260 |5451 | 545 |  40k|  2 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
144.04/144.63	c   129s| 56600 |  4260 |  1778k|  31.4 |   205M |  80 |2260 |5494 | 547 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
144.14/144.75	c   129s| 56700 |  4272 |  1779k|  31.4 |   205M |  80 |2260 |5499 | 547 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
144.24/144.88	c   129s| 56800 |  4267 |  1781k|  31.3 |   206M |  80 |2260 |5552 |   0 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
144.34/144.99	c   129s| 56900 |  4267 |  1782k|  31.3 |   206M |  80 |2260 |5625 | 549 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
144.45/145.09	c   129s| 57000 |  4266 |  1782k|  31.2 |   206M |  80 |2260 |5612 | 547 |  40k|  1 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
144.64/145.22	c   129s| 57100 |  4264 |  1784k|  31.2 |   206M |  80 |2260 |5601 | 542 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
144.84/145.40	c   129s| 57200 |  4257 |  1786k|  31.2 |   206M |  80 |2260 |5582 |   0 |  40k|  0 |  58k|  11 |-6.000000e+00 |      --      |    Inf | unknown
145.03/145.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
145.03/145.65	c   130s| 57300 |  4295 |  1789k|  31.2 |   206M |  80 |2260 |5267 | 513 |  40k|  1 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
145.13/145.78	c   130s| 57400 |  4292 |  1790k|  31.2 |   206M |  80 |2260 |5320 | 508 |  40k|  0 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
145.45/146.01	c   130s| 57500 |  4308 |  1791k|  31.1 |   206M |  80 |2260 |5391 | 513 |  40k|  1 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
145.55/146.16	c   130s| 57600 |  4310 |  1792k|  31.1 |   206M |  80 |2260 |5423 | 518 |  40k|  0 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
145.73/146.32	c   130s| 57700 |  4313 |  1794k|  31.1 |   206M |  80 |2260 |5428 | 513 |  41k|  1 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
145.93/146.53	c   131s| 57800 |  4308 |  1795k|  31.0 |   206M |  80 |2260 |5418 |   0 |  41k|  0 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
146.13/146.73	c   131s| 57900 |  4309 |  1797k|  31.0 |   207M |  80 |2260 |5393 | 513 |  41k|  1 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
146.23/146.86	c   131s| 58000 |  4314 |  1799k|  31.0 |   207M |  80 |2260 |5386 |   0 |  41k|  0 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
146.33/146.97	c   131s| 58100 |  4315 |  1800k|  31.0 |   207M |  80 |2260 |5401 | 518 |  41k|  1 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
146.44/147.09	c   131s| 58200 |  4314 |  1801k|  30.9 |   207M |  80 |2260 |5423 | 511 |  41k|  1 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
146.63/147.23	c   131s| 58300 |  4315 |  1803k|  30.9 |   207M |  80 |2260 |5448 | 524 |  41k|  1 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
146.73/147.36	c   131s| 58400 |  4318 |  1804k|  30.9 |   207M |  80 |2260 |5476 | 517 |  41k|  1 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
146.93/147.50	c   131s| 58500 |  4315 |  1805k|  30.8 |   207M |  80 |2260 |5433 |   0 |  41k|  0 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
147.03/147.68	c   132s| 58600 |  4318 |  1807k|  30.8 |   207M |  80 |2260 |5426 |   0 |  41k|  0 |  59k|  11 |-6.000000e+00 |      --      |    Inf | unknown
147.23/147.82	c   132s| 58700 |  4324 |  1809k|  30.8 |   207M |  80 |2260 |5438 | 524 |  42k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
147.32/147.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
147.32/147.97	c   132s| 58800 |  4327 |  1811k|  30.8 |   207M |  80 |2260 |5454 | 512 |  42k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
147.44/148.06	c   132s| 58900 |  4320 |  1812k|  30.7 |   207M |  80 |2260 |5436 | 513 |  42k|  0 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
147.54/148.18	c   132s| 59000 |  4316 |  1813k|  30.7 |   208M |  80 |2260 |5419 | 515 |  42k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
147.72/148.35	c   132s| 59100 |  4315 |  1815k|  30.7 |   208M |  80 |2260 |5432 | 515 |  42k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
147.82/148.49	c   132s| 59200 |  4317 |  1817k|  30.7 |   208M |  80 |2260 |5366 | 514 |  42k|  0 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
148.02/148.68	c   133s| 59300 |  4320 |  1818k|  30.6 |   208M |  80 |2260 |5383 | 516 |  42k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
148.22/148.87	c   133s| 59400 |  4318 |  1821k|  30.6 |   208M |  80 |2260 |5387 | 514 |  42k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
148.43/149.05	c   133s| 59500 |  4320 |  1823k|  30.6 |   208M |  80 |2260 |5433 | 523 |  42k|  0 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
148.72/149.30	c   133s| 59600 |  4318 |  1826k|  30.6 |   208M |  80 |2260 |5412 |   0 |  42k|  0 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
148.82/149.43	c   133s| 59700 |  4321 |  1827k|  30.6 |   208M |  80 |2260 |5475 | 526 |  42k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
149.02/149.61	c   134s| 59800 |  4329 |  1829k|  30.6 |   208M |  80 |2260 |5463 | 518 |  42k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
149.12/149.77	c   134s| 59900 |  4336 |  1830k|  30.5 |   208M |  80 |2260 |5468 | 520 |  42k|  0 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
149.32/149.93	c   134s| 60000 |  4343 |  1832k|  30.5 |   208M |  80 |2260 |5492 | 512 |  43k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
149.43/150.08	c   134s| 60100 |  4348 |  1833k|  30.5 |   208M |  80 |2260 |5575 | 528 |  43k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
149.62/150.23	c   134s| 60200 |  4338 |  1835k|  30.5 |   208M |  80 |2260 |5619 |   0 |  43k|  0 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
149.71/150.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
149.71/150.37	c   134s| 60300 |  4339 |  1837k|  30.4 |   208M |  80 |2260 |5638 | 528 |  43k|  0 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
149.91/150.55	c   135s| 60400 |  4329 |  1839k|  30.4 |   208M |  80 |2260 |5662 | 515 |  43k|  1 |  60k|  11 |-6.000000e+00 |      --      |    Inf | unknown
150.11/150.70	c   135s| 60500 |  4327 |  1841k|  30.4 |   208M |  80 |2260 |5686 | 515 |  43k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
150.21/150.87	c   135s| 60600 |  4322 |  1843k|  30.4 |   208M |  80 |2260 |5628 | 513 |  43k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
150.31/150.99	c   135s| 60700 |  4324 |  1844k|  30.4 |   208M |  80 |2260 |5620 | 512 |  43k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
150.62/151.21	c   135s| 60800 |  4329 |  1846k|  30.3 |   208M |  80 |2260 |5735 | 512 |  43k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
150.82/151.42	c   135s| 60900 |  4344 |  1849k|  30.3 |   208M |  80 |2260 |5631 | 527 |  43k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
150.92/151.58	c   136s| 61000 |  4348 |  1851k|  30.3 |   208M |  80 |2260 |5626 | 521 |  43k|  0 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
151.12/151.76	c   136s| 61100 |  4351 |  1854k|  30.3 |   208M |  80 |2260 |5635 | 528 |  43k|  0 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
151.32/151.96	c   136s| 61200 |  4348 |  1856k|  30.3 |   208M |  80 |2260 |5626 | 521 |  44k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
151.53/152.16	c   136s| 61300 |  4366 |  1859k|  30.3 |   208M |  80 |2260 |5656 | 532 |  44k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
151.72/152.32	c   136s| 61400 |  4371 |  1861k|  30.3 |   209M |  80 |2260 |5750 | 534 |  44k|  0 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
151.82/152.46	c   136s| 61500 |  4378 |  1862k|  30.3 |   209M |  80 |2260 |5799 | 529 |  44k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
152.02/152.62	c   137s| 61600 |  4372 |  1864k|  30.2 |   209M |  80 |2260 |5748 | 536 |  44k|  1 |  61k|  11 |-6.000000e+00 |      --      |    Inf | unknown
152.12/152.76	c   137s| 61700 |  4366 |  1866k|  30.2 |   209M |  80 |2260 |5742 | 536 |  44k|  0 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
152.31/152.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
152.31/152.95	c   137s| 61800 |  4359 |  1868k|  30.2 |   209M |  80 |2260 |5736 | 523 |  44k|  0 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
152.53/153.18	c   137s| 61900 |  4357 |  1871k|  30.2 |   209M |  80 |2260 |5702 | 533 |  44k|  1 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
152.71/153.33	c   137s| 62000 |  4361 |  1873k|  30.2 |   209M |  80 |2260 |5775 | 537 |  44k|  1 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
152.91/153.50	c   137s| 62100 |  4368 |  1875k|  30.2 |   209M |  80 |2260 |5793 |   0 |  44k|  0 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
153.01/153.62	c   138s| 62200 |  4368 |  1876k|  30.1 |   209M |  80 |2260 |5791 |   0 |  44k|  0 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
153.11/153.74	c   138s| 62300 |  4369 |  1877k|  30.1 |   209M |  80 |2260 |5852 | 532 |  44k|  1 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
153.31/153.92	c   138s| 62400 |  4368 |  1879k|  30.1 |   210M |  80 |2260 |5919 | 538 |  44k|  0 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
153.52/154.12	c   138s| 62500 |  4374 |  1882k|  30.1 |   210M |  80 |2260 |5903 | 535 |  44k|  1 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
153.61/154.29	c   138s| 62600 |  4373 |  1884k|  30.1 |   210M |  80 |2260 |5947 | 535 |  44k|  1 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
153.81/154.49	c   138s| 62700 |  4376 |  1888k|  30.1 |   210M |  80 |2260 |6003 | 537 |  44k|  1 |  62k|  11 |-6.000000e+00 |      --      |    Inf | unknown
154.01/154.65	c   139s| 62800 |  4371 |  1889k|  30.1 |   210M |  80 |2260 |6067 |   0 |  44k|  0 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
154.11/154.79	c   139s| 62900 |  4370 |  1891k|  30.0 |   210M |  80 |2260 |5989 | 522 |  44k|  0 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
154.31/154.91	c   139s| 63000 |  4379 |  1892k|  30.0 |   210M |  80 |2260 |5912 | 513 |  45k|  1 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
154.42/155.06	c   139s| 63100 |  4374 |  1895k|  30.0 |   210M |  80 |2260 |5886 | 514 |  45k|  0 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
154.61/155.28	c   139s| 63200 |  4373 |  1897k|  30.0 |   210M |  80 |2260 |5844 | 517 |  45k|  0 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
154.80/155.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
154.80/155.49	c   139s| 63300 |  4381 |  1900k|  30.0 |   210M |  80 |2260 |5882 | 522 |  45k|  1 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
155.10/155.77	c   140s| 63400 |  4381 |  1903k|  30.0 |   210M |  80 |2260 |5867 | 529 |  45k|  1 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
155.42/156.04	c   140s| 63500 |  4381 |  1907k|  30.0 |   210M |  80 |2260 |5856 | 527 |  45k|  1 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
155.70/156.30	c   140s| 63600 |  4377 |  1912k|  30.0 |   210M |  80 |2260 |5686 |   0 |  45k|  0 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
155.90/156.50	c   140s| 63700 |  4376 |  1915k|  30.0 |   210M |  80 |2260 |5631 | 535 |  45k|  0 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
156.10/156.71	c   141s| 63800 |  4393 |  1917k|  30.0 |   210M |  80 |2260 |5697 | 528 |  45k|  1 |  63k|  11 |-6.000000e+00 |      --      |    Inf | unknown
156.20/156.85	c   141s| 63900 |  4393 |  1919k|  30.0 |   210M |  80 |2260 |5736 | 529 |  45k|  0 |  64k|  11 |-6.000000e+00 |      --      |    Inf | unknown
156.41/157.01	c   141s| 64000 |  4394 |  1921k|  30.0 |   210M |  80 |2260 |5877 |   0 |  45k|  0 |  64k|  11 |-6.000000e+00 |      --      |    Inf | unknown
156.60/157.21	c   141s| 64100 |  4406 |  1923k|  30.0 |   210M |  80 |2260 |5913 | 527 |  45k|  1 |  64k|  11 |-6.000000e+00 |      --      |    Inf | unknown
156.80/157.42	c   141s| 64200 |  4417 |  1925k|  30.0 |   210M |  80 |2260 |5957 | 526 |  46k|  1 |  64k|  11 |-6.000000e+00 |      --      |    Inf | unknown
156.90/157.55	c   142s| 64300 |  4422 |  1927k|  29.9 |   210M |  80 |2260 |6116 | 530 |  46k|  1 |  64k|  11 |-6.000000e+00 |      --      |    Inf | unknown
157.10/157.73	c   142s| 64400 |  4416 |  1928k|  29.9 |   210M |  80 |2260 |6079 | 514 |  46k|  1 |  64k|  11 |-6.000000e+00 |      --      |    Inf | unknown
157.20/157.87	c   142s| 64500 |  4416 |  1930k|  29.9 |   210M |  80 |2260 |6096 | 536 |  46k|  1 |  64k|  11 |-6.000000e+00 |      --      |    Inf | unknown
157.41/158.07	c   142s| 64600 |  4411 |  1933k|  29.9 |   210M |  80 |2260 |5957 | 541 |  46k|  1 |  65k|  11 |-6.000000e+00 |      --      |    Inf | unknown
157.69/158.38	c   142s| 64700 |  4435 |  1936k|  29.9 |   210M |  80 |2260 |5825 | 529 |  46k|  1 |  65k|  11 |-6.000000e+00 |      --      |    Inf | unknown
157.89/158.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
157.89/158.56	c   143s| 64800 |  4438 |  1938k|  29.9 |   210M |  80 |2260 |5861 | 534 |  46k|  2 |  65k|  11 |-6.000000e+00 |      --      |    Inf | unknown
158.09/158.71	c   143s| 64900 |  4438 |  1940k|  29.9 |   211M |  80 |2260 |5966 | 531 |  46k|  1 |  65k|  11 |-6.000000e+00 |      --      |    Inf | unknown
158.19/158.88	c   143s| 65000 |  4443 |  1942k|  29.9 |   211M |  80 |2260 |6023 | 531 |  46k|  0 |  65k|  11 |-6.000000e+00 |      --      |    Inf | unknown
158.40/159.03	c   143s| 65100 |  4442 |  1944k|  29.8 |   211M |  80 |2260 |6099 |   0 |  46k|  0 |  65k|  11 |-6.000000e+00 |      --      |    Inf | unknown
158.59/159.22	c   143s| 65200 |  4446 |  1946k|  29.8 |   211M |  80 |2260 |6134 |   0 |  46k|  0 |  65k|  11 |-6.000000e+00 |      --      |    Inf | unknown
158.79/159.40	c   143s| 65300 |  4441 |  1948k|  29.8 |   211M |  80 |2260 |6113 | 551 |  46k|  1 |  66k|  11 |-6.000000e+00 |      --      |    Inf | unknown
158.99/159.64	c   144s| 65400 |  4459 |  1950k|  29.8 |   211M |  80 |2260 |6108 | 555 |  46k|  1 |  66k|  11 |-6.000000e+00 |      --      |    Inf | unknown
159.09/159.76	c   144s| 65500 |  4455 |  1952k|  29.8 |   211M |  80 |2260 |6149 | 528 |  46k|  1 |  66k|  11 |-6.000000e+00 |      --      |    Inf | unknown
159.29/159.99	c   144s| 65600 |  4467 |  1954k|  29.8 |   211M |  80 |2260 |6148 | 535 |  46k|  2 |  66k|  11 |-6.000000e+00 |      --      |    Inf | unknown
159.50/160.17	c   144s| 65700 |  4470 |  1956k|  29.8 |   211M |  80 |2260 |6267 | 543 |  46k|  1 |  66k|  11 |-6.000000e+00 |      --      |    Inf | unknown
159.78/160.40	c   144s| 65800 |  4474 |  1959k|  29.7 |   211M |  80 |2260 |6373 | 525 |  47k|  0 |  66k|  11 |-6.000000e+00 |      --      |    Inf | unknown
159.98/160.62	c   145s| 65900 |  4488 |  1962k|  29.8 |   211M |  80 |2260 |6404 | 538 |  47k|  1 |  66k|  11 |-6.000000e+00 |      --      |    Inf | unknown
160.18/160.82	c   145s| 66000 |  4492 |  1965k|  29.8 |   211M |  80 |2260 |6448 | 537 |  47k|  0 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
160.28/160.98	c   145s| 66100 |  4494 |  1966k|  29.7 |   211M |  80 |2260 |6549 |   0 |  47k|  0 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
160.49/161.18	c   145s| 66200 |  4495 |  1969k|  29.7 |   211M |  80 |2260 |6597 | 533 |  47k|  1 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
160.68/161.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
160.68/161.30	c   145s| 66300 |  4494 |  1970k|  29.7 |   211M |  80 |2260 |6602 | 539 |  47k|  2 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
160.78/161.47	c   145s| 66400 |  4493 |  1971k|  29.7 |   211M |  80 |2260 |6639 | 533 |  47k|  1 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
160.98/161.64	c   146s| 66500 |  4509 |  1973k|  29.7 |   211M |  80 |2260 |6573 | 542 |  47k|  0 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
161.18/161.81	c   146s| 66600 |  4505 |  1975k|  29.6 |   211M |  80 |2260 |6636 |   0 |  47k|  0 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
161.28/161.93	c   146s| 66700 |  4513 |  1977k|  29.6 |   211M |  80 |2260 |6685 |   0 |  47k|  0 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
161.39/162.11	c   146s| 66800 |  4516 |  1978k|  29.6 |   211M |  80 |2260 |6734 | 539 |  47k|  0 |  67k|  11 |-6.000000e+00 |      --      |    Inf | unknown
161.58/162.27	c   146s| 66900 |  4517 |  1981k|  29.6 |   211M |  80 |2260 |6757 | 539 |  47k|  0 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
161.78/162.43	c   146s| 67000 |  4519 |  1984k|  29.6 |   211M |  80 |2260 |6850 |   0 |  47k|  0 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
161.88/162.58	c   147s| 67100 |  4513 |  1986k|  29.6 |   211M |  80 |2260 |6844 | 539 |  47k|  0 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
162.07/162.71	c   147s| 67200 |  4511 |  1988k|  29.6 |   211M |  80 |2260 |6875 | 537 |  47k|  0 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
162.17/162.88	c   147s| 67300 |  4511 |  1991k|  29.6 |   211M |  80 |2260 |6878 | 539 |  47k|  0 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
162.39/163.03	c   147s| 67400 |  4514 |  1993k|  29.5 |   211M |  80 |2260 |6846 | 535 |  47k|  1 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
162.57/163.21	c   147s| 67500 |  4507 |  1996k|  29.6 |   211M |  80 |2260 |6884 |   0 |  47k|  0 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
162.87/163.50	c   147s| 67600 |  4525 |  2001k|  29.6 |   212M |  80 |2260 |6792 | 512 |  47k|  1 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
163.27/163.99	c   148s| 67700 |  4566 |  2006k|  29.6 |   212M |  80 |2260 |6538 | 542 |  47k|  1 |  68k|  11 |-6.000000e+00 |      --      |    Inf | unknown
163.67/164.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
163.67/164.33	c   148s| 67800 |  4585 |  2012k|  29.7 |   212M |  80 |2260 |6313 | 520 |  47k|  1 |  69k|  11 |-6.000000e+00 |      --      |    Inf | unknown
164.26/164.97	c   149s| 67900 |  4606 |  2018k|  29.7 |   212M |  80 |2260 |6006 | 511 |  48k|  1 |  69k|  11 |-6.000000e+00 |      --      |    Inf | unknown
164.77/165.44	c   149s| 68000 |  4630 |  2022k|  29.7 |   212M |  80 |2260 |5784 | 537 |  48k|  1 |  69k|  11 |-6.000000e+00 |      --      |    Inf | unknown
165.06/165.72	c   150s| 68100 |  4648 |  2025k|  29.7 |   212M |  80 |2260 |5797 |   0 |  48k|  0 |  69k|  11 |-6.000000e+00 |      --      |    Inf | unknown
165.26/165.94	c   150s| 68200 |  4653 |  2028k|  29.7 |   212M |  80 |2260 |5859 | 528 |  48k|  0 |  69k|  11 |-6.000000e+00 |      --      |    Inf | unknown
165.38/166.07	c   150s| 68300 |  4662 |  2029k|  29.7 |   212M |  80 |2260 |5966 | 530 |  48k|  1 |  69k|  11 |-6.000000e+00 |      --      |    Inf | unknown
165.56/166.22	c   150s| 68400 |  4654 |  2030k|  29.7 |   212M |  80 |2260 |6056 | 538 |  48k|  0 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
165.76/166.45	c   150s| 68500 |  4654 |  2034k|  29.7 |   212M |  80 |2260 |6075 | 544 |  48k|  1 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
165.96/166.68	c   151s| 68600 |  4664 |  2038k|  29.7 |   212M |  80 |2260 |6071 | 545 |  48k|  1 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
166.26/166.92	c   151s| 68700 |  4674 |  2042k|  29.7 |   212M |  80 |2260 |6023 | 551 |  48k|  1 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
166.56/167.26	c   151s| 68800 |  4674 |  2047k|  29.7 |   212M |  80 |2260 |6060 | 536 |  48k|  1 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
167.06/167.71	c   152s| 68900 |  4696 |  2052k|  29.8 |   213M |  80 |2260 |5869 | 548 |  48k|  1 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
167.26/167.94	c   152s| 69000 |  4702 |  2054k|  29.7 |   214M |  80 |2260 |5935 | 522 |  48k|  1 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
167.47/168.14	c   152s| 69100 |  4708 |  2055k|  29.7 |   218M |  80 |2260 |6102 | 523 |  48k|  2 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
167.66/168.36	c   152s| 69200 |  4705 |  2057k|  29.7 |   219M |  80 |2260 |6105 | 532 |  49k|  0 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
168.15/168.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
168.15/168.81	c   153s| 69300 |  4724 |  2062k|  29.7 |   219M |  80 |2260 |5625 | 534 |  49k|  1 |  70k|  11 |-6.000000e+00 |      --      |    Inf | unknown
168.37/169.04	c   153s| 69400 |  4741 |  2065k|  29.7 |   219M |  80 |2260 |5560 |   0 |  49k|  0 |  71k|  11 |-6.000000e+00 |      --      |    Inf | unknown
168.55/169.20	c   153s| 69500 |  4746 |  2067k|  29.7 |   219M |  80 |2260 |5655 |   0 |  49k|  0 |  71k|  11 |-6.000000e+00 |      --      |    Inf | unknown
168.65/169.35	c   153s| 69600 |  4754 |  2069k|  29.7 |   219M |  80 |2260 |5621 | 524 |  49k|  1 |  71k|  11 |-6.000000e+00 |      --      |    Inf | unknown
168.85/169.52	c   153s| 69700 |  4750 |  2071k|  29.7 |   219M |  80 |2260 |5645 | 524 |  49k|  0 |  71k|  11 |-6.000000e+00 |      --      |    Inf | unknown
168.95/169.67	c   154s| 69800 |  4751 |  2073k|  29.7 |   219M |  80 |2260 |5667 | 530 |  49k|  0 |  71k|  11 |-6.000000e+00 |      --      |    Inf | unknown
169.05/169.78	c   154s| 69900 |  4758 |  2074k|  29.7 |   219M |  80 |2260 |5682 | 524 |  49k|  1 |  71k|  11 |-6.000000e+00 |      --      |    Inf | unknown
169.25/169.92	c   154s| 70000 |  4755 |  2076k|  29.6 |   219M |  80 |2260 |5699 |   0 |  49k|  0 |  71k|  11 |-6.000000e+00 |      --      |    Inf | unknown
169.36/170.07	c   154s| 70100 |  4758 |  2078k|  29.6 |   219M |  80 |2260 |5747 | 535 |  49k|  0 |  71k|  11 |-6.000000e+00 |      --      |    Inf | unknown
169.55/170.22	c   154s| 70200 |  4757 |  2080k|  29.6 |   219M |  80 |2260 |5795 | 531 |  49k|  0 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
169.65/170.37	c   154s| 70300 |  4755 |  2082k|  29.6 |   219M |  80 |2260 |5910 |   0 |  49k|  0 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
169.85/170.50	c   154s| 70400 |  4759 |  2083k|  29.6 |   219M |  80 |2260 |5875 | 530 |  49k|  1 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
169.95/170.64	c   155s| 70500 |  4756 |  2086k|  29.6 |   219M |  80 |2260 |5921 | 532 |  49k|  2 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
170.04/170.78	c   155s| 70600 |  4760 |  2088k|  29.6 |   219M |  80 |2260 |5827 | 524 |  49k|  1 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
170.24/170.96	c   155s| 70700 |  4763 |  2090k|  29.5 |   220M |  80 |2260 |5857 | 524 |  49k|  1 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
170.36/171.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
170.36/171.10	c   155s| 70800 |  4762 |  2092k|  29.5 |   220M |  80 |2260 |5918 |   0 |  50k|  0 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
170.54/171.25	c   155s| 70900 |  4753 |  2094k|  29.5 |   220M |  80 |2260 |5804 | 525 |  50k|  0 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
170.74/171.47	c   155s| 71000 |  4759 |  2098k|  29.5 |   220M |  80 |2260 |5686 | 539 |  50k|  1 |  72k|  11 |-6.000000e+00 |      --      |    Inf | unknown
170.94/171.63	c   156s| 71100 |  4761 |  2099k|  29.5 |   220M |  80 |2260 |5571 |   0 |  50k|  0 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
171.24/171.92	c   156s| 71200 |  4779 |  2104k|  29.5 |   220M |  80 |2260 |5490 | 534 |  50k|  1 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
171.84/172.60	c   157s| 71300 |  4784 |  2117k|  29.7 |   220M |  80 |2260 |5469 | 549 |  50k|  0 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
172.24/172.93	c   157s| 71400 |  4802 |  2121k|  29.7 |   220M |  80 |2260 |5408 | 528 |  50k|  0 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
172.45/173.14	c   157s| 71500 |  4806 |  2123k|  29.7 |   220M |  80 |2260 |5485 | 533 |  50k|  0 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
172.54/173.28	c   157s| 71600 |  4808 |  2124k|  29.7 |   220M |  80 |2260 |5588 | 531 |  50k|  1 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
172.73/173.42	c   157s| 71700 |  4812 |  2126k|  29.6 |   220M |  80 |2260 |5650 | 531 |  50k|  1 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
172.83/173.58	c   158s| 71800 |  4814 |  2128k|  29.6 |   220M |  80 |2260 |5622 | 535 |  50k|  0 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
173.13/173.81	c   158s| 71900 |  4818 |  2131k|  29.6 |   220M |  80 |2260 |5632 | 544 |  50k|  1 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
173.23/173.95	c   158s| 72000 |  4818 |  2132k|  29.6 |   220M |  80 |2260 |5653 | 530 |  50k|  1 |  73k|  11 |-6.000000e+00 |      --      |    Inf | unknown
173.45/174.11	c   158s| 72100 |  4814 |  2134k|  29.6 |   220M |  80 |2260 |5708 | 533 |  51k|  0 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
173.53/174.27	c   158s| 72200 |  4808 |  2136k|  29.6 |   220M |  80 |2260 |5699 | 541 |  51k|  1 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
173.73/174.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
173.73/174.41	c   158s| 72300 |  4810 |  2138k|  29.6 |   220M |  80 |2260 |5694 |   0 |  51k|  0 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
173.83/174.56	c   159s| 72400 |  4819 |  2140k|  29.5 |   220M |  80 |2260 |5681 | 526 |  51k|  1 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
174.13/174.83	c   159s| 72500 |  4845 |  2144k|  29.5 |   220M |  80 |2260 |5662 | 522 |  51k|  1 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
174.34/175.05	c   159s| 72600 |  4880 |  2146k|  29.5 |   221M |  80 |2260 |5687 |   0 |  51k|  0 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
174.53/175.26	c   159s| 72700 |  4883 |  2150k|  29.6 |   221M |  80 |2260 |5780 | 530 |  51k|  0 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
174.73/175.49	c   159s| 72800 |  4899 |  2154k|  29.6 |   221M |  80 |2260 |5774 | 523 |  51k|  1 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
175.03/175.72	c   160s| 72900 |  4923 |  2158k|  29.6 |   221M |  80 |2260 |5807 | 521 |  51k|  1 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
175.23/175.92	c   160s| 73000 |  4924 |  2161k|  29.6 |   221M |  80 |2260 |5903 |   0 |  51k|  0 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
175.44/176.17	c   160s| 73100 |  4933 |  2166k|  29.6 |   221M |  80 |2260 |5843 | 520 |  51k|  1 |  74k|  11 |-6.000000e+00 |      --      |    Inf | unknown
175.72/176.41	c   160s| 73200 |  4956 |  2170k|  29.6 |   221M |  80 |2260 |5830 | 527 |  51k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
175.92/176.69	c   161s| 73300 |  4974 |  2176k|  29.7 |   221M |  80 |2260 |5845 | 525 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
176.22/176.94	c   161s| 73400 |  4988 |  2180k|  29.7 |   221M |  80 |2260 |5895 | 527 |  52k|  0 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
176.52/177.20	c   161s| 73500 |  4999 |  2185k|  29.7 |   221M |  80 |2260 |5930 | 525 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
176.72/177.46	c   161s| 73600 |  5005 |  2190k|  29.7 |   221M |  80 |2260 |5887 | 520 |  52k|  0 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
176.92/177.66	c   162s| 73700 |  5027 |  2193k|  29.7 |   222M |  80 |2260 |6001 | 535 |  52k|  2 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
177.22/177.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
177.22/177.90	c   162s| 73800 |  5055 |  2198k|  29.8 |   222M |  80 |2260 |5962 | 535 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
177.43/178.15	c   162s| 73900 |  5074 |  2202k|  29.8 |   222M |  80 |2260 |5923 | 522 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
177.72/178.40	c   162s| 74000 |  5080 |  2207k|  29.8 |   222M |  80 |2260 |5897 | 521 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
177.92/178.62	c   163s| 74100 |  5094 |  2210k|  29.8 |   222M |  80 |2260 |5842 | 529 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
178.12/178.81	c   163s| 74200 |  5087 |  2214k|  29.8 |   222M |  80 |2260 |5879 | 537 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
178.22/179.00	c   163s| 74300 |  5089 |  2216k|  29.8 |   222M |  80 |2260 |5845 | 531 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
178.51/179.29	c   163s| 74400 |  5096 |  2218k|  29.8 |   222M |  80 |2260 |5842 | 510 |  52k|  1 |  75k|  11 |-6.000000e+00 |      --      |    Inf | unknown
178.81/179.55	c   164s| 74500 |  5099 |  2221k|  29.8 |   222M |  80 |2260 |5907 |   0 |  53k|  0 |  76k|  11 |-6.000000e+00 |      --      |    Inf | unknown
179.11/179.82	c   164s| 74600 |  5099 |  2225k|  29.8 |   222M |  80 |2260 |5829 | 537 |  53k|  0 |  76k|  11 |-6.000000e+00 |      --      |    Inf | unknown
179.42/180.11	c   164s| 74700 |  5113 |  2228k|  29.8 |   222M |  80 |2260 |5660 | 509 |  53k|  1 |  76k|  11 |-6.000000e+00 |      --      |    Inf | unknown
179.61/180.39	c   164s| 74800 |  5132 |  2232k|  29.8 |   222M |  80 |2260 |5530 |   0 |  53k|  0 |  76k|  11 |-6.000000e+00 |      --      |    Inf | unknown
179.81/180.57	c   165s| 74900 |  5133 |  2234k|  29.8 |   222M |  80 |2260 |5675 | 536 |  53k|  1 |  76k|  11 |-6.000000e+00 |      --      |    Inf | unknown
180.01/180.77	c   165s| 75000 |  5137 |  2236k|  29.8 |   222M |  80 |2260 |5873 | 530 |  53k|  1 |  76k|  11 |-6.000000e+00 |      --      |    Inf | unknown
180.21/180.98	c   165s| 75100 |  5145 |  2239k|  29.8 |   222M |  80 |2260 |5770 | 517 |  53k|  1 |  77k|  11 |-6.000000e+00 |      --      |    Inf | unknown
180.42/181.14	c   165s| 75200 |  5161 |  2240k|  29.8 |   222M |  80 |2260 |5880 | 518 |  53k|  0 |  77k|  11 |-6.000000e+00 |      --      |    Inf | unknown
180.71/181.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
180.71/181.44	c   165s| 75300 |  5161 |  2244k|  29.8 |   222M |  80 |2260 |5862 | 532 |  53k|  0 |  77k|  11 |-6.000000e+00 |      --      |    Inf | unknown
181.00/181.74	c   166s| 75400 |  5171 |  2248k|  29.8 |   223M |  80 |2260 |5950 | 529 |  53k|  0 |  77k|  11 |-6.000000e+00 |      --      |    Inf | unknown
181.20/181.99	c   166s| 75500 |  5180 |  2251k|  29.8 |   223M |  80 |2260 |6041 | 532 |  53k|  1 |  77k|  11 |-6.000000e+00 |      --      |    Inf | unknown
181.50/182.26	c   166s| 75600 |  5193 |  2256k|  29.8 |   223M |  80 |2260 |6103 | 530 |  54k|  0 |  77k|  11 |-6.000000e+00 |      --      |    Inf | unknown
181.80/182.56	c   167s| 75700 |  5198 |  2261k|  29.8 |   223M |  80 |2260 |6109 | 538 |  54k|  2 |  77k|  11 |-6.000000e+00 |      --      |    Inf | unknown
182.00/182.78	c   167s| 75800 |  5210 |  2264k|  29.9 |   223M |  80 |2260 |6132 | 531 |  54k|  1 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
182.20/182.99	c   167s| 75900 |  5206 |  2268k|  29.9 |   223M |  80 |2260 |6160 | 531 |  54k|  0 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
182.50/183.25	c   167s| 76000 |  5218 |  2272k|  29.9 |   223M |  80 |2260 |6149 | 540 |  54k|  1 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
182.80/183.54	c   168s| 76100 |  5228 |  2277k|  29.9 |   223M |  80 |2260 |6190 | 555 |  54k|  2 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
183.10/183.85	c   168s| 76200 |  5232 |  2284k|  30.0 |   223M |  80 |2260 |6182 | 529 |  54k|  1 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
183.41/184.16	c   168s| 76300 |  5239 |  2288k|  30.0 |   223M |  80 |2260 |6274 |   0 |  54k|  0 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
183.89/184.60	c   169s| 76400 |  5239 |  2292k|  30.0 |   223M |  80 |2260 |6233 | 537 |  54k|  1 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
184.09/184.85	c   169s| 76500 |  5250 |  2295k|  30.0 |   223M |  80 |2260 |6237 | 527 |  55k|  0 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
184.41/185.12	c   169s| 76600 |  5253 |  2297k|  30.0 |   225M |  80 |2260 |6208 |   0 |  55k|  0 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
184.69/185.43	c   169s| 76700 |  5253 |  2301k|  30.0 |   226M |  80 |2260 |6267 | 529 |  55k|  1 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
184.79/185.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
184.79/185.59	c   170s| 76800 |  5248 |  2303k|  30.0 |   226M |  80 |2260 |6329 | 536 |  55k|  1 |  78k|  11 |-6.000000e+00 |      --      |    Inf | unknown
185.09/185.85	c   170s| 76900 |  5254 |  2306k|  30.0 |   228M |  80 |2260 |6374 | 523 |  55k|  1 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
185.30/186.10	c   170s| 77000 |  5266 |  2310k|  30.0 |   228M |  80 |2260 |6196 | 538 |  55k|  1 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
185.59/186.35	c   170s| 77100 |  5265 |  2313k|  30.0 |   228M |  80 |2260 |6240 | 556 |  55k|  0 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
185.89/186.67	c   171s| 77200 |  5281 |  2317k|  30.0 |   230M |  80 |2260 |6297 | 546 |  55k|  1 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
186.09/186.87	c   171s| 77300 |  5271 |  2319k|  30.0 |   230M |  80 |2260 |6382 |   0 |  55k|  0 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
186.40/187.19	c   171s| 77400 |  5288 |  2323k|  30.0 |   232M |  80 |2260 |5885 | 540 |  55k|  1 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
186.68/187.42	c   171s| 77500 |  5294 |  2326k|  30.0 |   232M |  80 |2260 |5854 | 532 |  55k|  1 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
186.98/187.74	c   172s| 77600 |  5324 |  2329k|  30.0 |   232M |  80 |2260 |5670 | 523 |  55k|  0 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
187.18/187.98	c   172s| 77700 |  5333 |  2331k|  30.0 |   232M |  80 |2260 |5813 |   0 |  56k|  0 |  79k|  11 |-6.000000e+00 |      --      |    Inf | unknown
187.48/188.26	c   172s| 77800 |  5350 |  2334k|  30.0 |   232M |  80 |2260 |5663 | 537 |  56k|  1 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
187.78/188.55	c   173s| 77900 |  5350 |  2340k|  30.0 |   232M |  80 |2260 |5715 | 525 |  56k|  1 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
187.98/188.79	c   173s| 78000 |  5379 |  2343k|  30.0 |   233M |  80 |2260 |5682 | 529 |  56k|  1 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
188.18/188.91	c   173s| 78100 |  5378 |  2344k|  30.0 |   233M |  80 |2260 |5749 | 531 |  56k|  1 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
188.29/189.05	c   173s| 78200 |  5377 |  2346k|  30.0 |   233M |  80 |2260 |5771 | 528 |  56k|  0 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
188.48/189.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
188.48/189.22	c   173s| 78300 |  5387 |  2349k|  30.0 |   233M |  80 |2260 |5797 | 533 |  56k|  0 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
188.68/189.40	c   173s| 78400 |  5396 |  2352k|  30.0 |   233M |  80 |2260 |5835 | 530 |  56k|  0 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
188.78/189.59	c   174s| 78500 |  5400 |  2355k|  30.0 |   233M |  80 |2260 |5783 | 530 |  56k|  1 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
188.98/189.75	c   174s| 78600 |  5410 |  2358k|  30.0 |   233M |  80 |2260 |5860 | 527 |  56k|  1 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
189.17/189.92	c   174s| 78700 |  5409 |  2361k|  30.0 |   233M |  80 |2260 |5899 | 529 |  56k|  0 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
189.29/190.06	c   174s| 78800 |  5405 |  2363k|  30.0 |   233M |  80 |2260 |5921 | 528 |  56k|  2 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
189.47/190.22	c   174s| 78900 |  5409 |  2366k|  30.0 |   233M |  80 |2260 |5911 | 527 |  56k|  1 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
189.57/190.37	c   174s| 79000 |  5412 |  2368k|  30.0 |   233M |  80 |2260 |5932 |   0 |  56k|  0 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
189.77/190.52	c   174s| 79100 |  5423 |  2370k|  30.0 |   233M |  80 |2260 |5949 | 530 |  56k|  0 |  80k|  11 |-6.000000e+00 |      --      |    Inf | unknown
189.87/190.67	c   175s| 79200 |  5412 |  2373k|  29.9 |   233M |  80 |2260 |5997 | 534 |  56k|  0 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
190.07/190.85	c   175s| 79300 |  5408 |  2376k|  29.9 |   233M |  80 |2260 |6005 | 531 |  56k|  0 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
190.28/191.01	c   175s| 79400 |  5410 |  2378k|  29.9 |   233M |  80 |2260 |6014 | 527 |  56k|  1 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
190.38/191.17	c   175s| 79500 |  5422 |  2381k|  29.9 |   233M |  80 |2260 |5979 | 526 |  56k|  1 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
190.57/191.35	c   175s| 79600 |  5422 |  2384k|  29.9 |   233M |  80 |2260 |5991 |   0 |  56k|  0 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
190.77/191.51	c   175s| 79700 |  5421 |  2386k|  29.9 |   233M |  80 |2260 |6059 |   0 |  56k|  0 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
190.87/191.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
190.87/191.69	c   176s| 79800 |  5428 |  2387k|  29.9 |   233M |  80 |2260 |6082 | 537 |  56k|  0 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
191.07/191.83	c   176s| 79900 |  5436 |  2390k|  29.9 |   233M |  80 |2260 |6124 |   0 |  56k|  0 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
191.17/191.92	c   176s| 80000 |  5431 |  2391k|  29.9 |   233M |  80 |2260 |6079 | 540 |  56k|  1 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
191.28/192.07	c   176s| 80100 |  5436 |  2392k|  29.9 |   233M |  80 |2260 |6044 | 528 |  56k|  1 |  81k|  11 |-6.000000e+00 |      --      |    Inf | unknown
191.38/192.17	c   176s| 80200 |  5441 |  2393k|  29.8 |   233M |  80 |2260 |6188 |   0 |  56k|  0 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
191.47/192.29	c   176s| 80300 |  5439 |  2394k|  29.8 |   233M |  80 |2260 |6162 | 526 |  56k|  1 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
191.67/192.47	c   176s| 80400 |  5443 |  2397k|  29.8 |   233M |  80 |2260 |6187 | 532 |  56k|  1 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
191.86/192.68	c   177s| 80500 |  5454 |  2401k|  29.8 |   233M |  80 |2260 |6222 | 546 |  56k|  0 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
192.06/192.83	c   177s| 80600 |  5458 |  2403k|  29.8 |   234M |  80 |2260 |6327 | 546 |  56k|  1 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
192.16/192.95	c   177s| 80700 |  5450 |  2404k|  29.8 |   234M |  80 |2260 |6387 | 546 |  56k|  1 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
192.28/193.10	c   177s| 80800 |  5453 |  2406k|  29.8 |   234M |  80 |2260 |6369 | 546 |  56k|  1 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
192.46/193.23	c   177s| 80900 |  5450 |  2408k|  29.7 |   234M |  80 |2260 |6419 | 546 |  56k|  1 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
192.56/193.33	c   177s| 81000 |  5451 |  2409k|  29.7 |   234M |  80 |2260 |6426 | 546 |  56k|  0 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
192.66/193.44	c   177s| 81100 |  5448 |  2410k|  29.7 |   234M |  80 |2260 |6481 | 546 |  56k|  1 |  82k|  11 |-6.000000e+00 |      --      |    Inf | unknown
192.76/193.57	c   178s| 81200 |  5452 |  2411k|  29.7 |   234M |  80 |2260 |6470 | 549 |  56k|  1 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
192.86/193.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
192.86/193.69	c   178s| 81300 |  5454 |  2413k|  29.7 |   234M |  80 |2260 |6481 | 547 |  56k|  1 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
193.06/193.81	c   178s| 81400 |  5450 |  2414k|  29.6 |   234M |  80 |2260 |6453 | 550 |  56k|  0 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
193.16/193.94	c   178s| 81500 |  5453 |  2416k|  29.6 |   234M |  80 |2260 |6395 | 547 |  56k|  1 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
193.27/194.09	c   178s| 81600 |  5462 |  2417k|  29.6 |   234M |  80 |2260 |6415 |   0 |  56k|  0 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
193.46/194.24	c   178s| 81700 |  5469 |  2419k|  29.6 |   234M |  80 |2260 |6447 | 549 |  56k|  0 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
193.56/194.37	c   178s| 81800 |  5470 |  2421k|  29.6 |   234M |  80 |2260 |6469 |   0 |  56k|  0 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
193.76/194.50	c   178s| 81900 |  5464 |  2422k|  29.6 |   234M |  80 |2260 |6507 |   0 |  56k|  0 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
193.86/194.65	c   179s| 82000 |  5464 |  2424k|  29.5 |   234M |  80 |2260 |6548 | 549 |  56k|  2 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
193.96/194.79	c   179s| 82100 |  5461 |  2425k|  29.5 |   235M |  80 |2260 |6552 |   0 |  56k|  0 |  83k|  11 |-6.000000e+00 |      --      |    Inf | unknown
194.16/194.92	c   179s| 82200 |  5462 |  2426k|  29.5 |   235M |  80 |2260 |6670 | 550 |  56k|  1 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
194.27/195.05	c   179s| 82300 |  5456 |  2428k|  29.5 |   235M |  80 |2260 |6674 | 549 |  56k|  1 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
194.37/195.19	c   179s| 82400 |  5456 |  2429k|  29.5 |   235M |  80 |2260 |6703 | 546 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
194.55/195.32	c   179s| 82500 |  5454 |  2431k|  29.4 |   235M |  80 |2260 |6591 | 546 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
194.65/195.44	c   179s| 82600 |  5458 |  2432k|  29.4 |   235M |  80 |2260 |6583 |   0 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
194.75/195.52	c   179s| 82700 |  5461 |  2433k|  29.4 |   235M |  80 |2260 |6582 | 545 |  56k|  1 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
194.85/195.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
194.85/195.66	c   180s| 82800 |  5457 |  2434k|  29.4 |   235M |  80 |2260 |6650 | 545 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
194.95/195.77	c   180s| 82900 |  5456 |  2436k|  29.4 |   235M |  80 |2260 |6613 |   0 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
195.05/195.83	c   180s| 83000 |  5458 |  2436k|  29.3 |   235M |  80 |2260 |6604 | 545 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
195.15/195.90	c   180s| 83100 |  5460 |  2437k|  29.3 |   235M |  80 |2260 |6609 | 545 |  56k|  1 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
195.15/196.01	c   180s| 83200 |  5455 |  2438k|  29.3 |   235M |  80 |2260 |6619 |   0 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
195.36/196.16	c   180s| 83300 |  5456 |  2440k|  29.3 |   235M |  80 |2260 |6572 | 548 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
195.55/196.31	c   180s| 83400 |  5452 |  2442k|  29.3 |   235M |  80 |2260 |6598 | 550 |  56k|  1 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
195.65/196.46	c   180s| 83500 |  5457 |  2444k|  29.3 |   235M |  80 |2260 |6589 | 547 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
195.85/196.61	c   181s| 83600 |  5456 |  2446k|  29.2 |   235M |  80 |2260 |6612 |   0 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
195.95/196.74	c   181s| 83700 |  5460 |  2448k|  29.2 |   235M |  80 |2260 |6623 |   0 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
196.15/196.94	c   181s| 83800 |  5456 |  2449k|  29.2 |   235M |  80 |2260 |6639 | 549 |  56k|  1 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
196.26/197.09	c   181s| 83900 |  5452 |  2451k|  29.2 |   235M |  80 |2260 |6647 | 547 |  56k|  1 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
196.55/197.31	c   181s| 84000 |  5458 |  2454k|  29.2 |   235M |  80 |2260 |6596 | 528 |  56k|  0 |  84k|  11 |-6.000000e+00 |      --      |    Inf | unknown
196.75/197.50	c   181s| 84100 |  5474 |  2457k|  29.2 |   235M |  80 |2260 |6571 | 532 |  57k|  1 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
196.84/197.68	c   182s| 84200 |  5470 |  2459k|  29.2 |   235M |  80 |2260 |6553 |   0 |  57k|  0 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
197.04/197.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
197.04/197.81	c   182s| 84300 |  5463 |  2461k|  29.2 |   235M |  80 |2260 |6541 | 549 |  57k|  0 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
197.14/197.97	c   182s| 84400 |  5481 |  2463k|  29.2 |   236M |  80 |2260 |6505 | 532 |  57k|  0 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
197.26/198.11	c   182s| 84500 |  5483 |  2464k|  29.1 |   236M |  80 |2260 |6545 | 532 |  57k|  1 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
197.44/198.24	c   182s| 84600 |  5486 |  2465k|  29.1 |   236M |  80 |2260 |6607 | 532 |  57k|  1 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
197.54/198.39	c   182s| 84700 |  5487 |  2467k|  29.1 |   236M |  80 |2260 |6674 | 532 |  57k|  1 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
197.74/198.55	c   183s| 84800 |  5485 |  2469k|  29.1 |   236M |  80 |2260 |6665 | 534 |  57k|  2 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
197.94/198.71	c   183s| 84900 |  5483 |  2472k|  29.1 |   236M |  80 |2260 |6676 | 532 |  57k|  0 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
198.04/198.85	c   183s| 85000 |  5481 |  2473k|  29.1 |   236M |  80 |2260 |6756 | 532 |  57k|  1 |  85k|  11 |-6.000000e+00 |      --      |    Inf | unknown
198.14/198.99	c   183s| 85100 |  5475 |  2475k|  29.1 |   236M |  80 |2260 |6774 | 532 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
198.35/199.13	c   183s| 85200 |  5477 |  2477k|  29.1 |   236M |  80 |2260 |6762 | 533 |  57k|  1 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
198.44/199.25	c   183s| 85300 |  5477 |  2478k|  29.0 |   236M |  80 |2260 |6773 | 532 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
198.54/199.37	c   183s| 85400 |  5475 |  2480k|  29.0 |   236M |  80 |2260 |6751 | 532 |  57k|  1 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
198.74/199.52	c   184s| 85500 |  5473 |  2481k|  29.0 |   236M |  80 |2260 |6712 | 532 |  57k|  1 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
198.84/199.64	c   184s| 85600 |  5477 |  2483k|  29.0 |   236M |  80 |2260 |6702 | 534 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
198.94/199.78	c   184s| 85700 |  5483 |  2484k|  29.0 |   236M |  80 |2260 |6735 | 534 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
199.14/199.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.14/199.90	c   184s| 85800 |  5484 |  2486k|  29.0 |   236M |  80 |2260 |6763 |   0 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
199.25/200.03	c   184s| 85900 |  5478 |  2487k|  28.9 |   236M |  80 |2260 |6758 | 534 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
199.35/200.15	c   184s| 86000 |  5479 |  2489k|  28.9 |   236M |  80 |2260 |6762 | 534 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
199.44/200.28	c   184s| 86100 |  5477 |  2490k|  28.9 |   236M |  80 |2260 |6756 | 534 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
199.73/200.50	c   184s| 86200 |  5473 |  2493k|  28.9 |   236M |  80 |2260 |6710 | 535 |  57k|  1 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
199.93/200.75	c   185s| 86300 |  5479 |  2496k|  28.9 |   236M |  80 |2260 |6772 | 511 |  57k|  1 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
200.25/201.02	c   185s| 86400 |  5496 |  2500k|  28.9 |   236M |  80 |2260 |6663 | 532 |  57k|  0 |  86k|  11 |-6.000000e+00 |      --      |    Inf | unknown
200.43/201.27	c   185s| 86500 |  5503 |  2502k|  28.9 |   236M |  80 |2260 |6704 | 515 |  57k|  1 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
200.63/201.40	c   185s| 86600 |  5503 |  2503k|  28.9 |   236M |  80 |2260 |6697 | 515 |  57k|  0 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
200.73/201.55	c   186s| 86700 |  5510 |  2505k|  28.9 |   236M |  80 |2260 |6783 | 519 |  57k|  1 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
200.83/201.66	c   186s| 86800 |  5518 |  2506k|  28.9 |   236M |  80 |2260 |6805 | 518 |  57k|  1 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
200.93/201.76	c   186s| 86900 |  5517 |  2507k|  28.8 |   236M |  80 |2260 |6843 |   0 |  57k|  0 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
201.13/201.91	c   186s| 87000 |  5514 |  2508k|  28.8 |   236M |  80 |2260 |6873 |   0 |  57k|  0 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
201.24/202.02	c   186s| 87100 |  5515 |  2510k|  28.8 |   236M |  80 |2260 |6896 |   0 |  57k|  0 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
201.34/202.15	c   186s| 87200 |  5516 |  2511k|  28.8 |   236M |  80 |2260 |6917 |   0 |  57k|  0 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
201.43/202.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
201.43/202.28	c   186s| 87300 |  5515 |  2512k|  28.8 |   236M |  80 |2260 |6868 | 524 |  57k|  1 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
201.63/202.43	c   186s| 87400 |  5510 |  2514k|  28.7 |   237M |  80 |2260 |6911 | 524 |  57k|  0 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
201.73/202.56	c   187s| 87500 |  5517 |  2515k|  28.7 |   237M |  80 |2260 |6930 | 524 |  57k|  1 |  87k|  11 |-6.000000e+00 |      --      |    Inf | unknown
201.83/202.69	c   187s| 87600 |  5511 |  2516k|  28.7 |   237M |  80 |2260 |6955 | 520 |  57k|  1 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
202.03/202.82	c   187s| 87700 |  5509 |  2517k|  28.7 |   237M |  80 |2260 |7023 |   0 |  57k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
202.13/202.96	c   187s| 87800 |  5519 |  2518k|  28.7 |   237M |  80 |2260 |6993 | 515 |  57k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
202.24/203.07	c   187s| 87900 |  5520 |  2519k|  28.6 |   237M |  80 |2260 |7016 |   0 |  57k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
202.34/203.17	c   187s| 88000 |  5517 |  2520k|  28.6 |   237M |  80 |2260 |7023 |   0 |  57k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
202.42/203.25	c   187s| 88100 |  5518 |  2521k|  28.6 |   237M |  80 |2260 |7018 | 517 |  57k|  1 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
202.52/203.34	c   187s| 88200 |  5514 |  2522k|  28.6 |   237M |  80 |2260 |7031 |   0 |  57k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
202.62/203.45	c   187s| 88300 |  5509 |  2523k|  28.6 |   237M |  80 |2260 |7023 | 534 |  57k|  1 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
202.82/203.68	c   188s| 88400 |  5525 |  2525k|  28.6 |   237M |  80 |2260 |6876 | 525 |  57k|  1 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
203.02/203.83	c   188s| 88500 |  5528 |  2527k|  28.5 |   237M |  80 |2260 |6862 | 527 |  57k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
203.12/203.99	c   188s| 88600 |  5527 |  2529k|  28.5 |   237M |  80 |2260 |6870 | 523 |  57k|  1 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
203.42/204.23	c   188s| 88700 |  5522 |  2531k|  28.5 |   237M |  80 |2260 |6852 |   0 |  58k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
203.62/204.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
203.62/204.43	c   188s| 88800 |  5528 |  2534k|  28.5 |   237M |  80 |2260 |6859 | 532 |  58k|  1 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
203.72/204.57	c   189s| 88900 |  5531 |  2536k|  28.5 |   237M |  80 |2260 |6843 | 533 |  58k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
204.02/204.80	c   189s| 89000 |  5539 |  2538k|  28.5 |   237M |  80 |2260 |6813 | 544 |  58k|  0 |  88k|  11 |-6.000000e+00 |      --      |    Inf | unknown
204.12/205.00	c   189s| 89100 |  5547 |  2540k|  28.5 |   237M |  80 |2260 |6900 | 545 |  58k|  1 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
204.33/205.19	c   189s| 89200 |  5541 |  2542k|  28.5 |   237M |  80 |2260 |6973 | 544 |  58k|  0 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
204.52/205.38	c   189s| 89300 |  5554 |  2544k|  28.5 |   238M |  80 |2260 |7033 | 549 |  58k|  1 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
204.72/205.53	c   190s| 89400 |  5554 |  2546k|  28.5 |   238M |  80 |2260 |7068 | 549 |  58k|  1 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
204.81/205.65	c   190s| 89500 |  5556 |  2547k|  28.4 |   238M |  80 |2260 |7062 | 552 |  58k|  1 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
205.01/205.80	c   190s| 89600 |  5554 |  2549k|  28.4 |   238M |  80 |2260 |7091 | 550 |  58k|  1 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
205.11/205.98	c   190s| 89700 |  5556 |  2551k|  28.4 |   238M |  80 |2260 |7167 | 537 |  58k|  0 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
205.33/206.14	c   190s| 89800 |  5563 |  2553k|  28.4 |   238M |  80 |2260 |7185 | 533 |  58k|  1 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
205.51/206.39	c   190s| 89900 |  5586 |  2556k|  28.4 |   238M |  80 |2260 |6897 | 530 |  58k|  0 |  89k|  11 |-6.000000e+00 |      --      |    Inf | unknown
205.81/206.65	c   191s| 90000 |  5602 |  2559k|  28.4 |   238M |  80 |2260 |6824 | 542 |  58k|  1 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
206.22/207.03	c   191s| 90100 |  5612 |  2564k|  28.4 |   238M |  80 |2260 |6740 | 516 |  58k|  0 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
206.51/207.32	c   191s| 90200 |  5620 |  2567k|  28.4 |   238M |  80 |2260 |6546 | 534 |  58k|  1 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
206.71/207.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
206.71/207.51	c   191s| 90300 |  5627 |  2569k|  28.4 |   239M |  80 |2260 |6515 |   0 |  58k|  0 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
206.91/207.70	c   192s| 90400 |  5636 |  2571k|  28.4 |   239M |  80 |2260 |6610 | 536 |  59k|  1 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
207.01/207.86	c   192s| 90500 |  5631 |  2572k|  28.4 |   239M |  80 |2260 |6694 | 519 |  59k|  1 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
207.32/208.13	c   192s| 90600 |  5645 |  2575k|  28.4 |   239M |  80 |2260 |6618 | 534 |  59k|  1 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
207.41/208.29	c   192s| 90700 |  5655 |  2577k|  28.4 |   239M |  80 |2260 |6635 | 534 |  59k|  1 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
207.70/208.50	c   192s| 90800 |  5669 |  2579k|  28.4 |   239M |  80 |2260 |6666 | 533 |  59k|  1 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
207.80/208.69	c   193s| 90900 |  5677 |  2582k|  28.4 |   239M |  80 |2260 |6706 | 539 |  59k|  1 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
208.00/208.86	c   193s| 91000 |  5674 |  2584k|  28.4 |   239M |  80 |2260 |6715 | 534 |  59k|  0 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
208.10/209.01	c   193s| 91100 |  5680 |  2586k|  28.4 |   239M |  80 |2260 |6814 | 546 |  59k|  2 |  90k|  11 |-6.000000e+00 |      --      |    Inf | unknown
208.32/209.17	c   193s| 91200 |  5686 |  2588k|  28.4 |   239M |  80 |2260 |6847 | 541 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
208.50/209.34	c   193s| 91300 |  5682 |  2591k|  28.4 |   239M |  80 |2260 |6874 | 540 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
208.60/209.45	c   193s| 91400 |  5686 |  2592k|  28.3 |   239M |  80 |2260 |6910 |   0 |  59k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
208.70/209.58	c   194s| 91500 |  5682 |  2593k|  28.3 |   239M |  80 |2260 |6884 | 541 |  59k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
208.90/209.72	c   194s| 91600 |  5686 |  2594k|  28.3 |   239M |  80 |2260 |6876 | 537 |  59k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
209.00/209.88	c   194s| 91700 |  5692 |  2597k|  28.3 |   239M |  80 |2260 |6890 | 546 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
209.21/210.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
209.21/210.02	c   194s| 91800 |  5692 |  2599k|  28.3 |   239M |  80 |2260 |6907 | 542 |  59k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
209.40/210.20	c   194s| 91900 |  5694 |  2601k|  28.3 |   239M |  80 |2260 |6881 | 533 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
209.60/210.40	c   194s| 92000 |  5701 |  2604k|  28.3 |   239M |  80 |2260 |6820 | 539 |  59k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
209.70/210.57	c   195s| 92100 |  5707 |  2607k|  28.3 |   239M |  80 |2260 |6844 | 545 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
209.90/210.72	c   195s| 92200 |  5705 |  2609k|  28.3 |   239M |  80 |2260 |6886 | 539 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
210.00/210.88	c   195s| 92300 |  5711 |  2611k|  28.3 |   239M |  80 |2260 |6883 | 541 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
210.21/211.03	c   195s| 92400 |  5713 |  2613k|  28.3 |   239M |  80 |2260 |6906 | 541 |  59k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
210.39/211.20	c   195s| 92500 |  5713 |  2615k|  28.3 |   239M |  80 |2260 |6912 | 548 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
210.49/211.35	c   195s| 92600 |  5713 |  2617k|  28.3 |   239M |  80 |2260 |6910 | 547 |  59k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
210.59/211.49	c   195s| 92700 |  5714 |  2619k|  28.2 |   239M |  80 |2260 |6929 |   0 |  60k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
210.79/211.62	c   196s| 92800 |  5715 |  2621k|  28.2 |   239M |  80 |2260 |6953 | 547 |  60k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
210.89/211.78	c   196s| 92900 |  5715 |  2623k|  28.2 |   239M |  80 |2260 |6960 | 542 |  60k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
211.09/211.94	c   196s| 93000 |  5719 |  2625k|  28.2 |   239M |  80 |2260 |6962 | 547 |  60k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
211.21/212.09	c   196s| 93100 |  5713 |  2627k|  28.2 |   239M |  80 |2260 |6961 | 541 |  60k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
211.39/212.24	c   196s| 93200 |  5713 |  2629k|  28.2 |   239M |  80 |2260 |6967 | 546 |  60k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
211.59/212.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
211.59/212.40	c   196s| 93300 |  5719 |  2631k|  28.2 |   239M |  80 |2260 |6958 | 539 |  60k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
211.69/212.53	c   197s| 93400 |  5725 |  2633k|  28.2 |   239M |  80 |2260 |6968 | 543 |  60k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
211.79/212.68	c   197s| 93500 |  5723 |  2635k|  28.2 |   239M |  80 |2260 |6973 | 534 |  60k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
211.99/212.84	c   197s| 93600 |  5721 |  2636k|  28.1 |   239M |  80 |2260 |7003 | 539 |  60k|  0 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
212.09/213.00	c   197s| 93700 |  5730 |  2637k|  28.1 |   239M |  80 |2260 |7088 | 536 |  60k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
212.30/213.14	c   197s| 93800 |  5736 |  2639k|  28.1 |   239M |  80 |2260 |7187 | 536 |  60k|  1 |  91k|  11 |-6.000000e+00 |      --      |    Inf | unknown
212.39/213.27	c   197s| 93900 |  5763 |  2640k|  28.1 |   239M |  80 |2260 |7193 | 535 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
212.59/213.40	c   197s| 94000 |  5767 |  2642k|  28.1 |   240M |  80 |2260 |7229 | 535 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
212.69/213.52	c   197s| 94100 |  5768 |  2643k|  28.1 |   240M |  80 |2260 |7260 | 537 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
212.79/213.63	c   198s| 94200 |  5772 |  2644k|  28.1 |   240M |  80 |2260 |7257 |   0 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
212.88/213.74	c   198s| 94300 |  5767 |  2646k|  28.0 |   240M |  80 |2260 |7260 | 537 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
212.98/213.87	c   198s| 94400 |  5765 |  2647k|  28.0 |   240M |  80 |2260 |7296 | 538 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
213.08/213.98	c   198s| 94500 |  5767 |  2648k|  28.0 |   240M |  80 |2260 |7301 | 535 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
213.20/214.08	c   198s| 94600 |  5779 |  2649k|  28.0 |   240M |  80 |2260 |7310 | 535 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
213.30/214.19	c   198s| 94700 |  5777 |  2650k|  28.0 |   240M |  80 |2260 |7299 | 537 |  60k|  2 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
213.48/214.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
213.48/214.30	c   198s| 94800 |  5777 |  2651k|  27.9 |   240M |  80 |2260 |7339 | 535 |  60k|  1 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
213.48/214.39	c   198s| 94900 |  5773 |  2651k|  27.9 |   240M |  80 |2260 |7364 | 537 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
213.68/214.51	c   198s| 95000 |  5782 |  2653k|  27.9 |   240M |  80 |2260 |7205 | 537 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
213.78/214.64	c   199s| 95100 |  5780 |  2654k|  27.9 |   240M |  80 |2260 |7199 |   0 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
213.98/214.86	c   199s| 95200 |  5782 |  2656k|  27.9 |   240M |  80 |2260 |7226 | 537 |  60k|  1 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
214.08/214.98	c   199s| 95300 |  5784 |  2657k|  27.9 |   240M |  80 |2260 |7232 | 535 |  60k|  1 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
214.19/215.11	c   199s| 95400 |  5783 |  2659k|  27.9 |   240M |  80 |2260 |7235 | 535 |  60k|  1 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
214.38/215.23	c   199s| 95500 |  5789 |  2660k|  27.8 |   240M |  80 |2260 |7236 | 538 |  60k|  0 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
214.48/215.36	c   199s| 95600 |  5786 |  2661k|  27.8 |   240M |  80 |2260 |7250 | 536 |  60k|  1 |  92k|  11 |-6.000000e+00 |      --      |    Inf | unknown
214.58/215.49	c   199s| 95700 |  5780 |  2662k|  27.8 |   240M |  80 |2260 |7282 |   0 |  60k|  0 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
214.78/215.60	c   200s| 95800 |  5782 |  2663k|  27.8 |   240M |  80 |2260 |7266 | 535 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
214.88/215.74	c   200s| 95900 |  5779 |  2665k|  27.8 |   240M |  80 |2260 |7227 | 537 |  60k|  0 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
214.98/215.86	c   200s| 96000 |  5783 |  2666k|  27.8 |   240M |  80 |2260 |7240 | 535 |  60k|  0 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.08/215.99	c   200s| 96100 |  5780 |  2667k|  27.7 |   240M |  80 |2260 |7248 | 535 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.29/216.13	c   200s| 96200 |  5794 |  2669k|  27.7 |   240M |  80 |2260 |7278 | 536 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.38/216.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
215.38/216.26	c   200s| 96300 |  5815 |  2671k|  27.7 |   240M |  80 |2260 |7290 | 536 |  60k|  0 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.47/216.38	c   200s| 96400 |  5822 |  2673k|  27.7 |   240M |  80 |2260 |7320 | 536 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.67/216.50	c   200s| 96500 |  5832 |  2674k|  27.7 |   240M |  80 |2260 |7312 | 536 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.77/216.61	c   201s| 96600 |  5825 |  2676k|  27.7 |   240M |  80 |2260 |7340 | 535 |  60k|  0 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.87/216.72	c   201s| 96700 |  5835 |  2677k|  27.7 |   240M |  80 |2260 |7340 | 536 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.87/216.79	c   201s| 96800 |  5829 |  2677k|  27.6 |   240M |  80 |2260 |7349 | 536 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
215.97/216.89	c   201s| 96900 |  5841 |  2678k|  27.6 |   241M |  80 |2260 |7376 | 536 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
216.07/217.01	c   201s| 97000 |  5835 |  2679k|  27.6 |   241M |  80 |2260 |7416 | 534 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
216.29/217.15	c   201s| 97100 |  5845 |  2680k|  27.6 |   241M |  80 |2260 |7498 | 534 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
216.37/217.29	c   201s| 97200 |  5844 |  2682k|  27.6 |   241M |  80 |2260 |7551 | 536 |  60k|  1 |  93k|  11 |-6.000000e+00 |      --      |    Inf | unknown
216.57/217.43	c   201s| 97300 |  5851 |  2683k|  27.6 |   241M |  80 |2260 |7613 | 536 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
216.67/217.55	c   202s| 97400 |  5854 |  2684k|  27.5 |   241M |  80 |2260 |7664 | 536 |  60k|  0 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
216.77/217.69	c   202s| 97500 |  5859 |  2686k|  27.5 |   241M |  80 |2260 |7700 | 534 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
216.97/217.84	c   202s| 97600 |  5866 |  2688k|  27.5 |   241M |  80 |2260 |7626 | 537 |  60k|  0 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.07/217.98	c   202s| 97700 |  5872 |  2690k|  27.5 |   241M |  80 |2260 |7626 | 537 |  60k|  0 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.28/218.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
217.28/218.11	c   202s| 97800 |  5865 |  2692k|  27.5 |   241M |  80 |2260 |7623 | 536 |  60k|  0 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.37/218.25	c   202s| 97900 |  5868 |  2694k|  27.5 |   241M |  80 |2260 |7624 | 536 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.47/218.37	c   202s| 98000 |  5865 |  2695k|  27.5 |   241M |  80 |2260 |7663 | 537 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.67/218.51	c   202s| 98100 |  5871 |  2697k|  27.5 |   241M |  80 |2260 |7646 | 536 |  60k|  0 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.77/218.63	c   203s| 98200 |  5873 |  2698k|  27.5 |   241M |  80 |2260 |7654 | 535 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.87/218.70	c   203s| 98300 |  5875 |  2699k|  27.4 |   241M |  80 |2260 |7656 | 537 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.87/218.78	c   203s| 98400 |  5881 |  2699k|  27.4 |   241M |  80 |2260 |7626 | 536 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
217.97/218.84	c   203s| 98500 |  5881 |  2700k|  27.4 |   241M |  80 |2260 |7646 | 535 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.06/218.94	c   203s| 98600 |  5875 |  2701k|  27.4 |   241M |  80 |2260 |7664 | 536 |  60k|  1 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.18/219.04	c   203s| 98700 |  5871 |  2702k|  27.4 |   241M |  80 |2260 |7637 |   0 |  60k|  0 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.28/219.17	c   203s| 98800 |  5872 |  2703k|  27.3 |   241M |  80 |2260 |7682 | 536 |  60k|  0 |  94k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.36/219.29	c   203s| 98900 |  5871 |  2704k|  27.3 |   241M |  80 |2260 |7716 | 536 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.46/219.39	c   203s| 99000 |  5872 |  2705k|  27.3 |   241M |  80 |2260 |7752 | 536 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.66/219.50	c   203s| 99100 |  5871 |  2706k|  27.3 |   241M |  80 |2260 |7774 | 537 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.76/219.63	c   204s| 99200 |  5880 |  2708k|  27.3 |   241M |  80 |2260 |7772 | 535 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.86/219.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
218.86/219.75	c   204s| 99300 |  5875 |  2709k|  27.3 |   241M |  80 |2260 |7753 | 535 |  60k|  1 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
218.96/219.86	c   204s| 99400 |  5874 |  2710k|  27.3 |   241M |  80 |2260 |7769 | 538 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.06/220.00	c   204s| 99500 |  5871 |  2711k|  27.2 |   241M |  80 |2260 |7752 | 536 |  60k|  1 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.27/220.11	c   204s| 99600 |  5867 |  2713k|  27.2 |   241M |  80 |2260 |7738 |   0 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.36/220.20	c   204s| 99700 |  5865 |  2713k|  27.2 |   241M |  80 |2260 |7747 | 535 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.46/220.30	c   204s| 99800 |  5866 |  2714k|  27.2 |   241M |  80 |2260 |7769 | 534 |  60k|  1 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.46/220.38	c   204s| 99900 |  5866 |  2715k|  27.2 |   241M |  80 |2260 |7759 | 536 |  60k|  2 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.56/220.46	c   204s|100000 |  5868 |  2716k|  27.1 |   241M |  80 |2260 |7732 | 535 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.66/220.55	c   205s|100100 |  5867 |  2717k|  27.1 |   241M |  80 |2260 |7749 | 534 |  60k|  1 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.76/220.64	c   205s|100200 |  5872 |  2718k|  27.1 |   241M |  80 |2260 |7772 | 535 |  60k|  1 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.86/220.73	c   205s|100300 |  5869 |  2718k|  27.1 |   241M |  80 |2260 |7773 | 534 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
219.96/220.84	c   205s|100400 |  5870 |  2719k|  27.1 |   241M |  80 |2260 |7782 |   0 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.06/220.94	c   205s|100500 |  5864 |  2720k|  27.1 |   241M |  80 |2260 |7743 | 536 |  60k|  1 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.17/221.07	c   205s|100600 |  5872 |  2722k|  27.0 |   241M |  80 |2260 |7664 | 534 |  60k|  1 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.27/221.19	c   205s|100700 |  5865 |  2722k|  27.0 |   241M |  80 |2260 |7717 |   0 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.46/221.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
220.46/221.30	c   205s|100800 |  5869 |  2724k|  27.0 |   241M |  80 |2260 |7668 | 536 |  60k|  0 |  95k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.55/221.41	c   205s|100900 |  5871 |  2725k|  27.0 |   242M |  80 |2260 |7690 | 534 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.65/221.53	c   206s|101000 |  5868 |  2726k|  27.0 |   242M |  80 |2260 |7634 | 536 |  60k|  1 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.75/221.63	c   206s|101100 |  5871 |  2727k|  27.0 |   242M |  80 |2260 |7585 | 536 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.85/221.72	c   206s|101200 |  5867 |  2728k|  26.9 |   242M |  80 |2260 |7586 | 537 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
220.95/221.83	c   206s|101300 |  5868 |  2730k|  26.9 |   242M |  80 |2260 |7555 |   0 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.05/221.93	c   206s|101400 |  5865 |  2731k|  26.9 |   242M |  80 |2260 |7604 |   0 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.17/222.04	c   206s|101500 |  5867 |  2731k|  26.9 |   242M |  80 |2260 |7612 | 534 |  60k|  1 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.27/222.16	c   206s|101600 |  5868 |  2732k|  26.9 |   242M |  80 |2260 |7593 | 536 |  60k|  1 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.35/222.29	c   206s|101700 |  5873 |  2734k|  26.9 |   242M |  80 |2260 |7613 | 536 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.55/222.41	c   206s|101800 |  5872 |  2735k|  26.9 |   242M |  80 |2260 |7592 | 534 |  60k|  1 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.65/222.54	c   207s|101900 |  5890 |  2736k|  26.8 |   242M |  80 |2260 |7515 | 534 |  60k|  1 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.75/222.65	c   207s|102000 |  5884 |  2737k|  26.8 |   242M |  80 |2260 |7527 | 534 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.85/222.75	c   207s|102100 |  5885 |  2738k|  26.8 |   242M |  80 |2260 |7553 | 534 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
221.95/222.86	c   207s|102200 |  5889 |  2739k|  26.8 |   242M |  80 |2260 |7530 | 534 |  60k|  1 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.05/222.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
222.05/222.98	c   207s|102300 |  5891 |  2740k|  26.8 |   242M |  80 |2260 |7550 | 536 |  60k|  2 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.16/223.10	c   207s|102400 |  5889 |  2740k|  26.7 |   242M |  80 |2260 |7569 |   0 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.35/223.21	c   207s|102500 |  5887 |  2742k|  26.7 |   242M |  80 |2260 |7561 | 536 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.45/223.35	c   207s|102600 |  5893 |  2743k|  26.7 |   242M |  80 |2260 |7511 | 540 |  60k|  1 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.55/223.47	c   207s|102700 |  5894 |  2745k|  26.7 |   243M |  80 |2260 |7547 |   0 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.65/223.58	c   208s|102800 |  5896 |  2746k|  26.7 |   243M |  80 |2260 |7539 | 542 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.85/223.70	c   208s|102900 |  5896 |  2747k|  26.7 |   243M |  80 |2260 |7491 | 534 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.95/223.80	c   208s|103000 |  5902 |  2748k|  26.7 |   243M |  80 |2260 |7466 |   0 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
222.95/223.88	c   208s|103100 |  5906 |  2749k|  26.7 |   243M |  80 |2260 |7478 | 535 |  60k|  1 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.04/223.99	c   208s|103200 |  5908 |  2750k|  26.6 |   243M |  80 |2260 |7533 |   0 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.16/224.07	c   208s|103300 |  5902 |  2750k|  26.6 |   243M |  80 |2260 |7538 |   0 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.26/224.18	c   208s|103400 |  5907 |  2751k|  26.6 |   243M |  80 |2260 |7543 | 534 |  60k|  0 |  96k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.34/224.28	c   208s|103500 |  5911 |  2752k|  26.6 |   243M |  80 |2260 |7567 | 534 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.44/224.39	c   208s|103600 |  5905 |  2753k|  26.6 |   243M |  80 |2260 |7572 | 536 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.64/224.51	c   208s|103700 |  5906 |  2754k|  26.5 |   243M |  80 |2260 |7583 | 536 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.74/224.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
223.74/224.62	c   209s|103800 |  5905 |  2755k|  26.5 |   243M |  80 |2260 |7600 | 535 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.84/224.73	c   209s|103900 |  5903 |  2756k|  26.5 |   243M |  80 |2260 |7599 | 537 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
223.94/224.85	c   209s|104000 |  5900 |  2757k|  26.5 |   243M |  80 |2260 |7578 | 533 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
224.04/224.96	c   209s|104100 |  5896 |  2758k|  26.5 |   243M |  80 |2260 |7617 | 534 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
224.15/225.10	c   209s|104200 |  5895 |  2760k|  26.5 |   243M |  80 |2260 |7574 | 534 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
224.34/225.21	c   209s|104300 |  5901 |  2761k|  26.5 |   243M |  80 |2260 |7575 | 537 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
224.44/225.32	c   209s|104400 |  5893 |  2762k|  26.4 |   243M |  80 |2260 |7612 | 537 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
224.54/225.46	c   209s|104500 |  5893 |  2764k|  26.4 |   243M |  80 |2260 |7658 | 535 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
224.64/225.55	c   210s|104600 |  5899 |  2765k|  26.4 |   243M |  80 |2260 |7646 |   0 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
224.74/225.65	c   210s|104700 |  5893 |  2765k|  26.4 |   243M |  80 |2260 |7670 |   0 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
224.84/225.78	c   210s|104800 |  5895 |  2767k|  26.4 |   243M |  80 |2260 |7614 | 538 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.04/225.90	c   210s|104900 |  5902 |  2768k|  26.4 |   243M |  80 |2260 |7583 | 537 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.15/226.02	c   210s|105000 |  5904 |  2769k|  26.4 |   243M |  80 |2260 |7639 | 536 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.25/226.14	c   210s|105100 |  5904 |  2770k|  26.3 |   243M |  80 |2260 |7672 | 538 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.34/226.26	c   210s|105200 |  5902 |  2772k|  26.3 |   243M |  80 |2260 |7696 | 538 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.44/226.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
225.44/226.35	c   210s|105300 |  5901 |  2773k|  26.3 |   243M |  80 |2260 |7685 | 536 |  60k|  0 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.54/226.46	c   210s|105400 |  5900 |  2774k|  26.3 |   244M |  80 |2260 |7687 | 538 |  60k|  1 |  97k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.63/226.58	c   211s|105500 |  5898 |  2775k|  26.3 |   244M |  80 |2260 |7690 | 538 |  60k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.83/226.72	c   211s|105600 |  5897 |  2776k|  26.3 |   244M |  80 |2260 |7694 | 537 |  60k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
225.93/226.86	c   211s|105700 |  5889 |  2777k|  26.3 |   244M |  80 |2260 |7681 | 536 |  60k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
226.03/226.98	c   211s|105800 |  5893 |  2779k|  26.3 |   244M |  80 |2260 |7661 | 535 |  60k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
226.25/227.12	c   211s|105900 |  5891 |  2780k|  26.2 |   244M |  80 |2260 |7639 | 543 |  60k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
226.33/227.25	c   211s|106000 |  5891 |  2782k|  26.2 |   244M |  80 |2260 |7651 | 539 |  60k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
226.43/227.37	c   211s|106100 |  5887 |  2783k|  26.2 |   244M |  80 |2260 |7660 | 536 |  60k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
226.63/227.50	c   211s|106200 |  5900 |  2785k|  26.2 |   244M |  80 |2260 |7626 | 539 |  60k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
226.73/227.61	c   212s|106300 |  5897 |  2786k|  26.2 |   244M |  80 |2260 |7693 | 537 |  60k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
226.83/227.73	c   212s|106400 |  5899 |  2787k|  26.2 |   244M |  80 |2260 |7721 | 537 |  60k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
226.93/227.86	c   212s|106500 |  5905 |  2789k|  26.2 |   244M |  80 |2260 |7706 | 539 |  60k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.03/227.97	c   212s|106600 |  5909 |  2790k|  26.2 |   244M |  80 |2260 |7726 | 536 |  60k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.14/228.09	c   212s|106700 |  5904 |  2791k|  26.1 |   244M |  80 |2260 |7704 | 538 |  60k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.33/228.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
227.33/228.20	c   212s|106800 |  5908 |  2792k|  26.1 |   244M |  80 |2260 |7745 | 534 |  60k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.43/228.32	c   212s|106900 |  5909 |  2793k|  26.1 |   244M |  80 |2260 |7766 | 534 |  60k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.53/228.44	c   212s|107000 |  5909 |  2794k|  26.1 |   244M |  80 |2260 |7700 | 533 |  60k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.73/228.60	c   213s|107100 |  5911 |  2796k|  26.1 |   244M |  80 |2260 |7601 | 536 |  61k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.73/228.68	c   213s|107200 |  5917 |  2796k|  26.1 |   244M |  80 |2260 |7631 | 535 |  61k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.83/228.78	c   213s|107300 |  5917 |  2797k|  26.1 |   244M |  80 |2260 |7671 | 535 |  61k|  1 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
227.93/228.88	c   213s|107400 |  5913 |  2798k|  26.0 |   244M |  80 |2260 |7672 |   0 |  61k|  0 |  98k|  11 |-6.000000e+00 |      --      |    Inf | unknown
228.03/228.98	c   213s|107500 |  5909 |  2799k|  26.0 |   244M |  80 |2260 |7686 |   0 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
228.24/229.12	c   213s|107600 |  5912 |  2801k|  26.0 |   244M |  80 |2260 |7628 | 535 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
228.32/229.24	c   213s|107700 |  5910 |  2802k|  26.0 |   244M |  80 |2260 |7642 | 537 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
228.42/229.34	c   213s|107800 |  5914 |  2803k|  26.0 |   244M |  80 |2260 |7635 |   0 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
228.52/229.46	c   213s|107900 |  5920 |  2805k|  26.0 |   244M |  80 |2260 |7613 | 536 |  61k|  1 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
228.62/229.57	c   214s|108000 |  5920 |  2806k|  26.0 |   244M |  80 |2260 |7662 | 536 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
228.72/229.69	c   214s|108100 |  5925 |  2807k|  26.0 |   244M |  80 |2260 |7684 | 538 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
228.92/229.80	c   214s|108200 |  5919 |  2809k|  25.9 |   244M |  80 |2260 |7729 | 536 |  61k|  1 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
229.02/229.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
229.02/229.93	c   214s|108300 |  5924 |  2810k|  25.9 |   244M |  80 |2260 |7743 | 536 |  61k|  1 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
229.14/230.06	c   214s|108400 |  5926 |  2811k|  25.9 |   244M |  80 |2260 |7730 | 536 |  61k|  1 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
229.24/230.18	c   214s|108500 |  5927 |  2812k|  25.9 |   244M |  80 |2260 |7759 | 538 |  61k|  2 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
229.42/230.30	c   214s|108600 |  5927 |  2814k|  25.9 |   244M |  80 |2260 |7771 | 538 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
229.52/230.43	c   214s|108700 |  5923 |  2815k|  25.9 |   244M |  80 |2260 |7804 | 536 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
229.62/230.57	c   215s|108800 |  5923 |  2817k|  25.9 |   244M |  80 |2260 |7750 | 536 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
229.72/230.69	c   215s|108900 |  5922 |  2818k|  25.9 |   244M |  80 |2260 |7714 | 537 |  61k|  1 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
229.92/230.81	c   215s|109000 |  5925 |  2819k|  25.9 |   244M |  80 |2260 |7635 | 533 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
230.02/230.93	c   215s|109100 |  5925 |  2821k|  25.8 |   244M |  80 |2260 |7667 |   0 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
230.13/231.05	c   215s|109200 |  5929 |  2823k|  25.8 |   244M |  80 |2260 |7676 | 533 |  61k|  1 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
230.23/231.19	c   215s|109300 |  5927 |  2825k|  25.8 |   244M |  80 |2260 |7657 | 533 |  61k|  1 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
230.42/231.32	c   215s|109400 |  5925 |  2827k|  25.8 |   244M |  80 |2260 |7679 | 533 |  61k|  0 |  99k|  11 |-6.000000e+00 |      --      |    Inf | unknown
230.52/231.46	c   215s|109500 |  5931 |  2828k|  25.8 |   244M |  80 |2260 |7710 | 533 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
230.72/231.61	c   216s|109600 |  5928 |  2829k|  25.8 |   244M |  80 |2260 |7775 |   0 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
230.82/231.76	c   216s|109700 |  5928 |  2832k|  25.8 |   244M |  80 |2260 |7705 | 533 |  61k|  1 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
230.92/231.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
230.92/231.89	c   216s|109800 |  5924 |  2833k|  25.8 |   244M |  80 |2260 |7709 | 536 |  61k|  1 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.13/232.01	c   216s|109900 |  5920 |  2834k|  25.8 |   244M |  80 |2260 |7687 | 534 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.23/232.11	c   216s|110000 |  5925 |  2835k|  25.8 |   244M |  80 |2260 |7712 |   0 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.31/232.23	c   216s|110100 |  5925 |  2837k|  25.8 |   244M |  80 |2260 |7682 | 534 |  61k|  1 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.41/232.34	c   216s|110200 |  5920 |  2838k|  25.7 |   244M |  80 |2260 |7735 | 535 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.51/232.44	c   216s|110300 |  5922 |  2839k|  25.7 |   244M |  80 |2260 |7752 |   0 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.61/232.57	c   217s|110400 |  5916 |  2840k|  25.7 |   244M |  80 |2260 |7706 | 533 |  61k|  1 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.71/232.67	c   217s|110500 |  5922 |  2842k|  25.7 |   244M |  80 |2260 |7688 | 533 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.81/232.78	c   217s|110600 |  5914 |  2843k|  25.7 |   244M |  80 |2260 |7675 |   0 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
231.91/232.88	c   217s|110700 |  5912 |  2844k|  25.7 |   244M |  80 |2260 |7683 |   0 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
232.01/233.00	c   217s|110800 |  5910 |  2845k|  25.7 |   244M |  80 |2260 |7689 | 534 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
232.22/233.13	c   217s|110900 |  5920 |  2847k|  25.7 |   244M |  80 |2260 |7678 | 540 |  61k|  1 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
232.31/233.24	c   217s|111000 |  5919 |  2848k|  25.6 |   244M |  80 |2260 |7640 | 537 |  61k|  1 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
232.41/233.35	c   217s|111100 |  5913 |  2849k|  25.6 |   244M |  80 |2260 |7632 | 534 |  61k|  0 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
232.51/233.47	c   217s|111200 |  5913 |  2850k|  25.6 |   244M |  80 |2260 |7651 | 537 |  61k|  1 | 100k|  11 |-6.000000e+00 |      --      |    Inf | unknown
232.71/233.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
232.71/233.60	c   218s|111300 |  5909 |  2851k|  25.6 |   244M |  80 |2260 |7671 | 535 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
232.81/233.72	c   218s|111400 |  5908 |  2852k|  25.6 |   244M |  80 |2260 |7666 | 544 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
232.91/233.84	c   218s|111500 |  5909 |  2854k|  25.6 |   244M |  80 |2260 |7645 | 539 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.01/233.97	c   218s|111600 |  5906 |  2855k|  25.6 |   245M |  80 |2260 |7672 | 536 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.12/234.09	c   218s|111700 |  5905 |  2856k|  25.6 |   245M |  80 |2260 |7702 | 536 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.31/234.21	c   218s|111800 |  5913 |  2858k|  25.6 |   245M |  80 |2260 |7711 | 536 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.41/234.33	c   218s|111900 |  5911 |  2859k|  25.5 |   245M |  80 |2260 |7722 | 536 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.51/234.42	c   218s|112000 |  5909 |  2860k|  25.5 |   245M |  80 |2260 |7716 | 536 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.60/234.54	c   219s|112100 |  5911 |  2862k|  25.5 |   245M |  80 |2260 |7728 | 536 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.70/234.65	c   219s|112200 |  5914 |  2863k|  25.5 |   245M |  80 |2260 |7750 | 535 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.80/234.76	c   219s|112300 |  5914 |  2864k|  25.5 |   245M |  80 |2260 |7763 | 535 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
233.90/234.87	c   219s|112400 |  5905 |  2864k|  25.5 |   245M |  80 |2260 |7803 | 535 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.00/234.99	c   219s|112500 |  5911 |  2865k|  25.5 |   245M |  80 |2260 |7823 | 536 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.12/235.08	c   219s|112600 |  5922 |  2866k|  25.4 |   245M |  80 |2260 |7815 |   0 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.30/235.20	c   219s|112700 |  5912 |  2867k|  25.4 |   245M |  80 |2260 |7825 | 536 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.30/235.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
234.30/235.28	c   219s|112800 |  5920 |  2868k|  25.4 |   245M |  80 |2260 |7828 |   0 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.40/235.36	c   219s|112900 |  5920 |  2868k|  25.4 |   245M |  80 |2260 |7832 | 537 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.50/235.45	c   219s|113000 |  5922 |  2869k|  25.4 |   245M |  80 |2260 |7847 | 537 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.60/235.55	c   220s|113100 |  5919 |  2870k|  25.4 |   245M |  80 |2260 |7875 | 537 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.70/235.65	c   220s|113200 |  5921 |  2870k|  25.3 |   245M |  80 |2260 |7885 | 536 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.80/235.74	c   220s|113300 |  5928 |  2871k|  25.3 |   245M |  80 |2260 |7891 | 537 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
234.90/235.85	c   220s|113400 |  5917 |  2872k|  25.3 |   245M |  80 |2260 |7904 | 537 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.00/235.95	c   220s|113500 |  5919 |  2872k|  25.3 |   245M |  80 |2260 |7919 | 537 |  61k|  1 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.11/236.02	c   220s|113600 |  5913 |  2873k|  25.3 |   245M |  80 |2260 |7929 | 536 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.21/236.12	c   220s|113700 |  5911 |  2873k|  25.3 |   245M |  80 |2260 |7914 |   0 |  61k|  0 | 101k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.30/236.22	c   220s|113800 |  5906 |  2874k|  25.2 |   245M |  80 |2260 |7914 | 536 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.40/236.34	c   220s|113900 |  5907 |  2875k|  25.2 |   245M |  80 |2260 |7888 | 534 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.50/236.49	c   220s|114000 |  5917 |  2876k|  25.2 |   245M |  80 |2260 |7798 | 532 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.70/236.61	c   221s|114100 |  5928 |  2878k|  25.2 |   245M |  80 |2260 |7821 | 531 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.80/236.72	c   221s|114200 |  5929 |  2879k|  25.2 |   245M |  80 |2260 |7827 | 534 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
235.90/236.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
235.90/236.84	c   221s|114300 |  5928 |  2881k|  25.2 |   245M |  80 |2260 |7845 | 531 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.00/236.97	c   221s|114400 |  5928 |  2883k|  25.2 |   245M |  80 |2260 |7856 | 537 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.21/237.12	c   221s|114500 |  5925 |  2884k|  25.2 |   245M |  80 |2260 |7786 | 531 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.29/237.26	c   221s|114600 |  5921 |  2886k|  25.2 |   245M |  80 |2260 |7703 | 536 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.39/237.38	c   221s|114700 |  5918 |  2888k|  25.2 |   245M |  80 |2260 |7708 | 534 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.49/237.49	c   221s|114800 |  5927 |  2889k|  25.2 |   245M |  80 |2260 |7636 | 534 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.59/237.59	c   222s|114900 |  5925 |  2890k|  25.1 |   245M |  80 |2260 |7656 | 536 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.79/237.70	c   222s|115000 |  5927 |  2891k|  25.1 |   245M |  80 |2260 |7657 | 536 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.89/237.80	c   222s|115100 |  5929 |  2892k|  25.1 |   245M |  80 |2260 |7686 | 536 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
236.99/237.92	c   222s|115200 |  5929 |  2893k|  25.1 |   245M |  80 |2260 |7703 | 534 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
237.11/238.02	c   222s|115300 |  5936 |  2894k|  25.1 |   245M |  80 |2260 |7710 | 534 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
237.21/238.13	c   222s|115400 |  5928 |  2895k|  25.1 |   245M |  80 |2260 |7737 | 535 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
237.29/238.29	c   222s|115500 |  5932 |  2896k|  25.1 |   245M |  80 |2260 |7677 | 532 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
237.49/238.44	c   222s|115600 |  5942 |  2898k|  25.1 |   245M |  80 |2260 |7671 | 534 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
237.59/238.58	c   223s|115700 |  5947 |  2900k|  25.1 |   245M |  80 |2260 |7635 | 538 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
237.79/238.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
237.79/238.71	c   223s|115800 |  5953 |  2901k|  25.0 |   245M |  80 |2260 |7678 | 540 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
237.89/238.86	c   223s|115900 |  5949 |  2904k|  25.0 |   245M |  80 |2260 |7675 | 536 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
238.10/239.03	c   223s|116000 |  5955 |  2906k|  25.0 |   245M |  80 |2260 |7672 | 538 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
238.20/239.17	c   223s|116100 |  5971 |  2908k|  25.0 |   245M |  80 |2260 |7689 | 535 |  61k|  0 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
238.39/239.30	c   223s|116200 |  5980 |  2909k|  25.0 |   245M |  80 |2260 |7726 | 538 |  61k|  1 | 102k|  11 |-6.000000e+00 |      --      |    Inf | unknown
238.49/239.42	c   223s|116300 |  5977 |  2910k|  25.0 |   245M |  80 |2260 |7749 | 535 |  61k|  1 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
238.59/239.53	c   224s|116400 |  5958 |  2912k|  25.0 |   245M |  80 |2260 |7751 | 537 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
238.69/239.68	c   224s|116500 |  5964 |  2913k|  25.0 |   245M |  80 |2260 |7786 | 537 |  61k|  1 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
238.88/239.82	c   224s|116600 |  5960 |  2915k|  25.0 |   245M |  80 |2260 |7835 | 536 |  61k|  1 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
238.98/239.96	c   224s|116700 |  5960 |  2917k|  25.0 |   245M |  80 |2260 |7848 | 532 |  61k|  1 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
239.10/240.09	c   224s|116800 |  5964 |  2918k|  25.0 |   245M |  80 |2260 |7858 | 537 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
239.28/240.24	c   224s|116900 |  5964 |  2920k|  25.0 |   245M |  80 |2260 |7874 |   0 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
239.38/240.36	c   224s|117000 |  5970 |  2922k|  25.0 |   245M |  80 |2260 |7837 | 536 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
239.48/240.47	c   224s|117100 |  5963 |  2923k|  25.0 |   245M |  80 |2260 |7822 |   0 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
239.68/240.60	c   225s|117200 |  5963 |  2924k|  24.9 |   245M |  80 |2260 |7826 |   0 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
239.78/240.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
239.78/240.72	c   225s|117300 |  5961 |  2926k|  24.9 |   245M |  80 |2260 |7842 | 534 |  61k|  1 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
239.88/240.85	c   225s|117400 |  5962 |  2927k|  24.9 |   245M |  80 |2260 |7915 | 534 |  61k|  1 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
239.98/240.98	c   225s|117500 |  5962 |  2929k|  24.9 |   245M |  80 |2260 |7935 | 537 |  61k|  1 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
240.09/241.10	c   225s|117600 |  5962 |  2930k|  24.9 |   245M |  80 |2260 |7920 | 536 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
240.28/241.24	c   225s|117700 |  5957 |  2932k|  24.9 |   245M |  80 |2260 |7967 | 536 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
240.38/241.37	c   225s|117800 |  5957 |  2933k|  24.9 |   245M |  80 |2260 |8007 | 536 |  61k|  0 | 103k|  11 |-6.000000e+00 |      --      |    Inf | unknown
240.48/241.50	c   225s|117900 |  5956 |  2934k|  24.9 |   245M |  80 |2260 |7985 | 536 |  61k|  1 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
240.68/241.63	c   226s|118000 |  5951 |  2936k|  24.9 |   245M |  80 |2260 |8016 |   0 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
240.78/241.77	c   226s|118100 |  5955 |  2937k|  24.9 |   245M |  80 |2260 |8009 | 536 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
240.98/241.91	c   226s|118200 |  5961 |  2939k|  24.9 |   245M |  80 |2260 |7978 | 546 |  61k|  1 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
241.09/242.05	c   226s|118300 |  5953 |  2941k|  24.9 |   245M |  80 |2260 |7980 | 536 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
241.19/242.19	c   226s|118400 |  5953 |  2943k|  24.8 |   245M |  80 |2260 |8008 | 536 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
241.37/242.34	c   226s|118500 |  5948 |  2945k|  24.8 |   245M |  80 |2260 |8012 | 537 |  61k|  2 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
241.47/242.46	c   226s|118600 |  5948 |  2946k|  24.8 |   245M |  80 |2260 |8008 | 536 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
241.57/242.57	c   227s|118700 |  5953 |  2947k|  24.8 |   245M |  80 |2260 |8030 | 537 |  61k|  2 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
241.77/242.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
241.77/242.71	c   227s|118800 |  5951 |  2949k|  24.8 |   245M |  80 |2260 |8052 | 537 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
241.87/242.82	c   227s|118900 |  5955 |  2950k|  24.8 |   245M |  80 |2260 |8068 | 538 |  61k|  1 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
241.97/242.94	c   227s|119000 |  5954 |  2951k|  24.8 |   245M |  80 |2260 |8109 | 539 |  61k|  1 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
242.09/243.07	c   227s|119100 |  5952 |  2953k|  24.8 |   245M |  80 |2260 |8106 | 536 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
242.27/243.20	c   227s|119200 |  5950 |  2954k|  24.8 |   245M |  80 |2260 |8020 | 534 |  61k|  1 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
242.37/243.32	c   227s|119300 |  5954 |  2956k|  24.8 |   245M |  80 |2260 |8012 | 536 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
242.47/243.44	c   227s|119400 |  5952 |  2957k|  24.8 |   245M |  80 |2260 |8036 | 536 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
242.57/243.57	c   228s|119500 |  5946 |  2959k|  24.8 |   245M |  80 |2260 |8034 | 535 |  61k|  0 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
242.67/243.68	c   228s|119600 |  5954 |  2960k|  24.7 |   245M |  80 |2260 |8021 | 538 |  61k|  1 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
242.87/243.80	c   228s|119700 |  5951 |  2962k|  24.7 |   245M |  80 |2260 |8022 | 536 |  61k|  1 | 104k|  11 |-6.000000e+00 |      --      |    Inf | unknown
242.97/243.92	c   228s|119800 |  5952 |  2963k|  24.7 |   245M |  80 |2260 |8079 |   0 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
243.08/244.06	c   228s|119900 |  5954 |  2964k|  24.7 |   245M |  80 |2260 |8002 | 539 |  61k|  1 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
243.27/244.20	c   228s|120000 |  5960 |  2966k|  24.7 |   245M |  80 |2260 |8040 | 540 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
243.37/244.34	c   228s|120100 |  5960 |  2968k|  24.7 |   245M |  80 |2260 |8044 | 540 |  61k|  1 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
243.47/244.47	c   228s|120200 |  5952 |  2969k|  24.7 |   245M |  80 |2260 |8062 | 539 |  61k|  1 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
243.67/244.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
243.67/244.61	c   229s|120300 |  5951 |  2971k|  24.7 |   245M |  80 |2260 |8088 | 538 |  61k|  1 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
243.77/244.73	c   229s|120400 |  5953 |  2972k|  24.7 |   245M |  80 |2260 |8108 | 538 |  61k|  1 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
243.87/244.86	c   229s|120500 |  5951 |  2974k|  24.7 |   245M |  80 |2260 |8124 |   0 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
243.97/244.98	c   229s|120600 |  5953 |  2975k|  24.7 |   245M |  80 |2260 |8150 | 540 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
244.08/245.10	c   229s|120700 |  5954 |  2976k|  24.6 |   245M |  80 |2260 |8207 | 540 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
244.26/245.23	c   229s|120800 |  5950 |  2978k|  24.6 |   245M |  80 |2260 |8199 | 538 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
244.36/245.37	c   229s|120900 |  5952 |  2980k|  24.6 |   245M |  80 |2260 |8205 | 539 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
244.46/245.48	c   229s|121000 |  5956 |  2981k|  24.6 |   245M |  80 |2260 |8228 |   0 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
244.56/245.59	c   230s|121100 |  5949 |  2982k|  24.6 |   245M |  80 |2260 |8247 | 540 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
244.66/245.68	c   230s|121200 |  5955 |  2983k|  24.6 |   245M |  80 |2260 |8218 | 539 |  61k|  1 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
244.86/245.80	c   230s|121300 |  5949 |  2984k|  24.6 |   245M |  80 |2260 |8246 | 537 |  61k|  1 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
244.96/245.92	c   230s|121400 |  5945 |  2986k|  24.6 |   245M |  80 |2260 |8286 | 538 |  61k|  0 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
245.07/246.08	c   230s|121500 |  5945 |  2987k|  24.6 |   245M |  80 |2260 |8230 | 537 |  61k|  1 | 105k|  11 |-6.000000e+00 |      --      |    Inf | unknown
245.26/246.20	c   230s|121600 |  5945 |  2988k|  24.6 |   245M |  80 |2260 |8239 |   0 |  61k|  0 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
245.36/246.31	c   230s|121700 |  5944 |  2990k|  24.6 |   245M |  80 |2260 |8256 |   0 |  61k|  0 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
245.46/246.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
245.46/246.45	c   230s|121800 |  5946 |  2992k|  24.6 |   245M |  80 |2260 |8280 | 534 |  61k|  0 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
245.56/246.58	c   231s|121900 |  5950 |  2993k|  24.5 |   245M |  80 |2260 |8259 |   0 |  61k|  0 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
245.76/246.72	c   231s|122000 |  5951 |  2995k|  24.5 |   245M |  80 |2260 |8261 | 534 |  61k|  0 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
245.86/246.88	c   231s|122100 |  5946 |  2997k|  24.5 |   245M |  80 |2260 |8256 | 534 |  61k|  0 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
246.07/247.03	c   231s|122200 |  5948 |  3000k|  24.5 |   245M |  80 |2260 |8266 | 535 |  61k|  1 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
246.17/247.16	c   231s|122300 |  5942 |  3001k|  24.5 |   245M |  80 |2260 |8306 |   0 |  61k|  0 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
246.36/247.32	c   231s|122400 |  5938 |  3003k|  24.5 |   245M |  80 |2260 |8244 | 533 |  61k|  1 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
246.46/247.48	c   231s|122500 |  5943 |  3006k|  24.5 |   245M |  80 |2260 |7932 | 534 |  61k|  1 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
246.56/247.59	c   232s|122600 |  5944 |  3007k|  24.5 |   245M |  80 |2260 |7952 | 536 |  61k|  0 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
246.75/247.73	c   232s|122700 |  5944 |  3009k|  24.5 |   245M |  80 |2260 |7918 | 535 |  61k|  1 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
246.85/247.87	c   232s|122800 |  5939 |  3010k|  24.5 |   245M |  80 |2260 |7887 | 536 |  61k|  1 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
247.07/248.01	c   232s|122900 |  5935 |  3011k|  24.5 |   245M |  80 |2260 |7975 | 537 |  61k|  1 | 106k|  11 |-6.000000e+00 |      --      |    Inf | unknown
247.17/248.16	c   232s|123000 |  5935 |  3013k|  24.5 |   245M |  80 |2260 |7989 | 534 |  61k|  1 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
247.25/248.28	c   232s|123100 |  5941 |  3014k|  24.5 |   245M |  80 |2260 |8005 | 535 |  61k|  1 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
247.45/248.40	c   232s|123200 |  5941 |  3015k|  24.5 |   245M |  80 |2260 |8078 | 535 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
247.55/248.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
247.55/248.56	c   233s|123300 |  5941 |  3017k|  24.5 |   245M |  80 |2260 |8055 | 535 |  61k|  1 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
247.65/248.69	c   233s|123400 |  5935 |  3018k|  24.4 |   245M |  80 |2260 |8085 | 536 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
247.85/248.82	c   233s|123500 |  5934 |  3019k|  24.4 |   245M |  80 |2260 |8073 | 535 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
247.95/248.95	c   233s|123600 |  5936 |  3021k|  24.4 |   245M |  80 |2260 |8113 | 536 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
248.06/249.07	c   233s|123700 |  5935 |  3022k|  24.4 |   245M |  80 |2260 |8133 | 536 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
248.16/249.19	c   233s|123800 |  5933 |  3024k|  24.4 |   245M |  80 |2260 |8130 | 534 |  61k|  1 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
248.35/249.32	c   233s|123900 |  5937 |  3025k|  24.4 |   245M |  80 |2260 |8155 | 535 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
248.45/249.44	c   233s|124000 |  5940 |  3027k|  24.4 |   245M |  80 |2260 |8199 | 535 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
248.55/249.56	c   234s|124100 |  5937 |  3028k|  24.4 |   245M |  80 |2260 |8196 |   0 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
248.65/249.69	c   234s|124200 |  5925 |  3030k|  24.4 |   245M |  80 |2260 |8190 |   0 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
248.85/249.80	c   234s|124300 |  5926 |  3031k|  24.4 |   245M |  80 |2260 |8129 |   0 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
248.95/249.92	c   234s|124400 |  5917 |  3032k|  24.4 |   245M |  80 |2260 |8163 | 535 |  61k|  1 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
249.06/250.04	c   234s|124500 |  5915 |  3034k|  24.4 |   245M |  80 |2260 |8178 | 537 |  61k|  0 | 107k|  11 |-6.000000e+00 |      --      |    Inf | unknown
249.16/250.17	c   234s|124600 |  5915 |  3035k|  24.3 |   245M |  80 |2260 |8195 | 537 |  61k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
249.24/250.29	c   234s|124700 |  5909 |  3036k|  24.3 |   246M |  80 |2260 |8210 | 535 |  61k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
249.44/250.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
249.44/250.42	c   234s|124800 |  5912 |  3038k|  24.3 |   246M |  80 |2260 |8123 | 537 |  61k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
249.54/250.55	c   235s|124900 |  5914 |  3039k|  24.3 |   246M |  80 |2260 |8126 | 538 |  61k|  0 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
249.64/250.66	c   235s|125000 |  5916 |  3040k|  24.3 |   246M |  80 |2260 |8176 | 536 |  61k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
249.74/250.76	c   235s|125100 |  5910 |  3041k|  24.3 |   246M |  80 |2260 |8112 | 536 |  62k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
249.94/250.90	c   235s|125200 |  5915 |  3043k|  24.3 |   246M |  80 |2260 |8044 | 542 |  62k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
250.06/251.05	c   235s|125300 |  5919 |  3044k|  24.3 |   246M |  80 |2260 |8058 | 536 |  62k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
250.24/251.23	c   235s|125400 |  5913 |  3047k|  24.3 |   246M |  80 |2260 |8078 | 536 |  62k|  0 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
250.44/251.40	c   235s|125500 |  5921 |  3050k|  24.3 |   246M |  80 |2260 |8100 | 536 |  62k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
250.54/251.56	c   236s|125600 |  5921 |  3053k|  24.3 |   246M |  80 |2260 |8124 | 535 |  62k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
250.74/251.73	c   236s|125700 |  5921 |  3056k|  24.3 |   246M |  80 |2260 |8124 | 536 |  62k|  0 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
250.94/251.91	c   236s|125800 |  5915 |  3059k|  24.3 |   246M |  80 |2260 |8143 | 535 |  62k|  0 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
251.05/252.05	c   236s|125900 |  5918 |  3060k|  24.3 |   246M |  80 |2260 |8150 | 536 |  62k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
251.15/252.18	c   236s|126000 |  5910 |  3062k|  24.3 |   246M |  80 |2260 |8109 | 534 |  62k|  0 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
251.34/252.32	c   236s|126100 |  5914 |  3064k|  24.3 |   246M |  80 |2260 |8063 |   0 |  62k|  0 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
251.44/252.48	c   236s|126200 |  5917 |  3065k|  24.3 |   246M |  80 |2260 |8019 | 533 |  62k|  1 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
251.64/252.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
251.64/252.61	c   237s|126300 |  5925 |  3067k|  24.3 |   246M |  80 |2260 |8033 | 532 |  62k|  0 | 108k|  11 |-6.000000e+00 |      --      |    Inf | unknown
251.74/252.75	c   237s|126400 |  5929 |  3068k|  24.3 |   246M |  80 |2260 |8097 | 534 |  62k|  0 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
251.83/252.88	c   237s|126500 |  5931 |  3070k|  24.3 |   246M |  80 |2260 |8098 | 532 |  62k|  1 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
251.93/253.01	c   237s|126600 |  5926 |  3071k|  24.3 |   246M |  80 |2260 |8133 | 534 |  62k|  1 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
252.15/253.12	c   237s|126700 |  5926 |  3072k|  24.2 |   246M |  80 |2260 |8243 | 535 |  62k|  0 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
252.23/253.25	c   237s|126800 |  5927 |  3074k|  24.2 |   246M |  80 |2260 |8287 | 536 |  62k|  0 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
252.33/253.36	c   237s|126900 |  5931 |  3075k|  24.2 |   246M |  80 |2260 |8285 | 535 |  62k|  0 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
252.43/253.50	c   237s|127000 |  5935 |  3076k|  24.2 |   246M |  80 |2260 |8309 | 535 |  62k|  0 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
252.53/253.59	c   238s|127100 |  5941 |  3077k|  24.2 |   246M |  80 |2260 |8360 | 538 |  62k|  1 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
252.73/253.71	c   238s|127200 |  5939 |  3079k|  24.2 |   246M |  80 |2260 |8440 | 535 |  62k|  0 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
252.83/253.85	c   238s|127300 |  5939 |  3081k|  24.2 |   246M |  80 |2260 |8423 | 539 |  62k|  2 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
252.93/253.98	c   238s|127400 |  5939 |  3082k|  24.2 |   246M |  80 |2260 |8418 | 536 |  62k|  1 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
253.04/254.10	c   238s|127500 |  5942 |  3084k|  24.2 |   246M |  80 |2260 |8457 | 537 |  62k|  1 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
253.23/254.24	c   238s|127600 |  5934 |  3086k|  24.2 |   246M |  80 |2260 |8378 | 533 |  62k|  1 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
253.33/254.36	c   238s|127700 |  5940 |  3087k|  24.2 |   246M |  80 |2260 |8376 | 536 |  62k|  1 | 109k|  11 |-6.000000e+00 |      --      |    Inf | unknown
253.43/254.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
253.43/254.46	c   238s|127800 |  5938 |  3088k|  24.2 |   246M |  80 |2260 |8390 | 535 |  62k|  2 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
253.53/254.56	c   239s|127900 |  5935 |  3089k|  24.1 |   246M |  80 |2260 |8436 | 538 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
253.63/254.68	c   239s|128000 |  5945 |  3091k|  24.1 |   247M |  80 |2260 |8415 | 535 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
253.73/254.79	c   239s|128100 |  5942 |  3092k|  24.1 |   247M |  80 |2260 |8428 | 535 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
253.93/254.94	c   239s|128200 |  5941 |  3094k|  24.1 |   247M |  80 |2260 |8374 | 535 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.04/255.07	c   239s|128300 |  5948 |  3096k|  24.1 |   247M |  80 |2260 |8404 | 535 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.14/255.18	c   239s|128400 |  5956 |  3098k|  24.1 |   247M |  80 |2260 |8428 | 535 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.23/255.28	c   239s|128500 |  5959 |  3099k|  24.1 |   247M |  80 |2260 |8470 |   0 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.33/255.39	c   239s|128600 |  5956 |  3100k|  24.1 |   247M |  80 |2260 |8486 | 535 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.52/255.52	c   239s|128700 |  5944 |  3102k|  24.1 |   247M |  80 |2260 |8472 | 535 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.62/255.63	c   240s|128800 |  5946 |  3103k|  24.1 |   247M |  80 |2260 |8474 |   0 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.72/255.74	c   240s|128900 |  5952 |  3105k|  24.1 |   247M |  80 |2260 |8491 | 534 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.82/255.85	c   240s|129000 |  5954 |  3106k|  24.1 |   247M |  80 |2260 |8164 | 536 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
254.92/255.98	c   240s|129100 |  5954 |  3107k|  24.1 |   247M |  80 |2260 |8108 | 534 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
255.04/256.10	c   240s|129200 |  5962 |  3109k|  24.1 |   247M |  80 |2260 |8101 | 534 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
255.22/256.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
255.22/256.23	c   240s|129300 |  5954 |  3111k|  24.0 |   247M |  80 |2260 |8115 | 537 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
255.32/256.36	c   240s|129400 |  5944 |  3113k|  24.0 |   247M |  80 |2260 |8093 |   0 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
255.42/256.49	c   240s|129500 |  5948 |  3114k|  24.0 |   247M |  80 |2260 |8132 | 535 |  62k|  2 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
255.62/256.63	c   241s|129600 |  5945 |  3116k|  24.0 |   247M |  80 |2260 |8141 |   0 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
255.72/256.79	c   241s|129700 |  5967 |  3118k|  24.0 |   247M |  80 |2260 |8006 | 535 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
255.92/256.91	c   241s|129800 |  5967 |  3120k|  24.0 |   247M |  80 |2260 |8001 | 533 |  62k|  1 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
256.03/257.04	c   241s|129900 |  5962 |  3121k|  24.0 |   247M |  80 |2260 |8018 | 535 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
256.13/257.16	c   241s|130000 |  5962 |  3123k|  24.0 |   247M |  80 |2260 |8016 | 532 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
256.22/257.29	c   241s|130100 |  5964 |  3125k|  24.0 |   247M |  80 |2260 |7999 | 532 |  62k|  0 | 110k|  11 |-6.000000e+00 |      --      |    Inf | unknown
256.42/257.44	c   241s|130200 |  5966 |  3127k|  24.0 |   247M |  80 |2260 |7927 | 533 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
256.52/257.56	c   242s|130300 |  5970 |  3129k|  24.0 |   247M |  80 |2260 |7936 |   0 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
256.62/257.67	c   242s|130400 |  5968 |  3130k|  24.0 |   247M |  80 |2260 |7953 | 533 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
256.82/257.82	c   242s|130500 |  5970 |  3132k|  24.0 |   247M |  80 |2260 |7911 |   0 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
256.92/257.95	c   242s|130600 |  5966 |  3134k|  24.0 |   247M |  80 |2260 |7852 | 532 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.03/258.07	c   242s|130700 |  5965 |  3136k|  24.0 |   247M |  80 |2260 |7872 |   0 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.21/258.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
257.21/258.22	c   242s|130800 |  5967 |  3138k|  24.0 |   247M |  80 |2260 |7875 | 534 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.31/258.36	c   242s|130900 |  5968 |  3140k|  24.0 |   247M |  80 |2260 |7880 | 534 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.41/258.47	c   242s|131000 |  5971 |  3141k|  24.0 |   247M |  80 |2260 |7888 | 534 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.51/258.59	c   243s|131100 |  5969 |  3142k|  24.0 |   247M |  80 |2260 |7884 | 534 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.61/258.69	c   243s|131200 |  5979 |  3144k|  24.0 |   247M |  80 |2260 |7881 | 534 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.71/258.78	c   243s|131300 |  5977 |  3145k|  23.9 |   247M |  80 |2260 |7880 | 534 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.81/258.87	c   243s|131400 |  5987 |  3146k|  23.9 |   247M |  80 |2260 |7889 | 534 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
257.91/259.00	c   243s|131500 |  5973 |  3147k|  23.9 |   247M |  80 |2260 |7547 | 534 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
258.13/259.12	c   243s|131600 |  5975 |  3148k|  23.9 |   247M |  80 |2260 |7568 | 535 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
258.21/259.24	c   243s|131700 |  5979 |  3150k|  23.9 |   247M |  80 |2260 |7338 | 534 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
258.31/259.36	c   243s|131800 |  5975 |  3151k|  23.9 |   247M |  80 |2260 |7370 | 535 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
258.41/259.49	c   243s|131900 |  5973 |  3153k|  23.9 |   247M |  80 |2260 |7349 | 537 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
258.61/259.62	c   244s|132000 |  5973 |  3154k|  23.9 |   247M |  80 |2260 |7354 | 537 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
258.71/259.76	c   244s|132100 |  5967 |  3156k|  23.9 |   247M |  80 |2260 |7289 | 532 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
258.81/259.89	c   244s|132200 |  5971 |  3158k|  23.9 |   247M |  80 |2260 |7312 | 534 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.02/260.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
259.02/260.02	c   244s|132300 |  5963 |  3159k|  23.9 |   247M |  80 |2260 |7320 | 532 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.12/260.15	c   244s|132400 |  5961 |  3162k|  23.9 |   247M |  80 |2260 |7345 | 535 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.21/260.28	c   244s|132500 |  5965 |  3163k|  23.9 |   247M |  80 |2260 |7354 | 533 |  62k|  2 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.41/260.40	c   244s|132600 |  5964 |  3165k|  23.9 |   247M |  80 |2260 |7249 | 533 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.51/260.50	c   244s|132700 |  5972 |  3166k|  23.8 |   247M |  80 |2260 |7246 | 535 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.61/260.60	c   245s|132800 |  5967 |  3166k|  23.8 |   247M |  80 |2260 |7262 | 536 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.71/260.70	c   245s|132900 |  5963 |  3167k|  23.8 |   247M |  80 |2260 |7269 | 535 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.80/260.85	c   245s|133000 |  5971 |  3169k|  23.8 |   247M |  80 |2260 |7120 | 533 |  62k|  1 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
259.90/260.99	c   245s|133100 |  5969 |  3171k|  23.8 |   247M |  80 |2260 |7114 | 532 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
260.02/261.11	c   245s|133200 |  5969 |  3172k|  23.8 |   247M |  80 |2260 |7126 | 532 |  62k|  0 | 111k|  11 |-6.000000e+00 |      --      |    Inf | unknown
260.20/261.24	c   245s|133300 |  5965 |  3174k|  23.8 |   247M |  80 |2260 |6972 |   0 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
260.30/261.37	c   245s|133400 |  5965 |  3175k|  23.8 |   247M |  80 |2260 |6988 | 535 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
260.40/261.49	c   245s|133500 |  5965 |  3177k|  23.8 |   247M |  80 |2260 |7014 | 536 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
260.60/261.62	c   246s|133600 |  5964 |  3179k|  23.8 |   247M |  80 |2260 |7039 |   0 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
260.70/261.74	c   246s|133700 |  5967 |  3180k|  23.8 |   247M |  80 |2260 |7025 | 535 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
260.80/261.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
260.80/261.87	c   246s|133800 |  5967 |  3182k|  23.8 |   247M |  80 |2260 |7027 | 536 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
260.90/262.00	c   246s|133900 |  5965 |  3184k|  23.8 |   247M |  80 |2260 |7049 | 535 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
261.11/262.12	c   246s|134000 |  5966 |  3185k|  23.8 |   247M |  80 |2260 |6911 | 537 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
261.20/262.25	c   246s|134100 |  5961 |  3187k|  23.8 |   247M |  80 |2260 |6892 |   0 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
261.30/262.38	c   246s|134200 |  5967 |  3188k|  23.7 |   247M |  80 |2260 |6908 | 533 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
261.50/262.51	c   246s|134300 |  5969 |  3190k|  23.7 |   247M |  80 |2260 |6906 | 534 |  62k|  2 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
261.60/262.63	c   247s|134400 |  5973 |  3191k|  23.7 |   247M |  80 |2260 |6900 |   0 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
261.70/262.75	c   247s|134500 |  5982 |  3193k|  23.7 |   247M |  80 |2260 |6895 | 534 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
261.80/262.89	c   247s|134600 |  5978 |  3195k|  23.7 |   247M |  80 |2260 |6889 | 532 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.01/263.03	c   247s|134700 |  5979 |  3197k|  23.7 |   247M |  80 |2260 |6804 | 536 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.11/263.14	c   247s|134800 |  5981 |  3198k|  23.7 |   247M |  80 |2260 |6778 | 536 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.20/263.23	c   247s|134900 |  5983 |  3199k|  23.7 |   247M |  80 |2260 |6778 | 536 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.30/263.31	c   247s|135000 |  5987 |  3200k|  23.7 |   247M |  80 |2260 |6781 | 537 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.40/263.40	c   247s|135100 |  5983 |  3201k|  23.7 |   247M |  80 |2260 |6782 |   0 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.40/263.48	c   247s|135200 |  5985 |  3201k|  23.7 |   247M |  80 |2260 |6800 | 537 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.49/263.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
262.49/263.56	c   248s|135300 |  5982 |  3202k|  23.7 |   247M |  80 |2260 |6832 | 537 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.59/263.64	c   248s|135400 |  5986 |  3203k|  23.6 |   247M |  80 |2260 |6848 |   0 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.69/263.72	c   248s|135500 |  5989 |  3203k|  23.6 |   247M |  80 |2260 |6861 |   0 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.79/263.80	c   248s|135600 |  5986 |  3204k|  23.6 |   247M |  80 |2260 |6867 | 537 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.79/263.89	c   248s|135700 |  5982 |  3204k|  23.6 |   247M |  80 |2260 |6877 | 537 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
262.89/263.97	c   248s|135800 |  5984 |  3205k|  23.6 |   247M |  80 |2260 |6887 | 537 |  62k|  1 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
263.01/264.06	c   248s|135900 |  5979 |  3206k|  23.6 |   247M |  80 |2260 |6881 | 537 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
263.11/264.15	c   248s|136000 |  5976 |  3207k|  23.6 |   247M |  80 |2260 |6896 | 537 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
263.19/264.27	c   248s|136100 |  5978 |  3208k|  23.6 |   247M |  80 |2260 |6870 | 537 |  62k|  0 | 112k|  11 |-6.000000e+00 |      --      |    Inf | unknown
263.39/264.49	c   248s|136200 |  5981 |  3210k|  23.6 |   247M |  80 |2260 |6752 |   0 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
263.59/264.62	c   249s|136300 |  5997 |  3212k|  23.6 |   247M |  80 |2260 |6777 | 534 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
263.69/264.79	c   249s|136400 |  5981 |  3215k|  23.6 |   247M |  80 |2260 |6730 | 538 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
263.89/264.92	c   249s|136500 |  5988 |  3217k|  23.6 |   247M |  80 |2260 |6661 | 534 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
264.00/265.06	c   249s|136600 |  5986 |  3219k|  23.6 |   247M |  80 |2260 |6602 | 535 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
264.10/265.19	c   249s|136700 |  5984 |  3220k|  23.5 |   247M |  80 |2260 |6618 | 534 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
264.29/265.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
264.29/265.31	c   249s|136800 |  5977 |  3221k|  23.5 |   247M |  80 |2260 |6615 | 533 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
264.39/265.44	c   249s|136900 |  5977 |  3223k|  23.5 |   247M |  80 |2260 |6617 | 534 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
264.49/265.58	c   250s|137000 |  5976 |  3225k|  23.5 |   247M |  80 |2260 |6654 | 534 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
264.69/265.71	c   250s|137100 |  5976 |  3227k|  23.5 |   247M |  80 |2260 |6638 | 534 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
264.79/265.83	c   250s|137200 |  5982 |  3228k|  23.5 |   247M |  80 |2260 |6653 | 534 |  62k|  2 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
264.89/265.96	c   250s|137300 |  5980 |  3230k|  23.5 |   247M |  80 |2260 |6683 | 533 |  62k|  2 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
265.00/266.08	c   250s|137400 |  5976 |  3231k|  23.5 |   247M |  80 |2260 |6739 |   0 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
265.18/266.20	c   250s|137500 |  5976 |  3232k|  23.5 |   247M |  80 |2260 |6749 |   0 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
265.28/266.32	c   250s|137600 |  5978 |  3234k|  23.5 |   247M |  80 |2260 |6754 | 532 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
265.38/266.45	c   250s|137700 |  5974 |  3236k|  23.5 |   247M |  80 |2260 |6746 | 534 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
265.58/266.60	c   251s|137800 |  5968 |  3238k|  23.5 |   247M |  80 |2260 |6740 | 538 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
265.68/266.74	c   251s|137900 |  5985 |  3239k|  23.5 |   247M |  80 |2260 |6718 | 533 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
265.78/266.89	c   251s|138000 |  5990 |  3241k|  23.5 |   247M |  80 |2260 |6710 | 535 |  62k|  0 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.00/267.01	c   251s|138100 |  5993 |  3242k|  23.5 |   247M |  80 |2260 |6725 | 534 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.10/267.15	c   251s|138200 |  5984 |  3244k|  23.5 |   247M |  80 |2260 |6743 | 534 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.18/267.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
266.18/267.28	c   251s|138300 |  5990 |  3245k|  23.5 |   247M |  80 |2260 |6761 | 535 |  62k|  1 | 113k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.28/267.38	c   251s|138400 |  5988 |  3246k|  23.4 |   247M |  80 |2260 |6804 | 535 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.38/267.48	c   251s|138500 |  5990 |  3247k|  23.4 |   247M |  80 |2260 |6823 | 534 |  62k|  0 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.58/267.60	c   252s|138600 |  5988 |  3248k|  23.4 |   247M |  80 |2260 |6854 |   0 |  62k|  0 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.68/267.72	c   252s|138700 |  5988 |  3250k|  23.4 |   247M |  80 |2260 |6812 | 535 |  62k|  0 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.78/267.83	c   252s|138800 |  5985 |  3251k|  23.4 |   247M |  80 |2260 |6807 | 534 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.88/267.95	c   252s|138900 |  5980 |  3253k|  23.4 |   247M |  80 |2260 |6808 | 533 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
266.99/268.07	c   252s|139000 |  5984 |  3254k|  23.4 |   247M |  80 |2260 |6821 | 534 |  62k|  0 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
267.09/268.17	c   252s|139100 |  5988 |  3254k|  23.4 |   247M |  80 |2260 |6833 | 535 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
267.18/268.26	c   252s|139200 |  5984 |  3255k|  23.4 |   247M |  80 |2260 |6870 | 534 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
267.38/268.40	c   252s|139300 |  5990 |  3257k|  23.4 |   247M |  80 |2260 |6867 |   0 |  62k|  0 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
267.47/268.50	c   252s|139400 |  5988 |  3258k|  23.4 |   247M |  80 |2260 |6877 |   0 |  62k|  0 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
267.57/268.64	c   253s|139500 |  5991 |  3260k|  23.4 |   247M |  80 |2260 |6879 | 534 |  62k|  0 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
267.67/268.78	c   253s|139600 |  5996 |  3262k|  23.4 |   247M |  80 |2260 |6868 | 534 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
267.87/268.90	c   253s|139700 |  5998 |  3263k|  23.3 |   247M |  80 |2260 |6817 | 534 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
267.99/269.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.99/269.03	c   253s|139800 |  5992 |  3264k|  23.3 |   247M |  80 |2260 |6835 | 533 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.09/269.15	c   253s|139900 |  5990 |  3264k|  23.3 |   247M |  80 |2260 |6943 | 533 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.17/269.27	c   253s|140000 |  5998 |  3265k|  23.3 |   247M |  80 |2260 |6953 | 534 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.27/269.36	c   253s|140100 |  5995 |  3266k|  23.3 |   247M |  80 |2260 |6991 | 534 |  62k|  1 | 114k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.37/269.49	c   253s|140200 |  5995 |  3267k|  23.3 |   247M |  80 |2260 |7031 | 534 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.47/269.59	c   254s|140300 |  5993 |  3268k|  23.3 |   247M |  80 |2260 |7036 | 534 |  62k|  0 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.57/269.69	c   254s|140400 |  5993 |  3269k|  23.3 |   247M |  80 |2260 |7054 |   0 |  62k|  0 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.77/269.83	c   254s|140500 |  5995 |  3272k|  23.3 |   247M |  80 |2260 |6923 | 533 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.87/269.96	c   254s|140600 |  5999 |  3273k|  23.3 |   247M |  80 |2260 |6899 | 534 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
268.98/270.10	c   254s|140700 |  6000 |  3275k|  23.3 |   247M |  80 |2260 |6865 | 534 |  62k|  2 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
269.17/270.21	c   254s|140800 |  6000 |  3277k|  23.3 |   247M |  80 |2260 |6849 | 534 |  62k|  0 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
269.27/270.33	c   254s|140900 |  6002 |  3278k|  23.3 |   247M |  80 |2260 |6863 | 534 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
269.37/270.43	c   254s|141000 |  6006 |  3279k|  23.2 |   247M |  80 |2260 |6909 | 534 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
269.47/270.53	c   255s|141100 |  6005 |  3279k|  23.2 |   247M |  80 |2260 |6914 | 534 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
269.57/270.63	c   255s|141200 |  6005 |  3280k|  23.2 |   247M |  80 |2260 |6926 | 534 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
269.67/270.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
269.67/270.77	c   255s|141300 |  5997 |  3282k|  23.2 |   247M |  80 |2260 |6839 | 534 |  62k|  0 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
269.87/270.90	c   255s|141400 |  5997 |  3284k|  23.2 |   247M |  80 |2260 |6849 | 533 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
269.98/271.04	c   255s|141500 |  6000 |  3285k|  23.2 |   247M |  80 |2260 |6767 |   0 |  62k|  0 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
270.08/271.16	c   255s|141600 |  5997 |  3286k|  23.2 |   247M |  80 |2260 |6763 | 534 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
270.26/271.30	c   255s|141700 |  6001 |  3288k|  23.2 |   247M |  80 |2260 |6723 | 534 |  62k|  0 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
270.36/271.46	c   255s|141800 |  5999 |  3290k|  23.2 |   247M |  80 |2260 |6713 | 536 |  62k|  0 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
270.46/271.59	c   256s|141900 |  5998 |  3292k|  23.2 |   247M |  80 |2260 |6692 |   0 |  62k|  0 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
270.66/271.73	c   256s|142000 |  5992 |  3294k|  23.2 |   247M |  80 |2260 |6544 | 536 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
270.76/271.86	c   256s|142100 |  5996 |  3295k|  23.2 |   247M |  80 |2260 |6608 | 537 |  62k|  1 | 115k|  11 |-6.000000e+00 |      --      |    Inf | unknown
270.86/271.99	c   256s|142200 |  5992 |  3297k|  23.2 |   247M |  80 |2260 |6628 | 536 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
271.07/272.12	c   256s|142300 |  5987 |  3299k|  23.2 |   247M |  80 |2260 |6528 | 536 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
271.16/272.28	c   256s|142400 |  5983 |  3301k|  23.2 |   247M |  80 |2260 |6431 | 534 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
271.36/272.43	c   256s|142500 |  5983 |  3303k|  23.2 |   247M |  80 |2260 |6415 | 534 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
271.46/272.57	c   257s|142600 |  5990 |  3305k|  23.2 |   247M |  80 |2260 |6437 | 534 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
271.66/272.71	c   257s|142700 |  5988 |  3307k|  23.2 |   247M |  80 |2260 |6470 | 532 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
271.76/272.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
271.76/272.84	c   257s|142800 |  6000 |  3308k|  23.2 |   247M |  80 |2260 |6487 | 533 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
271.86/272.98	c   257s|142900 |  5997 |  3310k|  23.2 |   247M |  80 |2260 |6506 | 534 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
272.07/273.12	c   257s|143000 |  6005 |  3312k|  23.2 |   247M |  80 |2260 |6503 | 533 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
272.16/273.26	c   257s|143100 |  6001 |  3313k|  23.1 |   247M |  80 |2260 |6534 | 533 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
272.36/273.40	c   257s|143200 |  5999 |  3316k|  23.1 |   247M |  80 |2260 |6533 | 534 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
272.46/273.53	c   258s|143300 |  5995 |  3317k|  23.1 |   247M |  80 |2260 |6521 | 533 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
272.55/273.68	c   258s|143400 |  5989 |  3320k|  23.1 |   247M |  80 |2260 |6530 | 533 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
272.75/273.81	c   258s|143500 |  5980 |  3322k|  23.1 |   247M |  80 |2260 |6549 | 534 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
272.85/273.95	c   258s|143600 |  5988 |  3324k|  23.1 |   247M |  80 |2260 |6565 | 532 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
272.97/274.08	c   258s|143700 |  5993 |  3325k|  23.1 |   247M |  80 |2260 |6607 | 532 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
273.15/274.21	c   258s|143800 |  5991 |  3326k|  23.1 |   247M |  80 |2260 |6667 | 532 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
273.25/274.34	c   258s|143900 |  5992 |  3328k|  23.1 |   247M |  80 |2260 |6720 | 533 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
273.35/274.45	c   258s|144000 |  5990 |  3329k|  23.1 |   247M |  80 |2260 |6770 | 533 |  62k|  1 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
273.45/274.56	c   259s|144100 |  5988 |  3330k|  23.1 |   247M |  80 |2260 |6771 | 532 |  62k|  0 | 116k|  11 |-6.000000e+00 |      --      |    Inf | unknown
273.55/274.69	c   259s|144200 |  5990 |  3331k|  23.1 |   247M |  80 |2260 |6829 | 533 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
273.75/274.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
273.75/274.83	c   259s|144300 |  5988 |  3333k|  23.1 |   247M |  80 |2260 |6766 | 533 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
273.85/274.97	c   259s|144400 |  5985 |  3335k|  23.1 |   247M |  80 |2260 |6698 | 533 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
273.96/275.10	c   259s|144500 |  5978 |  3337k|  23.1 |   247M |  80 |2260 |6670 | 533 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
274.15/275.26	c   259s|144600 |  5984 |  3339k|  23.1 |   247M |  80 |2260 |6644 | 536 |  62k|  2 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
274.35/275.41	c   259s|144700 |  5983 |  3341k|  23.1 |   247M |  80 |2260 |6659 | 534 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
274.45/275.52	c   259s|144800 |  5987 |  3342k|  23.1 |   247M |  80 |2260 |6713 | 534 |  62k|  1 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
274.55/275.61	c   260s|144900 |  5986 |  3343k|  23.1 |   247M |  80 |2260 |6753 |   0 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
274.65/275.71	c   260s|145000 |  5986 |  3344k|  23.1 |   247M |  80 |2260 |6743 |   0 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
274.75/275.82	c   260s|145100 |  5984 |  3345k|  23.0 |   247M |  80 |2260 |6759 | 534 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
274.85/275.92	c   260s|145200 |  5982 |  3345k|  23.0 |   247M |  80 |2260 |6767 | 534 |  62k|  1 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
274.96/276.06	c   260s|145300 |  5986 |  3348k|  23.0 |   247M |  80 |2260 |6770 | 534 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
275.06/276.16	c   260s|145400 |  5988 |  3349k|  23.0 |   247M |  80 |2260 |6780 | 534 |  62k|  1 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
275.14/276.26	c   260s|145500 |  5982 |  3350k|  23.0 |   247M |  80 |2260 |6796 |   0 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
275.24/276.33	c   260s|145600 |  5982 |  3351k|  23.0 |   247M |  80 |2260 |6849 | 534 |  62k|  1 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
275.34/276.47	c   260s|145700 |  5986 |  3352k|  23.0 |   247M |  80 |2260 |6852 |   0 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
275.44/276.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
275.44/276.59	c   261s|145800 |  5986 |  3353k|  23.0 |   247M |  80 |2260 |6927 | 534 |  62k|  1 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
275.64/276.72	c   261s|145900 |  5982 |  3355k|  23.0 |   247M |  80 |2260 |6874 | 534 |  62k|  0 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
275.74/276.84	c   261s|146000 |  5982 |  3356k|  23.0 |   247M |  80 |2260 |6871 | 534 |  62k|  1 | 117k|  11 |-6.000000e+00 |      --      |    Inf | unknown
275.84/276.97	c   261s|146100 |  5981 |  3357k|  23.0 |   247M |  80 |2260 |6829 | 534 |  62k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
276.05/277.15	c   261s|146200 |  5993 |  3359k|  23.0 |   247M |  80 |2260 |6794 | 534 |  62k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
276.24/277.32	c   261s|146300 |  5995 |  3361k|  23.0 |   247M |  80 |2260 |6785 | 534 |  62k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
276.34/277.45	c   261s|146400 |  5993 |  3363k|  23.0 |   247M |  80 |2260 |6792 | 538 |  62k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
276.44/277.58	c   262s|146500 |  5995 |  3365k|  23.0 |   247M |  80 |2260 |6862 | 539 |  62k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
276.74/277.80	c   262s|146600 |  5996 |  3366k|  23.0 |   247M |  80 |2260 |6901 | 540 |  62k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
276.84/277.95	c   262s|146700 |  5992 |  3368k|  23.0 |   247M |  80 |2260 |6875 | 539 |  62k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
276.95/278.06	c   262s|146800 |  5995 |  3370k|  22.9 |   247M |  80 |2260 |6867 | 537 |  62k|  2 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
277.14/278.21	c   262s|146900 |  5991 |  3372k|  22.9 |   247M |  80 |2260 |6755 | 537 |  62k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
277.24/278.35	c   262s|147000 |  5987 |  3373k|  22.9 |   247M |  80 |2260 |6757 | 539 |  62k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
277.44/278.51	c   262s|147100 |  5988 |  3375k|  22.9 |   247M |  80 |2260 |6659 | 538 |  62k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
277.54/278.68	c   263s|147200 |  5982 |  3378k|  22.9 |   247M |  80 |2260 |6521 | 538 |  62k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
277.73/278.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
277.73/278.85	c   263s|147300 |  5985 |  3380k|  22.9 |   247M |  80 |2260 |6506 | 537 |  62k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
277.95/279.02	c   263s|147400 |  5979 |  3382k|  22.9 |   247M |  80 |2260 |6429 | 536 |  62k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.05/279.13	c   263s|147500 |  5993 |  3384k|  22.9 |   247M |  80 |2260 |6431 | 534 |  62k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.13/279.24	c   263s|147600 |  5998 |  3385k|  22.9 |   247M |  80 |2260 |6460 | 534 |  63k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.23/279.35	c   263s|147700 |  6004 |  3386k|  22.9 |   247M |  80 |2260 |6487 |   0 |  63k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.33/279.45	c   263s|147800 |  6006 |  3387k|  22.9 |   247M |  80 |2260 |6516 | 535 |  63k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.43/279.57	c   264s|147900 |  6008 |  3388k|  22.9 |   247M |  80 |2260 |6546 | 534 |  63k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.53/279.68	c   264s|148000 |  6015 |  3389k|  22.9 |   247M |  80 |2260 |6562 | 537 |  63k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.73/279.80	c   264s|148100 |  6020 |  3390k|  22.9 |   248M |  80 |2260 |6559 | 535 |  63k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.83/279.90	c   264s|148200 |  6026 |  3391k|  22.9 |   248M |  80 |2260 |6560 | 535 |  63k|  1 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
278.94/280.02	c   264s|148300 |  6024 |  3392k|  22.9 |   248M |  80 |2260 |6573 | 535 |  63k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
279.04/280.14	c   264s|148400 |  6027 |  3393k|  22.9 |   248M |  80 |2260 |6577 | 535 |  63k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
279.13/280.27	c   264s|148500 |  6022 |  3394k|  22.8 |   248M |  80 |2260 |6569 |   0 |  63k|  0 | 118k|  11 |-6.000000e+00 |      --      |    Inf | unknown
279.23/280.39	c   264s|148600 |  6022 |  3395k|  22.8 |   248M |  80 |2260 |6576 | 535 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
279.43/280.50	c   264s|148700 |  6026 |  3396k|  22.8 |   248M |  80 |2260 |6608 | 535 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
279.53/280.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
279.53/280.63	c   265s|148800 |  6018 |  3397k|  22.8 |   248M |  80 |2260 |6589 | 536 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
279.63/280.75	c   265s|148900 |  6011 |  3399k|  22.8 |   248M |  80 |2260 |6571 | 535 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
279.73/280.88	c   265s|149000 |  6012 |  3400k|  22.8 |   248M |  80 |2260 |6582 | 536 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
279.83/281.01	c   265s|149100 |  6009 |  3401k|  22.8 |   248M |  80 |2260 |6583 | 537 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
280.04/281.11	c   265s|149200 |  6012 |  3402k|  22.8 |   248M |  80 |2260 |6597 | 535 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
280.13/281.24	c   265s|149300 |  5998 |  3403k|  22.8 |   248M |  80 |2260 |6592 | 537 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
280.23/281.37	c   265s|149400 |  5990 |  3405k|  22.8 |   248M |  80 |2260 |6600 | 535 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
280.33/281.48	c   265s|149500 |  5986 |  3406k|  22.8 |   248M |  80 |2260 |6588 | 537 |  63k|  2 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
280.52/281.62	c   266s|149600 |  5982 |  3407k|  22.8 |   248M |  80 |2260 |6583 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
280.62/281.75	c   266s|149700 |  5992 |  3409k|  22.8 |   248M |  80 |2260 |6582 | 536 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
280.72/281.87	c   266s|149800 |  5994 |  3411k|  22.8 |   248M |  80 |2260 |6569 | 536 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
280.94/282.01	c   266s|149900 |  5996 |  3412k|  22.8 |   248M |  80 |2260 |6584 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.04/282.14	c   266s|150000 |  5990 |  3414k|  22.8 |   248M |  80 |2260 |6580 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.12/282.26	c   266s|150100 |  5990 |  3416k|  22.8 |   248M |  80 |2260 |6587 | 536 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.22/282.39	c   266s|150200 |  5990 |  3418k|  22.7 |   248M |  80 |2260 |6597 | 536 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.42/282.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
281.42/282.52	c   266s|150300 |  5986 |  3420k|  22.7 |   248M |  80 |2260 |6608 | 536 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.52/282.62	c   267s|150400 |  5986 |  3421k|  22.7 |   248M |  80 |2260 |6606 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.62/282.71	c   267s|150500 |  5994 |  3422k|  22.7 |   248M |  80 |2260 |6605 | 535 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.72/282.82	c   267s|150600 |  5997 |  3423k|  22.7 |   248M |  80 |2260 |6630 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.82/282.94	c   267s|150700 |  6000 |  3424k|  22.7 |   248M |  80 |2260 |6662 | 534 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
281.93/283.06	c   267s|150800 |  5998 |  3425k|  22.7 |   248M |  80 |2260 |6670 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
282.03/283.17	c   267s|150900 |  5996 |  3427k|  22.7 |   248M |  80 |2260 |6673 | 535 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
282.12/283.28	c   267s|151000 |  5996 |  3428k|  22.7 |   248M |  80 |2260 |6685 | 538 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
282.32/283.41	c   267s|151100 |  5990 |  3429k|  22.7 |   248M |  80 |2260 |6690 | 535 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
282.42/283.52	c   267s|151200 |  6000 |  3430k|  22.7 |   248M |  80 |2260 |6701 | 537 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
282.52/283.64	c   268s|151300 |  5993 |  3432k|  22.7 |   248M |  80 |2260 |6707 | 535 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
282.62/283.76	c   268s|151400 |  5989 |  3433k|  22.7 |   248M |  80 |2260 |6715 | 535 |  63k|  0 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
282.72/283.88	c   268s|151500 |  5995 |  3435k|  22.7 |   248M |  80 |2260 |6713 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
282.82/284.00	c   268s|151600 |  5993 |  3437k|  22.7 |   248M |  80 |2260 |6732 | 535 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.03/284.11	c   268s|151700 |  5995 |  3438k|  22.7 |   248M |  80 |2260 |6715 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.11/284.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
283.11/284.22	c   268s|151800 |  5993 |  3439k|  22.6 |   248M |  80 |2260 |6722 | 534 |  63k|  1 | 119k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.21/284.33	c   268s|151900 |  5988 |  3441k|  22.6 |   248M |  80 |2260 |6747 | 535 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.31/284.45	c   268s|152000 |  5992 |  3442k|  22.6 |   248M |  80 |2260 |6737 | 534 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.41/284.57	c   269s|152100 |  5986 |  3444k|  22.6 |   248M |  80 |2260 |6722 | 535 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.51/284.69	c   269s|152200 |  5984 |  3446k|  22.6 |   248M |  80 |2260 |6721 | 535 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.71/284.85	c   269s|152300 |  5975 |  3448k|  22.6 |   248M |  80 |2260 |6643 | 535 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.81/284.98	c   269s|152400 |  5976 |  3450k|  22.6 |   248M |  80 |2260 |6648 | 536 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
283.93/285.10	c   269s|152500 |  5980 |  3451k|  22.6 |   248M |  80 |2260 |6653 | 534 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
284.11/285.23	c   269s|152600 |  5980 |  3453k|  22.6 |   248M |  80 |2260 |6672 | 534 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
284.21/285.36	c   269s|152700 |  5982 |  3454k|  22.6 |   248M |  80 |2260 |6684 | 534 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
284.31/285.48	c   269s|152800 |  5986 |  3455k|  22.6 |   248M |  80 |2260 |6636 |   0 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
284.41/285.59	c   270s|152900 |  5980 |  3456k|  22.6 |   248M |  80 |2260 |6677 |   0 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
284.61/285.72	c   270s|153000 |  5979 |  3458k|  22.6 |   248M |  80 |2260 |6667 | 534 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
284.71/285.86	c   270s|153100 |  5979 |  3459k|  22.6 |   248M |  80 |2260 |6677 | 534 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
284.81/285.98	c   270s|153200 |  5973 |  3461k|  22.6 |   248M |  80 |2260 |6773 | 536 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
285.02/286.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
285.02/286.15	c   270s|153300 |  5978 |  3462k|  22.6 |   248M |  80 |2260 |6831 |   0 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
285.11/286.29	c   270s|153400 |  5975 |  3464k|  22.6 |   248M |  80 |2260 |6841 | 535 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
285.31/286.43	c   270s|153500 |  5975 |  3466k|  22.6 |   248M |  80 |2260 |6841 | 535 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
285.41/286.55	c   271s|153600 |  5982 |  3467k|  22.6 |   248M |  80 |2260 |6877 |   0 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
285.51/286.67	c   271s|153700 |  5976 |  3468k|  22.6 |   248M |  80 |2260 |6865 | 535 |  63k|  1 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
285.60/286.79	c   271s|153800 |  5975 |  3469k|  22.6 |   248M |  80 |2260 |6844 | 534 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
285.80/286.91	c   271s|153900 |  5965 |  3471k|  22.5 |   248M |  80 |2260 |6795 | 535 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
285.92/287.04	c   271s|154000 |  5972 |  3472k|  22.5 |   248M |  80 |2260 |6817 | 534 |  63k|  0 | 120k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.02/287.17	c   271s|154100 |  5970 |  3473k|  22.5 |   248M |  80 |2260 |6853 | 534 |  63k|  1 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.10/287.29	c   271s|154200 |  5972 |  3475k|  22.5 |   248M |  80 |2260 |6875 |   0 |  63k|  0 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.30/287.41	c   271s|154300 |  5966 |  3476k|  22.5 |   248M |  80 |2260 |6870 | 534 |  63k|  1 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.40/287.52	c   271s|154400 |  5963 |  3477k|  22.5 |   248M |  80 |2260 |6882 | 533 |  63k|  0 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.50/287.64	c   272s|154500 |  5965 |  3478k|  22.5 |   248M |  80 |2260 |6883 | 535 |  63k|  0 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.60/287.75	c   272s|154600 |  5973 |  3480k|  22.5 |   248M |  80 |2260 |6937 | 535 |  63k|  1 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.70/287.87	c   272s|154700 |  5977 |  3480k|  22.5 |   248M |  80 |2260 |6951 | 535 |  63k|  1 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.80/287.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
286.80/287.98	c   272s|154800 |  5979 |  3481k|  22.5 |   248M |  80 |2260 |7003 | 535 |  63k|  0 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
286.91/288.10	c   272s|154900 |  5984 |  3483k|  22.5 |   248M |  80 |2260 |7012 | 535 |  63k|  1 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
287.10/288.22	c   272s|155000 |  5982 |  3483k|  22.5 |   248M |  80 |2260 |7058 | 535 |  63k|  0 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
287.20/288.34	c   272s|155100 |  5982 |  3485k|  22.5 |   248M |  80 |2260 |7081 | 535 |  63k|  1 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
287.30/288.45	c   272s|155200 |  5980 |  3486k|  22.5 |   248M |  80 |2260 |7126 | 535 |  63k|  0 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
287.40/288.56	c   273s|155300 |  5978 |  3487k|  22.4 |   248M |  80 |2260 |7149 | 535 |  63k|  1 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
287.50/288.68	c   273s|155400 |  5974 |  3487k|  22.4 |   248M |  80 |2260 |7167 |   0 |  63k|  0 | 121k|  11 |-6.000000e+00 |      --      |    Inf | unknown
287.70/288.80	c   273s|155500 |  5968 |  3489k|  22.4 |   248M |  80 |2260 |7160 | 535 |  63k|  0 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
287.80/288.91	c   273s|155600 |  5966 |  3490k|  22.4 |   248M |  80 |2260 |7200 |   0 |  63k|  0 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
287.91/289.04	c   273s|155700 |  5973 |  3491k|  22.4 |   248M |  80 |2260 |7161 | 535 |  63k|  1 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.01/289.16	c   273s|155800 |  5971 |  3492k|  22.4 |   248M |  80 |2260 |7187 | 535 |  63k|  0 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.10/289.27	c   273s|155900 |  5975 |  3493k|  22.4 |   248M |  80 |2260 |7217 | 536 |  63k|  1 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.19/289.36	c   273s|156000 |  5975 |  3494k|  22.4 |   248M |  80 |2260 |7231 | 535 |  63k|  0 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.29/289.47	c   273s|156100 |  5976 |  3495k|  22.4 |   248M |  80 |2260 |7224 | 535 |  63k|  0 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.39/289.58	c   274s|156200 |  5975 |  3496k|  22.4 |   248M |  80 |2260 |7248 | 536 |  63k|  2 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.49/289.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
288.49/289.69	c   274s|156300 |  5976 |  3497k|  22.4 |   248M |  80 |2260 |7236 | 536 |  63k|  1 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.69/289.81	c   274s|156400 |  5976 |  3498k|  22.4 |   248M |  80 |2260 |7261 | 535 |  63k|  1 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.79/289.92	c   274s|156500 |  5977 |  3499k|  22.3 |   248M |  80 |2260 |7286 | 536 |  63k|  1 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
288.91/290.04	c   274s|156600 |  5974 |  3500k|  22.3 |   248M |  80 |2260 |7222 | 535 |  63k|  1 | 122k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.01/290.16	c   274s|156700 |  5975 |  3501k|  22.3 |   248M |  80 |2260 |7231 | 535 |  63k|  0 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.09/290.27	c   274s|156800 |  5971 |  3503k|  22.3 |   248M |  80 |2260 |7205 | 535 |  63k|  1 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.29/290.40	c   274s|156900 |  5970 |  3504k|  22.3 |   248M |  80 |2260 |7197 | 535 |  63k|  0 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.39/290.51	c   274s|157000 |  5971 |  3505k|  22.3 |   248M |  80 |2260 |7246 | 535 |  63k|  1 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.49/290.61	c   275s|157100 |  5970 |  3506k|  22.3 |   248M |  80 |2260 |7220 | 535 |  63k|  0 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.59/290.72	c   275s|157200 |  5969 |  3507k|  22.3 |   248M |  80 |2260 |7291 |   0 |  63k|  0 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.69/290.83	c   275s|157300 |  5970 |  3508k|  22.3 |   248M |  80 |2260 |7352 | 536 |  63k|  1 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.79/290.95	c   275s|157400 |  5968 |  3509k|  22.3 |   248M |  80 |2260 |7344 | 535 |  63k|  0 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
289.90/291.07	c   275s|157500 |  5966 |  3510k|  22.3 |   248M |  80 |2260 |7329 | 535 |  63k|  0 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.00/291.18	c   275s|157600 |  5970 |  3511k|  22.3 |   248M |  80 |2260 |7337 | 535 |  63k|  1 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.09/291.29	c   275s|157700 |  5968 |  3512k|  22.3 |   248M |  80 |2260 |7352 | 535 |  63k|  1 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.29/291.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
290.29/291.43	c   275s|157800 |  5962 |  3514k|  22.3 |   248M |  80 |2260 |7176 | 534 |  63k|  0 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.39/291.57	c   276s|157900 |  5970 |  3515k|  22.3 |   248M |  80 |2260 |6940 | 535 |  63k|  0 | 123k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.49/291.69	c   276s|158000 |  5979 |  3516k|  22.2 |   248M |  80 |2260 |6980 |   0 |  63k|  0 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.58/291.78	c   276s|158100 |  5985 |  3517k|  22.2 |   248M |  80 |2260 |7025 | 535 |  63k|  0 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.68/291.86	c   276s|158200 |  5983 |  3518k|  22.2 |   248M |  80 |2260 |7033 | 536 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.78/291.98	c   276s|158300 |  5976 |  3519k|  22.2 |   248M |  80 |2260 |7033 | 533 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
290.90/292.10	c   276s|158400 |  5980 |  3520k|  22.2 |   248M |  80 |2260 |7086 | 534 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.08/292.23	c   276s|158500 |  5986 |  3521k|  22.2 |   248M |  80 |2260 |7098 | 535 |  63k|  0 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.18/292.36	c   276s|158600 |  5985 |  3523k|  22.2 |   248M |  80 |2260 |7107 |   0 |  63k|  0 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.28/292.47	c   276s|158700 |  5992 |  3524k|  22.2 |   248M |  80 |2260 |7123 | 535 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.38/292.56	c   277s|158800 |  5988 |  3525k|  22.2 |   248M |  80 |2260 |7140 | 535 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.48/292.67	c   277s|158900 |  5986 |  3526k|  22.2 |   248M |  80 |2260 |7148 | 535 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.58/292.77	c   277s|159000 |  5987 |  3527k|  22.2 |   248M |  80 |2260 |7159 | 536 |  63k|  0 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.68/292.89	c   277s|159100 |  5986 |  3529k|  22.2 |   248M |  80 |2260 |7164 | 535 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.78/293.00	c   277s|159200 |  5993 |  3530k|  22.2 |   248M |  80 |2260 |7189 | 535 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
291.89/293.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
291.89/293.11	c   277s|159300 |  5983 |  3531k|  22.2 |   248M |  80 |2260 |7187 | 535 |  63k|  0 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
292.08/293.23	c   277s|159400 |  5982 |  3532k|  22.2 |   248M |  80 |2260 |7171 | 535 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
292.18/293.36	c   277s|159500 |  5985 |  3534k|  22.1 |   248M |  80 |2260 |7170 | 534 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
292.28/293.46	c   277s|159600 |  5990 |  3535k|  22.1 |   248M |  80 |2260 |7165 | 535 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
292.38/293.59	c   278s|159700 |  5983 |  3536k|  22.1 |   248M |  80 |2260 |7213 | 535 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
292.58/293.71	c   278s|159800 |  5979 |  3537k|  22.1 |   248M |  80 |2260 |7248 | 535 |  63k|  0 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
292.68/293.83	c   278s|159900 |  5987 |  3538k|  22.1 |   248M |  80 |2260 |7202 | 534 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
292.78/293.96	c   278s|160000 |  5985 |  3540k|  22.1 |   248M |  80 |2260 |7212 | 534 |  63k|  1 | 124k|  11 |-6.000000e+00 |      --      |    Inf | unknown
292.89/294.08	c   278s|160100 |  5985 |  3541k|  22.1 |   248M |  80 |2260 |7248 | 534 |  63k|  1 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.08/294.20	c   278s|160200 |  5991 |  3543k|  22.1 |   249M |  80 |2260 |7259 |   0 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.17/294.34	c   278s|160300 |  5995 |  3544k|  22.1 |   249M |  80 |2260 |7251 | 534 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.27/294.46	c   278s|160400 |  5997 |  3546k|  22.1 |   249M |  80 |2260 |7317 | 535 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.37/294.58	c   279s|160500 |  5996 |  3547k|  22.1 |   249M |  80 |2260 |7357 | 535 |  63k|  1 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.57/294.72	c   279s|160600 |  6000 |  3549k|  22.1 |   249M |  80 |2260 |7375 |   0 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.67/294.85	c   279s|160700 |  5991 |  3551k|  22.1 |   249M |  80 |2260 |7365 | 535 |  63k|  1 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.77/294.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
293.77/294.97	c   279s|160800 |  5991 |  3552k|  22.1 |   249M |  80 |2260 |7296 | 535 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.89/295.06	c   279s|160900 |  5993 |  3553k|  22.1 |   249M |  80 |2260 |7316 | 534 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
293.99/295.16	c   279s|161000 |  5996 |  3554k|  22.1 |   249M |  80 |2260 |7340 |   0 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.07/295.25	c   279s|161100 |  5991 |  3555k|  22.1 |   249M |  80 |2260 |7339 | 535 |  63k|  1 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.17/295.36	c   279s|161200 |  5996 |  3556k|  22.1 |   249M |  80 |2260 |7402 | 536 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.27/295.48	c   279s|161300 |  5998 |  3558k|  22.0 |   249M |  80 |2260 |7418 | 535 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.37/295.59	c   280s|161400 |  6000 |  3559k|  22.0 |   249M |  80 |2260 |7401 | 535 |  63k|  1 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.57/295.70	c   280s|161500 |  6000 |  3560k|  22.0 |   249M |  80 |2260 |7387 | 535 |  63k|  1 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.67/295.82	c   280s|161600 |  5999 |  3562k|  22.0 |   249M |  80 |2260 |7383 | 535 |  63k|  1 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.77/295.94	c   280s|161700 |  5994 |  3563k|  22.0 |   249M |  80 |2260 |7408 | 535 |  63k|  0 | 125k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.88/296.05	c   280s|161800 |  5989 |  3564k|  22.0 |   249M |  80 |2260 |7412 | 536 |  63k|  0 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
294.98/296.17	c   280s|161900 |  5988 |  3565k|  22.0 |   249M |  80 |2260 |7395 |   0 |  63k|  0 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.07/296.27	c   280s|162000 |  5991 |  3566k|  22.0 |   249M |  80 |2260 |7368 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.17/296.37	c   280s|162100 |  5989 |  3567k|  22.0 |   249M |  80 |2260 |7376 | 536 |  63k|  0 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.27/296.48	c   280s|162200 |  5989 |  3569k|  22.0 |   249M |  80 |2260 |7367 | 534 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.47/296.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.47/296.61	c   281s|162300 |  5988 |  3570k|  22.0 |   249M |  80 |2260 |7394 | 535 |  63k|  0 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.57/296.72	c   281s|162400 |  5988 |  3572k|  22.0 |   249M |  80 |2260 |7424 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.67/296.81	c   281s|162500 |  5991 |  3572k|  22.0 |   249M |  80 |2260 |7371 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.67/296.89	c   281s|162600 |  5997 |  3573k|  22.0 |   249M |  80 |2260 |7382 | 534 |  63k|  0 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.77/296.98	c   281s|162700 |  5996 |  3574k|  22.0 |   249M |  80 |2260 |7393 | 534 |  63k|  0 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
295.98/297.11	c   281s|162800 |  5986 |  3575k|  22.0 |   249M |  80 |2260 |7304 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
296.06/297.23	c   281s|162900 |  5989 |  3576k|  21.9 |   249M |  80 |2260 |7310 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
296.16/297.35	c   281s|163000 |  5993 |  3578k|  21.9 |   249M |  80 |2260 |7225 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
296.26/297.46	c   281s|163100 |  5991 |  3579k|  21.9 |   249M |  80 |2260 |7219 | 534 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
296.36/297.58	c   282s|163200 |  5997 |  3581k|  21.9 |   249M |  80 |2260 |7069 | 533 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
296.56/297.75	c   282s|163300 |  6001 |  3583k|  21.9 |   249M |  80 |2260 |6937 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
296.66/297.88	c   282s|163400 |  6006 |  3585k|  21.9 |   249M |  80 |2260 |6918 | 533 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
296.87/298.04	c   282s|163500 |  6002 |  3588k|  21.9 |   249M |  80 |2260 |6903 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
297.06/298.20	c   282s|163600 |  6002 |  3590k|  21.9 |   249M |  80 |2260 |6868 | 533 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
297.16/298.34	c   282s|163700 |  6004 |  3593k|  21.9 |   249M |  80 |2260 |6871 | 534 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
297.36/298.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
297.36/298.50	c   282s|163800 |  6002 |  3595k|  21.9 |   249M |  80 |2260 |6911 | 535 |  63k|  1 | 126k|  11 |-6.000000e+00 |      --      |    Inf | unknown
297.46/298.65	c   283s|163900 |  6001 |  3597k|  21.9 |   249M |  80 |2260 |6745 | 534 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
297.56/298.78	c   283s|164000 |  6003 |  3598k|  21.9 |   249M |  80 |2260 |6737 | 534 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
297.76/298.91	c   283s|164100 |  6003 |  3600k|  21.9 |   249M |  80 |2260 |6753 | 534 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
297.87/299.04	c   283s|164200 |  6003 |  3602k|  21.9 |   249M |  80 |2260 |6764 | 534 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
297.97/299.18	c   283s|164300 |  6000 |  3604k|  21.9 |   249M |  80 |2260 |6510 | 534 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
298.16/299.33	c   283s|164400 |  6002 |  3606k|  21.9 |   249M |  80 |2260 |6307 | 534 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
298.26/299.46	c   283s|164500 |  6008 |  3608k|  21.9 |   249M |  80 |2260 |6299 | 534 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
298.36/299.59	c   284s|164600 |  6004 |  3610k|  21.9 |   249M |  80 |2260 |6300 | 536 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
298.55/299.74	c   284s|164700 |  6007 |  3611k|  21.9 |   249M |  80 |2260 |6300 |   0 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
298.65/299.87	c   284s|164800 |  6011 |  3613k|  21.9 |   249M |  80 |2260 |6260 | 536 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
298.75/299.98	c   284s|164900 |  6011 |  3614k|  21.9 |   249M |  80 |2260 |6269 | 536 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
298.87/300.09	c   284s|165000 |  6009 |  3615k|  21.9 |   249M |  80 |2260 |6273 | 536 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
298.97/300.19	c   284s|165100 |  6009 |  3616k|  21.9 |   249M |  80 |2260 |6280 | 537 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
299.05/300.29	c   284s|165200 |  6011 |  3617k|  21.9 |   249M |  80 |2260 |6294 | 536 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
299.15/300.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
299.15/300.39	c   284s|165300 |  6006 |  3619k|  21.9 |   249M |  80 |2260 |6317 | 536 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
299.35/300.53	c   285s|165400 |  6011 |  3620k|  21.9 |   249M |  80 |2260 |6289 | 534 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
299.45/300.67	c   285s|165500 |  6007 |  3622k|  21.9 |   249M |  80 |2260 |6250 | 533 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
299.65/300.80	c   285s|165600 |  6015 |  3624k|  21.9 |   249M |  80 |2260 |6253 | 539 |  63k|  0 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
299.75/300.92	c   285s|165700 |  6014 |  3625k|  21.9 |   249M |  80 |2260 |6319 | 539 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
299.86/301.05	c   285s|165800 |  6011 |  3626k|  21.9 |   249M |  80 |2260 |6348 | 539 |  63k|  1 | 127k|  11 |-6.000000e+00 |      --      |    Inf | unknown
299.96/301.15	c   285s|165900 |  6010 |  3627k|  21.9 |   249M |  80 |2260 |6400 |   0 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
300.05/301.25	c   285s|166000 |  6008 |  3628k|  21.9 |   249M |  80 |2260 |6421 | 535 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
300.15/301.37	c   285s|166100 |  6012 |  3630k|  21.8 |   249M |  80 |2260 |6427 | 535 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
300.25/301.48	c   285s|166200 |  6010 |  3631k|  21.8 |   249M |  80 |2260 |6440 | 535 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
300.45/301.60	c   286s|166300 |  6014 |  3632k|  21.8 |   249M |  80 |2260 |6413 | 539 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
300.55/301.72	c   286s|166400 |  6014 |  3634k|  21.8 |   249M |  80 |2260 |6388 | 539 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
300.65/301.84	c   286s|166500 |  6020 |  3635k|  21.8 |   249M |  80 |2260 |6388 | 535 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
300.75/301.96	c   286s|166600 |  6016 |  3637k|  21.8 |   249M |  80 |2260 |6407 | 539 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
300.86/302.08	c   286s|166700 |  6020 |  3638k|  21.8 |   249M |  80 |2260 |6413 | 535 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.05/302.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
301.05/302.22	c   286s|166800 |  6014 |  3640k|  21.8 |   249M |  80 |2260 |6438 | 539 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.14/302.33	c   286s|166900 |  6012 |  3641k|  21.8 |   249M |  80 |2260 |6456 | 536 |  63k|  2 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.24/302.45	c   286s|167000 |  6008 |  3643k|  21.8 |   249M |  80 |2260 |6469 | 535 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.34/302.57	c   287s|167100 |  6008 |  3644k|  21.8 |   249M |  80 |2260 |6471 | 535 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.44/302.69	c   287s|167200 |  6012 |  3646k|  21.8 |   249M |  80 |2260 |6480 | 536 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.64/302.81	c   287s|167300 |  6007 |  3647k|  21.8 |   249M |  80 |2260 |6488 | 536 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.74/302.92	c   287s|167400 |  6019 |  3648k|  21.8 |   249M |  80 |2260 |6493 | 536 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.86/303.05	c   287s|167500 |  6019 |  3650k|  21.8 |   249M |  80 |2260 |6482 | 531 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
301.96/303.18	c   287s|167600 |  6021 |  3652k|  21.8 |   249M |  80 |2260 |6491 | 530 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
302.14/303.33	c   287s|167700 |  6023 |  3654k|  21.8 |   249M |  80 |2260 |6431 | 530 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
302.24/303.47	c   287s|167800 |  6027 |  3656k|  21.8 |   249M |  80 |2260 |6445 | 530 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
302.44/303.60	c   288s|167900 |  6026 |  3657k|  21.8 |   249M |  80 |2260 |6511 | 530 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
302.54/303.74	c   288s|168000 |  6020 |  3660k|  21.8 |   249M |  80 |2260 |6507 | 530 |  63k|  1 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
302.64/303.87	c   288s|168100 |  6019 |  3661k|  21.8 |   249M |  80 |2260 |6463 | 536 |  63k|  0 | 128k|  11 |-6.000000e+00 |      --      |    Inf | unknown
302.74/303.98	c   288s|168200 |  6015 |  3662k|  21.8 |   249M |  80 |2260 |6530 | 530 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
302.95/304.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
302.95/304.11	c   288s|168300 |  6018 |  3664k|  21.8 |   249M |  80 |2260 |6552 | 530 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.04/304.23	c   288s|168400 |  6027 |  3666k|  21.8 |   249M |  80 |2260 |6529 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.14/304.35	c   288s|168500 |  6026 |  3667k|  21.8 |   249M |  80 |2260 |6537 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.24/304.47	c   288s|168600 |  6025 |  3668k|  21.8 |   249M |  80 |2260 |6557 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.34/304.59	c   289s|168700 |  6022 |  3670k|  21.7 |   249M |  80 |2260 |6574 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.44/304.69	c   289s|168800 |  6025 |  3671k|  21.7 |   249M |  80 |2260 |6598 |   0 |  63k|  0 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.63/304.81	c   289s|168900 |  6022 |  3673k|  21.7 |   249M |  80 |2260 |6611 | 536 |  63k|  0 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.73/304.92	c   289s|169000 |  6024 |  3674k|  21.7 |   249M |  80 |2260 |6617 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.85/305.04	c   289s|169100 |  6019 |  3676k|  21.7 |   249M |  80 |2260 |6627 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
303.95/305.16	c   289s|169200 |  6019 |  3677k|  21.7 |   249M |  80 |2260 |6633 | 536 |  63k|  0 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
304.03/305.27	c   289s|169300 |  6025 |  3679k|  21.7 |   249M |  80 |2260 |6655 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
304.13/305.39	c   289s|169400 |  6025 |  3680k|  21.7 |   249M |  80 |2260 |6691 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
304.33/305.51	c   289s|169500 |  6028 |  3682k|  21.7 |   249M |  80 |2260 |6701 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
304.43/305.62	c   290s|169600 |  6023 |  3683k|  21.7 |   249M |  80 |2260 |6722 | 536 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
304.53/305.74	c   290s|169700 |  6018 |  3685k|  21.7 |   249M |  80 |2260 |6744 | 536 |  63k|  0 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
304.63/305.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
304.63/305.87	c   290s|169800 |  6023 |  3686k|  21.7 |   249M |  80 |2260 |6768 | 537 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
304.73/306.00	c   290s|169900 |  6016 |  3688k|  21.7 |   249M |  80 |2260 |6757 | 530 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
304.94/306.13	c   290s|170000 |  6013 |  3690k|  21.7 |   249M |  80 |2260 |6768 |   0 |  63k|  0 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
305.03/306.28	c   290s|170100 |  6009 |  3692k|  21.7 |   249M |  80 |2260 |6617 | 538 |  63k|  1 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
305.23/306.42	c   290s|170200 |  6005 |  3693k|  21.7 |   249M |  80 |2260 |6522 | 537 |  63k|  0 | 129k|  11 |-6.000000e+00 |      --      |    Inf | unknown
305.33/306.57	c   291s|170300 |  5999 |  3695k|  21.7 |   249M |  80 |2260 |6385 | 536 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
305.43/306.69	c   291s|170400 |  6001 |  3697k|  21.7 |   249M |  80 |2260 |6347 | 532 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
305.63/306.82	c   291s|170500 |  6015 |  3699k|  21.7 |   249M |  80 |2260 |6319 | 534 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
305.73/306.92	c   291s|170600 |  6016 |  3700k|  21.7 |   249M |  80 |2260 |6356 | 534 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
305.84/307.04	c   291s|170700 |  6014 |  3701k|  21.7 |   249M |  80 |2260 |6364 | 534 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
305.94/307.15	c   291s|170800 |  6016 |  3703k|  21.7 |   249M |  80 |2260 |6384 | 534 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
306.02/307.28	c   291s|170900 |  6022 |  3704k|  21.7 |   249M |  80 |2260 |6381 | 534 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
306.22/307.43	c   291s|171000 |  6024 |  3706k|  21.7 |   249M |  80 |2260 |6413 | 534 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
306.32/307.57	c   292s|171100 |  6027 |  3708k|  21.7 |   249M |  80 |2260 |6417 | 535 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
306.42/307.68	c   292s|171200 |  6029 |  3709k|  21.7 |   249M |  80 |2260 |6439 | 535 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
306.62/307.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
306.62/307.81	c   292s|171300 |  6027 |  3711k|  21.7 |   249M |  80 |2260 |6476 | 535 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
306.72/307.93	c   292s|171400 |  6027 |  3712k|  21.6 |   249M |  80 |2260 |6502 | 535 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
306.84/308.05	c   292s|171500 |  6025 |  3713k|  21.6 |   249M |  80 |2260 |6516 | 535 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
306.94/308.18	c   292s|171600 |  6028 |  3714k|  21.6 |   249M |  80 |2260 |6508 | 534 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
307.12/308.31	c   292s|171700 |  6022 |  3716k|  21.6 |   249M |  80 |2260 |6524 | 534 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
307.22/308.43	c   292s|171800 |  6028 |  3717k|  21.6 |   249M |  80 |2260 |6556 | 534 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
307.32/308.55	c   293s|171900 |  6035 |  3719k|  21.6 |   249M |  80 |2260 |6533 | 533 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
307.42/308.69	c   293s|172000 |  6035 |  3721k|  21.6 |   249M |  80 |2260 |6544 | 533 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
307.62/308.81	c   293s|172100 |  6037 |  3722k|  21.6 |   249M |  80 |2260 |6532 |   0 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
307.72/308.93	c   293s|172200 |  6038 |  3723k|  21.6 |   249M |  80 |2260 |6536 | 534 |  63k|  0 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
307.83/309.03	c   293s|172300 |  6038 |  3724k|  21.6 |   249M |  80 |2260 |6585 | 535 |  63k|  1 | 130k|  11 |-6.000000e+00 |      --      |    Inf | unknown
307.93/309.15	c   293s|172400 |  6035 |  3726k|  21.6 |   249M |  80 |2260 |6600 | 534 |  63k|  1 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
308.02/309.28	c   293s|172500 |  6035 |  3727k|  21.6 |   249M |  80 |2260 |6589 | 534 |  63k|  1 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
308.22/309.42	c   293s|172600 |  6033 |  3729k|  21.6 |   249M |  80 |2260 |6498 | 533 |  63k|  1 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
308.32/309.55	c   294s|172700 |  6044 |  3731k|  21.6 |   249M |  80 |2260 |6532 | 534 |  63k|  1 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
308.42/309.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
308.42/309.66	c   294s|172800 |  6050 |  3732k|  21.6 |   249M |  80 |2260 |6601 |   0 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
308.52/309.78	c   294s|172900 |  6052 |  3733k|  21.6 |   249M |  80 |2260 |6513 | 533 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
308.61/309.89	c   294s|173000 |  6045 |  3734k|  21.6 |   249M |  80 |2260 |6516 | 533 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
308.83/310.03	c   294s|173100 |  6041 |  3737k|  21.6 |   249M |  80 |2260 |6534 | 535 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
308.93/310.13	c   294s|173200 |  6053 |  3737k|  21.6 |   249M |  80 |2260 |6562 | 535 |  63k|  1 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.01/310.23	c   294s|173300 |  6046 |  3738k|  21.6 |   249M |  80 |2260 |6570 | 535 |  63k|  1 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.11/310.35	c   294s|173400 |  6046 |  3740k|  21.6 |   249M |  80 |2260 |6584 | 534 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.21/310.47	c   294s|173500 |  6051 |  3741k|  21.6 |   249M |  80 |2260 |6602 | 533 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.31/310.59	c   295s|173600 |  6055 |  3742k|  21.5 |   249M |  80 |2260 |6608 | 534 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.41/310.69	c   295s|173700 |  6057 |  3742k|  21.5 |   249M |  80 |2260 |6627 | 534 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.61/310.80	c   295s|173800 |  6062 |  3743k|  21.5 |   249M |  80 |2260 |6653 | 534 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.71/310.91	c   295s|173900 |  6074 |  3744k|  21.5 |   249M |  80 |2260 |6662 |   0 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.71/311.01	c   295s|174000 |  6070 |  3745k|  21.5 |   249M |  80 |2260 |6673 | 533 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
309.92/311.11	c   295s|174100 |  6066 |  3746k|  21.5 |   249M |  80 |2260 |6672 | 534 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
310.01/311.24	c   295s|174200 |  6067 |  3747k|  21.5 |   249M |  80 |2260 |6682 | 533 |  63k|  1 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
310.11/311.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
310.11/311.36	c   295s|174300 |  6071 |  3749k|  21.5 |   249M |  80 |2260 |6712 | 533 |  63k|  0 | 131k|  11 |-6.000000e+00 |      --      |    Inf | unknown
310.21/311.48	c   295s|174400 |  6070 |  3750k|  21.5 |   249M |  80 |2260 |6756 | 535 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
310.31/311.59	c   296s|174500 |  6068 |  3751k|  21.5 |   249M |  80 |2260 |6735 |   0 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
310.51/311.71	c   296s|174600 |  6064 |  3752k|  21.5 |   249M |  80 |2260 |6754 | 535 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
310.61/311.84	c   296s|174700 |  6064 |  3754k|  21.5 |   249M |  80 |2260 |6758 | 534 |  63k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
310.71/311.96	c   296s|174800 |  6064 |  3755k|  21.5 |   249M |  80 |2260 |6673 | 534 |  63k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
310.82/312.09	c   296s|174900 |  6057 |  3757k|  21.5 |   249M |  80 |2260 |6682 | 534 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
311.00/312.20	c   296s|175000 |  6056 |  3758k|  21.5 |   249M |  80 |2260 |6618 | 534 |  63k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
311.10/312.32	c   296s|175100 |  6050 |  3759k|  21.5 |   249M |  80 |2260 |6606 |   0 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
311.20/312.44	c   296s|175200 |  6050 |  3761k|  21.5 |   249M |  80 |2260 |6568 | 535 |  63k|  2 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
311.30/312.55	c   297s|175300 |  6051 |  3762k|  21.5 |   249M |  80 |2260 |6584 | 533 |  63k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
311.40/312.68	c   297s|175400 |  6045 |  3764k|  21.5 |   249M |  80 |2260 |6610 |   0 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
311.60/312.82	c   297s|175500 |  6043 |  3765k|  21.4 |   250M |  80 |2260 |6567 | 534 |  63k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
311.70/312.96	c   297s|175600 |  6045 |  3767k|  21.4 |   250M |  80 |2260 |6527 |   0 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
311.82/313.09	c   297s|175700 |  6053 |  3769k|  21.4 |   250M |  80 |2260 |6533 | 534 |  63k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
312.00/313.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
312.00/313.22	c   297s|175800 |  6052 |  3771k|  21.4 |   250M |  80 |2260 |6553 |   0 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
312.10/313.35	c   297s|175900 |  6046 |  3772k|  21.4 |   250M |  80 |2260 |6586 | 534 |  63k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
312.20/313.48	c   297s|176000 |  6040 |  3774k|  21.4 |   250M |  80 |2260 |6493 | 535 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
312.40/313.62	c   298s|176100 |  6043 |  3775k|  21.4 |   250M |  80 |2260 |6473 | 534 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
312.50/313.74	c   298s|176200 |  6047 |  3777k|  21.4 |   250M |  80 |2260 |6493 | 534 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
312.60/313.88	c   298s|176300 |  6046 |  3778k|  21.4 |   250M |  80 |2260 |6510 |   0 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
312.81/314.03	c   298s|176400 |  6042 |  3780k|  21.4 |   250M |  80 |2260 |6492 | 535 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
312.91/314.17	c   298s|176500 |  6046 |  3782k|  21.4 |   250M |  80 |2260 |6468 | 535 |  63k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
313.10/314.31	c   298s|176600 |  6042 |  3784k|  21.4 |   250M |  80 |2260 |6481 | 535 |  63k|  2 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
313.20/314.44	c   298s|176700 |  6044 |  3786k|  21.4 |   250M |  80 |2260 |6472 | 535 |  63k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
313.30/314.57	c   299s|176800 |  6040 |  3787k|  21.4 |   250M |  80 |2260 |6480 | 535 |  64k|  0 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
313.50/314.70	c   299s|176900 |  6036 |  3789k|  21.4 |   250M |  80 |2260 |6499 | 535 |  64k|  1 | 132k|  11 |-6.000000e+00 |      --      |    Inf | unknown
313.59/314.83	c   299s|177000 |  6036 |  3790k|  21.4 |   250M |  80 |2260 |6497 | 535 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
313.69/314.98	c   299s|177100 |  6019 |  3793k|  21.4 |   250M |  80 |2260 |6413 | 535 |  64k|  1 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
313.91/315.12	c   299s|177200 |  6018 |  3794k|  21.4 |   250M |  80 |2260 |6407 | 534 |  64k|  2 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
313.99/315.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
313.99/315.26	c   299s|177300 |  6012 |  3796k|  21.4 |   250M |  80 |2260 |6397 | 534 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
314.19/315.40	c   299s|177400 |  6006 |  3798k|  21.4 |   250M |  80 |2260 |6317 | 537 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
314.29/315.53	c   300s|177500 |  6011 |  3799k|  21.4 |   250M |  80 |2260 |6333 | 535 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
314.39/315.64	c   300s|177600 |  6016 |  3800k|  21.4 |   250M |  80 |2260 |6361 | 535 |  64k|  1 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
314.49/315.74	c   300s|177700 |  6010 |  3801k|  21.4 |   250M |  80 |2260 |6380 | 535 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
314.59/315.88	c   300s|177800 |  6023 |  3803k|  21.4 |   250M |  80 |2260 |6387 | 535 |  64k|  1 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
314.69/315.99	c   300s|177900 |  6019 |  3804k|  21.4 |   250M |  80 |2260 |6453 | 535 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
314.80/316.10	c   300s|178000 |  6023 |  3806k|  21.4 |   250M |  80 |2260 |6409 | 535 |  64k|  1 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
314.99/316.23	c   300s|178100 |  6021 |  3808k|  21.4 |   250M |  80 |2260 |6390 | 535 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
315.09/316.37	c   300s|178200 |  6018 |  3810k|  21.4 |   250M |  80 |2260 |6393 | 535 |  64k|  1 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
315.19/316.49	c   300s|178300 |  6013 |  3811k|  21.4 |   250M |  80 |2260 |6383 | 535 |  64k|  1 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
315.39/316.65	c   301s|178400 |  6009 |  3813k|  21.4 |   250M |  80 |2260 |6347 | 534 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
315.49/316.79	c   301s|178500 |  6006 |  3815k|  21.4 |   250M |  80 |2260 |6280 | 536 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
315.69/316.93	c   301s|178600 |  6007 |  3816k|  21.4 |   250M |  80 |2260 |6282 | 538 |  64k|  0 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
315.80/317.06	c   301s|178700 |  6009 |  3818k|  21.4 |   250M |  80 |2260 |6326 | 538 |  64k|  1 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
315.98/317.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
315.98/317.20	c   301s|178800 |  6005 |  3821k|  21.4 |   250M |  80 |2260 |6331 | 539 |  64k|  1 | 133k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.08/317.34	c   301s|178900 |  6014 |  3823k|  21.4 |   250M |  80 |2260 |6332 | 534 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.18/317.47	c   301s|179000 |  6027 |  3824k|  21.4 |   250M |  80 |2260 |6375 | 536 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.38/317.60	c   302s|179100 |  6027 |  3826k|  21.4 |   250M |  80 |2260 |6409 | 534 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.48/317.71	c   302s|179200 |  6031 |  3827k|  21.3 |   250M |  80 |2260 |6427 |   0 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.48/317.78	c   302s|179300 |  6043 |  3827k|  21.3 |   250M |  80 |2260 |6440 | 535 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.58/317.86	c   302s|179400 |  6037 |  3828k|  21.3 |   250M |  80 |2260 |6443 | 535 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.68/317.95	c   302s|179500 |  6037 |  3829k|  21.3 |   250M |  80 |2260 |6438 | 535 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.80/318.06	c   302s|179600 |  6037 |  3830k|  21.3 |   250M |  80 |2260 |6455 | 536 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.90/318.16	c   302s|179700 |  6043 |  3831k|  21.3 |   250M |  80 |2260 |6470 | 535 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
316.98/318.26	c   302s|179800 |  6040 |  3832k|  21.3 |   250M |  80 |2260 |6485 | 535 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
317.08/318.39	c   302s|179900 |  6041 |  3834k|  21.3 |   250M |  80 |2260 |6494 | 535 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
317.28/318.51	c   302s|180000 |  6034 |  3836k|  21.3 |   250M |  80 |2260 |6503 | 535 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
317.38/318.64	c   303s|180100 |  6030 |  3837k|  21.3 |   250M |  80 |2260 |6457 | 533 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
317.48/318.78	c   303s|180200 |  6040 |  3840k|  21.3 |   250M |  80 |2260 |6395 | 535 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
317.68/318.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
317.68/318.93	c   303s|180300 |  6052 |  3842k|  21.3 |   250M |  80 |2260 |6445 | 535 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
317.79/319.09	c   303s|180400 |  6048 |  3844k|  21.3 |   250M |  80 |2260 |6452 | 535 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
317.98/319.21	c   303s|180500 |  6063 |  3846k|  21.3 |   250M |  80 |2260 |6436 | 534 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
318.08/319.31	c   303s|180600 |  6061 |  3847k|  21.3 |   250M |  80 |2260 |6468 | 533 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
318.19/319.42	c   303s|180700 |  6064 |  3848k|  21.3 |   250M |  80 |2260 |6503 | 534 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
318.29/319.55	c   304s|180800 |  6058 |  3849k|  21.3 |   250M |  80 |2260 |6536 | 534 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
318.38/319.69	c   304s|180900 |  6053 |  3851k|  21.3 |   250M |  80 |2260 |6532 | 534 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
318.58/319.83	c   304s|181000 |  6051 |  3852k|  21.3 |   250M |  80 |2260 |6508 | 535 |  64k|  2 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
318.68/319.97	c   304s|181100 |  6051 |  3854k|  21.3 |   250M |  80 |2260 |6490 | 535 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
318.80/320.09	c   304s|181200 |  6050 |  3855k|  21.3 |   250M |  80 |2260 |6512 | 535 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
318.98/320.21	c   304s|181300 |  6047 |  3857k|  21.3 |   250M |  80 |2260 |6512 | 535 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.08/320.33	c   304s|181400 |  6065 |  3858k|  21.3 |   250M |  80 |2260 |6492 | 534 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.18/320.44	c   304s|181500 |  6065 |  3859k|  21.3 |   250M |  80 |2260 |6498 |   0 |  64k|  0 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.28/320.54	c   305s|181600 |  6071 |  3860k|  21.2 |   250M |  80 |2260 |6527 | 534 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.38/320.63	c   305s|181700 |  6071 |  3860k|  21.2 |   250M |  80 |2260 |6547 | 534 |  64k|  1 | 134k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.48/320.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
319.48/320.71	c   305s|181800 |  6066 |  3861k|  21.2 |   251M |  80 |2260 |6555 | 534 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.58/320.82	c   305s|181900 |  6073 |  3862k|  21.2 |   251M |  80 |2260 |6580 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.68/320.93	c   305s|182000 |  6077 |  3863k|  21.2 |   251M |  80 |2260 |6611 |   0 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.79/321.05	c   305s|182100 |  6069 |  3864k|  21.2 |   251M |  80 |2260 |6584 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.89/321.18	c   305s|182200 |  6068 |  3866k|  21.2 |   251M |  80 |2260 |6536 | 533 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
319.98/321.29	c   305s|182300 |  6084 |  3867k|  21.2 |   251M |  80 |2260 |6514 | 536 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
320.18/321.40	c   305s|182400 |  6085 |  3868k|  21.2 |   251M |  80 |2260 |6528 | 535 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
320.28/321.51	c   305s|182500 |  6079 |  3869k|  21.2 |   251M |  80 |2260 |6546 | 535 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
320.38/321.64	c   306s|182600 |  6071 |  3870k|  21.2 |   251M |  80 |2260 |6542 |   0 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
320.48/321.77	c   306s|182700 |  6073 |  3872k|  21.2 |   251M |  80 |2260 |6527 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
320.68/321.90	c   306s|182800 |  6069 |  3873k|  21.2 |   251M |  80 |2260 |6507 | 533 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
320.79/322.04	c   306s|182900 |  6081 |  3875k|  21.2 |   251M |  80 |2260 |6496 | 535 |  64k|  2 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
320.89/322.17	c   306s|183000 |  6083 |  3877k|  21.2 |   251M |  80 |2260 |6486 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
320.97/322.27	c   306s|183100 |  6078 |  3878k|  21.2 |   251M |  80 |2260 |6504 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
321.17/322.40	c   306s|183200 |  6076 |  3880k|  21.2 |   251M |  80 |2260 |6493 | 533 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
321.27/322.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
321.27/322.51	c   306s|183300 |  6081 |  3881k|  21.2 |   251M |  80 |2260 |6493 | 534 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
321.37/322.62	c   307s|183400 |  6081 |  3882k|  21.2 |   251M |  80 |2260 |6500 | 534 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
321.47/322.73	c   307s|183500 |  6080 |  3883k|  21.2 |   251M |  80 |2260 |6520 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
321.57/322.86	c   307s|183600 |  6073 |  3885k|  21.2 |   251M |  80 |2260 |6503 | 534 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
321.67/323.00	c   307s|183700 |  6073 |  3886k|  21.1 |   251M |  80 |2260 |6502 | 535 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
321.88/323.15	c   307s|183800 |  6071 |  3888k|  21.1 |   251M |  80 |2260 |6510 | 534 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
321.97/323.27	c   307s|183900 |  6069 |  3889k|  21.1 |   251M |  80 |2260 |6523 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
322.07/323.37	c   307s|184000 |  6077 |  3890k|  21.1 |   251M |  80 |2260 |6532 |   0 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
322.17/323.49	c   307s|184100 |  6070 |  3891k|  21.1 |   251M |  80 |2260 |6531 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
322.37/323.61	c   308s|184200 |  6072 |  3893k|  21.1 |   251M |  80 |2260 |6554 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
322.47/323.72	c   308s|184300 |  6076 |  3894k|  21.1 |   251M |  80 |2260 |6559 | 534 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
322.57/323.86	c   308s|184400 |  6070 |  3896k|  21.1 |   251M |  80 |2260 |6560 | 535 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
322.67/323.97	c   308s|184500 |  6068 |  3897k|  21.1 |   251M |  80 |2260 |6555 | 534 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
322.78/324.09	c   308s|184600 |  6062 |  3899k|  21.1 |   251M |  80 |2260 |6491 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
322.97/324.26	c   308s|184700 |  6077 |  3901k|  21.1 |   251M |  80 |2260 |6383 | 534 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.07/324.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
323.07/324.38	c   308s|184800 |  6100 |  3903k|  21.1 |   251M |  80 |2260 |6382 | 535 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.16/324.48	c   308s|184900 |  6103 |  3904k|  21.1 |   251M |  80 |2260 |6406 | 535 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.36/324.60	c   309s|185000 |  6100 |  3905k|  21.1 |   251M |  80 |2260 |6414 | 535 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.46/324.72	c   309s|185100 |  6104 |  3906k|  21.1 |   251M |  80 |2260 |6421 | 536 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.56/324.83	c   309s|185200 |  6107 |  3907k|  21.1 |   251M |  80 |2260 |6435 | 535 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.66/324.94	c   309s|185300 |  6107 |  3908k|  21.1 |   251M |  80 |2260 |6452 | 536 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.78/325.05	c   309s|185400 |  6105 |  3908k|  21.1 |   251M |  80 |2260 |6472 | 535 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.88/325.14	c   309s|185500 |  6103 |  3909k|  21.1 |   251M |  80 |2260 |6488 | 536 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
323.96/325.24	c   309s|185600 |  6094 |  3909k|  21.1 |   251M |  80 |2260 |6486 | 536 |  64k|  2 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
324.06/325.36	c   309s|185700 |  6111 |  3910k|  21.0 |   251M |  80 |2260 |6517 | 535 |  64k|  0 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
324.16/325.47	c   309s|185800 |  6096 |  3911k|  21.0 |   251M |  80 |2260 |6527 | 535 |  64k|  1 | 135k|  11 |-6.000000e+00 |      --      |    Inf | unknown
324.26/325.57	c   310s|185900 |  6108 |  3912k|  21.0 |   251M |  80 |2260 |6524 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
324.46/325.71	c   310s|186000 |  6102 |  3913k|  21.0 |   251M |  80 |2260 |6551 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
324.56/325.84	c   310s|186100 |  6119 |  3914k|  21.0 |   251M |  80 |2260 |6520 | 535 |  64k|  2 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
324.66/325.96	c   310s|186200 |  6116 |  3916k|  21.0 |   251M |  80 |2260 |6530 | 534 |  64k|  0 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
324.77/326.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
324.77/326.09	c   310s|186300 |  6119 |  3916k|  21.0 |   251M |  80 |2260 |6561 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
324.96/326.21	c   310s|186400 |  6128 |  3918k|  21.0 |   251M |  80 |2260 |6581 |   0 |  64k|  0 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.06/326.31	c   310s|186500 |  6122 |  3918k|  21.0 |   251M |  80 |2260 |6601 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.16/326.44	c   310s|186600 |  6114 |  3920k|  21.0 |   251M |  80 |2260 |6564 | 535 |  64k|  0 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.26/326.56	c   311s|186700 |  6116 |  3921k|  21.0 |   251M |  80 |2260 |6554 | 536 |  64k|  0 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.36/326.67	c   311s|186800 |  6125 |  3922k|  21.0 |   251M |  80 |2260 |6557 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.46/326.77	c   311s|186900 |  6131 |  3923k|  21.0 |   251M |  80 |2260 |6556 | 536 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.56/326.89	c   311s|187000 |  6123 |  3924k|  21.0 |   251M |  80 |2260 |6563 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.77/327.01	c   311s|187100 |  6120 |  3925k|  21.0 |   252M |  80 |2260 |6554 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.87/327.14	c   311s|187200 |  6136 |  3926k|  21.0 |   252M |  80 |2260 |6530 | 535 |  64k|  0 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
325.95/327.23	c   311s|187300 |  6138 |  3927k|  21.0 |   252M |  80 |2260 |6560 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.05/327.33	c   311s|187400 |  6137 |  3928k|  21.0 |   252M |  80 |2260 |6600 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.15/327.44	c   311s|187500 |  6142 |  3929k|  20.9 |   252M |  80 |2260 |6649 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.25/327.54	c   312s|187600 |  6148 |  3930k|  20.9 |   252M |  80 |2260 |6680 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.35/327.64	c   312s|187700 |  6146 |  3931k|  20.9 |   252M |  80 |2260 |6708 | 535 |  64k|  0 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.45/327.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
326.45/327.75	c   312s|187800 |  6150 |  3932k|  20.9 |   252M |  80 |2260 |6709 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.55/327.86	c   312s|187900 |  6155 |  3933k|  20.9 |   252M |  80 |2260 |6692 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.65/327.97	c   312s|188000 |  6153 |  3934k|  20.9 |   252M |  80 |2260 |6699 | 536 |  64k|  0 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.76/328.07	c   312s|188100 |  6151 |  3934k|  20.9 |   252M |  80 |2260 |6700 | 535 |  64k|  1 | 136k|  11 |-6.000000e+00 |      --      |    Inf | unknown
326.86/328.19	c   312s|188200 |  6148 |  3935k|  20.9 |   252M |  80 |2260 |6769 | 535 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.05/328.30	c   312s|188300 |  6143 |  3936k|  20.9 |   252M |  80 |2260 |6786 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.15/328.42	c   312s|188400 |  6147 |  3936k|  20.9 |   252M |  80 |2260 |6840 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.25/328.53	c   313s|188500 |  6144 |  3937k|  20.9 |   252M |  80 |2260 |6887 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.35/328.65	c   313s|188600 |  6154 |  3938k|  20.9 |   252M |  80 |2260 |6845 |   0 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.45/328.78	c   313s|188700 |  6164 |  3939k|  20.9 |   253M |  80 |2260 |6836 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.55/328.88	c   313s|188800 |  6170 |  3940k|  20.9 |   253M |  80 |2260 |6826 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.65/328.99	c   313s|188900 |  6162 |  3941k|  20.9 |   253M |  80 |2260 |6847 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.76/329.10	c   313s|189000 |  6156 |  3942k|  20.8 |   253M |  80 |2260 |6794 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
327.95/329.20	c   313s|189100 |  6156 |  3943k|  20.8 |   253M |  80 |2260 |6707 |   0 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.04/329.32	c   313s|189200 |  6149 |  3944k|  20.8 |   253M |  80 |2260 |6719 | 535 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.14/329.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
328.14/329.43	c   313s|189300 |  6158 |  3945k|  20.8 |   253M |  80 |2260 |6699 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.24/329.53	c   314s|189400 |  6162 |  3945k|  20.8 |   253M |  80 |2260 |6699 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.34/329.64	c   314s|189500 |  6161 |  3947k|  20.8 |   253M |  80 |2260 |6700 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.44/329.74	c   314s|189600 |  6154 |  3948k|  20.8 |   253M |  80 |2260 |6705 | 535 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.54/329.86	c   314s|189700 |  6146 |  3949k|  20.8 |   253M |  80 |2260 |6655 | 535 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.64/329.97	c   314s|189800 |  6145 |  3950k|  20.8 |   253M |  80 |2260 |6663 | 535 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.76/330.08	c   314s|189900 |  6147 |  3951k|  20.8 |   253M |  80 |2260 |6677 |   0 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
328.94/330.22	c   314s|190000 |  6159 |  3953k|  20.8 |   253M |  80 |2260 |6647 | 535 |  64k|  0 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.04/330.36	c   314s|190100 |  6155 |  3955k|  20.8 |   253M |  80 |2260 |6670 | 535 |  64k|  1 | 137k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.14/330.49	c   314s|190200 |  6150 |  3956k|  20.8 |   253M |  80 |2260 |6616 | 534 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.24/330.59	c   315s|190300 |  6168 |  3957k|  20.8 |   253M |  80 |2260 |6623 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.34/330.69	c   315s|190400 |  6156 |  3958k|  20.8 |   253M |  80 |2260 |6622 | 535 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.54/330.80	c   315s|190500 |  6159 |  3959k|  20.8 |   253M |  80 |2260 |6642 | 536 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.64/330.91	c   315s|190600 |  6151 |  3960k|  20.8 |   253M |  80 |2260 |6641 | 535 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.75/331.02	c   315s|190700 |  6149 |  3961k|  20.8 |   253M |  80 |2260 |6660 | 535 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.85/331.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
329.85/331.14	c   315s|190800 |  6141 |  3962k|  20.8 |   253M |  80 |2260 |6665 | 535 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
329.94/331.26	c   315s|190900 |  6138 |  3963k|  20.8 |   253M |  80 |2260 |6694 |   0 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
330.04/331.38	c   315s|191000 |  6145 |  3965k|  20.8 |   253M |  80 |2260 |6679 | 535 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
330.24/331.51	c   315s|191100 |  6147 |  3966k|  20.7 |   253M |  80 |2260 |6660 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
330.34/331.64	c   316s|191200 |  6144 |  3968k|  20.7 |   253M |  80 |2260 |6662 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
330.44/331.76	c   316s|191300 |  6137 |  3970k|  20.7 |   253M |  80 |2260 |6653 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
330.54/331.89	c   316s|191400 |  6125 |  3971k|  20.7 |   253M |  80 |2260 |6583 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
330.75/332.04	c   316s|191500 |  6132 |  3973k|  20.7 |   253M |  80 |2260 |6546 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
330.85/332.17	c   316s|191600 |  6138 |  3975k|  20.7 |   253M |  80 |2260 |6561 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
331.03/332.31	c   316s|191700 |  6147 |  3977k|  20.7 |   253M |  80 |2260 |6570 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
331.13/332.44	c   316s|191800 |  6143 |  3979k|  20.7 |   253M |  80 |2260 |6593 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
331.23/332.57	c   317s|191900 |  6142 |  3980k|  20.7 |   253M |  80 |2260 |6545 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
331.43/332.70	c   317s|192000 |  6140 |  3982k|  20.7 |   253M |  80 |2260 |6568 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
331.53/332.84	c   317s|192100 |  6134 |  3984k|  20.7 |   253M |  80 |2260 |6521 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
331.63/332.97	c   317s|192200 |  6133 |  3986k|  20.7 |   253M |  80 |2260 |6476 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
331.74/333.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
331.74/333.10	c   317s|192300 |  6114 |  3987k|  20.7 |   253M |  80 |2260 |6399 | 534 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
331.93/333.23	c   317s|192400 |  6119 |  3989k|  20.7 |   253M |  80 |2260 |6443 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.03/333.35	c   317s|192500 |  6123 |  3990k|  20.7 |   253M |  80 |2260 |6454 |   0 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.13/333.47	c   317s|192600 |  6120 |  3991k|  20.7 |   253M |  80 |2260 |6512 | 535 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.23/333.58	c   318s|192700 |  6128 |  3993k|  20.7 |   253M |  80 |2260 |6538 | 535 |  64k|  1 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.33/333.69	c   318s|192800 |  6128 |  3994k|  20.7 |   253M |  80 |2260 |6598 | 535 |  64k|  0 | 138k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.53/333.80	c   318s|192900 |  6137 |  3995k|  20.7 |   253M |  80 |2260 |6628 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.63/333.90	c   318s|193000 |  6133 |  3996k|  20.7 |   253M |  80 |2260 |6697 | 535 |  64k|  0 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.63/334.00	c   318s|193100 |  6136 |  3997k|  20.7 |   253M |  80 |2260 |6697 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.74/334.10	c   318s|193200 |  6135 |  3997k|  20.7 |   253M |  80 |2260 |6720 |   0 |  64k|  0 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
332.93/334.21	c   318s|193300 |  6135 |  3998k|  20.7 |   253M |  80 |2260 |6707 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.03/334.32	c   318s|193400 |  6141 |  4000k|  20.7 |   253M |  80 |2260 |6689 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.13/334.44	c   318s|193500 |  6132 |  4001k|  20.7 |   253M |  80 |2260 |6659 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.22/334.54	c   319s|193600 |  6132 |  4002k|  20.7 |   253M |  80 |2260 |6664 | 535 |  64k|  0 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.32/334.64	c   319s|193700 |  6132 |  4003k|  20.7 |   253M |  80 |2260 |6666 | 535 |  64k|  0 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.42/334.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
333.42/334.76	c   319s|193800 |  6127 |  4005k|  20.7 |   253M |  80 |2260 |6645 | 535 |  64k|  0 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.52/334.87	c   319s|193900 |  6124 |  4006k|  20.7 |   253M |  80 |2260 |6659 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.62/334.97	c   319s|194000 |  6122 |  4007k|  20.6 |   253M |  80 |2260 |6721 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.74/335.09	c   319s|194100 |  6123 |  4008k|  20.6 |   253M |  80 |2260 |6700 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
333.92/335.20	c   319s|194200 |  6122 |  4009k|  20.6 |   253M |  80 |2260 |6715 | 535 |  64k|  1 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
334.02/335.31	c   319s|194300 |  6118 |  4010k|  20.6 |   253M |  80 |2260 |6731 | 535 |  64k|  0 | 139k|  11 |-6.000000e+00 |      --      |    Inf | unknown
334.12/335.46	c   319s|194400 |  6117 |  4012k|  20.6 |   253M |  80 |2260 |6703 | 535 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
334.22/335.57	c   320s|194500 |  6119 |  4013k|  20.6 |   253M |  80 |2260 |6658 | 535 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
334.32/335.69	c   320s|194600 |  6119 |  4014k|  20.6 |   253M |  80 |2260 |6647 | 535 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
334.52/335.83	c   320s|194700 |  6118 |  4016k|  20.6 |   253M |  80 |2260 |6543 | 535 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
334.62/335.96	c   320s|194800 |  6111 |  4017k|  20.6 |   253M |  80 |2260 |6540 | 535 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
334.73/336.08	c   320s|194900 |  6112 |  4018k|  20.6 |   253M |  80 |2260 |6540 | 534 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
334.83/336.19	c   320s|195000 |  6110 |  4020k|  20.6 |   253M |  80 |2260 |6537 | 535 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
335.02/336.32	c   320s|195100 |  6112 |  4022k|  20.6 |   253M |  80 |2260 |6515 | 535 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
335.12/336.46	c   320s|195200 |  6112 |  4024k|  20.6 |   253M |  80 |2260 |6484 | 535 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
335.32/336.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
335.32/336.60	c   321s|195300 |  6114 |  4026k|  20.6 |   253M |  80 |2260 |6484 | 535 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
335.42/336.75	c   321s|195400 |  6107 |  4028k|  20.6 |   253M |  80 |2260 |6370 | 533 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
335.61/336.90	c   321s|195500 |  6107 |  4030k|  20.6 |   253M |  80 |2260 |6293 |   0 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
335.73/337.06	c   321s|195600 |  6095 |  4033k|  20.6 |   253M |  80 |2260 |6224 | 534 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
335.83/337.17	c   321s|195700 |  6099 |  4034k|  20.6 |   253M |  80 |2260 |6168 | 535 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
335.91/337.27	c   321s|195800 |  6099 |  4035k|  20.6 |   253M |  80 |2260 |6209 | 535 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
336.11/337.47	c   321s|195900 |  6098 |  4038k|  20.6 |   253M |  80 |2260 |6130 | 535 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
336.31/337.61	c   322s|196000 |  6100 |  4040k|  20.6 |   253M |  80 |2260 |6109 | 536 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
336.41/337.79	c   322s|196100 |  6108 |  4042k|  20.6 |   253M |  80 |2260 |6099 | 534 |  64k|  2 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
336.61/337.94	c   322s|196200 |  6120 |  4044k|  20.6 |   253M |  80 |2260 |6099 | 531 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
336.82/338.11	c   322s|196300 |  6120 |  4047k|  20.6 |   253M |  80 |2260 |6110 | 531 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
336.91/338.27	c   322s|196400 |  6124 |  4049k|  20.6 |   253M |  80 |2260 |6138 | 537 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
337.11/338.43	c   322s|196500 |  6134 |  4051k|  20.6 |   253M |  80 |2260 |6235 | 537 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
337.31/338.62	c   323s|196600 |  6128 |  4054k|  20.6 |   253M |  80 |2260 |6235 | 536 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
337.41/338.78	c   323s|196700 |  6128 |  4057k|  20.6 |   253M |  80 |2260 |6247 | 537 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
337.61/338.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
337.61/338.94	c   323s|196800 |  6126 |  4060k|  20.6 |   253M |  80 |2260 |6245 | 537 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
337.72/339.07	c   323s|196900 |  6120 |  4062k|  20.6 |   253M |  80 |2260 |6250 | 535 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
337.91/339.23	c   323s|197000 |  6115 |  4064k|  20.6 |   253M |  80 |2260 |6213 | 539 |  64k|  1 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
338.01/339.37	c   323s|197100 |  6106 |  4065k|  20.6 |   253M |  80 |2260 |6274 | 539 |  64k|  0 | 140k|  11 |-6.000000e+00 |      --      |    Inf | unknown
338.21/339.51	c   323s|197200 |  6101 |  4067k|  20.6 |   253M |  80 |2260 |6330 | 540 |  64k|  2 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
338.31/339.65	c   324s|197300 |  6105 |  4069k|  20.6 |   253M |  80 |2260 |6343 | 538 |  64k|  0 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
338.40/339.79	c   324s|197400 |  6095 |  4070k|  20.6 |   253M |  80 |2260 |6325 | 537 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
338.60/339.93	c   324s|197500 |  6094 |  4072k|  20.6 |   253M |  80 |2260 |6360 | 535 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
338.72/340.08	c   324s|197600 |  6089 |  4074k|  20.6 |   253M |  80 |2260 |6356 | 540 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
338.90/340.23	c   324s|197700 |  6095 |  4076k|  20.6 |   253M |  80 |2260 |6426 | 539 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
339.00/340.37	c   324s|197800 |  6086 |  4077k|  20.6 |   253M |  80 |2260 |6440 | 536 |  64k|  0 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
339.20/340.53	c   325s|197900 |  6087 |  4080k|  20.6 |   253M |  80 |2260 |6413 | 535 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
339.30/340.66	c   325s|198000 |  6081 |  4081k|  20.6 |   253M |  80 |2260 |6374 | 535 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
339.40/340.77	c   325s|198100 |  6076 |  4082k|  20.6 |   253M |  80 |2260 |6419 | 526 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
339.60/340.93	c   325s|198200 |  6079 |  4084k|  20.6 |   253M |  80 |2260 |6436 |   0 |  64k|  0 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
339.71/341.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
339.71/341.06	c   325s|198300 |  6073 |  4086k|  20.6 |   253M |  80 |2260 |6416 | 537 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
339.81/341.19	c   325s|198400 |  6075 |  4088k|  20.6 |   253M |  80 |2260 |6433 | 538 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.00/341.33	c   325s|198500 |  6066 |  4090k|  20.6 |   253M |  80 |2260 |6455 | 538 |  64k|  2 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.10/341.47	c   325s|198600 |  6062 |  4091k|  20.6 |   253M |  80 |2260 |6525 | 538 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.30/341.61	c   326s|198700 |  6064 |  4093k|  20.6 |   253M |  80 |2260 |6534 | 533 |  64k|  0 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.40/341.73	c   326s|198800 |  6064 |  4094k|  20.6 |   253M |  80 |2260 |6531 | 533 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.50/341.83	c   326s|198900 |  6067 |  4096k|  20.6 |   253M |  80 |2260 |6532 | 533 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.60/341.93	c   326s|199000 |  6079 |  4097k|  20.6 |   253M |  80 |2260 |6542 | 533 |  64k|  1 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.71/342.03	c   326s|199100 |  6065 |  4098k|  20.6 |   253M |  80 |2260 |6579 |   0 |  64k|  0 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.81/342.15	c   326s|199200 |  6077 |  4099k|  20.6 |   253M |  80 |2260 |6580 | 534 |  64k|  0 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
340.90/342.23	c   326s|199300 |  6083 |  4100k|  20.6 |   253M |  80 |2260 |6590 |   0 |  64k|  0 | 141k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.00/342.33	c   326s|199400 |  6080 |  4101k|  20.6 |   253M |  80 |2260 |6596 | 534 |  64k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.10/342.44	c   326s|199500 |  6073 |  4102k|  20.6 |   253M |  80 |2260 |6617 | 537 |  64k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.19/342.54	c   327s|199600 |  6066 |  4103k|  20.6 |   253M |  80 |2260 |6627 | 537 |  64k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.29/342.66	c   327s|199700 |  6072 |  4104k|  20.5 |   253M |  80 |2260 |6619 | 534 |  64k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.39/342.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
341.39/342.79	c   327s|199800 |  6061 |  4105k|  20.5 |   253M |  80 |2260 |6633 | 538 |  64k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.59/342.92	c   327s|199900 |  6067 |  4107k|  20.5 |   253M |  80 |2260 |6576 | 538 |  64k|  2 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.71/343.06	c   327s|200000 |  6067 |  4109k|  20.5 |   253M |  80 |2260 |6591 | 541 |  64k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.81/343.19	c   327s|200100 |  6064 |  4111k|  20.5 |   253M |  80 |2260 |6590 |   0 |  64k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
341.99/343.32	c   327s|200200 |  6061 |  4112k|  20.5 |   253M |  80 |2260 |6611 | 537 |  65k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
342.09/343.46	c   327s|200300 |  6057 |  4114k|  20.5 |   253M |  80 |2260 |6532 | 540 |  65k|  2 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
342.29/343.62	c   328s|200400 |  6061 |  4116k|  20.5 |   253M |  80 |2260 |6319 | 534 |  65k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
342.39/343.78	c   328s|200500 |  6071 |  4118k|  20.5 |   253M |  80 |2260 |6309 | 535 |  65k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
342.59/343.92	c   328s|200600 |  6074 |  4120k|  20.5 |   253M |  80 |2260 |6331 | 539 |  65k|  3 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
342.70/344.04	c   328s|200700 |  6066 |  4121k|  20.5 |   253M |  80 |2260 |6364 | 537 |  65k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
342.80/344.19	c   328s|200800 |  6069 |  4123k|  20.5 |   253M |  80 |2260 |6422 | 537 |  65k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
342.99/344.32	c   328s|200900 |  6076 |  4125k|  20.5 |   253M |  80 |2260 |6393 | 540 |  65k|  2 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
343.09/344.46	c   328s|201000 |  6062 |  4126k|  20.5 |   253M |  80 |2260 |6378 | 534 |  65k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
343.29/344.61	c   329s|201100 |  6063 |  4129k|  20.5 |   253M |  80 |2260 |6350 | 537 |  65k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
343.39/344.74	c   329s|201200 |  6058 |  4131k|  20.5 |   253M |  80 |2260 |6336 | 537 |  65k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
343.49/344.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
343.49/344.89	c   329s|201300 |  6055 |  4132k|  20.5 |   253M |  80 |2260 |6291 | 539 |  65k|  2 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
343.70/345.04	c   329s|201400 |  6049 |  4134k|  20.5 |   253M |  80 |2260 |6279 | 532 |  65k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
343.88/345.22	c   329s|201500 |  6063 |  4137k|  20.5 |   253M |  80 |2260 |6188 | 529 |  65k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
344.08/345.40	c   329s|201600 |  6064 |  4140k|  20.5 |   253M |  80 |2260 |6220 | 529 |  65k|  0 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
344.18/345.54	c   330s|201700 |  6068 |  4142k|  20.5 |   253M |  80 |2260 |6255 | 536 |  65k|  1 | 142k|  11 |-6.000000e+00 |      --      |    Inf | unknown
344.28/345.65	c   330s|201800 |  6072 |  4143k|  20.5 |   253M |  80 |2260 |6292 | 538 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
344.38/345.78	c   330s|201900 |  6080 |  4144k|  20.5 |   253M |  80 |2260 |6291 | 538 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
344.58/345.92	c   330s|202000 |  6078 |  4146k|  20.5 |   253M |  80 |2260 |6295 | 536 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
344.70/346.04	c   330s|202100 |  6070 |  4148k|  20.5 |   253M |  80 |2260 |6308 | 542 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
344.80/346.18	c   330s|202200 |  6072 |  4150k|  20.5 |   253M |  80 |2260 |6266 | 537 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
344.98/346.32	c   330s|202300 |  6084 |  4152k|  20.5 |   253M |  80 |2260 |6263 | 538 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
345.08/346.47	c   330s|202400 |  6080 |  4154k|  20.5 |   253M |  80 |2260 |6314 | 539 |  65k|  3 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
345.28/346.64	c   331s|202500 |  6086 |  4157k|  20.5 |   253M |  80 |2260 |6275 | 539 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
345.38/346.79	c   331s|202600 |  6092 |  4158k|  20.5 |   253M |  80 |2260 |6368 |   0 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
345.58/346.93	c   331s|202700 |  6078 |  4160k|  20.5 |   253M |  80 |2260 |6415 | 538 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
345.69/347.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
345.69/347.10	c   331s|202800 |  6098 |  4162k|  20.5 |   253M |  80 |2260 |6417 | 538 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
345.88/347.29	c   331s|202900 |  6085 |  4165k|  20.5 |   254M |  80 |2260 |6365 | 534 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
346.08/347.46	c   331s|203000 |  6093 |  4168k|  20.5 |   254M |  80 |2260 |6361 | 537 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
346.28/347.60	c   332s|203100 |  6084 |  4170k|  20.5 |   254M |  80 |2260 |6382 | 540 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
346.38/347.73	c   332s|203200 |  6083 |  4172k|  20.5 |   254M |  80 |2260 |6396 | 536 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
346.48/347.88	c   332s|203300 |  6087 |  4174k|  20.5 |   254M |  80 |2260 |6375 | 537 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
346.58/347.99	c   332s|203400 |  6101 |  4175k|  20.5 |   254M |  80 |2260 |6395 | 539 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
346.79/348.14	c   332s|203500 |  6091 |  4177k|  20.5 |   254M |  80 |2260 |6451 | 538 |  65k|  1 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
346.87/348.26	c   332s|203600 |  6097 |  4178k|  20.5 |   254M |  80 |2260 |6508 | 541 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
346.97/348.38	c   332s|203700 |  6099 |  4179k|  20.5 |   254M |  80 |2260 |6528 | 541 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
347.07/348.49	c   332s|203800 |  6103 |  4180k|  20.5 |   254M |  80 |2260 |6540 | 538 |  65k|  0 | 143k|  11 |-6.000000e+00 |      --      |    Inf | unknown
347.27/348.61	c   333s|203900 |  6103 |  4182k|  20.5 |   254M |  80 |2260 |6621 | 539 |  65k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
347.37/348.72	c   333s|204000 |  6101 |  4183k|  20.5 |   254M |  80 |2260 |6649 | 541 |  65k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
347.47/348.84	c   333s|204100 |  6105 |  4184k|  20.5 |   254M |  80 |2260 |6668 | 541 |  65k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
347.57/348.97	c   333s|204200 |  6099 |  4186k|  20.5 |   254M |  80 |2260 |6664 | 541 |  65k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
347.69/349.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
347.69/349.10	c   333s|204300 |  6099 |  4187k|  20.5 |   254M |  80 |2260 |6639 | 542 |  65k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
347.87/349.26	c   333s|204400 |  6097 |  4189k|  20.5 |   254M |  80 |2260 |6524 | 539 |  65k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
348.07/349.41	c   333s|204500 |  6089 |  4192k|  20.5 |   254M |  80 |2260 |6463 | 534 |  65k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
348.17/349.55	c   334s|204600 |  6095 |  4194k|  20.5 |   254M |  80 |2260 |6462 | 534 |  65k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
348.37/349.70	c   334s|204700 |  6087 |  4196k|  20.5 |   254M |  80 |2260 |6481 | 539 |  65k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
348.47/349.84	c   334s|204800 |  6085 |  4197k|  20.5 |   254M |  80 |2260 |6496 | 538 |  65k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
348.57/349.99	c   334s|204900 |  6083 |  4199k|  20.5 |   254M |  80 |2260 |6422 | 538 |  65k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
348.78/350.15	c   334s|205000 |  6091 |  4202k|  20.5 |   254M |  80 |2260 |6429 | 538 |  65k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
348.87/350.28	c   334s|205100 |  6089 |  4203k|  20.5 |   254M |  80 |2260 |6500 | 538 |  65k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
349.07/350.43	c   334s|205200 |  6093 |  4206k|  20.5 |   254M |  80 |2260 |6505 | 541 |  66k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
349.17/350.58	c   335s|205300 |  6091 |  4208k|  20.5 |   254M |  80 |2260 |6575 | 541 |  66k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
349.37/350.74	c   335s|205400 |  6089 |  4210k|  20.5 |   254M |  80 |2260 |6529 | 537 |  66k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
349.46/350.86	c   335s|205500 |  6091 |  4211k|  20.5 |   254M |  80 |2260 |6528 | 538 |  66k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
349.56/350.96	c   335s|205600 |  6091 |  4212k|  20.5 |   254M |  80 |2260 |6626 | 537 |  66k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
349.68/351.08	c   335s|205700 |  6089 |  4213k|  20.5 |   254M |  80 |2260 |6718 | 535 |  66k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
349.86/351.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
349.86/351.23	c   335s|205800 |  6086 |  4216k|  20.5 |   254M |  80 |2260 |6677 | 544 |  66k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
349.96/351.38	c   335s|205900 |  6094 |  4218k|  20.5 |   254M |  80 |2260 |6658 | 538 |  66k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
350.06/351.49	c   335s|206000 |  6090 |  4219k|  20.5 |   254M |  80 |2260 |6722 | 538 |  66k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
350.26/351.60	c   336s|206100 |  6096 |  4220k|  20.5 |   254M |  80 |2260 |6655 | 537 |  66k|  0 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
350.36/351.71	c   336s|206200 |  6100 |  4221k|  20.5 |   254M |  80 |2260 |6660 | 537 |  66k|  1 | 144k|  11 |-6.000000e+00 |      --      |    Inf | unknown
350.46/351.82	c   336s|206300 |  6092 |  4223k|  20.5 |   254M |  80 |2260 |6673 | 538 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
350.56/351.94	c   336s|206400 |  6095 |  4224k|  20.5 |   254M |  80 |2260 |6660 | 538 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
350.67/352.09	c   336s|206500 |  6089 |  4226k|  20.5 |   254M |  80 |2260 |6659 | 537 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
350.86/352.20	c   336s|206600 |  6089 |  4227k|  20.5 |   254M |  80 |2260 |6696 | 537 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
350.96/352.31	c   336s|206700 |  6087 |  4229k|  20.5 |   254M |  80 |2260 |6691 | 538 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
351.06/352.44	c   336s|206800 |  6087 |  4230k|  20.5 |   254M |  80 |2260 |6684 | 538 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
351.16/352.56	c   337s|206900 |  6091 |  4232k|  20.4 |   254M |  80 |2260 |6693 |   0 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
351.26/352.68	c   337s|207000 |  6087 |  4233k|  20.4 |   254M |  80 |2260 |6746 | 539 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
351.46/352.83	c   337s|207100 |  6077 |  4234k|  20.4 |   254M |  80 |2260 |6684 | 540 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
351.56/352.95	c   337s|207200 |  6081 |  4236k|  20.4 |   254M |  80 |2260 |6657 | 538 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
351.67/353.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
351.67/353.08	c   337s|207300 |  6082 |  4237k|  20.4 |   254M |  80 |2260 |6530 | 535 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
351.86/353.23	c   337s|207400 |  6065 |  4239k|  20.4 |   254M |  80 |2260 |6503 | 538 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
351.96/353.35	c   337s|207500 |  6071 |  4240k|  20.4 |   254M |  80 |2260 |6492 | 539 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
352.06/353.47	c   337s|207600 |  6066 |  4241k|  20.4 |   254M |  80 |2260 |6530 | 539 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
352.25/353.60	c   338s|207700 |  6067 |  4243k|  20.4 |   254M |  80 |2260 |6519 |   0 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
352.35/353.72	c   338s|207800 |  6068 |  4244k|  20.4 |   254M |  80 |2260 |6544 | 539 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
352.45/353.84	c   338s|207900 |  6074 |  4245k|  20.4 |   254M |  80 |2260 |6600 | 539 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
352.55/353.96	c   338s|208000 |  6064 |  4247k|  20.4 |   254M |  80 |2260 |6627 | 536 |  66k|  1 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
352.67/354.10	c   338s|208100 |  6063 |  4248k|  20.4 |   254M |  80 |2260 |6614 | 536 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
352.85/354.26	c   338s|208200 |  6069 |  4250k|  20.4 |   254M |  80 |2260 |6584 |   0 |  66k|  0 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
353.05/354.41	c   338s|208300 |  6069 |  4252k|  20.4 |   254M |  80 |2260 |6630 | 539 |  66k|  2 | 145k|  11 |-6.000000e+00 |      --      |    Inf | unknown
353.15/354.55	c   339s|208400 |  6065 |  4253k|  20.4 |   254M |  80 |2260 |6649 | 535 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
353.35/354.70	c   339s|208500 |  6075 |  4255k|  20.4 |   254M |  80 |2260 |6619 | 536 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
353.45/354.86	c   339s|208600 |  6076 |  4257k|  20.4 |   254M |  80 |2260 |6616 | 537 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
353.55/354.99	c   339s|208700 |  6086 |  4259k|  20.4 |   254M |  80 |2260 |6601 | 537 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
353.66/355.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
353.66/355.11	c   339s|208800 |  6081 |  4260k|  20.4 |   254M |  80 |2260 |6603 | 537 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
353.85/355.23	c   339s|208900 |  6076 |  4262k|  20.4 |   254M |  80 |2260 |6605 | 535 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
354.05/355.44	c   339s|209000 |  6076 |  4264k|  20.4 |   254M |  80 |2260 |6604 | 536 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
354.15/355.55	c   340s|209100 |  6078 |  4265k|  20.4 |   254M |  80 |2260 |6590 | 539 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
354.25/355.68	c   340s|209200 |  6079 |  4266k|  20.4 |   254M |  80 |2260 |6568 | 539 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
354.45/355.81	c   340s|209300 |  6079 |  4268k|  20.4 |   254M |  80 |2260 |6587 | 539 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
354.55/355.94	c   340s|209400 |  6077 |  4269k|  20.4 |   254M |  80 |2260 |6582 | 539 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
354.66/356.07	c   340s|209500 |  6073 |  4271k|  20.4 |   254M |  80 |2260 |6574 | 533 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
354.84/356.20	c   340s|209600 |  6079 |  4273k|  20.4 |   254M |  80 |2260 |6541 | 539 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
354.94/356.36	c   340s|209700 |  6075 |  4275k|  20.4 |   254M |  80 |2260 |6491 | 538 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
355.04/356.49	c   340s|209800 |  6079 |  4277k|  20.4 |   254M |  80 |2260 |6508 | 538 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
355.24/356.62	c   341s|209900 |  6079 |  4279k|  20.4 |   254M |  80 |2260 |6495 | 541 |  66k|  2 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
355.34/356.78	c   341s|210000 |  6077 |  4281k|  20.4 |   254M |  80 |2260 |6543 | 539 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
355.54/356.93	c   341s|210100 |  6073 |  4284k|  20.4 |   254M |  80 |2260 |6504 | 534 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
355.66/357.07	c   341s|210200 |  6069 |  4286k|  20.4 |   254M |  80 |2260 |6485 | 542 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
355.84/357.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
355.84/357.20	c   341s|210300 |  6073 |  4287k|  20.4 |   254M |  80 |2260 |6494 | 538 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
355.94/357.31	c   341s|210400 |  6075 |  4288k|  20.4 |   254M |  80 |2260 |6541 | 536 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.04/357.43	c   341s|210500 |  6076 |  4290k|  20.4 |   254M |  80 |2260 |6566 | 537 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.14/357.54	c   342s|210600 |  6080 |  4291k|  20.4 |   254M |  80 |2260 |6570 | 537 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.24/357.65	c   342s|210700 |  6076 |  4292k|  20.4 |   254M |  80 |2260 |6578 | 539 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.34/357.75	c   342s|210800 |  6080 |  4294k|  20.4 |   254M |  80 |2260 |6606 | 537 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.44/357.87	c   342s|210900 |  6074 |  4295k|  20.4 |   254M |  80 |2260 |6610 | 537 |  66k|  1 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.54/357.97	c   342s|211000 |  6073 |  4296k|  20.4 |   254M |  80 |2260 |6633 | 537 |  66k|  0 | 146k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.65/358.08	c   342s|211100 |  6074 |  4297k|  20.3 |   254M |  80 |2260 |6651 | 537 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.84/358.20	c   342s|211200 |  6068 |  4298k|  20.3 |   254M |  80 |2260 |6639 | 538 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
356.94/358.31	c   342s|211300 |  6070 |  4300k|  20.3 |   254M |  80 |2260 |6572 | 537 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.04/358.42	c   342s|211400 |  6072 |  4301k|  20.3 |   254M |  80 |2260 |6618 | 537 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.14/358.55	c   343s|211500 |  6068 |  4302k|  20.3 |   254M |  80 |2260 |6654 | 537 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.24/358.66	c   343s|211600 |  6066 |  4303k|  20.3 |   254M |  80 |2260 |6682 | 536 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.34/358.76	c   343s|211700 |  6074 |  4304k|  20.3 |   254M |  80 |2260 |6628 | 536 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.44/358.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
357.44/358.88	c   343s|211800 |  6070 |  4305k|  20.3 |   254M |  80 |2260 |6622 | 535 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.54/358.99	c   343s|211900 |  6069 |  4306k|  20.3 |   254M |  80 |2260 |6630 | 536 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.65/359.10	c   343s|212000 |  6068 |  4308k|  20.3 |   254M |  80 |2260 |6653 | 536 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.83/359.21	c   343s|212100 |  6064 |  4309k|  20.3 |   254M |  80 |2260 |6651 | 535 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
357.93/359.32	c   343s|212200 |  6064 |  4310k|  20.3 |   254M |  80 |2260 |6658 | 535 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
358.03/359.45	c   343s|212300 |  6068 |  4311k|  20.3 |   254M |  80 |2260 |6659 | 538 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
358.13/359.57	c   344s|212400 |  6066 |  4313k|  20.3 |   254M |  80 |2260 |6674 | 536 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
358.33/359.70	c   344s|212500 |  6068 |  4315k|  20.3 |   254M |  80 |2260 |6683 | 537 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
358.33/359.79	c   344s|212600 |  6069 |  4315k|  20.3 |   254M |  80 |2260 |6694 | 539 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
358.53/359.91	c   344s|212700 |  6067 |  4317k|  20.3 |   254M |  80 |2260 |6694 | 539 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
358.65/360.03	c   344s|212800 |  6065 |  4318k|  20.3 |   254M |  80 |2260 |6725 | 539 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
358.74/360.17	c   344s|212900 |  6063 |  4320k|  20.3 |   254M |  80 |2260 |6713 |   0 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
358.83/360.29	c   344s|213000 |  6068 |  4322k|  20.3 |   254M |  80 |2260 |6660 | 537 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
359.03/360.41	c   344s|213100 |  6070 |  4323k|  20.3 |   254M |  80 |2260 |6666 | 537 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
359.13/360.53	c   345s|213200 |  6061 |  4324k|  20.3 |   254M |  80 |2260 |6678 | 541 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
359.23/360.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
359.23/360.67	c   345s|213300 |  6059 |  4326k|  20.3 |   254M |  80 |2260 |6698 | 536 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
359.43/360.80	c   345s|213400 |  6063 |  4328k|  20.3 |   254M |  80 |2260 |6725 |   0 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
359.43/360.89	c   345s|213500 |  6061 |  4329k|  20.3 |   254M |  80 |2260 |6746 | 538 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
359.64/361.03	c   345s|213600 |  6057 |  4331k|  20.3 |   254M |  80 |2260 |6747 | 541 |  66k|  0 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
359.74/361.16	c   345s|213700 |  6055 |  4332k|  20.3 |   254M |  80 |2260 |6790 | 535 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
359.93/361.31	c   345s|213800 |  6061 |  4334k|  20.3 |   254M |  80 |2260 |6812 | 543 |  66k|  1 | 147k|  11 |-6.000000e+00 |      --      |    Inf | unknown
360.03/361.47	c   345s|213900 |  6059 |  4337k|  20.3 |   254M |  80 |2260 |6784 | 540 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
360.23/361.62	c   346s|214000 |  6058 |  4339k|  20.3 |   254M |  80 |2260 |6782 | 543 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
360.32/361.78	c   346s|214100 |  6056 |  4342k|  20.3 |   254M |  80 |2260 |6740 | 534 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
360.52/361.92	c   346s|214200 |  6054 |  4344k|  20.3 |   254M |  80 |2260 |6714 | 534 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
360.64/362.07	c   346s|214300 |  6066 |  4346k|  20.3 |   254M |  80 |2260 |6615 | 536 |  66k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
360.82/362.22	c   346s|214400 |  6060 |  4348k|  20.3 |   254M |  80 |2260 |6578 | 537 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
360.92/362.38	c   346s|214500 |  6074 |  4350k|  20.3 |   254M |  80 |2260 |6584 |   0 |  66k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.12/362.53	c   347s|214600 |  6073 |  4352k|  20.3 |   254M |  80 |2260 |6594 | 538 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.22/362.62	c   347s|214700 |  6077 |  4353k|  20.3 |   254M |  80 |2260 |6611 | 541 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.32/362.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
361.32/362.72	c   347s|214800 |  6081 |  4354k|  20.3 |   254M |  80 |2260 |6665 | 541 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.42/362.80	c   347s|214900 |  6081 |  4355k|  20.3 |   254M |  80 |2260 |6668 | 543 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.52/362.90	c   347s|215000 |  6085 |  4356k|  20.3 |   254M |  80 |2260 |6677 |   0 |  66k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.52/363.00	c   347s|215100 |  6089 |  4358k|  20.3 |   254M |  80 |2260 |6695 | 544 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.73/363.14	c   347s|215200 |  6083 |  4359k|  20.2 |   254M |  80 |2260 |6692 | 542 |  66k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.82/363.24	c   347s|215300 |  6087 |  4360k|  20.2 |   254M |  80 |2260 |6702 |   0 |  67k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.92/363.31	c   347s|215400 |  6084 |  4361k|  20.2 |   254M |  80 |2260 |6703 | 543 |  67k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
361.92/363.39	c   347s|215500 |  6086 |  4362k|  20.2 |   254M |  80 |2260 |6704 | 541 |  67k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
362.02/363.49	c   347s|215600 |  6091 |  4363k|  20.2 |   254M |  80 |2260 |6716 |   0 |  67k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
362.22/363.62	c   348s|215700 |  6093 |  4365k|  20.2 |   254M |  80 |2260 |6790 | 541 |  67k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
362.32/363.78	c   348s|215800 |  6071 |  4367k|  20.2 |   254M |  80 |2260 |6853 | 539 |  67k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
362.52/363.91	c   348s|215900 |  6071 |  4369k|  20.2 |   254M |  80 |2260 |6881 | 541 |  67k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
362.63/364.04	c   348s|216000 |  6080 |  4371k|  20.2 |   254M |  80 |2260 |6867 |   0 |  67k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
362.73/364.14	c   348s|216100 |  6084 |  4371k|  20.2 |   254M |  80 |2260 |6884 | 538 |  67k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
362.82/364.24	c   348s|216200 |  6088 |  4373k|  20.2 |   254M |  80 |2260 |6885 | 538 |  67k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
362.92/364.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
362.92/364.32	c   348s|216300 |  6085 |  4373k|  20.2 |   254M |  80 |2260 |6893 | 538 |  67k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
363.02/364.41	c   348s|216400 |  6085 |  4374k|  20.2 |   254M |  80 |2260 |6904 | 539 |  67k|  1 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
363.11/364.51	c   348s|216500 |  6083 |  4376k|  20.2 |   254M |  80 |2260 |6938 | 540 |  67k|  0 | 148k|  11 |-6.000000e+00 |      --      |    Inf | unknown
363.21/364.63	c   349s|216600 |  6079 |  4377k|  20.2 |   254M |  80 |2260 |6898 |   0 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
363.31/364.78	c   349s|216700 |  6089 |  4379k|  20.2 |   254M |  80 |2260 |6833 | 536 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
363.51/364.93	c   349s|216800 |  6086 |  4381k|  20.2 |   254M |  80 |2260 |6772 | 536 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
363.63/365.08	c   349s|216900 |  6089 |  4383k|  20.2 |   254M |  80 |2260 |6845 | 536 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
363.81/365.24	c   349s|217000 |  6082 |  4385k|  20.2 |   254M |  80 |2260 |6855 | 537 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
363.91/365.38	c   349s|217100 |  6076 |  4387k|  20.2 |   254M |  80 |2260 |6773 | 539 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
364.11/365.51	c   349s|217200 |  6070 |  4389k|  20.2 |   254M |  80 |2260 |6769 | 539 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
364.21/365.66	c   350s|217300 |  6064 |  4391k|  20.2 |   254M |  80 |2260 |6750 | 540 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
364.41/365.82	c   350s|217400 |  6060 |  4393k|  20.2 |   254M |  80 |2260 |6708 | 535 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
364.51/365.98	c   350s|217500 |  6051 |  4396k|  20.2 |   254M |  80 |2260 |6661 | 536 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
364.81/366.20	c   350s|217600 |  6053 |  4398k|  20.2 |   254M |  80 |2260 |6674 | 536 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
364.91/366.37	c   350s|217700 |  6045 |  4401k|  20.2 |   254M |  80 |2260 |6646 | 533 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.11/366.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
365.11/366.50	c   350s|217800 |  6047 |  4403k|  20.2 |   254M |  80 |2260 |6637 | 536 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.21/366.64	c   351s|217900 |  6055 |  4405k|  20.2 |   254M |  80 |2260 |6698 | 538 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.31/366.71	c   351s|218000 |  6061 |  4405k|  20.2 |   254M |  80 |2260 |6704 | 538 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.41/366.86	c   351s|218100 |  6058 |  4405k|  20.2 |   254M |  80 |2260 |6700 | 538 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.51/366.94	c   351s|218200 |  6058 |  4406k|  20.2 |   254M |  83 |2260 |6708 | 538 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.62/367.01	c   351s|218300 |  6062 |  4407k|  20.2 |   254M |  83 |2260 |6719 |   0 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.62/367.08	c   351s|218400 |  6062 |  4407k|  20.2 |   254M |  83 |2260 |6816 |   0 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.72/367.15	c   351s|218500 |  6066 |  4407k|  20.2 |   254M |  83 |2260 |6847 | 538 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.80/367.21	c   351s|218600 |  6064 |  4408k|  20.2 |   254M |  83 |2260 |6857 | 538 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.80/367.28	c   351s|218700 |  6064 |  4408k|  20.2 |   254M |  83 |2260 |6890 |   0 |  67k|  0 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
365.90/367.35	c   351s|218800 |  6068 |  4409k|  20.1 |   254M |  83 |2260 |6907 | 538 |  67k|  1 | 149k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.00/367.45	c   351s|218900 |  6072 |  4410k|  20.1 |   254M |  83 |2260 |7012 | 540 |  67k|  2 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.10/367.53	c   352s|219000 |  6068 |  4410k|  20.1 |   254M |  83 |2260 |7052 | 538 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.20/367.62	c   352s|219100 |  6074 |  4411k|  20.1 |   254M |  83 |2260 |7061 | 538 |  67k|  0 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.30/367.70	c   352s|219200 |  6067 |  4412k|  20.1 |   254M |  83 |2260 |7081 | 538 |  67k|  0 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.40/367.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
366.40/367.80	c   352s|219300 |  6062 |  4413k|  20.1 |   254M |  83 |2260 |7106 | 539 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.40/367.89	c   352s|219400 |  6072 |  4414k|  20.1 |   254M |  83 |2260 |7116 | 538 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.50/368.00	c   352s|219500 |  6071 |  4415k|  20.1 |   254M |  83 |2260 |7125 | 538 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.62/368.09	c   352s|219600 |  6068 |  4416k|  20.1 |   254M |  83 |2260 |7172 | 538 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.80/368.22	c   352s|219700 |  6065 |  4417k|  20.1 |   254M |  83 |2260 |7211 | 538 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
366.90/368.36	c   352s|219800 |  6057 |  4419k|  20.1 |   254M |  83 |2260 |7229 | 539 |  67k|  0 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
367.00/368.49	c   352s|219900 |  6056 |  4420k|  20.1 |   254M |  83 |2260 |7242 | 539 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
367.20/368.62	c   353s|220000 |  6054 |  4422k|  20.1 |   254M |  83 |2260 |7209 | 537 |  67k|  2 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
367.30/368.76	c   353s|220100 |  6050 |  4424k|  20.1 |   254M |  83 |2260 |7055 | 532 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
367.40/368.87	c   353s|220200 |  6059 |  4425k|  20.1 |   254M |  83 |2260 |7052 | 537 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
367.50/369.00	c   353s|220300 |  6052 |  4426k|  20.1 |   254M |  83 |2260 |7202 |   0 |  67k|  0 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
367.71/369.12	c   353s|220400 |  6056 |  4427k|  20.1 |   254M |  83 |2260 |7227 | 537 |  67k|  1 | 150k|  11 |-6.000000e+00 |      --      |    Inf | unknown
367.80/369.25	c   353s|220500 |  6053 |  4428k|  20.1 |   254M |  83 |2260 |7266 | 537 |  67k|  1 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
367.90/369.37	c   353s|220600 |  6055 |  4430k|  20.1 |   254M |  83 |2260 |7277 | 537 |  67k|  1 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.10/369.50	c   353s|220700 |  6055 |  4432k|  20.1 |   254M |  83 |2260 |7142 | 537 |  67k|  0 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.20/369.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
368.20/369.63	c   354s|220800 |  6055 |  4433k|  20.1 |   254M |  83 |2260 |7079 | 537 |  67k|  1 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.30/369.75	c   354s|220900 |  6055 |  4435k|  20.1 |   254M |  83 |2260 |7106 | 537 |  67k|  0 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.40/369.88	c   354s|221000 |  6053 |  4436k|  20.1 |   254M |  83 |2260 |7100 | 537 |  67k|  1 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.49/369.99	c   354s|221100 |  6057 |  4437k|  20.1 |   254M |  83 |2260 |7133 | 537 |  67k|  0 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.61/370.10	c   354s|221200 |  6050 |  4438k|  20.1 |   254M |  83 |2260 |7164 | 537 |  67k|  0 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.79/370.23	c   354s|221300 |  6058 |  4439k|  20.1 |   254M |  83 |2260 |7200 | 537 |  67k|  1 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.89/370.35	c   354s|221400 |  6054 |  4441k|  20.1 |   254M |  83 |2260 |7193 | 537 |  67k|  1 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
368.99/370.47	c   354s|221500 |  6053 |  4442k|  20.0 |   254M |  83 |2260 |7228 | 537 |  67k|  0 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
369.19/370.60	c   355s|221600 |  6056 |  4443k|  20.0 |   254M |  83 |2260 |7231 |   0 |  67k|  0 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
369.29/370.74	c   355s|221700 |  6051 |  4444k|  20.0 |   254M |  83 |2260 |7315 | 535 |  67k|  0 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
369.49/370.90	c   355s|221800 |  6060 |  4447k|  20.0 |   254M |  83 |2260 |7187 | 539 |  67k|  0 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
369.60/371.03	c   355s|221900 |  6052 |  4449k|  20.0 |   254M |  83 |2260 |7140 | 535 |  67k|  1 | 151k|  11 |-6.000000e+00 |      --      |    Inf | unknown
369.70/371.16	c   355s|222000 |  6051 |  4451k|  20.0 |   254M |  83 |2260 |7108 | 534 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
369.79/371.25	c   355s|222100 |  6061 |  4452k|  20.0 |   254M |  83 |2260 |7120 | 539 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
369.89/371.34	c   355s|222200 |  6061 |  4453k|  20.0 |   254M |  83 |2260 |7117 | 538 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
369.99/371.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
369.99/371.44	c   355s|222300 |  6061 |  4454k|  20.0 |   254M |  83 |2260 |7141 | 539 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
370.09/371.53	c   356s|222400 |  6059 |  4455k|  20.0 |   254M |  83 |2260 |7146 | 538 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
370.19/371.64	c   356s|222500 |  6059 |  4457k|  20.0 |   254M |  83 |2260 |7143 | 540 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
370.29/371.74	c   356s|222600 |  6057 |  4458k|  20.0 |   254M |  83 |2260 |7146 | 539 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
370.39/371.86	c   356s|222700 |  6055 |  4460k|  20.0 |   254M |  83 |2260 |7192 | 541 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
370.60/372.01	c   356s|222800 |  6047 |  4462k|  20.0 |   254M |  83 |2260 |7138 |   0 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
370.70/372.17	c   356s|222900 |  6047 |  4464k|  20.0 |   254M |  83 |2260 |6988 | 535 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
370.89/372.31	c   356s|223000 |  6051 |  4465k|  20.0 |   254M |  83 |2260 |6985 |   0 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
370.99/372.46	c   356s|223100 |  6052 |  4467k|  20.0 |   254M |  83 |2260 |6963 | 541 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
371.18/372.61	c   357s|223200 |  6050 |  4468k|  20.0 |   254M |  83 |2260 |6977 | 541 |  67k|  2 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
371.28/372.74	c   357s|223300 |  6050 |  4470k|  20.0 |   254M |  83 |2260 |6954 | 535 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
371.38/372.86	c   357s|223400 |  6051 |  4471k|  20.0 |   254M |  83 |2260 |6976 | 535 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
371.60/373.01	c   357s|223500 |  6063 |  4473k|  20.0 |   254M |  83 |2260 |6925 | 537 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
371.70/373.19	c   357s|223600 |  6072 |  4476k|  20.0 |   254M |  83 |2260 |6944 | 538 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
371.88/373.36	c   357s|223700 |  6065 |  4479k|  20.0 |   254M |  83 |2260 |6938 | 536 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
372.08/373.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
372.08/373.53	c   358s|223800 |  6065 |  4482k|  20.0 |   254M |  83 |2260 |6941 | 537 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
372.28/373.70	c   358s|223900 |  6057 |  4484k|  20.0 |   254M |  83 |2260 |7109 | 539 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
372.38/373.86	c   358s|224000 |  6065 |  4487k|  20.0 |   255M |  83 |2260 |7072 | 537 |  67k|  1 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
372.48/373.97	c   358s|224100 |  6071 |  4489k|  20.0 |   255M |  83 |2260 |7079 |   0 |  67k|  0 | 152k|  11 |-6.000000e+00 |      --      |    Inf | unknown
372.59/374.08	c   358s|224200 |  6074 |  4489k|  20.0 |   255M |  83 |2260 |7196 | 538 |  67k|  1 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
372.78/374.21	c   358s|224300 |  6067 |  4490k|  20.0 |   255M |  83 |2260 |7273 | 538 |  67k|  0 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
372.88/374.36	c   358s|224400 |  6071 |  4492k|  20.0 |   255M |  83 |2260 |7316 | 537 |  67k|  0 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
372.98/374.49	c   358s|224500 |  6089 |  4494k|  20.0 |   255M |  83 |2260 |7363 |   0 |  67k|  0 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
373.18/374.61	c   359s|224600 |  6089 |  4495k|  20.0 |   255M |  83 |2260 |7347 | 536 |  67k|  1 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
373.28/374.75	c   359s|224700 |  6095 |  4496k|  20.0 |   255M |  83 |2260 |7415 | 538 |  67k|  1 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
373.38/374.88	c   359s|224800 |  6101 |  4498k|  20.0 |   255M |  83 |2260 |7455 |   0 |  67k|  0 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
373.59/375.02	c   359s|224900 |  6101 |  4500k|  20.0 |   255M |  83 |2260 |7463 | 537 |  67k|  0 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
373.69/375.14	c   359s|225000 |  6102 |  4501k|  20.0 |   255M |  83 |2260 |7482 | 536 |  67k|  1 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
373.78/375.28	c   359s|225100 |  6103 |  4502k|  20.0 |   255M |  83 |2260 |7485 | 537 |  67k|  1 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
373.97/375.44	c   359s|225200 |  6086 |  4505k|  20.0 |   255M |  83 |2260 |7438 | 536 |  67k|  1 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
374.07/375.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
374.07/375.58	c   360s|225300 |  6085 |  4507k|  20.0 |   255M |  83 |2260 |7476 | 536 |  67k|  1 | 153k|  11 |-6.000000e+00 |      --      |    Inf | unknown
374.27/375.71	c   360s|225400 |  6087 |  4507k|  20.0 |   255M |  83 |2260 |7564 | 538 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
374.37/375.85	c   360s|225500 |  6088 |  4508k|  20.0 |   255M |  83 |2260 |7534 | 538 |  67k|  2 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
374.47/375.97	c   360s|225600 |  6094 |  4509k|  20.0 |   255M |  83 |2260 |7558 | 537 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
374.59/376.10	c   360s|225700 |  6088 |  4511k|  20.0 |   255M |  83 |2260 |7541 | 539 |  67k|  0 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
374.77/376.24	c   360s|225800 |  6086 |  4513k|  20.0 |   255M |  83 |2260 |7544 | 539 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
374.87/376.38	c   360s|225900 |  6094 |  4515k|  20.0 |   255M |  83 |2260 |7579 | 539 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
375.07/376.53	c   361s|226000 |  6088 |  4517k|  20.0 |   255M |  83 |2260 |7554 |   0 |  67k|  0 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
375.17/376.69	c   361s|226100 |  6086 |  4520k|  20.0 |   255M |  83 |2260 |7535 | 538 |  67k|  2 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
375.37/376.84	c   361s|226200 |  6090 |  4521k|  20.0 |   255M |  83 |2260 |7570 | 541 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
375.47/376.97	c   361s|226300 |  6090 |  4523k|  20.0 |   255M |  83 |2260 |7596 | 540 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
375.58/377.11	c   361s|226400 |  6082 |  4524k|  20.0 |   255M |  83 |2260 |7604 | 537 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
375.77/377.25	c   361s|226500 |  6080 |  4526k|  20.0 |   255M |  83 |2260 |7509 | 536 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
375.87/377.39	c   361s|226600 |  6088 |  4528k|  20.0 |   255M |  83 |2260 |7506 | 538 |  67k|  2 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
376.07/377.54	c   362s|226700 |  6090 |  4530k|  20.0 |   255M |  83 |2260 |7527 | 536 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
376.27/377.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
376.27/377.70	c   362s|226800 |  6082 |  4533k|  20.0 |   255M |  83 |2260 |7540 | 536 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
376.37/377.85	c   362s|226900 |  6072 |  4535k|  20.0 |   255M |  83 |2260 |7488 | 537 |  67k|  0 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
376.47/377.99	c   362s|227000 |  6084 |  4537k|  20.0 |   255M |  83 |2260 |7469 |   0 |  67k|  0 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
376.68/378.14	c   362s|227100 |  6080 |  4539k|  20.0 |   255M |  83 |2260 |7397 | 535 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
376.76/378.29	c   362s|227200 |  6084 |  4542k|  20.0 |   255M |  83 |2260 |7349 | 535 |  67k|  1 | 154k|  11 |-6.000000e+00 |      --      |    Inf | unknown
376.96/378.46	c   362s|227300 |  6080 |  4544k|  20.0 |   255M |  83 |2260 |7229 | 535 |  67k|  0 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
377.16/378.61	c   363s|227400 |  6074 |  4547k|  20.0 |   255M |  83 |2260 |7205 | 535 |  67k|  1 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
377.26/378.74	c   363s|227500 |  6080 |  4548k|  20.0 |   255M |  83 |2260 |7262 | 537 |  67k|  1 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
377.36/378.89	c   363s|227600 |  6078 |  4549k|  20.0 |   255M |  83 |2260 |7321 |   0 |  67k|  0 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
377.58/379.02	c   363s|227700 |  6083 |  4551k|  20.0 |   255M |  83 |2260 |7312 |   0 |  67k|  0 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
377.68/379.17	c   363s|227800 |  6083 |  4553k|  20.0 |   255M |  83 |2260 |7343 | 537 |  67k|  1 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
377.86/379.31	c   363s|227900 |  6071 |  4555k|  20.0 |   255M |  83 |2260 |7425 | 535 |  67k|  0 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
378.06/379.53	c   364s|228000 |  6077 |  4560k|  20.0 |   255M |  83 |2260 |7303 | 532 |  67k|  0 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
378.26/379.72	c   364s|228100 |  6085 |  4562k|  20.0 |   255M |  83 |2260 |7151 | 536 |  67k|  1 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
378.36/379.86	c   364s|228200 |  6073 |  4564k|  20.0 |   255M |  83 |2260 |7149 | 534 |  67k|  0 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
378.46/379.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
378.46/379.99	c   364s|228300 |  6069 |  4565k|  20.0 |   255M |  83 |2260 |6968 | 538 |  67k|  0 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
378.67/380.12	c   364s|228400 |  6099 |  4567k|  20.0 |   255M |  83 |2260 |6730 |   0 |  68k|  0 | 155k|  11 |-6.000000e+00 |      --      |    Inf | unknown
378.76/380.23	c   364s|228500 |  6119 |  4568k|  20.0 |   255M |  83 |2260 |6684 | 536 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
378.86/380.34	c   364s|228600 |  6132 |  4568k|  20.0 |   255M |  83 |2260 |6708 | 540 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
378.96/380.43	c   364s|228700 |  6154 |  4569k|  20.0 |   255M |  83 |2260 |6710 | 541 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
379.06/380.53	c   365s|228800 |  6140 |  4570k|  20.0 |   255M |  83 |2260 |6703 | 540 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
379.16/380.65	c   365s|228900 |  6146 |  4571k|  20.0 |   255M |  83 |2260 |6681 | 541 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
379.26/380.78	c   365s|229000 |  6151 |  4572k|  20.0 |   255M |  83 |2260 |6674 | 544 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
379.35/380.89	c   365s|229100 |  6173 |  4574k|  20.0 |   256M |  83 |2260 |6723 | 542 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
379.57/381.04	c   365s|229200 |  6151 |  4575k|  20.0 |   256M |  83 |2260 |6736 |   0 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
379.67/381.18	c   365s|229300 |  6148 |  4577k|  20.0 |   256M |  83 |2260 |6802 |   0 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
379.85/381.33	c   365s|229400 |  6163 |  4578k|  20.0 |   256M |  83 |2260 |6790 | 539 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
379.95/381.46	c   365s|229500 |  6174 |  4580k|  19.9 |   256M |  83 |2260 |6845 | 544 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
380.15/381.61	c   366s|229600 |  6174 |  4581k|  19.9 |   256M |  83 |2260 |6804 | 539 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
380.25/381.72	c   366s|229700 |  6186 |  4583k|  19.9 |   256M |  83 |2260 |6825 | 541 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
380.35/381.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
380.35/381.85	c   366s|229800 |  6185 |  4583k|  19.9 |   256M |  83 |2260 |6856 | 541 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
380.45/381.96	c   366s|229900 |  6183 |  4584k|  19.9 |   256M |  83 |2260 |6901 | 541 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
380.66/382.13	c   366s|230000 |  6191 |  4587k|  19.9 |   256M |  83 |2260 |6889 | 539 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
380.75/382.26	c   366s|230100 |  6199 |  4588k|  19.9 |   256M |  83 |2260 |6898 | 539 |  68k|  1 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
380.85/382.37	c   366s|230200 |  6193 |  4589k|  19.9 |   256M |  83 |2260 |6882 | 539 |  68k|  0 | 156k|  11 |-6.000000e+00 |      --      |    Inf | unknown
380.95/382.49	c   366s|230300 |  6197 |  4590k|  19.9 |   256M |  83 |2260 |6882 | 541 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
381.15/382.60	c   367s|230400 |  6195 |  4591k|  19.9 |   256M |  83 |2260 |6866 | 542 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
381.25/382.75	c   367s|230500 |  6194 |  4593k|  19.9 |   256M |  83 |2260 |6898 | 539 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
381.35/382.86	c   367s|230600 |  6190 |  4594k|  19.9 |   256M |  83 |2260 |6900 | 539 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
381.45/382.98	c   367s|230700 |  6186 |  4595k|  19.9 |   256M |  83 |2260 |6894 | 542 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
381.66/383.12	c   367s|230800 |  6186 |  4597k|  19.9 |   256M |  83 |2260 |6888 | 539 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
381.75/383.25	c   367s|230900 |  6188 |  4598k|  19.9 |   256M |  83 |2260 |6883 | 544 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
381.85/383.36	c   367s|231000 |  6192 |  4599k|  19.9 |   256M |  83 |2260 |6887 | 543 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
381.95/383.48	c   367s|231100 |  6182 |  4601k|  19.9 |   256M |  83 |2260 |6902 | 542 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
382.14/383.62	c   368s|231200 |  6182 |  4602k|  19.9 |   256M |  83 |2260 |6896 | 542 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
382.24/383.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
382.24/383.73	c   368s|231300 |  6182 |  4604k|  19.9 |   256M |  83 |2260 |6905 | 544 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
382.34/383.84	c   368s|231400 |  6183 |  4605k|  19.9 |   256M |  83 |2260 |6882 | 538 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
382.44/383.98	c   368s|231500 |  6183 |  4606k|  19.9 |   256M |  83 |2260 |6919 |   0 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
382.56/384.11	c   368s|231600 |  6181 |  4607k|  19.9 |   256M |  83 |2260 |6914 | 538 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
382.74/384.23	c   368s|231700 |  6184 |  4608k|  19.9 |   256M |  83 |2260 |6916 | 539 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
382.84/384.34	c   368s|231800 |  6186 |  4610k|  19.9 |   256M |  83 |2260 |6923 | 539 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
382.94/384.45	c   368s|231900 |  6186 |  4610k|  19.9 |   256M |  83 |2260 |6956 | 542 |  68k|  2 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
383.04/384.56	c   369s|232000 |  6181 |  4612k|  19.9 |   256M |  83 |2260 |6951 | 542 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
383.14/384.68	c   369s|232100 |  6181 |  4613k|  19.9 |   256M |  83 |2260 |6943 | 539 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
383.34/384.81	c   369s|232200 |  6183 |  4614k|  19.9 |   256M |  83 |2260 |6957 | 546 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
383.44/384.95	c   369s|232300 |  6189 |  4616k|  19.9 |   256M |  83 |2260 |6947 | 541 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
383.55/385.07	c   369s|232400 |  6193 |  4617k|  19.9 |   256M |  83 |2260 |6952 |   0 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
383.65/385.19	c   369s|232500 |  6192 |  4619k|  19.9 |   256M |  83 |2260 |6958 | 540 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
383.84/385.30	c   369s|232600 |  6189 |  4620k|  19.9 |   256M |  83 |2260 |6974 |   0 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
383.94/385.41	c   369s|232700 |  6189 |  4621k|  19.9 |   256M |  83 |2260 |6964 | 541 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
384.04/385.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
384.04/385.53	c   370s|232800 |  6191 |  4622k|  19.8 |   256M |  83 |2260 |6944 | 539 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
384.14/385.67	c   370s|232900 |  6187 |  4624k|  19.8 |   257M |  83 |2260 |6927 | 542 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
384.34/385.81	c   370s|233000 |  6185 |  4625k|  19.8 |   257M |  83 |2260 |6934 | 540 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
384.44/385.94	c   370s|233100 |  6193 |  4627k|  19.8 |   257M |  83 |2260 |6936 | 540 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
384.55/386.06	c   370s|233200 |  6191 |  4628k|  19.8 |   257M |  83 |2260 |6991 | 546 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
384.65/386.18	c   370s|233300 |  6191 |  4629k|  19.8 |   257M |  83 |2260 |6997 | 544 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
384.83/386.30	c   370s|233400 |  6188 |  4630k|  19.8 |   257M |  83 |2260 |7022 | 543 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
384.93/386.42	c   370s|233500 |  6184 |  4631k|  19.8 |   257M |  83 |2260 |7061 | 541 |  68k|  0 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
385.03/386.56	c   371s|233600 |  6183 |  4633k|  19.8 |   257M |  83 |2260 |7030 | 544 |  68k|  1 | 157k|  11 |-6.000000e+00 |      --      |    Inf | unknown
385.13/386.70	c   371s|233700 |  6175 |  4634k|  19.8 |   257M |  83 |2260 |6947 | 540 |  68k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
385.33/386.81	c   371s|233800 |  6173 |  4636k|  19.8 |   257M |  83 |2260 |6953 |   0 |  68k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
385.43/386.96	c   371s|233900 |  6164 |  4637k|  19.8 |   257M |  83 |2260 |6964 | 537 |  68k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
385.54/387.09	c   371s|234000 |  6157 |  4638k|  19.8 |   257M |  83 |2260 |6936 | 539 |  68k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
385.73/387.24	c   371s|234100 |  6153 |  4640k|  19.8 |   257M |  83 |2260 |6929 | 538 |  68k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
385.93/387.40	c   371s|234200 |  6155 |  4643k|  19.8 |   257M |  83 |2260 |6939 | 539 |  68k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
386.03/387.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
386.03/387.58	c   372s|234300 |  6151 |  4645k|  19.8 |   257M |  83 |2260 |6957 | 542 |  68k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
386.23/387.75	c   372s|234400 |  6146 |  4648k|  19.8 |   257M |  83 |2260 |6901 | 539 |  68k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
386.33/387.89	c   372s|234500 |  6144 |  4650k|  19.8 |   257M |  83 |2260 |6907 | 539 |  68k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
386.54/388.03	c   372s|234600 |  6144 |  4652k|  19.8 |   257M |  83 |2260 |6918 | 539 |  68k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
386.64/388.16	c   372s|234700 |  6156 |  4653k|  19.8 |   257M |  83 |2260 |6938 |   0 |  68k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
386.83/388.32	c   372s|234800 |  6153 |  4655k|  19.8 |   257M |  83 |2260 |6964 | 539 |  68k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
386.93/388.45	c   372s|234900 |  6160 |  4657k|  19.8 |   257M |  83 |2260 |7006 | 539 |  68k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
387.03/388.59	c   373s|235000 |  6160 |  4659k|  19.8 |   257M |  83 |2260 |7020 |   0 |  68k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
387.22/388.72	c   373s|235100 |  6165 |  4660k|  19.8 |   257M |  83 |2260 |7040 |   0 |  68k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
387.32/388.84	c   373s|235200 |  6157 |  4661k|  19.8 |   257M |  83 |2260 |7129 | 539 |  68k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
387.42/388.99	c   373s|235300 |  6165 |  4663k|  19.8 |   257M |  83 |2260 |7085 | 539 |  69k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
387.64/389.14	c   373s|235400 |  6163 |  4665k|  19.8 |   257M |  83 |2260 |7056 | 542 |  69k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
387.72/389.29	c   373s|235500 |  6159 |  4667k|  19.8 |   257M |  83 |2260 |7017 | 540 |  69k|  1 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
387.92/389.44	c   373s|235600 |  6157 |  4669k|  19.8 |   257M |  83 |2260 |6980 | 541 |  69k|  0 | 158k|  11 |-6.000000e+00 |      --      |    Inf | unknown
388.12/389.60	c   374s|235700 |  6155 |  4671k|  19.8 |   257M |  83 |2260 |6970 | 541 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
388.22/389.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
388.22/389.75	c   374s|235800 |  6155 |  4673k|  19.8 |   257M |  83 |2260 |6978 | 539 |  69k|  1 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
388.32/389.88	c   374s|235900 |  6155 |  4674k|  19.8 |   257M |  83 |2260 |6991 |   0 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
388.42/390.01	c   374s|236000 |  6153 |  4676k|  19.8 |   257M |  83 |2260 |6999 | 541 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
388.63/390.14	c   374s|236100 |  6158 |  4677k|  19.8 |   257M |  83 |2260 |7025 | 540 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
388.72/390.27	c   374s|236200 |  6156 |  4678k|  19.8 |   257M |  83 |2260 |7042 | 541 |  69k|  1 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
388.92/390.40	c   374s|236300 |  6157 |  4680k|  19.8 |   257M |  83 |2260 |7082 | 539 |  69k|  1 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
389.02/390.52	c   375s|236400 |  6156 |  4681k|  19.8 |   257M |  83 |2260 |7115 | 540 |  69k|  2 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
389.12/390.66	c   375s|236500 |  6152 |  4682k|  19.8 |   257M |  83 |2260 |7080 | 540 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
389.22/390.78	c   375s|236600 |  6153 |  4684k|  19.8 |   257M |  83 |2260 |7079 | 541 |  69k|  2 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
389.42/390.93	c   375s|236700 |  6148 |  4685k|  19.8 |   257M |  83 |2260 |7069 | 546 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
389.53/391.04	c   375s|236800 |  6144 |  4686k|  19.8 |   257M |  83 |2260 |7080 | 545 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
389.63/391.15	c   375s|236900 |  6143 |  4687k|  19.8 |   257M |  83 |2260 |7088 |   0 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
389.72/391.28	c   375s|237000 |  6147 |  4689k|  19.8 |   257M |  83 |2260 |6979 | 542 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
389.91/391.41	c   375s|237100 |  6143 |  4690k|  19.8 |   257M |  83 |2260 |7001 | 539 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
390.01/391.57	c   376s|237200 |  6147 |  4692k|  19.8 |   257M |  83 |2260 |7001 | 542 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
390.21/391.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
390.21/391.73	c   376s|237300 |  6134 |  4694k|  19.8 |   257M |  83 |2260 |6988 | 539 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
390.31/391.85	c   376s|237400 |  6142 |  4696k|  19.8 |   257M |  83 |2260 |6996 | 540 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
390.41/391.98	c   376s|237500 |  6138 |  4697k|  19.8 |   257M |  83 |2260 |7018 | 539 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
390.53/392.09	c   376s|237600 |  6144 |  4698k|  19.8 |   257M |  83 |2260 |7023 | 541 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
390.63/392.19	c   376s|237700 |  6145 |  4699k|  19.8 |   257M |  83 |2260 |7048 |   0 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
390.71/392.29	c   376s|237800 |  6139 |  4699k|  19.8 |   257M |  83 |2260 |7068 | 540 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
390.91/392.42	c   376s|237900 |  6141 |  4701k|  19.8 |   257M |  83 |2260 |7082 | 540 |  69k|  0 | 159k|  11 |-6.000000e+00 |      --      |    Inf | unknown
391.01/392.52	c   376s|238000 |  6146 |  4701k|  19.7 |   257M |  83 |2260 |7109 | 541 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
391.11/392.63	c   377s|238100 |  6150 |  4703k|  19.7 |   257M |  83 |2260 |7098 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
391.21/392.75	c   377s|238200 |  6148 |  4704k|  19.7 |   257M |  83 |2260 |7106 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
391.31/392.89	c   377s|238300 |  6144 |  4706k|  19.7 |   257M |  83 |2260 |7121 | 540 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
391.41/393.01	c   377s|238400 |  6141 |  4707k|  19.7 |   257M |  83 |2260 |7143 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
391.62/393.14	c   377s|238500 |  6146 |  4709k|  19.7 |   257M |  83 |2260 |7147 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
391.71/393.27	c   377s|238600 |  6146 |  4710k|  19.7 |   257M |  83 |2260 |7151 | 541 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
391.81/393.39	c   377s|238700 |  6141 |  4712k|  19.7 |   257M |  83 |2260 |7123 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
392.01/393.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
392.01/393.51	c   377s|238800 |  6138 |  4713k|  19.7 |   257M |  83 |2260 |7163 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
392.11/393.63	c   378s|238900 |  6142 |  4714k|  19.7 |   257M |  83 |2260 |7115 |   0 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
392.21/393.76	c   378s|239000 |  6139 |  4715k|  19.7 |   257M |  83 |2260 |7161 | 540 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
392.41/393.91	c   378s|239100 |  6143 |  4717k|  19.7 |   257M |  83 |2260 |7126 | 540 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
392.52/394.05	c   378s|239200 |  6141 |  4719k|  19.7 |   257M |  83 |2260 |7111 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
392.62/394.18	c   378s|239300 |  6141 |  4720k|  19.7 |   257M |  83 |2260 |7096 | 540 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
392.80/394.31	c   378s|239400 |  6144 |  4722k|  19.7 |   257M |  83 |2260 |7109 | 541 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
392.90/394.43	c   378s|239500 |  6142 |  4723k|  19.7 |   257M |  83 |2260 |7128 | 541 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
393.00/394.55	c   379s|239600 |  6144 |  4724k|  19.7 |   257M |  83 |2260 |7178 | 541 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
393.10/394.67	c   379s|239700 |  6143 |  4725k|  19.7 |   257M |  83 |2260 |7157 | 541 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
393.20/394.79	c   379s|239800 |  6137 |  4727k|  19.7 |   257M |  83 |2260 |7191 | 540 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
393.40/394.91	c   379s|239900 |  6139 |  4728k|  19.7 |   257M |  83 |2260 |7217 | 541 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
393.52/395.04	c   379s|240000 |  6137 |  4729k|  19.7 |   257M |  83 |2260 |7230 | 540 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
393.61/395.17	c   379s|240100 |  6139 |  4730k|  19.7 |   257M |  83 |2260 |7223 |   0 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
393.70/395.29	c   379s|240200 |  6137 |  4731k|  19.7 |   257M |  83 |2260 |7192 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
393.90/395.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
393.90/395.40	c   379s|240300 |  6141 |  4732k|  19.7 |   257M |  83 |2260 |7098 | 540 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.00/395.51	c   379s|240400 |  6138 |  4733k|  19.7 |   257M |  83 |2260 |7112 |   0 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.10/395.61	c   380s|240500 |  6136 |  4734k|  19.7 |   257M |  83 |2260 |7082 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.20/395.72	c   380s|240600 |  6140 |  4735k|  19.7 |   257M |  83 |2260 |7083 | 540 |  69k|  1 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.30/395.84	c   380s|240700 |  6136 |  4736k|  19.7 |   257M |  83 |2260 |7104 |   0 |  69k|  0 | 160k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.40/395.96	c   380s|240800 |  6135 |  4737k|  19.7 |   257M |  83 |2260 |7071 | 537 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.51/396.10	c   380s|240900 |  6135 |  4738k|  19.7 |   257M |  83 |2260 |7049 | 538 |  69k|  2 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.70/396.24	c   380s|241000 |  6126 |  4739k|  19.7 |   257M |  83 |2260 |6981 | 540 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.80/396.38	c   380s|241100 |  6134 |  4741k|  19.7 |   257M |  83 |2260 |7010 |   0 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
394.99/396.52	c   381s|241200 |  6135 |  4742k|  19.7 |   257M |  83 |2260 |7080 |   0 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
395.09/396.64	c   381s|241300 |  6133 |  4743k|  19.6 |   257M |  83 |2260 |7110 |   0 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
395.19/396.75	c   381s|241400 |  6131 |  4743k|  19.6 |   257M |  83 |2260 |7117 | 539 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
395.29/396.89	c   381s|241500 |  6128 |  4744k|  19.6 |   257M |  83 |2260 |7150 | 539 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
395.51/397.01	c   381s|241600 |  6138 |  4745k|  19.6 |   257M |  83 |2260 |7137 | 539 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
395.61/397.16	c   381s|241700 |  6134 |  4747k|  19.6 |   257M |  83 |2260 |7168 | 539 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
395.79/397.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
395.79/397.30	c   381s|241800 |  6136 |  4748k|  19.6 |   257M |  83 |2260 |7187 | 538 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
395.89/397.44	c   381s|241900 |  6140 |  4750k|  19.6 |   257M |  83 |2260 |7209 | 538 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
395.99/397.58	c   382s|242000 |  6140 |  4751k|  19.6 |   257M |  83 |2260 |7200 | 539 |  69k|  2 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
396.19/397.73	c   382s|242100 |  6143 |  4752k|  19.6 |   258M |  83 |2260 |7223 | 539 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
396.29/397.88	c   382s|242200 |  6138 |  4754k|  19.6 |   258M |  83 |2260 |7240 | 538 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
396.50/398.02	c   382s|242300 |  6133 |  4755k|  19.6 |   258M |  83 |2260 |7262 | 539 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
396.60/398.18	c   382s|242400 |  6130 |  4757k|  19.6 |   258M |  83 |2260 |7265 | 539 |  69k|  0 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
396.79/398.31	c   382s|242500 |  6134 |  4758k|  19.6 |   258M |  83 |2260 |7292 | 538 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
396.89/398.45	c   382s|242600 |  6127 |  4759k|  19.6 |   258M |  83 |2260 |7270 | 540 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
396.99/398.59	c   383s|242700 |  6125 |  4761k|  19.6 |   258M |  83 |2260 |7254 | 540 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
397.19/398.73	c   383s|242800 |  6129 |  4763k|  19.6 |   258M |  83 |2260 |7197 | 540 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
397.29/398.87	c   383s|242900 |  6132 |  4764k|  19.6 |   258M |  83 |2260 |7105 | 540 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
397.39/398.98	c   383s|243000 |  6131 |  4765k|  19.6 |   258M |  83 |2260 |7116 | 540 |  69k|  1 | 161k|  11 |-6.000000e+00 |      --      |    Inf | unknown
397.50/399.09	c   383s|243100 |  6133 |  4766k|  19.6 |   258M |  83 |2260 |7120 |   0 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
397.68/399.22	c   383s|243200 |  6133 |  4767k|  19.6 |   258M |  83 |2260 |7146 | 540 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
397.78/399.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
397.78/399.34	c   383s|243300 |  6131 |  4768k|  19.6 |   258M |  83 |2260 |7179 | 540 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
397.88/399.45	c   383s|243400 |  6130 |  4769k|  19.6 |   258M |  83 |2260 |7142 | 540 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
397.98/399.58	c   384s|243500 |  6122 |  4770k|  19.6 |   258M |  83 |2260 |7159 |   0 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
398.18/399.71	c   384s|243600 |  6121 |  4770k|  19.6 |   258M |  83 |2260 |7102 |   0 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
398.28/399.84	c   384s|243700 |  6126 |  4772k|  19.6 |   258M |  83 |2260 |7101 |   0 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
398.38/399.97	c   384s|243800 |  6126 |  4773k|  19.6 |   258M |  83 |2260 |7121 | 541 |  69k|  2 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
398.50/400.11	c   384s|243900 |  6123 |  4774k|  19.6 |   258M |  83 |2260 |7114 |   0 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
398.68/400.24	c   384s|244000 |  6123 |  4775k|  19.6 |   258M |  83 |2260 |7125 | 541 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
398.78/400.38	c   384s|244100 |  6124 |  4777k|  19.6 |   258M |  83 |2260 |7114 | 539 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
398.98/400.50	c   384s|244200 |  6127 |  4778k|  19.6 |   258M |  83 |2260 |7132 | 539 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
399.08/400.64	c   385s|244300 |  6128 |  4779k|  19.6 |   258M |  83 |2260 |7142 | 539 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
399.18/400.78	c   385s|244400 |  6122 |  4781k|  19.6 |   258M |  83 |2260 |7161 |   0 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
399.38/400.92	c   385s|244500 |  6123 |  4782k|  19.6 |   258M |  83 |2260 |7123 | 539 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
399.49/401.04	c   385s|244600 |  6120 |  4783k|  19.6 |   258M |  83 |2260 |7143 | 539 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
399.59/401.18	c   385s|244700 |  6119 |  4784k|  19.5 |   258M |  83 |2260 |7192 | 540 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
399.78/401.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
399.78/401.31	c   385s|244800 |  6121 |  4785k|  19.5 |   258M |  83 |2260 |7220 | 539 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
399.88/401.44	c   385s|244900 |  6118 |  4786k|  19.5 |   259M |  83 |2260 |7249 | 539 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
399.98/401.56	c   386s|245000 |  6124 |  4788k|  19.5 |   259M |  83 |2260 |7237 | 540 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
400.08/401.68	c   386s|245100 |  6122 |  4789k|  19.5 |   259M |  83 |2260 |7257 | 539 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
400.27/401.81	c   386s|245200 |  6116 |  4790k|  19.5 |   259M |  83 |2260 |7258 | 540 |  69k|  0 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
400.37/401.94	c   386s|245300 |  6118 |  4791k|  19.5 |   259M |  83 |2260 |7141 | 540 |  69k|  1 | 162k|  11 |-6.000000e+00 |      --      |    Inf | unknown
400.49/402.07	c   386s|245400 |  6116 |  4793k|  19.5 |   259M |  83 |2260 |7085 | 541 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
400.67/402.20	c   386s|245500 |  6116 |  4794k|  19.5 |   259M |  83 |2260 |7139 | 541 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
400.77/402.33	c   386s|245600 |  6111 |  4796k|  19.5 |   259M |  83 |2260 |7072 | 541 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
400.87/402.46	c   386s|245700 |  6109 |  4797k|  19.5 |   259M |  83 |2260 |7064 | 540 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
400.97/402.57	c   387s|245800 |  6112 |  4799k|  19.5 |   259M |  83 |2260 |7069 | 540 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
401.17/402.70	c   387s|245900 |  6106 |  4800k|  19.5 |   259M |  83 |2260 |7078 | 540 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
401.27/402.83	c   387s|246000 |  6110 |  4802k|  19.5 |   259M |  83 |2260 |7048 | 544 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
401.37/402.96	c   387s|246100 |  6109 |  4803k|  19.5 |   259M |  83 |2260 |7079 | 540 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
401.48/403.09	c   387s|246200 |  6105 |  4804k|  19.5 |   259M |  83 |2260 |7070 | 545 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
401.67/403.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
401.67/403.21	c   387s|246300 |  6109 |  4805k|  19.5 |   259M |  83 |2260 |7089 | 539 |  69k|  2 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
401.77/403.34	c   387s|246400 |  6110 |  4807k|  19.5 |   259M |  83 |2260 |7114 | 538 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
401.87/403.47	c   387s|246500 |  6101 |  4808k|  19.5 |   259M |  83 |2260 |7113 | 545 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
401.97/403.58	c   388s|246600 |  6107 |  4809k|  19.5 |   259M |  83 |2260 |7102 | 539 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
402.17/403.70	c   388s|246700 |  6104 |  4810k|  19.5 |   259M |  83 |2260 |7125 | 539 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
402.27/403.81	c   388s|246800 |  6104 |  4811k|  19.5 |   259M |  83 |2260 |7149 | 540 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
402.37/403.93	c   388s|246900 |  6106 |  4812k|  19.5 |   259M |  83 |2260 |7175 | 539 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
402.48/404.05	c   388s|247000 |  6098 |  4813k|  19.5 |   259M |  83 |2260 |7205 |   0 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
402.58/404.19	c   388s|247100 |  6097 |  4814k|  19.5 |   259M |  83 |2260 |7222 | 540 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
402.77/404.30	c   388s|247200 |  6098 |  4815k|  19.5 |   259M |  83 |2260 |7229 |   0 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
402.86/404.44	c   388s|247300 |  6104 |  4817k|  19.5 |   259M |  83 |2260 |7237 | 539 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
402.96/404.56	c   389s|247400 |  6113 |  4818k|  19.5 |   259M |  83 |2260 |7242 | 539 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
403.06/404.68	c   389s|247500 |  6118 |  4819k|  19.5 |   259M |  83 |2260 |7251 |   0 |  69k|  0 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
403.26/404.80	c   389s|247600 |  6119 |  4820k|  19.5 |   259M |  83 |2260 |7247 | 540 |  69k|  1 | 163k|  11 |-6.000000e+00 |      --      |    Inf | unknown
403.36/404.93	c   389s|247700 |  6111 |  4821k|  19.5 |   259M |  83 |2260 |7267 | 540 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
403.48/405.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
403.48/405.05	c   389s|247800 |  6103 |  4822k|  19.5 |   259M |  83 |2260 |7227 | 539 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
403.58/405.18	c   389s|247900 |  6099 |  4824k|  19.5 |   259M |  83 |2260 |7218 | 541 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
403.66/405.29	c   389s|248000 |  6099 |  4825k|  19.4 |   259M |  83 |2260 |7223 | 546 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
403.86/405.41	c   389s|248100 |  6094 |  4826k|  19.4 |   259M |  83 |2260 |7188 | 539 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
403.96/405.51	c   389s|248200 |  6094 |  4827k|  19.4 |   259M |  83 |2260 |7165 | 536 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
404.06/405.63	c   390s|248300 |  6095 |  4828k|  19.4 |   259M |  83 |2260 |7174 | 536 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
404.16/405.73	c   390s|248400 |  6095 |  4829k|  19.4 |   259M |  83 |2260 |7179 | 536 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
404.26/405.83	c   390s|248500 |  6093 |  4830k|  19.4 |   259M |  83 |2260 |7186 | 542 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
404.36/405.96	c   390s|248600 |  6089 |  4831k|  19.4 |   259M |  83 |2260 |7020 | 535 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
404.47/406.10	c   390s|248700 |  6087 |  4833k|  19.4 |   259M |  83 |2260 |6979 | 540 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
404.66/406.24	c   390s|248800 |  6083 |  4835k|  19.4 |   259M |  83 |2260 |6806 | 538 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
404.76/406.37	c   390s|248900 |  6087 |  4836k|  19.4 |   259M |  83 |2260 |6790 | 540 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
404.86/406.49	c   390s|249000 |  6092 |  4837k|  19.4 |   259M |  83 |2260 |6820 | 541 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
405.06/406.61	c   391s|249100 |  6086 |  4839k|  19.4 |   259M |  83 |2260 |6830 | 541 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
405.16/406.74	c   391s|249200 |  6086 |  4840k|  19.4 |   259M |  83 |2260 |6802 | 535 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
405.35/406.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
405.35/406.91	c   391s|249300 |  6092 |  4842k|  19.4 |   259M |  83 |2260 |6707 | 538 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
405.47/407.08	c   391s|249400 |  6104 |  4845k|  19.4 |   259M |  83 |2260 |6669 | 536 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
405.65/407.24	c   391s|249500 |  6103 |  4847k|  19.4 |   259M |  83 |2260 |6658 | 535 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
405.85/407.42	c   391s|249600 |  6109 |  4850k|  19.4 |   259M |  83 |2260 |6645 |   0 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
405.95/407.55	c   392s|249700 |  6111 |  4852k|  19.4 |   259M |  83 |2260 |6662 | 539 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
406.15/407.71	c   392s|249800 |  6112 |  4854k|  19.4 |   259M |  83 |2260 |6700 | 538 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
406.25/407.86	c   392s|249900 |  6109 |  4856k|  19.4 |   259M |  83 |2260 |6736 | 535 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
406.46/408.03	c   392s|250000 |  6115 |  4858k|  19.4 |   259M |  83 |2260 |6706 | 541 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
406.65/408.22	c   392s|250100 |  6117 |  4861k|  19.4 |   259M |  83 |2260 |6624 | 539 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
406.75/408.38	c   392s|250200 |  6119 |  4863k|  19.4 |   259M |  83 |2260 |6653 | 545 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
406.95/408.54	c   393s|250300 |  6114 |  4865k|  19.4 |   259M |  83 |2260 |6691 | 536 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
407.15/408.71	c   393s|250400 |  6114 |  4868k|  19.4 |   259M |  83 |2260 |6634 | 536 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
407.25/408.83	c   393s|250500 |  6106 |  4869k|  19.4 |   259M |  83 |2260 |6678 | 538 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
407.35/408.95	c   393s|250600 |  6108 |  4870k|  19.4 |   259M |  83 |2260 |6704 | 537 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
407.46/409.06	c   393s|250700 |  6106 |  4872k|  19.4 |   259M |  83 |2260 |6715 | 538 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
407.65/409.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
407.65/409.20	c   393s|250800 |  6099 |  4873k|  19.4 |   259M |  83 |2260 |6686 | 540 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
407.75/409.33	c   393s|250900 |  6103 |  4875k|  19.4 |   259M |  83 |2260 |6712 | 540 |  69k|  2 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
407.85/409.45	c   393s|251000 |  6096 |  4876k|  19.4 |   259M |  83 |2260 |6694 | 534 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.04/409.60	c   394s|251100 |  6098 |  4878k|  19.4 |   259M |  83 |2260 |6715 | 542 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.14/409.75	c   394s|251200 |  6088 |  4880k|  19.4 |   259M |  83 |2260 |6677 | 540 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.34/409.90	c   394s|251300 |  6084 |  4882k|  19.4 |   259M |  83 |2260 |6551 | 538 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.46/410.04	c   394s|251400 |  6085 |  4883k|  19.4 |   259M |  83 |2260 |6521 |   0 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.56/410.15	c   394s|251500 |  6085 |  4885k|  19.4 |   259M |  83 |2260 |6472 |   0 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.64/410.25	c   394s|251600 |  6083 |  4887k|  19.4 |   259M |  85 |2260 |6484 |   0 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.74/410.37	c   394s|251700 |  6085 |  4888k|  19.4 |   259M |  85 |2260 |6481 | 545 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.84/410.46	c   394s|251800 |  6085 |  4889k|  19.4 |   259M |  90 |2260 |6487 | 551 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
408.94/410.55	c   395s|251900 |  6087 |  4891k|  19.4 |   259M |  90 |2260 |6486 | 547 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.04/410.62	c   395s|252000 |  6085 |  4891k|  19.4 |   259M |  90 |2260 |6491 | 549 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.14/410.74	c   395s|252100 |  6085 |  4893k|  19.4 |   259M |  90 |2260 |6495 | 545 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.24/410.84	c   395s|252200 |  6088 |  4894k|  19.4 |   259M |  90 |2260 |6518 | 549 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.34/410.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
409.34/410.99	c   395s|252300 |  6085 |  4897k|  19.4 |   259M |  90 |2260 |6519 | 545 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.45/411.09	c   395s|252400 |  6087 |  4898k|  19.4 |   259M |  90 |2260 |6546 | 547 |  70k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.55/411.19	c   395s|252500 |  6085 |  4899k|  19.4 |   259M |  90 |2260 |6555 | 548 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.74/411.30	c   395s|252600 |  6081 |  4900k|  19.4 |   259M |  90 |2260 |6594 | 535 |  70k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.84/411.44	c   395s|252700 |  6081 |  4902k|  19.4 |   259M |  90 |2260 |6579 | 549 |  70k|  2 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
409.94/411.56	c   396s|252800 |  6081 |  4904k|  19.4 |   259M |  90 |2260 |6552 | 549 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
410.04/411.66	c   396s|252900 |  6081 |  4905k|  19.4 |   259M |  90 |2260 |6553 | 541 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
410.24/411.81	c   396s|253000 |  6080 |  4907k|  19.4 |   259M |  90 |2260 |6497 | 538 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
410.34/411.95	c   396s|253100 |  6077 |  4909k|  19.4 |   259M |  90 |2260 |6509 |   0 |  70k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
410.55/412.12	c   396s|253200 |  6075 |  4912k|  19.4 |   259M |  90 |2260 |6496 | 537 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
410.63/412.26	c   396s|253300 |  6075 |  4914k|  19.4 |   259M |  90 |2260 |6497 | 535 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
410.83/412.46	c   396s|253400 |  6069 |  4916k|  19.4 |   259M |  90 |2260 |6426 | 537 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
410.93/412.59	c   397s|253500 |  6065 |  4918k|  19.4 |   259M |  90 |2260 |6454 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
411.13/412.74	c   397s|253600 |  6064 |  4920k|  19.4 |   259M |  90 |2260 |6456 | 539 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
411.23/412.87	c   397s|253700 |  6064 |  4921k|  19.4 |   259M |  90 |2260 |6470 | 538 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
411.45/413.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
411.45/413.01	c   397s|253800 |  6062 |  4924k|  19.4 |   259M |  90 |2260 |6490 | 537 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
411.55/413.16	c   397s|253900 |  6054 |  4926k|  19.4 |   259M |  90 |2260 |6517 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
411.63/413.28	c   397s|254000 |  6064 |  4927k|  19.4 |   259M |  90 |2260 |6516 | 542 |  70k|  2 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
411.83/413.45	c   397s|254100 |  6063 |  4930k|  19.4 |   259M |  90 |2260 |6531 | 541 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
412.03/413.63	c   398s|254200 |  6055 |  4933k|  19.4 |   259M |  90 |2260 |6504 | 536 |  70k|  2 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
412.13/413.77	c   398s|254300 |  6055 |  4934k|  19.4 |   259M |  90 |2260 |6523 | 536 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
412.23/413.88	c   398s|254400 |  6061 |  4936k|  19.4 |   259M |  90 |2260 |6571 | 537 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
412.44/414.03	c   398s|254500 |  6053 |  4938k|  19.4 |   259M |  90 |2260 |6561 | 538 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
412.63/414.20	c   398s|254600 |  6061 |  4940k|  19.4 |   259M |  90 |2260 |6532 | 537 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
412.73/414.37	c   398s|254700 |  6069 |  4943k|  19.4 |   259M |  90 |2260 |6475 | 532 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
412.93/414.53	c   399s|254800 |  6075 |  4946k|  19.4 |   259M |  90 |2260 |6447 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
413.03/414.66	c   399s|254900 |  6082 |  4947k|  19.4 |   259M |  90 |2260 |6476 | 534 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
413.23/414.81	c   399s|255000 |  6080 |  4950k|  19.4 |   259M |  90 |2260 |6473 | 539 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
413.32/414.92	c   399s|255100 |  6086 |  4951k|  19.4 |   259M |  90 |2260 |6485 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
413.44/415.02	c   399s|255200 |  6086 |  4952k|  19.4 |   259M |  90 |2260 |6492 | 541 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
413.62/415.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
413.62/415.20	c   399s|255300 |  6084 |  4955k|  19.4 |   259M |  90 |2260 |6495 | 532 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
413.72/415.36	c   399s|255400 |  6079 |  4958k|  19.4 |   259M |  90 |2260 |6498 | 535 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
413.82/415.49	c   399s|255500 |  6089 |  4960k|  19.4 |   259M |  90 |2260 |6523 | 536 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
414.02/415.62	c   400s|255600 |  6084 |  4961k|  19.4 |   259M |  90 |2260 |6548 | 534 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
414.12/415.76	c   400s|255700 |  6086 |  4963k|  19.4 |   259M |  90 |2260 |6537 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
414.32/415.90	c   400s|255800 |  6087 |  4965k|  19.4 |   259M |  90 |2260 |6607 | 538 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
414.43/416.03	c   400s|255900 |  6091 |  4967k|  19.4 |   259M |  90 |2260 |6564 | 535 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
414.53/416.18	c   400s|256000 |  6117 |  4968k|  19.4 |   259M |  90 |2260 |6640 | 537 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
414.72/416.32	c   400s|256100 |  6122 |  4969k|  19.4 |   259M |  90 |2260 |6659 | 540 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
414.82/416.46	c   400s|256200 |  6128 |  4971k|  19.4 |   259M |  90 |2260 |6665 | 536 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
414.92/416.60	c   401s|256300 |  6125 |  4972k|  19.4 |   259M |  90 |2260 |6694 | 537 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
415.12/416.73	c   401s|256400 |  6122 |  4973k|  19.4 |   259M |  90 |2260 |6750 | 537 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
415.22/416.87	c   401s|256500 |  6122 |  4974k|  19.4 |   259M |  90 |2260 |6738 | 537 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
415.32/417.00	c   401s|256600 |  6120 |  4976k|  19.4 |   259M |  90 |2260 |6761 | 536 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
415.53/417.13	c   401s|256700 |  6118 |  4977k|  19.4 |   259M |  90 |2260 |6779 | 540 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
415.62/417.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
415.62/417.27	c   401s|256800 |  6117 |  4978k|  19.4 |   259M |  90 |2260 |6726 | 540 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
415.82/417.40	c   401s|256900 |  6117 |  4979k|  19.4 |   259M |  90 |2260 |6750 | 539 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
415.92/417.52	c   402s|257000 |  6118 |  4980k|  19.4 |   259M |  90 |2260 |6778 | 541 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
416.01/417.65	c   402s|257100 |  6117 |  4980k|  19.4 |   259M |  90 |2260 |6784 | 539 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
416.11/417.78	c   402s|257200 |  6121 |  4981k|  19.4 |   259M |  90 |2260 |6800 | 539 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
416.31/417.92	c   402s|257300 |  6120 |  4983k|  19.4 |   259M |  90 |2260 |6763 | 535 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
416.43/418.09	c   402s|257400 |  6119 |  4985k|  19.4 |   259M |  90 |2260 |6739 | 535 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
416.61/418.23	c   402s|257500 |  6131 |  4986k|  19.4 |   259M |  90 |2260 |6737 | 536 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
416.71/418.39	c   402s|257600 |  6138 |  4989k|  19.4 |   259M |  90 |2260 |6757 | 536 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
416.91/418.55	c   403s|257700 |  6141 |  4991k|  19.4 |   259M |  90 |2260 |6800 | 539 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
417.11/418.71	c   403s|257800 |  6141 |  4993k|  19.4 |   259M |  90 |2260 |6775 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
417.21/418.83	c   403s|257900 |  6145 |  4994k|  19.4 |   259M |  90 |2260 |6787 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
417.31/418.96	c   403s|258000 |  6142 |  4995k|  19.4 |   259M |  90 |2260 |6831 | 539 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
417.52/419.11	c   403s|258100 |  6146 |  4997k|  19.4 |   259M |  90 |2260 |6795 | 535 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
417.61/419.23	c   403s|258200 |  6150 |  4998k|  19.4 |   259M |  90 |2260 |6793 | 540 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
417.71/419.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
417.71/419.36	c   403s|258300 |  6154 |  4999k|  19.4 |   259M |  90 |2260 |6737 | 540 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
417.81/419.49	c   403s|258400 |  6151 |  5000k|  19.3 |   259M |  90 |2260 |6775 | 540 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
418.01/419.61	c   404s|258500 |  6153 |  5001k|  19.3 |   259M |  90 |2260 |6782 | 538 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
418.11/419.74	c   404s|258600 |  6156 |  5002k|  19.3 |   259M |  90 |2260 |6818 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
418.21/419.87	c   404s|258700 |  6158 |  5003k|  19.3 |   259M |  90 |2260 |6843 | 538 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
418.31/419.99	c   404s|258800 |  6161 |  5004k|  19.3 |   259M |  90 |2260 |6869 | 536 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
418.52/420.11	c   404s|258900 |  6155 |  5004k|  19.3 |   259M |  90 |2260 |6836 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
418.61/420.25	c   404s|259000 |  6156 |  5006k|  19.3 |   259M |  90 |2260 |6841 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
418.80/420.41	c   404s|259100 |  6155 |  5008k|  19.3 |   259M |  90 |2260 |6781 | 539 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
418.90/420.54	c   405s|259200 |  6154 |  5009k|  19.3 |   259M |  90 |2260 |6780 | 540 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
419.00/420.67	c   405s|259300 |  6159 |  5010k|  19.3 |   259M |  90 |2260 |6785 | 541 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
419.10/420.79	c   405s|259400 |  6154 |  5011k|  19.3 |   259M |  90 |2260 |6811 | 537 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
419.30/420.91	c   405s|259500 |  6152 |  5011k|  19.3 |   259M |  90 |2260 |6822 | 537 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
419.42/421.05	c   405s|259600 |  6151 |  5013k|  19.3 |   259M |  90 |2260 |6823 | 538 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
419.52/421.18	c   405s|259700 |  6161 |  5014k|  19.3 |   259M |  90 |2260 |6821 | 536 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
419.70/421.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
419.70/421.31	c   405s|259800 |  6159 |  5015k|  19.3 |   259M |  90 |2260 |6874 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
419.80/421.44	c   405s|259900 |  6155 |  5016k|  19.3 |   259M |  90 |2260 |6907 | 538 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
419.90/421.57	c   406s|260000 |  6162 |  5017k|  19.3 |   259M |  90 |2260 |6921 | 537 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
420.00/421.69	c   406s|260100 |  6169 |  5017k|  19.3 |   259M |  90 |2260 |6919 | 537 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
420.20/421.81	c   406s|260200 |  6164 |  5018k|  19.3 |   259M |  90 |2260 |6946 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
420.30/421.94	c   406s|260300 |  6168 |  5019k|  19.3 |   259M |  90 |2260 |6991 | 536 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
420.41/422.05	c   406s|260400 |  6163 |  5020k|  19.3 |   259M |  90 |2260 |7022 | 538 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
420.51/422.18	c   406s|260500 |  6176 |  5021k|  19.3 |   259M |  90 |2260 |6950 |   0 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
420.70/422.31	c   406s|260600 |  6180 |  5022k|  19.3 |   259M |  90 |2260 |6947 | 535 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
420.80/422.44	c   406s|260700 |  6186 |  5023k|  19.3 |   260M |  90 |2260 |6972 | 538 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
420.90/422.56	c   407s|260800 |  6189 |  5023k|  19.3 |   260M |  90 |2260 |6993 | 540 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.00/422.69	c   407s|260900 |  6193 |  5024k|  19.3 |   260M |  90 |2260 |7011 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.10/422.79	c   407s|261000 |  6191 |  5025k|  19.2 |   260M |  90 |2260 |7028 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.30/422.93	c   407s|261100 |  6194 |  5026k|  19.2 |   260M |  90 |2260 |7015 | 536 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.41/423.05	c   407s|261200 |  6198 |  5027k|  19.2 |   260M |  90 |2260 |7041 | 537 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.51/423.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
421.51/423.18	c   407s|261300 |  6201 |  5028k|  19.2 |   260M |  90 |2260 |7056 | 537 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.69/423.30	c   407s|261400 |  6194 |  5029k|  19.2 |   260M |  90 |2260 |7093 | 537 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.79/423.43	c   407s|261500 |  6200 |  5030k|  19.2 |   260M |  90 |2260 |7064 |   0 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.89/423.54	c   408s|261600 |  6214 |  5031k|  19.2 |   260M |  90 |2260 |7040 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
421.99/423.67	c   408s|261700 |  6220 |  5032k|  19.2 |   260M |  90 |2260 |7085 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
422.19/423.80	c   408s|261800 |  6220 |  5033k|  19.2 |   260M |  90 |2260 |7064 | 538 |  70k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
422.29/423.92	c   408s|261900 |  6226 |  5034k|  19.2 |   260M |  90 |2260 |7082 |   0 |  70k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
422.41/424.05	c   408s|262000 |  6218 |  5035k|  19.2 |   260M |  90 |2260 |6951 | 537 |  70k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
422.50/424.18	c   408s|262100 |  6219 |  5036k|  19.2 |   260M |  90 |2260 |6952 | 538 |  70k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
422.69/424.30	c   408s|262200 |  6226 |  5038k|  19.2 |   260M |  90 |2260 |6925 | 536 |  70k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
422.79/424.44	c   408s|262300 |  6227 |  5039k|  19.2 |   260M |  90 |2260 |6940 | 536 |  70k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
422.89/424.57	c   409s|262400 |  6229 |  5040k|  19.2 |   260M |  90 |2260 |6945 | 540 |  70k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.09/424.70	c   409s|262500 |  6229 |  5041k|  19.2 |   260M |  90 |2260 |6972 | 540 |  71k|  2 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.19/424.81	c   409s|262600 |  6227 |  5042k|  19.2 |   260M |  90 |2260 |6992 | 538 |  71k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.29/424.93	c   409s|262700 |  6232 |  5043k|  19.2 |   260M |  90 |2260 |7004 | 538 |  71k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.40/425.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
423.40/425.08	c   409s|262800 |  6224 |  5044k|  19.2 |   260M |  90 |2260 |6960 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.59/425.20	c   409s|262900 |  6225 |  5045k|  19.2 |   260M |  90 |2260 |6899 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.69/425.31	c   409s|263000 |  6226 |  5046k|  19.2 |   260M |  90 |2260 |6908 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.79/425.42	c   409s|263100 |  6225 |  5047k|  19.2 |   260M |  90 |2260 |6914 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.88/425.54	c   410s|263200 |  6226 |  5048k|  19.2 |   260M |  90 |2260 |6883 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
423.98/425.67	c   410s|263300 |  6222 |  5048k|  19.2 |   260M |  90 |2260 |6879 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
424.08/425.80	c   410s|263400 |  6223 |  5050k|  19.2 |   260M |  90 |2260 |6889 | 538 |  71k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
424.28/425.91	c   410s|263500 |  6219 |  5051k|  19.2 |   260M |  90 |2260 |6885 | 537 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
424.40/426.03	c   410s|263600 |  6220 |  5052k|  19.2 |   260M |  90 |2260 |6891 | 540 |  71k|  2 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
424.50/426.15	c   410s|263700 |  6230 |  5053k|  19.2 |   260M |  90 |2260 |6880 | 536 |  71k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
424.58/426.26	c   410s|263800 |  6226 |  5053k|  19.2 |   260M |  90 |2260 |6904 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
424.68/426.38	c   410s|263900 |  6230 |  5054k|  19.1 |   260M |  90 |2260 |6897 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
424.78/426.49	c   410s|264000 |  6221 |  5055k|  19.1 |   260M |  90 |2260 |6914 |   0 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
424.98/426.61	c   411s|264100 |  6228 |  5056k|  19.1 |   260M |  90 |2260 |6941 | 538 |  71k|  2 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
425.08/426.75	c   411s|264200 |  6227 |  5058k|  19.1 |   260M |  90 |2260 |6851 | 538 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
425.18/426.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
425.18/426.89	c   411s|264300 |  6222 |  5059k|  19.1 |   260M |  90 |2260 |6852 | 538 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
425.28/427.01	c   411s|264400 |  6221 |  5060k|  19.1 |   260M |  90 |2260 |6853 | 537 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
425.49/427.13	c   411s|264500 |  6223 |  5061k|  19.1 |   260M |  90 |2260 |6846 | 538 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
425.58/427.25	c   411s|264600 |  6219 |  5062k|  19.1 |   260M |  90 |2260 |6836 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
425.68/427.36	c   411s|264700 |  6216 |  5063k|  19.1 |   260M |  90 |2260 |6839 | 538 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
425.88/427.50	c   411s|264800 |  6212 |  5065k|  19.1 |   260M |  90 |2260 |6849 | 537 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
425.98/427.64	c   412s|264900 |  6211 |  5066k|  19.1 |   260M |  90 |2260 |6813 | 539 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
426.17/427.81	c   412s|265000 |  6206 |  5068k|  19.1 |   260M |  90 |2260 |6785 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
426.27/427.93	c   412s|265100 |  6215 |  5069k|  19.1 |   260M |  90 |2260 |6803 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
426.39/428.07	c   412s|265200 |  6207 |  5070k|  19.1 |   260M |  90 |2260 |6808 | 538 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
426.49/428.19	c   412s|265300 |  6204 |  5071k|  19.1 |   260M |  90 |2260 |6785 | 538 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
426.67/428.30	c   412s|265400 |  6205 |  5072k|  19.1 |   260M |  90 |2260 |6810 | 540 |  71k|  2 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
426.77/428.46	c   412s|265500 |  6199 |  5074k|  19.1 |   260M |  90 |2260 |6852 | 538 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
426.87/428.59	c   413s|265600 |  6201 |  5074k|  19.1 |   260M |  90 |2260 |6879 | 539 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
427.07/428.72	c   413s|265700 |  6204 |  5076k|  19.1 |   260M |  90 |2260 |6881 | 535 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
427.17/428.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
427.17/428.85	c   413s|265800 |  6201 |  5077k|  19.1 |   260M |  90 |2260 |6862 | 536 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
427.27/428.98	c   413s|265900 |  6206 |  5078k|  19.1 |   260M |  90 |2260 |6868 | 540 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
427.38/429.09	c   413s|266000 |  6208 |  5079k|  19.1 |   260M |  90 |2260 |6899 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
427.57/429.22	c   413s|266100 |  6202 |  5081k|  19.1 |   260M |  90 |2260 |6885 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
427.67/429.35	c   413s|266200 |  6203 |  5082k|  19.1 |   260M |  90 |2260 |6902 | 536 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
427.77/429.49	c   413s|266300 |  6205 |  5083k|  19.1 |   260M |  90 |2260 |6915 | 536 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
427.97/429.61	c   414s|266400 |  6211 |  5084k|  19.1 |   260M |  90 |2260 |6921 | 536 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
428.07/429.75	c   414s|266500 |  6209 |  5085k|  19.1 |   260M |  90 |2260 |6949 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
428.17/429.88	c   414s|266600 |  6208 |  5087k|  19.1 |   260M |  90 |2260 |6965 | 539 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
428.27/430.01	c   414s|266700 |  6204 |  5087k|  19.1 |   260M |  90 |2260 |6990 | 538 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
428.48/430.13	c   414s|266800 |  6201 |  5089k|  19.1 |   260M |  90 |2260 |7007 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
428.57/430.27	c   414s|266900 |  6201 |  5090k|  19.1 |   260M |  90 |2260 |7020 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
428.67/430.38	c   414s|267000 |  6201 |  5091k|  19.1 |   260M |  90 |2260 |7040 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
428.86/430.50	c   414s|267100 |  6197 |  5092k|  19.1 |   260M |  90 |2260 |7063 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
428.96/430.63	c   415s|267200 |  6200 |  5093k|  19.1 |   260M |  90 |2260 |7068 | 540 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
429.06/430.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
429.06/430.77	c   415s|267300 |  6193 |  5094k|  19.1 |   260M |  90 |2260 |7044 | 538 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
429.26/430.90	c   415s|267400 |  6200 |  5096k|  19.1 |   260M |  90 |2260 |6998 | 536 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
429.26/431.00	c   415s|267500 |  6202 |  5097k|  19.0 |   260M |  90 |2260 |7009 | 536 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
429.48/431.13	c   415s|267600 |  6198 |  5097k|  19.0 |   260M |  90 |2260 |7025 | 536 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
429.56/431.24	c   415s|267700 |  6200 |  5098k|  19.0 |   260M |  90 |2260 |7057 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
429.66/431.37	c   415s|267800 |  6202 |  5099k|  19.0 |   260M |  90 |2260 |7054 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
429.86/431.50	c   415s|267900 |  6202 |  5100k|  19.0 |   260M |  90 |2260 |7086 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
429.96/431.63	c   416s|268000 |  6206 |  5101k|  19.0 |   260M |  90 |2260 |7098 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
430.06/431.77	c   416s|268100 |  6197 |  5102k|  19.0 |   260M |  90 |2260 |7130 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
430.26/431.90	c   416s|268200 |  6201 |  5103k|  19.0 |   260M |  90 |2260 |7110 | 540 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
430.37/432.03	c   416s|268300 |  6198 |  5104k|  19.0 |   260M |  90 |2260 |7134 | 538 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
430.47/432.16	c   416s|268400 |  6197 |  5105k|  19.0 |   260M |  90 |2260 |7142 | 539 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
430.66/432.30	c   416s|268500 |  6191 |  5107k|  19.0 |   260M |  90 |2260 |7077 | 541 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
430.76/432.44	c   416s|268600 |  6189 |  5109k|  19.0 |   260M |  90 |2260 |7051 | 535 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
430.86/432.57	c   417s|268700 |  6180 |  5110k|  19.0 |   260M |  90 |2260 |7045 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
430.96/432.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
430.96/432.69	c   417s|268800 |  6180 |  5111k|  19.0 |   260M |  90 |2260 |7044 | 540 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
431.06/432.79	c   417s|268900 |  6181 |  5112k|  19.0 |   260M |  90 |2260 |7049 | 538 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
431.26/432.90	c   417s|269000 |  6183 |  5113k|  19.0 |   261M |  90 |2260 |7048 | 538 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
431.26/433.01	c   417s|269100 |  6181 |  5113k|  19.0 |   261M |  90 |2260 |7086 | 538 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
431.47/433.13	c   417s|269200 |  6180 |  5114k|  19.0 |   261M |  90 |2260 |7080 | 538 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
431.55/433.23	c   417s|269300 |  6182 |  5115k|  19.0 |   261M |  90 |2260 |7086 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
431.65/433.34	c   417s|269400 |  6186 |  5116k|  19.0 |   261M |  90 |2260 |7093 | 538 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
431.75/433.46	c   417s|269500 |  6189 |  5116k|  19.0 |   261M |  90 |2260 |7097 | 539 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
431.85/433.58	c   418s|269600 |  6187 |  5117k|  19.0 |   261M |  90 |2260 |7139 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.05/433.72	c   418s|269700 |  6183 |  5118k|  19.0 |   261M |  90 |2260 |7133 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.15/433.82	c   418s|269800 |  6183 |  5119k|  19.0 |   261M |  90 |2260 |7131 | 538 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.25/433.94	c   418s|269900 |  6187 |  5120k|  19.0 |   261M |  90 |2260 |7106 | 540 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.37/434.05	c   418s|270000 |  6187 |  5120k|  19.0 |   261M |  90 |2260 |7109 | 538 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.47/434.16	c   418s|270100 |  6191 |  5121k|  19.0 |   261M |  90 |2260 |7124 | 537 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.55/434.29	c   418s|270200 |  6193 |  5122k|  19.0 |   261M |  90 |2260 |7146 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.75/434.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
432.75/434.42	c   418s|270300 |  6199 |  5122k|  18.9 |   261M |  90 |2260 |7143 | 537 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.85/434.53	c   419s|270400 |  6194 |  5123k|  18.9 |   261M |  90 |2260 |7181 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
432.95/434.65	c   419s|270500 |  6200 |  5124k|  18.9 |   261M |  90 |2260 |7174 | 537 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.05/434.77	c   419s|270600 |  6203 |  5124k|  18.9 |   261M |  90 |2260 |7171 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.25/434.90	c   419s|270700 |  6205 |  5125k|  18.9 |   261M |  90 |2260 |7177 | 537 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.36/435.03	c   419s|270800 |  6195 |  5126k|  18.9 |   261M |  90 |2260 |7200 | 539 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.46/435.13	c   419s|270900 |  6202 |  5126k|  18.9 |   261M |  90 |2260 |7200 | 540 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.55/435.25	c   419s|271000 |  6195 |  5127k|  18.9 |   261M |  90 |2260 |7221 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.65/435.35	c   419s|271100 |  6189 |  5128k|  18.9 |   261M |  90 |2260 |7229 | 537 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.75/435.46	c   419s|271200 |  6191 |  5129k|  18.9 |   261M |  90 |2260 |7222 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.85/435.56	c   420s|271300 |  6193 |  5129k|  18.9 |   261M |  90 |2260 |7209 | 537 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
433.95/435.67	c   420s|271400 |  6194 |  5130k|  18.9 |   261M |  90 |2260 |7212 | 537 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
434.05/435.78	c   420s|271500 |  6198 |  5131k|  18.9 |   261M |  90 |2260 |7214 | 536 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
434.24/435.90	c   420s|271600 |  6193 |  5132k|  18.9 |   261M |  90 |2260 |7174 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
434.36/436.02	c   420s|271700 |  6195 |  5133k|  18.9 |   261M |  90 |2260 |7178 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
434.46/436.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
434.46/436.11	c   420s|271800 |  6194 |  5134k|  18.9 |   261M |  90 |2260 |7187 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
434.54/436.23	c   420s|271900 |  6196 |  5135k|  18.9 |   261M |  90 |2260 |7197 | 537 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
434.64/436.35	c   420s|272000 |  6189 |  5135k|  18.9 |   261M |  90 |2260 |7209 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
434.74/436.46	c   420s|272100 |  6188 |  5136k|  18.9 |   261M |  90 |2260 |7234 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
434.84/436.57	c   421s|272200 |  6187 |  5137k|  18.9 |   261M |  90 |2260 |7120 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.04/436.70	c   421s|272300 |  6188 |  5138k|  18.9 |   261M |  90 |2260 |6989 | 537 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.14/436.83	c   421s|272400 |  6190 |  5139k|  18.9 |   261M |  90 |2260 |6979 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.24/436.94	c   421s|272500 |  6190 |  5140k|  18.9 |   261M |  90 |2260 |6980 | 539 |  71k|  2 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.35/437.04	c   421s|272600 |  6189 |  5141k|  18.9 |   261M |  90 |2260 |6996 | 537 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.45/437.15	c   421s|272700 |  6190 |  5141k|  18.8 |   261M |  90 |2260 |7008 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.54/437.26	c   421s|272800 |  6191 |  5142k|  18.8 |   261M |  90 |2260 |7012 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.64/437.37	c   421s|272900 |  6194 |  5143k|  18.8 |   261M |  90 |2260 |7013 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.74/437.49	c   421s|273000 |  6193 |  5144k|  18.8 |   261M |  90 |2260 |7038 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
435.94/437.60	c   422s|273100 |  6190 |  5145k|  18.8 |   261M |  90 |2260 |7050 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.04/437.70	c   422s|273200 |  6190 |  5145k|  18.8 |   261M |  90 |2260 |7045 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.14/437.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
436.14/437.82	c   422s|273300 |  6187 |  5146k|  18.8 |   261M |  90 |2260 |7051 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.24/437.94	c   422s|273400 |  6187 |  5147k|  18.8 |   261M |  90 |2260 |7066 | 539 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.35/438.06	c   422s|273500 |  6181 |  5148k|  18.8 |   261M |  90 |2260 |6956 | 540 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.45/438.16	c   422s|273600 |  6180 |  5149k|  18.8 |   261M |  90 |2260 |6947 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.54/438.27	c   422s|273700 |  6180 |  5149k|  18.8 |   261M |  90 |2260 |6947 | 540 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.64/438.39	c   422s|273800 |  6181 |  5150k|  18.8 |   261M |  90 |2260 |6962 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.84/438.50	c   422s|273900 |  6181 |  5151k|  18.8 |   261M |  90 |2260 |6972 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
436.94/438.62	c   423s|274000 |  6181 |  5152k|  18.8 |   261M |  90 |2260 |6988 | 539 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
437.03/438.74	c   423s|274100 |  6179 |  5153k|  18.8 |   261M |  90 |2260 |6982 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
437.13/438.86	c   423s|274200 |  6180 |  5154k|  18.8 |   261M |  90 |2260 |6989 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
437.23/438.99	c   423s|274300 |  6176 |  5155k|  18.8 |   261M |  90 |2260 |7015 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
437.45/439.12	c   423s|274400 |  6168 |  5156k|  18.8 |   261M |  90 |2260 |6970 | 539 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
437.53/439.24	c   423s|274500 |  6170 |  5157k|  18.8 |   261M |  90 |2260 |6939 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
437.63/439.37	c   423s|274600 |  6174 |  5158k|  18.8 |   261M |  90 |2260 |6958 | 538 |  71k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
437.73/439.49	c   423s|274700 |  6168 |  5159k|  18.8 |   261M |  90 |2260 |6927 | 539 |  71k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
437.93/439.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
437.93/439.62	c   424s|274800 |  6165 |  5160k|  18.8 |   261M |  90 |2260 |6949 | 539 |  71k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
438.03/439.73	c   424s|274900 |  6163 |  5160k|  18.8 |   261M |  90 |2260 |6938 | 538 |  71k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
438.13/439.84	c   424s|275000 |  6162 |  5161k|  18.8 |   261M |  90 |2260 |6953 | 539 |  71k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
438.23/439.95	c   424s|275100 |  6161 |  5162k|  18.8 |   261M |  90 |2260 |6959 | 539 |  71k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
438.34/440.07	c   424s|275200 |  6162 |  5163k|  18.8 |   261M |  90 |2260 |6962 | 536 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
438.44/440.18	c   424s|275300 |  6163 |  5164k|  18.8 |   261M |  90 |2260 |6993 | 537 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
438.63/440.31	c   424s|275400 |  6158 |  5166k|  18.8 |   261M |  90 |2260 |6967 | 538 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
438.73/440.43	c   424s|275500 |  6155 |  5167k|  18.8 |   261M |  90 |2260 |6976 | 538 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
438.83/440.56	c   425s|275600 |  6153 |  5168k|  18.7 |   261M |  90 |2260 |6970 | 536 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
439.03/440.70	c   425s|275700 |  6150 |  5170k|  18.7 |   261M |  90 |2260 |6976 | 537 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
439.13/440.84	c   425s|275800 |  6139 |  5171k|  18.7 |   261M |  90 |2260 |6912 |   0 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
439.23/440.97	c   425s|275900 |  6148 |  5173k|  18.7 |   261M |  90 |2260 |6921 | 540 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
439.34/441.08	c   425s|276000 |  6144 |  5173k|  18.7 |   261M |  90 |2260 |6917 | 539 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
439.44/441.19	c   425s|276100 |  6146 |  5174k|  18.7 |   261M |  90 |2260 |6938 | 539 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
439.63/441.31	c   425s|276200 |  6149 |  5175k|  18.7 |   261M |  90 |2260 |6938 | 540 |  72k|  2 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
439.72/441.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
439.72/441.43	c   425s|276300 |  6141 |  5176k|  18.7 |   261M |  90 |2260 |6944 | 538 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
439.82/441.53	c   426s|276400 |  6150 |  5176k|  18.7 |   261M |  90 |2260 |6966 | 538 |  72k|  0 | 175k|  11 |-6.000000e+00 [...]

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

 iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3232.71/3244.85	c   399s|249300 |  6092 |  4842k|  19.4 |   335M |  83 |2260 |6707 | 538 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3232.92/3245.02	c   399s|249400 |  6104 |  4845k|  19.4 |   335M |  83 |2260 |6669 | 536 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3233.02/3245.18	c   399s|249500 |  6103 |  4847k|  19.4 |   335M |  83 |2260 |6658 | 535 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3233.21/3245.36	c   399s|249600 |  6109 |  4850k|  19.4 |   335M |  83 |2260 |6645 |   0 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3233.41/3245.50	c   399s|249700 |  6111 |  4852k|  19.4 |   335M |  83 |2260 |6662 | 539 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3233.51/3245.66	c   399s|249800 |  6112 |  4854k|  19.4 |   335M |  83 |2260 |6700 | 538 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3233.71/3245.81	c   400s|249900 |  6109 |  4856k|  19.4 |   335M |  83 |2260 |6736 | 535 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3233.81/3245.98	c   400s|250000 |  6115 |  4858k|  19.4 |   335M |  83 |2260 |6706 | 541 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3234.02/3246.18	c   400s|250100 |  6117 |  4861k|  19.4 |   335M |  83 |2260 |6624 | 539 |  69k|  1 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3234.20/3246.34	c   400s|250200 |  6119 |  4863k|  19.4 |   335M |  83 |2260 |6653 | 545 |  69k|  0 | 164k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3234.40/3246.50	c   400s|250300 |  6114 |  4865k|  19.4 |   335M |  83 |2260 |6691 | 536 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3234.50/3246.67	c   400s|250400 |  6114 |  4868k|  19.4 |   335M |  83 |2260 |6634 | 536 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3234.70/3246.80	c   400s|250500 |  6106 |  4869k|  19.4 |   335M |  83 |2260 |6678 | 538 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3234.80/3246.92	c   401s|250600 |  6108 |  4870k|  19.4 |   335M |  83 |2260 |6704 | 537 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3234.92/3247.03	c   401s|250700 |  6106 |  4872k|  19.4 |   335M |  83 |2260 |6715 | 538 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3235.01/3247.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3235.01/3247.18	c   401s|250800 |  6099 |  4873k|  19.4 |   335M |  83 |2260 |6686 | 540 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3235.20/3247.32	c   401s|250900 |  6103 |  4875k|  19.4 |   335M |  83 |2260 |6712 | 540 |  69k|  2 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3235.30/3247.44	c   401s|251000 |  6096 |  4876k|  19.4 |   335M |  83 |2260 |6694 | 534 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3235.40/3247.58	c   401s|251100 |  6098 |  4878k|  19.4 |   335M |  83 |2260 |6715 | 542 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3235.60/3247.75	c   401s|251200 |  6088 |  4880k|  19.4 |   335M |  83 |2260 |6677 | 540 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3235.80/3247.90	c   402s|251300 |  6084 |  4882k|  19.4 |   335M |  83 |2260 |6551 | 538 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3235.91/3248.04	c   402s|251400 |  6085 |  4883k|  19.4 |   335M |  83 |2260 |6521 |   0 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.01/3248.15	c   402s|251500 |  6085 |  4885k|  19.4 |   335M |  83 |2260 |6472 |   0 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.10/3248.25	c   402s|251600 |  6083 |  4887k|  19.4 |   335M |  85 |2260 |6484 |   0 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.20/3248.37	c   402s|251700 |  6085 |  4888k|  19.4 |   335M |  85 |2260 |6481 | 545 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.30/3248.46	c   402s|251800 |  6085 |  4889k|  19.4 |   335M |  90 |2260 |6487 | 551 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.40/3248.56	c   402s|251900 |  6087 |  4891k|  19.4 |   335M |  90 |2260 |6486 | 547 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.50/3248.63	c   402s|252000 |  6085 |  4891k|  19.4 |   335M |  90 |2260 |6491 | 549 |  69k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.60/3248.75	c   402s|252100 |  6085 |  4893k|  19.4 |   335M |  90 |2260 |6495 | 545 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.69/3248.85	c   403s|252200 |  6088 |  4894k|  19.4 |   335M |  90 |2260 |6518 | 549 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.79/3249.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3236.79/3249.01	c   403s|252300 |  6085 |  4897k|  19.4 |   335M |  90 |2260 |6519 | 545 |  69k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3236.91/3249.10	c   403s|252400 |  6087 |  4898k|  19.4 |   335M |  90 |2260 |6546 | 547 |  70k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3237.09/3249.21	c   403s|252500 |  6085 |  4899k|  19.4 |   335M |  90 |2260 |6555 | 548 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3237.19/3249.32	c   403s|252600 |  6081 |  4900k|  19.4 |   335M |  90 |2260 |6594 | 535 |  70k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3237.29/3249.46	c   403s|252700 |  6081 |  4902k|  19.4 |   335M |  90 |2260 |6579 | 549 |  70k|  2 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3237.39/3249.58	c   403s|252800 |  6081 |  4904k|  19.4 |   335M |  90 |2260 |6552 | 549 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3237.49/3249.69	c   403s|252900 |  6081 |  4905k|  19.4 |   335M |  90 |2260 |6553 | 541 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3237.69/3249.84	c   404s|253000 |  6080 |  4907k|  19.4 |   335M |  90 |2260 |6497 | 538 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3237.79/3249.98	c   404s|253100 |  6077 |  4909k|  19.4 |   335M |  90 |2260 |6509 |   0 |  70k|  0 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3238.00/3250.16	c   404s|253200 |  6075 |  4912k|  19.4 |   335M |  90 |2260 |6496 | 537 |  70k|  1 | 165k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3238.19/3250.30	c   404s|253300 |  6075 |  4914k|  19.4 |   335M |  90 |2260 |6497 | 535 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3238.39/3250.50	c   404s|253400 |  6069 |  4916k|  19.4 |   335M |  90 |2260 |6426 | 537 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3238.49/3250.63	c   404s|253500 |  6065 |  4918k|  19.4 |   335M |  90 |2260 |6454 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3238.59/3250.79	c   404s|253600 |  6064 |  4920k|  19.4 |   335M |  90 |2260 |6456 | 539 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3238.79/3250.93	c   405s|253700 |  6064 |  4921k|  19.4 |   335M |  90 |2260 |6470 | 538 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3238.90/3251.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3238.90/3251.07	c   405s|253800 |  6062 |  4924k|  19.4 |   335M |  90 |2260 |6490 | 537 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3239.09/3251.22	c   405s|253900 |  6054 |  4926k|  19.4 |   335M |  90 |2260 |6517 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3239.19/3251.34	c   405s|254000 |  6064 |  4927k|  19.4 |   335M |  90 |2260 |6516 | 542 |  70k|  2 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3239.38/3251.51	c   405s|254100 |  6063 |  4930k|  19.4 |   335M |  90 |2260 |6531 | 541 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3239.58/3251.70	c   405s|254200 |  6055 |  4933k|  19.4 |   335M |  90 |2260 |6504 | 536 |  70k|  2 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3239.68/3251.84	c   406s|254300 |  6055 |  4934k|  19.4 |   335M |  90 |2260 |6523 | 536 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3239.78/3251.96	c   406s|254400 |  6061 |  4936k|  19.4 |   335M |  90 |2260 |6571 | 537 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3239.90/3252.10	c   406s|254500 |  6053 |  4938k|  19.4 |   335M |  90 |2260 |6561 | 538 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3240.08/3252.28	c   406s|254600 |  6061 |  4940k|  19.4 |   335M |  90 |2260 |6532 | 537 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3240.28/3252.45	c   406s|254700 |  6069 |  4943k|  19.4 |   335M |  90 |2260 |6475 | 532 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3240.48/3252.61	c   406s|254800 |  6075 |  4946k|  19.4 |   335M |  90 |2260 |6447 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3240.58/3252.74	c   406s|254900 |  6082 |  4947k|  19.4 |   335M |  90 |2260 |6476 | 534 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3240.78/3252.90	c   407s|255000 |  6080 |  4950k|  19.4 |   335M |  90 |2260 |6473 | 539 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3240.89/3253.01	c   407s|255100 |  6086 |  4951k|  19.4 |   335M |  90 |2260 |6485 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3240.89/3253.10	c   407s|255200 |  6086 |  4952k|  19.4 |   335M |  90 |2260 |6492 | 541 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3241.08/3253.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3241.08/3253.29	c   407s|255300 |  6084 |  4955k|  19.4 |   335M |  90 |2260 |6495 | 532 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3241.28/3253.45	c   407s|255400 |  6079 |  4958k|  19.4 |   335M |  90 |2260 |6498 | 535 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3241.38/3253.59	c   407s|255500 |  6089 |  4960k|  19.4 |   335M |  90 |2260 |6523 | 536 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3241.58/3253.72	c   407s|255600 |  6084 |  4961k|  19.4 |   335M |  90 |2260 |6548 | 534 |  70k|  1 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3241.68/3253.86	c   408s|255700 |  6086 |  4963k|  19.4 |   335M |  90 |2260 |6537 |   0 |  70k|  0 | 166k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3241.78/3254.00	c   408s|255800 |  6087 |  4965k|  19.4 |   335M |  90 |2260 |6607 | 538 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3241.99/3254.14	c   408s|255900 |  6091 |  4967k|  19.4 |   335M |  90 |2260 |6564 | 535 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3242.07/3254.30	c   408s|256000 |  6117 |  4968k|  19.4 |   335M |  90 |2260 |6640 | 537 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3242.27/3254.43	c   408s|256100 |  6122 |  4969k|  19.4 |   335M |  90 |2260 |6659 | 540 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3242.37/3254.58	c   408s|256200 |  6128 |  4971k|  19.4 |   335M |  90 |2260 |6665 | 536 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3242.57/3254.71	c   408s|256300 |  6125 |  4972k|  19.4 |   335M |  90 |2260 |6694 | 537 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3242.67/3254.85	c   409s|256400 |  6122 |  4973k|  19.4 |   335M |  90 |2260 |6750 | 537 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3242.77/3254.99	c   409s|256500 |  6122 |  4974k|  19.4 |   335M |  90 |2260 |6738 | 537 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3242.99/3255.12	c   409s|256600 |  6120 |  4976k|  19.4 |   335M |  90 |2260 |6761 | 536 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3243.07/3255.26	c   409s|256700 |  6118 |  4977k|  19.4 |   335M |  90 |2260 |6779 | 540 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3243.27/3255.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3243.27/3255.40	c   409s|256800 |  6117 |  4978k|  19.4 |   335M |  90 |2260 |6726 | 540 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3243.37/3255.53	c   409s|256900 |  6117 |  4979k|  19.4 |   335M |  90 |2260 |6750 | 539 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3243.47/3255.66	c   409s|257000 |  6118 |  4980k|  19.4 |   335M |  90 |2260 |6778 | 541 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3243.57/3255.79	c   409s|257100 |  6117 |  4980k|  19.4 |   335M |  90 |2260 |6784 | 539 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3243.77/3255.92	c   410s|257200 |  6121 |  4981k|  19.4 |   335M |  90 |2260 |6800 | 539 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3243.88/3256.06	c   410s|257300 |  6120 |  4983k|  19.4 |   335M |  90 |2260 |6763 | 535 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3244.07/3256.23	c   410s|257400 |  6119 |  4985k|  19.4 |   335M |  90 |2260 |6739 | 535 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3244.17/3256.37	c   410s|257500 |  6131 |  4986k|  19.4 |   335M |  90 |2260 |6737 | 536 |  70k|  0 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3244.37/3256.54	c   410s|257600 |  6138 |  4989k|  19.4 |   335M |  90 |2260 |6757 | 536 |  70k|  1 | 167k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3244.57/3256.70	c   410s|257700 |  6141 |  4991k|  19.4 |   335M |  90 |2260 |6800 | 539 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3244.67/3256.86	c   411s|257800 |  6141 |  4993k|  19.4 |   335M |  90 |2260 |6775 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3244.76/3256.99	c   411s|257900 |  6145 |  4994k|  19.4 |   335M |  90 |2260 |6787 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3244.98/3257.12	c   411s|258000 |  6142 |  4995k|  19.4 |   335M |  90 |2260 |6831 | 539 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3245.06/3257.27	c   411s|258100 |  6146 |  4997k|  19.4 |   335M |  90 |2260 |6795 | 535 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3245.16/3257.39	c   411s|258200 |  6150 |  4998k|  19.4 |   335M |  90 |2260 |6793 | 540 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3245.36/3257.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3245.36/3257.53	c   411s|258300 |  6154 |  4999k|  19.4 |   335M |  90 |2260 |6737 | 540 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3245.46/3257.66	c   411s|258400 |  6151 |  5000k|  19.3 |   335M |  90 |2260 |6775 | 540 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3245.56/3257.77	c   411s|258500 |  6153 |  5001k|  19.3 |   335M |  90 |2260 |6782 | 538 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3245.76/3257.91	c   412s|258600 |  6156 |  5002k|  19.3 |   335M |  90 |2260 |6818 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3245.87/3258.04	c   412s|258700 |  6158 |  5003k|  19.3 |   335M |  90 |2260 |6843 | 538 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3245.97/3258.16	c   412s|258800 |  6161 |  5004k|  19.3 |   335M |  90 |2260 |6869 | 536 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3246.06/3258.29	c   412s|258900 |  6155 |  5004k|  19.3 |   335M |  90 |2260 |6836 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3246.26/3258.43	c   412s|259000 |  6156 |  5006k|  19.3 |   335M |  90 |2260 |6841 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3246.36/3258.59	c   412s|259100 |  6155 |  5008k|  19.3 |   335M |  90 |2260 |6781 | 539 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3246.56/3258.73	c   412s|259200 |  6154 |  5009k|  19.3 |   335M |  90 |2260 |6780 | 540 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3246.66/3258.86	c   413s|259300 |  6159 |  5010k|  19.3 |   335M |  90 |2260 |6785 | 541 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3246.76/3258.98	c   413s|259400 |  6154 |  5011k|  19.3 |   335M |  90 |2260 |6811 | 537 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3246.87/3259.10	c   413s|259500 |  6152 |  5011k|  19.3 |   335M |  90 |2260 |6822 | 537 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3247.06/3259.24	c   413s|259600 |  6151 |  5013k|  19.3 |   335M |  90 |2260 |6823 | 538 |  70k|  1 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3247.16/3259.38	c   413s|259700 |  6161 |  5014k|  19.3 |   335M |  90 |2260 |6821 | 536 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3247.35/3259.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3247.35/3259.51	c   413s|259800 |  6159 |  5015k|  19.3 |   335M |  90 |2260 |6874 |   0 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3247.45/3259.64	c   413s|259900 |  6155 |  5016k|  19.3 |   335M |  90 |2260 |6907 | 538 |  70k|  0 | 168k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3247.55/3259.78	c   413s|260000 |  6162 |  5017k|  19.3 |   335M |  90 |2260 |6921 | 537 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3247.75/3259.90	c   414s|260100 |  6169 |  5017k|  19.3 |   335M |  90 |2260 |6919 | 537 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3247.87/3260.02	c   414s|260200 |  6164 |  5018k|  19.3 |   335M |  90 |2260 |6946 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3247.97/3260.15	c   414s|260300 |  6168 |  5019k|  19.3 |   335M |  90 |2260 |6991 | 536 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3248.05/3260.27	c   414s|260400 |  6163 |  5020k|  19.3 |   335M |  90 |2260 |7022 | 538 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3248.25/3260.40	c   414s|260500 |  6176 |  5021k|  19.3 |   335M |  90 |2260 |6950 |   0 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3248.35/3260.53	c   414s|260600 |  6180 |  5022k|  19.3 |   335M |  90 |2260 |6947 | 535 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3248.45/3260.66	c   414s|260700 |  6186 |  5023k|  19.3 |   335M |  90 |2260 |6972 | 538 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3248.55/3260.79	c   414s|260800 |  6189 |  5023k|  19.3 |   335M |  90 |2260 |6993 | 540 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3248.75/3260.92	c   415s|260900 |  6193 |  5024k|  19.3 |   335M |  90 |2260 |7011 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3248.86/3261.03	c   415s|261000 |  6191 |  5025k|  19.2 |   335M |  90 |2260 |7028 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3248.96/3261.16	c   415s|261100 |  6194 |  5026k|  19.2 |   335M |  90 |2260 |7015 | 536 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3249.05/3261.29	c   415s|261200 |  6198 |  5027k|  19.2 |   335M |  90 |2260 |7041 | 537 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3249.25/3261.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3249.25/3261.42	c   415s|261300 |  6201 |  5028k|  19.2 |   335M |  90 |2260 |7056 | 537 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3249.35/3261.54	c   415s|261400 |  6194 |  5029k|  19.2 |   335M |  90 |2260 |7093 | 537 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3249.45/3261.67	c   415s|261500 |  6200 |  5030k|  19.2 |   335M |  90 |2260 |7064 |   0 |  70k|  0 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3249.55/3261.79	c   415s|261600 |  6214 |  5031k|  19.2 |   335M |  90 |2260 |7040 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3249.75/3261.92	c   416s|261700 |  6220 |  5032k|  19.2 |   335M |  90 |2260 |7085 | 538 |  70k|  1 | 169k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3249.86/3262.05	c   416s|261800 |  6220 |  5033k|  19.2 |   335M |  90 |2260 |7064 | 538 |  70k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3249.96/3262.17	c   416s|261900 |  6226 |  5034k|  19.2 |   335M |  90 |2260 |7082 |   0 |  70k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3250.14/3262.30	c   416s|262000 |  6218 |  5035k|  19.2 |   335M |  90 |2260 |6951 | 537 |  70k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3250.24/3262.43	c   416s|262100 |  6219 |  5036k|  19.2 |   335M |  90 |2260 |6952 | 538 |  70k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3250.34/3262.56	c   416s|262200 |  6226 |  5038k|  19.2 |   335M |  90 |2260 |6925 | 536 |  70k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3250.54/3262.70	c   416s|262300 |  6227 |  5039k|  19.2 |   335M |  90 |2260 |6940 | 536 |  70k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3250.64/3262.83	c   417s|262400 |  6229 |  5040k|  19.2 |   335M |  90 |2260 |6945 | 540 |  70k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3250.74/3262.96	c   417s|262500 |  6229 |  5041k|  19.2 |   335M |  90 |2260 |6972 | 540 |  71k|  2 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3250.86/3263.08	c   417s|262600 |  6227 |  5042k|  19.2 |   335M |  90 |2260 |6992 | 538 |  71k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3251.04/3263.20	c   417s|262700 |  6232 |  5043k|  19.2 |   335M |  90 |2260 |7004 | 538 |  71k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3251.14/3263.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3251.14/3263.35	c   417s|262800 |  6224 |  5044k|  19.2 |   335M |  90 |2260 |6960 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3251.24/3263.47	c   417s|262900 |  6225 |  5045k|  19.2 |   335M |  90 |2260 |6899 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3251.34/3263.59	c   417s|263000 |  6226 |  5046k|  19.2 |   335M |  90 |2260 |6908 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3251.54/3263.70	c   417s|263100 |  6225 |  5047k|  19.2 |   335M |  90 |2260 |6914 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3251.64/3263.82	c   418s|263200 |  6226 |  5048k|  19.2 |   335M |  90 |2260 |6883 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3251.74/3263.95	c   418s|263300 |  6222 |  5048k|  19.2 |   335M |  90 |2260 |6879 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3251.85/3264.09	c   418s|263400 |  6223 |  5050k|  19.2 |   335M |  90 |2260 |6889 | 538 |  71k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3252.04/3264.21	c   418s|263500 |  6219 |  5051k|  19.2 |   335M |  90 |2260 |6885 | 537 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3252.14/3264.33	c   418s|263600 |  6220 |  5052k|  19.2 |   335M |  90 |2260 |6891 | 540 |  71k|  2 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3252.24/3264.45	c   418s|263700 |  6230 |  5053k|  19.2 |   335M |  90 |2260 |6880 | 536 |  71k|  1 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3252.34/3264.56	c   418s|263800 |  6226 |  5053k|  19.2 |   335M |  90 |2260 |6904 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3252.44/3264.68	c   418s|263900 |  6230 |  5054k|  19.1 |   335M |  90 |2260 |6897 | 538 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3252.54/3264.79	c   418s|264000 |  6221 |  5055k|  19.1 |   335M |  90 |2260 |6914 |   0 |  71k|  0 | 170k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3252.73/3264.92	c   419s|264100 |  6228 |  5056k|  19.1 |   335M |  90 |2260 |6941 | 538 |  71k|  2 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3252.85/3265.06	c   419s|264200 |  6227 |  5058k|  19.1 |   335M |  90 |2260 |6851 | 538 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3253.03/3265.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3253.03/3265.20	c   419s|264300 |  6222 |  5059k|  19.1 |   335M |  90 |2260 |6852 | 538 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3253.13/3265.32	c   419s|264400 |  6221 |  5060k|  19.1 |   335M |  90 |2260 |6853 | 537 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3253.23/3265.45	c   419s|264500 |  6223 |  5061k|  19.1 |   335M |  90 |2260 |6846 | 538 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3253.33/3265.56	c   419s|264600 |  6219 |  5062k|  19.1 |   335M |  90 |2260 |6836 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3253.43/3265.68	c   419s|264700 |  6216 |  5063k|  19.1 |   335M |  90 |2260 |6839 | 538 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3253.63/3265.82	c   420s|264800 |  6212 |  5065k|  19.1 |   335M |  90 |2260 |6849 | 537 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3253.73/3265.96	c   420s|264900 |  6211 |  5066k|  19.1 |   335M |  90 |2260 |6813 | 539 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3253.94/3266.14	c   420s|265000 |  6206 |  5068k|  19.1 |   335M |  90 |2260 |6785 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3254.03/3266.26	c   420s|265100 |  6215 |  5069k|  19.1 |   335M |  90 |2260 |6803 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3254.23/3266.40	c   420s|265200 |  6207 |  5070k|  19.1 |   335M |  90 |2260 |6808 | 538 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3254.33/3266.53	c   420s|265300 |  6204 |  5071k|  19.1 |   335M |  90 |2260 |6785 | 538 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3254.43/3266.64	c   420s|265400 |  6205 |  5072k|  19.1 |   335M |  90 |2260 |6810 | 540 |  71k|  2 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3254.63/3266.80	c   420s|265500 |  6199 |  5074k|  19.1 |   335M |  90 |2260 |6852 | 538 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3254.73/3266.93	c   421s|265600 |  6201 |  5074k|  19.1 |   335M |  90 |2260 |6879 | 539 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3254.84/3267.06	c   421s|265700 |  6204 |  5076k|  19.1 |   335M |  90 |2260 |6881 | 535 |  71k|  1 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3255.03/3267.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3255.03/3267.20	c   421s|265800 |  6201 |  5077k|  19.1 |   335M |  90 |2260 |6862 | 536 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3255.12/3267.33	c   421s|265900 |  6206 |  5078k|  19.1 |   335M |  90 |2260 |6868 | 540 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3255.22/3267.44	c   421s|266000 |  6208 |  5079k|  19.1 |   335M |  90 |2260 |6899 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3255.32/3267.57	c   421s|266100 |  6202 |  5081k|  19.1 |   335M |  90 |2260 |6885 |   0 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3255.52/3267.71	c   421s|266200 |  6203 |  5082k|  19.1 |   335M |  90 |2260 |6902 | 536 |  71k|  0 | 171k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3255.62/3267.85	c   422s|266300 |  6205 |  5083k|  19.1 |   335M |  90 |2260 |6915 | 536 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3255.72/3267.98	c   422s|266400 |  6211 |  5084k|  19.1 |   335M |  90 |2260 |6921 | 536 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3255.94/3268.12	c   422s|266500 |  6209 |  5085k|  19.1 |   335M |  90 |2260 |6949 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3256.02/3268.26	c   422s|266600 |  6208 |  5087k|  19.1 |   335M |  90 |2260 |6965 | 539 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3256.12/3268.38	c   422s|266700 |  6204 |  5087k|  19.1 |   335M |  90 |2260 |6990 | 538 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3256.32/3268.51	c   422s|266800 |  6201 |  5089k|  19.1 |   335M |  90 |2260 |7007 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3256.42/3268.65	c   422s|266900 |  6201 |  5090k|  19.1 |   335M |  90 |2260 |7020 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3256.52/3268.76	c   422s|267000 |  6201 |  5091k|  19.1 |   335M |  90 |2260 |7040 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3256.62/3268.89	c   423s|267100 |  6197 |  5092k|  19.1 |   335M |  90 |2260 |7063 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3256.83/3269.02	c   423s|267200 |  6200 |  5093k|  19.1 |   335M |  90 |2260 |7068 | 540 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3256.93/3269.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3256.93/3269.16	c   423s|267300 |  6193 |  5094k|  19.1 |   335M |  90 |2260 |7044 | 538 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3257.02/3269.29	c   423s|267400 |  6200 |  5096k|  19.1 |   335M |  90 |2260 |6998 | 536 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3257.22/3269.40	c   423s|267500 |  6202 |  5097k|  19.0 |   335M |  90 |2260 |7009 | 536 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3257.32/3269.53	c   423s|267600 |  6198 |  5097k|  19.0 |   335M |  90 |2260 |7025 | 536 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3257.42/3269.65	c   423s|267700 |  6200 |  5098k|  19.0 |   335M |  90 |2260 |7057 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3257.51/3269.77	c   423s|267800 |  6202 |  5099k|  19.0 |   335M |  90 |2260 |7054 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3257.71/3269.90	c   424s|267900 |  6202 |  5100k|  19.0 |   335M |  90 |2260 |7086 | 537 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3257.83/3270.04	c   424s|268000 |  6206 |  5101k|  19.0 |   335M |  90 |2260 |7098 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3257.93/3270.19	c   424s|268100 |  6197 |  5102k|  19.0 |   335M |  90 |2260 |7130 |   0 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3258.11/3270.32	c   424s|268200 |  6201 |  5103k|  19.0 |   335M |  90 |2260 |7110 | 540 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3258.21/3270.45	c   424s|268300 |  6198 |  5104k|  19.0 |   335M |  90 |2260 |7134 | 538 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3258.31/3270.58	c   424s|268400 |  6197 |  5105k|  19.0 |   335M |  90 |2260 |7142 | 539 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3258.51/3270.72	c   424s|268500 |  6191 |  5107k|  19.0 |   335M |  90 |2260 |7077 | 541 |  71k|  0 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3258.61/3270.86	c   425s|268600 |  6189 |  5109k|  19.0 |   335M |  90 |2260 |7051 | 535 |  71k|  1 | 172k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3258.71/3270.99	c   425s|268700 |  6180 |  5110k|  19.0 |   335M |  90 |2260 |7045 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3258.92/3271.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3258.92/3271.12	c   425s|268800 |  6180 |  5111k|  19.0 |   335M |  90 |2260 |7044 | 540 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.01/3271.23	c   425s|268900 |  6181 |  5112k|  19.0 |   335M |  90 |2260 |7049 | 538 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.11/3271.34	c   425s|269000 |  6183 |  5113k|  19.0 |   335M |  90 |2260 |7048 | 538 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.21/3271.44	c   425s|269100 |  6181 |  5113k|  19.0 |   335M |  90 |2260 |7086 | 538 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.31/3271.57	c   425s|269200 |  6180 |  5114k|  19.0 |   335M |  90 |2260 |7080 | 538 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.41/3271.67	c   425s|269300 |  6182 |  5115k|  19.0 |   335M |  90 |2260 |7086 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.51/3271.79	c   425s|269400 |  6186 |  5116k|  19.0 |   335M |  90 |2260 |7093 | 538 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.71/3271.91	c   426s|269500 |  6189 |  5116k|  19.0 |   335M |  90 |2260 |7097 | 539 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.82/3272.03	c   426s|269600 |  6187 |  5117k|  19.0 |   335M |  90 |2260 |7139 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3259.92/3272.17	c   426s|269700 |  6183 |  5118k|  19.0 |   335M |  90 |2260 |7133 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3260.01/3272.28	c   426s|269800 |  6183 |  5119k|  19.0 |   335M |  90 |2260 |7131 | 538 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3260.20/3272.40	c   426s|269900 |  6187 |  5120k|  19.0 |   335M |  90 |2260 |7106 | 540 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3260.30/3272.52	c   426s|270000 |  6187 |  5120k|  19.0 |   335M |  90 |2260 |7109 | 538 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3260.40/3272.63	c   426s|270100 |  6191 |  5121k|  19.0 |   335M |  90 |2260 |7124 | 537 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3260.50/3272.76	c   426s|270200 |  6193 |  5122k|  19.0 |   335M |  90 |2260 |7146 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3260.60/3272.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3260.60/3272.89	c   427s|270300 |  6199 |  5122k|  18.9 |   335M |  90 |2260 |7143 | 537 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3260.70/3273.00	c   427s|270400 |  6194 |  5123k|  18.9 |   335M |  90 |2260 |7181 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3260.92/3273.12	c   427s|270500 |  6200 |  5124k|  18.9 |   335M |  90 |2260 |7174 | 537 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.00/3273.25	c   427s|270600 |  6203 |  5124k|  18.9 |   335M |  90 |2260 |7171 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.10/3273.38	c   427s|270700 |  6205 |  5125k|  18.9 |   335M |  90 |2260 |7177 | 537 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.30/3273.51	c   427s|270800 |  6195 |  5126k|  18.9 |   335M |  90 |2260 |7200 | 539 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.40/3273.62	c   427s|270900 |  6202 |  5126k|  18.9 |   335M |  90 |2260 |7200 | 540 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.50/3273.74	c   427s|271000 |  6195 |  5127k|  18.9 |   335M |  90 |2260 |7221 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.60/3273.85	c   428s|271100 |  6189 |  5128k|  18.9 |   335M |  90 |2260 |7229 | 537 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.70/3273.95	c   428s|271200 |  6191 |  5129k|  18.9 |   335M |  90 |2260 |7222 |   0 |  71k|  0 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.81/3274.06	c   428s|271300 |  6193 |  5129k|  18.9 |   335M |  90 |2260 |7209 | 537 |  71k|  2 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3261.91/3274.17	c   428s|271400 |  6194 |  5130k|  18.9 |   335M |  90 |2260 |7212 | 537 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.00/3274.28	c   428s|271500 |  6198 |  5131k|  18.9 |   335M |  90 |2260 |7214 | 536 |  71k|  1 | 173k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.20/3274.41	c   428s|271600 |  6193 |  5132k|  18.9 |   335M |  90 |2260 |7174 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.30/3274.53	c   428s|271700 |  6195 |  5133k|  18.9 |   335M |  90 |2260 |7178 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.40/3274.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3262.40/3274.62	c   428s|271800 |  6194 |  5134k|  18.9 |   335M |  90 |2260 |7187 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.50/3274.74	c   428s|271900 |  6196 |  5135k|  18.9 |   335M |  90 |2260 |7197 | 537 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.60/3274.86	c   429s|272000 |  6189 |  5135k|  18.9 |   335M |  90 |2260 |7209 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.70/3274.98	c   429s|272100 |  6188 |  5136k|  18.9 |   335M |  90 |2260 |7234 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.81/3275.10	c   429s|272200 |  6187 |  5137k|  18.9 |   335M |  90 |2260 |7120 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3262.99/3275.23	c   429s|272300 |  6188 |  5138k|  18.9 |   335M |  90 |2260 |6989 | 537 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.09/3275.36	c   429s|272400 |  6190 |  5139k|  18.9 |   335M |  90 |2260 |6979 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.19/3275.47	c   429s|272500 |  6190 |  5140k|  18.9 |   335M |  90 |2260 |6980 | 539 |  71k|  2 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.29/3275.58	c   429s|272600 |  6189 |  5141k|  18.9 |   335M |  90 |2260 |6996 | 537 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.39/3275.69	c   429s|272700 |  6190 |  5141k|  18.8 |   335M |  90 |2260 |7008 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.59/3275.80	c   430s|272800 |  6191 |  5142k|  18.8 |   335M |  90 |2260 |7012 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.69/3275.92	c   430s|272900 |  6194 |  5143k|  18.8 |   335M |  90 |2260 |7013 | 538 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.81/3276.03	c   430s|273000 |  6193 |  5144k|  18.8 |   335M |  90 |2260 |7038 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.91/3276.15	c   430s|273100 |  6190 |  5145k|  18.8 |   335M |  90 |2260 |7050 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3263.99/3276.25	c   430s|273200 |  6190 |  5145k|  18.8 |   335M |  90 |2260 |7045 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3264.09/3276.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3264.09/3276.37	c   430s|273300 |  6187 |  5146k|  18.8 |   335M |  90 |2260 |7051 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3264.29/3276.50	c   430s|273400 |  6187 |  5147k|  18.8 |   335M |  90 |2260 |7066 | 539 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3264.39/3276.61	c   430s|273500 |  6181 |  5148k|  18.8 |   335M |  90 |2260 |6956 | 540 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3264.49/3276.72	c   430s|273600 |  6180 |  5149k|  18.8 |   335M |  90 |2260 |6947 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3264.59/3276.83	c   431s|273700 |  6180 |  5149k|  18.8 |   335M |  90 |2260 |6947 | 540 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3264.69/3276.95	c   431s|273800 |  6181 |  5150k|  18.8 |   335M |  90 |2260 |6962 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3264.80/3277.07	c   431s|273900 |  6181 |  5151k|  18.8 |   335M |  90 |2260 |6972 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3264.99/3277.20	c   431s|274000 |  6181 |  5152k|  18.8 |   335M |  90 |2260 |6988 | 539 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3265.09/3277.32	c   431s|274100 |  6179 |  5153k|  18.8 |   335M |  90 |2260 |6982 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3265.19/3277.44	c   431s|274200 |  6180 |  5154k|  18.8 |   335M |  90 |2260 |6989 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3265.29/3277.57	c   431s|274300 |  6176 |  5155k|  18.8 |   335M |  90 |2260 |7015 |   0 |  71k|  0 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3265.48/3277.70	c   431s|274400 |  6168 |  5156k|  18.8 |   335M |  90 |2260 |6970 | 539 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3265.58/3277.83	c   432s|274500 |  6170 |  5157k|  18.8 |   335M |  90 |2260 |6939 | 538 |  71k|  1 | 174k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3265.68/3277.96	c   432s|274600 |  6174 |  5158k|  18.8 |   335M |  90 |2260 |6958 | 538 |  71k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3265.80/3278.08	c   432s|274700 |  6168 |  5159k|  18.8 |   335M |  90 |2260 |6927 | 539 |  71k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3265.98/3278.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3265.98/3278.21	c   432s|274800 |  6165 |  5160k|  18.8 |   335M |  90 |2260 |6949 | 539 |  71k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3266.08/3278.32	c   432s|274900 |  6163 |  5160k|  18.8 |   335M |  90 |2260 |6938 | 538 |  71k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3266.18/3278.44	c   432s|275000 |  6162 |  5161k|  18.8 |   335M |  90 |2260 |6953 | 539 |  71k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3266.28/3278.55	c   432s|275100 |  6161 |  5162k|  18.8 |   335M |  90 |2260 |6959 | 539 |  71k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3266.38/3278.67	c   432s|275200 |  6162 |  5163k|  18.8 |   335M |  90 |2260 |6962 | 536 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3266.48/3278.78	c   432s|275300 |  6163 |  5164k|  18.8 |   335M |  90 |2260 |6993 | 537 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3266.68/3278.92	c   433s|275400 |  6158 |  5166k|  18.8 |   335M |  90 |2260 |6967 | 538 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3266.79/3279.04	c   433s|275500 |  6155 |  5167k|  18.8 |   335M |  90 |2260 |6976 | 538 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3266.89/3279.17	c   433s|275600 |  6153 |  5168k|  18.7 |   335M |  90 |2260 |6970 | 536 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.08/3279.31	c   433s|275700 |  6150 |  5170k|  18.7 |   335M |  90 |2260 |6976 | 537 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.18/3279.46	c   433s|275800 |  6139 |  5171k|  18.7 |   335M |  90 |2260 |6912 |   0 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.28/3279.59	c   433s|275900 |  6148 |  5173k|  18.7 |   335M |  90 |2260 |6921 | 540 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.48/3279.70	c   433s|276000 |  6144 |  5173k|  18.7 |   335M |  90 |2260 |6917 | 539 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.58/3279.82	c   434s|276100 |  6146 |  5174k|  18.7 |   335M |  90 |2260 |6938 | 539 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.68/3279.94	c   434s|276200 |  6149 |  5175k|  18.7 |   335M |  90 |2260 |6938 | 540 |  72k|  2 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.79/3280.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3267.79/3280.06	c   434s|276300 |  6141 |  5176k|  18.7 |   335M |  90 |2260 |6944 | 538 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.89/3280.17	c   434s|276400 |  6150 |  5176k|  18.7 |   335M |  90 |2260 |6966 | 538 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3267.98/3280.28	c   434s|276500 |  6150 |  5177k|  18.7 |   335M |  90 |2260 |6976 |   0 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3268.07/3280.39	c   434s|276600 |  6150 |  5178k|  18.7 |   335M |  90 |2260 |6980 | 538 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3268.27/3280.51	c   434s|276700 |  6142 |  5179k|  18.7 |   335M |  90 |2260 |6995 | 540 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3268.37/3280.62	c   434s|276800 |  6146 |  5179k|  18.7 |   335M |  90 |2260 |7011 | 541 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3268.47/3280.74	c   434s|276900 |  6146 |  5180k|  18.7 |   335M |  90 |2260 |7040 | 541 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3268.57/3280.84	c   435s|277000 |  6143 |  5181k|  18.7 |   335M |  90 |2260 |7057 | 541 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3268.67/3280.96	c   435s|277100 |  6142 |  5181k|  18.7 |   335M |  90 |2260 |7072 | 541 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3268.79/3281.09	c   435s|277200 |  6141 |  5182k|  18.7 |   335M |  90 |2260 |7073 | 540 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3268.97/3281.21	c   435s|277300 |  6137 |  5183k|  18.7 |   335M |  90 |2260 |7082 | 541 |  72k|  0 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3269.07/3281.36	c   435s|277400 |  6144 |  5184k|  18.7 |   335M |  90 |2260 |7058 | 536 |  72k|  1 | 175k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3269.27/3281.50	c   435s|277500 |  6136 |  5186k|  18.7 |   335M |  90 |2260 |7065 | 536 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3269.37/3281.64	c   435s|277600 |  6130 |  5187k|  18.7 |   335M |  90 |2260 |7045 | 537 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3269.47/3281.79	c   435s|277700 |  6130 |  5189k|  18.7 |   335M |  90 |2260 |7050 |   0 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3269.67/3281.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3269.67/3281.93	c   436s|277800 |  6128 |  5190k|  18.7 |   335M |  90 |2260 |7056 | 537 |  72k|  2 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3269.78/3282.05	c   436s|277900 |  6128 |  5191k|  18.7 |   335M |  90 |2260 |7066 | 539 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3269.88/3282.17	c   436s|278000 |  6125 |  5192k|  18.7 |   335M |  90 |2260 |7072 | 541 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3270.07/3282.30	c   436s|278100 |  6124 |  5193k|  18.7 |   335M |  90 |2260 |7054 | 536 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3270.07/3282.39	c   436s|278200 |  6121 |  5193k|  18.7 |   335M |  90 |2260 |7067 | 539 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3270.27/3282.51	c   436s|278300 |  6126 |  5195k|  18.7 |   335M |  90 |2260 |7009 | 531 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3270.37/3282.66	c   436s|278400 |  6122 |  5197k|  18.7 |   335M |  90 |2260 |6856 | 533 |  72k|  2 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3270.56/3282.81	c   437s|278500 |  6118 |  5198k|  18.7 |   335M |  90 |2260 |6846 | 538 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3270.66/3282.95	c   437s|278600 |  6126 |  5200k|  18.7 |   335M |  90 |2260 |6782 | 534 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3270.78/3283.06	c   437s|278700 |  6127 |  5201k|  18.7 |   335M |  90 |2260 |6727 | 534 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3270.88/3283.19	c   437s|278800 |  6130 |  5203k|  18.7 |   335M |  90 |2260 |6734 | 534 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3271.06/3283.31	c   437s|278900 |  6132 |  5204k|  18.7 |   335M |  90 |2260 |6775 | 534 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3271.16/3283.44	c   437s|279000 |  6131 |  5205k|  18.7 |   335M |  90 |2260 |6802 | 534 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3271.26/3283.56	c   437s|279100 |  6134 |  5206k|  18.6 |   335M |  90 |2260 |6792 | 534 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3271.36/3283.69	c   437s|279200 |  6144 |  5208k|  18.6 |   335M |  90 |2260 |6785 | 534 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3271.56/3283.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3271.56/3283.83	c   438s|279300 |  6131 |  5210k|  18.6 |   335M |  90 |2260 |6771 | 534 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3271.66/3283.97	c   438s|279400 |  6121 |  5212k|  18.6 |   335M |  90 |2260 |6758 | 534 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3271.77/3284.10	c   438s|279500 |  6119 |  5213k|  18.6 |   335M |  90 |2260 |6791 | 535 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3271.96/3284.25	c   438s|279600 |  6117 |  5215k|  18.6 |   335M |  90 |2260 |6789 | 537 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3272.16/3284.40	c   438s|279700 |  6116 |  5216k|  18.6 |   335M |  90 |2260 |6805 | 537 |  72k|  0 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3272.26/3284.53	c   438s|279800 |  6115 |  5217k|  18.6 |   335M |  90 |2260 |6842 | 539 |  72k|  1 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3272.36/3284.66	c   438s|279900 |  6118 |  5218k|  18.6 |   335M |  90 |2260 |6872 | 539 |  72k|  2 | 176k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3272.46/3284.79	c   438s|280000 |  6112 |  5218k|  18.6 |   335M |  90 |2260 |6926 | 539 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3272.66/3284.95	c   439s|280100 |  6111 |  5219k|  18.6 |   335M |  90 |2260 |6869 |   0 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3272.77/3285.09	c   439s|280200 |  6105 |  5221k|  18.6 |   335M |  90 |2260 |6844 | 538 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3272.96/3285.23	c   439s|280300 |  6111 |  5223k|  18.6 |   335M |  90 |2260 |6768 | 533 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3273.06/3285.37	c   439s|280400 |  6107 |  5225k|  18.6 |   335M |  90 |2260 |6768 | 533 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3273.25/3285.51	c   439s|280500 |  6106 |  5226k|  18.6 |   335M |  90 |2260 |6780 | 533 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3273.35/3285.65	c   439s|280600 |  6106 |  5229k|  18.6 |   335M |  90 |2260 |6759 | 538 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3273.45/3285.79	c   439s|280700 |  6110 |  5230k|  18.6 |   335M |  90 |2260 |6727 | 539 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3273.65/3285.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3273.65/3285.92	c   440s|280800 |  6106 |  5231k|  18.6 |   335M |  90 |2260 |6762 | 538 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3273.77/3286.05	c   440s|280900 |  6105 |  5232k|  18.6 |   335M |  90 |2260 |6778 | 538 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3273.87/3286.16	c   440s|281000 |  6102 |  5232k|  18.6 |   335M |  90 |2260 |6775 | 537 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3273.95/3286.29	c   440s|281100 |  6109 |  5233k|  18.6 |   335M |  90 |2260 |6820 | 538 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3274.15/3286.42	c   440s|281200 |  6108 |  5234k|  18.6 |   335M |  90 |2260 |6848 | 538 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3274.25/3286.55	c   440s|281300 |  6109 |  5236k|  18.6 |   335M |  90 |2260 |6834 | 533 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3274.35/3286.67	c   440s|281400 |  6115 |  5238k|  18.6 |   335M |  90 |2260 |6831 | 538 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3274.55/3286.80	c   441s|281500 |  6113 |  5238k|  18.6 |   335M |  90 |2260 |6867 | 538 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3274.65/3286.95	c   441s|281600 |  6108 |  5240k|  18.6 |   335M |  90 |2260 |6866 | 533 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3274.76/3287.10	c   441s|281700 |  6108 |  5242k|  18.6 |   335M |  90 |2260 |6856 | 535 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3274.95/3287.26	c   441s|281800 |  6106 |  5244k|  18.6 |   335M |  90 |2260 |6847 | 536 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3275.05/3287.38	c   441s|281900 |  6110 |  5245k|  18.6 |   335M |  90 |2260 |6862 | 537 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3275.15/3287.49	c   441s|282000 |  6113 |  5246k|  18.6 |   335M |  90 |2260 |6869 | 537 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3275.35/3287.60	c   441s|282100 |  6116 |  5247k|  18.6 |   335M |  90 |2260 |6892 | 539 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3275.45/3287.73	c   441s|282200 |  6111 |  5247k|  18.6 |   335M |  90 |2260 |6919 | 534 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3275.55/3287.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3275.55/3287.83	c   442s|282300 |  6113 |  5248k|  18.6 |   335M |  90 |2260 |6925 | 539 |  72k|  2 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3275.64/3287.97	c   442s|282400 |  6114 |  5249k|  18.6 |   335M |  90 |2260 |6938 |   0 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3275.76/3288.09	c   442s|282500 |  6111 |  5250k|  18.6 |   335M |  90 |2260 |6944 | 537 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3275.94/3288.20	c   442s|282600 |  6115 |  5251k|  18.6 |   335M |  90 |2260 |6964 | 537 |  72k|  0 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3276.04/3288.39	c   442s|282700 |  6112 |  5251k|  18.6 |   335M |  90 |2260 |6980 | 537 |  72k|  1 | 177k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3276.24/3288.51	c   442s|282800 |  6121 |  5252k|  18.6 |   335M |  90 |2260 |6993 | 539 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3276.34/3288.63	c   442s|282900 |  6115 |  5253k|  18.6 |   335M |  90 |2260 |7029 | 539 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3276.44/3288.75	c   442s|283000 |  6115 |  5253k|  18.6 |   335M |  90 |2260 |7041 | 539 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3276.54/3288.85	c   443s|283100 |  6118 |  5254k|  18.6 |   335M |  90 |2260 |7054 | 539 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3276.64/3288.97	c   443s|283200 |  6111 |  5255k|  18.5 |   335M |  90 |2260 |7055 | 538 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3276.75/3289.08	c   443s|283300 |  6109 |  5255k|  18.5 |   335M |  90 |2260 |7066 | 537 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3276.94/3289.20	c   443s|283400 |  6113 |  5256k|  18.5 |   335M |  90 |2260 |7078 | 539 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3277.04/3289.33	c   443s|283500 |  6112 |  5256k|  18.5 |   335M |  90 |2260 |7086 | 539 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3277.14/3289.45	c   443s|283600 |  6114 |  5257k|  18.5 |   335M |  90 |2260 |7093 | 539 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3277.24/3289.57	c   443s|283700 |  6110 |  5258k|  18.5 |   335M |  90 |2260 |7053 | 537 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3277.34/3289.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3277.34/3289.68	c   443s|283800 |  6110 |  5259k|  18.5 |   335M |  90 |2260 |7077 | 537 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3277.44/3289.79	c   443s|283900 |  6110 |  5259k|  18.5 |   335M |  90 |2260 |7071 |   0 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3277.64/3289.91	c   444s|284000 |  6105 |  5260k|  18.5 |   335M |  90 |2260 |7064 | 538 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3277.75/3290.05	c   444s|284100 |  6104 |  5261k|  18.5 |   335M |  90 |2260 |7049 | 535 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3277.85/3290.17	c   444s|284200 |  6103 |  5262k|  18.5 |   335M |  90 |2260 |7021 | 537 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.04/3290.31	c   444s|284300 |  6110 |  5264k|  18.5 |   335M |  90 |2260 |6982 | 535 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.14/3290.43	c   444s|284400 |  6112 |  5265k|  18.5 |   335M |  90 |2260 |6997 |   0 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.24/3290.54	c   444s|284500 |  6118 |  5265k|  18.5 |   335M |  90 |2260 |7017 | 538 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.33/3290.66	c   444s|284600 |  6121 |  5266k|  18.5 |   335M |  90 |2260 |7045 |   0 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.43/3290.78	c   444s|284700 |  6121 |  5267k|  18.5 |   335M |  90 |2260 |7056 | 538 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.63/3290.90	c   445s|284800 |  6120 |  5268k|  18.5 |   335M |  90 |2260 |7056 | 539 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.63/3291.01	c   445s|284900 |  6116 |  5269k|  18.5 |   335M |  90 |2260 |7072 | 537 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.85/3291.13	c   445s|285000 |  6115 |  5269k|  18.5 |   335M |  90 |2260 |7100 | 535 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3278.93/3291.25	c   445s|285100 |  6119 |  5271k|  18.5 |   335M |  90 |2260 |7094 | 534 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.03/3291.36	c   445s|285200 |  6122 |  5271k|  18.5 |   335M |  90 |2260 |7127 | 534 |  72k|  1 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.13/3291.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3279.13/3291.48	c   445s|285300 |  6117 |  5272k|  18.5 |   335M |  90 |2260 |7141 |   0 |  72k|  0 | 178k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.23/3291.59	c   445s|285400 |  6119 |  5273k|  18.5 |   335M |  90 |2260 |7154 | 539 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.33/3291.69	c   445s|285500 |  6120 |  5274k|  18.5 |   335M |  90 |2260 |7183 |   0 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.53/3291.80	c   445s|285600 |  6114 |  5274k|  18.5 |   335M |  90 |2260 |7194 | 534 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.63/3291.91	c   446s|285700 |  6115 |  5275k|  18.5 |   335M |  90 |2260 |7216 | 537 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.74/3292.03	c   446s|285800 |  6113 |  5276k|  18.5 |   335M |  90 |2260 |7202 |   0 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.84/3292.15	c   446s|285900 |  6108 |  5277k|  18.5 |   335M |  90 |2260 |7209 | 536 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3279.93/3292.27	c   446s|286000 |  6112 |  5278k|  18.4 |   335M |  90 |2260 |7173 | 539 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3280.03/3292.37	c   446s|286100 |  6120 |  5278k|  18.4 |   335M |  90 |2260 |7192 | 539 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3280.13/3292.49	c   446s|286200 |  6109 |  5279k|  18.4 |   335M |  90 |2260 |7214 | 537 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3280.33/3292.61	c   446s|286300 |  6106 |  5280k|  18.4 |   335M |  90 |2260 |7228 | 534 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3280.43/3292.73	c   446s|286400 |  6109 |  5281k|  18.4 |   335M |  90 |2260 |7108 | 533 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3280.53/3292.87	c   447s|286500 |  6113 |  5283k|  18.4 |   335M |  90 |2260 |7072 | 533 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3280.74/3293.02	c   447s|286600 |  6115 |  5285k|  18.4 |   335M |  90 |2260 |6959 | 538 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3280.84/3293.14	c   447s|286700 |  6120 |  5286k|  18.4 |   335M |  90 |2260 |6976 | 537 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3280.93/3293.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3280.93/3293.27	c   447s|286800 |  6118 |  5287k|  18.4 |   335M |  90 |2260 |7056 | 536 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3281.02/3293.39	c   447s|286900 |  6114 |  5288k|  18.4 |   335M |  90 |2260 |7047 | 539 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3281.22/3293.52	c   447s|287000 |  6117 |  5289k|  18.4 |   335M |  90 |2260 |7080 | 539 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3281.32/3293.64	c   447s|287100 |  6119 |  5290k|  18.4 |   335M |  90 |2260 |7093 | 537 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3281.42/3293.76	c   447s|287200 |  6119 |  5291k|  18.4 |   335M |  90 |2260 |7108 | 536 |  72k|  0 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3281.52/3293.89	c   448s|287300 |  6117 |  5292k|  18.4 |   335M |  90 |2260 |7091 | 535 |  72k|  1 | 179k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3281.62/3294.00	c   448s|287400 |  6121 |  5293k|  18.4 |   335M |  90 |2260 |7106 |   0 |  72k|  0 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3281.84/3294.13	c   448s|287500 |  6117 |  5293k|  18.4 |   335M |  90 |2260 |7141 |   0 |  72k|  0 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3281.92/3294.25	c   448s|287600 |  6121 |  5294k|  18.4 |   335M |  90 |2260 |7145 | 538 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3282.02/3294.37	c   448s|287700 |  6115 |  5295k|  18.4 |   335M |  90 |2260 |7154 | 536 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3282.12/3294.49	c   448s|287800 |  6118 |  5296k|  18.4 |   335M |  90 |2260 |7178 | 538 |  72k|  0 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3282.32/3294.61	c   448s|287900 |  6118 |  5297k|  18.4 |   335M |  90 |2260 |7208 | 537 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3282.42/3294.71	c   448s|288000 |  6117 |  5298k|  18.4 |   335M |  90 |2260 |7243 |   0 |  72k|  0 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3282.52/3294.83	c   449s|288100 |  6117 |  5299k|  18.4 |   335M |  90 |2260 |7231 | 537 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3282.62/3294.96	c   449s|288200 |  6117 |  5300k|  18.4 |   335M |  90 |2260 |7226 | 537 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3282.73/3295.09	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.09	c   449s|288300 |  6116 |  5301k|  18.4 |   335M |  90 |2260 |7220 | 538 |  72k|  2 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3282.92/3295.22	c   449s|288400 |  6118 |  5301k|  18.4 |   335M |  90 |2260 |7227 | 538 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3283.02/3295.35	c   449s|288500 |  6116 |  5303k|  18.4 |   335M |  90 |2260 |7217 |   0 |  72k|  0 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3283.12/3295.47	c   449s|288600 |  6118 |  5304k|  18.4 |   335M |  90 |2260 |7249 | 538 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3283.22/3295.59	c   449s|288700 |  6115 |  5305k|  18.4 |   335M |  90 |2260 |7248 | 538 |  72k|  0 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3283.42/3295.72	c   449s|288800 |  6125 |  5306k|  18.4 |   335M |  90 |2260 |7221 | 538 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3283.52/3295.83	c   450s|288900 |  6126 |  5307k|  18.4 |   335M |  90 |2260 |7221 | 538 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3283.62/3295.95	c   450s|289000 |  6127 |  5307k|  18.4 |   335M |  90 |2260 |7247 | 537 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3283.73/3296.06	c   450s|289100 |  6130 |  5308k|  18.4 |   335M |  90 |2260 |7258 | 537 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3283.83/3296.18	c   450s|289200 |  6124 |  5309k|  18.4 |   335M |  90 |2260 |7285 | 538 |  72k|  1 | 180k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.01/3296.31	c   450s|289300 |  6127 |  5309k|  18.3 |   335M |  90 |2260 |7286 | 538 |  72k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.11/3296.43	c   450s|289400 |  6130 |  5310k|  18.3 |   335M |  90 |2260 |7253 | 538 |  72k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.21/3296.56	c   450s|289500 |  6135 |  5311k|  18.3 |   335M |  90 |2260 |7279 | 537 |  72k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.31/3296.68	c   450s|289600 |  6140 |  5312k|  18.3 |   335M |  90 |2260 |7309 | 536 |  72k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.51/3296.81	c   451s|289700 |  6134 |  5313k|  18.3 |   335M |  90 |2260 |7364 | 537 |  72k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.61/3296.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3284.61/3296.92	c   451s|289800 |  6132 |  5314k|  18.3 |   335M |  90 |2260 |7348 | 537 |  73k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.73/3297.04	c   451s|289900 |  6138 |  5315k|  18.3 |   335M |  90 |2260 |7357 |   0 |  73k|  0 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.82/3297.16	c   451s|290000 |  6142 |  5316k|  18.3 |   335M |  90 |2260 |7374 | 536 |  73k|  0 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3284.91/3297.27	c   451s|290100 |  6134 |  5316k|  18.3 |   335M |  90 |2260 |7385 | 537 |  73k|  0 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3285.11/3297.40	c   451s|290200 |  6142 |  5317k|  18.3 |   335M |  90 |2260 |7363 | 536 |  73k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3285.21/3297.52	c   451s|290300 |  6140 |  5318k|  18.3 |   335M |  90 |2260 |7398 | 537 |  73k|  0 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3285.31/3297.64	c   451s|290400 |  6138 |  5319k|  18.3 |   335M |  90 |2260 |7385 | 539 |  73k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3285.41/3297.76	c   451s|290500 |  6137 |  5320k|  18.3 |   335M |  90 |2260 |7383 | 540 |  73k|  2 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3285.51/3297.87	c   452s|290600 |  6145 |  5321k|  18.3 |   335M |  90 |2260 |7362 | 537 |  73k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3285.61/3297.99	c   452s|290700 |  6135 |  5322k|  18.3 |   335M |  90 |2260 |7360 | 537 |  73k|  1 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3285.82/3298.12	c   452s|290800 |  6133 |  5322k|  18.3 |   335M |  90 |2260 |7398 | 536 |  73k|  0 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3285.91/3298.24	c   452s|290900 |  6131 |  5323k|  18.3 |   335M |  90 |2260 |7316 | 536 |  73k|  2 | 181k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3286.01/3298.38	c   452s|291000 |  6130 |  5324k|  18.3 |   335M |  90 |2260 |7305 | 539 |  73k|  2 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3286.11/3298.49	c   452s|291100 |  6130 |  5325k|  18.3 |   335M |  90 |2260 |7311 | 538 |  73k|  1 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3286.31/3298.60	c   452s|291200 |  6130 |  5326k|  18.3 |   335M |  90 |2260 |7324 |   0 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3286.40/3298.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3286.40/3298.74	c   452s|291300 |  6131 |  5327k|  18.3 |   335M |  90 |2260 |7356 | 541 |  73k|  1 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3286.50/3298.86	c   453s|291400 |  6128 |  5328k|  18.3 |   335M |  90 |2260 |7341 | 536 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3286.60/3298.99	c   453s|291500 |  6125 |  5329k|  18.3 |   335M |  90 |2260 |7353 | 536 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3286.72/3299.11	c   453s|291600 |  6122 |  5330k|  18.3 |   335M |  90 |2260 |7358 |   0 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3286.90/3299.24	c   453s|291700 |  6121 |  5331k|  18.3 |   335M |  90 |2260 |7421 |   0 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3287.00/3299.38	c   453s|291800 |  6120 |  5332k|  18.3 |   335M |  90 |2260 |7397 | 539 |  73k|  2 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3287.20/3299.50	c   453s|291900 |  6121 |  5333k|  18.3 |   335M |  90 |2260 |7374 | 538 |  73k|  2 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3287.30/3299.61	c   453s|292000 |  6123 |  5333k|  18.3 |   335M |  90 |2260 |7366 | 535 |  73k|  1 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3287.40/3299.74	c   453s|292100 |  6127 |  5334k|  18.3 |   335M |  90 |2260 |7382 |   0 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3287.50/3299.87	c   454s|292200 |  6137 |  5335k|  18.3 |   335M |  90 |2260 |7382 | 536 |  73k|  1 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3287.60/3300.00	c   454s|292300 |  6136 |  5336k|  18.3 |   335M |  90 |2260 |7417 | 536 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3287.81/3300.11	c   454s|292400 |  6129 |  5337k|  18.2 |   335M |  90 |2260 |7440 | 537 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3287.90/3300.25	c   454s|292500 |  6127 |  5338k|  18.2 |   335M |  90 |2260 |7448 |   0 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.00/3300.37	c   454s|292600 |  6125 |  5339k|  18.2 |   335M |  90 |2260 |7491 | 537 |  73k|  0 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.20/3300.51	c   454s|292700 |  6121 |  5340k|  18.2 |   335M |  90 |2260 |7516 | 538 |  73k|  1 | 182k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.30/3300.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3288.30/3300.62	c   454s|292800 |  6117 |  5341k|  18.2 |   335M |  90 |2260 |7524 |   0 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.40/3300.74	c   454s|292900 |  6118 |  5342k|  18.2 |   335M |  90 |2260 |7486 | 537 |  73k|  2 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.50/3300.86	c   455s|293000 |  6120 |  5344k|  18.2 |   335M |  90 |2260 |7464 | 539 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.60/3300.97	c   455s|293100 |  6118 |  5345k|  18.2 |   335M |  90 |2260 |7468 | 539 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.71/3301.10	c   455s|293200 |  6114 |  5346k|  18.2 |   335M |  90 |2260 |7476 | 538 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.89/3301.22	c   455s|293300 |  6119 |  5347k|  18.2 |   335M |  90 |2260 |7369 |   0 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3288.99/3301.35	c   455s|293400 |  6117 |  5348k|  18.2 |   335M |  90 |2260 |7369 | 536 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3289.09/3301.49	c   455s|293500 |  6117 |  5350k|  18.2 |   335M |  90 |2260 |7356 | 536 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3289.29/3301.64	c   455s|293600 |  6113 |  5351k|  18.2 |   335M |  90 |2260 |7392 | 536 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3289.39/3301.77	c   455s|293700 |  6115 |  5352k|  18.2 |   335M |  90 |2260 |7290 | 537 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3289.59/3301.90	c   456s|293800 |  6114 |  5354k|  18.2 |   335M |  90 |2260 |7251 | 536 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3289.71/3302.03	c   456s|293900 |  6115 |  5355k|  18.2 |   335M |  90 |2260 |7270 | 536 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3289.81/3302.15	c   456s|294000 |  6116 |  5356k|  18.2 |   335M |  90 |2260 |7297 | 538 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3289.89/3302.26	c   456s|294100 |  6119 |  5357k|  18.2 |   335M |  90 |2260 |7304 | 536 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3290.09/3302.40	c   456s|294200 |  6121 |  5358k|  18.2 |   335M |  90 |2260 |7329 |   0 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3290.19/3302.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3290.19/3302.51	c   456s|294300 |  6119 |  5360k|  18.2 |   335M |  90 |2260 |7316 | 536 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3290.29/3302.65	c   456s|294400 |  6115 |  5361k|  18.2 |   335M |  90 |2260 |7322 | 536 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3290.39/3302.78	c   456s|294500 |  6113 |  5362k|  18.2 |   335M |  90 |2260 |7339 |   0 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3290.59/3302.91	c   457s|294600 |  6111 |  5364k|  18.2 |   335M |  90 |2260 |7334 | 535 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3290.70/3303.05	c   457s|294700 |  6110 |  5365k|  18.2 |   335M |  90 |2260 |7071 | 537 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3290.89/3303.21	c   457s|294800 |  6116 |  5368k|  18.2 |   335M |  90 |2260 |6919 | 536 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3290.99/3303.36	c   457s|294900 |  6110 |  5370k|  18.2 |   335M |  90 |2260 |6628 | 538 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3291.09/3303.48	c   457s|295000 |  6107 |  5370k|  18.2 |   335M |  90 |2260 |6623 |   0 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3291.29/3303.61	c   457s|295100 |  6114 |  5371k|  18.2 |   335M |  90 |2260 |6642 | 536 |  73k|  1 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3291.39/3303.73	c   457s|295200 |  6108 |  5372k|  18.2 |   335M |  90 |2260 |6666 | 535 |  73k|  0 | 183k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3291.49/3303.86	c   458s|295300 |  6109 |  5373k|  18.2 |   335M |  90 |2260 |6662 | 537 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3291.58/3304.00	c   458s|295400 |  6113 |  5375k|  18.2 |   335M |  90 |2260 |6662 | 538 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3291.80/3304.13	c   458s|295500 |  6109 |  5376k|  18.2 |   335M |  90 |2260 |6666 | 536 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3291.88/3304.27	c   458s|295600 |  6113 |  5378k|  18.2 |   335M |  90 |2260 |6590 | 533 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3292.08/3304.40	c   458s|295700 |  6113 |  5380k|  18.2 |   335M |  90 |2260 |6586 | 533 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3292.19/3304.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3292.19/3304.55	c   458s|295800 |  6113 |  5382k|  18.2 |   335M |  90 |2260 |6545 |   0 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3292.39/3304.70	c   458s|295900 |  6118 |  5384k|  18.2 |   335M |  90 |2260 |6404 |   0 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3292.49/3304.83	c   459s|296000 |  6118 |  5385k|  18.2 |   335M |  90 |2260 |6399 | 536 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3292.59/3304.95	c   459s|296100 |  6121 |  5387k|  18.2 |   335M |  90 |2260 |6417 | 535 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3292.70/3305.09	c   459s|296200 |  6114 |  5388k|  18.2 |   335M |  90 |2260 |6423 | 538 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3292.89/3305.23	c   459s|296300 |  6112 |  5389k|  18.2 |   335M |  90 |2260 |6394 | 536 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3292.99/3305.35	c   459s|296400 |  6112 |  5390k|  18.2 |   335M |  90 |2260 |6406 | 536 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3293.09/3305.48	c   459s|296500 |  6114 |  5391k|  18.2 |   335M |  90 |2260 |6377 | 536 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3293.29/3305.61	c   459s|296600 |  6118 |  5393k|  18.2 |   335M |  90 |2260 |6360 | 536 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3293.39/3305.72	c   459s|296700 |  6122 |  5394k|  18.2 |   335M |  90 |2260 |6361 | 537 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3293.49/3305.86	c   460s|296800 |  6115 |  5396k|  18.2 |   335M |  90 |2260 |6351 | 534 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3293.59/3305.99	c   460s|296900 |  6117 |  5397k|  18.2 |   335M |  90 |2260 |6367 | 537 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3293.80/3306.11	c   460s|297000 |  6117 |  5398k|  18.2 |   335M |  90 |2260 |6426 |   0 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3293.89/3306.27	c   460s|297100 |  6111 |  5400k|  18.2 |   335M |  90 |2260 |6298 | 541 |  73k|  1 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3294.08/3306.43	c   460s|297200 |  6107 |  5402k|  18.2 |   335M |  90 |2260 |6255 | 541 |  73k|  0 | 184k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3294.18/3306.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3294.18/3306.57	c   460s|297300 |  6104 |  5403k|  18.2 |   335M |  90 |2260 |6390 | 540 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3294.38/3306.71	c   460s|297400 |  6124 |  5405k|  18.2 |   335M |  90 |2260 |6348 | 537 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3294.48/3306.85	c   461s|297500 |  6128 |  5407k|  18.2 |   335M |  90 |2260 |6401 | 535 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3294.58/3306.98	c   461s|297600 |  6132 |  5408k|  18.2 |   335M |  90 |2260 |6404 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3294.80/3307.11	c   461s|297700 |  6132 |  5410k|  18.2 |   335M |  90 |2260 |6413 |   0 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3294.88/3307.24	c   461s|297800 |  6127 |  5411k|  18.2 |   335M |  90 |2260 |6401 | 537 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3295.08/3307.40	c   461s|297900 |  6143 |  5413k|  18.2 |   335M |  90 |2260 |6400 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3295.18/3307.55	c   461s|298000 |  6161 |  5416k|  18.2 |   335M |  90 |2260 |6385 | 537 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3295.28/3307.70	c   461s|298100 |  6165 |  5418k|  18.2 |   335M |  90 |2260 |6411 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3295.48/3307.83	c   462s|298200 |  6169 |  5419k|  18.2 |   335M |  90 |2260 |6432 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3295.58/3307.98	c   462s|298300 |  6164 |  5421k|  18.2 |   335M |  90 |2260 |6457 |   0 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3295.69/3308.07	c   462s|298400 |  6162 |  5422k|  18.2 |   335M |  90 |2260 |6509 |   0 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3295.88/3308.22	c   462s|298500 |  6169 |  5424k|  18.2 |   335M |  90 |2260 |6466 |   0 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3295.98/3308.38	c   462s|298600 |  6183 |  5426k|  18.2 |   335M |  90 |2260 |6466 | 537 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3296.18/3308.55	c   462s|298700 |  6175 |  5429k|  18.2 |   335M |  90 |2260 |6478 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3296.28/3308.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3296.28/3308.65	c   462s|298800 |  6185 |  5430k|  18.2 |   335M |  90 |2260 |6514 |   0 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3296.38/3308.75	c   462s|298900 |  6187 |  5431k|  18.2 |   335M |  90 |2260 |6556 |   0 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3296.48/3308.84	c   463s|299000 |  6193 |  5432k|  18.2 |   335M |  90 |2260 |6570 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3296.58/3308.93	c   463s|299100 |  6193 |  5433k|  18.2 |   335M |  90 |2260 |6575 | 537 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3296.69/3309.04	c   463s|299200 |  6201 |  5435k|  18.2 |   335M |  90 |2260 |6587 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3296.79/3309.17	c   463s|299300 |  6206 |  5436k|  18.2 |   335M |  90 |2260 |6607 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3296.97/3309.30	c   463s|299400 |  6202 |  5438k|  18.2 |   335M |  90 |2260 |6625 | 537 |  73k|  0 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3297.07/3309.45	c   463s|299500 |  6182 |  5440k|  18.2 |   335M |  90 |2260 |6679 | 537 |  73k|  1 | 185k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3297.27/3309.60	c   463s|299600 |  6172 |  5442k|  18.2 |   335M |  90 |2260 |6650 | 537 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3297.37/3309.73	c   463s|299700 |  6173 |  5443k|  18.2 |   335M |  90 |2260 |6647 | 537 |  73k|  1 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3297.47/3309.87	c   464s|299800 |  6167 |  5445k|  18.2 |   335M |  90 |2260 |6647 | 537 |  73k|  1 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3297.69/3310.03	c   464s|299900 |  6173 |  5448k|  18.2 |   335M |  90 |2260 |6645 | 537 |  73k|  1 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3297.79/3310.15	c   464s|300000 |  6179 |  5449k|  18.2 |   335M |  90 |2260 |6740 | 537 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3297.87/3310.29	c   464s|300100 |  6169 |  5451k|  18.2 |   335M |  90 |2260 |6761 | 537 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3298.07/3310.46	c   464s|300200 |  6193 |  5454k|  18.2 |   335M |  90 |2260 |6752 | 537 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3298.27/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.27/3310.61	c   464s|300300 |  6177 |  5456k|  18.2 |   335M |  90 |2260 |6770 | 537 |  73k|  1 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3298.37/3310.75	c   464s|300400 |  6171 |  5458k|  18.2 |   335M |  90 |2260 |6757 | 537 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3298.57/3310.91	c   465s|300500 |  6162 |  5460k|  18.2 |   335M |  90 |2260 |6668 | 537 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3298.68/3311.05	c   465s|300600 |  6158 |  5462k|  18.2 |   335M |  90 |2260 |6720 |   0 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3298.78/3311.19	c   465s|300700 |  6162 |  5464k|  18.2 |   335M |  90 |2260 |6742 | 537 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3298.97/3311.32	c   465s|300800 |  6160 |  5465k|  18.2 |   335M |  90 |2260 |6799 |   0 |  73k|  0 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3299.07/3311.46	c   465s|300900 |  6152 |  5468k|  18.2 |   335M |  90 |2260 |6766 | 537 |  73k|  1 | 186k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3299.17/3311.59	c   465s|301000 |  6164 |  5469k|  18.2 |   335M |  90 |2260 |6801 |   0 |  73k|  0 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3299.37/3311.73	c   465s|301100 |  6158 |  5470k|  18.2 |   335M |  90 |2260 |6853 | 537 |  73k|  0 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3299.46/3311.86	c   466s|301200 |  6156 |  5472k|  18.2 |   335M |  90 |2260 |6857 | 537 |  73k|  0 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3299.56/3312.00	c   466s|301300 |  6146 |  5474k|  18.2 |   335M |  90 |2260 |6827 | 537 |  73k|  1 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3299.78/3312.13	c   466s|301400 |  6146 |  5475k|  18.2 |   335M |  90 |2260 |6880 | 537 |  73k|  1 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3299.96/3312.30	c   466s|301500 |  6145 |  5478k|  18.2 |   335M |  90 |2260 |6841 | 537 |  73k|  0 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3300.06/3312.45	c   466s|301600 |  6145 |  5480k|  18.2 |   335M |  90 |2260 |6861 | 537 |  73k|  1 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3300.26/3312.61	c   466s|301700 |  6145 |  5482k|  18.2 |   335M |  90 |2260 |6795 | 537 |  73k|  1 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3300.36/3312.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3300.36/3312.76	c   466s|301800 |  6145 |  5485k|  18.2 |   335M |  90 |2260 |6846 | 537 |  73k|  0 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3300.56/3312.91	c   467s|301900 |  6151 |  5487k|  18.2 |   335M |  90 |2260 |6898 |   0 |  73k|  0 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3300.67/3313.04	c   467s|302000 |  6148 |  5488k|  18.2 |   335M |  90 |2260 |6988 | 537 |  73k|  0 | 187k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3300.77/3313.18	c   467s|302100 |  6147 |  5489k|  18.2 |   335M |  90 |2260 |6986 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3300.96/3313.32	c   467s|302200 |  6146 |  5491k|  18.2 |   335M |  90 |2260 |7015 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.06/3313.44	c   467s|302300 |  6148 |  5493k|  18.2 |   335M |  90 |2260 |6919 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.16/3313.59	c   467s|302400 |  6148 |  5495k|  18.2 |   335M |  90 |2260 |6890 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.36/3313.74	c   467s|302500 |  6152 |  5497k|  18.2 |   335M |  90 |2260 |6816 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.46/3313.88	c   468s|302600 |  6148 |  5499k|  18.2 |   335M |  90 |2260 |6846 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.67/3314.02	c   468s|302700 |  6148 |  5501k|  18.2 |   335M |  90 |2260 |6821 | 536 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.77/3314.15	c   468s|302800 |  6148 |  5503k|  18.2 |   335M |  90 |2260 |6823 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.86/3314.22	c   468s|302900 |  6151 |  5503k|  18.2 |   335M |  90 |2260 |6835 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.96/3314.30	c   468s|303000 |  6153 |  5504k|  18.2 |   335M |  90 |2260 |6869 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3301.96/3314.38	c   468s|303100 |  6156 |  5505k|  18.2 |   335M |  90 |2260 |6859 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3302.06/3314.47	c   468s|303200 |  6157 |  5507k|  18.2 |   335M |  90 |2260 |6856 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3302.16/3314.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3302.16/3314.58	c   468s|303300 |  6150 |  5508k|  18.2 |   335M |  90 |2260 |6928 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3302.25/3314.68	c   468s|303400 |  6149 |  5509k|  18.2 |   335M |  90 |2260 |6926 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3302.45/3314.83	c   469s|303500 |  6144 |  5511k|  18.2 |   335M |  90 |2260 |6846 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3302.55/3314.97	c   469s|303600 |  6144 |  5513k|  18.2 |   335M |  90 |2260 |6821 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3302.77/3315.11	c   469s|303700 |  6149 |  5514k|  18.2 |   335M |  90 |2260 |6828 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3302.85/3315.28	c   469s|303800 |  6140 |  5516k|  18.2 |   335M |  90 |2260 |6818 | 536 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3303.05/3315.44	c   469s|303900 |  6134 |  5519k|  18.2 |   335M |  90 |2260 |6690 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3303.15/3315.58	c   469s|304000 |  6135 |  5521k|  18.2 |   335M |  90 |2260 |6723 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3303.35/3315.73	c   469s|304100 |  6130 |  5523k|  18.2 |   335M |  90 |2260 |6691 | 533 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3303.45/3315.86	c   470s|304200 |  6129 |  5525k|  18.2 |   335M |  90 |2260 |6698 | 537 |  73k|  1 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3303.55/3316.00	c   470s|304300 |  6124 |  5526k|  18.2 |   335M |  90 |2260 |6709 | 537 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3303.76/3316.14	c   470s|304400 |  6118 |  5528k|  18.2 |   335M |  90 |2260 |6721 | 534 |  73k|  0 | 188k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3303.85/3316.29	c   470s|304500 |  6116 |  5530k|  18.2 |   335M |  90 |2260 |6611 | 535 |  73k|  1 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3304.05/3316.43	c   470s|304600 |  6122 |  5532k|  18.2 |   335M |  90 |2260 |6628 |   0 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3304.15/3316.56	c   470s|304700 |  6124 |  5533k|  18.2 |   335M |  90 |2260 |6591 | 535 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3304.25/3316.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3304.25/3316.69	c   470s|304800 |  6126 |  5534k|  18.2 |   335M |  90 |2260 |6525 | 537 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3304.45/3316.81	c   471s|304900 |  6124 |  5536k|  18.2 |   335M |  90 |2260 |6558 |   0 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3304.55/3316.94	c   471s|305000 |  6123 |  5537k|  18.1 |   335M |  90 |2260 |6577 | 535 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3304.66/3317.07	c   471s|305100 |  6120 |  5538k|  18.1 |   335M |  90 |2260 |6592 | 535 |  73k|  1 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3304.76/3317.18	c   471s|305200 |  6124 |  5540k|  18.1 |   335M |  90 |2260 |6586 | 535 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3304.94/3317.31	c   471s|305300 |  6120 |  5541k|  18.1 |   335M |  90 |2260 |6623 |   0 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3305.04/3317.45	c   471s|305400 |  6121 |  5543k|  18.1 |   335M |  90 |2260 |6586 | 537 |  73k|  1 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3305.24/3317.61	c   471s|305500 |  6112 |  5545k|  18.1 |   335M |  90 |2260 |6481 | 538 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3305.34/3317.75	c   471s|305600 |  6112 |  5547k|  18.1 |   335M |  90 |2260 |6482 | 536 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3305.54/3317.92	c   472s|305700 |  6110 |  5549k|  18.1 |   335M |  90 |2260 |6331 | 535 |  73k|  1 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3305.75/3318.12	c   472s|305800 |  6112 |  5551k|  18.1 |   335M |  90 |2260 |6324 | 529 |  73k|  0 | 189k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3305.84/3318.27	c   472s|305900 |  6117 |  5552k|  18.1 |   335M |  90 |2260 |6410 | 546 |  73k|  0 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3305.94/3318.37	c   472s|306000 |  6117 |  5554k|  18.1 |   335M |  90 |2260 |6475 | 546 |  73k|  1 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3306.14/3318.52	c   472s|306100 |  6119 |  5555k|  18.1 |   335M |  90 |2260 |6467 | 533 |  73k|  0 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3306.34/3318.72	c   472s|306200 |  6132 |  5558k|  18.1 |   335M |  90 |2260 |6512 | 534 |  73k|  0 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3306.54/3318.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3306.54/3318.95	c   473s|306300 |  6129 |  5561k|  18.2 |   335M |  90 |2260 |6557 | 525 |  73k|  0 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3306.84/3319.23	c   473s|306400 |  6143 |  5565k|  18.2 |   335M |  90 |2260 |6592 | 537 |  74k|  0 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3307.14/3319.50	c   473s|306500 |  6152 |  5568k|  18.2 |   335M |  90 |2260 |6487 | 538 |  74k|  1 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3307.33/3319.73	c   473s|306600 |  6177 |  5571k|  18.2 |   335M |  90 |2260 |6413 | 518 |  74k|  1 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3307.65/3320.04	c   474s|306700 |  6202 |  5575k|  18.2 |   335M |  90 |2260 |6495 |   0 |  74k|  0 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3307.83/3320.20	c   474s|306800 |  6206 |  5577k|  18.2 |   335M |  90 |2260 |6506 | 540 |  74k|  1 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3307.93/3320.34	c   474s|306900 |  6200 |  5578k|  18.2 |   335M |  90 |2260 |6543 | 538 |  74k|  0 | 190k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3308.13/3320.52	c   474s|307000 |  6208 |  5580k|  18.2 |   335M |  90 |2260 |6562 | 526 |  74k|  1 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3308.33/3320.70	c   474s|307100 |  6224 |  5583k|  18.2 |   335M |  90 |2260 |6362 | 531 |  74k|  1 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3308.64/3321.06	c   475s|307200 |  6242 |  5587k|  18.2 |   335M |  90 |2260 |6334 | 533 |  74k|  2 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3308.93/3321.37	c   475s|307300 |  6265 |  5590k|  18.2 |   335M |  90 |2260 |6327 | 531 |  74k|  1 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3309.23/3321.65	c   475s|307400 |  6276 |  5594k|  18.2 |   335M |  90 |2260 |6357 |   0 |  74k|  0 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3309.43/3321.80	c   475s|307500 |  6287 |  5595k|  18.2 |   335M |  90 |2260 |6442 | 554 |  74k|  1 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3309.43/3321.88	c   476s|307600 |  6288 |  5596k|  18.2 |   335M |  90 |2260 |6443 | 556 |  74k|  1 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3309.53/3322.01	c   476s|307700 |  6288 |  5597k|  18.2 |   335M |  90 |2260 |6474 | 554 |  74k|  1 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3309.93/3322.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3309.93/3322.31	c   476s|307800 |  6292 |  5601k|  18.2 |   335M |  90 |2260 |6316 | 540 |  75k|  1 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3310.12/3322.51	c   476s|307900 |  6304 |  5603k|  18.2 |   335M |  90 |2260 |6314 | 540 |  75k|  1 | 191k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3310.22/3322.69	c   476s|308000 |  6301 |  5605k|  18.2 |   335M |  90 |2260 |6357 | 542 |  75k|  0 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3310.42/3322.83	c   477s|308100 |  6301 |  5607k|  18.2 |   335M |  90 |2260 |6407 | 543 |  75k|  1 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3310.52/3322.98	c   477s|308200 |  6300 |  5609k|  18.2 |   335M |  90 |2260 |6403 | 540 |  75k|  0 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3310.74/3323.12	c   477s|308300 |  6300 |  5610k|  18.2 |   335M |  90 |2260 |6414 | 522 |  75k|  0 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3310.92/3323.33	c   477s|308400 |  6309 |  5612k|  18.2 |   335M |  90 |2260 |6423 | 538 |  75k|  1 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3311.12/3323.56	c   477s|308500 |  6299 |  5616k|  18.2 |   335M |  90 |2260 |6286 | 536 |  75k|  1 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3311.42/3323.81	c   478s|308600 |  6303 |  5619k|  18.2 |   335M |  90 |2260 |6186 | 523 |  75k|  0 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3311.63/3324.10	c   478s|308700 |  6303 |  5622k|  18.2 |   335M |  90 |2260 |6177 | 538 |  75k|  1 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3311.92/3324.30	c   478s|308800 |  6304 |  5624k|  18.2 |   335M |  90 |2260 |6155 |   0 |  75k|  0 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3312.02/3324.48	c   478s|308900 |  6308 |  5627k|  18.2 |   335M |  90 |2260 |6180 | 535 |  75k|  2 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3312.22/3324.61	c   478s|309000 |  6308 |  5628k|  18.2 |   335M |  90 |2260 |6224 | 537 |  75k|  0 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3312.32/3324.79	c   478s|309100 |  6313 |  5631k|  18.2 |   335M |  90 |2260 |6260 | 517 |  75k|  1 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3312.52/3324.93	c   479s|309200 |  6313 |  5633k|  18.2 |   335M |  90 |2260 |6267 |   0 |  75k|  0 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3312.73/3325.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3312.73/3325.15	c   479s|309300 |  6320 |  5635k|  18.2 |   335M |  90 |2260 |6291 | 537 |  75k|  1 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3312.91/3325.36	c   479s|309400 |  6332 |  5637k|  18.2 |   335M |  90 |2260 |6336 | 539 |  75k|  1 | 192k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3313.01/3325.49	c   479s|309500 |  6331 |  5639k|  18.2 |   335M |  90 |2260 |6358 | 541 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3313.21/3325.66	c   479s|309600 |  6333 |  5641k|  18.2 |   335M |  90 |2260 |6353 | 537 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3313.41/3325.82	c   480s|309700 |  6329 |  5643k|  18.2 |   335M |  90 |2260 |6387 |   0 |  75k|  0 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3313.51/3325.98	c   480s|309800 |  6325 |  5645k|  18.2 |   335M |  90 |2260 |6372 | 537 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3313.72/3326.12	c   480s|309900 |  6329 |  5646k|  18.2 |   335M |  90 |2260 |6390 | 542 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3313.81/3326.29	c   480s|310000 |  6333 |  5648k|  18.2 |   335M |  90 |2260 |6393 | 537 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3314.01/3326.43	c   480s|310100 |  6341 |  5650k|  18.2 |   335M |  90 |2260 |6464 | 540 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3314.11/3326.58	c   480s|310200 |  6332 |  5652k|  18.2 |   335M |  90 |2260 |6487 | 540 |  75k|  0 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3314.31/3326.71	c   480s|310300 |  6328 |  5653k|  18.2 |   335M |  90 |2260 |6481 | 542 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3314.41/3326.86	c   481s|310400 |  6329 |  5655k|  18.2 |   335M |  90 |2260 |6487 |   0 |  75k|  0 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3314.51/3327.00	c   481s|310500 |  6335 |  5657k|  18.2 |   335M |  90 |2260 |6480 |   0 |  75k|  0 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3314.72/3327.14	c   481s|310600 |  6331 |  5659k|  18.2 |   335M |  90 |2260 |6497 | 541 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3314.81/3327.29	c   481s|310700 |  6323 |  5661k|  18.2 |   335M |  90 |2260 |6485 | 526 |  75k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3315.11/3327.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3315.11/3327.55	c   481s|310800 |  6334 |  5663k|  18.2 |   335M |  90 |2260 |6473 |   0 |  76k|  0 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3315.30/3327.79	c   481s|310900 |  6331 |  5666k|  18.2 |   335M |  90 |2260 |6362 | 523 |  76k|  1 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3315.62/3328.09	c   482s|311000 |  6340 |  5670k|  18.2 |   335M |  90 |2260 |6374 | 534 |  76k|  0 | 193k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3315.90/3328.39	c   482s|311100 |  6359 |  5674k|  18.2 |   335M |  90 |2260 |6272 | 526 |  76k|  0 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3316.30/3328.73	c   482s|311200 |  6373 |  5678k|  18.2 |   335M |  90 |2260 |6182 | 520 |  76k|  0 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3316.61/3329.01	c   483s|311300 |  6380 |  5682k|  18.2 |   335M |  90 |2260 |6164 | 542 |  76k|  1 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3316.71/3329.19	c   483s|311400 |  6392 |  5684k|  18.2 |   335M |  90 |2260 |6170 | 526 |  76k|  1 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3317.00/3329.40	c   483s|311500 |  6397 |  5686k|  18.2 |   335M |  90 |2260 |6197 | 535 |  76k|  1 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3317.20/3329.60	c   483s|311600 |  6391 |  5688k|  18.3 |   335M |  90 |2260 |6157 |   0 |  76k|  0 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3317.40/3329.86	c   484s|311700 |  6401 |  5691k|  18.3 |   335M |  90 |2260 |6153 | 543 |  76k|  3 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3317.71/3330.12	c   484s|311800 |  6417 |  5695k|  18.3 |   335M |  90 |2260 |6179 | 531 |  76k|  1 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3317.90/3330.31	c   484s|311900 |  6419 |  5697k|  18.3 |   335M |  90 |2260 |6237 |   0 |  76k|  0 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3318.10/3330.52	c   484s|312000 |  6417 |  5699k|  18.3 |   335M |  90 |2260 |6277 | 534 |  76k|  1 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3318.29/3330.71	c   484s|312100 |  6424 |  5701k|  18.3 |   335M |  90 |2260 |6340 | 539 |  77k|  0 | 194k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3318.39/3330.88	c   485s|312200 |  6426 |  5703k|  18.3 |   335M |  90 |2260 |6447 | 537 |  77k|  1 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3318.61/3331.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3318.61/3331.02	c   485s|312300 |  6424 |  5704k|  18.3 |   335M |  90 |2260 |6450 |   0 |  77k|  0 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3318.79/3331.24	c   485s|312400 |  6423 |  5707k|  18.3 |   335M |  90 |2260 |6492 | 553 |  77k|  0 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3318.99/3331.46	c   485s|312500 |  6424 |  5709k|  18.3 |   335M |  90 |2260 |6549 | 531 |  77k|  0 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3319.09/3331.59	c   485s|312600 |  6423 |  5711k|  18.3 |   335M |  90 |2260 |6664 | 537 |  77k|  0 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3319.39/3331.84	c   486s|312700 |  6432 |  5713k|  18.3 |   335M |  90 |2260 |6642 | 533 |  77k|  1 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3319.70/3332.12	c   486s|312800 |  6449 |  5716k|  18.3 |   335M |  90 |2260 |6581 | 530 |  77k|  2 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3319.89/3332.35	c   486s|312900 |  6459 |  5719k|  18.3 |   335M |  90 |2260 |6605 | 528 |  77k|  1 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3320.09/3332.57	c   486s|313000 |  6459 |  5721k|  18.3 |   335M |  90 |2260 |6649 | 533 |  77k|  1 | 195k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3320.49/3332.91	c   487s|313100 |  6471 |  5725k|  18.3 |   335M |  90 |2260 |6745 | 522 |  77k|  1 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3320.60/3333.08	c   487s|313200 |  6476 |  5727k|  18.3 |   335M |  90 |2260 |6770 |   0 |  77k|  0 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3320.79/3333.29	c   487s|313300 |  6487 |  5729k|  18.3 |   335M |  90 |2260 |6805 | 540 |  77k|  1 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3320.98/3333.43	c   487s|313400 |  6485 |  5729k|  18.3 |   335M |  90 |2260 |6830 | 540 |  77k|  1 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3321.18/3333.63	c   487s|313500 |  6492 |  5732k|  18.3 |   335M |  90 |2260 |6777 |   0 |  77k|  0 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3321.28/3333.78	c   487s|313600 |  6497 |  5734k|  18.3 |   335M |  90 |2260 |6864 |   0 |  77k|  0 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3321.60/3334.04	c   488s|313700 |  6511 |  5737k|  18.3 |   335M |  90 |2260 |6686 | 526 |  77k|  0 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3321.78/3334.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3321.78/3334.28	c   488s|313800 |  6510 |  5740k|  18.3 |   335M |  90 |2260 |6751 | 535 |  77k|  0 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3322.18/3334.60	c   488s|313900 |  6525 |  5744k|  18.3 |   335M |  90 |2260 |6644 | 522 |  78k|  1 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3322.28/3334.78	c   488s|314000 |  6533 |  5746k|  18.3 |   335M |  90 |2260 |6679 | 534 |  78k|  0 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3322.48/3334.90	c   489s|314100 |  6529 |  5747k|  18.3 |   335M |  90 |2260 |6686 | 534 |  78k|  0 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3322.59/3335.01	c   489s|314200 |  6533 |  5749k|  18.3 |   335M |  90 |2260 |6708 | 532 |  78k|  0 | 196k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3322.78/3335.29	c   489s|314300 |  6551 |  5753k|  18.3 |   335M |  90 |2260 |6634 | 540 |  78k|  0 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3323.08/3335.57	c   489s|314400 |  6562 |  5757k|  18.3 |   335M |  90 |2260 |6646 | 546 |  78k|  0 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3323.28/3335.80	c   489s|314500 |  6563 |  5760k|  18.3 |   335M |  90 |2260 |6701 | 513 |  78k|  1 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3323.48/3336.01	c   490s|314600 |  6569 |  5762k|  18.3 |   335M |  90 |2260 |6705 |   0 |  78k|  0 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3323.69/3336.15	c   490s|314700 |  6574 |  5764k|  18.3 |   335M |  90 |2260 |6753 | 545 |  78k|  1 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3323.77/3336.28	c   490s|314800 |  6581 |  5765k|  18.3 |   335M |  90 |2260 |6810 | 543 |  78k|  1 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3323.87/3336.39	c   490s|314900 |  6579 |  5767k|  18.3 |   335M |  90 |2260 |6841 | 543 |  78k|  0 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3324.07/3336.51	c   490s|315000 |  6578 |  5768k|  18.3 |   335M |  90 |2260 |6839 | 543 |  78k|  1 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3324.17/3336.65	c   490s|315100 |  6572 |  5769k|  18.3 |   335M |  90 |2260 |6870 | 545 |  78k|  0 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3324.27/3336.79	c   490s|315200 |  6572 |  5770k|  18.3 |   335M |  90 |2260 |6886 | 545 |  78k|  0 | 197k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3324.47/3336.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3324.47/3336.93	c   491s|315300 |  6566 |  5772k|  18.3 |   335M |  90 |2260 |6883 | 545 |  78k|  1 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3324.59/3337.06	c   491s|315400 |  6564 |  5773k|  18.3 |   335M |  90 |2260 |7046 | 543 |  78k|  0 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3324.77/3337.21	c   491s|315500 |  6570 |  5774k|  18.3 |   335M |  90 |2260 |7040 | 543 |  78k|  1 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3324.97/3337.42	c   491s|315600 |  6572 |  5776k|  18.3 |   335M |  90 |2260 |6782 | 501 |  78k|  1 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3325.07/3337.57	c   491s|315700 |  6588 |  5778k|  18.3 |   335M |  90 |2260 |6804 | 535 |  78k|  0 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3325.37/3337.82	c   492s|315800 |  6580 |  5781k|  18.3 |   335M |  90 |2260 |6767 | 552 |  78k|  1 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3325.58/3338.09	c   492s|315900 |  6583 |  5784k|  18.3 |   335M |  90 |2260 |6672 | 533 |  78k|  0 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3325.77/3338.27	c   492s|316000 |  6586 |  5786k|  18.3 |   335M |  90 |2260 |6612 | 543 |  78k|  0 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3326.07/3338.51	c   492s|316100 |  6597 |  5788k|  18.3 |   335M |  90 |2260 |6619 | 543 |  78k|  1 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3326.17/3338.61	c   492s|316200 |  6593 |  5789k|  18.3 |   335M |  90 |2260 |6623 |   0 |  78k|  0 | 198k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3326.27/3338.76	c   492s|316300 |  6599 |  5791k|  18.3 |   335M |  90 |2260 |6590 | 535 |  78k|  1 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3326.46/3338.96	c   493s|316400 |  6606 |  5794k|  18.3 |   335M |  90 |2260 |6620 | 545 |  78k|  0 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3326.68/3339.17	c   493s|316500 |  6610 |  5797k|  18.3 |   335M |  90 |2260 |6603 | 526 |  78k|  1 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3326.96/3339.42	c   493s|316600 |  6626 |  5800k|  18.3 |   335M |  90 |2260 |6559 | 545 |  78k|  1 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3327.06/3339.59	c   493s|316700 |  6625 |  5802k|  18.3 |   335M |  90 |2260 |6589 | 552 |  78k|  1 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3327.36/3339.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3327.36/3339.82	c   494s|316800 |  6632 |  5805k|  18.3 |   335M |  90 |2260 |6569 | 556 |  78k|  2 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3327.57/3340.08	c   494s|316900 |  6642 |  5808k|  18.3 |   335M |  90 |2260 |6541 | 539 |  78k|  1 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3327.76/3340.22	c   494s|317000 |  6647 |  5810k|  18.3 |   335M |  90 |2260 |6568 | 527 |  78k|  1 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3327.96/3340.43	c   494s|317100 |  6645 |  5813k|  18.3 |   335M |  90 |2260 |6589 | 539 |  78k|  1 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3328.26/3340.74	c   494s|317200 |  6640 |  5817k|  18.3 |   335M |  90 |2260 |6579 |   0 |  79k|  0 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3328.46/3340.98	c   495s|317300 |  6661 |  5819k|  18.3 |   335M |  90 |2260 |6708 | 525 |  79k|  1 | 199k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3328.67/3341.19	c   495s|317400 |  6674 |  5822k|  18.3 |   335M |  90 |2260 |6788 | 544 |  79k|  4 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3328.86/3341.35	c   495s|317500 |  6670 |  5824k|  18.3 |   335M |  90 |2260 |6886 | 525 |  79k|  0 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3329.06/3341.54	c   495s|317600 |  6676 |  5827k|  18.3 |   335M |  90 |2260 |6905 | 529 |  79k|  1 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3329.25/3341.72	c   495s|317700 |  6678 |  5829k|  18.3 |   335M |  90 |2260 |6982 | 530 |  79k|  0 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3329.45/3341.97	c   496s|317800 |  6689 |  5832k|  18.3 |   335M |  90 |2260 |7023 | 522 |  79k|  1 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3329.57/3342.10	c   496s|317900 |  6689 |  5833k|  18.3 |   335M |  90 |2260 |7131 |   0 |  79k|  0 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3329.75/3342.27	c   496s|318000 |  6690 |  5834k|  18.3 |   335M |  90 |2260 |7157 | 521 |  79k|  1 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3329.95/3342.41	c   496s|318100 |  6700 |  5835k|  18.3 |   335M |  90 |2260 |7129 |   0 |  79k|  0 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3330.05/3342.53	c   496s|318200 |  6705 |  5836k|  18.3 |   335M |  90 |2260 |7163 | 526 |  79k|  0 | 200k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3330.15/3342.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3330.15/3342.66	c   496s|318300 |  6708 |  5837k|  18.3 |   335M |  90 |2260 |7207 | 524 |  79k|  0 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3330.35/3342.80	c   496s|318400 |  6714 |  5839k|  18.3 |   335M |  90 |2260 |7223 | 525 |  79k|  1 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3330.45/3342.94	c   497s|318500 |  6709 |  5841k|  18.3 |   335M |  90 |2260 |7244 | 527 |  79k|  0 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3330.56/3343.07	c   497s|318600 |  6708 |  5842k|  18.3 |   335M |  90 |2260 |7222 | 527 |  79k|  1 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3330.75/3343.21	c   497s|318700 |  6719 |  5844k|  18.3 |   335M |  90 |2260 |7211 | 524 |  79k|  1 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3330.85/3343.36	c   497s|318800 |  6706 |  5845k|  18.3 |   335M |  90 |2260 |7229 | 531 |  79k|  1 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3331.05/3343.54	c   497s|318900 |  6710 |  5847k|  18.3 |   335M |  90 |2260 |7211 | 523 |  79k|  1 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3331.25/3343.72	c   497s|319000 |  6706 |  5849k|  18.3 |   335M |  90 |2260 |7245 | 522 |  80k|  0 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3331.45/3343.90	c   498s|319100 |  6710 |  5852k|  18.3 |   335M |  90 |2260 |7189 | 530 |  80k|  0 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3331.56/3344.04	c   498s|319200 |  6708 |  5853k|  18.3 |   335M |  90 |2260 |7247 | 538 |  80k|  0 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3331.74/3344.20	c   498s|319300 |  6707 |  5855k|  18.3 |   335M |  90 |2260 |7234 | 522 |  80k|  1 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3331.84/3344.39	c   498s|319400 |  6707 |  5857k|  18.3 |   335M |  90 |2260 |7254 | 514 |  80k|  1 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3332.14/3344.64	c   498s|319500 |  6723 |  5860k|  18.3 |   335M |  90 |2260 |7193 |   0 |  80k|  0 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3332.34/3344.86	c   499s|319600 |  6727 |  5863k|  18.3 |   335M |  90 |2260 |7271 | 536 |  80k|  0 | 201k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3332.66/3345.17	c   499s|319700 |  6760 |  5867k|  18.3 |   335M |  90 |2260 |7339 | 536 |  80k|  2 | 202k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3332.94/3345.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3332.94/3345.43	c   499s|319800 |  6783 |  5870k|  18.3 |   335M |  90 |2260 |7373 | 546 |  80k|  1 | 202k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3333.04/3345.58	c   499s|319900 |  6781 |  5871k|  18.3 |   335M |  90 |2260 |7447 | 531 |  80k|  0 | 202k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3333.34/3345.90	c   500s|320000 |  6794 |  5875k|  18.4 |   335M |  90 |2260 |7324 | 534 |  80k|  1 | 202k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3333.65/3346.16	c   500s|320100 |  6806 |  5878k|  18.4 |   335M |  90 |2260 |7212 | 535 |  80k|  0 | 202k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3334.04/3346.50	c   500s|320200 |  6811 |  5881k|  18.4 |   335M |  90 |2260 |7269 |   0 |  80k|  0 | 202k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3334.24/3346.75	c   500s|320300 |  6811 |  5884k|  18.4 |   335M |  90 |2260 |7253 |   0 |  80k|  0 | 202k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3334.43/3346.93	c   501s|320400 |  6822 |  5885k|  18.4 |   335M |  90 |2260 |7393 |   0 |  80k|  0 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3334.73/3347.21	c   501s|320500 |  6810 |  5889k|  18.4 |   335M |  90 |2260 |7371 | 540 |  80k|  1 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3334.93/3347.48	c   501s|320600 |  6829 |  5892k|  18.4 |   335M |  90 |2260 |7378 | 543 |  81k|  2 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3335.13/3347.69	c   501s|320700 |  6830 |  5896k|  18.4 |   335M |  90 |2260 |7474 | 542 |  81k|  2 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3335.43/3347.91	c   502s|320800 |  6839 |  5899k|  18.4 |   335M |  90 |2260 |7594 | 525 |  81k|  1 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3335.65/3348.12	c   502s|320900 |  6844 |  5901k|  18.4 |   335M |  90 |2260 |7621 | 551 |  81k|  0 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3335.83/3348.39	c   502s|321000 |  6847 |  5905k|  18.4 |   335M |  90 |2260 |7448 | 546 |  81k|  0 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3336.13/3348.60	c   502s|321100 |  6854 |  5909k|  18.4 |   335M |  90 |2260 |7419 | 551 |  81k|  0 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3336.23/3348.79	c   502s|321200 |  6859 |  5911k|  18.4 |   335M |  90 |2260 |7528 | 559 |  81k|  1 | 203k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3336.64/3349.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3336.64/3349.13	c   503s|321300 |  6857 |  5915k|  18.4 |   335M |  90 |2260 |7473 | 525 |  81k|  1 | 204k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3336.83/3349.39	c   503s|321400 |  6863 |  5917k|  18.4 |   335M |  90 |2260 |6972 | 532 |  81k|  1 | 204k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3337.13/3349.67	c   503s|321500 |  6869 |  5921k|  18.4 |   335M |  90 |2260 |6949 | 537 |  81k|  1 | 204k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3337.54/3350.02	c   504s|321600 |  6881 |  5925k|  18.4 |   335M |  90 |2260 |6936 | 536 |  81k|  0 | 204k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3337.82/3350.34	c   504s|321700 |  6889 |  5929k|  18.4 |   335M |  90 |2260 |6979 | 536 |  81k|  0 | 204k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3338.12/3350.68	c   504s|321800 |  6917 |  5934k|  18.4 |   335M |  90 |2260 |6821 | 541 |  82k|  1 | 204k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3338.42/3350.98	c   505s|321900 |  6925 |  5938k|  18.4 |   335M |  90 |2260 |6850 | 535 |  82k|  1 | 204k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3338.63/3351.19	c   505s|322000 |  6934 |  5940k|  18.4 |   335M |  90 |2260 |6866 | 511 |  82k|  1 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3339.02/3351.50	c   505s|322100 |  6952 |  5945k|  18.5 |   335M |  90 |2260 |6725 | 522 |  82k|  1 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3339.22/3351.79	c   505s|322200 |  6958 |  5947k|  18.5 |   335M |  90 |2260 |6771 | 535 |  82k|  1 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3339.53/3352.09	c   506s|322300 |  6992 |  5951k|  18.5 |   335M |  90 |2260 |6690 | 537 |  82k|  1 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3339.82/3352.30	c   506s|322400 |  7004 |  5953k|  18.5 |   335M |  90 |2260 |6777 | 531 |  82k|  0 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3340.02/3352.53	c   506s|322500 |  7022 |  5956k|  18.5 |   335M |  90 |2260 |6797 | 542 |  82k|  1 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3340.12/3352.66	c   506s|322600 |  7024 |  5957k|  18.5 |   335M |  90 |2260 |6833 | 542 |  82k|  0 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3340.31/3352.81	c   507s|322700 |  7024 |  5957k|  18.5 |   335M |  90 |2260 |6851 | 541 |  82k|  1 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3340.41/3352.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3340.41/3352.97	c   507s|322800 |  7026 |  5958k|  18.5 |   335M |  90 |2260 |6896 | 542 |  82k|  2 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3340.53/3353.11	c   507s|322900 |  7019 |  5958k|  18.4 |   335M |  90 |2260 |6905 | 545 |  82k|  0 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3340.71/3353.23	c   507s|323000 |  7021 |  5959k|  18.4 |   335M |  90 |2260 |6878 | 541 |  82k|  0 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3340.81/3353.37	c   507s|323100 |  7021 |  5960k|  18.4 |   335M |  90 |2260 |6918 | 546 |  82k|  0 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3340.91/3353.48	c   507s|323200 |  7021 |  5960k|  18.4 |   335M |  90 |2260 |6951 | 546 |  82k|  0 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3341.11/3353.61	c   507s|323300 |  7026 |  5961k|  18.4 |   335M |  90 |2260 |6959 | 545 |  82k|  1 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3341.21/3353.72	c   507s|323400 |  7022 |  5962k|  18.4 |   335M |  90 |2260 |6939 | 545 |  82k|  2 | 205k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3341.31/3353.84	c   508s|323500 |  7022 |  5963k|  18.4 |   335M |  90 |2260 |6941 | 540 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3341.41/3353.98	c   508s|323600 |  7026 |  5963k|  18.4 |   335M |  90 |2260 |6948 | 539 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3341.62/3354.13	c   508s|323700 |  7028 |  5964k|  18.4 |   335M |  90 |2260 |6976 | 544 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3341.71/3354.26	c   508s|323800 |  7030 |  5964k|  18.4 |   335M |  90 |2260 |7054 | 542 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3341.81/3354.36	c   508s|323900 |  7034 |  5965k|  18.4 |   335M |  90 |2260 |7094 | 542 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3341.91/3354.47	c   508s|324000 |  7029 |  5966k|  18.4 |   335M |  90 |2260 |7135 | 540 |  82k|  0 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3342.01/3354.57	c   508s|324100 |  7032 |  5966k|  18.4 |   335M |  90 |2260 |7196 | 541 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3342.11/3354.69	c   508s|324200 |  7033 |  5967k|  18.4 |   335M |  90 |2260 |7239 | 543 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3342.31/3354.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3342.31/3354.80	c   508s|324300 |  7027 |  5968k|  18.4 |   335M |  90 |2260 |7255 | 543 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3342.41/3354.91	c   509s|324400 |  7029 |  5968k|  18.4 |   335M |  90 |2260 |7305 |   0 |  82k|  0 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3342.52/3355.02	c   509s|324500 |  7023 |  5969k|  18.4 |   335M |  90 |2260 |7288 |   0 |  82k|  0 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3342.62/3355.13	c   509s|324600 |  7031 |  5970k|  18.4 |   335M |  90 |2260 |7274 | 545 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3342.70/3355.27	c   509s|324700 |  7028 |  5970k|  18.4 |   335M |  90 |2260 |7237 | 547 |  82k|  1 | 206k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3342.80/3355.39	c   509s|324800 |  7034 |  5971k|  18.4 |   335M |  90 |2260 |7189 | 545 |  82k|  1 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.00/3355.55	c   509s|324900 |  7033 |  5971k|  18.4 |   335M |  90 |2260 |7205 | 544 |  82k|  0 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.10/3355.66	c   509s|325000 |  7029 |  5972k|  18.4 |   335M |  90 |2260 |7228 | 544 |  82k|  0 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.20/3355.76	c   509s|325100 |  7031 |  5973k|  18.4 |   335M |  90 |2260 |7216 | 543 |  82k|  1 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.30/3355.87	c   510s|325200 |  7029 |  5974k|  18.4 |   335M |  90 |2260 |7212 | 543 |  82k|  1 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.40/3355.98	c   510s|325300 |  7028 |  5974k|  18.4 |   335M |  90 |2260 |7192 | 543 |  82k|  0 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.52/3356.09	c   510s|325400 |  7026 |  5975k|  18.4 |   335M |  90 |2260 |7210 | 545 |  82k|  1 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.70/3356.21	c   510s|325500 |  7026 |  5976k|  18.4 |   335M |  90 |2260 |7254 |   0 |  82k|  0 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.80/3356.32	c   510s|325600 |  7026 |  5976k|  18.4 |   335M |  90 |2260 |7301 | 543 |  82k|  1 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3343.90/3356.44	c   510s|325700 |  7027 |  5977k|  18.3 |   335M |  90 |2260 |7345 | 540 |  82k|  1 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3344.00/3356.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3344.00/3356.55	c   510s|325800 |  7025 |  5978k|  18.3 |   335M |  90 |2260 |7411 | 545 |  82k|  1 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3344.10/3356.67	c   510s|325900 |  7022 |  5979k|  18.3 |   335M |  90 |2260 |7396 | 546 |  82k|  0 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3344.30/3356.80	c   510s|326000 |  7025 |  5979k|  18.3 |   335M |  90 |2260 |7355 | 542 |  82k|  2 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3344.40/3356.93	c   511s|326100 |  7025 |  5980k|  18.3 |   335M |  90 |2260 |7308 | 546 |  83k|  0 | 207k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3344.51/3357.05	c   511s|326200 |  7033 |  5981k|  18.3 |   335M |  90 |2260 |7314 |   0 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3344.61/3357.17	c   511s|326300 |  7030 |  5981k|  18.3 |   335M |  90 |2260 |7312 | 547 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3344.70/3357.29	c   511s|326400 |  7024 |  5982k|  18.3 |   335M |  90 |2260 |7322 | 542 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3344.90/3357.40	c   511s|326500 |  7025 |  5983k|  18.3 |   335M |  90 |2260 |7319 | 542 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.00/3357.51	c   511s|326600 |  7025 |  5984k|  18.3 |   335M |  90 |2260 |7307 | 542 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.10/3357.63	c   511s|326700 |  7028 |  5984k|  18.3 |   335M |  90 |2260 |7347 | 541 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.20/3357.74	c   511s|326800 |  7028 |  5985k|  18.3 |   335M |  90 |2260 |7350 | 541 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.29/3357.86	c   512s|326900 |  7027 |  5986k|  18.3 |   335M |  90 |2260 |7393 | 543 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.39/3357.97	c   512s|327000 |  7023 |  5987k|  18.3 |   335M |  90 |2260 |7332 | 538 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.51/3358.08	c   512s|327100 |  7029 |  5988k|  18.3 |   335M |  90 |2260 |7164 | 538 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.69/3358.20	c   512s|327200 |  7035 |  5989k|  18.3 |   335M |  90 |2260 |7098 | 539 |  83k|  2 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.79/3358.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3345.79/3358.32	c   512s|327300 |  7035 |  5991k|  18.3 |   335M |  90 |2260 |7099 | 538 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.89/3358.45	c   512s|327400 |  7029 |  5992k|  18.3 |   335M |  90 |2260 |7103 | 538 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3345.99/3358.56	c   512s|327500 |  7027 |  5993k|  18.3 |   335M |  90 |2260 |7093 | 538 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3346.09/3358.69	c   512s|327600 |  7029 |  5994k|  18.3 |   335M |  90 |2260 |7076 | 538 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3346.29/3358.81	c   513s|327700 |  7029 |  5996k|  18.3 |   335M |  90 |2260 |7088 | 538 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3346.39/3358.92	c   513s|327800 |  7029 |  5997k|  18.3 |   335M |  90 |2260 |7080 | 543 |  83k|  2 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3346.50/3359.03	c   513s|327900 |  7029 |  5998k|  18.3 |   335M |  90 |2260 |7086 | 539 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3346.60/3359.16	c   513s|328000 |  7029 |  6000k|  18.3 |   335M |  90 |2260 |7107 | 539 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3346.69/3359.27	c   513s|328100 |  7031 |  6001k|  18.3 |   335M |  90 |2260 |7116 | 539 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3346.89/3359.40	c   513s|328200 |  7033 |  6003k|  18.3 |   335M |  90 |2260 |7128 | 539 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3346.99/3359.50	c   513s|328300 |  7033 |  6004k|  18.3 |   335M |  90 |2260 |7145 | 539 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.09/3359.60	c   513s|328400 |  7029 |  6005k|  18.3 |   335M |  90 |2260 |7134 | 539 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.19/3359.72	c   513s|328500 |  7029 |  6007k|  18.3 |   335M |  90 |2260 |7136 | 539 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.29/3359.86	c   514s|328600 |  7021 |  6008k|  18.3 |   335M |  90 |2260 |7114 |   0 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.39/3359.98	c   514s|328700 |  7029 |  6010k|  18.3 |   335M |  90 |2260 |7095 | 537 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.50/3360.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3347.50/3360.08	c   514s|328800 |  7029 |  6011k|  18.3 |   335M |  90 |2260 |7080 | 538 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.60/3360.19	c   514s|328900 |  7025 |  6012k|  18.3 |   335M |  90 |2260 |7080 | 539 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.79/3360.32	c   514s|329000 |  7025 |  6014k|  18.3 |   335M |  90 |2260 |7038 | 537 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.88/3360.43	c   514s|329100 |  7029 |  6015k|  18.3 |   335M |  90 |2260 |7033 | 537 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3347.98/3360.55	c   514s|329200 |  7031 |  6016k|  18.3 |   335M |  90 |2260 |7036 | 539 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3348.08/3360.66	c   514s|329300 |  7040 |  6017k|  18.3 |   335M |  90 |2260 |7042 | 537 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3348.18/3360.79	c   514s|329400 |  7042 |  6019k|  18.3 |   335M |  90 |2260 |7053 | 541 |  83k|  2 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3348.38/3360.91	c   515s|329500 |  7035 |  6020k|  18.3 |   335M |  90 |2260 |7060 | 537 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3348.50/3361.02	c   515s|329600 |  7033 |  6021k|  18.3 |   335M |  90 |2260 |7065 | 539 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3348.60/3361.14	c   515s|329700 |  7030 |  6023k|  18.3 |   335M |  90 |2260 |7061 | 537 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3348.68/3361.26	c   515s|329800 |  7026 |  6024k|  18.3 |   335M |  90 |2260 |7070 | 537 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3348.78/3361.39	c   515s|329900 |  7031 |  6026k|  18.3 |   335M |  90 |2260 |7080 | 538 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3348.98/3361.50	c   515s|330000 |  7030 |  6027k|  18.3 |   335M |  90 |2260 |7079 | 537 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.08/3361.62	c   515s|330100 |  7032 |  6028k|  18.3 |   335M |  90 |2260 |7101 | 538 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.18/3361.74	c   515s|330200 |  7030 |  6030k|  18.3 |   335M |  90 |2260 |7088 | 537 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.28/3361.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3349.28/3361.86	c   516s|330300 |  7028 |  6031k|  18.3 |   335M |  90 |2260 |7084 | 539 |  83k|  0 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.38/3361.98	c   516s|330400 |  7034 |  6032k|  18.3 |   335M |  90 |2260 |7081 | 538 |  83k|  1 | 208k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.49/3362.08	c   516s|330500 |  7036 |  6033k|  18.2 |   335M |  90 |2260 |7130 | 538 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.68/3362.25	c   516s|330600 |  7031 |  6033k|  18.2 |   335M |  90 |2260 |7134 | 537 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.78/3362.36	c   516s|330700 |  7033 |  6034k|  18.2 |   335M |  90 |2260 |7141 | 538 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.88/3362.47	c   516s|330800 |  7037 |  6035k|  18.2 |   335M |  90 |2260 |7131 | 538 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3349.98/3362.58	c   516s|330900 |  7033 |  6036k|  18.2 |   335M |  90 |2260 |7175 | 538 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3350.08/3362.69	c   516s|331000 |  7037 |  6036k|  18.2 |   335M |  90 |2260 |7143 | 537 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3350.28/3362.80	c   517s|331100 |  7041 |  6037k|  18.2 |   335M |  90 |2260 |7124 | 539 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3350.38/3362.93	c   517s|331200 |  7039 |  6039k|  18.2 |   335M |  90 |2260 |7123 | 538 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3350.49/3363.03	c   517s|331300 |  7039 |  6039k|  18.2 |   335M |  90 |2260 |7132 | 538 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3350.59/3363.15	c   517s|331400 |  7035 |  6040k|  18.2 |   335M |  90 |2260 |7125 | 539 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3350.67/3363.26	c   517s|331500 |  7031 |  6041k|  18.2 |   335M |  90 |2260 |7135 | 537 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3350.77/3363.38	c   517s|331600 |  7035 |  6043k|  18.2 |   335M |  90 |2260 |7097 | 540 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3350.87/3363.49	c   517s|331700 |  7033 |  6044k|  18.2 |   335M |  90 |2260 |7126 | 539 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.07/3363.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3351.07/3363.61	c   517s|331800 |  7029 |  6045k|  18.2 |   335M |  90 |2260 |7137 | 538 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.17/3363.72	c   517s|331900 |  7026 |  6045k|  18.2 |   335M |  90 |2260 |7171 | 537 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.27/3363.82	c   518s|332000 |  7034 |  6046k|  18.2 |   335M |  90 |2260 |7173 | 538 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.37/3363.93	c   518s|332100 |  7036 |  6047k|  18.2 |   335M |  90 |2260 |7240 |   0 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.49/3364.04	c   518s|332200 |  7033 |  6047k|  18.2 |   335M |  90 |2260 |7300 | 538 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.59/3364.15	c   518s|332300 |  7041 |  6048k|  18.2 |   335M |  90 |2260 |7261 | 538 |  83k|  1 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.67/3364.25	c   518s|332400 |  7032 |  6049k|  18.2 |   335M |  90 |2260 |7319 |   0 |  83k|  0 | 209k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.77/3364.37	c   518s|332500 |  7032 |  6050k|  18.2 |   335M |  90 |2260 |7369 | 537 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.87/3364.48	c   518s|332600 |  7032 |  6051k|  18.2 |   335M |  90 |2260 |7351 | 538 |  83k|  0 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3351.97/3364.59	c   518s|332700 |  7034 |  6052k|  18.2 |   335M |  90 |2260 |7342 | 537 |  83k|  0 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3352.17/3364.70	c   518s|332800 |  7034 |  6053k|  18.2 |   335M |  90 |2260 |7344 | 537 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3352.27/3364.81	c   519s|332900 |  7035 |  6053k|  18.2 |   335M |  90 |2260 |7344 | 537 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3352.37/3364.92	c   519s|333000 |  7028 |  6054k|  18.2 |   335M |  90 |2260 |7316 | 537 |  83k|  0 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3352.48/3365.04	c   519s|333100 |  7036 |  6055k|  18.2 |   335M |  90 |2260 |7291 | 539 |  83k|  2 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3352.58/3365.16	c   519s|333200 |  7038 |  6056k|  18.2 |   335M |  90 |2260 |7215 | 538 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3352.67/3365.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3352.67/3365.26	c   519s|333300 |  7030 |  6057k|  18.2 |   335M |  90 |2260 |7262 | 539 |  83k|  0 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3352.77/3365.38	c   519s|333400 |  7040 |  6058k|  18.2 |   335M |  90 |2260 |7185 | 538 |  83k|  2 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3352.87/3365.48	c   519s|333500 |  7042 |  6059k|  18.2 |   335M |  90 |2260 |7175 | 538 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.06/3365.60	c   519s|333600 |  7044 |  6060k|  18.2 |   335M |  90 |2260 |7193 | 538 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.16/3365.71	c   519s|333700 |  7040 |  6061k|  18.2 |   335M |  90 |2260 |7191 | 538 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.26/3365.82	c   520s|333800 |  7036 |  6062k|  18.2 |   335M |  90 |2260 |7202 | 538 |  83k|  0 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.36/3365.93	c   520s|333900 |  7040 |  6063k|  18.2 |   335M |  90 |2260 |7210 | 537 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.48/3366.03	c   520s|334000 |  7032 |  6064k|  18.2 |   335M |  90 |2260 |7223 | 540 |  83k|  0 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.58/3366.15	c   520s|334100 |  7036 |  6065k|  18.1 |   335M |  90 |2260 |7224 | 540 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.66/3366.26	c   520s|334200 |  7030 |  6065k|  18.1 |   335M |  90 |2260 |7235 | 539 |  83k|  0 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.76/3366.37	c   520s|334300 |  7036 |  6066k|  18.1 |   335M |  90 |2260 |7223 | 539 |  83k|  1 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3353.86/3366.48	c   520s|334400 |  7039 |  6067k|  18.1 |   335M |  90 |2260 |7237 | 537 |  83k|  0 | 210k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3354.06/3366.60	c   520s|334500 |  7033 |  6068k|  18.1 |   335M |  90 |2260 |7255 | 537 |  83k|  0 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3354.16/3366.71	c   520s|334600 |  7035 |  6068k|  18.1 |   335M |  90 |2260 |7258 | 538 |  83k|  0 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3354.26/3366.86	c   521s|334700 |  7036 |  6069k|  18.1 |   335M |  90 |2260 |7234 | 539 |  83k|  1 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3354.36/3366.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3354.36/3366.99	c   521s|334800 |  7037 |  6070k|  18.1 |   335M |  90 |2260 |7268 | 537 |  83k|  1 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3354.47/3367.11	c   521s|334900 |  7036 |  6070k|  18.1 |   335M |  90 |2260 |7317 | 537 |  83k|  1 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3354.66/3367.22	c   521s|335000 |  7032 |  6071k|  18.1 |   335M |  90 |2260 |7367 | 538 |  83k|  1 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3354.76/3367.34	c   521s|335100 |  7033 |  6072k|  18.1 |   335M |  90 |2260 |7359 | 537 |  83k|  0 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3354.86/3367.47	c   521s|335200 |  7031 |  6072k|  18.1 |   335M |  90 |2260 |7396 |   0 |  83k|  0 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3355.06/3367.60	c   521s|335300 |  7031 |  6073k|  18.1 |   335M |  90 |2260 |7400 |   0 |  83k|  0 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3355.16/3367.75	c   521s|335400 |  7028 |  6074k|  18.1 |   335M |  90 |2260 |7405 | 537 |  83k|  1 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3355.26/3367.88	c   522s|335500 |  7026 |  6075k|  18.1 |   335M |  90 |2260 |7397 |   0 |  83k|  0 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3355.47/3368.02	c   522s|335600 |  7027 |  6076k|  18.1 |   335M |  90 |2260 |7406 | 537 |  83k|  1 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3355.57/3368.14	c   522s|335700 |  7029 |  6078k|  18.1 |   335M |  90 |2260 |7277 | 539 |  83k|  0 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3355.65/3368.27	c   522s|335800 |  7035 |  6078k|  18.1 |   335M |  90 |2260 |7250 | 538 |  83k|  0 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3355.85/3368.40	c   522s|335900 |  7034 |  6080k|  18.1 |   335M |  90 |2260 |7215 | 539 |  83k|  1 | 211k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3355.95/3368.53	c   522s|336000 |  7035 |  6080k|  18.1 |   335M |  90 |2260 |7321 | 538 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.05/3368.65	c   522s|336100 |  7032 |  6081k|  18.1 |   335M |  90 |2260 |7316 |   0 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.15/3368.76	c   522s|336200 |  7029 |  6082k|  18.1 |   335M |  90 |2260 |7337 | 539 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.25/3368.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3356.25/3368.89	c   523s|336300 |  7031 |  6082k|  18.1 |   335M |  90 |2260 |7333 |   0 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.46/3369.01	c   523s|336400 |  7031 |  6083k|  18.1 |   335M |  90 |2260 |7264 | 537 |  83k|  1 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.57/3369.12	c   523s|336500 |  7029 |  6084k|  18.1 |   335M |  90 |2260 |7271 | 538 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.65/3369.23	c   523s|336600 |  7037 |  6085k|  18.1 |   335M |  90 |2260 |7267 |   0 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.75/3369.35	c   523s|336700 |  7041 |  6086k|  18.1 |   335M |  90 |2260 |7288 |   0 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.85/3369.46	c   523s|336800 |  7047 |  6087k|  18.1 |   335M |  90 |2260 |7280 | 541 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3356.95/3369.57	c   523s|336900 |  7048 |  6087k|  18.1 |   335M |  90 |2260 |7293 |   0 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.05/3369.68	c   523s|337000 |  7056 |  6088k|  18.1 |   335M |  90 |2260 |7335 | 540 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.15/3369.79	c   523s|337100 |  7053 |  6089k|  18.1 |   335M |  90 |2260 |7365 |   0 |  83k|  0 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.35/3369.90	c   524s|337200 |  7051 |  6090k|  18.1 |   335M |  90 |2260 |7369 | 541 |  83k|  1 | 212k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.46/3370.01	c   524s|337300 |  7049 |  6090k|  18.1 |   335M |  90 |2260 |7369 | 540 |  83k|  1 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.56/3370.13	c   524s|337400 |  7050 |  6091k|  18.1 |   335M |  90 |2260 |7263 | 540 |  83k|  1 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.65/3370.24	c   524s|337500 |  7046 |  6092k|  18.0 |   335M |  90 |2260 |7271 | 540 |  83k|  1 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.75/3370.34	c   524s|337600 |  7044 |  6093k|  18.0 |   335M |  90 |2260 |7260 | 541 |  83k|  1 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.85/3370.46	c   524s|337700 |  7045 |  6094k|  18.0 |   335M |  90 |2260 |7272 | 540 |  83k|  0 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3357.95/3370.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3357.95/3370.57	c   524s|337800 |  7037 |  6095k|  18.0 |   335M |  90 |2260 |7279 | 540 |  83k|  0 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.04/3370.68	c   524s|337900 |  7035 |  6096k|  18.0 |   335M |  90 |2260 |7278 | 540 |  83k|  1 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.14/3370.79	c   524s|338000 |  7028 |  6097k|  18.0 |   335M |  90 |2260 |7287 | 543 |  83k|  1 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.34/3370.90	c   525s|338100 |  7034 |  6098k|  18.0 |   335M |  90 |2260 |7356 | 541 |  83k|  1 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.34/3371.00	c   525s|338200 |  7040 |  6098k|  18.0 |   335M |  90 |2260 |7374 | 540 |  83k|  0 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.56/3371.11	c   525s|338300 |  7040 |  6099k|  18.0 |   335M |  90 |2260 |7501 | 542 |  83k|  0 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.64/3371.22	c   525s|338400 |  7041 |  6100k|  18.0 |   335M |  90 |2260 |7524 | 541 |  83k|  1 | 213k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.74/3371.33	c   525s|338500 |  7046 |  6100k|  18.0 |   335M |  90 |2260 |7579 | 541 |  83k|  0 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.84/3371.43	c   525s|338600 |  7044 |  6101k|  18.0 |   335M |  90 |2260 |7627 | 542 |  83k|  2 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3358.94/3371.53	c   525s|338700 |  7040 |  6102k|  18.0 |   335M |  90 |2260 |7547 | 540 |  83k|  1 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.04/3371.65	c   525s|338800 |  7042 |  6103k|  18.0 |   335M |  90 |2260 |7523 | 540 |  83k|  1 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.14/3371.75	c   525s|338900 |  7030 |  6104k|  18.0 |   335M |  90 |2260 |7467 | 540 |  83k|  0 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.24/3371.87	c   526s|339000 |  7036 |  6105k|  18.0 |   335M |  90 |2260 |7417 | 541 |  83k|  0 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.34/3371.98	c   526s|339100 |  7038 |  6105k|  18.0 |   335M |  90 |2260 |7484 | 542 |  83k|  0 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.45/3372.09	c   526s|339200 |  7044 |  6106k|  18.0 |   335M |  90 |2260 |7505 | 541 |  83k|  1 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.64/3372.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3359.64/3372.20	c   526s|339300 |  7044 |  6107k|  18.0 |   335M |  90 |2260 |7456 |   0 |  83k|  0 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.74/3372.32	c   526s|339400 |  7047 |  6107k|  18.0 |   335M |  90 |2260 |7543 | 541 |  83k|  1 | 214k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.84/3372.42	c   526s|339500 |  7047 |  6108k|  18.0 |   335M |  90 |2260 |7514 | 542 |  83k|  1 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3359.94/3372.53	c   526s|339600 |  7044 |  6109k|  18.0 |   335M |  90 |2260 |7542 | 542 |  83k|  0 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.04/3372.64	c   526s|339700 |  7047 |  6109k|  18.0 |   335M |  90 |2260 |7588 | 542 |  83k|  1 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.14/3372.74	c   526s|339800 |  7044 |  6110k|  18.0 |   335M |  90 |2260 |7618 | 542 |  83k|  0 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.24/3372.86	c   527s|339900 |  7036 |  6111k|  18.0 |   335M |  90 |2260 |7556 | 541 |  83k|  1 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.34/3372.97	c   527s|340000 |  7037 |  6111k|  18.0 |   335M |  90 |2260 |7557 | 542 |  83k|  1 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.45/3373.09	c   527s|340100 |  7033 |  6112k|  18.0 |   335M |  90 |2260 |7611 | 542 |  83k|  1 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.63/3373.21	c   527s|340200 |  7036 |  6113k|  18.0 |   335M |  90 |2260 |7500 | 541 |  83k|  1 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.73/3373.32	c   527s|340300 |  7036 |  6114k|  18.0 |   335M |  90 |2260 |7520 | 543 |  83k|  1 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.83/3373.43	c   527s|340400 |  7040 |  6115k|  18.0 |   335M |  90 |2260 |7524 |   0 |  83k|  0 | 215k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3360.93/3373.53	c   527s|340500 |  7040 |  6115k|  18.0 |   335M |  90 |2260 |7530 | 541 |  83k|  1 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.03/3373.62	c   527s|340600 |  7042 |  6116k|  18.0 |   335M |  90 |2260 |7549 | 542 |  83k|  1 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.13/3373.73	c   527s|340700 |  7043 |  6117k|  17.9 |   335M |  90 |2260 |7672 | 542 |  83k|  0 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.23/3373.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3361.23/3373.83	c   528s|340800 |  7041 |  6117k|  17.9 |   335M |  90 |2260 |7765 | 542 |  83k|  1 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.33/3373.96	c   528s|340900 |  7042 |  6118k|  17.9 |   335M |  90 |2260 |7727 | 542 |  83k|  2 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.44/3374.07	c   528s|341000 |  7052 |  6119k|  17.9 |   335M |  90 |2260 |7646 | 542 |  83k|  1 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.63/3374.20	c   528s|341100 |  7048 |  6120k|  17.9 |   335M |  90 |2260 |7680 |   0 |  83k|  0 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.73/3374.31	c   528s|341200 |  7042 |  6121k|  17.9 |   335M |  90 |2260 |7626 | 542 |  83k|  0 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.83/3374.43	c   528s|341300 |  7044 |  6121k|  17.9 |   335M |  90 |2260 |7675 | 541 |  83k|  1 | 216k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3361.93/3374.53	c   528s|341400 |  7052 |  6122k|  17.9 |   335M |  90 |2260 |7669 | 542 |  83k|  1 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.03/3374.63	c   528s|341500 |  7054 |  6123k|  17.9 |   335M |  90 |2260 |7730 | 542 |  83k|  1 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.13/3374.74	c   528s|341600 |  7052 |  6124k|  17.9 |   335M |  90 |2260 |7613 | 543 |  83k|  1 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.23/3374.85	c   529s|341700 |  7054 |  6125k|  17.9 |   335M |  90 |2260 |7755 | 542 |  83k|  0 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.33/3374.96	c   529s|341800 |  7048 |  6126k|  17.9 |   335M |  90 |2260 |7766 | 543 |  83k|  0 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.44/3375.07	c   529s|341900 |  7048 |  6126k|  17.9 |   335M |  90 |2260 |7845 | 543 |  83k|  1 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.54/3375.17	c   529s|342000 |  7043 |  6127k|  17.9 |   335M |  90 |2260 |7923 | 543 |  83k|  0 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.63/3375.28	c   529s|342100 |  7045 |  6128k|  17.9 |   335M |  90 |2260 |7702 | 543 |  83k|  0 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.73/3375.39	c   529s|342200 |  7043 |  6129k|  17.9 |   335M |  90 |2260 |7732 | 542 |  83k|  1 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3362.93/3375.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3362.93/3375.50	c   529s|342300 |  7039 |  6130k|  17.9 |   335M |  90 |2260 |7723 | 543 |  83k|  0 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.03/3375.60	c   529s|342400 |  7039 |  6131k|  17.9 |   335M |  90 |2260 |7716 | 542 |  83k|  0 | 217k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.12/3375.70	c   529s|342500 |  7039 |  6131k|  17.9 |   335M |  90 |2260 |7782 | 542 |  83k|  1 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.22/3375.80	c   529s|342600 |  7042 |  6132k|  17.9 |   335M |  90 |2260 |7867 | 543 |  83k|  2 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.32/3375.91	c   530s|342700 |  7036 |  6133k|  17.9 |   335M |  90 |2260 |7868 | 542 |  83k|  0 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.32/3376.01	c   530s|342800 |  7040 |  6133k|  17.9 |   335M |  90 |2260 |7911 | 542 |  83k|  0 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.54/3376.11	c   530s|342900 |  7040 |  6134k|  17.9 |   335M |  90 |2260 |7906 | 542 |  83k|  1 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.62/3376.23	c   530s|343000 |  7040 |  6135k|  17.9 |   335M |  90 |2260 |7842 | 542 |  83k|  1 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.72/3376.33	c   530s|343100 |  7040 |  6135k|  17.9 |   335M |  90 |2260 |7905 | 543 |  83k|  1 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.82/3376.43	c   530s|343200 |  7038 |  6136k|  17.9 |   335M |  90 |2260 |7912 | 542 |  83k|  1 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3363.92/3376.55	c   530s|343300 |  7035 |  6137k|  17.9 |   335M |  90 |2260 |7747 | 543 |  83k|  0 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3364.02/3376.66	c   530s|343400 |  7034 |  6138k|  17.9 |   335M |  90 |2260 |7714 | 543 |  83k|  1 | 218k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3364.12/3376.77	c   530s|343500 |  7032 |  6139k|  17.9 |   335M |  90 |2260 |7839 | 542 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3364.22/3376.89	c   531s|343600 |  7032 |  6139k|  17.9 |   335M |  90 |2260 |7481 | 534 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3364.43/3377.04	c   531s|343700 |  7052 |  6141k|  17.9 |   335M |  90 |2260 |7434 |   0 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3364.53/3377.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3364.53/3377.16	c   531s|343800 |  7046 |  6142k|  17.9 |   335M |  90 |2260 |7500 | 540 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3364.62/3377.28	c   531s|343900 |  7049 |  6143k|  17.9 |   335M |  90 |2260 |7528 | 537 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3364.72/3377.39	c   531s|344000 |  7059 |  6144k|  17.9 |   335M |  90 |2260 |7458 | 539 |  83k|  1 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3364.92/3377.51	c   531s|344100 |  7066 |  6145k|  17.9 |   335M |  90 |2260 |7396 | 541 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3365.02/3377.64	c   531s|344200 |  7068 |  6146k|  17.9 |   335M |  90 |2260 |7431 | 540 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3365.12/3377.76	c   531s|344300 |  7063 |  6147k|  17.9 |   335M |  90 |2260 |7471 | 538 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3365.22/3377.88	c   532s|344400 |  7074 |  6148k|  17.8 |   335M |  90 |2260 |7438 | 538 |  83k|  1 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3365.32/3378.00	c   532s|344500 |  7074 |  6149k|  17.8 |   335M |  90 |2260 |7429 | 537 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3365.53/3378.14	c   532s|344600 |  7080 |  6151k|  17.8 |   335M |  90 |2260 |7427 | 540 |  83k|  0 | 219k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3365.62/3378.25	c   532s|344700 |  7084 |  6152k|  17.8 |   335M |  90 |2260 |7488 | 541 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3365.71/3378.38	c   532s|344800 |  7100 |  6154k|  17.8 |   335M |  90 |2260 |7478 | 541 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3365.91/3378.51	c   532s|344900 |  7102 |  6155k|  17.8 |   335M |  90 |2260 |7507 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3366.01/3378.63	c   532s|345000 |  7100 |  6156k|  17.8 |   335M |  90 |2260 |7551 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3366.11/3378.74	c   532s|345100 |  7098 |  6158k|  17.8 |   335M |  90 |2260 |7568 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3366.21/3378.88	c   533s|345200 |  7100 |  6160k|  17.8 |   335M |  90 |2260 |7564 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3366.31/3378.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3366.31/3378.99	c   533s|345300 |  7099 |  6161k|  17.8 |   335M |  90 |2260 |7516 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3366.53/3379.14	c   533s|345400 |  7105 |  6163k|  17.8 |   335M |  90 |2260 |7499 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3366.61/3379.28	c   533s|345500 |  7105 |  6166k|  17.8 |   335M |  90 |2260 |7503 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3366.81/3379.42	c   533s|345600 |  7103 |  6168k|  17.8 |   335M |  90 |2260 |7506 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3366.91/3379.55	c   533s|345700 |  7109 |  6169k|  17.8 |   335M |  90 |2260 |7552 | 540 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.01/3379.68	c   533s|345800 |  7107 |  6171k|  17.8 |   335M |  90 |2260 |7524 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.21/3379.81	c   534s|345900 |  7107 |  6172k|  17.8 |   335M |  90 |2260 |7535 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.31/3379.94	c   534s|346000 |  7120 |  6174k|  17.8 |   335M |  90 |2260 |7520 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.42/3380.03	c   534s|346100 |  7120 |  6175k|  17.8 |   335M |  90 |2260 |7513 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.52/3380.13	c   534s|346200 |  7120 |  6176k|  17.8 |   335M |  90 |2260 |7565 |   0 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.61/3380.24	c   534s|346300 |  7120 |  6177k|  17.8 |   335M |  90 |2260 |7544 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.71/3380.37	c   534s|346400 |  7116 |  6178k|  17.8 |   335M |  90 |2260 |7532 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.81/3380.43	c   534s|346500 |  7120 |  6179k|  17.8 |   335M |  90 |2260 |7524 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3367.91/3380.54	c   534s|346600 |  7117 |  6180k|  17.8 |   335M |  90 |2260 |7544 | 540 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.01/3380.66	c   534s|346700 |  7117 |  6182k|  17.8 |   335M |  90 |2260 |7542 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.11/3380.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3368.11/3380.77	c   534s|346800 |  7118 |  6183k|  17.8 |   335M |  90 |2260 |7561 | 540 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.31/3380.90	c   535s|346900 |  7116 |  6184k|  17.8 |   335M |  90 |2260 |7563 | 540 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.42/3381.02	c   535s|347000 |  7126 |  6186k|  17.8 |   335M |  90 |2260 |7515 | 540 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.52/3381.12	c   535s|347100 |  7126 |  6187k|  17.8 |   335M |  90 |2260 |7539 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.60/3381.22	c   535s|347200 |  7132 |  6188k|  17.8 |   335M |  90 |2260 |7553 | 540 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.70/3381.31	c   535s|347300 |  7134 |  6189k|  17.8 |   335M |  90 |2260 |7559 | 540 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.80/3381.44	c   535s|347400 |  7132 |  6190k|  17.8 |   335M |  90 |2260 |7588 | 540 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3368.90/3381.56	c   535s|347500 |  7128 |  6192k|  17.8 |   335M |  90 |2260 |7577 | 539 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.00/3381.69	c   535s|347600 |  7132 |  6193k|  17.8 |   335M |  90 |2260 |7509 | 539 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.20/3381.80	c   536s|347700 |  7140 |  6194k|  17.8 |   335M |  90 |2260 |7531 | 537 |  83k|  1 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.30/3381.90	c   536s|347800 |  7146 |  6195k|  17.8 |   335M |  90 |2260 |7522 |   0 |  83k|  0 | 220k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.30/3382.01	c   536s|347900 |  7148 |  6196k|  17.8 |   335M |  90 |2260 |7610 | 538 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.51/3382.12	c   536s|348000 |  7149 |  6197k|  17.8 |   335M |  90 |2260 |7572 | 538 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.60/3382.24	c   536s|348100 |  7151 |  6198k|  17.8 |   335M |  90 |2260 |7623 | 538 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.70/3382.34	c   536s|348200 |  7147 |  6199k|  17.8 |   335M |  90 |2260 |7633 |   0 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.80/3382.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3369.80/3382.46	c   536s|348300 |  7151 |  6200k|  17.8 |   335M |  90 |2260 |7688 | 538 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3369.90/3382.58	c   536s|348400 |  7146 |  6201k|  17.8 |   335M |  90 |2260 |7663 | 538 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3370.00/3382.69	c   536s|348500 |  7144 |  6203k|  17.8 |   335M |  90 |2260 |7622 | 538 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3370.20/3382.81	c   537s|348600 |  7145 |  6204k|  17.8 |   335M |  90 |2260 |7617 | 537 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3370.30/3382.93	c   537s|348700 |  7144 |  6205k|  17.8 |   335M |  90 |2260 |7620 | 538 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3370.41/3383.05	c   537s|348800 |  7146 |  6206k|  17.8 |   335M |  90 |2260 |7689 | 538 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3370.51/3383.17	c   537s|348900 |  7148 |  6208k|  17.8 |   335M |  90 |2260 |7723 |   0 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3370.70/3383.30	c   537s|349000 |  7148 |  6210k|  17.8 |   335M |  90 |2260 |7742 | 538 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3370.80/3383.42	c   537s|349100 |  7148 |  6211k|  17.8 |   335M |  90 |2260 |7745 | 539 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3370.90/3383.55	c   537s|349200 |  7151 |  6212k|  17.8 |   335M |  90 |2260 |7641 | 538 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.00/3383.67	c   537s|349300 |  7150 |  6213k|  17.8 |   335M |  90 |2260 |7709 | 538 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.10/3383.78	c   537s|349400 |  7149 |  6214k|  17.8 |   335M |  90 |2260 |7740 | 539 |  83k|  0 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.20/3383.88	c   538s|349500 |  7167 |  6215k|  17.8 |   335M |  90 |2260 |7730 | 539 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.30/3383.95	c   538s|349600 |  7169 |  6216k|  17.8 |   335M |  90 |2260 |7737 | 539 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.42/3384.05	c   538s|349700 |  7164 |  6217k|  17.8 |   335M |  90 |2260 |7757 | 539 |  83k|  1 | 221k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.52/3384.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3371.52/3384.12	c   538s|349800 |  7180 |  6217k|  17.8 |   335M |  90 |2260 |7771 | 539 |  83k|  1 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.60/3384.20	c   538s|349900 |  7174 |  6218k|  17.8 |   335M |  90 |2260 |7792 | 539 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.60/3384.27	c   538s|350000 |  7182 |  6219k|  17.8 |   335M |  90 |2260 |7793 |   0 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.70/3384.36	c   538s|350100 |  7176 |  6220k|  17.8 |   335M |  90 |2260 |7795 | 539 |  83k|  1 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.80/3384.47	c   538s|350200 |  7172 |  6221k|  17.8 |   335M |  90 |2260 |7822 |   0 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3371.90/3384.59	c   538s|350300 |  7180 |  6223k|  17.8 |   335M |  90 |2260 |7844 | 539 |  83k|  1 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3372.10/3384.70	c   538s|350400 |  7180 |  6224k|  17.8 |   335M |  90 |2260 |7884 | 539 |  83k|  1 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3372.20/3384.81	c   539s|350500 |  7183 |  6225k|  17.8 |   335M |  90 |2260 |7916 | 539 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3372.30/3384.93	c   539s|350600 |  7168 |  6226k|  17.8 |   335M |  90 |2260 |7908 | 539 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3372.41/3385.04	c   539s|350700 |  7172 |  6227k|  17.8 |   335M |  90 |2260 |7989 | 539 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3372.51/3385.16	c   539s|350800 |  7174 |  6228k|  17.8 |   335M |  90 |2260 |8030 | 539 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3372.60/3385.28	c   539s|350900 |  7167 |  6230k|  17.7 |   335M |  90 |2260 |8062 | 539 |  83k|  1 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3372.70/3385.39	c   539s|351000 |  7158 |  6231k|  17.7 |   335M |  90 |2260 |8103 | 539 |  83k|  1 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3372.90/3385.50	c   539s|351100 |  7156 |  6232k|  17.7 |   335M |  90 |2260 |8090 | 539 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.00/3385.61	c   539s|351200 |  7153 |  6232k|  17.7 |   335M |  90 |2260 |8143 | 539 |  83k|  0 | 222k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.10/3385.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3373.10/3385.72	c   539s|351300 |  7166 |  6233k|  17.7 |   335M |  90 |2260 |7984 | 539 |  83k|  0 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.20/3385.83	c   540s|351400 |  7170 |  6234k|  17.7 |   335M |  90 |2260 |7971 | 539 |  83k|  1 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.30/3385.94	c   540s|351500 |  7164 |  6235k|  17.7 |   335M |  90 |2260 |7926 | 539 |  83k|  0 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.41/3386.05	c   540s|351600 |  7165 |  6236k|  17.7 |   335M |  90 |2260 |7911 | 539 |  83k|  1 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.51/3386.16	c   540s|351700 |  7181 |  6237k|  17.7 |   335M |  90 |2260 |7638 | 537 |  83k|  1 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.59/3386.27	c   540s|351800 |  7187 |  6238k|  17.7 |   335M |  90 |2260 |7665 |   0 |  84k|  0 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.79/3386.40	c   540s|351900 |  7186 |  6238k|  17.7 |   335M |  90 |2260 |7775 | 536 |  84k|  0 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.89/3386.51	c   540s|352000 |  7186 |  6238k|  17.7 |   335M |  90 |2260 |7814 | 537 |  84k|  1 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3373.99/3386.61	c   540s|352100 |  7192 |  6239k|  17.7 |   335M |  90 |2260 |7835 | 536 |  84k|  1 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.09/3386.71	c   540s|352200 |  7190 |  6239k|  17.7 |   335M |  90 |2260 |7901 | 537 |  84k|  0 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.19/3386.81	c   541s|352300 |  7192 |  6240k|  17.7 |   335M |  90 |2260 |8000 | 536 |  84k|  1 | 223k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.29/3386.90	c   541s|352400 |  7190 |  6240k|  17.7 |   335M |  90 |2260 |8012 | 537 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.29/3386.99	c   541s|352500 |  7188 |  6240k|  17.7 |   335M |  90 |2260 |8087 |   0 |  84k|  0 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.41/3387.08	c   541s|352600 |  7191 |  6241k|  17.7 |   335M |  90 |2260 |8117 | 537 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.50/3387.18	c   541s|352700 |  7185 |  6241k|  17.7 |   335M |  90 |2260 |8129 | 538 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.59/3387.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3374.59/3387.27	c   541s|352800 |  7183 |  6242k|  17.7 |   335M |  90 |2260 |8162 |   0 |  84k|  0 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.79/3387.40	c   541s|352900 |  7188 |  6242k|  17.7 |   335M |  90 |2260 |8038 | 536 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.89/3387.51	c   541s|353000 |  7191 |  6243k|  17.7 |   335M |  90 |2260 |8063 | 537 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.89/3387.59	c   541s|353100 |  7191 |  6243k|  17.7 |   335M |  90 |2260 |8084 | 537 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3374.99/3387.69	c   541s|353200 |  7191 |  6244k|  17.7 |   335M |  90 |2260 |7976 |   0 |  84k|  0 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.19/3387.80	c   541s|353300 |  7193 |  6244k|  17.7 |   335M |  90 |2260 |7973 | 536 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.29/3387.91	c   542s|353400 |  7186 |  6245k|  17.7 |   335M |  90 |2260 |7930 | 536 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.40/3388.01	c   542s|353500 |  7192 |  6246k|  17.7 |   335M |  90 |2260 |7859 | 536 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.50/3388.11	c   542s|353600 |  7191 |  6247k|  17.7 |   335M |  90 |2260 |7889 | 536 |  84k|  1 | 224k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.59/3388.22	c   542s|353700 |  7195 |  6248k|  17.7 |   335M |  90 |2260 |7817 | 537 |  84k|  1 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.69/3388.31	c   542s|353800 |  7204 |  6248k|  17.7 |   335M |  90 |2260 |7854 | 537 |  84k|  0 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.79/3388.40	c   542s|353900 |  7204 |  6249k|  17.7 |   335M |  90 |2260 |7837 |   0 |  84k|  0 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.89/3388.50	c   542s|354000 |  7202 |  6249k|  17.6 |   335M |  90 |2260 |7889 | 537 |  84k|  0 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3375.99/3388.61	c   542s|354100 |  7202 |  6250k|  17.6 |   335M |  90 |2260 |7871 | 538 |  84k|  1 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.08/3388.73	c   542s|354200 |  7199 |  6251k|  17.6 |   335M |  90 |2260 |7913 | 538 |  84k|  0 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.18/3388.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3376.18/3388.84	c   543s|354300 |  7197 |  6251k|  17.6 |   335M |  90 |2260 |7945 | 538 |  84k|  0 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.28/3388.94	c   543s|354400 |  7201 |  6252k|  17.6 |   335M |  90 |2260 |7993 | 537 |  84k|  1 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.40/3389.02	c   543s|354500 |  7205 |  6253k|  17.6 |   335M |  90 |2260 |8116 | 537 |  84k|  1 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.50/3389.12	c   543s|354600 |  7207 |  6253k|  17.6 |   335M |  90 |2260 |8160 | 537 |  84k|  1 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.58/3389.21	c   543s|354700 |  7203 |  6253k|  17.6 |   335M |  90 |2260 |8023 | 537 |  84k|  1 | 225k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.68/3389.31	c   543s|354800 |  7202 |  6254k|  17.6 |   335M |  90 |2260 |8089 | 537 |  84k|  1 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.78/3389.40	c   543s|354900 |  7199 |  6254k|  17.6 |   335M |  90 |2260 |8142 |   0 |  84k|  0 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.78/3389.49	c   543s|355000 |  7198 |  6255k|  17.6 |   335M |  90 |2260 |8179 |   0 |  84k|  0 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3376.88/3389.59	c   543s|355100 |  7206 |  6255k|  17.6 |   335M |  90 |2260 |8216 | 537 |  84k|  1 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.08/3389.70	c   543s|355200 |  7201 |  6256k|  17.6 |   335M |  90 |2260 |8259 | 537 |  84k|  1 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.08/3389.78	c   543s|355300 |  7198 |  6256k|  17.6 |   335M |  90 |2260 |8373 | 537 |  84k|  0 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.18/3389.87	c   544s|355400 |  7200 |  6257k|  17.6 |   335M |  90 |2260 |8520 |   0 |  84k|  0 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.28/3389.96	c   544s|355500 |  7197 |  6257k|  17.6 |   335M |  90 |2260 |8541 | 537 |  84k|  1 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.39/3390.06	c   544s|355600 |  7195 |  6257k|  17.6 |   335M |  90 |2260 |8568 |   0 |  84k|  0 | 226k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.49/3390.16	c   544s|355700 |  7197 |  6258k|  17.6 |   335M |  90 |2260 |8395 | 536 |  84k|  0 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.58/3390.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3377.58/3390.27	c   544s|355800 |  7196 |  6259k|  17.6 |   335M |  90 |2260 |8428 | 536 |  84k|  0 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.68/3390.37	c   544s|355900 |  7200 |  6259k|  17.6 |   335M |  90 |2260 |8378 | 536 |  84k|  1 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.78/3390.48	c   544s|356000 |  7200 |  6260k|  17.6 |   335M |  90 |2260 |8395 | 536 |  84k|  1 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.88/3390.58	c   544s|356100 |  7202 |  6261k|  17.6 |   335M |  90 |2260 |8320 | 537 |  84k|  1 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3377.98/3390.69	c   544s|356200 |  7206 |  6262k|  17.6 |   335M |  90 |2260 |8295 |   0 |  84k|  0 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.18/3390.80	c   544s|356300 |  7201 |  6262k|  17.6 |   335M |  90 |2260 |8358 | 537 |  84k|  1 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.28/3390.91	c   545s|356400 |  7202 |  6263k|  17.6 |   335M |  90 |2260 |8300 | 537 |  84k|  1 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.39/3391.02	c   545s|356500 |  7201 |  6263k|  17.6 |   335M |  90 |2260 |8327 |   0 |  84k|  0 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.49/3391.14	c   545s|356600 |  7195 |  6264k|  17.6 |   335M |  90 |2260 |8288 |   0 |  84k|  0 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.58/3391.25	c   545s|356700 |  7194 |  6265k|  17.6 |   335M |  90 |2260 |8129 | 537 |  84k|  1 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.68/3391.38	c   545s|356800 |  7196 |  6265k|  17.6 |   335M |  90 |2260 |8031 | 537 |  84k|  1 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.77/3391.47	c   545s|356900 |  7198 |  6266k|  17.6 |   335M |  90 |2260 |7941 | 536 |  84k|  1 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.87/3391.56	c   545s|357000 |  7200 |  6266k|  17.5 |   335M |  90 |2260 |8026 |   0 |  84k|  0 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3378.97/3391.67	c   545s|357100 |  7193 |  6267k|  17.5 |   335M |  90 |2260 |7933 | 537 |  84k|  0 | 227k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3379.07/3391.77	c   545s|357200 |  7193 |  6268k|  17.5 |   335M |  90 |2260 |7968 | 537 |  84k|  0 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3379.27/3391.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3379.27/3391.90	c   546s|357300 |  7195 |  6268k|  17.5 |   335M |  90 |2260 |7997 |   0 |  84k|  0 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3379.39/3392.03	c   546s|357400 |  7195 |  6268k|  17.5 |   335M |  90 |2260 |7958 | 537 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3379.49/3392.15	c   546s|357500 |  7195 |  6269k|  17.5 |   335M |  90 |2260 |7948 | 537 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3379.57/3392.28	c   546s|357600 |  7200 |  6270k|  17.5 |   335M |  90 |2260 |7735 | 536 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3379.67/3392.39	c   546s|357700 |  7198 |  6270k|  17.5 |   335M |  90 |2260 |7712 | 535 |  84k|  0 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3379.87/3392.52	c   546s|357800 |  7204 |  6271k|  17.5 |   335M |  90 |2260 |7713 | 536 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3379.97/3392.64	c   546s|357900 |  7205 |  6272k|  17.5 |   335M |  90 |2260 |7711 | 536 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.07/3392.75	c   546s|358000 |  7208 |  6272k|  17.5 |   335M |  90 |2260 |7744 | 537 |  84k|  0 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.17/3392.88	c   547s|358100 |  7214 |  6273k|  17.5 |   335M |  90 |2260 |7790 | 536 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.27/3392.96	c   547s|358200 |  7208 |  6273k|  17.5 |   335M |  90 |2260 |7786 |   0 |  84k|  0 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.38/3393.07	c   547s|358300 |  7207 |  6274k|  17.5 |   335M |  90 |2260 |7806 | 537 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.48/3393.16	c   547s|358400 |  7211 |  6274k|  17.5 |   335M |  90 |2260 |7809 | 537 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.57/3393.25	c   547s|358500 |  7206 |  6274k|  17.5 |   335M |  90 |2260 |7815 | 536 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.67/3393.34	c   547s|358600 |  7205 |  6275k|  17.5 |   335M |  90 |2260 |7840 | 537 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.77/3393.44	c   547s|358700 |  7209 |  6276k|  17.5 |   335M |  90 |2260 |7844 | 537 |  84k|  1 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.87/3393.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3380.87/3393.53	c   547s|358800 |  7217 |  6276k|  17.5 |   335M |  90 |2260 |7881 |   0 |  84k|  0 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3380.97/3393.62	c   547s|358900 |  7221 |  6277k|  17.5 |   335M |  90 |2260 |7927 |   0 |  84k|  0 | 228k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.07/3393.72	c   547s|359000 |  7221 |  6277k|  17.5 |   335M |  90 |2260 |7977 | 537 |  84k|  1 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.17/3393.84	c   548s|359100 |  7222 |  6278k|  17.5 |   335M |  90 |2260 |8005 | 537 |  84k|  1 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.27/3393.95	c   548s|359200 |  7224 |  6278k|  17.5 |   335M |  90 |2260 |8071 | 537 |  84k|  1 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.38/3394.06	c   548s|359300 |  7217 |  6279k|  17.5 |   335M |  90 |2260 |8050 |   0 |  84k|  0 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.48/3394.18	c   548s|359400 |  7209 |  6280k|  17.5 |   335M |  90 |2260 |7996 | 537 |  84k|  0 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.56/3394.28	c   548s|359500 |  7209 |  6280k|  17.5 |   335M |  90 |2260 |8005 | 537 |  84k|  0 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.66/3394.39	c   548s|359600 |  7220 |  6281k|  17.5 |   335M |  90 |2260 |7951 | 536 |  84k|  0 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.86/3394.50	c   548s|359700 |  7222 |  6281k|  17.5 |   335M |  90 |2260 |7988 | 536 |  84k|  1 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.96/3394.60	c   548s|359800 |  7219 |  6282k|  17.5 |   335M |  90 |2260 |8010 | 537 |  84k|  1 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3381.96/3394.68	c   548s|359900 |  7217 |  6282k|  17.5 |   335M |  90 |2260 |8023 |   0 |  84k|  0 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.06/3394.78	c   548s|360000 |  7217 |  6283k|  17.4 |   335M |  90 |2260 |8047 | 537 |  84k|  1 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.16/3394.88	c   549s|360100 |  7218 |  6284k|  17.4 |   335M |  90 |2260 |8041 | 536 |  84k|  1 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.38/3395.01	c   549s|360200 |  7216 |  6284k|  17.4 |   335M |  90 |2260 |8106 |   0 |  84k|  0 | 229k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.38/3395.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3382.38/3395.10	c   549s|360300 |  7216 |  6285k|  17.4 |   335M |  90 |2260 |8097 |   0 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.47/3395.18	c   549s|360400 |  7210 |  6285k|  17.4 |   335M |  90 |2260 |8155 | 536 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.56/3395.27	c   549s|360500 |  7217 |  6286k|  17.4 |   335M |  90 |2260 |8071 | 536 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.66/3395.37	c   549s|360600 |  7213 |  6286k|  17.4 |   335M |  90 |2260 |8094 |   0 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.76/3395.48	c   549s|360700 |  7217 |  6287k|  17.4 |   335M |  90 |2260 |8157 | 536 |  84k|  1 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.86/3395.58	c   549s|360800 |  7218 |  6287k|  17.4 |   335M |  90 |2260 |8076 |   0 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3382.96/3395.68	c   549s|360900 |  7218 |  6287k|  17.4 |   335M |  90 |2260 |8105 |   0 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.06/3395.79	c   549s|361000 |  7215 |  6288k|  17.4 |   335M |  90 |2260 |8010 | 536 |  84k|  1 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.16/3395.88	c   550s|361100 |  7220 |  6288k|  17.4 |   335M |  90 |2260 |8046 |   0 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.26/3395.98	c   550s|361200 |  7221 |  6289k|  17.4 |   335M |  90 |2260 |8063 | 536 |  84k|  1 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.37/3396.07	c   550s|361300 |  7222 |  6290k|  17.4 |   335M |  90 |2260 |8056 |   0 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.47/3396.16	c   550s|361400 |  7222 |  6290k|  17.4 |   335M |  90 |2260 |8084 |   0 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.56/3396.28	c   550s|361500 |  7221 |  6291k|  17.4 |   335M |  90 |2260 |7997 |   0 |  84k|  0 | 230k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.66/3396.39	c   550s|361600 |  7216 |  6291k|  17.4 |   335M |  90 |2260 |8014 | 537 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.76/3396.49	c   550s|361700 |  7218 |  6292k|  17.4 |   335M |  90 |2260 |7995 | 537 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.86/3396.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3383.86/3396.59	c   550s|361800 |  7215 |  6293k|  17.4 |   335M |  90 |2260 |7968 | 537 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3383.96/3396.68	c   550s|361900 |  7220 |  6293k|  17.4 |   335M |  90 |2260 |8010 |   0 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.06/3396.78	c   550s|362000 |  7218 |  6294k|  17.4 |   335M |  90 |2260 |8003 | 536 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.15/3396.87	c   551s|362100 |  7219 |  6295k|  17.4 |   335M |  90 |2260 |7974 | 537 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.25/3396.95	c   551s|362200 |  7219 |  6295k|  17.4 |   335M |  90 |2260 |7971 | 537 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.37/3397.04	c   551s|362300 |  7219 |  6296k|  17.4 |   335M |  90 |2260 |8031 | 537 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.47/3397.14	c   551s|362400 |  7213 |  6296k|  17.4 |   335M |  90 |2260 |8058 |   0 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.55/3397.26	c   551s|362500 |  7217 |  6298k|  17.4 |   335M |  90 |2260 |7802 | 536 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.65/3397.36	c   551s|362600 |  7225 |  6298k|  17.4 |   335M |  90 |2260 |7791 | 537 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.75/3397.46	c   551s|362700 |  7221 |  6299k|  17.4 |   335M |  90 |2260 |7777 | 537 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.85/3397.54	c   551s|362800 |  7221 |  6299k|  17.4 |   335M |  90 |2260 |7843 | 537 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3384.95/3397.65	c   551s|362900 |  7216 |  6300k|  17.4 |   335M |  90 |2260 |7817 | 536 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3385.05/3397.78	c   551s|363000 |  7220 |  6302k|  17.4 |   335M |  90 |2260 |7799 | 535 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3385.25/3397.90	c   552s|363100 |  7226 |  6303k|  17.4 |   335M |  90 |2260 |7797 | 535 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3385.36/3398.02	c   552s|363200 |  7226 |  6305k|  17.4 |   335M |  90 |2260 |7831 | 535 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3385.46/3398.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3385.46/3398.14	c   552s|363300 |  7230 |  6306k|  17.4 |   335M |  90 |2260 |7842 | 535 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3385.55/3398.26	c   552s|363400 |  7227 |  6307k|  17.4 |   335M |  90 |2260 |7847 |   0 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3385.65/3398.38	c   552s|363500 |  7227 |  6309k|  17.4 |   335M |  90 |2260 |7851 | 537 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3385.85/3398.50	c   552s|363600 |  7225 |  6310k|  17.4 |   335M |  90 |2260 |7847 | 537 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3385.95/3398.63	c   552s|363700 |  7219 |  6312k|  17.4 |   335M |  90 |2260 |7778 | 539 |  84k|  0 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.05/3398.75	c   552s|363800 |  7226 |  6313k|  17.3 |   335M |  90 |2260 |7704 | 536 |  84k|  1 | 231k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.15/3398.86	c   553s|363900 |  7227 |  6313k|  17.3 |   335M |  90 |2260 |7716 | 536 |  84k|  1 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.25/3398.97	c   553s|364000 |  7227 |  6314k|  17.3 |   335M |  90 |2260 |7772 | 536 |  84k|  1 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.36/3399.09	c   553s|364100 |  7224 |  6314k|  17.3 |   335M |  90 |2260 |7779 |   0 |  84k|  0 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.55/3399.20	c   553s|364200 |  7229 |  6315k|  17.3 |   335M |  90 |2260 |7787 | 536 |  84k|  1 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.65/3399.30	c   553s|364300 |  7232 |  6315k|  17.3 |   335M |  90 |2260 |7799 | 537 |  84k|  0 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.74/3399.41	c   553s|364400 |  7232 |  6316k|  17.3 |   335M |  90 |2260 |7857 | 536 |  84k|  1 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.84/3399.53	c   553s|364500 |  7236 |  6316k|  17.3 |   335M |  90 |2260 |7876 | 537 |  84k|  1 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3386.94/3399.64	c   553s|364600 |  7235 |  6317k|  17.3 |   335M |  90 |2260 |7949 | 537 |  84k|  1 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.04/3399.76	c   553s|364700 |  7236 |  6317k|  17.3 |   335M |  90 |2260 |8004 | 537 |  84k|  0 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.14/3399.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3387.14/3399.88	c   554s|364800 |  7235 |  6318k|  17.3 |   335M |  90 |2260 |7970 | 536 |  84k|  0 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.24/3400.00	c   554s|364900 |  7232 |  6318k|  17.3 |   335M |  90 |2260 |7930 | 537 |  84k|  1 | 232k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.46/3400.12	c   554s|365000 |  7228 |  6319k|  17.3 |   335M |  90 |2260 |7929 | 537 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.54/3400.24	c   554s|365100 |  7232 |  6319k|  17.3 |   335M |  90 |2260 |7902 | 536 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.64/3400.34	c   554s|365200 |  7232 |  6320k|  17.3 |   335M |  90 |2260 |7904 | 536 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.74/3400.43	c   554s|365300 |  7229 |  6320k|  17.3 |   335M |  90 |2260 |7915 | 537 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.84/3400.53	c   554s|365400 |  7226 |  6321k|  17.3 |   335M |  90 |2260 |7849 | 536 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3387.94/3400.64	c   554s|365500 |  7228 |  6321k|  17.3 |   335M |  90 |2260 |7888 |   0 |  84k|  0 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.04/3400.74	c   554s|365600 |  7225 |  6322k|  17.3 |   335M |  90 |2260 |7896 | 537 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.14/3400.84	c   555s|365700 |  7219 |  6323k|  17.3 |   335M |  90 |2260 |7875 | 540 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.24/3400.96	c   555s|365800 |  7224 |  6324k|  17.3 |   335M |  90 |2260 |7766 | 536 |  84k|  0 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.35/3401.04	c   555s|365900 |  7226 |  6324k|  17.3 |   335M |  90 |2260 |7794 | 536 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.45/3401.13	c   555s|366000 |  7228 |  6324k|  17.3 |   335M |  90 |2260 |7813 |   0 |  84k|  0 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.54/3401.24	c   555s|366100 |  7226 |  6325k|  17.3 |   335M |  90 |2260 |7850 |   0 |  84k|  0 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.64/3401.34	c   555s|366200 |  7230 |  6325k|  17.3 |   335M |  90 |2260 |7856 | 536 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.74/3401.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3388.74/3401.41	c   555s|366300 |  7229 |  6325k|  17.3 |   335M |  90 |2260 |7807 | 536 |  84k|  1 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.84/3401.52	c   555s|366400 |  7219 |  6326k|  17.3 |   335M |  90 |2260 |7822 | 536 |  84k|  0 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3388.94/3401.61	c   555s|366500 |  7223 |  6327k|  17.3 |   335M |  90 |2260 |7758 | 536 |  84k|  0 | 233k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3389.04/3401.74	c   555s|366600 |  7228 |  6329k|  17.3 |   335M |  90 |2260 |7738 | 540 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3389.14/3401.86	c   556s|366700 |  7230 |  6330k|  17.3 |   335M |  90 |2260 |7729 | 536 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3389.24/3401.99	c   556s|366800 |  7232 |  6331k|  17.3 |   335M |  90 |2260 |7767 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3389.45/3402.12	c   556s|366900 |  7240 |  6333k|  17.3 |   335M |  90 |2260 |7768 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3389.53/3402.26	c   556s|367000 |  7238 |  6335k|  17.3 |   335M |  90 |2260 |7756 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3389.73/3402.40	c   556s|367100 |  7232 |  6337k|  17.3 |   335M |  90 |2260 |7787 | 536 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3389.83/3402.53	c   556s|367200 |  7232 |  6339k|  17.3 |   335M |  90 |2260 |7785 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3389.93/3402.67	c   556s|367300 |  7236 |  6341k|  17.3 |   335M |  90 |2260 |7807 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3390.13/3402.81	c   557s|367400 |  7238 |  6343k|  17.3 |   335M |  90 |2260 |7841 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3390.23/3402.93	c   557s|367500 |  7234 |  6344k|  17.3 |   335M |  90 |2260 |7878 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3390.35/3403.07	c   557s|367600 |  7234 |  6346k|  17.3 |   335M |  90 |2260 |7890 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3390.53/3403.20	c   557s|367700 |  7232 |  6348k|  17.3 |   335M |  90 |2260 |7824 | 536 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3390.63/3403.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3390.63/3403.32	c   557s|367800 |  7244 |  6349k|  17.3 |   335M |  90 |2260 |7809 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3390.73/3403.44	c   557s|367900 |  7254 |  6351k|  17.3 |   335M |  90 |2260 |7815 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3390.83/3403.54	c   557s|368000 |  7256 |  6352k|  17.3 |   335M |  90 |2260 |7802 | 537 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3390.93/3403.65	c   557s|368100 |  7262 |  6353k|  17.3 |   335M |  90 |2260 |7811 | 537 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.03/3403.73	c   557s|368200 |  7262 |  6354k|  17.3 |   335M |  90 |2260 |7813 |   0 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.13/3403.81	c   558s|368300 |  7262 |  6355k|  17.3 |   335M |  90 |2260 |7822 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.13/3403.89	c   558s|368400 |  7268 |  6356k|  17.2 |   335M |  90 |2260 |7832 | 536 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.23/3404.01	c   558s|368500 |  7269 |  6357k|  17.2 |   335M |  90 |2260 |7875 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.44/3404.11	c   558s|368600 |  7271 |  6358k|  17.2 |   335M |  90 |2260 |7891 | 537 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.53/3404.22	c   558s|368700 |  7273 |  6359k|  17.2 |   335M |  90 |2260 |7891 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.63/3404.30	c   558s|368800 |  7269 |  6360k|  17.2 |   335M |  90 |2260 |7916 |   0 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.63/3404.38	c   558s|368900 |  7273 |  6361k|  17.2 |   335M |  90 |2260 |7906 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.73/3404.49	c   558s|369000 |  7269 |  6362k|  17.2 |   335M |  90 |2260 |7918 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.93/3404.60	c   558s|369100 |  7264 |  6363k|  17.2 |   335M |  90 |2260 |7930 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3391.93/3404.69	c   558s|369200 |  7264 |  6364k|  17.2 |   335M |  90 |2260 |7893 | 537 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3392.03/3404.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3392.03/3404.79	c   558s|369300 |  7267 |  6366k|  17.2 |   335M |  90 |2260 |7897 | 537 |  84k|  1 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3392.22/3404.90	c   559s|369400 |  7271 |  6367k|  17.2 |   335M |  90 |2260 |7886 | 537 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3392.34/3405.02	c   559s|369500 |  7274 |  6368k|  17.2 |   335M |  90 |2260 |7900 | 537 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3392.44/3405.12	c   559s|369600 |  7276 |  6370k|  17.2 |   335M |  90 |2260 |7893 | 537 |  84k|  0 | 234k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3392.52/3405.22	c   559s|369700 |  7274 |  6371k|  17.2 |   335M |  90 |2260 |7914 | 537 |  84k|  0 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3392.62/3405.35	c   559s|369800 |  7273 |  6372k|  17.2 |   335M |  90 |2260 |7922 | 536 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3392.72/3405.46	c   559s|369900 |  7273 |  6373k|  17.2 |   335M |  90 |2260 |7942 | 537 |  84k|  0 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3392.82/3405.59	c   559s|370000 |  7278 |  6374k|  17.2 |   335M |  90 |2260 |7957 | 536 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.02/3405.71	c   559s|370100 |  7290 |  6376k|  17.2 |   335M |  90 |2260 |7959 | 536 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.12/3405.82	c   560s|370200 |  7296 |  6377k|  17.2 |   335M |  90 |2260 |7987 | 536 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.22/3405.94	c   560s|370300 |  7302 |  6379k|  17.2 |   335M |  90 |2260 |8004 | 537 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.33/3406.05	c   560s|370400 |  7304 |  6380k|  17.2 |   335M |  90 |2260 |8007 | 536 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.43/3406.17	c   560s|370500 |  7298 |  6381k|  17.2 |   335M |  90 |2260 |8041 | 537 |  84k|  0 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.52/3406.28	c   560s|370600 |  7298 |  6382k|  17.2 |   335M |  90 |2260 |8081 | 537 |  84k|  0 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.72/3406.40	c   560s|370700 |  7292 |  6383k|  17.2 |   335M |  90 |2260 |8115 | 537 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.82/3406.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3393.82/3406.50	c   560s|370800 |  7302 |  6384k|  17.2 |   335M |  90 |2260 |8118 | 536 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3393.92/3406.62	c   560s|370900 |  7312 |  6386k|  17.2 |   335M |  90 |2260 |8093 | 536 |  84k|  0 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3394.02/3406.74	c   560s|371000 |  7325 |  6387k|  17.2 |   335M |  90 |2260 |8151 | 536 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3394.12/3406.86	c   561s|371100 |  7327 |  6388k|  17.2 |   335M |  90 |2260 |8211 | 537 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3394.22/3406.98	c   561s|371200 |  7325 |  6390k|  17.2 |   335M |  90 |2260 |8247 | 536 |  84k|  1 | 235k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3394.43/3407.11	c   561s|371300 |  7329 |  6391k|  17.2 |   335M |  90 |2260 |8007 | 536 |  84k|  0 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3394.52/3407.24	c   561s|371400 |  7322 |  6393k|  17.2 |   335M |  90 |2260 |8068 | 536 |  84k|  0 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3394.62/3407.36	c   561s|371500 |  7326 |  6394k|  17.2 |   335M |  90 |2260 |8108 | 536 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3394.72/3407.49	c   561s|371600 |  7324 |  6396k|  17.2 |   335M |  90 |2260 |8124 | 536 |  84k|  0 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3394.91/3407.61	c   561s|371700 |  7318 |  6397k|  17.2 |   335M |  90 |2260 |8131 | 536 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.01/3407.73	c   561s|371800 |  7324 |  6398k|  17.2 |   335M |  90 |2260 |8153 | 536 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.11/3407.83	c   562s|371900 |  7324 |  6399k|  17.2 |   335M |  90 |2260 |8184 | 537 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.21/3407.97	c   562s|372000 |  7321 |  6401k|  17.2 |   335M |  90 |2260 |8172 | 537 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.33/3408.09	c   562s|372100 |  7323 |  6402k|  17.2 |   335M |  90 |2260 |8171 | 536 |  84k|  0 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.51/3408.21	c   562s|372200 |  7333 |  6404k|  17.2 |   335M |  90 |2260 |8162 | 536 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.61/3408.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3395.61/3408.32	c   562s|372300 |  7331 |  6405k|  17.2 |   335M |  90 |2260 |8163 |   0 |  84k|  0 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.71/3408.44	c   562s|372400 |  7333 |  6406k|  17.2 |   335M |  90 |2260 |8236 | 537 |  84k|  0 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.81/3408.55	c   562s|372500 |  7337 |  6407k|  17.2 |   335M |  90 |2260 |8266 | 537 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3395.91/3408.66	c   562s|372600 |  7339 |  6409k|  17.2 |   335M |  90 |2260 |8273 | 537 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.01/3408.78	c   562s|372700 |  7330 |  6410k|  17.2 |   335M |  90 |2260 |8304 | 537 |  84k|  1 | 236k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.11/3408.88	c   563s|372800 |  7328 |  6410k|  17.2 |   335M |  90 |2260 |8420 | 536 |  84k|  0 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.21/3409.00	c   563s|372900 |  7330 |  6411k|  17.2 |   335M |  90 |2260 |8409 | 536 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.32/3409.11	c   563s|373000 |  7339 |  6412k|  17.2 |   335M |  90 |2260 |8382 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.51/3409.22	c   563s|373100 |  7341 |  6413k|  17.2 |   335M |  90 |2260 |8399 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.61/3409.34	c   563s|373200 |  7345 |  6415k|  17.2 |   335M |  90 |2260 |8405 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.71/3409.45	c   563s|373300 |  7339 |  6416k|  17.2 |   335M |  90 |2260 |8418 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.81/3409.57	c   563s|373400 |  7337 |  6418k|  17.2 |   335M |  90 |2260 |8426 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3396.91/3409.68	c   563s|373500 |  7338 |  6419k|  17.2 |   335M |  90 |2260 |8430 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3397.11/3409.80	c   563s|373600 |  7330 |  6420k|  17.2 |   335M |  90 |2260 |8457 | 536 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3397.21/3409.90	c   564s|373700 |  7335 |  6422k|  17.2 |   335M |  90 |2260 |8468 |   0 |  84k|  0 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3397.32/3410.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3397.32/3410.02	c   564s|373800 |  7331 |  6423k|  17.2 |   335M |  90 |2260 |8489 | 537 |  84k|  0 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3397.42/3410.14	c   564s|373900 |  7331 |  6424k|  17.2 |   335M |  90 |2260 |8510 | 536 |  84k|  0 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3397.51/3410.27	c   564s|374000 |  7321 |  6426k|  17.2 |   335M |  90 |2260 |8460 | 536 |  84k|  0 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3397.70/3410.40	c   564s|374100 |  7328 |  6427k|  17.2 |   335M |  90 |2260 |8487 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3397.80/3410.53	c   564s|374200 |  7327 |  6428k|  17.2 |   335M |  90 |2260 |8500 | 537 |  84k|  2 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3397.90/3410.65	c   564s|374300 |  7323 |  6430k|  17.2 |   335M |  90 |2260 |8536 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.00/3410.77	c   564s|374400 |  7322 |  6431k|  17.2 |   335M |  90 |2260 |8494 | 537 |  84k|  0 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.20/3410.90	c   565s|374500 |  7319 |  6433k|  17.2 |   335M |  90 |2260 |8457 | 537 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.20/3411.00	c   565s|374600 |  7319 |  6433k|  17.2 |   335M |  90 |2260 |8498 | 536 |  84k|  0 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.42/3411.11	c   565s|374700 |  7314 |  6435k|  17.2 |   335M |  90 |2260 |8459 | 536 |  84k|  1 | 237k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.50/3411.23	c   565s|374800 |  7308 |  6436k|  17.2 |   335M |  90 |2260 |8384 | 537 |  84k|  1 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.60/3411.33	c   565s|374900 |  7308 |  6437k|  17.2 |   335M |  90 |2260 |8333 | 537 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.70/3411.45	c   565s|375000 |  7310 |  6439k|  17.2 |   335M |  90 |2260 |8353 | 536 |  84k|  1 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.80/3411.57	c   565s|375100 |  7306 |  6440k|  17.2 |   335M |  90 |2260 |8342 | 537 |  84k|  1 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3398.90/3411.68	c   565s|375200 |  7303 |  6441k|  17.2 |   335M |  90 |2260 |8354 | 537 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3399.10/3411.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3399.10/3411.81	c   566s|375300 |  7304 |  6443k|  17.2 |   335M |  90 |2260 |8367 | 537 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3399.20/3411.91	c   566s|375400 |  7306 |  6444k|  17.2 |   335M |  90 |2260 |8392 | 537 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3399.31/3412.04	c   566s|375500 |  7304 |  6445k|  17.2 |   335M |  90 |2260 |8400 | 537 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3399.41/3412.15	c   566s|375600 |  7308 |  6446k|  17.2 |   335M |  90 |2260 |8444 | 537 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3399.50/3412.26	c   566s|375700 |  7313 |  6448k|  17.2 |   335M |  90 |2260 |8477 | 537 |  84k|  1 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3399.60/3412.39	c   566s|375800 |  7303 |  6449k|  17.2 |   335M |  90 |2260 |8576 | 537 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3399.80/3412.51	c   566s|375900 |  7311 |  6450k|  17.2 |   335M |  90 |2260 |8584 | 537 |  84k|  1 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3399.90/3412.63	c   566s|376000 |  7318 |  6451k|  17.2 |   335M |  90 |2260 |8675 | 536 |  84k|  1 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.00/3412.75	c   566s|376100 |  7318 |  6452k|  17.2 |   335M |  90 |2260 |8669 | 537 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.10/3412.87	c   567s|376200 |  7312 |  6454k|  17.2 |   335M |  90 |2260 |8719 | 536 |  84k|  0 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.20/3412.99	c   567s|376300 |  7312 |  6455k|  17.2 |   335M |  90 |2260 |8726 | 537 |  84k|  1 | 238k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.31/3413.11	c   567s|376400 |  7309 |  6456k|  17.1 |   335M |  90 |2260 |8839 | 537 |  84k|  0 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.49/3413.22	c   567s|376500 |  7305 |  6457k|  17.1 |   335M |  90 |2260 |8822 | 537 |  84k|  1 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.59/3413.33	c   567s|376600 |  7306 |  6458k|  17.1 |   335M |  90 |2260 |8791 | 536 |  84k|  1 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.69/3413.44	c   567s|376700 |  7300 |  6459k|  17.1 |   335M |  90 |2260 |8766 | 537 |  84k|  1 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.79/3413.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3400.79/3413.57	c   567s|376800 |  7296 |  6461k|  17.1 |   335M |  90 |2260 |8723 | 537 |  84k|  0 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3400.89/3413.69	c   567s|376900 |  7295 |  6462k|  17.1 |   335M |  90 |2260 |8667 | 537 |  84k|  0 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.09/3413.81	c   568s|377000 |  7291 |  6463k|  17.1 |   335M |  90 |2260 |8596 | 537 |  84k|  1 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.19/3413.93	c   568s|377100 |  7289 |  6464k|  17.1 |   335M |  90 |2260 |8646 | 537 |  84k|  0 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.30/3414.04	c   568s|377200 |  7287 |  6466k|  17.1 |   335M |  90 |2260 |8631 | 537 |  84k|  0 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.40/3414.16	c   568s|377300 |  7285 |  6467k|  17.1 |   335M |  90 |2260 |8650 | 536 |  84k|  1 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.49/3414.27	c   568s|377400 |  7285 |  6468k|  17.1 |   335M |  90 |2260 |8575 | 537 |  84k|  0 | 239k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.59/3414.39	c   568s|377500 |  7285 |  6469k|  17.1 |   335M |  90 |2260 |8550 |   0 |  84k|  0 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.79/3414.50	c   568s|377600 |  7297 |  6471k|  17.1 |   335M |  90 |2260 |8352 | 537 |  84k|  0 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.89/3414.62	c   568s|377700 |  7302 |  6472k|  17.1 |   335M |  90 |2260 |8273 | 537 |  84k|  0 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3401.99/3414.74	c   568s|377800 |  7304 |  6473k|  17.1 |   335M |  90 |2260 |8283 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.09/3414.86	c   569s|377900 |  7312 |  6475k|  17.1 |   335M |  90 |2260 |8271 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.19/3414.97	c   569s|378000 |  7306 |  6476k|  17.1 |   335M |  90 |2260 |8342 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.30/3415.08	c   569s|378100 |  7306 |  6476k|  17.1 |   335M |  90 |2260 |8373 | 537 |  84k|  0 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.40/3415.19	c   569s|378200 |  7303 |  6477k|  17.1 |   335M |  90 |2260 |8346 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.59/3415.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3402.59/3415.30	c   569s|378300 |  7309 |  6478k|  17.1 |   335M |  90 |2260 |8349 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.68/3415.41	c   569s|378400 |  7303 |  6479k|  17.1 |   335M |  90 |2260 |8405 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.78/3415.51	c   569s|378500 |  7303 |  6480k|  17.1 |   335M |  90 |2260 |8391 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.88/3415.62	c   569s|378600 |  7305 |  6481k|  17.1 |   335M |  90 |2260 |8334 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3402.98/3415.71	c   569s|378700 |  7313 |  6482k|  17.1 |   335M |  90 |2260 |8376 |   0 |  84k|  0 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.08/3415.82	c   570s|378800 |  7314 |  6483k|  17.1 |   335M |  90 |2260 |8395 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.18/3415.92	c   570s|378900 |  7319 |  6484k|  17.1 |   335M |  90 |2260 |8409 | 537 |  84k|  1 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.30/3416.04	c   570s|379000 |  7309 |  6485k|  17.1 |   335M |  90 |2260 |8403 | 537 |  84k|  0 | 240k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.40/3416.17	c   570s|379100 |  7309 |  6487k|  17.1 |   335M |  90 |2260 |8393 | 537 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.58/3416.30	c   570s|379200 |  7309 |  6489k|  17.1 |   335M |  90 |2260 |8428 | 537 |  84k|  0 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.68/3416.42	c   570s|379300 |  7306 |  6490k|  17.1 |   335M |  90 |2260 |8453 | 537 |  84k|  0 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.78/3416.54	c   570s|379400 |  7311 |  6491k|  17.1 |   335M |  90 |2260 |8465 | 537 |  84k|  0 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.88/3416.65	c   570s|379500 |  7309 |  6493k|  17.1 |   335M |  90 |2260 |8495 | 537 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3403.98/3416.76	c   570s|379600 |  7307 |  6494k|  17.1 |   335M |  90 |2260 |8527 | 537 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.08/3416.88	c   571s|379700 |  7308 |  6495k|  17.1 |   335M |  90 |2260 |8534 | 537 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.18/3416.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3404.18/3416.98	c   571s|379800 |  7306 |  6496k|  17.1 |   335M |  90 |2260 |8528 | 537 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.29/3417.08	c   571s|379900 |  7300 |  6497k|  17.1 |   335M |  90 |2260 |8519 |   0 |  84k|  0 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.39/3417.19	c   571s|380000 |  7300 |  6498k|  17.1 |   335M |  90 |2260 |8489 | 537 |  84k|  0 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.58/3417.30	c   571s|380100 |  7304 |  6498k|  17.1 |   335M |  90 |2260 |8481 | 536 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.68/3417.43	c   571s|380200 |  7311 |  6499k|  17.1 |   335M |  90 |2260 |8266 | 537 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.78/3417.55	c   571s|380300 |  7311 |  6500k|  17.1 |   335M |  90 |2260 |8279 | 537 |  84k|  0 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.88/3417.66	c   571s|380400 |  7315 |  6501k|  17.1 |   335M |  90 |2260 |8256 | 537 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3404.98/3417.77	c   571s|380500 |  7314 |  6502k|  17.1 |   335M |  90 |2260 |8300 | 537 |  84k|  0 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.08/3417.89	c   572s|380600 |  7312 |  6503k|  17.1 |   335M |  90 |2260 |8314 | 536 |  84k|  1 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.29/3418.01	c   572s|380700 |  7313 |  6504k|  17.1 |   335M |  90 |2260 |8434 |   0 |  84k|  0 | 241k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.39/3418.13	c   572s|380800 |  7312 |  6504k|  17.1 |   335M |  90 |2260 |8495 | 537 |  84k|  1 | 242k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.47/3418.24	c   572s|380900 |  7321 |  6504k|  17.1 |   335M |  90 |2260 |8564 |   0 |  84k|  0 | 242k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.57/3418.34	c   572s|381000 |  7317 |  6505k|  17.1 |   335M |  90 |2260 |8698 |   0 |  84k|  0 | 242k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.67/3418.44	c   572s|381100 |  7318 |  6505k|  17.1 |   335M |  90 |2260 |8640 | 537 |  84k|  1 | 242k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.77/3418.55	c   572s|381200 |  7315 |  6506k|  17.1 |   335M |  90 |2260 |8681 | 537 |  84k|  1 | 242k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.87/3418.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3405.87/3418.66	c   572s|381300 |  7315 |  6506k|  17.1 |   335M |  90 |2260 |8647 | 537 |  84k|  2 | 242k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3405.97/3418.77	c   572s|381400 |  7318 |  6506k|  17.1 |   335M |  90 |2260 |8644 | 537 |  84k|  0 | 242k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.07/3418.88	c   573s|381500 |  7321 |  6507k|  17.1 |   335M |  90 |2260 |8764 | 537 |  84k|  1 | 243k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.17/3418.98	c   573s|381600 |  7319 |  6507k|  17.0 |   335M |  90 |2260 |8835 |   0 |  84k|  0 | 243k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.29/3419.10	c   573s|381700 |  7317 |  6508k|  17.0 |   335M |  90 |2260 |8828 | 537 |  84k|  1 | 243k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.47/3419.20	c   573s|381800 |  7320 |  6508k|  17.0 |   335M |  90 |2260 |8873 | 537 |  84k|  1 | 243k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.47/3419.29	c   573s|381900 |  7321 |  6509k|  17.0 |   335M |  90 |2260 |8969 |   0 |  84k|  0 | 243k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.57/3419.39	c   573s|382000 |  7320 |  6509k|  17.0 |   335M |  90 |2260 |9089 | 537 |  84k|  1 | 244k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.77/3419.50	c   573s|382100 |  7313 |  6509k|  17.0 |   335M |  90 |2260 |8948 |   0 |  84k|  0 | 244k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.87/3419.60	c   573s|382200 |  7320 |  6510k|  17.0 |   335M |  90 |2260 |8906 |   0 |  84k|  0 | 244k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.97/3419.70	c   573s|382300 |  7322 |  6510k|  17.0 |   335M |  90 |2260 |9013 |   0 |  84k|  0 | 244k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3406.97/3419.80	c   573s|382400 |  7316 |  6511k|  17.0 |   335M |  90 |2260 |9001 | 537 |  84k|  0 | 244k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3407.17/3419.90	c   574s|382500 |  7313 |  6512k|  17.0 |   335M |  90 |2260 |8696 | 536 |  84k|  1 | 244k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3407.28/3420.03	c   574s|382600 |  7307 |  6512k|  17.0 |   335M |  90 |2260 |8718 | 537 |  84k|  0 | 244k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3407.38/3420.18	c   574s|382700 |  7312 |  6513k|  17.0 |   335M |  90 |2260 |8542 | 537 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3407.57/3420.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3407.57/3420.31	c   574s|382800 |  7317 |  6515k|  17.0 |   335M |  90 |2260 |8548 | 537 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3407.67/3420.44	c   574s|382900 |  7317 |  6516k|  17.0 |   335M |  90 |2260 |8518 | 537 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3407.77/3420.55	c   574s|383000 |  7317 |  6517k|  17.0 |   335M |  90 |2260 |8586 | 537 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3407.86/3420.66	c   574s|383100 |  7312 |  6518k|  17.0 |   335M |  90 |2260 |8576 | 537 |  84k|  0 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3407.96/3420.77	c   574s|383200 |  7310 |  6519k|  17.0 |   335M |  90 |2260 |8592 | 537 |  84k|  0 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3408.16/3420.92	c   575s|383300 |  7307 |  6520k|  17.0 |   335M |  90 |2260 |8588 | 537 |  84k|  0 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3408.28/3421.03	c   575s|383400 |  7308 |  6521k|  17.0 |   335M |  90 |2260 |8336 | 538 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3408.38/3421.14	c   575s|383500 |  7305 |  6522k|  17.0 |   335M |  90 |2260 |8236 | 536 |  84k|  0 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3408.46/3421.27	c   575s|383600 |  7300 |  6523k|  17.0 |   335M |  90 |2260 |8271 | 537 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3408.66/3421.40	c   575s|383700 |  7292 |  6524k|  17.0 |   335M |  90 |2260 |8227 | 534 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3408.76/3421.51	c   575s|383800 |  7288 |  6525k|  17.0 |   335M |  90 |2260 |8208 | 537 |  84k|  0 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3408.86/3421.63	c   575s|383900 |  7290 |  6526k|  17.0 |   335M |  90 |2260 |8135 | 537 |  84k|  0 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3408.96/3421.76	c   575s|384000 |  7284 |  6527k|  17.0 |   335M |  90 |2260 |8100 | 536 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.06/3421.88	c   576s|384100 |  7292 |  6529k|  17.0 |   335M |  90 |2260 |8116 | 537 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.16/3422.00	c   576s|384200 |  7286 |  6530k|  17.0 |   335M |  90 |2260 |8124 | 537 |  84k|  1 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.37/3422.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3409.37/3422.11	c   576s|384300 |  7292 |  6532k|  17.0 |   335M |  90 |2260 |8108 |   0 |  84k|  0 | 245k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.46/3422.22	c   576s|384400 |  7292 |  6532k|  17.0 |   335M |  90 |2260 |8120 | 537 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.56/3422.33	c   576s|384500 |  7302 |  6534k|  17.0 |   335M |  90 |2260 |7953 | 536 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.66/3422.46	c   576s|384600 |  7305 |  6535k|  17.0 |   335M |  90 |2260 |7777 |   0 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.76/3422.56	c   576s|384700 |  7313 |  6536k|  17.0 |   335M |  90 |2260 |7775 | 536 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.86/3422.67	c   576s|384800 |  7317 |  6537k|  17.0 |   335M |  90 |2260 |7847 | 537 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3409.96/3422.79	c   576s|384900 |  7335 |  6538k|  17.0 |   335M |  90 |2260 |7766 | 537 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3410.16/3422.90	c   577s|385000 |  7339 |  6540k|  17.0 |   335M |  90 |2260 |7848 | 537 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3410.27/3423.01	c   577s|385100 |  7335 |  6541k|  17.0 |   335M |  90 |2260 |7902 | 537 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3410.37/3423.13	c   577s|385200 |  7333 |  6542k|  17.0 |   335M |  90 |2260 |7920 | 537 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3410.45/3423.26	c   577s|385300 |  7325 |  6544k|  17.0 |   335M |  90 |2260 |7941 | 537 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3410.55/3423.37	c   577s|385400 |  7323 |  6545k|  17.0 |   335M |  90 |2260 |7967 | 537 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3410.65/3423.50	c   577s|385500 |  7318 |  6546k|  17.0 |   335M |  90 |2260 |7901 | 536 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3410.85/3423.62	c   577s|385600 |  7322 |  6548k|  17.0 |   335M |  90 |2260 |7892 | 537 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3410.95/3423.74	c   577s|385700 |  7319 |  6549k|  17.0 |   335M |  90 |2260 |7907 | 537 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.05/3423.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3411.05/3423.86	c   578s|385800 |  7322 |  6550k|  17.0 |   335M |  90 |2260 |7898 | 537 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.15/3423.97	c   578s|385900 |  7326 |  6552k|  17.0 |   335M |  90 |2260 |7885 | 537 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.27/3424.09	c   578s|386000 |  7336 |  6553k|  17.0 |   335M |  90 |2260 |7866 | 537 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.45/3424.20	c   578s|386100 |  7329 |  6554k|  17.0 |   335M |  90 |2260 |7910 | 537 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.55/3424.31	c   578s|386200 |  7329 |  6555k|  17.0 |   335M |  90 |2260 |7928 | 537 |  84k|  0 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.65/3424.43	c   578s|386300 |  7323 |  6556k|  17.0 |   335M |  90 |2260 |7890 | 537 |  84k|  1 | 246k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.75/3424.54	c   578s|386400 |  7319 |  6557k|  17.0 |   335M |  90 |2260 |7905 | 536 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.85/3424.66	c   578s|386500 |  7326 |  6558k|  17.0 |   335M |  90 |2260 |7904 | 537 |  84k|  0 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3411.95/3424.78	c   578s|386600 |  7330 |  6559k|  17.0 |   335M |  90 |2260 |7846 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.05/3424.89	c   579s|386700 |  7327 |  6561k|  17.0 |   335M |  90 |2260 |7857 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.15/3425.00	c   579s|386800 |  7327 |  6562k|  17.0 |   335M |  90 |2260 |7869 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.36/3425.14	c   579s|386900 |  7330 |  6564k|  17.0 |   335M |  90 |2260 |7769 | 536 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.45/3425.25	c   579s|387000 |  7334 |  6565k|  17.0 |   335M |  90 |2260 |7763 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.55/3425.34	c   579s|387100 |  7344 |  6566k|  17.0 |   335M |  90 |2260 |7799 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.65/3425.42	c   579s|387200 |  7362 |  6567k|  17.0 |   335M |  90 |2260 |7824 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.75/3425.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3412.75/3425.52	c   579s|387300 |  7361 |  6568k|  17.0 |   335M |  90 |2260 |7849 | 537 |  84k|  0 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.85/3425.64	c   579s|387400 |  7376 |  6569k|  17.0 |   335M |  90 |2260 |7925 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3412.95/3425.76	c   579s|387500 |  7377 |  6570k|  17.0 |   335M |  90 |2260 |7926 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.05/3425.87	c   580s|387600 |  7376 |  6571k|  17.0 |   335M |  90 |2260 |7964 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.14/3425.99	c   580s|387700 |  7375 |  6573k|  17.0 |   335M |  90 |2260 |8037 | 537 |  84k|  0 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.26/3426.10	c   580s|387800 |  7364 |  6574k|  16.9 |   335M |  90 |2260 |8029 |   0 |  84k|  0 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.44/3426.22	c   580s|387900 |  7358 |  6575k|  16.9 |   335M |  90 |2260 |7896 | 537 |  84k|  0 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.54/3426.32	c   580s|388000 |  7351 |  6576k|  16.9 |   335M |  90 |2260 |7929 | 536 |  84k|  0 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.64/3426.43	c   580s|388100 |  7349 |  6577k|  16.9 |   335M |  90 |2260 |7903 |   0 |  84k|  0 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.74/3426.56	c   580s|388200 |  7358 |  6579k|  16.9 |   335M |  90 |2260 |7841 | 537 |  84k|  0 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.84/3426.67	c   580s|388300 |  7362 |  6580k|  16.9 |   335M |  90 |2260 |7857 | 537 |  84k|  1 | 247k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3413.94/3426.79	c   580s|388400 |  7370 |  6581k|  16.9 |   335M |  90 |2260 |7866 |   0 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3414.14/3426.91	c   581s|388500 |  7378 |  6583k|  16.9 |   335M |  90 |2260 |7889 | 537 |  84k|  1 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3414.25/3427.02	c   581s|388600 |  7384 |  6584k|  16.9 |   335M |  90 |2260 |7927 |   0 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3414.35/3427.13	c   581s|388700 |  7379 |  6585k|  16.9 |   335M |  90 |2260 |7905 | 537 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3414.44/3427.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3414.44/3427.24	c   581s|388800 |  7375 |  6586k|  16.9 |   335M |  90 |2260 |7865 | 536 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3414.54/3427.34	c   581s|388900 |  7373 |  6587k|  16.9 |   335M |  90 |2260 |7908 | 536 |  84k|  1 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3414.64/3427.46	c   581s|389000 |  7375 |  6587k|  16.9 |   335M |  90 |2260 |7876 |   0 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3414.74/3427.58	c   581s|389100 |  7374 |  6589k|  16.9 |   335M |  90 |2260 |7883 | 536 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3414.84/3427.69	c   581s|389200 |  7373 |  6590k|  16.9 |   335M |  90 |2260 |7941 | 536 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.04/3427.81	c   582s|389300 |  7372 |  6591k|  16.9 |   335M |  90 |2260 |7920 | 536 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.14/3427.93	c   582s|389400 |  7374 |  6592k|  16.9 |   335M |  90 |2260 |7915 | 536 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.25/3428.04	c   582s|389500 |  7378 |  6593k|  16.9 |   335M |  90 |2260 |7988 | 537 |  84k|  1 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.35/3428.16	c   582s|389600 |  7377 |  6595k|  16.9 |   335M |  90 |2260 |8018 | 536 |  84k|  1 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.44/3428.28	c   582s|389700 |  7377 |  6596k|  16.9 |   335M |  90 |2260 |8063 | 536 |  84k|  1 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.64/3428.40	c   582s|389800 |  7375 |  6597k|  16.9 |   335M |  90 |2260 |8148 | 536 |  84k|  0 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.74/3428.51	c   582s|389900 |  7377 |  6598k|  16.9 |   335M |  90 |2260 |8139 | 536 |  84k|  1 | 248k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.83/3428.64	c   582s|390000 |  7376 |  6599k|  16.9 |   335M |  90 |2260 |8146 | 536 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3415.93/3428.75	c   582s|390100 |  7367 |  6600k|  16.9 |   335M |  90 |2260 |8163 |   0 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.03/3428.84	c   583s|390200 |  7378 |  6601k|  16.9 |   335M |  90 |2260 |8157 | 537 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.13/3428.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3416.13/3428.93	c   583s|390300 |  7371 |  6602k|  16.9 |   335M |  90 |2260 |8178 | 537 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.25/3429.04	c   583s|390400 |  7375 |  6603k|  16.9 |   335M |  90 |2260 |8157 | 537 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.35/3429.15	c   583s|390500 |  7375 |  6604k|  16.9 |   335M |  90 |2260 |8238 | 537 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.43/3429.27	c   583s|390600 |  7370 |  6605k|  16.9 |   335M |  90 |2260 |8245 | 537 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.53/3429.39	c   583s|390700 |  7369 |  6606k|  16.9 |   335M |  90 |2260 |8313 | 537 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.63/3429.49	c   583s|390800 |  7375 |  6606k|  16.9 |   335M |  90 |2260 |8238 | 537 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.73/3429.59	c   583s|390900 |  7371 |  6607k|  16.9 |   335M |  90 |2260 |8223 | 537 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3416.93/3429.71	c   583s|391000 |  7372 |  6608k|  16.9 |   335M |  90 |2260 |8236 | 537 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3417.03/3429.83	c   584s|391100 |  7367 |  6609k|  16.9 |   335M |  90 |2260 |8263 | 536 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3417.13/3429.93	c   584s|391200 |  7371 |  6611k|  16.9 |   335M |  90 |2260 |8146 | 537 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3417.24/3430.04	c   584s|391300 |  7371 |  6612k|  16.9 |   335M |  90 |2260 |8079 |   0 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3417.34/3430.16	c   584s|391400 |  7377 |  6614k|  16.9 |   335M |  90 |2260 |8098 |   0 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3417.53/3430.30	c   584s|391500 |  7383 |  6615k|  16.9 |   335M |  90 |2260 |8101 | 537 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3417.63/3430.43	c   584s|391600 |  7377 |  6617k|  16.9 |   335M |  90 |2260 |8112 | 537 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3417.73/3430.57	c   584s|391700 |  7375 |  6619k|  16.9 |   335M |  90 |2260 |8113 | 537 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3417.93/3430.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3417.93/3430.70	c   584s|391800 |  7377 |  6620k|  16.9 |   335M |  90 |2260 |8118 | 537 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.03/3430.83	c   585s|391900 |  7377 |  6622k|  16.9 |   335M |  90 |2260 |8169 | 537 |  84k|  1 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.13/3430.94	c   585s|392000 |  7372 |  6623k|  16.9 |   335M |  90 |2260 |8235 | 537 |  84k|  0 | 249k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.24/3431.04	c   585s|392100 |  7374 |  6624k|  16.9 |   335M |  90 |2260 |8176 | 536 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.34/3431.16	c   585s|392200 |  7379 |  6625k|  16.9 |   335M |  90 |2260 |8142 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.42/3431.27	c   585s|392300 |  7377 |  6626k|  16.9 |   335M |  90 |2260 |8154 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.52/3431.38	c   585s|392400 |  7379 |  6627k|  16.9 |   335M |  90 |2260 |8132 | 537 |  84k|  0 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.72/3431.50	c   585s|392500 |  7383 |  6628k|  16.9 |   335M |  90 |2260 |8203 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.82/3431.62	c   585s|392600 |  7382 |  6630k|  16.9 |   335M |  90 |2260 |8256 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3418.92/3431.74	c   585s|392700 |  7376 |  6631k|  16.9 |   335M |  90 |2260 |8235 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.02/3431.85	c   586s|392800 |  7373 |  6632k|  16.9 |   335M |  90 |2260 |8310 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.12/3431.96	c   586s|392900 |  7381 |  6633k|  16.9 |   335M |  90 |2260 |8236 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.23/3432.08	c   586s|393000 |  7377 |  6634k|  16.9 |   335M |  90 |2260 |8266 | 537 |  84k|  0 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.42/3432.21	c   586s|393100 |  7377 |  6636k|  16.9 |   335M |  90 |2260 |8231 |   0 |  84k|  0 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.52/3432.32	c   586s|393200 |  7382 |  6637k|  16.9 |   335M |  90 |2260 |8251 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.62/3432.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3419.62/3432.43	c   586s|393300 |  7382 |  6638k|  16.9 |   335M |  90 |2260 |8242 | 537 |  84k|  1 | 250k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.72/3432.54	c   586s|393400 |  7387 |  6639k|  16.9 |   335M |  90 |2260 |8262 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.82/3432.64	c   586s|393500 |  7391 |  6640k|  16.9 |   335M |  90 |2260 |8258 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3419.92/3432.75	c   586s|393600 |  7385 |  6641k|  16.9 |   335M |  90 |2260 |8298 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.02/3432.86	c   587s|393700 |  7385 |  6643k|  16.9 |   335M |  90 |2260 |8285 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.12/3432.98	c   587s|393800 |  7385 |  6644k|  16.9 |   335M |  90 |2260 |8357 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.23/3433.09	c   587s|393900 |  7391 |  6645k|  16.9 |   335M |  90 |2260 |8335 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.42/3433.20	c   587s|394000 |  7391 |  6646k|  16.9 |   335M |  90 |2260 |8342 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.52/3433.31	c   587s|394100 |  7391 |  6648k|  16.9 |   335M |  90 |2260 |8345 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.62/3433.42	c   587s|394200 |  7389 |  6649k|  16.9 |   335M |  90 |2260 |8358 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.71/3433.55	c   587s|394300 |  7387 |  6650k|  16.9 |   335M |  90 |2260 |8367 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.81/3433.67	c   587s|394400 |  7391 |  6652k|  16.9 |   335M |  90 |2260 |8335 |   0 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3420.91/3433.77	c   587s|394500 |  7389 |  6652k|  16.9 |   335M |  90 |2260 |8373 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3421.01/3433.88	c   588s|394600 |  7387 |  6654k|  16.9 |   335M |  90 |2260 |8353 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3421.11/3433.99	c   588s|394700 |  7389 |  6655k|  16.9 |   335M |  90 |2260 |8356 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3421.23/3434.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3421.23/3434.10	c   588s|394800 |  7387 |  6656k|  16.9 |   335M |  90 |2260 |8375 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3421.41/3434.22	c   588s|394900 |  7385 |  6658k|  16.9 |   335M |  90 |2260 |8378 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3421.51/3434.35	c   588s|395000 |  7381 |  6659k|  16.9 |   335M |  90 |2260 |8347 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3421.61/3434.47	c   588s|395100 |  7386 |  6661k|  16.9 |   335M |  90 |2260 |8280 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3421.71/3434.59	c   588s|395200 |  7394 |  6662k|  16.9 |   335M |  90 |2260 |8269 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3421.91/3434.71	c   588s|395300 |  7390 |  6663k|  16.9 |   335M |  90 |2260 |8267 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.01/3434.83	c   589s|395400 |  7389 |  6664k|  16.9 |   335M |  90 |2260 |8270 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.11/3434.96	c   589s|395500 |  7380 |  6666k|  16.9 |   335M |  90 |2260 |8291 | 537 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.22/3435.07	c   589s|395600 |  7380 |  6667k|  16.8 |   335M |  90 |2260 |8297 |   0 |  84k|  0 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.32/3435.17	c   589s|395700 |  7380 |  6667k|  16.8 |   335M |  90 |2260 |8312 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.41/3435.29	c   589s|395800 |  7379 |  6668k|  16.8 |   335M |  90 |2260 |8346 | 537 |  84k|  1 | 251k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.51/3435.39	c   589s|395900 |  7380 |  6669k|  16.8 |   335M |  90 |2260 |8384 | 537 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.71/3435.50	c   589s|396000 |  7380 |  6670k|  16.8 |   335M |  90 |2260 |8288 | 537 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.81/3435.61	c   589s|396100 |  7378 |  6671k|  16.8 |   335M |  90 |2260 |8286 | 536 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3422.91/3435.72	c   589s|396200 |  7373 |  6672k|  16.8 |   335M |  90 |2260 |8299 | 536 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.01/3435.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3423.01/3435.82	c   590s|396300 |  7377 |  6673k|  16.8 |   335M |  90 |2260 |8306 | 536 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.10/3435.93	c   590s|396400 |  7379 |  6674k|  16.8 |   335M |  90 |2260 |8230 | 536 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.22/3436.05	c   590s|396500 |  7373 |  6675k|  16.8 |   335M |  90 |2260 |8237 | 537 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.32/3436.17	c   590s|396600 |  7377 |  6676k|  16.8 |   335M |  90 |2260 |8256 | 536 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.40/3436.29	c   590s|396700 |  7375 |  6678k|  16.8 |   335M |  90 |2260 |8260 | 537 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.60/3436.41	c   590s|396800 |  7375 |  6679k|  16.8 |   335M |  90 |2260 |8248 |   0 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.70/3436.52	c   590s|396900 |  7373 |  6680k|  16.8 |   335M |  90 |2260 |8260 | 536 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.80/3436.63	c   590s|397000 |  7376 |  6680k|  16.8 |   335M |  90 |2260 |8271 |   0 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3423.90/3436.75	c   590s|397100 |  7382 |  6681k|  16.8 |   335M |  90 |2260 |8294 | 537 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3424.00/3436.86	c   591s|397200 |  7375 |  6683k|  16.8 |   335M |  90 |2260 |8299 | 537 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3424.10/3436.97	c   591s|397300 |  7381 |  6684k|  16.8 |   335M |  90 |2260 |8311 | 537 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3424.21/3437.10	c   591s|397400 |  7383 |  6685k|  16.8 |   335M |  90 |2260 |8269 | 537 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3424.40/3437.22	c   591s|397500 |  7377 |  6686k|  16.8 |   335M |  90 |2260 |8272 | 537 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3424.50/3437.34	c   591s|397600 |  7376 |  6687k|  16.8 |   335M |  90 |2260 |8231 | 539 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3424.60/3437.45	c   591s|397700 |  7378 |  6689k|  16.8 |   335M |  90 |2260 |8259 | 539 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3424.70/3437.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3424.70/3437.56	c   591s|397800 |  7374 |  6690k|  16.8 |   335M |  90 |2260 |8314 | 539 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3424.80/3437.68	c   591s|397900 |  7376 |  6691k|  16.8 |   335M |  90 |2260 |8308 | 539 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.00/3437.80	c   591s|398000 |  7380 |  6693k|  16.8 |   335M |  90 |2260 |8318 | 539 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.10/3437.91	c   592s|398100 |  7374 |  6694k|  16.8 |   335M |  90 |2260 |8308 | 539 |  84k|  0 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.21/3438.03	c   592s|398200 |  7378 |  6696k|  16.8 |   335M |  90 |2260 |8307 | 539 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.31/3438.15	c   592s|398300 |  7376 |  6697k|  16.8 |   335M |  90 |2260 |8280 | 537 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.40/3438.26	c   592s|398400 |  7379 |  6698k|  16.8 |   335M |  90 |2260 |8304 | 537 |  84k|  1 | 252k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.50/3438.37	c   592s|398500 |  7378 |  6699k|  16.8 |   335M |  90 |2260 |8281 | 537 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.60/3438.49	c   592s|398600 |  7375 |  6700k|  16.8 |   335M |  90 |2260 |8217 | 537 |  84k|  1 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.79/3438.60	c   592s|398700 |  7370 |  6702k|  16.8 |   335M |  90 |2260 |8232 | 537 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.89/3438.72	c   592s|398800 |  7376 |  6703k|  16.8 |   335M |  90 |2260 |8179 | 539 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3425.99/3438.84	c   593s|398900 |  7381 |  6704k|  16.8 |   335M |  90 |2260 |8181 | 539 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.09/3438.96	c   593s|399000 |  7380 |  6705k|  16.8 |   335M |  90 |2260 |8201 | 539 |  84k|  1 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.21/3439.07	c   593s|399100 |  7384 |  6706k|  16.8 |   335M |  90 |2260 |8210 | 539 |  84k|  1 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.31/3439.19	c   593s|399200 |  7380 |  6707k|  16.8 |   335M |  90 |2260 |8263 | 539 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.49/3439.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3426.49/3439.30	c   593s|399300 |  7379 |  6709k|  16.8 |   335M |  90 |2260 |8244 | 537 |  84k|  1 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.59/3439.41	c   593s|399400 |  7377 |  6710k|  16.8 |   335M |  90 |2260 |8315 |   0 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.69/3439.51	c   593s|399500 |  7375 |  6710k|  16.8 |   335M |  90 |2260 |8266 | 537 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.79/3439.62	c   593s|399600 |  7380 |  6711k|  16.8 |   335M |  90 |2260 |8314 | 536 |  84k|  1 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.89/3439.74	c   593s|399700 |  7381 |  6711k|  16.8 |   335M |  90 |2260 |8395 |   0 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3426.99/3439.84	c   594s|399800 |  7378 |  6712k|  16.8 |   335M |  90 |2260 |8420 | 537 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.09/3439.96	c   594s|399900 |  7376 |  6712k|  16.8 |   335M |  90 |2260 |8494 |   0 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.20/3440.08	c   594s|400000 |  7371 |  6713k|  16.8 |   335M |  90 |2260 |8419 | 535 |  84k|  1 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.30/3440.19	c   594s|400100 |  7371 |  6714k|  16.8 |   335M |  90 |2260 |8245 | 536 |  84k|  1 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.49/3440.31	c   594s|400200 |  7368 |  6715k|  16.8 |   335M |  90 |2260 |8222 | 539 |  84k|  0 | 253k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.59/3440.42	c   594s|400300 |  7371 |  6716k|  16.8 |   335M |  90 |2260 |8268 | 537 |  84k|  1 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.69/3440.54	c   594s|400400 |  7369 |  6717k|  16.8 |   335M |  90 |2260 |8296 | 537 |  84k|  0 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.79/3440.65	c   594s|400500 |  7364 |  6717k|  16.8 |   335M |  90 |2260 |8309 | 540 |  84k|  0 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.89/3440.76	c   594s|400600 |  7364 |  6718k|  16.8 |   335M |  90 |2260 |8317 | 537 |  84k|  0 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3427.99/3440.86	c   595s|400700 |  7358 |  6719k|  16.8 |   335M |  90 |2260 |8279 | 535 |  84k|  1 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3428.09/3441.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3428.09/3441.00	c   595s|400800 |  7346 |  6721k|  16.8 |   335M |  90 |2260 |8184 | 537 |  84k|  0 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3428.30/3441.13	c   595s|400900 |  7342 |  6722k|  16.8 |   335M |  90 |2260 |8191 | 537 |  84k|  0 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3428.38/3441.25	c   595s|401000 |  7343 |  6723k|  16.8 |   335M |  90 |2260 |8051 | 537 |  84k|  1 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3428.48/3441.37	c   595s|401100 |  7345 |  6724k|  16.8 |   335M |  90 |2260 |7983 | 537 |  84k|  1 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3428.58/3441.47	c   595s|401200 |  7357 |  6725k|  16.8 |   335M |  90 |2260 |7999 | 537 |  84k|  0 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3428.68/3441.57	c   595s|401300 |  7366 |  6725k|  16.8 |   335M |  90 |2260 |8076 | 537 |  84k|  1 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3428.78/3441.69	c   595s|401400 |  7365 |  6725k|  16.8 |   335M |  90 |2260 |8156 | 537 |  84k|  1 | 254k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3428.98/3441.80	c   595s|401500 |  7362 |  6726k|  16.7 |   335M |  90 |2260 |8215 |   0 |  84k|  0 | 255k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.08/3441.90	c   596s|401600 |  7361 |  6726k|  16.7 |   335M |  90 |2260 |8367 | 537 |  84k|  1 | 255k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.08/3442.00	c   596s|401700 |  7355 |  6727k|  16.7 |   335M |  90 |2260 |8344 | 537 |  84k|  0 | 255k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.30/3442.11	c   596s|401800 |  7356 |  6727k|  16.7 |   335M |  90 |2260 |8258 | 537 |  84k|  0 | 255k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.38/3442.22	c   596s|401900 |  7356 |  6728k|  16.7 |   335M |  90 |2260 |8229 | 537 |  84k|  0 | 255k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.48/3442.33	c   596s|402000 |  7353 |  6728k|  16.7 |   335M |  90 |2260 |8283 | 537 |  84k|  1 | 255k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.58/3442.44	c   596s|402100 |  7351 |  6729k|  16.7 |   335M |  90 |2260 |8290 | 537 |  84k|  0 | 255k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.68/3442.54	c   596s|402200 |  7350 |  6729k|  16.7 |   335M |  90 |2260 |8392 |   0 |  84k|  0 | 255k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.78/3442.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3429.78/3442.66	c   596s|402300 |  7355 |  6730k|  16.7 |   335M |  90 |2260 |8342 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.88/3442.76	c   596s|402400 |  7354 |  6731k|  16.7 |   335M |  90 |2260 |8365 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3429.98/3442.86	c   597s|402500 |  7344 |  6731k|  16.7 |   335M |  90 |2260 |8410 | 537 |  84k|  0 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3430.08/3442.99	c   597s|402600 |  7344 |  6732k|  16.7 |   335M |  90 |2260 |8329 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3430.29/3443.12	c   597s|402700 |  7349 |  6732k|  16.7 |   335M |  90 |2260 |8314 | 537 |  84k|  0 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3430.38/3443.24	c   597s|402800 |  7345 |  6733k|  16.7 |   335M |  90 |2260 |8241 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3430.48/3443.36	c   597s|402900 |  7348 |  6733k|  16.7 |   335M |  90 |2260 |8186 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3430.58/3443.47	c   597s|403000 |  7346 |  6734k|  16.7 |   335M |  90 |2260 |8155 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3430.68/3443.59	c   597s|403100 |  7349 |  6734k|  16.7 |   335M |  90 |2260 |8165 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3430.88/3443.70	c   597s|403200 |  7346 |  6735k|  16.7 |   335M |  90 |2260 |8185 |   0 |  84k|  0 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3430.98/3443.82	c   598s|403300 |  7347 |  6735k|  16.7 |   335M |  90 |2260 |8196 |   0 |  84k|  0 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3431.07/3443.92	c   598s|403400 |  7342 |  6736k|  16.7 |   335M |  90 |2260 |8212 | 537 |  84k|  0 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3431.19/3444.05	c   598s|403500 |  7349 |  6736k|  16.7 |   335M |  90 |2260 |8211 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3431.29/3444.19	c   598s|403600 |  7346 |  6737k|  16.7 |   335M |  90 |2260 |8242 | 537 |  84k|  1 | 256k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3431.47/3444.31	c   598s|403700 |  7349 |  6737k|  16.7 |   335M |  90 |2260 |8262 | 537 |  84k|  1 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3431.57/3444.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3431.57/3444.43	c   598s|403800 |  7344 |  6738k|  16.7 |   335M |  90 |2260 |8277 |   0 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3431.67/3444.55	c   598s|403900 |  7348 |  6738k|  16.7 |   335M |  90 |2260 |8294 | 537 |  84k|  1 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3431.77/3444.69	c   598s|404000 |  7343 |  6738k|  16.7 |   335M |  90 |2260 |8303 | 537 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3431.97/3444.80	c   598s|404100 |  7347 |  6739k|  16.7 |   335M |  90 |2260 |8266 |   0 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.07/3444.92	c   599s|404200 |  7343 |  6740k|  16.7 |   335M |  90 |2260 |8138 |   0 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.18/3445.03	c   599s|404300 |  7347 |  6741k|  16.7 |   335M |  90 |2260 |8079 | 538 |  84k|  1 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.28/3445.15	c   599s|404400 |  7349 |  6742k|  16.7 |   335M |  90 |2260 |8064 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.37/3445.27	c   599s|404500 |  7349 |  6743k|  16.7 |   335M |  90 |2260 |8119 | 537 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.47/3445.39	c   599s|404600 |  7346 |  6744k|  16.7 |   335M |  90 |2260 |8090 | 538 |  84k|  1 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.67/3445.51	c   599s|404700 |  7342 |  6746k|  16.7 |   335M |  90 |2260 |8093 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.77/3445.63	c   599s|404800 |  7356 |  6748k|  16.7 |   335M |  90 |2260 |8065 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.87/3445.75	c   599s|404900 |  7362 |  6749k|  16.7 |   335M |  90 |2260 |8057 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3432.97/3445.87	c   600s|405000 |  7354 |  6750k|  16.7 |   335M |  90 |2260 |8070 |   0 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3433.07/3445.99	c   600s|405100 |  7352 |  6751k|  16.7 |   335M |  90 |2260 |8074 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3433.28/3446.12	c   600s|405200 |  7354 |  6752k|  16.7 |   335M |  90 |2260 |8073 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3433.37/3446.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3433.37/3446.23	c   600s|405300 |  7354 |  6753k|  16.7 |   335M |  90 |2260 |8090 | 538 |  84k|  1 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3433.47/3446.34	c   600s|405400 |  7358 |  6754k|  16.7 |   335M |  90 |2260 |8127 | 538 |  84k|  1 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3433.57/3446.45	c   600s|405500 |  7352 |  6755k|  16.7 |   335M |  90 |2260 |8152 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3433.66/3446.57	c   600s|405600 |  7353 |  6756k|  16.7 |   335M |  90 |2260 |8130 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3433.76/3446.69	c   600s|405700 |  7349 |  6757k|  16.7 |   335M |  90 |2260 |8140 | 538 |  84k|  0 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3433.96/3446.81	c   601s|405800 |  7353 |  6759k|  16.7 |   335M |  90 |2260 |8081 | 537 |  84k|  1 | 257k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.06/3446.93	c   601s|405900 |  7357 |  6760k|  16.7 |   335M |  90 |2260 |8112 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.18/3447.03	c   601s|406000 |  7361 |  6761k|  16.6 |   335M |  90 |2260 |8127 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.28/3447.15	c   601s|406100 |  7360 |  6762k|  16.6 |   335M |  90 |2260 |8150 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.36/3447.26	c   601s|406200 |  7356 |  6763k|  16.6 |   335M |  90 |2260 |8150 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.46/3447.37	c   601s|406300 |  7356 |  6765k|  16.6 |   335M |  90 |2260 |8146 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.56/3447.49	c   601s|406400 |  7352 |  6766k|  16.6 |   335M |  90 |2260 |8191 |   0 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.76/3447.61	c   601s|406500 |  7360 |  6767k|  16.6 |   335M |  90 |2260 |8159 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.86/3447.72	c   601s|406600 |  7364 |  6768k|  16.6 |   335M |  90 |2260 |8166 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3434.96/3447.84	c   602s|406700 |  7360 |  6770k|  16.6 |   335M |  90 |2260 |8182 |   0 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.06/3447.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3435.06/3447.96	c   602s|406800 |  7363 |  6771k|  16.6 |   335M |  90 |2260 |8220 |   0 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.17/3448.06	c   602s|406900 |  7366 |  6772k|  16.6 |   335M |  90 |2260 |8189 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.27/3448.17	c   602s|407000 |  7362 |  6773k|  16.6 |   335M |  90 |2260 |8184 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.36/3448.29	c   602s|407100 |  7362 |  6774k|  16.6 |   335M |  90 |2260 |8196 |   0 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.56/3448.41	c   602s|407200 |  7358 |  6775k|  16.6 |   335M |  90 |2260 |8210 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.66/3448.53	c   602s|407300 |  7357 |  6777k|  16.6 |   335M |  90 |2260 |8225 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.76/3448.65	c   602s|407400 |  7358 |  6778k|  16.6 |   335M |  90 |2260 |8234 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.86/3448.76	c   602s|407500 |  7362 |  6779k|  16.6 |   335M |  90 |2260 |8230 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3435.96/3448.86	c   603s|407600 |  7360 |  6780k|  16.6 |   335M |  90 |2260 |8236 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3436.06/3448.99	c   603s|407700 |  7364 |  6782k|  16.6 |   335M |  90 |2260 |8228 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3436.27/3449.11	c   603s|407800 |  7370 |  6783k|  16.6 |   335M |  90 |2260 |8247 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3436.35/3449.24	c   603s|407900 |  7376 |  6785k|  16.6 |   335M |  90 |2260 |8253 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3436.45/3449.36	c   603s|408000 |  7377 |  6786k|  16.6 |   335M |  90 |2260 |8254 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3436.55/3449.49	c   603s|408100 |  7379 |  6788k|  16.6 |   335M |  90 |2260 |8269 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3436.75/3449.60	c   603s|408200 |  7377 |  6789k|  16.6 |   335M |  90 |2260 |8277 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3436.85/3449.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3436.85/3449.72	c   603s|408300 |  7373 |  6791k|  16.6 |   335M |  90 |2260 |8331 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3436.95/3449.85	c   604s|408400 |  7357 |  6792k|  16.6 |   335M |  90 |2260 |8322 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3437.05/3449.98	c   604s|408500 |  7359 |  6794k|  16.6 |   335M |  90 |2260 |8298 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3437.27/3450.12	c   604s|408600 |  7362 |  6795k|  16.6 |   335M |  90 |2260 |8286 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3437.35/3450.24	c   604s|408700 |  7366 |  6797k|  16.6 |   335M |  90 |2260 |8288 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3437.45/3450.36	c   604s|408800 |  7360 |  6798k|  16.6 |   335M |  90 |2260 |8300 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3437.55/3450.47	c   604s|408900 |  7360 |  6800k|  16.6 |   335M |  90 |2260 |8306 | 537 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3437.75/3450.60	c   604s|409000 |  7361 |  6801k|  16.6 |   335M |  90 |2260 |8305 | 537 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3437.85/3450.71	c   604s|409100 |  7365 |  6803k|  16.6 |   335M |  90 |2260 |8309 | 540 |  84k|  0 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3437.95/3450.82	c   605s|409200 |  7364 |  6803k|  16.6 |   335M |  90 |2260 |8388 | 540 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3438.05/3450.94	c   605s|409300 |  7362 |  6804k|  16.6 |   335M |  90 |2260 |8397 | 541 |  84k|  1 | 258k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3438.16/3451.07	c   605s|409400 |  7362 |  6805k|  16.6 |   335M |  90 |2260 |8402 | 540 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3438.26/3451.18	c   605s|409500 |  7359 |  6806k|  16.6 |   335M |  90 |2260 |8439 | 540 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3438.35/3451.28	c   605s|409600 |  7359 |  6807k|  16.6 |   335M |  90 |2260 |8405 | 537 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3438.55/3451.41	c   605s|409700 |  7363 |  6808k|  16.6 |   335M |  90 |2260 |8191 | 538 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3438.65/3451.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3438.65/3451.53	c   605s|409800 |  7368 |  6810k|  16.6 |   335M |  90 |2260 |8121 | 538 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3438.74/3451.66	c   605s|409900 |  7363 |  6811k|  16.6 |   335M |  90 |2260 |8070 | 538 |  84k|  0 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3438.84/3451.78	c   605s|410000 |  7357 |  6812k|  16.6 |   335M |  90 |2260 |8057 | 537 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.04/3451.90	c   606s|410100 |  7359 |  6814k|  16.6 |   335M |  90 |2260 |8060 | 538 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.16/3452.01	c   606s|410200 |  7357 |  6815k|  16.6 |   335M |  90 |2260 |8069 | 538 |  84k|  0 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.26/3452.12	c   606s|410300 |  7361 |  6816k|  16.6 |   335M |  90 |2260 |8068 | 537 |  84k|  0 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.34/3452.26	c   606s|410400 |  7355 |  6818k|  16.6 |   335M |  90 |2260 |7915 | 537 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.44/3452.37	c   606s|410500 |  7359 |  6819k|  16.6 |   335M |  90 |2260 |8013 | 537 |  84k|  0 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.54/3452.49	c   606s|410600 |  7355 |  6820k|  16.6 |   335M |  90 |2260 |7965 | 537 |  84k|  0 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.64/3452.59	c   606s|410700 |  7355 |  6821k|  16.6 |   335M |  90 |2260 |7978 |   0 |  84k|  0 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.84/3452.70	c   606s|410800 |  7355 |  6822k|  16.6 |   335M |  90 |2260 |8036 | 537 |  84k|  0 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3439.94/3452.81	c   607s|410900 |  7362 |  6823k|  16.6 |   335M |  90 |2260 |8083 | 537 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.04/3452.93	c   607s|411000 |  7358 |  6824k|  16.6 |   335M |  90 |2260 |8128 | 537 |  84k|  1 | 259k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.15/3453.05	c   607s|411100 |  7358 |  6826k|  16.6 |   335M |  90 |2260 |8182 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.25/3453.16	c   607s|411200 |  7352 |  6827k|  16.6 |   335M |  90 |2260 |8186 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.34/3453.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3440.34/3453.28	c   607s|411300 |  7358 |  6829k|  16.6 |   335M |  90 |2260 |8162 | 536 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.54/3453.41	c   607s|411400 |  7351 |  6830k|  16.6 |   335M |  90 |2260 |8109 | 536 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.64/3453.53	c   607s|411500 |  7354 |  6831k|  16.6 |   335M |  90 |2260 |8136 |   0 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.73/3453.64	c   607s|411600 |  7360 |  6832k|  16.6 |   335M |  90 |2260 |8127 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.83/3453.76	c   607s|411700 |  7350 |  6833k|  16.6 |   335M |  90 |2260 |8129 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3440.93/3453.88	c   608s|411800 |  7350 |  6835k|  16.6 |   335M |  90 |2260 |8152 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3441.03/3454.01	c   608s|411900 |  7356 |  6836k|  16.6 |   335M |  90 |2260 |8134 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3441.25/3454.14	c   608s|412000 |  7358 |  6838k|  16.6 |   335M |  90 |2260 |8107 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3441.33/3454.26	c   608s|412100 |  7358 |  6839k|  16.6 |   335M |  90 |2260 |8136 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3441.43/3454.37	c   608s|412200 |  7360 |  6840k|  16.6 |   335M |  90 |2260 |8157 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3441.53/3454.49	c   608s|412300 |  7360 |  6841k|  16.6 |   335M |  90 |2260 |8173 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3441.73/3454.62	c   608s|412400 |  7358 |  6843k|  16.6 |   335M |  90 |2260 |8213 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3441.83/3454.74	c   608s|412500 |  7356 |  6844k|  16.6 |   335M |  90 |2260 |8228 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3441.93/3454.86	c   609s|412600 |  7361 |  6846k|  16.6 |   335M |  90 |2260 |8222 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3442.03/3455.00	c   609s|412700 |  7362 |  6847k|  16.6 |   335M |  90 |2260 |8226 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3442.24/3455.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3442.24/3455.13	c   609s|412800 |  7357 |  6848k|  16.6 |   335M |  90 |2260 |8249 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3442.33/3455.25	c   609s|412900 |  7355 |  6850k|  16.6 |   335M |  90 |2260 |8266 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3442.43/3455.37	c   609s|413000 |  7359 |  6851k|  16.6 |   335M |  90 |2260 |8281 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3442.53/3455.49	c   609s|413100 |  7353 |  6853k|  16.6 |   335M |  90 |2260 |8282 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3442.73/3455.60	c   609s|413200 |  7351 |  6854k|  16.6 |   335M |  90 |2260 |8288 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3442.83/3455.74	c   609s|413300 |  7353 |  6855k|  16.6 |   335M |  90 |2260 |8270 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3442.93/3455.86	c   610s|413400 |  7355 |  6857k|  16.6 |   335M |  90 |2260 |8264 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3443.03/3455.99	c   610s|413500 |  7361 |  6859k|  16.6 |   335M |  90 |2260 |8274 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3443.24/3456.12	c   610s|413600 |  7353 |  6860k|  16.6 |   335M |  90 |2260 |8288 | 537 |  84k|  0 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3443.32/3456.26	c   610s|413700 |  7355 |  6862k|  16.6 |   335M |  90 |2260 |8292 | 537 |  84k|  1 | 260k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3443.42/3456.38	c   610s|413800 |  7351 |  6863k|  16.6 |   335M |  90 |2260 |8297 | 537 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3443.62/3456.50	c   610s|413900 |  7356 |  6864k|  16.6 |   335M |  90 |2260 |8262 | 537 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3443.72/3456.63	c   610s|414000 |  7358 |  6866k|  16.6 |   335M |  90 |2260 |8245 | 537 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3443.82/3456.76	c   610s|414100 |  7356 |  6867k|  16.6 |   335M |  90 |2260 |8233 | 537 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3443.92/3456.89	c   611s|414200 |  7352 |  6869k|  16.6 |   335M |  90 |2260 |8266 | 537 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3444.02/3457.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3444.02/3457.01	c   611s|414300 |  7351 |  6869k|  16.6 |   335M |  90 |2260 |8301 | 536 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3444.23/3457.12	c   611s|414400 |  7348 |  6870k|  16.6 |   335M |  90 |2260 |8266 | 536 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3444.32/3457.23	c   611s|414500 |  7349 |  6871k|  16.6 |   335M |  90 |2260 |8220 | 537 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3444.42/3457.35	c   611s|414600 |  7351 |  6873k|  16.6 |   335M |  90 |2260 |8245 | 537 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3444.52/3457.48	c   611s|414700 |  7344 |  6874k|  16.6 |   335M |  90 |2260 |8156 | 537 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3444.62/3457.59	c   611s|414800 |  7342 |  6875k|  16.6 |   335M |  90 |2260 |8050 | 534 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3444.82/3457.71	c   611s|414900 |  7357 |  6876k|  16.6 |   335M |  90 |2260 |7977 | 535 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3444.92/3457.83	c   612s|415000 |  7350 |  6877k|  16.6 |   335M |  90 |2260 |8010 |   0 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.02/3457.95	c   612s|415100 |  7348 |  6879k|  16.6 |   335M |  90 |2260 |8031 |   0 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.13/3458.06	c   612s|415200 |  7342 |  6879k|  16.6 |   335M |  90 |2260 |8060 | 536 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.23/3458.18	c   612s|415300 |  7342 |  6880k|  16.6 |   335M |  90 |2260 |8060 | 535 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.32/3458.28	c   612s|415400 |  7340 |  6881k|  16.6 |   335M |  90 |2260 |8075 | 534 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.52/3458.40	c   612s|415500 |  7340 |  6883k|  16.6 |   335M |  90 |2260 |8061 | 534 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.61/3458.52	c   612s|415600 |  7340 |  6884k|  16.6 |   335M |  90 |2260 |8050 | 535 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.71/3458.63	c   612s|415700 |  7342 |  6885k|  16.6 |   335M |  90 |2260 |8049 | 535 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.81/3458.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3445.81/3458.75	c   612s|415800 |  7338 |  6887k|  16.6 |   335M |  90 |2260 |8054 | 536 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3445.91/3458.88	c   613s|415900 |  7340 |  6888k|  16.6 |   335M |  90 |2260 |8073 | 535 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3446.01/3458.99	c   613s|416000 |  7344 |  6890k|  16.6 |   335M |  90 |2260 |8084 | 535 |  84k|  0 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3446.23/3459.13	c   613s|416100 |  7339 |  6891k|  16.6 |   335M |  90 |2260 |8117 | 535 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3446.31/3459.25	c   613s|416200 |  7339 |  6893k|  16.6 |   335M |  90 |2260 |8118 | 535 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3446.41/3459.38	c   613s|416300 |  7341 |  6895k|  16.6 |   335M |  90 |2260 |8046 | 537 |  84k|  1 | 261k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3446.61/3459.50	c   613s|416400 |  7345 |  6897k|  16.6 |   335M |  90 |2260 |8058 |   0 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3446.71/3459.63	c   613s|416500 |  7350 |  6898k|  16.6 |   335M |  90 |2260 |8075 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3446.81/3459.74	c   613s|416600 |  7350 |  6899k|  16.6 |   335M |  90 |2260 |8128 |   0 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3446.91/3459.86	c   614s|416700 |  7352 |  6900k|  16.6 |   335M |  90 |2260 |8126 | 537 |  84k|  1 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3447.01/3459.98	c   614s|416800 |  7350 |  6901k|  16.6 |   335M |  90 |2260 |8153 | 537 |  84k|  1 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3447.12/3460.09	c   614s|416900 |  7348 |  6903k|  16.6 |   335M |  90 |2260 |8175 | 537 |  84k|  1 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3447.31/3460.21	c   614s|417000 |  7344 |  6904k|  16.6 |   335M |  90 |2260 |8197 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3447.41/3460.34	c   614s|417100 |  7338 |  6906k|  16.6 |   335M |  90 |2260 |8175 | 536 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3447.51/3460.45	c   614s|417200 |  7336 |  6907k|  16.6 |   335M |  90 |2260 |8202 | 536 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3447.61/3460.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3447.61/3460.57	c   614s|417300 |  7337 |  6908k|  16.6 |   335M |  90 |2260 |8252 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3447.71/3460.68	c   614s|417400 |  7343 |  6909k|  16.6 |   335M |  90 |2260 |8259 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3447.91/3460.80	c   614s|417500 |  7348 |  6911k|  16.5 |   335M |  90 |2260 |8240 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.01/3460.92	c   615s|417600 |  7343 |  6912k|  16.5 |   335M |  90 |2260 |8180 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.12/3461.04	c   615s|417700 |  7341 |  6913k|  16.5 |   335M |  90 |2260 |8182 | 537 |  84k|  1 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.22/3461.16	c   615s|417800 |  7343 |  6914k|  16.5 |   335M |  90 |2260 |8211 | 537 |  84k|  1 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.30/3461.27	c   615s|417900 |  7345 |  6915k|  16.5 |   335M |  90 |2260 |8233 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.40/3461.39	c   615s|418000 |  7340 |  6916k|  16.5 |   335M |  90 |2260 |8238 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.60/3461.52	c   615s|418100 |  7342 |  6917k|  16.5 |   335M |  90 |2260 |8248 | 537 |  84k|  0 | 262k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.70/3461.64	c   615s|418200 |  7341 |  6919k|  16.5 |   335M |  90 |2260 |8229 | 537 |  84k|  1 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.80/3461.74	c   615s|418300 |  7342 |  6919k|  16.5 |   335M |  90 |2260 |8245 | 537 |  84k|  1 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3448.90/3461.87	c   616s|418400 |  7346 |  6920k|  16.5 |   335M |  90 |2260 |8212 | 537 |  84k|  1 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.00/3461.98	c   616s|418500 |  7348 |  6921k|  16.5 |   335M |  90 |2260 |8282 |   0 |  84k|  0 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.11/3462.09	c   616s|418600 |  7352 |  6922k|  16.5 |   335M |  90 |2260 |8287 | 538 |  84k|  1 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.22/3462.18	c   616s|418700 |  7351 |  6922k|  16.5 |   335M |  90 |2260 |8428 | 538 |  84k|  1 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.30/3462.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3449.30/3462.28	c   616s|418800 |  7356 |  6923k|  16.5 |   335M |  90 |2260 |8438 | 538 |  84k|  0 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.50/3462.40	c   616s|418900 |  7356 |  6924k|  16.5 |   335M |  90 |2260 |8423 | 537 |  84k|  1 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.60/3462.51	c   616s|419000 |  7360 |  6924k|  16.5 |   335M |  90 |2260 |8443 | 537 |  84k|  1 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.70/3462.63	c   616s|419100 |  7357 |  6925k|  16.5 |   335M |  90 |2260 |8432 | 537 |  84k|  0 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.80/3462.75	c   616s|419200 |  7359 |  6926k|  16.5 |   335M |  90 |2260 |8397 | 538 |  84k|  1 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3449.90/3462.85	c   617s|419300 |  7355 |  6927k|  16.5 |   335M |  90 |2260 |8396 | 538 |  84k|  0 | 263k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.00/3462.97	c   617s|419400 |  7354 |  6928k|  16.5 |   335M |  90 |2260 |8363 | 538 |  84k|  1 | 264k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.11/3463.07	c   617s|419500 |  7354 |  6928k|  16.5 |   335M |  90 |2260 |8401 | 538 |  84k|  1 | 264k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.21/3463.18	c   617s|419600 |  7356 |  6929k|  16.5 |   335M |  90 |2260 |8519 |   0 |  84k|  0 | 264k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.40/3463.31	c   617s|419700 |  7354 |  6930k|  16.5 |   335M |  90 |2260 |8491 | 537 |  84k|  0 | 264k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.50/3463.42	c   617s|419800 |  7354 |  6930k|  16.5 |   335M |  90 |2260 |8415 |   0 |  84k|  0 | 264k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.60/3463.53	c   617s|419900 |  7351 |  6931k|  16.5 |   335M |  90 |2260 |8369 | 538 |  84k|  0 | 264k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.70/3463.63	c   617s|420000 |  7355 |  6932k|  16.5 |   335M |  90 |2260 |8406 | 538 |  84k|  1 | 264k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.80/3463.76	c   617s|420100 |  7351 |  6932k|  16.5 |   335M |  90 |2260 |8353 |   0 |  84k|  0 | 264k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.89/3463.87	c   618s|420200 |  7355 |  6933k|  16.5 |   335M |  90 |2260 |8435 | 538 |  84k|  1 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3450.99/3463.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3450.99/3463.98	c   618s|420300 |  7355 |  6933k|  16.5 |   335M |  90 |2260 |8506 |   0 |  84k|  0 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3451.11/3464.10	c   618s|420400 |  7355 |  6934k|  16.5 |   335M |  90 |2260 |8567 |   0 |  84k|  0 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3451.29/3464.21	c   618s|420500 |  7356 |  6934k|  16.5 |   335M |  90 |2260 |8591 |   0 |  84k|  0 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3451.39/3464.32	c   618s|420600 |  7358 |  6935k|  16.5 |   335M |  90 |2260 |8649 | 538 |  84k|  1 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3451.49/3464.43	c   618s|420700 |  7350 |  6935k|  16.5 |   335M |  90 |2260 |8697 | 538 |  84k|  0 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3451.59/3464.56	c   618s|420800 |  7347 |  6936k|  16.5 |   335M |  90 |2260 |8507 | 537 |  84k|  1 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3451.69/3464.66	c   618s|420900 |  7347 |  6937k|  16.5 |   335M |  90 |2260 |8491 | 537 |  84k|  1 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3451.79/3464.79	c   618s|421000 |  7347 |  6938k|  16.5 |   335M |  90 |2260 |8481 | 537 |  84k|  1 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3451.99/3464.90	c   619s|421100 |  7345 |  6940k|  16.5 |   335M |  90 |2260 |8479 | 539 |  84k|  0 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.10/3465.02	c   619s|421200 |  7345 |  6941k|  16.5 |   335M |  90 |2260 |8465 | 537 |  84k|  1 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.20/3465.13	c   619s|421300 |  7347 |  6942k|  16.5 |   335M |  90 |2260 |8413 |   0 |  84k|  0 | 265k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.29/3465.24	c   619s|421400 |  7347 |  6943k|  16.5 |   335M |  90 |2260 |8405 |   0 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.39/3465.36	c   619s|421500 |  7345 |  6944k|  16.5 |   335M |  90 |2260 |8390 | 536 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.49/3465.47	c   619s|421600 |  7344 |  6945k|  16.5 |   335M |  90 |2260 |8419 | 538 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.59/3465.58	c   619s|421700 |  7341 |  6946k|  16.5 |   335M |  90 |2260 |8429 |   0 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.79/3465.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3452.79/3465.72	c   619s|421800 |  7328 |  6947k|  16.5 |   335M |  90 |2260 |8331 | 538 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.89/3465.84	c   620s|421900 |  7325 |  6948k|  16.5 |   335M |  90 |2260 |8337 |   0 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3452.99/3465.96	c   620s|422000 |  7335 |  6950k|  16.5 |   335M |  90 |2260 |8158 | 537 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.10/3466.07	c   620s|422100 |  7338 |  6951k|  16.5 |   335M |  90 |2260 |8137 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.20/3466.17	c   620s|422200 |  7336 |  6952k|  16.5 |   335M |  90 |2260 |8147 | 537 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.28/3466.28	c   620s|422300 |  7340 |  6953k|  16.5 |   335M |  90 |2260 |8156 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.38/3466.39	c   620s|422400 |  7336 |  6954k|  16.5 |   335M |  90 |2260 |8166 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.58/3466.50	c   620s|422500 |  7336 |  6955k|  16.5 |   335M |  90 |2260 |8234 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.68/3466.62	c   620s|422600 |  7339 |  6956k|  16.5 |   335M |  90 |2260 |8252 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.78/3466.72	c   620s|422700 |  7337 |  6956k|  16.5 |   335M |  90 |2260 |8255 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.88/3466.81	c   621s|422800 |  7335 |  6957k|  16.5 |   335M |  90 |2260 |8262 | 537 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3453.98/3466.96	c   621s|422900 |  7333 |  6959k|  16.5 |   335M |  90 |2260 |8271 | 537 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3454.10/3467.08	c   621s|423000 |  7335 |  6960k|  16.5 |   335M |  90 |2260 |8276 | 537 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3454.28/3467.21	c   621s|423100 |  7337 |  6961k|  16.5 |   335M |  90 |2260 |8298 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3454.38/3467.33	c   621s|423200 |  7335 |  6963k|  16.4 |   335M |  90 |2260 |8224 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3454.48/3467.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3454.48/3467.45	c   621s|423300 |  7335 |  6964k|  16.4 |   335M |  90 |2260 |8218 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3454.58/3467.57	c   621s|423400 |  7332 |  6965k|  16.4 |   335M |  90 |2260 |8264 |   0 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3454.68/3467.67	c   621s|423500 |  7332 |  6966k|  16.4 |   335M |  90 |2260 |8295 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3454.78/3467.79	c   621s|423600 |  7338 |  6967k|  16.4 |   335M |  90 |2260 |8274 |   0 |  84k|  0 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3454.98/3467.90	c   622s|423700 |  7344 |  6968k|  16.4 |   335M |  90 |2260 |8323 | 537 |  84k|  1 | 266k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.09/3468.01	c   622s|423800 |  7345 |  6970k|  16.4 |   335M |  90 |2260 |8340 | 537 |  84k|  0 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.19/3468.12	c   622s|423900 |  7344 |  6970k|  16.4 |   335M |  90 |2260 |8369 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.28/3468.22	c   622s|424000 |  7344 |  6971k|  16.4 |   335M |  90 |2260 |8361 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.38/3468.32	c   622s|424100 |  7340 |  6972k|  16.4 |   335M |  90 |2260 |8372 | 537 |  84k|  0 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.48/3468.43	c   622s|424200 |  7348 |  6973k|  16.4 |   335M |  90 |2260 |8344 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.58/3468.54	c   622s|424300 |  7346 |  6974k|  16.4 |   335M |  90 |2260 |8394 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.68/3468.66	c   622s|424400 |  7344 |  6975k|  16.4 |   335M |  90 |2260 |8395 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.78/3468.78	c   622s|424500 |  7341 |  6976k|  16.4 |   335M |  90 |2260 |8372 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3455.97/3468.90	c   623s|424600 |  7340 |  6977k|  16.4 |   335M |  90 |2260 |8366 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.09/3469.02	c   623s|424700 |  7344 |  6978k|  16.4 |   335M |  90 |2260 |8415 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.19/3469.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3456.19/3469.13	c   623s|424800 |  7344 |  6980k|  16.4 |   335M |  90 |2260 |8468 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.27/3469.24	c   623s|424900 |  7344 |  6981k|  16.4 |   335M |  90 |2260 |8494 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.37/3469.35	c   623s|425000 |  7344 |  6983k|  16.4 |   335M |  90 |2260 |8492 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.47/3469.44	c   623s|425100 |  7340 |  6984k|  16.4 |   335M |  90 |2260 |8496 | 537 |  84k|  0 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.57/3469.55	c   623s|425200 |  7340 |  6985k|  16.4 |   335M |  90 |2260 |8507 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.67/3469.67	c   623s|425300 |  7336 |  6986k|  16.4 |   335M |  90 |2260 |8539 | 537 |  84k|  2 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.77/3469.79	c   623s|425400 |  7336 |  6987k|  16.4 |   335M |  90 |2260 |8552 | 537 |  84k|  0 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3456.97/3469.91	c   624s|425500 |  7336 |  6988k|  16.4 |   335M |  90 |2260 |8525 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.08/3470.03	c   624s|425600 |  7336 |  6989k|  16.4 |   335M |  90 |2260 |8522 | 537 |  84k|  0 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.18/3470.13	c   624s|425700 |  7336 |  6990k|  16.4 |   335M |  90 |2260 |8591 | 537 |  84k|  1 | 267k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.27/3470.24	c   624s|425800 |  7343 |  6991k|  16.4 |   335M |  90 |2260 |8593 | 537 |  84k|  1 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.37/3470.35	c   624s|425900 |  7329 |  6992k|  16.4 |   335M |  90 |2260 |8586 |   0 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.47/3470.49	c   624s|426000 |  7325 |  6993k|  16.4 |   335M |  90 |2260 |8557 | 537 |  84k|  1 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.67/3470.60	c   624s|426100 |  7324 |  6995k|  16.4 |   335M |  90 |2260 |8549 | 537 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.77/3470.73	c   624s|426200 |  7322 |  6996k|  16.4 |   335M |  90 |2260 |8468 | 539 |  84k|  1 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.87/3470.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3457.87/3470.86	c   625s|426300 |  7320 |  6997k|  16.4 |   335M |  90 |2260 |8467 | 539 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3457.97/3470.99	c   625s|426400 |  7311 |  6998k|  16.4 |   335M |  90 |2260 |8409 | 538 |  84k|  1 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3458.08/3471.10	c   625s|426500 |  7321 |  6999k|  16.4 |   335M |  90 |2260 |8471 | 538 |  84k|  1 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3458.27/3471.21	c   625s|426600 |  7325 |  7000k|  16.4 |   335M |  90 |2260 |8408 | 538 |  84k|  1 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3458.37/3471.32	c   625s|426700 |  7323 |  7001k|  16.4 |   335M |  90 |2260 |8415 | 538 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3458.46/3471.43	c   625s|426800 |  7323 |  7002k|  16.4 |   335M |  90 |2260 |8433 | 538 |  84k|  1 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3458.56/3471.54	c   625s|426900 |  7319 |  7003k|  16.4 |   335M |  90 |2260 |8422 | 538 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3458.66/3471.65	c   625s|427000 |  7318 |  7004k|  16.4 |   335M |  90 |2260 |8513 | 538 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3458.76/3471.77	c   625s|427100 |  7317 |  7005k|  16.4 |   335M |  90 |2260 |8535 | 538 |  84k|  1 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3458.96/3471.90	c   626s|427200 |  7319 |  7007k|  16.4 |   335M |  90 |2260 |8561 | 538 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.08/3472.02	c   626s|427300 |  7317 |  7008k|  16.4 |   335M |  90 |2260 |8615 | 538 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.18/3472.13	c   626s|427400 |  7313 |  7009k|  16.4 |   335M |  90 |2260 |8614 | 538 |  84k|  0 | 268k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.26/3472.25	c   626s|427500 |  7311 |  7010k|  16.4 |   335M |  90 |2260 |8617 | 538 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.36/3472.38	c   626s|427600 |  7311 |  7012k|  16.4 |   335M |  90 |2260 |8581 | 540 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.56/3472.50	c   626s|427700 |  7313 |  7013k|  16.4 |   335M |  90 |2260 |8538 | 540 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.66/3472.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3459.66/3472.62	c   626s|427800 |  7313 |  7015k|  16.4 |   335M |  90 |2260 |8455 | 537 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.76/3472.73	c   626s|427900 |  7316 |  7016k|  16.4 |   335M |  90 |2260 |8445 | 537 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.86/3472.85	c   627s|428000 |  7313 |  7017k|  16.4 |   335M |  90 |2260 |8447 | 537 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3459.96/3472.97	c   627s|428100 |  7316 |  7017k|  16.4 |   335M |  90 |2260 |8428 | 537 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.07/3473.08	c   627s|428200 |  7315 |  7018k|  16.4 |   335M |  90 |2260 |8444 | 537 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.17/3473.19	c   627s|428300 |  7314 |  7019k|  16.4 |   335M |  90 |2260 |8434 | 537 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.26/3473.29	c   627s|428400 |  7318 |  7020k|  16.4 |   335M |  90 |2260 |8416 | 537 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.46/3473.40	c   627s|428500 |  7318 |  7021k|  16.4 |   335M |  90 |2260 |8441 | 537 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.56/3473.50	c   627s|428600 |  7313 |  7022k|  16.4 |   335M |  90 |2260 |8493 | 537 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.56/3473.59	c   627s|428700 |  7313 |  7023k|  16.4 |   335M |  90 |2260 |8591 | 537 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.76/3473.70	c   627s|428800 |  7310 |  7024k|  16.4 |   335M |  90 |2260 |8587 | 537 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.86/3473.82	c   628s|428900 |  7307 |  7025k|  16.4 |   335M |  90 |2260 |8523 | 536 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3460.96/3473.92	c   628s|429000 |  7312 |  7026k|  16.4 |   335M |  90 |2260 |8484 | 536 |  84k|  1 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.07/3474.02	c   628s|429100 |  7312 |  7027k|  16.4 |   335M |  90 |2260 |8521 | 536 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.17/3474.15	c   628s|429200 |  7312 |  7028k|  16.4 |   335M |  90 |2260 |8443 | 535 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.25/3474.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3461.25/3474.27	c   628s|429300 |  7309 |  7030k|  16.4 |   335M |  90 |2260 |8456 | 535 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.35/3474.38	c   628s|429400 |  7311 |  7031k|  16.4 |   335M |  90 |2260 |8465 |   0 |  84k|  0 | 269k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.55/3474.52	c   628s|429500 |  7310 |  7032k|  16.4 |   335M |  90 |2260 |8477 | 535 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.65/3474.64	c   628s|429600 |  7311 |  7033k|  16.4 |   335M |  90 |2260 |8466 | 535 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.75/3474.77	c   628s|429700 |  7317 |  7034k|  16.4 |   335M |  90 |2260 |8488 | 535 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.85/3474.89	c   629s|429800 |  7315 |  7035k|  16.4 |   335M |  90 |2260 |8509 |   0 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3461.95/3474.98	c   629s|429900 |  7315 |  7036k|  16.4 |   335M |  90 |2260 |8504 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.07/3475.07	c   629s|430000 |  7327 |  7037k|  16.4 |   335M |  90 |2260 |8503 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.16/3475.15	c   629s|430100 |  7325 |  7038k|  16.4 |   335M |  90 |2260 |8493 | 536 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.25/3475.24	c   629s|430200 |  7333 |  7039k|  16.4 |   335M |  90 |2260 |8499 |   0 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.35/3475.35	c   629s|430300 |  7337 |  7040k|  16.4 |   335M |  90 |2260 |8514 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.45/3475.48	c   629s|430400 |  7330 |  7041k|  16.4 |   335M |  90 |2260 |8554 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.65/3475.60	c   629s|430500 |  7346 |  7043k|  16.4 |   335M |  90 |2260 |8563 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.75/3475.73	c   629s|430600 |  7342 |  7044k|  16.4 |   335M |  90 |2260 |8587 | 536 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.85/3475.85	c   630s|430700 |  7343 |  7046k|  16.4 |   335M |  90 |2260 |8596 | 536 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3462.95/3475.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3462.95/3475.98	c   630s|430800 |  7335 |  7048k|  16.4 |   335M |  90 |2260 |8610 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3463.06/3476.10	c   630s|430900 |  7332 |  7049k|  16.4 |   335M |  90 |2260 |8637 | 536 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3463.25/3476.21	c   630s|431000 |  7335 |  7051k|  16.4 |   335M |  90 |2260 |8628 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3463.35/3476.33	c   630s|431100 |  7336 |  7052k|  16.4 |   335M |  90 |2260 |8644 | 536 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3463.45/3476.45	c   630s|431200 |  7329 |  7054k|  16.4 |   335M |  90 |2260 |8634 | 535 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3463.55/3476.57	c   630s|431300 |  7327 |  7055k|  16.4 |   335M |  90 |2260 |8731 | 535 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3463.74/3476.70	c   630s|431400 |  7331 |  7056k|  16.4 |   335M |  90 |2260 |8737 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3463.84/3476.82	c   631s|431500 |  7325 |  7057k|  16.4 |   335M |  90 |2260 |8772 | 536 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3463.94/3476.94	c   631s|431600 |  7330 |  7059k|  16.4 |   335M |  90 |2260 |8800 | 536 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3464.06/3477.06	c   631s|431700 |  7331 |  7060k|  16.4 |   335M |  90 |2260 |8808 | 536 |  84k|  1 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3464.24/3477.21	c   631s|431800 |  7329 |  7061k|  16.3 |   335M |  90 |2260 |8843 |   0 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3464.34/3477.34	c   631s|431900 |  7323 |  7062k|  16.3 |   335M |  90 |2260 |8854 | 536 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3464.44/3477.46	c   631s|432000 |  7320 |  7064k|  16.3 |   335M |  90 |2260 |8855 |   0 |  84k|  0 | 270k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3464.54/3477.58	c   631s|432100 |  7321 |  7065k|  16.3 |   335M |  90 |2260 |8889 | 536 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3464.64/3477.69	c   631s|432200 |  7324 |  7066k|  16.3 |   335M |  90 |2260 |8886 |   0 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3464.84/3477.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3464.84/3477.80	c   631s|432300 |  7320 |  7068k|  16.3 |   335M |  90 |2260 |8925 | 536 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3464.94/3477.91	c   632s|432400 |  7314 |  7069k|  16.3 |   335M |  90 |2260 |8922 | 536 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.05/3478.04	c   632s|432500 |  7314 |  7071k|  16.3 |   335M |  90 |2260 |8922 | 536 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.15/3478.16	c   632s|432600 |  7311 |  7072k|  16.3 |   335M |  90 |2260 |8942 | 538 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.24/3478.29	c   632s|432700 |  7309 |  7073k|  16.3 |   335M |  90 |2260 |8913 | 536 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.45/3478.40	c   632s|432800 |  7311 |  7074k|  16.3 |   335M |  90 |2260 |8916 | 536 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.55/3478.50	c   632s|432900 |  7317 |  7075k|  16.3 |   335M |  90 |2260 |8926 | 536 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.65/3478.62	c   632s|433000 |  7311 |  7076k|  16.3 |   335M |  90 |2260 |8938 | 536 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.75/3478.73	c   632s|433100 |  7311 |  7077k|  16.3 |   335M |  90 |2260 |8968 | 536 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.85/3478.85	c   633s|433200 |  7308 |  7079k|  16.3 |   335M |  90 |2260 |8993 | 536 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3465.95/3478.97	c   633s|433300 |  7312 |  7080k|  16.3 |   335M |  90 |2260 |8991 | 536 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3466.06/3479.09	c   633s|433400 |  7313 |  7081k|  16.3 |   335M |  90 |2260 |8864 | 536 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3466.24/3479.21	c   633s|433500 |  7313 |  7082k|  16.3 |   335M |  90 |2260 |8847 | 536 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3466.34/3479.33	c   633s|433600 |  7313 |  7084k|  16.3 |   335M |  90 |2260 |8849 | 536 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3466.44/3479.46	c   633s|433700 |  7310 |  7085k|  16.3 |   335M |  90 |2260 |8819 | 536 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3466.54/3479.56	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.56	c   633s|433800 |  7316 |  7086k|  16.3 |   335M |  90 |2260 |8808 | 537 |  84k|  1 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3466.64/3479.67	c   633s|433900 |  7304 |  7087k|  16.3 |   335M |  90 |2260 |8764 | 537 |  84k|  0 | 271k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3466.74/3479.79	c   633s|434000 |  7305 |  7088k|  16.3 |   335M |  90 |2260 |8498 |   0 |  84k|  0 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3466.94/3479.91	c   634s|434100 |  7309 |  7089k|  16.3 |   335M |  90 |2260 |8344 | 536 |  84k|  1 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.06/3480.01	c   634s|434200 |  7318 |  7090k|  16.3 |   335M |  90 |2260 |8338 | 536 |  84k|  1 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.15/3480.12	c   634s|434300 |  7314 |  7090k|  16.3 |   335M |  90 |2260 |8381 | 536 |  84k|  0 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.24/3480.23	c   634s|434400 |  7318 |  7091k|  16.3 |   335M |  90 |2260 |8425 |   0 |  84k|  0 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.34/3480.35	c   634s|434500 |  7318 |  7091k|  16.3 |   335M |  90 |2260 |8503 | 536 |  84k|  1 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.44/3480.46	c   634s|434600 |  7317 |  7092k|  16.3 |   335M |  90 |2260 |8534 | 536 |  84k|  1 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.54/3480.57	c   634s|434700 |  7318 |  7092k|  16.3 |   335M |  90 |2260 |8621 | 536 |  84k|  1 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.64/3480.67	c   634s|434800 |  7311 |  7093k|  16.3 |   335M |  90 |2260 |8616 | 536 |  84k|  1 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.74/3480.78	c   634s|434900 |  7313 |  7093k|  16.3 |   335M |  90 |2260 |8668 |   0 |  84k|  0 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3467.84/3480.89	c   635s|435000 |  7309 |  7093k|  16.3 |   335M |  90 |2260 |8596 | 534 |  84k|  1 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.05/3481.01	c   635s|435100 |  7339 |  7095k|  16.3 |   335M |  90 |2260 |8400 | 535 |  84k|  1 | 272k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.15/3481.13	c   635s|435200 |  7343 |  7096k|  16.3 |   335M |  90 |2260 |8369 | 535 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.24/3481.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3468.24/3481.25	c   635s|435300 |  7347 |  7096k|  16.3 |   335M |  90 |2260 |8397 | 536 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.34/3481.35	c   635s|435400 |  7348 |  7097k|  16.3 |   335M |  90 |2260 |8431 | 536 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.44/3481.47	c   635s|435500 |  7350 |  7098k|  16.3 |   335M |  90 |2260 |8481 | 536 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.64/3481.60	c   635s|435600 |  7353 |  7098k|  16.3 |   335M |  90 |2260 |8494 | 535 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.73/3481.71	c   635s|435700 |  7351 |  7098k|  16.3 |   335M |  90 |2260 |8516 | 536 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.83/3481.82	c   636s|435800 |  7348 |  7099k|  16.3 |   335M |  90 |2260 |8549 | 536 |  84k|  0 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3468.93/3481.93	c   636s|435900 |  7348 |  7100k|  16.3 |   335M |  90 |2260 |8582 | 536 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.05/3482.03	c   636s|436000 |  7343 |  7100k|  16.3 |   335M |  90 |2260 |8603 | 535 |  84k|  0 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.15/3482.16	c   636s|436100 |  7339 |  7102k|  16.3 |   335M |  90 |2260 |8520 | 535 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.23/3482.28	c   636s|436200 |  7337 |  7102k|  16.3 |   335M |  90 |2260 |8536 | 535 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.33/3482.39	c   636s|436300 |  7332 |  7103k|  16.3 |   335M |  90 |2260 |8514 | 536 |  84k|  0 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.43/3482.49	c   636s|436400 |  7342 |  7104k|  16.3 |   335M |  90 |2260 |8515 | 535 |  84k|  0 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.63/3482.60	c   636s|436500 |  7340 |  7104k|  16.3 |   335M |  90 |2260 |8559 | 536 |  84k|  0 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.73/3482.70	c   636s|436600 |  7336 |  7105k|  16.3 |   335M |  90 |2260 |8524 | 535 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.73/3482.79	c   636s|436700 |  7334 |  7105k|  16.3 |   335M |  90 |2260 |8543 | 536 |  84k|  0 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.83/3482.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3469.83/3482.86	c   637s|436800 |  7335 |  7106k|  16.3 |   335M |  90 |2260 |8565 | 536 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3469.93/3482.98	c   637s|436900 |  7336 |  7106k|  16.3 |   335M |  90 |2260 |8549 | 535 |  84k|  1 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.04/3483.10	c   637s|437000 |  7335 |  7106k|  16.3 |   335M |  90 |2260 |8534 |   0 |  84k|  0 | 273k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.23/3483.21	c   637s|437100 |  7339 |  7107k|  16.3 |   335M |  90 |2260 |8541 | 535 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.33/3483.31	c   637s|437200 |  7336 |  7108k|  16.3 |   335M |  90 |2260 |8513 | 535 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.43/3483.40	c   637s|437300 |  7337 |  7108k|  16.3 |   335M |  90 |2260 |8506 | 535 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.53/3483.50	c   637s|437400 |  7337 |  7109k|  16.3 |   335M |  90 |2260 |8499 | 535 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.53/3483.59	c   637s|437500 |  7333 |  7110k|  16.2 |   335M |  90 |2260 |8514 | 535 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.73/3483.72	c   637s|437600 |  7339 |  7110k|  16.2 |   335M |  90 |2260 |8523 | 536 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.83/3483.85	c   638s|437700 |  7341 |  7111k|  16.2 |   335M |  90 |2260 |8573 | 536 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3470.93/3483.98	c   638s|437800 |  7343 |  7111k|  16.2 |   335M |  90 |2260 |8596 | 536 |  84k|  2 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.04/3484.08	c   638s|437900 |  7339 |  7112k|  16.2 |   335M |  90 |2260 |8549 | 535 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.14/3484.19	c   638s|438000 |  7339 |  7112k|  16.2 |   335M |  90 |2260 |8588 | 535 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.32/3484.31	c   638s|438100 |  7339 |  7113k|  16.2 |   335M |  90 |2260 |8599 | 535 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.42/3484.44	c   638s|438200 |  7336 |  7114k|  16.2 |   335M |  90 |2260 |8597 |   0 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.52/3484.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3471.52/3484.56	c   638s|438300 |  7334 |  7114k|  16.2 |   335M |  90 |2260 |8616 | 535 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.62/3484.68	c   638s|438400 |  7335 |  7115k|  16.2 |   335M |  90 |2260 |8552 | 535 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.72/3484.79	c   638s|438500 |  7335 |  7115k|  16.2 |   335M |  90 |2260 |8503 | 535 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.82/3484.89	c   639s|438600 |  7335 |  7116k|  16.2 |   335M |  90 |2260 |8495 | 535 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3471.92/3485.00	c   639s|438700 |  7337 |  7117k|  16.2 |   335M |  90 |2260 |8497 | 535 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.04/3485.10	c   639s|438800 |  7344 |  7117k|  16.2 |   335M |  90 |2260 |8496 | 536 |  84k|  2 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.14/3485.17	c   639s|438900 |  7342 |  7118k|  16.2 |   335M |  90 |2260 |8525 |   0 |  84k|  0 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.22/3485.27	c   639s|439000 |  7347 |  7118k|  16.2 |   335M |  90 |2260 |8564 | 535 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.32/3485.38	c   639s|439100 |  7342 |  7119k|  16.2 |   335M |  90 |2260 |8578 | 536 |  84k|  1 | 274k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.52/3485.50	c   639s|439200 |  7336 |  7120k|  16.2 |   335M |  90 |2260 |8653 | 535 |  84k|  0 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.62/3485.62	c   639s|439300 |  7340 |  7120k|  16.2 |   335M |  90 |2260 |8600 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.72/3485.74	c   639s|439400 |  7345 |  7121k|  16.2 |   335M |  90 |2260 |8596 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.82/3485.85	c   640s|439500 |  7346 |  7121k|  16.2 |   335M |  90 |2260 |8602 | 536 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3472.92/3485.97	c   640s|439600 |  7346 |  7122k|  16.2 |   335M |  90 |2260 |8606 |   0 |  84k|  0 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3473.13/3486.11	c   640s|439700 |  7345 |  7122k|  16.2 |   335M |  90 |2260 |8616 | 536 |  84k|  2 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3473.22/3486.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3473.22/3486.22	c   640s|439800 |  7341 |  7123k|  16.2 |   335M |  90 |2260 |8570 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3473.32/3486.36	c   640s|439900 |  7339 |  7124k|  16.2 |   335M |  90 |2260 |8603 | 536 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3473.42/3486.48	c   640s|440000 |  7341 |  7124k|  16.2 |   335M |  90 |2260 |8586 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3473.62/3486.60	c   640s|440100 |  7338 |  7125k|  16.2 |   335M |  90 |2260 |8612 |   0 |  84k|  0 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3473.72/3486.71	c   640s|440200 |  7345 |  7125k|  16.2 |   335M |  90 |2260 |8617 |   0 |  84k|  0 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3473.82/3486.85	c   641s|440300 |  7344 |  7126k|  16.2 |   335M |  90 |2260 |8633 |   0 |  84k|  0 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3473.91/3486.97	c   641s|440400 |  7343 |  7126k|  16.2 |   335M |  90 |2260 |8676 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3474.03/3487.10	c   641s|440500 |  7341 |  7126k|  16.2 |   335M |  90 |2260 |8710 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3474.21/3487.24	c   641s|440600 |  7342 |  7127k|  16.2 |   335M |  90 |2260 |8738 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3474.31/3487.36	c   641s|440700 |  7341 |  7127k|  16.2 |   335M |  90 |2260 |8746 | 536 |  84k|  0 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3474.41/3487.49	c   641s|440800 |  7344 |  7128k|  16.2 |   335M |  90 |2260 |8745 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3474.61/3487.61	c   641s|440900 |  7340 |  7128k|  16.2 |   335M |  90 |2260 |8765 | 535 |  84k|  1 | 275k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3474.71/3487.74	c   641s|441000 |  7337 |  7129k|  16.2 |   335M |  90 |2260 |8714 | 536 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3474.81/3487.85	c   642s|441100 |  7334 |  7130k|  16.2 |   335M |  90 |2260 |8699 | 535 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3474.91/3487.98	c   642s|441200 |  7336 |  7131k|  16.2 |   335M |  90 |2260 |8541 |   0 |  84k|  0 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3475.02/3488.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3475.02/3488.10	c   642s|441300 |  7340 |  7131k|  16.2 |   335M |  90 |2260 |8536 |   0 |  84k|  0 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3475.21/3488.24	c   642s|441400 |  7338 |  7132k|  16.2 |   335M |  90 |2260 |8585 | 535 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3475.31/3488.35	c   642s|441500 |  7338 |  7132k|  16.2 |   335M |  90 |2260 |8609 |   0 |  84k|  0 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3475.41/3488.46	c   642s|441600 |  7338 |  7133k|  16.1 |   335M |  90 |2260 |8624 | 535 |  84k|  0 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3475.51/3488.58	c   642s|441700 |  7338 |  7133k|  16.1 |   335M |  90 |2260 |8640 | 535 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3475.61/3488.69	c   642s|441800 |  7339 |  7134k|  16.1 |   335M |  90 |2260 |8638 | 536 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3475.81/3488.80	c   642s|441900 |  7342 |  7134k|  16.1 |   335M |  90 |2260 |8761 | 536 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3475.91/3488.92	c   643s|442000 |  7343 |  7135k|  16.1 |   335M |  90 |2260 |8779 | 535 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.02/3489.07	c   643s|442100 |  7338 |  7135k|  16.1 |   335M |  90 |2260 |8735 | 536 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.12/3489.17	c   643s|442200 |  7341 |  7136k|  16.1 |   335M |  90 |2260 |8742 | 536 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.21/3489.29	c   643s|442300 |  7340 |  7136k|  16.1 |   335M |  90 |2260 |8734 | 536 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.40/3489.40	c   643s|442400 |  7339 |  7137k|  16.1 |   335M |  90 |2260 |8760 | 536 |  84k|  0 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.50/3489.51	c   643s|442500 |  7341 |  7137k|  16.1 |   335M |  90 |2260 |8800 | 536 |  84k|  1 | 276k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.60/3489.62	c   643s|442600 |  7339 |  7138k|  16.1 |   335M |  90 |2260 |8818 | 536 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.70/3489.74	c   643s|442700 |  7338 |  7138k|  16.1 |   335M |  90 |2260 |8760 | 536 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.80/3489.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3476.80/3489.84	c   644s|442800 |  7335 |  7139k|  16.1 |   335M |  90 |2260 |8740 | 535 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3476.90/3489.95	c   644s|442900 |  7333 |  7140k|  16.1 |   335M |  90 |2260 |8721 |   0 |  84k|  0 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.02/3490.06	c   644s|443000 |  7345 |  7140k|  16.1 |   335M |  90 |2260 |8633 | 536 |  84k|  0 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.12/3490.17	c   644s|443100 |  7345 |  7141k|  16.1 |   335M |  90 |2260 |8623 | 535 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.20/3490.28	c   644s|443200 |  7351 |  7141k|  16.1 |   335M |  90 |2260 |8695 | 535 |  84k|  0 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.30/3490.40	c   644s|443300 |  7350 |  7142k|  16.1 |   335M |  90 |2260 |8685 |   0 |  84k|  0 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.50/3490.51	c   644s|443400 |  7350 |  7143k|  16.1 |   335M |  90 |2260 |8729 | 535 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.60/3490.62	c   644s|443500 |  7350 |  7143k|  16.1 |   335M |  90 |2260 |8735 | 535 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.70/3490.73	c   644s|443600 |  7348 |  7144k|  16.1 |   335M |  90 |2260 |8694 | 536 |  84k|  0 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.80/3490.83	c   645s|443700 |  7345 |  7144k|  16.1 |   335M |  90 |2260 |8730 | 535 |  84k|  0 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3477.90/3490.94	c   645s|443800 |  7345 |  7145k|  16.1 |   335M |  90 |2260 |8795 | 536 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.01/3491.05	c   645s|443900 |  7352 |  7145k|  16.1 |   335M |  90 |2260 |8643 | 536 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.11/3491.18	c   645s|444000 |  7347 |  7146k|  16.1 |   335M |  90 |2260 |8647 | 536 |  84k|  0 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.30/3491.31	c   645s|444100 |  7350 |  7147k|  16.1 |   335M |  90 |2260 |8616 | 536 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.40/3491.44	c   645s|444200 |  7360 |  7148k|  16.1 |   335M |  90 |2260 |8577 | 536 |  84k|  0 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.50/3491.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3478.50/3491.57	c   645s|444300 |  7354 |  7149k|  16.1 |   335M |  90 |2260 |8588 | 536 |  84k|  1 | 277k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.60/3491.69	c   645s|444400 |  7352 |  7150k|  16.1 |   335M |  90 |2260 |8596 | 536 |  84k|  1 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.69/3491.76	c   645s|444500 |  7359 |  7150k|  16.1 |   335M |  90 |2260 |8622 |   0 |  84k|  0 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.79/3491.88	c   646s|444600 |  7357 |  7151k|  16.1 |   335M |  90 |2260 |8614 | 536 |  84k|  0 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3478.89/3492.00	c   646s|444700 |  7353 |  7152k|  16.1 |   335M |  90 |2260 |8634 | 536 |  84k|  1 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.11/3492.12	c   646s|444800 |  7347 |  7153k|  16.1 |   335M |  90 |2260 |8644 | 536 |  84k|  1 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.19/3492.22	c   646s|444900 |  7356 |  7154k|  16.1 |   335M |  90 |2260 |8548 | 536 |  84k|  1 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.29/3492.34	c   646s|445000 |  7353 |  7154k|  16.1 |   335M |  90 |2260 |8651 | 536 |  84k|  0 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.39/3492.45	c   646s|445100 |  7352 |  7155k|  16.1 |   335M |  90 |2260 |8654 | 536 |  84k|  0 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.49/3492.57	c   646s|445200 |  7355 |  7155k|  16.1 |   335M |  90 |2260 |8654 | 536 |  84k|  0 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.59/3492.67	c   646s|445300 |  7354 |  7156k|  16.1 |   335M |  90 |2260 |8596 | 536 |  84k|  1 | 278k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.69/3492.78	c   646s|445400 |  7355 |  7156k|  16.1 |   335M |  90 |2260 |8663 | 536 |  84k|  1 | 279k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.89/3492.90	c   647s|445500 |  7357 |  7156k|  16.1 |   335M |  90 |2260 |8743 | 536 |  84k|  0 | 279k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3479.89/3493.01	c   647s|445600 |  7356 |  7157k|  16.1 |   335M |  90 |2260 |8792 |   0 |  84k|  0 | 279k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3480.10/3493.12	c   647s|445700 |  7363 |  7158k|  16.1 |   335M |  90 |2260 |8755 |   0 |  84k|  0 | 279k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3480.19/3493.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3480.19/3493.23	c   647s|445800 |  7360 |  7158k|  16.1 |   335M |  90 |2260 |8754 | 536 |  84k|  1 | 279k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3480.29/3493.35	c   647s|445900 |  7359 |  7159k|  16.1 |   335M |  90 |2260 |8742 |   0 |  84k|  0 | 279k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3480.39/3493.45	c   647s|446000 |  7365 |  7160k|  16.1 |   335M |  90 |2260 |8590 | 536 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3480.49/3493.57	c   647s|446100 |  7367 |  7161k|  16.0 |   335M |  90 |2260 |8583 |   0 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3480.59/3493.69	c   647s|446200 |  7371 |  7162k|  16.0 |   335M |  90 |2260 |8577 | 536 |  84k|  1 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3480.79/3493.81	c   648s|446300 |  7368 |  7162k|  16.0 |   335M |  90 |2260 |8606 |   0 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3480.89/3493.93	c   648s|446400 |  7362 |  7163k|  16.0 |   335M |  90 |2260 |8624 | 536 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.00/3494.03	c   648s|446500 |  7364 |  7163k|  16.0 |   335M |  90 |2260 |8653 | 536 |  84k|  1 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.10/3494.16	c   648s|446600 |  7362 |  7164k|  16.0 |   335M |  90 |2260 |8679 |   0 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.28/3494.30	c   648s|446700 |  7359 |  7165k|  16.0 |   335M |  90 |2260 |8677 |   0 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.38/3494.43	c   648s|446800 |  7361 |  7165k|  16.0 |   335M |  90 |2260 |8721 | 536 |  84k|  1 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.48/3494.55	c   648s|446900 |  7365 |  7165k|  16.0 |   335M |  90 |2260 |8769 |   0 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.58/3494.66	c   648s|447000 |  7359 |  7166k|  16.0 |   335M |  90 |2260 |8690 | 536 |  84k|  1 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.78/3494.80	c   648s|447100 |  7369 |  7166k|  16.0 |   335M |  90 |2260 |8592 | 536 |  84k|  1 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.88/3494.90	c   649s|447200 |  7371 |  7167k|  16.0 |   335M |  90 |2260 |8517 | 536 |  84k|  1 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3481.88/3494.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3481.88/3494.99	c   649s|447300 |  7368 |  7167k|  16.0 |   335M |  90 |2260 |8536 |   0 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.10/3495.11	c   649s|447400 |  7377 |  7168k|  16.0 |   335M |  90 |2260 |8585 | 536 |  84k|  0 | 280k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.18/3495.25	c   649s|447500 |  7375 |  7168k|  16.0 |   335M |  90 |2260 |8594 | 535 |  84k|  1 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.28/3495.35	c   649s|447600 |  7373 |  7168k|  16.0 |   335M |  90 |2260 |8556 | 536 |  84k|  0 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.38/3495.45	c   649s|447700 |  7371 |  7169k|  16.0 |   335M |  90 |2260 |8630 | 536 |  84k|  1 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.48/3495.57	c   649s|447800 |  7367 |  7169k|  16.0 |   335M |  90 |2260 |8558 | 536 |  84k|  0 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.58/3495.68	c   649s|447900 |  7369 |  7170k|  16.0 |   335M |  90 |2260 |8528 |   0 |  84k|  0 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.68/3495.79	c   649s|448000 |  7372 |  7170k|  16.0 |   335M |  90 |2260 |8455 | 536 |  84k|  1 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.88/3495.90	c   650s|448100 |  7373 |  7171k|  16.0 |   335M |  90 |2260 |8488 | 536 |  84k|  1 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3482.99/3496.01	c   650s|448200 |  7372 |  7171k|  16.0 |   335M |  90 |2260 |8534 |   0 |  84k|  0 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.09/3496.12	c   650s|448300 |  7372 |  7172k|  16.0 |   335M |  90 |2260 |8601 | 536 |  84k|  0 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.18/3496.24	c   650s|448400 |  7374 |  7173k|  16.0 |   335M |  90 |2260 |8568 |   0 |  84k|  0 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.28/3496.35	c   650s|448500 |  7368 |  7174k|  16.0 |   335M |  90 |2260 |8453 |   0 |  84k|  0 | 281k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.38/3496.46	c   650s|448600 |  7375 |  7174k|  16.0 |   335M |  90 |2260 |8467 | 536 |  84k|  1 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.48/3496.59	c   650s|448700 |  7369 |  7175k|  16.0 |   335M |  90 |2260 |8502 |   0 |  84k|  0 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.67/3496.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3483.67/3496.70	c   650s|448800 |  7367 |  7175k|  16.0 |   335M |  90 |2260 |8558 | 536 |  84k|  0 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.77/3496.82	c   651s|448900 |  7367 |  7176k|  16.0 |   335M |  90 |2260 |8581 |   0 |  84k|  0 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.87/3496.94	c   651s|449000 |  7366 |  7176k|  16.0 |   335M |  90 |2260 |8633 | 536 |  84k|  0 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3483.99/3497.04	c   651s|449100 |  7369 |  7177k|  16.0 |   335M |  90 |2260 |8764 | 536 |  84k|  1 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.09/3497.15	c   651s|449200 |  7364 |  7177k|  16.0 |   335M |  90 |2260 |8658 | 536 |  84k|  0 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.17/3497.26	c   651s|449300 |  7359 |  7178k|  16.0 |   335M |  90 |2260 |8748 |   0 |  84k|  0 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.27/3497.38	c   651s|449400 |  7356 |  7179k|  16.0 |   335M |  90 |2260 |8752 | 535 |  84k|  1 | 282k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.37/3497.49	c   651s|449500 |  7357 |  7180k|  16.0 |   335M |  90 |2260 |8648 | 536 |  84k|  1 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.57/3497.60	c   651s|449600 |  7354 |  7180k|  16.0 |   335M |  90 |2260 |8564 | 536 |  84k|  1 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.67/3497.70	c   651s|449700 |  7358 |  7181k|  16.0 |   335M |  90 |2260 |8636 | 536 |  84k|  1 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.77/3497.81	c   652s|449800 |  7356 |  7181k|  16.0 |   335M |  90 |2260 |8753 | 536 |  84k|  1 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.87/3497.90	c   652s|449900 |  7355 |  7182k|  16.0 |   335M |  90 |2260 |8777 |   0 |  84k|  0 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.87/3497.98	c   652s|450000 |  7353 |  7182k|  16.0 |   335M |  90 |2260 |8753 | 535 |  84k|  1 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3484.98/3498.03	c   652s|450100 |  7352 |  7183k|  16.0 |   335M |  90 |2260 |8752 |   0 |  84k|  0 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3485.08/3498.13	c   652s|450200 |  7346 |  7183k|  16.0 |   335M |  90 |2260 |8742 | 535 |  84k|  0 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3485.17/3498.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3485.17/3498.25	c   652s|450300 |  7347 |  7184k|  16.0 |   335M |  90 |2260 |8716 | 536 |  84k|  1 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3485.27/3498.38	c   652s|450400 |  7346 |  7185k|  15.9 |   335M |  90 |2260 |8615 | 536 |  84k|  1 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3485.47/3498.51	c   652s|450500 |  7346 |  7186k|  15.9 |   335M |  90 |2260 |8620 | 536 |  84k|  0 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3485.57/3498.65	c   652s|450600 |  7346 |  7186k|  15.9 |   335M |  90 |2260 |8658 | 536 |  84k|  1 | 283k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3485.67/3498.77	c   652s|450700 |  7350 |  7187k|  15.9 |   335M |  90 |2260 |8697 |   0 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3485.77/3498.89	c   653s|450800 |  7351 |  7187k|  15.9 |   335M |  90 |2260 |8715 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3485.87/3499.01	c   653s|450900 |  7349 |  7188k|  15.9 |   335M |  90 |2260 |8760 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.08/3499.14	c   653s|451000 |  7346 |  7188k|  15.9 |   335M |  90 |2260 |8736 |   0 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.17/3499.21	c   653s|451100 |  7355 |  7189k|  15.9 |   335M |  90 |2260 |8649 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.17/3499.29	c   653s|451200 |  7349 |  7190k|  15.9 |   335M |  90 |2260 |8635 |   0 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.26/3499.35	c   653s|451300 |  7350 |  7190k|  15.9 |   335M |  90 |2260 |8614 | 536 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.36/3499.43	c   653s|451400 |  7350 |  7191k|  15.9 |   335M |  90 |2260 |8615 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.46/3499.51	c   653s|451500 |  7350 |  7191k|  15.9 |   335M |  90 |2260 |8627 | 536 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.46/3499.59	c   653s|451600 |  7348 |  7192k|  15.9 |   335M |  90 |2260 |8596 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.66/3499.71	c   653s|451700 |  7350 |  7192k|  15.9 |   335M |  90 |2260 |8617 | 536 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.66/3499.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3486.66/3499.79	c   653s|451800 |  7352 |  7193k|  15.9 |   335M |  90 |2260 |8630 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.76/3499.89	c   654s|451900 |  7348 |  7193k|  15.9 |   335M |  90 |2260 |8642 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.86/3500.00	c   654s|452000 |  7346 |  7194k|  15.9 |   335M |  90 |2260 |8634 |   0 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3486.98/3500.10	c   654s|452100 |  7344 |  7195k|  15.9 |   335M |  90 |2260 |8654 | 536 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3487.16/3500.22	c   654s|452200 |  7348 |  7195k|  15.9 |   335M |  90 |2260 |8684 |   0 |  84k|  0 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3487.26/3500.35	c   654s|452300 |  7347 |  7195k|  15.9 |   335M |  90 |2260 |8722 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3487.36/3500.47	c   654s|452400 |  7345 |  7196k|  15.9 |   335M |  90 |2260 |8782 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3487.46/3500.59	c   654s|452500 |  7346 |  7197k|  15.9 |   335M |  90 |2260 |8724 | 536 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3487.66/3500.71	c   654s|452600 |  7348 |  7197k|  15.9 |   335M |  90 |2260 |8692 | 535 |  84k|  1 | 284k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3487.76/3500.85	c   655s|452700 |  7344 |  7198k|  15.9 |   335M |  90 |2260 |8679 | 536 |  84k|  0 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3487.86/3500.95	c   655s|452800 |  7344 |  7199k|  15.9 |   335M |  90 |2260 |8683 | 536 |  84k|  1 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3487.97/3501.06	c   655s|452900 |  7353 |  7199k|  15.9 |   335M |  90 |2260 |8656 | 536 |  84k|  0 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.07/3501.17	c   655s|453000 |  7356 |  7200k|  15.9 |   335M |  90 |2260 |8694 | 536 |  84k|  1 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.16/3501.28	c   655s|453100 |  7350 |  7200k|  15.9 |   335M |  90 |2260 |8650 | 536 |  84k|  1 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.26/3501.38	c   655s|453200 |  7358 |  7201k|  15.9 |   335M |  90 |2260 |8630 | 536 |  84k|  1 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.36/3501.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3488.36/3501.49	c   655s|453300 |  7355 |  7201k|  15.9 |   335M |  90 |2260 |8753 | 536 |  84k|  1 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.56/3501.60	c   655s|453400 |  7350 |  7202k|  15.9 |   335M |  90 |2260 |8793 |   0 |  84k|  0 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.66/3501.73	c   655s|453500 |  7350 |  7202k|  15.9 |   335M |  90 |2260 |8722 | 536 |  84k|  0 | 285k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.76/3501.84	c   656s|453600 |  7355 |  7203k|  15.9 |   335M |  90 |2260 |8746 |   0 |  84k|  0 | 286k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.85/3501.96	c   656s|453700 |  7347 |  7204k|  15.9 |   335M |  90 |2260 |8766 |   0 |  84k|  0 | 286k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3488.97/3502.07	c   656s|453800 |  7352 |  7204k|  15.9 |   335M |  90 |2260 |8881 | 536 |  84k|  1 | 286k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3489.07/3502.19	c   656s|453900 |  7353 |  7205k|  15.9 |   335M |  90 |2260 |8781 | 536 |  84k|  0 | 286k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3489.25/3502.30	c   656s|454000 |  7352 |  7206k|  15.9 |   335M |  90 |2260 |8836 | 536 |  84k|  0 | 286k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3489.35/3502.42	c   656s|454100 |  7355 |  7206k|  15.9 |   335M |  90 |2260 |8820 |   0 |  84k|  0 | 286k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3489.45/3502.54	c   656s|454200 |  7352 |  7207k|  15.9 |   335M |  90 |2260 |8871 | 536 |  84k|  0 | 286k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3489.55/3502.65	c   656s|454300 |  7354 |  7208k|  15.9 |   335M |  90 |2260 |8835 | 536 |  84k|  1 | 286k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3489.65/3502.76	c   656s|454400 |  7353 |  7209k|  15.9 |   335M |  90 |2260 |8895 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3489.85/3502.90	c   657s|454500 |  7345 |  7209k|  15.9 |   335M |  90 |2260 |8771 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3489.96/3503.04	c   657s|454600 |  7348 |  7210k|  15.9 |   335M |  90 |2260 |8641 |   0 |  84k|  0 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3490.06/3503.18	c   657s|454700 |  7348 |  7210k|  15.9 |   335M |  90 |2260 |8677 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3490.25/3503.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3490.25/3503.31	c   657s|454800 |  7352 |  7211k|  15.9 |   335M |  90 |2260 |8466 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3490.35/3503.44	c   657s|454900 |  7365 |  7212k|  15.9 |   335M |  90 |2260 |8482 |   0 |  84k|  0 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3490.45/3503.56	c   657s|455000 |  7368 |  7212k|  15.8 |   335M |  90 |2260 |8460 |   0 |  84k|  0 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3490.55/3503.67	c   657s|455100 |  7371 |  7212k|  15.8 |   335M |  90 |2260 |8446 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3490.65/3503.79	c   657s|455200 |  7378 |  7213k|  15.8 |   335M |  90 |2260 |8454 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3490.85/3503.90	c   658s|455300 |  7394 |  7214k|  15.8 |   335M |  90 |2260 |8406 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3490.85/3504.01	c   658s|455400 |  7408 |  7214k|  15.8 |   335M |  90 |2260 |8396 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3491.06/3504.13	c   658s|455500 |  7417 |  7215k|  15.8 |   335M |  90 |2260 |8399 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3491.15/3504.26	c   658s|455600 |  7417 |  7216k|  15.8 |   335M |  90 |2260 |8427 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3491.25/3504.39	c   658s|455700 |  7415 |  7217k|  15.8 |   335M |  90 |2260 |8433 |   0 |  84k|  0 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3491.44/3504.53	c   658s|455800 |  7411 |  7217k|  15.8 |   335M |  90 |2260 |8467 | 536 |  84k|  0 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3491.54/3504.64	c   658s|455900 |  7411 |  7218k|  15.8 |   335M |  90 |2260 |8456 | 536 |  84k|  0 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3491.64/3504.76	c   658s|456000 |  7412 |  7218k|  15.8 |   335M |  90 |2260 |8484 | 536 |  84k|  1 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3491.84/3504.90	c   659s|456100 |  7410 |  7219k|  15.8 |   335M |  90 |2260 |8472 | 536 |  84k|  0 | 287k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3491.96/3505.03	c   659s|456200 |  7407 |  7220k|  15.8 |   335M |  90 |2260 |8496 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3492.06/3505.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3492.06/3505.15	c   659s|456300 |  7418 |  7220k|  15.8 |   335M |  90 |2260 |8487 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3492.14/3505.29	c   659s|456400 |  7410 |  7221k|  15.8 |   335M |  90 |2260 |8535 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3492.34/3505.42	c   659s|456500 |  7422 |  7222k|  15.8 |   335M |  90 |2260 |8462 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3492.44/3505.54	c   659s|456600 |  7427 |  7222k|  15.8 |   335M |  90 |2260 |8484 |   0 |  84k|  0 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3492.54/3505.65	c   659s|456700 |  7429 |  7223k|  15.8 |   335M |  90 |2260 |8484 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3492.64/3505.76	c   659s|456800 |  7427 |  7224k|  15.8 |   335M |  90 |2260 |8506 | 536 |  84k|  0 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3492.74/3505.88	c   660s|456900 |  7429 |  7224k|  15.8 |   335M |  90 |2260 |8542 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3492.84/3506.00	c   660s|457000 |  7428 |  7224k|  15.8 |   335M |  90 |2260 |8545 | 536 |  84k|  0 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.05/3506.11	c   660s|457100 |  7430 |  7225k|  15.8 |   335M |  90 |2260 |8611 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.14/3506.22	c   660s|457200 |  7429 |  7225k|  15.8 |   335M |  90 |2260 |8599 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.24/3506.33	c   660s|457300 |  7429 |  7226k|  15.8 |   335M |  90 |2260 |8597 | 536 |  84k|  0 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.34/3506.45	c   660s|457400 |  7430 |  7227k|  15.8 |   335M |  90 |2260 |8683 | 536 |  84k|  1 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.44/3506.56	c   660s|457500 |  7434 |  7228k|  15.8 |   335M |  90 |2260 |8739 |   0 |  84k|  0 | 288k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.54/3506.68	c   660s|457600 |  7434 |  7228k|  15.8 |   335M |  90 |2260 |8850 | 536 |  84k|  1 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.74/3506.80	c   660s|457700 |  7431 |  7229k|  15.8 |   335M |  90 |2260 |8864 | 536 |  84k|  0 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.84/3506.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3493.84/3506.93	c   661s|457800 |  7429 |  7230k|  15.8 |   335M |  90 |2260 |8925 | 536 |  84k|  1 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3493.95/3507.03	c   661s|457900 |  7431 |  7230k|  15.8 |   335M |  90 |2260 |8927 | 536 |  84k|  1 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.05/3507.12	c   661s|458000 |  7430 |  7231k|  15.8 |   335M |  90 |2260 |8932 | 536 |  84k|  1 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.13/3507.22	c   661s|458100 |  7424 |  7231k|  15.8 |   335M |  93 |2260 |8885 | 536 |  84k|  1 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.23/3507.33	c   661s|458200 |  7421 |  7232k|  15.8 |   335M |  93 |2260 |8919 | 536 |  84k|  0 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.33/3507.45	c   661s|458300 |  7418 |  7232k|  15.8 |   335M |  93 |2260 |8898 | 536 |  84k|  0 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.43/3507.56	c   661s|458400 |  7419 |  7233k|  15.8 |   335M |  93 |2260 |8784 |   0 |  84k|  0 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.53/3507.66	c   661s|458500 |  7419 |  7233k|  15.8 |   335M |  93 |2260 |8722 |   0 |  84k|  0 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.63/3507.78	c   661s|458600 |  7415 |  7234k|  15.8 |   335M |  93 |2260 |8754 |   0 |  84k|  0 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.83/3507.90	c   662s|458700 |  7416 |  7234k|  15.8 |   335M |  93 |2260 |8774 | 536 |  84k|  1 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3494.94/3508.04	c   662s|458800 |  7417 |  7234k|  15.8 |   335M |  93 |2260 |8789 | 536 |  84k|  1 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.04/3508.17	c   662s|458900 |  7423 |  7235k|  15.8 |   335M |  93 |2260 |8801 | 536 |  84k|  0 | 289k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.23/3508.31	c   662s|459000 |  7423 |  7235k|  15.8 |   335M |  93 |2260 |8831 | 536 |  84k|  0 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.33/3508.42	c   662s|459100 |  7416 |  7236k|  15.8 |   335M |  93 |2260 |8753 | 536 |  84k|  0 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.43/3508.53	c   662s|459200 |  7423 |  7237k|  15.8 |   335M |  93 |2260 |8753 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.53/3508.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3495.53/3508.65	c   662s|459300 |  7421 |  7237k|  15.8 |   335M |  93 |2260 |8776 | 536 |  84k|  0 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.63/3508.75	c   662s|459400 |  7420 |  7237k|  15.8 |   335M |  93 |2260 |8819 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.73/3508.87	c   663s|459500 |  7422 |  7238k|  15.7 |   335M |  93 |2260 |8849 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.83/3508.98	c   663s|459600 |  7417 |  7238k|  15.7 |   335M |  93 |2260 |8757 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3495.94/3509.11	c   663s|459700 |  7418 |  7239k|  15.7 |   335M |  93 |2260 |8826 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3496.13/3509.22	c   663s|459800 |  7417 |  7239k|  15.7 |   335M |  93 |2260 |8865 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3496.23/3509.36	c   663s|459900 |  7413 |  7240k|  15.7 |   335M |  93 |2260 |8740 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3496.33/3509.49	c   663s|460000 |  7416 |  7241k|  15.7 |   335M |  93 |2260 |8702 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3496.52/3509.60	c   663s|460100 |  7423 |  7241k|  15.7 |   335M |  93 |2260 |8623 | 536 |  84k|  0 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3496.62/3509.70	c   663s|460200 |  7435 |  7242k|  15.7 |   335M |  93 |2260 |8641 | 536 |  84k|  1 | 290k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3496.72/3509.81	c   664s|460300 |  7435 |  7243k|  15.7 |   335M |  93 |2260 |8623 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3496.82/3509.92	c   664s|460400 |  7438 |  7244k|  15.7 |   335M |  93 |2260 |8633 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3496.94/3510.03	c   664s|460500 |  7437 |  7244k|  15.7 |   335M |  93 |2260 |8649 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.04/3510.14	c   664s|460600 |  7437 |  7245k|  15.7 |   335M |  93 |2260 |8695 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.12/3510.25	c   664s|460700 |  7435 |  7245k|  15.7 |   335M |  93 |2260 |8689 |   0 |  84k|  0 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.22/3510.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3497.22/3510.37	c   664s|460800 |  7431 |  7246k|  15.7 |   335M |  93 |2260 |8686 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.32/3510.48	c   664s|460900 |  7431 |  7247k|  15.7 |   335M |  93 |2260 |8697 | 536 |  84k|  0 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.42/3510.59	c   664s|461000 |  7428 |  7247k|  15.7 |   335M |  93 |2260 |8696 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.62/3510.70	c   664s|461100 |  7431 |  7248k|  15.7 |   335M |  93 |2260 |8756 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.72/3510.80	c   664s|461200 |  7434 |  7248k|  15.7 |   335M |  93 |2260 |8759 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.82/3510.91	c   665s|461300 |  7428 |  7249k|  15.7 |   335M |  93 |2260 |8721 | 536 |  84k|  0 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3497.93/3511.04	c   665s|461400 |  7422 |  7250k|  15.7 |   335M |  93 |2260 |8659 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3498.03/3511.15	c   665s|461500 |  7418 |  7250k|  15.7 |   335M |  93 |2260 |8647 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3498.12/3511.27	c   665s|461600 |  7416 |  7251k|  15.7 |   335M |  93 |2260 |8682 | 536 |  84k|  0 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3498.22/3511.38	c   665s|461700 |  7413 |  7252k|  15.7 |   335M |  93 |2260 |8625 | 536 |  84k|  1 | 291k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3498.42/3511.50	c   665s|461800 |  7412 |  7252k|  15.7 |   335M |  93 |2260 |8503 | 536 |  84k|  1 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3498.52/3511.63	c   665s|461900 |  7414 |  7253k|  15.7 |   335M |  93 |2260 |8505 | 536 |  84k|  0 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3498.62/3511.77	c   665s|462000 |  7412 |  7253k|  15.7 |   335M |  93 |2260 |8551 | 536 |  84k|  0 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3498.82/3511.90	c   666s|462100 |  7407 |  7254k|  15.7 |   335M |  93 |2260 |8579 |   0 |  84k|  0 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3498.93/3512.02	c   666s|462200 |  7406 |  7254k|  15.7 |   335M |  93 |2260 |8613 | 536 |  84k|  0 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3499.03/3512.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3499.03/3512.13	c   666s|462300 |  7404 |  7255k|  15.7 |   335M |  93 |2260 |8678 | 536 |  84k|  1 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3499.11/3512.26	c   666s|462400 |  7393 |  7256k|  15.7 |   335M |  93 |2260 |8566 | 536 |  84k|  1 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3499.21/3512.39	c   666s|462500 |  7389 |  7256k|  15.7 |   335M |  93 |2260 |8578 | 536 |  84k|  0 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3499.41/3512.52	c   666s|462600 |  7389 |  7256k|  15.7 |   335M |  93 |2260 |8600 |   0 |  84k|  0 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3499.51/3512.67	c   666s|462700 |  7392 |  7257k|  15.7 |   335M |  93 |2260 |8649 | 536 |  84k|  1 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3499.71/3512.80	c   667s|462800 |  7392 |  7257k|  15.7 |   335M |  93 |2260 |8695 | 536 |  84k|  1 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3499.81/3512.94	c   667s|462900 |  7390 |  7258k|  15.7 |   335M |  93 |2260 |8732 | 536 |  84k|  1 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3499.93/3513.09	c   667s|463000 |  7390 |  7258k|  15.7 |   335M |  93 |2260 |8659 | 536 |  84k|  1 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3500.11/3513.21	c   667s|463100 |  7407 |  7259k|  15.7 |   335M |  93 |2260 |8619 | 536 |  84k|  1 | 292k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3500.21/3513.32	c   667s|463200 |  7411 |  7259k|  15.7 |   335M |  93 |2260 |8653 |   0 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3500.31/3513.46	c   667s|463300 |  7411 |  7260k|  15.7 |   335M |  93 |2260 |8659 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3500.51/3513.61	c   667s|463400 |  7400 |  7260k|  15.7 |   335M |  93 |2260 |8667 |   0 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3500.61/3513.74	c   667s|463500 |  7399 |  7261k|  15.7 |   335M |  93 |2260 |8662 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3500.71/3513.85	c   668s|463600 |  7402 |  7262k|  15.7 |   335M |  93 |2260 |8675 | 536 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3500.81/3513.96	c   668s|463700 |  7399 |  7263k|  15.7 |   335M |  93 |2260 |8642 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3500.92/3514.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3500.92/3514.07	c   668s|463800 |  7399 |  7264k|  15.7 |   335M |  93 |2260 |8629 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3501.11/3514.20	c   668s|463900 |  7408 |  7264k|  15.7 |   335M |  93 |2260 |8663 | 536 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3501.21/3514.33	c   668s|464000 |  7407 |  7265k|  15.7 |   335M |  93 |2260 |8694 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3501.31/3514.45	c   668s|464100 |  7405 |  7265k|  15.7 |   335M |  93 |2260 |8788 |   0 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3501.41/3514.57	c   668s|464200 |  7402 |  7266k|  15.6 |   335M |  93 |2260 |8742 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3501.51/3514.68	c   668s|464300 |  7405 |  7266k|  15.6 |   335M |  93 |2260 |8766 | 536 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3501.70/3514.80	c   668s|464400 |  7399 |  7267k|  15.6 |   335M |  93 |2260 |8779 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3501.80/3514.92	c   669s|464500 |  7399 |  7268k|  15.6 |   335M |  93 |2260 |8723 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3501.92/3515.04	c   669s|464600 |  7404 |  7269k|  15.6 |   335M |  93 |2260 |8625 | 536 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3502.02/3515.15	c   669s|464700 |  7418 |  7270k|  15.6 |   335M |  93 |2260 |8527 | 536 |  84k|  1 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3502.10/3515.25	c   669s|464800 |  7414 |  7271k|  15.6 |   335M |  93 |2260 |8539 | 536 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3502.20/3515.36	c   669s|464900 |  7416 |  7272k|  15.6 |   335M |  93 |2260 |8535 | 536 |  84k|  0 | 293k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3502.40/3515.58	c   669s|465000 |  7416 |  7273k|  15.6 |   335M |  93 |2260 |8554 | 536 |  84k|  1 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3502.50/3515.69	c   669s|465100 |  7416 |  7274k|  15.6 |   335M |  93 |2260 |8503 | 536 |  84k|  0 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3502.60/3515.79	c   669s|465200 |  7423 |  7275k|  15.6 |   335M |  93 |2260 |8493 |   0 |  84k|  0 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3502.80/3515.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3502.80/3515.90	c   670s|465300 |  7424 |  7275k|  15.6 |   335M |  93 |2260 |8525 |   0 |  84k|  0 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3502.91/3516.02	c   670s|465400 |  7427 |  7276k|  15.6 |   335M |  93 |2260 |8520 | 536 |  84k|  1 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3503.01/3516.13	c   670s|465500 |  7428 |  7277k|  15.6 |   335M |  93 |2260 |8581 |   0 |  84k|  0 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3503.10/3516.26	c   670s|465600 |  7427 |  7277k|  15.6 |   335M |  93 |2260 |8596 | 536 |  84k|  1 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3503.20/3516.39	c   670s|465700 |  7428 |  7278k|  15.6 |   335M |  93 |2260 |8619 | 536 |  84k|  0 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3503.40/3516.50	c   670s|465800 |  7438 |  7278k|  15.6 |   335M |  93 |2260 |8717 | 536 |  84k|  1 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3503.50/3516.63	c   670s|465900 |  7445 |  7279k|  15.6 |   335M |  93 |2260 |8722 | 536 |  84k|  1 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3503.60/3516.76	c   670s|466000 |  7446 |  7280k|  15.6 |   335M |  93 |2260 |8703 | 536 |  84k|  1 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3503.70/3516.87	c   671s|466100 |  7443 |  7280k|  15.6 |   335M |  93 |2260 |8752 | 536 |  84k|  0 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3503.80/3517.00	c   671s|466200 |  7441 |  7281k|  15.6 |   335M |  93 |2260 |8731 | 536 |  84k|  0 | 294k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.01/3517.11	c   671s|466300 |  7443 |  7282k|  15.6 |   335M |  93 |2260 |8754 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.10/3517.23	c   671s|466400 |  7445 |  7284k|  15.6 |   335M |  93 |2260 |8777 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.20/3517.35	c   671s|466500 |  7447 |  7284k|  15.6 |   335M |  93 |2260 |8832 |   0 |  84k|  0 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.29/3517.47	c   671s|466600 |  7450 |  7285k|  15.6 |   335M |  93 |2260 |8864 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.39/3517.58	c   671s|466700 |  7446 |  7286k|  15.6 |   335M |  93 |2260 |8838 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.49/3517.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3504.49/3517.69	c   671s|466800 |  7448 |  7286k|  15.6 |   335M |  93 |2260 |8824 | 536 |  84k|  0 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.69/3517.80	c   672s|466900 |  7458 |  7287k|  15.6 |   335M |  93 |2260 |8696 |   0 |  84k|  0 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.79/3517.92	c   672s|467000 |  7450 |  7288k|  15.6 |   335M |  93 |2260 |8692 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3504.91/3518.03	c   672s|467100 |  7446 |  7289k|  15.6 |   335M |  93 |2260 |8701 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.01/3518.13	c   672s|467200 |  7446 |  7290k|  15.6 |   335M |  93 |2260 |8665 |   0 |  84k|  0 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.09/3518.23	c   672s|467300 |  7452 |  7290k|  15.6 |   335M |  93 |2260 |8643 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.19/3518.35	c   672s|467400 |  7452 |  7291k|  15.6 |   335M |  93 |2260 |8723 | 536 |  84k|  0 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.29/3518.48	c   672s|467500 |  7452 |  7291k|  15.6 |   335M |  93 |2260 |8761 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.49/3518.60	c   672s|467600 |  7448 |  7292k|  15.6 |   335M |  93 |2260 |8780 | 536 |  84k|  0 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.59/3518.72	c   672s|467700 |  7445 |  7292k|  15.6 |   335M |  93 |2260 |8767 | 536 |  84k|  0 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.69/3518.83	c   673s|467800 |  7443 |  7293k|  15.6 |   335M |  93 |2260 |8770 | 536 |  84k|  1 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.79/3518.95	c   673s|467900 |  7448 |  7294k|  15.6 |   335M |  93 |2260 |8786 |   0 |  84k|  0 | 295k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3505.90/3519.06	c   673s|468000 |  7444 |  7294k|  15.6 |   335M |  93 |2260 |8800 |   0 |  84k|  0 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.00/3519.18	c   673s|468100 |  7442 |  7295k|  15.6 |   335M |  93 |2260 |8777 | 536 |  84k|  0 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.09/3519.29	c   673s|468200 |  7447 |  7295k|  15.6 |   335M |  93 |2260 |8793 | 536 |  84k|  1 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.29/3519.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3506.29/3519.42	c   673s|468300 |  7441 |  7296k|  15.6 |   335M |  93 |2260 |8805 | 536 |  84k|  1 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.39/3519.50	c   673s|468400 |  7438 |  7296k|  15.6 |   335M |  93 |2260 |8825 | 536 |  84k|  1 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.49/3519.61	c   673s|468500 |  7434 |  7297k|  15.6 |   335M |  93 |2260 |8795 | 536 |  84k|  1 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.59/3519.70	c   673s|468600 |  7435 |  7298k|  15.6 |   335M |  93 |2260 |8822 | 536 |  84k|  1 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.59/3519.77	c   673s|468700 |  7433 |  7298k|  15.6 |   335M |  93 |2260 |8855 |   0 |  84k|  0 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.69/3519.84	c   674s|468800 |  7432 |  7299k|  15.6 |   335M |  93 |2260 |8888 |   0 |  84k|  0 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.79/3519.90	c   674s|468900 |  7436 |  7300k|  15.6 |   335M |  93 |2260 |8886 | 536 |  84k|  1 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3506.79/3519.99	c   674s|469000 |  7436 |  7300k|  15.6 |   335M |  93 |2260 |8977 | 536 |  84k|  0 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.00/3520.12	c   674s|469100 |  7431 |  7301k|  15.6 |   335M |  93 |2260 |9023 | 536 |  84k|  1 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.08/3520.23	c   674s|469200 |  7437 |  7302k|  15.6 |   335M |  93 |2260 |9054 |   0 |  84k|  0 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.18/3520.34	c   674s|469300 |  7435 |  7302k|  15.6 |   335M |  93 |2260 |9156 | 536 |  84k|  1 | 296k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.28/3520.46	c   674s|469400 |  7427 |  7303k|  15.6 |   335M |  93 |2260 |9166 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.38/3520.56	c   674s|469500 |  7439 |  7303k|  15.6 |   335M |  93 |2260 |9113 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.48/3520.67	c   674s|469600 |  7431 |  7304k|  15.6 |   335M |  93 |2260 |9126 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.58/3520.77	c   674s|469700 |  7438 |  7305k|  15.6 |   335M |  93 |2260 |9093 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.68/3520.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3507.68/3520.88	c   675s|469800 |  7436 |  7306k|  15.5 |   335M |  93 |2260 |9077 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.78/3520.99	c   675s|469900 |  7444 |  7308k|  15.5 |   335M |  93 |2260 |9085 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.90/3521.10	c   675s|470000 |  7442 |  7308k|  15.5 |   335M |  93 |2260 |9090 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3507.99/3521.18	c   675s|470100 |  7443 |  7309k|  15.5 |   335M |  93 |2260 |9157 | 536 |  84k|  0 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3508.08/3521.29	c   675s|470200 |  7445 |  7310k|  15.5 |   335M |  93 |2260 |9133 | 536 |  84k|  0 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3508.28/3521.41	c   675s|470300 |  7441 |  7310k|  15.5 |   335M |  93 |2260 |9091 | 536 |  84k|  0 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3508.38/3521.53	c   675s|470400 |  7439 |  7311k|  15.5 |   335M |  93 |2260 |9055 |   0 |  84k|  0 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3508.48/3521.64	c   675s|470500 |  7439 |  7312k|  15.5 |   335M |  93 |2260 |9060 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3508.58/3521.77	c   675s|470600 |  7435 |  7313k|  15.5 |   335M |  93 |2260 |9073 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3508.78/3521.90	c   676s|470700 |  7426 |  7314k|  15.5 |   335M |  93 |2260 |9045 | 536 |  84k|  0 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3508.89/3522.03	c   676s|470800 |  7439 |  7314k|  15.5 |   335M |  93 |2260 |8983 | 536 |  84k|  1 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3508.99/3522.16	c   676s|470900 |  7439 |  7315k|  15.5 |   335M |  93 |2260 |9018 |   0 |  84k|  0 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.08/3522.27	c   676s|471000 |  7444 |  7315k|  15.5 |   335M |  93 |2260 |9024 | 536 |  84k|  0 | 297k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.18/3522.38	c   676s|471100 |  7443 |  7316k|  15.5 |   335M |  93 |2260 |9058 | 536 |  84k|  1 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.28/3522.48	c   676s|471200 |  7441 |  7317k|  15.5 |   335M |  93 |2260 |9084 |   0 |  84k|  0 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.47/3522.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3509.47/3522.60	c   676s|471300 |  7439 |  7317k|  15.5 |   335M |  93 |2260 |9068 | 536 |  84k|  0 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.57/3522.73	c   676s|471400 |  7440 |  7318k|  15.5 |   335M |  93 |2260 |9089 | 536 |  84k|  1 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.67/3522.85	c   677s|471500 |  7437 |  7319k|  15.5 |   335M |  93 |2260 |9095 |   0 |  84k|  0 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.77/3522.97	c   677s|471600 |  7435 |  7319k|  15.5 |   335M |  93 |2260 |9066 |   0 |  84k|  0 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.89/3523.08	c   677s|471700 |  7435 |  7320k|  15.5 |   335M |  93 |2260 |9090 | 536 |  84k|  1 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3509.99/3523.19	c   677s|471800 |  7429 |  7320k|  15.5 |   335M |  93 |2260 |9148 | 536 |  84k|  1 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3510.17/3523.32	c   677s|471900 |  7428 |  7321k|  15.5 |   335M |  93 |2260 |9098 | 536 |  84k|  1 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3510.27/3523.43	c   677s|472000 |  7429 |  7322k|  15.5 |   335M |  93 |2260 |9127 | 536 |  84k|  0 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3510.37/3523.54	c   677s|472100 |  7428 |  7323k|  15.5 |   335M |  93 |2260 |9153 | 536 |  84k|  1 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3510.47/3523.62	c   677s|472200 |  7428 |  7324k|  15.5 |   335M |  93 |2260 |9166 |   0 |  84k|  0 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3510.57/3523.74	c   677s|472300 |  7427 |  7325k|  15.5 |   335M |  93 |2260 |9205 | 536 |  84k|  0 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3510.67/3523.86	c   678s|472400 |  7430 |  7327k|  15.5 |   335M |  93 |2260 |9212 | 536 |  84k|  0 | 298k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3510.77/3523.96	c   678s|472500 |  7422 |  7328k|  15.5 |   335M |  93 |2260 |9268 | 536 |  84k|  1 | 299k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3510.88/3524.08	c   678s|472600 |  7431 |  7328k|  15.5 |   335M |  93 |2260 |9344 | 536 |  84k|  0 | 299k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.07/3524.20	c   678s|472700 |  7430 |  7329k|  15.5 |   335M |  93 |2260 |9394 |   0 |  84k|  0 | 299k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.17/3524.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3511.17/3524.33	c   678s|472800 |  7428 |  7329k|  15.5 |   335M |  93 |2260 |9490 | 536 |  84k|  1 | 299k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.27/3524.44	c   678s|472900 |  7423 |  7330k|  15.5 |   335M |  93 |2260 |9625 |   0 |  84k|  0 | 299k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.36/3524.55	c   678s|473000 |  7434 |  7330k|  15.5 |   335M |  93 |2260 |9592 |   0 |  84k|  0 | 299k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.46/3524.66	c   678s|473100 |  7427 |  7331k|  15.5 |   335M |  93 |2260 |9609 |   0 |  84k|  0 | 299k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.56/3524.77	c   678s|473200 |  7427 |  7331k|  15.5 |   335M |  93 |2260 |9704 |   0 |  84k|  0 | 300k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.66/3524.88	c   679s|473300 |  7426 |  7332k|  15.5 |   335M |  93 |2260 |9693 | 536 |  84k|  1 | 300k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.76/3525.00	c   679s|473400 |  7428 |  7332k|  15.5 |   335M |  93 |2260 |9678 | 536 |  84k|  1 | 300k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3511.98/3525.11	c   679s|473500 |  7423 |  7333k|  15.5 |   335M |  93 |2260 |9753 | 536 |  84k|  1 | 300k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.06/3525.24	c   679s|473600 |  7429 |  7334k|  15.5 |   335M |  93 |2260 |9572 | 536 |  84k|  1 | 300k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.16/3525.34	c   679s|473700 |  7429 |  7334k|  15.5 |   335M |  93 |2260 |9586 |   0 |  84k|  0 | 300k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.26/3525.47	c   679s|473800 |  7427 |  7335k|  15.5 |   335M |  93 |2260 |9492 | 536 |  84k|  1 | 300k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.36/3525.57	c   679s|473900 |  7429 |  7336k|  15.5 |   335M |  93 |2260 |9549 | 536 |  84k|  1 | 300k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.46/3525.68	c   679s|474000 |  7429 |  7336k|  15.5 |   335M |  93 |2260 |9594 | 536 |  84k|  0 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.56/3525.79	c   679s|474100 |  7427 |  7336k|  15.5 |   335M |  93 |2260 |9648 | 536 |  84k|  1 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.76/3525.91	c   680s|474200 |  7417 |  7337k|  15.5 |   335M |  93 |2260 |9490 | 536 |  84k|  1 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.87/3526.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3512.87/3526.03	c   680s|474300 |  7416 |  7338k|  15.5 |   335M |  93 |2260 |9338 | 536 |  84k|  0 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3512.97/3526.13	c   680s|474400 |  7413 |  7339k|  15.5 |   335M |  93 |2260 |9336 |   0 |  84k|  0 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.06/3526.24	c   680s|474500 |  7414 |  7339k|  15.5 |   335M |  93 |2260 |9392 |   0 |  84k|  0 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.16/3526.36	c   680s|474600 |  7411 |  7340k|  15.5 |   335M |  93 |2260 |9349 | 536 |  84k|  1 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.26/3526.47	c   680s|474700 |  7411 |  7341k|  15.5 |   335M |  93 |2260 |9134 | 536 |  84k|  1 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.46/3526.60	c   680s|474800 |  7415 |  7341k|  15.5 |   335M |  93 |2260 |9138 | 536 |  84k|  1 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.56/3526.71	c   680s|474900 |  7411 |  7342k|  15.5 |   335M |  93 |2260 |9128 | 536 |  84k|  1 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.66/3526.81	c   681s|475000 |  7413 |  7343k|  15.5 |   335M |  93 |2260 |9130 |   0 |  84k|  0 | 301k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.76/3526.92	c   681s|475100 |  7418 |  7343k|  15.5 |   335M |  93 |2260 |9109 | 536 |  84k|  1 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.87/3527.05	c   681s|475200 |  7417 |  7344k|  15.5 |   335M |  93 |2260 |9154 | 536 |  84k|  0 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3513.97/3527.17	c   681s|475300 |  7415 |  7344k|  15.4 |   335M |  93 |2260 |9182 | 536 |  84k|  0 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3514.05/3527.28	c   681s|475400 |  7417 |  7345k|  15.4 |   335M |  93 |2260 |9171 | 536 |  84k|  1 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3514.15/3527.38	c   681s|475500 |  7417 |  7345k|  15.4 |   335M |  93 |2260 |9253 | 536 |  84k|  1 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3514.25/3527.49	c   681s|475600 |  7408 |  7346k|  15.4 |   335M |  93 |2260 |9250 | 536 |  84k|  1 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3514.45/3527.60	c   681s|475700 |  7407 |  7346k|  15.4 |   335M |  93 |2260 |9244 | 536 |  84k|  1 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3514.55/3527.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3514.55/3527.72	c   681s|475800 |  7418 |  7347k|  15.4 |   335M |  93 |2260 |9019 | 536 |  84k|  1 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3514.65/3527.85	c   682s|475900 |  7415 |  7348k|  15.4 |   335M |  93 |2260 |9023 |   0 |  84k|  0 | 302k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3514.75/3527.98	c   682s|476000 |  7417 |  7348k|  15.4 |   335M |  93 |2260 |9065 |   0 |  84k|  0 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3514.87/3528.09	c   682s|476100 |  7417 |  7349k|  15.4 |   335M |  93 |2260 |9046 | 536 |  84k|  1 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.05/3528.22	c   682s|476200 |  7414 |  7349k|  15.4 |   335M |  93 |2260 |9113 | 536 |  84k|  1 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.15/3528.33	c   682s|476300 |  7409 |  7350k|  15.4 |   335M |  93 |2260 |9060 | 536 |  84k|  0 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.25/3528.45	c   682s|476400 |  7407 |  7351k|  15.4 |   335M |  93 |2260 |8960 | 536 |  84k|  0 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.35/3528.56	c   682s|476500 |  7405 |  7352k|  15.4 |   335M |  93 |2260 |8856 |   0 |  84k|  0 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.45/3528.67	c   682s|476600 |  7398 |  7352k|  15.4 |   335M |  93 |2260 |8868 | 536 |  84k|  1 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.55/3528.78	c   682s|476700 |  7395 |  7353k|  15.4 |   335M |  93 |2260 |8856 | 536 |  84k|  1 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.75/3528.90	c   683s|476800 |  7400 |  7353k|  15.4 |   335M |  93 |2260 |8941 | 536 |  84k|  0 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.86/3529.02	c   683s|476900 |  7400 |  7354k|  15.4 |   335M |  93 |2260 |8986 | 536 |  84k|  1 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3515.96/3529.15	c   683s|477000 |  7400 |  7354k|  15.4 |   335M |  93 |2260 |8968 | 536 |  84k|  1 | 303k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.05/3529.27	c   683s|477100 |  7399 |  7355k|  15.4 |   335M |  93 |2260 |8950 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.15/3529.38	c   683s|477200 |  7397 |  7356k|  15.4 |   335M |  93 |2260 |8916 |   0 |  84k|  0 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.25/3529.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3516.25/3529.45	c   683s|477300 |  7405 |  7357k|  15.4 |   335M |  93 |2260 |8919 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.35/3529.51	c   683s|477400 |  7413 |  7358k|  15.4 |   335M |  93 |2260 |8920 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.35/3529.58	c   683s|477500 |  7409 |  7358k|  15.4 |   335M |  93 |2260 |8927 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.45/3529.65	c   683s|477600 |  7405 |  7359k|  15.4 |   335M |  93 |2260 |8932 |   0 |  84k|  0 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.55/3529.73	c   683s|477700 |  7407 |  7360k|  15.4 |   335M |  93 |2260 |8935 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.64/3529.81	c   684s|477800 |  7405 |  7361k|  15.4 |   335M |  93 |2260 |8937 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.74/3529.91	c   684s|477900 |  7403 |  7362k|  15.4 |   335M |  93 |2260 |8975 | 536 |  84k|  0 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.86/3530.03	c   684s|478000 |  7409 |  7363k|  15.4 |   335M |  93 |2260 |9016 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3516.96/3530.14	c   684s|478100 |  7409 |  7365k|  15.4 |   335M |  93 |2260 |9051 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.04/3530.26	c   684s|478200 |  7399 |  7366k|  15.4 |   335M |  93 |2260 |9074 | 536 |  84k|  0 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.14/3530.38	c   684s|478300 |  7395 |  7368k|  15.4 |   335M |  93 |2260 |9056 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.24/3530.47	c   684s|478400 |  7395 |  7368k|  15.4 |   335M |  93 |2260 |9115 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.34/3530.59	c   684s|478500 |  7396 |  7368k|  15.4 |   335M |  93 |2260 |9140 |   0 |  84k|  0 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.54/3530.70	c   684s|478600 |  7395 |  7369k|  15.4 |   335M |  93 |2260 |9126 |   0 |  84k|  0 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.64/3530.81	c   685s|478700 |  7387 |  7370k|  15.4 |   335M |  93 |2260 |9115 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.74/3530.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3517.74/3530.92	c   685s|478800 |  7388 |  7370k|  15.4 |   335M |  93 |2260 |9201 | 536 |  84k|  1 | 304k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.85/3531.03	c   685s|478900 |  7384 |  7371k|  15.4 |   335M |  93 |2260 |9310 | 536 |  84k|  0 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3517.95/3531.13	c   685s|479000 |  7390 |  7371k|  15.4 |   335M |  93 |2260 |9287 | 536 |  84k|  1 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.04/3531.24	c   685s|479100 |  7385 |  7372k|  15.4 |   335M |  93 |2260 |9227 | 536 |  84k|  1 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.14/3531.36	c   685s|479200 |  7387 |  7372k|  15.4 |   335M |  93 |2260 |9241 | 536 |  84k|  1 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.24/3531.46	c   685s|479300 |  7391 |  7373k|  15.4 |   335M |  93 |2260 |9308 | 536 |  84k|  1 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.34/3531.58	c   685s|479400 |  7385 |  7373k|  15.4 |   335M |  93 |2260 |9381 | 536 |  84k|  1 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.54/3531.70	c   685s|479500 |  7384 |  7373k|  15.4 |   335M |  93 |2260 |9341 |   0 |  84k|  0 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.64/3531.81	c   686s|479600 |  7391 |  7374k|  15.4 |   335M |  93 |2260 |9081 | 536 |  84k|  1 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.74/3531.93	c   686s|479700 |  7396 |  7375k|  15.4 |   335M |  93 |2260 |9099 | 536 |  84k|  1 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.85/3532.04	c   686s|479800 |  7393 |  7376k|  15.4 |   335M |  93 |2260 |9095 | 536 |  84k|  0 | 305k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3518.95/3532.15	c   686s|479900 |  7392 |  7376k|  15.4 |   335M |  93 |2260 |9261 | 536 |  84k|  0 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.04/3532.25	c   686s|480000 |  7394 |  7377k|  15.4 |   335M |  93 |2260 |9275 | 536 |  84k|  0 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.14/3532.36	c   686s|480100 |  7397 |  7377k|  15.4 |   335M |  93 |2260 |9290 | 536 |  84k|  0 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.24/3532.47	c   686s|480200 |  7394 |  7377k|  15.4 |   335M |  93 |2260 |9325 | 536 |  84k|  0 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.33/3532.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3519.33/3532.59	c   686s|480300 |  7395 |  7378k|  15.4 |   335M |  93 |2260 |9319 | 536 |  84k|  1 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.53/3532.71	c   686s|480400 |  7395 |  7378k|  15.4 |   335M |  93 |2260 |9356 | 536 |  84k|  1 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.63/3532.81	c   687s|480500 |  7398 |  7379k|  15.4 |   335M |  93 |2260 |9365 | 536 |  84k|  1 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.73/3532.93	c   687s|480600 |  7390 |  7380k|  15.4 |   335M |  93 |2260 |9396 |   0 |  84k|  0 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.85/3533.05	c   687s|480700 |  7385 |  7380k|  15.4 |   335M |  93 |2260 |9395 | 536 |  84k|  1 | 306k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3519.95/3533.17	c   687s|480800 |  7393 |  7381k|  15.3 |   335M |  93 |2260 |9361 | 536 |  84k|  0 | 307k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.03/3533.27	c   687s|480900 |  7395 |  7381k|  15.3 |   335M |  93 |2260 |9394 | 536 |  84k|  0 | 307k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.13/3533.38	c   687s|481000 |  7392 |  7382k|  15.3 |   335M |  93 |2260 |9507 | 536 |  84k|  1 | 307k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.23/3533.48	c   687s|481100 |  7387 |  7382k|  15.3 |   335M |  93 |2260 |9528 |   0 |  84k|  0 | 307k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.33/3533.58	c   687s|481200 |  7386 |  7383k|  15.3 |   335M |  93 |2260 |9548 | 536 |  84k|  0 | 307k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.43/3533.69	c   687s|481300 |  7389 |  7383k|  15.3 |   335M |  93 |2260 |9614 | 536 |  84k|  1 | 307k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.63/3533.80	c   688s|481400 |  7384 |  7384k|  15.3 |   335M |  93 |2260 |9486 | 536 |  84k|  0 | 307k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.73/3533.93	c   688s|481500 |  7394 |  7385k|  15.3 |   335M |  93 |2260 |9117 | 536 |  84k|  1 | 307k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.84/3534.04	c   688s|481600 |  7398 |  7385k|  15.3 |   335M |  93 |2260 |9248 | 536 |  84k|  1 | 308k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3520.94/3534.14	c   688s|481700 |  7397 |  7386k|  15.3 |   335M |  93 |2260 |9274 |   0 |  84k|  0 | 308k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.03/3534.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3521.03/3534.26	c   688s|481800 |  7396 |  7386k|  15.3 |   335M |  93 |2260 |9396 |   0 |  84k|  0 | 308k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.13/3534.37	c   688s|481900 |  7394 |  7387k|  15.3 |   335M |  93 |2260 |9414 | 536 |  84k|  1 | 308k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.23/3534.47	c   688s|482000 |  7397 |  7387k|  15.3 |   335M |  93 |2260 |9374 | 536 |  84k|  1 | 308k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.33/3534.58	c   688s|482100 |  7400 |  7388k|  15.3 |   335M |  93 |2260 |9375 | 536 |  84k|  0 | 308k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.43/3534.68	c   688s|482200 |  7395 |  7389k|  15.3 |   335M |  93 |2260 |9357 | 536 |  84k|  0 | 308k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.53/3534.79	c   688s|482300 |  7393 |  7390k|  15.3 |   335M |  93 |2260 |9362 | 536 |  84k|  0 | 308k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.72/3534.91	c   689s|482400 |  7390 |  7390k|  15.3 |   335M |  93 |2260 |9446 | 536 |  84k|  1 | 309k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.84/3535.02	c   689s|482500 |  7392 |  7391k|  15.3 |   335M |  93 |2260 |9545 | 536 |  84k|  1 | 309k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3521.94/3535.12	c   689s|482600 |  7393 |  7391k|  15.3 |   335M |  93 |2260 |9610 | 536 |  84k|  0 | 309k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.02/3535.23	c   689s|482700 |  7389 |  7392k|  15.3 |   335M |  93 |2260 |9520 |   0 |  84k|  0 | 309k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.12/3535.34	c   689s|482800 |  7391 |  7392k|  15.3 |   335M |  93 |2260 |9547 | 536 |  84k|  1 | 309k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.22/3535.46	c   689s|482900 |  7389 |  7393k|  15.3 |   335M |  93 |2260 |9614 |   0 |  84k|  0 | 309k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.42/3535.60	c   689s|483000 |  7388 |  7393k|  15.3 |   335M |  93 |2260 |9661 | 536 |  84k|  1 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.52/3535.72	c   689s|483100 |  7391 |  7394k|  15.3 |   335M |  93 |2260 |9668 |   0 |  84k|  0 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.62/3535.83	c   690s|483200 |  7385 |  7394k|  15.3 |   335M |  93 |2260 |9318 | 536 |  84k|  0 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.72/3535.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3522.72/3535.95	c   690s|483300 |  7389 |  7395k|  15.3 |   335M |  93 |2260 |9340 | 536 |  84k|  1 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.83/3536.08	c   690s|483400 |  7383 |  7396k|  15.3 |   335M |  93 |2260 |9269 | 536 |  84k|  0 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3522.93/3536.15	c   690s|483500 |  7385 |  7396k|  15.3 |   335M |  93 |2260 |9283 | 536 |  84k|  0 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.02/3536.23	c   690s|483600 |  7383 |  7397k|  15.3 |   335M |  93 |2260 |9310 | 536 |  84k|  1 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.12/3536.36	c   690s|483700 |  7385 |  7398k|  15.3 |   335M |  93 |2260 |9053 | 536 |  84k|  1 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.32/3536.50	c   690s|483800 |  7381 |  7398k|  15.3 |   335M |  93 |2260 |9059 |   0 |  84k|  0 | 310k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.42/3536.64	c   690s|483900 |  7378 |  7399k|  15.3 |   335M |  93 |2260 |8968 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.52/3536.75	c   690s|484000 |  7379 |  7400k|  15.3 |   335M |  93 |2260 |8962 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.62/3536.85	c   691s|484100 |  7378 |  7401k|  15.3 |   335M |  93 |2260 |8973 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.72/3536.96	c   691s|484200 |  7377 |  7401k|  15.3 |   335M |  93 |2260 |8999 | 536 |  84k|  1 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.83/3537.08	c   691s|484300 |  7377 |  7402k|  15.3 |   335M |  93 |2260 |9019 |   0 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3523.93/3537.18	c   691s|484400 |  7375 |  7402k|  15.3 |   335M |  93 |2260 |9043 | 535 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3524.02/3537.29	c   691s|484500 |  7374 |  7403k|  15.3 |   335M |  93 |2260 |9112 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3524.22/3537.41	c   691s|484600 |  7374 |  7404k|  15.3 |   335M |  93 |2260 |9057 | 536 |  84k|  1 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3524.31/3537.52	c   691s|484700 |  7372 |  7404k|  15.3 |   335M |  93 |2260 |9093 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3524.41/3537.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3524.41/3537.64	c   691s|484800 |  7377 |  7405k|  15.3 |   335M |  93 |2260 |8991 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3524.51/3537.75	c   691s|484900 |  7391 |  7407k|  15.3 |   335M |  93 |2260 |9072 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3524.61/3537.87	c   692s|485000 |  7375 |  7408k|  15.3 |   335M |  93 |2260 |9097 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3524.71/3538.00	c   692s|485100 |  7373 |  7410k|  15.3 |   335M |  93 |2260 |9116 | 536 |  84k|  1 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3524.83/3538.10	c   692s|485200 |  7369 |  7411k|  15.3 |   335M |  93 |2260 |9114 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.01/3538.22	c   692s|485300 |  7362 |  7412k|  15.3 |   335M |  93 |2260 |9083 | 536 |  84k|  0 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.11/3538.34	c   692s|485400 |  7365 |  7413k|  15.3 |   335M |  93 |2260 |8985 | 536 |  84k|  1 | 311k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.21/3538.45	c   692s|485500 |  7365 |  7414k|  15.3 |   335M |  93 |2260 |9060 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.31/3538.55	c   692s|485600 |  7363 |  7414k|  15.3 |   335M |  93 |2260 |9074 | 536 |  84k|  0 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.41/3538.66	c   692s|485700 |  7363 |  7415k|  15.3 |   335M |  93 |2260 |9103 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.51/3538.77	c   692s|485800 |  7360 |  7415k|  15.3 |   335M |  93 |2260 |9038 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.61/3538.88	c   693s|485900 |  7359 |  7416k|  15.3 |   335M |  93 |2260 |9070 | 536 |  84k|  0 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.71/3539.00	c   693s|486000 |  7359 |  7417k|  15.3 |   335M |  93 |2260 |8849 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3525.92/3539.11	c   693s|486100 |  7359 |  7418k|  15.3 |   335M |  93 |2260 |8831 | 536 |  84k|  0 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.01/3539.21	c   693s|486200 |  7364 |  7419k|  15.3 |   335M |  93 |2260 |8792 | 536 |  84k|  0 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.11/3539.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3526.11/3539.33	c   693s|486300 |  7362 |  7419k|  15.3 |   335M |  93 |2260 |8826 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.21/3539.44	c   693s|486400 |  7366 |  7420k|  15.3 |   335M |  93 |2260 |8842 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.31/3539.55	c   693s|486500 |  7363 |  7421k|  15.3 |   335M |  93 |2260 |8885 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.41/3539.65	c   693s|486600 |  7366 |  7421k|  15.2 |   335M |  93 |2260 |8907 | 536 |  84k|  0 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.51/3539.76	c   693s|486700 |  7364 |  7422k|  15.2 |   335M |  93 |2260 |8920 | 536 |  84k|  0 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.61/3539.88	c   694s|486800 |  7361 |  7422k|  15.2 |   335M |  93 |2260 |8925 | 536 |  84k|  0 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.70/3540.00	c   694s|486900 |  7367 |  7423k|  15.2 |   335M |  93 |2260 |8861 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3526.82/3540.11	c   694s|487000 |  7366 |  7424k|  15.2 |   335M |  93 |2260 |8876 | 536 |  84k|  1 | 312k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.00/3540.21	c   694s|487100 |  7364 |  7424k|  15.2 |   335M |  93 |2260 |8894 | 536 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.10/3540.33	c   694s|487200 |  7365 |  7425k|  15.2 |   335M |  93 |2260 |8928 |   0 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.20/3540.43	c   694s|487300 |  7364 |  7425k|  15.2 |   335M |  93 |2260 |8942 |   0 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.30/3540.52	c   694s|487400 |  7363 |  7425k|  15.2 |   335M |  93 |2260 |8944 | 536 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.40/3540.63	c   694s|487500 |  7366 |  7426k|  15.2 |   335M |  93 |2260 |8847 | 536 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.50/3540.76	c   694s|487600 |  7365 |  7427k|  15.2 |   335M |  93 |2260 |8724 | 536 |  84k|  1 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.60/3540.87	c   695s|487700 |  7366 |  7428k|  15.2 |   335M |  93 |2260 |8825 | 536 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.70/3540.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3527.70/3540.95	c   695s|487800 |  7368 |  7428k|  15.2 |   335M |  93 |2260 |8860 | 536 |  84k|  1 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.81/3541.07	c   695s|487900 |  7370 |  7429k|  15.2 |   335M |  93 |2260 |8843 | 536 |  84k|  1 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3527.91/3541.18	c   695s|488000 |  7374 |  7429k|  15.2 |   335M |  93 |2260 |8869 | 536 |  84k|  1 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3528.10/3541.31	c   695s|488100 |  7371 |  7430k|  15.2 |   335M |  93 |2260 |8950 |   0 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3528.20/3541.43	c   695s|488200 |  7365 |  7431k|  15.2 |   335M |  93 |2260 |8830 | 536 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3528.30/3541.54	c   695s|488300 |  7371 |  7432k|  15.2 |   335M |  93 |2260 |8881 |   0 |  84k|  0 | 313k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3528.40/3541.65	c   695s|488400 |  7367 |  7432k|  15.2 |   335M |  93 |2260 |8925 | 536 |  84k|  1 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3528.50/3541.78	c   695s|488500 |  7363 |  7433k|  15.2 |   335M |  93 |2260 |8956 | 536 |  84k|  0 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3528.70/3541.90	c   696s|488600 |  7359 |  7434k|  15.2 |   335M |  93 |2260 |8869 | 536 |  84k|  0 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3528.70/3542.00	c   696s|488700 |  7361 |  7434k|  15.2 |   335M |  93 |2260 |8902 | 536 |  84k|  1 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3528.91/3542.13	c   696s|488800 |  7359 |  7435k|  15.2 |   335M |  93 |2260 |8917 | 536 |  84k|  1 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.00/3542.23	c   696s|488900 |  7359 |  7436k|  15.2 |   335M |  93 |2260 |9035 | 536 |  84k|  1 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.10/3542.34	c   696s|489000 |  7362 |  7437k|  15.2 |   335M |  93 |2260 |8956 | 536 |  84k|  0 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.20/3542.46	c   696s|489100 |  7370 |  7437k|  15.2 |   335M |  93 |2260 |8985 | 536 |  84k|  1 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.29/3542.58	c   696s|489200 |  7366 |  7438k|  15.2 |   335M |  93 |2260 |8972 | 536 |  84k|  0 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.39/3542.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3529.39/3542.68	c   696s|489300 |  7367 |  7438k|  15.2 |   335M |  93 |2260 |8976 |   0 |  84k|  0 | 314k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.59/3542.81	c   697s|489400 |  7366 |  7439k|  15.2 |   335M |  93 |2260 |8977 | 536 |  84k|  1 | 315k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.69/3542.91	c   697s|489500 |  7373 |  7439k|  15.2 |   335M |  93 |2260 |9016 | 536 |  84k|  1 | 315k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.81/3543.01	c   697s|489600 |  7380 |  7440k|  15.2 |   335M |  93 |2260 |9048 | 536 |  84k|  1 | 315k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.91/3543.11	c   697s|489700 |  7377 |  7440k|  15.2 |   335M |  93 |2260 |9161 | 536 |  84k|  1 | 315k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3529.99/3543.21	c   697s|489800 |  7376 |  7441k|  15.2 |   335M |  93 |2260 |9082 | 536 |  84k|  0 | 315k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.09/3543.31	c   697s|489900 |  7373 |  7441k|  15.2 |   335M |  93 |2260 |9207 | 536 |  84k|  1 | 315k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.19/3543.42	c   697s|490000 |  7366 |  7442k|  15.2 |   335M |  93 |2260 |9165 |   0 |  84k|  0 | 315k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.29/3543.51	c   697s|490100 |  7368 |  7442k|  15.2 |   335M |  93 |2260 |9127 |   0 |  84k|  0 | 315k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.39/3543.62	c   697s|490200 |  7366 |  7443k|  15.2 |   335M |  93 |2260 |9228 |   0 |  84k|  0 | 316k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.49/3543.73	c   697s|490300 |  7369 |  7443k|  15.2 |   335M |  93 |2260 |9279 | 536 |  84k|  1 | 316k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.59/3543.83	c   698s|490400 |  7368 |  7444k|  15.2 |   335M |  93 |2260 |9364 | 536 |  84k|  0 | 316k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.69/3543.94	c   698s|490500 |  7365 |  7444k|  15.2 |   335M |  93 |2260 |9365 |   0 |  84k|  0 | 316k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.80/3544.05	c   698s|490600 |  7363 |  7445k|  15.2 |   335M |  93 |2260 |9172 | 536 |  84k|  1 | 316k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.90/3544.15	c   698s|490700 |  7358 |  7445k|  15.2 |   335M |  93 |2260 |9259 | 536 |  84k|  0 | 316k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3530.99/3544.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3530.99/3544.26	c   698s|490800 |  7361 |  7446k|  15.2 |   335M |  93 |2260 |9214 |   0 |  84k|  0 | 316k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3531.09/3544.37	c   698s|490900 |  7371 |  7446k|  15.2 |   335M |  93 |2260 |9019 |   0 |  84k|  0 | 317k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3531.19/3544.47	c   698s|491000 |  7375 |  7447k|  15.2 |   335M |  93 |2260 |9004 | 536 |  84k|  1 | 317k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3531.29/3544.58	c   698s|491100 |  7373 |  7447k|  15.2 |   335M |  93 |2260 |9178 | 536 |  84k|  1 | 317k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3531.49/3544.70	c   698s|491200 |  7373 |  7448k|  15.2 |   335M |  93 |2260 |9265 | 536 |  84k|  1 | 317k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3531.59/3544.81	c   699s|491300 |  7372 |  7448k|  15.2 |   335M |  93 |2260 |9343 | 536 |  84k|  0 | 317k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3531.69/3544.91	c   699s|491400 |  7374 |  7449k|  15.2 |   335M |  93 |2260 |9361 | 536 |  84k|  1 | 317k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3531.80/3545.02	c   699s|491500 |  7372 |  7449k|  15.2 |   335M |  93 |2260 |9310 | 536 |  84k|  1 | 318k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3531.90/3545.15	c   699s|491600 |  7372 |  7450k|  15.2 |   335M |  93 |2260 |9166 | 536 |  84k|  1 | 318k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.08/3545.30	c   699s|491700 |  7375 |  7451k|  15.2 |   335M |  93 |2260 |9182 | 536 |  84k|  1 | 318k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.18/3545.44	c   699s|491800 |  7370 |  7451k|  15.1 |   335M |  93 |2260 |9249 |   0 |  84k|  0 | 318k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.28/3545.54	c   699s|491900 |  7378 |  7451k|  15.1 |   335M |  93 |2260 |9160 | 536 |  84k|  1 | 318k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.38/3545.64	c   699s|492000 |  7380 |  7452k|  15.1 |   335M |  93 |2260 |9254 | 536 |  84k|  1 | 318k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.48/3545.75	c   699s|492100 |  7377 |  7452k|  15.1 |   335M |  93 |2260 |9343 | 536 |  84k|  1 | 318k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.58/3545.85	c   700s|492200 |  7373 |  7453k|  15.1 |   335M |  93 |2260 |9333 | 536 |  84k|  1 | 318k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.68/3545.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3532.68/3545.96	c   700s|492300 |  7376 |  7454k|  15.1 |   335M |  93 |2260 |9320 | 536 |  84k|  1 | 319k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.80/3546.10	c   700s|492400 |  7374 |  7454k|  15.1 |   335M |  93 |2260 |9353 | 536 |  84k|  1 | 319k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3532.98/3546.23	c   700s|492500 |  7377 |  7455k|  15.1 |   335M |  93 |2260 |9381 |   0 |  84k|  0 | 319k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.08/3546.35	c   700s|492600 |  7384 |  7455k|  15.1 |   335M |  93 |2260 |9486 |   0 |  84k|  0 | 319k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.18/3546.45	c   700s|492700 |  7388 |  7455k|  15.1 |   335M |  93 |2260 |9537 | 536 |  84k|  1 | 319k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.28/3546.57	c   700s|492800 |  7389 |  7456k|  15.1 |   335M |  93 |2260 |9642 | 536 |  84k|  1 | 319k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.48/3546.70	c   700s|492900 |  7385 |  7456k|  15.1 |   335M |  93 |2260 |9560 | 536 |  84k|  1 | 320k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.58/3546.81	c   701s|493000 |  7374 |  7457k|  15.1 |   335M |  93 |2260 |9463 | 536 |  84k|  0 | 320k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.68/3546.92	c   701s|493100 |  7371 |  7457k|  15.1 |   335M |  93 |2260 |9540 | 536 |  84k|  1 | 320k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.79/3547.03	c   701s|493200 |  7379 |  7458k|  15.1 |   335M |  93 |2260 |9552 | 536 |  84k|  0 | 320k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.89/3547.15	c   701s|493300 |  7373 |  7459k|  15.1 |   335M |  93 |2260 |9687 | 536 |  84k|  1 | 320k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3533.98/3547.29	c   701s|493400 |  7372 |  7460k|  15.1 |   335M |  93 |2260 |9637 | 536 |  84k|  1 | 320k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.18/3547.41	c   701s|493500 |  7368 |  7460k|  15.1 |   335M |  93 |2260 |9708 | 536 |  84k|  0 | 320k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.28/3547.51	c   701s|493600 |  7377 |  7461k|  15.1 |   335M |  93 |2260 |9615 | 536 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.38/3547.60	c   701s|493700 |  7376 |  7461k|  15.1 |   335M |  93 |2260 |9672 | 536 |  84k|  1 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.48/3547.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3534.48/3547.71	c   701s|493800 |  7380 |  7462k|  15.1 |   335M |  93 |2260 |9657 |   0 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.57/3547.83	c   702s|493900 |  7371 |  7462k|  15.1 |   335M |  93 |2260 |9650 | 536 |  84k|  1 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.67/3547.92	c   702s|494000 |  7375 |  7463k|  15.1 |   335M |  93 |2260 |9638 | 536 |  84k|  1 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.79/3548.01	c   702s|494100 |  7371 |  7463k|  15.1 |   335M |  93 |2260 |9674 | 536 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.79/3548.10	c   702s|494200 |  7374 |  7464k|  15.1 |   335M |  93 |2260 |9732 | 536 |  84k|  1 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3534.89/3548.19	c   702s|494300 |  7374 |  7464k|  15.1 |   335M |  93 |2260 |9668 | 536 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.07/3548.30	c   702s|494400 |  7383 |  7465k|  15.1 |   335M |  93 |2260 |9650 | 536 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.17/3548.41	c   702s|494500 |  7384 |  7465k|  15.1 |   335M |  93 |2260 |9659 |   0 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.27/3548.54	c   702s|494600 |  7379 |  7466k|  15.1 |   335M |  93 |2260 |9692 |   0 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.37/3548.65	c   702s|494700 |  7380 |  7466k|  15.1 |   335M |  93 |2260 |9710 |   0 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.47/3548.77	c   702s|494800 |  7378 |  7466k|  15.1 |   335M |  93 |2260 |9710 | 536 |  84k|  1 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.57/3548.87	c   703s|494900 |  7375 |  7467k|  15.1 |   335M |  93 |2260 |9705 | 536 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.67/3548.99	c   703s|495000 |  7378 |  7467k|  15.1 |   335M |  93 |2260 |9760 | 536 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.88/3549.13	c   703s|495100 |  7372 |  7468k|  15.1 |   335M |  93 |2260 |9765 | 536 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3535.97/3549.24	c   703s|495200 |  7365 |  7468k|  15.1 |   335M |  93 |2260 |9732 | 536 |  84k|  0 | 321k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.07/3549.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3536.07/3549.35	c   703s|495300 |  7368 |  7469k|  15.1 |   335M |  93 |2260 |9760 | 536 |  84k|  1 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.17/3549.49	c   703s|495400 |  7366 |  7469k|  15.1 |   335M |  93 |2260 |9733 | 536 |  84k|  0 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.27/3549.57	c   703s|495500 |  7370 |  7469k|  15.1 |   335M |  93 |2260 |9707 |   0 |  84k|  0 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.37/3549.68	c   703s|495600 |  7366 |  7470k|  15.1 |   335M |  93 |2260 |9800 | 536 |  84k|  0 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.47/3549.78	c   703s|495700 |  7365 |  7471k|  15.1 |   335M |  93 |2260 |9835 | 536 |  84k|  0 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.67/3549.91	c   704s|495800 |  7367 |  7472k|  15.1 |   335M |  93 |2260 |9718 |   0 |  84k|  0 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.78/3550.03	c   704s|495900 |  7366 |  7472k|  15.1 |   335M |  93 |2260 |9717 | 536 |  84k|  0 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.88/3550.15	c   704s|496000 |  7367 |  7472k|  15.1 |   335M |  93 |2260 |9782 | 536 |  84k|  1 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3536.97/3550.29	c   704s|496100 |  7368 |  7473k|  15.1 |   335M |  93 |2260 |9820 | 536 |  84k|  1 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3537.16/3550.43	c   704s|496200 |  7364 |  7473k|  15.1 |   335M |  93 |2260 |9857 | 536 |  84k|  0 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3537.26/3550.57	c   704s|496300 |  7364 |  7473k|  15.1 |   335M |  93 |2260 |9868 | 536 |  84k|  0 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3537.36/3550.67	c   704s|496400 |  7369 |  7474k|  15.1 |   335M |  93 |2260 |9842 | 536 |  84k|  1 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3537.56/3550.80	c   704s|496500 |  7367 |  7474k|  15.1 |   335M |  93 |2260 |9867 | 536 |  84k|  1 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3537.66/3550.90	c   705s|496600 |  7367 |  7474k|  15.0 |   335M |  93 |2260 |9899 | 536 |  84k|  1 | 322k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3537.66/3551.00	c   705s|496700 |  7362 |  7475k|  15.0 |   335M |  93 |2260 |9903 | 536 |  84k|  0 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3537.88/3551.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3537.88/3551.11	c   705s|496800 |  7367 |  7475k|  15.0 |   335M |  93 |2260 |9862 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3537.96/3551.23	c   705s|496900 |  7367 |  7476k|  15.0 |   335M |  93 |2260 |9693 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.06/3551.35	c   705s|497000 |  7367 |  7477k|  15.0 |   335M |  93 |2260 |9677 | 536 |  84k|  0 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.16/3551.46	c   705s|497100 |  7364 |  7478k|  15.0 |   335M |  93 |2260 |9668 | 536 |  84k|  0 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.26/3551.59	c   705s|497200 |  7369 |  7479k|  15.0 |   335M |  93 |2260 |9553 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.36/3551.68	c   705s|497300 |  7368 |  7479k|  15.0 |   335M |  93 |2260 |9578 |   0 |  84k|  0 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.46/3551.79	c   705s|497400 |  7370 |  7480k|  15.0 |   335M |  93 |2260 |9633 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.56/3551.87	c   706s|497500 |  7371 |  7480k|  15.0 |   335M |  93 |2260 |9643 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.66/3551.95	c   706s|497600 |  7367 |  7481k|  15.0 |   335M |  93 |2260 |9664 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.77/3552.05	c   706s|497700 |  7372 |  7481k|  15.0 |   335M |  93 |2260 |9690 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.87/3552.15	c   706s|497800 |  7375 |  7482k|  15.0 |   335M |  93 |2260 |9700 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3538.96/3552.24	c   706s|497900 |  7369 |  7482k|  15.0 |   335M |  93 |2260 |9746 | 536 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.06/3552.33	c   706s|498000 |  7368 |  7483k|  15.0 |   335M |  93 |2260 |9768 | 536 |  84k|  0 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.16/3552.44	c   706s|498100 |  7369 |  7484k|  15.0 |   335M |  93 |2260 |9755 | 536 |  84k|  0 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.26/3552.54	c   706s|498200 |  7373 |  7485k|  15.0 |   335M |  93 |2260 |9742 | 535 |  84k|  1 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.36/3552.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3539.36/3552.64	c   706s|498300 |  7380 |  7485k|  15.0 |   335M |  93 |2260 |9694 | 535 |  84k|  0 | 323k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.46/3552.78	c   706s|498400 |  7375 |  7486k|  15.0 |   335M |  93 |2260 |9188 |   0 |  84k|  0 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.66/3552.90	c   707s|498500 |  7369 |  7487k|  15.0 |   335M |  93 |2260 |9194 | 536 |  84k|  1 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.66/3553.01	c   707s|498600 |  7366 |  7487k|  15.0 |   335M |  93 |2260 |8898 |   0 |  84k|  0 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.88/3553.12	c   707s|498700 |  7373 |  7488k|  15.0 |   335M |  93 |2260 |8893 | 536 |  84k|  1 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3539.96/3553.21	c   707s|498800 |  7365 |  7489k|  15.0 |   335M |  93 |2260 |8933 | 536 |  84k|  1 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.06/3553.33	c   707s|498900 |  7373 |  7490k|  15.0 |   335M |  93 |2260 |8437 | 536 |  84k|  1 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.16/3553.45	c   707s|499000 |  7378 |  7491k|  15.0 |   335M |  93 |2260 |8446 | 536 |  84k|  1 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.26/3553.52	c   707s|499100 |  7375 |  7491k|  15.0 |   335M |  93 |2260 |8446 | 536 |  84k|  0 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.36/3553.63	c   707s|499200 |  7375 |  7492k|  15.0 |   335M |  93 |2260 |8481 |   0 |  84k|  0 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.46/3553.72	c   707s|499300 |  7381 |  7492k|  15.0 |   335M |  93 |2260 |8507 | 536 |  84k|  1 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.56/3553.81	c   708s|499400 |  7384 |  7493k|  15.0 |   335M |  93 |2260 |8492 | 536 |  84k|  0 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.66/3553.90	c   708s|499500 |  7386 |  7493k|  15.0 |   335M |  93 |2260 |8503 | 536 |  84k|  1 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.66/3554.00	c   708s|499600 |  7380 |  7494k|  15.0 |   335M |  93 |2260 |8522 | 536 |  84k|  0 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.77/3554.10	c   708s|499700 |  7382 |  7494k|  15.0 |   335M |  93 |2260 |8569 | 536 |  84k|  1 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.87/3554.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3540.87/3554.19	c   708s|499800 |  7376 |  7494k|  15.0 |   335M |  93 |2260 |8592 | 536 |  84k|  0 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3540.96/3554.28	c   708s|499900 |  7375 |  7495k|  15.0 |   335M |  93 |2260 |8617 |   0 |  84k|  0 | 324k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.06/3554.38	c   708s|500000 |  7376 |  7495k|  15.0 |   335M |  93 |2260 |8668 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.16/3554.47	c   708s|500100 |  7378 |  7496k|  15.0 |   335M |  93 |2260 |8487 | 536 |  84k|  0 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.26/3554.57	c   708s|500200 |  7385 |  7497k|  15.0 |   335M |  93 |2260 |8526 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.36/3554.66	c   708s|500300 |  7387 |  7498k|  15.0 |   335M |  93 |2260 |8501 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.46/3554.76	c   708s|500400 |  7382 |  7498k|  15.0 |   335M |  93 |2260 |8537 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.56/3554.85	c   709s|500500 |  7381 |  7499k|  15.0 |   335M |  93 |2260 |8518 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.66/3554.96	c   709s|500600 |  7383 |  7500k|  15.0 |   335M |  93 |2260 |8500 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.77/3555.05	c   709s|500700 |  7381 |  7500k|  15.0 |   335M |  93 |2260 |8502 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.87/3555.14	c   709s|500800 |  7386 |  7501k|  15.0 |   335M |  93 |2260 |8578 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3541.96/3555.26	c   709s|500900 |  7382 |  7502k|  15.0 |   335M |  93 |2260 |8515 | 535 |  84k|  0 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.06/3555.37	c   709s|501000 |  7380 |  7503k|  15.0 |   335M |  93 |2260 |8541 |   0 |  84k|  0 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.15/3555.47	c   709s|501100 |  7376 |  7503k|  15.0 |   335M |  93 |2260 |8528 | 535 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.25/3555.57	c   709s|501200 |  7376 |  7504k|  15.0 |   335M |  93 |2260 |8489 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.35/3555.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3542.35/3555.67	c   709s|501300 |  7381 |  7505k|  15.0 |   335M |  93 |2260 |8503 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.45/3555.76	c   709s|501400 |  7390 |  7505k|  15.0 |   335M |  93 |2260 |8598 | 536 |  84k|  1 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.55/3555.89	c   710s|501500 |  7388 |  7506k|  15.0 |   335M |  93 |2260 |8638 | 536 |  84k|  0 | 325k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.77/3556.03	c   710s|501600 |  7380 |  7507k|  15.0 |   335M |  93 |2260 |8677 | 536 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.87/3556.16	c   710s|501700 |  7382 |  7508k|  15.0 |   335M |  93 |2260 |8685 | 536 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3542.95/3556.25	c   710s|501800 |  7384 |  7509k|  15.0 |   335M |  93 |2260 |8686 | 536 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.05/3556.36	c   710s|501900 |  7385 |  7509k|  15.0 |   335M |  93 |2260 |8717 | 536 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.15/3556.47	c   710s|502000 |  7381 |  7510k|  15.0 |   335M |  93 |2260 |8758 |   0 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.25/3556.57	c   710s|502100 |  7378 |  7511k|  15.0 |   335M |  93 |2260 |8802 | 536 |  84k|  1 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.35/3556.68	c   710s|502200 |  7375 |  7512k|  15.0 |   335M |  93 |2260 |8789 |   0 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.45/3556.79	c   710s|502300 |  7374 |  7512k|  15.0 |   335M |  93 |2260 |8764 | 535 |  84k|  1 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.65/3556.91	c   711s|502400 |  7374 |  7513k|  15.0 |   335M |  93 |2260 |8842 |   0 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.76/3557.01	c   711s|502500 |  7372 |  7513k|  14.9 |   335M |  93 |2260 |8910 | 535 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.86/3557.12	c   711s|502600 |  7375 |  7514k|  14.9 |   335M |  93 |2260 |8946 |   0 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3543.95/3557.24	c   711s|502700 |  7373 |  7514k|  14.9 |   335M |  93 |2260 |8896 |   0 |  84k|  0 | 326k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.05/3557.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3544.05/3557.35	c   711s|502800 |  7382 |  7515k|  14.9 |   335M |  93 |2260 |8902 | 536 |  84k|  2 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.15/3557.49	c   711s|502900 |  7373 |  7515k|  14.9 |   335M |  93 |2260 |9005 |   0 |  84k|  0 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.35/3557.60	c   711s|503000 |  7373 |  7516k|  14.9 |   335M |  93 |2260 |9039 | 536 |  84k|  0 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.45/3557.71	c   711s|503100 |  7373 |  7516k|  14.9 |   335M |  93 |2260 |8995 | 536 |  84k|  1 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.55/3557.81	c   712s|503200 |  7372 |  7517k|  14.9 |   335M |  93 |2260 |9021 | 536 |  84k|  1 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.65/3557.92	c   712s|503300 |  7371 |  7518k|  14.9 |   335M |  93 |2260 |8941 | 536 |  84k|  0 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.76/3558.04	c   712s|503400 |  7376 |  7518k|  14.9 |   335M |  93 |2260 |8852 | 535 |  84k|  1 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.86/3558.15	c   712s|503500 |  7372 |  7519k|  14.9 |   335M |  93 |2260 |8859 |   0 |  84k|  0 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3544.94/3558.28	c   712s|503600 |  7368 |  7519k|  14.9 |   335M |  93 |2260 |8866 | 535 |  84k|  0 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.04/3558.39	c   712s|503700 |  7372 |  7520k|  14.9 |   335M |  93 |2260 |8881 | 536 |  84k|  0 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.14/3558.49	c   712s|503800 |  7372 |  7520k|  14.9 |   335M |  93 |2260 |8875 | 536 |  84k|  1 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.34/3558.60	c   712s|503900 |  7372 |  7521k|  14.9 |   335M |  93 |2260 |8942 | 536 |  84k|  0 | 327k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.34/3558.69	c   712s|504000 |  7373 |  7521k|  14.9 |   335M |  93 |2260 |9008 | 536 |  84k|  1 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.44/3558.80	c   712s|504100 |  7370 |  7522k|  14.9 |   335M |  93 |2260 |9019 | 536 |  84k|  0 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.54/3558.88	c   713s|504200 |  7374 |  7522k|  14.9 |   335M |  93 |2260 |8924 | 534 |  84k|  1 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.64/3559.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3545.64/3559.00	c   713s|504300 |  7372 |  7523k|  14.9 |   335M |  93 |2260 |9055 | 535 |  84k|  0 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.85/3559.11	c   713s|504400 |  7372 |  7523k|  14.9 |   335M |  93 |2260 |9038 | 536 |  84k|  1 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3545.94/3559.22	c   713s|504500 |  7375 |  7524k|  14.9 |   335M |  93 |2260 |9077 | 536 |  84k|  1 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.04/3559.34	c   713s|504600 |  7373 |  7524k|  14.9 |   335M |  93 |2260 |9138 | 536 |  84k|  0 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.14/3559.46	c   713s|504700 |  7369 |  7524k|  14.9 |   335M |  93 |2260 |9107 | 536 |  84k|  0 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.24/3559.57	c   713s|504800 |  7365 |  7525k|  14.9 |   335M |  93 |2260 |9019 | 536 |  84k|  0 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.34/3559.68	c   713s|504900 |  7369 |  7526k|  14.9 |   335M |  93 |2260 |8943 |   0 |  84k|  0 | 328k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.44/3559.78	c   713s|505000 |  7375 |  7527k|  14.9 |   335M |  93 |2260 |8973 | 536 |  84k|  1 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.54/3559.88	c   714s|505100 |  7375 |  7527k|  14.9 |   335M |  93 |2260 |9066 | 536 |  84k|  1 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.64/3559.99	c   714s|505200 |  7373 |  7528k|  14.9 |   335M |  93 |2260 |9114 | 536 |  84k|  0 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.75/3560.09	c   714s|505300 |  7374 |  7528k|  14.9 |   335M |  93 |2260 |9075 |   0 |  84k|  0 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3546.94/3560.20	c   714s|505400 |  7378 |  7529k|  14.9 |   335M |  93 |2260 |9109 | 536 |  84k|  1 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.04/3560.30	c   714s|505500 |  7377 |  7529k|  14.9 |   335M |  93 |2260 |9089 | 536 |  84k|  1 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.14/3560.41	c   714s|505600 |  7373 |  7530k|  14.9 |   335M |  93 |2260 |9214 | 536 |  84k|  0 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.24/3560.52	c   714s|505700 |  7374 |  7531k|  14.9 |   335M |  93 |2260 |9158 | 536 |  84k|  1 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.34/3560.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3547.34/3560.63	c   714s|505800 |  7373 |  7531k|  14.9 |   335M |  93 |2260 |9197 |   0 |  84k|  0 | 329k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.43/3560.75	c   714s|505900 |  7373 |  7532k|  14.9 |   335M |  93 |2260 |9090 |   0 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.53/3560.86	c   715s|506000 |  7369 |  7532k|  14.9 |   335M |  93 |2260 |9163 |   0 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.63/3560.97	c   715s|506100 |  7372 |  7533k|  14.9 |   335M |  93 |2260 |9181 | 536 |  84k|  1 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.75/3561.08	c   715s|506200 |  7364 |  7534k|  14.9 |   335M |  93 |2260 |8798 | 535 |  84k|  1 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.85/3561.16	c   715s|506300 |  7370 |  7535k|  14.9 |   335M |  93 |2260 |8774 |   0 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.93/3561.22	c   715s|506400 |  7364 |  7535k|  14.9 |   335M |  93 |2260 |8776 | 536 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3547.93/3561.28	c   715s|506500 |  7361 |  7535k|  14.9 |   335M |  93 |2260 |8768 |   0 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.03/3561.37	c   715s|506600 |  7373 |  7536k|  14.9 |   335M |  93 |2260 |8587 | 536 |  84k|  1 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.13/3561.48	c   715s|506700 |  7376 |  7537k|  14.9 |   335M |  93 |2260 |8551 | 536 |  84k|  1 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.23/3561.58	c   715s|506800 |  7383 |  7538k|  14.9 |   335M |  93 |2260 |8521 | 536 |  84k|  1 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.43/3561.71	c   715s|506900 |  7367 |  7539k|  14.9 |   335M |  93 |2260 |8529 | 536 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.53/3561.82	c   716s|507000 |  7370 |  7539k|  14.9 |   335M |  93 |2260 |8543 | 536 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.63/3561.94	c   716s|507100 |  7366 |  7540k|  14.9 |   335M |  93 |2260 |8562 | 536 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.74/3562.02	c   716s|507200 |  7378 |  7541k|  14.9 |   335M |  93 |2260 |8587 |   0 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.84/3562.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3548.84/3562.11	c   716s|507300 |  7364 |  7541k|  14.9 |   335M |  93 |2260 |8663 | 536 |  84k|  0 | 330k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3548.93/3562.23	c   716s|507400 |  7371 |  7542k|  14.9 |   335M |  93 |2260 |8513 |   0 |  84k|  0 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3549.03/3562.35	c   716s|507500 |  7377 |  7543k|  14.9 |   335M |  93 |2260 |8561 |   0 |  84k|  0 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3549.13/3562.46	c   716s|507600 |  7374 |  7544k|  14.9 |   335M |  93 |2260 |8653 | 535 |  84k|  1 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3549.23/3562.59	c   716s|507700 |  7375 |  7544k|  14.9 |   335M |  93 |2260 |8603 | 535 |  84k|  1 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3549.43/3562.71	c   716s|507800 |  7376 |  7545k|  14.9 |   335M |  93 |2260 |8670 | 535 |  84k|  1 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3549.53/3562.83	c   717s|507900 |  7374 |  7545k|  14.9 |   335M |  93 |2260 |8613 | 535 |  84k|  1 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3549.63/3562.96	c   717s|508000 |  7368 |  7546k|  14.9 |   335M |  93 |2260 |8165 | 535 |  84k|  1 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3549.74/3563.06	c   717s|508100 |  7383 |  7546k|  14.8 |   335M |  93 |2260 |8206 | 535 |  84k|  1 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3549.84/3563.19	c   717s|508200 |  7373 |  7547k|  14.8 |   335M |  93 |2260 |8238 |   0 |  84k|  0 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.02/3563.32	c   717s|508300 |  7372 |  7547k|  14.8 |   335M |  93 |2260 |8269 | 535 |  84k|  1 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.12/3563.45	c   717s|508400 |  7371 |  7548k|  14.8 |   335M |  93 |2260 |8316 |   0 |  84k|  0 | 331k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.22/3563.56	c   717s|508500 |  7373 |  7548k|  14.8 |   335M |  93 |2260 |8325 | 536 |  84k|  1 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.32/3563.67	c   717s|508600 |  7377 |  7549k|  14.8 |   335M |  93 |2260 |8253 | 536 |  84k|  1 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.42/3563.78	c   717s|508700 |  7375 |  7550k|  14.8 |   335M |  93 |2260 |8274 |   0 |  84k|  0 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.62/3563.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3550.62/3563.90	c   718s|508800 |  7377 |  7550k|  14.8 |   335M |  93 |2260 |8307 | 536 |  84k|  0 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.74/3564.02	c   718s|508900 |  7383 |  7551k|  14.8 |   335M |  93 |2260 |8363 | 536 |  84k|  1 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.83/3564.13	c   718s|509000 |  7381 |  7551k|  14.8 |   335M |  93 |2260 |8384 | 536 |  84k|  1 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3550.92/3564.25	c   718s|509100 |  7371 |  7552k|  14.8 |   335M |  93 |2260 |8416 | 536 |  84k|  0 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.02/3564.35	c   718s|509200 |  7380 |  7552k|  14.8 |   335M |  93 |2260 |8479 |   0 |  84k|  0 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.12/3564.47	c   718s|509300 |  7383 |  7553k|  14.8 |   335M |  93 |2260 |8477 | 536 |  84k|  1 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.22/3564.57	c   718s|509400 |  7382 |  7553k|  14.8 |   335M |  93 |2260 |8530 | 536 |  84k|  1 | 332k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.32/3564.68	c   718s|509500 |  7382 |  7554k|  14.8 |   335M |  93 |2260 |8585 | 536 |  84k|  1 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.52/3564.80	c   718s|509600 |  7381 |  7554k|  14.8 |   335M |  93 |2260 |8586 | 536 |  84k|  1 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.62/3564.91	c   719s|509700 |  7376 |  7554k|  14.8 |   335M |  93 |2260 |8685 |   0 |  84k|  0 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.73/3565.03	c   719s|509800 |  7376 |  7555k|  14.8 |   335M |  93 |2260 |8618 |   0 |  84k|  0 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.83/3565.14	c   719s|509900 |  7372 |  7555k|  14.8 |   335M |  93 |2260 |8621 | 536 |  84k|  1 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3551.92/3565.25	c   719s|510000 |  7371 |  7556k|  14.8 |   335M |  93 |2260 |8574 | 536 |  84k|  1 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.02/3565.36	c   719s|510100 |  7374 |  7557k|  14.8 |   335M |  93 |2260 |8518 |   0 |  84k|  0 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.12/3565.47	c   719s|510200 |  7379 |  7558k|  14.8 |   335M |  93 |2260 |8490 | 536 |  84k|  0 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.22/3565.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3552.22/3565.58	c   719s|510300 |  7381 |  7559k|  14.8 |   335M |  93 |2260 |8475 | 536 |  84k|  1 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.32/3565.68	c   719s|510400 |  7383 |  7560k|  14.8 |   335M |  93 |2260 |8478 | 536 |  84k|  0 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.41/3565.79	c   719s|510500 |  7376 |  7561k|  14.8 |   335M |  93 |2260 |8500 | 536 |  84k|  0 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.61/3565.90	c   720s|510600 |  7385 |  7562k|  14.8 |   335M |  93 |2260 |8596 |   0 |  84k|  0 | 333k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.61/3566.00	c   720s|510700 |  7389 |  7562k|  14.8 |   335M |  93 |2260 |8693 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.73/3566.09	c   720s|510800 |  7389 |  7563k|  14.8 |   335M |  93 |2260 |8752 |   0 |  84k|  0 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3552.91/3566.20	c   720s|510900 |  7387 |  7564k|  14.8 |   335M |  93 |2260 |8846 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.01/3566.30	c   720s|511000 |  7387 |  7565k|  14.8 |   335M |  93 |2260 |8814 | 536 |  84k|  0 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.11/3566.41	c   720s|511100 |  7385 |  7566k|  14.8 |   335M |  93 |2260 |8802 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.11/3566.48	c   720s|511200 |  7391 |  7566k|  14.8 |   335M |  93 |2260 |8852 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.21/3566.57	c   720s|511300 |  7390 |  7567k|  14.8 |   335M |  93 |2260 |8875 | 536 |  84k|  0 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.31/3566.67	c   720s|511400 |  7390 |  7567k|  14.8 |   335M |  93 |2260 |8898 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.41/3566.78	c   720s|511500 |  7394 |  7568k|  14.8 |   335M |  93 |2260 |8883 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.51/3566.86	c   721s|511600 |  7395 |  7569k|  14.8 |   335M |  93 |2260 |8977 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.61/3566.94	c   721s|511700 |  7398 |  7569k|  14.8 |   335M |  93 |2260 |9047 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.72/3567.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3553.72/3567.04	c   721s|511800 |  7400 |  7570k|  14.8 |   335M |  93 |2260 |9064 |   0 |  84k|  0 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.82/3567.14	c   721s|511900 |  7406 |  7571k|  14.8 |   335M |  93 |2260 |8935 | 536 |  84k|  1 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3553.91/3567.25	c   721s|512000 |  7405 |  7572k|  14.8 |   335M |  93 |2260 |8951 | 536 |  84k|  0 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.01/3567.36	c   721s|512100 |  7404 |  7572k|  14.8 |   335M |  93 |2260 |8919 |   0 |  84k|  0 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.11/3567.44	c   721s|512200 |  7401 |  7573k|  14.8 |   335M |  93 |2260 |8895 |   0 |  84k|  0 | 334k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.21/3567.57	c   721s|512300 |  7404 |  7573k|  14.8 |   335M |  93 |2260 |8974 | 536 |  84k|  1 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.31/3567.68	c   721s|512400 |  7400 |  7574k|  14.8 |   335M |  93 |2260 |9060 |   0 |  84k|  0 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.41/3567.78	c   721s|512500 |  7404 |  7574k|  14.8 |   335M |  93 |2260 |8938 | 536 |  84k|  1 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.51/3567.89	c   722s|512600 |  7420 |  7575k|  14.8 |   335M |  93 |2260 |8744 | 536 |  84k|  0 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.61/3567.99	c   722s|512700 |  7430 |  7576k|  14.8 |   335M |  93 |2260 |8742 |   0 |  84k|  0 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.72/3568.08	c   722s|512800 |  7436 |  7577k|  14.8 |   335M |  93 |2260 |8734 | 536 |  84k|  0 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3554.82/3568.19	c   722s|512900 |  7449 |  7578k|  14.8 |   335M |  93 |2260 |8748 | 536 |  84k|  0 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.00/3568.30	c   722s|513000 |  7465 |  7579k|  14.8 |   335M |  93 |2260 |8730 | 536 |  84k|  1 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.10/3568.41	c   722s|513100 |  7473 |  7579k|  14.8 |   335M |  93 |2260 |8799 | 536 |  84k|  1 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.20/3568.53	c   722s|513200 |  7475 |  7580k|  14.8 |   335M |  93 |2260 |8836 | 536 |  84k|  0 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.30/3568.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3555.30/3568.64	c   722s|513300 |  7472 |  7580k|  14.8 |   335M |  93 |2260 |8892 |   0 |  84k|  0 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.40/3568.74	c   722s|513400 |  7473 |  7581k|  14.8 |   335M |  93 |2260 |9048 |   0 |  84k|  0 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.50/3568.84	c   723s|513500 |  7473 |  7581k|  14.8 |   335M |  93 |2260 |9052 | 536 |  84k|  1 | 335k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.60/3568.94	c   723s|513600 |  7470 |  7581k|  14.8 |   335M |  93 |2260 |9130 | 536 |  84k|  0 | 336k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.72/3569.07	c   723s|513700 |  7471 |  7582k|  14.8 |   335M |  93 |2260 |9068 | 536 |  84k|  1 | 336k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3555.82/3569.19	c   723s|513800 |  7473 |  7583k|  14.8 |   335M |  93 |2260 |9041 | 536 |  84k|  0 | 336k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.00/3569.30	c   723s|513900 |  7472 |  7583k|  14.8 |   335M |  93 |2260 |9088 |   0 |  84k|  0 | 336k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.10/3569.40	c   723s|514000 |  7479 |  7584k|  14.8 |   335M |  93 |2260 |9141 | 536 |  84k|  1 | 336k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.20/3569.51	c   723s|514100 |  7476 |  7584k|  14.7 |   335M |  93 |2260 |9259 |   0 |  84k|  0 | 336k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.30/3569.63	c   723s|514200 |  7472 |  7584k|  14.7 |   335M |  93 |2260 |9330 |   0 |  84k|  0 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.40/3569.74	c   723s|514300 |  7475 |  7585k|  14.7 |   335M |  93 |2260 |9297 | 536 |  84k|  1 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.50/3569.85	c   724s|514400 |  7478 |  7586k|  14.7 |   335M |  93 |2260 |9352 | 536 |  84k|  1 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.60/3569.98	c   724s|514500 |  7479 |  7587k|  14.7 |   335M |  93 |2260 |9287 | 536 |  84k|  0 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.81/3570.11	c   724s|514600 |  7476 |  7588k|  14.7 |   335M |  93 |2260 |9287 | 536 |  84k|  1 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3556.90/3570.23	c   724s|514700 |  7477 |  7588k|  14.7 |   335M |  93 |2260 |9346 |   0 |  84k|  0 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.00/3570.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3557.00/3570.35	c   724s|514800 |  7466 |  7589k|  14.7 |   335M |  93 |2260 |9334 | 536 |  84k|  1 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.10/3570.45	c   724s|514900 |  7465 |  7590k|  14.7 |   335M |  93 |2260 |9431 | 536 |  84k|  0 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.20/3570.56	c   724s|515000 |  7464 |  7590k|  14.7 |   335M |  93 |2260 |9458 | 536 |  84k|  1 | 337k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.30/3570.66	c   724s|515100 |  7462 |  7591k|  14.7 |   335M |  93 |2260 |9478 | 536 |  84k|  0 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.39/3570.77	c   724s|515200 |  7463 |  7591k|  14.7 |   335M |  93 |2260 |9528 | 536 |  84k|  1 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.49/3570.87	c   725s|515300 |  7458 |  7592k|  14.7 |   335M |  93 |2260 |9598 | 536 |  84k|  1 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.59/3570.98	c   725s|515400 |  7463 |  7592k|  14.7 |   335M |  93 |2260 |9610 |   0 |  84k|  0 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.71/3571.08	c   725s|515500 |  7467 |  7593k|  14.7 |   335M |  93 |2260 |9635 | 536 |  84k|  0 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.81/3571.18	c   725s|515600 |  7468 |  7594k|  14.7 |   335M |  93 |2260 |9643 | 536 |  84k|  0 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.89/3571.28	c   725s|515700 |  7472 |  7595k|  14.7 |   335M |  93 |2260 |9684 | 536 |  84k|  1 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3557.99/3571.39	c   725s|515800 |  7469 |  7595k|  14.7 |   335M |  93 |2260 |9745 |   0 |  84k|  0 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3558.09/3571.49	c   725s|515900 |  7467 |  7596k|  14.7 |   335M |  93 |2260 |9739 | 536 |  84k|  1 | 338k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3558.29/3571.61	c   725s|516000 |  7464 |  7596k|  14.7 |   335M |  93 |2260 |9762 | 536 |  84k|  0 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3558.39/3571.72	c   725s|516100 |  7462 |  7597k|  14.7 |   335M |  93 |2260 |9703 | 536 |  84k|  1 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3558.49/3571.84	c   726s|516200 |  7461 |  7598k|  14.7 |   335M |  93 |2260 |9599 | 535 |  84k|  1 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3558.59/3571.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3558.59/3571.96	c   726s|516300 |  7462 |  7599k|  14.7 |   335M |  93 |2260 |9590 | 536 |  84k|  1 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3558.70/3572.08	c   726s|516400 |  7473 |  7599k|  14.7 |   335M |  93 |2260 |9398 |   0 |  84k|  0 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3558.89/3572.21	c   726s|516500 |  7468 |  7600k|  14.7 |   335M |  93 |2260 |9420 | 536 |  84k|  1 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3558.99/3572.34	c   726s|516600 |  7475 |  7601k|  14.7 |   335M |  93 |2260 |9487 | 535 |  84k|  0 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3559.09/3572.46	c   726s|516700 |  7469 |  7602k|  14.7 |   335M |  93 |2260 |9511 | 536 |  84k|  1 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3559.19/3572.59	c   726s|516800 |  7467 |  7602k|  14.7 |   335M |  93 |2260 |9562 | 536 |  84k|  1 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3559.39/3572.71	c   726s|516900 |  7465 |  7603k|  14.7 |   335M |  93 |2260 |9600 | 536 |  84k|  0 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3559.49/3572.82	c   727s|517000 |  7464 |  7603k|  14.7 |   335M |  93 |2260 |9604 | 536 |  84k|  1 | 339k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3559.59/3572.93	c   727s|517100 |  7465 |  7604k|  14.7 |   335M |  93 |2260 |9550 | 536 |  84k|  0 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3559.70/3573.03	c   727s|517200 |  7459 |  7604k|  14.7 |   335M |  93 |2260 |9589 |   0 |  84k|  0 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3559.80/3573.16	c   727s|517300 |  7463 |  7605k|  14.7 |   335M |  93 |2260 |9344 | 536 |  84k|  1 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3559.89/3573.28	c   727s|517400 |  7475 |  7605k|  14.7 |   335M |  93 |2260 |9271 | 536 |  84k|  1 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.08/3573.41	c   727s|517500 |  7479 |  7606k|  14.7 |   335M |  93 |2260 |9272 | 536 |  84k|  0 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.18/3573.53	c   727s|517600 |  7475 |  7607k|  14.7 |   335M |  93 |2260 |9320 | 536 |  84k|  0 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.28/3573.65	c   727s|517700 |  7478 |  7607k|  14.7 |   335M |  93 |2260 |9342 | 536 |  84k|  0 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.38/3573.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.38/3573.76	c   727s|517800 |  7481 |  7608k|  14.7 |   335M |  93 |2260 |9390 | 536 |  84k|  1 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.48/3573.87	c   728s|517900 |  7480 |  7609k|  14.7 |   335M |  93 |2260 |9387 | 536 |  84k|  1 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.58/3573.98	c   728s|518000 |  7485 |  7610k|  14.7 |   335M |  93 |2260 |9388 | 536 |  84k|  1 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.70/3574.08	c   728s|518100 |  7479 |  7611k|  14.7 |   335M |  93 |2260 |9402 | 536 |  84k|  1 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.80/3574.19	c   728s|518200 |  7479 |  7612k|  14.7 |   335M |  93 |2260 |9459 | 536 |  84k|  0 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3560.98/3574.30	c   728s|518300 |  7475 |  7612k|  14.7 |   335M |  93 |2260 |9480 | 536 |  84k|  1 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.08/3574.42	c   728s|518400 |  7473 |  7613k|  14.7 |   335M |  93 |2260 |9385 | 536 |  84k|  0 | 340k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.18/3574.52	c   728s|518500 |  7472 |  7613k|  14.7 |   335M |  93 |2260 |9401 | 536 |  84k|  1 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.28/3574.64	c   728s|518600 |  7472 |  7614k|  14.7 |   335M |  93 |2260 |9417 | 536 |  84k|  1 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.38/3574.75	c   728s|518700 |  7470 |  7615k|  14.7 |   335M |  93 |2260 |9361 | 536 |  84k|  0 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.48/3574.86	c   729s|518800 |  7472 |  7616k|  14.7 |   335M |  93 |2260 |9399 | 536 |  84k|  1 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.58/3574.97	c   729s|518900 |  7467 |  7616k|  14.7 |   335M |  93 |2260 |9434 | 536 |  84k|  1 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.69/3575.08	c   729s|519000 |  7479 |  7617k|  14.7 |   335M |  93 |2260 |9381 | 536 |  84k|  0 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.79/3575.18	c   729s|519100 |  7476 |  7617k|  14.7 |   335M |  93 |2260 |9379 |   0 |  84k|  0 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3561.98/3575.31	c   729s|519200 |  7471 |  7618k|  14.7 |   335M |  93 |2260 |9350 | 536 |  84k|  1 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.08/3575.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.08/3575.41	c   729s|519300 |  7465 |  7619k|  14.7 |   335M |  93 |2260 |9348 | 536 |  84k|  0 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.18/3575.53	c   729s|519400 |  7465 |  7620k|  14.7 |   335M |  93 |2260 |9207 | 536 |  84k|  0 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.28/3575.65	c   729s|519500 |  7470 |  7621k|  14.7 |   335M |  93 |2260 |9163 | 536 |  84k|  1 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.38/3575.76	c   729s|519600 |  7465 |  7622k|  14.7 |   335M |  93 |2260 |9174 | 536 |  84k|  1 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.48/3575.88	c   730s|519700 |  7463 |  7622k|  14.7 |   335M |  93 |2260 |9121 | 536 |  84k|  1 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.58/3575.99	c   730s|519800 |  7469 |  7623k|  14.7 |   335M |  93 |2260 |9176 | 536 |  84k|  0 | 341k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.69/3576.09	c   730s|519900 |  7476 |  7624k|  14.7 |   335M |  93 |2260 |9213 |   0 |  84k|  0 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.87/3576.20	c   730s|520000 |  7484 |  7624k|  14.7 |   335M |  93 |2260 |9246 | 536 |  84k|  0 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3562.97/3576.31	c   730s|520100 |  7485 |  7625k|  14.7 |   335M |  93 |2260 |9231 |   0 |  84k|  0 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.07/3576.43	c   730s|520200 |  7496 |  7626k|  14.7 |   335M |  93 |2260 |9256 | 536 |  84k|  1 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.17/3576.55	c   730s|520300 |  7491 |  7627k|  14.7 |   335M |  93 |2260 |9255 |   0 |  84k|  0 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.27/3576.67	c   730s|520400 |  7494 |  7627k|  14.7 |   335M |  93 |2260 |9318 | 536 |  84k|  0 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.37/3576.78	c   730s|520500 |  7505 |  7628k|  14.7 |   335M |  93 |2260 |9318 | 536 |  84k|  1 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.47/3576.89	c   731s|520600 |  7501 |  7628k|  14.7 |   335M |  93 |2260 |9419 | 536 |  84k|  1 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.68/3577.02	c   731s|520700 |  7498 |  7629k|  14.6 |   335M |  93 |2260 |9434 | 536 |  84k|  1 | 342k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.78/3577.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3563.78/3577.14	c   731s|520800 |  7497 |  7629k|  14.6 |   335M |  93 |2260 |9427 | 536 |  84k|  1 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.87/3577.26	c   731s|520900 |  7501 |  7630k|  14.6 |   335M |  93 |2260 |9293 | 536 |  84k|  1 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3563.97/3577.38	c   731s|521000 |  7501 |  7631k|  14.6 |   335M |  93 |2260 |9241 | 536 |  84k|  1 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.07/3577.49	c   731s|521100 |  7499 |  7632k|  14.6 |   335M |  93 |2260 |9273 | 536 |  84k|  1 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.17/3577.57	c   731s|521200 |  7507 |  7633k|  14.6 |   335M |  93 |2260 |9281 | 536 |  84k|  1 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.27/3577.68	c   731s|521300 |  7511 |  7633k|  14.6 |   335M |  93 |2260 |9313 | 536 |  84k|  1 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.37/3577.78	c   731s|521400 |  7509 |  7634k|  14.6 |   335M |  93 |2260 |9423 | 536 |  84k|  1 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.57/3577.91	c   732s|521500 |  7510 |  7635k|  14.6 |   335M |  93 |2260 |9396 | 536 |  84k|  0 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.68/3578.02	c   732s|521600 |  7517 |  7636k|  14.6 |   335M |  93 |2260 |9425 | 536 |  84k|  1 | 343k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.78/3578.12	c   732s|521700 |  7509 |  7636k|  14.6 |   335M |  93 |2260 |9544 |   0 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.87/3578.24	c   732s|521800 |  7509 |  7637k|  14.6 |   335M |  93 |2260 |9705 | 536 |  84k|  1 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3564.96/3578.35	c   732s|521900 |  7508 |  7637k|  14.6 |   335M |  93 |2260 |9639 | 536 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.06/3578.45	c   732s|522000 |  7506 |  7638k|  14.6 |   335M |  93 |2260 |9599 | 536 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.16/3578.54	c   732s|522100 |  7500 |  7639k|  14.6 |   335M |  93 |2260 |9419 | 536 |  84k|  1 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.26/3578.66	c   732s|522200 |  7495 |  7640k|  14.6 |   335M |  93 |2260 |9283 | 536 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.36/3578.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3565.36/3578.78	c   732s|522300 |  7500 |  7641k|  14.6 |   335M |  93 |2260 |9216 | 536 |  84k|  1 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.46/3578.85	c   733s|522400 |  7502 |  7642k|  14.6 |   335M |  93 |2260 |9246 | 536 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.56/3578.91	c   733s|522500 |  7494 |  7642k|  14.6 |   335M |  93 |2260 |9236 |   0 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.56/3578.99	c   733s|522600 |  7486 |  7643k|  14.6 |   335M |  93 |2260 |9153 | 536 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.68/3579.08	c   733s|522700 |  7489 |  7643k|  14.6 |   335M |  93 |2260 |9119 | 536 |  84k|  1 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.86/3579.20	c   733s|522800 |  7491 |  7644k|  14.6 |   335M |  93 |2260 |9217 | 536 |  84k|  1 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3565.96/3579.33	c   733s|522900 |  7484 |  7645k|  14.6 |   335M |  93 |2260 |9240 | 536 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.06/3579.43	c   733s|523000 |  7485 |  7646k|  14.6 |   335M |  93 |2260 |9221 | 536 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.16/3579.52	c   733s|523100 |  7475 |  7647k|  14.6 |   335M |  93 |2260 |9242 | 536 |  84k|  0 | 344k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.26/3579.64	c   733s|523200 |  7480 |  7647k|  14.6 |   335M |  93 |2260 |9274 | 536 |  84k|  1 | 345k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.36/3579.75	c   733s|523300 |  7474 |  7648k|  14.6 |   335M |  93 |2260 |9316 |   0 |  84k|  0 | 345k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.46/3579.87	c   734s|523400 |  7466 |  7648k|  14.6 |   335M |  93 |2260 |9452 |   0 |  84k|  0 | 345k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.56/3579.99	c   734s|523500 |  7465 |  7649k|  14.6 |   335M |  93 |2260 |9366 | 536 |  84k|  1 | 345k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.67/3580.09	c   734s|523600 |  7466 |  7649k|  14.6 |   335M |  93 |2260 |9483 | 536 |  84k|  1 | 345k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.86/3580.20	c   734s|523700 |  7458 |  7650k|  14.6 |   335M |  93 |2260 |9544 |   0 |  84k|  0 | 345k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3566.96/3580.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3566.96/3580.32	c   734s|523800 |  7455 |  7650k|  14.6 |   335M |  93 |2260 |9419 | 536 |  84k|  1 | 346k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.06/3580.43	c   734s|523900 |  7458 |  7651k|  14.6 |   335M |  93 |2260 |9554 | 536 |  84k|  1 | 346k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.16/3580.56	c   734s|524000 |  7461 |  7651k|  14.6 |   335M |  93 |2260 |9598 | 536 |  84k|  1 | 346k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.26/3580.67	c   734s|524100 |  7458 |  7652k|  14.6 |   335M |  93 |2260 |9853 | 536 |  84k|  1 | 346k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.36/3580.78	c   734s|524200 |  7457 |  7652k|  14.6 |   335M |  93 |2260 |9917 |   0 |  84k|  0 | 346k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.55/3580.90	c   735s|524300 |  7460 |  7653k|  14.6 |   335M |  93 |2260 |9643 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.67/3581.02	c   735s|524400 |  7457 |  7654k|  14.6 |   335M |  93 |2260 |9598 | 536 |  84k|  0 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.77/3581.15	c   735s|524500 |  7455 |  7655k|  14.6 |   335M |  93 |2260 |9373 |   0 |  84k|  0 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.85/3581.27	c   735s|524600 |  7457 |  7655k|  14.6 |   335M |  93 |2260 |9378 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3567.95/3581.39	c   735s|524700 |  7458 |  7656k|  14.6 |   335M |  93 |2260 |9314 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.15/3581.50	c   735s|524800 |  7462 |  7656k|  14.6 |   335M |  93 |2260 |9324 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.25/3581.62	c   735s|524900 |  7459 |  7657k|  14.6 |   335M |  93 |2260 |9322 |   0 |  84k|  0 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.35/3581.74	c   735s|525000 |  7457 |  7657k|  14.6 |   335M |  93 |2260 |9361 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.45/3581.86	c   736s|525100 |  7460 |  7658k|  14.6 |   335M |  93 |2260 |9353 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.55/3581.97	c   736s|525200 |  7455 |  7659k|  14.6 |   335M |  93 |2260 |9406 | 536 |  84k|  0 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.66/3582.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3568.66/3582.08	c   736s|525300 |  7457 |  7659k|  14.6 |   335M |  93 |2260 |9279 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.76/3582.17	c   736s|525400 |  7467 |  7660k|  14.6 |   335M |  93 |2260 |9206 | 536 |  84k|  0 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.85/3582.23	c   736s|525500 |  7475 |  7661k|  14.6 |   335M |  93 |2260 |9200 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3568.95/3582.32	c   736s|525600 |  7489 |  7662k|  14.6 |   335M |  93 |2260 |9173 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3569.05/3582.42	c   736s|525700 |  7494 |  7663k|  14.6 |   335M |  93 |2260 |9220 | 536 |  84k|  1 | 347k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3569.15/3582.53	c   736s|525800 |  7498 |  7664k|  14.6 |   335M |  93 |2260 |9268 | 536 |  84k|  0 | 348k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3569.25/3582.66	c   736s|525900 |  7504 |  7665k|  14.6 |   335M |  93 |2260 |9247 |   0 |  84k|  0 | 348k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3569.35/3582.76	c   736s|526000 |  7510 |  7667k|  14.6 |   335M |  93 |2260 |9292 | 536 |  84k|  1 | 348k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3569.55/3582.90	c   737s|526100 |  7504 |  7668k|  14.6 |   335M |  93 |2260 |9337 |   0 |  84k|  0 | 348k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3569.66/3583.04	c   737s|526200 |  7493 |  7669k|  14.6 |   335M |  93 |2260 |9447 | 536 |  84k|  1 | 348k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3569.76/3583.15	c   737s|526300 |  7489 |  7670k|  14.6 |   335M |  93 |2260 |9554 | 536 |  84k|  1 | 348k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3569.84/3583.26	c   737s|526400 |  7485 |  7671k|  14.6 |   335M |  93 |2260 |9598 |   0 |  84k|  0 | 348k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3570.04/3583.41	c   737s|526500 |  7465 |  7673k|  14.6 |   335M |  93 |2260 |9581 | 536 |  84k|  1 | 349k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3570.14/3583.53	c   737s|526600 |  7460 |  7674k|  14.6 |   335M |  93 |2260 |9619 | 536 |  84k|  1 | 349k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3570.24/3583.66	c   737s|526700 |  7464 |  7674k|  14.6 |   335M |  93 |2260 |9515 | 536 |  84k|  1 | 349k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3570.34/3583.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.34/3583.79	c   737s|526800 |  7461 |  7675k|  14.6 |   335M |  93 |2260 |9349 | 536 |  84k|  0 | 349k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3570.54/3583.91	c   738s|526900 |  7452 |  7676k|  14.6 |   335M |  93 |2260 |9409 |   0 |  84k|  0 | 349k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3570.65/3584.02	c   738s|527000 |  7447 |  7677k|  14.6 |   335M |  93 |2260 |9392 | 536 |  84k|  1 | 349k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3570.75/3584.12	c   738s|527100 |  7445 |  7678k|  14.6 |   335M |  93 |2260 |9398 | 536 |  84k|  1 | 349k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3570.84/3584.24	c   738s|527200 |  7441 |  7678k|  14.6 |   335M |  93 |2260 |9464 |   0 |  84k|  0 | 349k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3571.04/3584.46	c   738s|527300 |  7436 |  7679k|  14.6 |   335M |  93 |2260 |9558 |   0 |  84k|  0 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3571.14/3584.57	c   738s|527400 |  7432 |  7680k|  14.6 |   335M |  93 |2260 |9542 | 536 |  84k|  1 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3571.24/3584.69	c   738s|527500 |  7433 |  7680k|  14.6 |   335M |  93 |2260 |9626 | 536 |  84k|  1 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3571.44/3584.81	c   739s|527600 |  7436 |  7681k|  14.6 |   335M |  93 |2260 |9557 | 536 |  84k|  1 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3571.54/3584.94	c   739s|527700 |  7429 |  7681k|  14.6 |   335M |  93 |2260 |9533 |   0 |  84k|  0 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3571.65/3585.07	c   739s|527800 |  7430 |  7682k|  14.6 |   335M |  93 |2260 |9563 | 536 |  84k|  0 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3571.75/3585.18	c   739s|527900 |  7431 |  7683k|  14.6 |   335M |  93 |2260 |9693 |   0 |  84k|  0 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3571.84/3585.29	c   739s|528000 |  7430 |  7683k|  14.5 |   335M |  93 |2260 |9686 | 536 |  84k|  0 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.03/3585.41	c   739s|528100 |  7428 |  7684k|  14.5 |   335M |  93 |2260 |9663 | 536 |  84k|  1 | 350k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.13/3585.53	c   739s|528200 |  7420 |  7685k|  14.5 |   335M |  93 |2260 |9760 | 536 |  84k|  1 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.23/3585.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3572.23/3585.65	c   739s|528300 |  7420 |  7686k|  14.5 |   335M |  93 |2260 |9671 | 536 |  84k|  1 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.33/3585.76	c   739s|528400 |  7420 |  7686k|  14.5 |   335M |  93 |2260 |9658 |   0 |  84k|  0 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.43/3585.87	c   740s|528500 |  7420 |  7687k|  14.5 |   335M |  93 |2260 |9687 | 536 |  84k|  0 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.53/3585.97	c   740s|528600 |  7422 |  7687k|  14.5 |   335M |  93 |2260 |9689 | 536 |  84k|  1 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.65/3586.09	c   740s|528700 |  7419 |  7688k|  14.5 |   335M |  93 |2260 |9771 | 536 |  84k|  0 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.83/3586.20	c   740s|528800 |  7416 |  7688k|  14.5 |   335M |  93 |2260 |9819 | 536 |  84k|  0 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3572.93/3586.32	c   740s|528900 |  7419 |  7689k|  14.5 |   335M |  93 |2260 |9827 | 536 |  84k|  0 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.03/3586.44	c   740s|529000 |  7417 |  7690k|  14.5 |   335M |  93 |2260 |9891 |   0 |  84k|  0 | 351k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.13/3586.55	c   740s|529100 |  7426 |  7690k|  14.5 |   335M |  93 |2260 |9916 | 536 |  84k|  1 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.23/3586.66	c   740s|529200 |  7421 |  7691k|  14.5 |   335M |  93 |2260 |9990 |   0 |  84k|  0 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.33/3586.78	c   740s|529300 |  7420 |  7691k|  14.5 |   335M |  93 |2260 |  10k|   0 |  84k|  0 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.53/3586.90	c   741s|529400 |  7415 |  7692k|  14.5 |   335M |  93 |2260 |9959 | 536 |  84k|  0 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.64/3587.02	c   741s|529500 |  7421 |  7692k|  14.5 |   335M |  93 |2260 |  10k| 536 |  84k|  1 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.74/3587.14	c   741s|529600 |  7415 |  7693k|  14.5 |   335M |  93 |2260 |9910 | 536 |  84k|  1 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.83/3587.26	c   741s|529700 |  7415 |  7694k|  14.5 |   335M |  93 |2260 |9906 | 536 |  84k|  1 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3573.93/3587.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3573.93/3587.38	c   741s|529800 |  7425 |  7695k|  14.5 |   335M |  93 |2260 |9734 | 536 |  84k|  1 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3574.03/3587.49	c   741s|529900 |  7428 |  7696k|  14.5 |   335M |  93 |2260 |9578 | 536 |  84k|  0 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3574.23/3587.62	c   741s|530000 |  7436 |  7698k|  14.5 |   335M |  93 |2260 |9567 | 536 |  84k|  0 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3574.33/3587.74	c   741s|530100 |  7426 |  7699k|  14.5 |   335M |  93 |2260 |9575 | 536 |  84k|  1 | 352k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3574.43/3587.85	c   742s|530200 |  7432 |  7700k|  14.5 |   335M |  93 |2260 |9573 | 536 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3574.53/3587.96	c   742s|530300 |  7422 |  7701k|  14.5 |   335M |  93 |2260 |9584 | 536 |  84k|  1 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3574.64/3588.08	c   742s|530400 |  7424 |  7702k|  14.5 |   335M |  93 |2260 |9560 | 536 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3574.82/3588.20	c   742s|530500 |  7417 |  7703k|  14.5 |   335M |  93 |2260 |9581 |   0 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3574.92/3588.31	c   742s|530600 |  7417 |  7704k|  14.5 |   335M |  93 |2260 |9617 | 536 |  84k|  1 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.02/3588.42	c   742s|530700 |  7415 |  7705k|  14.5 |   335M |  93 |2260 |9622 | 536 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.12/3588.54	c   742s|530800 |  7407 |  7706k|  14.5 |   335M |  93 |2260 |9620 |   0 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.22/3588.67	c   742s|530900 |  7415 |  7707k|  14.5 |   335M |  93 |2260 |9459 |   0 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.32/3588.79	c   742s|531000 |  7416 |  7707k|  14.5 |   335M |  93 |2260 |9470 | 536 |  84k|  1 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.52/3588.91	c   743s|531100 |  7412 |  7708k|  14.5 |   335M |  93 |2260 |9452 | 536 |  84k|  1 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.64/3589.02	c   743s|531200 |  7414 |  7709k|  14.5 |   335M |  93 |2260 |9532 | 536 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.73/3589.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.73/3589.12	c   743s|531300 |  7410 |  7709k|  14.5 |   335M |  93 |2260 |9675 |   0 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.82/3589.24	c   743s|531400 |  7411 |  7710k|  14.5 |   335M |  93 |2260 |9658 |   0 |  84k|  0 | 353k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3575.92/3589.35	c   743s|531500 |  7407 |  7710k|  14.5 |   335M |  93 |2260 |9726 | 536 |  84k|  0 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.02/3589.47	c   743s|531600 |  7408 |  7711k|  14.5 |   335M |  93 |2260 |9558 | 536 |  84k|  1 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.12/3589.58	c   743s|531700 |  7412 |  7712k|  14.5 |   335M |  93 |2260 |9549 | 536 |  84k|  1 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.22/3589.68	c   743s|531800 |  7409 |  7712k|  14.5 |   335M |  93 |2260 |9618 | 536 |  84k|  1 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.32/3589.79	c   743s|531900 |  7410 |  7713k|  14.5 |   335M |  93 |2260 |9626 | 536 |  84k|  1 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.52/3589.90	c   744s|532000 |  7408 |  7713k|  14.5 |   335M |  93 |2260 |9627 |   0 |  84k|  0 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.52/3590.01	c   744s|532100 |  7407 |  7714k|  14.5 |   335M |  93 |2260 |9685 |   0 |  84k|  0 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.73/3590.13	c   744s|532200 |  7403 |  7714k|  14.5 |   335M |  93 |2260 |9566 |   0 |  84k|  0 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.82/3590.22	c   744s|532300 |  7403 |  7715k|  14.5 |   335M |  93 |2260 |9329 |   0 |  84k|  0 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.92/3590.30	c   744s|532400 |  7405 |  7716k|  14.5 |   335M |  93 |2260 |9109 | 536 |  84k|  0 | 354k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3576.92/3590.39	c   744s|532500 |  7405 |  7717k|  14.5 |   335M |  93 |2260 |9127 |   0 |  84k|  0 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.01/3590.48	c   744s|532600 |  7407 |  7718k|  14.5 |   335M |  93 |2260 |9027 | 536 |  84k|  1 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.11/3590.56	c   744s|532700 |  7403 |  7718k|  14.5 |   335M |  93 |2260 |9077 | 536 |  84k|  0 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.21/3590.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.21/3590.64	c   744s|532800 |  7407 |  7719k|  14.5 |   335M |  93 |2260 |9025 | 536 |  84k|  1 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.31/3590.71	c   744s|532900 |  7407 |  7720k|  14.5 |   335M |  93 |2260 |9023 | 536 |  84k|  1 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.31/3590.78	c   744s|533000 |  7411 |  7720k|  14.5 |   335M |  93 |2260 |9063 |   0 |  84k|  0 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.41/3590.86	c   745s|533100 |  7414 |  7721k|  14.5 |   335M |  93 |2260 |9015 | 536 |  84k|  0 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.51/3590.97	c   745s|533200 |  7415 |  7722k|  14.5 |   335M |  93 |2260 |9025 |   0 |  84k|  0 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.63/3591.08	c   745s|533300 |  7418 |  7722k|  14.5 |   335M |  93 |2260 |9167 |   0 |  84k|  0 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.73/3591.19	c   745s|533400 |  7430 |  7722k|  14.5 |   335M |  93 |2260 |9169 | 536 |  84k|  1 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3577.81/3591.29	c   745s|533500 |  7442 |  7723k|  14.5 |   335M |  93 |2260 |9328 | 536 |  84k|  1 | 355k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.01/3591.40	c   745s|533600 |  7432 |  7723k|  14.5 |   335M |  93 |2260 |9449 | 536 |  84k|  1 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.11/3591.50	c   745s|533700 |  7423 |  7723k|  14.5 |   335M |  93 |2260 |9549 | 536 |  84k|  0 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.21/3591.61	c   745s|533800 |  7418 |  7724k|  14.5 |   335M |  93 |2260 |9472 |   0 |  84k|  0 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.31/3591.72	c   745s|533900 |  7422 |  7724k|  14.5 |   335M |  93 |2260 |9380 | 534 |  84k|  1 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.41/3591.83	c   746s|534000 |  7420 |  7725k|  14.5 |   335M |  93 |2260 |9349 | 536 |  84k|  0 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.51/3591.95	c   746s|534100 |  7419 |  7725k|  14.5 |   335M |  93 |2260 |9370 |   0 |  84k|  0 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.62/3592.09	c   746s|534200 |  7419 |  7726k|  14.5 |   335M |  93 |2260 |9356 | 534 |  84k|  1 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.81/3592.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3578.81/3592.23	c   746s|534300 |  7417 |  7726k|  14.5 |   335M |  93 |2260 |9394 | 536 |  84k|  1 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3578.91/3592.34	c   746s|534400 |  7418 |  7726k|  14.5 |   335M |  93 |2260 |9406 | 536 |  84k|  1 | 356k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.01/3592.46	c   746s|534500 |  7413 |  7727k|  14.5 |   335M |  93 |2260 |9444 |   0 |  84k|  0 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.11/3592.57	c   746s|534600 |  7416 |  7728k|  14.5 |   335M |  93 |2260 |9334 | 535 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.21/3592.67	c   746s|534700 |  7414 |  7728k|  14.5 |   335M |  93 |2260 |9327 | 535 |  84k|  0 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.31/3592.78	c   746s|534800 |  7412 |  7729k|  14.5 |   335M |  93 |2260 |9209 |   0 |  84k|  0 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.40/3592.87	c   747s|534900 |  7409 |  7730k|  14.4 |   335M |  93 |2260 |9290 |   0 |  84k|  0 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.50/3592.96	c   747s|535000 |  7407 |  7731k|  14.4 |   335M |  93 |2260 |9119 | 536 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.62/3593.02	c   747s|535100 |  7409 |  7731k|  14.4 |   335M |  93 |2260 |9120 | 536 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.62/3593.09	c   747s|535200 |  7410 |  7731k|  14.4 |   335M |  93 |2260 |9075 | 536 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.72/3593.19	c   747s|535300 |  7410 |  7732k|  14.4 |   335M |  93 |2260 |9106 | 536 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.80/3593.27	c   747s|535400 |  7409 |  7733k|  14.4 |   335M |  93 |2260 |9157 | 536 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3579.90/3593.37	c   747s|535500 |  7405 |  7734k|  14.4 |   335M |  93 |2260 |9152 |   0 |  84k|  0 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.00/3593.48	c   747s|535600 |  7411 |  7734k|  14.4 |   335M |  93 |2260 |9174 | 536 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.10/3593.59	c   747s|535700 |  7405 |  7735k|  14.4 |   335M |  93 |2260 |9289 | 536 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.30/3593.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3580.30/3593.72	c   747s|535800 |  7401 |  7735k|  14.4 |   335M |  93 |2260 |9325 | 536 |  84k|  1 | 357k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.40/3593.83	c   748s|535900 |  7405 |  7736k|  14.4 |   335M |  93 |2260 |9391 |   0 |  84k|  0 | 358k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.50/3593.94	c   748s|536000 |  7402 |  7736k|  14.4 |   335M |  93 |2260 |9501 | 536 |  84k|  1 | 358k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.61/3594.04	c   748s|536100 |  7404 |  7737k|  14.4 |   335M |  93 |2260 |9594 | 536 |  84k|  1 | 358k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.71/3594.15	c   748s|536200 |  7402 |  7737k|  14.4 |   335M |  93 |2260 |9617 |   0 |  84k|  0 | 358k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.80/3594.27	c   748s|536300 |  7403 |  7738k|  14.4 |   335M |  93 |2260 |9558 |   0 |  84k|  0 | 358k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3580.90/3594.38	c   748s|536400 |  7405 |  7738k|  14.4 |   335M |  93 |2260 |9683 | 536 |  84k|  1 | 358k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.00/3594.49	c   748s|536500 |  7404 |  7738k|  14.4 |   335M |  93 |2260 |9689 | 536 |  84k|  1 | 359k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.10/3594.59	c   748s|536600 |  7414 |  7739k|  14.4 |   335M |  93 |2260 |9736 | 536 |  84k|  1 | 359k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.30/3594.70	c   748s|536700 |  7405 |  7739k|  14.4 |   335M |  93 |2260 |9887 |   0 |  84k|  0 | 359k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.40/3594.82	c   749s|536800 |  7410 |  7739k|  14.4 |   335M |  93 |2260 |9731 | 536 |  84k|  1 | 359k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.50/3594.95	c   749s|536900 |  7399 |  7740k|  14.4 |   335M |  93 |2260 |9637 | 536 |  84k|  1 | 359k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.61/3595.06	c   749s|537000 |  7404 |  7740k|  14.4 |   335M |  93 |2260 |9808 | 536 |  84k|  1 | 359k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.71/3595.18	c   749s|537100 |  7397 |  7741k|  14.4 |   335M |  93 |2260 |9538 | 536 |  84k|  1 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.79/3595.29	c   749s|537200 |  7392 |  7742k|  14.4 |   335M |  93 |2260 |9444 | 536 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3581.99/3595.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.99/3595.43	c   749s|537300 |  7394 |  7742k|  14.4 |   335M |  93 |2260 |9409 |   0 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.09/3595.56	c   749s|537400 |  7391 |  7743k|  14.4 |   335M |  93 |2260 |9495 | 536 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.29/3595.70	c   749s|537500 |  7392 |  7743k|  14.4 |   335M |  93 |2260 |9488 |   0 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.39/3595.82	c   750s|537600 |  7392 |  7744k|  14.4 |   335M |  93 |2260 |9509 | 536 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.49/3595.94	c   750s|537700 |  7394 |  7745k|  14.4 |   335M |  93 |2260 |9155 | 536 |  84k|  1 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.61/3596.02	c   750s|537800 |  7390 |  7745k|  14.4 |   335M |  93 |2260 |9150 | 536 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.71/3596.13	c   750s|537900 |  7394 |  7746k|  14.4 |   335M |  93 |2260 |9121 | 536 |  84k|  1 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.79/3596.23	c   750s|538000 |  7392 |  7747k|  14.4 |   335M |  93 |2260 |9150 | 536 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.89/3596.34	c   750s|538100 |  7390 |  7748k|  14.4 |   335M |  93 |2260 |9161 | 536 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3582.99/3596.46	c   750s|538200 |  7390 |  7749k|  14.4 |   335M |  93 |2260 |9115 | 536 |  84k|  1 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.09/3596.57	c   750s|538300 |  7395 |  7750k|  14.4 |   335M |  93 |2260 |9175 | 536 |  84k|  1 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.19/3596.69	c   750s|538400 |  7391 |  7751k|  14.4 |   335M |  93 |2260 |9120 | 536 |  84k|  1 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.29/3596.75	c   750s|538500 |  7391 |  7752k|  14.4 |   335M |  93 |2260 |9019 | 536 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.39/3596.82	c   751s|538600 |  7392 |  7752k|  14.4 |   335M |  93 |2260 |9004 |   0 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.49/3596.92	c   751s|538700 |  7389 |  7753k|  14.4 |   335M |  93 |2260 |9111 | 536 |  84k|  0 | 360k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.60/3597.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.60/3597.05	c   751s|538800 |  7390 |  7754k|  14.4 |   335M |  93 |2260 |9056 | 536 |  84k|  0 | 361k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.71/3597.16	c   751s|538900 |  7397 |  7755k|  14.4 |   335M |  93 |2260 |9124 | 536 |  84k|  1 | 361k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.80/3597.27	c   751s|539000 |  7396 |  7755k|  14.4 |   335M |  93 |2260 |9236 |   0 |  84k|  0 | 361k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3583.90/3597.38	c   751s|539100 |  7394 |  7756k|  14.4 |   335M |  93 |2260 |9271 | 536 |  84k|  1 | 361k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.00/3597.49	c   751s|539200 |  7393 |  7756k|  14.4 |   335M |  93 |2260 |9303 |   0 |  84k|  0 | 361k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.19/3597.61	c   751s|539300 |  7389 |  7756k|  14.4 |   335M |  93 |2260 |9332 | 536 |  84k|  0 | 361k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.29/3597.72	c   751s|539400 |  7388 |  7757k|  14.4 |   335M |  93 |2260 |9374 | 536 |  84k|  1 | 361k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.39/3597.84	c   752s|539500 |  7388 |  7758k|  14.4 |   335M |  93 |2260 |9396 | 536 |  84k|  0 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.49/3597.95	c   752s|539600 |  7392 |  7759k|  14.4 |   335M |  93 |2260 |9378 | 536 |  84k|  1 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.61/3598.07	c   752s|539700 |  7383 |  7759k|  14.4 |   335M |  93 |2260 |9273 |   0 |  84k|  0 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.71/3598.19	c   752s|539800 |  7381 |  7760k|  14.4 |   335M |  93 |2260 |9158 |   0 |  84k|  0 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.89/3598.30	c   752s|539900 |  7379 |  7761k|  14.4 |   335M |  93 |2260 |9176 | 536 |  84k|  1 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3584.99/3598.42	c   752s|540000 |  7381 |  7762k|  14.4 |   335M |  93 |2260 |9185 |   0 |  84k|  0 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.09/3598.52	c   752s|540100 |  7381 |  7762k|  14.4 |   335M |  93 |2260 |9271 | 536 |  84k|  1 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.19/3598.62	c   752s|540200 |  7375 |  7763k|  14.4 |   335M |  93 |2260 |9361 | 536 |  84k|  1 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.29/3598.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3585.29/3598.73	c   752s|540300 |  7384 |  7763k|  14.4 |   335M |  93 |2260 |9437 | 536 |  84k|  1 | 362k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.39/3598.85	c   753s|540400 |  7383 |  7764k|  14.4 |   335M |  93 |2260 |9472 | 536 |  84k|  0 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.49/3598.96	c   753s|540500 |  7377 |  7764k|  14.4 |   335M |  93 |2260 |9545 | 536 |  84k|  0 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.60/3599.09	c   753s|540600 |  7374 |  7765k|  14.4 |   335M |  93 |2260 |9492 | 536 |  84k|  1 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.79/3599.21	c   753s|540700 |  7380 |  7766k|  14.4 |   335M |  93 |2260 |9457 | 536 |  84k|  0 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.89/3599.33	c   753s|540800 |  7377 |  7766k|  14.4 |   335M |  93 |2260 |9467 | 536 |  84k|  1 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3585.99/3599.44	c   753s|540900 |  7376 |  7767k|  14.4 |   335M |  93 |2260 |9453 | 536 |  84k|  1 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3586.09/3599.56	c   753s|541000 |  7383 |  7767k|  14.4 |   335M |  93 |2260 |9264 | 536 |  84k|  0 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3586.19/3599.66	c   753s|541100 |  7383 |  7768k|  14.4 |   335M |  93 |2260 |9278 | 536 |  84k|  1 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3586.29/3599.79	c   753s|541200 |  7383 |  7768k|  14.4 |   335M |  93 |2260 |9283 | 536 |  84k|  1 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3586.48/3599.91	c   754s|541300 |  7380 |  7769k|  14.4 |   335M |  93 |2260 |9281 | 536 |  84k|  0 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3586.60/3600.04	c   754s|541400 |  7384 |  7769k|  14.3 |   335M |  93 |2260 |9316 |   0 |  84k|  0 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3586.70/3600.17	c   754s|541500 |  7383 |  7770k|  14.3 |   335M |  93 |2260 |9352 |   0 |  84k|  0 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3586.88/3600.30	c   754s|541600 |  7379 |  7770k|  14.3 |   335M |  93 |2260 |9392 | 536 |  84k|  1 | 363k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3586.98/3600.43	c   754s|541700 |  7382 |  7771k|  14.3 |   335M |  93 |2260 |9299 |   0 |  84k|  0 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3587.08/3600.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3587.08/3600.56	c   754s|541800 |  7386 |  7771k|  14.3 |   335M |  93 |2260 |9298 | 536 |  84k|  0 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3587.18/3600.69	c   754s|541900 |  7381 |  7772k|  14.3 |   335M |  93 |2260 |9336 | 536 |  84k|  0 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3587.38/3600.80	c   755s|542000 |  7391 |  7773k|  14.3 |   335M |  93 |2260 |9238 | 536 |  84k|  0 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3587.48/3600.92	c   755s|542100 |  7391 |  7773k|  14.3 |   335M |  93 |2260 |9231 | 536 |  84k|  1 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3587.59/3601.04	c   755s|542200 |  7389 |  7774k|  14.3 |   335M |  93 |2260 |9263 |   0 |  84k|  0 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3587.69/3601.17	c   755s|542300 |  7387 |  7774k|  14.3 |   335M |  93 |2260 |9240 |   0 |  84k|  0 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3587.78/3601.28	c   755s|542400 |  7391 |  7775k|  14.3 |   335M |  93 |2260 |9230 |   0 |  84k|  0 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3587.88/3601.39	c   755s|542500 |  7398 |  7776k|  14.3 |   335M |  93 |2260 |9181 | 536 |  84k|  1 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.08/3601.52	c   755s|542600 |  7402 |  7777k|  14.3 |   335M |  93 |2260 |9139 | 536 |  84k|  1 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.18/3601.65	c   755s|542700 |  7400 |  7777k|  14.3 |   335M |  93 |2260 |9161 |   0 |  84k|  0 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.27/3601.77	c   755s|542800 |  7402 |  7777k|  14.3 |   335M |  93 |2260 |9236 | 536 |  84k|  1 | 364k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.37/3601.87	c   756s|542900 |  7400 |  7778k|  14.3 |   335M |  93 |2260 |9276 |   0 |  84k|  0 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.47/3601.98	c   756s|543000 |  7410 |  7778k|  14.3 |   335M |  93 |2260 |9259 |   0 |  84k|  0 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.59/3602.09	c   756s|543100 |  7406 |  7779k|  14.3 |   335M |  93 |2260 |9294 | 536 |  84k|  1 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.77/3602.22	c   756s|543200 |  7408 |  7779k|  14.3 |   335M |  93 |2260 |9323 | 536 |  84k|  1 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.87/3602.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3588.87/3602.33	c   756s|543300 |  7409 |  7780k|  14.3 |   335M |  93 |2260 |9291 | 536 |  84k|  1 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3588.97/3602.44	c   756s|543400 |  7407 |  7780k|  14.3 |   335M |  93 |2260 |9245 | 536 |  84k|  0 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.07/3602.57	c   756s|543500 |  7406 |  7781k|  14.3 |   335M |  93 |2260 |9215 | 536 |  84k|  0 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.17/3602.67	c   756s|543600 |  7404 |  7781k|  14.3 |   335M |  93 |2260 |9220 | 536 |  84k|  1 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.27/3602.79	c   756s|543700 |  7396 |  7782k|  14.3 |   335M |  93 |2260 |9244 | 536 |  84k|  0 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.47/3602.90	c   757s|543800 |  7389 |  7783k|  14.3 |   335M |  93 |2260 |9203 | 536 |  84k|  0 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.58/3603.02	c   757s|543900 |  7387 |  7784k|  14.3 |   335M |  93 |2260 |9169 | 536 |  84k|  1 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.68/3603.13	c   757s|544000 |  7384 |  7785k|  14.3 |   335M |  93 |2260 |9192 | 536 |  84k|  0 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.77/3603.23	c   757s|544100 |  7380 |  7785k|  14.3 |   335M |  93 |2260 |9196 | 536 |  84k|  1 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.87/3603.36	c   757s|544200 |  7376 |  7786k|  14.3 |   335M |  93 |2260 |9250 | 536 |  84k|  1 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3589.97/3603.46	c   757s|544300 |  7372 |  7787k|  14.3 |   335M |  93 |2260 |9284 | 536 |  84k|  0 | 365k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3590.07/3603.58	c   757s|544400 |  7373 |  7788k|  14.3 |   335M |  93 |2260 |9235 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3590.27/3603.70	c   757s|544500 |  7363 |  7789k|  14.3 |   335M |  93 |2260 |9080 | 535 |  84k|  0 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3590.37/3603.80	c   757s|544600 |  7368 |  7789k|  14.3 |   335M |  93 |2260 |9066 | 535 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3590.47/3603.92	c   758s|544700 |  7369 |  7790k|  14.3 |   335M |  93 |2260 |9089 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3590.58/3604.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3590.58/3604.05	c   758s|544800 |  7368 |  7790k|  14.3 |   335M |  93 |2260 |9154 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3590.68/3604.16	c   758s|544900 |  7367 |  7791k|  14.3 |   335M |  93 |2260 |9085 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3590.76/3604.26	c   758s|545000 |  7367 |  7792k|  14.3 |   335M |  93 |2260 |9100 | 535 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3590.86/3604.39	c   758s|545100 |  7375 |  7793k|  14.3 |   335M |  93 |2260 |8927 | 536 |  84k|  0 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.06/3604.51	c   758s|545200 |  7375 |  7795k|  14.3 |   335M |  93 |2260 |8920 | 536 |  84k|  0 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.16/3604.63	c   758s|545300 |  7375 |  7797k|  14.3 |   335M |  93 |2260 |8921 | 536 |  84k|  0 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.26/3604.75	c   758s|545400 |  7375 |  7798k|  14.3 |   335M |  93 |2260 |8942 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.36/3604.86	c   759s|545500 |  7370 |  7799k|  14.3 |   335M |  93 |2260 |8937 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.46/3604.96	c   759s|545600 |  7372 |  7800k|  14.3 |   335M |  93 |2260 |8960 | 536 |  84k|  0 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.58/3605.06	c   759s|545700 |  7380 |  7801k|  14.3 |   335M |  93 |2260 |8983 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.67/3605.18	c   759s|545800 |  7385 |  7803k|  14.3 |   335M |  93 |2260 |9005 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.76/3605.29	c   759s|545900 |  7391 |  7803k|  14.3 |   335M |  93 |2260 |9074 | 536 |  84k|  1 | 366k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.86/3605.39	c   759s|546000 |  7390 |  7804k|  14.3 |   335M |  93 |2260 |9168 | 536 |  84k|  0 | 367k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3591.96/3605.49	c   759s|546100 |  7392 |  7805k|  14.3 |   335M |  93 |2260 |9239 | 536 |  84k|  0 | 367k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3592.16/3605.61	c   759s|546200 |  7392 |  7806k|  14.3 |   335M |  93 |2260 |9298 | 536 |  84k|  1 | 367k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3592.26/3605.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3592.26/3605.73	c   759s|546300 |  7392 |  7807k|  14.3 |   335M |  93 |2260 |9255 | 536 |  84k|  0 | 367k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3592.36/3605.85	c   760s|546400 |  7390 |  7808k|  14.3 |   335M |  93 |2260 |9275 | 536 |  84k|  0 | 367k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3592.46/3605.96	c   760s|546500 |  7386 |  7808k|  14.3 |   335M |  93 |2260 |9334 |   0 |  84k|  0 | 367k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3592.57/3606.06	c   760s|546600 |  7387 |  7809k|  14.3 |   335M |  93 |2260 |9384 | 536 |  84k|  1 | 367k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3592.67/3606.18	c   760s|546700 |  7385 |  7810k|  14.3 |   335M |  93 |2260 |9267 | 536 |  84k|  0 | 367k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3592.76/3606.29	c   760s|546800 |  7380 |  7811k|  14.3 |   335M |  93 |2260 |9295 | 536 |  84k|  0 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3592.86/3606.40	c   760s|546900 |  7380 |  7812k|  14.3 |   335M |  93 |2260 |9294 | 536 |  84k|  0 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.06/3606.50	c   760s|547000 |  7378 |  7812k|  14.3 |   335M |  93 |2260 |9301 | 536 |  84k|  1 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.16/3606.60	c   760s|547100 |  7380 |  7813k|  14.3 |   335M |  93 |2260 |9262 | 536 |  84k|  1 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.25/3606.71	c   760s|547200 |  7380 |  7814k|  14.3 |   335M |  93 |2260 |9311 | 536 |  84k|  1 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.35/3606.83	c   761s|547300 |  7383 |  7815k|  14.3 |   335M |  93 |2260 |9267 | 536 |  84k|  0 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.45/3606.94	c   761s|547400 |  7389 |  7816k|  14.3 |   335M |  93 |2260 |9253 | 536 |  84k|  1 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.57/3607.07	c   761s|547500 |  7385 |  7818k|  14.3 |   335M |  93 |2260 |9276 | 536 |  84k|  1 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.67/3607.19	c   761s|547600 |  7375 |  7819k|  14.3 |   335M |  93 |2260 |9260 | 536 |  84k|  0 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.85/3607.31	c   761s|547700 |  7379 |  7820k|  14.3 |   335M |  93 |2260 |9145 | 536 |  84k|  1 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3593.95/3607.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3593.95/3607.43	c   761s|547800 |  7378 |  7821k|  14.3 |   335M |  93 |2260 |9136 | 536 |  84k|  0 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.05/3607.54	c   761s|547900 |  7380 |  7822k|  14.3 |   335M |  93 |2260 |9114 |   0 |  84k|  0 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.15/3607.65	c   761s|548000 |  7387 |  7823k|  14.3 |   335M |  93 |2260 |9192 | 536 |  84k|  1 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.25/3607.76	c   761s|548100 |  7385 |  7824k|  14.3 |   335M |  93 |2260 |9255 | 536 |  84k|  1 | 368k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.35/3607.86	c   762s|548200 |  7384 |  7824k|  14.3 |   335M |  93 |2260 |9403 | 536 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.45/3607.97	c   762s|548300 |  7385 |  7825k|  14.3 |   335M |  93 |2260 |9466 |   0 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.56/3608.09	c   762s|548400 |  7383 |  7826k|  14.3 |   335M |  93 |2260 |9492 | 536 |  84k|  1 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.75/3608.21	c   762s|548500 |  7383 |  7827k|  14.3 |   335M |  93 |2260 |9478 |   0 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.85/3608.32	c   762s|548600 |  7382 |  7828k|  14.3 |   335M |  93 |2260 |9460 |   0 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3594.95/3608.43	c   762s|548700 |  7388 |  7829k|  14.3 |   335M |  93 |2260 |9464 | 536 |  84k|  1 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.05/3608.54	c   762s|548800 |  7384 |  7830k|  14.3 |   335M |  93 |2260 |9455 | 536 |  84k|  1 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.15/3608.66	c   762s|548900 |  7387 |  7831k|  14.3 |   335M |  93 |2260 |9320 | 536 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.25/3608.79	c   762s|549000 |  7387 |  7833k|  14.3 |   335M |  93 |2260 |9277 | 536 |  84k|  1 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.45/3608.90	c   763s|549100 |  7389 |  7834k|  14.3 |   335M |  93 |2260 |9330 |   0 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.56/3609.01	c   763s|549200 |  7385 |  7835k|  14.3 |   335M |  93 |2260 |9341 | 536 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.66/3609.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3595.66/3609.13	c   763s|549300 |  7391 |  7836k|  14.3 |   335M |  93 |2260 |9334 | 536 |  84k|  1 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.74/3609.24	c   763s|549400 |  7385 |  7838k|  14.3 |   335M |  93 |2260 |9313 | 536 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.84/3609.37	c   763s|549500 |  7383 |  7839k|  14.3 |   335M |  93 |2260 |9314 | 536 |  84k|  1 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3595.94/3609.48	c   763s|549600 |  7381 |  7840k|  14.3 |   335M |  93 |2260 |9307 | 536 |  84k|  0 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.04/3609.58	c   763s|549700 |  7378 |  7840k|  14.3 |   335M |  93 |2260 |9334 | 536 |  84k|  1 | 369k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.24/3609.70	c   763s|549800 |  7377 |  7841k|  14.3 |   335M |  93 |2260 |9339 |   0 |  84k|  0 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.34/3609.81	c   764s|549900 |  7373 |  7842k|  14.3 |   335M |  93 |2260 |9320 | 536 |  84k|  1 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.44/3609.92	c   764s|550000 |  7376 |  7843k|  14.3 |   335M |  93 |2260 |9354 | 536 |  84k|  1 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.56/3610.05	c   764s|550100 |  7369 |  7844k|  14.3 |   335M |  93 |2260 |9347 | 536 |  84k|  0 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.65/3610.16	c   764s|550200 |  7374 |  7845k|  14.3 |   335M |  93 |2260 |9398 | 536 |  84k|  0 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.74/3610.27	c   764s|550300 |  7373 |  7845k|  14.3 |   335M |  93 |2260 |9317 | 536 |  84k|  1 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.84/3610.37	c   764s|550400 |  7378 |  7846k|  14.3 |   335M |  93 |2260 |9166 | 536 |  84k|  1 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3596.94/3610.48	c   764s|550500 |  7384 |  7847k|  14.3 |   335M |  93 |2260 |9217 | 536 |  84k|  0 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3597.14/3610.60	c   764s|550600 |  7379 |  7847k|  14.2 |   335M |  93 |2260 |9302 |   0 |  84k|  0 | 370k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3597.24/3610.71	c   764s|550700 |  7376 |  7848k|  14.2 |   335M |  93 |2260 |9368 | 536 |  84k|  0 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3597.34/3610.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3597.34/3610.84	c   765s|550800 |  7378 |  7849k|  14.2 |   335M |  93 |2260 |9354 | 536 |  84k|  1 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3597.44/3610.96	c   765s|550900 |  7382 |  7849k|  14.2 |   335M |  93 |2260 |9440 | 536 |  84k|  0 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3597.55/3611.06	c   765s|551000 |  7379 |  7850k|  14.2 |   335M |  93 |2260 |9499 | 536 |  84k|  0 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3597.65/3611.18	c   765s|551100 |  7382 |  7851k|  14.2 |   335M |  93 |2260 |9497 | 536 |  84k|  0 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3597.74/3611.29	c   765s|551200 |  7385 |  7852k|  14.2 |   335M |  93 |2260 |9489 |   0 |  84k|  0 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3597.94/3611.40	c   765s|551300 |  7384 |  7853k|  14.2 |   335M |  93 |2260 |9511 | 536 |  84k|  1 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.04/3611.52	c   765s|551400 |  7381 |  7853k|  14.2 |   335M |  93 |2260 |9520 | 536 |  84k|  0 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.14/3611.62	c   765s|551500 |  7381 |  7854k|  14.2 |   335M |  93 |2260 |9577 | 536 |  84k|  1 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.23/3611.74	c   765s|551600 |  7379 |  7855k|  14.2 |   335M |  93 |2260 |9555 | 536 |  84k|  1 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.33/3611.85	c   766s|551700 |  7374 |  7855k|  14.2 |   335M |  93 |2260 |9628 | 536 |  84k|  0 | 371k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.43/3611.96	c   766s|551800 |  7375 |  7856k|  14.2 |   335M |  93 |2260 |9654 | 536 |  84k|  0 | 372k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.55/3612.08	c   766s|551900 |  7375 |  7857k|  14.2 |   335M |  93 |2260 |9692 | 536 |  84k|  0 | 372k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.65/3612.19	c   766s|552000 |  7369 |  7858k|  14.2 |   335M |  93 |2260 |9737 |   0 |  84k|  0 | 372k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.83/3612.32	c   766s|552100 |  7379 |  7858k|  14.2 |   335M |  93 |2260 |9487 | 536 |  84k|  1 | 372k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3598.93/3612.43	c   766s|552200 |  7385 |  7859k|  14.2 |   335M |  93 |2260 |9425 | 536 |  84k|  1 | 372k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.03/3612.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3599.03/3612.52	c   766s|552300 |  7386 |  7859k|  14.2 |   335M |  93 |2260 |9480 | 536 |  84k|  1 | 372k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.13/3612.61	c   766s|552400 |  7384 |  7860k|  14.2 |   335M |  93 |2260 |9572 | 536 |  84k|  1 | 372k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.23/3612.70	c   766s|552500 |  7383 |  7860k|  14.2 |   335M |  93 |2260 |9645 | 536 |  84k|  1 | 372k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.33/3612.81	c   767s|552600 |  7381 |  7861k|  14.2 |   335M |  93 |2260 |9233 |   0 |  84k|  0 | 373k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.43/3612.92	c   767s|552700 |  7381 |  7861k|  14.2 |   335M |  93 |2260 |9244 | 535 |  85k|  0 | 373k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.54/3613.03	c   767s|552800 |  7382 |  7862k|  14.2 |   335M |  93 |2260 |9286 | 535 |  85k|  1 | 373k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.64/3613.14	c   767s|552900 |  7384 |  7863k|  14.2 |   335M |  93 |2260 |9356 |   0 |  85k|  0 | 373k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.73/3613.25	c   767s|553000 |  7382 |  7863k|  14.2 |   335M |  93 |2260 |9496 | 536 |  85k|  1 | 373k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.83/3613.35	c   767s|553100 |  7379 |  7863k|  14.2 |   335M |  93 |2260 |9453 | 535 |  85k|  0 | 373k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3599.93/3613.45	c   767s|553200 |  7379 |  7864k|  14.2 |   335M |  93 |2260 |9453 | 536 |  85k|  0 | 373k|  11 |-6.000000e+00 |      --      |    Inf | unknown
3600.03/3613.50	
3600.03/3613.50	*** TERMINATED *** by signal
3600.03/3613.50	c
3600.03/3613.50	s UNKNOWN
3600.03/3613.50	c _____________________________________________________________________________
3600.03/3613.50	c std/band forms        : 444,0
3600.03/3613.50	c 2cl/3cl ITE-codings   : 208896,0
3600.03/3613.50	c BDD/srt/adr Max costs : 840,14208,0
3600.03/3613.50	c BDDraw/bin/mul/srt/adr: 384,0,0,60,0
3600.03/3613.50	c BDD nodes             : 323328
3600.03/3613.50	c Es1/CC detections     : 0,0
3600.03/3613.50	c CC sort               : 60
3600.03/3613.50	c SAT/UNSAT calls       : 0,0
3600.03/3613.50	c regenrated variables  : 0
3600.03/3613.50	c eliminated fixed lits : 0
3600.03/3613.50	c goal lit flips        : 0
3600.03/3613.50	c goal stages           : 0
3600.03/3613.50	c goal shrink           : 0
3600.03/3613.50	c goal coeff separations: 0
3600.03/3613.50	c restarts              : 4826
3600.03/3613.50	c conflicts             : 156369         (43 /sec)
3600.03/3613.50	c decisions             : 1470279        (408 /sec)
3600.03/3613.50	c propagations          : 349960289      (97210 /sec)
3600.03/3613.50	c inspects              : 0              (0 /sec)
3600.03/3613.50	c CPU time (solving tm) : 3600 s        (35.08 s, SAT 0 s, UNSAT 0 s)
3600.03/3613.50	c SAT solver time       : 35.08 s
3600.03/3613.50	c SAT solver SAT time   : 0 s
3600.03/3613.50	c SAT solver UNSAT time : 0 s
3600.03/3613.50	c SAT solver TO time    : 35.08 s
3600.03/3613.50	c Time for SCIP         : 2799 s
3600.03/3613.50	c Coop SCIP LB improvements           : 0
3600.03/3613.50	c Coop SCIP UB improvements           : 0
3600.03/3613.50	c SCIP globally fixed variables       : 0
3600.03/3613.50	c SAT  globally fixed variables       : 0
3600.03/3613.50	c SCIP freeTransform calls            : 5
3600.03/3613.50	c Time for Opt-base     : 0.000565 s
3600.03/3613.50	c Steps for Opt-base    : 0
3600.03/3613.50	c Time for BDD coding   : 0.6017 s
3600.03/3613.50	c Time for srt coding   : 0.003581 s
3600.03/3613.50	c Inner solver invocations            : 0
3600.03/3613.50	c Inner solving count                 : 0
3600.03/3613.50	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4779718-1782134589/watcher-4779718-1782134589 -o /tmp/evaluation-result-4779718-1782134589/solver-4779718-1782134589 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779718-1782134589/vars-4779718-1782134589 --bin-var /tmp/runsolver-exch-nodeE010-1782134575-2291492 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4779718-1782134589.opb 

running on 4 cores: 16-19

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-4,6-8,10-11,13-14,20,22,26,29,31,33-34,36-37,41-43,45-46,48,50,52,54,60-61
  3550 MHz: 5,16-19,28,30,49,51,56-59
  3600 MHz: 1,9,12,15,21,23-25,27,32,35,38-40,44,47,53,55,62-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (113262 MiB free)
  node 1: cores 8-15, 128973 MiB (107756 MiB free)
  node 2: cores 16-23, 129019 MiB (111532 MiB free)
  node 3: cores 24-31, 129003 MiB (118535 MiB free)
  node 4: cores 32-39, 129019 MiB (118271 MiB free)
  node 5: cores 40-47, 129019 MiB (117316 MiB free)
  node 6: cores 48-55, 129019 MiB (117744 MiB free)
  node 7: cores 56-63, 128474 MiB (113206 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2292118, runsolver pid=2292115
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 4.53 3.11 8.12 17/882 2292121
/proc/meminfo: memFree=939625188/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=115388 memory=53652 CPUtime=0.08 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 9333 205 0 0 8 0 0 0 20 0 1 0 146746577 118157312 13284 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 28847 13413 5775 506 0 9538 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 115388 KiB
Current children cumulated memory: 53652 KiB

[startup+0.21337 s]*
/proc/loadavg: 4.53 3.11 8.12 17/882 2292121
/proc/meminfo: memFree=939590920/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=127536 memory=62272 CPUtime=0.2 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 11734 205 0 0 19 1 0 0 20 0 1 0 146746577 130596864 15403 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 31884 15568 5822 506 0 12575 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 127536 KiB
Current children cumulated memory: 62272 KiB

[startup+0.313138 s]*
/proc/loadavg: 4.53 3.11 8.12 17/882 2292121
/proc/meminfo: memFree=939581652/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=129564 memory=63900 CPUtime=0.3 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 12141 205 0 0 29 1 0 0 20 0 1 0 146746577 132673536 15787 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 32391 15975 5822 506 0 13082 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 129564 KiB
Current children cumulated memory: 63900 KiB

[startup+0.700108 s]
/proc/loadavg: 4.53 3.11 8.12 17/882 2292121
/proc/meminfo: memFree=939571608/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=149904 memory=85132 CPUtime=0.67 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 17449 205 0 0 66 1 0 0 20 0 1 0 146746577 153501696 21163 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 37476 21283 5822 506 0 18167 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 149904 KiB
Current children cumulated memory: 85132 KiB

[startup+1.50014 s]
/proc/loadavg: 4.53 3.11 8.12 17/882 2292121
/proc/meminfo: memFree=939331760/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=184576 memory=118816 CPUtime=1.47 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 26538 205 0 0 145 2 0 0 20 0 1 0 146746577 189005824 29521 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 46144 29704 6089 506 0 26835 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 184576 KiB
Current children cumulated memory: 118816 KiB

[startup+3.11338 s]
/proc/loadavg: 5.45 3.32 8.17 17/882 2292121
/proc/meminfo: memFree=939233808/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=209020 memory=143288 CPUtime=3.07 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 35128 205 0 0 305 2 0 0 20 0 1 0 146746577 214036480 35705 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 52255 35822 6121 506 0 32946 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 209020 KiB
Current children cumulated memory: 143288 KiB

[startup+6.30014 s]
/proc/loadavg: 5.45 3.32 8.17 17/882 2292121
/proc/meminfo: memFree=937528688/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=211376 memory=146872 CPUtime=6.24 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 36042 205 0 0 622 2 0 0 20 0 1 0 146746577 216449024 36601 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 52844 36718 6121 506 0 33535 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 211376 KiB
Current children cumulated memory: 146872 KiB

[startup+12.7002 s]
/proc/loadavg: 6.30 3.53 8.21 17/882 2292171
/proc/meminfo: memFree=939448920/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=509620 memory=430312 CPUtime=12.63 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 88101 205 0 0 1241 22 0 0 20 0 1 0 146746577 521850880 107467 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 127405 107578 6217 506 0 108096 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 509620 KiB
Current children cumulated memory: 430312 KiB

[startup+25.5002 s]
/proc/loadavg: 8.38 4.13 8.33 17/884 2292223
/proc/meminfo: memFree=942277632/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=524440 memory=449992 CPUtime=25.38 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 89414 205 0 0 2475 63 0 0 20 0 1 0 146746577 537026560 112282 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 131110 112498 6249 506 0 111801 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 524440 KiB
Current children cumulated memory: 449992 KiB

[startup+51.1136 s]
/proc/loadavg: 10.98 5.08 8.53 17/884 2292223
/proc/meminfo: memFree=940232504/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=524928 memory=450468 CPUtime=50.9 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 89534 205 0 0 5027 63 0 0 20 0 1 0 146746577 537526272 112410 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 131232 112617 6249 506 0 111923 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 524928 KiB
Current children cumulated memory: 450468 KiB

[startup+102.3 s]
/proc/loadavg: 13.78 6.75 8.92 17/884 2292373
/proc/meminfo: memFree=937500460/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=525944 memory=451596 CPUtime=101.9 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 90031 205 0 0 10127 63 0 0 20 0 1 0 146746577 538566656 112794 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 131486 112899 6249 506 0 112177 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 525944 KiB
Current children cumulated memory: 451596 KiB

[startup+162.3 s]
/proc/loadavg: 15.23 8.45 9.37 17/883 2292473
/proc/meminfo: memFree=900570140/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=540752 memory=465104 CPUtime=161.68 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 105770 205 0 0 16103 65 0 0 20 0 1 0 146746577 553730048 116189 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 135188 116276 6274 506 0 115879 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 540752 KiB
Current children cumulated memory: 465104 KiB

[startup+222.3 s]
/proc/loadavg: 15.72 9.83 9.79 16/879 2292581
/proc/meminfo: memFree=906717516/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=573088 memory=498016 CPUtime=221.45 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 128153 205 0 0 22079 66 0 0 20 0 1 0 146746577 586842112 124395 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 143272 124504 6274 506 0 123963 0
Current children cumulated CPU time: 221.45 s
Current children cumulated vsize: 573088 KiB
Current children cumulated memory: 498016 KiB

[startup+282.3 s]
/proc/loadavg: 15.82 10.94 10.18 17/883 2292723
/proc/meminfo: memFree=907008876/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=573088 memory=498160 CPUtime=281.22 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 128223 205 0 0 28056 66 0 0 20 0 1 0 146746577 586842112 124523 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 143272 124540 6274 506 0 123963 0
Current children cumulated CPU time: 281.22 s
Current children cumulated vsize: 573088 KiB
Current children cumulated memory: 498160 KiB

[startup+342.3 s]
/proc/loadavg: 15.94 11.86 10.55 17/871 2292973
/proc/meminfo: memFree=904172808/1055320708 swapFree=32681384/33554428

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

Current children cumulated memory: 609624 KiB

[startup+2922.3 s]
/proc/loadavg: 16.35 16.20 15.90 17/870 2295518
/proc/meminfo: memFree=793662624/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=704652 memory=609624 CPUtime=2911.38 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 146786 205 0 0 290748 390 0 0 20 0 1 0 146746577 721563648 152400 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176163 152406 6274 506 0 156854 0
Current children cumulated CPU time: 2911.38 s
Current children cumulated vsize: 704652 KiB
Current children cumulated memory: 609624 KiB

[startup+2982.3 s]
/proc/loadavg: 16.36 16.25 15.94 17/871 2295523
/proc/meminfo: memFree=794137156/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=704652 memory=609624 CPUtime=2971.17 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 146786 205 0 0 296726 391 0 0 20 0 1 0 146746577 721563648 152400 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176163 152406 6274 506 0 156854 0
Current children cumulated CPU time: 2971.17 s
Current children cumulated vsize: 704652 KiB
Current children cumulated memory: 609624 KiB

[startup+3042.3 s]
/proc/loadavg: 16.13 16.20 15.95 17/871 2295526
/proc/meminfo: memFree=799730728/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3030.96 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 302705 391 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3030.96 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3102.3 s]
/proc/loadavg: 16.05 16.16 15.95 17/872 2295530
/proc/meminfo: memFree=799553832/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3090.73 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 308682 391 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3090.73 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3162.3 s]
/proc/loadavg: 16.02 16.13 15.96 17/873 2295534
/proc/meminfo: memFree=799691504/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3150.51 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 314659 392 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3150.51 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3222.3 s]
/proc/loadavg: 16.63 16.26 16.02 17/873 2295535
/proc/meminfo: memFree=798271208/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3210.29 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 320636 393 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3210.29 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3282.3 s]
/proc/loadavg: 16.47 16.30 16.05 17/873 2295537
/proc/meminfo: memFree=798426332/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3270.07 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 326614 393 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3270.07 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3342.3 s]
/proc/loadavg: 16.17 16.24 16.04 17/874 2295539
/proc/meminfo: memFree=800093680/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3329.85 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 332591 394 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3329.85 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3402.3 s]
/proc/loadavg: 16.06 16.20 16.03 17/873 2295540
/proc/meminfo: memFree=798646080/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3389.63 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 338568 395 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3389.63 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3462.3 s]
/proc/loadavg: 16.02 16.16 16.03 17/873 2295691
/proc/meminfo: memFree=838783540/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3449.4 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 344545 395 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3449.4 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3522.3 s]
/proc/loadavg: 16.06 16.14 16.03 17/872 2295692
/proc/meminfo: memFree=839765168/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3509.18 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 350522 396 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3509.18 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

[startup+3582.3 s]
/proc/loadavg: 16.05 16.13 16.03 17/872 2295695
/proc/meminfo: memFree=839320332/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3568.95 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 356498 397 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3568.95 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.5 s]
/proc/loadavg: 16.03 16.11 16.03 17/872 2295946
/proc/meminfo: memFree=844342104/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3600.03 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 359605 398 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.05 s, system=3.99643 s

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

[startup+3613.5 s]
/proc/loadavg: 16.03 16.11 16.03 17/872 2295946
/proc/meminfo: memFree=844342104/1055320708 swapFree=32681384/33554428
[pid=2292118] ppid=2292115 vsize=705956 memory=610748 CPUtime=3600.03 cores=16-19
/proc/2292118/stat : 2292118 (naps_release) R 2292115 2292118 2291478 0 -1 4194304 147067 205 0 0 359605 398 0 0 20 0 1 0 146746577 722898944 152656 18446744073709551615 4210688 6281017 140726089834512 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 21975040 140726089836763 140726089836944 140726089836944 140726089842632 0
/proc/2292118/statm: 176489 152687 6274 506 0 157180 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 705956 KiB
Current children cumulated memory: 610748 KiB

Child status: 10

Real time (s): 3613.51
CPU time (s): 3600.05
CPU user time (s): 3596.05
CPU system time (s): 3.99643
CPU usage (%): 99.6275
Max. virtual memory (cumulated for all children) (KiB): 705956
Max. memory (cumulated for all children) (KiB): 610748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.05
system time used= 3.99643
maximum resident set size= 616556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147272
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= 303
involuntary context switches= 1642


# summary of solver processes directly reported to runsolver:
#   pid: 2292118
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.05
#   total CPU system time (s): 3.99643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2519 second user time and 40.734 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 15:23:09
IDJOB=4779718
IDBENCH=148771
IDSOLVER=3589
FILE ID=nodeE010/4779718-1782134589
RUNJOBID= nodeE010-1782134575-2291492
SLURM_JOB_ID= 12510915
Free space on /tmp= 792136 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx60.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4779718-1782134589/watcher-4779718-1782134589 -o /tmp/evaluation-result-4779718-1782134589/solver-4779718-1782134589 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779718-1782134589/vars-4779718-1782134589 --bin-var /tmp/runsolver-exch-nodeE010-1782134575-2291492 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4779718-1782134589.opb

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

MD5SUM BENCH= c4903dfb08836eadb378d0a168fb9840
RANDOM SEED=968475122

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        939725036 kB
MemAvailable:   1024917832 kB
Buffers:              32 kB
Cached:         88966560 kB
SwapCached:         6960 kB
Active:         21198916 kB
Inactive:       87636292 kB
Active(anon):   19904908 kB
Inactive(anon):    50272 kB
Active(file):    1294008 kB
Inactive(file): 87586020 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             78676 kB
Writeback:             0 kB
AnonPages:      19869612 kB
Mapped:           115956 kB
Shmem:             86536 kB
KReclaimable:    1123784 kB
Slab:            1636616 kB
SReclaimable:    1123784 kB
SUnreclaim:       512832 kB
KernelStack:       15072 kB
PageTables:        47252 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   22856180 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478932 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5478400 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798004 MiB
End job on nodeE010 at 2026-06-22 16:23:22