Trace number 4779482

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.12 3614.43

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUM88220551ed2e54bab314d6806833f69c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark3581.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1812
Total number of constraints3443
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3443
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1307
Number of bits of the biggest sum of numbers11
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.02	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4779482-1782133656.opb
0.00/0.06	c NaPS 1.03a50.
0.00/0.06	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.06	c Input file name: HOME/instance-4779482-1782133656.opb
0.00/0.06	c Parsing PB file...
0.00/0.06	c goal was devided by 1 with offset 255.
0.05/0.18	c assumptions before coding: 
0.05/0.19	c initScipForCoop
0.05/0.20	c Running SCIP presolver (time limit: 10 sec)...
0.05/0.20	c solveScip
0.05/0.20	c initScipForCoop
0.05/0.20	c Cooperative mode: scip_coop_offset=255.000000
0.05/0.20	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.05/0.20	c Running SCIP presolve for solve-time propagation (rounds=3)
0.05/0.21	c presolving:
0.16/0.22	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
0.16/0.24	c    (0.0s) running MILP presolver
0.16/0.27	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.16/0.27	c (round 2, medium)     0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
0.16/0.28	c    (0.1s) probing: 138/1812 (7.6%) - 0 fixings, 0 aggregations, 25 implications, 0 bound changes
0.16/0.28	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.16/0.30	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
0.16/0.30	c  0 deleted vars, 3443 deleted constraints, 1793 added constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 132 changed coefficients
0.16/0.30	c  0 implications, 91 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.16/0.30	c presolved problem has 1812 variables (1812 bin, 0 int, 0 cont) and 1793 constraints
0.16/0.30	c      77 constraints of type <knapsack>
0.16/0.30	c    1716 constraints of type <linear>
0.16/0.30	c transformed objective value is always integral (scale: 1)
0.16/0.30	c Presolving Time: 0.09
0.16/0.31	c presolving:
0.26/0.32	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
0.26/0.34	c    (0.0s) running MILP presolver
0.26/0.37	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.26/0.37	c (round 2, medium)     0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
0.26/0.37	c (round 3, exhaustive) 0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 77 upgd conss, 0 impls, 66 clqs, 0 implints
0.26/0.38	c (round 4, exhaustive) 0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 0 impls, 77 clqs, 0 implints
0.26/0.39	c    (0.1s) probing: 138/1812 (7.6%) - 0 fixings, 0 aggregations, 25 implications, 0 bound changes
0.26/0.39	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.26/0.41	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.37/0.42	c    (0.1s) symmetry computation finished: 715 generators found (max: 1500, log10 of symmetry group size: 215.24) (symcode time: 0.01)
0.37/0.43	c dynamic symmetry handling statistics:
0.37/0.43	c    orbitopal reduction:       no components
0.37/0.43	c    orbital reduction:         no components
0.37/0.43	c    lexicographic reduction:   no permutations
0.37/0.43	c handled 715 out of 715 symmetry components
0.37/0.43	c (round 5, exhaustive) 0 del vars, 3443 del conss, 2508 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 0 impls, 817 clqs, 0 implints
0.37/0.44	c (round 6, exhaustive) 0 del vars, 3443 del conss, 2508 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 858 upgd conss, 0 impls, 817 clqs, 0 implints
0.37/0.44	c presolving (7 rounds: 7 fast, 6 medium, 5 exhaustive):
0.37/0.44	c  0 deleted vars, 3443 deleted constraints, 2508 added constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 132 changed coefficients
0.37/0.44	c  0 implications, 817 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.37/0.44	c presolved problem has 1812 variables (1812 bin, 0 int, 0 cont) and 2508 constraints
0.37/0.44	c     143 constraints of type <knapsack>
0.37/0.44	c     715 constraints of type <setppc>
0.37/0.44	c    1650 constraints of type <linear>
0.37/0.44	c transformed objective value is always integral (scale: 1)
0.37/0.44	c Presolving Time: 0.13
0.37/0.44	c 
0.37/0.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.37/0.50	c   0.2s|     1 |     0 |  1508 |     - |    91M |   0 |1812 |2531 |2508 |   0 |  0 |  22 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.64/0.77	c   0.5s|     1 |     0 |  5788 |     - |    97M |   0 |1812 |2531 |2518 |  10 |  1 |  22 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.74/0.80	c   0.5s|     1 |     0 |  5809 |     - |    97M |   0 |1812 |2531 |2528 |  20 |  2 |  22 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.74/0.83	c   0.5s|     1 |     0 |  5832 |     - |    98M |   0 |1812 |2530 |2539 |  31 |  3 |  22 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.74/0.86	c   0.6s|     1 |     0 |  5852 |     - |   100M |   0 |1812 |2530 |2550 |  42 |  4 |  22 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.74/0.89	c   0.6s|     1 |     0 |  5875 |     - |   102M |   0 |1812 |2530 |2561 |  53 |  5 |  22 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.84/0.93	c   0.6s|     1 |     0 |  5914 |     - |   105M |   0 |1812 |2533 |2571 |  63 |  6 |  25 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.84/0.97	c   0.7s|     1 |     0 |  5961 |     - |   108M |   0 |1812 |2533 |2581 |  73 |  7 |  25 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.95/1.01	c   0.7s|     1 |     0 |  5987 |     - |   110M |   0 |1812 |2533 |2589 |  81 |  8 |  25 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.95/1.06	c   0.8s|     1 |     0 |  6025 |     - |   111M |   0 |1812 |2533 |2598 |  90 |  9 |  25 |   0 |-1.100000e+01 |      --      |    Inf | unknown
0.95/1.10	c   0.8s|     1 |     0 |  6048 |     - |   114M |   0 |1812 |2534 |2607 |  99 | 10 |  26 |   0 |-1.100000e+01 |      --      |    Inf | unknown
1.05/1.13	c   0.8s|     1 |     0 |  6144 |     - |   116M |   0 |1812 |2535 |2617 | 109 | 11 |  27 |   0 |-1.100000e+01 |      --      |    Inf | unknown
1.24/1.31	c   1.0s|     1 |     2 |  9151 |     - |   117M |   0 |1812 |2548 |2617 | 109 | 11 |  40 |  16 |-1.200000e+01 |      --      |    Inf | unknown
2.63/2.71	c   2.4s|   100 |    97 | 31134 | 253.6 |   121M |  17 |1812 |2606 |2562 | 223 |  1 |  98 |  16 |-1.200000e+01 |      --      |    Inf | unknown
3.22/3.34	c   3.0s|   200 |   149 | 47140 | 206.6 |   127M |  19 |1812 |2684 |2566 | 365 |  1 | 177 |  16 |-1.300000e+01 |      --      |    Inf |   0.52%
5.12/5.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.12/5.26	c   5.0s|   300 |   224 | 61339 | 185.0 |   130M |  21 |1812 |2737 |2570 | 513 |  2 | 233 |  16 |-1.400000e+01 |      --      |    Inf |   0.57%
5.81/5.94	c   5.6s|   400 |   270 | 74348 | 171.2 |   131M |  21 |1812 |2798 |2566 | 583 |  1 | 295 |  16 |-1.400000e+01 |      --      |    Inf |   0.80%
6.51/6.65	c   6.3s|   500 |   319 | 93813 | 175.9 |   132M |  21 |1812 |2854 |2563 | 620 |  1 | 354 |  16 |-1.400000e+01 |      --      |    Inf |   0.96%
7.02/7.14	c   6.8s|   600 |   348 |104040 | 163.6 |   133M |  21 |1812 |2894 |   0 | 684 |  0 | 396 |  16 |-1.500000e+01 |      --      |    Inf |   1.07%
8.40/8.54	c   8.2s|   700 |   400 |114930 | 155.8 |   133M |  21 |1812 |2911 |2570 | 767 |  0 | 421 |  16 |-1.500000e+01 |      --      |    Inf |   1.11%
9.39/9.52	c   9.2s|   800 |   453 |128732 | 153.6 |   134M |  21 |1812 |2941 |2563 | 835 |  1 | 454 |  16 |-1.500694e+01 |      --      |    Inf |   1.21%
10.09/10.25	c   9.9s|   900 |   478 |137792 | 146.6 |   134M |  21 |1812 |2958 |2563 | 928 |  1 | 473 |  16 |-1.500694e+01 |      --      |    Inf |   1.25%
10.19/10.31	c 
10.19/10.31	c SCIP Status        : solving was interrupted [time limit reached]
10.19/10.31	c Solving Time (sec) : 10.01
10.19/10.31	c Solving Nodes      : 904
10.19/10.31	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
10.19/10.31	c Dual Bound         : -1.50069444444444e+01
10.19/10.31	c Gap                : infinite
10.19/10.31	c SCIP status: 23 (TIMELIMIT)
10.19/10.31	c solveScip: freeing transform (!can_skip_free_transform)
10.19/10.33	c SCIP presolver: sst_unknown
10.19/10.33	c Converting 3443 PB-constraints to clauses...
10.19/10.33	c   -- Clauses(.)/Splits(s): ####################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################estimatedAdderCost: 26
10.19/10.34	c Try to convert by bdds
10.19/10.34	c D: 1
10.19/10.34	c estimatedAdderCost: 26
10.19/10.34	c Try to convert by bdds
10.19/10.35	c D: 1
10.19/10.35	c estimatedAdderCost: 34
10.19/10.35	c Try to convert by bdds
10.19/10.36	c D: 1
10.19/10.36	c estimatedAdderCost: 34
10.19/10.36	c Try to convert by bdds
10.19/10.37	c D: 1
10.19/10.37	c estimatedAdderCost: 26
10.19/10.37	c Try to convert by bdds
10.19/10.37	c D: 1
10.19/10.37	c estimatedAdderCost: 26
10.19/10.37	c Try to convert by bdds
10.19/10.38	c D: 1
10.19/10.38	c estimatedAdderCost: 26
10.19/10.38	c Try to convert by bdds
10.19/10.38	c D: 1
10.19/10.38	c estimatedAdderCost: 34
10.19/10.38	c Try to convert by bdds
10.19/10.39	c D: 1
10.19/10.39	c estimatedAdderCost: 34
10.19/10.39	c Try to convert by bdds
10.29/10.40	c D: 1
10.29/10.40	c estimatedAdderCost: 34
10.29/10.40	c Try to convert by bdds
10.29/10.41	c D: 1
10.29/10.41	c estimatedAdderCost: 26
10.29/10.41	c Try to convert by bdds
10.29/10.42	c D: 1
10.29/10.42	c estimatedAdderCost: 26
10.29/10.42	c Try to convert by bdds
10.29/10.42	c D: 1
10.29/10.42	c estimatedAdderCost: 34
10.29/10.42	c Try to convert by bdds
10.29/10.43	c D: 1
10.29/10.43	c estimatedAdderCost: 34
10.29/10.43	c Try to convert by bdds
10.29/10.44	c D: 1
10.29/10.44	c estimatedAdderCost: 34
10.29/10.44	c Try to convert by bdds
10.29/10.45	c D: 1
10.29/10.45	c estimatedAdderCost: 34
10.29/10.45	c Try to convert by bdds
10.29/10.46	c D: 1
10.29/10.46	c estimatedAdderCost: 34
10.29/10.46	c Try to convert by bdds
10.29/10.47	c D: 1
10.29/10.47	c estimatedAdderCost: 26
10.29/10.47	c Try to convert by bdds
10.29/10.47	c D: 1
10.29/10.47	c estimatedAdderCost: 26
10.29/10.47	c Try to convert by bdds
10.29/10.48	c D: 1
10.29/10.48	c estimatedAdderCost: 26
10.29/10.48	c Try to convert by bdds
10.29/10.48	c D: 1
10.29/10.48	c estimatedAdderCost: 26
10.29/10.48	c Try to convert by bdds
10.29/10.49	c D: 1
10.29/10.49	c estimatedAdderCost: 34
10.29/10.49	c Try to convert by bdds
10.39/10.50	c D: 1
10.39/10.50	c estimatedAdderCost: 34
10.39/10.50	c Try to convert by bdds
10.39/10.51	c D: 1
10.39/10.51	c estimatedAdderCost: 34
10.39/10.51	c Try to convert by bdds
10.39/10.52	c D: 1
10.39/10.52	c estimatedAdderCost: 34
10.39/10.52	c Try to convert by bdds
10.39/10.53	c D: 1
10.39/10.53	c estimatedAdderCost: 26
10.39/10.53	c Try to convert by bdds
10.39/10.53	c D: 1
10.39/10.53	c estimatedAdderCost: 26
10.39/10.53	c Try to convert by bdds
10.39/10.54	c D: 1
10.39/10.54	c estimatedAdderCost: 34
10.39/10.54	c Try to convert by bdds
10.39/10.55	c D: 1
10.39/10.55	c estimatedAdderCost: 34
10.39/10.55	c Try to convert by bdds
10.39/10.56	c D: 1
10.39/10.56	c estimatedAdderCost: 34
10.39/10.56	c Try to convert by bdds
10.39/10.56	c D: 1
10.39/10.56	c estimatedAdderCost: 34
10.39/10.56	c Try to convert by bdds
10.39/10.57	c D: 1
10.39/10.57	c estimatedAdderCost: 34
10.39/10.57	c Try to convert by bdds
10.39/10.58	c D: 1
10.39/10.58	c estimatedAdderCost: 34
10.39/10.58	c Try to convert by bdds
10.39/10.59	c D: 1
10.39/10.59	c estimatedAdderCost: 34
10.39/10.59	c Try to convert by bdds
10.49/10.60	c D: 1
10.49/10.60	c estimatedAdderCost: 26
10.49/10.60	c Try to convert by bdds
10.49/10.61	c D: 1
10.49/10.61	c estimatedAdderCost: 26
10.49/10.61	c Try to convert by bdds
10.49/10.61	c D: 1
10.49/10.61	c estimatedAdderCost: 26
10.49/10.61	c Try to convert by bdds
10.49/10.62	c D: 1
10.49/10.62	c estimatedAdderCost: 34
10.49/10.62	c Try to convert by bdds
10.49/10.63	c D: 1
10.49/10.63	c estimatedAdderCost: 34
10.49/10.63	c Try to convert by bdds
10.49/10.64	c D: 1
10.49/10.64	c estimatedAdderCost: 34
10.49/10.64	c Try to convert by bdds
10.49/10.65	c D: 1
10.49/10.65	c estimatedAdderCost: 34
10.49/10.65	c Try to convert by bdds
10.49/10.65	c D: 1
10.49/10.65	c estimatedAdderCost: 34
10.49/10.65	c Try to convert by bdds
10.49/10.66	c D: 1
10.49/10.66	c estimatedAdderCost: 34
10.49/10.66	c Try to convert by bdds
10.49/10.67	c D: 1
10.49/10.67	c estimatedAdderCost: 34
10.49/10.67	c Try to convert by bdds
10.49/10.68	c D: 1
10.49/10.68	c estimatedAdderCost: 34
10.49/10.68	c Try to convert by bdds
10.49/10.69	c D: 1
10.49/10.69	c estimatedAdderCost: 34
10.49/10.69	c Try to convert by bdds
10.59/10.70	c D: 1
10.59/10.70	c estimatedAdderCost: 26
10.59/10.70	c Try to convert by bdds
10.59/10.70	c D: 1
10.59/10.70	c estimatedAdderCost: 26
10.59/10.70	c Try to convert by bdds
10.59/10.71	c D: 1
10.59/10.71	c estimatedAdderCost: 26
10.59/10.71	c Try to convert by bdds
10.59/10.72	c D: 1
10.59/10.72	c estimatedAdderCost: 26
10.59/10.72	c Try to convert by bdds
10.59/10.72	c D: 1
10.59/10.72	c estimatedAdderCost: 26
10.59/10.72	c Try to convert by bdds
10.59/10.73	c D: 1
10.59/10.73	c estimatedAdderCost: 34
10.59/10.73	c Try to convert by bdds
10.59/10.74	c D: 1
10.59/10.74	c estimatedAdderCost: 34
10.59/10.74	c Try to convert by bdds
10.59/10.75	c D: 1
10.59/10.75	c estimatedAdderCost: 34
10.59/10.75	c Try to convert by bdds
10.59/10.76	c D: 1
10.59/10.76	c estimatedAdderCost: 34
10.59/10.76	c Try to convert by bdds
10.59/10.77	c D: 1
10.59/10.77	c estimatedAdderCost: 34
10.59/10.77	c Try to convert by bdds
10.59/10.77	c D: 1
10.59/10.77	c estimatedAdderCost: 26
10.59/10.77	c Try to convert by bdds
10.59/10.78	c D: 1
10.59/10.78	c estimatedAdderCost: 26
10.59/10.78	c Try to convert by bdds
10.59/10.79	c D: 1
10.59/10.79	c estimatedAdderCost: 34
10.59/10.79	c Try to convert by bdds
10.69/10.80	c D: 1
10.69/10.80	c estimatedAdderCost: 34
10.69/10.80	c Try to convert by bdds
10.69/10.80	c D: 1
10.69/10.80	c estimatedAdderCost: 34
10.69/10.80	c Try to convert by bdds
10.69/10.81	c D: 1
10.69/10.81	c estimatedAdderCost: 34
10.69/10.81	c Try to convert by bdds
10.69/10.82	c D: 1
10.69/10.82	c estimatedAdderCost: 34
10.69/10.82	c Try to convert by bdds
10.69/10.83	c D: 1
10.69/10.83	c estimatedAdderCost: 34
10.69/10.83	c Try to convert by bdds
10.69/10.84	c D: 1
10.69/10.84	c estimatedAdderCost: 34
10.69/10.84	c Try to convert by bdds
10.69/10.85	c D: 1
10.69/10.85	c estimatedAdderCost: 34
10.69/10.85	c Try to convert by bdds
10.69/10.86	c D: 1
10.69/10.86	c estimatedAdderCost: 34
10.69/10.86	c Try to convert by bdds
10.69/10.87	c D: 1
10.69/10.87	c estimatedAdderCost: 26
10.69/10.87	c Try to convert by bdds
10.69/10.87	c D: 1
10.69/10.87	c estimatedAdderCost: 26
10.69/10.87	c Try to convert by bdds
10.69/10.88	c D: 1
10.69/10.88	c estimatedAdderCost: 26
10.69/10.88	c Try to convert by bdds
10.69/10.89	c D: 1
10.69/10.89	c estimatedAdderCost: 34
10.69/10.89	c Try to convert by bdds
10.79/10.90	c D: 1
10.79/10.90	c estimatedAdderCost: 34
10.79/10.90	c Try to convert by bdds
10.79/10.91	c D: 1
10.79/10.91	c estimatedAdderCost: 34
10.79/10.91	c Try to convert by bdds
10.79/10.91	c D: 1
10.79/10.91	c estimatedAdderCost: 34
10.79/10.91	c Try to convert by bdds
10.79/10.92	c D: 1
10.79/10.92	c estimatedAdderCost: 34
10.79/10.92	c Try to convert by bdds
10.79/10.93	c D: 1
10.79/10.93	c estimatedAdderCost: 34
10.79/10.93	c Try to convert by bdds
10.79/10.94	c D: 1
10.79/10.94	c estimatedAdderCost: 34
10.79/10.94	c Try to convert by bdds
10.79/10.95	c D: 1
10.79/10.95	c estimatedAdderCost: 34
10.79/10.95	c Try to convert by bdds
10.79/10.96	c D: 1
10.79/10.96	c estimatedAdderCost: 34
10.79/10.96	c Try to convert by bdds
10.79/10.97	c D: 1
10.79/10.97	c estimatedAdderCost: 34
10.79/10.97	c Try to convert by bdds
10.79/10.98	c D: 1
10.79/10.98	c estimatedAdderCost: 34
10.79/10.98	c Try to convert by bdds
10.79/10.99	c D: 1
10.79/10.99	c estimatedAdderCost: 34
10.79/10.99	c Try to convert by bdds
10.79/10.99	c D: 1
10.79/10.99	c estimatedAdderCost: 26
10.79/10.99	c Try to convert by bdds
10.79/11.00	c D: 1
10.79/11.00	c estimatedAdderCost: 26
10.79/11.00	c Try to convert by bdds
10.79/11.01	c D: 1
10.79/11.01	c estimatedAdderCost: 26
10.79/11.01	c Try to convert by bdds
10.90/11.01	c D: 1
10.90/11.01	c estimatedAdderCost: 26
10.90/11.01	c Try to convert by bdds
10.90/11.02	c D: 1
10.90/11.02	c estimatedAdderCost: 34
10.90/11.02	c Try to convert by bdds
10.90/11.03	c D: 1
10.90/11.03	c estimatedAdderCost: 34
10.90/11.03	c Try to convert by bdds
10.90/11.04	c D: 1
10.90/11.04	c estimatedAdderCost: 34
10.90/11.04	c Try to convert by bdds
10.90/11.05	c D: 1
10.90/11.05	c estimatedAdderCost: 34
10.90/11.05	c Try to convert by bdds
10.90/11.06	c D: 1
10.90/11.06	c estimatedAdderCost: 34
10.90/11.06	c Try to convert by bdds
10.90/11.06	c D: 1
10.90/11.06	c estimatedAdderCost: 34
10.90/11.06	c Try to convert by bdds
10.90/11.07	c D: 1
10.90/11.07	c estimatedAdderCost: 34
10.90/11.07	c Try to convert by bdds
10.90/11.08	c D: 1
10.90/11.08	c estimatedAdderCost: 34
10.90/11.08	c Try to convert by bdds
10.90/11.09	c D: 1
10.90/11.09	c estimatedAdderCost: 34
10.90/11.09	c Try to convert by bdds
10.90/11.10	c D: 1
10.90/11.10	c estimatedAdderCost: 34
10.90/11.10	c Try to convert by bdds
10.90/11.11	c D: 1
10.90/11.11	c estimatedAdderCost: 34
10.90/11.11	c Try to convert by bdds
11.00/11.12	c D: 1
11.00/11.12	c estimatedAdderCost: 34
11.00/11.12	c Try to convert by bdds
11.00/11.13	c D: 1
11.00/11.13	c estimatedAdderCost: 34
11.00/11.13	c Try to convert by bdds
11.00/11.13	c D: 1
11.00/11.13	c estimatedAdderCost: 34
11.00/11.13	c Try to convert by bdds
11.00/11.14	c D: 1
11.00/11.14	c estimatedAdderCost: 26
11.00/11.14	c Try to convert by bdds
11.00/11.15	c D: 1
11.00/11.15	c estimatedAdderCost: 26
11.00/11.15	c Try to convert by bdds
11.00/11.16	c D: 1
11.00/11.16	c estimatedAdderCost: 26
11.00/11.16	c Try to convert by bdds
11.00/11.16	c D: 1
11.00/11.16	c estimatedAdderCost: 26
11.00/11.16	c Try to convert by bdds
11.00/11.17	c D: 1
11.00/11.17	c estimatedAdderCost: 26
11.00/11.17	c Try to convert by bdds
11.00/11.17	c D: 1
11.00/11.17	c estimatedAdderCost: 26
11.00/11.17	c Try to convert by bdds
11.00/11.18	c D: 1
11.00/11.18	c estimatedAdderCost: 34
11.00/11.18	c Try to convert by bdds
11.00/11.19	c D: 1
11.00/11.19	c estimatedAdderCost: 34
11.00/11.19	c Try to convert by bdds
11.09/11.20	c D: 1
11.09/11.20	c estimatedAdderCost: 34
11.09/11.20	c Try to convert by bdds
11.09/11.21	c D: 1
11.09/11.21	c estimatedAdderCost: 34
11.09/11.21	c Try to convert by bdds
11.09/11.22	c D: 1
11.09/11.22	c estimatedAdderCost: 34
11.09/11.22	c Try to convert by bdds
11.09/11.23	c D: 1
11.09/11.23	c estimatedAdderCost: 34
11.09/11.23	c Try to convert by bdds
11.09/11.23	c D: 1
11.09/11.23	c estimatedAdderCost: 26
11.09/11.23	c Try to convert by bdds
11.09/11.24	c D: 1
11.09/11.24	c estimatedAdderCost: 26
11.09/11.24	c Try to convert by bdds
11.09/11.25	c D: 1
11.09/11.25	c estimatedAdderCost: 34
11.09/11.25	c Try to convert by bdds
11.09/11.26	c D: 1
11.09/11.26	c estimatedAdderCost: 34
11.09/11.26	c Try to convert by bdds
11.09/11.27	c D: 1
11.09/11.27	c estimatedAdderCost: 34
11.09/11.27	c Try to convert by bdds
11.09/11.28	c D: 1
11.09/11.28	c estimatedAdderCost: 34
11.09/11.28	c Try to convert by bdds
11.09/11.28	c D: 1
11.09/11.28	c estimatedAdderCost: 34
11.09/11.28	c Try to convert by bdds
11.09/11.29	c D: 1
11.09/11.29	c estimatedAdderCost: 34
11.09/11.29	c Try to convert by bdds
11.19/11.30	c D: 1
11.19/11.30	c estimatedAdderCost: 34
11.19/11.30	c Try to convert by bdds
11.19/11.31	c D: 1
11.19/11.31	c estimatedAdderCost: 34
11.19/11.31	c Try to convert by bdds
11.19/11.32	c D: 1
11.19/11.32	c estimatedAdderCost: 34
11.19/11.32	c Try to convert by bdds
11.19/11.33	c D: 1
11.19/11.33	c estimatedAdderCost: 34
11.19/11.33	c Try to convert by bdds
11.19/11.34	c D: 1
11.19/11.34	c estimatedAdderCost: 34
11.19/11.34	c Try to convert by bdds
11.19/11.35	c D: 1
11.19/11.35	c estimatedAdderCost: 26
11.19/11.35	c Try to convert by bdds
11.19/11.35	c D: 1
11.19/11.35	c estimatedAdderCost: 26
11.19/11.35	c Try to convert by bdds
11.19/11.36	c D: 1
11.19/11.36	c estimatedAdderCost: 26
11.19/11.36	c Try to convert by bdds
11.19/11.37	c D: 1
11.19/11.37	c estimatedAdderCost: 34
11.19/11.37	c Try to convert by bdds
11.19/11.38	c D: 1
11.19/11.38	c estimatedAdderCost: 34
11.19/11.38	c Try to convert by bdds
11.19/11.38	c D: 1
11.19/11.38	c estimatedAdderCost: 34
11.19/11.38	c Try to convert by bdds
11.19/11.39	c D: 1
11.19/11.39	c estimatedAdderCost: 34
11.19/11.39	c Try to convert by bdds
11.29/11.40	c D: 1
11.29/11.40	c estimatedAdderCost: 34
11.29/11.40	c Try to convert by bdds
11.29/11.41	c D: 1
11.29/11.41	c estimatedAdderCost: 34
11.29/11.41	c Try to convert by bdds
11.29/11.42	c D: 1
11.29/11.42	c estimatedAdderCost: 34
11.29/11.42	c Try to convert by bdds
11.29/11.43	c D: 1
11.29/11.43	c estimatedAdderCost: 34
11.29/11.43	c Try to convert by bdds
11.29/11.44	c D: 1
11.29/11.44	c estimatedAdderCost: 34
11.29/11.44	c Try to convert by bdds
11.29/11.45	c D: 1
11.29/11.45	c estimatedAdderCost: 34
11.29/11.45	c Try to convert by bdds
11.29/11.46	c D: 1
11.29/11.46	c estimatedAdderCost: 34
11.29/11.46	c Try to convert by bdds
11.29/11.47	c D: 1
11.29/11.47	c estimatedAdderCost: 34
11.29/11.47	c Try to convert by bdds
11.29/11.48	c D: 1
11.29/11.48	c estimatedAdderCost: 34
11.29/11.48	c Try to convert by bdds
11.29/11.49	c D: 1
11.29/11.49	c estimatedAdderCost: 34
11.29/11.49	c Try to convert by bdds
11.29/11.49	c D: 1
11.29/11.49	c estimatedAdderCost: 34
11.29/11.49	c Try to convert by bdds
11.38/11.50	c D: 1
11.38/11.50	c estimatedAdderCost: 26
11.38/11.50	c Try to convert by bdds
11.38/11.51	c D: 1
11.38/11.51	c estimatedAdderCost: 26
11.38/11.51	c Try to convert by bdds
11.38/11.52	c D: 1
11.38/11.52	c estimatedAdderCost: 26
11.38/11.52	c Try to convert by bdds
11.38/11.52	c D: 1
11.38/11.52	c estimatedAdderCost: 26
11.38/11.52	c Try to convert by bdds
11.38/11.53	c D: 1
11.38/11.53	c estimatedAdderCost: 34
11.38/11.53	c Try to convert by bdds
11.38/11.54	c D: 1
11.38/11.54	c estimatedAdderCost: 34
11.38/11.54	c Try to convert by bdds
11.38/11.55	c D: 1
11.38/11.55	c estimatedAdderCost: 34
11.38/11.55	c Try to convert by bdds
11.38/11.56	c D: 1
11.38/11.56	c estimatedAdderCost: 34
11.38/11.56	c Try to convert by bdds
11.38/11.56	c D: 1
11.38/11.56	c estimatedAdderCost: 34
11.38/11.56	c Try to convert by bdds
11.38/11.57	c D: 1
11.38/11.57	c estimatedAdderCost: 34
11.38/11.57	c Try to convert by bdds
11.38/11.58	c D: 1
11.38/11.58	c estimatedAdderCost: 34
11.38/11.58	c Try to convert by bdds
11.38/11.59	c D: 1
11.38/11.59	c estimatedAdderCost: 34
11.38/11.59	c Try to convert by bdds
11.48/11.60	c D: 1
11.48/11.60	c estimatedAdderCost: 34
11.48/11.60	c Try to convert by bdds
11.48/11.61	c D: 1
11.48/11.61	c estimatedAdderCost: 34
11.48/11.61	c Try to convert by bdds
11.48/11.62	c D: 1
11.48/11.62	c estimatedAdderCost: 34
11.48/11.62	c Try to convert by bdds
11.48/11.63	c D: 1
11.48/11.63	c estimatedAdderCost: 34
11.48/11.63	c Try to convert by bdds
11.48/11.64	c D: 1
11.48/11.64	c estimatedAdderCost: 34
11.48/11.64	c Try to convert by bdds
11.48/11.65	c D: 1
11.48/11.65	c estimatedAdderCost: 34
11.48/11.65	c Try to convert by bdds
11.48/11.65	c D: 1
11.48/11.65	c estimatedAdderCost: 34
11.48/11.65	c Try to convert by bdds
11.48/11.66	c D: 1
11.48/11.66	c estimatedAdderCost: 34
11.48/11.66	c Try to convert by bdds
11.48/11.67	c D: 1
11.48/11.67	c estimatedAdderCost: 34
11.48/11.67	c Try to convert by bdds
11.48/11.68	c D: 1
11.48/11.68	c estimatedAdderCost: 34
11.48/11.68	c Try to convert by bdds
11.48/11.69	c D: 1
11.48/11.69	c estimatedAdderCost: 26
11.48/11.69	c Try to convert by bdds
11.59/11.70	c D: 1
11.59/11.70	c estimatedAdderCost: 26
11.59/11.70	c Try to convert by bdds
11.59/11.70	c D: 1
11.59/11.70	c estimatedAdderCost: 26
11.59/11.70	c Try to convert by bdds
11.59/11.71	c D: 1
11.59/11.71	c estimatedAdderCost: 26
11.59/11.71	c Try to convert by bdds
11.59/11.72	c D: 1
11.59/11.72	c estimatedAdderCost: 26
11.59/11.72	c Try to convert by bdds
11.59/11.72	c D: 1
11.59/11.72	c estimatedAdderCost: 34
11.59/11.72	c Try to convert by bdds
11.59/11.73	c D: 1
11.59/11.73	c estimatedAdderCost: 34
11.59/11.73	c Try to convert by bdds
11.59/11.74	c D: 1
11.59/11.74	c estimatedAdderCost: 34
11.59/11.74	c Try to convert by bdds
11.59/11.75	c D: 1
11.59/11.75	c estimatedAdderCost: 34
11.59/11.75	c Try to convert by bdds
11.59/11.76	c D: 1
11.59/11.76	c estimatedAdderCost: 34
11.59/11.76	c Try to convert by bdds
11.59/11.77	c D: 1
11.59/11.77	c estimatedAdderCost: 34
11.59/11.77	c Try to convert by bdds
11.59/11.78	c D: 1
11.59/11.78	c estimatedAdderCost: 34
11.59/11.78	c Try to convert by bdds
11.59/11.79	c D: 1
11.59/11.79	c estimatedAdderCost: 34
11.59/11.79	c Try to convert by bdds
11.59/11.79	c D: 1
11.59/11.79	c estimatedAdderCost: 34
11.59/11.79	c Try to convert by bdds
11.69/11.80	c D: 1
11.69/11.80	c estimatedAdderCost: 34
11.69/11.80	c Try to convert by bdds
11.69/11.81	c D: 1
11.69/11.81	c estimatedAdderCost: 34
11.69/11.81	c Try to convert by bdds
11.69/11.82	c D: 1
11.69/11.82	c estimatedAdderCost: 34
11.69/11.82	c Try to convert by bdds
11.69/11.83	c D: 1
11.69/11.83	c estimatedAdderCost: 34
11.69/11.83	c Try to convert by bdds
11.69/11.84	c D: 1
11.69/11.84	c estimatedAdderCost: 34
11.69/11.84	c Try to convert by bdds
11.69/11.85	c D: 1
11.69/11.85	c estimatedAdderCost: 34
11.69/11.85	c Try to convert by bdds
11.69/11.86	c D: 1
11.69/11.86	c estimatedAdderCost: 34
11.69/11.86	c Try to convert by bdds
11.69/11.86	c D: 1
11.69/11.86	c estimatedAdderCost: 34
11.69/11.86	c Try to convert by bdds
11.69/11.87	c D: 1
11.69/11.87	c estimatedAdderCost: 34
11.69/11.87	c Try to convert by bdds
11.69/11.88	c D: 1
11.69/11.88	c estimatedAdderCost: 34
11.69/11.88	c Try to convert by bdds
11.69/11.89	c D: 1
11.69/11.89	c estimatedAdderCost: 34
11.69/11.89	c Try to convert by bdds
11.79/11.90	c D: 1
11.79/11.90	c estimatedAdderCost: 26
11.79/11.90	c Try to convert by bdds
11.79/11.91	c D: 1
11.79/11.91	c estimatedAdderCost: 26
11.79/11.91	c Try to convert by bdds
11.79/11.91	c D: 1
11.79/11.91	c estimatedAdderCost: 26
11.79/11.91	c Try to convert by bdds
11.79/11.92	c D: 1
11.79/11.92	c estimatedAdderCost: 26
11.79/11.92	c Try to convert by bdds
11.79/11.93	c D: 1
11.79/11.93	c estimatedAdderCost: 26
11.79/11.93	c Try to convert by bdds
11.79/11.93	c D: 1
11.79/11.93	c estimatedAdderCost: 26
11.79/11.93	c Try to convert by bdds
11.79/11.94	c D: 1
11.79/11.94	c estimatedAdderCost: 26
11.79/11.94	c Try to convert by bdds
11.79/11.94	c D: 1
11.79/11.94	c estimatedAdderCost: 34
11.79/11.94	c Try to convert by bdds
11.79/11.95	c D: 1
11.79/11.95	c estimatedAdderCost: 34
11.79/11.95	c Try to convert by bdds
11.79/11.96	c D: 1
11.79/11.96	c estimatedAdderCost: 34
11.79/11.96	c Try to convert by bdds
11.79/11.97	c D: 1
11.79/11.97	c estimatedAdderCost: 34
11.79/11.97	c Try to convert by bdds
11.79/11.98	c D: 1
11.79/11.98	c estimatedAdderCost: 34
11.79/11.98	c Try to convert by bdds
11.79/11.99	c D: 1
11.79/11.99	c estimatedAdderCost: 34
11.79/11.99	c Try to convert by bdds
11.79/12.00	c D: 1
11.79/12.00	c estimatedAdderCost: 34
11.79/12.00	c Try to convert by bdds
11.79/12.01	c D: 1
11.79/12.01	c estimatedAdderCost: 26
11.79/12.01	c Try to convert by bdds
11.91/12.01	c D: 1
11.91/12.01	c estimatedAdderCost: 26
11.91/12.01	c Try to convert by bdds
11.91/12.02	c D: 1
11.91/12.02	c estimatedAdderCost: 34
11.91/12.02	c Try to convert by bdds
11.91/12.03	c D: 1
11.91/12.03	c estimatedAdderCost: 34
11.91/12.03	c Try to convert by bdds
11.91/12.04	c D: 1
11.91/12.04	c estimatedAdderCost: 34
11.91/12.04	c Try to convert by bdds
11.91/12.05	c D: 1
11.91/12.05	c estimatedAdderCost: 34
11.91/12.05	c Try to convert by bdds
11.91/12.06	c D: 1
11.91/12.06	c estimatedAdderCost: 34
11.91/12.06	c Try to convert by bdds
11.91/12.07	c D: 1
11.91/12.07	c estimatedAdderCost: 34
11.91/12.07	c Try to convert by bdds
11.91/12.08	c D: 1
11.91/12.08	c estimatedAdderCost: 34
11.91/12.08	c Try to convert by bdds
11.91/12.09	c D: 1
11.91/12.09	c estimatedAdderCost: 34
11.91/12.09	c Try to convert by bdds
11.91/12.10	c D: 1
11.91/12.10	c estimatedAdderCost: 34
11.91/12.10	c Try to convert by bdds
11.91/12.10	c D: 1
11.91/12.10	c estimatedAdderCost: 34
11.91/12.10	c Try to convert by bdds
12.01/12.11	c D: 1
12.01/12.11	c estimatedAdderCost: 34
12.01/12.11	c Try to convert by bdds
12.01/12.12	c D: 1
12.01/12.12	c estimatedAdderCost: 34
12.01/12.12	c Try to convert by bdds
12.01/12.13	c D: 1
12.01/12.13	c estimatedAdderCost: 34
12.01/12.13	c Try to convert by bdds
12.01/12.14	c D: 1
12.01/12.14	c estimatedAdderCost: 26
12.01/12.14	c Try to convert by bdds
12.01/12.15	c D: 1
12.01/12.15	c estimatedAdderCost: 26
12.01/12.15	c Try to convert by bdds
12.01/12.15	c D: 1
12.01/12.15	c estimatedAdderCost: 26
12.01/12.15	c Try to convert by bdds
12.01/12.16	c D: 1
12.01/12.16	c estimatedAdderCost: 34
12.01/12.16	c Try to convert by bdds
12.01/12.17	c D: 1
12.01/12.17	c estimatedAdderCost: 34
12.01/12.17	c Try to convert by bdds
12.01/12.18	c D: 1
12.01/12.18	c estimatedAdderCost: 34
12.01/12.18	c Try to convert by bdds
12.01/12.19	c D: 1
12.01/12.19	c estimatedAdderCost: 34
12.01/12.19	c Try to convert by bdds
12.09/12.20	c D: 1
12.09/12.20	c estimatedAdderCost: 34
12.09/12.20	c Try to convert by bdds
12.09/12.21	c D: 1
12.09/12.21	c estimatedAdderCost: 34
12.09/12.21	c Try to convert by bdds
12.09/12.22	c D: 1
12.09/12.22	c estimatedAdderCost: 34
12.09/12.22	c Try to convert by bdds
12.09/12.22	c D: 1
12.09/12.22	c estimatedAdderCost: 34
12.09/12.22	c Try to convert by bdds
12.09/12.23	c D: 1
12.09/12.23	c estimatedAdderCost: 34
12.09/12.23	c Try to convert by bdds
12.09/12.24	c D: 1
12.09/12.24	c estimatedAdderCost: 34
12.09/12.24	c Try to convert by bdds
12.09/12.25	c D: 1
12.09/12.25	c estimatedAdderCost: 34
12.09/12.25	c Try to convert by bdds
12.09/12.26	c D: 1
12.09/12.26	c estimatedAdderCost: 34
12.09/12.26	c Try to convert by bdds
12.09/12.27	c D: 1
12.09/12.27	c estimatedAdderCost: 34
12.09/12.27	c Try to convert by bdds
12.09/12.28	c D: 1
12.09/12.28	c estimatedAdderCost: 34
12.09/12.28	c Try to convert by bdds
12.09/12.29	c D: 1
12.09/12.29	c estimatedAdderCost: 34
12.09/12.29	c Try to convert by bdds
12.19/12.30	c D: 1
12.19/12.30	c estimatedAdderCost: 34
12.19/12.30	c Try to convert by bdds
12.19/12.31	c D: 1
12.19/12.31	c estimatedAdderCost: 34
12.19/12.31	c Try to convert by bdds
12.19/12.32	c D: 1
12.19/12.32	c estimatedAdderCost: 34
12.19/12.32	c Try to convert by bdds
12.19/12.32	c D: 1
12.19/12.32	c estimatedAdderCost: 26
12.19/12.32	c Try to convert by bdds
12.19/12.33	c D: 1
12.19/12.33	c estimatedAdderCost: 26
12.19/12.33	c Try to convert by bdds
12.19/12.34	c D: 1
12.19/12.34	c estimatedAdderCost: 26
12.19/12.34	c Try to convert by bdds
12.19/12.34	c D: 1
12.19/12.34	c estimatedAdderCost: 26
12.19/12.34	c Try to convert by bdds
12.19/12.35	c D: 1
12.19/12.35	c estimatedAdderCost: 34
12.19/12.35	c Try to convert by bdds
12.19/12.36	c D: 1
12.19/12.36	c estimatedAdderCost: 34
12.19/12.36	c Try to convert by bdds
12.19/12.37	c D: 1
12.19/12.37	c estimatedAdderCost: 34
12.19/12.37	c Try to convert by bdds
12.19/12.38	c D: 1
12.19/12.38	c estimatedAdderCost: 34
12.19/12.38	c Try to convert by bdds
12.19/12.39	c D: 1
12.19/12.39	c estimatedAdderCost: 34
12.19/12.39	c Try to convert by bdds
12.29/12.40	c D: 1
12.29/12.40	c estimatedAdderCost: 34
12.29/12.40	c Try to convert by bdds
12.29/12.41	c D: 1
12.29/12.41	c estimatedAdderCost: 34
12.29/12.41	c Try to convert by bdds
12.29/12.41	c D: 1
12.29/12.41	c estimatedAdderCost: 34
12.29/12.41	c Try to convert by bdds
12.29/12.42	c D: 1
12.29/12.42	c estimatedAdderCost: 34
12.29/12.42	c Try to convert by bdds
12.29/12.43	c D: 1
12.29/12.43	c estimatedAdderCost: 34
12.29/12.43	c Try to convert by bdds
12.29/12.44	c D: 1
12.29/12.44	c estimatedAdderCost: 34
12.29/12.44	c Try to convert by bdds
12.29/12.45	c D: 1
12.29/12.45	c estimatedAdderCost: 34
12.29/12.45	c Try to convert by bdds
12.29/12.46	c D: 1
12.29/12.46	c estimatedAdderCost: 34
12.29/12.46	c Try to convert by bdds
12.29/12.47	c D: 1
12.29/12.47	c estimatedAdderCost: 34
12.29/12.47	c Try to convert by bdds
12.29/12.48	c D: 1
12.29/12.48	c estimatedAdderCost: 34
12.29/12.48	c Try to convert by bdds
12.29/12.49	c D: 1
12.29/12.49	c estimatedAdderCost: 34
12.29/12.49	c Try to convert by bdds
12.39/12.50	c D: 1
12.39/12.50	c estimatedAdderCost: 34
12.39/12.50	c Try to convert by bdds
12.39/12.51	c D: 1
12.39/12.51	c estimatedAdderCost: 34
12.39/12.51	c Try to convert by bdds
12.39/12.51	c D: 1
12.39/12.51	c estimatedAdderCost: 34
12.39/12.51	c Try to convert by bdds
12.39/12.52	c D: 1
12.39/12.52	c estimatedAdderCost: 34
12.39/12.52	c Try to convert by bdds
12.39/12.53	c D: 1
12.39/12.53	c estimatedAdderCost: 34
12.39/12.53	c Try to convert by bdds
12.39/12.54	c D: 1
12.39/12.54	c estimatedAdderCost: 34
12.39/12.54	c Try to convert by bdds
12.39/12.55	c D: 1
12.39/12.55	c estimatedAdderCost: 26
12.39/12.55	c Try to convert by bdds
12.39/12.56	c D: 1
12.39/12.56	c estimatedAdderCost: 26
12.39/12.56	c Try to convert by bdds
12.39/12.56	c D: 1
12.39/12.56	c estimatedAdderCost: 26
12.39/12.56	c Try to convert by bdds
12.39/12.57	c D: 1
12.39/12.57	c estimatedAdderCost: 26
12.39/12.57	c Try to convert by bdds
12.39/12.58	c D: 1
12.39/12.58	c estimatedAdderCost: 26
12.39/12.58	c Try to convert by bdds
12.39/12.58	c D: 1
12.39/12.58	c estimatedAdderCost: 34
12.39/12.58	c Try to convert by bdds
12.39/12.59	c D: 1
12.39/12.59	c estimatedAdderCost: 34
12.39/12.59	c Try to convert by bdds
12.49/12.60	c D: 1
12.49/12.60	c estimatedAdderCost: 34
12.49/12.60	c Try to convert by bdds
12.49/12.61	c D: 1
12.49/12.61	c estimatedAdderCost: 34
12.49/12.61	c Try to convert by bdds
12.49/12.62	c D: 1
12.49/12.62	c estimatedAdderCost: 34
12.49/12.62	c Try to convert by bdds
12.49/12.63	c D: 1
12.49/12.63	c estimatedAdderCost: 34
12.49/12.63	c Try to convert by bdds
12.49/12.64	c D: 1
12.49/12.64	c estimatedAdderCost: 34
12.49/12.64	c Try to convert by bdds
12.49/12.65	c D: 1
12.49/12.65	c estimatedAdderCost: 34
12.49/12.65	c Try to convert by bdds
12.49/12.66	c D: 1
12.49/12.66	c estimatedAdderCost: 34
12.49/12.66	c Try to convert by bdds
12.49/12.67	c D: 1
12.49/12.67	c estimatedAdderCost: 34
12.49/12.67	c Try to convert by bdds
12.49/12.68	c D: 1
12.49/12.68	c estimatedAdderCost: 34
12.49/12.68	c Try to convert by bdds
12.49/12.69	c D: 1
12.49/12.69	c estimatedAdderCost: 34
12.49/12.69	c Try to convert by bdds
12.59/12.70	c D: 1
12.59/12.70	c estimatedAdderCost: 34
12.59/12.70	c Try to convert by bdds
12.59/12.71	c D: 1
12.59/12.71	c estimatedAdderCost: 34
12.59/12.71	c Try to convert by bdds
12.59/12.72	c D: 1
12.59/12.72	c estimatedAdderCost: 34
12.59/12.72	c Try to convert by bdds
12.59/12.73	c D: 1
12.59/12.73	c estimatedAdderCost: 34
12.59/12.73	c Try to convert by bdds
12.59/12.74	c D: 1
12.59/12.74	c estimatedAdderCost: 34
12.59/12.74	c Try to convert by bdds
12.59/12.74	c D: 1
12.59/12.74	c estimatedAdderCost: 34
12.59/12.74	c Try to convert by bdds
12.59/12.75	c D: 1
12.59/12.75	c estimatedAdderCost: 34
12.59/12.75	c Try to convert by bdds
12.59/12.76	c D: 1
12.59/12.76	c estimatedAdderCost: 34
12.59/12.76	c Try to convert by bdds
12.59/12.77	c D: 1
12.59/12.77	c estimatedAdderCost: 34
12.59/12.77	c Try to convert by bdds
12.59/12.78	c D: 1
12.59/12.78	c estimatedAdderCost: 34
12.59/12.78	c Try to convert by bdds
12.59/12.79	c D: 1
12.59/12.79	c estimatedAdderCost: 34
12.59/12.79	c Try to convert by bdds
12.69/12.80	c D: 1
12.69/12.80	c estimatedAdderCost: 34
12.69/12.80	c Try to convert by bdds
12.69/12.81	c D: 1
12.69/12.81	c estimatedAdderCost: 34
12.69/12.81	c Try to convert by bdds
12.69/12.82	c D: 1
12.69/12.82	c estimatedAdderCost: 26
12.69/12.82	c Try to convert by bdds
12.69/12.82	c D: 1
12.69/12.82	c estimatedAdderCost: 26
12.69/12.82	c Try to convert by bdds
12.69/12.83	c D: 1
12.69/12.83	c estimatedAdderCost: 26
12.69/12.83	c Try to convert by bdds
12.69/12.83	c D: 1
12.69/12.83	c estimatedAdderCost: 26
12.69/12.83	c Try to convert by bdds
12.69/12.84	c D: 1
12.69/12.84	c estimatedAdderCost: 26
12.69/12.84	c Try to convert by bdds
12.69/12.85	c D: 1
12.69/12.85	c estimatedAdderCost: 26
12.69/12.85	c Try to convert by bdds
12.69/12.85	c D: 1
12.69/12.85	c estimatedAdderCost: 34
12.69/12.85	c Try to convert by bdds
12.69/12.86	c D: 1
12.69/12.86	c estimatedAdderCost: 34
12.69/12.86	c Try to convert by bdds
12.69/12.87	c D: 1
12.69/12.87	c estimatedAdderCost: 34
12.69/12.87	c Try to convert by bdds
12.69/12.88	c D: 1
12.69/12.88	c estimatedAdderCost: 34
12.69/12.88	c Try to convert by bdds
12.69/12.89	c D: 1
12.69/12.89	c estimatedAdderCost: 34
12.69/12.89	c Try to convert by bdds
12.79/12.90	c D: 1
12.79/12.90	c estimatedAdderCost: 34
12.79/12.90	c Try to convert by bdds
12.79/12.91	c D: 1
12.79/12.91	c estimatedAdderCost: 34
12.79/12.91	c Try to convert by bdds
12.79/12.92	c D: 1
12.79/12.92	c estimatedAdderCost: 34
12.79/12.92	c Try to convert by bdds
12.79/12.93	c D: 1
12.79/12.93	c estimatedAdderCost: 34
12.79/12.93	c Try to convert by bdds
12.79/12.94	c D: 1
12.79/12.94	c estimatedAdderCost: 34
12.79/12.94	c Try to convert by bdds
12.79/12.95	c D: 1
12.79/12.95	c estimatedAdderCost: 34
12.79/12.95	c Try to convert by bdds
12.79/12.95	c D: 1
12.79/12.95	c estimatedAdderCost: 34
12.79/12.95	c Try to convert by bdds
12.79/12.96	c D: 1
12.79/12.96	c estimatedAdderCost: 34
12.79/12.96	c Try to convert by bdds
12.79/12.97	c D: 1
12.79/12.97	c estimatedAdderCost: 34
12.79/12.97	c Try to convert by bdds
12.79/12.98	c D: 1
12.79/12.98	c estimatedAdderCost: 34
12.79/12.98	c Try to convert by bdds
12.79/12.99	c D: 1
12.79/12.99	c estimatedAdderCost: 34
12.79/12.99	c Try to convert by bdds
12.79/13.00	c D: 1
12.79/13.00	c estimatedAdderCost: 34
12.79/13.00	c Try to convert by bdds
12.79/13.01	c D: 1
12.79/13.01	c estimatedAdderCost: 34
12.79/13.01	c Try to convert by bdds
12.90/13.02	c D: 1
12.90/13.02	c estimatedAdderCost: 34
12.90/13.02	c Try to convert by bdds
12.90/13.03	c D: 1
12.90/13.03	c estimatedAdderCost: 34
12.90/13.03	c Try to convert by bdds
12.90/13.03	c D: 1
12.90/13.03	c estimatedAdderCost: 34
12.90/13.03	c Try to convert by bdds
12.90/13.04	c D: 1
12.90/13.04	c estimatedAdderCost: 34
12.90/13.04	c Try to convert by bdds
12.90/13.05	c D: 1
12.90/13.05	c estimatedAdderCost: 34
12.90/13.05	c Try to convert by bdds
12.90/13.06	c D: 1
12.90/13.06	c estimatedAdderCost: 34
12.90/13.06	c Try to convert by bdds
12.90/13.07	c D: 1
12.90/13.07	c estimatedAdderCost: 34
12.90/13.07	c Try to convert by bdds
12.90/13.08	c D: 1
12.90/13.08	c estimatedAdderCost: 34
12.90/13.08	c Try to convert by bdds
12.90/13.09	c D: 1
12.90/13.09	c estimatedAdderCost: 34
12.90/13.09	c Try to convert by bdds
12.90/13.10	c D: 1
12.90/13.10	c estimatedAdderCost: 26
12.90/13.10	c Try to convert by bdds
12.90/13.10	c D: 1
12.90/13.10	c estimatedAdderCost: 26
12.90/13.10	c Try to convert by bdds
13.00/13.11	c D: 1
13.00/13.11	c estimatedAdderCost: 26
13.00/13.11	c Try to convert by bdds
13.00/13.12	c D: 1
13.00/13.12	c estimatedAdderCost: 26
13.00/13.12	c Try to convert by bdds
13.00/13.12	c D: 1
13.00/13.12	c estimatedAdderCost: 26
13.00/13.12	c Try to convert by bdds
13.00/13.13	c D: 1
13.00/13.13	c estimatedAdderCost: 26
13.00/13.13	c Try to convert by bdds
13.00/13.14	c D: 1
13.00/13.14	c estimatedAdderCost: 26
13.00/13.14	c Try to convert by bdds
13.00/13.14	c D: 1
13.00/13.14	c estimatedAdderCost: 26
13.00/13.14	c Try to convert by bdds
13.00/13.15	c D: 1
13.00/13.15	c estimatedAdderCost: 34
13.00/13.15	c Try to convert by bdds
13.00/13.16	c D: 1
13.00/13.16	c estimatedAdderCost: 34
13.00/13.16	c Try to convert by bdds
13.00/13.17	c D: 1
13.00/13.17	c estimatedAdderCost: 34
13.00/13.17	c Try to convert by bdds
13.00/13.18	c D: 1
13.00/13.18	c estimatedAdderCost: 34
13.00/13.18	c Try to convert by bdds
13.00/13.19	c D: 1
13.00/13.19	c estimatedAdderCost: 34
13.00/13.19	c Try to convert by bdds
13.09/13.20	c D: 1
13.09/13.20	c estimatedAdderCost: 34
13.09/13.20	c Try to convert by bdds
13.09/13.21	c D: 1
13.09/13.21	c estimatedAdderCost: 34
13.09/13.21	c Try to convert by bdds
13.09/13.21	c D: 1
13.09/13.21	c estimatedAdderCost: 34
13.09/13.21	c Try to convert by bdds
13.09/13.22	c D: 1
13.09/13.22	c estimatedAdderCost: 26
13.09/13.22	c Try to convert by bdds
13.09/13.23	c D: 1
13.09/13.23	c estimatedAdderCost: 26
13.09/13.23	c Try to convert by bdds
13.09/13.24	c D: 1
13.09/13.24	c estimatedAdderCost: 34
13.09/13.24	c Try to convert by bdds
13.09/13.25	c D: 1
13.09/13.25	c estimatedAdderCost: 34
13.09/13.25	c Try to convert by bdds
13.09/13.26	c D: 1
13.09/13.26	c estimatedAdderCost: 34
13.09/13.26	c Try to convert by bdds
13.09/13.26	c D: 1
13.09/13.26	c estimatedAdderCost: 34
13.09/13.26	c Try to convert by bdds
13.09/13.27	c D: 1
13.09/13.27	c estimatedAdderCost: 34
13.09/13.27	c Try to convert by bdds
13.09/13.28	c D: 1
13.09/13.28	c estimatedAdderCost: 34
13.09/13.28	c Try to convert by bdds
13.09/13.29	c D: 1
13.09/13.29	c estimatedAdderCost: 34
13.09/13.29	c Try to convert by bdds
13.19/13.30	c D: 1
13.19/13.30	c estimatedAdderCost: 34
13.19/13.30	c Try to convert by bdds
13.19/13.31	c D: 1
13.19/13.31	c estimatedAdderCost: 34
13.19/13.31	c Try to convert by bdds
13.19/13.32	c D: 1
13.19/13.32	c estimatedAdderCost: 34
13.19/13.32	c Try to convert by bdds
13.19/13.33	c D: 1
13.19/13.33	c estimatedAdderCost: 34
13.19/13.33	c Try to convert by bdds
13.19/13.34	c D: 1
13.19/13.34	c estimatedAdderCost: 34
13.19/13.34	c Try to convert by bdds
13.19/13.35	c D: 1
13.19/13.35	c estimatedAdderCost: 34
13.19/13.35	c Try to convert by bdds
13.19/13.36	c D: 1
13.19/13.36	c estimatedAdderCost: 34
13.19/13.36	c Try to convert by bdds
13.19/13.37	c D: 1
13.19/13.37	c estimatedAdderCost: 34
13.19/13.37	c Try to convert by bdds
13.19/13.38	c D: 1
13.19/13.38	c estimatedAdderCost: 26
13.19/13.38	c Try to convert by bdds
13.19/13.38	c D: 1
13.19/13.38	c estimatedAdderCost: 26
13.19/13.38	c Try to convert by bdds
13.19/13.39	c D: 1
13.19/13.39	c estimatedAdderCost: 26
13.19/13.39	c Try to convert by bdds
13.29/13.40	c D: 1
13.29/13.40	c estimatedAdderCost: 34
13.29/13.40	c Try to convert by bdds
13.29/13.40	c D: 1
13.29/13.40	c estimatedAdderCost: 34
13.29/13.40	c Try to convert by bdds
13.29/13.41	c D: 1
13.29/13.41	c estimatedAdderCost: 34
13.29/13.41	c Try to convert by bdds
13.29/13.42	c D: 1
13.29/13.42	c estimatedAdderCost: 34
13.29/13.42	c Try to convert by bdds
13.29/13.43	c D: 1
13.29/13.43	c estimatedAdderCost: 34
13.29/13.43	c Try to convert by bdds
13.29/13.44	c D: 1
13.29/13.44	c estimatedAdderCost: 34
13.29/13.44	c Try to convert by bdds
13.29/13.45	c D: 1
13.29/13.45	c estimatedAdderCost: 34
13.29/13.45	c Try to convert by bdds
13.29/13.46	c D: 1
13.29/13.46	c estimatedAdderCost: 34
13.29/13.46	c Try to convert by bdds
13.29/13.47	c D: 1
13.29/13.47	c estimatedAdderCost: 34
13.29/13.47	c Try to convert by bdds
13.29/13.48	c D: 1
13.29/13.48	c estimatedAdderCost: 34
13.29/13.48	c Try to convert by bdds
13.29/13.49	c D: 1
13.29/13.49	c estimatedAdderCost: 34
13.29/13.49	c Try to convert by bdds
13.39/13.50	c D: 1
13.39/13.50	c estimatedAdderCost: 34
13.39/13.50	c Try to convert by bdds
13.39/13.51	c D: 1
13.39/13.51	c estimatedAdderCost: 34
13.39/13.51	c Try to convert by bdds
13.39/13.52	c D: 1
13.39/13.52	c estimatedAdderCost: 34
13.39/13.52	c Try to convert by bdds
13.39/13.53	c D: 1
13.39/13.53	c estimatedAdderCost: 34
13.39/13.53	c Try to convert by bdds
13.39/13.54	c D: 1
13.39/13.54	c estimatedAdderCost: 34
13.39/13.54	c Try to convert by bdds
13.39/13.55	c D: 1
13.39/13.55	c estimatedAdderCost: 34
13.39/13.55	c Try to convert by bdds
13.39/13.55	c D: 1
13.39/13.55	c estimatedAdderCost: 34
13.39/13.55	c Try to convert by bdds
13.39/13.56	c D: 1
13.39/13.56	c estimatedAdderCost: 34
13.39/13.56	c Try to convert by bdds
13.39/13.57	c D: 1
13.39/13.57	c estimatedAdderCost: 34
13.39/13.57	c Try to convert by bdds
13.39/13.58	c D: 1
13.39/13.58	c estimatedAdderCost: 34
13.39/13.58	c Try to convert by bdds
13.39/13.59	c D: 1
13.39/13.59	c estimatedAdderCost: 26
13.39/13.59	c Try to convert by bdds
13.48/13.60	c D: 1
13.48/13.60	c estimatedAdderCost: 26
13.48/13.60	c Try to convert by bdds
13.48/13.60	c D: 1
13.48/13.60	c estimatedAdderCost: 26
13.48/13.60	c Try to convert by bdds
13.48/13.61	c D: 1
13.48/13.61	c estimatedAdderCost: 26
13.48/13.61	c Try to convert by bdds
13.48/13.62	c D: 1
13.48/13.62	c estimatedAdderCost: 34
13.48/13.62	c Try to convert by bdds
13.48/13.63	c D: 1
13.48/13.63	c estimatedAdderCost: 34
13.48/13.63	c Try to convert by bdds
13.48/13.64	c D: 1
13.48/13.64	c estimatedAdderCost: 34
13.48/13.64	c Try to convert by bdds
13.48/13.65	c D: 1
13.48/13.65	c estimatedAdderCost: 34
13.48/13.65	c Try to convert by bdds
13.48/13.66	c D: 1
13.48/13.66	c estimatedAdderCost: 34
13.48/13.66	c Try to convert by bdds
13.48/13.66	c D: 1
13.48/13.66	c estimatedAdderCost: 34
13.48/13.66	c Try to convert by bdds
13.48/13.67	c D: 1
13.48/13.67	c estimatedAdderCost: 34
13.48/13.67	c Try to convert by bdds
13.48/13.68	c D: 1
13.48/13.68	c estimatedAdderCost: 34
13.48/13.68	c Try to convert by bdds
13.48/13.69	c D: 1
13.48/13.69	c estimatedAdderCost: 34
13.48/13.69	c Try to convert by bdds
13.58/13.70	c D: 1
13.58/13.70	c estimatedAdderCost: 34
13.58/13.70	c Try to convert by bdds
13.58/13.71	c D: 1
13.58/13.71	c estimatedAdderCost: 34
13.58/13.71	c Try to convert by bdds
13.58/13.72	c D: 1
13.58/13.72	c estimatedAdderCost: 34
13.58/13.72	c Try to convert by bdds
13.58/13.73	c D: 1
13.58/13.73	c estimatedAdderCost: 34
13.58/13.73	c Try to convert by bdds
13.58/13.74	c D: 1
13.58/13.74	c estimatedAdderCost: 34
13.58/13.74	c Try to convert by bdds
13.58/13.75	c D: 1
13.58/13.75	c estimatedAdderCost: 34
13.58/13.75	c Try to convert by bdds
13.58/13.76	c D: 1
13.58/13.76	c estimatedAdderCost: 34
13.58/13.76	c Try to convert by bdds
13.58/13.77	c D: 1
13.58/13.77	c estimatedAdderCost: 34
13.58/13.77	c Try to convert by bdds
13.58/13.78	c D: 1
13.58/13.78	c estimatedAdderCost: 34
13.58/13.78	c Try to convert by bdds
13.58/13.79	c D: 1
13.58/13.79	c estimatedAdderCost: 34
13.58/13.79	c Try to convert by bdds
13.68/13.80	c D: 1
13.68/13.80	c estimatedAdderCost: 34
13.68/13.80	c Try to convert by bdds
13.68/13.80	c D: 1
13.68/13.80	c estimatedAdderCost: 34
13.68/13.80	c Try to convert by bdds
13.68/13.81	c D: 1
13.68/13.81	c estimatedAdderCost: 34
13.68/13.81	c Try to convert by bdds
13.68/13.82	c D: 1
13.68/13.82	c estimatedAdderCost: 34
13.68/13.82	c Try to convert by bdds
13.68/13.83	c D: 1
13.68/13.83	c estimatedAdderCost: 34
13.68/13.83	c Try to convert by bdds
13.68/13.84	c D: 1
13.68/13.84	c estimatedAdderCost: 34
13.68/13.84	c Try to convert by bdds
13.68/13.85	c D: 1
13.68/13.85	c estimatedAdderCost: 34
13.68/13.85	c Try to convert by bdds
13.68/13.86	c D: 1
13.68/13.86	c estimatedAdderCost: 26
13.68/13.86	c Try to convert by bdds
13.68/13.87	c D: 1
13.68/13.87	c estimatedAdderCost: 26
13.68/13.87	c Try to convert by bdds
13.68/13.87	c D: 1
13.68/13.87	c estimatedAdderCost: 26
13.68/13.87	c Try to convert by bdds
13.68/13.88	c D: 1
13.68/13.88	c estimatedAdderCost: 26
13.68/13.88	c Try to convert by bdds
13.68/13.89	c D: 1
13.68/13.89	c estimatedAdderCost: 26
13.68/13.89	c Try to convert by bdds
13.68/13.89	c D: 1
13.68/13.89	c estimatedAdderCost: 34
13.68/13.89	c Try to convert by bdds
13.78/13.90	c D: 1
13.78/13.90	c estimatedAdderCost: 34
13.78/13.90	c Try to convert by bdds
13.78/13.91	c D: 1
13.78/13.91	c estimatedAdderCost: 34
13.78/13.91	c Try to convert by bdds
13.78/13.92	c D: 1
13.78/13.92	c estimatedAdderCost: 34
13.78/13.92	c Try to convert by bdds
13.78/13.93	c D: 1
13.78/13.93	c estimatedAdderCost: 34
13.78/13.93	c Try to convert by bdds
13.78/13.94	c D: 1
13.78/13.94	c estimatedAdderCost: 34
13.78/13.94	c Try to convert by bdds
13.78/13.95	c D: 1
13.78/13.95	c estimatedAdderCost: 34
13.78/13.95	c Try to convert by bdds
13.78/13.96	c D: 1
13.78/13.96	c estimatedAdderCost: 34
13.78/13.96	c Try to convert by bdds
13.78/13.97	c D: 1
13.78/13.97	c estimatedAdderCost: 34
13.78/13.97	c Try to convert by bdds
13.78/13.98	c D: 1
13.78/13.98	c estimatedAdderCost: 34
13.78/13.98	c Try to convert by bdds
13.78/13.99	c D: 1
13.78/13.99	c estimatedAdderCost: 34
13.78/13.99	c Try to convert by bdds
13.78/14.00	c D: 1
13.78/14.00	c estimatedAdderCost: 34
13.78/14.00	c Try to convert by bdds
13.78/14.01	c D: 1
13.78/14.01	c estimatedAdderCost: 34
13.78/14.01	c Try to convert by bdds
13.90/14.02	c D: 1
13.90/14.02	c estimatedAdderCost: 34
13.90/14.02	c Try to convert by bdds
13.90/14.02	c D: 1
13.90/14.02	c estimatedAdderCost: 34
13.90/14.02	c Try to convert by bdds
13.90/14.03	c D: 1
13.90/14.03	c estimatedAdderCost: 34
13.90/14.03	c Try to convert by bdds
13.90/14.04	c D: 1
13.90/14.04	c estimatedAdderCost: 34
13.90/14.04	c Try to convert by bdds
13.90/14.05	c D: 1
13.90/14.05	c estimatedAdderCost: 34
13.90/14.05	c Try to convert by bdds
13.90/14.06	c D: 1
13.90/14.06	c estimatedAdderCost: 34
13.90/14.06	c Try to convert by bdds
13.90/14.07	c D: 1
13.90/14.07	c estimatedAdderCost: 34
13.90/14.07	c Try to convert by bdds
13.90/14.08	c D: 1
13.90/14.08	c estimatedAdderCost: 34
13.90/14.08	c Try to convert by bdds
13.90/14.09	c D: 1
13.90/14.09	c estimatedAdderCost: 34
13.90/14.09	c Try to convert by bdds
13.90/14.10	c D: 1
13.90/14.10	c estimatedAdderCost: 34
13.90/14.10	c Try to convert by bdds
13.90/14.11	c D: 1
13.90/14.11	c estimatedAdderCost: 34
13.90/14.11	c Try to convert by bdds
14.00/14.12	c D: 1
14.00/14.12	c estimatedAdderCost: 34
14.00/14.12	c Try to convert by bdds
14.00/14.12	c D: 1
14.00/14.12	c estimatedAdderCost: 34
14.00/14.12	c Try to convert by bdds
14.00/14.13	c D: 1
14.00/14.13	c estimatedAdderCost: 34
14.00/14.13	c Try to convert by bdds
14.00/14.14	c D: 1
14.00/14.14	c estimatedAdderCost: 34
14.00/14.14	c Try to convert by bdds
14.00/14.15	c D: 1
14.00/14.15	c estimatedAdderCost: 34
14.00/14.15	c Try to convert by bdds
14.00/14.16	c D: 1
14.00/14.16	c estimatedAdderCost: 34
14.00/14.16	c Try to convert by bdds
14.00/14.17	c D: 1
14.00/14.17	c estimatedAdderCost: 26
14.00/14.17	c Try to convert by bdds
14.00/14.18	c D: 1
14.00/14.18	c estimatedAdderCost: 26
14.00/14.18	c Try to convert by bdds
14.00/14.18	c D: 1
14.00/14.18	c estimatedAdderCost: 26
14.00/14.18	c Try to convert by bdds
14.00/14.19	c D: 1
14.00/14.19	c estimatedAdderCost: 26
14.00/14.19	c Try to convert by bdds
14.08/14.20	c D: 1
14.08/14.20	c estimatedAdderCost: 26
14.08/14.20	c Try to convert by bdds
14.08/14.20	c D: 1
14.08/14.20	c estimatedAdderCost: 26
14.08/14.20	c Try to convert by bdds
14.08/14.21	c D: 1
14.08/14.21	c estimatedAdderCost: 34
14.08/14.21	c Try to convert by bdds
14.08/14.22	c D: 1
14.08/14.22	c estimatedAdderCost: 34
14.08/14.22	c Try to convert by bdds
14.08/14.23	c D: 1
14.08/14.23	c estimatedAdderCost: 34
14.08/14.23	c Try to convert by bdds
14.08/14.24	c D: 1
14.08/14.24	c estimatedAdderCost: 34
14.08/14.24	c Try to convert by bdds
14.08/14.25	c D: 1
14.08/14.25	c estimatedAdderCost: 34
14.08/14.25	c Try to convert by bdds
14.08/14.26	c D: 1
14.08/14.26	c estimatedAdderCost: 34
14.08/14.26	c Try to convert by bdds
14.08/14.27	c D: 1
14.08/14.27	c estimatedAdderCost: 34
14.08/14.27	c Try to convert by bdds
14.08/14.28	c D: 1
14.08/14.28	c estimatedAdderCost: 34
14.08/14.28	c Try to convert by bdds
14.08/14.29	c D: 1
14.08/14.29	c estimatedAdderCost: 34
14.08/14.29	c Try to convert by bdds
14.08/14.30	c D: 1
14.08/14.30	c estimatedAdderCost: 34
14.08/14.30	c Try to convert by bdds
14.18/14.30	c D: 1
14.18/14.30	c estimatedAdderCost: 34
14.18/14.30	c Try to convert by bdds
14.18/14.31	c D: 1
14.18/14.31	c estimatedAdderCost: 34
14.18/14.31	c Try to convert by bdds
14.18/14.32	c D: 1
14.18/14.32	c estimatedAdderCost: 34
14.18/14.32	c Try to convert by bdds
14.18/14.33	c D: 1
14.18/14.33	c estimatedAdderCost: 34
14.18/14.33	c Try to convert by bdds
14.18/14.34	c D: 1
14.18/14.34	c estimatedAdderCost: 34
14.18/14.34	c Try to convert by bdds
14.18/14.35	c D: 1
14.18/14.35	c estimatedAdderCost: 34
14.18/14.35	c Try to convert by bdds
14.18/14.36	c D: 1
14.18/14.36	c estimatedAdderCost: 34
14.18/14.36	c Try to convert by bdds
14.18/14.37	c D: 1
14.18/14.37	c estimatedAdderCost: 34
14.18/14.37	c Try to convert by bdds
14.18/14.38	c D: 1
14.18/14.38	c estimatedAdderCost: 34
14.18/14.38	c Try to convert by bdds
14.18/14.39	c D: 1
14.18/14.39	c estimatedAdderCost: 34
14.18/14.39	c Try to convert by bdds
14.28/14.40	c D: 1
14.28/14.40	c estimatedAdderCost: 34
14.28/14.40	c Try to convert by bdds
14.28/14.41	c D: 1
14.28/14.41	c estimatedAdderCost: 34
14.28/14.41	c Try to convert by bdds
14.28/14.41	c D: 1
14.28/14.41	c estimatedAdderCost: 34
14.28/14.41	c Try to convert by bdds
14.28/14.42	c D: 1
14.28/14.42	c estimatedAdderCost: 34
14.28/14.42	c Try to convert by bdds
14.28/14.43	c D: 1
14.28/14.43	c estimatedAdderCost: 34
14.28/14.43	c Try to convert by bdds
14.28/14.44	c D: 1
14.28/14.44	c estimatedAdderCost: 34
14.28/14.44	c Try to convert by bdds
14.28/14.45	c D: 1
14.28/14.45	c estimatedAdderCost: 34
14.28/14.45	c Try to convert by bdds
14.28/14.46	c D: 1
14.28/14.46	c estimatedAdderCost: 34
14.28/14.46	c Try to convert by bdds
14.28/14.47	c D: 1
14.28/14.47	c estimatedAdderCost: 34
14.28/14.47	c Try to convert by bdds
14.28/14.48	c D: 1
14.28/14.48	c estimatedAdderCost: 34
14.28/14.48	c Try to convert by bdds
14.28/14.49	c D: 1
14.28/14.49	c estimatedAdderCost: 34
14.28/14.49	c Try to convert by bdds
14.38/14.50	c D: 1
14.38/14.50	c estimatedAdderCost: 34
14.38/14.50	c Try to convert by bdds
14.38/14.50	c D: 1
14.38/14.50	c estimatedAdderCost: 34
14.38/14.50	c Try to convert by bdds
14.38/14.51	c D: 1
14.38/14.51	c estimatedAdderCost: 26
14.38/14.51	c Try to convert by bdds
14.38/14.52	c D: 1
14.38/14.52	c estimatedAdderCost: 26
14.38/14.52	c Try to convert by bdds
14.38/14.53	c D: 1
14.38/14.53	c estimatedAdderCost: 26
14.38/14.53	c Try to convert by bdds
14.38/14.53	c D: 1
14.38/14.53	c estimatedAdderCost: 26
14.38/14.53	c Try to convert by bdds
14.38/14.54	c D: 1
14.38/14.54	c estimatedAdderCost: 26
14.38/14.54	c Try to convert by bdds
14.38/14.55	c D: 1
14.38/14.55	c estimatedAdderCost: 26
14.38/14.55	c Try to convert by bdds
14.38/14.55	c D: 1
14.38/14.55	c estimatedAdderCost: 26
14.38/14.55	c Try to convert by bdds
14.38/14.56	c D: 1
14.38/14.56	c estimatedAdderCost: 34
14.38/14.56	c Try to convert by bdds
14.38/14.57	c D: 1
14.38/14.57	c estimatedAdderCost: 34
14.38/14.57	c Try to convert by bdds
14.38/14.58	c D: 1
14.38/14.58	c estimatedAdderCost: 34
14.38/14.58	c Try to convert by bdds
14.38/14.59	c D: 1
14.38/14.59	c estimatedAdderCost: 34
14.38/14.59	c Try to convert by bdds
14.48/14.60	c D: 1
14.48/14.60	c estimatedAdderCost: 34
14.48/14.60	c Try to convert by bdds
14.48/14.61	c D: 1
14.48/14.61	c estimatedAdderCost: 34
14.48/14.61	c Try to convert by bdds
14.48/14.62	c D: 1
14.48/14.62	c estimatedAdderCost: 34
14.48/14.62	c Try to convert by bdds
14.48/14.63	c D: 1
14.48/14.63	c estimatedAdderCost: 34
14.48/14.63	c Try to convert by bdds
14.48/14.64	c D: 1
14.48/14.64	c estimatedAdderCost: 34
14.48/14.64	c Try to convert by bdds
14.48/14.64	c D: 1
14.48/14.64	c estimatedAdderCost: 34
14.48/14.64	c Try to convert by bdds
14.48/14.65	c D: 1
14.48/14.65	c estimatedAdderCost: 34
14.48/14.65	c Try to convert by bdds
14.48/14.66	c D: 1
14.48/14.66	c estimatedAdderCost: 34
14.48/14.66	c Try to convert by bdds
14.48/14.67	c D: 1
14.48/14.67	c estimatedAdderCost: 34
14.48/14.67	c Try to convert by bdds
14.48/14.68	c D: 1
14.48/14.68	c estimatedAdderCost: 34
14.48/14.68	c Try to convert by bdds
14.48/14.69	c D: 1
14.48/14.69	c estimatedAdderCost: 34
14.48/14.69	c Try to convert by bdds
14.58/14.70	c D: 1
14.58/14.70	c estimatedAdderCost: 34
14.58/14.70	c Try to convert by bdds
14.58/14.71	c D: 1
14.58/14.71	c estimatedAdderCost: 34
14.58/14.71	c Try to convert by bdds
14.58/14.72	c D: 1
14.58/14.72	c estimatedAdderCost: 34
14.58/14.72	c Try to convert by bdds
14.58/14.73	c D: 1
14.58/14.73	c estimatedAdderCost: 34
14.58/14.73	c Try to convert by bdds
14.58/14.73	c D: 1
14.58/14.73	c estimatedAdderCost: 34
14.58/14.73	c Try to convert by bdds
14.58/14.74	c D: 1
14.58/14.74	c estimatedAdderCost: 34
14.58/14.74	c Try to convert by bdds
14.58/14.75	c D: 1
14.58/14.75	c estimatedAdderCost: 34
14.58/14.75	c Try to convert by bdds
14.58/14.76	c D: 1
14.58/14.76	c estimatedAdderCost: 34
14.58/14.76	c Try to convert by bdds
14.58/14.77	c D: 1
14.58/14.77	c estimatedAdderCost: 34
14.58/14.77	c Try to convert by bdds
14.58/14.78	c D: 1
14.58/14.78	c estimatedAdderCost: 34
14.58/14.78	c Try to convert by bdds
14.58/14.79	c D: 1
14.58/14.79	c estimatedAdderCost: 34
14.58/14.79	c Try to convert by bdds
14.68/14.80	c D: 1
14.68/14.80	c estimatedAdderCost: 34
14.68/14.80	c Try to convert by bdds
14.68/14.81	c D: 1
14.68/14.81	c estimatedAdderCost: 34
14.68/14.81	c Try to convert by bdds
14.68/14.82	c D: 1
14.68/14.82	c estimatedAdderCost: 34
14.68/14.82	c Try to convert by bdds
14.68/14.82	c D: 1
14.68/14.82	c estimatedAdderCost: 34
14.68/14.82	c Try to convert by bdds
14.68/14.83	c D: 1
14.68/14.83	c estimatedAdderCost: 34
14.68/14.83	c Try to convert by bdds
14.68/14.84	c D: 1
14.68/14.84	c estimatedAdderCost: 34
14.68/14.84	c Try to convert by bdds
14.68/14.85	c D: 1
14.68/14.85	c estimatedAdderCost: 34
14.68/14.85	c Try to convert by bdds
14.68/14.86	c D: 1
14.68/14.86	c estimatedAdderCost: 34
14.68/14.86	c Try to convert by bdds
14.68/14.87	c D: 1
14.68/14.87	c estimatedAdderCost: 34
14.68/14.87	c Try to convert by bdds
14.68/14.88	c D: 1
14.68/14.88	c estimatedAdderCost: 26
14.68/14.88	c Try to convert by bdds
14.68/14.88	c D: 1
14.68/14.88	c estimatedAdderCost: 26
14.68/14.88	c Try to convert by bdds
14.68/14.89	c D: 1
14.68/14.89	c estimatedAdderCost: 26
14.68/14.89	c Try to convert by bdds
14.78/14.90	c D: 1
14.78/14.90	c estimatedAdderCost: 26
14.78/14.90	c Try to convert by bdds
14.78/14.90	c D: 1
14.78/14.90	c estimatedAdderCost: 26
14.78/14.90	c Try to convert by bdds
14.78/14.91	c D: 1
14.78/14.91	c estimatedAdderCost: 26
14.78/14.91	c Try to convert by bdds
14.78/14.92	c D: 1
14.78/14.92	c estimatedAdderCost: 26
14.78/14.92	c Try to convert by bdds
14.78/14.92	c D: 1
14.78/14.92	c estimatedAdderCost: 26
14.78/14.92	c Try to convert by bdds
14.78/14.93	c D: 1
14.78/14.93	c estimatedAdderCost: 26
14.78/14.93	c Try to convert by bdds
14.78/14.94	c D: 1
14.78/14.94	c estimatedAdderCost: 34
14.78/14.94	c Try to convert by bdds
14.78/14.95	c D: 1
14.78/14.95	c estimatedAdderCost: 34
14.78/14.95	c Try to convert by bdds
14.78/14.96	c D: 1
14.78/14.96	c estimatedAdderCost: 34
14.78/14.96	c Try to convert by bdds
14.78/14.97	c D: 1
14.78/14.97	c estimatedAdderCost: 34
14.78/14.97	c Try to convert by bdds
14.78/14.97	c D: 1
14.78/14.97	c estimatedAdderCost: 34
14.78/14.97	c Try to convert by bdds
14.78/14.98	c D: 1
14.78/14.98	c estimatedAdderCost: 34
14.78/14.98	c Try to convert by bdds
14.78/14.99	c D: 1
14.78/14.99	c estimatedAdderCost: 34
14.78/14.99	c Try to convert by bdds
14.78/15.00	c D: 1
14.78/15.00	c estimatedAdderCost: 34
14.78/15.00	c Try to convert by bdds
14.89/15.01	c D: 1
14.89/15.01	c estimatedAdderCost: 34
14.89/15.01	c Try to convert by bdds
14.89/15.02	c D: 1
14.89/15.02	c estimatedAdderCost: 26
14.89/15.02	c Try to convert by bdds
14.89/15.03	c D: 1
14.89/15.03	c estimatedAdderCost: 26
14.89/15.03	c Try to convert by bdds
14.89/15.03	c D: 1
14.89/15.03	c estimatedAdderCost: 34
14.89/15.03	c Try to convert by bdds
14.89/15.04	c D: 1
14.89/15.04	c estimatedAdderCost: 34
14.89/15.04	c Try to convert by bdds
14.89/15.05	c D: 1
14.89/15.05	c estimatedAdderCost: 34
14.89/15.05	c Try to convert by bdds
14.89/15.06	c D: 1
14.89/15.06	c estimatedAdderCost: 34
14.89/15.06	c Try to convert by bdds
14.89/15.07	c D: 1
14.89/15.07	c estimatedAdderCost: 34
14.89/15.07	c Try to convert by bdds
14.89/15.08	c D: 1
14.89/15.08	c estimatedAdderCost: 34
14.89/15.08	c Try to convert by bdds
14.89/15.09	c D: 1
14.89/15.09	c estimatedAdderCost: 34
14.89/15.09	c Try to convert by bdds
14.89/15.10	c D: 1
14.89/15.10	c estimatedAdderCost: 34
14.89/15.10	c Try to convert by bdds
14.99/15.11	c D: 1
14.99/15.11	c estimatedAdderCost: 34
14.99/15.11	c Try to convert by bdds
14.99/15.12	c D: 1
14.99/15.12	c estimatedAdderCost: 34
14.99/15.12	c Try to convert by bdds
14.99/15.13	c D: 1
14.99/15.13	c estimatedAdderCost: 34
14.99/15.13	c Try to convert by bdds
14.99/15.14	c D: 1
14.99/15.14	c estimatedAdderCost: 34
14.99/15.14	c Try to convert by bdds
14.99/15.15	c D: 1
14.99/15.15	c estimatedAdderCost: 34
14.99/15.15	c Try to convert by bdds
14.99/15.16	c D: 1
14.99/15.16	c estimatedAdderCost: 34
14.99/15.16	c Try to convert by bdds
14.99/15.17	c D: 1
14.99/15.17	c estimatedAdderCost: 34
14.99/15.17	c Try to convert by bdds
14.99/15.18	c D: 1
14.99/15.18	c estimatedAdderCost: 34
14.99/15.18	c Try to convert by bdds
14.99/15.18	c D: 1
14.99/15.18	c estimatedAdderCost: 34
14.99/15.18	c Try to convert by bdds
14.99/15.19	c D: 1
14.99/15.19	c estimatedAdderCost: 26
14.99/15.19	c Try to convert by bdds
15.08/15.20	c D: 1
15.08/15.20	c estimatedAdderCost: 26
15.08/15.20	c Try to convert by bdds
15.08/15.21	c D: 1
15.08/15.21	c estimatedAdderCost: 26
15.08/15.21	c Try to convert by bdds
15.08/15.21	c D: 1
15.08/15.21	c estimatedAdderCost: 34
15.08/15.21	c Try to convert by bdds
15.08/15.22	c D: 1
15.08/15.22	c estimatedAdderCost: 34
15.08/15.22	c Try to convert by bdds
15.08/15.23	c D: 1
15.08/15.23	c estimatedAdderCost: 34
15.08/15.23	c Try to convert by bdds
15.08/15.24	c D: 1
15.08/15.24	c estimatedAdderCost: 34
15.08/15.24	c Try to convert by bdds
15.08/15.25	c D: 1
15.08/15.25	c estimatedAdderCost: 34
15.08/15.25	c Try to convert by bdds
15.08/15.26	c D: 1
15.08/15.26	c estimatedAdderCost: 34
15.08/15.26	c Try to convert by bdds
15.08/15.27	c D: 1
15.08/15.27	c estimatedAdderCost: 34
15.08/15.27	c Try to convert by bdds
15.08/15.28	c D: 1
15.08/15.28	c estimatedAdderCost: 34
15.08/15.28	c Try to convert by bdds
15.08/15.29	c D: 1
15.08/15.29	c estimatedAdderCost: 34
15.08/15.29	c Try to convert by bdds
15.18/15.30	c D: 1
15.18/15.30	c estimatedAdderCost: 34
15.18/15.30	c Try to convert by bdds
15.18/15.31	c D: 1
15.18/15.31	c estimatedAdderCost: 34
15.18/15.31	c Try to convert by bdds
15.18/15.32	c D: 1
15.18/15.32	c estimatedAdderCost: 34
15.18/15.32	c Try to convert by bdds
15.18/15.33	c D: 1
15.18/15.33	c estimatedAdderCost: 34
15.18/15.33	c Try to convert by bdds
15.18/15.34	c D: 1
15.18/15.34	c estimatedAdderCost: 34
15.18/15.34	c Try to convert by bdds
15.18/15.37	c D: 1
15.18/15.37	c estimatedAdderCost: 34
15.18/15.37	c Try to convert by bdds
15.18/15.37	c D: 1
15.18/15.37	c estimatedAdderCost: 34
15.18/15.37	c Try to convert by bdds
15.18/15.38	c D: 1
15.18/15.38	c estimatedAdderCost: 34
15.18/15.38	c Try to convert by bdds
15.18/15.39	c D: 1
15.18/15.39	c estimatedAdderCost: 34
15.18/15.39	c Try to convert by bdds
15.28/15.40	c D: 1
15.28/15.40	c estimatedAdderCost: 34
15.28/15.40	c Try to convert by bdds
15.28/15.41	c D: 1
15.28/15.41	c estimatedAdderCost: 34
15.28/15.41	c Try to convert by bdds
15.28/15.42	c D: 1
15.28/15.42	c estimatedAdderCost: 34
15.28/15.42	c Try to convert by bdds
15.28/15.43	c D: 1
15.28/15.43	c estimatedAdderCost: 34
15.28/15.43	c Try to convert by bdds
15.28/15.44	c D: 1
15.28/15.44	c estimatedAdderCost: 34
15.28/15.44	c Try to convert by bdds
15.28/15.45	c D: 1
15.28/15.45	c estimatedAdderCost: 34
15.28/15.45	c Try to convert by bdds
15.28/15.46	c D: 1
15.28/15.46	c estimatedAdderCost: 26
15.28/15.46	c Try to convert by bdds
15.28/15.46	c D: 1
15.28/15.46	c estimatedAdderCost: 26
15.28/15.46	c Try to convert by bdds
15.28/15.47	c D: 1
15.28/15.47	c estimatedAdderCost: 26
15.28/15.47	c Try to convert by bdds
15.28/15.48	c D: 1
15.28/15.48	c estimatedAdderCost: 26
15.28/15.48	c Try to convert by bdds
15.28/15.48	c D: 1
15.28/15.48	c estimatedAdderCost: 34
15.28/15.48	c Try to convert by bdds
15.28/15.49	c D: 1
15.28/15.49	c estimatedAdderCost: 34
15.28/15.49	c Try to convert by bdds
15.38/15.50	c D: 1
15.38/15.50	c estimatedAdderCost: 34
15.38/15.50	c Try to convert by bdds
15.38/15.51	c D: 1
15.38/15.51	c estimatedAdderCost: 34
15.38/15.51	c Try to convert by bdds
15.38/15.52	c D: 1
15.38/15.52	c estimatedAdderCost: 34
15.38/15.52	c Try to convert by bdds
15.38/15.53	c D: 1
15.38/15.53	c estimatedAdderCost: 34
15.38/15.53	c Try to convert by bdds
15.38/15.54	c D: 1
15.38/15.54	c estimatedAdderCost: 34
15.38/15.54	c Try to convert by bdds
15.38/15.55	c D: 1
15.38/15.55	c estimatedAdderCost: 34
15.38/15.55	c Try to convert by bdds
15.38/15.56	c D: 1
15.38/15.56	c estimatedAdderCost: 34
15.38/15.56	c Try to convert by bdds
15.38/15.57	c D: 1
15.38/15.57	c estimatedAdderCost: 34
15.38/15.57	c Try to convert by bdds
15.38/15.58	c D: 1
15.38/15.58	c estimatedAdderCost: 34
15.38/15.58	c Try to convert by bdds
15.38/15.59	c D: 1
15.38/15.59	c estimatedAdderCost: 34
15.38/15.59	c Try to convert by bdds
15.48/15.60	c D: 1
15.48/15.60	c estimatedAdderCost: 34
15.48/15.60	c Try to convert by bdds
15.48/15.61	c D: 1
15.48/15.61	c estimatedAdderCost: 34
15.48/15.61	c Try to convert by bdds
15.48/15.62	c D: 1
15.48/15.62	c estimatedAdderCost: 34
15.48/15.62	c Try to convert by bdds
15.48/15.63	c D: 1
15.48/15.63	c estimatedAdderCost: 34
15.48/15.63	c Try to convert by bdds
15.48/15.63	c D: 1
15.48/15.63	c estimatedAdderCost: 34
15.48/15.63	c Try to convert by bdds
15.48/15.64	c D: 1
15.48/15.64	c estimatedAdderCost: 34
15.48/15.64	c Try to convert by bdds
15.48/15.65	c D: 1
15.48/15.65	c estimatedAdderCost: 34
15.48/15.65	c Try to convert by bdds
15.48/15.66	c D: 1
15.48/15.66	c estimatedAdderCost: 34
15.48/15.66	c Try to convert by bdds
15.48/15.67	c D: 1
15.48/15.67	c estimatedAdderCost: 34
15.48/15.67	c Try to convert by bdds
15.48/15.68	c D: 1
15.48/15.68	c estimatedAdderCost: 34
15.48/15.68	c Try to convert by bdds
15.48/15.69	c D: 1
15.48/15.69	c estimatedAdderCost: 34
15.48/15.69	c Try to convert by bdds
15.58/15.70	c D: 1
15.58/15.70	c estimatedAdderCost: 34
15.58/15.70	c Try to convert by bdds
15.58/15.71	c D: 1
15.58/15.71	c estimatedAdderCost: 34
15.58/15.71	c Try to convert by bdds
15.58/15.72	c D: 1
15.58/15.72	c estimatedAdderCost: 34
15.58/15.72	c Try to convert by bdds
15.58/15.73	c D: 1
15.58/15.73	c estimatedAdderCost: 34
15.58/15.73	c Try to convert by bdds
15.58/15.74	c D: 1
15.58/15.74	c estimatedAdderCost: 34
15.58/15.74	c Try to convert by bdds
15.58/15.75	c D: 1
15.58/15.75	c estimatedAdderCost: 34
15.58/15.75	c Try to convert by bdds
15.58/15.75	c D: 1
15.58/15.75	c estimatedAdderCost: 34
15.58/15.75	c Try to convert by bdds
15.58/15.76	c D: 1
15.58/15.76	c estimatedAdderCost: 26
15.58/15.76	c Try to convert by bdds
15.58/15.77	c D: 1
15.58/15.77	c estimatedAdderCost: 26
15.58/15.77	c Try to convert by bdds
15.58/15.78	c D: 1
15.58/15.78	c estimatedAdderCost: 26
15.58/15.78	c Try to convert by bdds
15.58/15.78	c D: 1
15.58/15.78	c estimatedAdderCost: 26
15.58/15.78	c Try to convert by bdds
15.58/15.79	c D: 1
15.58/15.79	c estimatedAdderCost: 26
15.58/15.79	c Try to convert by bdds
15.68/15.80	c D: 1
15.68/15.80	c estimatedAdderCost: 34
15.68/15.80	c Try to convert by bdds
15.68/15.81	c D: 1
15.68/15.81	c estimatedAdderCost: 34
15.68/15.81	c Try to convert by bdds
15.68/15.82	c D: 1
15.68/15.82	c estimatedAdderCost: 34
15.68/15.82	c Try to convert by bdds
15.68/15.83	c D: 1
15.68/15.83	c estimatedAdderCost: 34
15.68/15.83	c Try to convert by bdds
15.68/15.84	c D: 1
15.68/15.84	c estimatedAdderCost: 34
15.68/15.84	c Try to convert by bdds
15.68/15.84	c D: 1
15.68/15.84	c estimatedAdderCost: 34
15.68/15.84	c Try to convert by bdds
15.68/15.85	c D: 1
15.68/15.85	c estimatedAdderCost: 34
15.68/15.85	c Try to convert by bdds
15.68/15.86	c D: 1
15.68/15.86	c estimatedAdderCost: 34
15.68/15.86	c Try to convert by bdds
15.68/15.87	c D: 1
15.68/15.87	c estimatedAdderCost: 34
15.68/15.87	c Try to convert by bdds
15.68/15.88	c D: 1
15.68/15.88	c estimatedAdderCost: 34
15.68/15.88	c Try to convert by bdds
15.68/15.89	c D: 1
15.68/15.89	c estimatedAdderCost: 34
15.68/15.89	c Try to convert by bdds
15.78/15.90	c D: 1
15.78/15.90	c estimatedAdderCost: 34
15.78/15.90	c Try to convert by bdds
15.78/15.91	c D: 1
15.78/15.91	c estimatedAdderCost: 34
15.78/15.91	c Try to convert by bdds
15.78/15.92	c D: 1
15.78/15.92	c estimatedAdderCost: 34
15.78/15.92	c Try to convert by bdds
15.78/15.93	c D: 1
15.78/15.93	c estimatedAdderCost: 34
15.78/15.93	c Try to convert by bdds
15.78/15.94	c D: 1
15.78/15.94	c estimatedAdderCost: 34
15.78/15.94	c Try to convert by bdds
15.78/15.95	c D: 1
15.78/15.95	c estimatedAdderCost: 34
15.78/15.95	c Try to convert by bdds
15.78/15.96	c D: 1
15.78/15.96	c estimatedAdderCost: 34
15.78/15.96	c Try to convert by bdds
15.78/15.97	c D: 1
15.78/15.97	c estimatedAdderCost: 34
15.78/15.97	c Try to convert by bdds
15.78/15.98	c D: 1
15.78/15.98	c estimatedAdderCost: 34
15.78/15.98	c Try to convert by bdds
15.78/15.99	c D: 1
15.78/15.99	c estimatedAdderCost: 34
15.78/15.99	c Try to convert by bdds
15.78/16.00	c D: 1
15.78/16.00	c estimatedAdderCost: 34
15.78/16.00	c Try to convert by bdds
15.78/16.01	c D: 1
15.78/16.01	c estimatedAdderCost: 34
15.78/16.01	c Try to convert by bdds
15.89/16.01	c D: 1
15.89/16.01	c estimatedAdderCost: 34
15.89/16.01	c Try to convert by bdds
15.89/16.02	c D: 1
15.89/16.02	c estimatedAdderCost: 34
15.89/16.02	c Try to convert by bdds
15.89/16.03	c D: 1
15.89/16.03	c estimatedAdderCost: 34
15.89/16.03	c Try to convert by bdds
15.89/16.04	c D: 1
15.89/16.04	c estimatedAdderCost: 34
15.89/16.04	c Try to convert by bdds
15.89/16.05	c D: 1
15.89/16.05	c estimatedAdderCost: 34
15.89/16.05	c Try to convert by bdds
15.89/16.06	c D: 1
15.89/16.06	c estimatedAdderCost: 34
15.89/16.06	c Try to convert by bdds
15.89/16.07	c D: 1
15.89/16.07	c estimatedAdderCost: 34
15.89/16.07	c Try to convert by bdds
15.89/16.08	c D: 1
15.89/16.08	c estimatedAdderCost: 34
15.89/16.08	c Try to convert by bdds
15.89/16.09	c D: 1
15.89/16.09	c estimatedAdderCost: 34
15.89/16.09	c Try to convert by bdds
15.89/16.10	c D: 1
15.89/16.10	c estimatedAdderCost: 34
15.89/16.10	c Try to convert by bdds
15.89/16.11	c D: 1
15.89/16.11	c estimatedAdderCost: 34
15.89/16.11	c Try to convert by bdds
15.99/16.11	c D: 1
15.99/16.11	c estimatedAdderCost: 34
15.99/16.11	c Try to convert by bdds
15.99/16.12	c D: 1
15.99/16.12	c estimatedAdderCost: 26
15.99/16.12	c Try to convert by bdds
15.99/16.13	c D: 1
15.99/16.13	c estimatedAdderCost: 26
15.99/16.13	c Try to convert by bdds
15.99/16.14	c D: 1
15.99/16.14	c estimatedAdderCost: 26
15.99/16.14	c Try to convert by bdds
15.99/16.14	c D: 1
15.99/16.14	c estimatedAdderCost: 26
15.99/16.14	c Try to convert by bdds
15.99/16.15	c D: 1
15.99/16.15	c estimatedAdderCost: 26
15.99/16.15	c Try to convert by bdds
15.99/16.16	c D: 1
15.99/16.16	c estimatedAdderCost: 26
15.99/16.16	c Try to convert by bdds
15.99/16.16	c D: 1
15.99/16.16	c estimatedAdderCost: 34
15.99/16.16	c Try to convert by bdds
15.99/16.17	c D: 1
15.99/16.17	c estimatedAdderCost: 34
15.99/16.17	c Try to convert by bdds
15.99/16.18	c D: 1
15.99/16.18	c estimatedAdderCost: 34
15.99/16.18	c Try to convert by bdds
15.99/16.19	c D: 1
15.99/16.19	c estimatedAdderCost: 34
15.99/16.19	c Try to convert by bdds
16.07/16.20	c D: 1
16.07/16.20	c estimatedAdderCost: 34
16.07/16.20	c Try to convert by bdds
16.07/16.21	c D: 1
16.07/16.21	c estimatedAdderCost: 34
16.07/16.21	c Try to convert by bdds
16.07/16.22	c D: 1
16.07/16.22	c estimatedAdderCost: 34
16.07/16.22	c Try to convert by bdds
16.07/16.23	c D: 1
16.07/16.23	c estimatedAdderCost: 34
16.07/16.23	c Try to convert by bdds
16.07/16.24	c D: 1
16.07/16.24	c estimatedAdderCost: 34
16.07/16.24	c Try to convert by bdds
16.07/16.25	c D: 1
16.07/16.25	c estimatedAdderCost: 34
16.07/16.25	c Try to convert by bdds
16.07/16.26	c D: 1
16.07/16.26	c estimatedAdderCost: 34
16.07/16.26	c Try to convert by bdds
16.07/16.27	c D: 1
16.07/16.27	c estimatedAdderCost: 34
16.07/16.27	c Try to convert by bdds
16.07/16.28	c D: 1
16.07/16.28	c estimatedAdderCost: 34
16.07/16.28	c Try to convert by bdds
16.07/16.29	c D: 1
16.07/16.29	c estimatedAdderCost: 34
16.07/16.29	c Try to convert by bdds
16.17/16.30	c D: 1
16.17/16.30	c estimatedAdderCost: 34
16.17/16.30	c Try to convert by bdds
16.17/16.31	c D: 1
16.17/16.31	c estimatedAdderCost: 34
16.17/16.31	c Try to convert by bdds
16.17/16.32	c D: 1
16.17/16.32	c estimatedAdderCost: 34
16.17/16.32	c Try to convert by bdds
16.17/16.33	c D: 1
16.17/16.33	c estimatedAdderCost: 34
16.17/16.33	c Try to convert by bdds
16.17/16.33	c D: 1
16.17/16.33	c estimatedAdderCost: 34
16.17/16.33	c Try to convert by bdds
16.17/16.34	c D: 1
16.17/16.34	c estimatedAdderCost: 34
16.17/16.34	c Try to convert by bdds
16.17/16.35	c D: 1
16.17/16.35	c estimatedAdderCost: 34
16.17/16.35	c Try to convert by bdds
16.17/16.36	c D: 1
16.17/16.36	c estimatedAdderCost: 34
16.17/16.36	c Try to convert by bdds
16.17/16.37	c D: 1
16.17/16.37	c estimatedAdderCost: 34
16.17/16.37	c Try to convert by bdds
16.17/16.38	c D: 1
16.17/16.38	c estimatedAdderCost: 34
16.17/16.38	c Try to convert by bdds
16.17/16.39	c D: 1
16.17/16.39	c estimatedAdderCost: 34
16.17/16.39	c Try to convert by bdds
16.27/16.40	c D: 1
16.27/16.40	c estimatedAdderCost: 34
16.27/16.40	c Try to convert by bdds
16.27/16.41	c D: 1
16.27/16.41	c estimatedAdderCost: 34
16.27/16.41	c Try to convert by bdds
16.27/16.42	c D: 1
16.27/16.42	c estimatedAdderCost: 34
16.27/16.42	c Try to convert by bdds
16.27/16.43	c D: 1
16.27/16.43	c estimatedAdderCost: 34
16.27/16.43	c Try to convert by bdds
16.27/16.43	c D: 1
16.27/16.43	c estimatedAdderCost: 34
16.27/16.43	c Try to convert by bdds
16.27/16.44	c D: 1
16.27/16.44	c estimatedAdderCost: 34
16.27/16.44	c Try to convert by bdds
16.27/16.45	c D: 1
16.27/16.45	c estimatedAdderCost: 34
16.27/16.45	c Try to convert by bdds
16.27/16.46	c D: 1
16.27/16.46	c estimatedAdderCost: 34
16.27/16.46	c Try to convert by bdds
16.27/16.47	c D: 1
16.27/16.47	c estimatedAdderCost: 34
16.27/16.47	c Try to convert by bdds
16.27/16.48	c D: 1
16.27/16.48	c estimatedAdderCost: 34
16.27/16.48	c Try to convert by bdds
16.27/16.49	c D: 1
16.27/16.49	c estimatedAdderCost: 34
16.27/16.49	c Try to convert by bdds
16.37/16.50	c D: 1
16.37/16.50	c estimatedAdderCost: 34
16.37/16.50	c Try to convert by bdds
16.37/16.51	c D: 1
16.37/16.51	c estimatedAdderCost: 34
16.37/16.51	c Try to convert by bdds
16.37/16.52	c D: 1
16.37/16.52	c estimatedAdderCost: 34
16.37/16.52	c Try to convert by bdds
16.37/16.53	c D: 1
16.37/16.53	c estimatedAdderCost: 26
16.37/16.53	c Try to convert by bdds
16.37/16.53	c D: 1
16.37/16.53	c estimatedAdderCost: 26
16.37/16.53	c Try to convert by bdds
16.37/16.54	c D: 1
16.37/16.54	c estimatedAdderCost: 26
16.37/16.54	c Try to convert by bdds
16.37/16.55	c D: 1
16.37/16.55	c estimatedAdderCost: 26
16.37/16.55	c Try to convert by bdds
16.37/16.55	c D: 1
16.37/16.55	c estimatedAdderCost: 26
16.37/16.55	c Try to convert by bdds
16.37/16.56	c D: 1
16.37/16.56	c estimatedAdderCost: 26
16.37/16.56	c Try to convert by bdds
16.37/16.57	c D: 1
16.37/16.57	c estimatedAdderCost: 26
16.37/16.57	c Try to convert by bdds
16.37/16.57	c D: 1
16.37/16.57	c estimatedAdderCost: 34
16.37/16.57	c Try to convert by bdds
16.37/16.58	c D: 1
16.37/16.58	c estimatedAdderCost: 34
16.37/16.58	c Try to convert by bdds
16.37/16.59	c D: 1
16.37/16.59	c estimatedAdderCost: 34
16.37/16.59	c Try to convert by bdds
16.47/16.60	c D: 1
16.47/16.60	c estimatedAdderCost: 34
16.47/16.60	c Try to convert by bdds
16.47/16.61	c D: 1
16.47/16.61	c estimatedAdderCost: 34
16.47/16.61	c Try to convert by bdds
16.47/16.62	c D: 1
16.47/16.62	c estimatedAdderCost: 34
16.47/16.62	c Try to convert by bdds
16.47/16.63	c D: 1
16.47/16.63	c estimatedAdderCost: 34
16.47/16.63	c Try to convert by bdds
16.47/16.64	c D: 1
16.47/16.64	c estimatedAdderCost: 34
16.47/16.64	c Try to convert by bdds
16.47/16.65	c D: 1
16.47/16.65	c estimatedAdderCost: 34
16.47/16.65	c Try to convert by bdds
16.47/16.66	c D: 1
16.47/16.66	c estimatedAdderCost: 34
16.47/16.66	c Try to convert by bdds
16.47/16.67	c D: 1
16.47/16.67	c estimatedAdderCost: 34
16.47/16.67	c Try to convert by bdds
16.47/16.68	c D: 1
16.47/16.68	c estimatedAdderCost: 34
16.47/16.68	c Try to convert by bdds
16.47/16.69	c D: 1
16.47/16.69	c estimatedAdderCost: 34
16.47/16.69	c Try to convert by bdds
16.57/16.70	c D: 1
16.57/16.70	c estimatedAdderCost: 34
16.57/16.70	c Try to convert by bdds
16.57/16.71	c D: 1
16.57/16.71	c estimatedAdderCost: 34
16.57/16.71	c Try to convert by bdds
16.57/16.71	c D: 1
16.57/16.71	c estimatedAdderCost: 34
16.57/16.71	c Try to convert by bdds
16.57/16.72	c D: 1
16.57/16.72	c estimatedAdderCost: 34
16.57/16.72	c Try to convert by bdds
16.57/16.73	c D: 1
16.57/16.73	c estimatedAdderCost: 34
16.57/16.73	c Try to convert by bdds
16.57/16.74	c D: 1
16.57/16.74	c estimatedAdderCost: 34
16.57/16.74	c Try to convert by bdds
16.57/16.75	c D: 1
16.57/16.75	c estimatedAdderCost: 34
16.57/16.75	c Try to convert by bdds
16.57/16.76	c D: 1
16.57/16.76	c estimatedAdderCost: 34
16.57/16.76	c Try to convert by bdds
16.57/16.77	c D: 1
16.57/16.77	c estimatedAdderCost: 34
16.57/16.77	c Try to convert by bdds
16.57/16.78	c D: 1
16.57/16.78	c estimatedAdderCost: 34
16.57/16.78	c Try to convert by bdds
16.57/16.79	c D: 1
16.57/16.79	c estimatedAdderCost: 34
16.57/16.79	c Try to convert by bdds
16.67/16.80	c D: 1
16.67/16.80	c estimatedAdderCost: 34
16.67/16.80	c Try to convert by bdds
16.67/16.81	c D: 1
16.67/16.81	c estimatedAdderCost: 34
16.67/16.81	c Try to convert by bdds
16.67/16.81	c D: 1
16.67/16.81	c estimatedAdderCost: 34
16.67/16.81	c Try to convert by bdds
16.67/16.82	c D: 1
16.67/16.82	c estimatedAdderCost: 34
16.67/16.82	c Try to convert by bdds
16.67/16.83	c D: 1
16.67/16.83	c estimatedAdderCost: 34
16.67/16.83	c Try to convert by bdds
16.67/16.84	c D: 1
16.67/16.84	c estimatedAdderCost: 34
16.67/16.84	c Try to convert by bdds
16.67/16.85	c D: 1
16.67/16.85	c estimatedAdderCost: 34
16.67/16.85	c Try to convert by bdds
16.67/16.86	c D: 1
16.67/16.86	c estimatedAdderCost: 34
16.67/16.86	c Try to convert by bdds
16.67/16.87	c D: 1
16.67/16.87	c estimatedAdderCost: 34
16.67/16.87	c Try to convert by bdds
16.67/16.88	c D: 1
16.67/16.88	c estimatedAdderCost: 34
16.67/16.88	c Try to convert by bdds
16.67/16.89	c D: 1
16.67/16.89	c estimatedAdderCost: 34
16.67/16.89	c Try to convert by bdds
16.77/16.90	c D: 1
16.77/16.90	c estimatedAdderCost: 34
16.77/16.90	c Try to convert by bdds
16.77/16.91	c D: 1
16.77/16.91	c estimatedAdderCost: 34
16.77/16.91	c Try to convert by bdds
16.77/16.91	c D: 1
16.77/16.91	c estimatedAdderCost: 34
16.77/16.91	c Try to convert by bdds
16.77/16.92	c D: 1
16.77/16.92	c estimatedAdderCost: 34
16.77/16.92	c Try to convert by bdds
16.77/16.93	c D: 1
16.77/16.93	c estimatedAdderCost: 34
16.77/16.93	c Try to convert by bdds
16.77/16.94	c D: 1
16.77/16.94	c estimatedAdderCost: 34
16.77/16.94	c Try to convert by bdds
16.77/16.95	c D: 1
16.77/16.95	c estimatedAdderCost: 34
16.77/16.95	c Try to convert by bdds
16.77/16.96	c D: 1
16.77/16.96	c estimatedAdderCost: 26
16.77/16.96	c Try to convert by bdds
16.77/16.97	c D: 1
16.77/16.97	c estimatedAdderCost: 26
16.77/16.97	c Try to convert by bdds
16.77/16.97	c D: 1
16.77/16.97	c estimatedAdderCost: 26
16.77/16.97	c Try to convert by bdds
16.77/16.98	c D: 1
16.77/16.98	c estimatedAdderCost: 26
16.77/16.98	c Try to convert by bdds
16.77/16.99	c D: 1
16.77/16.99	c estimatedAdderCost: 26
16.77/16.99	c Try to convert by bdds
16.77/16.99	c D: 1
16.77/16.99	c estimatedAdderCost: 26
16.77/16.99	c Try to convert by bdds
16.77/17.00	c D: 1
16.77/17.00	c estimatedAdderCost: 26
16.77/17.00	c Try to convert by bdds
16.77/17.01	c D: 1
16.77/17.01	c estimatedAdderCost: 26
16.77/17.01	c Try to convert by bdds
16.89/17.01	c D: 1
16.89/17.01	c estimatedAdderCost: 34
16.89/17.01	c Try to convert by bdds
16.89/17.02	c D: 1
16.89/17.02	c estimatedAdderCost: 34
16.89/17.02	c Try to convert by bdds
16.89/17.03	c D: 1
16.89/17.03	c estimatedAdderCost: 34
16.89/17.03	c Try to convert by bdds
16.89/17.04	c D: 1
16.89/17.04	c estimatedAdderCost: 34
16.89/17.04	c Try to convert by bdds
16.89/17.05	c D: 1
16.89/17.05	c estimatedAdderCost: 34
16.89/17.05	c Try to convert by bdds
16.89/17.06	c D: 1
16.89/17.06	c estimatedAdderCost: 34
16.89/17.06	c Try to convert by bdds
16.89/17.07	c D: 1
16.89/17.07	c estimatedAdderCost: 34
16.89/17.07	c Try to convert by bdds
16.89/17.08	c D: 1
16.89/17.08	c estimatedAdderCost: 34
16.89/17.08	c Try to convert by bdds
16.89/17.09	c D: 1
16.89/17.09	c estimatedAdderCost: 34
16.89/17.09	c Try to convert by bdds
16.89/17.10	c D: 1
16.89/17.10	c estimatedAdderCost: 34
16.89/17.10	c Try to convert by bdds
16.89/17.11	c D: 1
16.89/17.11	c estimatedAdderCost: 34
16.89/17.11	c Try to convert by bdds
16.99/17.12	c D: 1
16.99/17.12	c estimatedAdderCost: 34
16.99/17.12	c Try to convert by bdds
16.99/17.13	c D: 1
16.99/17.13	c estimatedAdderCost: 34
16.99/17.13	c Try to convert by bdds
16.99/17.14	c D: 1
16.99/17.14	c estimatedAdderCost: 34
16.99/17.14	c Try to convert by bdds
16.99/17.14	c D: 1
16.99/17.14	c estimatedAdderCost: 34
16.99/17.14	c Try to convert by bdds
16.99/17.15	c D: 1
16.99/17.15	c estimatedAdderCost: 34
16.99/17.15	c Try to convert by bdds
16.99/17.16	c D: 1
16.99/17.16	c estimatedAdderCost: 34
16.99/17.16	c Try to convert by bdds
16.99/17.17	c D: 1
16.99/17.17	c estimatedAdderCost: 34
16.99/17.17	c Try to convert by bdds
16.99/17.18	c D: 1
16.99/17.18	c estimatedAdderCost: 34
16.99/17.18	c Try to convert by bdds
16.99/17.19	c D: 1
16.99/17.19	c estimatedAdderCost: 34
16.99/17.19	c Try to convert by bdds
17.07/17.20	c D: 1
17.07/17.20	c estimatedAdderCost: 34
17.07/17.20	c Try to convert by bdds
17.07/17.21	c D: 1
17.07/17.21	c estimatedAdderCost: 34
17.07/17.21	c Try to convert by bdds
17.07/17.22	c D: 1
17.07/17.22	c estimatedAdderCost: 34
17.07/17.22	c Try to convert by bdds
17.07/17.23	c D: 1
17.07/17.23	c estimatedAdderCost: 34
17.07/17.23	c Try to convert by bdds
17.07/17.24	c D: 1
17.07/17.24	c estimatedAdderCost: 34
17.07/17.24	c Try to convert by bdds
17.07/17.24	c D: 1
17.07/17.24	c estimatedAdderCost: 34
17.07/17.24	c Try to convert by bdds
17.07/17.25	c D: 1
17.07/17.25	c estimatedAdderCost: 34
17.07/17.25	c Try to convert by bdds
17.07/17.26	c D: 1
17.07/17.26	c estimatedAdderCost: 34
17.07/17.26	c Try to convert by bdds
17.07/17.27	c D: 1
17.07/17.27	c estimatedAdderCost: 34
17.07/17.27	c Try to convert by bdds
17.07/17.28	c D: 1
17.07/17.28	c estimatedAdderCost: 34
17.07/17.28	c Try to convert by bdds
17.07/17.29	c D: 1
17.07/17.29	c estimatedAdderCost: 34
17.07/17.29	c Try to convert by bdds
17.17/17.30	c D: 1
17.17/17.30	c estimatedAdderCost: 34
17.17/17.30	c Try to convert by bdds
17.17/17.31	c D: 1
17.17/17.31	c estimatedAdderCost: 34
17.17/17.31	c Try to convert by bdds
17.17/17.32	c D: 1
17.17/17.32	c estimatedAdderCost: 34
17.17/17.32	c Try to convert by bdds
17.17/17.33	c D: 1
17.17/17.33	c estimatedAdderCost: 34
17.17/17.33	c Try to convert by bdds
17.17/17.34	c D: 1
17.17/17.34	c estimatedAdderCost: 34
17.17/17.34	c Try to convert by bdds
17.17/17.34	c D: 1
17.17/17.34	c estimatedAdderCost: 34
17.17/17.34	c Try to convert by bdds
17.17/17.35	c D: 1
17.17/17.35	c estimatedAdderCost: 34
17.17/17.35	c Try to convert by bdds
17.17/17.36	c D: 1
17.17/17.36	c estimatedAdderCost: 34
17.17/17.36	c Try to convert by bdds
17.17/17.37	c D: 1
17.17/17.37	c estimatedAdderCost: 34
17.17/17.37	c Try to convert by bdds
17.17/17.38	c D: 1
17.17/17.38	c estimatedAdderCost: 34
17.17/17.38	c Try to convert by bdds
17.17/17.39	c D: 1
17.17/17.39	c estimatedAdderCost: 34
17.17/17.39	c Try to convert by bdds
17.27/17.40	c D: 1
17.27/17.40	c estimatedAdderCost: 34
17.27/17.40	c Try to convert by bdds
17.27/17.41	c D: 1
17.27/17.41	c estimatedAdderCost: 34
17.27/17.41	c Try to convert by bdds
17.27/17.42	c D: 1
17.27/17.42	c estimatedAdderCost: 26
17.27/17.42	c Try to convert by bdds
17.27/17.42	c D: 1
17.27/17.42	c estimatedAdderCost: 26
17.27/17.42	c Try to convert by bdds
17.27/17.43	c D: 1
17.27/17.43	c estimatedAdderCost: 26
17.27/17.43	c Try to convert by bdds
17.27/17.44	c D: 1
17.27/17.44	c estimatedAdderCost: 26
17.27/17.44	c Try to convert by bdds
17.27/17.44	c D: 1
17.27/17.44	c estimatedAdderCost: 26
17.27/17.44	c Try to convert by bdds
17.27/17.45	c D: 1
17.27/17.45	c estimatedAdderCost: 26
17.27/17.45	c Try to convert by bdds
17.27/17.46	c D: 1
17.27/17.46	c estimatedAdderCost: 26
17.27/17.46	c Try to convert by bdds
17.27/17.46	c D: 1
17.27/17.46	c estimatedAdderCost: 26
17.27/17.46	c Try to convert by bdds
17.27/17.47	c D: 1
17.27/17.47	c estimatedAdderCost: 26
17.27/17.47	c Try to convert by bdds
17.27/17.48	c D: 1
17.27/17.48	c estimatedAdderCost: 26
17.27/17.48	c Try to convert by bdds
17.27/17.48	c D: 1
17.27/17.48	c estimatedAdderCost: 34
17.27/17.48	c Try to convert by bdds
17.27/17.49	c D: 1
17.27/17.49	c estimatedAdderCost: 34
17.27/17.49	c Try to convert by bdds
17.37/17.50	c D: 1
17.37/17.50	c estimatedAdderCost: 34
17.37/17.50	c Try to convert by bdds
17.37/17.51	c D: 1
17.37/17.51	c estimatedAdderCost: 34
17.37/17.51	c Try to convert by bdds
17.37/17.52	c D: 1
17.37/17.52	c estimatedAdderCost: 34
17.37/17.52	c Try to convert by bdds
17.37/17.53	c D: 1
17.37/17.53	c estimatedAdderCost: 34
17.37/17.53	c Try to convert by bdds
17.37/17.54	c D: 1
17.37/17.54	c estimatedAdderCost: 34
17.37/17.54	c Try to convert by bdds
17.37/17.55	c D: 1
17.37/17.55	c estimatedAdderCost: 34
17.37/17.55	c Try to convert by bdds
17.37/17.56	c D: 1
17.37/17.56	c estimatedAdderCost: 34
17.37/17.56	c Try to convert by bdds
17.37/17.57	c D: 1
17.37/17.57	c estimatedAdderCost: 34
17.37/17.57	c Try to convert by bdds
17.37/17.58	c D: 1
17.37/17.58	c estimatedAdderCost: 26
17.37/17.58	c Try to convert by bdds
17.37/17.59	c D: 1
17.37/17.59	c estimatedAdderCost: 26
17.37/17.59	c Try to convert by bdds
17.37/17.59	c D: 1
17.37/17.59	c estimatedAdderCost: 34
17.37/17.59	c Try to convert by bdds
17.47/17.60	c D: 1
17.47/17.60	c estimatedAdderCost: 34
17.47/17.60	c Try to convert by bdds
17.47/17.61	c D: 1
17.47/17.61	c estimatedAdderCost: 34
17.47/17.61	c Try to convert by bdds
17.47/17.62	c D: 1
17.47/17.62	c estimatedAdderCost: 34
17.47/17.62	c Try to convert by bdds
17.47/17.63	c D: 1
17.47/17.63	c estimatedAdderCost: 34
17.47/17.63	c Try to convert by bdds
17.47/17.64	c D: 1
17.47/17.64	c estimatedAdderCost: 34
17.47/17.64	c Try to convert by bdds
17.47/17.65	c D: 1
17.47/17.65	c estimatedAdderCost: 34
17.47/17.65	c Try to convert by bdds
17.47/17.66	c D: 1
17.47/17.66	c estimatedAdderCost: 34
17.47/17.66	c Try to convert by bdds
17.47/17.67	c D: 1
17.47/17.67	c estimatedAdderCost: 34
17.47/17.67	c Try to convert by bdds
17.47/17.68	c D: 1
17.47/17.68	c estimatedAdderCost: 34
17.47/17.68	c Try to convert by bdds
17.47/17.69	c D: 1
17.47/17.69	c estimatedAdderCost: 34
17.47/17.69	c Try to convert by bdds
17.57/17.70	c D: 1
17.57/17.70	c estimatedAdderCost: 34
17.57/17.70	c Try to convert by bdds
17.57/17.71	c D: 1
17.57/17.71	c estimatedAdderCost: 34
17.57/17.71	c Try to convert by bdds
17.57/17.72	c D: 1
17.57/17.72	c estimatedAdderCost: 34
17.57/17.72	c Try to convert by bdds
17.57/17.73	c D: 1
17.57/17.73	c estimatedAdderCost: 34
17.57/17.73	c Try to convert by bdds
17.57/17.73	c D: 1
17.57/17.73	c estimatedAdderCost: 34
17.57/17.73	c Try to convert by bdds
17.57/17.74	c D: 1
17.57/17.74	c estimatedAdderCost: 34
17.57/17.74	c Try to convert by bdds
17.57/17.75	c D: 1
17.57/17.75	c estimatedAdderCost: 34
17.57/17.75	c Try to convert by bdds
17.57/17.76	c D: 1
17.57/17.76	c estimatedAdderCost: 34
17.57/17.76	c Try to convert by bdds
17.57/17.77	c D: 1
17.57/17.77	c estimatedAdderCost: 26
17.57/17.77	c Try to convert by bdds
17.57/17.78	c D: 1
17.57/17.78	c estimatedAdderCost: 26
17.57/17.78	c Try to convert by bdds
17.57/17.79	c D: 1
17.57/17.79	c estimatedAdderCost: 26
17.57/17.79	c Try to convert by bdds
17.57/17.79	c D: 1
17.57/17.79	c estimatedAdderCost: 34
17.57/17.79	c Try to convert by bdds
17.67/17.80	c D: 1
17.67/17.80	c estimatedAdderCost: 34
17.67/17.80	c Try to convert by bdds
17.67/17.81	c D: 1
17.67/17.81	c estimatedAdderCost: 34
17.67/17.81	c Try to convert by bdds
17.67/17.82	c D: 1
17.67/17.82	c estimatedAdderCost: 34
17.67/17.82	c Try to convert by bdds
17.67/17.83	c D: 1
17.67/17.83	c estimatedAdderCost: 34
17.67/17.83	c Try to convert by bdds
17.67/17.84	c D: 1
17.67/17.84	c estimatedAdderCost: 34
17.67/17.84	c Try to convert by bdds
17.67/17.85	c D: 1
17.67/17.85	c estimatedAdderCost: 34
17.67/17.85	c Try to convert by bdds
17.67/17.86	c D: 1
17.67/17.86	c estimatedAdderCost: 34
17.67/17.86	c Try to convert by bdds
17.67/17.87	c D: 1
17.67/17.87	c estimatedAdderCost: 34
17.67/17.87	c Try to convert by bdds
17.67/17.88	c D: 1
17.67/17.88	c estimatedAdderCost: 34
17.67/17.88	c Try to convert by bdds
17.67/17.89	c D: 1
17.67/17.89	c estimatedAdderCost: 34
17.67/17.89	c Try to convert by bdds
17.77/17.90	c D: 1
17.77/17.90	c estimatedAdderCost: 34
17.77/17.90	c Try to convert by bdds
17.77/17.91	c D: 1
17.77/17.91	c estimatedAdderCost: 34
17.77/17.91	c Try to convert by bdds
17.77/17.92	c D: 1
17.77/17.92	c estimatedAdderCost: 34
17.77/17.92	c Try to convert by bdds
17.77/17.93	c D: 1
17.77/17.93	c estimatedAdderCost: 34
17.77/17.93	c Try to convert by bdds
17.77/17.93	c D: 1
17.77/17.93	c estimatedAdderCost: 34
17.77/17.93	c Try to convert by bdds
17.77/17.94	c D: 1
17.77/17.94	c estimatedAdderCost: 34
17.77/17.94	c Try to convert by bdds
17.77/17.95	c D: 1
17.77/17.95	c estimatedAdderCost: 34
17.77/17.95	c Try to convert by bdds
17.77/17.96	c D: 1
17.77/17.96	c estimatedAdderCost: 34
17.77/17.96	c Try to convert by bdds
17.77/17.97	c D: 1
17.77/17.97	c estimatedAdderCost: 34
17.77/17.97	c Try to convert by bdds
17.77/17.98	c D: 1
17.77/17.98	c estimatedAdderCost: 34
17.77/17.98	c Try to convert by bdds
17.77/17.99	c D: 1
17.77/17.99	c estimatedAdderCost: 34
17.77/17.99	c Try to convert by bdds
17.77/18.00	c D: 1
17.77/18.00	c estimatedAdderCost: 34
17.77/18.00	c Try to convert by bdds
17.88/18.01	c D: 1
17.88/18.01	c estimatedAdderCost: 34
17.88/18.01	c Try to convert by bdds
17.88/18.02	c D: 1
17.88/18.02	c estimatedAdderCost: 34
17.88/18.02	c Try to convert by bdds
17.88/18.03	c D: 1
17.88/18.03	c estimatedAdderCost: 34
17.88/18.03	c Try to convert by bdds
17.88/18.04	c D: 1
17.88/18.04	c estimatedAdderCost: 34
17.88/18.04	c Try to convert by bdds
17.88/18.05	c D: 1
17.88/18.05	c estimatedAdderCost: 26
17.88/18.05	c Try to convert by bdds
17.88/18.05	c D: 1
17.88/18.05	c estimatedAdderCost: 26
17.88/18.05	c Try to convert by bdds
17.88/18.06	c D: 1
17.88/18.06	c estimatedAdderCost: 26
17.88/18.06	c Try to convert by bdds
17.88/18.07	c D: 1
17.88/18.07	c estimatedAdderCost: 26
17.88/18.07	c Try to convert by bdds
17.88/18.07	c D: 1
17.88/18.07	c estimatedAdderCost: 34
17.88/18.07	c Try to convert by bdds
17.88/18.08	c D: 1
17.88/18.08	c estimatedAdderCost: 34
17.88/18.08	c Try to convert by bdds
17.88/18.09	c D: 1
17.88/18.09	c estimatedAdderCost: 34
17.88/18.09	c Try to convert by bdds
17.88/18.10	c D: 1
17.88/18.10	c estimatedAdderCost: 34
17.88/18.10	c Try to convert by bdds
17.98/18.11	c D: 1
17.98/18.11	c estimatedAdderCost: 34
17.98/18.11	c Try to convert by bdds
17.98/18.12	c D: 1
17.98/18.12	c estimatedAdderCost: 34
17.98/18.12	c Try to convert by bdds
17.98/18.13	c D: 1
17.98/18.13	c estimatedAdderCost: 34
17.98/18.13	c Try to convert by bdds
17.98/18.14	c D: 1
17.98/18.14	c estimatedAdderCost: 34
17.98/18.14	c Try to convert by bdds
17.98/18.15	c D: 1
17.98/18.15	c estimatedAdderCost: 34
17.98/18.15	c Try to convert by bdds
17.98/18.16	c D: 1
17.98/18.16	c estimatedAdderCost: 34
17.98/18.16	c Try to convert by bdds
17.98/18.17	c D: 1
17.98/18.17	c estimatedAdderCost: 34
17.98/18.17	c Try to convert by bdds
17.98/18.18	c D: 1
17.98/18.18	c estimatedAdderCost: 34
17.98/18.18	c Try to convert by bdds
17.98/18.19	c D: 1
17.98/18.19	c estimatedAdderCost: 34
17.98/18.19	c Try to convert by bdds
18.07/18.20	c D: 1
18.07/18.20	c estimatedAdderCost: 34
18.07/18.20	c Try to convert by bdds
18.07/18.21	c D: 1
18.07/18.21	c estimatedAdderCost: 34
18.07/18.21	c Try to convert by bdds
18.07/18.22	c D: 1
18.07/18.22	c estimatedAdderCost: 34
18.07/18.22	c Try to convert by bdds
18.07/18.23	c D: 1
18.07/18.23	c estimatedAdderCost: 34
18.07/18.23	c Try to convert by bdds
18.07/18.24	c D: 1
18.07/18.24	c estimatedAdderCost: 34
18.07/18.24	c Try to convert by bdds
18.07/18.25	c D: 1
18.07/18.25	c estimatedAdderCost: 34
18.07/18.25	c Try to convert by bdds
18.07/18.25	c D: 1
18.07/18.25	c estimatedAdderCost: 34
18.07/18.25	c Try to convert by bdds
18.07/18.26	c D: 1
18.07/18.26	c estimatedAdderCost: 34
18.07/18.26	c Try to convert by bdds
18.07/18.27	c D: 1
18.07/18.27	c estimatedAdderCost: 34
18.07/18.27	c Try to convert by bdds
18.07/18.28	c D: 1
18.07/18.28	c estimatedAdderCost: 34
18.07/18.28	c Try to convert by bdds
18.07/18.29	c D: 1
18.07/18.29	c estimatedAdderCost: 34
18.07/18.29	c Try to convert by bdds
18.17/18.30	c D: 1
18.17/18.30	c estimatedAdderCost: 34
18.17/18.30	c Try to convert by bdds
18.17/18.31	c D: 1
18.17/18.31	c estimatedAdderCost: 34
18.17/18.31	c Try to convert by bdds
18.17/18.32	c D: 1
18.17/18.32	c estimatedAdderCost: 34
18.17/18.32	c Try to convert by bdds
18.17/18.33	c D: 1
18.17/18.33	c estimatedAdderCost: 34
18.17/18.33	c Try to convert by bdds
18.17/18.34	c D: 1
18.17/18.34	c estimatedAdderCost: 34
18.17/18.34	c Try to convert by bdds
18.17/18.35	c D: 1
18.17/18.35	c estimatedAdderCost: 34
18.17/18.35	c Try to convert by bdds
18.17/18.36	c D: 1
18.17/18.36	c estimatedAdderCost: 34
18.17/18.36	c Try to convert by bdds
18.17/18.37	c D: 1
18.17/18.37	c estimatedAdderCost: 34
18.17/18.37	c Try to convert by bdds
18.17/18.38	c D: 1
18.17/18.38	c estimatedAdderCost: 34
18.17/18.38	c Try to convert by bdds
18.17/18.38	c D: 1
18.17/18.38	c estimatedAdderCost: 34
18.17/18.38	c Try to convert by bdds
18.17/18.39	c D: 1
18.17/18.39	c estimatedAdderCost: 26
18.17/18.39	c Try to convert by bdds
18.27/18.40	c D: 1
18.27/18.40	c estimatedAdderCost: 26
18.27/18.40	c Try to convert by bdds
18.27/18.41	c D: 1
18.27/18.41	c estimatedAdderCost: 26
18.27/18.41	c Try to convert by bdds
18.27/18.41	c D: 1
18.27/18.41	c estimatedAdderCost: 26
18.27/18.41	c Try to convert by bdds
18.27/18.42	c D: 1
18.27/18.42	c estimatedAdderCost: 26
18.27/18.42	c Try to convert by bdds
18.27/18.43	c D: 1
18.27/18.43	c estimatedAdderCost: 34
18.27/18.43	c Try to convert by bdds
18.27/18.44	c D: 1
18.27/18.44	c estimatedAdderCost: 34
18.27/18.44	c Try to convert by bdds
18.27/18.45	c D: 1
18.27/18.45	c estimatedAdderCost: 34
18.27/18.45	c Try to convert by bdds
18.27/18.46	c D: 1
18.27/18.46	c estimatedAdderCost: 34
18.27/18.46	c Try to convert by bdds
18.27/18.46	c D: 1
18.27/18.46	c estimatedAdderCost: 34
18.27/18.46	c Try to convert by bdds
18.27/18.47	c D: 1
18.27/18.47	c estimatedAdderCost: 34
18.27/18.47	c Try to convert by bdds
18.27/18.48	c D: 1
18.27/18.48	c estimatedAdderCost: 34
18.27/18.48	c Try to convert by bdds
18.27/18.49	c D: 1
18.27/18.49	c estimatedAdderCost: 34
18.27/18.49	c Try to convert by bdds
18.37/18.50	c D: 1
18.37/18.50	c estimatedAdderCost: 34
18.37/18.50	c Try to convert by bdds
18.37/18.51	c D: 1
18.37/18.51	c estimatedAdderCost: 34
18.37/18.51	c Try to convert by bdds
18.37/18.52	c D: 1
18.37/18.52	c estimatedAdderCost: 34
18.37/18.52	c Try to convert by bdds
18.37/18.53	c D: 1
18.37/18.53	c estimatedAdderCost: 34
18.37/18.53	c Try to convert by bdds
18.37/18.54	c D: 1
18.37/18.54	c estimatedAdderCost: 34
18.37/18.54	c Try to convert by bdds
18.37/18.55	c D: 1
18.37/18.55	c estimatedAdderCost: 34
18.37/18.55	c Try to convert by bdds
18.37/18.56	c D: 1
18.37/18.56	c estimatedAdderCost: 34
18.37/18.56	c Try to convert by bdds
18.37/18.57	c D: 1
18.37/18.57	c estimatedAdderCost: 34
18.37/18.57	c Try to convert by bdds
18.37/18.58	c D: 1
18.37/18.58	c estimatedAdderCost: 34
18.37/18.58	c Try to convert by bdds
18.37/18.59	c D: 1
18.37/18.59	c estimatedAdderCost: 34
18.37/18.59	c Try to convert by bdds
18.46/18.60	c D: 1
18.46/18.60	c estimatedAdderCost: 34
18.46/18.60	c Try to convert by bdds
18.46/18.61	c D: 1
18.46/18.61	c estimatedAdderCost: 34
18.46/18.61	c Try to convert by bdds
18.46/18.62	c D: 1
18.46/18.62	c estimatedAdderCost: 34
18.46/18.62	c Try to convert by bdds
18.46/18.63	c D: 1
18.46/18.63	c estimatedAdderCost: 34
18.46/18.63	c Try to convert by bdds
18.46/18.64	c D: 1
18.46/18.64	c estimatedAdderCost: 34
18.46/18.64	c Try to convert by bdds
18.46/18.65	c D: 1
18.46/18.65	c estimatedAdderCost: 34
18.46/18.65	c Try to convert by bdds
18.46/18.66	c D: 1
18.46/18.66	c estimatedAdderCost: 34
18.46/18.66	c Try to convert by bdds
18.46/18.67	c D: 1
18.46/18.67	c estimatedAdderCost: 34
18.46/18.67	c Try to convert by bdds
18.46/18.68	c D: 1
18.46/18.68	c estimatedAdderCost: 34
18.46/18.68	c Try to convert by bdds
18.46/18.68	c D: 1
18.46/18.68	c estimatedAdderCost: 34
18.46/18.68	c Try to convert by bdds
18.46/18.69	c D: 1
18.46/18.69	c estimatedAdderCost: 34
18.46/18.69	c Try to convert by bdds
18.56/18.70	c D: 1
18.56/18.70	c estimatedAdderCost: 34
18.56/18.70	c Try to convert by bdds
18.56/18.71	c D: 1
18.56/18.71	c estimatedAdderCost: 34
18.56/18.71	c Try to convert by bdds
18.56/18.72	c D: 1
18.56/18.72	c estimatedAdderCost: 34
18.56/18.72	c Try to convert by bdds
18.56/18.73	c D: 1
18.56/18.73	c estimatedAdderCost: 34
18.56/18.73	c Try to convert by bdds
18.56/18.74	c D: 1
18.56/18.74	c estimatedAdderCost: 34
18.56/18.74	c Try to convert by bdds
18.56/18.75	c D: 1
18.56/18.75	c estimatedAdderCost: 34
18.56/18.75	c Try to convert by bdds
18.56/18.76	c D: 1
18.56/18.76	c estimatedAdderCost: 34
18.56/18.76	c Try to convert by bdds
18.56/18.77	c D: 1
18.56/18.77	c estimatedAdderCost: 34
18.56/18.77	c Try to convert by bdds
18.56/18.78	c D: 1
18.56/18.78	c estimatedAdderCost: 34
18.56/18.78	c Try to convert by bdds
18.56/18.78	c D: 1
18.56/18.78	c estimatedAdderCost: 34
18.56/18.78	c Try to convert by bdds
18.56/18.79	c D: 1
18.56/18.79	c estimatedAdderCost: 34
18.56/18.79	c Try to convert by bdds
18.66/18.80	c D: 1
18.66/18.80	c estimatedAdderCost: 26
18.66/18.80	c Try to convert by bdds
18.66/18.81	c D: 1
18.66/18.81	c estimatedAdderCost: 26
18.66/18.81	c Try to convert by bdds
18.66/18.82	c D: 1
18.66/18.82	c estimatedAdderCost: 26
18.66/18.82	c Try to convert by bdds
18.66/18.82	c D: 1
18.66/18.82	c estimatedAdderCost: 26
18.66/18.82	c Try to convert by bdds
18.66/18.83	c D: 1
18.66/18.83	c estimatedAdderCost: 26
18.66/18.83	c Try to convert by bdds
18.66/18.84	c D: 1
18.66/18.84	c estimatedAdderCost: 26
18.66/18.84	c Try to convert by bdds
18.66/18.84	c D: 1
18.66/18.84	c estimatedAdderCost: 34
18.66/18.84	c Try to convert by bdds
18.66/18.85	c D: 1
18.66/18.85	c estimatedAdderCost: 34
18.66/18.85	c Try to convert by bdds
18.66/18.86	c D: 1
18.66/18.86	c estimatedAdderCost: 34
18.66/18.86	c Try to convert by bdds
18.66/18.87	c D: 1
18.66/18.87	c estimatedAdderCost: 34
18.66/18.87	c Try to convert by bdds
18.66/18.88	c D: 1
18.66/18.88	c estimatedAdderCost: 34
18.66/18.88	c Try to convert by bdds
18.66/18.89	c D: 1
18.66/18.89	c estimatedAdderCost: 34
18.66/18.89	c Try to convert by bdds
18.76/18.90	c D: 1
18.76/18.90	c estimatedAdderCost: 34
18.76/18.90	c Try to convert by bdds
18.76/18.91	c D: 1
18.76/18.91	c estimatedAdderCost: 34
18.76/18.91	c Try to convert by bdds
18.76/18.92	c D: 1
18.76/18.92	c estimatedAdderCost: 34
18.76/18.92	c Try to convert by bdds
18.76/18.93	c D: 1
18.76/18.93	c estimatedAdderCost: 34
18.76/18.93	c Try to convert by bdds
18.76/18.94	c D: 1
18.76/18.94	c estimatedAdderCost: 34
18.76/18.94	c Try to convert by bdds
18.76/18.95	c D: 1
18.76/18.95	c estimatedAdderCost: 34
18.76/18.95	c Try to convert by bdds
18.76/18.96	c D: 1
18.76/18.96	c estimatedAdderCost: 34
18.76/18.96	c Try to convert by bdds
18.76/18.97	c D: 1
18.76/18.97	c estimatedAdderCost: 34
18.76/18.97	c Try to convert by bdds
18.76/18.98	c D: 1
18.76/18.98	c estimatedAdderCost: 34
18.76/18.98	c Try to convert by bdds
18.76/18.99	c D: 1
18.76/18.99	c estimatedAdderCost: 34
18.76/18.99	c Try to convert by bdds
18.76/19.00	c D: 1
18.76/19.00	c estimatedAdderCost: 34
18.76/19.00	c Try to convert by bdds
18.76/19.01	c D: 1
18.76/19.01	c estimatedAdderCost: 34
18.76/19.01	c Try to convert by bdds
18.88/19.02	c D: 1
18.88/19.02	c estimatedAdderCost: 34
18.88/19.02	c Try to convert by bdds
18.88/19.02	c D: 1
18.88/19.02	c estimatedAdderCost: 34
18.88/19.02	c Try to convert by bdds
18.88/19.03	c D: 1
18.88/19.03	c estimatedAdderCost: 34
18.88/19.03	c Try to convert by bdds
18.88/19.04	c D: 1
18.88/19.04	c estimatedAdderCost: 34
18.88/19.04	c Try to convert by bdds
18.88/19.05	c D: 1
18.88/19.05	c estimatedAdderCost: 34
18.88/19.05	c Try to convert by bdds
18.88/19.06	c D: 1
18.88/19.06	c estimatedAdderCost: 34
18.88/19.06	c Try to convert by bdds
18.88/19.07	c D: 1
18.88/19.07	c estimatedAdderCost: 34
18.88/19.07	c Try to convert by bdds
18.88/19.08	c D: 1
18.88/19.08	c estimatedAdderCost: 34
18.88/19.08	c Try to convert by bdds
18.88/19.09	c D: 1
18.88/19.09	c estimatedAdderCost: 34
18.88/19.09	c Try to convert by bdds
18.88/19.10	c D: 1
18.88/19.10	c estimatedAdderCost: 34
18.88/19.10	c Try to convert by bdds
18.98/19.11	c D: 1
18.98/19.11	c estimatedAdderCost: 34
18.98/19.11	c Try to convert by bdds
18.98/19.12	c D: 1
18.98/19.12	c estimatedAdderCost: 34
18.98/19.12	c Try to convert by bdds
18.98/19.13	c D: 1
18.98/19.13	c estimatedAdderCost: 34
18.98/19.13	c Try to convert by bdds
18.98/19.14	c D: 1
18.98/19.14	c estimatedAdderCost: 34
18.98/19.14	c Try to convert by bdds
18.98/19.15	c D: 1
18.98/19.15	c estimatedAdderCost: 34
18.98/19.15	c Try to convert by bdds
18.98/19.16	c D: 1
18.98/19.16	c estimatedAdderCost: 34
18.98/19.16	c Try to convert by bdds
18.98/19.17	c D: 1
18.98/19.17	c estimatedAdderCost: 34
18.98/19.17	c Try to convert by bdds
18.98/19.17	c D: 1
18.98/19.17	c estimatedAdderCost: 34
18.98/19.17	c Try to convert by bdds
18.98/19.18	c D: 1
18.98/19.18	c estimatedAdderCost: 34
18.98/19.18	c Try to convert by bdds
18.98/19.19	c D: 1
18.98/19.19	c estimatedAdderCost: 34
18.98/19.19	c Try to convert by bdds
19.06/19.20	c D: 1
19.06/19.20	c estimatedAdderCost: 34
19.06/19.20	c Try to convert by bdds
19.06/19.21	c D: 1
19.06/19.21	c estimatedAdderCost: 34
19.06/19.21	c Try to convert by bdds
19.06/19.22	c D: 1
19.06/19.22	c estimatedAdderCost: 34
19.06/19.22	c Try to convert by bdds
19.06/19.23	c D: 1
19.06/19.23	c estimatedAdderCost: 34
19.06/19.23	c Try to convert by bdds
19.06/19.24	c D: 1
19.06/19.24	c estimatedAdderCost: 34
19.06/19.24	c Try to convert by bdds
19.06/19.25	c D: 1
19.06/19.25	c estimatedAdderCost: 34
19.06/19.25	c Try to convert by bdds
19.06/19.26	c D: 1
19.06/19.26	c estimatedAdderCost: 34
19.06/19.26	c Try to convert by bdds
19.06/19.27	c D: 1
19.06/19.27	c estimatedAdderCost: 26
19.06/19.27	c Try to convert by bdds
19.06/19.27	c D: 1
19.06/19.27	c estimatedAdderCost: 26
19.06/19.27	c Try to convert by bdds
19.06/19.28	c D: 1
19.06/19.28	c estimatedAdderCost: 26
19.06/19.28	c Try to convert by bdds
19.06/19.29	c D: 1
19.06/19.29	c estimatedAdderCost: 26
19.06/19.29	c Try to convert by bdds
19.06/19.29	c D: 1
19.06/19.29	c estimatedAdderCost: 26
19.06/19.29	c Try to convert by bdds
19.16/19.30	c D: 1
19.16/19.30	c estimatedAdderCost: 26
19.16/19.30	c Try to convert by bdds
19.16/19.31	c D: 1
19.16/19.31	c estimatedAdderCost: 26
19.16/19.31	c Try to convert by bdds
19.16/19.31	c D: 1
19.16/19.31	c estimatedAdderCost: 34
19.16/19.31	c Try to convert by bdds
19.16/19.32	c D: 1
19.16/19.32	c estimatedAdderCost: 34
19.16/19.32	c Try to convert by bdds
19.16/19.33	c D: 1
19.16/19.33	c estimatedAdderCost: 34
19.16/19.33	c Try to convert by bdds
19.16/19.34	c D: 1
19.16/19.34	c estimatedAdderCost: 34
19.16/19.34	c Try to convert by bdds
19.16/19.35	c D: 1
19.16/19.35	c estimatedAdderCost: 34
19.16/19.35	c Try to convert by bdds
19.16/19.36	c D: 1
19.16/19.36	c estimatedAdderCost: 34
19.16/19.36	c Try to convert by bdds
19.16/19.37	c D: 1
19.16/19.37	c estimatedAdderCost: 34
19.16/19.37	c Try to convert by bdds
19.16/19.38	c D: 1
19.16/19.38	c estimatedAdderCost: 34
19.16/19.38	c Try to convert by bdds
19.16/19.39	c D: 1
19.16/19.39	c estimatedAdderCost: 34
19.16/19.39	c Try to convert by bdds
19.26/19.40	c D: 1
19.26/19.40	c estimatedAdderCost: 34
19.26/19.40	c Try to convert by bdds
19.26/19.41	c D: 1
19.26/19.41	c estimatedAdderCost: 34
19.26/19.41	c Try to convert by bdds
19.26/19.42	c D: 1
19.26/19.42	c estimatedAdderCost: 34
19.26/19.42	c Try to convert by bdds
19.26/19.43	c D: 1
19.26/19.43	c estimatedAdderCost: 34
19.26/19.43	c Try to convert by bdds
19.26/19.44	c D: 1
19.26/19.44	c estimatedAdderCost: 34
19.26/19.44	c Try to convert by bdds
19.26/19.45	c D: 1
19.26/19.45	c estimatedAdderCost: 34
19.26/19.45	c Try to convert by bdds
19.26/19.46	c D: 1
19.26/19.46	c estimatedAdderCost: 34
19.26/19.46	c Try to convert by bdds
19.26/19.47	c D: 1
19.26/19.47	c estimatedAdderCost: 34
19.26/19.47	c Try to convert by bdds
19.26/19.48	c D: 1
19.26/19.48	c estimatedAdderCost: 34
19.26/19.48	c Try to convert by bdds
19.26/19.49	c D: 1
19.26/19.49	c estimatedAdderCost: 34
19.26/19.49	c Try to convert by bdds
19.36/19.50	c D: 1
19.36/19.50	c estimatedAdderCost: 34
19.36/19.50	c Try to convert by bdds
19.36/19.51	c D: 1
19.36/19.51	c estimatedAdderCost: 34
19.36/19.51	c Try to convert by bdds
19.36/19.52	c D: 1
19.36/19.52	c estimatedAdderCost: 34
19.36/19.52	c Try to convert by bdds
19.36/19.53	c D: 1
19.36/19.53	c estimatedAdderCost: 34
19.36/19.53	c Try to convert by bdds
19.36/19.54	c D: 1
19.36/19.54	c estimatedAdderCost: 34
19.36/19.54	c Try to convert by bdds
19.36/19.54	c D: 1
19.36/19.54	c estimatedAdderCost: 34
19.36/19.54	c Try to convert by bdds
19.36/19.55	c D: 1
19.36/19.55	c estimatedAdderCost: 34
19.36/19.55	c Try to convert by bdds
19.36/19.56	c D: 1
19.36/19.56	c estimatedAdderCost: 34
19.36/19.56	c Try to convert by bdds
19.36/19.57	c D: 1
19.36/19.57	c estimatedAdderCost: 34
19.36/19.57	c Try to convert by bdds
19.36/19.58	c D: 1
19.36/19.58	c estimatedAdderCost: 34
19.36/19.58	c Try to convert by bdds
19.36/19.59	c D: 1
19.36/19.59	c estimatedAdderCost: 34
19.36/19.59	c Try to convert by bdds
19.47/19.60	c D: 1
19.47/19.60	c estimatedAdderCost: 34
19.47/19.60	c Try to convert by bdds
19.47/19.61	c D: 1
19.47/19.61	c estimatedAdderCost: 34
19.47/19.61	c Try to convert by bdds
19.47/19.62	c D: 1
19.47/19.62	c estimatedAdderCost: 34
19.47/19.62	c Try to convert by bdds
19.47/19.63	c D: 1
19.47/19.63	c estimatedAdderCost: 34
19.47/19.63	c Try to convert by bdds
19.47/19.64	c D: 1
19.47/19.64	c estimatedAdderCost: 34
19.47/19.64	c Try to convert by bdds
19.47/19.65	c D: 1
19.47/19.65	c estimatedAdderCost: 34
19.47/19.65	c Try to convert by bdds
19.47/19.66	c D: 1
19.47/19.66	c estimatedAdderCost: 34
19.47/19.66	c Try to convert by bdds
19.47/19.66	c D: 1
19.47/19.66	c estimatedAdderCost: 34
19.47/19.66	c Try to convert by bdds
19.47/19.67	c D: 1
19.47/19.67	c estimatedAdderCost: 34
19.47/19.67	c Try to convert by bdds
19.47/19.68	c D: 1
19.47/19.68	c estimatedAdderCost: 34
19.47/19.68	c Try to convert by bdds
19.47/19.69	c D: 1
19.47/19.69	c estimatedAdderCost: 34
19.47/19.69	c Try to convert by bdds
19.57/19.70	c D: 1
19.57/19.70	c estimatedAdderCost: 34
19.57/19.70	c Try to convert by bdds
19.57/19.71	c D: 1
19.57/19.71	c estimatedAdderCost: 34
19.57/19.71	c Try to convert by bdds
19.57/19.72	c D: 1
19.57/19.72	c estimatedAdderCost: 34
19.57/19.72	c Try to convert by bdds
19.57/19.73	c D: 1
19.57/19.73	c estimatedAdderCost: 34
19.57/19.73	c Try to convert by bdds
19.57/19.74	c D: 1
19.57/19.74	c estimatedAdderCost: 34
19.57/19.74	c Try to convert by bdds
19.57/19.75	c D: 1
19.57/19.75	c estimatedAdderCost: 34
19.57/19.75	c Try to convert by bdds
19.57/19.76	c D: 1
19.57/19.76	c estimatedAdderCost: 34
19.57/19.76	c Try to convert by bdds
19.57/19.76	c D: 1
19.57/19.76	c estimatedAdderCost: 34
19.57/19.76	c Try to convert by bdds
19.57/19.77	c D: 1
19.57/19.77	c estimatedAdderCost: 26
19.57/19.77	c Try to convert by bdds
19.57/19.78	c D: 1
19.57/19.78	c estimatedAdderCost: 26
19.57/19.78	c Try to convert by bdds
19.57/19.79	c D: 1
19.57/19.79	c estimatedAdderCost: 26
19.57/19.79	c Try to convert by bdds
19.57/19.79	c D: 1
19.57/19.79	c estimatedAdderCost: 26
19.57/19.79	c Try to convert by bdds
19.67/19.80	c D: 1
19.67/19.80	c estimatedAdderCost: 26
19.67/19.80	c Try to convert by bdds
19.67/19.81	c D: 1
19.67/19.81	c estimatedAdderCost: 26
19.67/19.81	c Try to convert by bdds
19.67/19.81	c D: 1
19.67/19.81	c estimatedAdderCost: 26
19.67/19.81	c Try to convert by bdds
19.67/19.82	c D: 1
19.67/19.82	c estimatedAdderCost: 26
19.67/19.82	c Try to convert by bdds
19.67/19.83	c D: 1
19.67/19.83	c estimatedAdderCost: 34
19.67/19.83	c Try to convert by bdds
19.67/19.84	c D: 1
19.67/19.84	c estimatedAdderCost: 34
19.67/19.84	c Try to convert by bdds
19.67/19.85	c D: 1
19.67/19.85	c estimatedAdderCost: 34
19.67/19.85	c Try to convert by bdds
19.67/19.86	c D: 1
19.67/19.86	c estimatedAdderCost: 34
19.67/19.86	c Try to convert by bdds
19.67/19.87	c D: 1
19.67/19.87	c estimatedAdderCost: 34
19.67/19.87	c Try to convert by bdds
19.67/19.88	c D: 1
19.67/19.88	c estimatedAdderCost: 34
19.67/19.88	c Try to convert by bdds
19.67/19.89	c D: 1
19.67/19.89	c estimatedAdderCost: 34
19.67/19.89	c Try to convert by bdds
19.77/19.90	c D: 1
19.77/19.90	c estimatedAdderCost: 34
19.77/19.90	c Try to convert by bdds
19.77/19.91	c D: 1
19.77/19.91	c estimatedAdderCost: 34
19.77/19.91	c Try to convert by bdds
19.77/19.92	c D: 1
19.77/19.92	c estimatedAdderCost: 34
19.77/19.92	c Try to convert by bdds
19.77/19.92	c D: 1
19.77/19.92	c estimatedAdderCost: 34
19.77/19.92	c Try to convert by bdds
19.77/19.93	c D: 1
19.77/19.93	c estimatedAdderCost: 34
19.77/19.93	c Try to convert by bdds
19.77/19.94	c D: 1
19.77/19.94	c estimatedAdderCost: 34
19.77/19.94	c Try to convert by bdds
19.77/19.95	c D: 1
19.77/19.95	c estimatedAdderCost: 34
19.77/19.95	c Try to convert by bdds
19.77/19.96	c D: 1
19.77/19.96	c estimatedAdderCost: 34
19.77/19.96	c Try to convert by bdds
19.77/19.97	c D: 1
19.77/19.97	c estimatedAdderCost: 34
19.77/19.97	c Try to convert by bdds
19.77/19.98	c D: 1
19.77/19.98	c estimatedAdderCost: 34
19.77/19.98	c Try to convert by bdds
19.77/19.99	c D: 1
19.77/19.99	c estimatedAdderCost: 34
19.77/19.99	c Try to convert by bdds
19.77/20.00	c D: 1
19.77/20.00	c estimatedAdderCost: 34
19.77/20.00	c Try to convert by bdds
19.88/20.01	c D: 1
19.88/20.01	c estimatedAdderCost: 34
19.88/20.01	c Try to convert by bdds
19.88/20.02	c D: 1
19.88/20.02	c estimatedAdderCost: 34
19.88/20.02	c Try to convert by bdds
19.88/20.03	c D: 1
19.88/20.03	c estimatedAdderCost: 34
19.88/20.03	c Try to convert by bdds
19.88/20.04	c D: 1
19.88/20.04	c estimatedAdderCost: 34
19.88/20.04	c Try to convert by bdds
19.88/20.05	c D: 1
19.88/20.05	c estimatedAdderCost: 34
19.88/20.05	c Try to convert by bdds
19.88/20.06	c D: 1
19.88/20.06	c estimatedAdderCost: 34
19.88/20.06	c Try to convert by bdds
19.88/20.07	c D: 1
19.88/20.07	c estimatedAdderCost: 34
19.88/20.07	c Try to convert by bdds
19.88/20.08	c D: 1
19.88/20.08	c estimatedAdderCost: 34
19.88/20.08	c Try to convert by bdds
19.88/20.08	c D: 1
19.88/20.08	c estimatedAdderCost: 34
19.88/20.08	c Try to convert by bdds
19.88/20.09	c D: 1
19.88/20.09	c estimatedAdderCost: 34
19.88/20.09	c Try to convert by bdds
19.88/20.10	c D: 1
19.88/20.10	c estimatedAdderCost: 34
19.88/20.10	c Try to convert by bdds
19.98/20.11	c D: 1
19.98/20.11	c estimatedAdderCost: 34
19.98/20.11	c Try to convert by bdds
19.98/20.12	c D: 1
19.98/20.12	c estimatedAdderCost: 34
19.98/20.12	c Try to convert by bdds
19.98/20.13	c D: 1
19.98/20.13	c estimatedAdderCost: 34
19.98/20.13	c Try to convert by bdds
19.98/20.14	c D: 1
19.98/20.14	c estimatedAdderCost: 34
19.98/20.14	c Try to convert by bdds
19.98/20.15	c D: 1
19.98/20.15	c estimatedAdderCost: 34
19.98/20.15	c Try to convert by bdds
19.98/20.16	c D: 1
19.98/20.16	c estimatedAdderCost: 34
19.98/20.16	c Try to convert by bdds
19.98/20.17	c D: 1
19.98/20.17	c estimatedAdderCost: 34
19.98/20.17	c Try to convert by bdds
19.98/20.18	c D: 1
19.98/20.18	c estimatedAdderCost: 34
19.98/20.18	c Try to convert by bdds
19.98/20.19	c D: 1
19.98/20.19	c estimatedAdderCost: 34
19.98/20.19	c Try to convert by bdds
20.07/20.20	c D: 1
20.07/20.20	c estimatedAdderCost: 34
20.07/20.20	c Try to convert by bdds
20.07/20.20	c D: 1
20.07/20.20	c estimatedAdderCost: 34
20.07/20.20	c Try to convert by bdds
20.07/20.21	c D: 1
20.07/20.21	c estimatedAdderCost: 34
20.07/20.21	c Try to convert by bdds
20.07/20.22	c D: 1
20.07/20.22	c estimatedAdderCost: 34
20.07/20.22	c Try to convert by bdds
20.07/20.23	c D: 1
20.07/20.23	c estimatedAdderCost: 34
20.07/20.23	c Try to convert by bdds
20.07/20.24	c D: 1
20.07/20.24	c estimatedAdderCost: 34
20.07/20.24	c Try to convert by bdds
20.07/20.25	c D: 1
20.07/20.25	c estimatedAdderCost: 34
20.07/20.25	c Try to convert by bdds
20.07/20.26	c D: 1
20.07/20.26	c estimatedAdderCost: 34
20.07/20.26	c Try to convert by bdds
20.07/20.27	c D: 1
20.07/20.27	c estimatedAdderCost: 34
20.07/20.27	c Try to convert by bdds
20.07/20.28	c D: 1
20.07/20.28	c estimatedAdderCost: 34
20.07/20.28	c Try to convert by bdds
20.07/20.29	c D: 1
20.07/20.29	c estimatedAdderCost: 34
20.07/20.29	c Try to convert by bdds
20.17/20.30	c D: 1
20.17/20.30	c estimatedAdderCost: 34
20.17/20.30	c Try to convert by bdds
20.17/20.31	c D: 1
20.17/20.31	c estimatedAdderCost: 34
20.17/20.31	c Try to convert by bdds
20.17/20.31	c D: 1
20.17/20.31	c estimatedAdderCost: 26
20.17/20.31	c Try to convert by bdds
20.17/20.32	c D: 1
20.17/20.32	c estimatedAdderCost: 26
20.17/20.32	c Try to convert by bdds
20.17/20.33	c D: 1
20.17/20.33	c estimatedAdderCost: 26
20.17/20.33	c Try to convert by bdds
20.17/20.33	c D: 1
20.17/20.33	c estimatedAdderCost: 26
20.17/20.33	c Try to convert by bdds
20.17/20.34	c D: 1
20.17/20.34	c estimatedAdderCost: 26
20.17/20.34	c Try to convert by bdds
20.17/20.35	c D: 1
20.17/20.35	c estimatedAdderCost: 26
20.17/20.35	c Try to convert by bdds
20.17/20.36	c D: 1
20.17/20.36	c estimatedAdderCost: 26
20.17/20.36	c Try to convert by bdds
20.17/20.36	c D: 1
20.17/20.36	c estimatedAdderCost: 26
20.17/20.36	c Try to convert by bdds
20.17/20.37	c D: 1
20.17/20.37	c estimatedAdderCost: 26
20.17/20.37	c Try to convert by bdds
20.17/20.38	c D: 1
20.17/20.38	c estimatedAdderCost: 34
20.17/20.38	c Try to convert by bdds
20.17/20.39	c D: 1
20.17/20.39	c estimatedAdderCost: 34
20.17/20.39	c Try to convert by bdds
20.17/20.39	c D: 1
20.17/20.39	c estimatedAdderCost: 34
20.17/20.39	c Try to convert by bdds
20.27/20.40	c D: 1
20.27/20.40	c estimatedAdderCost: 34
20.27/20.40	c Try to convert by bdds
20.27/20.41	c D: 1
20.27/20.41	c estimatedAdderCost: 34
20.27/20.41	c Try to convert by bdds
20.27/20.42	c D: 1
20.27/20.42	c estimatedAdderCost: 34
20.27/20.42	c Try to convert by bdds
20.27/20.43	c D: 1
20.27/20.43	c estimatedAdderCost: 34
20.27/20.43	c Try to convert by bdds
20.27/20.44	c D: 1
20.27/20.44	c estimatedAdderCost: 34
20.27/20.44	c Try to convert by bdds
20.27/20.45	c D: 1
20.27/20.45	c estimatedAdderCost: 34
20.27/20.45	c Try to convert by bdds
20.27/20.46	c D: 1
20.27/20.46	c estimatedAdderCost: 34
20.27/20.46	c Try to convert by bdds
20.27/20.47	c D: 1
20.27/20.47	c estimatedAdderCost: 34
20.27/20.47	c Try to convert by bdds
20.27/20.48	c D: 1
20.27/20.48	c estimatedAdderCost: 34
20.27/20.48	c Try to convert by bdds
20.27/20.49	c D: 1
20.27/20.49	c estimatedAdderCost: 34
20.27/20.49	c Try to convert by bdds
20.36/20.50	c D: 1
20.36/20.50	c estimatedAdderCost: 34
20.36/20.50	c Try to convert by bdds
20.36/20.51	c D: 1
20.36/20.51	c estimatedAdderCost: 34
20.36/20.51	c Try to convert by bdds
20.36/20.52	c D: 1
20.36/20.52	c estimatedAdderCost: 34
20.36/20.52	c Try to convert by bdds
20.36/20.53	c D: 1
20.36/20.53	c estimatedAdderCost: 34
20.36/20.53	c Try to convert by bdds
20.36/20.54	c D: 1
20.36/20.54	c estimatedAdderCost: 34
20.36/20.54	c Try to convert by bdds
20.36/20.55	c D: 1
20.36/20.55	c estimatedAdderCost: 34
20.36/20.55	c Try to convert by bdds
20.36/20.55	c D: 1
20.36/20.55	c estimatedAdderCost: 34
20.36/20.55	c Try to convert by bdds
20.36/20.56	c D: 1
20.36/20.56	c estimatedAdderCost: 34
20.36/20.56	c Try to convert by bdds
20.36/20.57	c D: 1
20.36/20.57	c estimatedAdderCost: 34
20.36/20.57	c Try to convert by bdds
20.36/20.58	c D: 1
20.36/20.58	c estimatedAdderCost: 34
20.36/20.58	c Try to convert by bdds
20.36/20.59	c D: 1
20.36/20.59	c estimatedAdderCost: 34
20.36/20.59	c Try to convert by bdds
20.46/20.60	c D: 1
20.46/20.60	c estimatedAdderCost: 34
20.46/20.60	c Try to convert by bdds
20.46/20.61	c D: 1
20.46/20.61	c estimatedAdderCost: 34
20.46/20.61	c Try to convert by bdds
20.46/20.62	c D: 1
20.46/20.62	c estimatedAdderCost: 34
20.46/20.62	c Try to convert by bdds
20.46/20.63	c D: 1
20.46/20.63	c estimatedAdderCost: 34
20.46/20.63	c Try to convert by bdds
20.46/20.64	c D: 1
20.46/20.64	c estimatedAdderCost: 34
20.46/20.64	c Try to convert by bdds
20.46/20.65	c D: 1
20.46/20.65	c estimatedAdderCost: 34
20.46/20.65	c Try to convert by bdds
20.46/20.66	c D: 1
20.46/20.66	c estimatedAdderCost: 34
20.46/20.66	c Try to convert by bdds
20.46/20.67	c D: 1
20.46/20.67	c estimatedAdderCost: 34
20.46/20.67	c Try to convert by bdds
20.46/20.67	c D: 1
20.46/20.67	c estimatedAdderCost: 34
20.46/20.67	c Try to convert by bdds
20.46/20.68	c D: 1
20.46/20.68	c estimatedAdderCost: 34
20.46/20.68	c Try to convert by bdds
20.46/20.69	c D: 1
20.46/20.69	c estimatedAdderCost: 34
20.46/20.69	c Try to convert by bdds
20.56/20.70	c D: 1
20.56/20.70	c estimatedAdderCost: 34
20.56/20.70	c Try to convert by bdds
20.56/20.71	c D: 1
20.56/20.71	c estimatedAdderCost: 34
20.56/20.71	c Try to convert by bdds
20.56/20.72	c D: 1
20.56/20.72	c estimatedAdderCost: 34
20.56/20.72	c Try to convert by bdds
20.56/20.73	c D: 1
20.56/20.73	c estimatedAdderCost: 34
20.56/20.73	c Try to convert by bdds
20.56/20.74	c D: 1
20.56/20.74	c estimatedAdderCost: 34
20.56/20.74	c Try to convert by bdds
20.56/20.75	c D: 1
20.56/20.75	c estimatedAdderCost: 34
20.56/20.75	c Try to convert by bdds
20.56/20.76	c D: 1
20.56/20.76	c estimatedAdderCost: 34
20.56/20.76	c Try to convert by bdds
20.56/20.77	c D: 1
20.56/20.77	c estimatedAdderCost: 34
20.56/20.77	c Try to convert by bdds
20.56/20.78	c D: 1
20.56/20.78	c estimatedAdderCost: 34
20.56/20.78	c Try to convert by bdds
20.56/20.78	c D: 1
20.56/20.78	c estimatedAdderCost: 34
20.56/20.78	c Try to convert by bdds
20.56/20.79	c D: 1
20.56/20.79	c estimatedAdderCost: 34
20.56/20.79	c Try to convert by bdds
20.66/20.80	c D: 1
20.66/20.80	c estimatedAdderCost: 34
20.66/20.80	c Try to convert by bdds
20.66/20.81	c D: 1
20.66/20.81	c estimatedAdderCost: 34
20.66/20.81	c Try to convert by bdds
20.66/20.82	c D: 1
20.66/20.82	c estimatedAdderCost: 34
20.66/20.82	c Try to convert by bdds
20.66/20.83	c D: 1
20.66/20.83	c estimatedAdderCost: 34
20.66/20.83	c Try to convert by bdds
20.66/20.84	c D: 1
20.66/20.84	c estimatedAdderCost: 34
20.66/20.84	c Try to convert by bdds
20.66/20.85	c D: 1
20.66/20.85	c estimatedAdderCost: 34
20.66/20.85	c Try to convert by bdds
20.66/20.86	c D: 1
20.66/20.86	c estimatedAdderCost: 34
20.66/20.86	c Try to convert by bdds
20.66/20.87	c D: 1
20.66/20.87	c estimatedAdderCost: 34
20.66/20.87	c Try to convert by bdds
20.66/20.88	c D: 1
20.66/20.88	c estimatedAdderCost: 26
20.66/20.88	c Try to convert by bdds
20.66/20.88	c D: 1
20.66/20.88	c estimatedAdderCost: 26
20.66/20.88	c Try to convert by bdds
20.66/20.89	c D: 1
20.66/20.89	c estimatedAdderCost: 26
20.66/20.89	c Try to convert by bdds
20.76/20.90	c D: 1
20.76/20.90	c estimatedAdderCost: 26
20.76/20.90	c Try to convert by bdds
20.76/20.90	c D: 1
20.76/20.90	c estimatedAdderCost: 26
20.76/20.90	c Try to convert by bdds
20.76/20.91	c D: 1
20.76/20.91	c estimatedAdderCost: 26
20.76/20.91	c Try to convert by bdds
20.76/20.92	c D: 1
20.76/20.92	c estimatedAdderCost: 26
20.76/20.92	c Try to convert by bdds
20.76/20.92	c D: 1
20.76/20.92	c estimatedAdderCost: 26
20.76/20.92	c Try to convert by bdds
20.76/20.93	c D: 1
20.76/20.93	c estimatedAdderCost: 26
20.76/20.93	c Try to convert by bdds
20.76/20.94	c D: 1
20.76/20.94	c estimatedAdderCost: 26
20.76/20.94	c Try to convert by bdds
20.76/20.94	c D: 1
20.76/20.94	c estimatedAdderCost: 18
20.76/20.94	c Try to convert by bdds
20.76/20.95	c D: 1
20.76/20.95	c estimatedAdderCost: 26
20.76/20.95	c Try to convert by bdds
20.76/20.95	c D: 1
20.76/20.95	c estimatedAdderCost: 26
20.76/20.95	c Try to convert by bdds
20.76/20.96	c D: 1
20.76/20.96	c estimatedAdderCost: 26
20.76/20.96	c Try to convert by bdds
20.76/20.96	c D: 1
20.76/20.96	c estimatedAdderCost: 26
20.76/20.96	c Try to convert by bdds
20.76/20.97	c D: 1
20.76/20.97	c estimatedAdderCost: 26
20.76/20.97	c Try to convert by bdds
20.76/20.97	c D: 1
20.76/20.97	c estimatedAdderCost: 26
20.76/20.97	c Try to convert by bdds
20.76/20.98	c D: 1
20.76/20.98	c estimatedAdderCost: 26
20.76/20.98	c Try to convert by bdds
20.76/20.99	c D: 1
20.76/20.99	c estimatedAdderCost: 26
20.76/20.99	c Try to convert by bdds
20.76/20.99	c D: 1
20.76/20.99	c estimatedAdderCost: 26
20.76/20.99	c Try to convert by bdds
20.76/21.00	c D: 1
20.76/21.00	c estimatedAdderCost: 26
20.76/21.00	c Try to convert by bdds
20.76/21.00	c D: 1
20.76/21.00	c estimatedAdderCost: 26
20.76/21.00	c Try to convert by bdds
20.76/21.01	c D: 1
20.76/21.01	c estimatedAdderCost: 18
20.76/21.01	c Try to convert by bdds
20.88/21.01	c D: 1
20.88/21.01	c estimatedAdderCost: 18
20.88/21.01	c Try to convert by bdds
20.88/21.01	c D: 1
20.88/21.01	c estimatedAdderCost: 26
20.88/21.01	c Try to convert by bdds
20.88/21.02	c D: 1
20.88/21.02	c estimatedAdderCost: 26
20.88/21.02	c Try to convert by bdds
20.88/21.02	c D: 1
20.88/21.02	c estimatedAdderCost: 26
20.88/21.02	c Try to convert by bdds
20.88/21.03	c D: 1
20.88/21.03	c estimatedAdderCost: 26
20.88/21.03	c Try to convert by bdds
20.88/21.04	c D: 1
20.88/21.04	c estimatedAdderCost: 26
20.88/21.04	c Try to convert by bdds
20.88/21.04	c D: 1
20.88/21.04	c estimatedAdderCost: 26
20.88/21.04	c Try to convert by bdds
20.88/21.05	c D: 1
20.88/21.05	c estimatedAdderCost: 26
20.88/21.05	c Try to convert by bdds
20.88/21.05	c D: 1
20.88/21.05	c estimatedAdderCost: 26
20.88/21.05	c Try to convert by bdds
20.88/21.06	c D: 1
20.88/21.06	c estimatedAdderCost: 26
20.88/21.06	c Try to convert by bdds
20.88/21.06	c D: 1
20.88/21.06	c estimatedAdderCost: 26
20.88/21.06	c Try to convert by bdds
20.88/21.07	c D: 1
20.88/21.07	c estimatedAdderCost: 26
20.88/21.07	c Try to convert by bdds
20.88/21.07	c D: 1
20.88/21.07	c estimatedAdderCost: 26
20.88/21.07	c Try to convert by bdds
20.88/21.08	c D: 1
20.88/21.08	c estimatedAdderCost: 26
20.88/21.08	c Try to convert by bdds
20.88/21.09	c D: 1
20.88/21.09	c estimatedAdderCost: 26
20.88/21.09	c Try to convert by bdds
20.88/21.09	c D: 1
20.88/21.09	c estimatedAdderCost: 26
20.88/21.09	c Try to convert by bdds
20.88/21.10	c D: 1
20.88/21.10	c estimatedAdderCost: 26
20.88/21.10	c Try to convert by bdds
20.88/21.10	c D: 1
20.88/21.10	c estimatedAdderCost: 26
20.88/21.10	c Try to convert by bdds
20.88/21.11	c D: 1
20.88/21.11	c estimatedAdderCost: 26
20.88/21.11	c Try to convert by bdds
20.98/21.11	c D: 1
20.98/21.11	c estimatedAdderCost: 26
20.98/21.11	c Try to convert by bdds
20.98/21.12	c D: 1
20.98/21.12	c estimatedAdderCost: 26
20.98/21.12	c Try to convert by bdds
20.98/21.12	c D: 1
20.98/21.12	c estimatedAdderCost: 26
20.98/21.12	c Try to convert by bdds
20.98/21.13	c D: 1
20.98/21.13	c estimatedAdderCost: 18
20.98/21.13	c Try to convert by bdds
20.98/21.13	c D: 1
20.98/21.13	c estimatedAdderCost: 18
20.98/21.13	c Try to convert by bdds
20.98/21.14	c D: 1
20.98/21.14	c estimatedAdderCost: 18
20.98/21.14	c Try to convert by bdds
20.98/21.14	c D: 1
20.98/21.14	c estimatedAdderCost: 26
20.98/21.14	c Try to convert by bdds
20.98/21.14	c D: 1
20.98/21.14	c estimatedAdderCost: 26
20.98/21.14	c Try to convert by bdds
20.98/21.19	c D: 1
20.98/21.19	c estimatedAdderCost: 26
20.98/21.19	c Try to convert by bdds
20.98/21.19	c D: 1
20.98/21.19	c estimatedAdderCost: 26
20.98/21.19	c Try to convert by bdds
21.06/21.20	c D: 1
21.06/21.20	c estimatedAdderCost: 26
21.06/21.20	c Try to convert by bdds
21.06/21.20	c D: 1
21.06/21.20	c estimatedAdderCost: 26
21.06/21.20	c Try to convert by bdds
21.06/21.21	c D: 1
21.06/21.21	c estimatedAdderCost: 26
21.06/21.21	c Try to convert by bdds
21.06/21.22	c D: 1
21.06/21.22	c estimatedAdderCost: 26
21.06/21.22	c Try to convert by bdds
21.06/21.22	c D: 1
21.06/21.22	c estimatedAdderCost: 26
21.06/21.22	c Try to convert by bdds
21.06/21.23	c D: 1
21.06/21.23	c estimatedAdderCost: 26
21.06/21.23	c Try to convert by bdds
21.06/21.23	c D: 1
21.06/21.23	c estimatedAdderCost: 26
21.06/21.23	c Try to convert by bdds
21.06/21.24	c D: 1
21.06/21.24	c estimatedAdderCost: 26
21.06/21.24	c Try to convert by bdds
21.06/21.24	c D: 1
21.06/21.24	c estimatedAdderCost: 26
21.06/21.24	c Try to convert by bdds
21.06/21.25	c D: 1
21.06/21.25	c estimatedAdderCost: 26
21.06/21.25	c Try to convert by bdds
21.06/21.25	c D: 1
21.06/21.25	c estimatedAdderCost: 26
21.06/21.25	c Try to convert by bdds
21.06/21.26	c D: 1
21.06/21.26	c estimatedAdderCost: 26
21.06/21.26	c Try to convert by bdds
21.06/21.26	c D: 1
21.06/21.26	c estimatedAdderCost: 26
21.06/21.26	c Try to convert by bdds
21.06/21.27	c D: 1
21.06/21.27	c estimatedAdderCost: 26
21.06/21.27	c Try to convert by bdds
21.06/21.28	c D: 1
21.06/21.28	c estimatedAdderCost: 26
21.06/21.28	c Try to convert by bdds
21.06/21.28	c D: 1
21.06/21.28	c estimatedAdderCost: 26
21.06/21.28	c Try to convert by bdds
21.06/21.29	c D: 1
21.06/21.29	c estimatedAdderCost: 26
21.06/21.29	c Try to convert by bdds
21.06/21.29	c D: 1
21.06/21.29	c estimatedAdderCost: 26
21.06/21.29	c Try to convert by bdds
21.16/21.30	c D: 1
21.16/21.30	c estimatedAdderCost: 26
21.16/21.30	c Try to convert by bdds
21.16/21.30	c D: 1
21.16/21.30	c estimatedAdderCost: 26
21.16/21.30	c Try to convert by bdds
21.16/21.31	c D: 1
21.16/21.31	c estimatedAdderCost: 26
21.16/21.31	c Try to convert by bdds
21.16/21.31	c D: 1
21.16/21.31	c estimatedAdderCost: 26
21.16/21.31	c Try to convert by bdds
21.16/21.32	c D: 1
21.16/21.32	c estimatedAdderCost: 26
21.16/21.32	c Try to convert by bdds
21.16/21.32	c D: 1
21.16/21.32	c estimatedAdderCost: 26
21.16/21.32	c Try to convert by bdds
21.16/21.33	c D: 1
21.16/21.33	c estimatedAdderCost: 26
21.16/21.33	c Try to convert by bdds
21.16/21.33	c D: 1
21.16/21.33	c estimatedAdderCost: 26
21.16/21.33	c Try to convert by bdds
21.16/21.34	c D: 1
21.16/21.34	c estimatedAdderCost: 18
21.16/21.34	c Try to convert by bdds
21.16/21.34	c D: 1
21.16/21.34	c estimatedAdderCost: 18
21.16/21.34	c Try to convert by bdds
21.16/21.35	c D: 1
21.16/21.35	c estimatedAdderCost: 18
21.16/21.35	c Try to convert by bdds
21.16/21.35	c D: 1
21.16/21.35	c estimatedAdderCost: 18
21.16/21.35	c Try to convert by bdds
21.16/21.35	c D: 1
21.16/21.35	c estimatedAdderCost: 26
21.16/21.35	c Try to convert by bdds
21.16/21.36	c D: 1
21.16/21.36	c estimatedAdderCost: 26
21.16/21.36	c Try to convert by bdds
21.16/21.36	c D: 1
21.16/21.36	c estimatedAdderCost: 26
21.16/21.36	c Try to convert by bdds
21.16/21.37	c D: 1
21.16/21.37	c estimatedAdderCost: 26
21.16/21.37	c Try to convert by bdds
21.16/21.37	c D: 1
21.16/21.37	c estimatedAdderCost: 26
21.16/21.37	c Try to convert by bdds
21.16/21.38	c D: 1
21.16/21.38	c estimatedAdderCost: 26
21.16/21.38	c Try to convert by bdds
21.16/21.38	c D: 1
21.16/21.38	c estimatedAdderCost: 26
21.16/21.38	c Try to convert by bdds
21.16/21.39	c D: 1
21.16/21.39	c estimatedAdderCost: 26
21.16/21.39	c Try to convert by bdds
21.26/21.40	c D: 1
21.26/21.40	c estimatedAdderCost: 26
21.26/21.40	c Try to convert by bdds
21.26/21.40	c D: 1
21.26/21.40	c estimatedAdderCost: 26
21.26/21.40	c Try to convert by bdds
21.26/21.41	c D: 1
21.26/21.41	c estimatedAdderCost: 26
21.26/21.41	c Try to convert by bdds
21.26/21.41	c D: 1
21.26/21.41	c estimatedAdderCost: 26
21.26/21.41	c Try to convert by bdds
21.26/21.42	c D: 1
21.26/21.42	c estimatedAdderCost: 26
21.26/21.42	c Try to convert by bdds
21.26/21.42	c D: 1
21.26/21.42	c estimatedAdderCost: 26
21.26/21.42	c Try to convert by bdds
21.26/21.43	c D: 1
21.26/21.43	c estimatedAdderCost: 26
21.26/21.43	c Try to convert by bdds
21.26/21.43	c D: 1
21.26/21.43	c estimatedAdderCost: 26
21.26/21.43	c Try to convert by bdds
21.26/21.44	c D: 1
21.26/21.44	c estimatedAdderCost: 26
21.26/21.44	c Try to convert by bdds
21.26/21.44	c D: 1
21.26/21.44	c estimatedAdderCost: 26
21.26/21.44	c Try to convert by bdds
21.26/21.45	c D: 1
21.26/21.45	c estimatedAdderCost: 26
21.26/21.45	c Try to convert by bdds
21.26/21.46	c D: 1
21.26/21.46	c estimatedAdderCost: 26
21.26/21.46	c Try to convert by bdds
21.26/21.46	c D: 1
21.26/21.46	c estimatedAdderCost: 26
21.26/21.46	c Try to convert by bdds
21.26/21.47	c D: 1
21.26/21.47	c estimatedAdderCost: 26
21.26/21.47	c Try to convert by bdds
21.26/21.47	c D: 1
21.26/21.47	c estimatedAdderCost: 26
21.26/21.47	c Try to convert by bdds
21.26/21.48	c D: 1
21.26/21.48	c estimatedAdderCost: 26
21.26/21.48	c Try to convert by bdds
21.26/21.48	c D: 1
21.26/21.48	c estimatedAdderCost: 26
21.26/21.48	c Try to convert by bdds
21.26/21.49	c D: 1
21.26/21.49	c estimatedAdderCost: 26
21.26/21.49	c Try to convert by bdds
21.26/21.49	c D: 1
21.26/21.49	c estimatedAdderCost: 26
21.26/21.49	c Try to convert by bdds
21.36/21.50	c D: 1
21.36/21.50	c estimatedAdderCost: 26
21.36/21.50	c Try to convert by bdds
21.36/21.50	c D: 1
21.36/21.50	c estimatedAdderCost: 26
21.36/21.50	c Try to convert by bdds
21.36/21.51	c D: 1
21.36/21.51	c estimatedAdderCost: 26
21.36/21.51	c Try to convert by bdds
21.36/21.52	c D: 1
21.36/21.52	c estimatedAdderCost: 26
21.36/21.52	c Try to convert by bdds
21.36/21.52	c D: 1
21.36/21.52	c estimatedAdderCost: 26
21.36/21.52	c Try to convert by bdds
21.36/21.53	c D: 1
21.36/21.53	c estimatedAdderCost: 26
21.36/21.53	c Try to convert by bdds
21.36/21.53	c D: 1
21.36/21.53	c estimatedAdderCost: 26
21.36/21.53	c Try to convert by bdds
21.36/21.54	c D: 1
21.36/21.54	c estimatedAdderCost: 26
21.36/21.54	c Try to convert by bdds
21.36/21.54	c D: 1
21.36/21.54	c estimatedAdderCost: 26
21.36/21.54	c Try to convert by bdds
21.36/21.55	c D: 1
21.36/21.55	c estimatedAdderCost: 26
21.36/21.55	c Try to convert by bdds
21.36/21.55	c D: 1
21.36/21.55	c estimatedAdderCost: 26
21.36/21.55	c Try to convert by bdds
21.36/21.56	c D: 1
21.36/21.56	c estimatedAdderCost: 18
21.36/21.56	c Try to convert by bdds
21.36/21.56	c D: 1
21.36/21.56	c estimatedAdderCost: 18
21.36/21.56	c Try to convert by bdds
21.36/21.56	c D: 1
21.36/21.56	c estimatedAdderCost: 18
21.36/21.56	c Try to convert by bdds
21.36/21.57	c D: 1
21.36/21.57	c estimatedAdderCost: 18
21.36/21.57	c Try to convert by bdds
21.36/21.57	c D: 1
21.36/21.57	c estimatedAdderCost: 18
21.36/21.57	c Try to convert by bdds
21.36/21.57	c D: 1
21.36/21.57	c estimatedAdderCost: 26
21.36/21.57	c Try to convert by bdds
21.36/21.58	c D: 1
21.36/21.58	c estimatedAdderCost: 26
21.36/21.58	c Try to convert by bdds
21.36/21.58	c D: 1
21.36/21.58	c estimatedAdderCost: 26
21.36/21.58	c Try to convert by bdds
21.36/21.59	c D: 1
21.36/21.59	c estimatedAdderCost: 26
21.36/21.59	c Try to convert by bdds
21.36/21.59	c D: 1
21.36/21.59	c estimatedAdderCost: 26
21.36/21.59	c Try to convert by bdds
21.46/21.60	c D: 1
21.46/21.60	c estimatedAdderCost: 26
21.46/21.60	c Try to convert by bdds
21.46/21.61	c D: 1
21.46/21.61	c estimatedAdderCost: 26
21.46/21.61	c Try to convert by bdds
21.46/21.61	c D: 1
21.46/21.61	c estimatedAdderCost: 26
21.46/21.61	c Try to convert by bdds
21.46/21.62	c D: 1
21.46/21.62	c estimatedAdderCost: 26
21.46/21.62	c Try to convert by bdds
21.46/21.62	c D: 1
21.46/21.62	c estimatedAdderCost: 26
21.46/21.62	c Try to convert by bdds
21.46/21.63	c D: 1
21.46/21.63	c estimatedAdderCost: 26
21.46/21.63	c Try to convert by bdds
21.46/21.63	c D: 1
21.46/21.63	c estimatedAdderCost: 26
21.46/21.63	c Try to convert by bdds
21.46/21.64	c D: 1
21.46/21.64	c estimatedAdderCost: 26
21.46/21.64	c Try to convert by bdds
21.46/21.64	c D: 1
21.46/21.64	c estimatedAdderCost: 26
21.46/21.64	c Try to convert by bdds
21.46/21.65	c D: 1
21.46/21.65	c estimatedAdderCost: 26
21.46/21.65	c Try to convert by bdds
21.46/21.66	c D: 1
21.46/21.66	c estimatedAdderCost: 26
21.46/21.66	c Try to convert by bdds
21.46/21.66	c D: 1
21.46/21.66	c estimatedAdderCost: 26
21.46/21.66	c Try to convert by bdds
21.46/21.67	c D: 1
21.46/21.67	c estimatedAdderCost: 26
21.46/21.67	c Try to convert by bdds
21.46/21.67	c D: 1
21.46/21.67	c estimatedAdderCost: 26
21.46/21.67	c Try to convert by bdds
21.46/21.68	c D: 1
21.46/21.68	c estimatedAdderCost: 26
21.46/21.68	c Try to convert by bdds
21.46/21.68	c D: 1
21.46/21.68	c estimatedAdderCost: 26
21.46/21.68	c Try to convert by bdds
21.46/21.69	c D: 1
21.46/21.69	c estimatedAdderCost: 26
21.46/21.69	c Try to convert by bdds
21.46/21.69	c D: 1
21.46/21.69	c estimatedAdderCost: 26
21.46/21.69	c Try to convert by bdds
21.56/21.70	c D: 1
21.56/21.70	c estimatedAdderCost: 26
21.56/21.70	c Try to convert by bdds
21.56/21.70	c D: 1
21.56/21.70	c estimatedAdderCost: 26
21.56/21.70	c Try to convert by bdds
21.56/21.71	c D: 1
21.56/21.71	c estimatedAdderCost: 26
21.56/21.71	c Try to convert by bdds
21.56/21.71	c D: 1
21.56/21.71	c estimatedAdderCost: 26
21.56/21.71	c Try to convert by bdds
21.56/21.72	c D: 1
21.56/21.72	c estimatedAdderCost: 26
21.56/21.72	c Try to convert by bdds
21.56/21.73	c D: 1
21.56/21.73	c estimatedAdderCost: 26
21.56/21.73	c Try to convert by bdds
21.56/21.73	c D: 1
21.56/21.73	c estimatedAdderCost: 26
21.56/21.73	c Try to convert by bdds
21.56/21.74	c D: 1
21.56/21.74	c estimatedAdderCost: 26
21.56/21.74	c Try to convert by bdds
21.56/21.74	c D: 1
21.56/21.74	c estimatedAdderCost: 26
21.56/21.74	c Try to convert by bdds
21.56/21.75	c D: 1
21.56/21.75	c estimatedAdderCost: 26
21.56/21.75	c Try to convert by bdds
21.56/21.75	c D: 1
21.56/21.75	c estimatedAdderCost: 26
21.56/21.75	c Try to convert by bdds
21.56/21.76	c D: 1
21.56/21.76	c estimatedAdderCost: 26
21.56/21.76	c Try to convert by bdds
21.56/21.76	c D: 1
21.56/21.76	c estimatedAdderCost: 26
21.56/21.76	c Try to convert by bdds
21.56/21.77	c D: 1
21.56/21.77	c estimatedAdderCost: 26
21.56/21.77	c Try to convert by bdds
21.56/21.77	c D: 1
21.56/21.77	c estimatedAdderCost: 26
21.56/21.77	c Try to convert by bdds
21.56/21.78	c D: 1
21.56/21.78	c estimatedAdderCost: 26
21.56/21.78	c Try to convert by bdds
21.56/21.78	c D: 1
21.56/21.78	c estimatedAdderCost: 26
21.56/21.78	c Try to convert by bdds
21.56/21.79	c D: 1
21.56/21.79	c estimatedAdderCost: 26
21.56/21.79	c Try to convert by bdds
21.56/21.79	c D: 1
21.56/21.79	c estimatedAdderCost: 26
21.56/21.79	c Try to convert by bdds
21.66/21.80	c D: 1
21.66/21.80	c estimatedAdderCost: 26
21.66/21.80	c Try to convert by bdds
21.66/21.80	c D: 1
21.66/21.80	c estimatedAdderCost: 26
21.66/21.80	c Try to convert by bdds
21.66/21.81	c D: 1
21.66/21.81	c estimatedAdderCost: 26
21.66/21.81	c Try to convert by bdds
21.66/21.81	c D: 1
21.66/21.81	c estimatedAdderCost: 18
21.66/21.81	c Try to convert by bdds
21.66/21.82	c D: 1
21.66/21.82	c estimatedAdderCost: 18
21.66/21.82	c Try to convert by bdds
21.66/21.82	c D: 1
21.66/21.82	c estimatedAdderCost: 18
21.66/21.82	c Try to convert by bdds
21.66/21.82	c D: 1
21.66/21.82	c estimatedAdderCost: 18
21.66/21.82	c Try to convert by bdds
21.66/21.83	c D: 1
21.66/21.83	c estimatedAdderCost: 18
21.66/21.83	c Try to convert by bdds
21.66/21.83	c D: 1
21.66/21.83	c estimatedAdderCost: 18
21.66/21.83	c Try to convert by bdds
21.66/21.83	c D: 1
21.66/21.83	c estimatedAdderCost: 26
21.66/21.83	c Try to convert by bdds
21.66/21.84	c D: 1
21.66/21.84	c estimatedAdderCost: 26
21.66/21.84	c Try to convert by bdds
21.66/21.84	c D: 1
21.66/21.84	c estimatedAdderCost: 26
21.66/21.84	c Try to convert by bdds
21.66/21.85	c D: 1
21.66/21.85	c estimatedAdderCost: 26
21.66/21.85	c Try to convert by bdds
21.66/21.86	c D: 1
21.66/21.86	c estimatedAdderCost: 26
21.66/21.86	c Try to convert by bdds
21.66/21.86	c D: 1
21.66/21.86	c estimatedAdderCost: 26
21.66/21.86	c Try to convert by bdds
21.66/21.87	c D: 1
21.66/21.87	c estimatedAdderCost: 26
21.66/21.87	c Try to convert by bdds
21.66/21.87	c D: 1
21.66/21.87	c estimatedAdderCost: 26
21.66/21.87	c Try to convert by bdds
21.66/21.88	c D: 1
21.66/21.88	c estimatedAdderCost: 26
21.66/21.88	c Try to convert by bdds
21.66/21.88	c D: 1
21.66/21.88	c estimatedAdderCost: 26
21.66/21.88	c Try to convert by bdds
21.66/21.89	c D: 1
21.66/21.89	c estimatedAdderCost: 26
21.66/21.89	c Try to convert by bdds
21.66/21.89	c D: 1
21.66/21.89	c estimatedAdderCost: 26
21.66/21.89	c Try to convert by bdds
21.76/21.90	c D: 1
21.76/21.90	c estimatedAdderCost: 26
21.76/21.90	c Try to convert by bdds
21.76/21.90	c D: 1
21.76/21.90	c estimatedAdderCost: 26
21.76/21.90	c Try to convert by bdds
21.76/21.91	c D: 1
21.76/21.91	c estimatedAdderCost: 26
21.76/21.91	c Try to convert by bdds
21.76/21.92	c D: 1
21.76/21.92	c estimatedAdderCost: 26
21.76/21.92	c Try to convert by bdds
21.76/21.92	c D: 1
21.76/21.92	c estimatedAdderCost: 26
21.76/21.92	c Try to convert by bdds
21.76/21.93	c D: 1
21.76/21.93	c estimatedAdderCost: 26
21.76/21.93	c Try to convert by bdds
21.76/21.93	c D: 1
21.76/21.93	c estimatedAdderCost: 26
21.76/21.93	c Try to convert by bdds
21.76/21.94	c D: 1
21.76/21.94	c estimatedAdderCost: 26
21.76/21.94	c Try to convert by bdds
21.76/21.94	c D: 1
21.76/21.94	c estimatedAdderCost: 26
21.76/21.94	c Try to convert by bdds
21.76/21.95	c D: 1
21.76/21.95	c estimatedAdderCost: 26
21.76/21.95	c Try to convert by bdds
21.76/21.95	c D: 1
21.76/21.95	c estimatedAdderCost: 26
21.76/21.95	c Try to convert by bdds
21.76/21.96	c D: 1
21.76/21.96	c estimatedAdderCost: 26
21.76/21.96	c Try to convert by bdds
21.76/21.96	c D: 1
21.76/21.96	c estimatedAdderCost: 26
21.76/21.96	c Try to convert by bdds
21.76/21.97	c D: 1
21.76/21.97	c estimatedAdderCost: 26
21.76/21.97	c Try to convert by bdds
21.76/21.98	c D: 1
21.76/21.98	c estimatedAdderCost: 26
21.76/21.98	c Try to convert by bdds
21.76/21.98	c D: 1
21.76/21.98	c estimatedAdderCost: 26
21.76/21.98	c Try to convert by bdds
21.76/21.99	c D: 1
21.76/21.99	c estimatedAdderCost: 26
21.76/21.99	c Try to convert by bdds
21.76/21.99	c D: 1
21.76/21.99	c estimatedAdderCost: 26
21.76/21.99	c Try to convert by bdds
21.76/22.00	c D: 1
21.76/22.00	c estimatedAdderCost: 26
21.76/22.00	c Try to convert by bdds
21.76/22.00	c D: 1
21.76/22.00	c estimatedAdderCost: 26
21.76/22.00	c Try to convert by bdds
21.76/22.01	c D: 1
21.76/22.01	c estimatedAdderCost: 26
21.76/22.01	c Try to convert by bdds
21.87/22.01	c D: 1
21.87/22.01	c estimatedAdderCost: 26
21.87/22.01	c Try to convert by bdds
21.87/22.02	c D: 1
21.87/22.02	c estimatedAdderCost: 26
21.87/22.02	c Try to convert by bdds
21.87/22.02	c D: 1
21.87/22.02	c estimatedAdderCost: 26
21.87/22.02	c Try to convert by bdds
21.87/22.03	c D: 1
21.87/22.03	c estimatedAdderCost: 26
21.87/22.03	c Try to convert by bdds
21.87/22.03	c D: 1
21.87/22.03	c estimatedAdderCost: 26
21.87/22.03	c Try to convert by bdds
21.87/22.04	c D: 1
21.87/22.04	c estimatedAdderCost: 26
21.87/22.04	c Try to convert by bdds
21.87/22.04	c D: 1
21.87/22.04	c estimatedAdderCost: 26
21.87/22.04	c Try to convert by bdds
21.87/22.05	c D: 1
21.87/22.05	c estimatedAdderCost: 26
21.87/22.05	c Try to convert by bdds
21.87/22.06	c D: 1
21.87/22.06	c estimatedAdderCost: 26
21.87/22.06	c Try to convert by bdds
21.87/22.06	c D: 1
21.87/22.06	c estimatedAdderCost: 26
21.87/22.06	c Try to convert by bdds
21.87/22.07	c D: 1
21.87/22.07	c estimatedAdderCost: 26
21.87/22.07	c Try to convert by bdds
21.87/22.07	c D: 1
21.87/22.07	c estimatedAdderCost: 26
21.87/22.07	c Try to convert by bdds
21.87/22.08	c D: 1
21.87/22.08	c estimatedAdderCost: 26
21.87/22.08	c Try to convert by bdds
21.87/22.08	c D: 1
21.87/22.08	c estimatedAdderCost: 26
21.87/22.08	c Try to convert by bdds
21.87/22.09	c D: 1
21.87/22.09	c estimatedAdderCost: 26
21.87/22.09	c Try to convert by bdds
21.87/22.09	c D: 1
21.87/22.09	c estimatedAdderCost: 26
21.87/22.09	c Try to convert by bdds
21.87/22.10	c D: 1
21.87/22.10	c estimatedAdderCost: 26
21.87/22.10	c Try to convert by bdds
21.87/22.10	c D: 1
21.87/22.10	c estimatedAdderCost: 26
21.87/22.10	c Try to convert by bdds
21.87/22.11	c D: 1
21.87/22.11	c estimatedAdderCost: 18
21.87/22.11	c Try to convert by bdds
21.97/22.11	c D: 1
21.97/22.11	c estimatedAdderCost: 18
21.97/22.11	c Try to convert by bdds
21.97/22.11	c D: 1
21.97/22.11	c estimatedAdderCost: 18
21.97/22.11	c Try to convert by bdds
21.97/22.12	c D: 1
21.97/22.12	c estimatedAdderCost: 18
21.97/22.12	c Try to convert by bdds
21.97/22.12	c D: 1
21.97/22.12	c estimatedAdderCost: 18
21.97/22.12	c Try to convert by bdds
21.97/22.12	c D: 1
21.97/22.12	c estimatedAdderCost: 18
21.97/22.12	c Try to convert by bdds
21.97/22.13	c D: 1
21.97/22.13	c estimatedAdderCost: 18
21.97/22.13	c Try to convert by bdds
21.97/22.13	c D: 1
21.97/22.13	c estimatedAdderCost: 26
21.97/22.13	c Try to convert by bdds
21.97/22.14	c D: 1
21.97/22.14	c estimatedAdderCost: 26
21.97/22.14	c Try to convert by bdds
21.97/22.14	c D: 1
21.97/22.14	c estimatedAdderCost: 26
21.97/22.14	c Try to convert by bdds
21.97/22.15	c D: 1
21.97/22.15	c estimatedAdderCost: 26
21.97/22.15	c Try to convert by bdds
21.97/22.15	c D: 1
21.97/22.15	c estimatedAdderCost: 26
21.97/22.15	c Try to convert by bdds
21.97/22.16	c D: 1
21.97/22.16	c estimatedAdderCost: 26
21.97/22.16	c Try to convert by bdds
21.97/22.16	c D: 1
21.97/22.16	c estimatedAdderCost: 26
21.97/22.16	c Try to convert by bdds
21.97/22.17	c D: 1
21.97/22.17	c estimatedAdderCost: 26
21.97/22.17	c Try to convert by bdds
21.97/22.17	c D: 1
21.97/22.17	c estimatedAdderCost: 26
21.97/22.17	c Try to convert by bdds
21.97/22.18	c D: 1
21.97/22.18	c estimatedAdderCost: 26
21.97/22.18	c Try to convert by bdds
21.97/22.18	c D: 1
21.97/22.18	c estimatedAdderCost: 26
21.97/22.18	c Try to convert by bdds
21.97/22.19	c D: 1
21.97/22.19	c estimatedAdderCost: 26
21.97/22.19	c Try to convert by bdds
22.06/22.20	c D: 1
22.06/22.20	c estimatedAdderCost: 26
22.06/22.20	c Try to convert by bdds
22.06/22.20	c D: 1
22.06/22.20	c estimatedAdderCost: 26
22.06/22.20	c Try to convert by bdds
22.06/22.21	c D: 1
22.06/22.21	c estimatedAdderCost: 26
22.06/22.21	c Try to convert by bdds
22.06/22.21	c D: 1
22.06/22.21	c estimatedAdderCost: 26
22.06/22.21	c Try to convert by bdds
22.06/22.22	c D: 1
22.06/22.22	c estimatedAdderCost: 26
22.06/22.22	c Try to convert by bdds
22.06/22.22	c D: 1
22.06/22.22	c estimatedAdderCost: 26
22.06/22.22	c Try to convert by bdds
22.06/22.23	c D: 1
22.06/22.23	c estimatedAdderCost: 26
22.06/22.23	c Try to convert by bdds
22.06/22.23	c D: 1
22.06/22.23	c estimatedAdderCost: 26
22.06/22.23	c Try to convert by bdds
22.06/22.24	c D: 1
22.06/22.24	c estimatedAdderCost: 26
22.06/22.24	c Try to convert by bdds
22.06/22.24	c D: 1
22.06/22.24	c estimatedAdderCost: 26
22.06/22.24	c Try to convert by bdds
22.06/22.25	c D: 1
22.06/22.25	c estimatedAdderCost: 26
22.06/22.25	c Try to convert by bdds
22.06/22.26	c D: 1
22.06/22.26	c estimatedAdderCost: 26
22.06/22.26	c Try to convert by bdds
22.06/22.26	c D: 1
22.06/22.26	c estimatedAdderCost: 26
22.06/22.26	c Try to convert by bdds
22.06/22.27	c D: 1
22.06/22.27	c estimatedAdderCost: 26
22.06/22.27	c Try to convert by bdds
22.06/22.27	c D: 1
22.06/22.27	c estimatedAdderCost: 26
22.06/22.27	c Try to convert by bdds
22.06/22.28	c D: 1
22.06/22.28	c estimatedAdderCost: 26
22.06/22.28	c Try to convert by bdds
22.06/22.28	c D: 1
22.06/22.28	c estimatedAdderCost: 26
22.06/22.28	c Try to convert by bdds
22.06/22.29	c D: 1
22.06/22.29	c estimatedAdderCost: 26
22.06/22.29	c Try to convert by bdds
22.06/22.29	c D: 1
22.06/22.29	c estimatedAdderCost: 26
22.06/22.29	c Try to convert by bdds
22.16/22.30	c D: 1
22.16/22.30	c estimatedAdderCost: 26
22.16/22.30	c Try to convert by bdds
22.16/22.30	c D: 1
22.16/22.30	c estimatedAdderCost: 26
22.16/22.30	c Try to convert by bdds
22.16/22.31	c D: 1
22.16/22.31	c estimatedAdderCost: 26
22.16/22.31	c Try to convert by bdds
22.16/22.31	c D: 1
22.16/22.31	c estimatedAdderCost: 26
22.16/22.31	c Try to convert by bdds
22.16/22.32	c D: 1
22.16/22.32	c estimatedAdderCost: 26
22.16/22.32	c Try to convert by bdds
22.16/22.33	c D: 1
22.16/22.33	c estimatedAdderCost: 26
22.16/22.33	c Try to convert by bdds
22.16/22.33	c D: 1
22.16/22.33	c estimatedAdderCost: 26
22.16/22.33	c Try to convert by bdds
22.16/22.34	c D: 1
22.16/22.34	c estimatedAdderCost: 26
22.16/22.34	c Try to convert by bdds
22.16/22.34	c D: 1
22.16/22.34	c estimatedAdderCost: 26
22.16/22.34	c Try to convert by bdds
22.16/22.35	c D: 1
22.16/22.35	c estimatedAdderCost: 26
22.16/22.35	c Try to convert by bdds
22.16/22.35	c D: 1
22.16/22.35	c estimatedAdderCost: 26
22.16/22.35	c Try to convert by bdds
22.16/22.36	c D: 1
22.16/22.36	c estimatedAdderCost: 26
22.16/22.36	c Try to convert by bdds
22.16/22.36	c D: 1
22.16/22.36	c estimatedAdderCost: 26
22.16/22.36	c Try to convert by bdds
22.16/22.37	c D: 1
22.16/22.37	c estimatedAdderCost: 26
22.16/22.37	c Try to convert by bdds
22.16/22.37	c D: 1
22.16/22.37	c estimatedAdderCost: 26
22.16/22.37	c Try to convert by bdds
22.16/22.38	c D: 1
22.16/22.38	c estimatedAdderCost: 26
22.16/22.38	c Try to convert by bdds
22.16/22.38	c D: 1
22.16/22.38	c estimatedAdderCost: 26
22.16/22.38	c Try to convert by bdds
22.16/22.39	c D: 1
22.16/22.39	c estimatedAdderCost: 26
22.16/22.39	c Try to convert by bdds
22.16/22.39	c D: 1
22.16/22.39	c estimatedAdderCost: 26
22.16/22.39	c Try to convert by bdds
22.26/22.40	c D: 1
22.26/22.40	c estimatedAdderCost: 26
22.26/22.40	c Try to convert by bdds
22.26/22.40	c D: 1
22.26/22.40	c estimatedAdderCost: 26
22.26/22.40	c Try to convert by bdds
22.26/22.41	c D: 1
22.26/22.41	c estimatedAdderCost: 26
22.26/22.41	c Try to convert by bdds
22.26/22.41	c D: 1
22.26/22.41	c estimatedAdderCost: 26
22.26/22.41	c Try to convert by bdds
22.26/22.42	c D: 1
22.26/22.42	c estimatedAdderCost: 26
22.26/22.42	c Try to convert by bdds
22.26/22.42	c D: 1
22.26/22.42	c estimatedAdderCost: 26
22.26/22.42	c Try to convert by bdds
22.26/22.43	c D: 1
22.26/22.43	c estimatedAdderCost: 18
22.26/22.43	c Try to convert by bdds
22.26/22.43	c D: 1
22.26/22.43	c estimatedAdderCost: 18
22.26/22.43	c Try to convert by bdds
22.26/22.44	c D: 1
22.26/22.44	c estimatedAdderCost: 18
22.26/22.44	c Try to convert by bdds
22.26/22.44	c D: 1
22.26/22.44	c estimatedAdderCost: 18
22.26/22.44	c Try to convert by bdds
22.26/22.44	c D: 1
22.26/22.44	c estimatedAdderCost: 18
22.26/22.44	c Try to convert by bdds
22.26/22.45	c D: 1
22.26/22.45	c estimatedAdderCost: 18
22.26/22.45	c Try to convert by bdds
22.26/22.45	c D: 1
22.26/22.45	c estimatedAdderCost: 18
22.26/22.45	c Try to convert by bdds
22.26/22.45	c D: 1
22.26/22.45	c estimatedAdderCost: 18
22.26/22.45	c Try to convert by bdds
22.26/22.45	c D: 1
22.26/22.45	c estimatedAdderCost: 26
22.26/22.45	c Try to convert by bdds
22.26/22.46	c D: 1
22.26/22.46	c estimatedAdderCost: 26
22.26/22.46	c Try to convert by bdds
22.26/22.47	c D: 1
22.26/22.47	c estimatedAdderCost: 26
22.26/22.47	c Try to convert by bdds
22.26/22.47	c D: 1
22.26/22.47	c estimatedAdderCost: 26
22.26/22.47	c Try to convert by bdds
22.26/22.48	c D: 1
22.26/22.48	c estimatedAdderCost: 26
22.26/22.48	c Try to convert by bdds
22.26/22.48	c D: 1
22.26/22.48	c estimatedAdderCost: 26
22.26/22.48	c Try to convert by bdds
22.26/22.49	c D: 1
22.26/22.49	c estimatedAdderCost: 26
22.26/22.49	c Try to convert by bdds
22.26/22.49	c D: 1
22.26/22.49	c estimatedAdderCost: 26
22.26/22.49	c Try to convert by bdds
22.35/22.50	c D: 1
22.35/22.50	c estimatedAdderCost: 26
22.35/22.50	c Try to convert by bdds
22.35/22.50	c D: 1
22.35/22.50	c estimatedAdderCost: 26
22.35/22.50	c Try to convert by bdds
22.35/22.51	c D: 1
22.35/22.51	c estimatedAdderCost: 26
22.35/22.51	c Try to convert by bdds
22.35/22.51	c D: 1
22.35/22.51	c estimatedAdderCost: 26
22.35/22.51	c Try to convert by bdds
22.35/22.52	c D: 1
22.35/22.52	c estimatedAdderCost: 26
22.35/22.52	c Try to convert by bdds
22.35/22.53	c D: 1
22.35/22.53	c estimatedAdderCost: 26
22.35/22.53	c Try to convert by bdds
22.35/22.53	c D: 1
22.35/22.53	c estimatedAdderCost: 26
22.35/22.53	c Try to convert by bdds
22.35/22.54	c D: 1
22.35/22.54	c estimatedAdderCost: 26
22.35/22.54	c Try to convert by bdds
22.35/22.54	c D: 1
22.35/22.54	c estimatedAdderCost: 26
22.35/22.54	c Try to convert by bdds
22.35/22.55	c D: 1
22.35/22.55	c estimatedAdderCost: 26
22.35/22.55	c Try to convert by bdds
22.35/22.55	c D: 1
22.35/22.55	c estimatedAdderCost: 26
22.35/22.55	c Try to convert by bdds
22.35/22.56	c D: 1
22.35/22.56	c estimatedAdderCost: 26
22.35/22.56	c Try to convert by bdds
22.35/22.56	c D: 1
22.35/22.56	c estimatedAdderCost: 26
22.35/22.56	c Try to convert by bdds
22.35/22.57	c D: 1
22.35/22.57	c estimatedAdderCost: 26
22.35/22.57	c Try to convert by bdds
22.35/22.57	c D: 1
22.35/22.57	c estimatedAdderCost: 26
22.35/22.57	c Try to convert by bdds
22.35/22.58	c D: 1
22.35/22.58	c estimatedAdderCost: 26
22.35/22.58	c Try to convert by bdds
22.35/22.59	c D: 1
22.35/22.59	c estimatedAdderCost: 26
22.35/22.59	c Try to convert by bdds
22.35/22.59	c D: 1
22.35/22.59	c estimatedAdderCost: 26
22.35/22.59	c Try to convert by bdds
22.45/22.60	c D: 1
22.45/22.60	c estimatedAdderCost: 26
22.45/22.60	c Try to convert by bdds
22.45/22.60	c D: 1
22.45/22.60	c estimatedAdderCost: 26
22.45/22.60	c Try to convert by bdds
22.45/22.61	c D: 1
22.45/22.61	c estimatedAdderCost: 26
22.45/22.61	c Try to convert by bdds
22.45/22.61	c D: 1
22.45/22.61	c estimatedAdderCost: 26
22.45/22.61	c Try to convert by bdds
22.45/22.62	c D: 1
22.45/22.62	c estimatedAdderCost: 26
22.45/22.62	c Try to convert by bdds
22.45/22.62	c D: 1
22.45/22.62	c estimatedAdderCost: 26
22.45/22.62	c Try to convert by bdds
22.45/22.63	c D: 1
22.45/22.63	c estimatedAdderCost: 26
22.45/22.63	c Try to convert by bdds
22.45/22.63	c D: 1
22.45/22.63	c estimatedAdderCost: 26
22.45/22.63	c Try to convert by bdds
22.45/22.64	c D: 1
22.45/22.64	c estimatedAdderCost: 26
22.45/22.64	c Try to convert by bdds
22.45/22.64	c D: 1
22.45/22.64	c estimatedAdderCost: 26
22.45/22.64	c Try to convert by bdds
22.45/22.65	c D: 1
22.45/22.65	c estimatedAdderCost: 26
22.45/22.65	c Try to convert by bdds
22.45/22.65	c D: 1
22.45/22.65	c estimatedAdderCost: 26
22.45/22.65	c Try to convert by bdds
22.45/22.66	c D: 1
22.45/22.66	c estimatedAdderCost: 26
22.45/22.66	c Try to convert by bdds
22.45/22.66	c D: 1
22.45/22.66	c estimatedAdderCost: 26
22.45/22.66	c Try to convert by bdds
22.45/22.67	c D: 1
22.45/22.67	c estimatedAdderCost: 26
22.45/22.67	c Try to convert by bdds
22.45/22.67	c D: 1
22.45/22.67	c estimatedAdderCost: 26
22.45/22.67	c Try to convert by bdds
22.45/22.68	c D: 1
22.45/22.68	c estimatedAdderCost: 26
22.45/22.68	c Try to convert by bdds
22.45/22.69	c D: 1
22.45/22.69	c estimatedAdderCost: 26
22.45/22.69	c Try to convert by bdds
22.45/22.69	c D: 1
22.45/22.69	c estimatedAdderCost: 26
22.45/22.69	c Try to convert by bdds
22.55/22.70	c D: 1
22.55/22.70	c estimatedAdderCost: 26
22.55/22.70	c Try to convert by bdds
22.55/22.70	c D: 1
22.55/22.70	c estimatedAdderCost: 26
22.55/22.70	c Try to convert by bdds
22.55/22.71	c D: 1
22.55/22.71	c estimatedAdderCost: 26
22.55/22.71	c Try to convert by bdds
22.55/22.71	c D: 1
22.55/22.71	c estimatedAdderCost: 26
22.55/22.71	c Try to convert by bdds
22.55/22.72	c D: 1
22.55/22.72	c estimatedAdderCost: 26
22.55/22.72	c Try to convert by bdds
22.55/22.72	c D: 1
22.55/22.72	c estimatedAdderCost: 26
22.55/22.72	c Try to convert by bdds
22.55/22.73	c D: 1
22.55/22.73	c estimatedAdderCost: 26
22.55/22.73	c Try to convert by bdds
22.55/22.73	c D: 1
22.55/22.73	c estimatedAdderCost: 26
22.55/22.73	c Try to convert by bdds
22.55/22.74	c D: 1
22.55/22.74	c estimatedAdderCost: 26
22.55/22.74	c Try to convert by bdds
22.55/22.74	c D: 1
22.55/22.74	c estimatedAdderCost: 26
22.55/22.74	c Try to convert by bdds
22.55/22.75	c D: 1
22.55/22.75	c estimatedAdderCost: 26
22.55/22.75	c Try to convert by bdds
22.55/22.75	c D: 1
22.55/22.75	c estimatedAdderCost: 26
22.55/22.75	c Try to convert by bdds
22.55/22.76	c D: 1
22.55/22.76	c estimatedAdderCost: 26
22.55/22.76	c Try to convert by bdds
22.55/22.76	c D: 1
22.55/22.76	c estimatedAdderCost: 26
22.55/22.76	c Try to convert by bdds
22.55/22.77	c D: 1
22.55/22.77	c estimatedAdderCost: 26
22.55/22.77	c Try to convert by bdds
22.55/22.77	c D: 1
22.55/22.77	c estimatedAdderCost: 18
22.55/22.77	c Try to convert by bdds
22.55/22.78	c D: 1
22.55/22.78	c estimatedAdderCost: 18
22.55/22.78	c Try to convert by bdds
22.55/22.78	c D: 1
22.55/22.78	c estimatedAdderCost: 18
22.55/22.78	c Try to convert by bdds
22.55/22.78	c D: 1
22.55/22.78	c estimatedAdderCost: 18
22.55/22.78	c Try to convert by bdds
22.55/22.79	c D: 1
22.55/22.79	c estimatedAdderCost: 18
22.55/22.79	c Try to convert by bdds
22.55/22.79	c D: 1
22.55/22.79	c estimatedAdderCost: 18
22.55/22.79	c Try to convert by bdds
22.55/22.79	c D: 1
22.55/22.79	c estimatedAdderCost: 18
22.55/22.79	c Try to convert by bdds
22.65/22.80	c D: 1
22.65/22.80	c estimatedAdderCost: 18
22.65/22.80	c Try to convert by bdds
22.65/22.80	c D: 1
22.65/22.80	c estimatedAdderCost: 18
22.65/22.80	c Try to convert by bdds
22.65/22.80	c D: 1
22.65/22.80	c estimatedAdderCost: 26
22.65/22.80	c Try to convert by bdds
22.65/22.81	c D: 1
22.65/22.81	c estimatedAdderCost: 26
22.65/22.81	c Try to convert by bdds
22.65/22.81	c D: 1
22.65/22.81	c estimatedAdderCost: 26
22.65/22.81	c Try to convert by bdds
22.65/22.82	c D: 1
22.65/22.82	c estimatedAdderCost: 26
22.65/22.82	c Try to convert by bdds
22.65/22.82	c D: 1
22.65/22.82	c estimatedAdderCost: 26
22.65/22.82	c Try to convert by bdds
22.65/22.83	c D: 1
22.65/22.83	c estimatedAdderCost: 26
22.65/22.83	c Try to convert by bdds
22.65/22.84	c D: 1
22.65/22.84	c estimatedAdderCost: 26
22.65/22.84	c Try to convert by bdds
22.65/22.84	c D: 1
22.65/22.84	c estimatedAdderCost: 26
22.65/22.84	c Try to convert by bdds
22.65/22.85	c D: 1
22.65/22.85	c estimatedAdderCost: 26
22.65/22.85	c Try to convert by bdds
22.65/22.85	c D: 1
22.65/22.85	c estimatedAdderCost: 26
22.65/22.85	c Try to convert by bdds
22.65/22.86	c D: 1
22.65/22.86	c estimatedAdderCost: 26
22.65/22.86	c Try to convert by bdds
22.65/22.86	c D: 1
22.65/22.86	c estimatedAdderCost: 26
22.65/22.86	c Try to convert by bdds
22.65/22.87	c D: 1
22.65/22.87	c estimatedAdderCost: 26
22.65/22.87	c Try to convert by bdds
22.65/22.87	c D: 1
22.65/22.87	c estimatedAdderCost: 26
22.65/22.87	c Try to convert by bdds
22.65/22.88	c D: 1
22.65/22.88	c estimatedAdderCost: 26
22.65/22.88	c Try to convert by bdds
22.65/22.88	c D: 1
22.65/22.88	c estimatedAdderCost: 26
22.65/22.88	c Try to convert by bdds
22.65/22.89	c D: 1
22.65/22.89	c estimatedAdderCost: 26
22.65/22.89	c Try to convert by bdds
22.75/22.90	c D: 1
22.75/22.90	c estimatedAdderCost: 26
22.75/22.90	c Try to convert by bdds
22.75/22.90	c D: 1
22.75/22.90	c estimatedAdderCost: 26
22.75/22.90	c Try to convert by bdds
22.75/22.91	c D: 1
22.75/22.91	c estimatedAdderCost: 26
22.75/22.91	c Try to convert by bdds
22.75/22.91	c D: 1
22.75/22.91	c estimatedAdderCost: 26
22.75/22.91	c Try to convert by bdds
22.75/22.92	c D: 1
22.75/22.92	c estimatedAdderCost: 26
22.75/22.92	c Try to convert by bdds
22.75/22.92	c D: 1
22.75/22.92	c estimatedAdderCost: 26
22.75/22.92	c Try to convert by bdds
22.75/22.93	c D: 1
22.75/22.93	c estimatedAdderCost: 26
22.75/22.93	c Try to convert by bdds
22.75/22.93	c D: 1
22.75/22.93	c estimatedAdderCost: 26
22.75/22.93	c Try to convert by bdds
22.75/22.94	c D: 1
22.75/22.94	c estimatedAdderCost: 26
22.75/22.94	c Try to convert by bdds
22.75/22.94	c D: 1
22.75/22.94	c estimatedAdderCost: 26
22.75/22.94	c Try to convert by bdds
22.75/22.95	c D: 1
22.75/22.95	c estimatedAdderCost: 26
22.75/22.95	c Try to convert by bdds
22.75/22.95	c D: 1
22.75/22.95	c estimatedAdderCost: 26
22.75/22.95	c Try to convert by bdds
22.75/22.96	c D: 1
22.75/22.96	c estimatedAdderCost: 26
22.75/22.96	c Try to convert by bdds
22.75/22.96	c D: 1
22.75/22.96	c estimatedAdderCost: 26
22.75/22.96	c Try to convert by bdds
22.75/22.97	c D: 1
22.75/22.97	c estimatedAdderCost: 26
22.75/22.97	c Try to convert by bdds
22.75/22.97	c D: 1
22.75/22.97	c estimatedAdderCost: 26
22.75/22.97	c Try to convert by bdds
22.75/22.98	c D: 1
22.75/22.98	c estimatedAdderCost: 26
22.75/22.98	c Try to convert by bdds
22.75/22.98	c D: 1
22.75/22.98	c estimatedAdderCost: 26
22.75/22.98	c Try to convert by bdds
22.75/22.99	c D: 1
22.75/22.99	c estimatedAdderCost: 26
22.75/22.99	c Try to convert by bdds
22.75/23.00	c D: 1
22.75/23.00	c estimatedAdderCost: 26
22.75/23.00	c Try to convert by bdds
22.75/23.00	c D: 1
22.75/23.00	c estimatedAdderCost: 26
22.75/23.00	c Try to convert by bdds
22.75/23.01	c D: 1
22.75/23.01	c estimatedAdderCost: 26
22.75/23.01	c Try to convert by bdds
22.87/23.01	c D: 1
22.87/23.01	c estimatedAdderCost: 26
22.87/23.01	c Try to convert by bdds
22.87/23.02	c D: 1
22.87/23.02	c estimatedAdderCost: 26
22.87/23.02	c Try to convert by bdds
22.87/23.02	c D: 1
22.87/23.02	c estimatedAdderCost: 26
22.87/23.02	c Try to convert by bdds
22.87/23.03	c D: 1
22.87/23.03	c estimatedAdderCost: 26
22.87/23.03	c Try to convert by bdds
22.87/23.03	c D: 1
22.87/23.03	c estimatedAdderCost: 26
22.87/23.03	c Try to convert by bdds
22.87/23.04	c D: 1
22.87/23.04	c estimatedAdderCost: 26
22.87/23.04	c Try to convert by bdds
22.87/23.04	c D: 1
22.87/23.04	c estimatedAdderCost: 26
22.87/23.04	c Try to convert by bdds
22.87/23.05	c D: 1
22.87/23.05	c estimatedAdderCost: 26
22.87/23.05	c Try to convert by bdds
22.87/23.05	c D: 1
22.87/23.05	c estimatedAdderCost: 26
22.87/23.05	c Try to convert by bdds
22.87/23.06	c D: 1
22.87/23.06	c estimatedAdderCost: 26
22.87/23.06	c Try to convert by bdds
22.87/23.06	c D: 1
22.87/23.06	c estimatedAdderCost: 26
22.87/23.06	c Try to convert by bdds
22.87/23.07	c D: 1
22.87/23.07	c estimatedAdderCost: 26
22.87/23.07	c Try to convert by bdds
22.87/23.07	c D: 1
22.87/23.07	c estimatedAdderCost: 26
22.87/23.07	c Try to convert by bdds
22.87/23.08	c D: 1
22.87/23.08	c estimatedAdderCost: 26
22.87/23.08	c Try to convert by bdds
22.87/23.08	c D: 1
22.87/23.08	c estimatedAdderCost: 26
22.87/23.08	c Try to convert by bdds
22.87/23.09	c D: 1
22.87/23.09	c estimatedAdderCost: 26
22.87/23.09	c Try to convert by bdds
22.87/23.09	c D: 1
22.87/23.09	c estimatedAdderCost: 26
22.87/23.09	c Try to convert by bdds
22.87/23.10	c D: 1
22.87/23.10	c estimatedAdderCost: 26
22.87/23.10	c Try to convert by bdds
22.87/23.11	c D: 1
22.87/23.11	c estimatedAdderCost: 26
22.87/23.11	c Try to convert by bdds
22.97/23.11	c D: 1
22.97/23.11	c estimatedAdderCost: 26
22.97/23.11	c Try to convert by bdds
22.97/23.12	c D: 1
22.97/23.12	c estimatedAdderCost: 26
22.97/23.12	c Try to convert by bdds
22.97/23.12	c D: 1
22.97/23.12	c estimatedAdderCost: 26
22.97/23.12	c Try to convert by bdds
22.97/23.13	c D: 1
22.97/23.13	c estimatedAdderCost: 26
22.97/23.13	c Try to convert by bdds
22.97/23.13	c D: 1
22.97/23.13	c estimatedAdderCost: 26
22.97/23.13	c Try to convert by bdds
22.97/23.14	c D: 1
22.97/23.14	c estimatedAdderCost: 18
22.97/23.14	c Try to convert by bdds
22.97/23.14	c D: 1
22.97/23.14	c estimatedAdderCost: 18
22.97/23.14	c Try to convert by bdds
22.97/23.14	c D: 1
22.97/23.14	c estimatedAdderCost: 18
22.97/23.14	c Try to convert by bdds
22.97/23.15	c D: 1
22.97/23.15	c estimatedAdderCost: 18
22.97/23.15	c Try to convert by bdds
22.97/23.15	c D: 1
22.97/23.15	c estimatedAdderCost: 18
22.97/23.15	c Try to convert by bdds
22.97/23.15	c D: 1
22.97/23.15	c estimatedAdderCost: 18
22.97/23.15	c Try to convert by bdds
22.97/23.16	c D: 1
22.97/23.16	c estimatedAdderCost: 18
22.97/23.16	c Try to convert by bdds
22.97/23.16	c D: 1
22.97/23.16	c estimatedAdderCost: 18
22.97/23.16	c Try to convert by bdds
22.97/23.16	c D: 1
22.97/23.16	c estimatedAdderCost: 18
22.97/23.16	c Try to convert by bdds
22.97/23.17	c D: 1
22.97/23.17	c estimatedAdderCost: 18
22.97/23.17	c Try to convert by bdds
22.97/23.17	c D: 1
22.97/23.17	c estimatedAdderCost: 26
22.97/23.17	c Try to convert by bdds
22.97/23.17	c D: 1
22.97/23.17	c estimatedAdderCost: 26
22.97/23.17	c Try to convert by bdds
22.97/23.18	c D: 1
22.97/23.18	c estimatedAdderCost: 26
22.97/23.18	c Try to convert by bdds
22.97/23.18	c D: 1
22.97/23.18	c estimatedAdderCost: 26
22.97/23.18	c Try to convert by bdds
22.97/23.19	c D: 1
22.97/23.19	c estimatedAdderCost: 26
22.97/23.19	c Try to convert by bdds
23.05/23.20	c D: 1
23.05/23.20	c estimatedAdderCost: 26
23.05/23.20	c Try to convert by bdds
23.05/23.20	c D: 1
23.05/23.20	c estimatedAdderCost: 26
23.05/23.20	c Try to convert by bdds
23.05/23.21	c D: 1
23.05/23.21	c estimatedAdderCost: 26
23.05/23.21	c Try to convert by bdds
23.05/23.21	c D: 1
23.05/23.21	c estimatedAdderCost: 26
23.05/23.21	c Try to convert by bdds
23.05/23.22	c D: 1
23.05/23.22	c estimatedAdderCost: 26
23.05/23.22	c Try to convert by bdds
23.05/23.22	c D: 1
23.05/23.22	c estimatedAdderCost: 26
23.05/23.22	c Try to convert by bdds
23.05/23.23	c D: 1
23.05/23.23	c estimatedAdderCost: 26
23.05/23.23	c Try to convert by bdds
23.05/23.23	c D: 1
23.05/23.23	c estimatedAdderCost: 26
23.05/23.23	c Try to convert by bdds
23.05/23.24	c D: 1
23.05/23.24	c estimatedAdderCost: 26
23.05/23.24	c Try to convert by bdds
23.05/23.24	c D: 1
23.05/23.24	c estimatedAdderCost: 26
23.05/23.24	c Try to convert by bdds
23.05/23.25	c D: 1
23.05/23.25	c estimatedAdderCost: 26
23.05/23.25	c Try to convert by bdds
23.05/23.25	c D: 1
23.05/23.25	c estimatedAdderCost: 26
23.05/23.25	c Try to convert by bdds
23.05/23.26	c D: 1
23.05/23.26	c estimatedAdderCost: 26
23.05/23.26	c Try to convert by bdds
23.05/23.27	c D: 1
23.05/23.27	c estimatedAdderCost: 26
23.05/23.27	c Try to convert by bdds
23.05/23.27	c D: 1
23.05/23.27	c estimatedAdderCost: 26
23.05/23.27	c Try to convert by bdds
23.05/23.28	c D: 1
23.05/23.28	c estimatedAdderCost: 26
23.05/23.28	c Try to convert by bdds
23.05/23.28	c D: 1
23.05/23.28	c estimatedAdderCost: 26
23.05/23.28	c Try to convert by bdds
23.05/23.29	c D: 1
23.05/23.29	c estimatedAdderCost: 26
23.05/23.29	c Try to convert by bdds
23.05/23.29	c D: 1
23.05/23.29	c estimatedAdderCost: 26
23.05/23.29	c Try to convert by bdds
23.15/23.30	c D: 1
23.15/23.30	c estimatedAdderCost: 26
23.15/23.30	c Try to convert by bdds
23.15/23.30	c D: 1
23.15/23.30	c estimatedAdderCost: 26
23.15/23.30	c Try to convert by bdds
23.15/23.31	c D: 1
23.15/23.31	c estimatedAdderCost: 26
23.15/23.31	c Try to convert by bdds
23.15/23.31	c D: 1
23.15/23.31	c estimatedAdderCost: 26
23.15/23.31	c Try to convert by bdds
23.15/23.32	c D: 1
23.15/23.32	c estimatedAdderCost: 26
23.15/23.32	c Try to convert by bdds
23.15/23.32	c D: 1
23.15/23.32	c estimatedAdderCost: 26
23.15/23.32	c Try to convert by bdds
23.15/23.33	c D: 1
23.15/23.33	c estimatedAdderCost: 26
23.15/23.33	c Try to convert by bdds
23.15/23.33	c D: 1
23.15/23.33	c estimatedAdderCost: 26
23.15/23.33	c Try to convert by bdds
23.15/23.34	c D: 1
23.15/23.34	c estimatedAdderCost: 26
23.15/23.34	c Try to convert by bdds
23.15/23.34	c D: 1
23.15/23.34	c estimatedAdderCost: 26
23.15/23.34	c Try to convert by bdds
23.15/23.35	c D: 1
23.15/23.35	c estimatedAdderCost: 26
23.15/23.35	c Try to convert by bdds
23.15/23.35	c D: 1
23.15/23.35	c estimatedAdderCost: 26
23.15/23.35	c Try to convert by bdds
23.15/23.36	c D: 1
23.15/23.36	c estimatedAdderCost: 26
23.15/23.36	c Try to convert by bdds
23.15/23.37	c D: 1
23.15/23.37	c estimatedAdderCost: 26
23.15/23.37	c Try to convert by bdds
23.15/23.37	c D: 1
23.15/23.37	c estimatedAdderCost: 26
23.15/23.37	c Try to convert by bdds
23.15/23.38	c D: 1
23.15/23.38	c estimatedAdderCost: 26
23.15/23.38	c Try to convert by bdds
23.15/23.38	c D: 1
23.15/23.38	c estimatedAdderCost: 26
23.15/23.38	c Try to convert by bdds
23.15/23.39	c D: 1
23.15/23.39	c estimatedAdderCost: 26
23.15/23.39	c Try to convert by bdds
23.15/23.39	c D: 1
23.15/23.39	c estimatedAdderCost: 26
23.15/23.39	c Try to convert by bdds
23.25/23.40	c D: 1
23.25/23.40	c estimatedAdderCost: 26
23.25/23.40	c Try to convert by bdds
23.25/23.40	c D: 1
23.25/23.40	c estimatedAdderCost: 26
23.25/23.40	c Try to convert by bdds
23.25/23.41	c D: 1
23.25/23.41	c estimatedAdderCost: 26
23.25/23.41	c Try to convert by bdds
23.25/23.41	c D: 1
23.25/23.41	c estimatedAdderCost: 26
23.25/23.41	c Try to convert by bdds
23.25/23.42	c D: 1
23.25/23.42	c estimatedAdderCost: 26
23.25/23.42	c Try to convert by bdds
23.25/23.42	c D: 1
23.25/23.42	c estimatedAdderCost: 26
23.25/23.42	c Try to convert by bdds
23.25/23.43	c D: 1
23.25/23.43	c estimatedAdderCost: 26
23.25/23.43	c Try to convert by bdds
23.25/23.43	c D: 1
23.25/23.43	c estimatedAdderCost: 26
23.25/23.43	c Try to convert by bdds
23.25/23.44	c D: 1
23.25/23.44	c estimatedAdderCost: 26
23.25/23.44	c Try to convert by bdds
23.25/23.44	c D: 1
23.25/23.44	c estimatedAdderCost: 26
23.25/23.44	c Try to convert by bdds
23.25/23.45	c D: 1
23.25/23.45	c estimatedAdderCost: 26
23.25/23.45	c Try to convert by bdds
23.25/23.45	c D: 1
23.25/23.45	c estimatedAdderCost: 26
23.25/23.45	c Try to convert by bdds
23.25/23.46	c D: 1
23.25/23.46	c estimatedAdderCost: 26
23.25/23.46	c Try to convert by bdds
23.25/23.46	c D: 1
23.25/23.46	c estimatedAdderCost: 26
23.25/23.46	c Try to convert by bdds
23.25/23.47	c D: 1
23.25/23.47	c estimatedAdderCost: 26
23.25/23.47	c Try to convert by bdds
23.25/23.47	c D: 1
23.25/23.47	c estimatedAdderCost: 26
23.25/23.47	c Try to convert by bdds
23.25/23.48	c D: 1
23.25/23.48	c estimatedAdderCost: 26
23.25/23.48	c Try to convert by bdds
23.25/23.48	c D: 1
23.25/23.48	c estimatedAdderCost: 26
23.25/23.48	c Try to convert by bdds
23.25/23.49	c D: 1
23.25/23.49	c estimatedAdderCost: 26
23.25/23.49	c Try to convert by bdds
23.25/23.50	c D: 1
23.25/23.50	c estimatedAdderCost: 26
23.25/23.50	c Try to convert by bdds
23.35/23.50	c D: 1
23.35/23.50	c estimatedAdderCost: 26
23.35/23.50	c Try to convert by bdds
23.35/23.51	c D: 1
23.35/23.51	c estimatedAdderCost: 26
23.35/23.51	c Try to convert by bdds
23.35/23.51	c D: 1
23.35/23.51	c estimatedAdderCost: 18
23.35/23.51	c Try to convert by bdds
23.35/23.51	c D: 1
23.35/23.51	c estimatedAdderCost: 18
23.35/23.51	c Try to convert by bdds
23.35/23.52	c D: 1
23.35/23.52	c estimatedAdderCost: 18
23.35/23.52	c Try to convert by bdds
23.35/23.52	c D: 1
23.35/23.52	c estimatedAdderCost: 18
23.35/23.52	c Try to convert by bdds
23.35/23.52	c D: 1
23.35/23.52	c estimatedAdderCost: 18
23.35/23.52	c Try to convert by bdds
23.35/23.53	c D: 1
23.35/23.53	c estimatedAdderCost: 18
23.35/23.53	c Try to convert by bdds
23.35/23.53	c D: 1
23.35/23.53	c estimatedAdderCost: 18
23.35/23.53	c Try to convert by bdds
23.35/23.53	c D: 1
23.35/23.53	c estimatedAdderCost: 18
23.35/23.53	c Try to convert by bdds
23.35/23.54	c D: 1
23.35/23.54	c estimatedAdderCost: 18
23.35/23.54	c Try to convert by bdds
23.35/23.54	c D: 1
23.35/23.54	c estimatedAdderCost: 18
23.35/23.54	c Try to convert by bdds
23.35/23.54	c D: 1
23.35/23.54	c estimatedAdderCost: 18
23.35/23.54	c Try to convert by bdds
23.35/23.55	c D: 1
23.35/23.55	c estimatedAdderCost: 16
23.35/23.55	c Try to convert by bdds
23.35/23.55	c D: 1
23.35/23.55	c estimatedAdderCost: 16
23.35/23.55	c Try to convert by bdds
23.35/23.55	c D: 1
23.35/23.55	c estimatedAdderCost: 16
23.35/23.55	c Try to convert by bdds
23.35/23.55	c D: 1
23.35/23.55	c estimatedAdderCost: 16
23.35/23.55	c Try to convert by bdds
23.35/23.55	c D: 1
23.35/23.55	c estimatedAdderCost: 16
23.35/23.55	c Try to convert by bdds
23.35/23.55	c D: 1
23.35/23.55	c estimatedAdderCost: 16
23.35/23.55	c Try to convert by bdds
23.35/23.55	c D: 1
23.35/23.55	c estimatedAdderCost: 16
23.35/23.55	c Try to convert by bdds
23.35/23.55	c D: 1
23.35/23.55	c estimatedAdderCost: 16
23.35/23.55	c Try to convert by bdds
23.35/23.56	c D: 1
23.35/23.56	c estimatedAdderCost: 16
23.35/23.56	c Try to convert by bdds
23.35/23.56	c D: 1
23.35/23.56	c estimatedAdderCost: 16
23.35/23.56	c Try to convert by bdds
23.35/23.56	c D: 1
23.35/23.56	c estimatedAdderCost: 16
23.35/23.56	c Try to convert by bdds
23.35/23.56	c D: 1
23.35/23.56	c 
24.25/24.46	c pb_solver_status: sst_unknown
24.25/24.46	c SCIP presolver nodes=904 > 1; boosting initial SCIP budget to 1000.0 sec
24.25/24.46	c goal1 is divided by 128
24.25/24.46	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 128
24.25/24.46	c Rest goal: size: 7 smallest: 1 biggest: 64
24.25/24.46	c goal1 is divided by 64
24.25/24.46	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 64
24.25/24.46	c Rest goal: size: 6 smallest: 1 biggest: 32
24.25/24.46	c goal1 is divided by 32
24.25/24.46	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 32
24.25/24.46	c Rest goal: size: 5 smallest: 1 biggest: 16
24.25/24.46	c goal1 is divided by 16
24.25/24.46	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 16
24.25/24.46	c Rest goal: size: 4 smallest: 1 biggest: 8
24.25/24.46	c goal1 is divided by 8
24.25/24.46	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 8
24.25/24.46	c Rest goal: size: 3 smallest: 1 biggest: 4
24.25/24.46	c goal1 is divided by 4
24.25/24.46	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 4
24.25/24.46	c Rest goal: size: 2 smallest: 1 biggest: 2
24.25/24.46	c goal1 is divided by 2
24.25/24.46	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 2
24.25/24.46	c Rest goal: size: 1 smallest: 1 biggest: 1
24.25/24.46	c total stages of optimization mode: 8
24.25/24.46	c multi stage optimization mode: 1-th step
24.25/24.46	c Maximizing current goal: (1)1*~x8  in [-oo,+oo]
24.25/24.46	c LB updated by evalGoalLB to 0
24.25/24.46	c UB updated by evalGoalUB to 1
24.25/24.46	c minimizationMode: cmm_First_solve
24.25/24.46	c goal coeffs: 1 
24.25/24.46	c assumptions: 
24.25/24.46	c invoking solver with time budget: 5.000000
30.43/30.66	c sat_solver_result: sst_unknown
30.43/30.66	c SAT solver timed out; proceeding to cooperative SCIP call
30.43/30.66	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1
30.43/30.66	c scip solving with time budget: 1000.000000
30.43/30.66	c solveScip
30.43/30.66	c initScipForCoop
30.43/30.66	c Cooperative mode: scip_coop_offset=1.000000
30.43/30.66	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
30.43/30.66	c Running SCIP presolve for solve-time propagation (rounds=3)
30.43/30.67	c presolving:
30.43/30.68	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
30.43/30.69	c    (0.0s) running MILP presolver
30.52/30.72	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
30.52/30.72	c (round 2, medium)     0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
30.52/30.73	c    (0.1s) probing: 138/1812 (7.6%) - 0 fixings, 0 aggregations, 25 implications, 0 bound changes
30.52/30.73	c    (0.1s) probing aborted: 50/50 successive totally useless probings
30.52/30.76	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
30.52/30.76	c  0 deleted vars, 3443 deleted constraints, 1793 added constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 132 changed coefficients
30.52/30.76	c  0 implications, 91 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
30.52/30.76	c presolved problem has 1812 variables (1812 bin, 0 int, 0 cont) and 1793 constraints
30.52/30.76	c      77 constraints of type <knapsack>
30.52/30.76	c    1716 constraints of type <linear>
30.52/30.76	c transformed objective value is always integral (scale: 1)
30.52/30.76	c Presolving Time: 0.09
30.52/30.77	c presolving:
30.52/30.78	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
30.52/30.79	c    (0.0s) running MILP presolver
30.62/30.82	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
30.62/30.82	c (round 2, medium)     0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
30.62/30.83	c (round 3, exhaustive) 0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 77 upgd conss, 0 impls, 66 clqs, 0 implints
30.62/30.83	c (round 4, exhaustive) 0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 0 impls, 77 clqs, 0 implints
30.62/30.84	c    (0.1s) probing: 138/1812 (7.6%) - 0 fixings, 0 aggregations, 25 implications, 0 bound changes
30.62/30.84	c    (0.1s) probing aborted: 50/50 successive totally useless probings
30.62/30.87	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
30.62/30.88	c    (0.1s) symmetry computation finished: 715 generators found (max: 1500, log10 of symmetry group size: 215.24) (symcode time: 0.00)
30.62/30.88	c dynamic symmetry handling statistics:
30.62/30.88	c    orbitopal reduction:       no components
30.62/30.88	c    orbital reduction:         no components
30.62/30.88	c    lexicographic reduction:   no permutations
30.62/30.88	c handled 715 out of 715 symmetry components
30.62/30.88	c (round 5, exhaustive) 0 del vars, 3443 del conss, 2508 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 0 impls, 817 clqs, 0 implints
30.62/30.89	c (round 6, exhaustive) 0 del vars, 3443 del conss, 2508 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 858 upgd conss, 0 impls, 817 clqs, 0 implints
30.62/30.89	c presolving (7 rounds: 7 fast, 6 medium, 5 exhaustive):
30.62/30.89	c  0 deleted vars, 3443 deleted constraints, 2508 added constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 132 changed coefficients
30.62/30.89	c  0 implications, 817 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
30.62/30.89	c presolved problem has 1812 variables (1812 bin, 0 int, 0 cont) and 2508 constraints
30.62/30.89	c     143 constraints of type <knapsack>
30.62/30.89	c     715 constraints of type <setppc>
30.62/30.89	c    1650 constraints of type <linear>
30.62/30.89	c transformed objective value is always integral (scale: 1)
30.62/30.89	c Presolving Time: 0.13
30.62/30.89	c 
30.72/30.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.72/30.95	c   0.2s|     1 |     0 |  1556 |     - |   130M |   0 |1812 |2531 |2508 |   0 |  0 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
30.94/31.18	c   0.4s|     1 |     0 |  4998 |     - |   131M |   0 |1812 |2531 |2518 |  10 |  1 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.02/31.21	c   0.4s|     1 |     0 |  5536 |     - |   131M |   0 |1812 |2531 |2528 |  20 |  2 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.02/31.24	c   0.5s|     1 |     0 |  5742 |     - |   131M |   0 |1812 |2530 |2537 |  29 |  3 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.02/31.28	c   0.5s|     1 |     0 |  5927 |     - |   132M |   0 |1812 |2530 |2546 |  38 |  4 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.12/31.32	c   0.6s|     1 |     0 |  6079 |     - |   132M |   0 |1812 |2530 |2555 |  47 |  5 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.12/31.35	c   0.6s|     1 |     0 |  6156 |     - |   133M |   0 |1812 |2530 |2565 |  57 |  6 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.12/31.38	c   0.6s|     1 |     0 |  6174 |     - |   133M |   0 |1812 |2530 |2572 |  64 |  7 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.22/31.41	c   0.6s|     1 |     0 |  6192 |     - |   136M |   0 |1812 |2530 |2581 |  73 |  8 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.22/31.44	c   0.7s|     1 |     0 |  6251 |     - |   136M |   0 |1812 |2530 |2589 |  81 |  9 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.22/31.47	c   0.7s|     1 |     0 |  6306 |     - |   136M |   0 |1812 |2530 |2597 |  89 | 10 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.22/31.48	c   0.7s|     1 |     0 |  6324 |     - |   136M |   0 |1812 |2530 |2606 |  98 | 11 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
31.42/31.66	c   0.9s|     1 |     2 |  9027 |     - |   136M |   0 |1812 |2534 |2606 |  98 | 11 |  26 |  19 | 0.000000e+00 |      --      |    Inf | unknown
33.01/33.23	c   2.5s|   100 |    91 | 20791 | 147.4 |   139M |  37 |1812 |2562 |2593 | 154 |  0 |  54 |  19 | 0.000000e+00 |      --      |    Inf |   3.92%
33.82/34.09	c   3.3s|   200 |   150 | 24978 |  94.4 |   142M |  50 |1812 |2646 |2590 | 205 |  0 | 138 |  19 | 0.000000e+00 |      --      |    Inf |   3.92%
34.11/34.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.11/34.35	c   3.6s|   300 |   157 | 29068 |  76.5 |   143M |  50 |1812 |2782 |2596 | 265 |  1 | 274 |  19 | 0.000000e+00 |      --      |    Inf |   3.92%
34.31/34.57	c   3.8s|   400 |   173 | 32622 |  66.2 |   145M |  50 |1812 |2875 |2610 | 321 |  1 | 367 |  19 | 0.000000e+00 |      --      |    Inf |   3.92%
35.21/35.47	c   4.7s|   500 |   206 | 37291 |  62.3 |   145M |  50 |1812 |2935 |2593 | 383 |  1 | 450 |  19 | 0.000000e+00 |      --      |    Inf |   4.51%
35.60/35.89	c   5.1s|   600 |   223 | 41362 |  58.7 |   146M |  50 |1812 |3022 |2599 | 440 |  2 | 566 |  19 | 0.000000e+00 |      --      |    Inf |   4.51%
36.60/36.84	c   6.1s|   700 |   259 | 46083 |  57.1 |   147M |  50 |1812 |3072 |2581 | 589 |  1 | 627 |  19 | 0.000000e+00 |      --      |    Inf |   4.52%
37.70/38.01	c   7.2s|   800 |   330 | 51897 |  57.2 |   148M |  50 |1812 |3139 |2599 | 671 |  1 | 702 |  19 | 0.000000e+00 |      --      |    Inf |   4.55%
38.59/38.88	c   8.1s|   900 |   368 | 57744 |  57.3 |   148M |  50 |1812 |3202 |   0 | 731 |  0 | 780 |  19 | 0.000000e+00 |      --      |    Inf |   4.55%
39.29/39.51	c   8.8s|  1000 |   382 | 60805 |  54.7 |   148M |  50 |1812 |3288 |2591 | 766 |  1 | 887 |  19 | 0.000000e+00 |      --      |    Inf |   4.55%
40.49/40.71	c  10.0s|  1100 |   407 | 64606 |  53.1 |   148M |  50 |1812 |3338 |2588 | 814 |  1 | 948 |  19 | 0.000000e+00 |      --      |    Inf |   4.55%
41.58/41.84	c  11.1s|  1200 |   434 | 69373 |  52.7 |   149M |  50 |1812 |3383 |2588 | 892 |  1 |1003 |  19 | 0.000000e+00 |      --      |    Inf |   4.56%
43.08/43.33	c  12.6s|  1300 |   489 | 72419 |  51.0 |   148M |  52 |1812 |3418 |2598 | 964 |  0 |1046 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
44.37/44.60	c  13.8s|  1400 |   534 | 77753 |  51.1 |   149M |  52 |1812 |3458 |2585 |1030 |  1 |1094 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
44.78/45.09	c  14.3s|  1500 |   561 | 80437 |  49.5 |   149M |  52 |1812 |3503 |   0 |1073 |  0 |1140 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
46.07/46.39	c  15.6s|  1600 |   600 | 83461 |  48.3 |   149M |  52 |1812 |3559 |   0 |1112 |  0 |1200 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
47.96/48.22	c  17.5s|  1700 |   628 | 85931 |  46.9 |   150M |  52 |1812 |3606 |2593 |1163 |  1 |1253 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
48.66/48.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.66/48.96	c  18.2s|  1800 |   641 | 88440 |  45.7 |   151M |  52 |1812 |3663 |2587 |1186 |  1 |1318 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
50.15/50.41	c  19.7s|  1900 |   661 | 91128 |  44.7 |   151M |  52 |1812 |3719 |2581 |1252 |  1 |1375 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
51.86/52.16	c  21.4s|  2000 |   680 | 93626 |  43.7 |   151M |  52 |1812 |3761 |2585 |1295 |  1 |1420 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
52.04/52.32	c  21.6s|  2100 |   688 | 95344 |  42.5 |   151M |  52 |1812 |3843 |   0 |1327 |  0 |1507 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
52.94/53.27	c  22.5s|  2200 |   708 | 97231 |  41.4 |   151M |  52 |1812 |3899 |   0 |1343 |  0 |1564 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
53.54/53.84	c  23.1s|  2300 |   725 | 99764 |  40.7 |   151M |  52 |1812 |3948 |2589 |1377 |  1 |1616 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
54.03/54.31	c  23.6s|  2400 |   750 |102796 |  40.3 |   152M |  52 |1812 |4000 |2592 |1412 |  1 |1670 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
54.23/54.59	c  23.8s|  2500 |   763 |105021 |  39.5 |   152M |  52 |1812 |4045 |2587 |1424 |  2 |1716 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
54.43/54.78	c  24.0s|  2600 |   776 |107606 |  39.0 |   152M |  52 |1812 |4102 |   0 |1461 |  0 |1774 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
55.23/55.55	c  24.8s|  2700 |   802 |110532 |  38.7 |   152M |  52 |1812 |4148 |2597 |1490 |  1 |1824 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
56.92/57.29	c  26.5s|  2800 |   824 |113031 |  38.2 |   153M |  52 |1812 |4188 |   0 |1521 |  0 |1871 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
57.12/57.44	c  26.7s|  2900 |   813 |114924 |  37.5 |   153M |  52 |1812 |4264 |   0 |1546 |  0 |1953 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
58.02/58.37	c  27.6s|  3000 |   827 |117305 |  37.0 |   153M |  52 |1812 |4320 |2590 |1572 |  1 |2018 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
58.61/59.01	c  28.2s|  3100 |   835 |119248 |  36.5 |   153M |  52 |1812 |4353 |   0 |1604 |  0 |2054 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
59.91/60.28	c  29.5s|  3200 |   877 |121975 |  36.2 |   154M |  52 |1812 |4396 |2595 |1654 |  1 |2099 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
60.21/60.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.21/60.52	c  29.8s|  3300 |   896 |124857 |  36.0 |   154M |  52 |1812 |4460 |2595 |1697 |  1 |2165 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
60.90/61.24	c  30.5s|  3400 |   922 |129172 |  36.2 |   154M |  52 |1812 |4502 |2596 |1757 |  1 |2209 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
63.19/63.56	c  32.8s|  3500 |   982 |133148 |  36.3 |   154M |  52 |1812 |4520 |   0 |1791 |  0 |2231 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
63.71/64.06	c  33.3s|  3600 |  1006 |135085 |  35.8 |   155M |  52 |1812 |4576 |   0 |1811 |  0 |2290 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
64.39/64.75	c  34.0s|  3700 |  1020 |138938 |  35.9 |   155M |  52 |1812 |4635 |2594 |1830 |  1 |2357 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
64.59/65.00	c  34.2s|  3800 |  1071 |143165 |  36.1 |   155M |  52 |1812 |4702 |2598 |1863 |  2 |2432 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
64.80/65.18	c  34.4s|  3900 |  1087 |145653 |  35.8 |   155M |  52 |1812 |4765 |2587 |1885 |  1 |2505 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
64.99/65.38	c  34.6s|  4000 |  1124 |149561 |  35.9 |   156M |  52 |1812 |4786 |2590 |1905 |  1 |2528 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
65.29/65.65	c  34.9s|  4100 |  1158 |153128 |  35.8 |   156M |  52 |1812 |4817 |2596 |1943 |  2 |2566 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
65.48/65.86	c  35.1s|  4200 |  1178 |156134 |  35.7 |   156M |  52 |1812 |4897 |   0 |1985 |  0 |2651 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
65.70/66.09	c  35.3s|  4300 |  1200 |159481 |  35.7 |   157M |  52 |1812 |4933 |   0 |2100 |  0 |2689 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
65.88/66.27	c  35.5s|  4400 |  1214 |162254 |  35.5 |   157M |  52 |1812 |4971 |   0 |2115 |  0 |2733 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
66.08/66.42	c  35.7s|  4500 |  1227 |164051 |  35.1 |   157M |  52 |1812 |5027 |2588 |2138 |  1 |2796 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
66.28/66.60	c  35.8s|  4600 |  1234 |166068 |  34.8 |   157M |  52 |1812 |5071 |2589 |2170 |  1 |2853 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
66.38/66.79	c  36.0s|  4700 |  1244 |169002 |  34.6 |   157M |  52 |1812 |5145 |2585 |2189 |  1 |2938 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
66.58/66.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.58/66.97	c  36.2s|  4800 |  1256 |171432 |  34.4 |   157M |  52 |1812 |5239 |   0 |2207 |  0 |3035 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
66.79/67.14	c  36.4s|  4900 |  1255 |173778 |  34.2 |   158M |  52 |1812 |5308 |   0 |2225 |  0 |3109 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
66.98/67.35	c  36.6s|  5000 |  1294 |176266 |  34.0 |   158M |  52 |1812 |5305 |2589 |2247 |  1 |3147 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
67.18/67.53	c  36.8s|  5100 |  1320 |179339 |  34.0 |   158M |  52 |1812 |5308 |2588 |2248 |  1 |3169 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
67.38/67.73	c  37.0s|  5200 |  1331 |182537 |  33.9 |   158M |  52 |1812 |5329 |2590 |2252 |  1 |3208 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
67.58/67.91	c  37.1s|  5300 |  1350 |185295 |  33.8 |   158M |  52 |1812 |5346 |2590 |2262 |  1 |3240 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
67.70/68.07	c  37.3s|  5400 |  1358 |187863 |  33.6 |   159M |  52 |1812 |5413 |2590 |2267 |  1 |3309 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
67.88/68.24	c  37.5s|  5500 |  1357 |190153 |  33.5 |   159M |  52 |1812 |5484 |   0 |2268 |  0 |3386 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
67.98/68.39	c  37.6s|  5600 |  1350 |192584 |  33.3 |   159M |  52 |1812 |5527 |2590 |2273 |  1 |3434 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
68.28/68.65	c  37.9s|  5700 |  1358 |194511 |  33.0 |   159M |  52 |1812 |5509 |2594 |2309 |  1 |3494 |  19 | 0.000000e+00 |      --      |    Inf |   4.61%
68.48/68.82	c  38.1s|  5800 |  1385 |196731 |  32.9 |   159M |  52 |1812 |5545 |   0 |2344 |  0 |3557 |  19 | 0.000000e+00 |      --      |    Inf |   4.62%
68.58/68.99	c  38.2s|  5900 |  1395 |198792 |  32.6 |   160M |  52 |1812 |5586 |2590 |2370 |  1 |3618 |  19 | 0.000000e+00 |      --      |    Inf |   4.63%
68.79/69.17	c  38.4s|  6000 |  1415 |200661 |  32.4 |   160M |  52 |1812 |5642 |2598 |2423 |  1 |3692 |  19 | 0.000000e+00 |      --      |    Inf |   4.64%
68.98/69.36	c  38.6s|  6100 |  1402 |202398 |  32.2 |   160M |  52 |1812 |5688 |2590 |2481 |  1 |3761 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
69.18/69.54	c  38.8s|  6200 |  1408 |204837 |  32.0 |   160M |  52 |1812 |5673 |2581 |2497 |  1 |3827 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
69.38/69.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.38/69.73	c  39.0s|  6300 |  1439 |207355 |  31.9 |   160M |  52 |1812 |5693 |2584 |2518 |  1 |3889 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
69.48/69.88	c  39.1s|  6400 |  1443 |209441 |  31.8 |   160M |  52 |1812 |5737 |2584 |2525 |  1 |3958 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
69.69/70.08	c  39.3s|  6500 |  1443 |211960 |  31.7 |   160M |  52 |1812 |5727 |2581 |2574 |  1 |4037 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
69.98/70.33	c  39.6s|  6600 |  1493 |217404 |  32.0 |   161M |  52 |1812 |5712 |2581 |2601 |  1 |4081 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
70.18/70.57	c  39.8s|  6700 |  1548 |222341 |  32.3 |   161M |  52 |1812 |5725 |2584 |2623 |  1 |4124 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
70.47/70.82	c  40.1s|  6800 |  1594 |227901 |  32.6 |   162M |  52 |1812 |5723 |2585 |2672 |  1 |4179 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
70.69/71.05	c  40.3s|  6900 |  1643 |231870 |  32.7 |   162M |  52 |1812 |5732 |   0 |2716 |  0 |4228 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
70.87/71.25	c  40.5s|  7000 |  1675 |235404 |  32.7 |   162M |  52 |1812 |5764 |2586 |2752 |  1 |4293 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
71.07/71.45	c  40.7s|  7100 |  1695 |238408 |  32.7 |   162M |  52 |1812 |5769 |2584 |2777 |  1 |4358 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
71.27/71.68	c  40.9s|  7200 |  1724 |243021 |  32.9 |   163M |  52 |1812 |5782 |2589 |2790 |  1 |4416 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
71.47/71.89	c  41.1s|  7300 |  1742 |247045 |  33.0 |   163M |  52 |1812 |5795 |2589 |2815 |  2 |4476 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
71.78/72.13	c  41.4s|  7400 |  1780 |251754 |  33.2 |   163M |  52 |1812 |5841 |2588 |2844 |  2 |4565 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
71.97/72.35	c  41.6s|  7500 |  1828 |256031 |  33.3 |   163M |  52 |1812 |5870 |   0 |2889 |  0 |4604 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
72.27/72.65	c  41.9s|  7600 |  1847 |258899 |  33.3 |   164M |  52 |1812 |5911 |   0 |2957 |  0 |4674 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
72.57/72.97	c  42.2s|  7700 |  1871 |262306 |  33.3 |   164M |  52 |1812 |5835 |2581 |3003 |  1 |4735 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
72.96/73.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.96/73.31	c  42.6s|  7800 |  1910 |268213 |  33.6 |   164M |  52 |1812 |5846 |   0 |3044 |  0 |4792 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
73.16/73.54	c  42.8s|  7900 |  1924 |270578 |  33.5 |   164M |  52 |1812 |5852 |2594 |3068 |  1 |4856 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
73.36/73.73	c  43.0s|  8000 |  1937 |272643 |  33.3 |   165M |  52 |1812 |5849 |2591 |3097 |  1 |4903 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
73.56/73.95	c  43.2s|  8100 |  1956 |276308 |  33.4 |   165M |  52 |1812 |5863 |2592 |3111 |  1 |4949 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
73.78/74.15	c  43.4s|  8200 |  1974 |279811 |  33.4 |   166M |  52 |1812 |5894 |2590 |3121 |  1 |5002 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
73.96/74.35	c  43.6s|  8300 |  1996 |282585 |  33.3 |   166M |  52 |1812 |5950 |2592 |3137 |  1 |5079 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
74.16/74.51	c  43.8s|  8400 |  2005 |284626 |  33.2 |   166M |  52 |1812 |6015 |2590 |3143 |  1 |5154 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
74.36/74.72	c  44.0s|  8500 |  2028 |287971 |  33.2 |   166M |  52 |1812 |6074 |   0 |3160 |  0 |5237 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
74.56/74.90	c  44.1s|  8600 |  2031 |290731 |  33.1 |   167M |  52 |1812 |6066 |2590 |3169 |  1 |5320 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
74.67/75.10	c  44.3s|  8700 |  2023 |293099 |  33.0 |   167M |  52 |1812 |6133 |   0 |3181 |  0 |5416 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
74.86/75.28	c  44.5s|  8800 |  2023 |295132 |  32.8 |   167M |  52 |1812 |6118 |2590 |3188 |  1 |5481 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
75.06/75.45	c  44.7s|  8900 |  2044 |297431 |  32.7 |   168M |  52 |1812 |6118 |2593 |3196 |  2 |5547 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
75.35/75.72	c  45.0s|  9000 |  2066 |300301 |  32.7 |   168M |  52 |1812 |6163 |   0 |3243 |  0 |5595 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
75.55/75.94	c  45.2s|  9100 |  2080 |303838 |  32.7 |   168M |  52 |1812 |6163 |   0 |3296 |  0 |5664 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
75.77/76.11	c  45.4s|  9200 |  2085 |306197 |  32.6 |   168M |  52 |1812 |6127 |   0 |3308 |  0 |5720 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
75.85/76.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.85/76.26	c  45.5s|  9300 |  2085 |308214 |  32.5 |   168M |  52 |1812 |6168 |2587 |3314 |  1 |5790 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
76.05/76.43	c  45.7s|  9400 |  2077 |310170 |  32.3 |   168M |  52 |1812 |6166 |2594 |3328 |  1 |5871 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
76.25/76.63	c  45.9s|  9500 |  2080 |312943 |  32.3 |   168M |  52 |1812 |6096 |   0 |3342 |  0 |5936 |  19 | 0.000000e+00 |      --      |    Inf |   4.67%
76.45/76.87	c  46.1s|  9600 |  2108 |316907 |  32.4 |   169M |  52 |1812 |6043 |   0 |3375 |  0 |6009 |  19 | 0.000000e+00 |      --      |    Inf |   4.67%
76.66/77.09	c  46.3s|  9700 |  2137 |320601 |  32.4 |   169M |  52 |1812 |6072 |   0 |3392 |  0 |6072 |  19 | 0.000000e+00 |      --      |    Inf |   4.67%
77.05/77.44	c  46.7s|  9800 |  2143 |323380 |  32.4 |   169M |  52 |1812 |5987 |2584 |3419 |  1 |6146 |  19 | 0.000000e+00 |      --      |    Inf |   4.67%
77.25/77.66	c  46.9s|  9900 |  2160 |326160 |  32.3 |   169M |  52 |1812 |5880 |2592 |3444 |  1 |6209 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
77.54/77.93	c  47.2s| 10000 |  2190 |329664 |  32.4 |   170M |  52 |1812 |5899 |2603 |3468 |  2 |6266 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
77.84/78.21	c  47.5s| 10100 |  2207 |332469 |  32.3 |   170M |  52 |1812 |5912 |2593 |3493 |  1 |6322 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
78.04/78.42	c  47.7s| 10200 |  2230 |335325 |  32.3 |   170M |  52 |1812 |5970 |2593 |3516 |  0 |6404 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
78.24/78.66	c  47.9s| 10300 |  2242 |338304 |  32.2 |   171M |  52 |1812 |6026 |2593 |3571 |  1 |6480 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
78.44/78.85	c  48.1s| 10400 |  2249 |341019 |  32.2 |   171M |  52 |1812 |6081 |   0 |3581 |  0 |6544 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
78.65/79.05	c  48.3s| 10500 |  2268 |343825 |  32.2 |   171M |  52 |1812 |6124 |   0 |3595 |  0 |6611 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
79.04/79.44	c  48.7s| 10600 |  2287 |347139 |  32.2 |   171M |  52 |1812 |6178 |2594 |3634 |  1 |6676 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
79.34/79.76	c  49.0s| 10700 |  2301 |350418 |  32.2 |   172M |  52 |1812 |6274 |2595 |3658 |  1 |6776 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
80.13/80.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.13/80.52	c  49.8s| 10800 |  2314 |354639 |  32.3 |   172M |  52 |1812 |6351 |2604 |3770 |  1 |6855 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
80.53/80.96	c  50.2s| 10900 |  2300 |359096 |  32.4 |   172M |  52 |1812 |6437 |2593 |3833 |  1 |6957 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
80.75/81.15	c  50.4s| 11000 |  2309 |361421 |  32.3 |   172M |  52 |1812 |6111 |2585 |3849 |  1 |7009 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
80.93/81.30	c  50.5s| 11100 |  2317 |363027 |  32.1 |   172M |  52 |1812 |6160 |   0 |3872 |  0 |7068 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
81.03/81.47	c  50.7s| 11200 |  2318 |364871 |  32.0 |   172M |  52 |1812 |6235 |   0 |3894 |  0 |7150 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
81.23/81.62	c  50.9s| 11300 |  2315 |366541 |  31.9 |   172M |  52 |1812 |6289 |2585 |3923 |  1 |7219 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
81.43/81.85	c  51.1s| 11400 |  2344 |369737 |  31.9 |   173M |  52 |1812 |6190 |2596 |3958 |  2 |7290 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
81.64/82.02	c  51.3s| 11500 |  2354 |371828 |  31.8 |   173M |  52 |1812 |6243 |   0 |3974 |  0 |7351 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
81.74/82.18	c  51.4s| 11600 |  2349 |373254 |  31.6 |   173M |  52 |1812 |6276 |2597 |4010 |  2 |7404 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
82.03/82.40	c  51.6s| 11700 |  2356 |375302 |  31.6 |   173M |  52 |1812 |6227 |   0 |4042 |  0 |7472 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
82.13/82.59	c  51.8s| 11800 |  2370 |378160 |  31.5 |   173M |  52 |1812 |6244 |   0 |4081 |  0 |7520 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
82.32/82.75	c  52.0s| 11900 |  2375 |380594 |  31.5 |   173M |  52 |1812 |6266 |2586 |4097 |  1 |7560 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
82.52/82.92	c  52.2s| 12000 |  2370 |382355 |  31.3 |   173M |  52 |1812 |6045 |2581 |4119 |  1 |7609 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
82.74/83.12	c  52.4s| 12100 |  2378 |384572 |  31.3 |   173M |  52 |1812 |5987 |2596 |4151 |  1 |7674 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
82.92/83.32	c  52.6s| 12200 |  2380 |386886 |  31.2 |   173M |  52 |1812 |6073 |   0 |4199 |  0 |7792 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
83.12/83.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
83.12/83.52	c  52.8s| 12300 |  2377 |388982 |  31.1 |   173M |  52 |1812 |5939 |2594 |4227 |  1 |7865 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
83.32/83.70	c  52.9s| 12400 |  2380 |390565 |  31.0 |   173M |  52 |1812 |5922 |   0 |4262 |  0 |7947 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
83.52/83.96	c  53.2s| 12500 |  2397 |393514 |  31.0 |   173M |  52 |1812 |5817 |2593 |4300 |  1 |8022 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
83.73/84.17	c  53.4s| 12600 |  2430 |395417 |  30.9 |   174M |  52 |1812 |5806 |2590 |4337 |  1 |8068 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
83.92/84.34	c  53.6s| 12700 |  2430 |397453 |  30.8 |   174M |  52 |1812 |5724 |   0 |4349 |  0 |8128 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
84.12/84.53	c  53.8s| 12800 |  2446 |400229 |  30.8 |   174M |  52 |1812 |5664 |2589 |4374 |  1 |8168 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
84.32/84.79	c  54.0s| 12900 |  2450 |402907 |  30.8 |   174M |  52 |1812 |5567 |2596 |4408 |  1 |8251 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
84.52/84.97	c  54.2s| 13000 |  2466 |405468 |  30.7 |   174M |  52 |1812 |5528 |2590 |4436 |  1 |8309 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
84.73/85.15	c  54.4s| 13100 |  2489 |408286 |  30.7 |   174M |  52 |1812 |5494 |2592 |4457 |  1 |8393 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
84.91/85.38	c  54.6s| 13200 |  2493 |411738 |  30.7 |   174M |  52 |1812 |5448 |   0 |4466 |  0 |8449 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
85.11/85.59	c  54.8s| 13300 |  2496 |414409 |  30.7 |   174M |  52 |1812 |5425 |2587 |4485 |  1 |8510 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
85.41/85.80	c  55.0s| 13400 |  2498 |417155 |  30.7 |   175M |  52 |1812 |5364 |   0 |4532 |  0 |8592 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
85.62/86.06	c  55.3s| 13500 |  2490 |420610 |  30.7 |   175M |  52 |1812 |5150 |2598 |4572 |  2 |8700 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
85.81/86.27	c  55.5s| 13600 |  2505 |423725 |  30.7 |   175M |  52 |1812 |5218 |2597 |4639 |  2 |8772 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
86.11/86.54	c  55.8s| 13700 |  2516 |426986 |  30.7 |   175M |  52 |1812 |5227 |   0 |4731 |  0 |8830 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
86.31/86.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.31/86.73	c  56.0s| 13800 |  2537 |429712 |  30.7 |   175M |  52 |1812 |5268 |   0 |4769 |  0 |8880 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
86.51/86.92	c  56.2s| 13900 |  2530 |432250 |  30.7 |   176M |  52 |1812 |5337 |2598 |4830 |  1 |8954 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
86.62/87.10	c  56.3s| 14000 |  2544 |434459 |  30.6 |   176M |  52 |1812 |5390 |   0 |4883 |  0 |9018 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
86.81/87.28	c  56.5s| 14100 |  2531 |436929 |  30.6 |   176M |  52 |1812 |5293 |   0 |4933 |  0 |9086 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
87.10/87.57	c  56.8s| 14200 |  2527 |439413 |  30.5 |   176M |  52 |1812 |5081 |   0 |4965 |  0 |9145 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
87.30/87.76	c  57.0s| 14300 |  2534 |441668 |  30.5 |   176M |  52 |1812 |5059 |2594 |4999 |  1 |9234 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
87.50/87.93	c  57.2s| 14400 |  2534 |443406 |  30.4 |   176M |  52 |1812 |5099 |2594 |5034 |  1 |9294 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
87.62/88.11	c  57.3s| 14500 |  2531 |445619 |  30.3 |   176M |  52 |1812 |5082 |   0 |5056 |  0 |9370 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
87.90/88.30	c  57.5s| 14600 |  2563 |448234 |  30.3 |   176M |  52 |1812 |4874 |   0 |5086 |  0 |9413 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
88.00/88.47	c  57.7s| 14700 |  2587 |450445 |  30.2 |   177M |  52 |1812 |4840 |2591 |5100 |  1 |9477 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
88.20/88.64	c  57.9s| 14800 |  2596 |452644 |  30.2 |   177M |  52 |1812 |4866 |   0 |5114 |  0 |9530 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
88.40/88.81	c  58.0s| 14900 |  2599 |454631 |  30.1 |   177M |  52 |1812 |4847 |   0 |5124 |  0 |9594 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
88.50/88.98	c  58.2s| 15000 |  2587 |456569 |  30.0 |   177M |  52 |1812 |4853 |2588 |5135 |  1 |9701 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
88.71/89.16	c  58.4s| 15100 |  2594 |459227 |  30.0 |   177M |  52 |1812 |4839 |   0 |5144 |  0 |9751 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
88.90/89.37	c  58.6s| 15200 |  2596 |462606 |  30.0 |   177M |  52 |1812 |4776 |   0 |5157 |  0 |9821 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
89.10/89.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.10/89.53	c  58.8s| 15300 |  2594 |464724 |  30.0 |   177M |  52 |1812 |4791 |   0 |5157 |  0 |9901 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
89.20/89.70	c  58.9s| 15400 |  2592 |466871 |  29.9 |   177M |  52 |1812 |4790 |   0 |5165 |  0 |9983 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
89.61/90.01	c  59.3s| 15500 |  2638 |471052 |  30.0 |   178M |  52 |1812 |4505 |   0 |5200 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
89.79/90.20	c  59.4s| 15600 |  2633 |473429 |  30.0 |   178M |  52 |1812 |4478 |2596 |5210 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
89.99/90.46	c  59.7s| 15700 |  2625 |475893 |  29.9 |   178M |  52 |1812 |4511 |   0 |5282 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
90.29/90.72	c  60.0s| 15800 |  2636 |479149 |  29.9 |   179M |  52 |1812 |4448 |2592 |5401 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
90.49/90.93	c  60.2s| 15900 |  2640 |481371 |  29.9 |   179M |  52 |1812 |4411 |2594 |5427 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
90.79/91.26	c  60.5s| 16000 |  2646 |484245 |  29.9 |   179M |  52 |1812 |4455 |2613 |5483 |  2 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
90.99/91.47	c  60.7s| 16100 |  2659 |487156 |  29.9 |   179M |  52 |1812 |4498 |2590 |5511 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
91.19/91.67	c  60.9s| 16200 |  2675 |489380 |  29.8 |   179M |  52 |1812 |4518 |2597 |5533 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
91.39/91.84	c  61.1s| 16300 |  2680 |491672 |  29.8 |   179M |  52 |1812 |4589 |   0 |5560 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
91.70/92.15	c  61.4s| 16400 |  2694 |494680 |  29.8 |   179M |  52 |1812 |4599 |2597 |5612 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
91.89/92.31	c  61.6s| 16500 |  2702 |496773 |  29.7 |   180M |  52 |1812 |4612 |2599 |5646 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
91.99/92.46	c  61.7s| 16600 |  2702 |499148 |  29.7 |   180M |  52 |1812 |4647 |   0 |5661 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
92.18/92.65	c  61.9s| 16700 |  2704 |501938 |  29.7 |   180M |  52 |1812 |4613 |   0 |5684 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
92.38/92.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.38/92.84	c  62.1s| 16800 |  2714 |504194 |  29.6 |   180M |  52 |1812 |4603 |   0 |5719 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
92.60/93.02	c  62.3s| 16900 |  2711 |506486 |  29.6 |   180M |  52 |1812 |4639 |2597 |5755 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
92.88/93.31	c  62.6s| 17000 |  2753 |509521 |  29.6 |   180M |  52 |1812 |4603 |2610 |5805 |  2 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
93.08/93.51	c  62.8s| 17100 |  2776 |511925 |  29.6 |   180M |  52 |1812 |4604 |   0 |5836 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
93.28/93.71	c  63.0s| 17200 |  2795 |514360 |  29.5 |   180M |  52 |1812 |4627 |   0 |5900 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
93.48/93.91	c  63.1s| 17300 |  2806 |516935 |  29.5 |   180M |  52 |1812 |4689 |2596 |5919 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
93.69/94.14	c  63.4s| 17400 |  2809 |519440 |  29.5 |   181M |  52 |1812 |4689 |2600 |5954 |  2 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
93.88/94.35	c  63.6s| 17500 |  2811 |521745 |  29.5 |   181M |  52 |1812 |4755 |2596 |5992 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
94.08/94.55	c  63.8s| 17600 |  2808 |524506 |  29.5 |   181M |  52 |1812 |4779 |2590 |6017 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
94.28/94.76	c  64.0s| 17700 |  2825 |527912 |  29.5 |   181M |  52 |1812 |4767 |2597 |6045 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
94.48/94.99	c  64.2s| 17800 |  2843 |530505 |  29.5 |   182M |  52 |1812 |4814 |2594 |6071 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
94.87/95.36	c  64.6s| 17900 |  2853 |534078 |  29.5 |   183M |  52 |1812 |4761 |2597 |6161 |  2 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
95.07/95.54	c  64.8s| 18000 |  2868 |536356 |  29.5 |   183M |  52 |1812 |4753 |2592 |6180 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
95.27/95.71	c  65.0s| 18100 |  2867 |538061 |  29.4 |   183M |  52 |1812 |4765 |2599 |6224 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
95.47/95.90	c  65.1s| 18200 |  2857 |540397 |  29.4 |   183M |  52 |1812 |4755 |2591 |6240 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
95.68/96.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.68/96.16	c  65.4s| 18300 |  2868 |543430 |  29.4 |   183M |  52 |1812 |4783 |   0 |6267 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
96.07/96.53	c  65.8s| 18400 |  2877 |546968 |  29.4 |   183M |  52 |1812 |4794 |   0 |6353 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
96.47/96.98	c  66.2s| 18500 |  2898 |550221 |  29.4 |   184M |  52 |1812 |4745 |2592 |6405 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
96.77/97.28	c  66.5s| 18600 |  2947 |555792 |  29.5 |   184M |  52 |1812 |4643 |2592 |6456 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
97.06/97.50	c  66.7s| 18700 |  2986 |558814 |  29.6 |   185M |  52 |1812 |4638 |   0 |6506 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
97.16/97.69	c  66.9s| 18800 |  3009 |561215 |  29.5 |   185M |  52 |1812 |4685 |   0 |6536 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
97.36/97.87	c  67.1s| 18900 |  3013 |563245 |  29.5 |   185M |  52 |1812 |4727 |   0 |6587 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
97.58/98.07	c  67.3s| 19000 |  3023 |565855 |  29.5 |   185M |  52 |1812 |4807 |2598 |6636 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
97.76/98.29	c  67.5s| 19100 |  3025 |569129 |  29.5 |   185M |  52 |1812 |4762 |   0 |6654 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
98.06/98.50	c  67.7s| 19200 |  3039 |572225 |  29.5 |   186M |  52 |1812 |4728 |2599 |6682 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
98.16/98.65	c  67.9s| 19300 |  3033 |574025 |  29.4 |   186M |  52 |1812 |4739 |2584 |6693 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
98.36/98.82	c  68.1s| 19400 |  3035 |576109 |  29.4 |   186M |  52 |1812 |4713 |2598 |6708 |  2 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
98.46/99.00	c  68.2s| 19500 |  3052 |578522 |  29.4 |   186M |  52 |1812 |4726 |   0 |6726 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
98.67/99.17	c  68.4s| 19600 |  3062 |580672 |  29.3 |   186M |  52 |1812 |4648 |2585 |6740 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
98.86/99.38	c  68.6s| 19700 |  3058 |583027 |  29.3 |   186M |  52 |1812 |4657 |   0 |6772 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
99.36/99.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
99.36/99.83	c  69.1s| 19800 |  3077 |586494 |  29.3 |   186M |  52 |1812 |4615 |2592 |6922 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
99.57/100.09	c  69.3s| 19900 |  3110 |590902 |  29.4 |   187M |  52 |1812 |4586 |   0 |6968 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
99.85/100.34	c  69.6s| 20000 |  3129 |594980 |  29.4 |   187M |  52 |1812 |4461 |2594 |6982 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
100.05/100.57	c  69.8s| 20100 |  3124 |599294 |  29.5 |   187M |  52 |1812 |4448 |2595 |7007 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
100.25/100.75	c  70.0s| 20200 |  3137 |601346 |  29.5 |   187M |  52 |1812 |4507 |   0 |7040 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
100.45/101.00	c  70.2s| 20300 |  3165 |604996 |  29.5 |   187M |  52 |1812 |4551 |   0 |7069 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
100.85/101.31	c  70.6s| 20400 |  3188 |608117 |  29.5 |   187M |  52 |1812 |4476 |2589 |7109 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
101.05/101.50	c  70.7s| 20500 |  3218 |610624 |  29.5 |   187M |  52 |1812 |4497 |2588 |7137 |  2 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
101.15/101.69	c  70.9s| 20600 |  3232 |613243 |  29.5 |   188M |  52 |1812 |4564 |2587 |7162 |  2 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
101.35/101.86	c  71.1s| 20700 |  3233 |615523 |  29.4 |   188M |  52 |1812 |4614 |2586 |7180 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
101.56/102.04	c  71.3s| 20800 |  3230 |617516 |  29.4 |   188M |  52 |1812 |4663 |   0 |7202 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
101.75/102.21	c  71.4s| 20900 |  3224 |619361 |  29.3 |   188M |  52 |1812 |4691 |2587 |7216 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
101.85/102.35	c  71.6s| 21000 |  3233 |621978 |  29.3 |   188M |  52 |1812 |4723 |   0 |7227 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
102.04/102.52	c  71.8s| 21100 |  3241 |624692 |  29.3 |   188M |  52 |1812 |4786 |   0 |7250 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
102.24/102.70	c  71.9s| 21200 |  3246 |627182 |  29.3 |   188M |  52 |1812 |4863 |   0 |7274 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
102.34/102.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.34/102.88	c  72.1s| 21300 |  3245 |629928 |  29.3 |   188M |  52 |1812 |4893 |   0 |7306 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
102.56/103.08	c  72.3s| 21400 |  3256 |632246 |  29.3 |   188M |  52 |1812 |4717 |   0 |7319 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
102.84/103.37	c  72.6s| 21500 |  3308 |639102 |  29.4 |   189M |  52 |1812 |4538 |   0 |7357 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
103.14/103.66	c  72.9s| 21600 |  3374 |645265 |  29.6 |   190M |  52 |1812 |4481 |2645 |7438 |  2 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
103.44/103.99	c  73.2s| 21700 |  3431 |651699 |  29.7 |   190M |  52 |1812 |4410 |2586 |7497 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
103.74/104.22	c  73.5s| 21800 |  3477 |655430 |  29.8 |   190M |  52 |1812 |4426 |2587 |7571 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
103.94/104.40	c  73.6s| 21900 |  3497 |658525 |  29.8 |   191M |  52 |1812 |4458 |2587 |7590 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
104.14/104.63	c  73.9s| 22000 |  3527 |662878 |  29.9 |   191M |  52 |1812 |4483 |2587 |7619 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
104.34/104.82	c  74.1s| 22100 |  3544 |666648 |  29.9 |   191M |  52 |1812 |4535 |   0 |7644 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
104.55/105.02	c  74.3s| 22200 |  3574 |669867 |  29.9 |   192M |  52 |1812 |4563 |   0 |7666 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
104.73/105.26	c  74.5s| 22300 |  3603 |673165 |  29.9 |   192M |  52 |1812 |4536 |   0 |7692 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
105.13/105.60	c  74.8s| 22400 |  3620 |675874 |  29.9 |   192M |  52 |1812 |4564 |2595 |7743 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
105.43/105.98	c  75.2s| 22500 |  3643 |678779 |  29.9 |   192M |  52 |1812 |4614 |   0 |7819 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
105.83/106.30	c  75.5s| 22600 |  3664 |682740 |  29.9 |   192M |  52 |1812 |4684 |2592 |7872 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
106.03/106.56	c  75.8s| 22700 |  3696 |686368 |  30.0 |   193M |  52 |1812 |4726 |2597 |7929 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
106.43/106.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.43/106.93	c  76.2s| 22800 |  3719 |690108 |  30.0 |   193M |  52 |1812 |4764 |2651 |8062 |  4 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
106.83/107.38	c  76.6s| 22900 |  3722 |694295 |  30.0 |   194M |  52 |1812 |4834 |2600 |8256 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
107.12/107.60	c  76.8s| 23000 |  3729 |697984 |  30.1 |   194M |  52 |1812 |4972 |2600 |8277 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
107.54/108.04	c  77.3s| 23100 |  3728 |700980 |  30.1 |   194M |  52 |1812 |5060 |2609 |8367 |  2 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
107.82/108.39	c  77.6s| 23200 |  3749 |705141 |  30.1 |   195M |  52 |1812 |5102 |2610 |8460 |  2 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
108.42/108.92	c  78.2s| 23300 |  3757 |709691 |  30.2 |   195M |  52 |1812 |5199 |   0 |8625 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
109.12/109.64	c  78.9s| 23400 |  3760 |713046 |  30.2 |   195M |  52 |1812 |5280 |   0 |8736 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
109.42/109.98	c  79.2s| 23500 |  3760 |716649 |  30.2 |   196M |  52 |1812 |5354 |2607 |8819 |  2 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
109.81/110.34	c  79.6s| 23600 |  3778 |721070 |  30.3 |   197M |  52 |1812 |5428 |2609 |8940 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
110.21/110.78	c  80.0s| 23700 |  3784 |725100 |  30.3 |   199M |  52 |1812 |5474 |2611 |9118 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
110.53/111.06	c  80.3s| 23800 |  3797 |728240 |  30.3 |   199M |  52 |1812 |5505 |   0 |9223 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
110.71/111.28	c  80.5s| 23900 |  3788 |731098 |  30.3 |   199M |  52 |1812 |5576 |   0 |9306 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
111.01/111.57	c  80.8s| 24000 |  3778 |734184 |  30.3 |   199M |  52 |1812 |5555 |2587 |9325 |  2 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
111.21/111.78	c  81.0s| 24100 |  3781 |736747 |  30.3 |   199M |  52 |1812 |5479 |2588 |9359 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
111.52/112.07	c  81.3s| 24200 |  3786 |741198 |  30.4 |   199M |  52 |1812 |4995 |2601 |9416 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
111.81/112.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
111.81/112.35	c  81.6s| 24300 |  3811 |745991 |  30.4 |   212M |  52 |1812 |4911 |   0 |9438 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
112.01/112.56	c  81.8s| 24400 |  3841 |749663 |  30.5 |   213M |  52 |1812 |4964 |   0 |9512 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
112.20/112.77	c  82.0s| 24500 |  3847 |753212 |  30.5 |   214M |  52 |1812 |5034 |   0 |9593 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
112.52/113.03	c  82.3s| 24600 |  3880 |756745 |  30.5 |   214M |  52 |1812 |5093 |2603 |9678 |  2 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
112.80/113.37	c  82.6s| 24700 |  3885 |760261 |  30.5 |   214M |  52 |1812 |5147 |   0 |9800 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
113.10/113.69	c  82.9s| 24800 |  3887 |765069 |  30.6 |   214M |  52 |1812 |5214 |   0 |9921 |  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
113.40/113.97	c  83.2s| 24900 |  3890 |768127 |  30.6 |   214M |  52 |1812 |5286 |2591 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
113.70/114.21	c  83.5s| 25000 |  3886 |771945 |  30.6 |   215M |  52 |1812 |5205 |2600 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
113.90/114.43	c  83.7s| 25100 |  3889 |774551 |  30.6 |   215M |  52 |1812 |4994 |2595 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
114.10/114.65	c  83.9s| 25200 |  3935 |777473 |  30.6 |   215M |  52 |1812 |4943 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
114.30/114.84	c  84.1s| 25300 |  3939 |779735 |  30.6 |   215M |  52 |1812 |5009 |2598 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
114.51/115.10	c  84.3s| 25400 |  3953 |783225 |  30.6 |   215M |  52 |1812 |5006 |2587 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
114.79/115.31	c  84.5s| 25500 |  3967 |786588 |  30.6 |   215M |  52 |1812 |4946 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
115.09/115.63	c  84.9s| 25600 |  3975 |788801 |  30.6 |   215M |  52 |1812 |4843 |2594 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.90%
115.29/115.87	c  85.1s| 25700 |  3990 |792260 |  30.6 |   217M |  52 |1812 |4646 |2596 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
115.61/116.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.61/116.14	c  85.4s| 25800 |  3984 |795087 |  30.6 |   217M |  52 |1812 |4610 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
115.79/116.35	c  85.6s| 25900 |  3998 |797892 |  30.6 |   217M |  52 |1812 |4622 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
115.99/116.54	c  85.8s| 26000 |  4006 |800630 |  30.6 |   217M |  52 |1812 |4602 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
116.19/116.75	c  86.0s| 26100 |  4015 |803637 |  30.6 |   217M |  52 |1812 |4672 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
116.39/116.94	c  86.2s| 26200 |  4026 |806566 |  30.5 |   217M |  52 |1812 |4748 |2603 |  10k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
116.60/117.13	c  86.4s| 26300 |  4030 |809483 |  30.5 |   217M |  52 |1812 |4835 |2601 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
116.79/117.33	c  86.6s| 26400 |  4049 |813020 |  30.6 |   217M |  52 |1812 |4872 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
116.99/117.51	c  86.7s| 26500 |  4054 |815307 |  30.5 |   217M |  52 |1812 |4932 |2601 |  10k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
117.09/117.69	c  86.9s| 26600 |  4056 |817960 |  30.5 |   217M |  52 |1812 |4992 |2601 |  10k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
117.28/117.89	c  87.1s| 26700 |  4056 |820753 |  30.5 |   217M |  52 |1812 |5031 |2602 |  10k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
117.50/118.07	c  87.3s| 26800 |  4057 |823052 |  30.5 |   218M |  52 |1812 |4961 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
117.68/118.25	c  87.5s| 26900 |  4063 |825483 |  30.5 |   218M |  52 |1812 |4955 |2591 |  10k|  2 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
117.88/118.42	c  87.7s| 27000 |  4081 |828185 |  30.4 |   218M |  52 |1812 |4994 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
118.08/118.64	c  87.9s| 27100 |  4086 |831547 |  30.5 |   218M |  52 |1812 |4984 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
118.28/118.86	c  88.1s| 27200 |  4073 |834430 |  30.5 |   218M |  52 |1812 |5055 |2604 |  11k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
118.49/119.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
118.49/119.04	c  88.3s| 27300 |  4064 |836217 |  30.4 |   218M |  52 |1812 |4992 |2585 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
118.78/119.33	c  88.6s| 27400 |  4078 |839997 |  30.4 |   218M |  52 |1812 |5028 |2609 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
119.18/119.75	c  89.0s| 27500 |  4089 |843725 |  30.5 |   218M |  52 |1812 |5086 |2593 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
119.49/120.06	c  89.3s| 27600 |  4113 |847047 |  30.5 |   219M |  52 |1812 |5127 |   0 |  11k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
119.67/120.27	c  89.5s| 27700 |  4119 |849873 |  30.5 |   219M |  52 |1812 |5185 |2593 |  11k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
119.87/120.49	c  89.7s| 27800 |  4141 |853153 |  30.5 |   220M |  52 |1812 |5248 |   0 |  11k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
120.17/120.78	c  90.0s| 27900 |  4149 |856472 |  30.5 |   220M |  52 |1812 |5314 |2600 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
120.48/121.08	c  90.3s| 28000 |  4149 |860442 |  30.5 |   220M |  52 |1812 |5165 |2592 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
120.77/121.34	c  90.6s| 28100 |  4183 |864197 |  30.5 |   220M |  52 |1812 |5092 |2597 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
121.07/121.60	c  90.8s| 28200 |  4217 |869037 |  30.6 |   220M |  52 |1812 |4802 |2584 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
121.27/121.83	c  91.1s| 28300 |  4235 |872371 |  30.6 |   220M |  52 |1812 |4802 |2587 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
121.48/122.02	c  91.3s| 28400 |  4236 |874777 |  30.6 |   221M |  52 |1812 |4681 |2599 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
121.67/122.22	c  91.5s| 28500 |  4256 |877454 |  30.6 |   221M |  52 |1812 |4633 |2597 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
121.86/122.44	c  91.7s| 28600 |  4274 |881162 |  30.6 |   221M |  52 |1812 |4599 |2598 |  11k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
122.06/122.63	c  91.9s| 28700 |  4273 |883838 |  30.6 |   221M |  52 |1812 |4632 |   0 |  11k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
122.26/122.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
122.26/122.86	c  92.1s| 28800 |  4289 |887103 |  30.6 |   221M |  52 |1812 |4518 |2592 |  11k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
122.48/123.06	c  92.3s| 28900 |  4297 |889920 |  30.6 |   221M |  52 |1812 |4448 |   0 |  11k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
122.66/123.27	c  92.5s| 29000 |  4285 |892707 |  30.6 |   221M |  52 |1812 |4419 |   0 |  11k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
122.96/123.57	c  92.8s| 29100 |  4293 |896281 |  30.6 |   222M |  52 |1812 |4448 |   0 |  12k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
123.26/123.85	c  93.1s| 29200 |  4292 |899245 |  30.6 |   222M |  52 |1812 |4494 |   0 |  12k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
123.47/124.02	c  93.3s| 29300 |  4307 |901406 |  30.6 |   222M |  52 |1812 |4525 |   0 |  12k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
123.57/124.19	c  93.4s| 29400 |  4314 |903652 |  30.5 |   222M |  52 |1812 |4610 |2592 |  12k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
123.76/124.38	c  93.6s| 29500 |  4312 |906401 |  30.5 |   222M |  52 |1812 |4661 |2600 |  12k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
123.96/124.58	c  93.8s| 29600 |  4304 |909160 |  30.5 |   222M |  52 |1812 |4716 |   0 |  12k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
124.16/124.76	c  94.0s| 29700 |  4311 |911678 |  30.5 |   223M |  52 |1812 |4742 |2596 |  12k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
124.47/125.02	c  94.3s| 29800 |  4361 |915610 |  30.5 |   223M |  52 |1812 |4650 |2596 |  12k|  2 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
124.85/125.45	c  94.7s| 29900 |  4397 |918381 |  30.5 |   224M |  52 |1812 |4598 |2594 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
125.05/125.67	c  94.9s| 30000 |  4427 |921724 |  30.5 |   224M |  52 |1812 |4569 |   0 |  12k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
125.25/125.83	c  95.1s| 30100 |  4429 |923588 |  30.5 |   224M |  52 |1812 |4556 |2597 |  12k|  2 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
125.46/126.02	c  95.3s| 30200 |  4441 |926673 |  30.5 |   224M |  52 |1812 |4578 |2597 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
125.65/126.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
125.65/126.29	c  95.5s| 30300 |  4444 |930084 |  30.5 |   225M |  52 |1812 |4526 |2590 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
125.95/126.52	c  95.8s| 30400 |  4488 |934140 |  30.5 |   225M |  52 |1812 |4393 |2603 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
126.15/126.73	c  96.0s| 30500 |  4496 |937238 |  30.5 |   225M |  52 |1812 |4359 |   0 |  12k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
126.35/126.98	c  96.2s| 30600 |  4524 |939731 |  30.5 |   225M |  52 |1812 |4290 |2596 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
126.74/127.33	c  96.6s| 30700 |  4550 |942511 |  30.5 |   225M |  52 |1812 |4262 |2600 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
126.94/127.52	c  96.8s| 30800 |  4557 |944687 |  30.5 |   225M |  52 |1812 |4313 |   0 |  12k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
127.24/127.82	c  97.1s| 30900 |  4543 |947174 |  30.5 |   225M |  52 |1812 |4388 |2596 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
127.46/128.05	c  97.3s| 31000 |  4567 |950284 |  30.5 |   225M |  52 |1812 |4406 |2600 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
127.74/128.32	c  97.6s| 31100 |  4583 |953686 |  30.5 |   226M |  52 |1812 |4456 |   0 |  12k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
128.04/128.63	c  97.9s| 31200 |  4597 |957274 |  30.5 |   226M |  52 |1812 |4498 |   0 |  12k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
128.64/129.27	c  98.5s| 31300 |  4598 |961137 |  30.5 |   226M |  52 |1812 |4591 |   0 |  12k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
128.94/129.51	c  98.7s| 31400 |  4597 |964613 |  30.5 |   226M |  52 |1812 |4616 |2602 |  12k|  2 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
129.13/129.73	c  99.0s| 31500 |  4604 |968482 |  30.5 |   226M |  52 |1812 |4672 |2599 |  12k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
129.33/129.91	c  99.1s| 31600 |  4600 |971742 |  30.6 |   227M |  52 |1812 |4695 |   0 |  12k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
129.73/130.31	c  99.5s| 31700 |  4615 |975377 |  30.6 |   227M |  52 |1812 |4687 |2602 |  13k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
130.03/130.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
130.03/130.61	c  99.9s| 31800 |  4608 |978239 |  30.6 |   227M |  52 |1812 |4787 |2601 |  13k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
130.23/130.84	c   100s| 31900 |  4608 |981568 |  30.6 |   227M |  52 |1812 |4806 |   0 |  13k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
130.44/131.05	c   100s| 32000 |  4605 |984180 |  30.6 |   228M |  52 |1812 |4794 |2599 |  13k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
130.63/131.24	c   100s| 32100 |  4620 |986477 |  30.5 |   228M |  52 |1812 |4792 |2600 |  13k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
130.83/131.47	c   101s| 32200 |  4651 |989130 |  30.5 |   228M |  52 |1812 |4851 |2622 |  13k|  2 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
131.33/131.92	c   101s| 32300 |  4673 |994388 |  30.6 |   228M |  52 |1812 |4916 |2602 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
131.54/132.15	c   101s| 32400 |  4668 |997815 |  30.6 |   228M |  52 |1812 |4968 |2604 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
131.72/132.36	c   102s| 32500 |  4659 |  1001k|  30.6 |   228M |  52 |1812 |5031 |   0 |  13k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
132.02/132.67	c   102s| 32600 |  4651 |  1004k|  30.6 |   229M |  52 |1812 |5069 |   0 |  13k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
132.22/132.86	c   102s| 32700 |  4664 |  1007k|  30.6 |   229M |  52 |1812 |5113 |2602 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
132.43/133.09	c   102s| 32800 |  4677 |  1010k|  30.6 |   229M |  52 |1812 |5181 |2601 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
132.62/133.29	c   103s| 32900 |  4687 |  1013k|  30.6 |   230M |  52 |1812 |5250 |   0 |  13k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
132.82/133.49	c   103s| 33000 |  4688 |  1017k|  30.6 |   230M |  52 |1812 |5311 |2601 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
133.02/133.69	c   103s| 33100 |  4689 |  1019k|  30.6 |   230M |  52 |1812 |5372 |2601 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
133.22/133.89	c   103s| 33200 |  4681 |  1023k|  30.6 |   230M |  52 |1812 |5385 |2594 |  13k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
133.43/134.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
133.43/134.10	c   103s| 33300 |  4668 |  1026k|  30.6 |   230M |  52 |1812 |5406 |2602 |  13k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
133.72/134.35	c   104s| 33400 |  4660 |  1028k|  30.6 |   230M |  52 |1812 |5405 |   0 |  13k|  0 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
134.01/134.62	c   104s| 33500 |  4666 |  1031k|  30.6 |   230M |  52 |1812 |5291 |2600 |  13k|  2 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
134.21/134.83	c   104s| 33600 |  4670 |  1034k|  30.6 |   230M |  52 |1812 |5237 |2592 |  14k|  2 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
134.61/135.24	c   104s| 33700 |  4691 |  1039k|  30.7 |   230M |  52 |1812 |5269 |   0 |  14k|  0 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
135.01/135.69	c   105s| 33800 |  4729 |  1043k|  30.7 |   231M |  52 |1812 |5282 |2600 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
135.52/136.19	c   105s| 33900 |  4749 |  1047k|  30.7 |   231M |  52 |1812 |5305 |2592 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
135.81/136.45	c   106s| 34000 |  4756 |  1051k|  30.8 |   231M |  52 |1812 |5247 |2586 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
136.11/136.73	c   106s| 34100 |  4774 |  1055k|  30.8 |   231M |  52 |1812 |5258 |2592 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
136.42/137.01	c   106s| 34200 |  4789 |  1060k|  30.8 |   232M |  52 |1812 |5230 |2603 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
136.60/137.20	c   106s| 34300 |  4789 |  1063k|  30.8 |   232M |  52 |1812 |5243 |2590 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
136.80/137.43	c   107s| 34400 |  4790 |  1066k|  30.8 |   232M |  52 |1812 |5242 |2600 |  14k|  2 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
137.00/137.70	c   107s| 34500 |  4805 |  1070k|  30.9 |   232M |  52 |1812 |5046 |2590 |  14k|  2 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
137.30/137.92	c   107s| 34600 |  4869 |  1074k|  30.9 |   233M |  52 |1812 |5041 |2590 |  15k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
137.52/138.11	c   107s| 34700 |  4898 |  1077k|  30.9 |   233M |  52 |1812 |5050 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
137.70/138.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
137.70/138.34	c   108s| 34800 |  4924 |  1079k|  30.9 |   233M |  52 |1812 |4979 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
137.90/138.51	c   108s| 34900 |  4933 |  1082k|  30.9 |   233M |  52 |1812 |5060 |2591 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
138.00/138.67	c   108s| 35000 |  4933 |  1085k|  30.8 |   233M |  52 |1812 |5176 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
138.41/139.06	c   108s| 35100 |  5005 |  1092k|  30.9 |   240M |  52 |1812 |4918 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
138.70/139.38	c   109s| 35200 |  5073 |  1098k|  31.0 |   240M |  52 |1812 |4801 |2595 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
139.00/139.66	c   109s| 35300 |  5119 |  1103k|  31.1 |   241M |  52 |1812 |4840 |2600 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
139.29/139.90	c   109s| 35400 |  5164 |  1108k|  31.1 |   241M |  52 |1812 |4815 |2599 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
139.59/140.26	c   110s| 35500 |  5218 |  1115k|  31.3 |   241M |  52 |1812 |4785 |2602 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
139.89/140.58	c   110s| 35600 |  5255 |  1122k|  31.4 |   241M |  52 |1812 |4757 |2613 |  15k|  2 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
140.19/140.86	c   110s| 35700 |  5292 |  1128k|  31.4 |   242M |  52 |1812 |4771 |2594 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
140.40/141.11	c   110s| 35800 |  5306 |  1131k|  31.4 |   242M |  52 |1812 |4731 |2602 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
140.59/141.27	c   111s| 35900 |  5310 |  1132k|  31.4 |   242M |  52 |1812 |4731 |2592 |  15k|  2 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
140.89/141.50	c   111s| 36000 |  5321 |  1135k|  31.4 |   242M |  52 |1812 |4785 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
140.99/141.65	c   111s| 36100 |  5323 |  1136k|  31.3 |   242M |  52 |1812 |4844 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
141.19/141.85	c   111s| 36200 |  5327 |  1139k|  31.3 |   242M |  52 |1812 |4944 |2599 |  15k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
141.40/142.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
141.40/142.01	c   111s| 36300 |  5333 |  1141k|  31.3 |   242M |  52 |1812 |5040 |   0 |  15k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
141.50/142.16	c   111s| 36400 |  5332 |  1143k|  31.2 |   243M |  52 |1812 |5169 |   0 |  15k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
141.68/142.31	c   112s| 36500 |  5330 |  1144k|  31.2 |   243M |  52 |1812 |5251 |2602 |  15k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
141.78/142.47	c   112s| 36600 |  5323 |  1146k|  31.2 |   243M |  52 |1812 |5336 |2602 |  15k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
142.08/142.77	c   112s| 36700 |  5328 |  1150k|  31.2 |   243M |  52 |1812 |5302 |2598 |  15k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
142.28/142.96	c   112s| 36800 |  5331 |  1152k|  31.1 |   243M |  52 |1812 |5270 |2598 |  16k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
142.50/143.16	c   112s| 36900 |  5342 |  1155k|  31.1 |   243M |  52 |1812 |5245 |2598 |  16k|  2 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
142.68/143.38	c   113s| 37000 |  5338 |  1158k|  31.1 |   243M |  52 |1812 |5163 |   0 |  16k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
142.98/143.62	c   113s| 37100 |  5348 |  1161k|  31.1 |   243M |  52 |1812 |5022 |2602 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
143.18/143.86	c   113s| 37200 |  5362 |  1164k|  31.1 |   244M |  52 |1812 |4923 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
143.39/144.10	c   113s| 37300 |  5380 |  1167k|  31.1 |   244M |  52 |1812 |4947 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
143.58/144.28	c   114s| 37400 |  5385 |  1170k|  31.1 |   244M |  52 |1812 |4999 |2593 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
143.78/144.47	c   114s| 37500 |  5396 |  1172k|  31.1 |   245M |  52 |1812 |4916 |2592 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
144.17/144.87	c   114s| 37600 |  5421 |  1177k|  31.2 |   245M |  52 |1812 |4908 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
144.87/145.51	c   115s| 37700 |  5441 |  1183k|  31.2 |   245M |  52 |1812 |4968 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
145.17/145.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
145.17/145.84	c   115s| 37800 |  5458 |  1187k|  31.3 |   245M |  52 |1812 |5000 |2591 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
145.48/146.18	c   115s| 37900 |  5461 |  1190k|  31.3 |   245M |  52 |1812 |4970 |2600 |  16k|  2 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
145.67/146.35	c   116s| 38000 |  5475 |  1193k|  31.2 |   245M |  52 |1812 |5021 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
145.87/146.54	c   116s| 38100 |  5472 |  1195k|  31.2 |   246M |  52 |1812 |5029 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
146.07/146.74	c   116s| 38200 |  5477 |  1198k|  31.2 |   246M |  52 |1812 |5078 |2593 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
146.27/146.97	c   116s| 38300 |  5495 |  1201k|  31.2 |   246M |  52 |1812 |5139 |2596 |  17k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
146.77/147.45	c   117s| 38400 |  5511 |  1205k|  31.2 |   246M |  52 |1812 |5163 |2590 |  17k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
146.96/147.63	c   117s| 38500 |  5513 |  1207k|  31.2 |   246M |  52 |1812 |5219 |2590 |  17k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
147.16/147.88	c   117s| 38600 |  5557 |  1211k|  31.2 |   246M |  52 |1812 |5098 |2592 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
147.38/148.09	c   117s| 38700 |  5558 |  1214k|  31.2 |   246M |  52 |1812 |5116 |2593 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
147.56/148.27	c   118s| 38800 |  5567 |  1217k|  31.2 |   246M |  52 |1812 |5155 |2591 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
147.76/148.45	c   118s| 38900 |  5566 |  1219k|  31.2 |   246M |  52 |1812 |5259 |2590 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.04%
147.96/148.67	c   118s| 39000 |  5594 |  1223k|  31.2 |   247M |  52 |1812 |5225 |2599 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.04%
148.26/148.94	c   118s| 39100 |  5611 |  1228k|  31.3 |   247M |  52 |1812 |5088 |2601 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
148.37/149.11	c   118s| 39200 |  5609 |  1230k|  31.2 |   247M |  52 |1812 |5138 |2597 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
148.66/149.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
148.66/149.32	c   119s| 39300 |  5620 |  1233k|  31.2 |   247M |  52 |1812 |5155 |2601 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
148.86/149.52	c   119s| 39400 |  5638 |  1236k|  31.2 |   248M |  52 |1812 |5056 |2588 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
149.15/149.85	c   119s| 39500 |  5663 |  1239k|  31.2 |   248M |  52 |1812 |5011 |2597 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
149.47/150.14	c   119s| 39600 |  5666 |  1242k|  31.2 |   248M |  52 |1812 |4987 |2591 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
149.65/150.35	c   120s| 39700 |  5670 |  1244k|  31.2 |   248M |  52 |1812 |4950 |2597 |  17k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
149.85/150.55	c   120s| 39800 |  5687 |  1248k|  31.2 |   248M |  52 |1812 |4868 |   0 |  17k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
150.15/150.82	c   120s| 39900 |  5700 |  1251k|  31.2 |   248M |  52 |1812 |4910 |2590 |  17k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
150.25/150.99	c   120s| 40000 |  5699 |  1253k|  31.2 |   248M |  52 |1812 |4963 |2596 |  17k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
150.55/151.27	c   121s| 40100 |  5699 |  1257k|  31.2 |   249M |  52 |1812 |4904 |2592 |  17k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
150.95/151.61	c   121s| 40200 |  5698 |  1261k|  31.2 |   249M |  52 |1812 |4873 |   0 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
151.15/151.81	c   121s| 40300 |  5715 |  1264k|  31.2 |   249M |  52 |1812 |4942 |   0 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
151.25/151.99	c   121s| 40400 |  5728 |  1266k|  31.2 |   249M |  52 |1812 |5017 |2596 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
151.46/152.15	c   121s| 40500 |  5724 |  1268k|  31.2 |   249M |  52 |1812 |5080 |2592 |  18k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
151.64/152.32	c   122s| 40600 |  5718 |  1269k|  31.1 |   249M |  52 |1812 |5168 |   0 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
151.84/152.50	c   122s| 40700 |  5728 |  1271k|  31.1 |   249M |  52 |1812 |5237 |2593 |  18k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
151.94/152.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
151.94/152.67	c   122s| 40800 |  5732 |  1273k|  31.1 |   249M |  52 |1812 |5300 |   0 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
152.14/152.86	c   122s| 40900 |  5733 |  1275k|  31.0 |   249M |  52 |1812 |5357 |2593 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
152.35/153.02	c   122s| 41000 |  5728 |  1277k|  31.0 |   249M |  52 |1812 |5373 |2593 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
152.46/153.19	c   122s| 41100 |  5725 |  1280k|  31.0 |   250M |  52 |1812 |5414 |   0 |  18k|  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
152.65/153.37	c   123s| 41200 |  5723 |  1282k|  31.0 |   250M |  52 |1812 |5434 |   0 |  18k|  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
152.85/153.55	c   123s| 41300 |  5717 |  1284k|  31.0 |   250M |  52 |1812 |5417 |   0 |  18k|  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
153.15/153.81	c   123s| 41400 |  5763 |  1287k|  31.0 |   250M |  52 |1812 |5285 |   0 |  18k|  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
153.36/154.02	c   123s| 41500 |  5805 |  1290k|  31.0 |   250M |  52 |1812 |5200 |2598 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
153.54/154.27	c   124s| 41600 |  5846 |  1295k|  31.0 |   250M |  52 |1812 |5157 |2597 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
153.74/154.47	c   124s| 41700 |  5867 |  1298k|  31.0 |   250M |  52 |1812 |5224 |2597 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
154.04/154.72	c   124s| 41800 |  5901 |  1303k|  31.0 |   250M |  52 |1812 |5230 |2594 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
154.24/154.98	c   124s| 41900 |  5948 |  1308k|  31.1 |   251M |  52 |1812 |5209 |2593 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
154.54/155.22	c   124s| 42000 |  5975 |  1312k|  31.1 |   251M |  52 |1812 |5228 |2596 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
154.74/155.49	c   125s| 42100 |  6004 |  1317k|  31.1 |   252M |  52 |1812 |5206 |2595 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
155.04/155.70	c   125s| 42200 |  6030 |  1320k|  31.1 |   252M |  52 |1812 |5212 |2594 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
155.14/155.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
155.14/155.89	c   125s| 42300 |  6053 |  1323k|  31.1 |   253M |  52 |1812 |5272 |2596 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
155.35/156.09	c   125s| 42400 |  6070 |  1326k|  31.1 |   253M |  52 |1812 |5336 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
155.54/156.26	c   125s| 42500 |  6069 |  1328k|  31.1 |   253M |  52 |1812 |5436 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
155.74/156.44	c   126s| 42600 |  6088 |  1331k|  31.1 |   253M |  52 |1812 |5485 |2596 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
155.94/156.60	c   126s| 42700 |  6093 |  1333k|  31.1 |   253M |  52 |1812 |5567 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
156.03/156.76	c   126s| 42800 |  6093 |  1335k|  31.0 |   253M |  52 |1812 |5635 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
156.23/156.96	c   126s| 42900 |  6117 |  1337k|  31.0 |   253M |  52 |1812 |5663 |2596 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
156.45/157.17	c   126s| 43000 |  6149 |  1341k|  31.1 |   253M |  52 |1812 |5692 |2595 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
156.63/157.36	c   127s| 43100 |  6152 |  1344k|  31.1 |   253M |  52 |1812 |5752 |2596 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
156.83/157.56	c   127s| 43200 |  6167 |  1347k|  31.0 |   254M |  52 |1812 |5801 |2595 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
157.03/157.76	c   127s| 43300 |  6182 |  1350k|  31.0 |   254M |  52 |1812 |5762 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
157.23/157.96	c   127s| 43400 |  6196 |  1352k|  31.0 |   254M |  52 |1812 |5635 |2592 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
157.53/158.22	c   127s| 43500 |  6232 |  1357k|  31.1 |   254M |  52 |1812 |5581 |2594 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
157.73/158.45	c   128s| 43600 |  6254 |  1362k|  31.1 |   254M |  52 |1812 |5607 |2598 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
157.93/158.66	c   128s| 43700 |  6280 |  1365k|  31.1 |   256M |  52 |1812 |5527 |   0 |  18k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
158.13/158.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
158.13/158.87	c   128s| 43800 |  6310 |  1369k|  31.1 |   256M |  52 |1812 |5608 |   0 |  18k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
158.34/159.09	c   128s| 43900 |  6318 |  1372k|  31.1 |   256M |  52 |1812 |5707 |2594 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
158.62/159.39	c   129s| 44000 |  6355 |  1378k|  31.2 |   256M |  52 |1812 |5756 |2593 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
158.92/159.64	c   129s| 44100 |  6367 |  1382k|  31.2 |   256M |  52 |1812 |5730 |   0 |  18k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
159.12/159.83	c   129s| 44200 |  6380 |  1384k|  31.2 |   256M |  52 |1812 |5759 |   0 |  18k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
159.22/160.00	c   129s| 44300 |  6383 |  1386k|  31.2 |   257M |  52 |1812 |5804 |2605 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
159.44/160.18	c   129s| 44400 |  6376 |  1388k|  31.1 |   257M |  52 |1812 |5830 |   0 |  19k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
159.72/160.41	c   130s| 44500 |  6378 |  1391k|  31.1 |   257M |  52 |1812 |5739 |2592 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
159.92/160.61	c   130s| 44600 |  6381 |  1394k|  31.1 |   257M |  52 |1812 |5716 |2590 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
160.22/160.99	c   130s| 44700 |  6399 |  1401k|  31.2 |   258M |  52 |1812 |5541 |2591 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
160.52/161.25	c   130s| 44800 |  6411 |  1405k|  31.2 |   258M |  52 |1812 |5428 |   0 |  19k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
160.72/161.43	c   131s| 44900 |  6413 |  1407k|  31.2 |   258M |  52 |1812 |5430 |2587 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
161.02/161.73	c   131s| 45000 |  6421 |  1411k|  31.2 |   258M |  52 |1812 |5380 |   0 |  19k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
161.22/161.97	c   131s| 45100 |  6424 |  1414k|  31.2 |   262M |  52 |1812 |5273 |2597 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
161.43/162.18	c   131s| 45200 |  6427 |  1417k|  31.2 |   263M |  52 |1812 |5324 |2597 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
161.61/162.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
161.61/162.36	c   132s| 45300 |  6438 |  1419k|  31.2 |   263M |  52 |1812 |5322 |2598 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
161.91/162.63	c   132s| 45400 |  6426 |  1421k|  31.2 |   263M |  52 |1812 |5275 |2585 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
162.21/162.99	c   132s| 45500 |  6444 |  1426k|  31.2 |   263M |  52 |1812 |5277 |   0 |  19k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
162.51/163.23	c   132s| 45600 |  6441 |  1429k|  31.2 |   263M |  52 |1812 |5236 |   0 |  19k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
162.71/163.42	c   133s| 45700 |  6447 |  1432k|  31.2 |   263M |  52 |1812 |5238 |2595 |  19k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
162.91/163.67	c   133s| 45800 |  6472 |  1436k|  31.2 |   263M |  52 |1812 |5152 |   0 |  19k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
163.21/163.94	c   133s| 45900 |  6468 |  1439k|  31.2 |   263M |  52 |1812 |5086 |2594 |  19k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
163.42/164.14	c   133s| 46000 |  6483 |  1442k|  31.2 |   263M |  52 |1812 |5167 |2602 |  19k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
163.60/164.33	c   134s| 46100 |  6486 |  1445k|  31.2 |   263M |  52 |1812 |5184 |2602 |  19k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
163.80/164.53	c   134s| 46200 |  6502 |  1448k|  31.2 |   263M |  52 |1812 |5255 |   0 |  19k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
164.00/164.73	c   134s| 46300 |  6519 |  1450k|  31.2 |   263M |  52 |1812 |5364 |2600 |  19k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
164.20/164.98	c   134s| 46400 |  6517 |  1454k|  31.2 |   264M |  52 |1812 |5443 |   0 |  20k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
164.42/165.19	c   134s| 46500 |  6536 |  1457k|  31.2 |   264M |  52 |1812 |5336 |2594 |  20k|  2 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
164.60/165.36	c   135s| 46600 |  6552 |  1459k|  31.2 |   264M |  52 |1812 |5351 |2584 |  20k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
164.90/165.66	c   135s| 46700 |  6582 |  1463k|  31.2 |   264M |  52 |1812 |5403 |2599 |  20k|  2 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
165.60/166.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
165.60/166.34	c   136s| 46800 |  6595 |  1469k|  31.3 |   264M |  52 |1812 |5457 |2604 |  20k|  2 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
165.90/166.66	c   136s| 46900 |  6619 |  1474k|  31.3 |   264M |  52 |1812 |5489 |   0 |  20k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
166.19/166.91	c   136s| 47000 |  6653 |  1479k|  31.4 |   265M |  52 |1812 |5500 |2587 |  20k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
166.79/167.52	c   137s| 47100 |  6670 |  1485k|  31.4 |   268M |  52 |1812 |5528 |   0 |  20k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
167.09/167.85	c   137s| 47200 |  6677 |  1488k|  31.4 |   268M |  52 |1812 |5577 |2588 |  20k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
167.40/168.18	c   137s| 47300 |  6682 |  1495k|  31.5 |   268M |  52 |1812 |5613 |   0 |  21k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
167.69/168.49	c   138s| 47400 |  6692 |  1500k|  31.5 |   268M |  52 |1812 |5643 |2587 |  21k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
167.99/168.80	c   138s| 47500 |  6688 |  1503k|  31.5 |   270M |  52 |1812 |5692 |   0 |  21k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
168.40/169.11	c   138s| 47600 |  6704 |  1508k|  31.6 |   270M |  52 |1812 |5617 |2600 |  21k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
168.58/169.38	c   139s| 47700 |  6733 |  1511k|  31.6 |   270M |  52 |1812 |5514 |   0 |  21k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
168.78/169.58	c   139s| 47800 |  6758 |  1514k|  31.6 |   270M |  52 |1812 |5451 |2594 |  21k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
168.98/169.75	c   139s| 47900 |  6765 |  1516k|  31.5 |   270M |  52 |1812 |5459 |2598 |  21k|  2 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
169.18/169.93	c   139s| 48000 |  6785 |  1518k|  31.5 |   270M |  52 |1812 |5479 |2592 |  21k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
169.29/170.11	c   139s| 48100 |  6799 |  1521k|  31.5 |   270M |  52 |1812 |5573 |   0 |  21k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
169.48/170.28	c   140s| 48200 |  6798 |  1523k|  31.5 |   270M |  52 |1812 |5563 |   0 |  21k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
169.68/170.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
169.68/170.47	c   140s| 48300 |  6790 |  1525k|  31.5 |   270M |  52 |1812 |5485 |2593 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
169.88/170.65	c   140s| 48400 |  6802 |  1528k|  31.4 |   270M |  52 |1812 |5436 |2585 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
170.08/170.84	c   140s| 48500 |  6830 |  1531k|  31.4 |   270M |  52 |1812 |5432 |2589 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
170.29/171.02	c   140s| 48600 |  6851 |  1533k|  31.4 |   270M |  52 |1812 |5464 |   0 |  21k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
170.39/171.19	c   140s| 48700 |  6848 |  1536k|  31.4 |   271M |  52 |1812 |5503 |2589 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
170.58/171.37	c   141s| 48800 |  6871 |  1539k|  31.4 |   271M |  52 |1812 |5503 |   0 |  21k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
170.77/171.53	c   141s| 48900 |  6875 |  1541k|  31.4 |   271M |  52 |1812 |5546 |2586 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
170.87/171.69	c   141s| 49000 |  6896 |  1543k|  31.4 |   271M |  52 |1812 |5571 |2584 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
171.07/171.86	c   141s| 49100 |  6901 |  1545k|  31.4 |   271M |  52 |1812 |5621 |2586 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
171.29/172.04	c   141s| 49200 |  6913 |  1548k|  31.3 |   271M |  52 |1812 |5666 |   0 |  22k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
171.47/172.20	c   141s| 49300 |  6923 |  1550k|  31.3 |   272M |  52 |1812 |5709 |   0 |  22k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
171.77/172.52	c   142s| 49400 |  6951 |  1556k|  31.4 |   272M |  52 |1812 |5567 |2596 |  22k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
172.07/172.84	c   142s| 49500 |  6968 |  1560k|  31.4 |   272M |  52 |1812 |5541 |2593 |  22k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
172.28/173.08	c   142s| 49600 |  7013 |  1564k|  31.4 |   273M |  52 |1812 |5440 |   0 |  22k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
172.57/173.38	c   143s| 49700 |  7064 |  1569k|  31.5 |   275M |  52 |1812 |5426 |2593 |  22k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
172.87/173.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
172.87/173.65	c   143s| 49800 |  7100 |  1574k|  31.5 |   275M |  52 |1812 |5449 |2593 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
173.07/173.88	c   143s| 49900 |  7127 |  1578k|  31.5 |   275M |  52 |1812 |5403 |2600 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
173.28/174.05	c   143s| 50000 |  7131 |  1580k|  31.5 |   275M |  52 |1812 |5416 |2593 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
173.56/174.31	c   144s| 50100 |  7145 |  1582k|  31.5 |   275M |  52 |1812 |5451 |   0 |  22k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
173.76/174.55	c   144s| 50200 |  7148 |  1584k|  31.4 |   275M |  52 |1812 |5350 |2600 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
173.96/174.79	c   144s| 50300 |  7168 |  1588k|  31.5 |   276M |  52 |1812 |5177 |2602 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
174.27/175.05	c   144s| 50400 |  7180 |  1592k|  31.5 |   276M |  52 |1812 |5074 |2598 |  22k|  2 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
174.56/175.32	c   145s| 50500 |  7193 |  1596k|  31.5 |   276M |  52 |1812 |5097 |2593 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
174.76/175.57	c   145s| 50600 |  7197 |  1598k|  31.5 |   276M |  52 |1812 |5079 |2600 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
174.96/175.76	c   145s| 50700 |  7210 |  1601k|  31.5 |   276M |  52 |1812 |5117 |   0 |  22k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
175.16/175.91	c   145s| 50800 |  7210 |  1603k|  31.4 |   276M |  52 |1812 |5199 |   0 |  22k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
175.27/176.11	c   145s| 50900 |  7246 |  1606k|  31.4 |   276M |  52 |1812 |5158 |2591 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
175.75/176.53	c   146s| 51000 |  7262 |  1610k|  31.5 |   277M |  52 |1812 |5194 |   0 |  22k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
176.05/176.82	c   146s| 51100 |  7272 |  1613k|  31.4 |   277M |  52 |1812 |5268 |   0 |  23k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
176.27/177.09	c   146s| 51200 |  7284 |  1616k|  31.5 |   277M |  52 |1812 |5250 |   0 |  23k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
176.65/177.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
176.65/177.40	c   147s| 51300 |  7293 |  1619k|  31.5 |   278M |  52 |1812 |5094 |   0 |  23k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
176.75/177.59	c   147s| 51400 |  7317 |  1622k|  31.4 |   278M |  52 |1812 |4942 |2593 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
176.95/177.75	c   147s| 51500 |  7327 |  1624k|  31.4 |   278M |  52 |1812 |4942 |   0 |  23k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
177.15/177.91	c   147s| 51600 |  7323 |  1627k|  31.4 |   278M |  52 |1812 |4990 |2594 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
177.36/178.18	c   147s| 51700 |  7340 |  1631k|  31.4 |   278M |  52 |1812 |4852 |2596 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
177.65/178.42	c   148s| 51800 |  7333 |  1633k|  31.4 |   278M |  52 |1812 |4814 |2591 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
177.85/178.64	c   148s| 51900 |  7348 |  1637k|  31.4 |   278M |  52 |1812 |4727 |2600 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
178.05/178.85	c   148s| 52000 |  7348 |  1640k|  31.4 |   278M |  52 |1812 |4620 |2591 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
178.36/179.14	c   148s| 52100 |  7367 |  1644k|  31.4 |   278M |  52 |1812 |4524 |2593 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
178.54/179.36	c   149s| 52200 |  7382 |  1647k|  31.4 |   278M |  52 |1812 |4543 |2599 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
178.74/179.56	c   149s| 52300 |  7395 |  1649k|  31.4 |   278M |  52 |1812 |4515 |2592 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
179.14/179.98	c   149s| 52400 |  7406 |  1654k|  31.4 |   279M |  52 |1812 |4434 |2598 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
179.44/180.20	c   149s| 52500 |  7421 |  1657k|  31.5 |   279M |  52 |1812 |4365 |2589 |  23k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
179.64/180.49	c   150s| 52600 |  7446 |  1661k|  31.5 |   279M |  52 |1812 |4312 |2593 |  23k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
180.04/180.86	c   150s| 52700 |  7486 |  1665k|  31.5 |   279M |  52 |1812 |4346 |2593 |  23k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
180.35/181.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
180.35/181.15	c   150s| 52800 |  7512 |  1670k|  31.5 |   279M |  52 |1812 |4357 |2594 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
180.64/181.46	c   151s| 52900 |  7560 |  1675k|  31.6 |   279M |  52 |1812 |4370 |2607 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
181.03/181.83	c   151s| 53000 |  7586 |  1679k|  31.6 |   279M |  52 |1812 |4268 |2588 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
181.25/182.11	c   151s| 53100 |  7646 |  1685k|  31.6 |   280M |  52 |1812 |4190 |2588 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
181.63/182.45	c   152s| 53200 |  7696 |  1690k|  31.7 |   281M |  52 |1812 |4188 |2597 |  24k|  2 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
181.83/182.65	c   152s| 53300 |  7716 |  1693k|  31.7 |   281M |  52 |1812 |4228 |2596 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
182.03/182.86	c   152s| 53400 |  7729 |  1697k|  31.7 |   281M |  52 |1812 |4272 |   0 |  24k|  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
182.24/183.06	c   152s| 53500 |  7728 |  1700k|  31.7 |   281M |  52 |1812 |4326 |2602 |  24k|  2 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
182.63/183.44	c   153s| 53600 |  7738 |  1703k|  31.7 |   281M |  52 |1812 |4367 |   0 |  24k|  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
182.83/183.61	c   153s| 53700 |  7737 |  1706k|  31.7 |   281M |  52 |1812 |4441 |2592 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
182.93/183.77	c   153s| 53800 |  7746 |  1708k|  31.6 |   281M |  52 |1812 |4523 |2593 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
183.13/183.96	c   153s| 53900 |  7753 |  1710k|  31.6 |   282M |  52 |1812 |4576 |   0 |  24k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
183.52/184.34	c   154s| 54000 |  7778 |  1715k|  31.7 |   282M |  52 |1812 |4573 |   0 |  24k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
183.72/184.57	c   154s| 54100 |  7797 |  1719k|  31.7 |   282M |  52 |1812 |4484 |2592 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
183.92/184.78	c   154s| 54200 |  7798 |  1721k|  31.7 |   282M |  52 |1812 |4486 |   0 |  24k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
184.12/185.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
184.12/185.00	c   154s| 54300 |  7818 |  1724k|  31.7 |   282M |  52 |1812 |4488 |2596 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
184.33/185.19	c   154s| 54400 |  7841 |  1727k|  31.6 |   282M |  52 |1812 |4524 |   0 |  24k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
184.52/185.39	c   155s| 54500 |  7855 |  1731k|  31.7 |   282M |  52 |1812 |4582 |2595 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
184.82/185.62	c   155s| 54600 |  7898 |  1735k|  31.7 |   283M |  52 |1812 |4618 |2596 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
185.02/185.82	c   155s| 54700 |  7925 |  1738k|  31.7 |   283M |  52 |1812 |4706 |2597 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
185.12/186.00	c   155s| 54800 |  7936 |  1741k|  31.7 |   283M |  52 |1812 |4740 |2596 |  25k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
185.42/186.21	c   155s| 54900 |  7934 |  1744k|  31.7 |   284M |  52 |1812 |4796 |2599 |  25k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
185.61/186.41	c   156s| 55000 |  7942 |  1747k|  31.7 |   284M |  52 |1812 |4823 |   0 |  25k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
185.71/186.57	c   156s| 55100 |  7939 |  1749k|  31.6 |   284M |  52 |1812 |4878 |2598 |  25k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
185.91/186.75	c   156s| 55200 |  7955 |  1752k|  31.6 |   284M |  52 |1812 |4959 |2590 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
186.11/186.96	c   156s| 55300 |  7943 |  1755k|  31.6 |   284M |  52 |1812 |5017 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
186.32/187.15	c   156s| 55400 |  7950 |  1758k|  31.6 |   284M |  52 |1812 |5041 |2593 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
186.51/187.33	c   157s| 55500 |  7950 |  1760k|  31.6 |   284M |  52 |1812 |5140 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
186.71/187.51	c   157s| 55600 |  7961 |  1762k|  31.6 |   284M |  52 |1812 |5125 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
186.91/187.78	c   157s| 55700 |  7981 |  1766k|  31.6 |   284M |  52 |1812 |4981 |2586 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
187.11/187.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
187.11/187.98	c   157s| 55800 |  7994 |  1769k|  31.6 |   285M |  52 |1812 |4865 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
187.32/188.16	c   157s| 55900 |  7995 |  1771k|  31.6 |   285M |  52 |1812 |4894 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
187.51/188.38	c   158s| 56000 |  8020 |  1775k|  31.6 |   285M |  52 |1812 |4806 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
187.71/188.56	c   158s| 56100 |  8028 |  1777k|  31.6 |   285M |  52 |1812 |4846 |2602 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
187.91/188.76	c   158s| 56200 |  8031 |  1780k|  31.6 |   285M |  52 |1812 |4889 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
188.10/188.96	c   158s| 56300 |  8069 |  1783k|  31.6 |   285M |  52 |1812 |4724 |2593 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
188.32/189.17	c   158s| 56400 |  8090 |  1785k|  31.5 |   285M |  52 |1812 |4702 |2593 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
188.60/189.44	c   159s| 56500 |  8082 |  1788k|  31.5 |   286M |  52 |1812 |4712 |2591 |  25k|  2 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
188.80/189.62	c   159s| 56600 |  8076 |  1790k|  31.5 |   286M |  52 |1812 |4709 |2598 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
189.00/189.81	c   159s| 56700 |  8068 |  1792k|  31.5 |   286M |  52 |1812 |4732 |2598 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
189.21/190.03	c   159s| 56800 |  8097 |  1795k|  31.5 |   286M |  52 |1812 |4648 |2591 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
189.40/190.22	c   159s| 56900 |  8112 |  1797k|  31.5 |   287M |  52 |1812 |4630 |   0 |  25k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
189.60/190.45	c   160s| 57000 |  8101 |  1799k|  31.5 |   287M |  52 |1812 |4623 |   0 |  25k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
189.80/190.68	c   160s| 57100 |  8102 |  1802k|  31.5 |   287M |  52 |1812 |4648 |2594 |  25k|  2 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
190.00/190.87	c   160s| 57200 |  8101 |  1804k|  31.4 |   287M |  52 |1812 |4713 |2593 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
190.21/191.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
190.21/191.06	c   160s| 57300 |  8094 |  1805k|  31.4 |   287M |  52 |1812 |4816 |2593 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
190.79/191.65	c   161s| 57400 |  8105 |  1808k|  31.4 |   287M |  52 |1812 |4836 |   0 |  25k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
191.20/192.08	c   161s| 57500 |  8102 |  1812k|  31.4 |   288M |  52 |1812 |4888 |   0 |  25k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
191.39/192.27	c   162s| 57600 |  8104 |  1814k|  31.4 |   288M |  52 |1812 |4924 |   0 |  25k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
191.69/192.52	c   162s| 57700 |  8113 |  1818k|  31.4 |   288M |  52 |1812 |4928 |2597 |  25k|  2 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
191.89/192.75	c   162s| 57800 |  8126 |  1821k|  31.4 |   288M |  52 |1812 |4863 |2591 |  25k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
192.09/192.90	c   162s| 57900 |  8142 |  1822k|  31.4 |   288M |  52 |1812 |4846 |2591 |  25k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
192.20/193.05	c   162s| 58000 |  8149 |  1824k|  31.3 |   288M |  52 |1812 |4870 |   0 |  25k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
192.39/193.22	c   162s| 58100 |  8149 |  1826k|  31.3 |   288M |  52 |1812 |4907 |2593 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
192.58/193.45	c   163s| 58200 |  8141 |  1829k|  31.3 |   288M |  52 |1812 |4803 |2597 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
192.88/193.73	c   163s| 58300 |  8149 |  1831k|  31.3 |   288M |  52 |1812 |4830 |2593 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
193.20/194.01	c   163s| 58400 |  8150 |  1834k|  31.3 |   288M |  52 |1812 |4814 |   0 |  26k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
193.38/194.25	c   163s| 58500 |  8150 |  1837k|  31.3 |   288M |  52 |1812 |4845 |2594 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
193.68/194.59	c   164s| 58600 |  8166 |  1841k|  31.3 |   288M |  52 |1812 |4863 |2592 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
193.88/194.78	c   164s| 58700 |  8175 |  1843k|  31.3 |   288M |  52 |1812 |4892 |   0 |  26k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
194.19/195.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
194.19/195.03	c   164s| 58800 |  8170 |  1845k|  31.3 |   288M |  57 |1812 |4884 |2597 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
194.38/195.26	c   165s| 58900 |  8188 |  1848k|  31.3 |   288M |  57 |1812 |4911 |   0 |  26k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
194.58/195.46	c   165s| 59000 |  8199 |  1851k|  31.3 |   288M |  57 |1812 |4983 |2598 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
194.78/195.68	c   165s| 59100 |  8203 |  1855k|  31.3 |   288M |  57 |1812 |5043 |   0 |  26k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
195.47/196.30	c   166s| 59200 |  8210 |  1859k|  31.3 |   289M |  57 |1812 |5102 |2649 |  26k|  4 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
195.77/196.65	c   166s| 59300 |  8204 |  1862k|  31.3 |   289M |  57 |1812 |5195 |2600 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
196.07/196.91	c   166s| 59400 |  8208 |  1865k|  31.3 |   289M |  57 |1812 |5229 |2601 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
196.28/197.19	c   166s| 59500 |  8213 |  1868k|  31.3 |   289M |  57 |1812 |5289 |2601 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
196.57/197.43	c   167s| 59600 |  8204 |  1871k|  31.3 |   289M |  57 |1812 |5323 |2605 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
197.28/198.12	c   167s| 59700 |  8206 |  1874k|  31.3 |   290M |  57 |1812 |5361 |2600 |  27k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
197.76/198.62	c   168s| 59800 |  8225 |  1877k|  31.3 |   290M |  57 |1812 |5300 |   0 |  27k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
197.96/198.81	c   168s| 59900 |  8237 |  1879k|  31.3 |   290M |  57 |1812 |5321 |   0 |  27k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
198.36/199.24	c   168s| 60000 |  8241 |  1884k|  31.3 |   291M |  57 |1812 |5300 |2595 |  27k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
198.56/199.40	c   169s| 60100 |  8248 |  1886k|  31.3 |   291M |  57 |1812 |5275 |   0 |  27k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
198.66/199.59	c   169s| 60200 |  8254 |  1888k|  31.3 |   291M |  57 |1812 |5287 |2596 |  27k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
198.86/199.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
198.86/199.78	c   169s| 60300 |  8272 |  1890k|  31.3 |   291M |  57 |1812 |5338 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
199.06/199.97	c   169s| 60400 |  8270 |  1893k|  31.3 |   291M |  57 |1812 |5398 |2595 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
199.27/200.15	c   169s| 60500 |  8275 |  1896k|  31.2 |   291M |  57 |1812 |5442 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
199.46/200.38	c   170s| 60600 |  8274 |  1900k|  31.3 |   291M |  57 |1812 |5431 |2592 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
199.66/200.59	c   170s| 60700 |  8284 |  1903k|  31.3 |   291M |  57 |1812 |5441 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
199.96/200.88	c   170s| 60800 |  8291 |  1907k|  31.3 |   291M |  57 |1812 |5485 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
200.17/201.07	c   170s| 60900 |  8295 |  1909k|  31.3 |   292M |  57 |1812 |5524 |2593 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
200.35/201.22	c   170s| 61000 |  8301 |  1911k|  31.2 |   292M |  57 |1812 |5570 |2593 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
200.55/201.42	c   171s| 61100 |  8302 |  1914k|  31.2 |   292M |  57 |1812 |5618 |2598 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
200.75/201.63	c   171s| 61200 |  8326 |  1917k|  31.2 |   292M |  57 |1812 |5604 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
200.95/201.86	c   171s| 61300 |  8322 |  1919k|  31.2 |   292M |  57 |1812 |5657 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
201.16/202.08	c   171s| 61400 |  8337 |  1922k|  31.2 |   292M |  57 |1812 |5632 |2587 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
201.35/202.27	c   172s| 61500 |  8328 |  1924k|  31.2 |   292M |  57 |1812 |5549 |2592 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
201.55/202.45	c   172s| 61600 |  8340 |  1926k|  31.2 |   292M |  57 |1812 |5439 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
201.75/202.61	c   172s| 61700 |  8342 |  1928k|  31.2 |   292M |  57 |1812 |5395 |2588 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
201.85/202.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
201.85/202.79	c   172s| 61800 |  8362 |  1930k|  31.1 |   292M |  57 |1812 |5357 |2591 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
202.05/202.96	c   172s| 61900 |  8371 |  1932k|  31.1 |   292M |  57 |1812 |5368 |2591 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
202.26/203.13	c   172s| 62000 |  8386 |  1934k|  31.1 |   292M |  57 |1812 |5338 |2588 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
202.45/203.34	c   173s| 62100 |  8373 |  1937k|  31.1 |   292M |  57 |1812 |5343 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
202.64/203.52	c   173s| 62200 |  8386 |  1939k|  31.1 |   293M |  57 |1812 |5369 |2593 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
202.84/203.71	c   173s| 62300 |  8413 |  1941k|  31.1 |   293M |  57 |1812 |5417 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
203.04/203.92	c   173s| 62400 |  8410 |  1945k|  31.1 |   293M |  57 |1812 |5512 |2594 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
203.26/204.11	c   173s| 62500 |  8423 |  1947k|  31.1 |   293M |  57 |1812 |5489 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
203.44/204.32	c   174s| 62600 |  8425 |  1950k|  31.1 |   294M |  57 |1812 |5504 |2594 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
203.64/204.51	c   174s| 62700 |  8433 |  1952k|  31.0 |   294M |  57 |1812 |5494 |2594 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
203.74/204.68	c   174s| 62800 |  8428 |  1954k|  31.0 |   294M |  57 |1812 |5557 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
203.94/204.88	c   174s| 62900 |  8433 |  1957k|  31.0 |   294M |  57 |1812 |5494 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
204.15/205.06	c   174s| 63000 |  8445 |  1959k|  31.0 |   294M |  57 |1812 |5496 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
204.34/205.26	c   175s| 63100 |  8438 |  1962k|  31.0 |   294M |  57 |1812 |5482 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
204.54/205.48	c   175s| 63200 |  8441 |  1965k|  31.0 |   294M |  57 |1812 |5449 |2592 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
204.74/205.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
204.74/205.68	c   175s| 63300 |  8452 |  1968k|  31.0 |   294M |  57 |1812 |5320 |2592 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
204.93/205.83	c   175s| 63400 |  8454 |  1970k|  31.0 |   294M |  57 |1812 |5357 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
205.03/206.00	c   175s| 63500 |  8457 |  1972k|  31.0 |   295M |  57 |1812 |5350 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
205.33/206.21	c   175s| 63600 |  8463 |  1974k|  31.0 |   295M |  57 |1812 |5388 |2591 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
205.43/206.39	c   176s| 63700 |  8464 |  1977k|  30.9 |   295M |  57 |1812 |5450 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
205.63/206.59	c   176s| 63800 |  8460 |  1980k|  30.9 |   295M |  57 |1812 |5517 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
205.83/206.78	c   176s| 63900 |  8459 |  1982k|  30.9 |   295M |  57 |1812 |5479 |2588 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
206.03/206.97	c   176s| 64000 |  8473 |  1984k|  30.9 |   295M |  57 |1812 |5525 |2595 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
206.24/207.13	c   176s| 64100 |  8487 |  1987k|  30.9 |   295M |  57 |1812 |5557 |2592 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
206.43/207.30	c   177s| 64200 |  8489 |  1989k|  30.9 |   295M |  57 |1812 |5593 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
206.53/207.47	c   177s| 64300 |  8489 |  1991k|  30.9 |   295M |  57 |1812 |5643 |2593 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
206.73/207.64	c   177s| 64400 |  8493 |  1994k|  30.9 |   295M |  57 |1812 |5718 |2590 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
206.93/207.81	c   177s| 64500 |  8485 |  1997k|  30.9 |   296M |  57 |1812 |5772 |2593 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
207.03/208.00	c   177s| 64600 |  8474 |  1999k|  30.9 |   296M |  57 |1812 |5839 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
207.32/208.21	c   177s| 64700 |  8482 |  2002k|  30.8 |   296M |  57 |1812 |5784 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
207.42/208.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
207.42/208.39	c   178s| 64800 |  8487 |  2004k|  30.8 |   296M |  57 |1812 |5871 |2590 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
207.62/208.56	c   178s| 64900 |  8486 |  2006k|  30.8 |   296M |  57 |1812 |5921 |2592 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
207.72/208.69	c   178s| 65000 |  8488 |  2007k|  30.8 |   296M |  57 |1812 |5962 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
207.92/208.86	c   178s| 65100 |  8493 |  2009k|  30.8 |   296M |  57 |1812 |6013 |2596 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
208.14/209.04	c   178s| 65200 |  8493 |  2012k|  30.8 |   296M |  57 |1812 |6074 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
208.32/209.21	c   178s| 65300 |  8484 |  2014k|  30.8 |   296M |  57 |1812 |6079 |2592 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
208.42/209.39	c   179s| 65400 |  8493 |  2016k|  30.7 |   296M |  57 |1812 |6086 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
208.62/209.55	c   179s| 65500 |  8490 |  2018k|  30.7 |   296M |  57 |1812 |6153 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
208.82/209.78	c   179s| 65600 |  8482 |  2021k|  30.7 |   296M |  57 |1812 |6107 |2591 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
209.02/209.94	c   179s| 65700 |  8491 |  2023k|  30.7 |   296M |  57 |1812 |6130 |2591 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
209.13/210.10	c   179s| 65800 |  8492 |  2025k|  30.7 |   296M |  57 |1812 |6188 |   0 |  28k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
209.32/210.28	c   180s| 65900 |  8481 |  2028k|  30.7 |   297M |  57 |1812 |6212 |2591 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
209.52/210.47	c   180s| 66000 |  8512 |  2031k|  30.7 |   297M |  57 |1812 |6096 |2597 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
209.72/210.66	c   180s| 66100 |  8509 |  2033k|  30.7 |   297M |  57 |1812 |6110 |2595 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
209.91/210.85	c   180s| 66200 |  8505 |  2036k|  30.7 |   297M |  57 |1812 |6206 |2595 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
210.31/211.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
210.31/211.28	c   181s| 66300 |  8523 |  2039k|  30.7 |   297M |  57 |1812 |6181 |   0 |  28k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
210.71/211.66	c   181s| 66400 |  8552 |  2044k|  30.7 |   298M |  57 |1812 |6196 |   0 |  29k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
211.01/211.98	c   181s| 66500 |  8556 |  2047k|  30.7 |   299M |  57 |1812 |6232 |   0 |  29k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
211.22/212.15	c   181s| 66600 |  8552 |  2049k|  30.7 |   299M |  57 |1812 |6183 |2600 |  29k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
211.41/212.39	c   182s| 66700 |  8579 |  2052k|  30.7 |   300M |  57 |1812 |5996 |   0 |  29k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
211.71/212.64	c   182s| 66800 |  8624 |  2057k|  30.7 |   300M |  57 |1812 |5988 |   0 |  29k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
212.12/213.08	c   182s| 66900 |  8671 |  2062k|  30.7 |   300M |  57 |1812 |6049 |2592 |  29k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
212.50/213.41	c   183s| 67000 |  8690 |  2065k|  30.7 |   300M |  57 |1812 |6105 |2600 |  29k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
212.70/213.66	c   183s| 67100 |  8714 |  2068k|  30.7 |   300M |  57 |1812 |5978 |2586 |  29k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
212.90/213.85	c   183s| 67200 |  8714 |  2071k|  30.7 |   300M |  57 |1812 |5980 |   0 |  29k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
213.11/214.05	c   183s| 67300 |  8727 |  2073k|  30.7 |   300M |  57 |1812 |6059 |   0 |  29k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
213.30/214.26	c   183s| 67400 |  8724 |  2076k|  30.7 |   300M |  57 |1812 |6131 |2597 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
213.50/214.44	c   184s| 67500 |  8718 |  2078k|  30.7 |   301M |  57 |1812 |6142 |   0 |  29k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
213.70/214.67	c   184s| 67600 |  8722 |  2082k|  30.7 |   301M |  57 |1812 |6030 |2587 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
213.90/214.89	c   184s| 67700 |  8751 |  2085k|  30.7 |   302M |  57 |1812 |5974 |2591 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
214.21/215.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
214.21/215.13	c   184s| 67800 |  8750 |  2087k|  30.7 |   302M |  57 |1812 |5980 |2598 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
214.40/215.31	c   185s| 67900 |  8757 |  2088k|  30.7 |   302M |  57 |1812 |5880 |2598 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
214.60/215.55	c   185s| 68000 |  8758 |  2091k|  30.7 |   302M |  57 |1812 |5847 |2598 |  30k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
215.60/216.52	c   186s| 68100 |  8775 |  2096k|  30.7 |   302M |  57 |1812 |5875 |2592 |  30k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
215.99/216.95	c   186s| 68200 |  8772 |  2101k|  30.7 |   303M |  57 |1812 |5905 |2603 |  30k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
216.21/217.14	c   186s| 68300 |  8784 |  2103k|  30.7 |   303M |  57 |1812 |5875 |2590 |  30k|  2 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
216.39/217.30	c   187s| 68400 |  8789 |  2105k|  30.7 |   303M |  57 |1812 |5860 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
216.49/217.46	c   187s| 68500 |  8791 |  2107k|  30.7 |   303M |  57 |1812 |5898 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
216.69/217.66	c   187s| 68600 |  8794 |  2109k|  30.7 |   303M |  57 |1812 |5846 |2594 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
216.89/217.88	c   187s| 68700 |  8815 |  2112k|  30.7 |   303M |  57 |1812 |5728 |2590 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
217.10/218.06	c   187s| 68800 |  8832 |  2115k|  30.7 |   303M |  57 |1812 |5758 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
217.29/218.25	c   187s| 68900 |  8828 |  2117k|  30.6 |   304M |  57 |1812 |5849 |2591 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
217.49/218.41	c   188s| 69000 |  8826 |  2119k|  30.6 |   304M |  57 |1812 |5912 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
217.59/218.57	c   188s| 69100 |  8827 |  2121k|  30.6 |   304M |  57 |1812 |5949 |2594 |  30k|  2 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
217.79/218.80	c   188s| 69200 |  8827 |  2124k|  30.6 |   304M |  57 |1812 |5882 |2592 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
217.99/218.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
217.99/218.99	c   188s| 69300 |  8840 |  2127k|  30.6 |   304M |  57 |1812 |5931 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
218.20/219.19	c   188s| 69400 |  8832 |  2130k|  30.6 |   304M |  57 |1812 |6003 |2592 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
218.38/219.38	c   189s| 69500 |  8834 |  2132k|  30.6 |   304M |  57 |1812 |6026 |2592 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
218.58/219.58	c   189s| 69600 |  8834 |  2135k|  30.6 |   304M |  57 |1812 |6079 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
218.88/219.81	c   189s| 69700 |  8841 |  2137k|  30.6 |   304M |  57 |1812 |5979 |2592 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
218.98/219.98	c   189s| 69800 |  8843 |  2140k|  30.6 |   304M |  57 |1812 |5948 |2592 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
219.20/220.16	c   189s| 69900 |  8855 |  2143k|  30.6 |   304M |  57 |1812 |5929 |2592 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
219.38/220.36	c   190s| 70000 |  8849 |  2145k|  30.6 |   304M |  57 |1812 |5970 |2594 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
219.58/220.58	c   190s| 70100 |  8859 |  2148k|  30.6 |   304M |  57 |1812 |5887 |2596 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
219.78/220.75	c   190s| 70200 |  8869 |  2151k|  30.6 |   304M |  57 |1812 |5848 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
219.98/220.93	c   190s| 70300 |  8875 |  2153k|  30.5 |   304M |  57 |1812 |5836 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
220.19/221.12	c   190s| 70400 |  8877 |  2155k|  30.5 |   304M |  57 |1812 |5865 |2598 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
220.38/221.31	c   191s| 70500 |  8893 |  2158k|  30.5 |   304M |  57 |1812 |5797 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
220.58/221.52	c   191s| 70600 |  8898 |  2160k|  30.5 |   304M |  57 |1812 |5777 |2600 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
220.78/221.74	c   191s| 70700 |  8905 |  2163k|  30.5 |   304M |  57 |1812 |5708 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
221.09/222.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
221.09/222.02	c   191s| 70800 |  8918 |  2166k|  30.5 |   304M |  57 |1812 |5738 |2592 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
221.27/222.20	c   191s| 70900 |  8927 |  2169k|  30.5 |   304M |  57 |1812 |5807 |2590 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
221.37/222.38	c   192s| 71000 |  8933 |  2171k|  30.5 |   304M |  57 |1812 |5808 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
221.57/222.55	c   192s| 71100 |  8938 |  2174k|  30.5 |   304M |  57 |1812 |5846 |2593 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
221.77/222.71	c   192s| 71200 |  8928 |  2175k|  30.5 |   304M |  57 |1812 |5824 |2585 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
221.97/222.90	c   192s| 71300 |  8934 |  2178k|  30.5 |   304M |  57 |1812 |5727 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
222.08/223.10	c   192s| 71400 |  8949 |  2181k|  30.5 |   305M |  57 |1812 |5681 |2590 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
222.27/223.25	c   192s| 71500 |  8955 |  2182k|  30.4 |   305M |  57 |1812 |5710 |2591 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
222.37/223.39	c   193s| 71600 |  8954 |  2184k|  30.4 |   305M |  57 |1812 |5754 |2590 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
222.57/223.56	c   193s| 71700 |  8951 |  2186k|  30.4 |   305M |  57 |1812 |5831 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
222.77/223.73	c   193s| 71800 |  8965 |  2189k|  30.4 |   305M |  57 |1812 |5829 |2593 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
222.97/223.90	c   193s| 71900 |  8978 |  2191k|  30.4 |   305M |  57 |1812 |5880 |2588 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
223.08/224.08	c   193s| 72000 |  8984 |  2193k|  30.4 |   305M |  57 |1812 |5922 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
223.36/224.39	c   194s| 72100 |  9001 |  2198k|  30.4 |   306M |  57 |1812 |5857 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
223.66/224.66	c   194s| 72200 |  9005 |  2201k|  30.4 |   306M |  57 |1812 |5878 |2594 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
223.86/224.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
223.86/224.85	c   194s| 72300 |  9014 |  2204k|  30.4 |   306M |  57 |1812 |5815 |2597 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
224.08/225.06	c   194s| 72400 |  9007 |  2206k|  30.4 |   306M |  57 |1812 |5788 |2595 |  31k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
224.46/225.42	c   195s| 72500 |  9005 |  2211k|  30.4 |   306M |  57 |1812 |5814 |2591 |  31k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
224.56/225.59	c   195s| 72600 |  9016 |  2214k|  30.4 |   307M |  57 |1812 |5835 |2605 |  31k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
224.86/225.82	c   195s| 72700 |  9017 |  2216k|  30.4 |   307M |  57 |1812 |5870 |   0 |  31k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
225.17/226.12	c   195s| 72800 |  9037 |  2220k|  30.4 |   307M |  57 |1812 |5915 |   0 |  31k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
225.36/226.35	c   196s| 72900 |  9068 |  2224k|  30.4 |   307M |  57 |1812 |5935 |2598 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
225.56/226.54	c   196s| 73000 |  9071 |  2227k|  30.4 |   307M |  57 |1812 |6004 |2597 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
225.85/226.80	c   196s| 73100 |  9075 |  2231k|  30.4 |   307M |  57 |1812 |5980 |2605 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
226.17/227.12	c   196s| 73200 |  9103 |  2239k|  30.5 |   307M |  57 |1812 |5891 |   0 |  32k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
226.35/227.37	c   197s| 73300 |  9115 |  2243k|  30.5 |   307M |  57 |1812 |5904 |2596 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
226.55/227.53	c   197s| 73400 |  9111 |  2245k|  30.5 |   307M |  57 |1812 |5906 |2591 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
226.75/227.75	c   197s| 73500 |  9111 |  2248k|  30.5 |   307M |  57 |1812 |5960 |   0 |  32k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
226.95/227.92	c   197s| 73600 |  9112 |  2250k|  30.5 |   308M |  57 |1812 |5960 |   0 |  32k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
227.06/228.11	c   197s| 73700 |  9113 |  2252k|  30.5 |   308M |  57 |1812 |5900 |2600 |  32k|  2 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
227.35/228.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
227.35/228.34	c   198s| 73800 |  9156 |  2255k|  30.5 |   308M |  57 |1812 |5830 |2600 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
227.55/228.56	c   198s| 73900 |  9153 |  2258k|  30.5 |   308M |  57 |1812 |5755 |2596 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
227.75/228.76	c   198s| 74000 |  9162 |  2260k|  30.5 |   308M |  57 |1812 |5703 |2598 |  32k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
227.95/229.01	c   198s| 74100 |  9150 |  2263k|  30.5 |   308M |  57 |1812 |5717 |2587 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
228.24/229.20	c   198s| 74200 |  9154 |  2266k|  30.5 |   308M |  57 |1812 |5719 |2599 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
228.34/229.38	c   199s| 74300 |  9156 |  2268k|  30.4 |   308M |  57 |1812 |5761 |2590 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
228.54/229.57	c   199s| 74400 |  9162 |  2270k|  30.4 |   308M |  57 |1812 |5806 |2589 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
228.84/229.89	c   199s| 74500 |  9179 |  2274k|  30.4 |   308M |  57 |1812 |5784 |   0 |  32k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
229.06/230.06	c   199s| 74600 |  9183 |  2276k|  30.4 |   308M |  57 |1812 |5809 |   0 |  32k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
229.24/230.22	c   199s| 74700 |  9186 |  2278k|  30.4 |   308M |  57 |1812 |5836 |2600 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
229.44/230.42	c   200s| 74800 |  9176 |  2280k|  30.4 |   308M |  57 |1812 |5769 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
229.64/230.62	c   200s| 74900 |  9203 |  2283k|  30.4 |   308M |  57 |1812 |5709 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
229.74/230.78	c   200s| 75000 |  9207 |  2286k|  30.4 |   308M |  57 |1812 |5787 |2592 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
229.94/230.93	c   200s| 75100 |  9219 |  2288k|  30.4 |   308M |  57 |1812 |5864 |2592 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
230.05/231.09	c   200s| 75200 |  9202 |  2290k|  30.4 |   308M |  57 |1812 |5966 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
230.24/231.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
230.24/231.24	c   200s| 75300 |  9205 |  2292k|  30.4 |   308M |  57 |1812 |6025 |2592 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
230.44/231.42	c   201s| 75400 |  9204 |  2294k|  30.3 |   308M |  57 |1812 |6106 |2594 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
230.54/231.58	c   201s| 75500 |  9217 |  2296k|  30.3 |   308M |  57 |1812 |6075 |2595 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
230.73/231.76	c   201s| 75600 |  9226 |  2299k|  30.3 |   308M |  57 |1812 |6070 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
230.93/231.94	c   201s| 75700 |  9217 |  2301k|  30.3 |   308M |  57 |1812 |6047 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
231.15/232.14	c   201s| 75800 |  9223 |  2303k|  30.3 |   308M |  57 |1812 |5925 |2593 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
231.53/232.57	c   202s| 75900 |  9224 |  2307k|  30.3 |   308M |  57 |1812 |5782 |2592 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
231.93/232.98	c   202s| 76000 |  9250 |  2310k|  30.3 |   308M |  57 |1812 |5593 |2596 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
232.23/233.20	c   202s| 76100 |  9274 |  2313k|  30.3 |   308M |  57 |1812 |5602 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
232.43/233.42	c   203s| 76200 |  9274 |  2316k|  30.3 |   308M |  57 |1812 |5643 |2591 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
232.63/233.63	c   203s| 76300 |  9301 |  2319k|  30.3 |   308M |  57 |1812 |5686 |2593 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
232.83/233.85	c   203s| 76400 |  9300 |  2321k|  30.3 |   309M |  57 |1812 |5804 |2596 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
233.14/234.17	c   203s| 76500 |  9298 |  2324k|  30.3 |   309M |  57 |1812 |5916 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
233.32/234.34	c   204s| 76600 |  9301 |  2325k|  30.3 |   309M |  57 |1812 |5969 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
233.62/234.69	c   204s| 76700 |  9308 |  2328k|  30.3 |   309M |  57 |1812 |6035 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
233.92/234.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
233.92/234.93	c   204s| 76800 |  9317 |  2331k|  30.3 |   309M |  57 |1812 |6084 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
234.14/235.15	c   204s| 76900 |  9317 |  2334k|  30.3 |   309M |  57 |1812 |6091 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
234.32/235.37	c   205s| 77000 |  9329 |  2336k|  30.3 |   309M |  57 |1812 |6114 |2599 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
234.62/235.67	c   205s| 77100 |  9332 |  2339k|  30.3 |   309M |  57 |1812 |6155 |2602 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
234.82/235.89	c   205s| 77200 |  9357 |  2342k|  30.3 |   309M |  57 |1812 |6220 |2603 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
235.03/236.07	c   205s| 77300 |  9367 |  2344k|  30.2 |   310M |  57 |1812 |6297 |   0 |  33k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
235.22/236.27	c   206s| 77400 |  9364 |  2345k|  30.2 |   310M |  57 |1812 |6424 |2599 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
235.42/236.46	c   206s| 77500 |  9371 |  2348k|  30.2 |   310M |  57 |1812 |6560 |   0 |  33k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
235.62/236.68	c   206s| 77600 |  9368 |  2350k|  30.2 |   310M |  57 |1812 |6682 |2601 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
235.81/236.89	c   206s| 77700 |  9376 |  2352k|  30.2 |   312M |  57 |1812 |6760 |2602 |  34k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
236.13/237.11	c   206s| 77800 |  9356 |  2355k|  30.2 |   312M |  57 |1812 |6718 |   0 |  34k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
236.31/237.31	c   207s| 77900 |  9354 |  2357k|  30.2 |   312M |  57 |1812 |6738 |2601 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
236.41/237.49	c   207s| 78000 |  9337 |  2358k|  30.2 |   312M |  57 |1812 |6776 |   0 |  34k|  0 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
236.71/237.71	c   207s| 78100 |  9336 |  2361k|  30.2 |   312M |  57 |1812 |6744 |2595 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
236.91/237.91	c   207s| 78200 |  9317 |  2363k|  30.1 |   312M |  57 |1812 |6743 |2596 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
237.12/238.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
237.12/238.15	c   207s| 78300 |  9333 |  2365k|  30.1 |   312M |  57 |1812 |6644 |2587 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
237.31/238.37	c   208s| 78400 |  9356 |  2369k|  30.1 |   312M |  57 |1812 |6718 |2587 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
237.51/238.56	c   208s| 78500 |  9353 |  2372k|  30.1 |   313M |  57 |1812 |6683 |2590 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
237.71/238.74	c   208s| 78600 |  9354 |  2375k|  30.1 |   313M |  57 |1812 |6682 |   0 |  34k|  0 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
237.91/238.92	c   208s| 78700 |  9360 |  2377k|  30.1 |   313M |  57 |1812 |6716 |2590 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
238.02/239.08	c   208s| 78800 |  9369 |  2378k|  30.1 |   313M |  57 |1812 |6682 |2597 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
238.30/239.33	c   209s| 78900 |  9405 |  2383k|  30.1 |   313M |  57 |1812 |6569 |2599 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
238.50/239.59	c   209s| 79000 |  9401 |  2387k|  30.1 |   313M |  57 |1812 |6443 |   0 |  34k|  0 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
238.70/239.78	c   209s| 79100 |  9410 |  2388k|  30.1 |   313M |  57 |1812 |6280 |2595 |  34k|  2 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
238.90/239.97	c   209s| 79200 |  9417 |  2390k|  30.1 |   313M |  57 |1812 |6177 |2593 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
239.11/240.18	c   209s| 79300 |  9438 |  2394k|  30.1 |   313M |  57 |1812 |5986 |2592 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
239.30/240.37	c   210s| 79400 |  9437 |  2396k|  30.1 |   313M |  57 |1812 |5901 |2592 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
239.50/240.55	c   210s| 79500 |  9453 |  2399k|  30.1 |   313M |  57 |1812 |5930 |2594 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
239.70/240.71	c   210s| 79600 |  9445 |  2401k|  30.1 |   313M |  57 |1812 |5969 |2592 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
239.90/240.94	c   210s| 79700 |  9454 |  2404k|  30.1 |   313M |  57 |1812 |5950 |2592 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
240.11/241.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
240.11/241.12	c   210s| 79800 |  9474 |  2407k|  30.1 |   313M |  57 |1812 |5968 |2594 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
240.30/241.32	c   211s| 79900 |  9465 |  2409k|  30.1 |   313M |  57 |1812 |6032 |2595 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
240.50/241.51	c   211s| 80000 |  9456 |  2412k|  30.1 |   313M |  57 |1812 |6053 |2593 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
240.69/241.71	c   211s| 80100 |  9453 |  2415k|  30.1 |   313M |  57 |1812 |6081 |   0 |  34k|  0 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
240.89/241.90	c   211s| 80200 |  9462 |  2417k|  30.1 |   313M |  57 |1812 |6051 |2593 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
241.01/242.09	c   211s| 80300 |  9453 |  2419k|  30.1 |   314M |  57 |1812 |6056 |   0 |  34k|  0 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
241.29/242.30	c   212s| 80400 |  9466 |  2423k|  30.1 |   314M |  57 |1812 |5909 |2595 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
241.49/242.53	c   212s| 80500 |  9472 |  2425k|  30.0 |   314M |  57 |1812 |5849 |   0 |  34k|  0 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
241.69/242.73	c   212s| 80600 |  9459 |  2427k|  30.0 |   314M |  57 |1812 |5915 |2587 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
241.89/242.90	c   212s| 80700 |  9476 |  2429k|  30.0 |   314M |  57 |1812 |5877 |2602 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
242.00/243.11	c   212s| 80800 |  9480 |  2431k|  30.0 |   314M |  57 |1812 |5949 |   0 |  34k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
242.19/243.29	c   213s| 80900 |  9488 |  2433k|  30.0 |   314M |  57 |1812 |6016 |2593 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
242.39/243.48	c   213s| 81000 |  9480 |  2436k|  30.0 |   314M |  57 |1812 |6128 |2597 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
242.69/243.70	c   213s| 81100 |  9476 |  2438k|  30.0 |   314M |  57 |1812 |6217 |2597 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
242.89/243.90	c   213s| 81200 |  9476 |  2441k|  30.0 |   314M |  57 |1812 |6150 |   0 |  34k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
243.10/244.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
243.10/244.12	c   213s| 81300 |  9476 |  2443k|  30.0 |   314M |  57 |1812 |6168 |   0 |  34k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
243.48/244.55	c   214s| 81400 |  9487 |  2447k|  30.0 |   315M |  57 |1812 |6245 |2620 |  35k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
243.88/244.93	c   214s| 81500 |  9490 |  2451k|  30.0 |   315M |  57 |1812 |6219 |2589 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
244.10/245.17	c   214s| 81600 |  9496 |  2453k|  30.0 |   315M |  57 |1812 |6216 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
244.28/245.36	c   215s| 81700 |  9502 |  2456k|  30.0 |   315M |  57 |1812 |6222 |2590 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
244.48/245.50	c   215s| 81800 |  9516 |  2457k|  30.0 |   315M |  57 |1812 |6261 |2593 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
244.58/245.67	c   215s| 81900 |  9507 |  2459k|  30.0 |   315M |  57 |1812 |6344 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
244.78/245.86	c   215s| 82000 |  9515 |  2461k|  29.9 |   315M |  57 |1812 |6322 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
244.99/246.05	c   215s| 82100 |  9521 |  2463k|  29.9 |   315M |  57 |1812 |6394 |2599 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
245.18/246.23	c   215s| 82200 |  9533 |  2465k|  29.9 |   315M |  57 |1812 |6464 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
245.38/246.40	c   216s| 82300 |  9554 |  2468k|  29.9 |   315M |  57 |1812 |6519 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
245.48/246.57	c   216s| 82400 |  9579 |  2470k|  29.9 |   315M |  57 |1812 |6566 |2599 |  35k|  2 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
245.67/246.74	c   216s| 82500 |  9585 |  2473k|  29.9 |   316M |  57 |1812 |6639 |   0 |  35k|  0 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
245.87/246.93	c   216s| 82600 |  9587 |  2476k|  29.9 |   316M |  57 |1812 |6714 |2598 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
245.99/247.09	c   216s| 82700 |  9582 |  2478k|  29.9 |   316M |  57 |1812 |6786 |   0 |  35k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
246.17/247.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
246.17/247.27	c   217s| 82800 |  9579 |  2480k|  29.9 |   316M |  57 |1812 |6812 |   0 |  35k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
246.37/247.45	c   217s| 82900 |  9578 |  2482k|  29.9 |   316M |  57 |1812 |6777 |2589 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
246.67/247.78	c   217s| 83000 |  9588 |  2486k|  29.9 |   316M |  57 |1812 |6671 |2606 |  35k|  2 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
246.87/247.95	c   217s| 83100 |  9590 |  2488k|  29.9 |   316M |  57 |1812 |6703 |2592 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
246.98/248.11	c   217s| 83200 |  9594 |  2490k|  29.9 |   316M |  57 |1812 |6646 |2596 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
247.27/248.37	c   218s| 83300 |  9624 |  2494k|  29.9 |   316M |  57 |1812 |6409 |2603 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
247.67/248.78	c   218s| 83400 |  9662 |  2500k|  29.9 |   316M |  57 |1812 |6197 |2603 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
247.87/248.95	c   218s| 83500 |  9692 |  2502k|  29.9 |   316M |  57 |1812 |6137 |2593 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
247.98/249.09	c   218s| 83600 |  9703 |  2504k|  29.9 |   316M |  57 |1812 |6156 |   0 |  35k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
248.16/249.21	c   218s| 83700 |  9707 |  2506k|  29.9 |   316M |  57 |1812 |6225 |2593 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
248.26/249.36	c   219s| 83800 |  9701 |  2508k|  29.9 |   316M |  57 |1812 |6301 |   0 |  35k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
248.46/249.56	c   219s| 83900 |  9702 |  2510k|  29.9 |   316M |  57 |1812 |6332 |2590 |  35k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
248.66/249.79	c   219s| 84000 |  9711 |  2514k|  29.9 |   316M |  57 |1812 |6318 |2605 |  35k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
248.98/250.05	c   219s| 84100 |  9719 |  2518k|  29.9 |   316M |  57 |1812 |6096 |2597 |  35k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
249.16/250.21	c   219s| 84200 |  9716 |  2520k|  29.9 |   316M |  57 |1812 |6182 |   0 |  35k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
249.26/250.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
249.26/250.38	c   220s| 84300 |  9712 |  2522k|  29.9 |   316M |  57 |1812 |6221 |   0 |  35k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
249.46/250.58	c   220s| 84400 |  9701 |  2525k|  29.9 |   316M |  57 |1812 |6243 |   0 |  35k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
249.76/250.85	c   220s| 84500 |  9711 |  2528k|  29.9 |   316M |  57 |1812 |6135 |2599 |  35k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
250.16/251.28	c   221s| 84600 |  9721 |  2532k|  29.9 |   316M |  57 |1812 |6109 |   0 |  36k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
250.46/251.51	c   221s| 84700 |  9718 |  2534k|  29.9 |   317M |  57 |1812 |6188 |   0 |  36k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
250.75/251.88	c   221s| 84800 |  9713 |  2537k|  29.9 |   317M |  57 |1812 |6273 |2599 |  36k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
251.15/252.22	c   221s| 84900 |  9712 |  2540k|  29.9 |   317M |  57 |1812 |6253 |2593 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
251.35/252.45	c   222s| 85000 |  9719 |  2542k|  29.8 |   317M |  57 |1812 |6120 |   0 |  36k|  0 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
251.55/252.67	c   222s| 85100 |  9712 |  2544k|  29.8 |   317M |  57 |1812 |6086 |2588 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
251.75/252.86	c   222s| 85200 |  9719 |  2547k|  29.8 |   317M |  57 |1812 |6139 |   0 |  36k|  0 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
251.96/253.10	c   222s| 85300 |  9744 |  2550k|  29.8 |   317M |  57 |1812 |6074 |2640 |  36k|  3 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
252.25/253.37	c   223s| 85400 |  9733 |  2552k|  29.8 |   318M |  57 |1812 |6137 |2584 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
252.45/253.56	c   223s| 85500 |  9739 |  2554k|  29.8 |   318M |  57 |1812 |6142 |   0 |  36k|  0 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
252.75/253.84	c   223s| 85600 |  9762 |  2558k|  29.8 |   318M |  57 |1812 |5994 |2594 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
252.96/254.01	c   223s| 85700 |  9761 |  2560k|  29.8 |   318M |  57 |1812 |6079 |2594 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
253.06/254.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
253.06/254.18	c   223s| 85800 |  9760 |  2562k|  29.8 |   318M |  57 |1812 |6163 |2598 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
253.24/254.37	c   224s| 85900 |  9763 |  2565k|  29.8 |   318M |  57 |1812 |6210 |2594 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
253.44/254.55	c   224s| 86000 |  9769 |  2567k|  29.8 |   318M |  57 |1812 |6282 |2597 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
253.64/254.72	c   224s| 86100 |  9767 |  2570k|  29.8 |   318M |  57 |1812 |6348 |   0 |  36k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
253.84/254.92	c   224s| 86200 |  9765 |  2572k|  29.8 |   318M |  57 |1812 |6399 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
254.06/255.12	c   224s| 86300 |  9768 |  2576k|  29.8 |   318M |  57 |1812 |6442 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
254.24/255.31	c   225s| 86400 |  9780 |  2579k|  29.8 |   318M |  57 |1812 |6471 |2593 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
254.34/255.49	c   225s| 86500 |  9773 |  2582k|  29.8 |   318M |  57 |1812 |6552 |2593 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
254.64/255.71	c   225s| 86600 |  9771 |  2585k|  29.8 |   318M |  57 |1812 |6543 |2597 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
254.74/255.88	c   225s| 86700 |  9768 |  2587k|  29.8 |   318M |  57 |1812 |6525 |2591 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
254.95/256.04	c   225s| 86800 |  9774 |  2589k|  29.8 |   318M |  57 |1812 |6513 |2588 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
255.14/256.24	c   225s| 86900 |  9776 |  2592k|  29.8 |   318M |  57 |1812 |6507 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
255.33/256.45	c   226s| 87000 |  9798 |  2595k|  29.8 |   318M |  57 |1812 |6376 |2587 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
255.53/256.64	c   226s| 87100 |  9812 |  2598k|  29.8 |   318M |  57 |1812 |6329 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
255.73/256.80	c   226s| 87200 |  9811 |  2600k|  29.7 |   318M |  57 |1812 |6391 |2598 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
255.83/256.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
255.83/256.99	c   226s| 87300 |  9814 |  2602k|  29.7 |   318M |  57 |1812 |6262 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.25%
256.05/257.14	c   226s| 87400 |  9813 |  2604k|  29.7 |   318M |  57 |1812 |6267 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.25%
256.23/257.30	c   227s| 87500 |  9812 |  2606k|  29.7 |   318M |  57 |1812 |6348 |2591 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.25%
256.33/257.47	c   227s| 87600 |  9807 |  2609k|  29.7 |   318M |  57 |1812 |6361 |   0 |  37k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
256.53/257.66	c   227s| 87700 |  9801 |  2611k|  29.7 |   318M |  57 |1812 |6290 |2586 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
256.73/257.86	c   227s| 87800 |  9810 |  2613k|  29.7 |   318M |  57 |1812 |6275 |2596 |  37k|  2 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
257.04/258.14	c   227s| 87900 |  9818 |  2616k|  29.7 |   318M |  57 |1812 |6070 |2592 |  37k|  2 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
257.23/258.36	c   228s| 88000 |  9835 |  2620k|  29.7 |   319M |  57 |1812 |6032 |2589 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
257.53/258.63	c   228s| 88100 |  9821 |  2623k|  29.7 |   319M |  57 |1812 |6047 |2595 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
257.94/259.10	c   228s| 88200 |  9823 |  2629k|  29.7 |   319M |  57 |1812 |6083 |   0 |  37k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
258.42/259.53	c   229s| 88300 |  9853 |  2635k|  29.8 |   341M |  57 |1812 |5577 |2592 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
258.82/259.93	c   229s| 88400 |  9873 |  2637k|  29.8 |   342M |  57 |1812 |5483 |2595 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
259.32/260.49	c   230s| 88500 |  9870 |  2640k|  29.8 |   342M |  57 |1812 |5544 |2592 |  38k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
259.62/260.77	c   230s| 88600 |  9889 |  2642k|  29.8 |   342M |  57 |1812 |5558 |   0 |  38k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
260.31/261.40	c   231s| 88700 |  9899 |  2646k|  29.8 |   343M |  57 |1812 |5610 |   0 |  38k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
260.61/261.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
260.61/261.78	c   231s| 88800 |  9893 |  2649k|  29.8 |   343M |  57 |1812 |5638 |2598 |  38k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
261.11/262.22	c   231s| 88900 |  9909 |  2652k|  29.8 |   343M |  57 |1812 |5629 |2594 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
261.41/262.58	c   232s| 89000 |  9937 |  2655k|  29.8 |   343M |  57 |1812 |5652 |2602 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
261.61/262.78	c   232s| 89100 |  9942 |  2658k|  29.8 |   343M |  57 |1812 |5693 |2604 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
261.92/263.03	c   232s| 89200 |  9962 |  2661k|  29.8 |   343M |  57 |1812 |5709 |2600 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
262.41/263.50	c   233s| 89300 |  9979 |  2664k|  29.8 |   343M |  57 |1812 |5772 |   0 |  39k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
263.02/264.14	c   233s| 89400 |  9989 |  2668k|  29.8 |   345M |  57 |1812 |5862 |2605 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
263.31/264.49	c   234s| 89500 |  9989 |  2670k|  29.8 |   345M |  57 |1812 |5945 |2610 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
263.50/264.68	c   234s| 89600 |  9991 |  2672k|  29.8 |   345M |  57 |1812 |6008 |2600 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
263.70/264.85	c   234s| 89700 |  9999 |  2674k|  29.8 |   345M |  57 |1812 |6080 |   0 |  39k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
264.40/265.56	c   235s| 89800 | 10027 |  2678k|  29.8 |   345M |  57 |1812 |6116 |2609 |  40k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
264.70/265.80	c   235s| 89900 | 10027 |  2681k|  29.8 |   345M |  57 |1812 |6195 |   0 |  40k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
264.91/266.08	c   235s| 90000 | 10044 |  2684k|  29.8 |   345M |  57 |1812 |6214 |2606 |  40k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
265.30/266.46	c   236s| 90100 | 10048 |  2686k|  29.8 |   345M |  57 |1812 |6249 |2595 |  40k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
265.50/266.69	c   236s| 90200 | 10046 |  2689k|  29.7 |   345M |  57 |1812 |6277 |2595 |  40k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
265.70/266.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
265.70/266.84	c   236s| 90300 | 10037 |  2690k|  29.7 |   345M |  57 |1812 |6302 |   0 |  40k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
266.01/267.14	c   236s| 90400 | 10032 |  2694k|  29.7 |   345M |  57 |1812 |6332 |2602 |  40k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
266.49/267.60	c   237s| 90500 | 10036 |  2698k|  29.7 |   345M |  57 |1812 |6347 |   0 |  40k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
267.09/268.26	c   238s| 90600 | 10035 |  2702k|  29.8 |   346M |  57 |1812 |6399 |2595 |  41k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
267.39/268.57	c   238s| 90700 | 10028 |  2705k|  29.8 |   346M |  57 |1812 |6378 |   0 |  41k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
267.59/268.75	c   238s| 90800 | 10050 |  2707k|  29.8 |   346M |  57 |1812 |6333 |2604 |  41k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
268.00/269.19	c   238s| 90900 | 10067 |  2710k|  29.7 |   346M |  57 |1812 |6396 |2616 |  41k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
268.49/269.68	c   239s| 91000 | 10075 |  2713k|  29.7 |   346M |  57 |1812 |6466 |   0 |  41k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
269.00/270.18	c   239s| 91100 | 10085 |  2717k|  29.8 |   347M |  57 |1812 |6537 |2610 |  42k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
269.58/270.77	c   240s| 91200 | 10095 |  2722k|  29.8 |   347M |  57 |1812 |6631 |   0 |  42k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
269.99/271.19	c   240s| 91300 | 10103 |  2725k|  29.8 |   347M |  57 |1812 |6701 |2603 |  42k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
270.58/271.70	c   241s| 91400 | 10105 |  2729k|  29.8 |   348M |  57 |1812 |6776 |2603 |  42k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
270.89/272.10	c   241s| 91500 | 10105 |  2733k|  29.8 |   348M |  57 |1812 |6818 |2603 |  43k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
271.17/272.32	c   242s| 91600 | 10100 |  2736k|  29.8 |   348M |  57 |1812 |6855 |2600 |  43k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
271.57/272.75	c   242s| 91700 | 10100 |  2738k|  29.8 |   348M |  57 |1812 |6897 |   0 |  43k|  0 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
271.77/272.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
271.77/272.95	c   242s| 91800 | 10100 |  2740k|  29.8 |   348M |  57 |1812 |6876 |2600 |  43k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
272.07/273.26	c   243s| 91900 | 10095 |  2742k|  29.8 |   348M |  57 |1812 |6917 |   0 |  43k|  0 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
272.47/273.66	c   243s| 92000 | 10100 |  2745k|  29.8 |   348M |  57 |1812 |6941 |2605 |  43k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
272.77/273.93	c   243s| 92100 | 10087 |  2748k|  29.8 |   348M |  57 |1812 |6980 |   0 |  43k|  0 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
273.07/274.26	c   243s| 92200 | 10087 |  2751k|  29.8 |   348M |  57 |1812 |6932 |2640 |  44k|  2 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
273.47/274.65	c   244s| 92300 | 10082 |  2754k|  29.8 |   348M |  57 |1812 |6940 |2592 |  44k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
273.77/274.93	c   244s| 92400 | 10092 |  2758k|  29.8 |   348M |  57 |1812 |6832 |2600 |  44k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
274.16/275.33	c   245s| 92500 | 10087 |  2761k|  29.8 |   348M |  57 |1812 |6775 |   0 |  44k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
274.46/275.66	c   245s| 92600 | 10073 |  2764k|  29.8 |   348M |  57 |1812 |6713 |2607 |  44k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
274.76/275.96	c   245s| 92700 | 10086 |  2767k|  29.8 |   348M |  57 |1812 |6623 |2606 |  44k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
275.16/276.30	c   246s| 92800 | 10084 |  2770k|  29.8 |   348M |  57 |1812 |6593 |2603 |  44k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
275.36/276.51	c   246s| 92900 | 10087 |  2772k|  29.8 |   349M |  57 |1812 |6571 |   0 |  44k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
275.56/276.71	c   246s| 93000 | 10095 |  2774k|  29.8 |   349M |  57 |1812 |6546 |2604 |  45k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
275.87/277.09	c   246s| 93100 | 10097 |  2777k|  29.8 |   349M |  57 |1812 |6620 |   0 |  45k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
276.16/277.35	c   247s| 93200 | 10100 |  2780k|  29.8 |   349M |  57 |1812 |6635 |   0 |  45k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
276.36/277.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
276.36/277.52	c   247s| 93300 | 10088 |  2782k|  29.8 |   349M |  57 |1812 |6612 |2604 |  45k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
276.65/277.83	c   247s| 93400 | 10083 |  2786k|  29.8 |   349M |  57 |1812 |6627 |2594 |  45k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
276.97/278.13	c   247s| 93500 | 10072 |  2789k|  29.8 |   349M |  57 |1812 |6609 |   0 |  45k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
277.35/278.55	c   248s| 93600 | 10083 |  2792k|  29.8 |   349M |  57 |1812 |6633 |2611 |  45k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
277.55/278.71	c   248s| 93700 | 10075 |  2794k|  29.8 |   349M |  57 |1812 |6613 |2605 |  45k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
277.75/278.95	c   248s| 93800 | 10074 |  2796k|  29.7 |   349M |  57 |1812 |6611 |   0 |  45k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
277.96/279.18	c   248s| 93900 | 10078 |  2798k|  29.7 |   349M |  57 |1812 |6614 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
278.15/279.39	c   249s| 94000 | 10071 |  2800k|  29.7 |   349M |  57 |1812 |6649 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
278.55/279.73	c   249s| 94100 | 10068 |  2803k|  29.7 |   350M |  57 |1812 |6701 |2602 |  46k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
278.65/279.88	c   249s| 94200 | 10067 |  2804k|  29.7 |   350M |  57 |1812 |6759 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
278.86/280.05	c   249s| 94300 | 10065 |  2806k|  29.7 |   350M |  57 |1812 |6761 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
279.04/280.27	c   250s| 94400 | 10057 |  2808k|  29.7 |   350M |  57 |1812 |6800 |2602 |  46k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
279.44/280.60	c   250s| 94500 | 10060 |  2810k|  29.7 |   350M |  57 |1812 |6837 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
279.74/280.95	c   250s| 94600 | 10056 |  2813k|  29.7 |   350M |  57 |1812 |6836 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
280.34/281.54	c   251s| 94700 | 10054 |  2816k|  29.7 |   350M |  57 |1812 |6913 |2614 |  46k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
280.64/281.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
280.64/281.82	c   251s| 94800 | 10054 |  2818k|  29.7 |   350M |  57 |1812 |6918 |2600 |  46k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
281.04/282.23	c   251s| 94900 | 10053 |  2821k|  29.7 |   350M |  57 |1812 |6924 |2602 |  46k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
281.44/282.65	c   252s| 95000 | 10052 |  2824k|  29.7 |   351M |  57 |1812 |6973 |   0 |  47k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
281.64/282.84	c   252s| 95100 | 10040 |  2826k|  29.7 |   351M |  57 |1812 |6900 |2605 |  47k|  2 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
281.74/283.00	c   252s| 95200 | 10040 |  2828k|  29.7 |   351M |  57 |1812 |6892 |   0 |  47k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
282.03/283.27	c   253s| 95300 | 10043 |  2830k|  29.6 |   351M |  57 |1812 |6920 |2606 |  47k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
282.53/283.75	c   253s| 95400 | 10045 |  2833k|  29.6 |   351M |  57 |1812 |6971 |2602 |  47k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
282.84/284.08	c   253s| 95500 | 10039 |  2836k|  29.6 |   351M |  57 |1812 |6990 |2605 |  47k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
283.13/284.39	c   254s| 95600 | 10054 |  2838k|  29.6 |   351M |  57 |1812 |7009 |2612 |  47k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
283.53/284.73	c   254s| 95700 | 10064 |  2841k|  29.6 |   351M |  57 |1812 |7072 |   0 |  47k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
283.94/285.18	c   254s| 95800 | 10062 |  2844k|  29.6 |   351M |  57 |1812 |7147 |   0 |  48k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
284.22/285.43	c   255s| 95900 | 10065 |  2847k|  29.6 |   351M |  57 |1812 |7224 |   0 |  48k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
284.52/285.78	c   255s| 96000 | 10061 |  2851k|  29.6 |   351M |  57 |1812 |7276 |   0 |  48k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
284.84/286.05	c   255s| 96100 | 10070 |  2854k|  29.6 |   351M |  57 |1812 |7282 |   0 |  48k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
285.22/286.44	c   256s| 96200 | 10070 |  2857k|  29.6 |   351M |  57 |1812 |7317 |2615 |  48k|  1 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
285.42/286.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
285.42/286.60	c   256s| 96300 | 10059 |  2859k|  29.6 |   351M |  57 |1812 |7329 |   0 |  48k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
285.72/286.95	c   256s| 96400 | 10064 |  2863k|  29.6 |   351M |  57 |1812 |7341 |   0 |  48k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
285.93/287.15	c   256s| 96500 | 10067 |  2864k|  29.6 |   351M |  57 |1812 |7370 |   0 |  48k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
286.32/287.54	c   257s| 96600 | 10049 |  2867k|  29.6 |   351M |  57 |1812 |7321 |   0 |  49k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
286.62/287.82	c   257s| 96700 | 10047 |  2870k|  29.6 |   351M |  57 |1812 |7158 |   0 |  49k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
286.83/288.05	c   257s| 96800 | 10065 |  2872k|  29.6 |   351M |  57 |1812 |7050 |2594 |  49k|  1 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
287.01/288.23	c   257s| 96900 | 10065 |  2874k|  29.6 |   351M |  57 |1812 |7141 |   0 |  49k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
287.21/288.40	c   258s| 97000 | 10066 |  2876k|  29.6 |   351M |  57 |1812 |7242 |2595 |  49k|  1 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
287.31/288.56	c   258s| 97100 | 10072 |  2878k|  29.6 |   351M |  57 |1812 |7336 |   0 |  49k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
287.51/288.79	c   258s| 97200 | 10066 |  2880k|  29.6 |   352M |  57 |1812 |7420 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
287.82/289.03	c   258s| 97300 | 10056 |  2882k|  29.6 |   352M |  57 |1812 |7378 |2594 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
288.01/289.23	c   258s| 97400 | 10080 |  2885k|  29.6 |   352M |  57 |1812 |7297 |2593 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
288.21/289.42	c   259s| 97500 | 10098 |  2888k|  29.6 |   352M |  57 |1812 |7324 |2591 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
288.41/289.60	c   259s| 97600 | 10108 |  2891k|  29.6 |   352M |  57 |1812 |7385 |2592 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
288.61/289.86	c   259s| 97700 | 10113 |  2894k|  29.6 |   352M |  57 |1812 |7419 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
288.92/290.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
288.92/290.14	c   259s| 97800 | 10129 |  2897k|  29.6 |   352M |  57 |1812 |7431 |2593 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
289.11/290.30	c   260s| 97900 | 10121 |  2899k|  29.6 |   352M |  57 |1812 |7459 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
289.21/290.49	c   260s| 98000 | 10123 |  2901k|  29.5 |   352M |  57 |1812 |7495 |2595 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
289.41/290.64	c   260s| 98100 | 10112 |  2903k|  29.5 |   352M |  57 |1812 |7556 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
289.60/290.84	c   260s| 98200 | 10122 |  2906k|  29.5 |   352M |  57 |1812 |7352 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
290.00/291.23	c   260s| 98300 | 10145 |  2909k|  29.5 |   352M |  57 |1812 |7296 |2601 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
290.20/291.41	c   261s| 98400 | 10156 |  2911k|  29.5 |   352M |  57 |1812 |7278 |2601 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
290.50/291.77	c   261s| 98500 | 10171 |  2915k|  29.5 |   352M |  57 |1812 |7317 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
290.91/292.12	c   261s| 98600 | 10174 |  2919k|  29.5 |   352M |  57 |1812 |7380 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
291.00/292.29	c   262s| 98700 | 10179 |  2921k|  29.5 |   352M |  57 |1812 |7431 |2596 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
291.30/292.53	c   262s| 98800 | 10206 |  2924k|  29.5 |   352M |  57 |1812 |7205 |2591 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
291.60/292.83	c   262s| 98900 | 10204 |  2927k|  29.5 |   352M |  57 |1812 |7102 |2594 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
291.81/293.03	c   262s| 99000 | 10219 |  2930k|  29.5 |   352M |  57 |1812 |6920 |2598 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
292.09/293.39	c   263s| 99100 | 10217 |  2933k|  29.5 |   352M |  57 |1812 |6961 |   0 |  50k|  0 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
292.39/293.60	c   263s| 99200 | 10221 |  2936k|  29.5 |   352M |  57 |1812 |7025 |2587 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
292.59/293.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
292.59/293.80	c   263s| 99300 | 10218 |  2938k|  29.5 |   352M |  57 |1812 |7081 |2599 |  50k|  0 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
292.80/294.01	c   263s| 99400 | 10243 |  2941k|  29.5 |   352M |  57 |1812 |6954 |2595 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
292.99/294.20	c   263s| 99500 | 10256 |  2944k|  29.5 |   352M |  57 |1812 |7009 |2594 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
293.19/294.40	c   264s| 99600 | 10273 |  2948k|  29.5 |   353M |  57 |1812 |6986 |2593 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
293.39/294.62	c   264s| 99700 | 10307 |  2951k|  29.5 |   353M |  57 |1812 |6962 |2593 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
293.59/294.87	c   264s| 99800 | 10320 |  2955k|  29.6 |   353M |  57 |1812 |6818 |   0 |  50k|  0 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
293.90/295.11	c   264s| 99900 | 10345 |  2960k|  29.6 |   354M |  57 |1812 |6851 |2596 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
294.29/295.52	c   265s|100000 | 10369 |  2964k|  29.6 |   354M |  57 |1812 |6858 |   0 |  50k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
294.58/295.80	c   265s|100100 | 10384 |  2969k|  29.6 |   354M |  57 |1812 |6904 |   0 |  50k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
294.80/296.05	c   265s|100200 | 10408 |  2973k|  29.6 |   354M |  57 |1812 |6927 |2599 |  50k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
294.98/296.29	c   266s|100300 | 10433 |  2976k|  29.6 |   354M |  57 |1812 |6982 |2596 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
295.18/296.49	c   266s|100400 | 10446 |  2979k|  29.6 |   354M |  57 |1812 |7043 |2598 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
295.58/296.82	c   266s|100500 | 10463 |  2983k|  29.6 |   354M |  57 |1812 |7061 |2601 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
295.68/296.98	c   266s|100600 | 10467 |  2986k|  29.6 |   354M |  57 |1812 |7069 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
295.98/297.21	c   266s|100700 | 10469 |  2989k|  29.6 |   354M |  57 |1812 |7106 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
296.28/297.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
296.28/297.54	c   267s|100800 | 10501 |  2994k|  29.6 |   355M |  57 |1812 |7106 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
296.48/297.73	c   267s|100900 | 10513 |  2998k|  29.7 |   355M |  57 |1812 |7135 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
296.68/297.96	c   267s|101000 | 10512 |  3001k|  29.7 |   355M |  57 |1812 |7148 |2597 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
296.89/298.17	c   267s|101100 | 10517 |  3004k|  29.7 |   355M |  57 |1812 |7179 |2599 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
297.07/298.36	c   268s|101200 | 10522 |  3007k|  29.7 |   355M |  57 |1812 |7187 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
297.47/298.73	c   268s|101300 | 10527 |  3011k|  29.7 |   355M |  57 |1812 |7246 |2598 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
297.78/299.05	c   268s|101400 | 10533 |  3014k|  29.7 |   355M |  57 |1812 |7205 |2604 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
298.07/299.32	c   269s|101500 | 10542 |  3017k|  29.7 |   355M |  57 |1812 |7250 |   0 |  52k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
298.37/299.63	c   269s|101600 | 10550 |  3022k|  29.7 |   356M |  57 |1812 |7199 |2595 |  52k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
298.57/299.84	c   269s|101700 | 10565 |  3027k|  29.7 |   356M |  57 |1812 |7185 |2595 |  52k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
298.78/300.08	c   269s|101800 | 10568 |  3031k|  29.7 |   356M |  57 |1812 |7173 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
299.07/300.31	c   270s|101900 | 10574 |  3034k|  29.7 |   356M |  57 |1812 |7099 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
299.27/300.52	c   270s|102000 | 10576 |  3038k|  29.7 |   356M |  57 |1812 |7104 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
299.46/300.78	c   270s|102100 | 10574 |  3042k|  29.7 |   356M |  57 |1812 |7109 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
299.66/301.00	c   270s|102200 | 10556 |  3045k|  29.7 |   356M |  57 |1812 |7125 |2599 |  52k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
299.96/301.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
299.96/301.25	c   270s|102300 | 10566 |  3048k|  29.7 |   356M |  57 |1812 |7178 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
300.26/301.54	c   271s|102400 | 10579 |  3053k|  29.8 |   357M |  57 |1812 |7209 |2599 |  52k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
300.46/301.73	c   271s|102500 | 10569 |  3057k|  29.8 |   357M |  57 |1812 |7235 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
300.77/302.04	c   271s|102600 | 10568 |  3060k|  29.8 |   357M |  57 |1812 |7121 |   0 |  53k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
300.96/302.23	c   271s|102700 | 10576 |  3063k|  29.8 |   357M |  57 |1812 |7040 |2595 |  53k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
301.16/302.43	c   272s|102800 | 10577 |  3065k|  29.8 |   357M |  57 |1812 |7018 |2594 |  53k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
301.36/302.63	c   272s|102900 | 10595 |  3067k|  29.7 |   357M |  57 |1812 |6909 |2595 |  53k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
301.56/302.81	c   272s|103000 | 10601 |  3069k|  29.7 |   358M |  57 |1812 |6872 |   0 |  53k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
301.77/303.07	c   272s|103100 | 10615 |  3072k|  29.7 |   358M |  57 |1812 |6348 |   0 |  53k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
301.95/303.27	c   273s|103200 | 10624 |  3074k|  29.7 |   358M |  57 |1812 |6276 |2591 |  53k|  2 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
302.35/303.61	c   273s|103300 | 10609 |  3077k|  29.7 |   359M |  57 |1812 |6279 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
302.45/303.79	c   273s|103400 | 10611 |  3079k|  29.7 |   359M |  57 |1812 |6215 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
302.65/304.01	c   273s|103500 | 10608 |  3081k|  29.7 |   359M |  57 |1812 |6207 |2604 |  53k|  2 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
302.95/304.23	c   273s|103600 | 10611 |  3084k|  29.7 |   359M |  57 |1812 |6015 |2591 |  53k|  2 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
303.15/304.40	c   274s|103700 | 10628 |  3086k|  29.7 |   359M |  57 |1812 |5991 |2592 |  53k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
303.25/304.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
303.25/304.59	c   274s|103800 | 10631 |  3088k|  29.7 |   359M |  57 |1812 |6029 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
303.45/304.76	c   274s|103900 | 10626 |  3090k|  29.7 |   359M |  57 |1812 |6095 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
303.76/305.05	c   274s|104000 | 10625 |  3092k|  29.7 |   359M |  57 |1812 |6121 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
304.04/305.35	c   275s|104100 | 10625 |  3095k|  29.7 |   359M |  57 |1812 |6210 |2597 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
304.64/305.94	c   275s|104200 | 10637 |  3099k|  29.7 |   359M |  57 |1812 |6196 |2598 |  53k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
304.86/306.15	c   275s|104300 | 10643 |  3101k|  29.7 |   359M |  57 |1812 |6191 |2594 |  53k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
305.14/306.49	c   276s|104400 | 10636 |  3104k|  29.7 |   359M |  57 |1812 |6172 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
305.44/306.77	c   276s|104500 | 10637 |  3107k|  29.7 |   359M |  57 |1812 |6033 |   0 |  53k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
305.64/306.94	c   276s|104600 | 10635 |  3109k|  29.7 |   359M |  57 |1812 |6114 |   0 |  53k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
305.85/307.14	c   276s|104700 | 10640 |  3112k|  29.7 |   359M |  57 |1812 |6060 |2594 |  53k|  2 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
306.04/307.36	c   277s|104800 | 10647 |  3115k|  29.7 |   359M |  57 |1812 |6122 |2599 |  53k|  2 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
306.24/307.55	c   277s|104900 | 10634 |  3117k|  29.7 |   359M |  57 |1812 |6169 |   0 |  53k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
306.43/307.74	c   277s|105000 | 10640 |  3119k|  29.7 |   359M |  57 |1812 |6021 |   0 |  54k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
306.85/308.17	c   277s|105100 | 10645 |  3122k|  29.7 |   359M |  57 |1812 |6037 |2587 |  54k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
307.13/308.43	c   278s|105200 | 10664 |  3127k|  29.7 |   359M |  57 |1812 |5773 |2597 |  54k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
307.33/308.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
307.33/308.62	c   278s|105300 | 10677 |  3129k|  29.7 |   359M |  57 |1812 |5774 |2597 |  54k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
307.63/308.93	c   278s|105400 | 10715 |  3132k|  29.7 |   359M |  57 |1812 |5467 |   0 |  54k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
307.84/309.12	c   278s|105500 | 10731 |  3135k|  29.7 |   359M |  57 |1812 |5519 |2592 |  54k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
308.03/309.30	c   279s|105600 | 10755 |  3137k|  29.7 |   360M |  57 |1812 |5575 |2593 |  54k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
308.23/309.51	c   279s|105700 | 10773 |  3140k|  29.7 |   360M |  57 |1812 |5665 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
308.43/309.72	c   279s|105800 | 10767 |  3142k|  29.6 |   360M |  57 |1812 |5785 |2593 |  54k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
308.63/309.94	c   279s|105900 | 10765 |  3146k|  29.6 |   360M |  57 |1812 |5806 |2593 |  54k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
308.74/310.09	c   279s|106000 | 10759 |  3147k|  29.6 |   360M |  57 |1812 |5875 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
308.92/310.28	c   280s|106100 | 10761 |  3150k|  29.6 |   360M |  57 |1812 |5872 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
309.22/310.53	c   280s|106200 | 10769 |  3154k|  29.6 |   360M |  57 |1812 |5943 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
309.42/310.73	c   280s|106300 | 10783 |  3157k|  29.6 |   360M |  57 |1812 |5938 |2594 |  54k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
309.62/310.91	c   280s|106400 | 10791 |  3160k|  29.6 |   360M |  57 |1812 |6001 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
309.83/311.13	c   280s|106500 | 10787 |  3163k|  29.6 |   360M |  57 |1812 |6007 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
310.02/311.34	c   281s|106600 | 10804 |  3166k|  29.6 |   360M |  57 |1812 |6051 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
310.22/311.53	c   281s|106700 | 10798 |  3169k|  29.6 |   360M |  57 |1812 |6128 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
310.42/311.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
310.42/311.72	c   281s|106800 | 10802 |  3171k|  29.6 |   360M |  57 |1812 |6184 |   0 |  54k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
310.62/311.93	c   281s|106900 | 10803 |  3174k|  29.6 |   360M |  57 |1812 |6230 |2595 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
310.83/312.16	c   281s|107000 | 10804 |  3178k|  29.6 |   360M |  57 |1812 |6152 |2592 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
311.02/312.35	c   282s|107100 | 10828 |  3180k|  29.6 |   360M |  57 |1812 |6144 |2596 |  55k|  2 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
311.22/312.54	c   282s|107200 | 10829 |  3183k|  29.6 |   360M |  57 |1812 |6173 |   0 |  55k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
311.41/312.71	c   282s|107300 | 10816 |  3185k|  29.6 |   360M |  57 |1812 |6232 |2592 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
311.61/312.90	c   282s|107400 | 10808 |  3187k|  29.6 |   360M |  57 |1812 |6202 |2590 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
311.73/313.09	c   282s|107500 | 10829 |  3189k|  29.6 |   360M |  57 |1812 |6187 |2597 |  55k|  2 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
312.01/313.31	c   283s|107600 | 10846 |  3193k|  29.6 |   361M |  57 |1812 |6238 |2596 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
312.21/313.54	c   283s|107700 | 10877 |  3197k|  29.6 |   361M |  57 |1812 |6252 |2590 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
312.41/313.73	c   283s|107800 | 10907 |  3200k|  29.6 |   362M |  57 |1812 |6200 |   0 |  55k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
312.61/313.96	c   283s|107900 | 10938 |  3205k|  29.7 |   362M |  57 |1812 |6143 |   0 |  55k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
312.82/314.18	c   283s|108000 | 10965 |  3208k|  29.7 |   362M |  57 |1812 |6137 |2590 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
313.11/314.43	c   284s|108100 | 10971 |  3212k|  29.7 |   362M |  57 |1812 |6149 |2595 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
313.31/314.62	c   284s|108200 | 10998 |  3216k|  29.7 |   362M |  57 |1812 |6170 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
313.51/314.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
313.51/314.82	c   284s|108300 | 11014 |  3219k|  29.7 |   362M |  57 |1812 |6219 |2597 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
313.61/315.00	c   284s|108400 | 11015 |  3222k|  29.7 |   362M |  57 |1812 |6269 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
313.90/315.28	c   285s|108500 | 11016 |  3226k|  29.7 |   362M |  57 |1812 |6286 |2620 |  55k|  3 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
314.10/315.49	c   285s|108600 | 11010 |  3228k|  29.7 |   362M |  57 |1812 |6239 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
314.40/315.74	c   285s|108700 | 11017 |  3231k|  29.7 |   362M |  57 |1812 |5797 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
314.60/315.97	c   285s|108800 | 11033 |  3234k|  29.7 |   362M |  57 |1812 |5760 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
314.81/316.18	c   285s|108900 | 11026 |  3237k|  29.7 |   362M |  57 |1812 |5671 |2597 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
315.10/316.43	c   286s|109000 | 11030 |  3240k|  29.7 |   362M |  57 |1812 |5710 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
315.50/316.88	c   286s|109100 | 11025 |  3244k|  29.7 |   363M |  57 |1812 |5771 |2603 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
315.71/317.07	c   286s|109200 | 11021 |  3246k|  29.7 |   363M |  57 |1812 |5664 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
315.90/317.27	c   287s|109300 | 11023 |  3248k|  29.7 |   363M |  57 |1812 |5563 |2600 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
316.09/317.43	c   287s|109400 | 11027 |  3250k|  29.7 |   363M |  57 |1812 |5586 |2598 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
316.29/317.67	c   287s|109500 | 11037 |  3253k|  29.7 |   363M |  57 |1812 |5306 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
316.49/317.89	c   287s|109600 | 11035 |  3255k|  29.6 |   363M |  57 |1812 |5264 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
316.71/318.08	c   287s|109700 | 11055 |  3258k|  29.6 |   363M |  57 |1812 |5303 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
316.89/318.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
316.89/318.26	c   287s|109800 | 11057 |  3260k|  29.6 |   363M |  57 |1812 |5382 |2594 |  56k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
317.09/318.43	c   288s|109900 | 11066 |  3263k|  29.6 |   363M |  57 |1812 |5449 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
317.19/318.58	c   288s|110000 | 11063 |  3265k|  29.6 |   363M |  57 |1812 |5510 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
317.39/318.75	c   288s|110100 | 11080 |  3267k|  29.6 |   363M |  57 |1812 |5538 |2595 |  56k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
317.59/318.92	c   288s|110200 | 11088 |  3269k|  29.6 |   364M |  57 |1812 |5589 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
317.70/319.08	c   288s|110300 | 11081 |  3271k|  29.6 |   364M |  57 |1812 |5599 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
317.89/319.23	c   288s|110400 | 11068 |  3273k|  29.6 |   364M |  57 |1812 |5637 |2593 |  56k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
317.99/319.39	c   289s|110500 | 11067 |  3275k|  29.6 |   364M |  57 |1812 |5679 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
318.19/319.59	c   289s|110600 | 11063 |  3278k|  29.6 |   364M |  57 |1812 |5584 |2599 |  56k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
318.39/319.73	c   289s|110700 | 11058 |  3281k|  29.6 |   364M |  57 |1812 |5594 |2593 |  56k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
318.48/319.87	c   289s|110800 | 11074 |  3282k|  29.6 |   364M |  57 |1812 |5609 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
318.70/320.03	c   289s|110900 | 11076 |  3284k|  29.6 |   364M |  57 |1812 |5640 |2596 |  56k|  2 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
318.88/320.20	c   289s|111000 | 11080 |  3286k|  29.6 |   364M |  57 |1812 |5683 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
318.98/320.36	c   290s|111100 | 11082 |  3288k|  29.5 |   364M |  57 |1812 |5739 |2595 |  56k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
319.38/320.77	c   290s|111200 | 11084 |  3291k|  29.5 |   364M |  57 |1812 |5757 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
319.58/320.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
319.58/320.96	c   290s|111300 | 11082 |  3293k|  29.5 |   364M |  57 |1812 |5741 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
319.79/321.17	c   290s|111400 | 11093 |  3297k|  29.5 |   364M |  57 |1812 |5644 |2592 |  56k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
320.18/321.56	c   291s|111500 | 11107 |  3300k|  29.5 |   365M |  57 |1812 |5654 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
320.48/321.80	c   291s|111600 | 11093 |  3303k|  29.5 |   365M |  57 |1812 |5680 |2598 |  56k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
320.69/322.01	c   291s|111700 | 11087 |  3306k|  29.5 |   365M |  57 |1812 |5615 |2600 |  57k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
320.97/322.30	c   292s|111800 | 11086 |  3309k|  29.5 |   365M |  57 |1812 |5668 |2600 |  57k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
321.17/322.52	c   292s|111900 | 11085 |  3311k|  29.5 |   366M |  57 |1812 |5595 |   0 |  57k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
321.37/322.75	c   292s|112000 | 11082 |  3313k|  29.5 |   366M |  57 |1812 |5583 |2594 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
321.57/322.93	c   292s|112100 | 11090 |  3315k|  29.5 |   366M |  57 |1812 |5582 |2591 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
321.69/323.10	c   292s|112200 | 11088 |  3317k|  29.5 |   366M |  57 |1812 |5641 |2597 |  57k|  2 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
321.97/323.35	c   293s|112300 | 11096 |  3321k|  29.5 |   366M |  57 |1812 |5612 |2594 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
322.17/323.58	c   293s|112400 | 11100 |  3324k|  29.5 |   367M |  57 |1812 |5584 |2589 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
322.37/323.77	c   293s|112500 | 11109 |  3326k|  29.5 |   367M |  57 |1812 |5508 |2598 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
322.57/323.98	c   293s|112600 | 11124 |  3330k|  29.5 |   367M |  57 |1812 |5505 |2597 |  57k|  0 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
322.87/324.23	c   293s|112700 | 11128 |  3333k|  29.5 |   367M |  57 |1812 |5492 |   0 |  57k|  0 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
323.16/324.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
323.16/324.51	c   294s|112800 | 11123 |  3336k|  29.5 |   367M |  57 |1812 |5446 |2592 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
323.37/324.74	c   294s|112900 | 11127 |  3339k|  29.5 |   367M |  57 |1812 |5340 |2593 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
323.68/325.04	c   294s|113000 | 11136 |  3342k|  29.5 |   367M |  57 |1812 |5311 |   0 |  57k|  0 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
323.96/325.39	c   295s|113100 | 11156 |  3346k|  29.5 |   367M |  57 |1812 |5277 |2595 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
324.16/325.59	c   295s|113200 | 11164 |  3349k|  29.5 |   367M |  57 |1812 |5345 |2595 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
324.36/325.77	c   295s|113300 | 11161 |  3351k|  29.5 |   367M |  57 |1812 |5430 |2594 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
324.56/325.99	c   295s|113400 | 11171 |  3355k|  29.5 |   368M |  57 |1812 |5431 |2595 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
324.86/326.25	c   295s|113500 | 11159 |  3357k|  29.5 |   368M |  57 |1812 |5455 |2622 |  57k|  2 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
325.16/326.58	c   296s|113600 | 11174 |  3360k|  29.5 |   368M |  57 |1812 |5465 |2593 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
325.36/326.76	c   296s|113700 | 11179 |  3363k|  29.5 |   368M |  57 |1812 |5478 |2590 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
325.55/326.92	c   296s|113800 | 11189 |  3365k|  29.5 |   368M |  57 |1812 |5545 |   0 |  57k|  0 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
325.67/327.08	c   296s|113900 | 11188 |  3367k|  29.5 |   368M |  57 |1812 |5591 |2590 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
325.85/327.26	c   297s|114000 | 11180 |  3370k|  29.5 |   368M |  57 |1812 |5671 |2590 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
326.05/327.47	c   297s|114100 | 11194 |  3373k|  29.5 |   369M |  57 |1812 |5725 |2593 |  58k|  2 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
326.25/327.64	c   297s|114200 | 11192 |  3375k|  29.5 |   369M |  57 |1812 |5799 |   0 |  58k|  0 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
326.45/327.82	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.82	c   297s|114300 | 11199 |  3377k|  29.5 |   369M |  57 |1812 |5846 |   0 |  58k|  0 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
326.66/328.01	c   297s|114400 | 11209 |  3380k|  29.5 |   369M |  57 |1812 |5900 |2590 |  58k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
326.85/328.26	c   298s|114500 | 11193 |  3382k|  29.5 |   369M |  57 |1812 |5973 |2612 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
327.15/328.54	c   298s|114600 | 11181 |  3385k|  29.5 |   369M |  57 |1812 |5949 |   0 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
327.35/328.78	c   298s|114700 | 11184 |  3388k|  29.5 |   369M |  57 |1812 |5984 |   0 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
327.85/329.21	c   298s|114800 | 11201 |  3392k|  29.5 |   369M |  57 |1812 |5992 |2593 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
327.94/329.39	c   299s|114900 | 11217 |  3394k|  29.5 |   369M |  57 |1812 |5946 |2594 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
328.14/329.55	c   299s|115000 | 11207 |  3396k|  29.5 |   369M |  57 |1812 |6046 |2594 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
328.34/329.73	c   299s|115100 | 11215 |  3398k|  29.5 |   369M |  57 |1812 |6005 |2592 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
328.54/329.94	c   299s|115200 | 11215 |  3401k|  29.5 |   369M |  57 |1812 |6050 |2594 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
328.76/330.13	c   299s|115300 | 11210 |  3403k|  29.5 |   369M |  57 |1812 |6054 |2595 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
328.94/330.30	c   300s|115400 | 11217 |  3405k|  29.5 |   369M |  57 |1812 |6130 |   0 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
329.14/330.50	c   300s|115500 | 11217 |  3408k|  29.5 |   369M |  57 |1812 |6162 |2593 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
329.24/330.69	c   300s|115600 | 11208 |  3410k|  29.5 |   369M |  57 |1812 |6228 |   0 |  58k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
329.44/330.89	c   300s|115700 | 11199 |  3413k|  29.4 |   370M |  57 |1812 |6253 |2589 |  58k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
329.65/331.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
329.65/331.10	c   300s|115800 | 11208 |  3415k|  29.4 |   370M |  57 |1812 |6068 |   0 |  58k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
329.94/331.33	c   301s|115900 | 11206 |  3418k|  29.4 |   370M |  57 |1812 |6140 |2599 |  58k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
330.14/331.59	c   301s|116000 | 11207 |  3421k|  29.4 |   370M |  57 |1812 |6186 |2600 |  58k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
330.43/331.88	c   301s|116100 | 11201 |  3424k|  29.4 |   370M |  57 |1812 |6218 |   0 |  58k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
330.75/332.18	c   301s|116200 | 11223 |  3428k|  29.5 |   370M |  57 |1812 |6102 |2600 |  58k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
331.23/332.67	c   302s|116300 | 11223 |  3433k|  29.5 |   370M |  57 |1812 |6085 |   0 |  59k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
331.83/333.24	c   302s|116400 | 11229 |  3437k|  29.5 |   370M |  57 |1812 |5927 |2599 |  59k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
332.03/333.44	c   303s|116500 | 11228 |  3439k|  29.5 |   370M |  57 |1812 |5900 |2589 |  59k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
332.52/333.96	c   303s|116600 | 11238 |  3442k|  29.5 |   372M |  57 |1812 |5876 |2588 |  59k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
332.82/334.20	c   303s|116700 | 11246 |  3445k|  29.5 |   372M |  57 |1812 |5784 |   0 |  59k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
333.12/334.53	c   304s|116800 | 11244 |  3449k|  29.5 |   372M |  57 |1812 |5782 |   0 |  59k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
333.42/334.80	c   304s|116900 | 11234 |  3451k|  29.5 |   372M |  57 |1812 |5774 |   0 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
333.52/335.00	c   304s|117000 | 11218 |  3453k|  29.5 |   373M |  57 |1812 |5738 |2597 |  59k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
333.82/335.27	c   305s|117100 | 11239 |  3455k|  29.5 |   373M |  57 |1812 |5746 |   0 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
334.12/335.56	c   305s|117200 | 11246 |  3458k|  29.5 |   373M |  57 |1812 |5830 |   0 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
334.41/335.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
334.41/335.90	c   305s|117300 | 11236 |  3462k|  29.5 |   373M |  57 |1812 |5724 |2594 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
334.73/336.11	c   305s|117400 | 11246 |  3465k|  29.5 |   373M |  57 |1812 |5589 |2594 |  59k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
334.91/336.32	c   306s|117500 | 11255 |  3468k|  29.5 |   373M |  57 |1812 |5649 |   0 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
335.11/336.52	c   306s|117600 | 11271 |  3470k|  29.5 |   373M |  57 |1812 |5690 |   0 |  60k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
335.31/336.73	c   306s|117700 | 11261 |  3472k|  29.5 |   373M |  57 |1812 |5740 |2594 |  60k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
335.51/336.94	c   306s|117800 | 11247 |  3475k|  29.4 |   373M |  57 |1812 |5696 |2597 |  60k|  2 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
335.72/337.18	c   306s|117900 | 11248 |  3477k|  29.4 |   373M |  57 |1812 |5684 |   0 |  60k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
336.01/337.40	c   307s|118000 | 11245 |  3480k|  29.4 |   373M |  57 |1812 |5712 |2592 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
336.11/337.58	c   307s|118100 | 11243 |  3483k|  29.4 |   373M |  57 |1812 |5778 |2598 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
336.50/338.00	c   307s|118200 | 11251 |  3488k|  29.5 |   374M |  57 |1812 |5823 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
336.72/338.18	c   307s|118300 | 11270 |  3490k|  29.5 |   374M |  57 |1812 |5768 |2598 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
336.90/338.36	c   308s|118400 | 11285 |  3492k|  29.4 |   374M |  57 |1812 |5790 |2600 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
337.10/338.53	c   308s|118500 | 11294 |  3494k|  29.4 |   374M |  57 |1812 |5863 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
337.20/338.68	c   308s|118600 | 11286 |  3496k|  29.4 |   374M |  57 |1812 |5931 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
337.40/338.86	c   308s|118700 | 11276 |  3498k|  29.4 |   374M |  57 |1812 |6028 |2598 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
337.61/339.03	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/339.03	c   308s|118800 | 11277 |  3500k|  29.4 |   374M |  57 |1812 |6072 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
337.80/339.23	c   308s|118900 | 11286 |  3503k|  29.4 |   374M |  57 |1812 |6134 |2599 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
338.00/339.41	c   309s|119000 | 11285 |  3505k|  29.4 |   374M |  57 |1812 |6181 |2599 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
338.20/339.61	c   309s|119100 | 11293 |  3508k|  29.4 |   374M |  57 |1812 |6214 |2599 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
338.30/339.78	c   309s|119200 | 11308 |  3510k|  29.4 |   374M |  57 |1812 |6166 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
338.50/339.97	c   309s|119300 | 11314 |  3512k|  29.4 |   374M |  57 |1812 |6239 |2602 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
338.71/340.16	c   309s|119400 | 11301 |  3515k|  29.4 |   374M |  57 |1812 |6319 |2599 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
338.89/340.33	c   310s|119500 | 11284 |  3517k|  29.4 |   374M |  57 |1812 |6343 |2601 |  60k|  3 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
339.09/340.52	c   310s|119600 | 11301 |  3519k|  29.4 |   374M |  57 |1812 |6420 |   0 |  60k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
339.29/340.73	c   310s|119700 | 11298 |  3522k|  29.4 |   374M |  57 |1812 |6509 |2602 |  60k|  2 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
339.49/340.91	c   310s|119800 | 11298 |  3524k|  29.4 |   374M |  57 |1812 |6561 |   0 |  60k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
339.61/341.10	c   310s|119900 | 11286 |  3526k|  29.4 |   374M |  57 |1812 |6524 |2597 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
339.79/341.27	c   311s|120000 | 11289 |  3528k|  29.4 |   374M |  57 |1812 |6570 |2597 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
339.99/341.43	c   311s|120100 | 11288 |  3530k|  29.3 |   374M |  57 |1812 |6613 |2597 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
340.09/341.59	c   311s|120200 | 11284 |  3532k|  29.3 |   374M |  57 |1812 |6624 |   0 |  60k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
340.29/341.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
340.29/341.74	c   311s|120300 | 11284 |  3533k|  29.3 |   374M |  57 |1812 |6591 |   0 |  60k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
340.39/341.90	c   311s|120400 | 11296 |  3535k|  29.3 |   374M |  57 |1812 |6602 |2600 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
340.70/342.14	c   311s|120500 | 11285 |  3538k|  29.3 |   374M |  57 |1812 |6047 |2590 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
341.09/342.52	c   312s|120600 | 11308 |  3543k|  29.3 |   374M |  57 |1812 |5843 |2624 |  60k|  2 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
341.48/342.98	c   312s|120700 | 11305 |  3547k|  29.3 |   375M |  57 |1812 |5796 |2617 |  61k|  2 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
341.78/343.24	c   312s|120800 | 11300 |  3550k|  29.3 |   375M |  57 |1812 |5839 |   0 |  61k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
341.98/343.45	c   313s|120900 | 11336 |  3553k|  29.3 |   375M |  57 |1812 |5742 |2594 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
342.18/343.67	c   313s|121000 | 11343 |  3556k|  29.3 |   375M |  57 |1812 |5846 |2592 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
342.38/343.89	c   313s|121100 | 11358 |  3560k|  29.3 |   375M |  57 |1812 |5914 |   0 |  61k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
342.59/344.10	c   313s|121200 | 11374 |  3564k|  29.4 |   375M |  57 |1812 |6010 |2595 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
342.88/344.32	c   314s|121300 | 11371 |  3566k|  29.4 |   375M |  57 |1812 |6095 |2592 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
342.98/344.49	c   314s|121400 | 11375 |  3569k|  29.4 |   375M |  57 |1812 |6171 |2592 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
343.28/344.70	c   314s|121500 | 11374 |  3572k|  29.4 |   375M |  57 |1812 |6255 |   0 |  61k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
343.48/344.90	c   314s|121600 | 11375 |  3576k|  29.4 |   375M |  57 |1812 |6333 |2594 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
343.69/345.12	c   314s|121700 | 11389 |  3579k|  29.4 |   375M |  57 |1812 |6377 |   0 |  61k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
343.87/345.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
343.87/345.36	c   315s|121800 | 11421 |  3584k|  29.4 |   375M |  57 |1812 |6402 |2597 |  61k|  2 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
344.07/345.58	c   315s|121900 | 11432 |  3588k|  29.4 |   375M |  57 |1812 |6448 |2593 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
344.37/345.82	c   315s|122000 | 11450 |  3592k|  29.4 |   375M |  57 |1812 |6551 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
344.59/346.07	c   315s|122100 | 11455 |  3596k|  29.4 |   375M |  57 |1812 |6652 |2593 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
344.77/346.29	c   316s|122200 | 11467 |  3600k|  29.4 |   375M |  57 |1812 |6689 |2594 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
345.07/346.51	c   316s|122300 | 11480 |  3603k|  29.4 |   376M |  57 |1812 |6767 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
345.27/346.72	c   316s|122400 | 11475 |  3606k|  29.4 |   376M |  57 |1812 |6878 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
345.47/346.93	c   316s|122500 | 11455 |  3610k|  29.4 |   376M |  57 |1812 |6948 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
345.68/347.13	c   316s|122600 | 11459 |  3612k|  29.4 |   376M |  57 |1812 |6927 |2594 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
345.87/347.33	c   317s|122700 | 11455 |  3616k|  29.4 |   376M |  57 |1812 |6971 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
346.07/347.55	c   317s|122800 | 11457 |  3619k|  29.4 |   376M |  57 |1812 |6958 |2597 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
346.27/347.76	c   317s|122900 | 11460 |  3623k|  29.4 |   376M |  57 |1812 |6808 |   0 |  61k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
346.46/347.94	c   317s|123000 | 11469 |  3625k|  29.4 |   377M |  57 |1812 |6822 |2592 |  61k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
346.68/348.14	c   317s|123100 | 11482 |  3629k|  29.4 |   377M |  57 |1812 |6855 |   0 |  61k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
346.86/348.33	c   318s|123200 | 11482 |  3632k|  29.4 |   378M |  57 |1812 |6931 |   0 |  61k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
346.96/348.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
346.96/348.49	c   318s|123300 | 11482 |  3634k|  29.4 |   378M |  57 |1812 |6970 |2592 |  61k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
347.16/348.68	c   318s|123400 | 11483 |  3637k|  29.4 |   378M |  57 |1812 |7028 |2588 |  61k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
347.36/348.88	c   318s|123500 | 11486 |  3640k|  29.4 |   378M |  57 |1812 |7023 |2588 |  62k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
347.57/349.05	c   318s|123600 | 11486 |  3642k|  29.4 |   378M |  57 |1812 |7036 |2591 |  62k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
347.76/349.22	c   318s|123700 | 11479 |  3645k|  29.4 |   378M |  57 |1812 |7095 |2595 |  62k|  2 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
347.96/349.42	c   319s|123800 | 11480 |  3648k|  29.4 |   378M |  57 |1812 |7111 |   0 |  62k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
348.16/349.62	c   319s|123900 | 11481 |  3651k|  29.4 |   378M |  57 |1812 |7193 |2592 |  62k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
348.36/349.80	c   319s|124000 | 11485 |  3654k|  29.4 |   378M |  57 |1812 |7234 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
348.46/349.98	c   319s|124100 | 11478 |  3656k|  29.4 |   378M |  57 |1812 |7247 |2592 |  62k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
348.67/350.18	c   319s|124200 | 11482 |  3660k|  29.4 |   378M |  57 |1812 |7281 |2596 |  62k|  2 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
348.86/350.38	c   320s|124300 | 11475 |  3664k|  29.4 |   378M |  57 |1812 |7312 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
349.15/350.60	c   320s|124400 | 11478 |  3667k|  29.4 |   378M |  57 |1812 |7365 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
349.25/350.77	c   320s|124500 | 11472 |  3670k|  29.4 |   378M |  57 |1812 |7438 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
349.45/350.96	c   320s|124600 | 11460 |  3673k|  29.4 |   378M |  57 |1812 |7451 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
349.67/351.17	c   320s|124700 | 11460 |  3675k|  29.4 |   378M |  57 |1812 |7352 |2596 |  62k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
349.85/351.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
349.85/351.34	c   321s|124800 | 11453 |  3678k|  29.4 |   378M |  57 |1812 |7350 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
350.05/351.53	c   321s|124900 | 11454 |  3680k|  29.4 |   378M |  57 |1812 |7003 |2592 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
350.25/351.73	c   321s|125000 | 11453 |  3683k|  29.4 |   378M |  57 |1812 |6809 |2595 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
350.56/352.02	c   321s|125100 | 11460 |  3685k|  29.4 |   378M |  57 |1812 |6755 |2627 |  62k|  3 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
350.75/352.25	c   321s|125200 | 11470 |  3688k|  29.4 |   378M |  57 |1812 |6454 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
350.95/352.43	c   322s|125300 | 11468 |  3690k|  29.4 |   378M |  57 |1812 |6373 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
351.25/352.73	c   322s|125400 | 11457 |  3693k|  29.4 |   378M |  57 |1812 |6297 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
351.45/352.93	c   322s|125500 | 11458 |  3696k|  29.4 |   378M |  57 |1812 |6315 |2596 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
351.56/353.09	c   322s|125600 | 11462 |  3698k|  29.4 |   378M |  57 |1812 |6363 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
351.74/353.26	c   323s|125700 | 11471 |  3700k|  29.4 |   378M |  57 |1812 |6225 |2594 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
351.94/353.49	c   323s|125800 | 11519 |  3703k|  29.4 |   379M |  57 |1812 |6010 |2595 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
352.14/353.66	c   323s|125900 | 11516 |  3706k|  29.4 |   379M |  57 |1812 |6038 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
352.34/353.86	c   323s|126000 | 11529 |  3708k|  29.4 |   379M |  57 |1812 |6078 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
352.55/354.04	c   323s|126100 | 11526 |  3711k|  29.4 |   379M |  57 |1812 |6120 |2594 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
352.74/354.26	c   323s|126200 | 11524 |  3714k|  29.4 |   379M |  57 |1812 |6177 |2593 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
352.94/354.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
352.94/354.48	c   324s|126300 | 11525 |  3718k|  29.4 |   379M |  57 |1812 |6224 |2589 |  62k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
353.14/354.64	c   324s|126400 | 11533 |  3720k|  29.4 |   379M |  57 |1812 |6295 |2593 |  62k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
353.34/354.83	c   324s|126500 | 11533 |  3723k|  29.4 |   379M |  57 |1812 |6392 |   0 |  62k|  0 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
353.44/354.98	c   324s|126600 | 11532 |  3725k|  29.4 |   379M |  57 |1812 |6469 |2595 |  62k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
353.65/355.16	c   324s|126700 | 11545 |  3728k|  29.4 |   379M |  57 |1812 |6558 |2595 |  62k|  2 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
353.84/355.32	c   325s|126800 | 11530 |  3730k|  29.4 |   379M |  57 |1812 |6705 |2594 |  62k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
354.04/355.51	c   325s|126900 | 11534 |  3732k|  29.4 |   379M |  57 |1812 |6672 |   0 |  62k|  0 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
354.33/355.80	c   325s|127000 | 11558 |  3736k|  29.4 |   379M |  57 |1812 |6600 |2629 |  62k|  2 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
354.73/356.23	c   325s|127100 | 11579 |  3739k|  29.4 |   379M |  57 |1812 |6681 |2622 |  63k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
355.43/356.99	c   326s|127200 | 11557 |  3742k|  29.4 |   379M |  57 |1812 |6757 |2614 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
355.64/357.19	c   326s|127300 | 11554 |  3744k|  29.4 |   379M |  57 |1812 |6764 |2603 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
355.93/357.46	c   327s|127400 | 11552 |  3747k|  29.4 |   379M |  57 |1812 |6772 |   0 |  63k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
356.23/357.72	c   327s|127500 | 11546 |  3749k|  29.4 |   379M |  57 |1812 |6766 |2593 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
356.43/357.93	c   327s|127600 | 11544 |  3751k|  29.4 |   379M |  57 |1812 |6455 |   0 |  63k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
356.64/358.13	c   327s|127700 | 11545 |  3753k|  29.3 |   379M |  57 |1812 |6460 |2597 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
356.83/358.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
356.83/358.31	c   328s|127800 | 11542 |  3756k|  29.3 |   379M |  57 |1812 |6522 |   0 |  63k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
357.02/358.53	c   328s|127900 | 11530 |  3758k|  29.3 |   379M |  57 |1812 |6471 |2598 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
357.42/358.91	c   328s|128000 | 11553 |  3762k|  29.3 |   379M |  57 |1812 |6203 |2599 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
357.54/359.08	c   328s|128100 | 11554 |  3765k|  29.3 |   380M |  57 |1812 |6234 |   0 |  63k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
357.82/359.34	c   329s|128200 | 11568 |  3768k|  29.3 |   380M |  57 |1812 |5994 |2601 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
358.02/359.57	c   329s|128300 | 11584 |  3771k|  29.3 |   380M |  57 |1812 |5939 |2593 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
358.22/359.75	c   329s|128400 | 11591 |  3774k|  29.4 |   380M |  57 |1812 |5883 |   0 |  63k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
358.42/359.94	c   329s|128500 | 11590 |  3777k|  29.3 |   380M |  57 |1812 |5889 |2594 |  63k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
358.72/360.22	c   329s|128600 | 11592 |  3780k|  29.3 |   380M |  57 |1812 |5931 |2597 |  63k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
359.21/360.72	c   330s|128700 | 11588 |  3784k|  29.4 |   380M |  57 |1812 |5938 |2599 |  64k|  3 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
359.31/360.88	c   330s|128800 | 11584 |  3786k|  29.4 |   380M |  57 |1812 |5911 |2593 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
359.53/361.08	c   330s|128900 | 11598 |  3789k|  29.3 |   380M |  57 |1812 |5746 |2587 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
359.71/361.27	c   331s|129000 | 11624 |  3791k|  29.3 |   380M |  57 |1812 |5744 |2588 |  64k|  2 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
359.91/361.44	c   331s|129100 | 11636 |  3794k|  29.3 |   380M |  57 |1812 |5792 |2587 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
360.11/361.61	c   331s|129200 | 11645 |  3796k|  29.3 |   380M |  57 |1812 |5856 |2597 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
360.31/361.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
360.31/361.84	c   331s|129300 | 11650 |  3798k|  29.3 |   380M |  57 |1812 |5912 |   0 |  64k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
360.62/362.13	c   331s|129400 | 11651 |  3800k|  29.3 |   380M |  57 |1812 |5992 |   0 |  64k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
360.71/362.30	c   332s|129500 | 11656 |  3802k|  29.3 |   381M |  57 |1812 |6043 |2589 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
360.91/362.49	c   332s|129600 | 11643 |  3804k|  29.3 |   381M |  57 |1812 |6101 |   0 |  64k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
361.11/362.66	c   332s|129700 | 11649 |  3807k|  29.3 |   381M |  57 |1812 |6133 |2593 |  64k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
361.31/362.87	c   332s|129800 | 11649 |  3810k|  29.3 |   381M |  57 |1812 |6194 |2591 |  64k|  2 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
361.52/363.05	c   332s|129900 | 11644 |  3812k|  29.3 |   381M |  57 |1812 |6210 |2592 |  64k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
362.00/363.55	c   333s|130000 | 11659 |  3815k|  29.3 |   381M |  57 |1812 |6293 |   0 |  64k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
362.51/364.05	c   333s|130100 | 11664 |  3817k|  29.3 |   381M |  57 |1812 |6405 |2593 |  65k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
362.90/364.43	c   334s|130200 | 11654 |  3819k|  29.3 |   381M |  57 |1812 |6473 |   0 |  65k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
363.10/364.62	c   334s|130300 | 11659 |  3821k|  29.3 |   381M |  57 |1812 |6526 |   0 |  65k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
363.30/364.82	c   334s|130400 | 11673 |  3823k|  29.3 |   381M |  57 |1812 |6621 |   0 |  65k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
363.40/364.97	c   334s|130500 | 11667 |  3825k|  29.3 |   381M |  57 |1812 |6717 |2602 |  65k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
364.00/365.58	c   335s|130600 | 11668 |  3828k|  29.3 |   381M |  57 |1812 |6841 |   0 |  65k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
364.61/366.15	c   335s|130700 | 11663 |  3831k|  29.3 |   381M |  57 |1812 |6886 |   0 |  65k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
364.79/366.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
364.79/366.34	c   336s|130800 | 11672 |  3833k|  29.3 |   381M |  57 |1812 |6966 |2600 |  65k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
364.99/366.50	c   336s|130900 | 11666 |  3835k|  29.3 |   381M |  57 |1812 |7023 |2600 |  65k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
365.19/366.78	c   336s|131000 | 11676 |  3837k|  29.2 |   382M |  57 |1812 |7084 |   0 |  65k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
365.50/367.09	c   336s|131100 | 11673 |  3840k|  29.3 |   382M |  57 |1812 |7113 |2601 |  65k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
366.09/367.61	c   337s|131200 | 11668 |  3844k|  29.3 |   383M |  57 |1812 |7175 |   0 |  66k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
366.29/367.80	c   337s|131300 | 11665 |  3845k|  29.2 |   383M |  57 |1812 |7232 |   0 |  66k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
366.50/368.02	c   337s|131400 | 11665 |  3847k|  29.2 |   383M |  57 |1812 |7229 |   0 |  66k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
366.68/368.29	c   338s|131500 | 11674 |  3850k|  29.2 |   383M |  57 |1812 |7204 |2599 |  66k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
367.08/368.62	c   338s|131600 | 11676 |  3852k|  29.2 |   383M |  57 |1812 |7284 |2599 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
367.50/369.10	c   338s|131700 | 11670 |  3854k|  29.2 |   383M |  57 |1812 |7363 |   0 |  66k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
367.68/369.27	c   339s|131800 | 11654 |  3856k|  29.2 |   384M |  57 |1812 |7288 |   0 |  66k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
367.88/369.46	c   339s|131900 | 11650 |  3857k|  29.2 |   384M |  57 |1812 |7031 |2595 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
368.08/369.64	c   339s|132000 | 11645 |  3859k|  29.2 |   384M |  57 |1812 |6985 |2588 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
368.28/369.81	c   339s|132100 | 11655 |  3861k|  29.2 |   384M |  57 |1812 |6811 |2597 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
368.38/369.99	c   339s|132200 | 11650 |  3863k|  29.2 |   384M |  57 |1812 |6710 |2597 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
368.68/370.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
368.68/370.27	c   340s|132300 | 11666 |  3866k|  29.2 |   384M |  57 |1812 |6661 |   0 |  66k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
368.98/370.57	c   340s|132400 | 11663 |  3870k|  29.2 |   384M |  57 |1812 |6708 |   0 |  67k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
369.17/370.77	c   340s|132500 | 11652 |  3872k|  29.2 |   384M |  57 |1812 |6620 |2594 |  67k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
369.49/371.11	c   340s|132600 | 11655 |  3876k|  29.2 |   385M |  57 |1812 |6604 |2594 |  67k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
369.77/371.33	c   341s|132700 | 11646 |  3878k|  29.2 |   385M |  57 |1812 |6589 |2601 |  67k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
369.97/371.54	c   341s|132800 | 11649 |  3881k|  29.2 |   385M |  57 |1812 |6440 |2593 |  67k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
370.27/371.82	c   341s|132900 | 11673 |  3884k|  29.2 |   385M |  57 |1812 |6343 |2601 |  67k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
370.87/372.40	c   342s|133000 | 11681 |  3889k|  29.2 |   385M |  57 |1812 |6403 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
371.27/372.86	c   342s|133100 | 11684 |  3894k|  29.2 |   385M |  57 |1812 |6425 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
371.58/373.12	c   342s|133200 | 11662 |  3897k|  29.2 |   385M |  57 |1812 |6383 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
371.77/373.34	c   343s|133300 | 11654 |  3899k|  29.2 |   385M |  57 |1812 |6286 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
372.06/373.62	c   343s|133400 | 11653 |  3902k|  29.2 |   385M |  57 |1812 |6134 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
372.26/373.87	c   343s|133500 | 11665 |  3906k|  29.2 |   385M |  57 |1812 |5731 |2593 |  67k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
372.57/374.13	c   343s|133600 | 11674 |  3909k|  29.2 |   385M |  57 |1812 |5552 |2597 |  67k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
372.76/374.33	c   344s|133700 | 11681 |  3912k|  29.2 |   385M |  57 |1812 |5585 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
372.96/374.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
372.96/374.55	c   344s|133800 | 11684 |  3915k|  29.2 |   385M |  57 |1812 |5677 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
373.16/374.74	c   344s|133900 | 11697 |  3918k|  29.2 |   385M |  57 |1812 |5641 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
373.36/374.94	c   344s|134000 | 11703 |  3921k|  29.2 |   385M |  57 |1812 |5634 |2594 |  67k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
373.57/375.15	c   344s|134100 | 11694 |  3924k|  29.2 |   385M |  57 |1812 |5622 |2597 |  67k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
373.96/375.53	c   345s|134200 | 11709 |  3927k|  29.2 |   385M |  57 |1812 |5601 |2601 |  67k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
374.25/375.86	c   345s|134300 | 11696 |  3930k|  29.2 |   385M |  57 |1812 |5583 |   0 |  67k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
374.65/376.20	c   345s|134400 | 11720 |  3934k|  29.2 |   386M |  57 |1812 |5450 |   0 |  68k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
374.85/376.48	c   346s|134500 | 11722 |  3936k|  29.2 |   386M |  57 |1812 |5449 |   0 |  68k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
375.05/376.68	c   346s|134600 | 11720 |  3939k|  29.2 |   386M |  57 |1812 |5458 |2594 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
375.25/376.87	c   346s|134700 | 11718 |  3942k|  29.2 |   386M |  57 |1812 |5551 |   0 |  68k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
375.46/377.05	c   346s|134800 | 11718 |  3944k|  29.2 |   386M |  57 |1812 |5578 |2593 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
375.65/377.27	c   347s|134900 | 11725 |  3947k|  29.2 |   386M |  57 |1812 |5531 |2593 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
375.85/377.44	c   347s|135000 | 11738 |  3948k|  29.2 |   386M |  57 |1812 |5566 |2598 |  68k|  2 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
376.05/377.63	c   347s|135100 | 11740 |  3950k|  29.2 |   386M |  57 |1812 |5633 |   0 |  68k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
376.25/377.81	c   347s|135200 | 11736 |  3952k|  29.2 |   386M |  57 |1812 |5701 |2592 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
376.35/377.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
376.35/377.97	c   347s|135300 | 11734 |  3954k|  29.2 |   386M |  57 |1812 |5793 |2592 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
376.56/378.16	c   347s|135400 | 11721 |  3956k|  29.2 |   386M |  57 |1812 |5814 |2600 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
376.74/378.34	c   348s|135500 | 11745 |  3958k|  29.2 |   386M |  57 |1812 |5868 |2592 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
376.84/378.49	c   348s|135600 | 11754 |  3960k|  29.2 |   386M |  57 |1812 |5923 |   0 |  68k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
377.04/378.63	c   348s|135700 | 11747 |  3961k|  29.1 |   386M |  57 |1812 |6013 |2591 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
377.14/378.79	c   348s|135800 | 11731 |  3962k|  29.1 |   386M |  57 |1812 |6025 |2595 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
377.64/379.20	c   348s|135900 | 11734 |  3966k|  29.1 |   386M |  57 |1812 |6085 |2601 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
377.74/379.39	c   349s|136000 | 11733 |  3968k|  29.1 |   386M |  57 |1812 |6110 |2599 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
378.04/379.63	c   349s|136100 | 11726 |  3970k|  29.1 |   386M |  57 |1812 |6149 |   0 |  68k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
378.14/379.79	c   349s|136200 | 11733 |  3972k|  29.1 |   386M |  57 |1812 |6151 |   0 |  68k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
378.34/379.96	c   349s|136300 | 11727 |  3974k|  29.1 |   386M |  57 |1812 |6210 |2591 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
378.55/380.11	c   349s|136400 | 11732 |  3976k|  29.1 |   386M |  57 |1812 |6253 |2591 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
378.74/380.35	c   350s|136500 | 11750 |  3979k|  29.1 |   387M |  57 |1812 |6139 |   0 |  68k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
378.94/380.56	c   350s|136600 | 11778 |  3983k|  29.1 |   387M |  57 |1812 |6076 |2590 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
379.14/380.73	c   350s|136700 | 11798 |  3985k|  29.1 |   387M |  57 |1812 |6133 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
379.33/380.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
379.33/380.90	c   350s|136800 | 11793 |  3986k|  29.1 |   387M |  57 |1812 |6195 |2592 |  68k|  2 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
379.45/381.06	c   350s|136900 | 11812 |  3988k|  29.1 |   387M |  57 |1812 |6240 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
379.73/381.35	c   351s|137000 | 11802 |  3991k|  29.1 |   387M |  57 |1812 |6308 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
380.03/381.64	c   351s|137100 | 11799 |  3993k|  29.1 |   387M |  57 |1812 |6344 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
380.33/381.95	c   351s|137200 | 11812 |  3999k|  29.1 |   387M |  57 |1812 |6196 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
380.54/382.15	c   351s|137300 | 11814 |  4001k|  29.1 |   387M |  57 |1812 |6127 |2583 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
380.73/382.33	c   352s|137400 | 11851 |  4004k|  29.1 |   387M |  57 |1812 |6081 |2583 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
380.83/382.50	c   352s|137500 | 11867 |  4006k|  29.1 |   387M |  57 |1812 |6080 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
381.03/382.64	c   352s|137600 | 11876 |  4008k|  29.1 |   387M |  57 |1812 |6118 |2583 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
381.13/382.80	c   352s|137700 | 11892 |  4010k|  29.1 |   387M |  57 |1812 |6153 |2586 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
381.33/382.94	c   352s|137800 | 11890 |  4011k|  29.1 |   387M |  57 |1812 |6223 |2585 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
381.54/383.12	c   352s|137900 | 11894 |  4013k|  29.1 |   387M |  57 |1812 |6237 |2586 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
381.62/383.27	c   353s|138000 | 11895 |  4016k|  29.1 |   387M |  57 |1812 |6246 |2584 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
381.82/383.42	c   353s|138100 | 11883 |  4017k|  29.0 |   387M |  57 |1812 |6282 |2584 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
381.92/383.58	c   353s|138200 | 11882 |  4019k|  29.0 |   387M |  57 |1812 |6307 |2586 |  68k|  2 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
382.12/383.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
382.12/383.74	c   353s|138300 | 11895 |  4021k|  29.0 |   387M |  57 |1812 |6342 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
382.32/383.93	c   353s|138400 | 11892 |  4023k|  29.0 |   387M |  57 |1812 |6371 |2585 |  68k|  2 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
382.53/384.12	c   353s|138500 | 11896 |  4025k|  29.0 |   387M |  57 |1812 |6413 |2585 |  68k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
382.62/384.29	c   354s|138600 | 11899 |  4027k|  29.0 |   387M |  57 |1812 |6443 |2586 |  68k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
382.82/384.45	c   354s|138700 | 11894 |  4028k|  29.0 |   387M |  57 |1812 |6480 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
383.02/384.61	c   354s|138800 | 11891 |  4030k|  29.0 |   387M |  57 |1812 |6483 |2584 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
383.12/384.76	c   354s|138900 | 11890 |  4031k|  29.0 |   387M |  57 |1812 |6514 |2586 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
383.32/385.00	c   354s|139000 | 11876 |  4034k|  29.0 |   387M |  57 |1812 |6561 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
383.53/385.17	c   354s|139100 | 11876 |  4036k|  29.0 |   387M |  57 |1812 |6515 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
383.92/385.54	c   355s|139200 | 11892 |  4039k|  29.0 |   387M |  57 |1812 |6518 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
384.11/385.73	c   355s|139300 | 11880 |  4041k|  29.0 |   387M |  57 |1812 |6549 |2589 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
384.31/385.91	c   355s|139400 | 11873 |  4043k|  29.0 |   387M |  57 |1812 |6554 |2589 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
384.43/386.09	c   355s|139500 | 11869 |  4045k|  29.0 |   387M |  57 |1812 |6496 |2596 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
384.61/386.25	c   355s|139600 | 11861 |  4047k|  28.9 |   387M |  57 |1812 |6528 |2595 |  69k|  2 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
384.81/386.41	c   356s|139700 | 11867 |  4049k|  28.9 |   387M |  57 |1812 |6533 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
384.91/386.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
384.91/386.58	c   356s|139800 | 11858 |  4052k|  28.9 |   387M |  57 |1812 |6563 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
385.31/386.90	c   356s|139900 | 11894 |  4055k|  28.9 |   387M |  57 |1812 |6441 |2592 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
385.61/387.22	c   356s|140000 | 11893 |  4057k|  28.9 |   387M |  57 |1812 |6493 |2614 |  69k|  2 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
385.91/387.59	c   357s|140100 | 11890 |  4060k|  28.9 |   387M |  57 |1812 |6485 |2599 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
386.31/387.97	c   357s|140200 | 11890 |  4064k|  28.9 |   387M |  57 |1812 |6503 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
386.60/388.28	c   358s|140300 | 11895 |  4066k|  28.9 |   387M |  57 |1812 |6326 |2597 |  69k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
386.90/388.54	c   358s|140400 | 11909 |  4069k|  28.9 |   387M |  57 |1812 |6302 |2595 |  69k|  2 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
387.10/388.73	c   358s|140500 | 11929 |  4072k|  28.9 |   387M |  57 |1812 |6322 |   0 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
387.30/388.94	c   358s|140600 | 11940 |  4075k|  28.9 |   387M |  57 |1812 |6375 |2593 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
387.52/389.12	c   358s|140700 | 11926 |  4078k|  28.9 |   387M |  57 |1812 |6429 |   0 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
387.70/389.31	c   359s|140800 | 11920 |  4080k|  28.9 |   387M |  57 |1812 |6496 |   0 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
387.90/389.52	c   359s|140900 | 11901 |  4083k|  28.9 |   387M |  57 |1812 |6577 |2589 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
388.10/389.74	c   359s|141000 | 11903 |  4086k|  28.9 |   388M |  57 |1812 |6565 |2596 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
388.70/390.39	c   360s|141100 | 11900 |  4091k|  29.0 |   388M |  57 |1812 |6610 |2597 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
389.00/390.61	c   360s|141200 | 11894 |  4093k|  28.9 |   388M |  57 |1812 |6445 |2590 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
389.10/390.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
389.10/390.79	c   360s|141300 | 11895 |  4096k|  28.9 |   388M |  57 |1812 |6457 |2589 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
389.29/390.96	c   360s|141400 | 11897 |  4098k|  28.9 |   388M |  57 |1812 |6514 |   0 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
389.69/391.33	c   361s|141500 | 11894 |  4101k|  28.9 |   388M |  57 |1812 |6524 |2605 |  70k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
389.99/391.64	c   361s|141600 | 11896 |  4103k|  28.9 |   388M |  57 |1812 |6435 |2594 |  70k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
390.29/391.97	c   361s|141700 | 11901 |  4106k|  28.9 |   388M |  57 |1812 |6346 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
390.50/392.13	c   361s|141800 | 11903 |  4108k|  28.9 |   388M |  57 |1812 |6379 |2596 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
390.69/392.39	c   362s|141900 | 11914 |  4110k|  28.9 |   388M |  57 |1812 |6447 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
390.89/392.55	c   362s|142000 | 11912 |  4111k|  28.9 |   388M |  57 |1812 |6509 |2602 |  71k|  2 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
391.09/392.70	c   362s|142100 | 11907 |  4113k|  28.9 |   388M |  57 |1812 |6547 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
391.19/392.88	c   362s|142200 | 11907 |  4115k|  28.9 |   388M |  57 |1812 |6537 |2596 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
391.40/393.06	c   362s|142300 | 11918 |  4117k|  28.9 |   388M |  57 |1812 |6553 |2602 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
391.58/393.22	c   362s|142400 | 11919 |  4119k|  28.9 |   388M |  57 |1812 |6610 |2602 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
391.68/393.39	c   363s|142500 | 11917 |  4121k|  28.9 |   388M |  57 |1812 |6614 |2600 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
391.88/393.57	c   363s|142600 | 11915 |  4123k|  28.9 |   388M |  57 |1812 |6616 |2587 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
392.08/393.74	c   363s|142700 | 11909 |  4125k|  28.9 |   388M |  57 |1812 |6549 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
392.40/394.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
392.40/394.01	c   363s|142800 | 11934 |  4128k|  28.9 |   388M |  57 |1812 |6430 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
392.50/394.17	c   363s|142900 | 11933 |  4131k|  28.9 |   388M |  57 |1812 |6483 |   0 |  71k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
392.78/394.48	c   364s|143000 | 11932 |  4134k|  28.9 |   388M |  57 |1812 |6520 |2611 |  71k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
393.18/394.82	c   364s|143100 | 11933 |  4138k|  28.9 |   388M |  57 |1812 |6490 |2597 |  71k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
393.39/395.03	c   364s|143200 | 11933 |  4142k|  28.9 |   388M |  57 |1812 |6424 |   0 |  71k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
393.88/395.55	c   365s|143300 | 11935 |  4145k|  28.9 |   388M |  57 |1812 |6441 |   0 |  71k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
394.18/395.82	c   365s|143400 | 11929 |  4148k|  28.9 |   388M |  57 |1812 |6424 |   0 |  71k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
394.39/396.09	c   365s|143500 | 11948 |  4152k|  28.9 |   388M |  57 |1812 |6383 |   0 |  72k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
394.87/396.54	c   366s|143600 | 11956 |  4155k|  28.9 |   388M |  57 |1812 |6502 |2601 |  72k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
395.38/397.04	c   366s|143700 | 11959 |  4159k|  28.9 |   389M |  57 |1812 |6601 |   0 |  72k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
395.67/397.32	c   367s|143800 | 11957 |  4162k|  28.9 |   389M |  57 |1812 |6659 |2597 |  72k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
395.97/397.69	c   367s|143900 | 11963 |  4165k|  28.9 |   389M |  57 |1812 |6721 |   0 |  72k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
396.57/398.29	c   368s|144000 | 11968 |  4169k|  28.9 |   389M |  57 |1812 |6770 |2621 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
397.16/398.86	c   368s|144100 | 11955 |  4172k|  28.9 |   390M |  57 |1812 |6803 |2599 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
397.48/399.11	c   368s|144200 | 11957 |  4175k|  28.9 |   390M |  57 |1812 |6811 |2597 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
397.66/399.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
397.66/399.33	c   369s|144300 | 11954 |  4178k|  28.9 |   390M |  57 |1812 |6640 |2590 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
397.86/399.57	c   369s|144400 | 11956 |  4181k|  28.9 |   390M |  57 |1812 |6626 |2589 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
398.06/399.77	c   369s|144500 | 11956 |  4183k|  28.9 |   390M |  57 |1812 |6648 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
398.26/399.96	c   369s|144600 | 11953 |  4186k|  28.9 |   390M |  57 |1812 |6516 |2587 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
398.47/400.14	c   369s|144700 | 11954 |  4188k|  28.9 |   390M |  57 |1812 |6459 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
398.66/400.38	c   370s|144800 | 11960 |  4190k|  28.9 |   390M |  57 |1812 |6408 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
398.86/400.56	c   370s|144900 | 11964 |  4192k|  28.9 |   390M |  57 |1812 |6432 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
399.06/400.75	c   370s|145000 | 11951 |  4194k|  28.9 |   390M |  57 |1812 |6453 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
399.26/400.95	c   370s|145100 | 11982 |  4197k|  28.9 |   390M |  57 |1812 |6412 |2594 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
399.48/401.13	c   370s|145200 | 11983 |  4200k|  28.9 |   390M |  57 |1812 |6437 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
399.56/401.29	c   371s|145300 | 11978 |  4202k|  28.9 |   390M |  57 |1812 |6440 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
400.06/401.79	c   371s|145400 | 11966 |  4204k|  28.9 |   391M |  57 |1812 |6346 |   0 |  73k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
400.26/401.97	c   371s|145500 | 11964 |  4207k|  28.9 |   391M |  57 |1812 |6376 |   0 |  73k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
400.47/402.15	c   371s|145600 | 11965 |  4209k|  28.9 |   391M |  57 |1812 |6383 |2591 |  73k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
400.65/402.37	c   372s|145700 | 11963 |  4212k|  28.9 |   391M |  57 |1812 |6432 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
400.85/402.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
400.85/402.59	c   372s|145800 | 11999 |  4215k|  28.9 |   391M |  57 |1812 |6253 |2594 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
401.25/402.95	c   372s|145900 | 12018 |  4219k|  28.9 |   391M |  57 |1812 |6225 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
401.55/403.20	c   372s|146000 | 12025 |  4223k|  28.9 |   391M |  57 |1812 |6260 |2600 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
401.75/403.41	c   373s|146100 | 12025 |  4226k|  28.9 |   391M |  57 |1812 |6333 |2601 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
401.95/403.69	c   373s|146200 | 12028 |  4230k|  28.9 |   391M |  57 |1812 |6349 |2601 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
402.25/403.93	c   373s|146300 | 12036 |  4233k|  28.9 |   391M |  57 |1812 |6289 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
402.46/404.13	c   373s|146400 | 12055 |  4236k|  28.9 |   391M |  57 |1812 |6271 |2592 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
402.65/404.34	c   374s|146500 | 12050 |  4239k|  28.9 |   391M |  57 |1812 |6310 |2600 |  74k|  2 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
402.94/404.67	c   374s|146600 | 12042 |  4242k|  28.9 |   391M |  57 |1812 |6309 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
403.14/404.85	c   374s|146700 | 12047 |  4244k|  28.9 |   391M |  57 |1812 |6286 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
403.24/404.99	c   374s|146800 | 12048 |  4246k|  28.9 |   391M |  57 |1812 |6372 |   0 |  74k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
403.54/405.24	c   374s|146900 | 12050 |  4249k|  28.9 |   391M |  57 |1812 |6387 |2602 |  74k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
403.74/405.47	c   375s|147000 | 12048 |  4252k|  28.9 |   391M |  57 |1812 |6382 |   0 |  74k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
404.14/405.84	c   375s|147100 | 12049 |  4256k|  28.9 |   391M |  57 |1812 |6208 |2596 |  74k|  2 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
404.35/406.02	c   375s|147200 | 12047 |  4258k|  28.9 |   391M |  57 |1812 |6242 |2591 |  74k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
404.54/406.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
404.54/406.28	c   376s|147300 | 12048 |  4262k|  28.9 |   391M |  57 |1812 |6086 |   0 |  75k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
404.74/406.48	c   376s|147400 | 12037 |  4264k|  28.9 |   391M |  57 |1812 |6097 |   0 |  75k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
404.94/406.68	c   376s|147500 | 12044 |  4267k|  28.9 |   391M |  57 |1812 |6151 |2593 |  75k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
405.35/407.04	c   376s|147600 | 12038 |  4271k|  28.9 |   391M |  57 |1812 |6120 |2596 |  75k|  2 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
405.53/407.25	c   376s|147700 | 12033 |  4274k|  28.9 |   392M |  57 |1812 |6066 |   0 |  75k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
405.73/407.46	c   377s|147800 | 12067 |  4277k|  28.9 |   392M |  57 |1812 |5964 |2601 |  75k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
406.03/407.70	c   377s|147900 | 12086 |  4281k|  28.9 |   392M |  57 |1812 |5959 |2602 |  75k|  2 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
406.23/407.91	c   377s|148000 | 12116 |  4283k|  28.9 |   392M |  57 |1812 |6000 |   0 |  75k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
406.34/408.09	c   377s|148100 | 12125 |  4285k|  28.9 |   392M |  57 |1812 |5960 |2597 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
406.73/408.44	c   378s|148200 | 12149 |  4289k|  28.9 |   392M |  57 |1812 |5983 |2602 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
407.03/408.70	c   378s|148300 | 12159 |  4292k|  28.9 |   392M |  57 |1812 |6059 |2602 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
407.34/409.11	c   378s|148400 | 12166 |  4295k|  28.9 |   392M |  57 |1812 |6108 |   0 |  75k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
407.62/409.31	c   379s|148500 | 12155 |  4297k|  28.9 |   392M |  57 |1812 |6180 |   0 |  75k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
408.02/409.79	c   379s|148600 | 12155 |  4301k|  28.9 |   392M |  57 |1812 |6253 |   0 |  75k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
408.33/410.08	c   379s|148700 | 12167 |  4304k|  28.9 |   393M |  57 |1812 |6294 |2604 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
408.72/410.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
408.72/410.42	c   380s|148800 | 12180 |  4307k|  28.9 |   393M |  57 |1812 |6294 |2602 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
409.12/410.89	c   380s|148900 | 12183 |  4310k|  28.9 |   393M |  57 |1812 |6316 |2602 |  76k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
409.33/411.09	c   380s|149000 | 12173 |  4312k|  28.9 |   393M |  57 |1812 |6404 |   0 |  76k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
409.72/411.43	c   381s|149100 | 12176 |  4316k|  28.9 |   393M |  57 |1812 |6396 |2609 |  76k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
409.91/411.68	c   381s|149200 | 12154 |  4319k|  28.9 |   393M |  57 |1812 |6380 |   0 |  76k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
410.11/411.87	c   381s|149300 | 12161 |  4321k|  28.9 |   394M |  57 |1812 |6376 |2602 |  76k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
410.33/412.07	c   381s|149400 | 12152 |  4323k|  28.9 |   394M |  57 |1812 |6378 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
410.61/412.36	c   382s|149500 | 12153 |  4328k|  28.9 |   394M |  57 |1812 |6253 |2602 |  76k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
410.81/412.57	c   382s|149600 | 12157 |  4330k|  28.9 |   394M |  57 |1812 |6271 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
411.11/412.85	c   382s|149700 | 12148 |  4333k|  28.9 |   394M |  57 |1812 |6364 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
411.32/413.05	c   382s|149800 | 12136 |  4336k|  28.9 |   394M |  57 |1812 |6400 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
411.51/413.25	c   382s|149900 | 12145 |  4338k|  28.9 |   394M |  57 |1812 |6356 |2603 |  76k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
411.71/413.49	c   383s|150000 | 12143 |  4342k|  28.9 |   394M |  57 |1812 |6377 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
411.91/413.67	c   383s|150100 | 12139 |  4344k|  28.9 |   394M |  57 |1812 |6389 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
412.11/413.88	c   383s|150200 | 12151 |  4347k|  28.9 |   394M |  57 |1812 |6406 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
412.42/414.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
412.42/414.14	c   383s|150300 | 12142 |  4349k|  28.9 |   394M |  57 |1812 |6519 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
412.60/414.38	c   384s|150400 | 12135 |  4352k|  28.9 |   394M |  57 |1812 |6538 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
412.90/414.66	c   384s|150500 | 12145 |  4357k|  28.9 |   394M |  57 |1812 |6573 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
413.10/414.85	c   384s|150600 | 12132 |  4359k|  28.9 |   394M |  57 |1812 |6551 |2603 |  76k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
413.31/415.06	c   384s|150700 | 12130 |  4362k|  28.9 |   394M |  57 |1812 |6294 |2595 |  76k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
413.60/415.35	c   385s|150800 | 12130 |  4365k|  28.9 |   394M |  57 |1812 |6318 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
413.80/415.56	c   385s|150900 | 12120 |  4367k|  28.9 |   394M |  57 |1812 |6116 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
414.00/415.75	c   385s|151000 | 12126 |  4369k|  28.9 |   394M |  57 |1812 |6106 |2593 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
414.20/415.92	c   385s|151100 | 12126 |  4371k|  28.9 |   394M |  57 |1812 |6122 |2594 |  77k|  2 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
414.31/416.11	c   385s|151200 | 12138 |  4373k|  28.9 |   395M |  57 |1812 |6055 |2598 |  77k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
414.60/416.31	c   386s|151300 | 12148 |  4375k|  28.9 |   395M |  57 |1812 |6129 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
414.80/416.50	c   386s|151400 | 12154 |  4377k|  28.9 |   395M |  57 |1812 |6147 |2596 |  77k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
414.89/416.69	c   386s|151500 | 12146 |  4379k|  28.9 |   395M |  57 |1812 |6158 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
415.09/416.87	c   386s|151600 | 12150 |  4381k|  28.9 |   395M |  57 |1812 |6187 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
415.31/417.09	c   386s|151700 | 12153 |  4383k|  28.9 |   395M |  57 |1812 |6087 |2595 |  77k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
415.69/417.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
415.69/417.47	c   387s|151800 | 12175 |  4388k|  28.9 |   395M |  57 |1812 |6099 |2606 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
416.09/417.85	c   387s|151900 | 12179 |  4391k|  28.9 |   395M |  57 |1812 |6170 |2608 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
416.49/418.28	c   388s|152000 | 12173 |  4394k|  28.9 |   395M |  57 |1812 |6237 |2604 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
416.79/418.56	c   388s|152100 | 12166 |  4397k|  28.9 |   395M |  57 |1812 |6277 |2606 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
416.99/418.79	c   388s|152200 | 12171 |  4400k|  28.9 |   395M |  57 |1812 |6147 |2593 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
417.40/419.15	c   388s|152300 | 12160 |  4402k|  28.9 |   395M |  57 |1812 |6152 |2603 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
417.88/419.65	c   389s|152400 | 12167 |  4405k|  28.9 |   395M |  57 |1812 |6184 |2589 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
418.08/419.86	c   389s|152500 | 12169 |  4407k|  28.9 |   395M |  57 |1812 |6001 |   0 |  78k|  0 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
418.29/420.10	c   389s|152600 | 12167 |  4410k|  28.9 |   395M |  57 |1812 |5885 |   0 |  78k|  0 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
418.48/420.29	c   390s|152700 | 12171 |  4412k|  28.9 |   395M |  57 |1812 |5869 |2597 |  78k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
418.68/420.48	c   390s|152800 | 12169 |  4415k|  28.9 |   395M |  57 |1812 |5968 |   0 |  78k|  0 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
418.88/420.64	c   390s|152900 | 12162 |  4417k|  28.9 |   395M |  57 |1812 |5948 |2581 |  78k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
419.08/420.89	c   390s|153000 | 12182 |  4420k|  28.9 |   395M |  57 |1812 |5890 |2593 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
419.39/421.11	c   390s|153100 | 12206 |  4423k|  28.9 |   395M |  57 |1812 |5755 |2589 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
419.48/421.29	c   391s|153200 | 12231 |  4425k|  28.8 |   395M |  57 |1812 |5817 |   0 |  78k|  0 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
419.77/421.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
419.77/421.50	c   391s|153300 | 12263 |  4428k|  28.8 |   395M |  57 |1812 |5843 |2584 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
419.87/421.68	c   391s|153400 | 12291 |  4430k|  28.8 |   395M |  57 |1812 |5908 |2591 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
420.07/421.89	c   391s|153500 | 12325 |  4433k|  28.8 |   395M |  57 |1812 |5866 |2589 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
420.29/422.07	c   391s|153600 | 12352 |  4435k|  28.8 |   395M |  57 |1812 |5906 |2591 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
420.47/422.27	c   392s|153700 | 12366 |  4438k|  28.8 |   396M |  57 |1812 |5951 |   0 |  78k|  0 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
420.67/422.47	c   392s|153800 | 12403 |  4440k|  28.8 |   396M |  57 |1812 |5835 |2593 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
420.97/422.70	c   392s|153900 | 12437 |  4443k|  28.8 |   396M |  57 |1812 |5755 |2588 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
421.07/422.86	c   392s|154000 | 12454 |  4445k|  28.8 |   396M |  57 |1812 |5826 |2588 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
421.28/423.04	c   392s|154100 | 12475 |  4447k|  28.8 |   396M |  57 |1812 |5841 |2592 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
421.67/423.40	c   393s|154200 | 12476 |  4451k|  28.8 |   396M |  57 |1812 |5890 |2590 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
421.77/423.58	c   393s|154300 | 12487 |  4453k|  28.8 |   396M |  57 |1812 |5943 |2591 |  78k|  2 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
421.97/423.75	c   393s|154400 | 12484 |  4455k|  28.8 |   396M |  57 |1812 |6013 |2590 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
422.17/423.93	c   393s|154500 | 12482 |  4458k|  28.8 |   396M |  57 |1812 |6045 |   0 |  78k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
422.38/424.12	c   393s|154600 | 12493 |  4461k|  28.8 |   396M |  57 |1812 |6048 |2590 |  78k|  2 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
422.46/424.28	c   394s|154700 | 12510 |  4463k|  28.8 |   396M |  57 |1812 |6091 |2588 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
422.66/424.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
422.66/424.48	c   394s|154800 | 12508 |  4465k|  28.8 |   396M |  57 |1812 |6165 |2587 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
422.86/424.63	c   394s|154900 | 12507 |  4467k|  28.8 |   396M |  57 |1812 |6204 |2587 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
423.06/424.81	c   394s|155000 | 12518 |  4469k|  28.8 |   396M |  57 |1812 |6198 |2593 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
423.16/424.98	c   394s|155100 | 12534 |  4472k|  28.8 |   396M |  57 |1812 |6231 |   0 |  78k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
423.46/425.20	c   394s|155200 | 12550 |  4475k|  28.8 |   397M |  57 |1812 |6257 |   0 |  78k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
423.66/425.42	c   395s|155300 | 12550 |  4478k|  28.8 |   397M |  57 |1812 |6367 |2593 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
423.86/425.60	c   395s|155400 | 12554 |  4480k|  28.8 |   397M |  57 |1812 |6436 |   0 |  78k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
423.96/425.79	c   395s|155500 | 12560 |  4483k|  28.8 |   397M |  57 |1812 |6288 |   0 |  78k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
424.16/426.01	c   395s|155600 | 12573 |  4485k|  28.8 |   397M |  57 |1812 |6013 |   0 |  78k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
424.46/426.21	c   395s|155700 | 12582 |  4488k|  28.8 |   397M |  57 |1812 |6025 |2589 |  78k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
424.66/426.41	c   396s|155800 | 12582 |  4491k|  28.8 |   397M |  57 |1812 |6090 |   0 |  78k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
424.85/426.63	c   396s|155900 | 12601 |  4494k|  28.8 |   398M |  57 |1812 |6147 |2591 |  78k|  2 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
425.05/426.81	c   396s|156000 | 12616 |  4496k|  28.8 |   398M |  57 |1812 |6236 |2590 |  78k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
425.15/427.00	c   396s|156100 | 12614 |  4499k|  28.8 |   398M |  57 |1812 |6339 |2591 |  78k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
425.37/427.18	c   396s|156200 | 12635 |  4502k|  28.8 |   398M |  57 |1812 |6343 |   0 |  78k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
425.55/427.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
425.55/427.36	c   397s|156300 | 12631 |  4504k|  28.8 |   398M |  57 |1812 |6437 |2589 |  79k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
425.75/427.53	c   397s|156400 | 12628 |  4506k|  28.8 |   398M |  57 |1812 |6536 |   0 |  79k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
425.95/427.74	c   397s|156500 | 12623 |  4509k|  28.8 |   398M |  57 |1812 |6614 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
426.15/427.92	c   397s|156600 | 12628 |  4512k|  28.8 |   398M |  57 |1812 |6634 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
426.26/428.08	c   397s|156700 | 12625 |  4514k|  28.8 |   399M |  57 |1812 |6715 |2590 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
426.45/428.28	c   398s|156800 | 12637 |  4517k|  28.8 |   399M |  57 |1812 |6762 |2588 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
426.65/428.47	c   398s|156900 | 12642 |  4520k|  28.8 |   399M |  57 |1812 |6761 |2588 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
426.85/428.69	c   398s|157000 | 12666 |  4523k|  28.8 |   399M |  57 |1812 |6672 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
427.05/428.87	c   398s|157100 | 12690 |  4525k|  28.8 |   399M |  57 |1812 |6704 |2587 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
427.26/429.03	c   398s|157200 | 12703 |  4527k|  28.8 |   399M |  57 |1812 |6791 |2587 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
427.36/429.19	c   398s|157300 | 12693 |  4529k|  28.8 |   399M |  57 |1812 |6937 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
427.54/429.33	c   399s|157400 | 12704 |  4531k|  28.8 |   399M |  57 |1812 |7027 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
427.64/429.49	c   399s|157500 | 12710 |  4533k|  28.7 |   399M |  57 |1812 |7103 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
427.84/429.65	c   399s|157600 | 12725 |  4535k|  28.7 |   400M |  57 |1812 |7128 |2588 |  79k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
427.94/429.79	c   399s|157700 | 12723 |  4537k|  28.7 |   400M |  57 |1812 |7187 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
428.14/429.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
428.14/429.94	c   399s|157800 | 12722 |  4539k|  28.7 |   400M |  57 |1812 |7262 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
428.35/430.12	c   399s|157900 | 12726 |  4542k|  28.7 |   400M |  57 |1812 |7201 |2592 |  79k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
428.54/430.30	c   400s|158000 | 12717 |  4544k|  28.7 |   400M |  57 |1812 |7072 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
428.64/430.49	c   400s|158100 | 12711 |  4546k|  28.7 |   400M |  57 |1812 |7065 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
428.84/430.69	c   400s|158200 | 12711 |  4549k|  28.7 |   400M |  57 |1812 |7047 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
429.14/430.90	c   400s|158300 | 12723 |  4552k|  28.7 |   400M |  57 |1812 |6939 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
429.25/431.06	c   400s|158400 | 12723 |  4554k|  28.7 |   400M |  57 |1812 |6959 |2591 |  79k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
429.44/431.25	c   400s|158500 | 12741 |  4556k|  28.7 |   400M |  57 |1812 |6967 |2589 |  79k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
429.63/431.43	c   401s|158600 | 12744 |  4559k|  28.7 |   400M |  57 |1812 |6939 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
429.83/431.63	c   401s|158700 | 12740 |  4561k|  28.7 |   400M |  57 |1812 |6824 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
430.03/431.84	c   401s|158800 | 12761 |  4564k|  28.7 |   400M |  57 |1812 |6684 |2587 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
430.25/432.02	c   401s|158900 | 12788 |  4566k|  28.7 |   400M |  57 |1812 |6692 |2588 |  79k|  2 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
430.35/432.18	c   401s|159000 | 12793 |  4568k|  28.7 |   400M |  57 |1812 |6767 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
430.53/432.35	c   402s|159100 | 12800 |  4570k|  28.7 |   400M |  57 |1812 |6839 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
430.73/432.50	c   402s|159200 | 12806 |  4572k|  28.7 |   400M |  57 |1812 |6914 |2585 |  79k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
430.83/432.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
430.83/432.68	c   402s|159300 | 12810 |  4574k|  28.7 |   400M |  57 |1812 |6929 |2584 |  79k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
431.03/432.85	c   402s|159400 | 12804 |  4576k|  28.7 |   400M |  57 |1812 |6964 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
431.24/433.05	c   402s|159500 | 12794 |  4578k|  28.7 |   400M |  57 |1812 |6994 |2586 |  79k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
431.43/433.20	c   402s|159600 | 12801 |  4580k|  28.7 |   400M |  57 |1812 |7084 |2586 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
431.53/433.38	c   403s|159700 | 12797 |  4582k|  28.7 |   401M |  57 |1812 |7131 |2590 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
431.73/433.57	c   403s|159800 | 12826 |  4585k|  28.7 |   401M |  57 |1812 |6977 |2585 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
431.93/433.76	c   403s|159900 | 12841 |  4587k|  28.7 |   401M |  57 |1812 |7034 |2587 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
432.12/433.93	c   403s|160000 | 12879 |  4589k|  28.6 |   401M |  57 |1812 |7056 |2587 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
432.24/434.10	c   403s|160100 | 12880 |  4592k|  28.6 |   401M |  57 |1812 |7154 |   0 |  79k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
432.42/434.25	c   403s|160200 | 12883 |  4593k|  28.6 |   401M |  57 |1812 |7223 |2587 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
432.62/434.46	c   404s|160300 | 12908 |  4596k|  28.6 |   401M |  57 |1812 |7152 |2586 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
432.82/434.64	c   404s|160400 | 12920 |  4598k|  28.6 |   401M |  57 |1812 |7215 |2586 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
433.02/434.82	c   404s|160500 | 12921 |  4600k|  28.6 |   401M |  57 |1812 |7321 |   0 |  79k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
433.12/435.00	c   404s|160600 | 12906 |  4602k|  28.6 |   401M |  57 |1812 |7410 |   0 |  79k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
433.33/435.17	c   404s|160700 | 12919 |  4605k|  28.6 |   401M |  57 |1812 |7381 |   0 |  79k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
433.52/435.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
433.52/435.37	c   405s|160800 | 12918 |  4607k|  28.6 |   401M |  57 |1812 |7322 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
433.72/435.55	c   405s|160900 | 12917 |  4609k|  28.6 |   401M |  57 |1812 |7422 |2592 |  79k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
433.92/435.75	c   405s|161000 | 12898 |  4611k|  28.6 |   401M |  57 |1812 |7424 |2585 |  79k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
434.12/435.93	c   405s|161100 | 12898 |  4613k|  28.6 |   401M |  57 |1812 |7493 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
434.33/436.15	c   405s|161200 | 12898 |  4616k|  28.6 |   401M |  57 |1812 |7409 |2592 |  79k|  2 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
434.51/436.32	c   406s|161300 | 12906 |  4619k|  28.6 |   401M |  57 |1812 |7389 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
434.61/436.46	c   406s|161400 | 12903 |  4621k|  28.6 |   401M |  57 |1812 |7446 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
434.81/436.66	c   406s|161500 | 12901 |  4624k|  28.6 |   401M |  57 |1812 |7353 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
435.01/436.83	c   406s|161600 | 12896 |  4626k|  28.6 |   401M |  57 |1812 |7223 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
435.23/437.01	c   406s|161700 | 12935 |  4628k|  28.6 |   401M |  57 |1812 |7183 |2586 |  79k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
435.33/437.18	c   406s|161800 | 12941 |  4630k|  28.6 |   401M |  57 |1812 |7207 |2584 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
435.51/437.35	c   407s|161900 | 12959 |  4632k|  28.6 |   401M |  57 |1812 |7241 |2584 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
435.71/437.50	c   407s|162000 | 12980 |  4634k|  28.6 |   401M |  57 |1812 |7292 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
435.81/437.66	c   407s|162100 | 12983 |  4635k|  28.6 |   401M |  57 |1812 |7375 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
436.01/437.83	c   407s|162200 | 12991 |  4638k|  28.6 |   401M |  57 |1812 |7430 |2585 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
436.11/438.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
436.11/438.00	c   407s|162300 | 12986 |  4640k|  28.6 |   402M |  57 |1812 |7471 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
436.32/438.17	c   407s|162400 | 12979 |  4642k|  28.5 |   402M |  57 |1812 |7474 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
436.51/438.35	c   408s|162500 | 12975 |  4644k|  28.5 |   402M |  57 |1812 |7517 |2584 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
436.61/438.49	c   408s|162600 | 12981 |  4645k|  28.5 |   402M |  57 |1812 |7557 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
436.81/438.66	c   408s|162700 | 12980 |  4647k|  28.5 |   402M |  57 |1812 |7599 |2585 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
437.00/438.85	c   408s|162800 | 12983 |  4650k|  28.5 |   402M |  57 |1812 |7571 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
437.22/439.01	c   408s|162900 | 12976 |  4652k|  28.5 |   402M |  57 |1812 |7566 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
437.32/439.18	c   408s|163000 | 12976 |  4654k|  28.5 |   402M |  57 |1812 |7612 |2584 |  79k|  1 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
437.50/439.34	c   409s|163100 | 12966 |  4656k|  28.5 |   402M |  57 |1812 |7674 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
437.70/439.54	c   409s|163200 | 12955 |  4658k|  28.5 |   402M |  57 |1812 |7601 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
437.90/439.71	c   409s|163300 | 12947 |  4660k|  28.5 |   402M |  57 |1812 |7470 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
438.10/439.91	c   409s|163400 | 12950 |  4663k|  28.5 |   402M |  57 |1812 |7288 |2592 |  79k|  1 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
438.21/440.07	c   409s|163500 | 12940 |  4664k|  28.5 |   402M |  57 |1812 |7280 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
438.40/440.26	c   409s|163600 | 12941 |  4667k|  28.5 |   402M |  57 |1812 |7159 |2586 |  79k|  1 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
438.60/440.44	c   410s|163700 | 12943 |  4669k|  28.5 |   402M |  57 |1812 |7160 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
438.80/440.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
438.80/440.63	c   410s|163800 | 12962 |  4672k|  28.5 |   402M |  57 |1812 |7146 |2589 |  79k|  2 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
438.90/440.79	c   410s|163900 | 12959 |  4674k|  28.5 |   403M |  57 |1812 |7265 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
439.10/440.97	c   410s|164000 | 12964 |  4676k|  28.5 |   403M |  57 |1812 |7218 |2585 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
439.31/441.15	c   410s|164100 | 12953 |  4678k|  28.5 |   403M |  57 |1812 |7230 |2588 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
439.49/441.32	c   411s|164200 | 12948 |  4680k|  28.5 |   403M |  57 |1812 |7327 |   0 |  79k|  0 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
439.69/441.51	c   411s|164300 | 12957 |  4683k|  28.5 |   403M |  57 |1812 |7296 |2588 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
439.89/441.71	c   411s|164400 | 12951 |  4686k|  28.5 |   403M |  57 |1812 |7253 |2586 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
439.99/441.88	c   411s|164500 | 12950 |  4688k|  28.5 |   403M |  57 |1812 |7283 |2593 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
440.21/442.05	c   411s|164600 | 12956 |  4690k|  28.5 |   403M |  57 |1812 |7302 |2589 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
440.39/442.25	c   411s|164700 | 12950 |  4692k|  28.5 |   403M |  57 |1812 |7286 |2584 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
440.59/442.41	c   412s|164800 | 12945 |  4694k|  28.4 |   403M |  57 |1812 |7289 |2588 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
440.69/442.56	c   412s|164900 | 12948 |  4695k|  28.4 |   403M |  57 |1812 |7376 |2587 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
440.89/442.76	c   412s|165000 | 12930 |  4698k|  28.4 |   403M |  57 |1812 |7392 |2594 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
441.09/442.94	c   412s|165100 | 12939 |  4700k|  28.4 |   403M |  57 |1812 |7383 |2589 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
441.20/443.11	c   412s|165200 | 12932 |  4702k|  28.4 |   403M |  57 |1812 |7414 |   0 |  79k|  0 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
441.39/443.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
441.39/443.28	c   413s|165300 | 12938 |  4704k|  28.4 |   403M |  57 |1812 |7471 |2586 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
441.59/443.44	c   413s|165400 | 12937 |  4706k|  28.4 |   403M |  57 |1812 |7443 |   0 |  79k|  0 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
441.79/443.62	c   413s|165500 | 12952 |  4708k|  28.4 |   403M |  57 |1812 |7438 |2587 |  79k|  2 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
441.98/443.80	c   413s|165600 | 12966 |  4711k|  28.4 |   403M |  57 |1812 |7540 |   0 |  79k|  0 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
442.08/443.96	c   413s|165700 | 12970 |  4712k|  28.4 |   403M |  57 |1812 |7610 |2585 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
442.30/444.12	c   413s|165800 | 12974 |  4714k|  28.4 |   403M |  57 |1812 |7681 |2585 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
442.38/444.27	c   414s|165900 | 12972 |  4716k|  28.4 |   403M |  57 |1812 |7711 |   0 |  79k|  0 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
442.58/444.43	c   414s|166000 | 12977 |  4718k|  28.4 |   403M |  57 |1812 |7766 |   0 |  79k|  0 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
442.78/444.60	c   414s|166100 | 12994 |  4720k|  28.4 |   403M |  57 |1812 |7784 |2587 |  79k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
442.88/444.79	c   414s|166200 | 12989 |  4722k|  28.4 |   403M |  57 |1812 |7914 |2587 |  79k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
443.08/444.95	c   414s|166300 | 12980 |  4724k|  28.4 |   403M |  57 |1812 |8033 |2585 |  79k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
443.29/445.11	c   414s|166400 | 12985 |  4726k|  28.4 |   403M |  57 |1812 |8080 |2588 |  79k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
443.48/445.34	c   415s|166500 | 12990 |  4729k|  28.4 |   404M |  57 |1812 |8035 |2587 |  80k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
443.68/445.54	c   415s|166600 | 12984 |  4731k|  28.4 |   404M |  57 |1812 |8065 |2591 |  80k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
443.88/445.74	c   415s|166700 | 12991 |  4734k|  28.4 |   404M |  57 |1812 |7956 |2588 |  80k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
444.08/445.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
444.08/445.94	c   415s|166800 | 12995 |  4736k|  28.4 |   404M |  57 |1812 |7842 |2588 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
444.29/446.14	c   415s|166900 | 12999 |  4739k|  28.4 |   404M |  57 |1812 |7843 |2588 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
444.47/446.33	c   416s|167000 | 13003 |  4742k|  28.4 |   404M |  57 |1812 |7811 |2588 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
444.67/446.51	c   416s|167100 | 13002 |  4744k|  28.4 |   404M |  57 |1812 |7741 |2589 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
444.77/446.67	c   416s|167200 | 12999 |  4746k|  28.4 |   404M |  57 |1812 |7788 |   0 |  80k|  0 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
444.97/446.87	c   416s|167300 | 12997 |  4749k|  28.4 |   404M |  57 |1812 |7702 |   0 |  80k|  0 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
445.18/447.07	c   416s|167400 | 12996 |  4751k|  28.3 |   404M |  57 |1812 |7710 |2589 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
445.37/447.26	c   416s|167500 | 12995 |  4754k|  28.3 |   404M |  57 |1812 |7818 |2589 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
445.57/447.43	c   417s|167600 | 12992 |  4756k|  28.3 |   404M |  57 |1812 |7897 |2587 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
445.77/447.63	c   417s|167700 | 13008 |  4758k|  28.3 |   404M |  57 |1812 |7857 |2588 |  80k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
445.97/447.82	c   417s|167800 | 12988 |  4760k|  28.3 |   404M |  57 |1812 |7821 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
446.18/448.02	c   417s|167900 | 12991 |  4762k|  28.3 |   404M |  57 |1812 |7760 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
446.37/448.25	c   417s|168000 | 12992 |  4764k|  28.3 |   404M |  57 |1812 |7730 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
446.56/448.44	c   418s|168100 | 12987 |  4767k|  28.3 |   404M |  57 |1812 |7708 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
446.76/448.62	c   418s|168200 | 13006 |  4769k|  28.3 |   404M |  57 |1812 |7698 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
446.86/448.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
446.96/448.80	c   418s|168300 | 12995 |  4771k|  28.3 |   404M |  57 |1812 |7762 |2588 |  80k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
447.17/449.03	c   418s|168400 | 12995 |  4774k|  28.3 |   404M |  57 |1812 |7622 |2588 |  80k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
447.36/449.22	c   418s|168500 | 13000 |  4777k|  28.3 |   404M |  57 |1812 |7597 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
447.56/449.41	c   419s|168600 | 13008 |  4780k|  28.3 |   404M |  57 |1812 |7627 |2587 |  80k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
447.76/449.61	c   419s|168700 | 13014 |  4782k|  28.3 |   404M |  57 |1812 |7631 |2591 |  80k|  2 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
447.96/449.80	c   419s|168800 | 13037 |  4784k|  28.3 |   404M |  57 |1812 |7627 |   0 |  80k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
448.06/449.96	c   419s|168900 | 13026 |  4786k|  28.3 |   404M |  57 |1812 |7712 |2588 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
448.27/450.12	c   419s|169000 | 13017 |  4788k|  28.3 |   404M |  57 |1812 |7747 |2588 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
448.46/450.31	c   420s|169100 | 13026 |  4791k|  28.3 |   405M |  57 |1812 |7693 |   0 |  80k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
448.55/450.50	c   420s|169200 | 13022 |  4794k|  28.3 |   405M |  57 |1812 |7765 |2591 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
448.75/450.68	c   420s|169300 | 13026 |  4797k|  28.3 |   405M |  57 |1812 |7803 |2585 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
448.95/450.87	c   420s|169400 | 13023 |  4798k|  28.3 |   405M |  57 |1812 |7768 |2586 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
449.17/451.07	c   420s|169500 | 13024 |  4801k|  28.3 |   405M |  57 |1812 |7791 |   0 |  80k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
449.35/451.21	c   420s|169600 | 13026 |  4802k|  28.3 |   405M |  57 |1812 |7850 |2592 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
449.55/451.40	c   421s|169700 | 13018 |  4804k|  28.3 |   405M |  57 |1812 |7839 |   0 |  80k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
449.65/451.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
449.65/451.59	c   421s|169800 | 13017 |  4807k|  28.3 |   405M |  57 |1812 |7855 |2589 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
449.85/451.77	c   421s|169900 | 13011 |  4809k|  28.3 |   405M |  57 |1812 |7834 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
450.05/451.95	c   421s|170000 | 13017 |  4811k|  28.3 |   405M |  57 |1812 |7701 |2586 |  80k|  2 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
450.26/452.11	c   421s|170100 | 13040 |  4813k|  28.3 |   405M |  57 |1812 |7680 |2586 |  80k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
450.35/452.26	c   422s|170200 | 13041 |  4815k|  28.3 |   405M |  57 |1812 |7763 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
450.55/452.41	c   422s|170300 | 13038 |  4817k|  28.3 |   405M |  57 |1812 |7814 |2587 |  80k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
450.65/452.59	c   422s|170400 | 13052 |  4819k|  28.2 |   405M |  57 |1812 |7786 |2588 |  80k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
450.85/452.78	c   422s|170500 | 13056 |  4821k|  28.2 |   405M |  57 |1812 |7799 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
451.04/452.98	c   422s|170600 | 13054 |  4823k|  28.2 |   405M |  57 |1812 |7759 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
451.26/453.16	c   422s|170700 | 13047 |  4826k|  28.2 |   405M |  57 |1812 |7751 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
451.44/453.31	c   423s|170800 | 13051 |  4827k|  28.2 |   405M |  57 |1812 |7843 |2588 |  80k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
451.54/453.49	c   423s|170900 | 13048 |  4830k|  28.2 |   405M |  57 |1812 |7927 |2589 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
451.74/453.69	c   423s|171000 | 13039 |  4832k|  28.2 |   405M |  57 |1812 |7897 |2589 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
451.94/453.87	c   423s|171100 | 13044 |  4834k|  28.2 |   405M |  57 |1812 |7821 |   0 |  80k|  0 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
452.15/454.05	c   423s|171200 | 13032 |  4836k|  28.2 |   405M |  57 |1812 |7782 |2591 |  80k|  2 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
452.34/454.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
452.34/454.24	c   423s|171300 | 13023 |  4838k|  28.2 |   405M |  57 |1812 |7639 |2590 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
452.54/454.43	c   424s|171400 | 13032 |  4841k|  28.2 |   405M |  57 |1812 |7706 |2588 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
452.74/454.61	c   424s|171500 | 13030 |  4843k|  28.2 |   405M |  57 |1812 |7730 |2586 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
452.84/454.79	c   424s|171600 | 13037 |  4845k|  28.2 |   405M |  57 |1812 |7774 |2589 |  80k|  2 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
453.03/454.95	c   424s|171700 | 13041 |  4847k|  28.2 |   405M |  57 |1812 |7845 |   0 |  80k|  0 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
453.25/455.12	c   424s|171800 | 13032 |  4849k|  28.2 |   405M |  57 |1812 |7918 |   0 |  80k|  0 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
453.43/455.31	c   425s|171900 | 13029 |  4851k|  28.2 |   405M |  57 |1812 |7789 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
453.63/455.50	c   425s|172000 | 13027 |  4853k|  28.2 |   405M |  57 |1812 |7677 |2586 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
453.83/455.71	c   425s|172100 | 13032 |  4856k|  28.2 |   405M |  57 |1812 |7541 |2589 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
454.03/455.92	c   425s|172200 | 13029 |  4858k|  28.2 |   405M |  57 |1812 |7479 |2587 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
454.24/456.11	c   425s|172300 | 13032 |  4861k|  28.2 |   405M |  57 |1812 |7389 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
454.33/456.29	c   426s|172400 | 13032 |  4863k|  28.2 |   405M |  57 |1812 |7457 |2590 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
454.63/456.51	c   426s|172500 | 13015 |  4866k|  28.2 |   405M |  57 |1812 |7455 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
454.83/456.72	c   426s|172600 | 13019 |  4868k|  28.2 |   405M |  57 |1812 |7449 |2586 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
455.03/456.91	c   426s|172700 | 13019 |  4871k|  28.2 |   405M |  57 |1812 |7417 |2586 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
455.14/457.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
455.14/457.07	c   426s|172800 | 13025 |  4872k|  28.2 |   405M |  57 |1812 |7383 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
455.33/457.22	c   426s|172900 | 13029 |  4874k|  28.2 |   405M |  57 |1812 |7451 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
455.42/457.38	c   427s|173000 | 13031 |  4875k|  28.1 |   405M |  57 |1812 |7498 |   0 |  80k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
455.62/457.55	c   427s|173100 | 13024 |  4877k|  28.1 |   405M |  57 |1812 |7559 |2587 |  80k|  1 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
455.82/457.73	c   427s|173200 | 13013 |  4879k|  28.1 |   405M |  57 |1812 |7518 |   0 |  80k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
456.02/457.93	c   427s|173300 | 13022 |  4881k|  28.1 |   405M |  57 |1812 |7507 |2589 |  80k|  1 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
456.23/458.12	c   427s|173400 | 13015 |  4884k|  28.1 |   405M |  57 |1812 |7502 |2588 |  80k|  1 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
456.32/458.29	c   428s|173500 | 13014 |  4886k|  28.1 |   405M |  57 |1812 |7463 |   0 |  80k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
456.52/458.46	c   428s|173600 | 13024 |  4888k|  28.1 |   405M |  57 |1812 |7529 |   0 |  80k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
456.72/458.65	c   428s|173700 | 13014 |  4890k|  28.1 |   405M |  57 |1812 |7587 |   0 |  81k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
456.92/458.84	c   428s|173800 | 13007 |  4893k|  28.1 |   405M |  57 |1812 |7557 |   0 |  81k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
457.13/459.02	c   428s|173900 | 13012 |  4895k|  28.1 |   405M |  57 |1812 |7595 |   0 |  81k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
457.32/459.20	c   428s|174000 | 13004 |  4897k|  28.1 |   405M |  57 |1812 |7638 |2590 |  81k|  1 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
457.42/459.37	c   429s|174100 | 13006 |  4899k|  28.1 |   405M |  57 |1812 |7572 |2584 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
457.61/459.56	c   429s|174200 | 13001 |  4901k|  28.1 |   405M |  57 |1812 |7514 |2589 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
457.81/459.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.81/459.74	c   429s|174300 | 13003 |  4904k|  28.1 |   405M |  57 |1812 |7539 |2587 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
458.01/459.92	c   429s|174400 | 13008 |  4906k|  28.1 |   405M |  57 |1812 |7576 |2591 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
458.13/460.11	c   429s|174500 | 13011 |  4909k|  28.1 |   405M |  57 |1812 |7568 |2589 |  81k|  2 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
458.31/460.28	c   430s|174600 | 13006 |  4911k|  28.1 |   405M |  57 |1812 |7551 |2587 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
458.51/460.48	c   430s|174700 | 13011 |  4913k|  28.1 |   405M |  57 |1812 |7582 |2587 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
458.71/460.67	c   430s|174800 | 13012 |  4915k|  28.1 |   406M |  57 |1812 |7627 |2589 |  81k|  2 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
458.91/460.84	c   430s|174900 | 13003 |  4917k|  28.1 |   406M |  57 |1812 |7686 |   0 |  81k|  0 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
459.12/461.03	c   430s|175000 | 12999 |  4920k|  28.1 |   406M |  57 |1812 |7708 |2589 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
459.31/461.22	c   430s|175100 | 12990 |  4922k|  28.1 |   406M |  57 |1812 |7648 |   0 |  81k|  0 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
459.51/461.43	c   431s|175200 | 12985 |  4924k|  28.1 |   406M |  57 |1812 |7583 |2587 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
459.81/461.77	c   431s|175300 | 12985 |  4927k|  28.1 |   406M |  57 |1812 |7582 |   0 |  81k|  0 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
460.01/461.98	c   431s|175400 | 12984 |  4929k|  28.1 |   406M |  57 |1812 |7564 |2586 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
460.22/462.17	c   431s|175500 | 12987 |  4932k|  28.1 |   406M |  57 |1812 |7619 |2587 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
460.50/462.41	c   432s|175600 | 13002 |  4935k|  28.1 |   406M |  57 |1812 |7418 |2586 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
460.70/462.61	c   432s|175700 | 12993 |  4937k|  28.1 |   406M |  57 |1812 |7260 |   0 |  81k|  0 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
460.80/462.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
460.80/462.79	c   432s|175800 | 12994 |  4940k|  28.1 |   406M |  57 |1812 |7274 |   0 |  81k|  0 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
461.00/462.98	c   432s|175900 | 13008 |  4942k|  28.1 |   406M |  57 |1812 |7248 |2587 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
461.21/463.16	c   432s|176000 | 13023 |  4944k|  28.1 |   406M |  57 |1812 |7329 |2588 |  81k|  1 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
461.40/463.35	c   433s|176100 | 13023 |  4947k|  28.1 |   407M |  57 |1812 |7433 |2587 |  81k|  1 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
461.60/463.54	c   433s|176200 | 13024 |  4949k|  28.1 |   407M |  57 |1812 |7509 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
461.80/463.74	c   433s|176300 | 13020 |  4951k|  28.1 |   407M |  57 |1812 |7609 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
462.00/463.90	c   433s|176400 | 13017 |  4953k|  28.0 |   407M |  57 |1812 |7662 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
462.11/464.08	c   433s|176500 | 13014 |  4955k|  28.0 |   407M |  57 |1812 |7721 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
462.29/464.26	c   434s|176600 | 13000 |  4957k|  28.0 |   407M |  57 |1812 |7648 |2589 |  81k|  1 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
462.49/464.44	c   434s|176700 | 13009 |  4959k|  28.0 |   407M |  57 |1812 |7568 |2591 |  81k|  1 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
462.59/464.59	c   434s|176800 | 13011 |  4960k|  28.0 |   407M |  57 |1812 |7641 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
462.79/464.75	c   434s|176900 | 13006 |  4962k|  28.0 |   407M |  57 |1812 |7703 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
462.99/464.96	c   434s|177000 | 13015 |  4964k|  28.0 |   407M |  57 |1812 |7570 |2591 |  81k|  1 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
463.20/465.16	c   434s|177100 | 13027 |  4966k|  28.0 |   407M |  57 |1812 |7580 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
463.39/465.34	c   435s|177200 | 13022 |  4969k|  28.0 |   407M |  57 |1812 |7481 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
463.59/465.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
463.59/465.53	c   435s|177300 | 13027 |  4971k|  28.0 |   407M |  57 |1812 |7518 |2588 |  81k|  1 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
463.69/465.69	c   435s|177400 | 13022 |  4973k|  28.0 |   407M |  57 |1812 |7571 |2586 |  81k|  1 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
463.89/465.89	c   435s|177500 | 13025 |  4975k|  28.0 |   407M |  57 |1812 |7544 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
464.10/466.05	c   435s|177600 | 13031 |  4977k|  28.0 |   407M |  57 |1812 |7575 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
464.29/466.23	c   435s|177700 | 13027 |  4979k|  28.0 |   407M |  57 |1812 |7524 |2590 |  81k|  2 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
464.39/466.39	c   436s|177800 | 13023 |  4981k|  28.0 |   407M |  57 |1812 |7562 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
464.58/466.59	c   436s|177900 | 13034 |  4984k|  28.0 |   407M |  57 |1812 |7466 |2588 |  81k|  1 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
464.78/466.76	c   436s|178000 | 13041 |  4986k|  28.0 |   407M |  57 |1812 |7466 |2588 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
464.98/466.91	c   436s|178100 | 13032 |  4988k|  28.0 |   407M |  57 |1812 |7558 |2588 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
465.20/467.12	c   436s|178200 | 13034 |  4990k|  28.0 |   407M |  57 |1812 |7458 |2588 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
465.28/467.29	c   437s|178300 | 13023 |  4992k|  28.0 |   407M |  57 |1812 |7471 |2593 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
465.48/467.46	c   437s|178400 | 13030 |  4995k|  28.0 |   407M |  57 |1812 |7523 |2590 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
465.68/467.66	c   437s|178500 | 13033 |  4997k|  28.0 |   407M |  57 |1812 |7543 |   0 |  81k|  0 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
465.88/467.82	c   437s|178600 | 13029 |  4999k|  28.0 |   407M |  57 |1812 |7489 |   0 |  82k|  0 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
465.98/467.99	c   437s|178700 | 13043 |  5001k|  28.0 |   408M |  57 |1812 |7468 |2588 |  82k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
466.19/468.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
466.19/468.15	c   437s|178800 | 13048 |  5003k|  27.9 |   408M |  57 |1812 |7599 |   0 |  82k|  0 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
466.38/468.33	c   438s|178900 | 13044 |  5005k|  27.9 |   408M |  57 |1812 |7675 |   0 |  82k|  0 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
466.48/468.48	c   438s|179000 | 13039 |  5007k|  27.9 |   408M |  57 |1812 |7675 |2589 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
466.68/468.67	c   438s|179100 | 13038 |  5009k|  27.9 |   408M |  57 |1812 |7709 |2588 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
467.27/469.23	c   438s|179200 | 13040 |  5011k|  27.9 |   409M |  57 |1812 |7638 |2587 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
467.47/469.41	c   439s|179300 | 13031 |  5014k|  27.9 |   409M |  57 |1812 |7673 |2587 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
467.67/469.62	c   439s|179400 | 13028 |  5017k|  27.9 |   409M |  57 |1812 |7665 |2591 |  82k|  2 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
467.77/469.79	c   439s|179500 | 13029 |  5019k|  27.9 |   409M |  57 |1812 |7708 |   0 |  82k|  0 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
467.97/469.98	c   439s|179600 | 13027 |  5021k|  27.9 |   409M |  57 |1812 |7817 |   0 |  82k|  0 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
468.18/470.16	c   439s|179700 | 13013 |  5023k|  27.9 |   409M |  57 |1812 |7764 |   0 |  82k|  0 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
468.37/470.35	c   440s|179800 | 13020 |  5026k|  27.9 |   409M |  57 |1812 |7755 |2588 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
468.57/470.53	c   440s|179900 | 13026 |  5028k|  27.9 |   409M |  57 |1812 |7832 |2590 |  82k|  1 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
468.76/470.73	c   440s|180000 | 13019 |  5031k|  27.9 |   409M |  57 |1812 |7824 |   0 |  82k|  0 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
468.96/470.91	c   440s|180100 | 13009 |  5033k|  27.9 |   409M |  57 |1812 |7883 |2589 |  82k|  1 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
469.08/471.09	c   440s|180200 | 13001 |  5035k|  27.9 |   409M |  57 |1812 |7918 |   0 |  82k|  0 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
469.26/471.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
469.26/471.28	c   441s|180300 | 13010 |  5037k|  27.9 |   409M |  57 |1812 |7860 |2588 |  82k|  1 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
469.46/471.44	c   441s|180400 | 13008 |  5039k|  27.9 |   409M |  57 |1812 |7952 |   0 |  82k|  0 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
469.66/471.61	c   441s|180500 | 13012 |  5041k|  27.9 |   409M |  57 |1812 |8050 |2588 |  82k|  0 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
469.76/471.75	c   441s|180600 | 13010 |  5042k|  27.9 |   409M |  57 |1812 |8137 |2589 |  82k|  1 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
469.96/471.91	c   441s|180700 | 13000 |  5044k|  27.9 |   409M |  57 |1812 |8212 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
470.17/472.13	c   441s|180800 | 12996 |  5046k|  27.9 |   409M |  57 |1812 |8082 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
470.36/472.34	c   442s|180900 | 13002 |  5049k|  27.9 |   409M |  57 |1812 |7965 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
470.46/472.49	c   442s|181000 | 12997 |  5051k|  27.9 |   409M |  57 |1812 |7971 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
470.66/472.69	c   442s|181100 | 13011 |  5054k|  27.9 |   409M |  57 |1812 |7798 |2588 |  82k|  1 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
470.96/472.90	c   442s|181200 | 13012 |  5056k|  27.9 |   409M |  57 |1812 |7803 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
471.07/473.08	c   442s|181300 | 13015 |  5059k|  27.9 |   409M |  57 |1812 |7778 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
471.25/473.29	c   443s|181400 | 13013 |  5061k|  27.9 |   409M |  57 |1812 |7674 |2589 |  82k|  1 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
471.45/473.47	c   443s|181500 | 12999 |  5063k|  27.9 |   409M |  57 |1812 |7597 |2589 |  82k|  1 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
471.65/473.65	c   443s|181600 | 13009 |  5065k|  27.9 |   409M |  57 |1812 |7614 |2589 |  82k|  1 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
471.85/473.82	c   443s|181700 | 13002 |  5068k|  27.9 |   409M |  57 |1812 |7670 |2589 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
471.95/474.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
471.95/474.01	c   443s|181800 | 13004 |  5070k|  27.9 |   409M |  57 |1812 |7706 |   0 |  82k|  0 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
472.25/474.20	c   443s|181900 | 13006 |  5073k|  27.9 |   409M |  57 |1812 |7748 |2587 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
472.35/474.37	c   444s|182000 | 13005 |  5075k|  27.9 |   409M |  57 |1812 |7772 |2587 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
472.55/474.54	c   444s|182100 | 12993 |  5076k|  27.8 |   409M |  57 |1812 |7849 |2588 |  82k|  0 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
472.75/474.73	c   444s|182200 | 12984 |  5079k|  27.8 |   409M |  57 |1812 |7781 |   0 |  82k|  0 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
472.95/474.93	c   444s|182300 | 12970 |  5081k|  27.8 |   409M |  57 |1812 |7796 |2586 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
473.06/475.10	c   444s|182400 | 12969 |  5083k|  27.8 |   409M |  57 |1812 |7808 |   0 |  82k|  0 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
473.25/475.29	c   445s|182500 | 12959 |  5085k|  27.8 |   409M |  57 |1812 |7716 |2588 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
473.45/475.44	c   445s|182600 | 12967 |  5087k|  27.8 |   409M |  57 |1812 |7805 |2591 |  82k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
473.65/475.61	c   445s|182700 | 12950 |  5089k|  27.8 |   409M |  57 |1812 |7846 |2590 |  82k|  2 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
473.84/475.83	c   445s|182800 | 12942 |  5091k|  27.8 |   409M |  57 |1812 |7826 |   0 |  82k|  0 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
474.34/476.36	c   446s|182900 | 12940 |  5093k|  27.8 |   409M |  57 |1812 |7835 |2592 |  82k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
474.54/476.53	c   446s|183000 | 12934 |  5095k|  27.8 |   409M |  57 |1812 |7789 |2586 |  82k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
474.74/476.78	c   446s|183100 | 12947 |  5099k|  27.8 |   409M |  57 |1812 |7835 |2590 |  82k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
475.24/477.21	c   446s|183200 | 12955 |  5104k|  27.8 |   409M |  57 |1812 |7871 |   0 |  83k|  0 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
475.54/477.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
475.54/477.50	c   447s|183300 | 12964 |  5106k|  27.8 |   409M |  57 |1812 |7917 |2676 |  83k|  4 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
475.74/477.77	c   447s|183400 | 12963 |  5109k|  27.8 |   409M |  57 |1812 |8009 |2594 |  83k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
476.05/478.01	c   447s|183500 | 12953 |  5113k|  27.8 |   410M |  57 |1812 |8052 |   0 |  83k|  0 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
476.15/478.17	c   447s|183600 | 12972 |  5114k|  27.8 |   410M |  57 |1812 |8110 |2589 |  83k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
476.34/478.36	c   448s|183700 | 12984 |  5117k|  27.8 |   410M |  57 |1812 |8192 |2589 |  83k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
476.53/478.57	c   448s|183800 | 12963 |  5120k|  27.8 |   410M |  57 |1812 |8263 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
476.73/478.74	c   448s|183900 | 12960 |  5122k|  27.8 |   410M |  57 |1812 |8284 |2592 |  83k|  1 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
476.93/478.91	c   448s|184000 | 12971 |  5124k|  27.8 |   410M |  57 |1812 |8270 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
477.05/479.09	c   448s|184100 | 12977 |  5126k|  27.8 |   410M |  57 |1812 |8268 |2590 |  83k|  2 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
477.23/479.27	c   449s|184200 | 12982 |  5128k|  27.8 |   410M |  57 |1812 |8257 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
477.43/479.46	c   449s|184300 | 12972 |  5131k|  27.8 |   410M |  57 |1812 |8313 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
477.63/479.64	c   449s|184400 | 12956 |  5132k|  27.8 |   410M |  57 |1812 |8316 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
477.83/479.80	c   449s|184500 | 12959 |  5135k|  27.8 |   410M |  57 |1812 |8404 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
477.93/479.99	c   449s|184600 | 12949 |  5137k|  27.8 |   410M |  57 |1812 |8537 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
478.14/480.17	c   449s|184700 | 12957 |  5139k|  27.8 |   410M |  57 |1812 |8607 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
478.33/480.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
478.33/480.33	c   450s|184800 | 12954 |  5141k|  27.8 |   410M |  57 |1812 |8655 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
478.53/480.52	c   450s|184900 | 12945 |  5143k|  27.8 |   410M |  57 |1812 |8604 |2595 |  83k|  1 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
478.63/480.68	c   450s|185000 | 12962 |  5146k|  27.8 |   410M |  57 |1812 |8564 |   0 |  83k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
478.82/480.84	c   450s|185100 | 12953 |  5147k|  27.8 |   410M |  57 |1812 |8602 |   0 |  83k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
479.04/481.02	c   450s|185200 | 12958 |  5150k|  27.8 |   410M |  57 |1812 |8636 |2595 |  83k|  1 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
479.32/481.30	c   451s|185300 | 12938 |  5152k|  27.8 |   410M |  57 |1812 |8435 |2584 |  83k|  1 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
479.52/481.52	c   451s|185400 | 12937 |  5155k|  27.8 |   410M |  57 |1812 |8335 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
479.72/481.77	c   451s|185500 | 12962 |  5157k|  27.8 |   410M |  57 |1812 |8193 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
479.92/481.97	c   451s|185600 | 12957 |  5159k|  27.8 |   410M |  57 |1812 |8124 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
480.13/482.17	c   451s|185700 | 12954 |  5162k|  27.8 |   410M |  57 |1812 |8145 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
480.32/482.36	c   452s|185800 | 12957 |  5164k|  27.8 |   410M |  57 |1812 |8159 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
480.52/482.54	c   452s|185900 | 12975 |  5167k|  27.8 |   410M |  57 |1812 |8124 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
480.82/482.83	c   452s|186000 | 12995 |  5170k|  27.8 |   410M |  57 |1812 |8113 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
481.03/483.08	c   452s|186100 | 12989 |  5173k|  27.8 |   410M |  57 |1812 |7732 |2586 |  84k|  1 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
481.22/483.27	c   453s|186200 | 13006 |  5175k|  27.8 |   410M |  57 |1812 |7708 |   0 |  84k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
481.41/483.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
481.41/483.48	c   453s|186300 | 13001 |  5177k|  27.8 |   410M |  57 |1812 |7765 |   0 |  84k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
481.71/483.70	c   453s|186400 | 13007 |  5180k|  27.8 |   410M |  57 |1812 |7795 |   0 |  84k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
482.03/484.10	c   453s|186500 | 13010 |  5183k|  27.8 |   411M |  57 |1812 |7781 |   0 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
482.31/484.32	c   454s|186600 | 13015 |  5186k|  27.8 |   411M |  57 |1812 |7542 |2587 |  85k|  1 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
482.41/484.46	c   454s|186700 | 13012 |  5187k|  27.8 |   411M |  57 |1812 |7509 |   0 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
482.61/484.66	c   454s|186800 | 13018 |  5190k|  27.8 |   411M |  57 |1812 |7549 |   0 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
482.81/484.84	c   454s|186900 | 13005 |  5192k|  27.7 |   411M |  57 |1812 |7495 |2585 |  85k|  1 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
483.21/485.21	c   454s|187000 | 13018 |  5196k|  27.8 |   411M |  57 |1812 |7221 |2592 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
483.41/485.40	c   455s|187100 | 13029 |  5198k|  27.8 |   411M |  57 |1812 |7191 |2589 |  85k|  1 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
483.61/485.62	c   455s|187200 | 13036 |  5201k|  27.8 |   411M |  57 |1812 |7033 |   0 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
483.80/485.82	c   455s|187300 | 13042 |  5203k|  27.8 |   411M |  57 |1812 |7066 |2593 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
484.02/486.06	c   455s|187400 | 13048 |  5206k|  27.8 |   411M |  57 |1812 |7004 |2596 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
484.30/486.31	c   456s|187500 | 13063 |  5210k|  27.8 |   411M |  57 |1812 |6858 |2593 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
484.50/486.52	c   456s|187600 | 13082 |  5213k|  27.8 |   412M |  57 |1812 |6847 |   0 |  85k|  0 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
484.70/486.74	c   456s|187700 | 13075 |  5215k|  27.8 |   412M |  57 |1812 |6861 |2595 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
484.90/486.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
484.90/486.97	c   456s|187800 | 13077 |  5218k|  27.8 |   412M |  57 |1812 |6844 |2595 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
485.20/487.20	c   456s|187900 | 13074 |  5221k|  27.8 |   412M |  57 |1812 |6783 |2599 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
485.30/487.39	c   457s|188000 | 13068 |  5223k|  27.8 |   412M |  57 |1812 |6698 |2589 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
485.50/487.59	c   457s|188100 | 13080 |  5226k|  27.8 |   412M |  57 |1812 |6726 |   0 |  85k|  0 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
485.70/487.78	c   457s|188200 | 13076 |  5228k|  27.7 |   412M |  57 |1812 |6780 |2588 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
485.90/487.94	c   457s|188300 | 13080 |  5230k|  27.7 |   413M |  57 |1812 |6911 |   0 |  85k|  0 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
486.01/488.11	c   457s|188400 | 13087 |  5232k|  27.7 |   413M |  57 |1812 |7019 |2590 |  85k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
486.20/488.27	c   458s|188500 | 13072 |  5234k|  27.7 |   413M |  57 |1812 |7058 |   0 |  85k|  0 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
486.50/488.52	c   458s|188600 | 13076 |  5236k|  27.7 |   413M |  57 |1812 |7077 |2609 |  85k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
486.70/488.72	c   458s|188700 | 13069 |  5238k|  27.7 |   413M |  57 |1812 |7061 |   0 |  85k|  0 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
487.20/489.21	c   458s|188800 | 13086 |  5242k|  27.7 |   413M |  57 |1812 |7072 |2589 |  85k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
487.60/489.65	c   459s|188900 | 13073 |  5245k|  27.7 |   413M |  57 |1812 |6999 |2596 |  85k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
488.01/490.02	c   459s|189000 | 13086 |  5249k|  27.7 |   413M |  57 |1812 |7066 |   0 |  86k|  0 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
488.30/490.39	c   460s|189100 | 13082 |  5252k|  27.7 |   413M |  57 |1812 |7115 |2593 |  86k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
488.50/490.58	c   460s|189200 | 13085 |  5255k|  27.7 |   413M |  57 |1812 |7160 |2589 |  86k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
488.80/490.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
488.80/490.80	c   460s|189300 | 13080 |  5257k|  27.7 |   413M |  57 |1812 |7006 |2588 |  86k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
488.89/490.95	c   460s|189400 | 13080 |  5259k|  27.7 |   413M |  57 |1812 |7016 |2591 |  86k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
489.19/491.25	c   460s|189500 | 13063 |  5262k|  27.7 |   413M |  57 |1812 |6955 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
489.39/491.47	c   461s|189600 | 13080 |  5264k|  27.7 |   414M |  57 |1812 |6845 |2597 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
489.89/491.91	c   461s|189700 | 13092 |  5268k|  27.7 |   414M |  57 |1812 |6855 |2598 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
490.10/492.14	c   461s|189800 | 13099 |  5271k|  27.7 |   414M |  57 |1812 |6643 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
490.29/492.39	c   462s|189900 | 13119 |  5274k|  27.7 |   415M |  57 |1812 |6522 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
490.49/492.55	c   462s|190000 | 13128 |  5276k|  27.7 |   415M |  57 |1812 |6573 |2589 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
490.69/492.71	c   462s|190100 | 13143 |  5278k|  27.7 |   415M |  57 |1812 |6646 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
490.79/492.89	c   462s|190200 | 13143 |  5280k|  27.7 |   415M |  57 |1812 |6748 |2589 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
491.00/493.06	c   462s|190300 | 13164 |  5282k|  27.7 |   415M |  57 |1812 |6764 |2589 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
491.18/493.25	c   462s|190400 | 13172 |  5285k|  27.7 |   415M |  57 |1812 |6847 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
491.38/493.42	c   463s|190500 | 13167 |  5287k|  27.7 |   415M |  57 |1812 |6945 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
491.58/493.60	c   463s|190600 | 13173 |  5289k|  27.7 |   415M |  57 |1812 |6954 |2586 |  86k|  1 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
491.68/493.77	c   463s|190700 | 13178 |  5292k|  27.7 |   415M |  57 |1812 |6999 |2590 |  86k|  1 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
491.88/493.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
491.88/493.92	c   463s|190800 | 13180 |  5293k|  27.7 |   415M |  57 |1812 |7035 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
491.99/494.08	c   463s|190900 | 13184 |  5295k|  27.7 |   415M |  57 |1812 |7070 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
492.18/494.25	c   463s|191000 | 13182 |  5297k|  27.7 |   415M |  57 |1812 |7183 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
492.38/494.40	c   464s|191100 | 13182 |  5299k|  27.7 |   415M |  57 |1812 |7217 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
492.48/494.58	c   464s|191200 | 13181 |  5301k|  27.7 |   415M |  57 |1812 |7274 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
492.68/494.75	c   464s|191300 | 13183 |  5303k|  27.7 |   415M |  57 |1812 |7315 |2589 |  86k|  1 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
492.88/494.90	c   464s|191400 | 13173 |  5305k|  27.7 |   415M |  57 |1812 |7372 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
493.09/495.11	c   464s|191500 | 13209 |  5308k|  27.7 |   415M |  57 |1812 |7217 |2592 |  86k|  2 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
493.18/495.29	c   465s|191600 | 13239 |  5310k|  27.7 |   415M |  57 |1812 |7227 |2592 |  86k|  1 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
493.38/495.45	c   465s|191700 | 13236 |  5312k|  27.7 |   415M |  57 |1812 |7269 |2590 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
493.57/495.62	c   465s|191800 | 13242 |  5314k|  27.7 |   415M |  57 |1812 |7344 |   0 |  86k|  0 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
493.67/495.78	c   465s|191900 | 13253 |  5316k|  27.7 |   415M |  57 |1812 |7410 |2593 |  86k|  2 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
493.87/495.94	c   465s|192000 | 13242 |  5318k|  27.7 |   415M |  57 |1812 |7503 |2590 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
493.99/496.11	c   465s|192100 | 13246 |  5320k|  27.7 |   415M |  57 |1812 |7526 |2586 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
494.17/496.29	c   466s|192200 | 13257 |  5323k|  27.7 |   416M |  57 |1812 |7569 |2586 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
494.37/496.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
494.37/496.48	c   466s|192300 | 13276 |  5325k|  27.7 |   416M |  57 |1812 |7549 |2590 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
494.57/496.65	c   466s|192400 | 13281 |  5327k|  27.7 |   416M |  57 |1812 |7554 |   0 |  86k|  0 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
494.77/496.85	c   466s|192500 | 13302 |  5330k|  27.7 |   416M |  57 |1812 |7635 |2590 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
494.87/497.00	c   466s|192600 | 13295 |  5331k|  27.7 |   416M |  57 |1812 |7760 |2590 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
495.08/497.19	c   466s|192700 | 13288 |  5334k|  27.7 |   416M |  57 |1812 |7700 |   0 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
495.27/497.36	c   467s|192800 | 13296 |  5336k|  27.6 |   416M |  57 |1812 |7728 |2586 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
495.47/497.51	c   467s|192900 | 13307 |  5338k|  27.6 |   416M |  57 |1812 |7858 |   0 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
495.57/497.66	c   467s|193000 | 13306 |  5340k|  27.6 |   416M |  57 |1812 |7946 |2591 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
495.77/497.83	c   467s|193100 | 13304 |  5342k|  27.6 |   416M |  57 |1812 |8014 |2591 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
495.86/497.99	c   467s|193200 | 13295 |  5344k|  27.6 |   416M |  57 |1812 |8085 |   0 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
496.08/498.16	c   467s|193300 | 13307 |  5345k|  27.6 |   416M |  57 |1812 |8029 |   0 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
496.26/498.31	c   468s|193400 | 13304 |  5347k|  27.6 |   416M |  57 |1812 |8008 |2592 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
496.36/498.47	c   468s|193500 | 13316 |  5349k|  27.6 |   416M |  57 |1812 |7993 |2590 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
496.56/498.63	c   468s|193600 | 13311 |  5351k|  27.6 |   416M |  57 |1812 |8068 |2590 |  86k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
496.76/498.81	c   468s|193700 | 13298 |  5353k|  27.6 |   416M |  57 |1812 |8075 |   0 |  86k|  0 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
496.86/499.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
496.86/499.00	c   468s|193800 | 13313 |  5356k|  27.6 |   416M |  57 |1812 |7940 |2586 |  86k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
497.16/499.22	c   468s|193900 | 13339 |  5359k|  27.6 |   416M |  57 |1812 |7854 |   0 |  86k|  0 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
497.36/499.43	c   469s|194000 | 13345 |  5361k|  27.6 |   416M |  57 |1812 |7590 |2586 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
497.56/499.60	c   469s|194100 | 13365 |  5363k|  27.6 |   416M |  57 |1812 |7625 |2589 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
497.66/499.77	c   469s|194200 | 13372 |  5366k|  27.6 |   416M |  57 |1812 |7548 |2589 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
497.86/499.93	c   469s|194300 | 13379 |  5368k|  27.6 |   416M |  57 |1812 |7625 |2589 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
497.97/500.09	c   469s|194400 | 13367 |  5370k|  27.6 |   416M |  57 |1812 |7656 |   0 |  87k|  0 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
498.15/500.26	c   469s|194500 | 13368 |  5372k|  27.6 |   416M |  57 |1812 |7640 |2594 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
498.35/500.43	c   470s|194600 | 13363 |  5373k|  27.6 |   416M |  57 |1812 |7617 |   0 |  87k|  0 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
498.55/500.61	c   470s|194700 | 13385 |  5375k|  27.6 |   416M |  57 |1812 |7312 |2589 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
498.65/500.76	c   470s|194800 | 13402 |  5377k|  27.6 |   416M |  57 |1812 |7327 |2588 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
498.85/500.92	c   470s|194900 | 13408 |  5379k|  27.6 |   416M |  57 |1812 |7396 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
498.97/501.07	c   470s|195000 | 13413 |  5381k|  27.6 |   416M |  57 |1812 |7445 |2589 |  87k|  1 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
499.15/501.22	c   470s|195100 | 13404 |  5382k|  27.6 |   416M |  57 |1812 |7512 |2589 |  87k|  1 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
499.25/501.37	c   471s|195200 | 13405 |  5384k|  27.6 |   417M |  57 |1812 |7590 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
499.45/501.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.45/501.54	c   471s|195300 | 13401 |  5386k|  27.6 |   417M |  57 |1812 |7712 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
499.65/501.71	c   471s|195400 | 13423 |  5389k|  27.5 |   417M |  57 |1812 |7652 |2587 |  87k|  1 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
499.75/501.88	c   471s|195500 | 13442 |  5391k|  27.5 |   417M |  57 |1812 |7712 |2588 |  87k|  1 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
499.96/502.04	c   471s|195600 | 13449 |  5393k|  27.5 |   417M |  57 |1812 |7678 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
500.15/502.23	c   471s|195700 | 13483 |  5396k|  27.5 |   417M |  57 |1812 |7726 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
500.35/502.42	c   472s|195800 | 13495 |  5398k|  27.5 |   417M |  57 |1812 |7856 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
500.54/502.60	c   472s|195900 | 13513 |  5401k|  27.5 |   417M |  57 |1812 |7937 |   0 |  87k|  0 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
500.64/502.78	c   472s|196000 | 13504 |  5403k|  27.5 |   417M |  57 |1812 |7993 |2590 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
500.84/502.96	c   472s|196100 | 13512 |  5405k|  27.5 |   417M |  57 |1812 |8096 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
500.96/503.10	c   472s|196200 | 13522 |  5407k|  27.5 |   417M |  57 |1812 |8146 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
501.14/503.25	c   472s|196300 | 13510 |  5409k|  27.5 |   417M |  57 |1812 |8191 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
501.34/503.43	c   473s|196400 | 13528 |  5411k|  27.5 |   417M |  57 |1812 |8119 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
501.44/503.59	c   473s|196500 | 13551 |  5413k|  27.5 |   417M |  57 |1812 |8189 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
501.64/503.76	c   473s|196600 | 13565 |  5415k|  27.5 |   417M |  57 |1812 |8270 |   0 |  87k|  0 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
501.84/503.91	c   473s|196700 | 13569 |  5417k|  27.5 |   417M |  57 |1812 |8352 |2587 |  87k|  1 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
501.95/504.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
501.95/504.07	c   473s|196800 | 13592 |  5419k|  27.5 |   417M |  57 |1812 |8401 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
502.14/504.23	c   473s|196900 | 13591 |  5421k|  27.5 |   417M |  57 |1812 |8506 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
502.34/504.40	c   474s|197000 | 13596 |  5423k|  27.5 |   417M |  57 |1812 |8583 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
502.44/504.57	c   474s|197100 | 13595 |  5425k|  27.5 |   417M |  57 |1812 |8683 |2587 |  87k|  1 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
502.64/504.71	c   474s|197200 | 13599 |  5427k|  27.5 |   417M |  57 |1812 |8756 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
502.74/504.87	c   474s|197300 | 13610 |  5429k|  27.5 |   418M |  57 |1812 |8847 |2587 |  87k|  1 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
502.95/505.05	c   474s|197400 | 13620 |  5431k|  27.5 |   418M |  57 |1812 |8898 |2587 |  87k|  1 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
503.13/505.21	c   474s|197500 | 13628 |  5433k|  27.5 |   418M |  57 |1812 |8890 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
503.23/505.39	c   475s|197600 | 13644 |  5435k|  27.5 |   418M |  57 |1812 |8917 |   0 |  87k|  0 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
503.43/505.56	c   475s|197700 | 13649 |  5437k|  27.5 |   418M |  57 |1812 |8984 |   0 |  87k|  0 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
503.63/505.72	c   475s|197800 | 13669 |  5439k|  27.5 |   418M |  57 |1812 |9011 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
503.73/505.87	c   475s|197900 | 13661 |  5441k|  27.5 |   418M |  57 |1812 |9127 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
503.95/506.03	c   475s|198000 | 13668 |  5442k|  27.5 |   418M |  57 |1812 |9195 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
504.04/506.19	c   475s|198100 | 13695 |  5444k|  27.5 |   418M |  57 |1812 |9225 |   0 |  87k|  0 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
504.23/506.37	c   476s|198200 | 13711 |  5447k|  27.5 |   418M |  57 |1812 |9308 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
504.43/506.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
504.43/506.52	c   476s|198300 | 13718 |  5449k|  27.4 |   418M |  57 |1812 |9429 |   0 |  87k|  0 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
504.53/506.68	c   476s|198400 | 13700 |  5450k|  27.4 |   418M |  57 |1812 |9506 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
504.73/506.85	c   476s|198500 | 13698 |  5452k|  27.4 |   418M |  57 |1812 |9560 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
504.94/507.02	c   476s|198600 | 13687 |  5453k|  27.4 |   418M |  57 |1812 |9579 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
505.04/507.18	c   476s|198700 | 13690 |  5455k|  27.4 |   419M |  57 |1812 |9530 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
505.23/507.34	c   477s|198800 | 13689 |  5457k|  27.4 |   420M |  57 |1812 |9519 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
505.43/507.50	c   477s|198900 | 13682 |  5458k|  27.4 |   420M |  57 |1812 |9551 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
505.52/507.66	c   477s|199000 | 13688 |  5460k|  27.4 |   420M |  57 |1812 |9534 |2587 |  87k|  1 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
505.72/507.84	c   477s|199100 | 13707 |  5463k|  27.4 |   420M |  57 |1812 |9576 |2587 |  87k|  1 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
505.94/508.02	c   477s|199200 | 13714 |  5464k|  27.4 |   420M |  57 |1812 |9675 |2587 |  87k|  1 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
506.12/508.20	c   477s|199300 | 13728 |  5467k|  27.4 |   420M |  57 |1812 |9720 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
506.22/508.38	c   478s|199400 | 13727 |  5469k|  27.4 |   420M |  57 |1812 |9811 |2587 |  87k|  1 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
506.42/508.53	c   478s|199500 | 13725 |  5471k|  27.4 |   420M |  57 |1812 |9851 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
506.52/508.69	c   478s|199600 | 13727 |  5473k|  27.4 |   420M |  57 |1812 |9904 |   0 |  87k|  0 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
506.72/508.85	c   478s|199700 | 13721 |  5475k|  27.4 |   420M |  57 |1812 |9950 |   0 |  87k|  0 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
506.93/509.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
506.93/509.04	c   478s|199800 | 13731 |  5477k|  27.4 |   420M |  57 |1812 |  10k|2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
507.12/509.22	c   478s|199900 | 13734 |  5479k|  27.4 |   420M |  57 |1812 |9984 |2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
507.22/509.39	c   479s|200000 | 13720 |  5481k|  27.4 |   420M |  57 |1812 |9964 |2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
507.42/509.55	c   479s|200100 | 13708 |  5482k|  27.4 |   420M |  57 |1812 |9929 |2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
507.62/509.70	c   479s|200200 | 13722 |  5484k|  27.4 |   420M |  57 |1812 |9953 |2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
507.71/509.87	c   479s|200300 | 13734 |  5486k|  27.4 |   420M |  57 |1812 |9944 |   0 |  87k|  0 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
507.93/510.05	c   479s|200400 | 13731 |  5489k|  27.4 |   420M |  57 |1812 |  10k|2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
508.03/510.19	c   479s|200500 | 13734 |  5490k|  27.4 |   420M |  57 |1812 |  10k|   0 |  87k|  0 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
508.21/510.34	c   480s|200600 | 13736 |  5492k|  27.3 |   420M |  57 |1812 |  10k|2588 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
508.41/510.51	c   480s|200700 | 13744 |  5494k|  27.3 |   420M |  57 |1812 |  10k|2587 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
508.51/510.68	c   480s|200800 | 13731 |  5496k|  27.3 |   420M |  57 |1812 |  10k|2587 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
508.71/510.83	c   480s|200900 | 13737 |  5498k|  27.3 |   420M |  57 |1812 |  10k|2587 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
508.81/510.98	c   480s|201000 | 13732 |  5499k|  27.3 |   420M |  57 |1812 |  10k|2587 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
509.02/511.14	c   480s|201100 | 13728 |  5501k|  27.3 |   421M |  57 |1812 |  10k|   0 |  87k|  0 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
509.21/511.33	c   481s|201200 | 13714 |  5503k|  27.3 |   421M |  57 |1812 |  10k|2588 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
509.31/511.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
509.31/511.49	c   481s|201300 | 13706 |  5505k|  27.3 |   421M |  57 |1812 |  10k|   0 |  87k|  0 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
509.51/511.67	c   481s|201400 | 13699 |  5507k|  27.3 |   421M |  57 |1812 |  10k|2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
509.71/511.82	c   481s|201500 | 13692 |  5509k|  27.3 |   421M |  57 |1812 |  10k|2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
509.92/512.01	c   481s|201600 | 13695 |  5511k|  27.3 |   421M |  57 |1812 |  10k|   0 |  87k|  0 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
510.02/512.19	c   481s|201700 | 13693 |  5513k|  27.3 |   422M |  57 |1812 |  10k|   0 |  87k|  0 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
510.20/512.36	c   482s|201800 | 13707 |  5515k|  27.3 |   422M |  57 |1812 |9969 |2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
510.40/512.52	c   482s|201900 | 13730 |  5517k|  27.3 |   422M |  57 |1812 |  10k|2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
510.50/512.69	c   482s|202000 | 13720 |  5519k|  27.3 |   422M |  57 |1812 |  10k|   0 |  87k|  0 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
510.70/512.86	c   482s|202100 | 13718 |  5521k|  27.3 |   422M |  57 |1812 |  10k|   0 |  87k|  0 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
510.92/513.03	c   482s|202200 | 13727 |  5523k|  27.3 |   422M |  57 |1812 |  10k|2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
511.02/513.19	c   482s|202300 | 13735 |  5525k|  27.3 |   422M |  57 |1812 |  10k|2587 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
511.20/513.35	c   483s|202400 | 13736 |  5527k|  27.3 |   422M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
511.40/513.53	c   483s|202500 | 13730 |  5529k|  27.3 |   423M |  57 |1812 |  10k|2586 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
511.50/513.67	c   483s|202600 | 13746 |  5531k|  27.3 |   424M |  57 |1812 |  10k|2587 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
511.70/513.81	c   483s|202700 | 13759 |  5533k|  27.3 |   424M |  57 |1812 |  10k|2587 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
511.80/513.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
511.80/513.96	c   483s|202800 | 13760 |  5535k|  27.3 |   424M |  57 |1812 |  10k|2588 |  87k|  2 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
512.01/514.11	c   483s|202900 | 13742 |  5536k|  27.3 |   424M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
512.20/514.30	c   484s|203000 | 13739 |  5538k|  27.3 |   424M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
512.30/514.49	c   484s|203100 | 13738 |  5540k|  27.3 |   424M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
512.49/514.66	c   484s|203200 | 13733 |  5542k|  27.2 |   424M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
512.69/514.83	c   484s|203300 | 13723 |  5544k|  27.2 |   424M |  57 |1812 |9856 |2587 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
512.79/514.99	c   484s|203400 | 13721 |  5546k|  27.2 |   424M |  57 |1812 |9780 |2588 |  87k|  1 | 168k|  19 | 0.000000e [...]

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

1008M |  58 |1812 |5264 |   0 | 213k|  0 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.72%
2747.76/2758.70	c  1718s|423200 | 53438 | 40676k|  96.1 |  1008M |  58 |1812 |5272 |2601 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.72%
2748.36/2759.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2748.36/2759.34	c  1718s|423300 | 53448 | 40692k|  96.1 |  1008M |  58 |1812 |5293 |2593 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.72%
2749.17/2760.11	c  1719s|423400 | 53483 | 40715k|  96.1 |  1009M |  58 |1812 |5312 |2601 | 213k|  2 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.72%
2749.86/2760.81	c  1720s|423500 | 53489 | 40732k|  96.2 |  1009M |  58 |1812 |5320 |2597 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.72%
2750.55/2761.57	c  1721s|423600 | 53522 | 40754k|  96.2 |  1009M |  58 |1812 |5348 |   0 | 213k|  0 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.72%
2751.45/2762.45	c  1722s|423700 | 53565 | 40782k|  96.2 |  1010M |  58 |1812 |5306 |2594 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.72%
2752.25/2763.23	c  1722s|423800 | 53608 | 40802k|  96.3 |  1010M |  58 |1812 |5277 |2593 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.72%
2752.94/2763.96	c  1723s|423900 | 53649 | 40822k|  96.3 |  1010M |  58 |1812 |5301 |2608 | 213k|  2 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2753.74/2764.79	c  1724s|424000 | 53685 | 40844k|  96.3 |  1011M |  58 |1812 |5288 |2597 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2754.54/2765.55	c  1725s|424100 | 53707 | 40867k|  96.3 |  1011M |  58 |1812 |5269 |2605 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2755.53/2766.50	c  1726s|424200 | 53741 | 40895k|  96.4 |  1012M |  58 |1812 |5253 |2599 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2756.33/2767.36	c  1726s|424300 | 53779 | 40920k|  96.4 |  1012M |  58 |1812 |5189 |2599 | 213k|  1 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2757.04/2768.05	c  1727s|424400 | 53825 | 40940k|  96.5 |  1012M |  58 |1812 |5193 |   0 | 213k|  0 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2757.82/2768.82	c  1728s|424500 | 53845 | 40961k|  96.5 |  1012M |  58 |1812 |5201 |2602 | 214k|  4 | 336k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2758.52/2769.51	c  1729s|424600 | 53855 | 40981k|  96.5 |  1012M |  58 |1812 |5230 |2598 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2759.52/2770.50	c  1730s|424700 | 53909 | 41014k|  96.6 |  1012M |  58 |1812 |5186 |   0 | 214k|  0 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2760.41/2771.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2760.41/2771.40	c  1730s|424800 | 53932 | 41041k|  96.6 |  1012M |  58 |1812 |5252 |   0 | 214k|  0 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2761.03/2772.01	c  1731s|424900 | 53960 | 41057k|  96.6 |  1013M |  58 |1812 |5293 |2601 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2761.71/2772.73	c  1732s|425000 | 54008 | 41075k|  96.6 |  1013M |  58 |1812 |5271 |2607 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2762.51/2773.53	c  1733s|425100 | 54043 | 41099k|  96.7 |  1013M |  58 |1812 |5310 |2600 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2763.20/2774.21	c  1733s|425200 | 54080 | 41117k|  96.7 |  1013M |  58 |1812 |5328 |2606 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2763.80/2774.80	c  1734s|425300 | 54113 | 41132k|  96.7 |  1014M |  58 |1812 |5276 |2592 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2764.50/2775.55	c  1735s|425400 | 54138 | 41156k|  96.7 |  1015M |  58 |1812 |5290 |2605 | 214k|  2 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2765.29/2776.31	c  1735s|425500 | 54163 | 41176k|  96.8 |  1015M |  58 |1812 |5269 |2600 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2766.00/2777.11	c  1736s|425600 | 54208 | 41198k|  96.8 |  1015M |  58 |1812 |5274 |2598 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2766.59/2777.68	c  1737s|425700 | 54232 | 41213k|  96.8 |  1015M |  58 |1812 |5317 |   0 | 214k|  0 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.73%
2767.29/2778.39	c  1737s|425800 | 54268 | 41234k|  96.8 |  1015M |  58 |1812 |5281 |2598 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2768.00/2779.09	c  1738s|425900 | 54311 | 41255k|  96.9 |  1015M |  58 |1812 |5285 |2601 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2768.78/2779.86	c  1739s|426000 | 54339 | 41276k|  96.9 |  1015M |  58 |1812 |5308 |2609 | 214k|  4 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2769.78/2780.84	c  1740s|426100 | 54367 | 41304k|  96.9 |  1015M |  58 |1812 |5290 |2587 | 214k|  1 | 337k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2770.48/2781.52	c  1741s|426200 | 54391 | 41321k|  96.9 |  1015M |  58 |1812 |5270 |2592 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2771.37/2782.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2771.37/2782.43	c  1742s|426300 | 54429 | 41346k|  97.0 |  1015M |  58 |1812 |5237 |2593 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2772.08/2783.19	c  1742s|426400 | 54450 | 41365k|  97.0 |  1016M |  58 |1812 |5270 |2601 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2772.86/2783.93	c  1743s|426500 | 54475 | 41387k|  97.0 |  1016M |  58 |1812 |5276 |   0 | 215k|  0 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2773.66/2784.70	c  1744s|426600 | 54505 | 41408k|  97.1 |  1016M |  58 |1812 |5322 |2592 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2774.56/2785.66	c  1745s|426700 | 54530 | 41437k|  97.1 |  1016M |  58 |1812 |5340 |2600 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2775.35/2786.40	c  1745s|426800 | 54548 | 41459k|  97.1 |  1016M |  58 |1812 |5354 |2607 | 215k|  0 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2776.15/2787.25	c  1746s|426900 | 54573 | 41483k|  97.2 |  1016M |  58 |1812 |5342 |2602 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2777.06/2788.13	c  1747s|427000 | 54614 | 41509k|  97.2 |  1017M |  58 |1812 |5345 |2606 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2777.74/2788.82	c  1748s|427100 | 54635 | 41527k|  97.2 |  1017M |  58 |1812 |5392 |2594 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2778.34/2789.49	c  1749s|427200 | 54668 | 41547k|  97.2 |  1017M |  58 |1812 |5392 |2592 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2779.14/2790.22	c  1749s|427300 | 54705 | 41569k|  97.3 |  1017M |  58 |1812 |5357 |2599 | 215k|  1 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2779.84/2790.96	c  1750s|427400 | 54731 | 41592k|  97.3 |  1017M |  58 |1812 |5340 |   0 | 215k|  0 | 338k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2780.94/2792.02	c  1751s|427500 | 54767 | 41624k|  97.4 |  1017M |  58 |1812 |5306 |2604 | 215k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2781.63/2792.75	c  1752s|427600 | 54796 | 41645k|  97.4 |  1017M |  58 |1812 |5292 |   0 | 216k|  0 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2782.33/2793.47	c  1753s|427700 | 54823 | 41665k|  97.4 |  1017M |  58 |1812 |5266 |2590 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2783.12/2794.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2783.12/2794.29	c  1753s|427800 | 54846 | 41688k|  97.4 |  1017M |  58 |1812 |5203 |2587 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2783.82/2794.94	c  1754s|427900 | 54850 | 41706k|  97.5 |  1018M |  58 |1812 |5203 |   0 | 216k|  0 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2784.62/2795.74	c  1755s|428000 | 54873 | 41725k|  97.5 |  1018M |  58 |1812 |5188 |   0 | 216k|  0 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2785.41/2796.57	c  1756s|428100 | 54912 | 41749k|  97.5 |  1018M |  58 |1812 |5132 |2588 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.74%
2786.31/2797.47	c  1757s|428200 | 54940 | 41775k|  97.5 |  1018M |  58 |1812 |5120 |2593 | 216k|  2 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.75%
2787.31/2798.45	c  1758s|428300 | 54969 | 41805k|  97.6 |  1019M |  58 |1812 |5182 |2613 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.75%
2788.10/2799.22	c  1758s|428400 | 54990 | 41826k|  97.6 |  1019M |  58 |1812 |5238 |2591 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.75%
2788.80/2799.96	c  1759s|428500 | 55000 | 41845k|  97.6 |  1019M |  58 |1812 |5234 |2598 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.75%
2789.60/2800.74	c  1760s|428600 | 55037 | 41867k|  97.7 |  1019M |  58 |1812 |5115 |2586 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.75%
2790.29/2801.46	c  1761s|428700 | 55059 | 41886k|  97.7 |  1019M |  58 |1812 |5080 |2596 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.75%
2791.00/2802.16	c  1761s|428800 | 55068 | 41903k|  97.7 |  1019M |  58 |1812 |5092 |2586 | 216k|  1 | 339k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2791.59/2802.78	c  1762s|428900 | 55089 | 41920k|  97.7 |  1019M |  58 |1812 |5128 |2590 | 216k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2792.39/2803.51	c  1763s|429000 | 55101 | 41941k|  97.8 |  1019M |  58 |1812 |5155 |2598 | 217k|  2 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2793.08/2804.27	c  1763s|429100 | 55138 | 41964k|  97.8 |  1020M |  58 |1812 |5087 |2593 | 217k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2794.08/2805.21	c  1764s|429200 | 55170 | 41993k|  97.8 |  1021M |  58 |1812 |5082 |2591 | 217k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2794.99/2806.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2794.99/2806.17	c  1765s|429300 | 55218 | 42023k|  97.9 |  1021M |  58 |1812 |5046 |2599 | 217k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2795.88/2807.05	c  1766s|429400 | 55241 | 42051k|  97.9 |  1023M |  58 |1812 |5133 |2615 | 217k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2796.27/2807.46	c  1767s|429500 | 55224 | 42064k|  97.9 |  1023M |  58 |1812 |5209 |   0 | 217k|  0 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2796.67/2807.80	c  1767s|429600 | 55224 | 42075k|  97.9 |  1023M |  58 |1812 |5296 |2607 | 217k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2797.37/2808.53	c  1768s|429700 | 55256 | 42100k|  98.0 |  1023M |  58 |1812 |5341 |   0 | 217k|  0 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2797.98/2809.19	c  1768s|429800 | 55264 | 42117k|  98.0 |  1023M |  58 |1812 |5382 |   0 | 217k|  0 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2798.76/2809.91	c  1769s|429900 | 55281 | 42137k|  98.0 |  1023M |  58 |1812 |5420 |2597 | 217k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2799.56/2810.70	c  1770s|430000 | 55305 | 42160k|  98.0 |  1023M |  58 |1812 |5349 |2587 | 217k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2800.25/2811.44	c  1771s|430100 | 55319 | 42182k|  98.1 |  1023M |  58 |1812 |5306 |   0 | 217k|  0 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2800.96/2812.14	c  1771s|430200 | 55348 | 42200k|  98.1 |  1023M |  58 |1812 |5290 |2596 | 218k|  1 | 340k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2801.75/2812.93	c  1772s|430300 | 55366 | 42224k|  98.1 |  1023M |  58 |1812 |5262 |2591 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2802.64/2813.82	c  1773s|430400 | 55402 | 42250k|  98.2 |  1023M |  58 |1812 |5226 |2598 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2803.04/2814.29	c  1773s|430500 | 55432 | 42262k|  98.2 |  1023M |  58 |1812 |5066 |2591 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.76%
2803.64/2814.87	c  1774s|430600 | 55450 | 42278k|  98.2 |  1024M |  58 |1812 |5069 |2594 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2804.54/2815.73	c  1775s|430700 | 55486 | 42303k|  98.2 |  1024M |  58 |1812 |5025 |2609 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2805.43/2816.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2805.43/2816.63	c  1776s|430800 | 55520 | 42331k|  98.2 |  1024M |  58 |1812 |5028 |2609 | 218k|  3 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2806.33/2817.51	c  1777s|430900 | 55545 | 42359k|  98.3 |  1024M |  58 |1812 |5027 |2587 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2807.13/2818.39	c  1777s|431000 | 55590 | 42386k|  98.3 |  1024M |  58 |1812 |5042 |2591 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2807.94/2819.15	c  1778s|431100 | 55622 | 42405k|  98.4 |  1025M |  58 |1812 |5054 |2594 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2808.62/2819.80	c  1779s|431200 | 55650 | 42424k|  98.4 |  1025M |  58 |1812 |5066 |   0 | 218k|  0 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2809.32/2820.58	c  1780s|431300 | 55690 | 42449k|  98.4 |  1025M |  58 |1812 |5047 |2595 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2810.11/2821.31	c  1780s|431400 | 55738 | 42469k|  98.4 |  1025M |  58 |1812 |4989 |2596 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2810.92/2822.11	c  1781s|431500 | 55757 | 42493k|  98.5 |  1026M |  58 |1812 |4954 |2609 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2811.31/2822.58	c  1782s|431600 | 55760 | 42507k|  98.5 |  1026M |  58 |1812 |5059 |2598 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.77%
2812.01/2823.23	c  1782s|431700 | 55785 | 42523k|  98.5 |  1026M |  58 |1812 |5027 |2602 | 218k|  1 | 341k|  19 | 0.000000e+00 |      --      |    Inf |   6.78%
2812.70/2823.90	c  1783s|431800 | 55801 | 42540k|  98.5 |  1026M |  58 |1812 |5094 |2593 | 218k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.78%
2813.50/2824.70	c  1784s|431900 | 55815 | 42562k|  98.5 |  1026M |  58 |1812 |5044 |2594 | 219k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.78%
2814.30/2825.55	c  1785s|432000 | 55850 | 42586k|  98.6 |  1026M |  58 |1812 |5011 |2595 | 219k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.78%
2815.10/2826.32	c  1785s|432100 | 55881 | 42609k|  98.6 |  1026M |  58 |1812 |4950 |2607 | 219k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.78%
2815.81/2827.06	c  1786s|432200 | 55918 | 42631k|  98.6 |  1026M |  58 |1812 |4933 |   0 | 219k|  0 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.78%
2816.49/2827.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2816.49/2827.78	c  1787s|432300 | 55954 | 42652k|  98.6 |  1028M |  58 |1812 |4901 |2594 | 219k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.78%
2817.39/2828.62	c  1788s|432400 | 55980 | 42678k|  98.7 |  1028M |  58 |1812 |4901 |2594 | 219k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2817.98/2829.21	c  1788s|432500 | 56017 | 42694k|  98.7 |  1028M |  58 |1812 |4925 |2596 | 219k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2818.89/2830.17	c  1789s|432600 | 56051 | 42723k|  98.7 |  1029M |  58 |1812 |4893 |2598 | 219k|  2 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2819.58/2830.86	c  1790s|432700 | 56080 | 42743k|  98.8 |  1029M |  58 |1812 |4899 |   0 | 219k|  0 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2820.37/2831.65	c  1791s|432800 | 56099 | 42767k|  98.8 |  1029M |  58 |1812 |4911 |2593 | 219k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2821.17/2832.42	c  1792s|432900 | 56120 | 42790k|  98.8 |  1030M |  58 |1812 |4929 |   0 | 219k|  0 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2821.88/2833.17	c  1792s|433000 | 56164 | 42811k|  98.9 |  1031M |  58 |1812 |4934 |2591 | 219k|  0 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2822.47/2833.74	c  1793s|433100 | 56190 | 42828k|  98.9 |  1031M |  58 |1812 |4961 |   0 | 219k|  0 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2823.16/2834.46	c  1794s|433200 | 56216 | 42848k|  98.9 |  1031M |  58 |1812 |4993 |   0 | 219k|  0 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2823.87/2835.17	c  1794s|433300 | 56248 | 42867k|  98.9 |  1031M |  58 |1812 |4987 |2602 | 219k|  1 | 342k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2824.66/2835.92	c  1795s|433400 | 56270 | 42889k|  98.9 |  1031M |  58 |1812 |5027 |   0 | 220k|  0 | 343k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2825.25/2836.56	c  1796s|433500 | 56271 | 42909k|  99.0 |  1031M |  58 |1812 |5115 |2613 | 220k|  1 | 343k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2826.05/2837.36	c  1796s|433600 | 56270 | 42935k|  99.0 |  1031M |  58 |1812 |5182 |2604 | 220k|  1 | 343k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2826.76/2838.01	c  1797s|433700 | 56296 | 42954k|  99.0 |  1032M |  58 |1812 |5185 |   0 | 220k|  0 | 343k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2827.35/2838.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2827.35/2838.68	c  1798s|433800 | 56324 | 42973k|  99.0 |  1032M |  58 |1812 |5172 |2599 | 220k|  1 | 343k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2828.25/2839.51	c  1799s|433900 | 56344 | 42990k|  99.1 |  1037M |  58 |1812 |5098 |2597 | 220k|  1 | 343k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2828.95/2840.21	c  1799s|434000 | 56380 | 43010k|  99.1 |  1037M |  58 |1812 |5079 |2590 | 220k|  1 | 343k|  19 | 0.000000e+00 |      --      |    Inf |   6.79%
2829.64/2840.92	c 
2829.64/2840.92	c SCIP Status        : solving was interrupted [time limit reached]
2829.64/2840.92	c Solving Time (sec) : 1800.00
2829.64/2840.92	c Solving Nodes      : 434076
2829.64/2840.92	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2829.64/2840.92	c Dual Bound         : +0.00000000000000e+00
2829.64/2840.92	c Gap                : infinite
2829.64/2840.92	c SCIP status: 23 (TIMELIMIT)
2829.64/2840.92	c pb_solver_status: sst_unknown
2829.64/2840.92	c LB_goalvalue: 0
2829.64/2840.92	c UB_goalvalue: 1
2829.64/2840.92	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=1800.000000
2829.64/2840.92	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2829.64/2840.92	c SCIP returned: sst_unknown
2829.64/2840.92	c SCIP primal LB: -oo, dual UB: 1
2829.64/2840.92	c assumptions: 
2829.64/2840.92	c invoking solver with time budget: 20.000000
2849.57/2861.00	c sat_solver_result: sst_unknown
2849.57/2861.00	c SAT solver timed out; proceeding to cooperative SCIP call
2849.57/2861.00	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1
2849.57/2861.00	c scip solving with time budget: 1800.000000
2849.57/2861.00	c solveScip
2849.57/2861.00	c initScipForCoop
2849.57/2861.00	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2849.57/2861.00	c SCIPfreeTransform due to timeout and having shadow nodes
2849.57/2861.00	c forcing SCIPfreeTransform before solve
2849.78/2861.19	c Running SCIP presolve for solve-time propagation (rounds=3)
2849.87/2861.20	c presolving:
2849.87/2861.21	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
2849.87/2861.23	c    (0.0s) running MILP presolver
2849.87/2861.25	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2849.87/2861.25	c (round 2, medium)     0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
2849.87/2861.27	c    (0.1s) probing: 138/1812 (7.6%) - 0 fixings, 0 aggregations, 25 implications, 0 bound changes
2849.87/2861.27	c    (0.1s) probing aborted: 50/50 successive totally useless probings
2849.87/2861.29	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
2849.87/2861.29	c  0 deleted vars, 3443 deleted constraints, 1793 added constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 132 changed coefficients
2849.87/2861.29	c  0 implications, 91 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2849.87/2861.29	c presolved problem has 1812 variables (1812 bin, 0 int, 0 cont) and 1793 constraints
2849.87/2861.29	c      77 constraints of type <knapsack>
2849.87/2861.29	c    1716 constraints of type <linear>
2849.87/2861.29	c transformed objective value is always integral (scale: 1)
2849.87/2861.29	c Presolving Time: 0.09
2849.97/2861.30	c presolving:
2849.97/2861.32	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
2849.97/2861.33	c    (0.0s) running MILP presolver
2849.97/2861.36	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2849.97/2861.36	c (round 2, medium)     0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 66 clqs, 0 implints
2849.97/2861.37	c (round 3, exhaustive) 0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 77 upgd conss, 0 impls, 66 clqs, 0 implints
2849.97/2861.37	c (round 4, exhaustive) 0 del vars, 3443 del conss, 1793 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 0 impls, 77 clqs, 0 implints
2849.97/2861.38	c    (0.1s) probing: 138/1812 (7.6%) - 0 fixings, 0 aggregations, 25 implications, 0 bound changes
2849.97/2861.38	c    (0.1s) probing aborted: 50/50 successive totally useless probings
2850.07/2861.40	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2850.07/2861.41	c    (0.1s) symmetry computation finished: 715 generators found (max: 1500, log10 of symmetry group size: 215.24) (symcode time: 0.00)
2850.07/2861.42	c dynamic symmetry handling statistics:
2850.07/2861.42	c    orbitopal reduction:       no components
2850.07/2861.42	c    orbital reduction:         no components
2850.07/2861.42	c    lexicographic reduction:   no permutations
2850.07/2861.42	c handled 715 out of 715 symmetry components
2850.07/2861.42	c (round 5, exhaustive) 0 del vars, 3443 del conss, 2508 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 0 impls, 817 clqs, 0 implints
2850.07/2861.43	c (round 6, exhaustive) 0 del vars, 3443 del conss, 2508 add conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 858 upgd conss, 0 impls, 817 clqs, 0 implints
2850.07/2861.43	c presolving (7 rounds: 7 fast, 6 medium, 5 exhaustive):
2850.07/2861.43	c  0 deleted vars, 3443 deleted constraints, 2508 added constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 132 changed coefficients
2850.07/2861.43	c  0 implications, 817 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2850.07/2861.43	c presolved problem has 1812 variables (1812 bin, 0 int, 0 cont) and 2508 constraints
2850.07/2861.43	c     143 constraints of type <knapsack>
2850.07/2861.43	c     715 constraints of type <setppc>
2850.07/2861.43	c    1650 constraints of type <linear>
2850.07/2861.43	c transformed objective value is always integral (scale: 1)
2850.07/2861.43	c Presolving Time: 0.13
2850.07/2861.43	c 
2850.17/2861.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2850.17/2861.50	c   0.2s|     1 |     0 |  1556 |     - |   960M |   0 |1812 |2531 |2508 |   0 |  0 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.37/2861.72	c   0.4s|     1 |     0 |  4998 |     - |   961M |   0 |1812 |2531 |2518 |  10 |  1 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.37/2861.76	c   0.5s|     1 |     0 |  5536 |     - |   961M |   0 |1812 |2531 |2528 |  20 |  2 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.37/2861.79	c   0.5s|     1 |     0 |  5742 |     - |   961M |   0 |1812 |2530 |2537 |  29 |  3 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.47/2861.83	c   0.5s|     1 |     0 |  5927 |     - |   961M |   0 |1812 |2530 |2546 |  38 |  4 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.47/2861.87	c   0.6s|     1 |     0 |  6079 |     - |   961M |   0 |1812 |2530 |2555 |  47 |  5 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.57/2861.90	c   0.6s|     1 |     0 |  6156 |     - |   961M |   0 |1812 |2530 |2565 |  57 |  6 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.57/2861.93	c   0.6s|     1 |     0 |  6174 |     - |   961M |   0 |1812 |2530 |2572 |  64 |  7 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.57/2861.97	c   0.7s|     1 |     0 |  6192 |     - |   961M |   0 |1812 |2530 |2581 |  73 |  8 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.57/2862.00	c   0.7s|     1 |     0 |  6251 |     - |   961M |   0 |1812 |2530 |2589 |  81 |  9 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.68/2862.03	c   0.7s|     1 |     0 |  6306 |     - |   961M |   0 |1812 |2530 |2597 |  89 | 10 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.68/2862.05	c   0.7s|     1 |     0 |  6324 |     - |   961M |   0 |1812 |2530 |2606 |  98 | 11 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2850.86/2862.23	c   0.9s|     1 |     2 |  9027 |     - |   961M |   0 |1812 |2534 |2606 |  98 | 11 |  26 |  19 | 0.000000e+00 |      --      |    Inf | unknown
2852.46/2863.84	c   2.5s|   100 |    91 | 20791 | 147.4 |   961M |  37 |1812 |2562 |2593 | 154 |  0 |  54 |  19 | 0.000000e+00 |      --      |    Inf |   3.92%
2853.35/2864.74	c   3.4s|   200 |   150 | 24978 |  94.4 |   961M |  50 |1812 |2646 |2590 | 205 |  0 | 138 |  19 | 0.000000e+00 |      --      |    Inf |   3.92%
2853.55/2865.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2853.55/2865.00	c   3.7s|   300 |   157 | 29068 |  76.5 |   961M |  50 |1812 |2782 |2596 | 265 |  1 | 274 |  19 | 0.000000e+00 |      --      |    Inf |   3.92%
2853.85/2865.24	c   3.9s|   400 |   173 | 32622 |  66.2 |   961M |  50 |1812 |2875 |2610 | 321 |  1 | 367 |  19 | 0.000000e+00 |      --      |    Inf |   3.92%
2854.76/2866.16	c   4.9s|   500 |   206 | 37291 |  62.3 |   961M |  50 |1812 |2935 |2593 | 383 |  1 | 450 |  19 | 0.000000e+00 |      --      |    Inf |   4.51%
2855.15/2866.59	c   5.3s|   600 |   223 | 41362 |  58.7 |   957M |  50 |1812 |3022 |2599 | 440 |  2 | 566 |  19 | 0.000000e+00 |      --      |    Inf |   4.51%
2856.14/2867.57	c   6.3s|   700 |   259 | 46083 |  57.1 |   957M |  50 |1812 |3072 |2581 | 589 |  1 | 627 |  19 | 0.000000e+00 |      --      |    Inf |   4.52%
2857.34/2868.76	c   7.5s|   800 |   330 | 51897 |  57.2 |   957M |  50 |1812 |3139 |2599 | 671 |  1 | 702 |  19 | 0.000000e+00 |      --      |    Inf |   4.55%
2858.23/2869.65	c   8.4s|   900 |   368 | 57744 |  57.3 |   957M |  50 |1812 |3202 |   0 | 731 |  0 | 780 |  19 | 0.000000e+00 |      --      |    Inf |   4.55%
2858.83/2870.29	c   9.0s|  1000 |   382 | 60805 |  54.7 |   957M |  50 |1812 |3288 |2591 | 766 |  1 | 887 |  19 | 0.000000e+00 |      --      |    Inf |   4.55%
2860.13/2871.51	c  10.2s|  1100 |   407 | 64606 |  53.1 |   957M |  50 |1812 |3338 |2588 | 814 |  1 | 948 |  19 | 0.000000e+00 |      --      |    Inf |   4.55%
2861.22/2872.66	c  11.4s|  1200 |   434 | 69373 |  52.7 |   957M |  50 |1812 |3383 |2588 | 892 |  1 |1003 |  19 | 0.000000e+00 |      --      |    Inf |   4.56%
2862.73/2874.17	c  12.9s|  1300 |   489 | 72419 |  51.0 |   957M |  52 |1812 |3418 |2598 | 964 |  0 |1046 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2864.01/2875.47	c  14.2s|  1400 |   534 | 77753 |  51.1 |   957M |  52 |1812 |3458 |2585 |1030 |  1 |1094 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2864.51/2875.97	c  14.7s|  1500 |   561 | 80437 |  49.5 |   957M |  52 |1812 |3503 |   0 |1073 |  0 |1140 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2865.81/2877.29	c  16.0s|  1600 |   600 | 83461 |  48.3 |   957M |  52 |1812 |3559 |   0 |1112 |  0 |1200 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2867.71/2879.14	c  17.8s|  1700 |   628 | 85931 |  46.9 |   958M |  52 |1812 |3606 |2593 |1163 |  1 |1253 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2868.40/2879.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2868.40/2879.89	c  18.6s|  1800 |   641 | 88440 |  45.7 |   958M |  52 |1812 |3663 |2587 |1186 |  1 |1318 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2869.89/2881.38	c  20.1s|  1900 |   661 | 91128 |  44.7 |   958M |  52 |1812 |3719 |2581 |1252 |  1 |1375 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2871.70/2883.15	c  21.9s|  2000 |   680 | 93626 |  43.7 |   958M |  52 |1812 |3761 |2585 |1295 |  1 |1420 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2871.88/2883.32	c  22.0s|  2100 |   688 | 95344 |  42.5 |   958M |  52 |1812 |3843 |   0 |1327 |  0 |1507 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2872.78/2884.28	c  23.0s|  2200 |   708 | 97231 |  41.4 |   958M |  52 |1812 |3899 |   0 |1343 |  0 |1564 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2873.38/2884.86	c  23.6s|  2300 |   725 | 99764 |  40.7 |   958M |  52 |1812 |3948 |2589 |1377 |  1 |1616 |  19 | 0.000000e+00 |      --      |    Inf |   4.57%
2873.88/2885.35	c  24.1s|  2400 |   750 |102796 |  40.3 |   958M |  52 |1812 |4000 |2592 |1412 |  1 |1670 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2874.18/2885.63	c  24.3s|  2500 |   763 |105021 |  39.5 |   958M |  52 |1812 |4045 |2587 |1424 |  2 |1716 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2874.37/2885.83	c  24.5s|  2600 |   776 |107606 |  39.0 |   958M |  52 |1812 |4102 |   0 |1461 |  0 |1774 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2875.17/2886.61	c  25.3s|  2700 |   802 |110532 |  38.7 |   958M |  52 |1812 |4148 |2597 |1490 |  1 |1824 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2876.86/2888.38	c  27.1s|  2800 |   824 |113031 |  38.2 |   958M |  52 |1812 |4188 |   0 |1521 |  0 |1871 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2877.06/2888.54	c  27.2s|  2900 |   813 |114924 |  37.5 |   958M |  52 |1812 |4264 |   0 |1546 |  0 |1953 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2877.96/2889.49	c  28.2s|  3000 |   827 |117305 |  37.0 |   958M |  52 |1812 |4320 |2590 |1572 |  1 |2018 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2878.67/2890.13	c  28.8s|  3100 |   835 |119248 |  36.5 |   958M |  52 |1812 |4353 |   0 |1604 |  0 |2054 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2879.95/2891.41	c  30.1s|  3200 |   877 |121975 |  36.2 |   958M |  52 |1812 |4396 |2595 |1654 |  1 |2099 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2880.15/2891.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2880.15/2891.66	c  30.4s|  3300 |   896 |124857 |  36.0 |   958M |  52 |1812 |4460 |2595 |1697 |  1 |2165 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2880.85/2892.39	c  31.1s|  3400 |   922 |129172 |  36.2 |   958M |  52 |1812 |4502 |2596 |1757 |  1 |2209 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2883.24/2894.74	c  33.4s|  3500 |   982 |133148 |  36.3 |   958M |  52 |1812 |4520 |   0 |1791 |  0 |2231 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2883.74/2895.26	c  34.0s|  3600 |  1006 |135085 |  35.8 |   958M |  52 |1812 |4576 |   0 |1811 |  0 |2290 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2884.44/2895.95	c  34.7s|  3700 |  1020 |138938 |  35.9 |   958M |  52 |1812 |4635 |2594 |1830 |  1 |2357 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2884.74/2896.21	c  34.9s|  3800 |  1071 |143165 |  36.1 |   958M |  52 |1812 |4702 |2598 |1863 |  2 |2432 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2884.93/2896.40	c  35.1s|  3900 |  1087 |145653 |  35.8 |   958M |  52 |1812 |4765 |2587 |1885 |  1 |2505 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2885.13/2896.61	c  35.3s|  4000 |  1124 |149561 |  35.9 |   958M |  52 |1812 |4786 |2590 |1905 |  1 |2528 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2885.33/2896.88	c  35.6s|  4100 |  1158 |153128 |  35.8 |   958M |  52 |1812 |4817 |2596 |1943 |  2 |2566 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2885.55/2897.10	c  35.8s|  4200 |  1178 |156134 |  35.7 |   958M |  52 |1812 |4897 |   0 |1985 |  0 |2651 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2885.83/2897.34	c  36.0s|  4300 |  1200 |159481 |  35.7 |   958M |  52 |1812 |4933 |   0 |2100 |  0 |2689 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2886.03/2897.52	c  36.2s|  4400 |  1214 |162254 |  35.5 |   958M |  52 |1812 |4971 |   0 |2115 |  0 |2733 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2886.13/2897.69	c  36.4s|  4500 |  1227 |164051 |  35.1 |   958M |  52 |1812 |5027 |2588 |2138 |  1 |2796 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2886.33/2897.87	c  36.6s|  4600 |  1234 |166068 |  34.8 |   958M |  52 |1812 |5071 |2589 |2170 |  1 |2853 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2886.54/2898.07	c  36.8s|  4700 |  1244 |169002 |  34.6 |   958M |  52 |1812 |5145 |2585 |2189 |  1 |2938 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2886.73/2898.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2886.73/2898.25	c  37.0s|  4800 |  1256 |171432 |  34.4 |   958M |  52 |1812 |5239 |   0 |2207 |  0 |3035 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2886.93/2898.42	c  37.1s|  4900 |  1255 |173778 |  34.2 |   958M |  52 |1812 |5308 |   0 |2225 |  0 |3109 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2887.13/2898.64	c  37.3s|  5000 |  1294 |176266 |  34.0 |   958M |  52 |1812 |5305 |2589 |2247 |  1 |3147 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2887.32/2898.83	c  37.5s|  5100 |  1320 |179339 |  34.0 |   958M |  52 |1812 |5308 |2588 |2248 |  1 |3169 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2887.54/2899.03	c  37.7s|  5200 |  1331 |182537 |  33.9 |   958M |  52 |1812 |5329 |2590 |2252 |  1 |3208 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2887.72/2899.22	c  37.9s|  5300 |  1350 |185295 |  33.8 |   958M |  52 |1812 |5346 |2590 |2262 |  1 |3240 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2887.82/2899.39	c  38.1s|  5400 |  1358 |187863 |  33.6 |   958M |  52 |1812 |5413 |2590 |2267 |  1 |3309 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2888.02/2899.56	c  38.3s|  5500 |  1357 |190153 |  33.5 |   958M |  52 |1812 |5484 |   0 |2268 |  0 |3386 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2888.22/2899.72	c  38.4s|  5600 |  1350 |192584 |  33.3 |   958M |  52 |1812 |5527 |2590 |2273 |  1 |3434 |  19 | 0.000000e+00 |      --      |    Inf |   4.58%
2888.42/2899.98	c  38.7s|  5700 |  1358 |194511 |  33.0 |   958M |  52 |1812 |5509 |2594 |2309 |  1 |3494 |  19 | 0.000000e+00 |      --      |    Inf |   4.61%
2888.63/2900.16	c  38.9s|  5800 |  1385 |196731 |  32.9 |   958M |  52 |1812 |5545 |   0 |2344 |  0 |3557 |  19 | 0.000000e+00 |      --      |    Inf |   4.62%
2888.82/2900.33	c  39.0s|  5900 |  1395 |198792 |  32.6 |   958M |  52 |1812 |5586 |2590 |2370 |  1 |3618 |  19 | 0.000000e+00 |      --      |    Inf |   4.63%
2889.02/2900.52	c  39.2s|  6000 |  1415 |200661 |  32.4 |   958M |  52 |1812 |5642 |2598 |2423 |  1 |3692 |  19 | 0.000000e+00 |      --      |    Inf |   4.64%
2889.22/2900.72	c  39.4s|  6100 |  1402 |202398 |  32.2 |   958M |  52 |1812 |5688 |2590 |2481 |  1 |3761 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2889.42/2900.91	c  39.6s|  6200 |  1408 |204837 |  32.0 |   958M |  52 |1812 |5673 |2581 |2497 |  1 |3827 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2889.53/2901.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2889.53/2901.10	c  39.8s|  6300 |  1439 |207355 |  31.9 |   958M |  52 |1812 |5693 |2584 |2518 |  1 |3889 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2889.72/2901.26	c  40.0s|  6400 |  1443 |209441 |  31.8 |   958M |  52 |1812 |5737 |2584 |2525 |  1 |3958 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2889.91/2901.46	c  40.2s|  6500 |  1443 |211960 |  31.7 |   958M |  52 |1812 |5727 |2581 |2574 |  1 |4037 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2890.21/2901.72	c  40.4s|  6600 |  1493 |217404 |  32.0 |   958M |  52 |1812 |5712 |2581 |2601 |  1 |4081 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2890.41/2901.97	c  40.7s|  6700 |  1548 |222341 |  32.3 |   959M |  52 |1812 |5725 |2584 |2623 |  1 |4124 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2890.71/2902.23	c  40.9s|  6800 |  1594 |227901 |  32.6 |   959M |  52 |1812 |5723 |2585 |2672 |  1 |4179 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2890.91/2902.47	c  41.2s|  6900 |  1643 |231870 |  32.7 |   960M |  52 |1812 |5732 |   0 |2716 |  0 |4228 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2891.11/2902.68	c  41.4s|  7000 |  1675 |235404 |  32.7 |   960M |  52 |1812 |5764 |2586 |2752 |  1 |4293 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2891.31/2902.89	c  41.6s|  7100 |  1695 |238408 |  32.7 |   960M |  52 |1812 |5769 |2584 |2777 |  1 |4358 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2891.62/2903.12	c  41.8s|  7200 |  1724 |243021 |  32.9 |   960M |  52 |1812 |5782 |2589 |2790 |  1 |4416 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2891.81/2903.34	c  42.0s|  7300 |  1742 |247045 |  33.0 |   960M |  52 |1812 |5795 |2589 |2815 |  2 |4476 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2892.01/2903.58	c  42.3s|  7400 |  1780 |251754 |  33.2 |   960M |  52 |1812 |5841 |2588 |2844 |  2 |4565 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2892.30/2903.81	c  42.5s|  7500 |  1828 |256031 |  33.3 |   960M |  52 |1812 |5870 |   0 |2889 |  0 |4604 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2892.62/2904.12	c  42.8s|  7600 |  1847 |258899 |  33.3 |   960M |  52 |1812 |5911 |   0 |2957 |  0 |4674 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2892.90/2904.44	c  43.1s|  7700 |  1871 |262306 |  33.3 |   960M |  52 |1812 |5835 |2581 |3003 |  1 |4735 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2893.30/2904.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2893.30/2904.80	c  43.5s|  7800 |  1910 |268213 |  33.6 |   960M |  52 |1812 |5846 |   0 |3044 |  0 |4792 |  19 | 0.000000e+00 |      --      |    Inf |   4.65%
2893.51/2905.04	c  43.7s|  7900 |  1924 |270578 |  33.5 |   960M |  52 |1812 |5852 |2594 |3068 |  1 |4856 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2893.70/2905.23	c  43.9s|  8000 |  1937 |272643 |  33.3 |   960M |  52 |1812 |5849 |2591 |3097 |  1 |4903 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2893.90/2905.45	c  44.2s|  8100 |  1956 |276308 |  33.4 |   960M |  52 |1812 |5863 |2592 |3111 |  1 |4949 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2894.10/2905.67	c  44.4s|  8200 |  1974 |279811 |  33.4 |   960M |  52 |1812 |5894 |2590 |3121 |  1 |5002 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2894.30/2905.87	c  44.6s|  8300 |  1996 |282585 |  33.3 |   960M |  52 |1812 |5950 |2592 |3137 |  1 |5079 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2894.51/2906.04	c  44.7s|  8400 |  2005 |284626 |  33.2 |   960M |  52 |1812 |6015 |2590 |3143 |  1 |5154 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2894.69/2906.25	c  45.0s|  8500 |  2028 |287971 |  33.2 |   960M |  52 |1812 |6074 |   0 |3160 |  0 |5237 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2894.89/2906.44	c  45.1s|  8600 |  2031 |290731 |  33.1 |   960M |  52 |1812 |6066 |2590 |3169 |  1 |5320 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2895.09/2906.64	c  45.3s|  8700 |  2023 |293099 |  33.0 |   960M |  52 |1812 |6133 |   0 |3181 |  0 |5416 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2895.29/2906.83	c  45.5s|  8800 |  2023 |295132 |  32.8 |   960M |  52 |1812 |6118 |2590 |3188 |  1 |5481 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2895.39/2907.01	c  45.7s|  8900 |  2044 |297431 |  32.7 |   960M |  52 |1812 |6118 |2593 |3196 |  2 |5547 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2895.69/2907.28	c  46.0s|  9000 |  2066 |300301 |  32.7 |   960M |  52 |1812 |6163 |   0 |3243 |  0 |5595 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2895.99/2907.51	c  46.2s|  9100 |  2080 |303838 |  32.7 |   960M |  52 |1812 |6163 |   0 |3296 |  0 |5664 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2896.09/2907.69	c  46.4s|  9200 |  2085 |306197 |  32.6 |   960M |  52 |1812 |6127 |   0 |3308 |  0 |5720 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2896.29/2907.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2896.29/2907.85	c  46.6s|  9300 |  2085 |308214 |  32.5 |   960M |  52 |1812 |6168 |2587 |3314 |  1 |5790 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2896.50/2908.02	c  46.7s|  9400 |  2077 |310170 |  32.3 |   960M |  52 |1812 |6166 |2594 |3328 |  1 |5871 |  19 | 0.000000e+00 |      --      |    Inf |   4.66%
2896.69/2908.22	c  46.9s|  9500 |  2080 |312943 |  32.3 |   960M |  52 |1812 |6096 |   0 |3342 |  0 |5936 |  19 | 0.000000e+00 |      --      |    Inf |   4.67%
2896.88/2908.47	c  47.2s|  9600 |  2108 |316907 |  32.4 |   960M |  52 |1812 |6043 |   0 |3375 |  0 |6009 |  19 | 0.000000e+00 |      --      |    Inf |   4.67%
2897.08/2908.69	c  47.4s|  9700 |  2137 |320601 |  32.4 |   960M |  52 |1812 |6072 |   0 |3392 |  0 |6072 |  19 | 0.000000e+00 |      --      |    Inf |   4.67%
2897.50/2909.06	c  47.8s|  9800 |  2143 |323380 |  32.4 |   960M |  52 |1812 |5987 |2584 |3419 |  1 |6146 |  19 | 0.000000e+00 |      --      |    Inf |   4.67%
2897.68/2909.29	c  48.0s|  9900 |  2160 |326160 |  32.3 |   960M |  52 |1812 |5880 |2592 |3444 |  1 |6209 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2897.98/2909.57	c  48.3s| 10000 |  2190 |329664 |  32.4 |   960M |  52 |1812 |5899 |2603 |3468 |  2 |6266 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2898.28/2909.86	c  48.6s| 10100 |  2207 |332469 |  32.3 |   960M |  52 |1812 |5912 |2593 |3493 |  1 |6322 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2898.49/2910.08	c  48.8s| 10200 |  2230 |335325 |  32.3 |   960M |  52 |1812 |5970 |2593 |3516 |  0 |6404 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2898.78/2910.33	c  49.0s| 10300 |  2242 |338304 |  32.2 |   960M |  52 |1812 |6026 |2593 |3571 |  1 |6480 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2898.98/2910.53	c  49.2s| 10400 |  2249 |341019 |  32.2 |   960M |  52 |1812 |6081 |   0 |3581 |  0 |6544 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2899.18/2910.73	c  49.4s| 10500 |  2268 |343825 |  32.2 |   960M |  52 |1812 |6124 |   0 |3595 |  0 |6611 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2899.59/2911.14	c  49.8s| 10600 |  2287 |347139 |  32.2 |   960M |  52 |1812 |6178 |2594 |3634 |  1 |6676 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2899.87/2911.47	c  50.2s| 10700 |  2301 |350418 |  32.2 |   960M |  52 |1812 |6274 |2595 |3658 |  1 |6776 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2900.67/2912.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2900.67/2912.26	c  51.0s| 10800 |  2314 |354639 |  32.3 |   960M |  52 |1812 |6351 |2604 |3770 |  1 |6855 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2901.17/2912.71	c  51.4s| 10900 |  2300 |359096 |  32.4 |   960M |  52 |1812 |6437 |2593 |3833 |  1 |6957 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2901.37/2912.90	c  51.6s| 11000 |  2309 |361421 |  32.3 |   960M |  52 |1812 |6111 |2585 |3849 |  1 |7009 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2901.48/2913.06	c  51.8s| 11100 |  2317 |363027 |  32.1 |   960M |  52 |1812 |6160 |   0 |3872 |  0 |7068 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2901.67/2913.23	c  51.9s| 11200 |  2318 |364871 |  32.0 |   960M |  52 |1812 |6235 |   0 |3894 |  0 |7150 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2901.77/2913.39	c  52.1s| 11300 |  2315 |366541 |  31.9 |   960M |  52 |1812 |6289 |2585 |3923 |  1 |7219 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2902.07/2913.63	c  52.3s| 11400 |  2344 |369737 |  31.9 |   960M |  52 |1812 |6190 |2596 |3958 |  2 |7290 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2902.26/2913.81	c  52.5s| 11500 |  2354 |371828 |  31.8 |   960M |  52 |1812 |6243 |   0 |3974 |  0 |7351 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2902.36/2913.97	c  52.7s| 11600 |  2349 |373254 |  31.6 |   960M |  52 |1812 |6276 |2597 |4010 |  2 |7404 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2902.66/2914.20	c  52.9s| 11700 |  2356 |375302 |  31.6 |   960M |  52 |1812 |6227 |   0 |4042 |  0 |7472 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2902.86/2914.40	c  53.1s| 11800 |  2370 |378160 |  31.5 |   960M |  52 |1812 |6244 |   0 |4081 |  0 |7520 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2902.96/2914.57	c  53.3s| 11900 |  2375 |380594 |  31.5 |   960M |  52 |1812 |6266 |2586 |4097 |  1 |7560 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2903.16/2914.75	c  53.5s| 12000 |  2370 |382355 |  31.3 |   960M |  52 |1812 |6045 |2581 |4119 |  1 |7609 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2903.36/2914.95	c  53.7s| 12100 |  2378 |384572 |  31.3 |   960M |  52 |1812 |5987 |2596 |4151 |  1 |7674 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2903.57/2915.16	c  53.9s| 12200 |  2380 |386886 |  31.2 |   960M |  52 |1812 |6073 |   0 |4199 |  0 |7792 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2903.76/2915.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2903.76/2915.36	c  54.1s| 12300 |  2377 |388982 |  31.1 |   960M |  52 |1812 |5939 |2594 |4227 |  1 |7865 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2903.96/2915.55	c  54.3s| 12400 |  2380 |390565 |  31.0 |   960M |  52 |1812 |5922 |   0 |4262 |  0 |7947 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2904.26/2915.82	c  54.5s| 12500 |  2397 |393514 |  31.0 |   960M |  52 |1812 |5817 |2593 |4300 |  1 |8022 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2904.47/2916.04	c  54.7s| 12600 |  2430 |395417 |  30.9 |   960M |  52 |1812 |5806 |2590 |4337 |  1 |8068 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2904.65/2916.21	c  54.9s| 12700 |  2430 |397453 |  30.8 |   960M |  52 |1812 |5724 |   0 |4349 |  0 |8128 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2904.85/2916.41	c  55.1s| 12800 |  2446 |400229 |  30.8 |   960M |  52 |1812 |5664 |2589 |4374 |  1 |8168 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2905.05/2916.68	c  55.4s| 12900 |  2450 |402907 |  30.8 |   960M |  52 |1812 |5567 |2596 |4408 |  1 |8251 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2905.25/2916.87	c  55.6s| 13000 |  2466 |405468 |  30.7 |   960M |  52 |1812 |5528 |2590 |4436 |  1 |8309 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2905.47/2917.06	c  55.8s| 13100 |  2489 |408286 |  30.7 |   960M |  52 |1812 |5494 |2592 |4457 |  1 |8393 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2905.65/2917.29	c  56.0s| 13200 |  2493 |411738 |  30.7 |   960M |  52 |1812 |5448 |   0 |4466 |  0 |8449 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2905.95/2917.51	c  56.2s| 13300 |  2496 |414409 |  30.7 |   960M |  52 |1812 |5425 |2587 |4485 |  1 |8510 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2906.15/2917.73	c  56.4s| 13400 |  2498 |417155 |  30.7 |   960M |  52 |1812 |5364 |   0 |4532 |  0 |8592 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2906.35/2917.99	c  56.7s| 13500 |  2490 |420610 |  30.7 |   960M |  52 |1812 |5150 |2598 |4572 |  2 |8700 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2906.65/2918.21	c  56.9s| 13600 |  2505 |423725 |  30.7 |   960M |  52 |1812 |5218 |2597 |4639 |  2 |8772 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2906.95/2918.50	c  57.2s| 13700 |  2516 |426986 |  30.7 |   960M |  52 |1812 |5227 |   0 |4731 |  0 |8830 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2907.04/2918.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2907.04/2918.69	c  57.4s| 13800 |  2537 |429712 |  30.7 |   960M |  52 |1812 |5268 |   0 |4769 |  0 |8880 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2907.24/2918.89	c  57.6s| 13900 |  2530 |432250 |  30.7 |   960M |  52 |1812 |5337 |2598 |4830 |  1 |8954 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2907.46/2919.07	c  57.8s| 14000 |  2544 |434459 |  30.6 |   960M |  52 |1812 |5390 |   0 |4883 |  0 |9018 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2907.64/2919.26	c  58.0s| 14100 |  2531 |436929 |  30.6 |   960M |  52 |1812 |5293 |   0 |4933 |  0 |9086 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2907.94/2919.56	c  58.3s| 14200 |  2527 |439413 |  30.5 |   960M |  52 |1812 |5081 |   0 |4965 |  0 |9145 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2908.14/2919.76	c  58.5s| 14300 |  2534 |441668 |  30.5 |   960M |  52 |1812 |5059 |2594 |4999 |  1 |9234 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2908.34/2919.93	c  58.6s| 14400 |  2534 |443406 |  30.4 |   960M |  52 |1812 |5099 |2594 |5034 |  1 |9294 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2908.55/2920.12	c  58.8s| 14500 |  2531 |445619 |  30.3 |   960M |  52 |1812 |5082 |   0 |5056 |  0 |9370 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2908.74/2920.32	c  59.0s| 14600 |  2563 |448234 |  30.3 |   960M |  52 |1812 |4874 |   0 |5086 |  0 |9413 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2908.94/2920.50	c  59.2s| 14700 |  2587 |450445 |  30.2 |   960M |  52 |1812 |4840 |2591 |5100 |  1 |9477 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2909.04/2920.67	c  59.4s| 14800 |  2596 |452644 |  30.2 |   960M |  52 |1812 |4866 |   0 |5114 |  0 |9530 |  19 | 0.000000e+00 |      --      |    Inf |   4.68%
2909.23/2920.84	c  59.5s| 14900 |  2599 |454631 |  30.1 |   960M |  52 |1812 |4847 |   0 |5124 |  0 |9594 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2909.45/2921.02	c  59.7s| 15000 |  2587 |456569 |  30.0 |   960M |  52 |1812 |4853 |2588 |5135 |  1 |9701 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2909.63/2921.21	c  59.9s| 15100 |  2594 |459227 |  30.0 |   960M |  52 |1812 |4839 |   0 |5144 |  0 |9751 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2909.83/2921.42	c  60.1s| 15200 |  2596 |462606 |  30.0 |   960M |  52 |1812 |4776 |   0 |5157 |  0 |9821 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2909.93/2921.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2909.93/2921.58	c  60.3s| 15300 |  2594 |464724 |  30.0 |   960M |  52 |1812 |4791 |   0 |5157 |  0 |9901 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2910.13/2921.76	c  60.5s| 15400 |  2592 |466871 |  29.9 |   960M |  52 |1812 |4790 |   0 |5165 |  0 |9983 |  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2910.44/2922.08	c  60.8s| 15500 |  2638 |471052 |  30.0 |   960M |  52 |1812 |4505 |   0 |5200 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2910.63/2922.27	c  61.0s| 15600 |  2633 |473429 |  30.0 |   960M |  52 |1812 |4478 |2596 |5210 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2910.93/2922.54	c  61.2s| 15700 |  2625 |475893 |  29.9 |   960M |  52 |1812 |4511 |   0 |5282 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2911.23/2922.82	c  61.5s| 15800 |  2636 |479149 |  29.9 |   960M |  52 |1812 |4448 |2592 |5401 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2911.44/2923.04	c  61.7s| 15900 |  2640 |481371 |  29.9 |   960M |  52 |1812 |4411 |2594 |5427 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2911.73/2923.37	c  62.1s| 16000 |  2646 |484245 |  29.9 |   960M |  52 |1812 |4455 |2613 |5483 |  2 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2911.93/2923.59	c  62.3s| 16100 |  2659 |487156 |  29.9 |   960M |  52 |1812 |4498 |2590 |5511 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2912.12/2923.79	c  62.5s| 16200 |  2675 |489380 |  29.8 |   960M |  52 |1812 |4518 |2597 |5533 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2912.32/2923.97	c  62.7s| 16300 |  2680 |491672 |  29.8 |   960M |  52 |1812 |4589 |   0 |5560 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.69%
2912.62/2924.29	c  63.0s| 16400 |  2694 |494680 |  29.8 |   960M |  52 |1812 |4599 |2597 |5612 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2912.82/2924.46	c  63.2s| 16500 |  2702 |496773 |  29.7 |   960M |  52 |1812 |4612 |2599 |5646 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2913.02/2924.62	c  63.3s| 16600 |  2702 |499148 |  29.7 |   960M |  52 |1812 |4647 |   0 |5661 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2913.22/2924.82	c  63.5s| 16700 |  2704 |501938 |  29.7 |   960M |  52 |1812 |4613 |   0 |5684 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2913.43/2925.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2913.43/2925.01	c  63.7s| 16800 |  2714 |504194 |  29.6 |   960M |  52 |1812 |4603 |   0 |5719 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2913.62/2925.20	c  63.9s| 16900 |  2711 |506486 |  29.6 |   960M |  52 |1812 |4639 |2597 |5755 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2913.92/2925.50	c  64.2s| 17000 |  2753 |509521 |  29.6 |   960M |  52 |1812 |4603 |2610 |5805 |  2 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2914.11/2925.71	c  64.4s| 17100 |  2776 |511925 |  29.6 |   960M |  52 |1812 |4604 |   0 |5836 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2914.31/2925.92	c  64.6s| 17200 |  2795 |514360 |  29.5 |   960M |  52 |1812 |4627 |   0 |5900 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2914.53/2926.12	c  64.8s| 17300 |  2806 |516935 |  29.5 |   960M |  52 |1812 |4689 |2596 |5919 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2914.71/2926.36	c  65.1s| 17400 |  2809 |519440 |  29.5 |   960M |  52 |1812 |4689 |2600 |5954 |  2 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2914.91/2926.58	c  65.3s| 17500 |  2811 |521745 |  29.5 |   960M |  52 |1812 |4755 |2596 |5992 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2915.11/2926.79	c  65.5s| 17600 |  2808 |524506 |  29.5 |   960M |  52 |1812 |4779 |2590 |6017 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2915.31/2927.01	c  65.7s| 17700 |  2825 |527912 |  29.5 |   960M |  52 |1812 |4767 |2597 |6045 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2915.61/2927.24	c  65.9s| 17800 |  2843 |530505 |  29.5 |   960M |  52 |1812 |4814 |2594 |6071 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2916.01/2927.63	c  66.3s| 17900 |  2853 |534078 |  29.5 |   960M |  52 |1812 |4761 |2597 |6161 |  2 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2916.21/2927.82	c  66.5s| 18000 |  2868 |536356 |  29.5 |   960M |  52 |1812 |4753 |2592 |6180 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2916.31/2927.99	c  66.7s| 18100 |  2867 |538061 |  29.4 |   960M |  52 |1812 |4765 |2599 |6224 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2916.52/2928.18	c  66.9s| 18200 |  2857 |540397 |  29.4 |   960M |  52 |1812 |4755 |2591 |6240 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2916.80/2928.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2916.80/2928.46	c  67.2s| 18300 |  2868 |543430 |  29.4 |   960M |  52 |1812 |4783 |   0 |6267 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2917.20/2928.84	c  67.5s| 18400 |  2877 |546968 |  29.4 |   960M |  52 |1812 |4794 |   0 |6353 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2917.70/2929.30	c  68.0s| 18500 |  2898 |550221 |  29.4 |   960M |  52 |1812 |4745 |2592 |6405 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.70%
2918.00/2929.61	c  68.3s| 18600 |  2947 |555792 |  29.5 |   960M |  52 |1812 |4643 |2592 |6456 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2918.20/2929.84	c  68.5s| 18700 |  2986 |558814 |  29.6 |   960M |  52 |1812 |4638 |   0 |6506 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2918.41/2930.03	c  68.7s| 18800 |  3009 |561215 |  29.5 |   960M |  52 |1812 |4685 |   0 |6536 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2918.60/2930.22	c  68.9s| 18900 |  3013 |563245 |  29.5 |   960M |  52 |1812 |4727 |   0 |6587 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2918.80/2930.42	c  69.1s| 19000 |  3023 |565855 |  29.5 |   960M |  52 |1812 |4807 |2598 |6636 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2919.00/2930.65	c  69.4s| 19100 |  3025 |569129 |  29.5 |   960M |  52 |1812 |4762 |   0 |6654 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2919.19/2930.86	c  69.6s| 19200 |  3039 |572225 |  29.5 |   960M |  52 |1812 |4728 |2599 |6682 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2919.41/2931.02	c  69.7s| 19300 |  3033 |574025 |  29.4 |   960M |  52 |1812 |4739 |2584 |6693 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2919.59/2931.20	c  69.9s| 19400 |  3035 |576109 |  29.4 |   960M |  52 |1812 |4713 |2598 |6708 |  2 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2919.69/2931.38	c  70.1s| 19500 |  3052 |578522 |  29.4 |   960M |  52 |1812 |4726 |   0 |6726 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2919.89/2931.57	c  70.3s| 19600 |  3062 |580672 |  29.3 |   960M |  52 |1812 |4648 |2585 |6740 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2920.09/2931.78	c  70.5s| 19700 |  3058 |583027 |  29.3 |   960M |  52 |1812 |4657 |   0 |6772 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2920.59/2932.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2920.59/2932.25	c  71.0s| 19800 |  3077 |586494 |  29.3 |   960M |  52 |1812 |4615 |2592 |6922 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2920.89/2932.52	c  71.2s| 19900 |  3110 |590902 |  29.4 |   960M |  52 |1812 |4586 |   0 |6968 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2921.09/2932.77	c  71.5s| 20000 |  3129 |594980 |  29.4 |   960M |  52 |1812 |4461 |2594 |6982 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2921.29/2933.01	c  71.7s| 20100 |  3124 |599294 |  29.5 |   960M |  52 |1812 |4448 |2595 |7007 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2921.58/2933.20	c  71.9s| 20200 |  3137 |601346 |  29.5 |   960M |  52 |1812 |4507 |   0 |7040 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2921.78/2933.45	c  72.2s| 20300 |  3165 |604996 |  29.5 |   960M |  52 |1812 |4551 |   0 |7069 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2922.08/2933.78	c  72.5s| 20400 |  3188 |608117 |  29.5 |   960M |  52 |1812 |4476 |2589 |7109 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2922.28/2933.97	c  72.7s| 20500 |  3218 |610624 |  29.5 |   960M |  52 |1812 |4497 |2588 |7137 |  2 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2922.49/2934.17	c  72.9s| 20600 |  3232 |613243 |  29.5 |   960M |  52 |1812 |4564 |2587 |7162 |  2 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2922.68/2934.35	c  73.1s| 20700 |  3233 |615523 |  29.4 |   960M |  52 |1812 |4614 |2586 |7180 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2922.88/2934.53	c  73.2s| 20800 |  3230 |617516 |  29.4 |   960M |  52 |1812 |4663 |   0 |7202 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2923.08/2934.71	c  73.4s| 20900 |  3224 |619361 |  29.3 |   960M |  52 |1812 |4691 |2587 |7216 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2923.18/2934.86	c  73.6s| 21000 |  3233 |621978 |  29.3 |   960M |  52 |1812 |4723 |   0 |7227 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2923.39/2935.04	c  73.7s| 21100 |  3241 |624692 |  29.3 |   960M |  52 |1812 |4786 |   0 |7250 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2923.58/2935.22	c  73.9s| 21200 |  3246 |627182 |  29.3 |   960M |  52 |1812 |4863 |   0 |7274 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2923.78/2935.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2923.78/2935.41	c  74.1s| 21300 |  3245 |629928 |  29.3 |   960M |  52 |1812 |4893 |   0 |7306 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2923.97/2935.61	c  74.3s| 21400 |  3256 |632246 |  29.3 |   960M |  52 |1812 |4717 |   0 |7319 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2924.27/2935.91	c  74.6s| 21500 |  3308 |639102 |  29.4 |   960M |  52 |1812 |4538 |   0 |7357 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2924.57/2936.21	c  74.9s| 21600 |  3374 |645265 |  29.6 |   960M |  52 |1812 |4481 |2645 |7438 |  2 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2924.87/2936.56	c  75.3s| 21700 |  3431 |651699 |  29.7 |   960M |  52 |1812 |4410 |2586 |7497 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2925.17/2936.80	c  75.5s| 21800 |  3477 |655430 |  29.8 |   960M |  52 |1812 |4426 |2587 |7571 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2925.27/2936.98	c  75.7s| 21900 |  3497 |658525 |  29.8 |   960M |  52 |1812 |4458 |2587 |7590 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2925.57/2937.21	c  75.9s| 22000 |  3527 |662878 |  29.9 |   960M |  52 |1812 |4483 |2587 |7619 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2925.77/2937.41	c  76.1s| 22100 |  3544 |666648 |  29.9 |   960M |  52 |1812 |4535 |   0 |7644 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2925.97/2937.62	c  76.3s| 22200 |  3574 |669867 |  29.9 |   960M |  52 |1812 |4563 |   0 |7666 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2926.17/2937.87	c  76.6s| 22300 |  3603 |673165 |  29.9 |   960M |  52 |1812 |4536 |   0 |7692 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2926.56/2938.22	c  76.9s| 22400 |  3620 |675874 |  29.9 |   960M |  52 |1812 |4564 |2595 |7743 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2926.96/2938.61	c  77.3s| 22500 |  3643 |678779 |  29.9 |   960M |  52 |1812 |4614 |   0 |7819 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2927.26/2938.94	c  77.6s| 22600 |  3664 |682740 |  29.9 |   960M |  52 |1812 |4684 |2592 |7872 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2927.56/2939.21	c  77.9s| 22700 |  3696 |686368 |  30.0 |   960M |  52 |1812 |4726 |2597 |7929 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2927.86/2939.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2927.86/2939.59	c  78.3s| 22800 |  3719 |690108 |  30.0 |   960M |  52 |1812 |4764 |2651 |8062 |  4 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2928.37/2940.06	c  78.8s| 22900 |  3722 |694295 |  30.0 |   960M |  52 |1812 |4834 |2600 |8256 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2928.56/2940.28	c  79.0s| 23000 |  3729 |697984 |  30.1 |   960M |  52 |1812 |4972 |2600 |8277 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2929.06/2940.74	c  79.4s| 23100 |  3728 |700980 |  30.1 |   960M |  52 |1812 |5060 |2609 |8367 |  2 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2929.37/2941.10	c  79.8s| 23200 |  3749 |705141 |  30.1 |   960M |  52 |1812 |5102 |2610 |8460 |  2 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2929.95/2941.65	c  80.4s| 23300 |  3757 |709691 |  30.2 |   960M |  52 |1812 |5199 |   0 |8625 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2930.65/2942.37	c  81.1s| 23400 |  3760 |713046 |  30.2 |   960M |  52 |1812 |5280 |   0 |8736 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2931.05/2942.72	c  81.4s| 23500 |  3760 |716649 |  30.2 |   960M |  52 |1812 |5354 |2607 |8819 |  2 |  15k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2931.36/2943.09	c  81.8s| 23600 |  3778 |721070 |  30.3 |   960M |  52 |1812 |5428 |2609 |8940 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2931.85/2943.54	c  82.2s| 23700 |  3784 |725100 |  30.3 |   960M |  52 |1812 |5474 |2611 |9118 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2932.14/2943.84	c  82.5s| 23800 |  3797 |728240 |  30.3 |   960M |  52 |1812 |5505 |   0 |9223 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2932.36/2944.07	c  82.8s| 23900 |  3788 |731098 |  30.3 |   960M |  52 |1812 |5576 |   0 |9306 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2932.64/2944.36	c  83.1s| 24000 |  3778 |734184 |  30.3 |   960M |  52 |1812 |5555 |2587 |9325 |  2 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2932.84/2944.58	c  83.3s| 24100 |  3781 |736747 |  30.3 |   960M |  52 |1812 |5479 |2588 |9359 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2933.14/2944.88	c  83.6s| 24200 |  3786 |741198 |  30.4 |   960M |  52 |1812 |4995 |2601 |9416 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2933.45/2945.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2933.45/2945.16	c  83.9s| 24300 |  3811 |745991 |  30.4 |   960M |  52 |1812 |4911 |   0 |9438 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2933.64/2945.39	c  84.1s| 24400 |  3841 |749663 |  30.5 |   960M |  52 |1812 |4964 |   0 |9512 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2933.94/2945.61	c  84.3s| 24500 |  3847 |753212 |  30.5 |   960M |  52 |1812 |5034 |   0 |9593 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2934.14/2945.87	c  84.6s| 24600 |  3880 |756745 |  30.5 |   960M |  52 |1812 |5093 |2603 |9678 |  2 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2934.53/2946.22	c  84.9s| 24700 |  3885 |760261 |  30.5 |   960M |  52 |1812 |5147 |   0 |9800 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2934.83/2946.56	c  85.3s| 24800 |  3887 |765069 |  30.6 |   960M |  52 |1812 |5214 |   0 |9921 |  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2935.13/2946.84	c  85.5s| 24900 |  3890 |768127 |  30.6 |   960M |  52 |1812 |5286 |2591 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.71%
2935.34/2947.09	c  85.8s| 25000 |  3886 |771945 |  30.6 |   960M |  52 |1812 |5205 |2600 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
2935.63/2947.32	c  86.0s| 25100 |  3889 |774551 |  30.6 |   960M |  52 |1812 |4994 |2595 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
2935.83/2947.55	c  86.3s| 25200 |  3935 |777473 |  30.6 |   960M |  52 |1812 |4943 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
2936.03/2947.75	c  86.5s| 25300 |  3939 |779735 |  30.6 |   960M |  52 |1812 |5009 |2598 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
2936.34/2948.01	c  86.7s| 25400 |  3953 |783225 |  30.6 |   960M |  52 |1812 |5006 |2587 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
2936.53/2948.23	c  86.9s| 25500 |  3967 |786588 |  30.6 |   960M |  52 |1812 |4946 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.72%
2936.82/2948.57	c  87.3s| 25600 |  3975 |788801 |  30.6 |   960M |  52 |1812 |4843 |2594 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.90%
2937.12/2948.82	c  87.5s| 25700 |  3990 |792260 |  30.6 |   960M |  52 |1812 |4646 |2596 |  10k|  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2937.34/2949.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2937.34/2949.10	c  87.8s| 25800 |  3984 |795087 |  30.6 |   960M |  52 |1812 |4610 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2937.62/2949.31	c  88.0s| 25900 |  3998 |797892 |  30.6 |   960M |  52 |1812 |4622 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2937.82/2949.51	c  88.2s| 26000 |  4006 |800630 |  30.6 |   960M |  52 |1812 |4602 |   0 |  10k|  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2938.02/2949.72	c  88.4s| 26100 |  4015 |803637 |  30.6 |   960M |  52 |1812 |4672 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2938.22/2949.92	c  88.6s| 26200 |  4026 |806566 |  30.5 |   960M |  52 |1812 |4748 |2603 |  10k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2938.43/2950.12	c  88.8s| 26300 |  4030 |809483 |  30.5 |   960M |  52 |1812 |4835 |2601 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2938.62/2950.33	c  89.0s| 26400 |  4049 |813020 |  30.6 |   960M |  52 |1812 |4872 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2938.82/2950.51	c  89.2s| 26500 |  4054 |815307 |  30.5 |   960M |  52 |1812 |4932 |2601 |  10k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2939.02/2950.70	c  89.4s| 26600 |  4056 |817960 |  30.5 |   960M |  52 |1812 |4992 |2601 |  10k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2939.22/2950.91	c  89.6s| 26700 |  4056 |820753 |  30.5 |   960M |  52 |1812 |5031 |2602 |  10k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2939.33/2951.09	c  89.8s| 26800 |  4057 |823052 |  30.5 |   960M |  52 |1812 |4961 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2939.51/2951.28	c  90.0s| 26900 |  4063 |825483 |  30.5 |   960M |  52 |1812 |4955 |2591 |  10k|  2 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2939.71/2951.46	c  90.2s| 27000 |  4081 |828185 |  30.4 |   960M |  52 |1812 |4994 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2939.91/2951.68	c  90.4s| 27100 |  4086 |831547 |  30.5 |   960M |  52 |1812 |4984 |   0 |  10k|  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2940.21/2951.91	c  90.6s| 27200 |  4073 |834430 |  30.5 |   960M |  52 |1812 |5055 |2604 |  11k|  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf |   4.91%
2940.32/2952.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2940.32/2952.10	c  90.8s| 27300 |  4064 |836217 |  30.4 |   960M |  52 |1812 |4992 |2585 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2940.71/2952.40	c  91.1s| 27400 |  4078 |839997 |  30.4 |   960M |  52 |1812 |5028 |2609 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2941.11/2952.83	c  91.5s| 27500 |  4089 |843725 |  30.5 |   960M |  52 |1812 |5086 |2593 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2941.42/2953.15	c  91.9s| 27600 |  4113 |847047 |  30.5 |   960M |  52 |1812 |5127 |   0 |  11k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2941.61/2953.37	c  92.1s| 27700 |  4119 |849873 |  30.5 |   960M |  52 |1812 |5185 |2593 |  11k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2941.90/2953.60	c  92.3s| 27800 |  4141 |853153 |  30.5 |   960M |  52 |1812 |5248 |   0 |  11k|  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2942.10/2953.89	c  92.6s| 27900 |  4149 |856472 |  30.5 |   960M |  52 |1812 |5314 |2600 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2942.50/2954.20	c  92.9s| 28000 |  4149 |860442 |  30.5 |   960M |  52 |1812 |5165 |2592 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2942.70/2954.47	c  93.2s| 28100 |  4183 |864197 |  30.5 |   960M |  52 |1812 |5092 |2597 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2943.00/2954.74	c  93.4s| 28200 |  4217 |869037 |  30.6 |   960M |  52 |1812 |4802 |2584 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.92%
2943.20/2954.97	c  93.7s| 28300 |  4235 |872371 |  30.6 |   960M |  52 |1812 |4802 |2587 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
2943.41/2955.17	c  93.9s| 28400 |  4236 |874777 |  30.6 |   960M |  52 |1812 |4681 |2599 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
2943.60/2955.37	c  94.1s| 28500 |  4256 |877454 |  30.6 |   960M |  52 |1812 |4633 |2597 |  11k|  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
2943.90/2955.60	c  94.3s| 28600 |  4274 |881162 |  30.6 |   960M |  52 |1812 |4599 |2598 |  11k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
2944.10/2955.80	c  94.5s| 28700 |  4273 |883838 |  30.6 |   960M |  52 |1812 |4632 |   0 |  11k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
2944.31/2956.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2944.31/2956.03	c  94.7s| 28800 |  4289 |887103 |  30.6 |   960M |  52 |1812 |4518 |2592 |  11k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
2944.49/2956.24	c  94.9s| 28900 |  4297 |889920 |  30.6 |   960M |  52 |1812 |4448 |   0 |  11k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
2944.69/2956.46	c  95.2s| 29000 |  4285 |892707 |  30.6 |   960M |  52 |1812 |4419 |   0 |  11k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.93%
2944.99/2956.77	c  95.5s| 29100 |  4293 |896281 |  30.6 |   960M |  52 |1812 |4448 |   0 |  12k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2945.31/2957.05	c  95.8s| 29200 |  4292 |899245 |  30.6 |   960M |  52 |1812 |4494 |   0 |  12k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2945.49/2957.23	c  95.9s| 29300 |  4307 |901406 |  30.6 |   960M |  52 |1812 |4525 |   0 |  12k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2945.69/2957.41	c  96.1s| 29400 |  4314 |903652 |  30.5 |   960M |  52 |1812 |4610 |2592 |  12k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2945.89/2957.60	c  96.3s| 29500 |  4312 |906401 |  30.5 |   960M |  52 |1812 |4661 |2600 |  12k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2946.09/2957.82	c  96.5s| 29600 |  4304 |909160 |  30.5 |   960M |  52 |1812 |4716 |   0 |  12k|  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2946.19/2958.01	c  96.7s| 29700 |  4311 |911678 |  30.5 |   960M |  52 |1812 |4742 |2596 |  12k|  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2946.49/2958.27	c  97.0s| 29800 |  4361 |915610 |  30.5 |   960M |  52 |1812 |4650 |2596 |  12k|  2 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2946.98/2958.70	c  97.4s| 29900 |  4397 |918381 |  30.5 |   960M |  52 |1812 |4598 |2594 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2947.18/2958.93	c  97.6s| 30000 |  4427 |921724 |  30.5 |   960M |  52 |1812 |4569 |   0 |  12k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2947.30/2959.09	c  97.8s| 30100 |  4429 |923588 |  30.5 |   960M |  52 |1812 |4556 |2597 |  12k|  2 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2947.58/2959.30	c  98.0s| 30200 |  4441 |926673 |  30.5 |   960M |  52 |1812 |4578 |2597 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   4.94%
2947.78/2959.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2947.78/2959.57	c  98.3s| 30300 |  4444 |930084 |  30.5 |   960M |  52 |1812 |4526 |2590 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2948.08/2959.81	c  98.5s| 30400 |  4488 |934140 |  30.5 |   960M |  52 |1812 |4393 |2603 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2948.29/2960.03	c  98.7s| 30500 |  4496 |937238 |  30.5 |   960M |  52 |1812 |4359 |   0 |  12k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2948.48/2960.29	c  99.0s| 30600 |  4524 |939731 |  30.5 |   960M |  52 |1812 |4290 |2596 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2948.88/2960.66	c  99.4s| 30700 |  4550 |942511 |  30.5 |   960M |  52 |1812 |4262 |2600 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2949.08/2960.85	c  99.6s| 30800 |  4557 |944687 |  30.5 |   960M |  52 |1812 |4313 |   0 |  12k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2949.39/2961.16	c  99.9s| 30900 |  4543 |947174 |  30.5 |   960M |  52 |1812 |4388 |2596 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2949.67/2961.40	c   100s| 31000 |  4567 |950284 |  30.5 |   960M |  52 |1812 |4406 |2600 |  12k|  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2949.87/2961.67	c   100s| 31100 |  4583 |953686 |  30.5 |   960M |  52 |1812 |4456 |   0 |  12k|  0 |  21k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2950.17/2962.00	c   101s| 31200 |  4597 |957274 |  30.5 |   960M |  52 |1812 |4498 |   0 |  12k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2950.87/2962.67	c   101s| 31300 |  4598 |961137 |  30.5 |   960M |  52 |1812 |4591 |   0 |  12k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2951.17/2962.91	c   102s| 31400 |  4597 |964613 |  30.5 |   960M |  52 |1812 |4616 |2602 |  12k|  2 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2951.38/2963.14	c   102s| 31500 |  4604 |968482 |  30.5 |   960M |  52 |1812 |4672 |2599 |  12k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2951.57/2963.33	c   102s| 31600 |  4600 |971742 |  30.6 |   960M |  52 |1812 |4695 |   0 |  12k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2951.96/2963.74	c   102s| 31700 |  4615 |975377 |  30.6 |   960M |  52 |1812 |4687 |2602 |  13k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2952.28/2964.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2952.28/2964.05	c   103s| 31800 |  4608 |978239 |  30.6 |   960M |  52 |1812 |4787 |2601 |  13k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2952.46/2964.29	c   103s| 31900 |  4608 |981568 |  30.6 |   960M |  52 |1812 |4806 |   0 |  13k|  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2952.76/2964.51	c   103s| 32000 |  4605 |984180 |  30.6 |   960M |  52 |1812 |4794 |2599 |  13k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2952.96/2964.70	c   103s| 32100 |  4620 |986477 |  30.5 |   960M |  52 |1812 |4792 |2600 |  13k|  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2953.16/2964.94	c   104s| 32200 |  4651 |989130 |  30.5 |   960M |  52 |1812 |4851 |2622 |  13k|  2 |  22k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2953.66/2965.41	c   104s| 32300 |  4673 |994388 |  30.6 |   960M |  52 |1812 |4916 |2602 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2953.86/2965.64	c   104s| 32400 |  4668 |997815 |  30.6 |   960M |  52 |1812 |4968 |2604 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2954.06/2965.86	c   105s| 32500 |  4659 |  1001k|  30.6 |   960M |  52 |1812 |5031 |   0 |  13k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2954.37/2966.18	c   105s| 32600 |  4651 |  1004k|  30.6 |   960M |  52 |1812 |5069 |   0 |  13k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2954.55/2966.38	c   105s| 32700 |  4664 |  1007k|  30.6 |   960M |  52 |1812 |5113 |2602 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2954.85/2966.61	c   105s| 32800 |  4677 |  1010k|  30.6 |   960M |  52 |1812 |5181 |2601 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2955.05/2966.82	c   106s| 32900 |  4687 |  1013k|  30.6 |   960M |  52 |1812 |5250 |   0 |  13k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2955.27/2967.02	c   106s| 33000 |  4688 |  1017k|  30.6 |   960M |  52 |1812 |5311 |2601 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2955.45/2967.22	c   106s| 33100 |  4689 |  1019k|  30.6 |   960M |  52 |1812 |5372 |2601 |  13k|  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2955.65/2967.43	c   106s| 33200 |  4681 |  1023k|  30.6 |   960M |  52 |1812 |5385 |2594 |  13k|  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2955.85/2967.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2955.85/2967.64	c   106s| 33300 |  4668 |  1026k|  30.6 |   960M |  52 |1812 |5406 |2602 |  13k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2956.15/2967.90	c   107s| 33400 |  4660 |  1028k|  30.6 |   960M |  52 |1812 |5405 |   0 |  13k|  0 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2956.36/2968.18	c   107s| 33500 |  4666 |  1031k|  30.6 |   960M |  52 |1812 |5291 |2600 |  13k|  2 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2956.65/2968.40	c   107s| 33600 |  4670 |  1034k|  30.6 |   960M |  52 |1812 |5237 |2592 |  14k|  2 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2957.04/2968.82	c   108s| 33700 |  4691 |  1039k|  30.7 |   961M |  52 |1812 |5269 |   0 |  14k|  0 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2957.44/2969.29	c   108s| 33800 |  4729 |  1043k|  30.7 |   961M |  52 |1812 |5282 |2600 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2957.94/2969.80	c   109s| 33900 |  4749 |  1047k|  30.7 |   961M |  52 |1812 |5305 |2592 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2958.25/2970.07	c   109s| 34000 |  4756 |  1051k|  30.8 |   961M |  52 |1812 |5247 |2586 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2958.54/2970.36	c   109s| 34100 |  4774 |  1055k|  30.8 |   961M |  52 |1812 |5258 |2592 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.00%
2958.84/2970.65	c   109s| 34200 |  4789 |  1060k|  30.8 |   961M |  52 |1812 |5230 |2603 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2959.04/2970.85	c   110s| 34300 |  4789 |  1063k|  30.8 |   961M |  52 |1812 |5243 |2590 |  14k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2959.25/2971.08	c   110s| 34400 |  4790 |  1066k|  30.8 |   961M |  52 |1812 |5242 |2600 |  14k|  2 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2959.53/2971.36	c   110s| 34500 |  4805 |  1070k|  30.9 |   961M |  52 |1812 |5046 |2590 |  14k|  2 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2959.73/2971.59	c   110s| 34600 |  4869 |  1074k|  30.9 |   961M |  52 |1812 |5041 |2590 |  15k|  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2959.93/2971.79	c   110s| 34700 |  4898 |  1077k|  30.9 |   961M |  52 |1812 |5050 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2960.24/2972.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2960.24/2972.02	c   111s| 34800 |  4924 |  1079k|  30.9 |   961M |  52 |1812 |4979 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2960.43/2972.20	c   111s| 34900 |  4933 |  1082k|  30.9 |   961M |  52 |1812 |5060 |2591 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2960.53/2972.37	c   111s| 35000 |  4933 |  1085k|  30.8 |   961M |  52 |1812 |5176 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2960.93/2972.77	c   111s| 35100 |  5005 |  1092k|  30.9 |   961M |  52 |1812 |4918 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2961.24/2973.11	c   112s| 35200 |  5073 |  1098k|  31.0 |   961M |  52 |1812 |4801 |2595 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2961.53/2973.39	c   112s| 35300 |  5119 |  1103k|  31.1 |   961M |  52 |1812 |4840 |2600 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2961.83/2973.64	c   112s| 35400 |  5164 |  1108k|  31.1 |   961M |  52 |1812 |4815 |2599 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2962.24/2974.01	c   113s| 35500 |  5218 |  1115k|  31.3 |   961M |  52 |1812 |4785 |2602 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2962.52/2974.34	c   113s| 35600 |  5255 |  1122k|  31.4 |   961M |  52 |1812 |4757 |2613 |  15k|  2 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2962.82/2974.63	c   113s| 35700 |  5292 |  1128k|  31.4 |   961M |  52 |1812 |4771 |2594 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2963.02/2974.88	c   114s| 35800 |  5306 |  1131k|  31.4 |   961M |  52 |1812 |4731 |2602 |  15k|  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2963.23/2975.05	c   114s| 35900 |  5310 |  1132k|  31.4 |   961M |  52 |1812 |4731 |2592 |  15k|  2 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2963.42/2975.29	c   114s| 36000 |  5321 |  1135k|  31.4 |   961M |  52 |1812 |4785 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2963.62/2975.45	c   114s| 36100 |  5323 |  1136k|  31.3 |   961M |  52 |1812 |4844 |   0 |  15k|  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2963.82/2975.65	c   114s| 36200 |  5327 |  1139k|  31.3 |   961M |  52 |1812 |4944 |2599 |  15k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2964.02/2975.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2964.02/2975.82	c   115s| 36300 |  5333 |  1141k|  31.3 |   961M |  52 |1812 |5040 |   0 |  15k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2964.11/2975.96	c   115s| 36400 |  5332 |  1143k|  31.2 |   961M |  52 |1812 |5169 |   0 |  15k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2964.33/2976.12	c   115s| 36500 |  5330 |  1144k|  31.2 |   961M |  52 |1812 |5251 |2602 |  15k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2964.41/2976.29	c   115s| 36600 |  5323 |  1146k|  31.2 |   961M |  52 |1812 |5336 |2602 |  15k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2964.81/2976.60	c   115s| 36700 |  5328 |  1150k|  31.2 |   961M |  52 |1812 |5302 |2598 |  15k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2964.91/2976.79	c   115s| 36800 |  5331 |  1152k|  31.1 |   961M |  52 |1812 |5270 |2598 |  16k|  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2965.11/2977.00	c   116s| 36900 |  5342 |  1155k|  31.1 |   961M |  52 |1812 |5245 |2598 |  16k|  2 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2965.41/2977.22	c   116s| 37000 |  5338 |  1158k|  31.1 |   961M |  52 |1812 |5163 |   0 |  16k|  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2965.61/2977.48	c   116s| 37100 |  5348 |  1161k|  31.1 |   961M |  52 |1812 |5022 |2602 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2965.91/2977.72	c   116s| 37200 |  5362 |  1164k|  31.1 |   961M |  52 |1812 |4923 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2966.11/2977.97	c   117s| 37300 |  5380 |  1167k|  31.1 |   961M |  52 |1812 |4947 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2966.32/2978.15	c   117s| 37400 |  5385 |  1170k|  31.1 |   961M |  52 |1812 |4999 |2593 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.01%
2966.51/2978.35	c   117s| 37500 |  5396 |  1172k|  31.1 |   961M |  52 |1812 |4916 |2592 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2966.90/2978.76	c   117s| 37600 |  5421 |  1177k|  31.2 |   961M |  52 |1812 |4908 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2967.60/2979.42	c   118s| 37700 |  5441 |  1183k|  31.2 |   961M |  52 |1812 |4968 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2967.90/2979.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2967.90/2979.76	c   118s| 37800 |  5458 |  1187k|  31.3 |   961M |  52 |1812 |5000 |2591 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2968.31/2980.11	c   119s| 37900 |  5461 |  1190k|  31.3 |   961M |  52 |1812 |4970 |2600 |  16k|  2 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2968.40/2980.28	c   119s| 38000 |  5475 |  1193k|  31.2 |   961M |  52 |1812 |5021 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2968.60/2980.48	c   119s| 38100 |  5472 |  1195k|  31.2 |   961M |  52 |1812 |5029 |   0 |  16k|  0 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2968.80/2980.68	c   119s| 38200 |  5477 |  1198k|  31.2 |   961M |  52 |1812 |5078 |2593 |  16k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2969.10/2980.92	c   120s| 38300 |  5495 |  1201k|  31.2 |   961M |  52 |1812 |5139 |2596 |  17k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2969.59/2981.42	c   120s| 38400 |  5511 |  1205k|  31.2 |   961M |  52 |1812 |5163 |2590 |  17k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2969.79/2981.61	c   120s| 38500 |  5513 |  1207k|  31.2 |   961M |  52 |1812 |5219 |2590 |  17k|  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2969.99/2981.86	c   121s| 38600 |  5557 |  1211k|  31.2 |   961M |  52 |1812 |5098 |2592 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2970.20/2982.07	c   121s| 38700 |  5558 |  1214k|  31.2 |   961M |  52 |1812 |5116 |2593 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2970.39/2982.27	c   121s| 38800 |  5567 |  1217k|  31.2 |   961M |  52 |1812 |5155 |2591 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.02%
2970.59/2982.46	c   121s| 38900 |  5566 |  1219k|  31.2 |   961M |  52 |1812 |5259 |2590 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.04%
2970.79/2982.68	c   121s| 39000 |  5594 |  1223k|  31.2 |   961M |  52 |1812 |5225 |2599 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.04%
2971.09/2982.95	c   122s| 39100 |  5611 |  1228k|  31.3 |   961M |  52 |1812 |5088 |2601 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2971.30/2983.13	c   122s| 39200 |  5609 |  1230k|  31.2 |   961M |  52 |1812 |5138 |2597 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2971.49/2983.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2971.49/2983.34	c   122s| 39300 |  5620 |  1233k|  31.2 |   963M |  52 |1812 |5155 |2601 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2971.69/2983.56	c   122s| 39400 |  5638 |  1236k|  31.2 |   963M |  52 |1812 |5056 |2588 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2972.08/2983.90	c   123s| 39500 |  5663 |  1239k|  31.2 |   963M |  52 |1812 |5011 |2597 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2972.30/2984.19	c   123s| 39600 |  5666 |  1242k|  31.2 |   963M |  52 |1812 |4987 |2591 |  17k|  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2972.58/2984.40	c   123s| 39700 |  5670 |  1244k|  31.2 |   963M |  52 |1812 |4950 |2597 |  17k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2972.78/2984.61	c   123s| 39800 |  5687 |  1248k|  31.2 |   963M |  52 |1812 |4868 |   0 |  17k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2972.98/2984.89	c   124s| 39900 |  5700 |  1251k|  31.2 |   963M |  52 |1812 |4910 |2590 |  17k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2973.19/2985.07	c   124s| 40000 |  5699 |  1253k|  31.2 |   963M |  52 |1812 |4963 |2596 |  17k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2973.48/2985.35	c   124s| 40100 |  5699 |  1257k|  31.2 |   963M |  52 |1812 |4904 |2592 |  17k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2973.88/2985.70	c   124s| 40200 |  5698 |  1261k|  31.2 |   963M |  52 |1812 |4873 |   0 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2974.08/2985.91	c   125s| 40300 |  5715 |  1264k|  31.2 |   963M |  52 |1812 |4942 |   0 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2974.19/2986.09	c   125s| 40400 |  5728 |  1266k|  31.2 |   963M |  52 |1812 |5017 |2596 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2974.37/2986.27	c   125s| 40500 |  5724 |  1268k|  31.2 |   963M |  52 |1812 |5080 |2592 |  18k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2974.57/2986.44	c   125s| 40600 |  5718 |  1269k|  31.1 |   963M |  52 |1812 |5168 |   0 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2974.77/2986.62	c   125s| 40700 |  5728 |  1271k|  31.1 |   963M |  52 |1812 |5237 |2593 |  18k|  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2974.87/2986.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2974.87/2986.79	c   125s| 40800 |  5732 |  1273k|  31.1 |   963M |  52 |1812 |5300 |   0 |  18k|  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2975.07/2986.99	c   126s| 40900 |  5733 |  1275k|  31.0 |   963M |  52 |1812 |5357 |2593 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2975.28/2987.16	c   126s| 41000 |  5728 |  1277k|  31.0 |   963M |  52 |1812 |5373 |2593 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2975.47/2987.33	c   126s| 41100 |  5725 |  1280k|  31.0 |   963M |  52 |1812 |5414 |   0 |  18k|  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2975.67/2987.52	c   126s| 41200 |  5723 |  1282k|  31.0 |   963M |  52 |1812 |5434 |   0 |  18k|  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2975.87/2987.70	c   126s| 41300 |  5717 |  1284k|  31.0 |   963M |  52 |1812 |5417 |   0 |  18k|  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2976.07/2987.97	c   127s| 41400 |  5763 |  1287k|  31.0 |   963M |  52 |1812 |5285 |   0 |  18k|  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2976.28/2988.18	c   127s| 41500 |  5805 |  1290k|  31.0 |   963M |  52 |1812 |5200 |2598 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2976.57/2988.45	c   127s| 41600 |  5846 |  1295k|  31.0 |   963M |  52 |1812 |5157 |2597 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2976.76/2988.65	c   127s| 41700 |  5867 |  1298k|  31.0 |   963M |  52 |1812 |5224 |2597 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2977.06/2988.91	c   128s| 41800 |  5901 |  1303k|  31.0 |   963M |  52 |1812 |5230 |2594 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.05%
2977.28/2989.17	c   128s| 41900 |  5948 |  1308k|  31.1 |   963M |  52 |1812 |5209 |2593 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2977.56/2989.42	c   128s| 42000 |  5975 |  1312k|  31.1 |   963M |  52 |1812 |5228 |2596 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2977.86/2989.70	c   128s| 42100 |  6004 |  1317k|  31.1 |   963M |  52 |1812 |5206 |2595 |  18k|  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2978.06/2989.91	c   129s| 42200 |  6030 |  1320k|  31.1 |   963M |  52 |1812 |5212 |2594 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2978.17/2990.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2978.17/2990.10	c   129s| 42300 |  6053 |  1323k|  31.1 |   963M |  52 |1812 |5272 |2596 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2978.46/2990.31	c   129s| 42400 |  6070 |  1326k|  31.1 |   963M |  52 |1812 |5336 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2978.56/2990.48	c   129s| 42500 |  6069 |  1328k|  31.1 |   963M |  52 |1812 |5436 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2978.76/2990.68	c   129s| 42600 |  6088 |  1331k|  31.1 |   963M |  52 |1812 |5485 |2596 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2978.96/2990.84	c   130s| 42700 |  6093 |  1333k|  31.1 |   963M |  52 |1812 |5567 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2979.06/2991.00	c   130s| 42800 |  6093 |  1335k|  31.0 |   963M |  52 |1812 |5635 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2979.35/2991.21	c   130s| 42900 |  6117 |  1337k|  31.0 |   963M |  52 |1812 |5663 |2596 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2979.55/2991.43	c   130s| 43000 |  6149 |  1341k|  31.1 |   963M |  52 |1812 |5692 |2595 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2979.75/2991.62	c   130s| 43100 |  6152 |  1344k|  31.1 |   963M |  52 |1812 |5752 |2596 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2979.95/2991.82	c   131s| 43200 |  6167 |  1347k|  31.0 |   963M |  52 |1812 |5801 |2595 |  18k|  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2980.16/2992.03	c   131s| 43300 |  6182 |  1350k|  31.0 |   963M |  52 |1812 |5762 |   0 |  18k|  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2980.35/2992.24	c   131s| 43400 |  6196 |  1352k|  31.0 |   963M |  52 |1812 |5635 |2592 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2980.65/2992.50	c   131s| 43500 |  6232 |  1357k|  31.1 |   963M |  52 |1812 |5581 |2594 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.06%
2980.85/2992.75	c   131s| 43600 |  6254 |  1362k|  31.1 |   963M |  52 |1812 |5607 |2598 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2981.05/2992.95	c   132s| 43700 |  6280 |  1365k|  31.1 |   963M |  52 |1812 |5527 |   0 |  18k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2981.26/2993.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2981.26/2993.18	c   132s| 43800 |  6310 |  1369k|  31.1 |   963M |  52 |1812 |5608 |   0 |  18k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2981.55/2993.41	c   132s| 43900 |  6318 |  1372k|  31.1 |   963M |  52 |1812 |5707 |2594 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2981.85/2993.71	c   132s| 44000 |  6355 |  1378k|  31.2 |   963M |  52 |1812 |5756 |2593 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2982.04/2993.97	c   133s| 44100 |  6367 |  1382k|  31.2 |   963M |  52 |1812 |5730 |   0 |  18k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2982.26/2994.16	c   133s| 44200 |  6380 |  1384k|  31.2 |   963M |  52 |1812 |5759 |   0 |  18k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2982.44/2994.34	c   133s| 44300 |  6383 |  1386k|  31.2 |   963M |  52 |1812 |5804 |2605 |  18k|  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2982.64/2994.53	c   133s| 44400 |  6376 |  1388k|  31.1 |   963M |  52 |1812 |5830 |   0 |  19k|  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2982.84/2994.76	c   133s| 44500 |  6378 |  1391k|  31.1 |   963M |  52 |1812 |5739 |2592 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2983.04/2994.96	c   134s| 44600 |  6381 |  1394k|  31.1 |   963M |  52 |1812 |5716 |2590 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2983.44/2995.36	c   134s| 44700 |  6399 |  1401k|  31.2 |   963M |  52 |1812 |5541 |2591 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2983.74/2995.62	c   134s| 44800 |  6411 |  1405k|  31.2 |   963M |  52 |1812 |5428 |   0 |  19k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2983.94/2995.81	c   135s| 44900 |  6413 |  1407k|  31.2 |   963M |  52 |1812 |5430 |2587 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2984.25/2996.12	c   135s| 45000 |  6421 |  1411k|  31.2 |   963M |  52 |1812 |5380 |   0 |  19k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2984.43/2996.37	c   135s| 45100 |  6424 |  1414k|  31.2 |   963M |  52 |1812 |5273 |2597 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2984.63/2996.58	c   135s| 45200 |  6427 |  1417k|  31.2 |   963M |  52 |1812 |5324 |2597 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2984.83/2996.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2984.83/2996.77	c   135s| 45300 |  6438 |  1419k|  31.2 |   963M |  52 |1812 |5322 |2598 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2985.14/2997.05	c   136s| 45400 |  6426 |  1421k|  31.2 |   963M |  52 |1812 |5275 |2585 |  19k|  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2985.53/2997.42	c   136s| 45500 |  6444 |  1426k|  31.2 |   963M |  52 |1812 |5277 |   0 |  19k|  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2985.73/2997.67	c   136s| 45600 |  6441 |  1429k|  31.2 |   963M |  52 |1812 |5236 |   0 |  19k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2985.93/2997.86	c   137s| 45700 |  6447 |  1432k|  31.2 |   963M |  52 |1812 |5238 |2595 |  19k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2986.24/2998.12	c   137s| 45800 |  6472 |  1436k|  31.2 |   963M |  52 |1812 |5152 |   0 |  19k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2986.53/2998.40	c   137s| 45900 |  6468 |  1439k|  31.2 |   963M |  52 |1812 |5086 |2594 |  19k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2986.72/2998.61	c   137s| 46000 |  6483 |  1442k|  31.2 |   963M |  52 |1812 |5167 |2602 |  19k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.07%
2986.92/2998.80	c   138s| 46100 |  6486 |  1445k|  31.2 |   963M |  52 |1812 |5184 |2602 |  19k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2987.02/2999.01	c   138s| 46200 |  6502 |  1448k|  31.2 |   963M |  52 |1812 |5255 |   0 |  19k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2987.32/2999.21	c   138s| 46300 |  6519 |  1450k|  31.2 |   963M |  52 |1812 |5364 |2600 |  19k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2987.52/2999.46	c   138s| 46400 |  6517 |  1454k|  31.2 |   963M |  52 |1812 |5443 |   0 |  20k|  0 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2987.72/2999.68	c   138s| 46500 |  6536 |  1457k|  31.2 |   963M |  52 |1812 |5336 |2594 |  20k|  2 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2987.92/2999.86	c   139s| 46600 |  6552 |  1459k|  31.2 |   963M |  52 |1812 |5351 |2584 |  20k|  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2988.23/3000.17	c   139s| 46700 |  6582 |  1463k|  31.2 |   963M |  52 |1812 |5403 |2599 |  20k|  2 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2988.92/3000.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2988.92/3000.87	c   140s| 46800 |  6595 |  1469k|  31.3 |   963M |  52 |1812 |5457 |2604 |  20k|  2 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2989.23/3001.19	c   140s| 46900 |  6619 |  1474k|  31.3 |   963M |  52 |1812 |5489 |   0 |  20k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2989.51/3001.45	c   140s| 47000 |  6653 |  1479k|  31.4 |   963M |  52 |1812 |5500 |2587 |  20k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2990.12/3002.07	c   141s| 47100 |  6670 |  1485k|  31.4 |   963M |  52 |1812 |5528 |   0 |  20k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2990.51/3002.42	c   141s| 47200 |  6677 |  1488k|  31.4 |   963M |  52 |1812 |5577 |2588 |  20k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2990.81/3002.76	c   141s| 47300 |  6682 |  1495k|  31.5 |   963M |  52 |1812 |5613 |   0 |  21k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2991.12/3003.08	c   142s| 47400 |  6692 |  1500k|  31.5 |   963M |  52 |1812 |5643 |2587 |  21k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2991.41/3003.39	c   142s| 47500 |  6688 |  1503k|  31.5 |   963M |  52 |1812 |5692 |   0 |  21k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2991.81/3003.72	c   142s| 47600 |  6704 |  1508k|  31.6 |   963M |  52 |1812 |5617 |2600 |  21k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2992.00/3004.00	c   143s| 47700 |  6733 |  1511k|  31.6 |   963M |  52 |1812 |5514 |   0 |  21k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2992.30/3004.20	c   143s| 47800 |  6758 |  1514k|  31.6 |   963M |  52 |1812 |5451 |2594 |  21k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2992.40/3004.38	c   143s| 47900 |  6765 |  1516k|  31.5 |   963M |  52 |1812 |5459 |2598 |  21k|  2 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2992.60/3004.57	c   143s| 48000 |  6785 |  1518k|  31.5 |   963M |  52 |1812 |5479 |2592 |  21k|  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2992.80/3004.75	c   143s| 48100 |  6799 |  1521k|  31.5 |   963M |  52 |1812 |5573 |   0 |  21k|  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2993.00/3004.93	c   144s| 48200 |  6798 |  1523k|  31.5 |   963M |  52 |1812 |5563 |   0 |  21k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2993.21/3005.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2993.21/3005.13	c   144s| 48300 |  6790 |  1525k|  31.5 |   963M |  52 |1812 |5485 |2593 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2993.40/3005.32	c   144s| 48400 |  6802 |  1528k|  31.4 |   963M |  52 |1812 |5436 |2585 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2993.60/3005.51	c   144s| 48500 |  6830 |  1531k|  31.4 |   963M |  52 |1812 |5432 |2589 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2993.80/3005.70	c   144s| 48600 |  6851 |  1533k|  31.4 |   963M |  52 |1812 |5464 |   0 |  21k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2993.90/3005.87	c   145s| 48700 |  6848 |  1536k|  31.4 |   963M |  52 |1812 |5503 |2589 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2994.11/3006.06	c   145s| 48800 |  6871 |  1539k|  31.4 |   963M |  52 |1812 |5503 |   0 |  21k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2994.30/3006.22	c   145s| 48900 |  6875 |  1541k|  31.4 |   963M |  52 |1812 |5546 |2586 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2994.39/3006.39	c   145s| 49000 |  6896 |  1543k|  31.4 |   963M |  52 |1812 |5571 |2584 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2994.59/3006.57	c   145s| 49100 |  6901 |  1545k|  31.4 |   963M |  52 |1812 |5621 |2586 |  21k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2994.79/3006.75	c   145s| 49200 |  6913 |  1548k|  31.3 |   963M |  52 |1812 |5666 |   0 |  22k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2994.99/3006.92	c   146s| 49300 |  6923 |  1550k|  31.3 |   963M |  52 |1812 |5709 |   0 |  22k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2995.29/3007.24	c   146s| 49400 |  6951 |  1556k|  31.4 |   963M |  52 |1812 |5567 |2596 |  22k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2995.59/3007.58	c   146s| 49500 |  6968 |  1560k|  31.4 |   963M |  52 |1812 |5541 |2593 |  22k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2995.89/3007.82	c   147s| 49600 |  7013 |  1564k|  31.4 |   963M |  52 |1812 |5440 |   0 |  22k|  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2996.20/3008.13	c   147s| 49700 |  7064 |  1569k|  31.5 |   963M |  52 |1812 |5426 |2593 |  22k|  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2996.49/3008.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2996.49/3008.41	c   147s| 49800 |  7100 |  1574k|  31.5 |   963M |  52 |1812 |5449 |2593 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2996.69/3008.65	c   147s| 49900 |  7127 |  1578k|  31.5 |   963M |  52 |1812 |5403 |2600 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2996.88/3008.82	c   148s| 50000 |  7131 |  1580k|  31.5 |   963M |  52 |1812 |5416 |2593 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2997.10/3009.09	c   148s| 50100 |  7145 |  1582k|  31.5 |   963M |  52 |1812 |5451 |   0 |  22k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2997.38/3009.34	c   148s| 50200 |  7148 |  1584k|  31.4 |   963M |  52 |1812 |5350 |2600 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2997.58/3009.59	c   148s| 50300 |  7168 |  1588k|  31.5 |   963M |  52 |1812 |5177 |2602 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2997.88/3009.86	c   149s| 50400 |  7180 |  1592k|  31.5 |   963M |  52 |1812 |5074 |2598 |  22k|  2 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2998.19/3010.13	c   149s| 50500 |  7193 |  1596k|  31.5 |   963M |  52 |1812 |5097 |2593 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2998.38/3010.39	c   149s| 50600 |  7197 |  1598k|  31.5 |   963M |  52 |1812 |5079 |2600 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2998.58/3010.59	c   149s| 50700 |  7210 |  1601k|  31.5 |   963M |  52 |1812 |5117 |   0 |  22k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2998.78/3010.74	c   149s| 50800 |  7210 |  1603k|  31.4 |   963M |  52 |1812 |5199 |   0 |  22k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2998.98/3010.94	c   150s| 50900 |  7246 |  1606k|  31.4 |   963M |  52 |1812 |5158 |2591 |  22k|  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2999.37/3011.37	c   150s| 51000 |  7262 |  1610k|  31.5 |   963M |  52 |1812 |5194 |   0 |  22k|  0 |  37k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2999.67/3011.68	c   150s| 51100 |  7272 |  1613k|  31.4 |   963M |  52 |1812 |5268 |   0 |  23k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
2999.97/3011.95	c   151s| 51200 |  7284 |  1616k|  31.5 |   963M |  52 |1812 |5250 |   0 |  23k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
3000.27/3012.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3000.27/3012.27	c   151s| 51300 |  7293 |  1619k|  31.5 |   963M |  52 |1812 |5094 |   0 |  23k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
3000.47/3012.47	c   151s| 51400 |  7317 |  1622k|  31.4 |   963M |  52 |1812 |4942 |2593 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
3000.68/3012.64	c   151s| 51500 |  7327 |  1624k|  31.4 |   963M |  52 |1812 |4942 |   0 |  23k|  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.08%
3000.88/3012.80	c   152s| 51600 |  7323 |  1627k|  31.4 |   963M |  52 |1812 |4990 |2594 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3001.09/3013.07	c   152s| 51700 |  7340 |  1631k|  31.4 |   963M |  52 |1812 |4852 |2596 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3001.38/3013.32	c   152s| 51800 |  7333 |  1633k|  31.4 |   963M |  52 |1812 |4814 |2591 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3001.58/3013.55	c   152s| 51900 |  7348 |  1637k|  31.4 |   963M |  52 |1812 |4727 |2600 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3001.77/3013.77	c   152s| 52000 |  7348 |  1640k|  31.4 |   963M |  52 |1812 |4620 |2591 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3002.09/3014.06	c   153s| 52100 |  7367 |  1644k|  31.4 |   963M |  52 |1812 |4524 |2593 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3002.27/3014.28	c   153s| 52200 |  7382 |  1647k|  31.4 |   963M |  52 |1812 |4543 |2599 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3002.47/3014.49	c   153s| 52300 |  7395 |  1649k|  31.4 |   963M |  52 |1812 |4515 |2592 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3002.97/3014.92	c   154s| 52400 |  7406 |  1654k|  31.4 |   963M |  52 |1812 |4434 |2598 |  23k|  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3003.18/3015.15	c   154s| 52500 |  7421 |  1657k|  31.5 |   963M |  52 |1812 |4365 |2589 |  23k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3003.47/3015.45	c   154s| 52600 |  7446 |  1661k|  31.5 |   963M |  52 |1812 |4312 |2593 |  23k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3003.87/3015.83	c   155s| 52700 |  7486 |  1665k|  31.5 |   963M |  52 |1812 |4346 |2593 |  23k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3004.18/3016.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3004.18/3016.13	c   155s| 52800 |  7512 |  1670k|  31.5 |   963M |  52 |1812 |4357 |2594 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3004.46/3016.45	c   155s| 52900 |  7560 |  1675k|  31.6 |   963M |  52 |1812 |4370 |2607 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.09%
3004.86/3016.83	c   156s| 53000 |  7586 |  1679k|  31.6 |   963M |  52 |1812 |4268 |2588 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3005.18/3017.12	c   156s| 53100 |  7646 |  1685k|  31.6 |   963M |  52 |1812 |4190 |2588 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3005.46/3017.47	c   156s| 53200 |  7696 |  1690k|  31.7 |   963M |  52 |1812 |4188 |2597 |  24k|  2 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3005.66/3017.67	c   156s| 53300 |  7716 |  1693k|  31.7 |   963M |  52 |1812 |4228 |2596 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3005.86/3017.89	c   157s| 53400 |  7729 |  1697k|  31.7 |   963M |  52 |1812 |4272 |   0 |  24k|  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3006.07/3018.10	c   157s| 53500 |  7728 |  1700k|  31.7 |   963M |  52 |1812 |4326 |2602 |  24k|  2 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3006.46/3018.49	c   157s| 53600 |  7738 |  1703k|  31.7 |   963M |  52 |1812 |4367 |   0 |  24k|  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3006.66/3018.66	c   157s| 53700 |  7737 |  1706k|  31.7 |   963M |  52 |1812 |4441 |2592 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3006.85/3018.83	c   158s| 53800 |  7746 |  1708k|  31.6 |   963M |  52 |1812 |4523 |2593 |  24k|  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3007.07/3019.02	c   158s| 53900 |  7753 |  1710k|  31.6 |   963M |  52 |1812 |4576 |   0 |  24k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3007.45/3019.41	c   158s| 54000 |  7778 |  1715k|  31.7 |   963M |  52 |1812 |4573 |   0 |  24k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.14%
3007.65/3019.65	c   158s| 54100 |  7797 |  1719k|  31.7 |   963M |  52 |1812 |4484 |2592 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3007.85/3019.87	c   159s| 54200 |  7798 |  1721k|  31.7 |   963M |  52 |1812 |4486 |   0 |  24k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3008.06/3020.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3008.06/3020.09	c   159s| 54300 |  7818 |  1724k|  31.7 |   963M |  52 |1812 |4488 |2596 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3008.25/3020.29	c   159s| 54400 |  7841 |  1727k|  31.6 |   963M |  52 |1812 |4524 |   0 |  24k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3008.45/3020.49	c   159s| 54500 |  7855 |  1731k|  31.7 |   963M |  52 |1812 |4582 |2595 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3008.75/3020.73	c   159s| 54600 |  7898 |  1735k|  31.7 |   963M |  52 |1812 |4618 |2596 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3008.95/3020.94	c   160s| 54700 |  7925 |  1738k|  31.7 |   963M |  52 |1812 |4706 |2597 |  24k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3009.16/3021.13	c   160s| 54800 |  7936 |  1741k|  31.7 |   963M |  52 |1812 |4740 |2596 |  25k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3009.34/3021.34	c   160s| 54900 |  7934 |  1744k|  31.7 |   963M |  52 |1812 |4796 |2599 |  25k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3009.54/3021.55	c   160s| 55000 |  7942 |  1747k|  31.7 |   963M |  52 |1812 |4823 |   0 |  25k|  0 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3009.74/3021.71	c   160s| 55100 |  7939 |  1749k|  31.6 |   963M |  52 |1812 |4878 |2598 |  25k|  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3009.94/3021.90	c   161s| 55200 |  7955 |  1752k|  31.6 |   963M |  52 |1812 |4959 |2590 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3010.15/3022.11	c   161s| 55300 |  7943 |  1755k|  31.6 |   963M |  52 |1812 |5017 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3010.34/3022.31	c   161s| 55400 |  7950 |  1758k|  31.6 |   963M |  52 |1812 |5041 |2593 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3010.44/3022.49	c   161s| 55500 |  7950 |  1760k|  31.6 |   963M |  52 |1812 |5140 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3010.64/3022.68	c   161s| 55600 |  7961 |  1762k|  31.6 |   963M |  52 |1812 |5125 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3010.94/3022.96	c   162s| 55700 |  7981 |  1766k|  31.6 |   963M |  52 |1812 |4981 |2586 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3011.15/3023.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3011.15/3023.16	c   162s| 55800 |  7994 |  1769k|  31.6 |   963M |  52 |1812 |4865 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3011.34/3023.35	c   162s| 55900 |  7995 |  1771k|  31.6 |   963M |  52 |1812 |4894 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3011.54/3023.57	c   162s| 56000 |  8020 |  1775k|  31.6 |   963M |  52 |1812 |4806 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3011.73/3023.76	c   162s| 56100 |  8028 |  1777k|  31.6 |   963M |  52 |1812 |4846 |2602 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3011.93/3023.96	c   163s| 56200 |  8031 |  1780k|  31.6 |   963M |  52 |1812 |4889 |   0 |  25k|  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3012.15/3024.17	c   163s| 56300 |  8069 |  1783k|  31.6 |   963M |  52 |1812 |4724 |2593 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3012.33/3024.39	c   163s| 56400 |  8090 |  1785k|  31.5 |   963M |  52 |1812 |4702 |2593 |  25k|  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3012.63/3024.66	c   163s| 56500 |  8082 |  1788k|  31.5 |   963M |  52 |1812 |4712 |2591 |  25k|  2 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3012.83/3024.85	c   164s| 56600 |  8076 |  1790k|  31.5 |   963M |  52 |1812 |4709 |2598 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3013.04/3025.05	c   164s| 56700 |  8068 |  1792k|  31.5 |   963M |  52 |1812 |4732 |2598 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3013.23/3025.27	c   164s| 56800 |  8097 |  1795k|  31.5 |   963M |  52 |1812 |4648 |2591 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3013.43/3025.47	c   164s| 56900 |  8112 |  1797k|  31.5 |   963M |  52 |1812 |4630 |   0 |  25k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3013.73/3025.70	c   164s| 57000 |  8101 |  1799k|  31.5 |   963M |  52 |1812 |4623 |   0 |  25k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3013.92/3025.94	c   165s| 57100 |  8102 |  1802k|  31.5 |   963M |  52 |1812 |4648 |2594 |  25k|  2 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3014.14/3026.14	c   165s| 57200 |  8101 |  1804k|  31.4 |   963M |  52 |1812 |4713 |2593 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3014.32/3026.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3014.32/3026.33	c   165s| 57300 |  8094 |  1805k|  31.4 |   963M |  52 |1812 |4816 |2593 |  25k|  1 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3014.92/3026.93	c   166s| 57400 |  8105 |  1808k|  31.4 |   963M |  52 |1812 |4836 |   0 |  25k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3015.32/3027.38	c   166s| 57500 |  8102 |  1812k|  31.4 |   963M |  52 |1812 |4888 |   0 |  25k|  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3015.52/3027.57	c   166s| 57600 |  8104 |  1814k|  31.4 |   963M |  52 |1812 |4924 |   0 |  25k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3015.82/3027.83	c   167s| 57700 |  8113 |  1818k|  31.4 |   963M |  52 |1812 |4928 |2597 |  25k|  2 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3016.03/3028.06	c   167s| 57800 |  8126 |  1821k|  31.4 |   963M |  52 |1812 |4863 |2591 |  25k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3016.21/3028.23	c   167s| 57900 |  8142 |  1822k|  31.4 |   963M |  52 |1812 |4846 |2591 |  25k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3016.31/3028.38	c   167s| 58000 |  8149 |  1824k|  31.3 |   963M |  52 |1812 |4870 |   0 |  25k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3016.51/3028.56	c   167s| 58100 |  8149 |  1826k|  31.3 |   963M |  52 |1812 |4907 |2593 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3016.71/3028.79	c   167s| 58200 |  8141 |  1829k|  31.3 |   963M |  52 |1812 |4803 |2597 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3017.03/3029.08	c   168s| 58300 |  8149 |  1831k|  31.3 |   963M |  52 |1812 |4830 |2593 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3017.31/3029.37	c   168s| 58400 |  8150 |  1834k|  31.3 |   963M |  52 |1812 |4814 |   0 |  26k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3017.61/3029.61	c   168s| 58500 |  8150 |  1837k|  31.3 |   963M |  52 |1812 |4845 |2594 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3017.91/3029.97	c   169s| 58600 |  8166 |  1841k|  31.3 |   963M |  52 |1812 |4863 |2592 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3018.12/3030.16	c   169s| 58700 |  8175 |  1843k|  31.3 |   963M |  52 |1812 |4892 |   0 |  26k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3018.41/3030.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3018.41/3030.43	c   169s| 58800 |  8170 |  1845k|  31.3 |   963M |  57 |1812 |4884 |2597 |  26k|  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.15%
3018.61/3030.67	c   169s| 58900 |  8188 |  1848k|  31.3 |   963M |  57 |1812 |4911 |   0 |  26k|  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3018.80/3030.87	c   170s| 59000 |  8199 |  1851k|  31.3 |   963M |  57 |1812 |4983 |2598 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3019.02/3031.09	c   170s| 59100 |  8203 |  1855k|  31.3 |   963M |  57 |1812 |5043 |   0 |  26k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3019.70/3031.73	c   170s| 59200 |  8210 |  1859k|  31.3 |   963M |  57 |1812 |5102 |2649 |  26k|  4 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3020.01/3032.08	c   171s| 59300 |  8204 |  1862k|  31.3 |   963M |  57 |1812 |5195 |2600 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3020.30/3032.34	c   171s| 59400 |  8208 |  1865k|  31.3 |   963M |  57 |1812 |5229 |2601 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3020.60/3032.63	c   171s| 59500 |  8213 |  1868k|  31.3 |   963M |  57 |1812 |5289 |2601 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3020.80/3032.87	c   172s| 59600 |  8204 |  1871k|  31.3 |   964M |  57 |1812 |5323 |2605 |  26k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3021.50/3033.58	c   172s| 59700 |  8206 |  1874k|  31.3 |   964M |  57 |1812 |5361 |2600 |  27k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3022.01/3034.09	c   173s| 59800 |  8225 |  1877k|  31.3 |   964M |  57 |1812 |5300 |   0 |  27k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3022.19/3034.29	c   173s| 59900 |  8237 |  1879k|  31.3 |   964M |  57 |1812 |5321 |   0 |  27k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3022.69/3034.73	c   173s| 60000 |  8241 |  1884k|  31.3 |   964M |  57 |1812 |5300 |2595 |  27k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3022.79/3034.90	c   174s| 60100 |  8248 |  1886k|  31.3 |   964M |  57 |1812 |5275 |   0 |  27k|  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3023.00/3035.09	c   174s| 60200 |  8254 |  1888k|  31.3 |   964M |  57 |1812 |5287 |2596 |  27k|  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3023.19/3035.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3023.19/3035.29	c   174s| 60300 |  8272 |  1890k|  31.3 |   964M |  57 |1812 |5338 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3023.39/3035.48	c   174s| 60400 |  8270 |  1893k|  31.3 |   964M |  57 |1812 |5398 |2595 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3023.59/3035.67	c   174s| 60500 |  8275 |  1896k|  31.2 |   964M |  57 |1812 |5442 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3023.88/3035.91	c   175s| 60600 |  8274 |  1900k|  31.3 |   964M |  57 |1812 |5431 |2592 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3024.10/3036.13	c   175s| 60700 |  8284 |  1903k|  31.3 |   964M |  57 |1812 |5441 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3024.38/3036.43	c   175s| 60800 |  8291 |  1907k|  31.3 |   964M |  57 |1812 |5485 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3024.58/3036.63	c   175s| 60900 |  8295 |  1909k|  31.3 |   964M |  57 |1812 |5524 |2593 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3024.68/3036.79	c   175s| 61000 |  8301 |  1911k|  31.2 |   964M |  57 |1812 |5570 |2593 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3024.88/3037.00	c   176s| 61100 |  8302 |  1914k|  31.2 |   964M |  57 |1812 |5618 |2598 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3025.18/3037.21	c   176s| 61200 |  8326 |  1917k|  31.2 |   964M |  57 |1812 |5604 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3025.38/3037.45	c   176s| 61300 |  8322 |  1919k|  31.2 |   965M |  57 |1812 |5657 |   0 |  27k|  0 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3025.58/3037.69	c   176s| 61400 |  8337 |  1922k|  31.2 |   965M |  57 |1812 |5632 |2587 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3025.78/3037.88	c   177s| 61500 |  8328 |  1924k|  31.2 |   965M |  57 |1812 |5549 |2592 |  27k|  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3025.99/3038.07	c   177s| 61600 |  8340 |  1926k|  31.2 |   965M |  57 |1812 |5439 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3026.18/3038.23	c   177s| 61700 |  8342 |  1928k|  31.2 |   965M |  57 |1812 |5395 |2588 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3026.37/3038.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3026.37/3038.42	c   177s| 61800 |  8362 |  1930k|  31.1 |   965M |  57 |1812 |5357 |2591 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3026.47/3038.59	c   177s| 61900 |  8371 |  1932k|  31.1 |   965M |  57 |1812 |5368 |2591 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3026.67/3038.77	c   177s| 62000 |  8386 |  1934k|  31.1 |   965M |  57 |1812 |5338 |2588 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3026.87/3038.99	c   178s| 62100 |  8373 |  1937k|  31.1 |   965M |  57 |1812 |5343 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3027.09/3039.17	c   178s| 62200 |  8386 |  1939k|  31.1 |   965M |  57 |1812 |5369 |2593 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3027.27/3039.37	c   178s| 62300 |  8413 |  1941k|  31.1 |   965M |  57 |1812 |5417 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3027.47/3039.59	c   178s| 62400 |  8410 |  1945k|  31.1 |   965M |  57 |1812 |5512 |2594 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3027.67/3039.78	c   178s| 62500 |  8423 |  1947k|  31.1 |   965M |  57 |1812 |5489 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3027.87/3039.99	c   179s| 62600 |  8425 |  1950k|  31.1 |   965M |  57 |1812 |5504 |2594 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3028.17/3040.20	c   179s| 62700 |  8433 |  1952k|  31.0 |   965M |  57 |1812 |5494 |2594 |  28k|  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3028.27/3040.37	c   179s| 62800 |  8428 |  1954k|  31.0 |   965M |  57 |1812 |5557 |   0 |  28k|  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf |   5.16%
3028.47/3040.58	c   179s| 62900 |  8433 |  1957k|  31.0 |   965M |  57 |1812 |5494 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3028.67/3040.76	c   179s| 63000 |  8445 |  1959k|  31.0 |   965M |  57 |1812 |5496 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3028.86/3040.97	c   180s| 63100 |  8438 |  1962k|  31.0 |   965M |  57 |1812 |5482 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3029.08/3041.19	c   180s| 63200 |  8441 |  1965k|  31.0 |   965M |  57 |1812 |5449 |2592 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3029.36/3041.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3029.36/3041.40	c   180s| 63300 |  8452 |  1968k|  31.0 |   965M |  57 |1812 |5320 |2592 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3029.46/3041.55	c   180s| 63400 |  8454 |  1970k|  31.0 |   965M |  57 |1812 |5357 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3029.66/3041.73	c   180s| 63500 |  8457 |  1972k|  31.0 |   965M |  57 |1812 |5350 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3029.86/3041.94	c   181s| 63600 |  8463 |  1974k|  31.0 |   965M |  57 |1812 |5388 |2591 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3030.07/3042.12	c   181s| 63700 |  8464 |  1977k|  30.9 |   965M |  57 |1812 |5450 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3030.26/3042.33	c   181s| 63800 |  8460 |  1980k|  30.9 |   965M |  57 |1812 |5517 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3030.46/3042.53	c   181s| 63900 |  8459 |  1982k|  30.9 |   965M |  57 |1812 |5479 |2588 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3030.66/3042.72	c   181s| 64000 |  8473 |  1984k|  30.9 |   965M |  57 |1812 |5525 |2595 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3030.76/3042.89	c   182s| 64100 |  8487 |  1987k|  30.9 |   965M |  57 |1812 |5557 |2592 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3030.97/3043.06	c   182s| 64200 |  8489 |  1989k|  30.9 |   965M |  57 |1812 |5593 |   0 |  28k|  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3031.15/3043.24	c   182s| 64300 |  8489 |  1991k|  30.9 |   965M |  57 |1812 |5643 |2593 |  28k|  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3031.35/3043.42	c   182s| 64400 |  8493 |  1994k|  30.9 |   965M |  57 |1812 |5718 |2590 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3031.45/3043.59	c   182s| 64500 |  8485 |  1997k|  30.9 |   965M |  57 |1812 |5772 |2593 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3031.65/3043.78	c   182s| 64600 |  8474 |  1999k|  30.9 |   965M |  57 |1812 |5839 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3031.85/3044.00	c   183s| 64700 |  8482 |  2002k|  30.8 |   965M |  57 |1812 |5784 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3032.06/3044.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3032.06/3044.18	c   183s| 64800 |  8487 |  2004k|  30.8 |   965M |  57 |1812 |5871 |2590 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3032.25/3044.36	c   183s| 64900 |  8486 |  2006k|  30.8 |   965M |  57 |1812 |5921 |2592 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3032.45/3044.50	c   183s| 65000 |  8488 |  2007k|  30.8 |   965M |  57 |1812 |5962 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3032.55/3044.67	c   183s| 65100 |  8493 |  2009k|  30.8 |   965M |  57 |1812 |6013 |2596 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3032.75/3044.85	c   184s| 65200 |  8493 |  2012k|  30.8 |   965M |  57 |1812 |6074 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3032.96/3045.03	c   184s| 65300 |  8484 |  2014k|  30.8 |   965M |  57 |1812 |6079 |2592 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3033.15/3045.21	c   184s| 65400 |  8493 |  2016k|  30.7 |   965M |  57 |1812 |6086 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3033.25/3045.38	c   184s| 65500 |  8490 |  2018k|  30.7 |   965M |  57 |1812 |6153 |   0 |  28k|  0 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3033.54/3045.61	c   184s| 65600 |  8482 |  2021k|  30.7 |   965M |  57 |1812 |6107 |2591 |  28k|  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3033.64/3045.78	c   184s| 65700 |  8491 |  2023k|  30.7 |   965M |  57 |1812 |6130 |2591 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3033.84/3045.94	c   185s| 65800 |  8492 |  2025k|  30.7 |   965M |  57 |1812 |6188 |   0 |  28k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3034.06/3046.13	c   185s| 65900 |  8481 |  2028k|  30.7 |   965M |  57 |1812 |6212 |2591 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3034.24/3046.33	c   185s| 66000 |  8512 |  2031k|  30.7 |   965M |  57 |1812 |6096 |2597 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3034.44/3046.52	c   185s| 66100 |  8509 |  2033k|  30.7 |   965M |  57 |1812 |6110 |2595 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3034.64/3046.72	c   185s| 66200 |  8505 |  2036k|  30.7 |   965M |  57 |1812 |6206 |2595 |  28k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3035.05/3047.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3035.05/3047.15	c   186s| 66300 |  8523 |  2039k|  30.7 |   965M |  57 |1812 |6181 |   0 |  28k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3035.44/3047.55	c   186s| 66400 |  8552 |  2044k|  30.7 |   965M |  57 |1812 |6196 |   0 |  29k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3035.74/3047.87	c   187s| 66500 |  8556 |  2047k|  30.7 |   965M |  57 |1812 |6232 |   0 |  29k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3035.95/3048.06	c   187s| 66600 |  8552 |  2049k|  30.7 |   965M |  57 |1812 |6183 |2600 |  29k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3036.23/3048.30	c   187s| 66700 |  8579 |  2052k|  30.7 |   965M |  57 |1812 |5996 |   0 |  29k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3036.43/3048.55	c   187s| 66800 |  8624 |  2057k|  30.7 |   965M |  57 |1812 |5988 |   0 |  29k|  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3036.94/3049.01	c   188s| 66900 |  8671 |  2062k|  30.7 |   965M |  57 |1812 |6049 |2592 |  29k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3037.23/3049.34	c   188s| 67000 |  8690 |  2065k|  30.7 |   965M |  57 |1812 |6105 |2600 |  29k|  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3037.53/3049.61	c   188s| 67100 |  8714 |  2068k|  30.7 |   965M |  57 |1812 |5978 |2586 |  29k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3037.73/3049.80	c   189s| 67200 |  8714 |  2071k|  30.7 |   965M |  57 |1812 |5980 |   0 |  29k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3037.83/3050.01	c   189s| 67300 |  8727 |  2073k|  30.7 |   965M |  57 |1812 |6059 |   0 |  29k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3038.13/3050.22	c   189s| 67400 |  8724 |  2076k|  30.7 |   965M |  57 |1812 |6131 |2597 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3038.33/3050.41	c   189s| 67500 |  8718 |  2078k|  30.7 |   965M |  57 |1812 |6142 |   0 |  29k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3038.52/3050.64	c   189s| 67600 |  8722 |  2082k|  30.7 |   965M |  57 |1812 |6030 |2587 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3038.72/3050.87	c   190s| 67700 |  8751 |  2085k|  30.7 |   965M |  57 |1812 |5974 |2591 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3039.04/3051.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3039.04/3051.12	c   190s| 67800 |  8750 |  2087k|  30.7 |   966M |  57 |1812 |5980 |2598 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3039.22/3051.30	c   190s| 67900 |  8757 |  2088k|  30.7 |   966M |  57 |1812 |5880 |2598 |  29k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3039.42/3051.55	c   190s| 68000 |  8758 |  2091k|  30.7 |   966M |  57 |1812 |5847 |2598 |  30k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3040.42/3052.52	c   191s| 68100 |  8775 |  2096k|  30.7 |   966M |  57 |1812 |5875 |2592 |  30k|  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3040.82/3052.98	c   192s| 68200 |  8772 |  2101k|  30.7 |   966M |  57 |1812 |5905 |2603 |  30k|  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3041.03/3053.17	c   192s| 68300 |  8784 |  2103k|  30.7 |   966M |  57 |1812 |5875 |2590 |  30k|  2 |  50k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3041.21/3053.34	c   192s| 68400 |  8789 |  2105k|  30.7 |   966M |  57 |1812 |5860 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3041.41/3053.50	c   192s| 68500 |  8791 |  2107k|  30.7 |   966M |  57 |1812 |5898 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.17%
3041.61/3053.71	c   192s| 68600 |  8794 |  2109k|  30.7 |   966M |  57 |1812 |5846 |2594 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3041.81/3053.94	c   193s| 68700 |  8815 |  2112k|  30.7 |   966M |  57 |1812 |5728 |2590 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3042.02/3054.12	c   193s| 68800 |  8832 |  2115k|  30.7 |   966M |  57 |1812 |5758 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3042.21/3054.31	c   193s| 68900 |  8828 |  2117k|  30.6 |   966M |  57 |1812 |5849 |2591 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3042.31/3054.48	c   193s| 69000 |  8826 |  2119k|  30.6 |   966M |  57 |1812 |5912 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3042.51/3054.64	c   193s| 69100 |  8827 |  2121k|  30.6 |   966M |  57 |1812 |5949 |2594 |  30k|  2 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3042.71/3054.88	c   194s| 69200 |  8827 |  2124k|  30.6 |   966M |  57 |1812 |5882 |2592 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3042.92/3055.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3042.92/3055.08	c   194s| 69300 |  8840 |  2127k|  30.6 |   966M |  57 |1812 |5931 |   0 |  30k|  0 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3043.11/3055.29	c   194s| 69400 |  8832 |  2130k|  30.6 |   966M |  57 |1812 |6003 |2592 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3043.30/3055.48	c   194s| 69500 |  8834 |  2132k|  30.6 |   966M |  57 |1812 |6026 |2592 |  30k|  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3043.50/3055.68	c   194s| 69600 |  8834 |  2135k|  30.6 |   966M |  57 |1812 |6079 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3043.80/3055.92	c   195s| 69700 |  8841 |  2137k|  30.6 |   966M |  57 |1812 |5979 |2592 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3043.92/3056.10	c   195s| 69800 |  8843 |  2140k|  30.6 |   966M |  57 |1812 |5948 |2592 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3044.10/3056.28	c   195s| 69900 |  8855 |  2143k|  30.6 |   966M |  57 |1812 |5929 |2592 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3044.30/3056.48	c   195s| 70000 |  8849 |  2145k|  30.6 |   966M |  57 |1812 |5970 |2594 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3044.60/3056.71	c   195s| 70100 |  8859 |  2148k|  30.6 |   966M |  57 |1812 |5887 |2596 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3044.70/3056.89	c   196s| 70200 |  8869 |  2151k|  30.6 |   966M |  57 |1812 |5848 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3044.91/3057.07	c   196s| 70300 |  8875 |  2153k|  30.5 |   966M |  57 |1812 |5836 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3045.10/3057.27	c   196s| 70400 |  8877 |  2155k|  30.5 |   966M |  57 |1812 |5865 |2598 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3045.30/3057.46	c   196s| 70500 |  8893 |  2158k|  30.5 |   966M |  57 |1812 |5797 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3045.49/3057.69	c   196s| 70600 |  8898 |  2160k|  30.5 |   966M |  57 |1812 |5777 |2600 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3045.79/3057.91	c   197s| 70700 |  8905 |  2163k|  30.5 |   966M |  57 |1812 |5708 |   0 |  30k|  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3046.09/3058.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3046.09/3058.20	c   197s| 70800 |  8918 |  2166k|  30.5 |   966M |  57 |1812 |5738 |2592 |  30k|  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3046.19/3058.39	c   197s| 70900 |  8927 |  2169k|  30.5 |   966M |  57 |1812 |5807 |2590 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3046.39/3058.57	c   197s| 71000 |  8933 |  2171k|  30.5 |   966M |  57 |1812 |5808 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3046.59/3058.74	c   197s| 71100 |  8938 |  2174k|  30.5 |   966M |  57 |1812 |5846 |2593 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3046.79/3058.91	c   198s| 71200 |  8928 |  2175k|  30.5 |   966M |  57 |1812 |5824 |2585 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3046.90/3059.11	c   198s| 71300 |  8934 |  2178k|  30.5 |   966M |  57 |1812 |5727 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3047.19/3059.31	c   198s| 71400 |  8949 |  2181k|  30.5 |   966M |  57 |1812 |5681 |2590 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3047.29/3059.47	c   198s| 71500 |  8955 |  2182k|  30.4 |   966M |  57 |1812 |5710 |2591 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3047.49/3059.62	c   198s| 71600 |  8954 |  2184k|  30.4 |   966M |  57 |1812 |5754 |2590 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3047.59/3059.79	c   198s| 71700 |  8951 |  2186k|  30.4 |   966M |  57 |1812 |5831 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3047.79/3059.96	c   199s| 71800 |  8965 |  2189k|  30.4 |   966M |  57 |1812 |5829 |2593 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3048.00/3060.14	c   199s| 71900 |  8978 |  2191k|  30.4 |   966M |  57 |1812 |5880 |2588 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3048.18/3060.32	c   199s| 72000 |  8984 |  2193k|  30.4 |   966M |  57 |1812 |5922 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3048.48/3060.64	c   199s| 72100 |  9001 |  2198k|  30.4 |   966M |  57 |1812 |5857 |   0 |  31k|  0 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3048.78/3060.92	c   200s| 72200 |  9005 |  2201k|  30.4 |   966M |  57 |1812 |5878 |2594 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3049.00/3061.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3049.00/3061.12	c   200s| 72300 |  9014 |  2204k|  30.4 |   966M |  57 |1812 |5815 |2597 |  31k|  1 |  53k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3049.18/3061.33	c   200s| 72400 |  9007 |  2206k|  30.4 |   966M |  57 |1812 |5788 |2595 |  31k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3049.58/3061.70	c   200s| 72500 |  9005 |  2211k|  30.4 |   966M |  57 |1812 |5814 |2591 |  31k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3049.68/3061.88	c   201s| 72600 |  9016 |  2214k|  30.4 |   966M |  57 |1812 |5835 |2605 |  31k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3049.99/3062.12	c   201s| 72700 |  9017 |  2216k|  30.4 |   966M |  57 |1812 |5870 |   0 |  31k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3050.28/3062.43	c   201s| 72800 |  9037 |  2220k|  30.4 |   966M |  57 |1812 |5915 |   0 |  31k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3050.48/3062.66	c   201s| 72900 |  9068 |  2224k|  30.4 |   966M |  57 |1812 |5935 |2598 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3050.67/3062.87	c   202s| 73000 |  9071 |  2227k|  30.4 |   966M |  57 |1812 |6004 |2597 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3050.99/3063.13	c   202s| 73100 |  9075 |  2231k|  30.4 |   966M |  57 |1812 |5980 |2605 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3051.27/3063.46	c   202s| 73200 |  9103 |  2239k|  30.5 |   966M |  57 |1812 |5891 |   0 |  32k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3051.57/3063.72	c   202s| 73300 |  9115 |  2243k|  30.5 |   966M |  57 |1812 |5904 |2596 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3051.67/3063.88	c   203s| 73400 |  9111 |  2245k|  30.5 |   966M |  57 |1812 |5906 |2591 |  32k|  1 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3051.88/3064.11	c   203s| 73500 |  9111 |  2248k|  30.5 |   966M |  57 |1812 |5960 |   0 |  32k|  0 |  54k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3052.07/3064.27	c   203s| 73600 |  9112 |  2250k|  30.5 |   966M |  57 |1812 |5960 |   0 |  32k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3052.27/3064.47	c   203s| 73700 |  9113 |  2252k|  30.5 |   966M |  57 |1812 |5900 |2600 |  32k|  2 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3052.57/3064.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3052.57/3064.71	c   203s| 73800 |  9156 |  2255k|  30.5 |   966M |  57 |1812 |5830 |2600 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3052.77/3064.93	c   204s| 73900 |  9153 |  2258k|  30.5 |   966M |  57 |1812 |5755 |2596 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.18%
3052.98/3065.14	c   204s| 74000 |  9162 |  2260k|  30.5 |   966M |  57 |1812 |5703 |2598 |  32k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3053.26/3065.40	c   204s| 74100 |  9150 |  2263k|  30.5 |   966M |  57 |1812 |5717 |2587 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3053.46/3065.60	c   204s| 74200 |  9154 |  2266k|  30.5 |   966M |  57 |1812 |5719 |2599 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3053.56/3065.78	c   204s| 74300 |  9156 |  2268k|  30.4 |   966M |  57 |1812 |5761 |2590 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3053.76/3065.98	c   205s| 74400 |  9162 |  2270k|  30.4 |   966M |  57 |1812 |5806 |2589 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3054.16/3066.31	c   205s| 74500 |  9179 |  2274k|  30.4 |   966M |  57 |1812 |5784 |   0 |  32k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3054.26/3066.48	c   205s| 74600 |  9183 |  2276k|  30.4 |   966M |  57 |1812 |5809 |   0 |  32k|  0 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3054.46/3066.65	c   205s| 74700 |  9186 |  2278k|  30.4 |   966M |  57 |1812 |5836 |2600 |  32k|  1 |  55k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3054.66/3066.85	c   206s| 74800 |  9176 |  2280k|  30.4 |   966M |  57 |1812 |5769 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3054.87/3067.06	c   206s| 74900 |  9203 |  2283k|  30.4 |   966M |  57 |1812 |5709 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3055.06/3067.23	c   206s| 75000 |  9207 |  2286k|  30.4 |   966M |  57 |1812 |5787 |2592 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3055.16/3067.39	c   206s| 75100 |  9219 |  2288k|  30.4 |   966M |  57 |1812 |5864 |2592 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3055.35/3067.55	c   206s| 75200 |  9202 |  2290k|  30.4 |   966M |  57 |1812 |5966 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3055.55/3067.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3055.55/3067.70	c   206s| 75300 |  9205 |  2292k|  30.4 |   966M |  57 |1812 |6025 |2592 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3055.66/3067.88	c   207s| 75400 |  9204 |  2294k|  30.3 |   966M |  57 |1812 |6106 |2594 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3055.87/3068.06	c   207s| 75500 |  9217 |  2296k|  30.3 |   966M |  57 |1812 |6075 |2595 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3056.06/3068.24	c   207s| 75600 |  9226 |  2299k|  30.3 |   966M |  57 |1812 |6070 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3056.26/3068.42	c   207s| 75700 |  9217 |  2301k|  30.3 |   966M |  57 |1812 |6047 |   0 |  33k|  0 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3056.46/3068.63	c   207s| 75800 |  9223 |  2303k|  30.3 |   966M |  57 |1812 |5925 |2593 |  33k|  1 |  56k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3056.87/3069.07	c   208s| 75900 |  9224 |  2307k|  30.3 |   966M |  57 |1812 |5782 |2592 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3057.26/3069.49	c   208s| 76000 |  9250 |  2310k|  30.3 |   966M |  57 |1812 |5593 |2596 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3057.55/3069.72	c   208s| 76100 |  9274 |  2313k|  30.3 |   966M |  57 |1812 |5602 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3057.75/3069.94	c   209s| 76200 |  9274 |  2316k|  30.3 |   966M |  57 |1812 |5643 |2591 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3057.97/3070.16	c   209s| 76300 |  9301 |  2319k|  30.3 |   966M |  57 |1812 |5686 |2593 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3058.15/3070.38	c   209s| 76400 |  9300 |  2321k|  30.3 |   966M |  57 |1812 |5804 |2596 |  33k|  1 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3058.55/3070.71	c   209s| 76500 |  9298 |  2324k|  30.3 |   967M |  57 |1812 |5916 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3058.65/3070.89	c   210s| 76600 |  9301 |  2325k|  30.3 |   967M |  57 |1812 |5969 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3059.05/3071.26	c   210s| 76700 |  9308 |  2328k|  30.3 |   967M |  57 |1812 |6035 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3059.35/3071.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3059.35/3071.50	c   210s| 76800 |  9317 |  2331k|  30.3 |   967M |  57 |1812 |6084 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3059.55/3071.73	c   210s| 76900 |  9317 |  2334k|  30.3 |   967M |  57 |1812 |6091 |   0 |  33k|  0 |  57k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3059.75/3071.96	c   211s| 77000 |  9329 |  2336k|  30.3 |   967M |  57 |1812 |6114 |2599 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3060.04/3072.26	c   211s| 77100 |  9332 |  2339k|  30.3 |   967M |  57 |1812 |6155 |2602 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3060.24/3072.49	c   211s| 77200 |  9357 |  2342k|  30.3 |   967M |  57 |1812 |6220 |2603 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3060.44/3072.68	c   211s| 77300 |  9367 |  2344k|  30.2 |   967M |  57 |1812 |6297 |   0 |  33k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3060.64/3072.88	c   212s| 77400 |  9364 |  2345k|  30.2 |   967M |  57 |1812 |6424 |2599 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3060.85/3073.08	c   212s| 77500 |  9371 |  2348k|  30.2 |   967M |  57 |1812 |6560 |   0 |  33k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3061.14/3073.31	c   212s| 77600 |  9368 |  2350k|  30.2 |   967M |  57 |1812 |6682 |2601 |  33k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3061.34/3073.52	c   212s| 77700 |  9376 |  2352k|  30.2 |   968M |  57 |1812 |6760 |2602 |  34k|  1 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3061.54/3073.75	c   212s| 77800 |  9356 |  2355k|  30.2 |   968M |  57 |1812 |6718 |   0 |  34k|  0 |  58k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3061.74/3073.95	c   213s| 77900 |  9354 |  2357k|  30.2 |   968M |  57 |1812 |6738 |2601 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3061.95/3074.14	c   213s| 78000 |  9337 |  2358k|  30.2 |   968M |  57 |1812 |6776 |   0 |  34k|  0 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3062.14/3074.37	c   213s| 78100 |  9336 |  2361k|  30.2 |   968M |  57 |1812 |6744 |2595 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3062.33/3074.58	c   213s| 78200 |  9317 |  2363k|  30.1 |   968M |  57 |1812 |6743 |2596 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3062.63/3074.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3062.63/3074.82	c   214s| 78300 |  9333 |  2365k|  30.1 |   968M |  57 |1812 |6644 |2587 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3062.85/3075.05	c   214s| 78400 |  9356 |  2369k|  30.1 |   968M |  57 |1812 |6718 |2587 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3063.03/3075.24	c   214s| 78500 |  9353 |  2372k|  30.1 |   968M |  57 |1812 |6683 |2590 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3063.23/3075.43	c   214s| 78600 |  9354 |  2375k|  30.1 |   968M |  57 |1812 |6682 |   0 |  34k|  0 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3063.43/3075.61	c   214s| 78700 |  9360 |  2377k|  30.1 |   968M |  57 |1812 |6716 |2590 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3063.53/3075.78	c   214s| 78800 |  9369 |  2378k|  30.1 |   968M |  57 |1812 |6682 |2597 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3063.84/3076.04	c   215s| 78900 |  9405 |  2383k|  30.1 |   968M |  57 |1812 |6569 |2599 |  34k|  1 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.21%
3064.13/3076.31	c   215s| 79000 |  9401 |  2387k|  30.1 |   968M |  57 |1812 |6443 |   0 |  34k|  0 |  59k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3064.33/3076.50	c   215s| 79100 |  9410 |  2388k|  30.1 |   968M |  57 |1812 |6280 |2595 |  34k|  2 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3064.53/3076.70	c   215s| 79200 |  9417 |  2390k|  30.1 |   968M |  57 |1812 |6177 |2593 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3064.73/3076.92	c   216s| 79300 |  9438 |  2394k|  30.1 |   968M |  57 |1812 |5986 |2592 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3064.94/3077.12	c   216s| 79400 |  9437 |  2396k|  30.1 |   968M |  57 |1812 |5901 |2592 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3065.12/3077.30	c   216s| 79500 |  9453 |  2399k|  30.1 |   968M |  57 |1812 |5930 |2594 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3065.22/3077.47	c   216s| 79600 |  9445 |  2401k|  30.1 |   968M |  57 |1812 |5969 |2592 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3065.52/3077.71	c   216s| 79700 |  9454 |  2404k|  30.1 |   968M |  57 |1812 |5950 |2592 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3065.62/3077.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3065.62/3077.88	c   217s| 79800 |  9474 |  2407k|  30.1 |   968M |  57 |1812 |5968 |2594 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3065.83/3078.09	c   217s| 79900 |  9465 |  2409k|  30.1 |   968M |  57 |1812 |6032 |2595 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3066.02/3078.28	c   217s| 80000 |  9456 |  2412k|  30.1 |   968M |  57 |1812 |6053 |2593 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3066.32/3078.50	c   217s| 80100 |  9453 |  2415k|  30.1 |   968M |  57 |1812 |6081 |   0 |  34k|  0 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3066.42/3078.69	c   217s| 80200 |  9462 |  2417k|  30.1 |   968M |  57 |1812 |6051 |2593 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3066.62/3078.88	c   218s| 80300 |  9453 |  2419k|  30.1 |   968M |  57 |1812 |6056 |   0 |  34k|  0 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3066.83/3079.10	c   218s| 80400 |  9466 |  2423k|  30.1 |   968M |  57 |1812 |5909 |2595 |  34k|  1 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3067.12/3079.34	c   218s| 80500 |  9472 |  2425k|  30.0 |   968M |  57 |1812 |5849 |   0 |  34k|  0 |  60k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3067.31/3079.55	c   218s| 80600 |  9459 |  2427k|  30.0 |   968M |  57 |1812 |5915 |2587 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3067.51/3079.72	c   218s| 80700 |  9476 |  2429k|  30.0 |   968M |  57 |1812 |5877 |2602 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3067.71/3079.93	c   219s| 80800 |  9480 |  2431k|  30.0 |   968M |  57 |1812 |5949 |   0 |  34k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3067.93/3080.12	c   219s| 80900 |  9488 |  2433k|  30.0 |   968M |  57 |1812 |6016 |2593 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3068.11/3080.32	c   219s| 81000 |  9480 |  2436k|  30.0 |   968M |  57 |1812 |6128 |2597 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3068.31/3080.54	c   219s| 81100 |  9476 |  2438k|  30.0 |   968M |  57 |1812 |6217 |2597 |  34k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.22%
3068.51/3080.76	c   219s| 81200 |  9476 |  2441k|  30.0 |   968M |  57 |1812 |6150 |   0 |  34k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3068.71/3080.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3068.71/3080.98	c   220s| 81300 |  9476 |  2443k|  30.0 |   968M |  57 |1812 |6168 |   0 |  34k|  0 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3069.21/3081.41	c   220s| 81400 |  9487 |  2447k|  30.0 |   968M |  57 |1812 |6245 |2620 |  35k|  1 |  61k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3069.61/3081.80	c   221s| 81500 |  9490 |  2451k|  30.0 |   968M |  57 |1812 |6219 |2589 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3069.82/3082.04	c   221s| 81600 |  9496 |  2453k|  30.0 |   968M |  57 |1812 |6216 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3070.01/3082.24	c   221s| 81700 |  9502 |  2456k|  30.0 |   968M |  57 |1812 |6222 |2590 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3070.10/3082.38	c   221s| 81800 |  9516 |  2457k|  30.0 |   968M |  57 |1812 |6261 |2593 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3070.30/3082.56	c   221s| 81900 |  9507 |  2459k|  30.0 |   968M |  57 |1812 |6344 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3070.50/3082.75	c   221s| 82000 |  9515 |  2461k|  29.9 |   968M |  57 |1812 |6322 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3070.70/3082.95	c   222s| 82100 |  9521 |  2463k|  29.9 |   968M |  57 |1812 |6394 |2599 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3070.91/3083.13	c   222s| 82200 |  9533 |  2465k|  29.9 |   968M |  57 |1812 |6464 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3071.10/3083.30	c   222s| 82300 |  9554 |  2468k|  29.9 |   968M |  57 |1812 |6519 |2597 |  35k|  1 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3071.20/3083.49	c   222s| 82400 |  9579 |  2470k|  29.9 |   968M |  57 |1812 |6566 |2599 |  35k|  2 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3071.40/3083.66	c   222s| 82500 |  9585 |  2473k|  29.9 |   968M |  57 |1812 |6639 |   0 |  35k|  0 |  62k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3071.60/3083.85	c   223s| 82600 |  9587 |  2476k|  29.9 |   968M |  57 |1812 |6714 |2598 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3071.81/3084.02	c   223s| 82700 |  9582 |  2478k|  29.9 |   968M |  57 |1812 |6786 |   0 |  35k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3072.00/3084.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3072.00/3084.20	c   223s| 82800 |  9579 |  2480k|  29.9 |   968M |  57 |1812 |6812 |   0 |  35k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3072.10/3084.39	c   223s| 82900 |  9578 |  2482k|  29.9 |   968M |  57 |1812 |6777 |2589 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3072.50/3084.73	c   223s| 83000 |  9588 |  2486k|  29.9 |   968M |  57 |1812 |6671 |2606 |  35k|  2 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3072.69/3084.91	c   224s| 83100 |  9590 |  2488k|  29.9 |   968M |  57 |1812 |6703 |2592 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3072.81/3085.07	c   224s| 83200 |  9594 |  2490k|  29.9 |   968M |  57 |1812 |6646 |2596 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3073.09/3085.33	c   224s| 83300 |  9624 |  2494k|  29.9 |   968M |  57 |1812 |6409 |2603 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3073.49/3085.76	c   224s| 83400 |  9662 |  2500k|  29.9 |   968M |  57 |1812 |6197 |2603 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3073.69/3085.94	c   225s| 83500 |  9692 |  2502k|  29.9 |   968M |  57 |1812 |6137 |2593 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3073.80/3086.08	c   225s| 83600 |  9703 |  2504k|  29.9 |   968M |  57 |1812 |6156 |   0 |  35k|  0 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3073.99/3086.21	c   225s| 83700 |  9707 |  2506k|  29.9 |   968M |  57 |1812 |6225 |2593 |  35k|  1 |  63k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3074.09/3086.36	c   225s| 83800 |  9701 |  2508k|  29.9 |   968M |  57 |1812 |6301 |   0 |  35k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.23%
3074.29/3086.56	c   225s| 83900 |  9702 |  2510k|  29.9 |   968M |  57 |1812 |6332 |2590 |  35k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3074.58/3086.80	c   226s| 84000 |  9711 |  2514k|  29.9 |   968M |  57 |1812 |6318 |2605 |  35k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3074.80/3087.07	c   226s| 84100 |  9719 |  2518k|  29.9 |   968M |  57 |1812 |6096 |2597 |  35k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3074.98/3087.24	c   226s| 84200 |  9716 |  2520k|  29.9 |   968M |  57 |1812 |6182 |   0 |  35k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3075.18/3087.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3075.18/3087.41	c   226s| 84300 |  9712 |  2522k|  29.9 |   968M |  57 |1812 |6221 |   0 |  35k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3075.38/3087.62	c   226s| 84400 |  9701 |  2525k|  29.9 |   968M |  57 |1812 |6243 |   0 |  35k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3075.58/3087.89	c   227s| 84500 |  9711 |  2528k|  29.9 |   968M |  57 |1812 |6135 |2599 |  35k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3076.08/3088.33	c   227s| 84600 |  9721 |  2532k|  29.9 |   968M |  57 |1812 |6109 |   0 |  36k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3076.28/3088.57	c   227s| 84700 |  9718 |  2534k|  29.9 |   968M |  57 |1812 |6188 |   0 |  36k|  0 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3076.68/3088.95	c   228s| 84800 |  9713 |  2537k|  29.9 |   968M |  57 |1812 |6273 |2599 |  36k|  1 |  64k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3077.08/3089.30	c   228s| 84900 |  9712 |  2540k|  29.9 |   968M |  57 |1812 |6253 |2593 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3077.28/3089.54	c   228s| 85000 |  9719 |  2542k|  29.8 |   968M |  57 |1812 |6120 |   0 |  36k|  0 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3077.47/3089.76	c   228s| 85100 |  9712 |  2544k|  29.8 |   968M |  57 |1812 |6086 |2588 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3077.67/3089.96	c   229s| 85200 |  9719 |  2547k|  29.8 |   968M |  57 |1812 |6139 |   0 |  36k|  0 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3077.97/3090.20	c   229s| 85300 |  9744 |  2550k|  29.8 |   968M |  57 |1812 |6074 |2640 |  36k|  3 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3078.17/3090.48	c   229s| 85400 |  9733 |  2552k|  29.8 |   968M |  57 |1812 |6137 |2584 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3078.37/3090.68	c   229s| 85500 |  9739 |  2554k|  29.8 |   968M |  57 |1812 |6142 |   0 |  36k|  0 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3078.67/3090.97	c   230s| 85600 |  9762 |  2558k|  29.8 |   968M |  57 |1812 |5994 |2594 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3078.88/3091.15	c   230s| 85700 |  9761 |  2560k|  29.8 |   968M |  57 |1812 |6079 |2594 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3079.07/3091.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3079.07/3091.32	c   230s| 85800 |  9760 |  2562k|  29.8 |   968M |  57 |1812 |6163 |2598 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3079.27/3091.52	c   230s| 85900 |  9763 |  2565k|  29.8 |   968M |  57 |1812 |6210 |2594 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3079.47/3091.71	c   230s| 86000 |  9769 |  2567k|  29.8 |   968M |  57 |1812 |6282 |2597 |  36k|  1 |  65k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3079.57/3091.88	c   231s| 86100 |  9767 |  2570k|  29.8 |   968M |  57 |1812 |6348 |   0 |  36k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3079.78/3092.09	c   231s| 86200 |  9765 |  2572k|  29.8 |   968M |  57 |1812 |6399 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3079.96/3092.29	c   231s| 86300 |  9768 |  2576k|  29.8 |   968M |  57 |1812 |6442 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3080.16/3092.49	c   231s| 86400 |  9780 |  2579k|  29.8 |   968M |  57 |1812 |6471 |2593 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3080.36/3092.67	c   231s| 86500 |  9773 |  2582k|  29.8 |   968M |  57 |1812 |6552 |2593 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3080.66/3092.90	c   232s| 86600 |  9771 |  2585k|  29.8 |   968M |  57 |1812 |6543 |2597 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3080.77/3093.07	c   232s| 86700 |  9768 |  2587k|  29.8 |   968M |  57 |1812 |6525 |2591 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3080.96/3093.24	c   232s| 86800 |  9774 |  2589k|  29.8 |   968M |  57 |1812 |6513 |2588 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3081.16/3093.45	c   232s| 86900 |  9776 |  2592k|  29.8 |   968M |  57 |1812 |6507 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3081.36/3093.66	c   232s| 87000 |  9798 |  2595k|  29.8 |   968M |  57 |1812 |6376 |2587 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3081.56/3093.86	c   233s| 87100 |  9812 |  2598k|  29.8 |   968M |  57 |1812 |6329 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3081.77/3094.02	c   233s| 87200 |  9811 |  2600k|  29.7 |   968M |  57 |1812 |6391 |2598 |  37k|  1 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.24%
3081.96/3094.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3081.96/3094.22	c   233s| 87300 |  9814 |  2602k|  29.7 |   968M |  57 |1812 |6262 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.25%
3082.06/3094.38	c   233s| 87400 |  9813 |  2604k|  29.7 |   968M |  57 |1812 |6267 |   0 |  37k|  0 |  66k|  19 | 0.000000e+00 |      --      |    Inf |   5.25%
3082.25/3094.54	c   233s| 87500 |  9812 |  2606k|  29.7 |   968M |  57 |1812 |6348 |2591 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.25%
3082.45/3094.72	c   233s| 87600 |  9807 |  2609k|  29.7 |   968M |  57 |1812 |6361 |   0 |  37k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3082.65/3094.91	c   234s| 87700 |  9801 |  2611k|  29.7 |   968M |  57 |1812 |6290 |2586 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3082.87/3095.11	c   234s| 87800 |  9810 |  2613k|  29.7 |   968M |  57 |1812 |6275 |2596 |  37k|  2 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3083.15/3095.40	c   234s| 87900 |  9818 |  2616k|  29.7 |   968M |  57 |1812 |6070 |2592 |  37k|  2 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3083.35/3095.63	c   234s| 88000 |  9835 |  2620k|  29.7 |   968M |  57 |1812 |6032 |2589 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3083.65/3095.91	c   235s| 88100 |  9821 |  2623k|  29.7 |   968M |  57 |1812 |6047 |2595 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3084.05/3096.39	c   235s| 88200 |  9823 |  2629k|  29.7 |   968M |  57 |1812 |6083 |   0 |  37k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3084.55/3096.83	c   236s| 88300 |  9853 |  2635k|  29.8 |   968M |  57 |1812 |5577 |2592 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3084.94/3097.25	c   236s| 88400 |  9873 |  2637k|  29.8 |   968M |  57 |1812 |5483 |2595 |  37k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3085.54/3097.81	c   237s| 88500 |  9870 |  2640k|  29.8 |   968M |  57 |1812 |5544 |2592 |  38k|  1 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3085.76/3098.10	c   237s| 88600 |  9889 |  2642k|  29.8 |   968M |  57 |1812 |5558 |   0 |  38k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3086.44/3098.74	c   237s| 88700 |  9899 |  2646k|  29.8 |   968M |  57 |1812 |5610 |   0 |  38k|  0 |  67k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3086.85/3099.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3086.85/3099.13	c   238s| 88800 |  9893 |  2649k|  29.8 |   968M |  57 |1812 |5638 |2598 |  38k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3087.24/3099.59	c   238s| 88900 |  9909 |  2652k|  29.8 |   968M |  57 |1812 |5629 |2594 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3087.64/3099.96	c   239s| 89000 |  9937 |  2655k|  29.8 |   968M |  57 |1812 |5652 |2602 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3087.85/3100.17	c   239s| 89100 |  9942 |  2658k|  29.8 |   968M |  57 |1812 |5693 |2604 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3088.13/3100.42	c   239s| 89200 |  9962 |  2661k|  29.8 |   968M |  57 |1812 |5709 |2600 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3088.63/3100.90	c   240s| 89300 |  9979 |  2664k|  29.8 |   968M |  57 |1812 |5772 |   0 |  39k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3089.23/3101.56	c   240s| 89400 |  9989 |  2668k|  29.8 |   968M |  57 |1812 |5862 |2605 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3089.63/3101.92	c   241s| 89500 |  9989 |  2670k|  29.8 |   968M |  57 |1812 |5945 |2610 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3089.84/3102.11	c   241s| 89600 |  9991 |  2672k|  29.8 |   968M |  57 |1812 |6008 |2600 |  39k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3089.93/3102.29	c   241s| 89700 |  9999 |  2674k|  29.8 |   968M |  57 |1812 |6080 |   0 |  39k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3090.74/3103.01	c   242s| 89800 | 10027 |  2678k|  29.8 |   968M |  57 |1812 |6116 |2609 |  40k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3090.92/3103.26	c   242s| 89900 | 10027 |  2681k|  29.8 |   968M |  57 |1812 |6195 |   0 |  40k|  0 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3091.22/3103.55	c   242s| 90000 | 10044 |  2684k|  29.8 |   968M |  57 |1812 |6214 |2606 |  40k|  1 |  68k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3091.62/3103.94	c   243s| 90100 | 10048 |  2686k|  29.8 |   968M |  57 |1812 |6249 |2595 |  40k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3091.83/3104.18	c   243s| 90200 | 10046 |  2689k|  29.7 |   968M |  57 |1812 |6277 |2595 |  40k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3092.02/3104.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3092.02/3104.33	c   243s| 90300 | 10037 |  2690k|  29.7 |   968M |  57 |1812 |6302 |   0 |  40k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3092.32/3104.64	c   243s| 90400 | 10032 |  2694k|  29.7 |   968M |  57 |1812 |6332 |2602 |  40k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3092.83/3105.11	c   244s| 90500 | 10036 |  2698k|  29.7 |   968M |  57 |1812 |6347 |   0 |  40k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3093.51/3105.80	c   245s| 90600 | 10035 |  2702k|  29.8 |   968M |  57 |1812 |6399 |2595 |  41k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3093.82/3106.12	c   245s| 90700 | 10028 |  2705k|  29.8 |   968M |  57 |1812 |6378 |   0 |  41k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3094.01/3106.30	c   245s| 90800 | 10050 |  2707k|  29.8 |   968M |  57 |1812 |6333 |2604 |  41k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3094.41/3106.75	c   245s| 90900 | 10067 |  2710k|  29.7 |   968M |  57 |1812 |6396 |2616 |  41k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3094.91/3107.26	c   246s| 91000 | 10075 |  2713k|  29.7 |   968M |  57 |1812 |6466 |   0 |  41k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3095.40/3107.76	c   246s| 91100 | 10085 |  2717k|  29.8 |   968M |  57 |1812 |6537 |2610 |  42k|  1 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3096.00/3108.37	c   247s| 91200 | 10095 |  2722k|  29.8 |   968M |  57 |1812 |6631 |   0 |  42k|  0 |  69k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3096.50/3108.80	c   248s| 91300 | 10103 |  2725k|  29.8 |   968M |  57 |1812 |6701 |2603 |  42k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3097.00/3109.33	c   248s| 91400 | 10105 |  2729k|  29.8 |   968M |  57 |1812 |6776 |2603 |  42k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3097.40/3109.74	c   248s| 91500 | 10105 |  2733k|  29.8 |   968M |  57 |1812 |6818 |2603 |  43k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3097.60/3109.97	c   249s| 91600 | 10100 |  2736k|  29.8 |   968M |  57 |1812 |6855 |2600 |  43k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3098.09/3110.41	c   249s| 91700 | 10100 |  2738k|  29.8 |   968M |  57 |1812 |6897 |   0 |  43k|  0 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3098.29/3110.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3098.29/3110.62	c   249s| 91800 | 10100 |  2740k|  29.8 |   968M |  57 |1812 |6876 |2600 |  43k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3098.59/3110.94	c   250s| 91900 | 10095 |  2742k|  29.8 |   968M |  57 |1812 |6917 |   0 |  43k|  0 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3098.99/3111.35	c   250s| 92000 | 10100 |  2745k|  29.8 |   968M |  57 |1812 |6941 |2605 |  43k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3099.29/3111.64	c   250s| 92100 | 10087 |  2748k|  29.8 |   968M |  57 |1812 |6980 |   0 |  43k|  0 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3099.59/3111.97	c   251s| 92200 | 10087 |  2751k|  29.8 |   968M |  57 |1812 |6932 |2640 |  44k|  2 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3099.99/3112.38	c   251s| 92300 | 10082 |  2754k|  29.8 |   968M |  57 |1812 |6940 |2592 |  44k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3100.29/3112.67	c   251s| 92400 | 10092 |  2758k|  29.8 |   968M |  57 |1812 |6832 |2600 |  44k|  1 |  70k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3100.70/3113.08	c   252s| 92500 | 10087 |  2761k|  29.8 |   968M |  57 |1812 |6775 |   0 |  44k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3101.08/3113.42	c   252s| 92600 | 10073 |  2764k|  29.8 |   968M |  57 |1812 |6713 |2607 |  44k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3101.38/3113.73	c   252s| 92700 | 10086 |  2767k|  29.8 |   968M |  57 |1812 |6623 |2606 |  44k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3101.69/3114.08	c   253s| 92800 | 10084 |  2770k|  29.8 |   968M |  57 |1812 |6593 |2603 |  44k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3101.98/3114.30	c   253s| 92900 | 10087 |  2772k|  29.8 |   968M |  57 |1812 |6571 |   0 |  44k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3102.18/3114.50	c   253s| 93000 | 10095 |  2774k|  29.8 |   968M |  57 |1812 |6546 |2604 |  45k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3102.48/3114.89	c   254s| 93100 | 10097 |  2777k|  29.8 |   968M |  57 |1812 |6620 |   0 |  45k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3102.79/3115.15	c   254s| 93200 | 10100 |  2780k|  29.8 |   968M |  57 |1812 |6635 |   0 |  45k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3102.98/3115.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3102.98/3115.32	c   254s| 93300 | 10088 |  2782k|  29.8 |   968M |  57 |1812 |6612 |2604 |  45k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3103.28/3115.64	c   254s| 93400 | 10083 |  2786k|  29.8 |   968M |  57 |1812 |6627 |2594 |  45k|  1 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3103.57/3115.95	c   255s| 93500 | 10072 |  2789k|  29.8 |   968M |  57 |1812 |6609 |   0 |  45k|  0 |  71k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3103.97/3116.39	c   255s| 93600 | 10083 |  2792k|  29.8 |   968M |  57 |1812 |6633 |2611 |  45k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3104.17/3116.55	c   255s| 93700 | 10075 |  2794k|  29.8 |   968M |  57 |1812 |6613 |2605 |  45k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3104.47/3116.80	c   256s| 93800 | 10074 |  2796k|  29.7 |   968M |  57 |1812 |6611 |   0 |  45k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3104.68/3117.03	c   256s| 93900 | 10078 |  2798k|  29.7 |   968M |  57 |1812 |6614 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3104.87/3117.25	c   256s| 94000 | 10071 |  2800k|  29.7 |   968M |  57 |1812 |6649 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3105.27/3117.60	c   256s| 94100 | 10068 |  2803k|  29.7 |   968M |  57 |1812 |6701 |2602 |  46k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3105.37/3117.76	c   256s| 94200 | 10067 |  2804k|  29.7 |   968M |  57 |1812 |6759 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3105.57/3117.93	c   257s| 94300 | 10065 |  2806k|  29.7 |   968M |  57 |1812 |6761 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3105.78/3118.16	c   257s| 94400 | 10057 |  2808k|  29.7 |   968M |  57 |1812 |6800 |2602 |  46k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3106.16/3118.51	c   257s| 94500 | 10060 |  2810k|  29.7 |   968M |  57 |1812 |6837 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3106.46/3118.87	c   258s| 94600 | 10056 |  2813k|  29.7 |   968M |  57 |1812 |6836 |   0 |  46k|  0 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3107.06/3119.46	c   258s| 94700 | 10054 |  2816k|  29.7 |   968M |  57 |1812 |6913 |2614 |  46k|  1 |  72k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3107.36/3119.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3107.36/3119.75	c   258s| 94800 | 10054 |  2818k|  29.7 |   968M |  57 |1812 |6918 |2600 |  46k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3107.77/3120.17	c   259s| 94900 | 10053 |  2821k|  29.7 |   968M |  57 |1812 |6924 |2602 |  46k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3108.26/3120.60	c   259s| 95000 | 10052 |  2824k|  29.7 |   968M |  57 |1812 |6973 |   0 |  47k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3108.45/3120.81	c   260s| 95100 | 10040 |  2826k|  29.7 |   968M |  57 |1812 |6900 |2605 |  47k|  2 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3108.55/3120.97	c   260s| 95200 | 10040 |  2828k|  29.7 |   968M |  57 |1812 |6892 |   0 |  47k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3108.85/3121.24	c   260s| 95300 | 10043 |  2830k|  29.6 |   968M |  57 |1812 |6920 |2606 |  47k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3109.35/3121.72	c   260s| 95400 | 10045 |  2833k|  29.6 |   968M |  57 |1812 |6971 |2602 |  47k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3109.66/3122.06	c   261s| 95500 | 10039 |  2836k|  29.6 |   968M |  57 |1812 |6990 |2605 |  47k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3109.95/3122.38	c   261s| 95600 | 10054 |  2838k|  29.6 |   968M |  57 |1812 |7009 |2612 |  47k|  1 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3110.35/3122.72	c   261s| 95700 | 10064 |  2841k|  29.6 |   968M |  57 |1812 |7072 |   0 |  47k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3110.76/3123.19	c   262s| 95800 | 10062 |  2844k|  29.6 |   968M |  57 |1812 |7147 |   0 |  48k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3111.04/3123.45	c   262s| 95900 | 10065 |  2847k|  29.6 |   968M |  57 |1812 |7224 |   0 |  48k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3111.44/3123.81	c   263s| 96000 | 10061 |  2851k|  29.6 |   968M |  57 |1812 |7276 |   0 |  48k|  0 |  73k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3111.65/3124.09	c   263s| 96100 | 10070 |  2854k|  29.6 |   968M |  57 |1812 |7282 |   0 |  48k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3112.04/3124.49	c   263s| 96200 | 10070 |  2857k|  29.6 |   968M |  57 |1812 |7317 |2615 |  48k|  1 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3112.24/3124.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3112.24/3124.65	c   263s| 96300 | 10059 |  2859k|  29.6 |   968M |  57 |1812 |7329 |   0 |  48k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3112.54/3125.00	c   264s| 96400 | 10064 |  2863k|  29.6 |   968M |  57 |1812 |7341 |   0 |  48k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3112.84/3125.21	c   264s| 96500 | 10067 |  2864k|  29.6 |   968M |  57 |1812 |7370 |   0 |  48k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3113.23/3125.61	c   264s| 96600 | 10049 |  2867k|  29.6 |   968M |  57 |1812 |7321 |   0 |  49k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3113.44/3125.89	c   265s| 96700 | 10047 |  2870k|  29.6 |   968M |  57 |1812 |7158 |   0 |  49k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3113.75/3126.13	c   265s| 96800 | 10065 |  2872k|  29.6 |   968M |  57 |1812 |7050 |2594 |  49k|  1 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3113.93/3126.32	c   265s| 96900 | 10065 |  2874k|  29.6 |   968M |  57 |1812 |7141 |   0 |  49k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3114.03/3126.49	c   265s| 97000 | 10066 |  2876k|  29.6 |   968M |  57 |1812 |7242 |2595 |  49k|  1 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3114.23/3126.66	c   265s| 97100 | 10072 |  2878k|  29.6 |   968M |  57 |1812 |7336 |   0 |  49k|  0 |  74k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3114.43/3126.89	c   266s| 97200 | 10066 |  2880k|  29.6 |   968M |  57 |1812 |7420 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3114.74/3127.14	c   266s| 97300 | 10056 |  2882k|  29.6 |   968M |  57 |1812 |7378 |2594 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3114.93/3127.34	c   266s| 97400 | 10080 |  2885k|  29.6 |   968M |  57 |1812 |7297 |2593 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3115.13/3127.54	c   266s| 97500 | 10098 |  2888k|  29.6 |   968M |  57 |1812 |7324 |2591 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3115.33/3127.72	c   266s| 97600 | 10108 |  2891k|  29.6 |   968M |  57 |1812 |7385 |2592 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3115.52/3127.99	c   267s| 97700 | 10113 |  2894k|  29.6 |   968M |  57 |1812 |7419 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3115.82/3128.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3115.82/3128.27	c   267s| 97800 | 10129 |  2897k|  29.6 |   968M |  57 |1812 |7431 |2593 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3116.02/3128.44	c   267s| 97900 | 10121 |  2899k|  29.6 |   968M |  57 |1812 |7459 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3116.22/3128.64	c   267s| 98000 | 10123 |  2901k|  29.5 |   968M |  57 |1812 |7495 |2595 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3116.32/3128.79	c   267s| 98100 | 10112 |  2903k|  29.5 |   968M |  57 |1812 |7556 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3116.52/3128.99	c   268s| 98200 | 10122 |  2906k|  29.5 |   968M |  57 |1812 |7352 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3117.02/3129.40	c   268s| 98300 | 10145 |  2909k|  29.5 |   968M |  57 |1812 |7296 |2601 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3117.12/3129.58	c   268s| 98400 | 10156 |  2911k|  29.5 |   968M |  57 |1812 |7278 |2601 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3117.52/3129.95	c   269s| 98500 | 10171 |  2915k|  29.5 |   968M |  57 |1812 |7317 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3117.92/3130.31	c   269s| 98600 | 10174 |  2919k|  29.5 |   968M |  57 |1812 |7380 |   0 |  49k|  0 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3118.02/3130.48	c   269s| 98700 | 10179 |  2921k|  29.5 |   968M |  57 |1812 |7431 |2596 |  49k|  1 |  75k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3118.31/3130.73	c   269s| 98800 | 10206 |  2924k|  29.5 |   968M |  57 |1812 |7205 |2591 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3118.63/3131.04	c   270s| 98900 | 10204 |  2927k|  29.5 |   968M |  57 |1812 |7102 |2594 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3118.81/3131.25	c   270s| 99000 | 10219 |  2930k|  29.5 |   968M |  57 |1812 |6920 |2598 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3119.21/3131.61	c   270s| 99100 | 10217 |  2933k|  29.5 |   968M |  57 |1812 |6961 |   0 |  50k|  0 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3119.41/3131.82	c   271s| 99200 | 10221 |  2936k|  29.5 |   968M |  57 |1812 |7025 |2587 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3119.62/3132.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3119.62/3132.03	c   271s| 99300 | 10218 |  2938k|  29.5 |   968M |  57 |1812 |7081 |2599 |  50k|  0 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3119.81/3132.25	c   271s| 99400 | 10243 |  2941k|  29.5 |   968M |  57 |1812 |6954 |2595 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3120.01/3132.44	c   271s| 99500 | 10256 |  2944k|  29.5 |   968M |  57 |1812 |7009 |2594 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3120.21/3132.65	c   271s| 99600 | 10273 |  2948k|  29.5 |   968M |  57 |1812 |6986 |2593 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3120.41/3132.88	c   272s| 99700 | 10307 |  2951k|  29.5 |   968M |  57 |1812 |6962 |2593 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3120.72/3133.13	c   272s| 99800 | 10320 |  2955k|  29.6 |   968M |  57 |1812 |6818 |   0 |  50k|  0 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3120.90/3133.38	c   272s| 99900 | 10345 |  2960k|  29.6 |   968M |  57 |1812 |6851 |2596 |  50k|  1 |  76k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3121.40/3133.81	c   273s|100000 | 10369 |  2964k|  29.6 |   968M |  57 |1812 |6858 |   0 |  50k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3121.61/3134.10	c   273s|100100 | 10384 |  2969k|  29.6 |   968M |  57 |1812 |6904 |   0 |  50k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3121.90/3134.35	c   273s|100200 | 10408 |  2973k|  29.6 |   968M |  57 |1812 |6927 |2599 |  50k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3122.20/3134.60	c   273s|100300 | 10433 |  2976k|  29.6 |   968M |  57 |1812 |6982 |2596 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3122.40/3134.80	c   274s|100400 | 10446 |  2979k|  29.6 |   968M |  57 |1812 |7043 |2598 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3122.71/3135.14	c   274s|100500 | 10463 |  2983k|  29.6 |   968M |  57 |1812 |7061 |2601 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3122.89/3135.31	c   274s|100600 | 10467 |  2986k|  29.6 |   968M |  57 |1812 |7069 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3123.10/3135.55	c   274s|100700 | 10469 |  2989k|  29.6 |   968M |  57 |1812 |7106 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3123.39/3135.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3123.39/3135.88	c   275s|100800 | 10501 |  2994k|  29.6 |   968M |  57 |1812 |7106 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3123.61/3136.08	c   275s|100900 | 10513 |  2998k|  29.7 |   968M |  57 |1812 |7135 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3123.89/3136.31	c   275s|101000 | 10512 |  3001k|  29.7 |   968M |  57 |1812 |7148 |2597 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3124.09/3136.53	c   275s|101100 | 10517 |  3004k|  29.7 |   968M |  57 |1812 |7179 |2599 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3124.29/3136.73	c   275s|101200 | 10522 |  3007k|  29.7 |   968M |  57 |1812 |7187 |   0 |  51k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3124.60/3137.10	c   276s|101300 | 10527 |  3011k|  29.7 |   968M |  57 |1812 |7246 |2598 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3124.99/3137.44	c   276s|101400 | 10533 |  3014k|  29.7 |   968M |  57 |1812 |7205 |2604 |  51k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3125.29/3137.72	c   276s|101500 | 10542 |  3017k|  29.7 |   968M |  57 |1812 |7250 |   0 |  52k|  0 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3125.60/3138.03	c   277s|101600 | 10550 |  3022k|  29.7 |   968M |  57 |1812 |7199 |2595 |  52k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3125.78/3138.25	c   277s|101700 | 10565 |  3027k|  29.7 |   968M |  57 |1812 |7185 |2595 |  52k|  1 |  77k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3126.08/3138.50	c   277s|101800 | 10568 |  3031k|  29.7 |   968M |  57 |1812 |7173 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3126.28/3138.73	c   277s|101900 | 10574 |  3034k|  29.7 |   968M |  57 |1812 |7099 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3126.48/3138.95	c   278s|102000 | 10576 |  3038k|  29.7 |   968M |  57 |1812 |7104 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3126.78/3139.22	c   278s|102100 | 10574 |  3042k|  29.7 |   968M |  57 |1812 |7109 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3126.98/3139.44	c   278s|102200 | 10556 |  3045k|  29.7 |   968M |  57 |1812 |7125 |2599 |  52k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3127.28/3139.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3127.28/3139.71	c   278s|102300 | 10566 |  3048k|  29.7 |   968M |  57 |1812 |7178 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3127.48/3140.00	c   279s|102400 | 10579 |  3053k|  29.8 |   968M |  57 |1812 |7209 |2599 |  52k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3127.78/3140.21	c   279s|102500 | 10569 |  3057k|  29.8 |   968M |  57 |1812 |7235 |   0 |  52k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3128.08/3140.52	c   279s|102600 | 10568 |  3060k|  29.8 |   968M |  57 |1812 |7121 |   0 |  53k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3128.27/3140.73	c   279s|102700 | 10576 |  3063k|  29.8 |   968M |  57 |1812 |7040 |2595 |  53k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3128.47/3140.93	c   280s|102800 | 10577 |  3065k|  29.8 |   968M |  57 |1812 |7018 |2594 |  53k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3128.69/3141.13	c   280s|102900 | 10595 |  3067k|  29.7 |   968M |  57 |1812 |6909 |2595 |  53k|  1 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3128.87/3141.33	c   280s|103000 | 10601 |  3069k|  29.7 |   968M |  57 |1812 |6872 |   0 |  53k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3129.07/3141.59	c   280s|103100 | 10615 |  3072k|  29.7 |   968M |  57 |1812 |6348 |   0 |  53k|  0 |  78k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3129.37/3141.80	c   281s|103200 | 10624 |  3074k|  29.7 |   968M |  57 |1812 |6276 |2591 |  53k|  2 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3129.68/3142.15	c   281s|103300 | 10609 |  3077k|  29.7 |   968M |  57 |1812 |6279 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3129.87/3142.33	c   281s|103400 | 10611 |  3079k|  29.7 |   968M |  57 |1812 |6215 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3130.07/3142.56	c   281s|103500 | 10608 |  3081k|  29.7 |   968M |  57 |1812 |6207 |2604 |  53k|  2 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3130.27/3142.79	c   281s|103600 | 10611 |  3084k|  29.7 |   968M |  57 |1812 |6015 |2591 |  53k|  2 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3130.46/3142.97	c   282s|103700 | 10628 |  3086k|  29.7 |   968M |  57 |1812 |5991 |2592 |  53k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3130.68/3143.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3130.68/3143.16	c   282s|103800 | 10631 |  3088k|  29.7 |   968M |  57 |1812 |6029 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3130.86/3143.33	c   282s|103900 | 10626 |  3090k|  29.7 |   968M |  57 |1812 |6095 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3131.16/3143.63	c   282s|104000 | 10625 |  3092k|  29.7 |   968M |  57 |1812 |6121 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3131.46/3143.94	c   283s|104100 | 10625 |  3095k|  29.7 |   968M |  57 |1812 |6210 |2597 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3132.06/3144.54	c   283s|104200 | 10637 |  3099k|  29.7 |   968M |  57 |1812 |6196 |2598 |  53k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3132.26/3144.75	c   283s|104300 | 10643 |  3101k|  29.7 |   968M |  57 |1812 |6191 |2594 |  53k|  1 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3132.67/3145.12	c   284s|104400 | 10636 |  3104k|  29.7 |   968M |  57 |1812 |6172 |   0 |  53k|  0 |  79k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3132.96/3145.40	c   284s|104500 | 10637 |  3107k|  29.7 |   968M |  57 |1812 |6033 |   0 |  53k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3133.06/3145.57	c   284s|104600 | 10635 |  3109k|  29.7 |   968M |  57 |1812 |6114 |   0 |  53k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3133.25/3145.78	c   284s|104700 | 10640 |  3112k|  29.7 |   968M |  57 |1812 |6060 |2594 |  53k|  2 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.28%
3133.57/3146.01	c   285s|104800 | 10647 |  3115k|  29.7 |   968M |  57 |1812 |6122 |2599 |  53k|  2 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
3133.75/3146.21	c   285s|104900 | 10634 |  3117k|  29.7 |   968M |  57 |1812 |6169 |   0 |  53k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
3133.95/3146.40	c   285s|105000 | 10640 |  3119k|  29.7 |   968M |  57 |1812 |6021 |   0 |  54k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
3134.35/3146.84	c   286s|105100 | 10645 |  3122k|  29.7 |   968M |  57 |1812 |6037 |2587 |  54k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
3134.66/3147.11	c   286s|105200 | 10664 |  3127k|  29.7 |   968M |  57 |1812 |5773 |2597 |  54k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
3134.85/3147.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3134.85/3147.31	c   286s|105300 | 10677 |  3129k|  29.7 |   968M |  57 |1812 |5774 |2597 |  54k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.29%
3135.15/3147.62	c   286s|105400 | 10715 |  3132k|  29.7 |   968M |  57 |1812 |5467 |   0 |  54k|  0 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3135.35/3147.82	c   287s|105500 | 10731 |  3135k|  29.7 |   968M |  57 |1812 |5519 |2592 |  54k|  1 |  80k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3135.44/3148.00	c   287s|105600 | 10755 |  3137k|  29.7 |   968M |  57 |1812 |5575 |2593 |  54k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3135.74/3148.22	c   287s|105700 | 10773 |  3140k|  29.7 |   968M |  57 |1812 |5665 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3135.94/3148.43	c   287s|105800 | 10767 |  3142k|  29.6 |   968M |  57 |1812 |5785 |2593 |  54k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3136.14/3148.66	c   287s|105900 | 10765 |  3146k|  29.6 |   968M |  57 |1812 |5806 |2593 |  54k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3136.34/3148.82	c   288s|106000 | 10759 |  3147k|  29.6 |   968M |  57 |1812 |5875 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3136.55/3149.01	c   288s|106100 | 10761 |  3150k|  29.6 |   968M |  57 |1812 |5872 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3136.74/3149.26	c   288s|106200 | 10769 |  3154k|  29.6 |   968M |  57 |1812 |5943 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3136.94/3149.47	c   288s|106300 | 10783 |  3157k|  29.6 |   968M |  57 |1812 |5938 |2594 |  54k|  1 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3137.14/3149.66	c   288s|106400 | 10791 |  3160k|  29.6 |   968M |  57 |1812 |6001 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3137.34/3149.88	c   289s|106500 | 10787 |  3163k|  29.6 |   968M |  57 |1812 |6007 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3137.55/3150.10	c   289s|106600 | 10804 |  3166k|  29.6 |   968M |  57 |1812 |6051 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3137.84/3150.30	c   289s|106700 | 10798 |  3169k|  29.6 |   968M |  57 |1812 |6128 |   0 |  54k|  0 |  81k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3138.03/3150.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3138.03/3150.50	c   289s|106800 | 10802 |  3171k|  29.6 |   968M |  57 |1812 |6184 |   0 |  54k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3138.23/3150.71	c   289s|106900 | 10803 |  3174k|  29.6 |   968M |  57 |1812 |6230 |2595 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3138.43/3150.94	c   290s|107000 | 10804 |  3178k|  29.6 |   968M |  57 |1812 |6152 |2592 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3138.65/3151.14	c   290s|107100 | 10828 |  3180k|  29.6 |   968M |  57 |1812 |6144 |2596 |  55k|  2 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3138.83/3151.33	c   290s|107200 | 10829 |  3183k|  29.6 |   968M |  57 |1812 |6173 |   0 |  55k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3139.03/3151.51	c   290s|107300 | 10816 |  3185k|  29.6 |   968M |  57 |1812 |6232 |2592 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3139.23/3151.70	c   290s|107400 | 10808 |  3187k|  29.6 |   968M |  57 |1812 |6202 |2590 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3139.43/3151.90	c   291s|107500 | 10829 |  3189k|  29.6 |   968M |  57 |1812 |6187 |2597 |  55k|  2 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.34%
3139.64/3152.13	c   291s|107600 | 10846 |  3193k|  29.6 |   968M |  57 |1812 |6238 |2596 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3139.83/3152.36	c   291s|107700 | 10877 |  3197k|  29.6 |   968M |  57 |1812 |6252 |2590 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3140.03/3152.56	c   291s|107800 | 10907 |  3200k|  29.6 |   968M |  57 |1812 |6200 |   0 |  55k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3140.33/3152.80	c   292s|107900 | 10938 |  3205k|  29.7 |   968M |  57 |1812 |6143 |   0 |  55k|  0 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3140.54/3153.03	c   292s|108000 | 10965 |  3208k|  29.7 |   968M |  57 |1812 |6137 |2590 |  55k|  1 |  82k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3140.72/3153.28	c   292s|108100 | 10971 |  3212k|  29.7 |   968M |  57 |1812 |6149 |2595 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3140.92/3153.47	c   292s|108200 | 10998 |  3216k|  29.7 |   968M |  57 |1812 |6170 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3141.12/3153.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3141.12/3153.68	c   292s|108300 | 11014 |  3219k|  29.7 |   969M |  57 |1812 |6219 |2597 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3141.32/3153.86	c   293s|108400 | 11015 |  3222k|  29.7 |   969M |  57 |1812 |6269 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3141.63/3154.15	c   293s|108500 | 11016 |  3226k|  29.7 |   969M |  57 |1812 |6286 |2620 |  55k|  3 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3141.82/3154.37	c   293s|108600 | 11010 |  3228k|  29.7 |   969M |  57 |1812 |6239 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.35%
3142.12/3154.63	c   293s|108700 | 11017 |  3231k|  29.7 |   969M |  57 |1812 |5797 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3142.32/3154.87	c   294s|108800 | 11033 |  3234k|  29.7 |   969M |  57 |1812 |5760 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3142.53/3155.09	c   294s|108900 | 11026 |  3237k|  29.7 |   969M |  57 |1812 |5671 |2597 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3142.82/3155.34	c   294s|109000 | 11030 |  3240k|  29.7 |   970M |  57 |1812 |5710 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3143.31/3155.80	c   295s|109100 | 11025 |  3244k|  29.7 |   970M |  57 |1812 |5771 |2603 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3143.41/3156.00	c   295s|109200 | 11021 |  3246k|  29.7 |   970M |  57 |1812 |5664 |   0 |  55k|  0 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3143.71/3156.20	c   295s|109300 | 11023 |  3248k|  29.7 |   970M |  57 |1812 |5563 |2600 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3143.81/3156.37	c   295s|109400 | 11027 |  3250k|  29.7 |   970M |  57 |1812 |5586 |2598 |  55k|  1 |  83k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3144.11/3156.62	c   295s|109500 | 11037 |  3253k|  29.7 |   970M |  57 |1812 |5306 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3144.31/3156.85	c   296s|109600 | 11035 |  3255k|  29.6 |   970M |  57 |1812 |5264 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3144.52/3157.04	c   296s|109700 | 11055 |  3258k|  29.6 |   970M |  57 |1812 |5303 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3144.71/3157.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3144.71/3157.23	c   296s|109800 | 11057 |  3260k|  29.6 |   970M |  57 |1812 |5382 |2594 |  56k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3144.91/3157.40	c   296s|109900 | 11066 |  3263k|  29.6 |   970M |  57 |1812 |5449 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3145.01/3157.57	c   296s|110000 | 11063 |  3265k|  29.6 |   970M |  57 |1812 |5510 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3145.21/3157.74	c   296s|110100 | 11080 |  3267k|  29.6 |   970M |  57 |1812 |5538 |2595 |  56k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.37%
3145.40/3157.91	c   297s|110200 | 11088 |  3269k|  29.6 |   970M |  57 |1812 |5589 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3145.52/3158.08	c   297s|110300 | 11081 |  3271k|  29.6 |   970M |  57 |1812 |5599 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3145.70/3158.23	c   297s|110400 | 11068 |  3273k|  29.6 |   970M |  57 |1812 |5637 |2593 |  56k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3145.80/3158.39	c   297s|110500 | 11067 |  3275k|  29.6 |   970M |  57 |1812 |5679 |   0 |  56k|  0 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3146.10/3158.60	c   297s|110600 | 11063 |  3278k|  29.6 |   970M |  57 |1812 |5584 |2599 |  56k|  1 |  84k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3146.20/3158.75	c   297s|110700 | 11058 |  3281k|  29.6 |   970M |  57 |1812 |5594 |2593 |  56k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3146.40/3158.90	c   298s|110800 | 11074 |  3282k|  29.6 |   970M |  57 |1812 |5609 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3146.51/3159.06	c   298s|110900 | 11076 |  3284k|  29.6 |   970M |  57 |1812 |5640 |2596 |  56k|  2 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3146.70/3159.24	c   298s|111000 | 11080 |  3286k|  29.6 |   970M |  57 |1812 |5683 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3146.90/3159.40	c   298s|111100 | 11082 |  3288k|  29.5 |   970M |  57 |1812 |5739 |2595 |  56k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3147.30/3159.82	c   299s|111200 | 11084 |  3291k|  29.5 |   970M |  57 |1812 |5757 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3147.51/3160.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3147.51/3160.02	c   299s|111300 | 11082 |  3293k|  29.5 |   970M |  57 |1812 |5741 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3147.70/3160.23	c   299s|111400 | 11093 |  3297k|  29.5 |   970M |  57 |1812 |5644 |2592 |  56k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3148.09/3160.63	c   299s|111500 | 11107 |  3300k|  29.5 |   970M |  57 |1812 |5654 |   0 |  56k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3148.29/3160.88	c   300s|111600 | 11093 |  3303k|  29.5 |   970M |  57 |1812 |5680 |2598 |  56k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3148.51/3161.10	c   300s|111700 | 11087 |  3306k|  29.5 |   970M |  57 |1812 |5615 |2600 |  57k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3148.89/3161.40	c   300s|111800 | 11086 |  3309k|  29.5 |   970M |  57 |1812 |5668 |2600 |  57k|  1 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3149.09/3161.63	c   300s|111900 | 11085 |  3311k|  29.5 |   970M |  57 |1812 |5595 |   0 |  57k|  0 |  85k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3149.29/3161.86	c   301s|112000 | 11082 |  3313k|  29.5 |   970M |  57 |1812 |5583 |2594 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3149.50/3162.05	c   301s|112100 | 11090 |  3315k|  29.5 |   970M |  57 |1812 |5582 |2591 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3149.69/3162.23	c   301s|112200 | 11088 |  3317k|  29.5 |   970M |  57 |1812 |5641 |2597 |  57k|  2 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3149.89/3162.49	c   301s|112300 | 11096 |  3321k|  29.5 |   970M |  57 |1812 |5612 |2594 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3150.19/3162.72	c   301s|112400 | 11100 |  3324k|  29.5 |   970M |  57 |1812 |5584 |2589 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3150.39/3162.92	c   302s|112500 | 11109 |  3326k|  29.5 |   970M |  57 |1812 |5508 |2598 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3150.60/3163.14	c   302s|112600 | 11124 |  3330k|  29.5 |   970M |  57 |1812 |5505 |2597 |  57k|  0 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3150.78/3163.39	c   302s|112700 | 11128 |  3333k|  29.5 |   970M |  57 |1812 |5492 |   0 |  57k|  0 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3151.08/3163.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3151.08/3163.68	c   302s|112800 | 11123 |  3336k|  29.5 |   970M |  57 |1812 |5446 |2592 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3151.38/3163.92	c   303s|112900 | 11127 |  3339k|  29.5 |   970M |  57 |1812 |5340 |2593 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3151.68/3164.22	c   303s|113000 | 11136 |  3342k|  29.5 |   970M |  57 |1812 |5311 |   0 |  57k|  0 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3151.98/3164.58	c   303s|113100 | 11156 |  3346k|  29.5 |   970M |  57 |1812 |5277 |2595 |  57k|  1 |  86k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3152.18/3164.78	c   303s|113200 | 11164 |  3349k|  29.5 |   970M |  57 |1812 |5345 |2595 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3152.38/3164.97	c   304s|113300 | 11161 |  3351k|  29.5 |   970M |  57 |1812 |5430 |2594 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3152.59/3165.19	c   304s|113400 | 11171 |  3355k|  29.5 |   970M |  57 |1812 |5431 |2595 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3152.87/3165.46	c   304s|113500 | 11159 |  3357k|  29.5 |   970M |  57 |1812 |5455 |2622 |  57k|  2 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3153.27/3165.80	c   305s|113600 | 11174 |  3360k|  29.5 |   970M |  57 |1812 |5465 |2593 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3153.37/3165.98	c   305s|113700 | 11179 |  3363k|  29.5 |   970M |  57 |1812 |5478 |2590 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3153.59/3166.15	c   305s|113800 | 11189 |  3365k|  29.5 |   970M |  57 |1812 |5545 |   0 |  57k|  0 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3153.77/3166.32	c   305s|113900 | 11188 |  3367k|  29.5 |   970M |  57 |1812 |5591 |2590 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3153.97/3166.50	c   305s|114000 | 11180 |  3370k|  29.5 |   970M |  57 |1812 |5671 |2590 |  57k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3154.17/3166.72	c   305s|114100 | 11194 |  3373k|  29.5 |   970M |  57 |1812 |5725 |2593 |  58k|  2 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3154.27/3166.89	c   306s|114200 | 11192 |  3375k|  29.5 |   970M |  57 |1812 |5799 |   0 |  58k|  0 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3154.48/3167.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3154.48/3167.08	c   306s|114300 | 11199 |  3377k|  29.5 |   970M |  57 |1812 |5846 |   0 |  58k|  0 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3154.67/3167.27	c   306s|114400 | 11209 |  3380k|  29.5 |   970M |  57 |1812 |5900 |2590 |  58k|  1 |  87k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3154.97/3167.53	c   306s|114500 | 11193 |  3382k|  29.5 |   970M |  57 |1812 |5973 |2612 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3155.26/3167.82	c   307s|114600 | 11181 |  3385k|  29.5 |   970M |  57 |1812 |5949 |   0 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3155.48/3168.07	c   307s|114700 | 11184 |  3388k|  29.5 |   970M |  57 |1812 |5984 |   0 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3155.96/3168.50	c   307s|114800 | 11201 |  3392k|  29.5 |   970M |  57 |1812 |5992 |2593 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3156.06/3168.69	c   307s|114900 | 11217 |  3394k|  29.5 |   970M |  57 |1812 |5946 |2594 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3156.26/3168.86	c   308s|115000 | 11207 |  3396k|  29.5 |   970M |  57 |1812 |6046 |2594 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3156.47/3169.05	c   308s|115100 | 11215 |  3398k|  29.5 |   970M |  57 |1812 |6005 |2592 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3156.66/3169.26	c   308s|115200 | 11215 |  3401k|  29.5 |   970M |  57 |1812 |6050 |2594 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3156.86/3169.45	c   308s|115300 | 11210 |  3403k|  29.5 |   970M |  57 |1812 |6054 |2595 |  58k|  1 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3157.06/3169.63	c   308s|115400 | 11217 |  3405k|  29.5 |   970M |  57 |1812 |6130 |   0 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3157.26/3169.83	c   309s|115500 | 11217 |  3408k|  29.5 |   970M |  57 |1812 |6162 |2593 |  58k|  0 |  88k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3157.47/3170.03	c   309s|115600 | 11208 |  3410k|  29.5 |   970M |  57 |1812 |6228 |   0 |  58k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.38%
3157.66/3170.24	c   309s|115700 | 11199 |  3413k|  29.4 |   970M |  57 |1812 |6253 |2589 |  58k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3157.85/3170.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3157.85/3170.45	c   309s|115800 | 11208 |  3415k|  29.4 |   970M |  57 |1812 |6068 |   0 |  58k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3158.05/3170.68	c   309s|115900 | 11206 |  3418k|  29.4 |   970M |  57 |1812 |6140 |2599 |  58k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3158.35/3170.95	c   310s|116000 | 11207 |  3421k|  29.4 |   970M |  57 |1812 |6186 |2600 |  58k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3158.65/3171.25	c   310s|116100 | 11201 |  3424k|  29.4 |   970M |  57 |1812 |6218 |   0 |  58k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3158.95/3171.56	c   310s|116200 | 11223 |  3428k|  29.5 |   970M |  57 |1812 |6102 |2600 |  58k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3159.46/3172.06	c   311s|116300 | 11223 |  3433k|  29.5 |   970M |  57 |1812 |6085 |   0 |  59k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3160.05/3172.64	c   311s|116400 | 11229 |  3437k|  29.5 |   970M |  57 |1812 |5927 |2599 |  59k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3160.25/3172.84	c   312s|116500 | 11228 |  3439k|  29.5 |   970M |  57 |1812 |5900 |2589 |  59k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3160.74/3173.37	c   312s|116600 | 11238 |  3442k|  29.5 |   970M |  57 |1812 |5876 |2588 |  59k|  1 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3161.04/3173.61	c   312s|116700 | 11246 |  3445k|  29.5 |   970M |  57 |1812 |5784 |   0 |  59k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3161.34/3173.96	c   313s|116800 | 11244 |  3449k|  29.5 |   970M |  57 |1812 |5782 |   0 |  59k|  0 |  89k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3161.64/3174.23	c   313s|116900 | 11234 |  3451k|  29.5 |   970M |  57 |1812 |5774 |   0 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3161.84/3174.44	c   313s|117000 | 11218 |  3453k|  29.5 |   970M |  57 |1812 |5738 |2597 |  59k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3162.14/3174.71	c   313s|117100 | 11239 |  3455k|  29.5 |   970M |  57 |1812 |5746 |   0 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3162.34/3175.01	c   314s|117200 | 11246 |  3458k|  29.5 |   970M |  57 |1812 |5830 |   0 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3162.74/3175.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3162.74/3175.36	c   314s|117300 | 11236 |  3462k|  29.5 |   970M |  57 |1812 |5724 |2594 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3162.94/3175.58	c   314s|117400 | 11246 |  3465k|  29.5 |   970M |  57 |1812 |5589 |2594 |  59k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3163.13/3175.79	c   314s|117500 | 11255 |  3468k|  29.5 |   970M |  57 |1812 |5649 |   0 |  59k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3163.33/3176.00	c   315s|117600 | 11271 |  3470k|  29.5 |   970M |  57 |1812 |5690 |   0 |  60k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3163.63/3176.22	c   315s|117700 | 11261 |  3472k|  29.5 |   970M |  57 |1812 |5740 |2594 |  60k|  1 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3163.83/3176.44	c   315s|117800 | 11247 |  3475k|  29.4 |   970M |  57 |1812 |5696 |2597 |  60k|  2 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.39%
3164.03/3176.68	c   315s|117900 | 11248 |  3477k|  29.4 |   970M |  57 |1812 |5684 |   0 |  60k|  0 |  90k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3164.33/3176.90	c   316s|118000 | 11245 |  3480k|  29.4 |   970M |  57 |1812 |5712 |2592 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3164.44/3177.09	c   316s|118100 | 11243 |  3483k|  29.4 |   970M |  57 |1812 |5778 |2598 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3164.93/3177.53	c   316s|118200 | 11251 |  3488k|  29.5 |   970M |  57 |1812 |5823 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3165.13/3177.71	c   316s|118300 | 11270 |  3490k|  29.5 |   970M |  57 |1812 |5768 |2598 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3165.22/3177.89	c   317s|118400 | 11285 |  3492k|  29.4 |   970M |  57 |1812 |5790 |2600 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3165.44/3178.07	c   317s|118500 | 11294 |  3494k|  29.4 |   970M |  57 |1812 |5863 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3165.62/3178.23	c   317s|118600 | 11286 |  3496k|  29.4 |   970M |  57 |1812 |5931 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3165.82/3178.41	c   317s|118700 | 11276 |  3498k|  29.4 |   970M |  57 |1812 |6028 |2598 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3165.92/3178.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3165.92/3178.59	c   317s|118800 | 11277 |  3500k|  29.4 |   970M |  57 |1812 |6072 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3166.12/3178.79	c   317s|118900 | 11286 |  3503k|  29.4 |   970M |  57 |1812 |6134 |2599 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3166.32/3178.98	c   318s|119000 | 11285 |  3505k|  29.4 |   970M |  57 |1812 |6181 |2599 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3166.53/3179.18	c   318s|119100 | 11293 |  3508k|  29.4 |   970M |  57 |1812 |6214 |2599 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3166.72/3179.35	c   318s|119200 | 11308 |  3510k|  29.4 |   970M |  57 |1812 |6166 |   0 |  60k|  0 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3166.92/3179.55	c   318s|119300 | 11314 |  3512k|  29.4 |   970M |  57 |1812 |6239 |2602 |  60k|  1 |  91k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3167.12/3179.75	c   318s|119400 | 11301 |  3515k|  29.4 |   970M |  57 |1812 |6319 |2599 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3167.32/3179.92	c   319s|119500 | 11284 |  3517k|  29.4 |   970M |  57 |1812 |6343 |2601 |  60k|  3 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3167.53/3180.12	c   319s|119600 | 11301 |  3519k|  29.4 |   970M |  57 |1812 |6420 |   0 |  60k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3167.71/3180.33	c   319s|119700 | 11298 |  3522k|  29.4 |   970M |  57 |1812 |6509 |2602 |  60k|  2 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3167.91/3180.52	c   319s|119800 | 11298 |  3524k|  29.4 |   970M |  57 |1812 |6561 |   0 |  60k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3168.11/3180.72	c   319s|119900 | 11286 |  3526k|  29.4 |   970M |  57 |1812 |6524 |2597 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3168.21/3180.89	c   320s|120000 | 11289 |  3528k|  29.4 |   970M |  57 |1812 |6570 |2597 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3168.43/3181.06	c   320s|120100 | 11288 |  3530k|  29.3 |   970M |  57 |1812 |6613 |2597 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3168.61/3181.22	c   320s|120200 | 11284 |  3532k|  29.3 |   970M |  57 |1812 |6624 |   0 |  60k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3168.71/3181.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3168.71/3181.37	c   320s|120300 | 11284 |  3533k|  29.3 |   970M |  57 |1812 |6591 |   0 |  60k|  0 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3168.91/3181.54	c   320s|120400 | 11296 |  3535k|  29.3 |   970M |  57 |1812 |6602 |2600 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3169.11/3181.79	c   320s|120500 | 11285 |  3538k|  29.3 |   970M |  57 |1812 |6047 |2590 |  60k|  1 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3169.52/3182.19	c   321s|120600 | 11308 |  3543k|  29.3 |   970M |  57 |1812 |5843 |2624 |  60k|  2 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3170.01/3182.66	c   321s|120700 | 11305 |  3547k|  29.3 |   970M |  57 |1812 |5796 |2617 |  61k|  2 |  92k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3170.31/3182.93	c   322s|120800 | 11300 |  3550k|  29.3 |   970M |  57 |1812 |5839 |   0 |  61k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3170.52/3183.16	c   322s|120900 | 11336 |  3553k|  29.3 |   970M |  57 |1812 |5742 |2594 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3170.70/3183.38	c   322s|121000 | 11343 |  3556k|  29.3 |   970M |  57 |1812 |5846 |2592 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3171.00/3183.60	c   322s|121100 | 11358 |  3560k|  29.3 |   970M |  57 |1812 |5914 |   0 |  61k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3171.20/3183.83	c   323s|121200 | 11374 |  3564k|  29.4 |   970M |  57 |1812 |6010 |2595 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3171.41/3184.04	c   323s|121300 | 11371 |  3566k|  29.4 |   970M |  57 |1812 |6095 |2592 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3171.60/3184.22	c   323s|121400 | 11375 |  3569k|  29.4 |   970M |  57 |1812 |6171 |2592 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3171.80/3184.44	c   323s|121500 | 11374 |  3572k|  29.4 |   970M |  57 |1812 |6255 |   0 |  61k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3172.00/3184.65	c   323s|121600 | 11375 |  3576k|  29.4 |   970M |  57 |1812 |6333 |2594 |  61k|  1 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3172.20/3184.87	c   324s|121700 | 11389 |  3579k|  29.4 |   970M |  57 |1812 |6377 |   0 |  61k|  0 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3172.51/3185.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3172.51/3185.12	c   324s|121800 | 11421 |  3584k|  29.4 |   970M |  57 |1812 |6402 |2597 |  61k|  2 |  93k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3172.69/3185.35	c   324s|121900 | 11432 |  3588k|  29.4 |   970M |  57 |1812 |6448 |2593 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3172.99/3185.60	c   324s|122000 | 11450 |  3592k|  29.4 |   970M |  57 |1812 |6551 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3173.19/3185.84	c   325s|122100 | 11455 |  3596k|  29.4 |   970M |  57 |1812 |6652 |2593 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3173.41/3186.07	c   325s|122200 | 11467 |  3600k|  29.4 |   970M |  57 |1812 |6689 |2594 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3173.69/3186.31	c   325s|122300 | 11480 |  3603k|  29.4 |   970M |  57 |1812 |6767 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3173.89/3186.52	c   325s|122400 | 11475 |  3606k|  29.4 |   970M |  57 |1812 |6878 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3174.09/3186.74	c   325s|122500 | 11455 |  3610k|  29.4 |   970M |  57 |1812 |6948 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3174.29/3186.94	c   326s|122600 | 11459 |  3612k|  29.4 |   970M |  57 |1812 |6927 |2594 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3174.50/3187.15	c   326s|122700 | 11455 |  3616k|  29.4 |   970M |  57 |1812 |6971 |   0 |  61k|  0 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3174.69/3187.37	c   326s|122800 | 11457 |  3619k|  29.4 |   970M |  57 |1812 |6958 |2597 |  61k|  1 |  94k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3174.89/3187.59	c   326s|122900 | 11460 |  3623k|  29.4 |   970M |  57 |1812 |6808 |   0 |  61k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3175.09/3187.78	c   326s|123000 | 11469 |  3625k|  29.4 |   970M |  57 |1812 |6822 |2592 |  61k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3175.28/3187.99	c   327s|123100 | 11482 |  3629k|  29.4 |   970M |  57 |1812 |6855 |   0 |  61k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3175.50/3188.17	c   327s|123200 | 11482 |  3632k|  29.4 |   970M |  57 |1812 |6931 |   0 |  61k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3175.68/3188.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3175.68/3188.34	c   327s|123300 | 11482 |  3634k|  29.4 |   970M |  57 |1812 |6970 |2592 |  61k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.40%
3175.88/3188.54	c   327s|123400 | 11483 |  3637k|  29.4 |   970M |  57 |1812 |7028 |2588 |  61k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3176.08/3188.74	c   327s|123500 | 11486 |  3640k|  29.4 |   970M |  57 |1812 |7023 |2588 |  62k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3176.28/3188.91	c   328s|123600 | 11486 |  3642k|  29.4 |   970M |  57 |1812 |7036 |2591 |  62k|  1 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3176.39/3189.09	c   328s|123700 | 11479 |  3645k|  29.4 |   970M |  57 |1812 |7095 |2595 |  62k|  2 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3176.68/3189.30	c   328s|123800 | 11480 |  3648k|  29.4 |   970M |  57 |1812 |7111 |   0 |  62k|  0 |  95k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3176.88/3189.50	c   328s|123900 | 11481 |  3651k|  29.4 |   970M |  57 |1812 |7193 |2592 |  62k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3176.98/3189.68	c   328s|124000 | 11485 |  3654k|  29.4 |   970M |  57 |1812 |7234 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3177.18/3189.87	c   329s|124100 | 11478 |  3656k|  29.4 |   970M |  57 |1812 |7247 |2592 |  62k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3177.39/3190.08	c   329s|124200 | 11482 |  3660k|  29.4 |   970M |  57 |1812 |7281 |2596 |  62k|  2 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3177.57/3190.28	c   329s|124300 | 11475 |  3664k|  29.4 |   970M |  57 |1812 |7312 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3177.87/3190.50	c   329s|124400 | 11478 |  3667k|  29.4 |   970M |  57 |1812 |7365 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3177.97/3190.68	c   329s|124500 | 11472 |  3670k|  29.4 |   970M |  57 |1812 |7438 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3178.17/3190.87	c   330s|124600 | 11460 |  3673k|  29.4 |   970M |  57 |1812 |7451 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3178.38/3191.09	c   330s|124700 | 11460 |  3675k|  29.4 |   970M |  57 |1812 |7352 |2596 |  62k|  1 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3178.57/3191.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3178.57/3191.26	c   330s|124800 | 11453 |  3678k|  29.4 |   970M |  57 |1812 |7350 |   0 |  62k|  0 |  96k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3178.77/3191.46	c   330s|124900 | 11454 |  3680k|  29.4 |   970M |  57 |1812 |7003 |2592 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3178.97/3191.67	c   330s|125000 | 11453 |  3683k|  29.4 |   970M |  57 |1812 |6809 |2595 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3179.27/3191.97	c   331s|125100 | 11460 |  3685k|  29.4 |   970M |  57 |1812 |6755 |2627 |  62k|  3 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3179.57/3192.21	c   331s|125200 | 11470 |  3688k|  29.4 |   970M |  57 |1812 |6454 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3179.67/3192.39	c   331s|125300 | 11468 |  3690k|  29.4 |   970M |  57 |1812 |6373 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3180.06/3192.70	c   331s|125400 | 11457 |  3693k|  29.4 |   970M |  57 |1812 |6297 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3180.26/3192.91	c   332s|125500 | 11458 |  3696k|  29.4 |   970M |  57 |1812 |6315 |2596 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3180.38/3193.07	c   332s|125600 | 11462 |  3698k|  29.4 |   970M |  57 |1812 |6363 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3180.56/3193.25	c   332s|125700 | 11471 |  3700k|  29.4 |   970M |  57 |1812 |6225 |2594 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3180.76/3193.48	c   332s|125800 | 11519 |  3703k|  29.4 |   970M |  57 |1812 |6010 |2595 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.41%
3180.96/3193.66	c   332s|125900 | 11516 |  3706k|  29.4 |   970M |  57 |1812 |6038 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3181.16/3193.86	c   333s|126000 | 11529 |  3708k|  29.4 |   970M |  57 |1812 |6078 |   0 |  62k|  0 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3181.37/3194.06	c   333s|126100 | 11526 |  3711k|  29.4 |   970M |  57 |1812 |6120 |2594 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3181.56/3194.28	c   333s|126200 | 11524 |  3714k|  29.4 |   970M |  57 |1812 |6177 |2593 |  62k|  1 |  97k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3181.86/3194.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3181.86/3194.51	c   333s|126300 | 11525 |  3718k|  29.4 |   970M |  57 |1812 |6224 |2589 |  62k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3181.96/3194.68	c   333s|126400 | 11533 |  3720k|  29.4 |   970M |  57 |1812 |6295 |2593 |  62k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3182.16/3194.87	c   334s|126500 | 11533 |  3723k|  29.4 |   970M |  57 |1812 |6392 |   0 |  62k|  0 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3182.37/3195.03	c   334s|126600 | 11532 |  3725k|  29.4 |   970M |  57 |1812 |6469 |2595 |  62k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3182.55/3195.20	c   334s|126700 | 11545 |  3728k|  29.4 |   970M |  57 |1812 |6558 |2595 |  62k|  2 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3182.65/3195.37	c   334s|126800 | 11530 |  3730k|  29.4 |   970M |  57 |1812 |6705 |2594 |  62k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3182.85/3195.57	c   334s|126900 | 11534 |  3732k|  29.4 |   970M |  57 |1812 |6672 |   0 |  62k|  0 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3183.15/3195.87	c   335s|127000 | 11558 |  3736k|  29.4 |   970M |  57 |1812 |6600 |2629 |  62k|  2 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3183.65/3196.31	c   335s|127100 | 11579 |  3739k|  29.4 |   970M |  57 |1812 |6681 |2622 |  63k|  1 |  98k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3184.36/3197.10	c   336s|127200 | 11557 |  3742k|  29.4 |   970M |  57 |1812 |6757 |2614 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3184.65/3197.30	c   336s|127300 | 11554 |  3744k|  29.4 |   970M |  57 |1812 |6764 |2603 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3184.85/3197.58	c   336s|127400 | 11552 |  3747k|  29.4 |   970M |  57 |1812 |6772 |   0 |  63k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3185.15/3197.84	c   337s|127500 | 11546 |  3749k|  29.4 |   970M |  57 |1812 |6766 |2593 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3185.36/3198.06	c   337s|127600 | 11544 |  3751k|  29.4 |   970M |  57 |1812 |6455 |   0 |  63k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3185.54/3198.27	c   337s|127700 | 11545 |  3753k|  29.3 |   970M |  57 |1812 |6460 |2597 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3185.74/3198.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3185.74/3198.46	c   337s|127800 | 11542 |  3756k|  29.3 |   970M |  57 |1812 |6522 |   0 |  63k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3185.94/3198.68	c   337s|127900 | 11530 |  3758k|  29.3 |   970M |  57 |1812 |6471 |2598 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3186.35/3199.07	c   338s|128000 | 11553 |  3762k|  29.3 |   970M |  57 |1812 |6203 |2599 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3186.54/3199.26	c   338s|128100 | 11554 |  3765k|  29.3 |   970M |  57 |1812 |6234 |   0 |  63k|  0 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3186.84/3199.52	c   338s|128200 | 11568 |  3768k|  29.3 |   970M |  57 |1812 |5994 |2601 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3187.04/3199.76	c   338s|128300 | 11584 |  3771k|  29.3 |   970M |  57 |1812 |5939 |2593 |  63k|  1 |  99k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3187.23/3199.94	c   339s|128400 | 11591 |  3774k|  29.4 |   970M |  57 |1812 |5883 |   0 |  63k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3187.45/3200.14	c   339s|128500 | 11590 |  3777k|  29.3 |   970M |  57 |1812 |5889 |2594 |  63k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3187.73/3200.43	c   339s|128600 | 11592 |  3780k|  29.3 |   970M |  57 |1812 |5931 |2597 |  63k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3188.23/3200.94	c   340s|128700 | 11588 |  3784k|  29.4 |   970M |  57 |1812 |5938 |2599 |  64k|  3 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3188.34/3201.10	c   340s|128800 | 11584 |  3786k|  29.4 |   970M |  57 |1812 |5911 |2593 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3188.63/3201.31	c   340s|128900 | 11598 |  3789k|  29.3 |   970M |  57 |1812 |5746 |2587 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3188.83/3201.50	c   340s|129000 | 11624 |  3791k|  29.3 |   970M |  57 |1812 |5744 |2588 |  64k|  2 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3188.93/3201.68	c   340s|129100 | 11636 |  3794k|  29.3 |   970M |  57 |1812 |5792 |2587 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3189.13/3201.85	c   341s|129200 | 11645 |  3796k|  29.3 |   970M |  57 |1812 |5856 |2597 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3189.34/3202.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3189.34/3202.09	c   341s|129300 | 11650 |  3798k|  29.3 |   970M |  57 |1812 |5912 |   0 |  64k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3189.63/3202.38	c   341s|129400 | 11651 |  3800k|  29.3 |   970M |  57 |1812 |5992 |   0 |  64k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3189.82/3202.56	c   341s|129500 | 11656 |  3802k|  29.3 |   970M |  57 |1812 |6043 |2589 |  64k|  1 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3190.02/3202.76	c   341s|129600 | 11643 |  3804k|  29.3 |   970M |  57 |1812 |6101 |   0 |  64k|  0 | 100k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3190.22/3202.94	c   342s|129700 | 11649 |  3807k|  29.3 |   970M |  57 |1812 |6133 |2593 |  64k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3190.44/3203.15	c   342s|129800 | 11649 |  3810k|  29.3 |   970M |  57 |1812 |6194 |2591 |  64k|  2 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3190.62/3203.33	c   342s|129900 | 11644 |  3812k|  29.3 |   970M |  57 |1812 |6210 |2592 |  64k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3191.12/3203.85	c   343s|130000 | 11659 |  3815k|  29.3 |   970M |  57 |1812 |6293 |   0 |  64k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3191.62/3204.36	c   343s|130100 | 11664 |  3817k|  29.3 |   970M |  57 |1812 |6405 |2593 |  65k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3192.02/3204.75	c   343s|130200 | 11654 |  3819k|  29.3 |   970M |  57 |1812 |6473 |   0 |  65k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3192.22/3204.94	c   344s|130300 | 11659 |  3821k|  29.3 |   970M |  57 |1812 |6526 |   0 |  65k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3192.43/3205.16	c   344s|130400 | 11673 |  3823k|  29.3 |   970M |  57 |1812 |6621 |   0 |  65k|  0 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3192.61/3205.31	c   344s|130500 | 11667 |  3825k|  29.3 |   970M |  57 |1812 |6717 |2602 |  65k|  1 | 101k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3193.21/3205.93	c   345s|130600 | 11668 |  3828k|  29.3 |   970M |  57 |1812 |6841 |   0 |  65k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3193.81/3206.51	c   345s|130700 | 11663 |  3831k|  29.3 |   970M |  57 |1812 |6886 |   0 |  65k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3194.01/3206.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3194.01/3206.71	c   345s|130800 | 11672 |  3833k|  29.3 |   970M |  57 |1812 |6966 |2600 |  65k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3194.11/3206.88	c   346s|130900 | 11666 |  3835k|  29.3 |   970M |  57 |1812 |7023 |2600 |  65k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3194.42/3207.16	c   346s|131000 | 11676 |  3837k|  29.2 |   970M |  57 |1812 |7084 |   0 |  65k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3194.70/3207.48	c   346s|131100 | 11673 |  3840k|  29.3 |   970M |  57 |1812 |7113 |2601 |  65k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3195.32/3208.02	c   347s|131200 | 11668 |  3844k|  29.3 |   970M |  57 |1812 |7175 |   0 |  66k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3195.50/3208.22	c   347s|131300 | 11665 |  3845k|  29.2 |   970M |  57 |1812 |7232 |   0 |  66k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3195.70/3208.44	c   347s|131400 | 11665 |  3847k|  29.2 |   970M |  57 |1812 |7229 |   0 |  66k|  0 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3196.00/3208.72	c   347s|131500 | 11674 |  3850k|  29.2 |   970M |  57 |1812 |7204 |2599 |  66k|  1 | 102k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3196.31/3209.06	c   348s|131600 | 11676 |  3852k|  29.2 |   970M |  57 |1812 |7284 |2599 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3196.80/3209.55	c   348s|131700 | 11670 |  3854k|  29.2 |   970M |  57 |1812 |7363 |   0 |  66k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3197.00/3209.73	c   348s|131800 | 11654 |  3856k|  29.2 |   970M |  57 |1812 |7288 |   0 |  66k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3197.20/3209.92	c   349s|131900 | 11650 |  3857k|  29.2 |   970M |  57 |1812 |7031 |2595 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.42%
3197.31/3210.11	c   349s|132000 | 11645 |  3859k|  29.2 |   970M |  57 |1812 |6985 |2588 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3197.49/3210.29	c   349s|132100 | 11655 |  3861k|  29.2 |   970M |  57 |1812 |6811 |2597 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3197.69/3210.47	c   349s|132200 | 11650 |  3863k|  29.2 |   970M |  57 |1812 |6710 |2597 |  66k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3197.99/3210.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3197.99/3210.76	c   349s|132300 | 11666 |  3866k|  29.2 |   970M |  57 |1812 |6661 |   0 |  66k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3198.30/3211.07	c   350s|132400 | 11663 |  3870k|  29.2 |   970M |  57 |1812 |6708 |   0 |  67k|  0 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3198.49/3211.27	c   350s|132500 | 11652 |  3872k|  29.2 |   970M |  57 |1812 |6620 |2594 |  67k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3198.89/3211.62	c   350s|132600 | 11655 |  3876k|  29.2 |   970M |  57 |1812 |6604 |2594 |  67k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3199.09/3211.85	c   351s|132700 | 11646 |  3878k|  29.2 |   970M |  57 |1812 |6589 |2601 |  67k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3199.30/3212.07	c   351s|132800 | 11649 |  3881k|  29.2 |   970M |  57 |1812 |6440 |2593 |  67k|  1 | 103k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3199.59/3212.36	c   351s|132900 | 11673 |  3884k|  29.2 |   970M |  57 |1812 |6343 |2601 |  67k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3200.18/3212.95	c   352s|133000 | 11681 |  3889k|  29.2 |   970M |  57 |1812 |6403 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3200.68/3213.42	c   352s|133100 | 11684 |  3894k|  29.2 |   970M |  57 |1812 |6425 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3200.88/3213.69	c   352s|133200 | 11662 |  3897k|  29.2 |   970M |  57 |1812 |6383 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3201.18/3213.91	c   353s|133300 | 11654 |  3899k|  29.2 |   970M |  57 |1812 |6286 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3201.48/3214.21	c   353s|133400 | 11653 |  3902k|  29.2 |   970M |  57 |1812 |6134 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3201.68/3214.47	c   353s|133500 | 11665 |  3906k|  29.2 |   970M |  57 |1812 |5731 |2593 |  67k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3201.98/3214.73	c   353s|133600 | 11674 |  3909k|  29.2 |   970M |  57 |1812 |5552 |2597 |  67k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3202.18/3214.94	c   354s|133700 | 11681 |  3912k|  29.2 |   970M |  57 |1812 |5585 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3202.39/3215.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3202.39/3215.16	c   354s|133800 | 11684 |  3915k|  29.2 |   970M |  57 |1812 |5677 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3202.57/3215.36	c   354s|133900 | 11697 |  3918k|  29.2 |   970M |  57 |1812 |5641 |   0 |  67k|  0 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3202.77/3215.57	c   354s|134000 | 11703 |  3921k|  29.2 |   970M |  57 |1812 |5634 |2594 |  67k|  1 | 104k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3202.97/3215.78	c   354s|134100 | 11694 |  3924k|  29.2 |   970M |  57 |1812 |5622 |2597 |  67k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3203.38/3216.17	c   355s|134200 | 11709 |  3927k|  29.2 |   970M |  57 |1812 |5601 |2601 |  67k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3203.77/3216.51	c   355s|134300 | 11696 |  3930k|  29.2 |   970M |  57 |1812 |5583 |   0 |  67k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3204.07/3216.86	c   356s|134400 | 11720 |  3934k|  29.2 |   970M |  57 |1812 |5450 |   0 |  68k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3204.38/3217.15	c   356s|134500 | 11722 |  3936k|  29.2 |   970M |  57 |1812 |5449 |   0 |  68k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.43%
3204.57/3217.35	c   356s|134600 | 11720 |  3939k|  29.2 |   970M |  57 |1812 |5458 |2594 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3204.77/3217.55	c   356s|134700 | 11718 |  3942k|  29.2 |   970M |  57 |1812 |5551 |   0 |  68k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3204.96/3217.73	c   356s|134800 | 11718 |  3944k|  29.2 |   970M |  57 |1812 |5578 |2593 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3205.16/3217.96	c   357s|134900 | 11725 |  3947k|  29.2 |   970M |  57 |1812 |5531 |2593 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3205.38/3218.14	c   357s|135000 | 11738 |  3948k|  29.2 |   970M |  57 |1812 |5566 |2598 |  68k|  2 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3205.56/3218.34	c   357s|135100 | 11740 |  3950k|  29.2 |   970M |  57 |1812 |5633 |   0 |  68k|  0 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3205.76/3218.51	c   357s|135200 | 11736 |  3952k|  29.2 |   970M |  57 |1812 |5701 |2592 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3205.86/3218.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3205.86/3218.68	c   357s|135300 | 11734 |  3954k|  29.2 |   970M |  57 |1812 |5793 |2592 |  68k|  1 | 105k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3206.06/3218.88	c   358s|135400 | 11721 |  3956k|  29.2 |   970M |  57 |1812 |5814 |2600 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3206.27/3219.06	c   358s|135500 | 11745 |  3958k|  29.2 |   970M |  57 |1812 |5868 |2592 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3206.46/3219.22	c   358s|135600 | 11754 |  3960k|  29.2 |   970M |  57 |1812 |5923 |   0 |  68k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3206.56/3219.37	c   358s|135700 | 11747 |  3961k|  29.1 |   970M |  57 |1812 |6013 |2591 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3206.76/3219.53	c   358s|135800 | 11731 |  3962k|  29.1 |   970M |  57 |1812 |6025 |2595 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3207.16/3219.95	c   359s|135900 | 11734 |  3966k|  29.1 |   970M |  57 |1812 |6085 |2601 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3207.37/3220.14	c   359s|136000 | 11733 |  3968k|  29.1 |   970M |  57 |1812 |6110 |2599 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3207.55/3220.39	c   359s|136100 | 11726 |  3970k|  29.1 |   970M |  57 |1812 |6149 |   0 |  68k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3207.75/3220.56	c   359s|136200 | 11733 |  3972k|  29.1 |   970M |  57 |1812 |6151 |   0 |  68k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3207.95/3220.73	c   359s|136300 | 11727 |  3974k|  29.1 |   970M |  57 |1812 |6210 |2591 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3208.05/3220.88	c   360s|136400 | 11732 |  3976k|  29.1 |   970M |  57 |1812 |6253 |2591 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3208.36/3221.13	c   360s|136500 | 11750 |  3979k|  29.1 |   970M |  57 |1812 |6139 |   0 |  68k|  0 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3208.55/3221.35	c   360s|136600 | 11778 |  3983k|  29.1 |   970M |  57 |1812 |6076 |2590 |  68k|  1 | 106k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3208.75/3221.52	c   360s|136700 | 11798 |  3985k|  29.1 |   970M |  57 |1812 |6133 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3208.85/3221.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3208.85/3221.69	c   360s|136800 | 11793 |  3986k|  29.1 |   970M |  57 |1812 |6195 |2592 |  68k|  2 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3209.05/3221.86	c   361s|136900 | 11812 |  3988k|  29.1 |   970M |  57 |1812 |6240 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3209.36/3222.17	c   361s|137000 | 11802 |  3991k|  29.1 |   970M |  57 |1812 |6308 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3209.65/3222.47	c   361s|137100 | 11799 |  3993k|  29.1 |   970M |  57 |1812 |6344 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3209.95/3222.79	c   361s|137200 | 11812 |  3999k|  29.1 |   970M |  57 |1812 |6196 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3210.14/3223.00	c   362s|137300 | 11814 |  4001k|  29.1 |   970M |  57 |1812 |6127 |2583 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3210.36/3223.18	c   362s|137400 | 11851 |  4004k|  29.1 |   970M |  57 |1812 |6081 |2583 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3210.54/3223.35	c   362s|137500 | 11867 |  4006k|  29.1 |   970M |  57 |1812 |6080 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3210.74/3223.50	c   362s|137600 | 11876 |  4008k|  29.1 |   970M |  57 |1812 |6118 |2583 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3210.84/3223.66	c   362s|137700 | 11892 |  4010k|  29.1 |   970M |  57 |1812 |6153 |2586 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3211.04/3223.81	c   363s|137800 | 11890 |  4011k|  29.1 |   970M |  57 |1812 |6223 |2585 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3211.14/3223.99	c   363s|137900 | 11894 |  4013k|  29.1 |   970M |  57 |1812 |6237 |2586 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3211.35/3224.16	c   363s|138000 | 11895 |  4016k|  29.1 |   970M |  57 |1812 |6246 |2584 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3211.54/3224.31	c   363s|138100 | 11883 |  4017k|  29.0 |   970M |  57 |1812 |6282 |2584 |  68k|  1 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3211.64/3224.47	c   363s|138200 | 11882 |  4019k|  29.0 |   970M |  57 |1812 |6307 |2586 |  68k|  2 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3211.84/3224.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3211.84/3224.64	c   363s|138300 | 11895 |  4021k|  29.0 |   970M |  57 |1812 |6342 |   0 |  68k|  0 | 107k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3212.04/3224.83	c   364s|138400 | 11892 |  4023k|  29.0 |   970M |  57 |1812 |6371 |2585 |  68k|  2 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3212.25/3225.04	c   364s|138500 | 11896 |  4025k|  29.0 |   970M |  57 |1812 |6413 |2585 |  68k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3212.43/3225.21	c   364s|138600 | 11899 |  4027k|  29.0 |   970M |  57 |1812 |6443 |2586 |  68k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3212.53/3225.37	c   364s|138700 | 11894 |  4028k|  29.0 |   970M |  57 |1812 |6480 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3212.73/3225.54	c   364s|138800 | 11891 |  4030k|  29.0 |   970M |  57 |1812 |6483 |2584 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3212.83/3225.69	c   364s|138900 | 11890 |  4031k|  29.0 |   970M |  57 |1812 |6514 |2586 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3213.13/3225.94	c   365s|139000 | 11876 |  4034k|  29.0 |   970M |  57 |1812 |6561 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3213.34/3226.11	c   365s|139100 | 11876 |  4036k|  29.0 |   970M |  57 |1812 |6515 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3213.73/3226.50	c   365s|139200 | 11892 |  4039k|  29.0 |   970M |  57 |1812 |6518 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3213.83/3226.69	c   365s|139300 | 11880 |  4041k|  29.0 |   970M |  57 |1812 |6549 |2589 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3214.03/3226.88	c   366s|139400 | 11873 |  4043k|  29.0 |   970M |  57 |1812 |6554 |2589 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3214.24/3227.06	c   366s|139500 | 11869 |  4045k|  29.0 |   970M |  57 |1812 |6496 |2596 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3214.43/3227.23	c   366s|139600 | 11861 |  4047k|  28.9 |   970M |  57 |1812 |6528 |2595 |  69k|  2 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3214.63/3227.40	c   366s|139700 | 11867 |  4049k|  28.9 |   970M |  57 |1812 |6533 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3214.73/3227.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3214.73/3227.57	c   366s|139800 | 11858 |  4052k|  28.9 |   970M |  57 |1812 |6563 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3215.12/3227.90	c   367s|139900 | 11894 |  4055k|  28.9 |   970M |  57 |1812 |6441 |2592 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3215.42/3228.23	c   367s|140000 | 11893 |  4057k|  28.9 |   970M |  57 |1812 |6493 |2614 |  69k|  2 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3215.82/3228.60	c   367s|140100 | 11890 |  4060k|  28.9 |   970M |  57 |1812 |6485 |2599 |  69k|  1 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3216.12/3228.99	c   368s|140200 | 11890 |  4064k|  28.9 |   970M |  57 |1812 |6503 |   0 |  69k|  0 | 108k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3216.52/3229.31	c   368s|140300 | 11895 |  4066k|  28.9 |   970M |  57 |1812 |6326 |2597 |  69k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3216.72/3229.58	c   368s|140400 | 11909 |  4069k|  28.9 |   970M |  57 |1812 |6302 |2595 |  69k|  2 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3216.92/3229.78	c   368s|140500 | 11929 |  4072k|  28.9 |   970M |  57 |1812 |6322 |   0 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3217.12/3229.99	c   369s|140600 | 11940 |  4075k|  28.9 |   970M |  57 |1812 |6375 |2593 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3217.33/3230.18	c   369s|140700 | 11926 |  4078k|  28.9 |   970M |  57 |1812 |6429 |   0 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3217.51/3230.38	c   369s|140800 | 11920 |  4080k|  28.9 |   970M |  57 |1812 |6496 |   0 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3217.81/3230.60	c   369s|140900 | 11901 |  4083k|  28.9 |   970M |  57 |1812 |6577 |2589 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3218.01/3230.82	c   370s|141000 | 11903 |  4086k|  28.9 |   970M |  57 |1812 |6565 |2596 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3218.61/3231.49	c   370s|141100 | 11900 |  4091k|  29.0 |   970M |  57 |1812 |6610 |2597 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3218.91/3231.71	c   370s|141200 | 11894 |  4093k|  28.9 |   970M |  57 |1812 |6445 |2590 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3219.11/3231.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3219.11/3231.90	c   371s|141300 | 11895 |  4096k|  28.9 |   970M |  57 |1812 |6457 |2589 |  70k|  1 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3219.22/3232.08	c   371s|141400 | 11897 |  4098k|  28.9 |   970M |  57 |1812 |6514 |   0 |  70k|  0 | 109k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3219.61/3232.45	c   371s|141500 | 11894 |  4101k|  28.9 |   970M |  57 |1812 |6524 |2605 |  70k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.44%
3219.90/3232.78	c   371s|141600 | 11896 |  4103k|  28.9 |   970M |  57 |1812 |6435 |2594 |  70k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3220.32/3233.11	c   372s|141700 | 11901 |  4106k|  28.9 |   970M |  57 |1812 |6346 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3220.40/3233.27	c   372s|141800 | 11903 |  4108k|  28.9 |   970M |  57 |1812 |6379 |2596 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3220.70/3233.54	c   372s|141900 | 11914 |  4110k|  28.9 |   970M |  57 |1812 |6447 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3220.90/3233.70	c   372s|142000 | 11912 |  4111k|  28.9 |   970M |  57 |1812 |6509 |2602 |  71k|  2 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3221.00/3233.86	c   373s|142100 | 11907 |  4113k|  28.9 |   970M |  57 |1812 |6547 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3221.21/3234.05	c   373s|142200 | 11907 |  4115k|  28.9 |   970M |  57 |1812 |6537 |2596 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3221.40/3234.23	c   373s|142300 | 11918 |  4117k|  28.9 |   970M |  57 |1812 |6553 |2602 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3221.60/3234.40	c   373s|142400 | 11919 |  4119k|  28.9 |   970M |  57 |1812 |6610 |2602 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3221.70/3234.57	c   373s|142500 | 11917 |  4121k|  28.9 |   970M |  57 |1812 |6614 |2600 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3221.90/3234.76	c   373s|142600 | 11915 |  4123k|  28.9 |   970M |  57 |1812 |6616 |2587 |  71k|  1 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3222.10/3234.94	c   374s|142700 | 11909 |  4125k|  28.9 |   970M |  57 |1812 |6549 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3222.39/3235.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3222.39/3235.22	c   374s|142800 | 11934 |  4128k|  28.9 |   970M |  57 |1812 |6430 |   0 |  71k|  0 | 110k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3222.49/3235.38	c   374s|142900 | 11933 |  4131k|  28.9 |   970M |  57 |1812 |6483 |   0 |  71k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3222.89/3235.70	c   374s|143000 | 11932 |  4134k|  28.9 |   970M |  57 |1812 |6520 |2611 |  71k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3223.20/3236.05	c   375s|143100 | 11933 |  4138k|  28.9 |   970M |  57 |1812 |6490 |2597 |  71k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3223.39/3236.26	c   375s|143200 | 11933 |  4142k|  28.9 |   970M |  57 |1812 |6424 |   0 |  71k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3223.99/3236.80	c   376s|143300 | 11935 |  4145k|  28.9 |   970M |  57 |1812 |6441 |   0 |  71k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3224.20/3237.07	c   376s|143400 | 11929 |  4148k|  28.9 |   970M |  57 |1812 |6424 |   0 |  71k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3224.49/3237.36	c   376s|143500 | 11948 |  4152k|  28.9 |   970M |  57 |1812 |6383 |   0 |  72k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3224.98/3237.82	c   377s|143600 | 11956 |  4155k|  28.9 |   970M |  57 |1812 |6502 |2601 |  72k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3225.48/3238.33	c   377s|143700 | 11959 |  4159k|  28.9 |   970M |  57 |1812 |6601 |   0 |  72k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3225.78/3238.61	c   377s|143800 | 11957 |  4162k|  28.9 |   970M |  57 |1812 |6659 |2597 |  72k|  1 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3226.08/3238.99	c   378s|143900 | 11963 |  4165k|  28.9 |   970M |  57 |1812 |6721 |   0 |  72k|  0 | 111k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3226.78/3239.62	c   378s|144000 | 11968 |  4169k|  28.9 |   970M |  57 |1812 |6770 |2621 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3227.38/3240.20	c   379s|144100 | 11955 |  4172k|  28.9 |   970M |  57 |1812 |6803 |2599 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3227.57/3240.46	c   379s|144200 | 11957 |  4175k|  28.9 |   970M |  57 |1812 |6811 |2597 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3227.77/3240.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3227.77/3240.69	c   379s|144300 | 11954 |  4178k|  28.9 |   970M |  57 |1812 |6640 |2590 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3228.07/3240.94	c   380s|144400 | 11956 |  4181k|  28.9 |   970M |  57 |1812 |6626 |2589 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.45%
3228.28/3241.14	c   380s|144500 | 11956 |  4183k|  28.9 |   970M |  57 |1812 |6648 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3228.47/3241.35	c   380s|144600 | 11953 |  4186k|  28.9 |   970M |  57 |1812 |6516 |2587 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3228.67/3241.53	c   380s|144700 | 11954 |  4188k|  28.9 |   970M |  57 |1812 |6459 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3228.87/3241.77	c   380s|144800 | 11960 |  4190k|  28.9 |   970M |  57 |1812 |6408 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3229.07/3241.96	c   381s|144900 | 11964 |  4192k|  28.9 |   970M |  57 |1812 |6432 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3229.28/3242.16	c   381s|145000 | 11951 |  4194k|  28.9 |   970M |  57 |1812 |6453 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3229.47/3242.36	c   381s|145100 | 11982 |  4197k|  28.9 |   970M |  57 |1812 |6412 |2594 |  73k|  1 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3229.67/3242.55	c   381s|145200 | 11983 |  4200k|  28.9 |   970M |  57 |1812 |6437 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3229.86/3242.71	c   381s|145300 | 11978 |  4202k|  28.9 |   970M |  57 |1812 |6440 |   0 |  73k|  0 | 112k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3230.36/3243.22	c   382s|145400 | 11966 |  4204k|  28.9 |   970M |  57 |1812 |6346 |   0 |  73k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3230.56/3243.40	c   382s|145500 | 11964 |  4207k|  28.9 |   970M |  57 |1812 |6376 |   0 |  73k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3230.66/3243.58	c   382s|145600 | 11965 |  4209k|  28.9 |   970M |  57 |1812 |6383 |2591 |  73k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3230.96/3243.81	c   383s|145700 | 11963 |  4212k|  28.9 |   970M |  57 |1812 |6432 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3231.18/3244.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3231.18/3244.05	c   383s|145800 | 11999 |  4215k|  28.9 |   970M |  57 |1812 |6253 |2594 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3231.57/3244.42	c   383s|145900 | 12018 |  4219k|  28.9 |   970M |  57 |1812 |6225 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3231.77/3244.68	c   383s|146000 | 12025 |  4223k|  28.9 |   970M |  57 |1812 |6260 |2600 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3231.97/3244.89	c   384s|146100 | 12025 |  4226k|  28.9 |   970M |  57 |1812 |6333 |2601 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3232.28/3245.18	c   384s|146200 | 12028 |  4230k|  28.9 |   970M |  57 |1812 |6349 |2601 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3232.56/3245.42	c   384s|146300 | 12036 |  4233k|  28.9 |   970M |  57 |1812 |6289 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3232.76/3245.62	c   384s|146400 | 12055 |  4236k|  28.9 |   970M |  57 |1812 |6271 |2592 |  74k|  1 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3232.96/3245.85	c   385s|146500 | 12050 |  4239k|  28.9 |   970M |  57 |1812 |6310 |2600 |  74k|  2 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3233.27/3246.19	c   385s|146600 | 12042 |  4242k|  28.9 |   970M |  57 |1812 |6309 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3233.46/3246.37	c   385s|146700 | 12047 |  4244k|  28.9 |   970M |  57 |1812 |6286 |   0 |  74k|  0 | 113k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3233.66/3246.52	c   385s|146800 | 12048 |  4246k|  28.9 |   970M |  57 |1812 |6372 |   0 |  74k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3233.86/3246.77	c   385s|146900 | 12050 |  4249k|  28.9 |   970M |  57 |1812 |6387 |2602 |  74k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3234.17/3247.01	c   386s|147000 | 12048 |  4252k|  28.9 |   970M |  57 |1812 |6382 |   0 |  74k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3234.55/3247.40	c   386s|147100 | 12049 |  4256k|  28.9 |   970M |  57 |1812 |6208 |2596 |  74k|  2 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3234.66/3247.58	c   386s|147200 | 12047 |  4258k|  28.9 |   970M |  57 |1812 |6242 |2591 |  74k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3234.95/3247.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3234.95/3247.84	c   387s|147300 | 12048 |  4262k|  28.9 |   970M |  57 |1812 |6086 |   0 |  75k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3235.17/3248.05	c   387s|147400 | 12037 |  4264k|  28.9 |   970M |  57 |1812 |6097 |   0 |  75k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3235.35/3248.26	c   387s|147500 | 12044 |  4267k|  28.9 |   970M |  57 |1812 |6151 |2593 |  75k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3235.75/3248.63	c   387s|147600 | 12038 |  4271k|  28.9 |   970M |  57 |1812 |6120 |2596 |  75k|  2 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3235.95/3248.84	c   388s|147700 | 12033 |  4274k|  28.9 |   970M |  57 |1812 |6066 |   0 |  75k|  0 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3236.16/3249.06	c   388s|147800 | 12067 |  4277k|  28.9 |   970M |  57 |1812 |5964 |2601 |  75k|  1 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3236.45/3249.31	c   388s|147900 | 12086 |  4281k|  28.9 |   970M |  57 |1812 |5959 |2602 |  75k|  2 | 114k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3236.65/3249.53	c   388s|148000 | 12116 |  4283k|  28.9 |   970M |  57 |1812 |6000 |   0 |  75k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3236.85/3249.71	c   388s|148100 | 12125 |  4285k|  28.9 |   970M |  57 |1812 |5960 |2597 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3237.16/3250.07	c   389s|148200 | 12149 |  4289k|  28.9 |   970M |  57 |1812 |5983 |2602 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3237.44/3250.34	c   389s|148300 | 12159 |  4292k|  28.9 |   970M |  57 |1812 |6059 |2602 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3237.84/3250.75	c   389s|148400 | 12166 |  4295k|  28.9 |   970M |  57 |1812 |6108 |   0 |  75k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3238.04/3250.96	c   390s|148500 | 12155 |  4297k|  28.9 |   970M |  57 |1812 |6180 |   0 |  75k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3238.54/3251.45	c   390s|148600 | 12155 |  4301k|  28.9 |   970M |  57 |1812 |6253 |   0 |  75k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3238.84/3251.75	c   390s|148700 | 12167 |  4304k|  28.9 |   970M |  57 |1812 |6294 |2604 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3239.15/3252.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3239.15/3252.10	c   391s|148800 | 12180 |  4307k|  28.9 |   970M |  57 |1812 |6294 |2602 |  75k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3239.64/3252.58	c   391s|148900 | 12183 |  4310k|  28.9 |   970M |  57 |1812 |6316 |2602 |  76k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3239.84/3252.79	c   391s|149000 | 12173 |  4312k|  28.9 |   970M |  57 |1812 |6404 |   0 |  76k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3240.25/3253.14	c   392s|149100 | 12176 |  4316k|  28.9 |   970M |  57 |1812 |6396 |2609 |  76k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3240.53/3253.40	c   392s|149200 | 12154 |  4319k|  28.9 |   970M |  57 |1812 |6380 |   0 |  76k|  0 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3240.63/3253.59	c   392s|149300 | 12161 |  4321k|  28.9 |   970M |  57 |1812 |6376 |2602 |  76k|  1 | 115k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3240.93/3253.80	c   393s|149400 | 12152 |  4323k|  28.9 |   970M |  57 |1812 |6378 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3241.14/3254.09	c   393s|149500 | 12153 |  4328k|  28.9 |   970M |  57 |1812 |6253 |2602 |  76k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3241.43/3254.31	c   393s|149600 | 12157 |  4330k|  28.9 |   970M |  57 |1812 |6271 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3241.73/3254.60	c   393s|149700 | 12148 |  4333k|  28.9 |   970M |  57 |1812 |6364 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3241.92/3254.81	c   394s|149800 | 12136 |  4336k|  28.9 |   970M |  57 |1812 |6400 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3242.14/3255.02	c   394s|149900 | 12145 |  4338k|  28.9 |   970M |  57 |1812 |6356 |2603 |  76k|  1 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3242.32/3255.26	c   394s|150000 | 12143 |  4342k|  28.9 |   970M |  57 |1812 |6377 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3242.52/3255.45	c   394s|150100 | 12139 |  4344k|  28.9 |   970M |  57 |1812 |6389 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3242.72/3255.66	c   394s|150200 | 12151 |  4347k|  28.9 |   970M |  57 |1812 |6406 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3243.02/3255.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3243.02/3255.94	c   395s|150300 | 12142 |  4349k|  28.9 |   970M |  57 |1812 |6519 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3243.23/3256.18	c   395s|150400 | 12135 |  4352k|  28.9 |   970M |  57 |1812 |6538 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3243.52/3256.47	c   395s|150500 | 12145 |  4357k|  28.9 |   970M |  57 |1812 |6573 |   0 |  76k|  0 | 116k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3243.72/3256.67	c   395s|150600 | 12132 |  4359k|  28.9 |   970M |  57 |1812 |6551 |2603 |  76k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3243.92/3256.88	c   396s|150700 | 12130 |  4362k|  28.9 |   970M |  57 |1812 |6294 |2595 |  76k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.46%
3244.23/3257.18	c   396s|150800 | 12130 |  4365k|  28.9 |   970M |  57 |1812 |6318 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3244.52/3257.40	c   396s|150900 | 12120 |  4367k|  28.9 |   970M |  57 |1812 |6116 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3244.71/3257.60	c   396s|151000 | 12126 |  4369k|  28.9 |   970M |  57 |1812 |6106 |2593 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3244.81/3257.78	c   396s|151100 | 12126 |  4371k|  28.9 |   970M |  57 |1812 |6122 |2594 |  77k|  2 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3245.01/3257.97	c   397s|151200 | 12138 |  4373k|  28.9 |   970M |  57 |1812 |6055 |2598 |  77k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3245.23/3258.18	c   397s|151300 | 12148 |  4375k|  28.9 |   970M |  57 |1812 |6129 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3245.41/3258.38	c   397s|151400 | 12154 |  4377k|  28.9 |   970M |  57 |1812 |6147 |2596 |  77k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3245.61/3258.57	c   397s|151500 | 12146 |  4379k|  28.9 |   970M |  57 |1812 |6158 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3245.81/3258.76	c   397s|151600 | 12150 |  4381k|  28.9 |   970M |  57 |1812 |6187 |   0 |  77k|  0 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3246.01/3258.99	c   398s|151700 | 12153 |  4383k|  28.9 |   970M |  57 |1812 |6087 |2595 |  77k|  1 | 117k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3246.41/3259.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3246.41/3259.39	c   398s|151800 | 12175 |  4388k|  28.9 |   970M |  57 |1812 |6099 |2606 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3246.81/3259.77	c   398s|151900 | 12179 |  4391k|  28.9 |   970M |  57 |1812 |6170 |2608 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3247.30/3260.22	c   399s|152000 | 12173 |  4394k|  28.9 |   970M |  57 |1812 |6237 |2604 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3247.60/3260.51	c   399s|152100 | 12166 |  4397k|  28.9 |   970M |  57 |1812 |6277 |2606 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3247.80/3260.75	c   399s|152200 | 12171 |  4400k|  28.9 |   970M |  57 |1812 |6147 |2593 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3248.21/3261.11	c   400s|152300 | 12160 |  4402k|  28.9 |   970M |  57 |1812 |6152 |2603 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3248.70/3261.63	c   400s|152400 | 12167 |  4405k|  28.9 |   970M |  57 |1812 |6184 |2589 |  77k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3248.90/3261.84	c   401s|152500 | 12169 |  4407k|  28.9 |   970M |  57 |1812 |6001 |   0 |  78k|  0 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3249.11/3262.09	c   401s|152600 | 12167 |  4410k|  28.9 |   970M |  57 |1812 |5885 |   0 |  78k|  0 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3249.30/3262.29	c   401s|152700 | 12171 |  4412k|  28.9 |   970M |  57 |1812 |5869 |2597 |  78k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3249.49/3262.49	c   401s|152800 | 12169 |  4415k|  28.9 |   970M |  57 |1812 |5968 |   0 |  78k|  0 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3249.69/3262.65	c   401s|152900 | 12162 |  4417k|  28.9 |   970M |  57 |1812 |5948 |2581 |  78k|  1 | 118k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3249.99/3262.91	c   402s|153000 | 12182 |  4420k|  28.9 |   970M |  57 |1812 |5890 |2593 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3250.21/3263.14	c   402s|153100 | 12206 |  4423k|  28.9 |   970M |  57 |1812 |5755 |2589 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3250.39/3263.33	c   402s|153200 | 12231 |  4425k|  28.8 |   970M |  57 |1812 |5817 |   0 |  78k|  0 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3250.59/3263.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3250.59/3263.55	c   402s|153300 | 12263 |  4428k|  28.8 |   970M |  57 |1812 |5843 |2584 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3250.79/3263.73	c   402s|153400 | 12291 |  4430k|  28.8 |   970M |  57 |1812 |5908 |2591 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3250.99/3263.95	c   403s|153500 | 12325 |  4433k|  28.8 |   970M |  57 |1812 |5866 |2589 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3251.20/3264.14	c   403s|153600 | 12352 |  4435k|  28.8 |   970M |  57 |1812 |5906 |2591 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3251.39/3264.35	c   403s|153700 | 12366 |  4438k|  28.8 |   970M |  57 |1812 |5951 |   0 |  78k|  0 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3251.58/3264.56	c   403s|153800 | 12403 |  4440k|  28.8 |   970M |  57 |1812 |5835 |2593 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3251.78/3264.79	c   403s|153900 | 12437 |  4443k|  28.8 |   970M |  57 |1812 |5755 |2588 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3251.98/3264.96	c   404s|154000 | 12454 |  4445k|  28.8 |   970M |  57 |1812 |5826 |2588 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3252.20/3265.15	c   404s|154100 | 12475 |  4447k|  28.8 |   970M |  57 |1812 |5841 |2592 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3252.58/3265.52	c   404s|154200 | 12476 |  4451k|  28.8 |   970M |  57 |1812 |5890 |2590 |  78k|  1 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3252.78/3265.71	c   404s|154300 | 12487 |  4453k|  28.8 |   970M |  57 |1812 |5943 |2591 |  78k|  2 | 119k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3252.88/3265.88	c   405s|154400 | 12484 |  4455k|  28.8 |   970M |  57 |1812 |6013 |2590 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3253.09/3266.07	c   405s|154500 | 12482 |  4458k|  28.8 |   970M |  57 |1812 |6045 |   0 |  78k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3253.28/3266.26	c   405s|154600 | 12493 |  4461k|  28.8 |   970M |  57 |1812 |6048 |2590 |  78k|  2 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3253.48/3266.43	c   405s|154700 | 12510 |  4463k|  28.8 |   970M |  57 |1812 |6091 |2588 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3253.68/3266.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3253.68/3266.63	c   405s|154800 | 12508 |  4465k|  28.8 |   970M |  57 |1812 |6165 |2587 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3253.78/3266.79	c   405s|154900 | 12507 |  4467k|  28.8 |   970M |  57 |1812 |6204 |2587 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3253.97/3266.97	c   406s|155000 | 12518 |  4469k|  28.8 |   970M |  57 |1812 |6198 |2593 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3254.19/3267.15	c   406s|155100 | 12534 |  4472k|  28.8 |   970M |  57 |1812 |6231 |   0 |  78k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3254.37/3267.38	c   406s|155200 | 12550 |  4475k|  28.8 |   970M |  57 |1812 |6257 |   0 |  78k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3254.67/3267.60	c   406s|155300 | 12550 |  4478k|  28.8 |   970M |  57 |1812 |6367 |2593 |  78k|  1 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3254.77/3267.79	c   406s|155400 | 12554 |  4480k|  28.8 |   970M |  57 |1812 |6436 |   0 |  78k|  0 | 120k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3254.97/3267.99	c   407s|155500 | 12560 |  4483k|  28.8 |   970M |  57 |1812 |6288 |   0 |  78k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3255.27/3268.21	c   407s|155600 | 12573 |  4485k|  28.8 |   970M |  57 |1812 |6013 |   0 |  78k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3255.47/3268.42	c   407s|155700 | 12582 |  4488k|  28.8 |   970M |  57 |1812 |6025 |2589 |  78k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3255.67/3268.63	c   407s|155800 | 12582 |  4491k|  28.8 |   970M |  57 |1812 |6090 |   0 |  78k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3255.87/3268.86	c   408s|155900 | 12601 |  4494k|  28.8 |   970M |  57 |1812 |6147 |2591 |  78k|  2 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3256.08/3269.04	c   408s|156000 | 12616 |  4496k|  28.8 |   970M |  57 |1812 |6236 |2590 |  78k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3256.27/3269.23	c   408s|156100 | 12614 |  4499k|  28.8 |   970M |  57 |1812 |6339 |2591 |  78k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3256.46/3269.41	c   408s|156200 | 12635 |  4502k|  28.8 |   971M |  57 |1812 |6343 |   0 |  78k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3256.66/3269.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3256.66/3269.60	c   408s|156300 | 12631 |  4504k|  28.8 |   971M |  57 |1812 |6437 |2589 |  79k|  1 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3256.76/3269.78	c   408s|156400 | 12628 |  4506k|  28.8 |   971M |  57 |1812 |6536 |   0 |  79k|  0 | 121k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3256.96/3269.99	c   409s|156500 | 12623 |  4509k|  28.8 |   971M |  57 |1812 |6614 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3257.18/3270.17	c   409s|156600 | 12628 |  4512k|  28.8 |   971M |  57 |1812 |6634 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3257.36/3270.34	c   409s|156700 | 12625 |  4514k|  28.8 |   971M |  57 |1812 |6715 |2590 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3257.56/3270.54	c   409s|156800 | 12637 |  4517k|  28.8 |   971M |  57 |1812 |6762 |2588 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3257.76/3270.74	c   409s|156900 | 12642 |  4520k|  28.8 |   971M |  57 |1812 |6761 |2588 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3257.96/3270.97	c   410s|157000 | 12666 |  4523k|  28.8 |   971M |  57 |1812 |6672 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3258.17/3271.15	c   410s|157100 | 12690 |  4525k|  28.8 |   971M |  57 |1812 |6704 |2587 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3258.36/3271.32	c   410s|157200 | 12703 |  4527k|  28.8 |   971M |  57 |1812 |6791 |2587 |  79k|  1 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3258.46/3271.48	c   410s|157300 | 12693 |  4529k|  28.8 |   971M |  57 |1812 |6937 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3258.66/3271.63	c   410s|157400 | 12704 |  4531k|  28.8 |   971M |  57 |1812 |7027 |   0 |  79k|  0 | 122k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3258.75/3271.79	c   410s|157500 | 12710 |  4533k|  28.7 |   971M |  57 |1812 |7103 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3258.95/3271.95	c   411s|157600 | 12725 |  4535k|  28.7 |   971M |  57 |1812 |7128 |2588 |  79k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3259.07/3272.10	c   411s|157700 | 12723 |  4537k|  28.7 |   971M |  57 |1812 |7187 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3259.25/3272.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3259.25/3272.26	c   411s|157800 | 12722 |  4539k|  28.7 |   971M |  57 |1812 |7262 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3259.45/3272.44	c   411s|157900 | 12726 |  4542k|  28.7 |   971M |  57 |1812 |7201 |2592 |  79k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3259.65/3272.62	c   411s|158000 | 12717 |  4544k|  28.7 |   971M |  57 |1812 |7072 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3259.85/3272.81	c   412s|158100 | 12711 |  4546k|  28.7 |   971M |  57 |1812 |7065 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3260.06/3273.03	c   412s|158200 | 12711 |  4549k|  28.7 |   971M |  57 |1812 |7047 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3260.25/3273.24	c   412s|158300 | 12723 |  4552k|  28.7 |   971M |  57 |1812 |6939 |   0 |  79k|  0 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3260.45/3273.40	c   412s|158400 | 12723 |  4554k|  28.7 |   971M |  57 |1812 |6959 |2591 |  79k|  1 | 123k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3260.65/3273.60	c   412s|158500 | 12741 |  4556k|  28.7 |   971M |  57 |1812 |6967 |2589 |  79k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3260.75/3273.79	c   412s|158600 | 12744 |  4559k|  28.7 |   971M |  57 |1812 |6939 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3260.95/3273.99	c   413s|158700 | 12740 |  4561k|  28.7 |   971M |  57 |1812 |6824 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.47%
3261.24/3274.20	c   413s|158800 | 12761 |  4564k|  28.7 |   971M |  57 |1812 |6684 |2587 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3261.44/3274.40	c   413s|158900 | 12788 |  4566k|  28.7 |   971M |  57 |1812 |6692 |2588 |  79k|  2 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3261.54/3274.55	c   413s|159000 | 12793 |  4568k|  28.7 |   971M |  57 |1812 |6767 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3261.74/3274.73	c   413s|159100 | 12800 |  4570k|  28.7 |   971M |  57 |1812 |6839 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3261.84/3274.89	c   414s|159200 | 12806 |  4572k|  28.7 |   971M |  57 |1812 |6914 |2585 |  79k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3262.06/3275.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3262.06/3275.07	c   414s|159300 | 12810 |  4574k|  28.7 |   971M |  57 |1812 |6929 |2584 |  79k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3262.24/3275.25	c   414s|159400 | 12804 |  4576k|  28.7 |   971M |  57 |1812 |6964 |   0 |  79k|  0 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3262.44/3275.44	c   414s|159500 | 12794 |  4578k|  28.7 |   971M |  57 |1812 |6994 |2586 |  79k|  1 | 124k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3262.64/3275.61	c   414s|159600 | 12801 |  4580k|  28.7 |   971M |  57 |1812 |7084 |2586 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3262.74/3275.79	c   414s|159700 | 12797 |  4582k|  28.7 |   971M |  57 |1812 |7131 |2590 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3262.94/3275.98	c   415s|159800 | 12826 |  4585k|  28.7 |   971M |  57 |1812 |6977 |2585 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3263.15/3276.17	c   415s|159900 | 12841 |  4587k|  28.7 |   971M |  57 |1812 |7034 |2587 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3263.34/3276.35	c   415s|160000 | 12879 |  4589k|  28.6 |   971M |  57 |1812 |7056 |2587 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3263.54/3276.52	c   415s|160100 | 12880 |  4592k|  28.6 |   971M |  57 |1812 |7154 |   0 |  79k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3263.63/3276.68	c   415s|160200 | 12883 |  4593k|  28.6 |   971M |  57 |1812 |7223 |2587 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3263.83/3276.89	c   416s|160300 | 12908 |  4596k|  28.6 |   971M |  57 |1812 |7152 |2586 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3264.05/3277.08	c   416s|160400 | 12920 |  4598k|  28.6 |   971M |  57 |1812 |7215 |2586 |  79k|  1 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3264.23/3277.26	c   416s|160500 | 12921 |  4600k|  28.6 |   971M |  57 |1812 |7321 |   0 |  79k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3264.43/3277.45	c   416s|160600 | 12906 |  4602k|  28.6 |   971M |  57 |1812 |7410 |   0 |  79k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3264.63/3277.63	c   416s|160700 | 12919 |  4605k|  28.6 |   971M |  57 |1812 |7381 |   0 |  79k|  0 | 125k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3264.83/3277.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3264.83/3277.83	c   417s|160800 | 12918 |  4607k|  28.6 |   971M |  57 |1812 |7322 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3265.04/3278.02	c   417s|160900 | 12917 |  4609k|  28.6 |   971M |  57 |1812 |7422 |2592 |  79k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3265.23/3278.22	c   417s|161000 | 12898 |  4611k|  28.6 |   971M |  57 |1812 |7424 |2585 |  79k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3265.43/3278.40	c   417s|161100 | 12898 |  4613k|  28.6 |   971M |  57 |1812 |7493 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3265.63/3278.63	c   417s|161200 | 12898 |  4616k|  28.6 |   971M |  57 |1812 |7409 |2592 |  79k|  2 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3265.83/3278.81	c   418s|161300 | 12906 |  4619k|  28.6 |   971M |  57 |1812 |7389 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3265.93/3278.95	c   418s|161400 | 12903 |  4621k|  28.6 |   971M |  57 |1812 |7446 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3266.14/3279.16	c   418s|161500 | 12901 |  4624k|  28.6 |   971M |  57 |1812 |7353 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3266.32/3279.34	c   418s|161600 | 12896 |  4626k|  28.6 |   971M |  57 |1812 |7223 |   0 |  79k|  0 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3266.52/3279.53	c   418s|161700 | 12935 |  4628k|  28.6 |   971M |  57 |1812 |7183 |2586 |  79k|  1 | 126k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3266.62/3279.69	c   418s|161800 | 12941 |  4630k|  28.6 |   971M |  57 |1812 |7207 |2584 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3266.82/3279.87	c   419s|161900 | 12959 |  4632k|  28.6 |   971M |  57 |1812 |7241 |2584 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3267.04/3280.03	c   419s|162000 | 12980 |  4634k|  28.6 |   971M |  57 |1812 |7292 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3267.13/3280.19	c   419s|162100 | 12983 |  4635k|  28.6 |   971M |  57 |1812 |7375 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3267.32/3280.37	c   419s|162200 | 12991 |  4638k|  28.6 |   971M |  57 |1812 |7430 |2585 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3267.52/3280.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3267.52/3280.55	c   419s|162300 | 12986 |  4640k|  28.6 |   971M |  57 |1812 |7471 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3267.72/3280.72	c   419s|162400 | 12979 |  4642k|  28.5 |   971M |  57 |1812 |7474 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3267.92/3280.90	c   420s|162500 | 12975 |  4644k|  28.5 |   971M |  57 |1812 |7517 |2584 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3268.03/3281.05	c   420s|162600 | 12981 |  4645k|  28.5 |   971M |  57 |1812 |7557 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3268.22/3281.22	c   420s|162700 | 12980 |  4647k|  28.5 |   971M |  57 |1812 |7599 |2585 |  79k|  1 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3268.42/3281.41	c   420s|162800 | 12983 |  4650k|  28.5 |   971M |  57 |1812 |7571 |   0 |  79k|  0 | 127k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3268.52/3281.58	c   420s|162900 | 12976 |  4652k|  28.5 |   971M |  57 |1812 |7566 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3268.71/3281.75	c   420s|163000 | 12976 |  4654k|  28.5 |   971M |  57 |1812 |7612 |2584 |  79k|  1 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3268.91/3281.92	c   421s|163100 | 12966 |  4656k|  28.5 |   971M |  57 |1812 |7674 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3269.13/3282.12	c   421s|163200 | 12955 |  4658k|  28.5 |   971M |  57 |1812 |7601 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3269.31/3282.30	c   421s|163300 | 12947 |  4660k|  28.5 |   971M |  57 |1812 |7470 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3269.51/3282.51	c   421s|163400 | 12950 |  4663k|  28.5 |   971M |  57 |1812 |7288 |2592 |  79k|  1 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3269.61/3282.67	c   421s|163500 | 12940 |  4664k|  28.5 |   971M |  57 |1812 |7280 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3269.81/3282.87	c   422s|163600 | 12941 |  4667k|  28.5 |   971M |  57 |1812 |7159 |2586 |  79k|  1 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3270.02/3283.05	c   422s|163700 | 12943 |  4669k|  28.5 |   971M |  57 |1812 |7160 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3270.21/3283.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3270.21/3283.26	c   422s|163800 | 12962 |  4672k|  28.5 |   971M |  57 |1812 |7146 |2589 |  79k|  2 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3270.41/3283.42	c   422s|163900 | 12959 |  4674k|  28.5 |   971M |  57 |1812 |7265 |   0 |  79k|  0 | 128k|  19 | 0.000000e+00 |      --      |    Inf |   5.48%
3270.61/3283.60	c   422s|164000 | 12964 |  4676k|  28.5 |   971M |  57 |1812 |7218 |2585 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3270.71/3283.79	c   422s|164100 | 12953 |  4678k|  28.5 |   971M |  57 |1812 |7230 |2588 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3270.90/3283.97	c   423s|164200 | 12948 |  4680k|  28.5 |   971M |  57 |1812 |7327 |   0 |  79k|  0 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3271.12/3284.16	c   423s|164300 | 12957 |  4683k|  28.5 |   971M |  57 |1812 |7296 |2588 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3271.30/3284.36	c   423s|164400 | 12951 |  4686k|  28.5 |   971M |  57 |1812 |7253 |2586 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3271.50/3284.54	c   423s|164500 | 12950 |  4688k|  28.5 |   971M |  57 |1812 |7283 |2593 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3271.70/3284.72	c   423s|164600 | 12956 |  4690k|  28.5 |   971M |  57 |1812 |7302 |2589 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3271.90/3284.92	c   424s|164700 | 12950 |  4692k|  28.5 |   971M |  57 |1812 |7286 |2584 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3272.01/3285.09	c   424s|164800 | 12945 |  4694k|  28.4 |   971M |  57 |1812 |7289 |2588 |  79k|  1 | 129k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3272.20/3285.25	c   424s|164900 | 12948 |  4695k|  28.4 |   971M |  57 |1812 |7376 |2587 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3272.40/3285.46	c   424s|165000 | 12930 |  4698k|  28.4 |   971M |  57 |1812 |7392 |2594 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3272.60/3285.64	c   424s|165100 | 12939 |  4700k|  28.4 |   971M |  57 |1812 |7383 |2589 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3272.79/3285.81	c   425s|165200 | 12932 |  4702k|  28.4 |   971M |  57 |1812 |7414 |   0 |  79k|  0 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3272.89/3285.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3272.89/3285.99	c   425s|165300 | 12938 |  4704k|  28.4 |   971M |  57 |1812 |7471 |2586 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3273.11/3286.16	c   425s|165400 | 12937 |  4706k|  28.4 |   971M |  57 |1812 |7443 |   0 |  79k|  0 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3273.29/3286.34	c   425s|165500 | 12952 |  4708k|  28.4 |   971M |  57 |1812 |7438 |2587 |  79k|  2 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3273.49/3286.53	c   425s|165600 | 12966 |  4711k|  28.4 |   971M |  57 |1812 |7540 |   0 |  79k|  0 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3273.59/3286.69	c   425s|165700 | 12970 |  4712k|  28.4 |   971M |  57 |1812 |7610 |2585 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3273.79/3286.85	c   426s|165800 | 12974 |  4714k|  28.4 |   971M |  57 |1812 |7681 |2585 |  79k|  1 | 130k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3274.00/3287.01	c   426s|165900 | 12972 |  4716k|  28.4 |   971M |  57 |1812 |7711 |   0 |  79k|  0 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3274.10/3287.17	c   426s|166000 | 12977 |  4718k|  28.4 |   971M |  57 |1812 |7766 |   0 |  79k|  0 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3274.29/3287.35	c   426s|166100 | 12994 |  4720k|  28.4 |   971M |  57 |1812 |7784 |2587 |  79k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3274.49/3287.55	c   426s|166200 | 12989 |  4722k|  28.4 |   971M |  57 |1812 |7914 |2587 |  79k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3274.69/3287.71	c   426s|166300 | 12980 |  4724k|  28.4 |   971M |  57 |1812 |8033 |2585 |  79k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3274.79/3287.88	c   427s|166400 | 12985 |  4726k|  28.4 |   971M |  57 |1812 |8080 |2588 |  79k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3275.10/3288.11	c   427s|166500 | 12990 |  4729k|  28.4 |   971M |  57 |1812 |8035 |2587 |  80k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3275.28/3288.32	c   427s|166600 | 12984 |  4731k|  28.4 |   971M |  57 |1812 |8065 |2591 |  80k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3275.48/3288.53	c   427s|166700 | 12991 |  4734k|  28.4 |   971M |  57 |1812 |7956 |2588 |  80k|  1 | 131k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3275.68/3288.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3275.68/3288.73	c   427s|166800 | 12995 |  4736k|  28.4 |   971M |  57 |1812 |7842 |2588 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3275.88/3288.94	c   428s|166900 | 12999 |  4739k|  28.4 |   971M |  57 |1812 |7843 |2588 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3276.10/3289.13	c   428s|167000 | 13003 |  4742k|  28.4 |   971M |  57 |1812 |7811 |2588 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3276.28/3289.32	c   428s|167100 | 13002 |  4744k|  28.4 |   971M |  57 |1812 |7741 |2589 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3276.38/3289.49	c   428s|167200 | 12999 |  4746k|  28.4 |   971M |  57 |1812 |7788 |   0 |  80k|  0 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3276.58/3289.69	c   428s|167300 | 12997 |  4749k|  28.4 |   971M |  57 |1812 |7702 |   0 |  80k|  0 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3276.78/3289.89	c   429s|167400 | 12996 |  4751k|  28.3 |   971M |  57 |1812 |7710 |2589 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3276.99/3290.09	c   429s|167500 | 12995 |  4754k|  28.3 |   971M |  57 |1812 |7818 |2589 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3277.18/3290.27	c   429s|167600 | 12992 |  4756k|  28.3 |   971M |  57 |1812 |7897 |2587 |  80k|  1 | 132k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3277.38/3290.47	c   429s|167700 | 13008 |  4758k|  28.3 |   971M |  57 |1812 |7857 |2588 |  80k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3277.58/3290.67	c   429s|167800 | 12988 |  4760k|  28.3 |   971M |  57 |1812 |7821 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3277.77/3290.87	c   430s|167900 | 12991 |  4762k|  28.3 |   971M |  57 |1812 |7760 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3278.09/3291.11	c   430s|168000 | 12992 |  4764k|  28.3 |   971M |  57 |1812 |7730 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3278.27/3291.31	c   430s|168100 | 12987 |  4767k|  28.3 |   971M |  57 |1812 |7708 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3278.37/3291.49	c   430s|168200 | 13006 |  4769k|  28.3 |   971M |  57 |1812 |7698 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3278.57/3291.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3278.57/3291.67	c   430s|168300 | 12995 |  4771k|  28.3 |   971M |  57 |1812 |7762 |2588 |  80k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3278.87/3291.91	c   431s|168400 | 12995 |  4774k|  28.3 |   971M |  57 |1812 |7622 |2588 |  80k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3279.08/3292.11	c   431s|168500 | 13000 |  4777k|  28.3 |   971M |  57 |1812 |7597 |   0 |  80k|  0 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3279.27/3292.31	c   431s|168600 | 13008 |  4780k|  28.3 |   971M |  57 |1812 |7627 |2587 |  80k|  1 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3279.47/3292.51	c   431s|168700 | 13014 |  4782k|  28.3 |   971M |  57 |1812 |7631 |2591 |  80k|  2 | 133k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3279.67/3292.71	c   431s|168800 | 13037 |  4784k|  28.3 |   971M |  57 |1812 |7627 |   0 |  80k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3279.77/3292.88	c   432s|168900 | 13026 |  4786k|  28.3 |   971M |  57 |1812 |7712 |2588 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3279.98/3293.04	c   432s|169000 | 13017 |  4788k|  28.3 |   971M |  57 |1812 |7747 |2588 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3280.16/3293.23	c   432s|169100 | 13026 |  4791k|  28.3 |   971M |  57 |1812 |7693 |   0 |  80k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3280.36/3293.42	c   432s|169200 | 13022 |  4794k|  28.3 |   971M |  57 |1812 |7765 |2591 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3280.56/3293.62	c   432s|169300 | 13026 |  4797k|  28.3 |   971M |  57 |1812 |7803 |2585 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3280.76/3293.81	c   433s|169400 | 13023 |  4798k|  28.3 |   971M |  57 |1812 |7768 |2586 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3280.98/3294.01	c   433s|169500 | 13024 |  4801k|  28.3 |   971M |  57 |1812 |7791 |   0 |  80k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3281.07/3294.17	c   433s|169600 | 13026 |  4802k|  28.3 |   971M |  57 |1812 |7850 |2592 |  80k|  1 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3281.26/3294.36	c   433s|169700 | 13018 |  4804k|  28.3 |   971M |  57 |1812 |7839 |   0 |  80k|  0 | 134k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3281.46/3294.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3281.46/3294.55	c   433s|169800 | 13017 |  4807k|  28.3 |   971M |  57 |1812 |7855 |2589 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3281.66/3294.74	c   433s|169900 | 13011 |  4809k|  28.3 |   971M |  57 |1812 |7834 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3281.86/3294.92	c   434s|170000 | 13017 |  4811k|  28.3 |   971M |  57 |1812 |7701 |2586 |  80k|  2 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3281.97/3295.09	c   434s|170100 | 13040 |  4813k|  28.3 |   971M |  57 |1812 |7680 |2586 |  80k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3282.16/3295.25	c   434s|170200 | 13041 |  4815k|  28.3 |   971M |  57 |1812 |7763 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3282.36/3295.40	c   434s|170300 | 13038 |  4817k|  28.3 |   971M |  57 |1812 |7814 |2587 |  80k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3282.46/3295.59	c   434s|170400 | 13052 |  4819k|  28.2 |   971M |  57 |1812 |7786 |2588 |  80k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3282.65/3295.79	c   434s|170500 | 13056 |  4821k|  28.2 |   971M |  57 |1812 |7799 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3282.85/3295.99	c   435s|170600 | 13054 |  4823k|  28.2 |   971M |  57 |1812 |7759 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3283.07/3296.18	c   435s|170700 | 13047 |  4826k|  28.2 |   971M |  57 |1812 |7751 |   0 |  80k|  0 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3283.25/3296.33	c   435s|170800 | 13051 |  4827k|  28.2 |   971M |  57 |1812 |7843 |2588 |  80k|  1 | 135k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3283.45/3296.52	c   435s|170900 | 13048 |  4830k|  28.2 |   971M |  57 |1812 |7927 |2589 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3283.65/3296.73	c   435s|171000 | 13039 |  4832k|  28.2 |   971M |  57 |1812 |7897 |2589 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3283.85/3296.91	c   436s|171100 | 13044 |  4834k|  28.2 |   971M |  57 |1812 |7821 |   0 |  80k|  0 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3283.96/3297.09	c   436s|171200 | 13032 |  4836k|  28.2 |   971M |  57 |1812 |7782 |2591 |  80k|  2 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3284.15/3297.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3284.15/3297.29	c   436s|171300 | 13023 |  4838k|  28.2 |   971M |  57 |1812 |7639 |2590 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3284.35/3297.49	c   436s|171400 | 13032 |  4841k|  28.2 |   971M |  57 |1812 |7706 |2588 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3284.55/3297.67	c   436s|171500 | 13030 |  4843k|  28.2 |   971M |  57 |1812 |7730 |2586 |  80k|  1 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3284.75/3297.86	c   437s|171600 | 13037 |  4845k|  28.2 |   971M |  57 |1812 |7774 |2589 |  80k|  2 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3284.96/3298.03	c   437s|171700 | 13041 |  4847k|  28.2 |   971M |  57 |1812 |7845 |   0 |  80k|  0 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3285.14/3298.20	c   437s|171800 | 13032 |  4849k|  28.2 |   971M |  57 |1812 |7918 |   0 |  80k|  0 | 136k|  19 | 0.000000e+00 |      --      |    Inf |   5.49%
3285.34/3298.40	c   437s|171900 | 13029 |  4851k|  28.2 |   971M |  57 |1812 |7789 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3285.44/3298.59	c   437s|172000 | 13027 |  4853k|  28.2 |   971M |  57 |1812 |7677 |2586 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3285.74/3298.81	c   438s|172100 | 13032 |  4856k|  28.2 |   971M |  57 |1812 |7541 |2589 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3285.95/3299.03	c   438s|172200 | 13029 |  4858k|  28.2 |   971M |  57 |1812 |7479 |2587 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3286.14/3299.22	c   438s|172300 | 13032 |  4861k|  28.2 |   971M |  57 |1812 |7389 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3286.34/3299.40	c   438s|172400 | 13032 |  4863k|  28.2 |   971M |  57 |1812 |7457 |2590 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3286.54/3299.63	c   438s|172500 | 13015 |  4866k|  28.2 |   971M |  57 |1812 |7455 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3286.74/3299.85	c   439s|172600 | 13019 |  4868k|  28.2 |   971M |  57 |1812 |7449 |2586 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3286.95/3300.05	c   439s|172700 | 13019 |  4871k|  28.2 |   971M |  57 |1812 |7417 |2586 |  80k|  1 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3287.14/3300.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3287.14/3300.21	c   439s|172800 | 13025 |  4872k|  28.2 |   971M |  57 |1812 |7383 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3287.23/3300.37	c   439s|172900 | 13029 |  4874k|  28.2 |   971M |  57 |1812 |7451 |   0 |  80k|  0 | 137k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3287.43/3300.53	c   439s|173000 | 13031 |  4875k|  28.1 |   971M |  57 |1812 |7498 |   0 |  80k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3287.63/3300.71	c   439s|173100 | 13024 |  4877k|  28.1 |   971M |  57 |1812 |7559 |2587 |  80k|  1 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3287.73/3300.89	c   440s|173200 | 13013 |  4879k|  28.1 |   971M |  57 |1812 |7518 |   0 |  80k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3287.95/3301.09	c   440s|173300 | 13022 |  4881k|  28.1 |   971M |  57 |1812 |7507 |2589 |  80k|  1 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3288.13/3301.29	c   440s|173400 | 13015 |  4884k|  28.1 |   971M |  57 |1812 |7502 |2588 |  80k|  1 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3288.33/3301.47	c   440s|173500 | 13014 |  4886k|  28.1 |   971M |  57 |1812 |7463 |   0 |  80k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3288.53/3301.65	c   440s|173600 | 13024 |  4888k|  28.1 |   971M |  57 |1812 |7529 |   0 |  80k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3288.73/3301.84	c   441s|173700 | 13014 |  4890k|  28.1 |   971M |  57 |1812 |7587 |   0 |  81k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3288.94/3302.03	c   441s|173800 | 13007 |  4893k|  28.1 |   971M |  57 |1812 |7557 |   0 |  81k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3289.13/3302.22	c   441s|173900 | 13012 |  4895k|  28.1 |   971M |  57 |1812 |7595 |   0 |  81k|  0 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3289.33/3302.41	c   441s|174000 | 13004 |  4897k|  28.1 |   971M |  57 |1812 |7638 |2590 |  81k|  1 | 138k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3289.43/3302.59	c   441s|174100 | 13006 |  4899k|  28.1 |   971M |  57 |1812 |7572 |2584 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3289.63/3302.77	c   441s|174200 | 13001 |  4901k|  28.1 |   971M |  57 |1812 |7514 |2589 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3289.82/3302.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3289.82/3302.97	c   442s|174300 | 13003 |  4904k|  28.1 |   971M |  57 |1812 |7539 |2587 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3290.04/3303.15	c   442s|174400 | 13008 |  4906k|  28.1 |   971M |  57 |1812 |7576 |2591 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3290.22/3303.34	c   442s|174500 | 13011 |  4909k|  28.1 |   971M |  57 |1812 |7568 |2589 |  81k|  2 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3290.42/3303.52	c   442s|174600 | 13006 |  4911k|  28.1 |   971M |  57 |1812 |7551 |2587 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3290.62/3303.72	c   442s|174700 | 13011 |  4913k|  28.1 |   971M |  57 |1812 |7582 |2587 |  81k|  1 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3290.82/3303.92	c   443s|174800 | 13012 |  4915k|  28.1 |   971M |  57 |1812 |7627 |2589 |  81k|  2 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3290.93/3304.10	c   443s|174900 | 13003 |  4917k|  28.1 |   971M |  57 |1812 |7686 |   0 |  81k|  0 | 139k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3291.22/3304.30	c   443s|175000 | 12999 |  4920k|  28.1 |   971M |  57 |1812 |7708 |2589 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3291.32/3304.49	c   443s|175100 | 12990 |  4922k|  28.1 |   971M |  57 |1812 |7648 |   0 |  81k|  0 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3291.62/3304.70	c   443s|175200 | 12985 |  4924k|  28.1 |   971M |  57 |1812 |7583 |2587 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3291.93/3305.05	c   444s|175300 | 12985 |  4927k|  28.1 |   971M |  57 |1812 |7582 |   0 |  81k|  0 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3292.12/3305.27	c   444s|175400 | 12984 |  4929k|  28.1 |   971M |  57 |1812 |7564 |2586 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3292.31/3305.46	c   444s|175500 | 12987 |  4932k|  28.1 |   971M |  57 |1812 |7619 |2587 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3292.61/3305.71	c   444s|175600 | 13002 |  4935k|  28.1 |   971M |  57 |1812 |7418 |2586 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3292.81/3305.92	c   445s|175700 | 12993 |  4937k|  28.1 |   971M |  57 |1812 |7260 |   0 |  81k|  0 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3292.93/3306.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3292.93/3306.11	c   445s|175800 | 12994 |  4940k|  28.1 |   971M |  57 |1812 |7274 |   0 |  81k|  0 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3293.21/3306.30	c   445s|175900 | 13008 |  4942k|  28.1 |   971M |  57 |1812 |7248 |2587 |  81k|  1 | 140k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3293.31/3306.49	c   445s|176000 | 13023 |  4944k|  28.1 |   971M |  57 |1812 |7329 |2588 |  81k|  1 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3293.51/3306.68	c   445s|176100 | 13023 |  4947k|  28.1 |   971M |  57 |1812 |7433 |2587 |  81k|  1 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3293.71/3306.88	c   446s|176200 | 13024 |  4949k|  28.1 |   971M |  57 |1812 |7509 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3293.92/3307.08	c   446s|176300 | 13020 |  4951k|  28.1 |   971M |  57 |1812 |7609 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3294.11/3307.25	c   446s|176400 | 13017 |  4953k|  28.0 |   971M |  57 |1812 |7662 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3294.31/3307.43	c   446s|176500 | 13014 |  4955k|  28.0 |   971M |  57 |1812 |7721 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3294.51/3307.62	c   446s|176600 | 13000 |  4957k|  28.0 |   971M |  57 |1812 |7648 |2589 |  81k|  1 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3294.70/3307.81	c   447s|176700 | 13009 |  4959k|  28.0 |   971M |  57 |1812 |7568 |2591 |  81k|  1 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3294.80/3307.96	c   447s|176800 | 13011 |  4960k|  28.0 |   971M |  57 |1812 |7641 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3295.02/3308.13	c   447s|176900 | 13006 |  4962k|  28.0 |   971M |  57 |1812 |7703 |   0 |  81k|  0 | 141k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3295.20/3308.35	c   447s|177000 | 13015 |  4964k|  28.0 |   971M |  57 |1812 |7570 |2591 |  81k|  1 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3295.40/3308.55	c   447s|177100 | 13027 |  4966k|  28.0 |   971M |  57 |1812 |7580 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3295.60/3308.74	c   447s|177200 | 13022 |  4969k|  28.0 |   971M |  57 |1812 |7481 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3295.80/3308.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3295.80/3308.93	c   448s|177300 | 13027 |  4971k|  28.0 |   971M |  57 |1812 |7518 |2588 |  81k|  1 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3295.91/3309.11	c   448s|177400 | 13022 |  4973k|  28.0 |   971M |  57 |1812 |7571 |2586 |  81k|  1 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3296.20/3309.30	c   448s|177500 | 13025 |  4975k|  28.0 |   971M |  57 |1812 |7544 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3296.30/3309.47	c   448s|177600 | 13031 |  4977k|  28.0 |   971M |  57 |1812 |7575 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3296.50/3309.66	c   448s|177700 | 13027 |  4979k|  28.0 |   971M |  57 |1812 |7524 |2590 |  81k|  2 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3296.70/3309.83	c   449s|177800 | 13023 |  4981k|  28.0 |   971M |  57 |1812 |7562 |   0 |  81k|  0 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3296.91/3310.03	c   449s|177900 | 13034 |  4984k|  28.0 |   971M |  57 |1812 |7466 |2588 |  81k|  1 | 142k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3297.09/3310.21	c   449s|178000 | 13041 |  4986k|  28.0 |   971M |  57 |1812 |7466 |2588 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3297.19/3310.36	c   449s|178100 | 13032 |  4988k|  28.0 |   971M |  57 |1812 |7558 |2588 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3297.39/3310.58	c   449s|178200 | 13034 |  4990k|  28.0 |   971M |  57 |1812 |7458 |2588 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3297.59/3310.75	c   449s|178300 | 13023 |  4992k|  28.0 |   971M |  57 |1812 |7471 |2593 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3297.79/3310.93	c   450s|178400 | 13030 |  4995k|  28.0 |   971M |  57 |1812 |7523 |2590 |  81k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3298.00/3311.13	c   450s|178500 | 13033 |  4997k|  28.0 |   971M |  57 |1812 |7543 |   0 |  81k|  0 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3298.19/3311.30	c   450s|178600 | 13029 |  4999k|  28.0 |   971M |  57 |1812 |7489 |   0 |  82k|  0 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3298.29/3311.48	c   450s|178700 | 13043 |  5001k|  28.0 |   971M |  57 |1812 |7468 |2588 |  82k|  1 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3298.49/3311.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3298.49/3311.64	c   450s|178800 | 13048 |  5003k|  27.9 |   971M |  57 |1812 |7599 |   0 |  82k|  0 | 143k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3298.69/3311.82	c   451s|178900 | 13044 |  5005k|  27.9 |   971M |  57 |1812 |7675 |   0 |  82k|  0 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3298.79/3311.98	c   451s|179000 | 13039 |  5007k|  27.9 |   971M |  57 |1812 |7675 |2589 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3299.00/3312.17	c   451s|179100 | 13038 |  5009k|  27.9 |   971M |  57 |1812 |7709 |2588 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3299.58/3312.74	c   451s|179200 | 13040 |  5011k|  27.9 |   971M |  57 |1812 |7638 |2587 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3299.78/3312.93	c   452s|179300 | 13031 |  5014k|  27.9 |   971M |  57 |1812 |7673 |2587 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3300.00/3313.14	c   452s|179400 | 13028 |  5017k|  27.9 |   971M |  57 |1812 |7665 |2591 |  82k|  2 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3300.18/3313.32	c   452s|179500 | 13029 |  5019k|  27.9 |   971M |  57 |1812 |7708 |   0 |  82k|  0 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3300.38/3313.52	c   452s|179600 | 13027 |  5021k|  27.9 |   971M |  57 |1812 |7817 |   0 |  82k|  0 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3300.58/3313.71	c   452s|179700 | 13013 |  5023k|  27.9 |   971M |  57 |1812 |7764 |   0 |  82k|  0 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3300.78/3313.90	c   453s|179800 | 13020 |  5026k|  27.9 |   971M |  57 |1812 |7755 |2588 |  82k|  1 | 144k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3300.89/3314.08	c   453s|179900 | 13026 |  5028k|  27.9 |   971M |  57 |1812 |7832 |2590 |  82k|  1 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3301.08/3314.29	c   453s|180000 | 13019 |  5031k|  27.9 |   971M |  57 |1812 |7824 |   0 |  82k|  0 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3301.28/3314.48	c   453s|180100 | 13009 |  5033k|  27.9 |   971M |  57 |1812 |7883 |2589 |  82k|  1 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3301.48/3314.66	c   453s|180200 | 13001 |  5035k|  27.9 |   971M |  57 |1812 |7918 |   0 |  82k|  0 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3301.68/3314.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3301.68/3314.85	c   454s|180300 | 13010 |  5037k|  27.9 |   971M |  57 |1812 |7860 |2588 |  82k|  1 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3301.89/3315.02	c   454s|180400 | 13008 |  5039k|  27.9 |   971M |  57 |1812 |7952 |   0 |  82k|  0 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3302.07/3315.20	c   454s|180500 | 13012 |  5041k|  27.9 |   971M |  57 |1812 |8050 |2588 |  82k|  0 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3302.17/3315.34	c   454s|180600 | 13010 |  5042k|  27.9 |   971M |  57 |1812 |8137 |2589 |  82k|  1 | 145k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3302.37/3315.50	c   454s|180700 | 13000 |  5044k|  27.9 |   971M |  57 |1812 |8212 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3302.57/3315.73	c   454s|180800 | 12996 |  5046k|  27.9 |   971M |  57 |1812 |8082 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3302.77/3315.95	c   455s|180900 | 13002 |  5049k|  27.9 |   971M |  57 |1812 |7965 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3302.88/3316.11	c   455s|181000 | 12997 |  5051k|  27.9 |   971M |  57 |1812 |7971 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3303.17/3316.31	c   455s|181100 | 13011 |  5054k|  27.9 |   971M |  57 |1812 |7798 |2588 |  82k|  1 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3303.37/3316.53	c   455s|181200 | 13012 |  5056k|  27.9 |   971M |  57 |1812 |7803 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3303.57/3316.71	c   455s|181300 | 13015 |  5059k|  27.9 |   971M |  57 |1812 |7778 |   0 |  82k|  0 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.50%
3303.77/3316.92	c   456s|181400 | 13013 |  5061k|  27.9 |   971M |  57 |1812 |7674 |2589 |  82k|  1 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3303.88/3317.11	c   456s|181500 | 12999 |  5063k|  27.9 |   971M |  57 |1812 |7597 |2589 |  82k|  1 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3304.16/3317.30	c   456s|181600 | 13009 |  5065k|  27.9 |   971M |  57 |1812 |7614 |2589 |  82k|  1 | 146k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3304.26/3317.47	c   456s|181700 | 13002 |  5068k|  27.9 |   971M |  57 |1812 |7670 |2589 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3304.46/3317.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3304.46/3317.66	c   456s|181800 | 13004 |  5070k|  27.9 |   971M |  57 |1812 |7706 |   0 |  82k|  0 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3304.66/3317.86	c   457s|181900 | 13006 |  5073k|  27.9 |   971M |  57 |1812 |7748 |2587 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3304.88/3318.03	c   457s|182000 | 13005 |  5075k|  27.9 |   971M |  57 |1812 |7772 |2587 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3305.06/3318.22	c   457s|182100 | 12993 |  5076k|  27.8 |   971M |  57 |1812 |7849 |2588 |  82k|  0 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3305.26/3318.41	c   457s|182200 | 12984 |  5079k|  27.8 |   971M |  57 |1812 |7781 |   0 |  82k|  0 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3305.46/3318.61	c   457s|182300 | 12970 |  5081k|  27.8 |   971M |  57 |1812 |7796 |2586 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3305.56/3318.79	c   457s|182400 | 12969 |  5083k|  27.8 |   971M |  57 |1812 |7808 |   0 |  82k|  0 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3305.76/3318.98	c   458s|182500 | 12959 |  5085k|  27.8 |   971M |  57 |1812 |7716 |2588 |  82k|  1 | 147k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3305.97/3319.14	c   458s|182600 | 12967 |  5087k|  27.8 |   971M |  57 |1812 |7805 |2591 |  82k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3306.16/3319.31	c   458s|182700 | 12950 |  5089k|  27.8 |   971M |  57 |1812 |7846 |2590 |  82k|  2 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3306.36/3319.55	c   458s|182800 | 12942 |  5091k|  27.8 |   971M |  57 |1812 |7826 |   0 |  82k|  0 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3306.87/3320.09	c   459s|182900 | 12940 |  5093k|  27.8 |   971M |  57 |1812 |7835 |2592 |  82k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3307.05/3320.27	c   459s|183000 | 12934 |  5095k|  27.8 |   971M |  57 |1812 |7789 |2586 |  82k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3307.35/3320.52	c   459s|183100 | 12947 |  5099k|  27.8 |   971M |  57 |1812 |7835 |2590 |  82k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3307.75/3320.96	c   460s|183200 | 12955 |  5104k|  27.8 |   971M |  57 |1812 |7871 |   0 |  83k|  0 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3308.05/3321.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3308.05/3321.26	c   460s|183300 | 12964 |  5106k|  27.8 |   971M |  57 |1812 |7917 |2676 |  83k|  4 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3308.35/3321.53	c   460s|183400 | 12963 |  5109k|  27.8 |   971M |  57 |1812 |8009 |2594 |  83k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3308.55/3321.79	c   460s|183500 | 12953 |  5113k|  27.8 |   971M |  57 |1812 |8052 |   0 |  83k|  0 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3308.75/3321.95	c   461s|183600 | 12972 |  5114k|  27.8 |   971M |  57 |1812 |8110 |2589 |  83k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3308.96/3322.15	c   461s|183700 | 12984 |  5117k|  27.8 |   971M |  57 |1812 |8192 |2589 |  83k|  1 | 148k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3309.14/3322.36	c   461s|183800 | 12963 |  5120k|  27.8 |   971M |  57 |1812 |8263 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3309.34/3322.54	c   461s|183900 | 12960 |  5122k|  27.8 |   971M |  57 |1812 |8284 |2592 |  83k|  1 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3309.54/3322.71	c   461s|184000 | 12971 |  5124k|  27.8 |   971M |  57 |1812 |8270 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3309.74/3322.90	c   462s|184100 | 12977 |  5126k|  27.8 |   971M |  57 |1812 |8268 |2590 |  83k|  2 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3309.85/3323.09	c   462s|184200 | 12982 |  5128k|  27.8 |   971M |  57 |1812 |8257 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3310.04/3323.27	c   462s|184300 | 12972 |  5131k|  27.8 |   971M |  57 |1812 |8313 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3310.24/3323.46	c   462s|184400 | 12956 |  5132k|  27.8 |   971M |  57 |1812 |8316 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3310.44/3323.62	c   462s|184500 | 12959 |  5135k|  27.8 |   971M |  57 |1812 |8404 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3310.64/3323.82	c   463s|184600 | 12949 |  5137k|  27.8 |   971M |  57 |1812 |8537 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3310.85/3324.01	c   463s|184700 | 12957 |  5139k|  27.8 |   971M |  57 |1812 |8607 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3310.95/3324.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3310.95/3324.18	c   463s|184800 | 12954 |  5141k|  27.8 |   971M |  57 |1812 |8655 |   0 |  83k|  0 | 149k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3311.14/3324.38	c   463s|184900 | 12945 |  5143k|  27.8 |   971M |  57 |1812 |8604 |2595 |  83k|  1 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3311.35/3324.54	c   463s|185000 | 12962 |  5146k|  27.8 |   971M |  57 |1812 |8564 |   0 |  83k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3311.54/3324.71	c   463s|185100 | 12953 |  5147k|  27.8 |   971M |  57 |1812 |8602 |   0 |  83k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3311.64/3324.89	c   464s|185200 | 12958 |  5150k|  27.8 |   971M |  57 |1812 |8636 |2595 |  83k|  1 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3311.96/3325.18	c   464s|185300 | 12938 |  5152k|  27.8 |   971M |  57 |1812 |8435 |2584 |  83k|  1 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3312.24/3325.41	c   464s|185400 | 12937 |  5155k|  27.8 |   971M |  57 |1812 |8335 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3312.44/3325.66	c   464s|185500 | 12962 |  5157k|  27.8 |   971M |  57 |1812 |8193 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3312.64/3325.87	c   465s|185600 | 12957 |  5159k|  27.8 |   971M |  57 |1812 |8124 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3312.85/3326.08	c   465s|185700 | 12954 |  5162k|  27.8 |   971M |  57 |1812 |8145 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3313.04/3326.28	c   465s|185800 | 12957 |  5164k|  27.8 |   971M |  57 |1812 |8159 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3313.24/3326.46	c   465s|185900 | 12975 |  5167k|  27.8 |   971M |  57 |1812 |8124 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3313.54/3326.76	c   465s|186000 | 12995 |  5170k|  27.8 |   971M |  57 |1812 |8113 |   0 |  84k|  0 | 150k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3313.85/3327.02	c   466s|186100 | 12989 |  5173k|  27.8 |   971M |  57 |1812 |7732 |2586 |  84k|  1 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3314.03/3327.22	c   466s|186200 | 13006 |  5175k|  27.8 |   971M |  57 |1812 |7708 |   0 |  84k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3314.23/3327.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3314.23/3327.43	c   466s|186300 | 13001 |  5177k|  27.8 |   971M |  57 |1812 |7765 |   0 |  84k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3314.43/3327.65	c   466s|186400 | 13007 |  5180k|  27.8 |   971M |  57 |1812 |7795 |   0 |  84k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3314.84/3328.06	c   467s|186500 | 13010 |  5183k|  27.8 |   971M |  57 |1812 |7781 |   0 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3315.03/3328.29	c   467s|186600 | 13015 |  5186k|  27.8 |   971M |  57 |1812 |7542 |2587 |  85k|  1 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3315.23/3328.44	c   467s|186700 | 13012 |  5187k|  27.8 |   971M |  57 |1812 |7509 |   0 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3315.43/3328.64	c   467s|186800 | 13018 |  5190k|  27.8 |   971M |  57 |1812 |7549 |   0 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3315.63/3328.83	c   468s|186900 | 13005 |  5192k|  27.7 |   971M |  57 |1812 |7495 |2585 |  85k|  1 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3316.03/3329.20	c   468s|187000 | 13018 |  5196k|  27.8 |   971M |  57 |1812 |7221 |2592 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3316.22/3329.40	c   468s|187100 | 13029 |  5198k|  27.8 |   971M |  57 |1812 |7191 |2589 |  85k|  1 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3316.42/3329.62	c   468s|187200 | 13036 |  5201k|  27.8 |   971M |  57 |1812 |7033 |   0 |  85k|  0 | 151k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3316.62/3329.82	c   469s|187300 | 13042 |  5203k|  27.8 |   971M |  57 |1812 |7066 |2593 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3316.84/3330.08	c   469s|187400 | 13048 |  5206k|  27.8 |   971M |  57 |1812 |7004 |2596 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3317.12/3330.33	c   469s|187500 | 13063 |  5210k|  27.8 |   971M |  57 |1812 |6858 |2593 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3317.32/3330.55	c   469s|187600 | 13082 |  5213k|  27.8 |   971M |  57 |1812 |6847 |   0 |  85k|  0 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3317.52/3330.78	c   469s|187700 | 13075 |  5215k|  27.8 |   971M |  57 |1812 |6861 |2595 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3317.83/3331.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3317.83/3331.01	c   470s|187800 | 13077 |  5218k|  27.8 |   971M |  57 |1812 |6844 |2595 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3318.02/3331.26	c   470s|187900 | 13074 |  5221k|  27.8 |   971M |  57 |1812 |6783 |2599 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3318.21/3331.45	c   470s|188000 | 13068 |  5223k|  27.8 |   971M |  57 |1812 |6698 |2589 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3318.41/3331.65	c   470s|188100 | 13080 |  5226k|  27.8 |   971M |  57 |1812 |6726 |   0 |  85k|  0 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3318.61/3331.85	c   471s|188200 | 13076 |  5228k|  27.7 |   971M |  57 |1812 |6780 |2588 |  85k|  1 | 152k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3318.83/3332.02	c   471s|188300 | 13080 |  5230k|  27.7 |   971M |  57 |1812 |6911 |   0 |  85k|  0 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3318.93/3332.19	c   471s|188400 | 13087 |  5232k|  27.7 |   971M |  57 |1812 |7019 |2590 |  85k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3319.11/3332.36	c   471s|188500 | 13072 |  5234k|  27.7 |   971M |  57 |1812 |7058 |   0 |  85k|  0 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3319.41/3332.61	c   471s|188600 | 13076 |  5236k|  27.7 |   971M |  57 |1812 |7077 |2609 |  85k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3319.61/3332.82	c   472s|188700 | 13069 |  5238k|  27.7 |   971M |  57 |1812 |7061 |   0 |  85k|  0 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3320.11/3333.33	c   472s|188800 | 13086 |  5242k|  27.7 |   971M |  57 |1812 |7072 |2589 |  85k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.51%
3320.51/3333.77	c   472s|188900 | 13073 |  5245k|  27.7 |   971M |  57 |1812 |6999 |2596 |  85k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3320.92/3334.15	c   473s|189000 | 13086 |  5249k|  27.7 |   971M |  57 |1812 |7066 |   0 |  86k|  0 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3321.30/3334.53	c   473s|189100 | 13082 |  5252k|  27.7 |   972M |  57 |1812 |7115 |2593 |  86k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3321.50/3334.74	c   473s|189200 | 13085 |  5255k|  27.7 |   972M |  57 |1812 |7160 |2589 |  86k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3321.70/3334.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3321.70/3334.96	c   474s|189300 | 13080 |  5257k|  27.7 |   972M |  57 |1812 |7006 |2588 |  86k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3321.91/3335.12	c   474s|189400 | 13080 |  5259k|  27.7 |   972M |  57 |1812 |7016 |2591 |  86k|  1 | 153k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3322.20/3335.42	c   474s|189500 | 13063 |  5262k|  27.7 |   972M |  57 |1812 |6955 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3322.40/3335.65	c   474s|189600 | 13080 |  5264k|  27.7 |   972M |  57 |1812 |6845 |2597 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3322.81/3336.10	c   475s|189700 | 13092 |  5268k|  27.7 |   972M |  57 |1812 |6855 |2598 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3323.09/3336.34	c   475s|189800 | 13099 |  5271k|  27.7 |   972M |  57 |1812 |6643 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3323.39/3336.60	c   475s|189900 | 13119 |  5274k|  27.7 |   972M |  57 |1812 |6522 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3323.49/3336.77	c   475s|190000 | 13128 |  5276k|  27.7 |   972M |  57 |1812 |6573 |2589 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3323.69/3336.93	c   476s|190100 | 13143 |  5278k|  27.7 |   972M |  57 |1812 |6646 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3323.90/3337.12	c   476s|190200 | 13143 |  5280k|  27.7 |   972M |  57 |1812 |6748 |2589 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3324.09/3337.30	c   476s|190300 | 13164 |  5282k|  27.7 |   972M |  57 |1812 |6764 |2589 |  86k|  1 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3324.29/3337.50	c   476s|190400 | 13172 |  5285k|  27.7 |   972M |  57 |1812 |6847 |   0 |  86k|  0 | 154k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3324.39/3337.67	c   476s|190500 | 13167 |  5287k|  27.7 |   972M |  57 |1812 |6945 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3324.59/3337.86	c   477s|190600 | 13173 |  5289k|  27.7 |   972M |  57 |1812 |6954 |2586 |  86k|  1 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3324.80/3338.03	c   477s|190700 | 13178 |  5292k|  27.7 |   972M |  57 |1812 |6999 |2590 |  86k|  1 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3324.90/3338.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3324.90/3338.19	c   477s|190800 | 13180 |  5293k|  27.7 |   972M |  57 |1812 |7035 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3325.09/3338.36	c   477s|190900 | 13184 |  5295k|  27.7 |   972M |  57 |1812 |7070 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3325.28/3338.53	c   477s|191000 | 13182 |  5297k|  27.7 |   972M |  57 |1812 |7183 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3325.38/3338.69	c   477s|191100 | 13182 |  5299k|  27.7 |   972M |  57 |1812 |7217 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3325.58/3338.88	c   478s|191200 | 13181 |  5301k|  27.7 |   972M |  57 |1812 |7274 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3325.80/3339.05	c   478s|191300 | 13183 |  5303k|  27.7 |   972M |  57 |1812 |7315 |2589 |  86k|  1 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3325.98/3339.21	c   478s|191400 | 13173 |  5305k|  27.7 |   972M |  57 |1812 |7372 |   0 |  86k|  0 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3326.18/3339.43	c   478s|191500 | 13209 |  5308k|  27.7 |   972M |  57 |1812 |7217 |2592 |  86k|  2 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3326.38/3339.61	c   478s|191600 | 13239 |  5310k|  27.7 |   972M |  57 |1812 |7227 |2592 |  86k|  1 | 155k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3326.48/3339.78	c   478s|191700 | 13236 |  5312k|  27.7 |   972M |  57 |1812 |7269 |2590 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3326.68/3339.95	c   479s|191800 | 13242 |  5314k|  27.7 |   972M |  57 |1812 |7344 |   0 |  86k|  0 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3326.89/3340.11	c   479s|191900 | 13253 |  5316k|  27.7 |   972M |  57 |1812 |7410 |2593 |  86k|  2 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3326.98/3340.28	c   479s|192000 | 13242 |  5318k|  27.7 |   972M |  57 |1812 |7503 |2590 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3327.18/3340.45	c   479s|192100 | 13246 |  5320k|  27.7 |   972M |  57 |1812 |7526 |2586 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3327.38/3340.64	c   479s|192200 | 13257 |  5323k|  27.7 |   972M |  57 |1812 |7569 |2586 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3327.58/3340.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3327.58/3340.84	c   480s|192300 | 13276 |  5325k|  27.7 |   972M |  57 |1812 |7549 |2590 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3327.79/3341.01	c   480s|192400 | 13281 |  5327k|  27.7 |   972M |  57 |1812 |7554 |   0 |  86k|  0 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3327.97/3341.21	c   480s|192500 | 13302 |  5330k|  27.7 |   972M |  57 |1812 |7635 |2590 |  86k|  1 | 156k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3328.07/3341.37	c   480s|192600 | 13295 |  5331k|  27.7 |   972M |  57 |1812 |7760 |2590 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3328.27/3341.56	c   480s|192700 | 13288 |  5334k|  27.7 |   972M |  57 |1812 |7700 |   0 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3328.47/3341.74	c   480s|192800 | 13296 |  5336k|  27.6 |   972M |  57 |1812 |7728 |2586 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3328.67/3341.90	c   481s|192900 | 13307 |  5338k|  27.6 |   972M |  57 |1812 |7858 |   0 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3328.78/3342.06	c   481s|193000 | 13306 |  5340k|  27.6 |   972M |  57 |1812 |7946 |2591 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3328.97/3342.23	c   481s|193100 | 13304 |  5342k|  27.6 |   972M |  57 |1812 |8014 |2591 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3329.07/3342.39	c   481s|193200 | 13295 |  5344k|  27.6 |   972M |  57 |1812 |8085 |   0 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3329.27/3342.56	c   481s|193300 | 13307 |  5345k|  27.6 |   972M |  57 |1812 |8029 |   0 |  86k|  0 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3329.47/3342.72	c   481s|193400 | 13304 |  5347k|  27.6 |   972M |  57 |1812 |8008 |2592 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3329.57/3342.89	c   482s|193500 | 13316 |  5349k|  27.6 |   972M |  57 |1812 |7993 |2590 |  86k|  1 | 157k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3329.78/3343.06	c   482s|193600 | 13311 |  5351k|  27.6 |   972M |  57 |1812 |8068 |2590 |  86k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3329.97/3343.24	c   482s|193700 | 13298 |  5353k|  27.6 |   972M |  57 |1812 |8075 |   0 |  86k|  0 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.52%
3330.16/3343.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3330.16/3343.44	c   482s|193800 | 13313 |  5356k|  27.6 |   972M |  57 |1812 |7940 |2586 |  86k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3330.36/3343.67	c   482s|193900 | 13339 |  5359k|  27.6 |   972M |  57 |1812 |7854 |   0 |  86k|  0 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3330.56/3343.88	c   483s|194000 | 13345 |  5361k|  27.6 |   972M |  57 |1812 |7590 |2586 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3330.78/3344.06	c   483s|194100 | 13365 |  5363k|  27.6 |   972M |  57 |1812 |7625 |2589 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3330.96/3344.24	c   483s|194200 | 13372 |  5366k|  27.6 |   972M |  57 |1812 |7548 |2589 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3331.16/3344.40	c   483s|194300 | 13379 |  5368k|  27.6 |   972M |  57 |1812 |7625 |2589 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3331.26/3344.56	c   483s|194400 | 13367 |  5370k|  27.6 |   972M |  57 |1812 |7656 |   0 |  87k|  0 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3331.46/3344.73	c   483s|194500 | 13368 |  5372k|  27.6 |   972M |  57 |1812 |7640 |2594 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3331.66/3344.91	c   484s|194600 | 13363 |  5373k|  27.6 |   972M |  57 |1812 |7617 |   0 |  87k|  0 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3331.77/3345.10	c   484s|194700 | 13385 |  5375k|  27.6 |   972M |  57 |1812 |7312 |2589 |  87k|  1 | 158k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3331.96/3345.25	c   484s|194800 | 13402 |  5377k|  27.6 |   972M |  57 |1812 |7327 |2588 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3332.16/3345.42	c   484s|194900 | 13408 |  5379k|  27.6 |   972M |  57 |1812 |7396 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3332.26/3345.57	c   484s|195000 | 13413 |  5381k|  27.6 |   972M |  57 |1812 |7445 |2589 |  87k|  1 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3332.46/3345.72	c   484s|195100 | 13404 |  5382k|  27.6 |   972M |  57 |1812 |7512 |2589 |  87k|  1 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3332.55/3345.87	c   485s|195200 | 13405 |  5384k|  27.6 |   972M |  57 |1812 |7590 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3332.77/3346.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3332.77/3346.05	c   485s|195300 | 13401 |  5386k|  27.6 |   972M |  57 |1812 |7712 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3332.95/3346.23	c   485s|195400 | 13423 |  5389k|  27.5 |   972M |  57 |1812 |7652 |2587 |  87k|  1 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3333.15/3346.40	c   485s|195500 | 13442 |  5391k|  27.5 |   972M |  57 |1812 |7712 |2588 |  87k|  1 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3333.25/3346.57	c   485s|195600 | 13449 |  5393k|  27.5 |   972M |  57 |1812 |7678 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3333.45/3346.76	c   485s|195700 | 13483 |  5396k|  27.5 |   972M |  57 |1812 |7726 |   0 |  87k|  0 | 159k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3333.65/3346.95	c   486s|195800 | 13495 |  5398k|  27.5 |   972M |  57 |1812 |7856 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3333.86/3347.14	c   486s|195900 | 13513 |  5401k|  27.5 |   972M |  57 |1812 |7937 |   0 |  87k|  0 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3334.05/3347.33	c   486s|196000 | 13504 |  5403k|  27.5 |   972M |  57 |1812 |7993 |2590 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3334.25/3347.51	c   486s|196100 | 13512 |  5405k|  27.5 |   972M |  57 |1812 |8096 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3334.35/3347.65	c   486s|196200 | 13522 |  5407k|  27.5 |   972M |  57 |1812 |8146 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3334.55/3347.82	c   487s|196300 | 13510 |  5409k|  27.5 |   972M |  57 |1812 |8191 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3334.65/3348.00	c   487s|196400 | 13528 |  5411k|  27.5 |   972M |  57 |1812 |8119 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3334.86/3348.16	c   487s|196500 | 13551 |  5413k|  27.5 |   972M |  57 |1812 |8189 |2587 |  87k|  1 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3335.04/3348.33	c   487s|196600 | 13565 |  5415k|  27.5 |   972M |  57 |1812 |8270 |   0 |  87k|  0 | 160k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3335.14/3348.49	c   487s|196700 | 13569 |  5417k|  27.5 |   972M |  57 |1812 |8352 |2587 |  87k|  1 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3335.34/3348.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3335.34/3348.66	c   487s|196800 | 13592 |  5419k|  27.5 |   972M |  57 |1812 |8401 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3335.54/3348.82	c   488s|196900 | 13591 |  5421k|  27.5 |   972M |  57 |1812 |8506 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3335.64/3349.00	c   488s|197000 | 13596 |  5423k|  27.5 |   972M |  57 |1812 |8583 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3335.86/3349.17	c   488s|197100 | 13595 |  5425k|  27.5 |   972M |  57 |1812 |8683 |2587 |  87k|  1 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3336.04/3349.32	c   488s|197200 | 13599 |  5427k|  27.5 |   972M |  57 |1812 |8756 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3336.14/3349.48	c   488s|197300 | 13610 |  5429k|  27.5 |   972M |  57 |1812 |8847 |2587 |  87k|  1 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3336.34/3349.66	c   488s|197400 | 13620 |  5431k|  27.5 |   972M |  57 |1812 |8898 |2587 |  87k|  1 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3336.54/3349.83	c   489s|197500 | 13628 |  5433k|  27.5 |   972M |  57 |1812 |8890 |   0 |  87k|  0 | 161k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3336.75/3350.02	c   489s|197600 | 13644 |  5435k|  27.5 |   972M |  57 |1812 |8917 |   0 |  87k|  0 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3336.94/3350.20	c   489s|197700 | 13649 |  5437k|  27.5 |   972M |  57 |1812 |8984 |   0 |  87k|  0 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3337.04/3350.36	c   489s|197800 | 13669 |  5439k|  27.5 |   972M |  57 |1812 |9011 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3337.24/3350.52	c   489s|197900 | 13661 |  5441k|  27.5 |   972M |  57 |1812 |9127 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3337.34/3350.68	c   489s|198000 | 13668 |  5442k|  27.5 |   972M |  57 |1812 |9195 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3337.53/3350.84	c   490s|198100 | 13695 |  5444k|  27.5 |   972M |  57 |1812 |9225 |   0 |  87k|  0 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3337.75/3351.03	c   490s|198200 | 13711 |  5447k|  27.5 |   972M |  57 |1812 |9308 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3337.85/3351.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3337.85/3351.19	c   490s|198300 | 13718 |  5449k|  27.4 |   972M |  57 |1812 |9429 |   0 |  87k|  0 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3338.03/3351.35	c   490s|198400 | 13700 |  5450k|  27.4 |   972M |  57 |1812 |9506 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3338.23/3351.52	c   490s|198500 | 13698 |  5452k|  27.4 |   972M |  57 |1812 |9560 |2587 |  87k|  1 | 162k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3338.43/3351.70	c   490s|198600 | 13687 |  5453k|  27.4 |   972M |  57 |1812 |9579 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3338.53/3351.86	c   491s|198700 | 13690 |  5455k|  27.4 |   972M |  57 |1812 |9530 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3338.74/3352.02	c   491s|198800 | 13689 |  5457k|  27.4 |   972M |  57 |1812 |9519 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3338.84/3352.19	c   491s|198900 | 13682 |  5458k|  27.4 |   972M |  57 |1812 |9551 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3339.03/3352.36	c   491s|199000 | 13688 |  5460k|  27.4 |   972M |  57 |1812 |9534 |2587 |  87k|  1 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3339.23/3352.54	c   491s|199100 | 13707 |  5463k|  27.4 |   972M |  57 |1812 |9576 |2587 |  87k|  1 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3339.43/3352.72	c   491s|199200 | 13714 |  5464k|  27.4 |   972M |  57 |1812 |9675 |2587 |  87k|  1 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3339.63/3352.91	c   492s|199300 | 13728 |  5467k|  27.4 |   972M |  57 |1812 |9720 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3339.74/3353.09	c   492s|199400 | 13727 |  5469k|  27.4 |   972M |  57 |1812 |9811 |2587 |  87k|  1 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3339.92/3353.25	c   492s|199500 | 13725 |  5471k|  27.4 |   972M |  57 |1812 |9851 |   0 |  87k|  0 | 163k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3340.12/3353.41	c   492s|199600 | 13727 |  5473k|  27.4 |   972M |  57 |1812 |9904 |   0 |  87k|  0 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3340.22/3353.58	c   492s|199700 | 13721 |  5475k|  27.4 |   972M |  57 |1812 |9950 |   0 |  87k|  0 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3340.42/3353.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3340.42/3353.77	c   492s|199800 | 13731 |  5477k|  27.4 |   972M |  57 |1812 |  10k|2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3340.62/3353.95	c   493s|199900 | 13734 |  5479k|  27.4 |   972M |  57 |1812 |9984 |2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3340.84/3354.13	c   493s|200000 | 13720 |  5481k|  27.4 |   972M |  57 |1812 |9964 |2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3341.02/3354.30	c   493s|200100 | 13708 |  5482k|  27.4 |   972M |  57 |1812 |9929 |2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3341.12/3354.45	c   493s|200200 | 13722 |  5484k|  27.4 |   972M |  57 |1812 |9953 |2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3341.32/3354.63	c   493s|200300 | 13734 |  5486k|  27.4 |   972M |  57 |1812 |9944 |   0 |  87k|  0 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3341.52/3354.81	c   494s|200400 | 13731 |  5489k|  27.4 |   972M |  57 |1812 |  10k|2587 |  87k|  1 | 164k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3341.62/3354.96	c   494s|200500 | 13734 |  5490k|  27.4 |   972M |  57 |1812 |  10k|   0 |  87k|  0 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3341.83/3355.11	c   494s|200600 | 13736 |  5492k|  27.3 |   972M |  57 |1812 |  10k|2588 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3341.92/3355.29	c   494s|200700 | 13744 |  5494k|  27.3 |   972M |  57 |1812 |  10k|2587 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3342.12/3355.46	c   494s|200800 | 13731 |  5496k|  27.3 |   972M |  57 |1812 |  10k|2587 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3342.32/3355.62	c   494s|200900 | 13737 |  5498k|  27.3 |   972M |  57 |1812 |  10k|2587 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3342.41/3355.77	c   494s|201000 | 13732 |  5499k|  27.3 |   972M |  57 |1812 |  10k|2587 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.53%
3342.61/3355.94	c   495s|201100 | 13728 |  5501k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3342.83/3356.13	c   495s|201200 | 13714 |  5503k|  27.3 |   973M |  57 |1812 |  10k|2588 |  87k|  1 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3343.01/3356.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3343.01/3356.30	c   495s|201300 | 13706 |  5505k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 165k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3343.11/3356.48	c   495s|201400 | 13699 |  5507k|  27.3 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3343.31/3356.64	c   495s|201500 | 13692 |  5509k|  27.3 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3343.51/3356.84	c   496s|201600 | 13695 |  5511k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3343.72/3357.02	c   496s|201700 | 13693 |  5513k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3343.82/3357.19	c   496s|201800 | 13707 |  5515k|  27.3 |   973M |  57 |1812 |9969 |2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3344.01/3357.36	c   496s|201900 | 13730 |  5517k|  27.3 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3344.21/3357.54	c   496s|202000 | 13720 |  5519k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3344.41/3357.70	c   496s|202100 | 13718 |  5521k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3344.51/3357.88	c   497s|202200 | 13727 |  5523k|  27.3 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 166k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3344.72/3358.05	c   497s|202300 | 13735 |  5525k|  27.3 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3344.90/3358.21	c   497s|202400 | 13736 |  5527k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3345.00/3358.39	c   497s|202500 | 13730 |  5529k|  27.3 |   973M |  57 |1812 |  10k|2586 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3345.20/3358.54	c   497s|202600 | 13746 |  5531k|  27.3 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3345.30/3358.68	c   497s|202700 | 13759 |  5533k|  27.3 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3345.50/3358.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3345.50/3358.83	c   498s|202800 | 13760 |  5535k|  27.3 |   973M |  57 |1812 |  10k|2588 |  87k|  2 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3345.60/3358.99	c   498s|202900 | 13742 |  5536k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3345.81/3359.19	c   498s|203000 | 13739 |  5538k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3346.00/3359.38	c   498s|203100 | 13738 |  5540k|  27.3 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3346.20/3359.56	c   498s|203200 | 13733 |  5542k|  27.2 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3346.40/3359.73	c   498s|203300 | 13723 |  5544k|  27.2 |   973M |  57 |1812 |9856 |2587 |  87k|  1 | 167k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3346.60/3359.90	c   499s|203400 | 13721 |  5546k|  27.2 |   973M |  57 |1812 |9780 |2588 |  87k|  1 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3346.71/3360.06	c   499s|203500 | 13725 |  5548k|  27.2 |   973M |  57 |1812 |9797 |2587 |  87k|  1 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3346.90/3360.23	c   499s|203600 | 13719 |  5549k|  27.2 |   973M |  57 |1812 |9688 |   0 |  87k|  0 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3347.09/3360.40	c   499s|203700 | 13717 |  5551k|  27.2 |   973M |  57 |1812 |9643 |2588 |  87k|  1 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3347.19/3360.56	c   499s|203800 | 13706 |  5552k|  27.2 |   973M |  57 |1812 |9713 |   0 |  87k|  0 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3347.39/3360.76	c   499s|203900 | 13731 |  5554k|  27.2 |   973M |  57 |1812 |9567 |2587 |  87k|  1 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3347.59/3360.92	c   500s|204000 | 13737 |  5556k|  27.2 |   973M |  57 |1812 |9547 |2587 |  87k|  1 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3347.71/3361.08	c   500s|204100 | 13751 |  5558k|  27.2 |   973M |  57 |1812 |9560 |   0 |  87k|  0 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3347.89/3361.24	c   500s|204200 | 13742 |  5560k|  27.2 |   973M |  57 |1812 |9456 |2587 |  87k|  1 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3347.99/3361.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3347.99/3361.39	c   500s|204300 | 13741 |  5561k|  27.2 |   973M |  57 |1812 |9518 |2587 |  87k|  1 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3348.19/3361.55	c   500s|204400 | 13742 |  5563k|  27.2 |   973M |  57 |1812 |9600 |2587 |  87k|  1 | 168k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3348.39/3361.72	c   500s|204500 | 13757 |  5565k|  27.2 |   973M |  57 |1812 |9678 |2588 |  87k|  1 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3348.49/3361.86	c   501s|204600 | 13759 |  5566k|  27.2 |   973M |  57 |1812 |9758 |2588 |  87k|  1 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3348.70/3362.01	c   501s|204700 | 13751 |  5567k|  27.2 |   973M |  57 |1812 |9865 |2587 |  87k|  1 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3348.80/3362.16	c   501s|204800 | 13756 |  5569k|  27.2 |   973M |  57 |1812 |9918 |   0 |  87k|  0 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3348.99/3362.33	c   501s|204900 | 13750 |  5571k|  27.2 |   973M |  57 |1812 |9940 |2587 |  87k|  1 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3349.09/3362.48	c   501s|205000 | 13745 |  5572k|  27.2 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3349.29/3362.63	c   501s|205100 | 13751 |  5574k|  27.1 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3349.49/3362.80	c   502s|205200 | 13755 |  5576k|  27.1 |   973M |  57 |1812 |9968 |   0 |  87k|  0 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3349.58/3362.96	c   502s|205300 | 13753 |  5578k|  27.1 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3349.80/3363.12	c   502s|205400 | 13754 |  5580k|  27.1 |   973M |  57 |1812 |9977 |2587 |  87k|  1 | 169k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3349.98/3363.30	c   502s|205500 | 13766 |  5582k|  27.1 |   973M |  57 |1812 |  10k|2587 |  87k|  1 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3350.08/3363.46	c   502s|205600 | 13769 |  5584k|  27.1 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3350.28/3363.63	c   502s|205700 | 13764 |  5586k|  27.1 |   973M |  57 |1812 |9935 |   0 |  87k|  0 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3350.38/3363.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3350.38/3363.78	c   502s|205800 | 13773 |  5587k|  27.1 |   973M |  57 |1812 |9938 |2587 |  87k|  1 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3350.58/3363.93	c   503s|205900 | 13768 |  5589k|  27.1 |   973M |  57 |1812 |9979 |   0 |  87k|  0 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3350.69/3364.09	c   503s|206000 | 13763 |  5590k|  27.1 |   973M |  57 |1812 |9991 |2588 |  87k|  2 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3350.88/3364.23	c   503s|206100 | 13765 |  5592k|  27.1 |   973M |  57 |1812 |9993 |   0 |  87k|  0 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3350.98/3364.40	c   503s|206200 | 13764 |  5594k|  27.1 |   973M |  57 |1812 |  10k|   0 |  87k|  0 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3351.18/3364.58	c   503s|206300 | 13760 |  5596k|  27.1 |   973M |  57 |1812 |9816 |   0 |  87k|  0 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3351.38/3364.73	c   503s|206400 | 13760 |  5597k|  27.1 |   973M |  57 |1812 |9821 |2588 |  87k|  0 | 170k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3351.58/3364.91	c   504s|206500 | 13763 |  5599k|  27.1 |   973M |  57 |1812 |9779 |   0 |  87k|  0 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3351.69/3365.10	c   504s|206600 | 13747 |  5601k|  27.1 |   973M |  57 |1812 |9492 |   0 |  87k|  0 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3351.88/3365.26	c   504s|206700 | 13764 |  5603k|  27.1 |   973M |  57 |1812 |9435 |   0 |  87k|  0 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3352.07/3365.44	c   504s|206800 | 13743 |  5605k|  27.1 |   973M |  57 |1812 |9307 |   0 |  87k|  0 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3352.27/3365.61	c   504s|206900 | 13735 |  5607k|  27.1 |   973M |  57 |1812 |9163 |2588 |  87k|  1 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3352.47/3365.82	c   505s|207000 | 13740 |  5609k|  27.1 |   973M |  57 |1812 |9034 |2625 |  87k|  1 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3352.57/3366.00	c   505s|207100 | 13735 |  5611k|  27.1 |   973M |  57 |1812 |8930 |2588 |  87k|  0 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3352.79/3366.18	c   505s|207200 | 13745 |  5613k|  27.1 |   973M |  57 |1812 |8819 |2588 |  87k|  1 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3352.97/3366.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3352.97/3366.35	c   505s|207300 | 13736 |  5615k|  27.1 |   973M |  57 |1812 |8876 |2587 |  87k|  1 | 171k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3353.17/3366.54	c   505s|207400 | 13740 |  5617k|  27.1 |   973M |  57 |1812 |8786 |2587 |  87k|  1 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3353.37/3366.70	c   505s|207500 | 13728 |  5619k|  27.1 |   973M |  57 |1812 |8819 |   0 |  87k|  0 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.54%
3353.47/3366.88	c   506s|207600 | 13728 |  5621k|  27.0 |   973M |  57 |1812 |8711 |2592 |  87k|  1 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3353.68/3367.06	c   506s|207700 | 13745 |  5623k|  27.0 |   973M |  57 |1812 |8694 |2587 |  87k|  1 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3353.87/3367.23	c   506s|207800 | 13740 |  5625k|  27.0 |   973M |  57 |1812 |8632 |   0 |  87k|  0 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3354.07/3367.40	c   506s|207900 | 13741 |  5627k|  27.0 |   973M |  57 |1812 |8465 |2588 |  87k|  1 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3354.27/3367.60	c   506s|208000 | 13734 |  5629k|  27.0 |   973M |  57 |1812 |8371 |   0 |  87k|  0 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3354.36/3367.77	c   506s|208100 | 13734 |  5631k|  27.0 |   973M |  57 |1812 |8214 |2590 |  87k|  1 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3354.56/3367.97	c   507s|208200 | 13733 |  5634k|  27.0 |   973M |  57 |1812 |8099 |2587 |  87k|  1 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3354.78/3368.16	c   507s|208300 | 13748 |  5636k|  27.0 |   973M |  57 |1812 |7992 |2588 |  87k|  1 | 172k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3354.96/3368.33	c   507s|208400 | 13739 |  5638k|  27.0 |   973M |  57 |1812 |8028 |   0 |  87k|  0 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3355.06/3368.48	c   507s|208500 | 13735 |  5639k|  27.0 |   973M |  57 |1812 |8073 |   0 |  87k|  0 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3355.26/3368.64	c   507s|208600 | 13739 |  5641k|  27.0 |   973M |  57 |1812 |7902 |2587 |  87k|  1 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3355.46/3368.80	c   508s|208700 | 13733 |  5643k|  27.0 |   973M |  57 |1812 |7899 |   0 |  87k|  0 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3355.56/3368.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3355.56/3368.98	c   508s|208800 | 13730 |  5645k|  27.0 |   973M |  57 |1812 |7880 |   0 |  87k|  0 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3355.77/3369.14	c   508s|208900 | 13733 |  5646k|  27.0 |   973M |  57 |1812 |7931 |   0 |  87k|  0 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3355.96/3369.31	c   508s|209000 | 13738 |  5648k|  27.0 |   973M |  57 |1812 |7953 |   0 |  87k|  0 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3356.06/3369.46	c   508s|209100 | 13738 |  5650k|  27.0 |   973M |  57 |1812 |8042 |   0 |  87k|  0 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3356.26/3369.62	c   508s|209200 | 13730 |  5652k|  27.0 |   973M |  57 |1812 |8191 |2589 |  87k|  1 | 173k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3356.36/3369.78	c   508s|209300 | 13736 |  5653k|  27.0 |   973M |  57 |1812 |8194 |2587 |  87k|  1 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3356.56/3369.92	c   509s|209400 | 13728 |  5655k|  27.0 |   973M |  57 |1812 |8257 |   0 |  87k|  0 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3356.67/3370.07	c   509s|209500 | 13731 |  5656k|  27.0 |   973M |  57 |1812 |8287 |2588 |  87k|  1 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3356.85/3370.23	c   509s|209600 | 13736 |  5658k|  27.0 |   973M |  57 |1812 |8352 |   0 |  87k|  0 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3357.05/3370.41	c   509s|209700 | 13752 |  5660k|  27.0 |   973M |  57 |1812 |8360 |2587 |  87k|  1 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3357.15/3370.55	c   509s|209800 | 13759 |  5662k|  27.0 |   973M |  57 |1812 |8418 |2587 |  87k|  1 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3357.35/3370.70	c   509s|209900 | 13766 |  5663k|  27.0 |   973M |  57 |1812 |8479 |2588 |  87k|  1 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3357.45/3370.85	c   510s|210000 | 13763 |  5665k|  27.0 |   973M |  57 |1812 |8516 |2587 |  87k|  2 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3357.66/3371.04	c   510s|210100 | 13747 |  5667k|  26.9 |   973M |  57 |1812 |8568 |   0 |  87k|  0 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3357.85/3371.24	c   510s|210200 | 13753 |  5669k|  26.9 |   973M |  57 |1812 |8562 |   0 |  87k|  0 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3358.05/3371.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3358.05/3371.43	c   510s|210300 | 13748 |  5671k|  26.9 |   973M |  57 |1812 |8559 |2587 |  87k|  1 | 174k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3358.25/3371.62	c   510s|210400 | 13748 |  5673k|  26.9 |   973M |  57 |1812 |8550 |2590 |  87k|  1 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3358.35/3371.78	c   510s|210500 | 13749 |  5675k|  26.9 |   973M |  57 |1812 |8622 |2589 |  87k|  1 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3358.55/3371.94	c   511s|210600 | 13751 |  5677k|  26.9 |   973M |  57 |1812 |8617 |2589 |  87k|  1 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3358.76/3372.12	c   511s|210700 | 13760 |  5679k|  26.9 |   973M |  57 |1812 |8619 |2587 |  87k|  1 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3358.85/3372.28	c   511s|210800 | 13764 |  5680k|  26.9 |   973M |  57 |1812 |8703 |2587 |  87k|  1 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3359.04/3372.44	c   511s|210900 | 13769 |  5682k|  26.9 |   973M |  57 |1812 |8719 |2587 |  87k|  1 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3359.24/3372.61	c   511s|211000 | 13785 |  5684k|  26.9 |   973M |  57 |1812 |8750 |   0 |  87k|  0 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3359.34/3372.77	c   511s|211100 | 13772 |  5686k|  26.9 |   973M |  57 |1812 |8799 |   0 |  87k|  0 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3359.54/3372.94	c   512s|211200 | 13769 |  5687k|  26.9 |   973M |  57 |1812 |8895 |   0 |  87k|  0 | 175k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3359.66/3373.10	c   512s|211300 | 13767 |  5689k|  26.9 |   973M |  57 |1812 |8894 |   0 |  87k|  0 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3359.84/3373.24	c   512s|211400 | 13763 |  5691k|  26.9 |   973M |  57 |1812 |8965 |   0 |  87k|  0 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3360.04/3373.41	c   512s|211500 | 13762 |  5693k|  26.9 |   973M |  57 |1812 |8947 |   0 |  87k|  0 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3360.14/3373.57	c   512s|211600 | 13775 |  5695k|  26.9 |   973M |  57 |1812 |8973 |   0 |  87k|  0 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3360.34/3373.74	c   512s|211700 | 13766 |  5697k|  26.9 |   973M |  57 |1812 |9023 |2587 |  87k|  1 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3360.44/3373.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3360.44/3373.88	c   513s|211800 | 13775 |  5698k|  26.9 |   973M |  57 |1812 |9070 |2587 |  88k|  1 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3360.65/3374.03	c   513s|211900 | 13780 |  5700k|  26.9 |   973M |  57 |1812 |9172 |   0 |  88k|  0 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3360.75/3374.19	c   513s|212000 | 13787 |  5701k|  26.9 |   973M |  57 |1812 |9241 |2587 |  88k|  1 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3360.94/3374.36	c   513s|212100 | 13790 |  5703k|  26.9 |   973M |  57 |1812 |9286 |   0 |  88k|  0 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3361.14/3374.53	c   513s|212200 | 13788 |  5705k|  26.9 |   973M |  57 |1812 |9363 |2587 |  88k|  1 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3361.24/3374.66	c   513s|212300 | 13778 |  5707k|  26.9 |   973M |  57 |1812 |9415 |2588 |  88k|  1 | 176k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3361.43/3374.85	c   514s|212400 | 13769 |  5709k|  26.8 |   973M |  57 |1812 |9439 |   0 |  88k|  0 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3361.65/3375.03	c   514s|212500 | 13768 |  5710k|  26.8 |   973M |  57 |1812 |9378 |   0 |  88k|  0 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3361.83/3375.20	c   514s|212600 | 13767 |  5712k|  26.8 |   973M |  57 |1812 |9349 |   0 |  88k|  0 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3361.93/3375.37	c   514s|212700 | 13759 |  5714k|  26.8 |   973M |  57 |1812 |9456 |2589 |  88k|  2 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3362.13/3375.55	c   514s|212800 | 13752 |  5716k|  26.8 |   973M |  57 |1812 |9397 |2590 |  88k|  1 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3362.33/3375.74	c   514s|212900 | 13744 |  5718k|  26.8 |   973M |  57 |1812 |9418 |   0 |  88k|  0 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3362.53/3375.91	c   515s|213000 | 13737 |  5720k|  26.8 |   973M |  57 |1812 |9340 |2587 |  88k|  1 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3362.64/3376.07	c   515s|213100 | 13744 |  5722k|  26.8 |   973M |  57 |1812 |9325 |2587 |  88k|  1 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3362.83/3376.24	c   515s|213200 | 13741 |  5723k|  26.8 |   973M |  57 |1812 |9369 |2587 |  88k|  1 | 177k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3362.93/3376.39	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/3376.39	c   515s|213300 | 13742 |  5725k|  26.8 |   973M |  57 |1812 |9464 |2588 |  88k|  1 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3363.13/3376.54	c   515s|213400 | 13738 |  5727k|  26.8 |   973M |  57 |1812 |9577 |   0 |  88k|  0 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3363.33/3376.71	c   515s|213500 | 13743 |  5729k|  26.8 |   973M |  57 |1812 |9698 |2587 |  88k|  1 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3363.43/3376.86	c   516s|213600 | 13744 |  5730k|  26.8 |   973M |  57 |1812 |9781 |2587 |  88k|  1 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3363.64/3377.04	c   516s|213700 | 13740 |  5732k|  26.8 |   973M |  57 |1812 |9891 |2587 |  88k|  2 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3363.82/3377.23	c   516s|213800 | 13742 |  5735k|  26.8 |   973M |  57 |1812 |9839 |2588 |  88k|  1 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3364.02/3377.40	c   516s|213900 | 13736 |  5737k|  26.8 |   973M |  57 |1812 |9907 |   0 |  88k|  0 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3364.12/3377.58	c   516s|214000 | 13730 |  5739k|  26.8 |   973M |  57 |1812 |9864 |   0 |  88k|  0 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3364.32/3377.75	c   516s|214100 | 13736 |  5741k|  26.8 |   973M |  57 |1812 |9820 |   0 |  88k|  0 | 178k|  19 | 0.000000e+00 |      --      |    Inf |   5.55%
3364.52/3377.91	c   517s|214200 | 13726 |  5742k|  26.8 |   973M |  57 |1812 |9833 |2589 |  88k|  1 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3364.64/3378.11	c   517s|214300 | 13725 |  5744k|  26.8 |   973M |  57 |1812 |9710 |2587 |  88k|  1 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3364.82/3378.26	c   517s|214400 | 13718 |  5747k|  26.8 |   973M |  57 |1812 |9776 |   0 |  88k|  0 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3365.02/3378.42	c   517s|214500 | 13723 |  5749k|  26.8 |   973M |  57 |1812 |9767 |2587 |  88k|  1 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3365.12/3378.58	c   517s|214600 | 13710 |  5750k|  26.8 |   973M |  57 |1812 |9843 |2588 |  88k|  0 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3365.32/3378.74	c   517s|214700 | 13707 |  5752k|  26.8 |   973M |  57 |1812 |9830 |2587 |  88k|  1 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3365.52/3378.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3365.52/3378.92	c   518s|214800 | 13702 |  5753k|  26.8 |   973M |  57 |1812 |9849 |   0 |  88k|  0 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3365.63/3379.09	c   518s|214900 | 13696 |  5755k|  26.8 |   973M |  57 |1812 |9788 |2587 |  88k|  1 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3365.82/3379.27	c   518s|215000 | 13705 |  5757k|  26.8 |   973M |  57 |1812 |9766 |2588 |  88k|  2 | 179k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3366.02/3379.43	c   518s|215100 | 13711 |  5759k|  26.7 |   973M |  57 |1812 |9721 |2587 |  88k|  1 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3366.12/3379.58	c   518s|215200 | 13712 |  5761k|  26.7 |   973M |  57 |1812 |9665 |   0 |  88k|  0 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3366.31/3379.73	c   518s|215300 | 13716 |  5763k|  26.7 |   973M |  57 |1812 |9710 |   0 |  88k|  0 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3366.41/3379.89	c   519s|215400 | 13717 |  5765k|  26.7 |   973M |  57 |1812 |9634 |2587 |  88k|  1 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3366.63/3380.05	c   519s|215500 | 13714 |  5767k|  26.7 |   973M |  57 |1812 |9475 |   0 |  88k|  0 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3366.73/3380.19	c   519s|215600 | 13716 |  5768k|  26.7 |   973M |  57 |1812 |9493 |   0 |  88k|  0 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3366.91/3380.35	c   519s|215700 | 13710 |  5770k|  26.7 |   973M |  57 |1812 |9539 |2587 |  88k|  1 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3367.11/3380.50	c   519s|215800 | 13704 |  5771k|  26.7 |   973M |  57 |1812 |9493 |2587 |  88k|  1 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3367.21/3380.67	c   519s|215900 | 13698 |  5773k|  26.7 |   973M |  57 |1812 |9457 |2589 |  88k|  2 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3367.41/3380.82	c   520s|216000 | 13710 |  5775k|  26.7 |   973M |  57 |1812 |9470 |   0 |  88k|  0 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3367.51/3380.98	c   520s|216100 | 13707 |  5776k|  26.7 |   973M |  57 |1812 |9466 |   0 |  88k|  0 | 180k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3367.72/3381.18	c   520s|216200 | 13698 |  5779k|  26.7 |   973M |  57 |1812 |9181 |2587 |  88k|  1 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3367.91/3381.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3367.91/3381.37	c   520s|216300 | 13707 |  5781k|  26.7 |   973M |  57 |1812 |9089 |2589 |  88k|  1 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3368.11/3381.54	c   520s|216400 | 13723 |  5783k|  26.7 |   973M |  57 |1812 |8965 |2588 |  88k|  1 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3368.31/3381.75	c   520s|216500 | 13716 |  5785k|  26.7 |   973M |  57 |1812 |8857 |2592 |  88k|  1 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3368.50/3381.91	c   521s|216600 | 13723 |  5787k|  26.7 |   973M |  57 |1812 |8943 |2588 |  88k|  2 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3368.72/3382.18	c   521s|216700 | 13702 |  5788k|  26.7 |   973M |  57 |1812 |8827 |   0 |  88k|  0 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3368.90/3382.36	c   521s|216800 | 13716 |  5790k|  26.7 |   973M |  57 |1812 |8804 |2588 |  88k|  1 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3369.10/3382.53	c   521s|216900 | 13723 |  5792k|  26.7 |   973M |  57 |1812 |8842 |2588 |  88k|  1 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3369.20/3382.69	c   521s|217000 | 13717 |  5794k|  26.7 |   973M |  57 |1812 |8940 |   0 |  88k|  0 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3369.40/3382.86	c   522s|217100 | 13716 |  5796k|  26.7 |   973M |  57 |1812 |9014 |   0 |  88k|  0 | 181k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3369.61/3383.02	c   522s|217200 | 13716 |  5798k|  26.7 |   973M |  57 |1812 |9092 |2587 |  88k|  1 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3369.71/3383.19	c   522s|217300 | 13711 |  5800k|  26.7 |   973M |  57 |1812 |9141 |2589 |  88k|  2 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3369.90/3383.36	c   522s|217400 | 13706 |  5802k|  26.7 |   973M |  57 |1812 |9018 |   0 |  88k|  0 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3370.10/3383.52	c   522s|217500 | 13710 |  5803k|  26.7 |   973M |  57 |1812 |9022 |2587 |  88k|  1 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3370.20/3383.66	c   522s|217600 | 13710 |  5805k|  26.7 |   973M |  57 |1812 |9089 |2587 |  88k|  1 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3370.40/3383.83	c   523s|217700 | 13714 |  5807k|  26.6 |   973M |  57 |1812 |9046 |2588 |  88k|  1 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3370.50/3384.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3370.50/3384.00	c   523s|217800 | 13711 |  5808k|  26.6 |   973M |  57 |1812 |9059 |2591 |  88k|  1 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3370.71/3384.19	c   523s|217900 | 13715 |  5811k|  26.6 |   973M |  57 |1812 |9031 |2587 |  88k|  1 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3370.89/3384.37	c   523s|218000 | 13720 |  5813k|  26.6 |   973M |  57 |1812 |8880 |   0 |  88k|  0 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3371.09/3384.53	c   523s|218100 | 13719 |  5815k|  26.6 |   973M |  57 |1812 |8929 |2587 |  88k|  1 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3371.29/3384.72	c   523s|218200 | 13725 |  5816k|  26.6 |   973M |  57 |1812 |8846 |2588 |  88k|  1 | 182k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3371.39/3384.86	c   524s|218300 | 13718 |  5818k|  26.6 |   973M |  57 |1812 |8904 |   0 |  88k|  0 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3371.49/3385.01	c   524s|218400 | 13718 |  5820k|  26.6 |   973M |  57 |1812 |8947 |2587 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3371.79/3385.20	c   524s|218500 | 13714 |  5822k|  26.6 |   973M |  57 |1812 |8872 |2587 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3371.89/3385.36	c   524s|218600 | 13728 |  5824k|  26.6 |   973M |  57 |1812 |8884 |2588 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3372.09/3385.52	c   524s|218700 | 13726 |  5826k|  26.6 |   973M |  57 |1812 |8925 |2589 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3372.19/3385.68	c   524s|218800 | 13743 |  5828k|  26.6 |   973M |  57 |1812 |8801 |2587 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3372.39/3385.85	c   525s|218900 | 13775 |  5830k|  26.6 |   973M |  57 |1812 |8797 |2587 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3372.60/3386.01	c   525s|219000 | 13784 |  5831k|  26.6 |   973M |  57 |1812 |8843 |2587 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3372.70/3386.18	c   525s|219100 | 13768 |  5833k|  26.6 |   973M |  57 |1812 |8893 |2587 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3372.89/3386.37	c   525s|219200 | 13751 |  5835k|  26.6 |   973M |  57 |1812 |8908 |   0 |  88k|  0 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3373.09/3386.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3373.09/3386.55	c   525s|219300 | 13745 |  5837k|  26.6 |   973M |  57 |1812 |8889 |2589 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3373.28/3386.72	c   525s|219400 | 13751 |  5839k|  26.6 |   973M |  57 |1812 |8915 |2587 |  88k|  1 | 183k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3373.38/3386.89	c   526s|219500 | 13755 |  5841k|  26.6 |   973M |  57 |1812 |8879 |   0 |  88k|  0 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3373.60/3387.05	c   526s|219600 | 13746 |  5843k|  26.6 |   973M |  57 |1812 |8907 |   0 |  88k|  0 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3373.78/3387.22	c   526s|219700 | 13761 |  5845k|  26.6 |   973M |  57 |1812 |8926 |2588 |  88k|  1 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3373.88/3387.38	c   526s|219800 | 13755 |  5847k|  26.6 |   973M |  57 |1812 |8986 |   0 |  88k|  0 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3374.08/3387.57	c   526s|219900 | 13749 |  5849k|  26.6 |   973M |  57 |1812 |9034 |2587 |  88k|  2 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3374.28/3387.72	c   526s|220000 | 13748 |  5851k|  26.6 |   973M |  57 |1812 |9056 |   0 |  88k|  0 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3374.38/3387.88	c   527s|220100 | 13736 |  5853k|  26.6 |   973M |  57 |1812 |9022 |   0 |  88k|  0 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3374.78/3388.23	c   527s|220200 | 13728 |  5855k|  26.6 |   973M |  57 |1812 |9014 |2593 |  88k|  1 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3375.08/3388.53	c   527s|220300 | 13758 |  5859k|  26.6 |   973M |  57 |1812 |8714 |2587 |  88k|  1 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3375.28/3388.78	c   527s|220400 | 13786 |  5862k|  26.6 |   973M |  57 |1812 |8658 |2588 |  88k|  1 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3375.77/3389.21	c   528s|220500 | 13815 |  5865k|  26.6 |   973M |  57 |1812 |8626 |   0 |  88k|  0 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3376.07/3389.56	c   528s|220600 | 13833 |  5868k|  26.6 |   973M |  57 |1812 |8683 |2598 |  88k|  2 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3376.37/3389.85	c   529s|220700 | 13853 |  5872k|  26.6 |   973M |  57 |1812 |8667 |   0 |  89k|  0 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3376.77/3390.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3376.77/3390.23	c   529s|220800 | 13863 |  5875k|  26.6 |   973M |  57 |1812 |8691 |   0 |  89k|  0 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3376.97/3390.44	c   529s|220900 | 13872 |  5878k|  26.6 |   973M |  57 |1812 |8686 |2594 |  89k|  1 | 184k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3377.17/3390.67	c   529s|221000 | 13877 |  5881k|  26.6 |   973M |  57 |1812 |8698 |2588 |  89k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3377.47/3391.01	c   530s|221100 | 13902 |  5884k|  26.6 |   973M |  57 |1812 |8661 |   0 |  89k|  0 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3377.87/3391.36	c   530s|221200 | 13913 |  5888k|  26.6 |   973M |  57 |1812 |8650 |2587 |  89k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3378.26/3391.75	c   530s|221300 | 13924 |  5890k|  26.6 |   973M |  57 |1812 |8685 |   0 |  89k|  0 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3378.68/3392.19	c   531s|221400 | 13943 |  5894k|  26.6 |   973M |  57 |1812 |8690 |2595 |  89k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3378.96/3392.43	c   531s|221500 | 13938 |  5897k|  26.6 |   973M |  57 |1812 |8742 |2596 |  90k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3379.16/3392.65	c   531s|221600 | 13943 |  5899k|  26.6 |   973M |  57 |1812 |8766 |2597 |  90k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3379.46/3392.91	c   532s|221700 | 13977 |  5903k|  26.6 |   973M |  57 |1812 |8783 |2596 |  90k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3379.76/3393.23	c   532s|221800 | 14017 |  5907k|  26.6 |   973M |  57 |1812 |8798 |2597 |  90k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3380.06/3393.53	c   532s|221900 | 14032 |  5912k|  26.6 |   973M |  57 |1812 |8905 |2596 |  90k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3380.26/3393.78	c   532s|222000 | 14035 |  5916k|  26.6 |   973M |  57 |1812 |8998 |   0 |  90k|  0 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3380.57/3394.08	c   533s|222100 | 14049 |  5920k|  26.6 |   973M |  57 |1812 |9064 |2598 |  90k|  1 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3380.85/3394.31	c   533s|222200 | 14103 |  5924k|  26.6 |   973M |  57 |1812 |9092 |   0 |  90k|  0 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3381.05/3394.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3381.05/3394.53	c   533s|222300 | 14103 |  5926k|  26.6 |   973M |  57 |1812 |9183 |   0 |  90k|  0 | 185k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3381.35/3394.83	c   534s|222400 | 14130 |  5930k|  26.6 |   973M |  57 |1812 |9237 |   0 |  91k|  0 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3381.56/3395.06	c   534s|222500 | 14141 |  5933k|  26.6 |   973M |  57 |1812 |9294 |2596 |  91k|  1 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3381.85/3395.31	c   534s|222600 | 14151 |  5936k|  26.6 |   973M |  57 |1812 |9380 |   0 |  91k|  0 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3382.05/3395.56	c   534s|222700 | 14153 |  5939k|  26.6 |   973M |  57 |1812 |9452 |2598 |  91k|  1 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3382.35/3395.81	c   535s|222800 | 14183 |  5943k|  26.6 |   973M |  57 |1812 |9507 |2606 |  91k|  1 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3382.45/3395.98	c   535s|222900 | 14187 |  5945k|  26.6 |   973M |  57 |1812 |9562 |2606 |  91k|  1 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3382.75/3396.24	c   535s|223000 | 14199 |  5949k|  26.7 |   973M |  57 |1812 |9676 |2598 |  91k|  1 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3382.95/3396.47	c   535s|223100 | 14203 |  5952k|  26.7 |   973M |  57 |1812 |9712 |2608 |  91k|  1 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3383.14/3396.65	c   535s|223200 | 14201 |  5955k|  26.7 |   973M |  57 |1812 |9814 |   0 |  91k|  0 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3383.44/3396.91	c   536s|223300 | 14215 |  5958k|  26.7 |   973M |  57 |1812 |9839 |2598 |  92k|  1 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3383.74/3397.22	c   536s|223400 | 14208 |  5960k|  26.7 |   973M |  57 |1812 |9911 |   0 |  92k|  0 | 186k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3383.94/3397.46	c   536s|223500 | 14225 |  5964k|  26.7 |   973M |  57 |1812 |9937 |2598 |  92k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3384.14/3397.69	c   536s|223600 | 14220 |  5967k|  26.7 |   973M |  57 |1812 |  10k|   0 |  92k|  0 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3384.44/3397.91	c   537s|223700 | 14226 |  5970k|  26.7 |   973M |  57 |1812 |  10k|2606 |  92k|  2 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3384.74/3398.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3384.74/3398.20	c   537s|223800 | 14230 |  5973k|  26.7 |   973M |  57 |1812 |9928 |2607 |  92k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3384.94/3398.45	c   537s|223900 | 14237 |  5976k|  26.7 |   973M |  57 |1812 |9877 |2596 |  92k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3385.14/3398.63	c   537s|224000 | 14252 |  5978k|  26.7 |   973M |  57 |1812 |9923 |2596 |  92k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3385.34/3398.87	c   538s|224100 | 14277 |  5982k|  26.7 |   973M |  57 |1812 |9968 |2603 |  92k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3385.55/3399.09	c   538s|224200 | 14297 |  5985k|  26.7 |   973M |  57 |1812 |  10k|2605 |  93k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3385.83/3399.32	c   538s|224300 | 14295 |  5987k|  26.7 |   973M |  57 |1812 |  10k|2610 |  93k|  2 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3386.13/3399.60	c   538s|224400 | 14304 |  5990k|  26.7 |   973M |  57 |1812 |  10k|2605 |  93k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3386.33/3399.85	c   539s|224500 | 14302 |  5993k|  26.7 |   973M |  57 |1812 |9987 |   0 |  93k|  0 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3386.64/3400.12	c   539s|224600 | 14311 |  5996k|  26.7 |   973M |  57 |1812 |9782 |2596 |  93k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3386.83/3400.32	c   539s|224700 | 14311 |  5998k|  26.7 |   973M |  57 |1812 |9738 |2592 |  93k|  1 | 187k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3387.03/3400.58	c   539s|224800 | 14320 |  6001k|  26.7 |   973M |  57 |1812 |9332 |2592 |  93k|  1 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3387.33/3400.85	c   540s|224900 | 14309 |  6004k|  26.7 |   973M |  57 |1812 |8970 |2590 |  93k|  1 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3387.54/3401.07	c   540s|225000 | 14308 |  6007k|  26.7 |   973M |  57 |1812 |8614 |2584 |  93k|  1 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3387.73/3401.26	c   540s|225100 | 14325 |  6009k|  26.7 |   973M |  57 |1812 |8550 |2590 |  93k|  1 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3387.93/3401.45	c   540s|225200 | 14330 |  6011k|  26.7 |   973M |  57 |1812 |8548 |   0 |  93k|  0 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3388.12/3401.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3388.12/3401.64	c   540s|225300 | 14334 |  6013k|  26.7 |   973M |  57 |1812 |8592 |2592 |  93k|  2 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3388.32/3401.82	c   541s|225400 | 14342 |  6016k|  26.7 |   973M |  57 |1812 |8609 |   0 |  93k|  0 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3388.54/3402.02	c   541s|225500 | 14340 |  6018k|  26.7 |   973M |  57 |1812 |8622 |2590 |  93k|  1 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3388.72/3402.23	c   541s|225600 | 14358 |  6021k|  26.7 |   973M |  57 |1812 |8629 |2590 |  93k|  1 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3388.92/3402.42	c   541s|225700 | 14362 |  6024k|  26.7 |   973M |  57 |1812 |8640 |   0 |  93k|  0 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3389.12/3402.64	c   541s|225800 | 14355 |  6026k|  26.7 |   973M |  57 |1812 |8698 |   0 |  93k|  0 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3389.53/3403.06	c   542s|225900 | 14349 |  6029k|  26.7 |   973M |  57 |1812 |8587 |2593 |  93k|  1 | 188k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3389.82/3403.39	c   542s|226000 | 14350 |  6031k|  26.7 |   973M |  57 |1812 |8638 |   0 |  94k|  0 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3390.12/3403.62	c   542s|226100 | 14346 |  6034k|  26.7 |   973M |  57 |1812 |8347 |2594 |  94k|  1 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3390.32/3403.80	c   543s|226200 | 14347 |  6036k|  26.7 |   973M |  57 |1812 |8431 |2597 |  94k|  1 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3390.63/3404.15	c   543s|226300 | 14338 |  6039k|  26.7 |   974M |  57 |1812 |8095 |2588 |  94k|  1 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3390.91/3404.42	c   543s|226400 | 14346 |  6042k|  26.7 |   974M |  57 |1812 |7678 |   0 |  94k|  0 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3391.21/3404.78	c   543s|226500 | 14354 |  6045k|  26.7 |   974M |  57 |1812 |7529 |2584 |  94k|  1 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3391.41/3404.95	c   544s|226600 | 14359 |  6047k|  26.7 |   974M |  57 |1812 |7473 |   0 |  94k|  0 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3391.62/3405.12	c   544s|226700 | 14363 |  6049k|  26.7 |   974M |  57 |1812 |7508 |2594 |  94k|  1 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3391.81/3405.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3391.81/3405.30	c   544s|226800 | 14357 |  6051k|  26.7 |   974M |  57 |1812 |7532 |   0 |  94k|  0 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3392.01/3405.50	c   544s|226900 | 14361 |  6053k|  26.7 |   974M |  57 |1812 |7474 |2592 |  94k|  1 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3392.11/3405.69	c   544s|227000 | 14367 |  6056k|  26.7 |   974M |  57 |1812 |7480 |   0 |  94k|  0 | 189k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3392.31/3405.86	c   545s|227100 | 14369 |  6058k|  26.6 |   974M |  57 |1812 |7380 |2586 |  94k|  1 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3392.52/3406.04	c   545s|227200 | 14383 |  6060k|  26.6 |   974M |  57 |1812 |7376 |2588 |  94k|  1 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3392.71/3406.21	c   545s|227300 | 14378 |  6062k|  26.6 |   974M |  57 |1812 |7336 |2588 |  94k|  1 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3392.91/3406.40	c   545s|227400 | 14368 |  6064k|  26.6 |   974M |  57 |1812 |7351 |2587 |  94k|  2 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.56%
3393.10/3406.60	c   545s|227500 | 14371 |  6066k|  26.6 |   974M |  57 |1812 |7299 |2586 |  94k|  1 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3393.30/3406.81	c   546s|227600 | 14362 |  6068k|  26.6 |   974M |  57 |1812 |7288 |2589 |  94k|  1 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3393.40/3406.97	c   546s|227700 | 14351 |  6071k|  26.6 |   974M |  57 |1812 |7243 |2592 |  94k|  0 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3393.70/3407.28	c   546s|227800 | 14384 |  6076k|  26.6 |   974M |  57 |1812 |6725 |   0 |  94k|  0 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3393.90/3407.49	c   546s|227900 | 14401 |  6079k|  26.7 |   974M |  57 |1812 |6479 |2602 |  94k|  1 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3394.20/3407.76	c   546s|228000 | 14407 |  6083k|  26.7 |   974M |  57 |1812 |6485 |2602 |  94k|  1 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3394.40/3407.98	c   547s|228100 | 14420 |  6085k|  26.7 |   974M |  57 |1812 |6567 |2610 |  94k|  1 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3395.00/3408.52	c   547s|228200 | 14414 |  6089k|  26.7 |   974M |  57 |1812 |6682 |   0 |  95k|  0 | 190k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3395.30/3408.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3395.30/3408.85	c   548s|228300 | 14423 |  6092k|  26.7 |   974M |  57 |1812 |6741 |   0 |  95k|  0 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3395.69/3409.21	c   548s|228400 | 14427 |  6095k|  26.7 |   974M |  57 |1812 |6843 |2611 |  95k|  0 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3396.19/3409.70	c   548s|228500 | 14428 |  6099k|  26.7 |   974M |  57 |1812 |6922 |2608 |  95k|  1 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3396.39/3409.94	c   549s|228600 | 14414 |  6101k|  26.7 |   974M |  57 |1812 |6954 |   0 |  95k|  0 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3396.69/3410.21	c   549s|228700 | 14416 |  6104k|  26.7 |   974M |  57 |1812 |7045 |   0 |  95k|  0 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3396.99/3410.56	c   549s|228800 | 14415 |  6107k|  26.7 |   974M |  57 |1812 |7077 |2589 |  96k|  1 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3397.50/3411.07	c   550s|228900 | 14440 |  6112k|  26.7 |   974M |  57 |1812 |7057 |2620 |  96k|  2 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3397.89/3411.47	c   550s|229000 | 14440 |  6116k|  26.7 |   974M |  57 |1812 |6902 |   0 |  96k|  0 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3398.19/3411.74	c   550s|229100 | 14433 |  6118k|  26.7 |   974M |  57 |1812 |6655 |   0 |  96k|  0 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3398.38/3411.95	c   551s|229200 | 14441 |  6121k|  26.7 |   974M |  57 |1812 |6574 |2594 |  96k|  1 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3398.60/3412.16	c   551s|229300 | 14451 |  6124k|  26.7 |   974M |  57 |1812 |6594 |2594 |  96k|  1 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3398.88/3412.43	c   551s|229400 | 14449 |  6126k|  26.7 |   974M |  57 |1812 |6439 |2594 |  96k|  1 | 191k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3399.08/3412.63	c   551s|229500 | 14450 |  6128k|  26.7 |   975M |  57 |1812 |6381 |2594 |  96k|  1 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3399.28/3412.81	c   552s|229600 | 14445 |  6130k|  26.7 |   975M |  57 |1812 |6428 |   0 |  96k|  0 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3399.68/3413.24	c   552s|229700 | 14455 |  6134k|  26.7 |   975M |  57 |1812 |6428 |2594 |  96k|  1 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3399.98/3413.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3399.98/3413.58	c   552s|229800 | 14462 |  6137k|  26.7 |   975M |  57 |1812 |6501 |   0 |  96k|  0 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3400.49/3414.03	c   553s|229900 | 14462 |  6140k|  26.7 |   975M |  57 |1812 |6584 |2599 |  96k|  1 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3400.87/3414.47	c   553s|230000 | 14462 |  6143k|  26.7 |   975M |  57 |1812 |6668 |   0 |  97k|  0 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3401.37/3414.96	c   554s|230100 | 14464 |  6146k|  26.7 |   975M |  57 |1812 |6815 |   0 |  97k|  0 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3401.67/3415.24	c   554s|230200 | 14463 |  6149k|  26.7 |   975M |  57 |1812 |6934 |2594 |  97k|  1 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3401.87/3415.48	c   554s|230300 | 14461 |  6152k|  26.7 |   975M |  57 |1812 |6965 |2599 |  97k|  1 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3402.27/3415.89	c   555s|230400 | 14464 |  6155k|  26.7 |   975M |  57 |1812 |6924 |   0 |  97k|  0 | 192k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3402.58/3416.17	c   555s|230500 | 14480 |  6158k|  26.7 |   975M |  57 |1812 |6766 |2591 |  97k|  2 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3402.87/3416.46	c   555s|230600 | 14483 |  6160k|  26.7 |   975M |  57 |1812 |6795 |2596 |  97k|  1 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3403.07/3416.67	c   555s|230700 | 14478 |  6162k|  26.7 |   975M |  57 |1812 |6469 |2590 |  97k|  1 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.57%
3403.36/3416.99	c   556s|230800 | 14467 |  6166k|  26.7 |   975M |  57 |1812 |6329 |2594 |  97k|  1 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3403.58/3417.18	c   556s|230900 | 14478 |  6168k|  26.7 |   975M |  57 |1812 |6296 |   0 |  97k|  0 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3403.76/3417.39	c   556s|231000 | 14475 |  6170k|  26.7 |   975M |  57 |1812 |6297 |   0 |  97k|  0 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3403.96/3417.54	c   556s|231100 | 14482 |  6172k|  26.7 |   975M |  57 |1812 |6335 |2592 |  97k|  2 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3404.16/3417.71	c   556s|231200 | 14485 |  6174k|  26.7 |   975M |  57 |1812 |6367 |   0 |  97k|  0 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3404.26/3417.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3404.26/3417.88	c   557s|231300 | 14472 |  6176k|  26.7 |   975M |  57 |1812 |6426 |   0 |  97k|  0 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3404.47/3418.10	c   557s|231400 | 14473 |  6178k|  26.7 |   975M |  57 |1812 |6427 |2605 |  97k|  1 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3404.86/3418.40	c   557s|231500 | 14469 |  6181k|  26.7 |   975M |  57 |1812 |6392 |   0 |  98k|  0 | 193k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3405.16/3418.70	c   557s|231600 | 14470 |  6184k|  26.7 |   975M |  57 |1812 |6454 |2596 |  98k|  1 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3405.57/3419.15	c   558s|231700 | 14480 |  6188k|  26.7 |   975M |  57 |1812 |6525 |   0 |  98k|  0 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3406.05/3419.69	c   558s|231800 | 14478 |  6192k|  26.7 |   975M |  57 |1812 |6505 |2603 |  98k|  1 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3406.56/3420.14	c   559s|231900 | 14481 |  6195k|  26.7 |   975M |  57 |1812 |6557 |2592 |  98k|  1 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3406.85/3420.44	c   559s|232000 | 14502 |  6198k|  26.7 |   975M |  57 |1812 |6480 |2594 |  98k|  1 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3407.05/3420.63	c   559s|232100 | 14510 |  6200k|  26.7 |   975M |  57 |1812 |6474 |   0 |  98k|  0 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3407.25/3420.82	c   560s|232200 | 14523 |  6201k|  26.7 |   975M |  57 |1812 |6461 |2601 |  98k|  2 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3407.35/3421.00	c   560s|232300 | 14531 |  6203k|  26.7 |   975M |  57 |1812 |6514 |2594 |  98k|  1 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3407.56/3421.18	c   560s|232400 | 14531 |  6205k|  26.7 |   975M |  57 |1812 |6588 |2594 |  98k|  1 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3407.75/3421.38	c   560s|232500 | 14537 |  6207k|  26.7 |   975M |  57 |1812 |6592 |   0 |  98k|  0 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3408.05/3421.60	c   560s|232600 | 14527 |  6210k|  26.7 |   975M |  57 |1812 |6567 |2595 |  98k|  1 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3408.25/3421.81	c   561s|232700 | 14526 |  6212k|  26.7 |   975M |  57 |1812 |6454 |   0 |  98k|  0 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3408.34/3422.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3408.34/3422.00	c   561s|232800 | 14529 |  6214k|  26.7 |   975M |  57 |1812 |6514 |   0 |  98k|  0 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3408.56/3422.18	c   561s|232900 | 14535 |  6216k|  26.7 |   975M |  57 |1812 |6578 |   0 |  98k|  0 | 194k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3408.74/3422.37	c   561s|233000 | 14534 |  6218k|  26.7 |   975M |  57 |1812 |6643 |   0 |  98k|  0 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3408.94/3422.56	c   561s|233100 | 14533 |  6220k|  26.7 |   975M |  57 |1812 |6681 |2592 |  98k|  1 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3409.14/3422.75	c   561s|233200 | 14520 |  6221k|  26.7 |   975M |  57 |1812 |6737 |   0 |  98k|  0 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3409.34/3422.95	c   562s|233300 | 14528 |  6223k|  26.7 |   975M |  57 |1812 |6676 |2590 |  98k|  1 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3409.55/3423.13	c   562s|233400 | 14533 |  6226k|  26.7 |   975M |  57 |1812 |6745 |2592 |  98k|  1 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3409.84/3423.44	c   562s|233500 | 14556 |  6228k|  26.6 |   975M |  57 |1812 |6735 |   0 |  99k|  0 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3410.04/3423.62	c   562s|233600 | 14557 |  6230k|  26.6 |   975M |  57 |1812 |6733 |2591 |  99k|  1 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3410.24/3423.83	c   563s|233700 | 14564 |  6234k|  26.6 |   975M |  57 |1812 |6772 |2595 |  99k|  2 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3410.45/3424.10	c   563s|233800 | 14567 |  6236k|  26.6 |   975M |  57 |1812 |6782 |   0 |  99k|  0 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3410.63/3424.28	c   563s|233900 | 14555 |  6238k|  26.6 |   975M |  57 |1812 |6767 |   0 |  99k|  0 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3410.83/3424.46	c   563s|234000 | 14548 |  6240k|  26.6 |   975M |  57 |1812 |6814 |2591 |  99k|  1 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3411.03/3424.64	c   563s|234100 | 14551 |  6243k|  26.6 |   975M |  57 |1812 |6859 |2592 |  99k|  2 | 195k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3411.23/3424.80	c   564s|234200 | 14553 |  6245k|  26.6 |   975M |  57 |1812 |6926 |2590 |  99k|  1 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3411.33/3424.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3411.33/3424.96	c   564s|234300 | 14548 |  6247k|  26.6 |   975M |  57 |1812 |6984 |   0 |  99k|  0 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3411.63/3425.20	c   564s|234400 | 14555 |  6249k|  26.6 |   975M |  57 |1812 |6923 |   0 |  99k|  0 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3411.83/3425.47	c   564s|234500 | 14567 |  6251k|  26.6 |   975M |  57 |1812 |6908 |2593 |  99k|  1 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3412.03/3425.66	c   564s|234600 | 14601 |  6253k|  26.6 |   975M |  57 |1812 |6905 |2591 |  99k|  1 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3412.23/3425.84	c   565s|234700 | 14606 |  6255k|  26.6 |   975M |  57 |1812 |6986 |2594 |  99k|  2 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3412.44/3426.02	c   565s|234800 | 14620 |  6257k|  26.6 |   975M |  57 |1812 |7008 |   0 |  99k|  0 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3412.54/3426.19	c   565s|234900 | 14618 |  6258k|  26.6 |   975M |  57 |1812 |7066 |2591 |  99k|  1 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3412.73/3426.35	c   565s|235000 | 14620 |  6260k|  26.6 |   975M |  57 |1812 |7113 |2591 |  99k|  1 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3412.93/3426.51	c   565s|235100 | 14623 |  6262k|  26.6 |   975M |  57 |1812 |7190 |   0 |  99k|  0 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3413.02/3426.67	c   565s|235200 | 14614 |  6264k|  26.6 |   975M |  57 |1812 |7288 |   0 |  99k|  0 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3413.22/3426.84	c   566s|235300 | 14618 |  6265k|  26.6 |   975M |  57 |1812 |7316 |2592 |  99k|  0 | 196k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3413.44/3427.02	c   566s|235400 | 14613 |  6267k|  26.6 |   975M |  57 |1812 |7352 |   0 |  99k|  0 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3413.62/3427.21	c   566s|235500 | 14606 |  6269k|  26.6 |   975M |  57 |1812 |7377 |2593 |  99k|  1 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.58%
3413.82/3427.40	c   566s|235600 | 14599 |  6271k|  26.6 |   975M |  57 |1812 |7270 |2587 |  99k|  1 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3413.92/3427.57	c   566s|235700 | 14600 |  6273k|  26.6 |   975M |  57 |1812 |7284 |2592 |  99k|  1 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3414.12/3427.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3414.12/3427.75	c   566s|235800 | 14604 |  6275k|  26.6 |   975M |  57 |1812 |7287 |   0 |  99k|  0 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3414.32/3427.97	c   567s|235900 | 14618 |  6277k|  26.6 |   975M |  57 |1812 |7125 |2596 |  99k|  2 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3414.53/3428.14	c   567s|236000 | 14621 |  6279k|  26.6 |   975M |  57 |1812 |7221 |   0 |  99k|  0 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3414.72/3428.32	c   567s|236100 | 14611 |  6282k|  26.6 |   975M |  57 |1812 |7334 |   0 |  99k|  0 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3415.01/3428.60	c   567s|236200 | 14612 |  6284k|  26.6 |   975M |  57 |1812 |7193 |2589 |  99k|  1 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3415.31/3428.90	c   568s|236300 | 14610 |  6287k|  26.6 |   975M |  57 |1812 |7090 |   0 |  99k|  0 | 197k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3415.71/3429.30	c   568s|236400 | 14613 |  6290k|  26.6 |   975M |  57 |1812 |6882 |   0 |  99k|  0 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3415.91/3429.51	c   568s|236500 | 14630 |  6293k|  26.6 |   975M |  57 |1812 |6874 |2587 |  99k|  1 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3416.11/3429.71	c   568s|236600 | 14628 |  6296k|  26.6 |   975M |  57 |1812 |6975 |   0 |  99k|  0 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3416.31/3430.01	c   569s|236700 | 14609 |  6300k|  26.6 |   975M |  57 |1812 |6981 |   0 |  99k|  0 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3416.61/3430.25	c   569s|236800 | 14609 |  6302k|  26.6 |   975M |  57 |1812 |6818 |2589 |  99k|  1 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3416.81/3430.47	c   569s|236900 | 14609 |  6304k|  26.6 |   975M |  57 |1812 |6761 |2591 |  99k|  1 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3417.11/3430.76	c   569s|237000 | 14610 |  6308k|  26.6 |   975M |  57 |1812 |6785 |   0 | 100k|  0 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3417.42/3431.01	c   570s|237100 | 14611 |  6310k|  26.6 |   975M |  57 |1812 |6805 |   0 | 100k|  0 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3417.80/3431.41	c   570s|237200 | 14610 |  6313k|  26.6 |   975M |  57 |1812 |6805 |2586 | 100k|  1 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3418.00/3431.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3418.00/3431.62	c   570s|237300 | 14617 |  6316k|  26.6 |   975M |  57 |1812 |6869 |2595 | 100k|  2 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3418.20/3431.89	c   571s|237400 | 14615 |  6319k|  26.6 |   975M |  57 |1812 |6887 |2597 | 100k|  1 | 198k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3418.42/3432.10	c   571s|237500 | 14611 |  6321k|  26.6 |   975M |  57 |1812 |6889 |   0 | 100k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3418.70/3432.32	c   571s|237600 | 14612 |  6324k|  26.6 |   975M |  57 |1812 |6768 |2598 | 100k|  2 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3419.10/3432.73	c   571s|237700 | 14649 |  6329k|  26.6 |   975M |  57 |1812 |6721 |2593 | 100k|  1 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3419.70/3433.31	c   572s|237800 | 14663 |  6335k|  26.6 |   975M |  57 |1812 |6758 |   0 | 100k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3420.29/3433.96	c   573s|237900 | 14680 |  6342k|  26.6 |   975M |  57 |1812 |6784 |2602 | 101k|  1 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3420.79/3434.46	c   573s|238000 | 14698 |  6348k|  26.6 |   976M |  57 |1812 |6802 |   0 | 101k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3421.19/3434.82	c   574s|238100 | 14703 |  6351k|  26.7 |   976M |  57 |1812 |6839 |   0 | 101k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3421.50/3435.17	c   574s|238200 | 14700 |  6355k|  26.7 |   976M |  57 |1812 |6867 |2605 | 101k|  1 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3421.89/3435.54	c   574s|238300 | 14707 |  6358k|  26.7 |   976M |  57 |1812 |6871 |   0 | 101k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3422.29/3435.94	c   575s|238400 | 14706 |  6363k|  26.7 |   976M |  57 |1812 |6911 |2593 | 101k|  1 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3422.68/3436.34	c   575s|238500 | 14702 |  6367k|  26.7 |   976M |  57 |1812 |6928 |   0 | 102k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3422.98/3436.67	c   575s|238600 | 14690 |  6371k|  26.7 |   976M |  57 |1812 |6900 |2611 | 102k|  1 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3423.28/3436.98	c   576s|238700 | 14682 |  6375k|  26.7 |   976M |  57 |1812 |6938 |   0 | 102k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3423.68/3437.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3423.68/3437.37	c   576s|238800 | 14675 |  6378k|  26.7 |   976M |  57 |1812 |6897 |   0 | 102k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3424.08/3437.78	c   576s|238900 | 14680 |  6381k|  26.7 |   976M |  57 |1812 |6809 |2595 | 102k|  1 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3424.28/3437.95	c   577s|239000 | 14676 |  6383k|  26.7 |   976M |  57 |1812 |6877 |   0 | 102k|  0 | 199k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3424.49/3438.19	c   577s|239100 | 14672 |  6386k|  26.7 |   976M |  57 |1812 |6785 |2587 | 102k|  1 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3424.88/3438.52	c   577s|239200 | 14694 |  6390k|  26.7 |   976M |  57 |1812 |6703 |2599 | 103k|  1 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3425.08/3438.70	c   577s|239300 | 14687 |  6392k|  26.7 |   976M |  57 |1812 |6699 |   0 | 103k|  0 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3425.28/3438.91	c   578s|239400 | 14680 |  6394k|  26.7 |   976M |  57 |1812 |6765 |2594 | 103k|  1 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3425.49/3439.13	c   578s|239500 | 14681 |  6397k|  26.7 |   976M |  57 |1812 |6814 |2598 | 103k|  2 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3425.67/3439.34	c   578s|239600 | 14671 |  6399k|  26.7 |   976M |  57 |1812 |6898 |   0 | 103k|  0 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3425.87/3439.54	c   578s|239700 | 14683 |  6401k|  26.7 |   976M |  57 |1812 |6686 |2598 | 103k|  1 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3426.07/3439.72	c   578s|239800 | 14679 |  6403k|  26.7 |   976M |  57 |1812 |6706 |   0 | 103k|  0 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3426.27/3439.92	c   579s|239900 | 14678 |  6405k|  26.7 |   976M |  57 |1812 |6578 |2593 | 103k|  1 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3426.38/3440.10	c   579s|240000 | 14682 |  6407k|  26.7 |   976M |  57 |1812 |6511 |2591 | 103k|  1 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3426.67/3440.30	c   579s|240100 | 14683 |  6410k|  26.7 |   976M |  57 |1812 |6591 |2592 | 103k|  1 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3426.77/3440.48	c   579s|240200 | 14689 |  6411k|  26.7 |   976M |  57 |1812 |6605 |   0 | 103k|  0 | 200k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3426.97/3440.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3426.97/3440.67	c   579s|240300 | 14691 |  6414k|  26.7 |   976M |  57 |1812 |6676 |2594 | 103k|  2 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3427.17/3440.84	c   580s|240400 | 14698 |  6415k|  26.7 |   976M |  57 |1812 |6714 |2594 | 103k|  2 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3427.38/3441.01	c   580s|240500 | 14690 |  6417k|  26.7 |   976M |  57 |1812 |6798 |   0 | 103k|  0 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3427.56/3441.20	c   580s|240600 | 14689 |  6419k|  26.7 |   976M |  57 |1812 |6865 |2591 | 103k|  1 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3427.66/3441.36	c   580s|240700 | 14685 |  6421k|  26.7 |   976M |  57 |1812 |6925 |   0 | 103k|  0 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3427.86/3441.55	c   580s|240800 | 14683 |  6423k|  26.6 |   976M |  57 |1812 |7003 |   0 | 103k|  0 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3428.06/3441.72	c   580s|240900 | 14694 |  6425k|  26.6 |   976M |  57 |1812 |6998 |2595 | 103k|  1 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3428.26/3441.91	c   581s|241000 | 14683 |  6427k|  26.6 |   976M |  57 |1812 |7069 |2588 | 103k|  1 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3428.38/3442.10	c   581s|241100 | 14686 |  6429k|  26.6 |   976M |  57 |1812 |7034 |2590 | 103k|  1 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3428.66/3442.30	c   581s|241200 | 14680 |  6432k|  26.6 |   976M |  57 |1812 |7046 |   0 | 103k|  0 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3428.96/3442.63	c   581s|241300 | 14677 |  6435k|  26.6 |   976M |  57 |1812 |7011 |   0 | 103k|  0 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3429.26/3442.99	c   582s|241400 | 14686 |  6437k|  26.6 |   976M |  57 |1812 |6968 |2587 | 103k|  1 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3429.56/3443.23	c   582s|241500 | 14724 |  6439k|  26.6 |   976M |  57 |1812 |6860 |2591 | 103k|  1 | 201k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3429.76/3443.40	c   582s|241600 | 14729 |  6441k|  26.6 |   976M |  57 |1812 |6900 |   0 | 103k|  0 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3429.86/3443.56	c   582s|241700 | 14736 |  6443k|  26.6 |   976M |  57 |1812 |6924 |   0 | 103k|  0 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3430.06/3443.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3430.06/3443.71	c   582s|241800 | 14734 |  6445k|  26.6 |   976M |  57 |1812 |6982 |2591 | 103k|  1 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3430.15/3443.88	c   583s|241900 | 14734 |  6447k|  26.6 |   976M |  57 |1812 |7031 |   0 | 103k|  0 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3430.37/3444.04	c   583s|242000 | 14732 |  6448k|  26.6 |   976M |  57 |1812 |7062 |2591 | 103k|  1 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3430.55/3444.20	c   583s|242100 | 14739 |  6450k|  26.6 |   976M |  57 |1812 |7112 |   0 | 103k|  0 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3430.65/3444.34	c   583s|242200 | 14724 |  6452k|  26.6 |   976M |  57 |1812 |7137 |2591 | 103k|  1 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3430.85/3444.52	c   583s|242300 | 14718 |  6454k|  26.6 |   976M |  57 |1812 |7116 |   0 | 103k|  0 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3431.05/3444.72	c   583s|242400 | 14706 |  6456k|  26.6 |   976M |  57 |1812 |7113 |   0 | 103k|  0 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3431.25/3444.93	c   584s|242500 | 14733 |  6459k|  26.6 |   976M |  57 |1812 |7057 |2595 | 103k|  1 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3431.36/3445.11	c   584s|242600 | 14730 |  6460k|  26.6 |   976M |  57 |1812 |7106 |2594 | 103k|  1 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3431.55/3445.30	c   584s|242700 | 14730 |  6463k|  26.6 |   976M |  57 |1812 |7156 |2594 | 103k|  1 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3431.85/3445.51	c   584s|242800 | 14714 |  6466k|  26.6 |   976M |  57 |1812 |7200 |2593 | 103k|  1 | 202k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3432.05/3445.77	c   584s|242900 | 14719 |  6469k|  26.6 |   976M |  57 |1812 |7200 |2587 | 103k|  1 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3432.25/3445.98	c   585s|243000 | 14708 |  6471k|  26.6 |   976M |  57 |1812 |7132 |   0 | 103k|  0 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3432.54/3446.25	c   585s|243100 | 14719 |  6475k|  26.6 |   976M |  57 |1812 |7147 |   0 | 103k|  0 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3432.74/3446.48	c   585s|243200 | 14711 |  6479k|  26.6 |   976M |  57 |1812 |7189 |   0 | 103k|  0 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3432.94/3446.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3432.94/3446.68	c   585s|243300 | 14701 |  6481k|  26.6 |   976M |  57 |1812 |7056 |   0 | 103k|  0 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3433.24/3446.93	c   586s|243400 | 14711 |  6484k|  26.6 |   976M |  57 |1812 |7074 |   0 | 103k|  0 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3433.64/3447.34	c   586s|243500 | 14716 |  6487k|  26.6 |   976M |  57 |1812 |7189 |2591 | 104k|  1 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3434.04/3447.72	c   586s|243600 | 14704 |  6490k|  26.6 |   976M |  57 |1812 |7204 |   0 | 104k|  0 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3434.45/3448.13	c   587s|243700 | 14698 |  6494k|  26.6 |   976M |  57 |1812 |7093 |2592 | 104k|  1 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3434.64/3448.34	c   587s|243800 | 14706 |  6496k|  26.6 |   976M |  57 |1812 |6988 |2591 | 104k|  1 | 203k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3434.93/3448.68	c   587s|243900 | 14707 |  6499k|  26.6 |   976M |  57 |1812 |6952 |2600 | 104k|  1 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3435.35/3449.01	c   588s|244000 | 14735 |  6503k|  26.6 |   976M |  57 |1812 |6751 |2607 | 104k|  1 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3435.93/3449.68	c   588s|244100 | 14742 |  6507k|  26.6 |   976M |  57 |1812 |6706 |   0 | 104k|  0 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3436.44/3450.13	c   589s|244200 | 14745 |  6510k|  26.6 |   976M |  57 |1812 |6732 |2605 | 104k|  0 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3436.63/3450.33	c   589s|244300 | 14744 |  6512k|  26.6 |   976M |  57 |1812 |6659 |   0 | 104k|  0 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3436.83/3450.59	c   589s|244400 | 14763 |  6516k|  26.6 |   976M |  57 |1812 |6629 |2604 | 104k|  1 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3437.13/3450.84	c   590s|244500 | 14770 |  6519k|  26.6 |   976M |  57 |1812 |6686 |2605 | 105k|  1 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3437.62/3451.36	c   590s|244600 | 14795 |  6524k|  26.6 |   976M |  57 |1812 |6709 |   0 | 105k|  0 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3438.12/3451.89	c   591s|244700 | 14801 |  6528k|  26.7 |   976M |  57 |1812 |6764 |2621 | 105k|  2 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3438.52/3452.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3438.52/3452.20	c   591s|244800 | 14808 |  6532k|  26.7 |   976M |  57 |1812 |6834 |2611 | 105k|  0 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3438.82/3452.53	c   591s|244900 | 14808 |  6534k|  26.7 |   976M |  57 |1812 |6887 |2614 | 105k|  1 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3439.22/3453.00	c   592s|245000 | 14795 |  6538k|  26.7 |   976M |  57 |1812 |6963 |2601 | 105k|  1 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3439.72/3453.41	c   592s|245100 | 14802 |  6540k|  26.7 |   976M |  57 |1812 |7006 |   0 | 105k|  0 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3440.21/3454.01	c   593s|245200 | 14807 |  6544k|  26.7 |   976M |  57 |1812 |7020 |2603 | 106k|  1 | 204k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3440.61/3454.34	c   593s|245300 | 14817 |  6550k|  26.7 |   976M |  57 |1812 |7039 |2603 | 106k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3440.91/3454.67	c   593s|245400 | 14826 |  6554k|  26.7 |   976M |  57 |1812 |7063 |2603 | 106k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3441.42/3455.13	c   594s|245500 | 14827 |  6561k|  26.7 |   976M |  57 |1812 |6925 |2588 | 106k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3441.61/3455.33	c   594s|245600 | 14832 |  6563k|  26.7 |   976M |  57 |1812 |6977 |2588 | 106k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3441.81/3455.53	c   594s|245700 | 14826 |  6565k|  26.7 |   976M |  57 |1812 |6906 |2605 | 106k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3442.01/3455.79	c   594s|245800 | 14841 |  6568k|  26.7 |   976M |  57 |1812 |6815 |   0 | 106k|  0 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3442.32/3456.08	c   595s|245900 | 14838 |  6571k|  26.7 |   976M |  57 |1812 |6870 |   0 | 106k|  0 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3442.70/3456.47	c   595s|246000 | 14836 |  6573k|  26.7 |   976M |  57 |1812 |6777 |2596 | 106k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3443.00/3456.75	c   595s|246100 | 14847 |  6578k|  26.7 |   976M |  57 |1812 |6618 |   0 | 106k|  0 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3443.32/3457.06	c   596s|246200 | 14870 |  6584k|  26.7 |   976M |  57 |1812 |6613 |2597 | 107k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3443.50/3457.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3443.50/3457.28	c   596s|246300 | 14861 |  6586k|  26.7 |   976M |  57 |1812 |6605 |2603 | 107k|  0 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.59%
3444.00/3457.70	c   596s|246400 | 14851 |  6591k|  26.7 |   976M |  57 |1812 |6446 |2585 | 107k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3444.20/3457.91	c   597s|246500 | 14864 |  6594k|  26.7 |   976M |  57 |1812 |6429 |2590 | 107k|  1 | 205k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3444.31/3458.10	c   597s|246600 | 14861 |  6596k|  26.7 |   976M |  57 |1812 |6445 |   0 | 107k|  0 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3444.60/3458.33	c   597s|246700 | 14864 |  6599k|  26.7 |   976M |  57 |1812 |6420 |2601 | 107k|  1 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3444.80/3458.55	c   597s|246800 | 14865 |  6601k|  26.7 |   976M |  57 |1812 |6357 |   0 | 107k|  0 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3445.00/3458.79	c   597s|246900 | 14869 |  6604k|  26.7 |   976M |  57 |1812 |6380 |2616 | 107k|  2 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3445.20/3459.01	c   598s|247000 | 14874 |  6606k|  26.7 |   976M |  57 |1812 |6389 |   0 | 107k|  0 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3445.49/3459.22	c   598s|247100 | 14872 |  6609k|  26.7 |   976M |  57 |1812 |6400 |2593 | 107k|  1 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3445.99/3459.79	c   598s|247200 | 14869 |  6612k|  26.7 |   976M |  57 |1812 |6385 |   0 | 107k|  0 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3446.30/3460.02	c   599s|247300 | 14858 |  6614k|  26.7 |   976M |  57 |1812 |6435 |   0 | 107k|  0 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3446.59/3460.33	c   599s|247400 | 14860 |  6617k|  26.7 |   976M |  57 |1812 |6262 |2601 | 107k|  1 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3446.79/3460.53	c   599s|247500 | 14862 |  6619k|  26.7 |   976M |  57 |1812 |6256 |2591 | 107k|  1 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3447.09/3460.81	c   600s|247600 | 14893 |  6622k|  26.7 |   976M |  57 |1812 |6101 |   0 | 107k|  0 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3447.30/3461.03	c   600s|247700 | 14898 |  6625k|  26.7 |   976M |  57 |1812 |6134 |2592 | 108k|  1 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3447.49/3461.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3447.49/3461.29	c   600s|247800 | 14918 |  6629k|  26.7 |   976M |  57 |1812 |6187 |2605 | 108k|  1 | 206k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3447.88/3461.64	c   600s|247900 | 14899 |  6632k|  26.7 |   976M |  57 |1812 |6302 |2592 | 108k|  1 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3448.18/3461.91	c   601s|248000 | 14907 |  6635k|  26.7 |   976M |  57 |1812 |6045 |   0 | 108k|  0 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3448.48/3462.27	c   601s|248100 | 14923 |  6638k|  26.7 |   976M |  57 |1812 |5962 |2591 | 108k|  0 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3448.78/3462.50	c   601s|248200 | 14931 |  6641k|  26.7 |   976M |  57 |1812 |5903 |   0 | 108k|  0 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3448.98/3462.71	c   601s|248300 | 14926 |  6644k|  26.7 |   976M |  57 |1812 |5800 |2590 | 108k|  1 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3449.18/3462.96	c   602s|248400 | 14926 |  6647k|  26.7 |   976M |  57 |1812 |5838 |   0 | 108k|  0 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3449.48/3463.25	c   602s|248500 | 14930 |  6650k|  26.7 |   976M |  57 |1812 |5884 |2604 | 108k|  1 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3449.98/3463.77	c   602s|248600 | 14922 |  6653k|  26.7 |   976M |  57 |1812 |5930 |   0 | 108k|  0 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3450.18/3463.96	c   603s|248700 | 14919 |  6656k|  26.7 |   976M |  57 |1812 |5995 |   0 | 108k|  0 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3450.57/3464.34	c   603s|248800 | 14935 |  6659k|  26.7 |   976M |  57 |1812 |5986 |2594 | 108k|  1 | 207k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3450.77/3464.57	c   603s|248900 | 14926 |  6662k|  26.7 |   976M |  57 |1812 |5969 |2589 | 108k|  1 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3451.07/3464.85	c   604s|249000 | 14922 |  6665k|  26.7 |   976M |  57 |1812 |6024 |   0 | 108k|  0 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3451.38/3465.12	c   604s|249100 | 14927 |  6668k|  26.7 |   976M |  57 |1812 |6026 |   0 | 109k|  0 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3451.57/3465.35	c   604s|249200 | 14929 |  6671k|  26.7 |   976M |  57 |1812 |6037 |   0 | 109k|  0 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3451.77/3465.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3451.77/3465.59	c   604s|249300 | 14926 |  6674k|  26.7 |   976M |  57 |1812 |6061 |2592 | 109k|  1 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3452.07/3465.81	c   605s|249400 | 14939 |  6676k|  26.7 |   976M |  57 |1812 |6011 |2591 | 109k|  1 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3452.28/3466.02	c   605s|249500 | 14939 |  6678k|  26.7 |   976M |  57 |1812 |6043 |   0 | 109k|  0 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3452.46/3466.22	c   605s|249600 | 14933 |  6680k|  26.7 |   976M |  57 |1812 |6106 |2593 | 109k|  1 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3452.66/3466.42	c   605s|249700 | 14948 |  6682k|  26.7 |   976M |  57 |1812 |6187 |   0 | 109k|  0 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3452.86/3466.62	c   605s|249800 | 14953 |  6684k|  26.7 |   976M |  57 |1812 |6230 |2593 | 109k|  1 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3453.06/3466.83	c   606s|249900 | 14931 |  6686k|  26.7 |   976M |  57 |1812 |6275 |   0 | 109k|  0 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3453.27/3467.03	c   606s|250000 | 14929 |  6689k|  26.7 |   976M |  57 |1812 |6309 |   0 | 109k|  0 | 208k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3453.46/3467.26	c   606s|250100 | 14936 |  6691k|  26.7 |   976M |  57 |1812 |6270 |   0 | 109k|  0 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3453.66/3467.43	c   606s|250200 | 14933 |  6693k|  26.7 |   976M |  57 |1812 |6273 |   0 | 109k|  0 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3453.76/3467.59	c   606s|250300 | 14940 |  6695k|  26.7 |   976M |  57 |1812 |6343 |2585 | 109k|  1 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3453.96/3467.76	c   606s|250400 | 14940 |  6697k|  26.7 |   976M |  57 |1812 |6395 |2584 | 109k|  1 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3454.16/3467.97	c   607s|250500 | 14941 |  6699k|  26.7 |   976M |  57 |1812 |6405 |2597 | 109k|  1 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3454.37/3468.16	c   607s|250600 | 14934 |  6701k|  26.7 |   976M |  57 |1812 |6394 |2587 | 109k|  1 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3454.66/3468.49	c   607s|250700 | 14940 |  6704k|  26.7 |   976M |  57 |1812 |6394 |2593 | 109k|  1 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3454.95/3468.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3454.95/3468.78	c   607s|250800 | 14937 |  6706k|  26.7 |   976M |  57 |1812 |6322 |2591 | 109k|  1 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3455.27/3469.02	c   608s|250900 | 14930 |  6709k|  26.7 |   976M |  57 |1812 |6352 |2587 | 109k|  1 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3455.45/3469.24	c   608s|251000 | 14927 |  6711k|  26.7 |   976M |  57 |1812 |6315 |2590 | 109k|  2 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3455.65/3469.42	c   608s|251100 | 14945 |  6714k|  26.7 |   976M |  57 |1812 |6314 |2599 | 109k|  2 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3455.75/3469.59	c   608s|251200 | 14933 |  6716k|  26.7 |   976M |  57 |1812 |6354 |   0 | 109k|  0 | 209k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3455.95/3469.77	c   608s|251300 | 14926 |  6718k|  26.7 |   976M |  57 |1812 |6431 |2589 | 109k|  1 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3456.15/3469.93	c   609s|251400 | 14933 |  6720k|  26.7 |   976M |  57 |1812 |6540 |2590 | 109k|  1 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3456.36/3470.13	c   609s|251500 | 14956 |  6723k|  26.7 |   976M |  57 |1812 |6534 |   0 | 109k|  0 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3456.65/3470.48	c   609s|251600 | 14967 |  6726k|  26.7 |   976M |  57 |1812 |6534 |2601 | 109k|  3 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3456.95/3470.76	c   609s|251700 | 14969 |  6729k|  26.7 |   976M |  57 |1812 |6488 |2588 | 109k|  2 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3457.15/3470.98	c   610s|251800 | 14971 |  6732k|  26.7 |   976M |  57 |1812 |6504 |2599 | 109k|  1 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3457.36/3471.18	c   610s|251900 | 14979 |  6735k|  26.7 |   976M |  57 |1812 |6501 |   0 | 109k|  0 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3458.04/3471.82	c   611s|252000 | 14980 |  6738k|  26.7 |   976M |  57 |1812 |6555 |2598 | 110k|  1 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3458.35/3472.13	c   611s|252100 | 14984 |  6742k|  26.7 |   976M |  57 |1812 |6376 |   0 | 110k|  0 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3458.54/3472.39	c   611s|252200 | 14999 |  6746k|  26.7 |   976M |  57 |1812 |6082 |2588 | 110k|  1 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3458.74/3472.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3458.74/3472.58	c   611s|252300 | 15010 |  6748k|  26.7 |   976M |  57 |1812 |6093 |2591 | 110k|  1 | 210k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3458.94/3472.78	c   611s|252400 | 15026 |  6750k|  26.7 |   976M |  57 |1812 |6150 |2588 | 110k|  1 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3459.14/3472.99	c   612s|252500 | 15035 |  6753k|  26.7 |   976M |  57 |1812 |6152 |   0 | 110k|  0 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.60%
3459.44/3473.22	c   612s|252600 | 15024 |  6755k|  26.7 |   976M |  57 |1812 |6173 |   0 | 110k|  0 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3459.64/3473.42	c   612s|252700 | 15030 |  6757k|  26.7 |   976M |  57 |1812 |6216 |2588 | 110k|  1 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3459.84/3473.63	c   612s|252800 | 15028 |  6760k|  26.7 |   976M |  57 |1812 |6331 |2589 | 110k|  1 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3460.03/3473.83	c   613s|252900 | 15016 |  6762k|  26.7 |   976M |  57 |1812 |6369 |2590 | 110k|  1 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3460.25/3474.06	c   613s|253000 | 15002 |  6766k|  26.7 |   976M |  57 |1812 |6441 |2592 | 110k|  1 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3460.53/3474.35	c   613s|253100 | 14995 |  6769k|  26.7 |   976M |  57 |1812 |6315 |2591 | 110k|  1 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3460.73/3474.54	c   613s|253200 | 15012 |  6771k|  26.7 |   976M |  57 |1812 |6344 |   0 | 110k|  0 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3460.93/3474.73	c   613s|253300 | 15012 |  6774k|  26.7 |   976M |  57 |1812 |6420 |2591 | 110k|  1 | 211k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3461.13/3474.94	c   614s|253400 | 15025 |  6777k|  26.7 |   976M |  57 |1812 |6475 |   0 | 110k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3461.34/3475.12	c   614s|253500 | 15033 |  6779k|  26.7 |   976M |  57 |1812 |6540 |2591 | 110k|  1 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3461.53/3475.32	c   614s|253600 | 15041 |  6781k|  26.7 |   976M |  57 |1812 |6567 |   0 | 110k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3461.73/3475.51	c   614s|253700 | 15032 |  6783k|  26.7 |   976M |  57 |1812 |6591 |2597 | 110k|  1 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3461.83/3475.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3461.83/3475.69	c   614s|253800 | 15035 |  6786k|  26.7 |   976M |  57 |1812 |6594 |   0 | 110k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3462.03/3475.88	c   615s|253900 | 15027 |  6787k|  26.7 |   976M |  57 |1812 |6639 |   0 | 110k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3462.24/3476.08	c   615s|254000 | 15048 |  6790k|  26.7 |   976M |  57 |1812 |6492 |2589 | 110k|  1 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3462.42/3476.24	c   615s|254100 | 15053 |  6792k|  26.7 |   976M |  57 |1812 |6581 |   0 | 110k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3462.52/3476.38	c   615s|254200 | 15054 |  6794k|  26.7 |   976M |  57 |1812 |6637 |   0 | 110k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3462.72/3476.58	c   615s|254300 | 15053 |  6796k|  26.7 |   976M |  57 |1812 |6677 |2594 | 110k|  1 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3462.92/3476.77	c   615s|254400 | 15062 |  6799k|  26.7 |   976M |  57 |1812 |6662 |2594 | 110k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3463.12/3477.00	c   616s|254500 | 15058 |  6803k|  26.7 |   976M |  57 |1812 |6681 |2596 | 110k|  1 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3463.42/3477.22	c   616s|254600 | 15056 |  6806k|  26.7 |   976M |  57 |1812 |6690 |2595 | 110k|  1 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3463.92/3477.77	c   616s|254700 | 15052 |  6809k|  26.7 |   976M |  57 |1812 |6736 |   0 | 111k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3464.33/3478.13	c   617s|254800 | 15070 |  6813k|  26.7 |   976M |  57 |1812 |6621 |   0 | 111k|  0 | 212k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3464.71/3478.51	c   617s|254900 | 15082 |  6816k|  26.7 |   976M |  57 |1812 |6692 |2591 | 111k|  1 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3464.91/3478.79	c   617s|255000 | 15087 |  6819k|  26.7 |   976M |  57 |1812 |6679 |2595 | 111k|  1 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3465.11/3478.98	c   618s|255100 | 15087 |  6821k|  26.7 |   976M |  57 |1812 |6678 |   0 | 111k|  0 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3465.33/3479.17	c   618s|255200 | 15084 |  6822k|  26.7 |   976M |  57 |1812 |6671 |   0 | 111k|  0 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3465.61/3479.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3465.61/3479.44	c   618s|255300 | 15086 |  6827k|  26.7 |   976M |  57 |1812 |6539 |   0 | 111k|  0 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3465.81/3479.63	c   618s|255400 | 15098 |  6829k|  26.7 |   976M |  57 |1812 |6570 |   0 | 111k|  0 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3465.91/3479.77	c   618s|255500 | 15095 |  6830k|  26.7 |   976M |  57 |1812 |6645 |   0 | 111k|  0 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3466.11/3479.94	c   619s|255600 | 15094 |  6832k|  26.7 |   976M |  57 |1812 |6695 |   0 | 111k|  0 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3466.32/3480.17	c   619s|255700 | 15094 |  6835k|  26.7 |   976M |  57 |1812 |6650 |2594 | 111k|  1 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3466.61/3480.44	c   619s|255800 | 15091 |  6837k|  26.7 |   976M |  57 |1812 |6732 |   0 | 111k|  0 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3466.91/3480.79	c   619s|255900 | 15091 |  6840k|  26.7 |   976M |  57 |1812 |6775 |2598 | 111k|  1 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3467.22/3481.07	c   620s|256000 | 15093 |  6843k|  26.7 |   976M |  57 |1812 |6811 |2592 | 111k|  1 | 213k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3467.40/3481.24	c   620s|256100 | 15096 |  6845k|  26.7 |   976M |  57 |1812 |6884 |2594 | 111k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3467.60/3481.40	c   620s|256200 | 15089 |  6847k|  26.7 |   976M |  57 |1812 |6904 |2587 | 111k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3467.80/3481.62	c   620s|256300 | 15093 |  6849k|  26.7 |   976M |  57 |1812 |6844 |   0 | 111k|  0 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3468.00/3481.85	c   621s|256400 | 15092 |  6852k|  26.7 |   976M |  57 |1812 |6855 |   0 | 111k|  0 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3468.40/3482.28	c   621s|256500 | 15086 |  6855k|  26.7 |   976M |  57 |1812 |6745 |2590 | 111k|  0 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.61%
3468.70/3482.53	c   621s|256600 | 15076 |  6857k|  26.7 |   976M |  57 |1812 |6595 |2588 | 111k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.62%
3468.90/3482.75	c   621s|256700 | 15077 |  6860k|  26.7 |   976M |  57 |1812 |6312 |2596 | 111k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.62%
3469.10/3483.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3469.10/3483.00	c   622s|256800 | 15096 |  6863k|  26.7 |   976M |  57 |1812 |6331 |2592 | 111k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.62%
3469.40/3483.24	c   622s|256900 | 15102 |  6866k|  26.7 |   976M |  57 |1812 |6227 |   0 | 111k|  0 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3469.69/3483.53	c   622s|257000 | 15129 |  6869k|  26.7 |   976M |  57 |1812 |6176 |2599 | 112k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3470.09/3483.91	c   623s|257100 | 15136 |  6873k|  26.7 |   976M |  57 |1812 |6201 |2602 | 112k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3470.49/3484.39	c   623s|257200 | 15152 |  6876k|  26.7 |   976M |  57 |1812 |6259 |2602 | 112k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3470.99/3484.88	c   624s|257300 | 15163 |  6878k|  26.7 |   976M |  57 |1812 |6277 |2611 | 112k|  1 | 214k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3471.59/3485.41	c   624s|257400 | 15153 |  6881k|  26.7 |   976M |  57 |1812 |6319 |   0 | 112k|  0 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3471.99/3485.82	c   625s|257500 | 15149 |  6884k|  26.7 |   976M |  57 |1812 |6378 |2612 | 112k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3472.38/3486.28	c   625s|257600 | 15148 |  6887k|  26.7 |   976M |  57 |1812 |6420 |2602 | 113k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3472.78/3486.64	c   625s|257700 | 15172 |  6890k|  26.7 |   976M |  57 |1812 |6478 |2611 | 113k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3473.19/3487.08	c   626s|257800 | 15171 |  6893k|  26.7 |   976M |  57 |1812 |6500 |   0 | 113k|  0 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3473.68/3487.59	c   626s|257900 | 15161 |  6897k|  26.7 |   976M |  57 |1812 |6569 |   0 | 113k|  0 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3473.98/3487.89	c   627s|258000 | 15146 |  6899k|  26.7 |   976M |  57 |1812 |6603 |2602 | 113k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3474.29/3488.19	c   627s|258100 | 15165 |  6903k|  26.7 |   976M |  57 |1812 |6632 |   0 | 113k|  0 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3474.48/3488.39	c   627s|258200 | 15161 |  6905k|  26.7 |   976M |  57 |1812 |6657 |2599 | 113k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3474.77/3488.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3474.77/3488.68	c   627s|258300 | 15192 |  6910k|  26.7 |   976M |  57 |1812 |6640 |2604 | 114k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3475.18/3489.07	c   628s|258400 | 15237 |  6915k|  26.7 |   976M |  57 |1812 |6629 |2620 | 114k|  2 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3475.57/3489.47	c   628s|258500 | 15275 |  6921k|  26.8 |   976M |  57 |1812 |6564 |2604 | 114k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3475.97/3489.85	c   629s|258600 | 15316 |  6927k|  26.8 |   976M |  57 |1812 |6476 |2609 | 114k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3476.28/3490.19	c   629s|258700 | 15350 |  6933k|  26.8 |   976M |  57 |1812 |6537 |2604 | 114k|  1 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3476.57/3490.47	c   629s|258800 | 15363 |  6938k|  26.8 |   976M |  57 |1812 |6584 |   0 | 114k|  0 | 215k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3476.97/3490.80	c   630s|258900 | 15365 |  6942k|  26.8 |   976M |  57 |1812 |6446 |   0 | 114k|  0 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3477.28/3491.15	c   630s|259000 | 15400 |  6947k|  26.8 |   976M |  57 |1812 |6233 |2616 | 114k|  1 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3477.66/3491.51	c   630s|259100 | 15432 |  6954k|  26.8 |   976M |  57 |1812 |6235 |2603 | 114k|  1 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3478.06/3491.96	c   631s|259200 | 15442 |  6960k|  26.8 |   976M |  57 |1812 |6291 |   0 | 114k|  0 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3478.46/3492.35	c   631s|259300 | 15471 |  6969k|  26.9 |   976M |  57 |1812 |6308 |2614 | 115k|  1 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3478.86/3492.74	c   631s|259400 | 15483 |  6975k|  26.9 |   976M |  57 |1812 |6353 |2605 | 115k|  1 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3479.36/3493.25	c   632s|259500 | 15519 |  6986k|  26.9 |   976M |  57 |1812 |6422 |2609 | 115k|  1 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3479.65/3493.56	c   632s|259600 | 15561 |  6992k|  26.9 |   976M |  57 |1812 |6387 |2608 | 115k|  2 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3479.95/3493.89	c   633s|259700 | 15590 |  6999k|  26.9 |   976M |  57 |1812 |6388 |2620 | 115k|  1 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3480.35/3494.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.35/3494.23	c   633s|259800 | 15599 |  7002k|  26.9 |   976M |  57 |1812 |6362 |   0 | 115k|  0 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3480.55/3494.47	c   633s|259900 | 15616 |  7005k|  26.9 |   976M |  57 |1812 |6250 |   0 | 115k|  0 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3480.75/3494.66	c   633s|260000 | 15622 |  7007k|  26.9 |   976M |  57 |1812 |6236 |2593 | 115k|  1 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3480.95/3494.88	c   634s|260100 | 15621 |  7009k|  26.9 |   976M |  57 |1812 |6137 |   0 | 115k|  0 | 216k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3481.26/3495.13	c   634s|260200 | 15632 |  7012k|  26.9 |   976M |  57 |1812 |6132 |2639 | 116k|  2 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3481.55/3495.46	c   634s|260300 | 15638 |  7015k|  26.9 |   976M |  57 |1812 |6164 |2589 | 116k|  1 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3481.75/3495.66	c   634s|260400 | 15645 |  7017k|  26.9 |   976M |  57 |1812 |6210 |2591 | 116k|  3 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3481.94/3495.85	c   635s|260500 | 15633 |  7019k|  26.9 |   976M |  57 |1812 |6244 |2585 | 116k|  1 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3482.26/3496.16	c   635s|260600 | 15638 |  7023k|  26.9 |   976M |  57 |1812 |6298 |   0 | 116k|  0 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3482.74/3496.66	c   635s|260700 | 15643 |  7029k|  26.9 |   976M |  57 |1812 |6367 |2614 | 116k|  1 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3483.04/3496.91	c   636s|260800 | 15638 |  7031k|  26.9 |   976M |  57 |1812 |6388 |   0 | 116k|  0 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.67%
3483.34/3497.29	c   636s|260900 | 15640 |  7034k|  26.9 |   976M |  57 |1812 |6338 |2593 | 117k|  1 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3483.64/3497.53	c   636s|261000 | 15647 |  7037k|  26.9 |   976M |  57 |1812 |6217 |   0 | 117k|  0 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3483.84/3497.73	c   636s|261100 | 15645 |  7040k|  26.9 |   976M |  57 |1812 |6259 |   0 | 117k|  0 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3484.04/3497.95	c   637s|261200 | 15646 |  7042k|  26.9 |   976M |  57 |1812 |6206 |2587 | 117k|  1 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3484.25/3498.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3484.25/3498.14	c   637s|261300 | 15666 |  7044k|  26.9 |   976M |  57 |1812 |6137 |2590 | 117k|  1 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3484.44/3498.32	c   637s|261400 | 15659 |  7046k|  26.9 |   976M |  57 |1812 |6214 |   0 | 117k|  0 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3484.63/3498.51	c   637s|261500 | 15657 |  7048k|  26.9 |   976M |  57 |1812 |6232 |2588 | 117k|  1 | 217k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3484.83/3498.70	c   637s|261600 | 15657 |  7050k|  26.9 |   976M |  57 |1812 |6179 |   0 | 117k|  0 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3485.03/3498.90	c   638s|261700 | 15671 |  7053k|  26.9 |   976M |  57 |1812 |6225 |   0 | 117k|  0 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3485.33/3499.23	c   638s|261800 | 15687 |  7055k|  26.9 |   976M |  57 |1812 |6285 |   0 | 117k|  0 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3485.53/3499.42	c   638s|261900 | 15682 |  7057k|  26.9 |   976M |  57 |1812 |6332 |   0 | 117k|  0 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3485.73/3499.62	c   638s|262000 | 15669 |  7060k|  26.9 |   976M |  57 |1812 |6425 |2589 | 117k|  1 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3485.93/3499.81	c   639s|262100 | 15677 |  7063k|  26.9 |   976M |  57 |1812 |6452 |2592 | 117k|  1 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3486.03/3499.99	c   639s|262200 | 15692 |  7065k|  26.9 |   976M |  57 |1812 |6475 |   0 | 117k|  0 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3486.24/3500.18	c   639s|262300 | 15692 |  7067k|  26.9 |   976M |  57 |1812 |6528 |2589 | 117k|  1 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3486.43/3500.37	c   639s|262400 | 15683 |  7069k|  26.9 |   976M |  57 |1812 |6573 |   0 | 117k|  0 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3486.63/3500.57	c   639s|262500 | 15689 |  7072k|  26.9 |   976M |  57 |1812 |6539 |   0 | 117k|  0 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3486.93/3500.84	c   640s|262600 | 15715 |  7075k|  26.9 |   976M |  57 |1812 |6324 |2598 | 117k|  1 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3487.52/3501.45	c   640s|262700 | 15746 |  7080k|  26.9 |   976M |  57 |1812 |6302 |2607 | 117k|  1 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3488.02/3501.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3488.02/3501.95	c   641s|262800 | 15774 |  7085k|  26.9 |   976M |  57 |1812 |6300 |2598 | 117k|  1 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3488.32/3502.27	c   641s|262900 | 15784 |  7088k|  26.9 |   976M |  57 |1812 |6317 |2608 | 117k|  1 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3488.62/3502.59	c   641s|263000 | 15790 |  7093k|  26.9 |   976M |  57 |1812 |6358 |   0 | 118k|  0 | 218k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3488.92/3502.87	c   642s|263100 | 15799 |  7096k|  27.0 |   976M |  57 |1812 |6382 |2598 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3489.23/3503.14	c   642s|263200 | 15810 |  7100k|  27.0 |   976M |  57 |1812 |6424 |   0 | 118k|  0 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3489.52/3503.49	c   642s|263300 | 15799 |  7103k|  27.0 |   976M |  57 |1812 |6474 |2617 | 118k|  2 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3489.81/3503.70	c   642s|263400 | 15789 |  7106k|  27.0 |   976M |  57 |1812 |6294 |2598 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3490.01/3503.95	c   643s|263500 | 15811 |  7109k|  27.0 |   976M |  57 |1812 |6164 |2594 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3490.23/3504.15	c   643s|263600 | 15816 |  7111k|  27.0 |   976M |  57 |1812 |6146 |2594 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3490.41/3504.36	c   643s|263700 | 15810 |  7113k|  27.0 |   976M |  57 |1812 |6236 |2591 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3490.61/3504.59	c   643s|263800 | 15821 |  7116k|  27.0 |   976M |  57 |1812 |6242 |2598 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3490.91/3504.81	c   644s|263900 | 15810 |  7118k|  26.9 |   976M |  57 |1812 |6312 |2590 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3491.12/3505.06	c   644s|264000 | 15818 |  7120k|  26.9 |   976M |  57 |1812 |6343 |2589 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3491.41/3505.37	c   644s|264100 | 15825 |  7123k|  27.0 |   976M |  57 |1812 |6468 |2592 | 118k|  1 | 219k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3491.61/3505.59	c   644s|264200 | 15816 |  7126k|  27.0 |   976M |  57 |1812 |6556 |   0 | 118k|  0 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3492.00/3505.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3492.00/3505.94	c   645s|264300 | 15824 |  7129k|  27.0 |   976M |  57 |1812 |6475 |2596 | 119k|  1 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3492.40/3506.39	c   645s|264400 | 15826 |  7133k|  27.0 |   976M |  57 |1812 |6499 |   0 | 119k|  0 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3492.70/3506.67	c   645s|264500 | 15825 |  7136k|  27.0 |   976M |  57 |1812 |6421 |2597 | 119k|  1 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3493.21/3507.14	c   646s|264600 | 15850 |  7141k|  27.0 |   976M |  57 |1812 |6404 |2596 | 119k|  1 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3493.60/3507.59	c   646s|264700 | 15883 |  7147k|  27.0 |   976M |  57 |1812 |6467 |2604 | 119k|  1 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3494.11/3508.09	c   647s|264800 | 15910 |  7154k|  27.0 |   976M |  57 |1812 |6501 |   0 | 119k|  0 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3494.59/3508.56	c   647s|264900 | 15935 |  7161k|  27.0 |   976M |  57 |1812 |6504 |2602 | 119k|  1 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3495.11/3509.04	c   648s|265000 | 15961 |  7167k|  27.0 |   976M |  57 |1812 |6514 |2607 | 120k|  2 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3495.39/3509.38	c   648s|265100 | 15967 |  7173k|  27.0 |   976M |  57 |1812 |6527 |2594 | 120k|  2 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3495.69/3509.67	c   648s|265200 | 15970 |  7175k|  27.0 |   976M |  57 |1812 |6547 |2600 | 120k|  1 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3496.39/3510.31	c   649s|265300 | 15975 |  7179k|  27.0 |   976M |  57 |1812 |6513 |   0 | 120k|  0 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3496.69/3510.64	c   649s|265400 | 15970 |  7181k|  27.0 |   976M |  57 |1812 |6433 |2607 | 120k|  2 | 220k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3496.89/3510.87	c   650s|265500 | 15967 |  7185k|  27.0 |   976M |  57 |1812 |6340 |   0 | 120k|  0 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3497.20/3511.16	c   650s|265600 | 15980 |  7188k|  27.0 |   976M |  57 |1812 |6036 |2593 | 120k|  1 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3497.48/3511.40	c   650s|265700 | 16007 |  7192k|  27.0 |   976M |  57 |1812 |5967 |   0 | 120k|  0 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3497.68/3511.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3497.68/3511.62	c   650s|265800 | 16014 |  7194k|  27.0 |   976M |  57 |1812 |5959 |2593 | 120k|  1 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3497.88/3511.85	c   651s|265900 | 16020 |  7197k|  27.0 |   976M |  57 |1812 |5937 |2591 | 120k|  2 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3498.09/3512.06	c   651s|266000 | 16019 |  7199k|  27.0 |   976M |  57 |1812 |5903 |   0 | 120k|  0 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3498.28/3512.22	c   651s|266100 | 16021 |  7201k|  27.0 |   976M |  57 |1812 |5959 |   0 | 120k|  0 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3498.48/3512.45	c   651s|266200 | 16014 |  7203k|  27.0 |   976M |  57 |1812 |5837 |2597 | 120k|  1 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3498.98/3512.96	c   652s|266300 | 16019 |  7207k|  27.0 |   976M |  57 |1812 |5785 |2595 | 121k|  1 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3499.28/3513.20	c   652s|266400 | 16029 |  7211k|  27.0 |   976M |  57 |1812 |5835 |   0 | 121k|  0 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3499.48/3513.41	c   652s|266500 | 16028 |  7213k|  27.0 |   976M |  57 |1812 |5917 |2596 | 121k|  1 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3499.68/3513.65	c   652s|266600 | 16035 |  7216k|  27.0 |   976M |  57 |1812 |5834 |2593 | 121k|  1 | 221k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3499.97/3513.92	c   653s|266700 | 16038 |  7220k|  27.0 |   976M |  57 |1812 |5824 |2593 | 121k|  1 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3500.19/3514.14	c   653s|266800 | 16042 |  7222k|  27.0 |   976M |  57 |1812 |5850 |   0 | 121k|  0 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3500.57/3514.58	c   653s|266900 | 16045 |  7225k|  27.1 |   976M |  57 |1812 |5840 |2596 | 121k|  2 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3500.77/3514.79	c   653s|267000 | 16050 |  7228k|  27.0 |   976M |  57 |1812 |5840 |2594 | 121k|  2 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3500.97/3514.97	c   654s|267100 | 16055 |  7230k|  27.0 |   976M |  57 |1812 |5927 |   0 | 121k|  0 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3501.18/3515.14	c   654s|267200 | 16050 |  7232k|  27.0 |   976M |  57 |1812 |6001 |   0 | 121k|  0 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3501.47/3515.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3501.47/3515.44	c   654s|267300 | 16043 |  7235k|  27.0 |   976M |  57 |1812 |5965 |   0 | 121k|  0 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3501.67/3515.69	c   654s|267400 | 16040 |  7238k|  27.0 |   976M |  57 |1812 |5956 |2593 | 121k|  1 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3501.87/3515.89	c   655s|267500 | 16056 |  7240k|  27.0 |   976M |  57 |1812 |5874 |2596 | 121k|  1 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3502.36/3516.38	c   655s|267600 | 16064 |  7244k|  27.1 |   976M |  57 |1812 |5883 |2596 | 121k|  1 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3502.76/3516.77	c   655s|267700 | 16072 |  7248k|  27.1 |   976M |  57 |1812 |5951 |   0 | 122k|  0 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3503.07/3517.01	c   656s|267800 | 16068 |  7251k|  27.1 |   976M |  57 |1812 |6013 |   0 | 122k|  0 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3503.56/3517.53	c   656s|267900 | 16080 |  7253k|  27.1 |   976M |  57 |1812 |6070 |2596 | 122k|  1 | 222k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3503.86/3517.89	c   657s|268000 | 16077 |  7256k|  27.1 |   976M |  57 |1812 |6141 |   0 | 122k|  0 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3504.26/3518.21	c   657s|268100 | 16081 |  7258k|  27.1 |   976M |  57 |1812 |6190 |   0 | 122k|  0 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3504.56/3518.55	c   657s|268200 | 16073 |  7260k|  27.0 |   976M |  57 |1812 |6179 |2596 | 122k|  1 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3504.85/3518.80	c   658s|268300 | 16062 |  7262k|  27.0 |   976M |  57 |1812 |6175 |   0 | 122k|  0 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3504.95/3518.98	c   658s|268400 | 16064 |  7264k|  27.0 |   976M |  57 |1812 |6143 |2602 | 122k|  1 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3505.35/3519.39	c   658s|268500 | 16063 |  7267k|  27.0 |   976M |  57 |1812 |6156 |   0 | 123k|  0 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3505.65/3519.64	c   658s|268600 | 16066 |  7270k|  27.0 |   976M |  57 |1812 |6111 |   0 | 123k|  0 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3505.95/3519.91	c   659s|268700 | 16079 |  7272k|  27.0 |   976M |  57 |1812 |5900 |   0 | 123k|  0 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3506.16/3520.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3506.16/3520.13	c   659s|268800 | 16089 |  7275k|  27.0 |   976M |  57 |1812 |5896 |   0 | 123k|  0 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3506.35/3520.38	c   659s|268900 | 16102 |  7278k|  27.0 |   976M |  57 |1812 |5889 |   0 | 123k|  0 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3506.65/3520.60	c   659s|269000 | 16115 |  7280k|  27.0 |   976M |  57 |1812 |5907 |2592 | 123k|  1 | 223k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3506.85/3520.85	c   660s|269100 | 16110 |  7283k|  27.0 |   976M |  57 |1812 |5957 |   0 | 123k|  0 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3507.06/3521.08	c   660s|269200 | 16101 |  7284k|  27.0 |   976M |  57 |1812 |5966 |   0 | 123k|  0 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3507.54/3521.51	c   660s|269300 | 16118 |  7288k|  27.0 |   976M |  57 |1812 |6026 |2599 | 123k|  1 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3507.84/3521.89	c   661s|269400 | 16127 |  7292k|  27.0 |   976M |  57 |1812 |6096 |2590 | 123k|  1 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3508.34/3522.39	c   661s|269500 | 16129 |  7296k|  27.1 |   976M |  57 |1812 |6124 |   0 | 123k|  0 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3508.74/3522.70	c   661s|269600 | 16153 |  7299k|  27.1 |   976M |  57 |1812 |6082 |2600 | 123k|  1 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3509.24/3523.20	c   662s|269700 | 16170 |  7303k|  27.1 |   976M |  57 |1812 |6158 |   0 | 124k|  0 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3509.54/3523.51	c   662s|269800 | 16168 |  7306k|  27.1 |   976M |  57 |1812 |6271 |   0 | 124k|  0 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3509.84/3523.81	c   663s|269900 | 16185 |  7309k|  27.1 |   976M |  57 |1812 |6328 |2599 | 124k|  1 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3510.15/3524.17	c   663s|270000 | 16199 |  7314k|  27.1 |   976M |  57 |1812 |6439 |2611 | 124k|  2 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3510.43/3524.47	c   663s|270100 | 16221 |  7317k|  27.1 |   976M |  57 |1812 |6517 |2600 | 124k|  1 | 224k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3510.73/3524.72	c   663s|270200 | 16239 |  7320k|  27.1 |   976M |  57 |1812 |6554 |2599 | 125k|  0 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3510.93/3524.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3510.93/3524.95	c   664s|270300 | 16245 |  7323k|  27.1 |   976M |  57 |1812 |6573 |   0 | 125k|  0 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3511.23/3525.21	c   664s|270400 | 16251 |  7326k|  27.1 |   976M |  57 |1812 |6600 |   0 | 125k|  0 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3511.33/3525.38	c   664s|270500 | 16250 |  7328k|  27.1 |   976M |  57 |1812 |6621 |   0 | 125k|  0 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3511.63/3525.60	c   664s|270600 | 16257 |  7331k|  27.1 |   976M |  57 |1812 |6610 |   0 | 125k|  0 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3511.93/3525.93	c   665s|270700 | 16264 |  7334k|  27.1 |   976M |  57 |1812 |6523 |2598 | 125k|  1 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3512.22/3526.27	c   665s|270800 | 16291 |  7339k|  27.1 |   976M |  57 |1812 |6487 |2604 | 125k|  1 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3512.43/3526.47	c   665s|270900 | 16299 |  7341k|  27.1 |   976M |  57 |1812 |6386 |2593 | 125k|  1 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3512.62/3526.65	c   665s|271000 | 16297 |  7343k|  27.1 |   976M |  57 |1812 |6534 |   0 | 125k|  0 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3512.82/3526.83	c   666s|271100 | 16302 |  7346k|  27.1 |   976M |  57 |1812 |6660 |2593 | 125k|  1 | 225k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3513.04/3527.02	c   666s|271200 | 16287 |  7348k|  27.1 |   976M |  57 |1812 |6713 |2603 | 125k|  0 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3513.32/3527.33	c   666s|271300 | 16313 |  7351k|  27.1 |   976M |  57 |1812 |6538 |   0 | 125k|  0 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3513.72/3527.78	c   666s|271400 | 16325 |  7354k|  27.1 |   976M |  57 |1812 |6513 |   0 | 125k|  0 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3514.03/3528.04	c   667s|271500 | 16335 |  7358k|  27.1 |   976M |  57 |1812 |6460 |2597 | 126k|  1 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3514.32/3528.31	c   667s|271600 | 16341 |  7361k|  27.1 |   976M |  57 |1812 |6463 |   0 | 126k|  0 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3514.62/3528.61	c   667s|271700 | 16340 |  7363k|  27.1 |   976M |  57 |1812 |6483 |2589 | 126k|  1 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3514.72/3528.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3514.72/3528.76	c   667s|271800 | 16344 |  7365k|  27.1 |   976M |  57 |1812 |6501 |2589 | 126k|  1 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3514.92/3528.94	c   668s|271900 | 16332 |  7367k|  27.1 |   976M |  57 |1812 |6529 |2595 | 126k|  1 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3515.14/3529.13	c   668s|272000 | 16347 |  7369k|  27.1 |   976M |  57 |1812 |6501 |   0 | 126k|  0 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3515.32/3529.35	c   668s|272100 | 16355 |  7372k|  27.1 |   976M |  57 |1812 |6501 |2591 | 126k|  1 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3515.52/3529.53	c   668s|272200 | 16365 |  7374k|  27.1 |   976M |  57 |1812 |6552 |   0 | 126k|  0 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3515.72/3529.71	c   668s|272300 | 16364 |  7377k|  27.1 |   976M |  57 |1812 |6599 |   0 | 126k|  0 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3515.92/3529.92	c   669s|272400 | 16373 |  7380k|  27.1 |   976M |  57 |1812 |6637 |2594 | 126k|  1 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3516.32/3530.34	c   669s|272500 | 16372 |  7383k|  27.1 |   976M |  57 |1812 |6561 |2593 | 126k|  1 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3516.52/3530.58	c   669s|272600 | 16374 |  7386k|  27.1 |   976M |  57 |1812 |6433 |2587 | 126k|  2 | 226k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3516.72/3530.76	c   669s|272700 | 16370 |  7388k|  27.1 |   976M |  57 |1812 |6502 |2592 | 126k|  1 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3517.03/3531.05	c   670s|272800 | 16364 |  7391k|  27.1 |   976M |  57 |1812 |6345 |   0 | 126k|  0 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3517.31/3531.36	c   670s|272900 | 16379 |  7394k|  27.1 |   976M |  57 |1812 |6232 |   0 | 126k|  0 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3517.51/3531.57	c   670s|273000 | 16381 |  7396k|  27.1 |   976M |  57 |1812 |6171 |   0 | 126k|  0 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3517.81/3531.82	c   671s|273100 | 16374 |  7398k|  27.1 |   976M |  57 |1812 |6160 |2599 | 126k|  0 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3518.02/3532.11	c   671s|273200 | 16393 |  7404k|  27.1 |   976M |  57 |1812 |6038 |   0 | 126k|  0 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3518.31/3532.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3518.31/3532.34	c   671s|273300 | 16415 |  7409k|  27.1 |   977M |  57 |1812 |6059 |2598 | 126k|  1 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3518.51/3532.57	c   671s|273400 | 16432 |  7414k|  27.1 |   977M |  57 |1812 |6062 |2600 | 126k|  0 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3518.81/3532.83	c   672s|273500 | 16459 |  7419k|  27.1 |   978M |  57 |1812 |6083 |2600 | 126k|  1 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3519.12/3533.12	c   672s|273600 | 16476 |  7423k|  27.1 |   978M |  57 |1812 |6148 |2599 | 126k|  1 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3519.51/3533.53	c   672s|273700 | 16495 |  7429k|  27.1 |   978M |  57 |1812 |6178 |2586 | 126k|  1 | 227k|  19 | 0.000000e+00 |      --      |    Inf |   5.68%
3519.80/3533.84	c   673s|273800 | 16524 |  7434k|  27.1 |   978M |  57 |1812 |5960 |   0 | 127k|  0 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3520.02/3534.09	c   673s|273900 | 16542 |  7438k|  27.1 |   978M |  57 |1812 |5849 |2591 | 127k|  1 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3520.30/3534.37	c   673s|274000 | 16587 |  7442k|  27.1 |   978M |  57 |1812 |5792 |2593 | 127k|  1 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3520.60/3534.60	c   673s|274100 | 16614 |  7445k|  27.1 |   978M |  57 |1812 |5801 |2595 | 127k|  0 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3520.80/3534.84	c   674s|274200 | 16623 |  7449k|  27.1 |   978M |  57 |1812 |5839 |   0 | 127k|  0 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3521.20/3535.28	c   674s|274300 | 16641 |  7453k|  27.1 |   978M |  57 |1812 |5890 |   0 | 127k|  0 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3521.60/3535.60	c   674s|274400 | 16648 |  7457k|  27.2 |   978M |  57 |1812 |5966 |2621 | 127k|  0 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3522.01/3536.03	c   675s|274500 | 16649 |  7462k|  27.2 |   978M |  57 |1812 |6035 |2609 | 127k|  1 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3522.29/3536.30	c   675s|274600 | 16653 |  7466k|  27.2 |   978M |  57 |1812 |6103 |2600 | 128k|  1 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3522.59/3536.61	c   675s|274700 | 16666 |  7471k|  27.2 |   978M |  57 |1812 |5897 |   0 | 128k|  0 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3522.89/3536.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3522.89/3536.98	c   676s|274800 | 16672 |  7475k|  27.2 |   978M |  57 |1812 |5823 |2599 | 128k|  1 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3523.19/3537.25	c   676s|274900 | 16675 |  7477k|  27.2 |   978M |  57 |1812 |5188 |2592 | 128k|  1 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3523.39/3537.46	c   676s|275000 | 16679 |  7479k|  27.2 |   978M |  57 |1812 |5110 |2595 | 128k|  1 | 228k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3523.59/3537.66	c   676s|275100 | 16693 |  7481k|  27.2 |   978M |  57 |1812 |5168 |   0 | 128k|  0 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3523.79/3537.85	c   677s|275200 | 16682 |  7483k|  27.2 |   978M |  57 |1812 |5253 |2600 | 128k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3524.19/3538.29	c   677s|275300 | 16693 |  7487k|  27.2 |   978M |  57 |1812 |5361 |2600 | 128k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3524.58/3538.68	c   677s|275400 | 16696 |  7491k|  27.2 |   978M |  57 |1812 |5428 |2600 | 128k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3525.00/3539.09	c   678s|275500 | 16697 |  7493k|  27.2 |   978M |  57 |1812 |5445 |2605 | 129k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3525.28/3539.37	c   678s|275600 | 16699 |  7497k|  27.2 |   978M |  57 |1812 |5403 |2603 | 129k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3525.58/3539.66	c   678s|275700 | 16717 |  7500k|  27.2 |   978M |  57 |1812 |5413 |2604 | 129k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3525.88/3540.01	c   679s|275800 | 16716 |  7503k|  27.2 |   978M |  57 |1812 |5361 |2589 | 129k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3526.18/3540.23	c   679s|275900 | 16721 |  7506k|  27.2 |   978M |  57 |1812 |5401 |2605 | 129k|  0 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3526.48/3540.55	c   679s|276000 | 16708 |  7509k|  27.2 |   978M |  57 |1812 |5448 |2601 | 129k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3526.68/3540.76	c   679s|276100 | 16715 |  7511k|  27.2 |   978M |  57 |1812 |5455 |2601 | 129k|  0 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3526.88/3540.94	c   680s|276200 | 16716 |  7514k|  27.2 |   978M |  57 |1812 |5494 |2601 | 129k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3527.37/3541.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3527.37/3541.46	c   680s|276300 | 16723 |  7518k|  27.2 |   978M |  57 |1812 |5527 |2592 | 129k|  1 | 229k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3527.57/3541.64	c   680s|276400 | 16721 |  7519k|  27.2 |   978M |  57 |1812 |5578 |   0 | 129k|  0 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3527.87/3541.93	c   681s|276500 | 16717 |  7522k|  27.2 |   978M |  57 |1812 |5644 |   0 | 129k|  0 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3528.08/3542.19	c   681s|276600 | 16722 |  7526k|  27.2 |   978M |  57 |1812 |5649 |   0 | 129k|  0 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3528.27/3542.39	c   681s|276700 | 16730 |  7528k|  27.2 |   978M |  57 |1812 |5688 |   0 | 129k|  0 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3528.57/3542.61	c   681s|276800 | 16736 |  7531k|  27.2 |   978M |  57 |1812 |5694 |2590 | 129k|  1 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3528.67/3542.77	c   681s|276900 | 16733 |  7533k|  27.2 |   978M |  57 |1812 |5724 |2607 | 129k|  2 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3528.87/3542.98	c   682s|277000 | 16728 |  7535k|  27.2 |   978M |  57 |1812 |5752 |   0 | 129k|  0 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3529.17/3543.22	c   682s|277100 | 16732 |  7538k|  27.2 |   978M |  57 |1812 |5627 |2594 | 129k|  1 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3529.37/3543.48	c   682s|277200 | 16736 |  7541k|  27.2 |   978M |  57 |1812 |5649 |   0 | 130k|  0 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3529.66/3543.75	c   682s|277300 | 16746 |  7544k|  27.2 |   978M |  57 |1812 |5658 |2622 | 130k|  4 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3529.86/3543.99	c   683s|277400 | 16757 |  7547k|  27.2 |   979M |  57 |1812 |5665 |   0 | 130k|  0 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3530.08/3544.13	c   683s|277500 | 16756 |  7548k|  27.2 |   979M |  57 |1812 |5698 |   0 | 130k|  0 | 230k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3530.26/3544.32	c   683s|277600 | 16758 |  7551k|  27.2 |   979M |  57 |1812 |5689 |2588 | 130k|  1 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3530.46/3544.56	c   683s|277700 | 16790 |  7555k|  27.2 |   979M |  57 |1812 |5599 |2595 | 130k|  2 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3530.66/3544.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3530.66/3544.77	c   683s|277800 | 16797 |  7558k|  27.2 |   979M |  57 |1812 |5487 |   0 | 130k|  0 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3530.97/3545.06	c   684s|277900 | 16806 |  7560k|  27.2 |   979M |  57 |1812 |5504 |2599 | 130k|  1 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3531.56/3545.61	c   684s|278000 | 16821 |  7573k|  27.2 |   979M |  57 |1812 |5607 |   0 | 130k|  0 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3532.25/3546.34	c   685s|278100 | 16823 |  7595k|  27.3 |   979M |  57 |1812 |5527 |   0 | 130k|  0 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3532.85/3546.98	c   686s|278200 | 16844 |  7615k|  27.4 |   979M |  57 |1812 |5325 |   0 | 130k|  0 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3533.45/3547.54	c   686s|278300 | 16867 |  7634k|  27.4 |   979M |  57 |1812 |5214 |   0 | 130k|  0 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3534.14/3548.23	c   687s|278400 | 16877 |  7657k|  27.5 |   979M |  57 |1812 |5155 |   0 | 130k|  0 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3534.84/3548.93	c   688s|278500 | 16899 |  7680k|  27.6 |   979M |  57 |1812 |5098 |2590 | 130k|  1 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3535.44/3549.57	c   688s|278600 | 16928 |  7700k|  27.6 |   979M |  57 |1812 |5049 |2593 | 131k|  1 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3536.14/3550.23	c   689s|278700 | 16954 |  7722k|  27.7 |   979M |  57 |1812 |5035 |   0 | 131k|  0 | 231k|  19 | 0.000000e+00 |      --      |    Inf |   5.69%
3536.73/3550.82	c   690s|278800 | 16980 |  7741k|  27.7 |   979M |  57 |1812 |5005 |2597 | 131k|  2 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3537.33/3551.47	c   690s|278900 | 17005 |  7763k|  27.8 |   979M |  57 |1812 |4939 |   0 | 131k|  0 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3537.94/3552.05	c   691s|279000 | 17026 |  7781k|  27.9 |   979M |  57 |1812 |4984 |2602 | 131k|  1 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3538.63/3552.72	c   691s|279100 | 17042 |  7802k|  27.9 |   979M |  57 |1812 |4946 |2591 | 131k|  1 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3539.22/3553.36	c   692s|279200 | 17054 |  7826k|  28.0 |   979M |  57 |1812 |4930 |2589 | 131k|  1 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3539.94/3554.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3539.94/3554.07	c   693s|279300 | 17093 |  7847k|  28.1 |   979M |  57 |1812 |4870 |2591 | 131k|  1 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3540.52/3554.68	c   693s|279400 | 17103 |  7869k|  28.1 |   979M |  57 |1812 |4869 |2593 | 131k|  1 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3541.22/3555.36	c   694s|279500 | 17130 |  7890k|  28.2 |   979M |  57 |1812 |4859 |2596 | 131k|  2 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3541.81/3556.00	c   695s|279600 | 17145 |  7912k|  28.3 |   979M |  57 |1812 |4820 |2600 | 131k|  1 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3542.61/3556.77	c   695s|279700 | 17167 |  7939k|  28.4 |   979M |  57 |1812 |4754 |2598 | 131k|  2 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3543.31/3557.46	c   696s|279800 | 17199 |  7962k|  28.4 |   979M |  57 |1812 |4766 |2592 | 131k|  0 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3544.10/3558.28	c   697s|279900 | 17239 |  7988k|  28.5 |   979M |  57 |1812 |4738 |   0 | 131k|  0 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3544.80/3558.96	c   698s|280000 | 17263 |  8014k|  28.6 |   979M |  57 |1812 |4611 |2587 | 131k|  1 | 232k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3545.50/3559.66	c   698s|280100 | 17297 |  8041k|  28.7 |   979M |  57 |1812 |4616 |2594 | 131k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3546.10/3560.24	c   699s|280200 | 17313 |  8059k|  28.7 |   979M |  57 |1812 |4632 |   0 | 131k|  0 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3546.59/3560.79	c   699s|280300 | 17312 |  8075k|  28.8 |   979M |  57 |1812 |4608 |   0 | 131k|  0 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3547.29/3561.48	c   700s|280400 | 17337 |  8098k|  28.9 |   979M |  57 |1812 |4598 |2603 | 131k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3548.00/3562.12	c   701s|280500 | 17349 |  8118k|  28.9 |   979M |  57 |1812 |4615 |2596 | 131k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3548.59/3562.76	c   701s|280600 | 17364 |  8142k|  29.0 |   979M |  57 |1812 |4617 |2591 | 131k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3549.28/3563.43	c   702s|280700 | 17379 |  8164k|  29.1 |   979M |  57 |1812 |4614 |2597 | 132k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3549.89/3564.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3549.89/3564.08	c   703s|280800 | 17406 |  8184k|  29.1 |   979M |  57 |1812 |4635 |2596 | 132k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3550.78/3564.99	c   704s|280900 | 17447 |  8216k|  29.2 |   979M |  57 |1812 |4635 |2590 | 132k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3551.38/3565.51	c   704s|281000 | 17448 |  8232k|  29.3 |   979M |  57 |1812 |4655 |2590 | 132k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3552.27/3566.47	c   705s|281100 | 17493 |  8262k|  29.4 |   979M |  57 |1812 |4697 |2605 | 132k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3553.07/3567.27	c   706s|281200 | 17538 |  8289k|  29.5 |   979M |  57 |1812 |4676 |2602 | 132k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3553.77/3567.96	c   707s|281300 | 17559 |  8313k|  29.5 |   979M |  57 |1812 |4691 |   0 | 132k|  0 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3554.46/3568.67	c   707s|281400 | 17583 |  8336k|  29.6 |   979M |  57 |1812 |4651 |2595 | 132k|  1 | 233k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3555.26/3569.41	c   708s|281500 | 17609 |  8360k|  29.7 |   979M |  57 |1812 |4648 |   0 | 132k|  0 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.70%
3555.87/3570.06	c   709s|281600 | 17635 |  8382k|  29.7 |   979M |  57 |1812 |4657 |   0 | 132k|  0 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3556.55/3570.73	c   709s|281700 | 17660 |  8402k|  29.8 |   979M |  57 |1812 |4670 |   0 | 132k|  0 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3557.15/3571.37	c   710s|281800 | 17673 |  8424k|  29.9 |   979M |  57 |1812 |4650 |2593 | 132k|  1 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3558.05/3572.28	c   711s|281900 | 17698 |  8457k|  30.0 |   979M |  57 |1812 |4625 |2594 | 132k|  1 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3559.44/3573.61	c   712s|282000 | 17737 |  8505k|  30.1 |   979M |  57 |1812 |4570 |   0 | 132k|  0 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3560.04/3574.29	c   713s|282100 | 17759 |  8529k|  30.2 |   979M |  57 |1812 |4584 |2588 | 132k|  1 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3560.74/3574.90	c   714s|282200 | 17778 |  8551k|  30.3 |   979M |  57 |1812 |4587 |   0 | 132k|  0 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3561.24/3575.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.24/3575.44	c   714s|282300 | 17790 |  8569k|  30.3 |   979M |  57 |1812 |4613 |2604 | 132k|  1 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3561.95/3576.20	c   715s|282400 | 17811 |  8597k|  30.4 |   979M |  57 |1812 |4676 |2588 | 132k|  1 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3562.63/3576.85	c   716s|282500 | 17848 |  8619k|  30.5 |   979M |  57 |1812 |4678 |   0 | 133k|  0 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3563.23/3577.46	c   716s|282600 | 17875 |  8639k|  30.5 |   979M |  57 |1812 |4684 |2591 | 133k|  1 | 234k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3563.84/3578.08	c   717s|282700 | 17905 |  8659k|  30.6 |   979M |  57 |1812 |4691 |2595 | 133k|  1 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3564.42/3578.65	c   717s|282800 | 17917 |  8677k|  30.7 |   979M |  57 |1812 |4654 |2597 | 133k|  1 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.71%
3565.12/3579.31	c   718s|282900 | 17940 |  8699k|  30.7 |   979M |  57 |1812 |4715 |2585 | 133k|  1 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3565.72/3579.94	c   719s|283000 | 17957 |  8721k|  30.8 |   979M |  57 |1812 |4761 |2594 | 133k|  1 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3566.22/3580.41	c   719s|283100 | 17984 |  8735k|  30.8 |   979M |  57 |1812 |4797 |   0 | 133k|  0 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3566.83/3581.06	c   720s|283200 | 18003 |  8757k|  30.9 |   979M |  57 |1812 |4823 |   0 | 133k|  0 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3567.41/3581.66	c   720s|283300 | 18018 |  8776k|  31.0 |   979M |  57 |1812 |4814 |   0 | 133k|  0 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3568.11/3582.38	c   721s|283400 | 18035 |  8796k|  31.0 |   979M |  57 |1812 |4799 |2599 | 133k|  1 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3568.71/3582.98	c   722s|283500 | 18058 |  8813k|  31.1 |   979M |  57 |1812 |4801 |   0 | 133k|  0 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3569.50/3583.76	c   722s|283600 | 18084 |  8841k|  31.2 |   979M |  57 |1812 |4723 |2591 | 133k|  1 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3570.10/3584.33	c   723s|283700 | 18108 |  8859k|  31.2 |   979M |  57 |1812 |4726 |   0 | 133k|  0 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3570.81/3585.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3570.81/3585.03	c   724s|283800 | 18120 |  8882k|  31.3 |   979M |  57 |1812 |4746 |2598 | 133k|  1 | 235k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3571.30/3585.55	c   724s|283900 | 18145 |  8899k|  31.3 |   979M |  57 |1812 |4744 |2596 | 133k|  1 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3571.91/3586.14	c   725s|284000 | 18165 |  8919k|  31.4 |   979M |  57 |1812 |4743 |2602 | 133k|  2 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3572.49/3586.74	c   725s|284100 | 18193 |  8939k|  31.4 |   979M |  57 |1812 |4748 |2588 | 133k|  1 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3573.09/3587.35	c   726s|284200 | 18231 |  8959k|  31.5 |   979M |  57 |1812 |4682 |2601 | 133k|  2 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3573.59/3587.88	c   727s|284300 | 18248 |  8976k|  31.6 |   979M |  57 |1812 |4698 |2596 | 133k|  1 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3574.08/3588.37	c   727s|284400 | 18256 |  8991k|  31.6 |   979M |  57 |1812 |4674 |   0 | 133k|  0 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3574.79/3589.09	c   728s|284500 | 18296 |  9013k|  31.7 |   979M |  57 |1812 |4644 |2588 | 134k|  1 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3575.38/3589.68	c   728s|284600 | 18314 |  9032k|  31.7 |   979M |  57 |1812 |4676 |2604 | 134k|  2 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3576.17/3590.44	c   729s|284700 | 18337 |  9058k|  31.8 |   979M |  57 |1812 |4682 |2597 | 134k|  2 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3576.67/3591.00	c   730s|284800 | 18352 |  9078k|  31.9 |   979M |  57 |1812 |4705 |2586 | 134k|  1 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3577.37/3591.63	c   730s|284900 | 18392 |  9099k|  31.9 |   979M |  57 |1812 |4722 |2597 | 134k|  1 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3577.97/3592.24	c   731s|285000 | 18409 |  9120k|  32.0 |   979M |  57 |1812 |4729 |2601 | 134k|  2 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3578.56/3592.84	c   732s|285100 | 18436 |  9138k|  32.0 |   979M |  57 |1812 |4772 |2588 | 134k|  1 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3579.16/3593.44	c   732s|285200 | 18447 |  9156k|  32.1 |   979M |  57 |1812 |4757 |2603 | 134k|  1 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3579.77/3594.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3579.77/3594.02	c   733s|285300 | 18447 |  9175k|  32.1 |   979M |  57 |1812 |4776 |   0 | 134k|  0 | 236k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3580.36/3594.67	c   733s|285400 | 18477 |  9195k|  32.2 |   979M |  57 |1812 |4758 |2591 | 134k|  2 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3581.05/3595.32	c   734s|285500 | 18498 |  9217k|  32.3 |   979M |  57 |1812 |4803 |2587 | 134k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3581.65/3595.90	c   735s|285600 | 18527 |  9236k|  32.3 |   979M |  57 |1812 |4816 |2606 | 134k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3582.35/3596.69	c   735s|285700 | 18560 |  9265k|  32.4 |   979M |  57 |1812 |4824 |2588 | 134k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3583.05/3597.39	c   736s|285800 | 18588 |  9287k|  32.5 |   979M |  57 |1812 |4809 |2590 | 134k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3583.64/3597.90	c   737s|285900 | 18590 |  9303k|  32.5 |   979M |  57 |1812 |4802 |   0 | 134k|  0 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3584.24/3598.51	c   737s|286000 | 18612 |  9321k|  32.6 |   979M |  57 |1812 |4781 |2596 | 134k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.72%
3584.85/3599.12	c   738s|286100 | 18636 |  9339k|  32.6 |   979M |  57 |1812 |4789 |   0 | 134k|  0 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3585.34/3599.69	c   738s|286200 | 18653 |  9358k|  32.7 |   979M |  57 |1812 |4749 |2588 | 134k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3585.93/3600.25	c   739s|286300 | 18669 |  9379k|  32.7 |   979M |  57 |1812 |4772 |2587 | 134k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3586.53/3600.82	c   740s|286400 | 18689 |  9397k|  32.8 |   979M |  57 |1812 |4757 |2596 | 135k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3587.13/3601.40	c   740s|286500 | 18707 |  9417k|  32.8 |   979M |  57 |1812 |4755 |   0 | 135k|  0 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3587.74/3602.08	c   741s|286600 | 18720 |  9440k|  32.9 |   979M |  57 |1812 |4742 |2588 | 135k|  1 | 237k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3588.42/3602.76	c   741s|286700 | 18745 |  9462k|  33.0 |   979M |  57 |1812 |4751 |2594 | 135k|  1 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3589.12/3603.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3589.12/3603.40	c   742s|286800 | 18768 |  9481k|  33.0 |   980M |  57 |1812 |4744 |2587 | 135k|  1 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3589.92/3604.26	c   743s|286900 | 18800 |  9509k|  33.1 |   980M |  57 |1812 |4710 |2600 | 135k|  2 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3590.73/3605.05	c   744s|287000 | 18835 |  9537k|  33.2 |   980M |  57 |1812 |4701 |2601 | 135k|  2 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3591.31/3605.67	c   744s|287100 | 18846 |  9554k|  33.3 |   980M |  57 |1812 |4678 |   0 | 135k|  0 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3592.11/3606.46	c   745s|287200 | 18880 |  9581k|  33.3 |   980M |  57 |1812 |4684 |2592 | 135k|  1 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3592.82/3607.16	c   746s|287300 | 18901 |  9603k|  33.4 |   980M |  57 |1812 |4664 |   0 | 135k|  0 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3593.50/3607.80	c   747s|287400 | 18923 |  9625k|  33.5 |   980M |  57 |1812 |4671 |2592 | 135k|  1 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3594.20/3608.50	c   747s|287500 | 18940 |  9650k|  33.5 |   980M |  57 |1812 |4720 |2603 | 135k|  2 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.73%
3594.81/3609.17	c   748s|287600 | 18954 |  9671k|  33.6 |   980M |  57 |1812 |4746 |2587 | 135k|  1 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
3595.49/3609.81	c   749s|287700 | 18967 |  9692k|  33.7 |   980M |  57 |1812 |4731 |   0 | 135k|  0 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
3596.09/3610.44	c   749s|287800 | 18982 |  9711k|  33.7 |   980M |  57 |1812 |4712 |2592 | 135k|  2 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
3596.80/3611.12	c   750s|287900 | 19010 |  9735k|  33.8 |   980M |  57 |1812 |4727 |2596 | 135k|  1 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
3597.49/3611.83	c   751s|288000 | 19032 |  9759k|  33.9 |   980M |  57 |1812 |4750 |2592 | 135k|  1 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
3598.28/3612.62	c   751s|288100 | 19061 |  9787k|  34.0 |   980M |  57 |1812 |4726 |   0 | 135k|  0 | 238k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
3598.88/3613.23	c   752s|288200 | 19094 |  9808k|  34.0 |   980M |  57 |1812 |4743 |2608 | 135k|  2 | 239k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
3599.48/3613.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3599.48/3613.84	c   753s|288300 | 19106 |  9826k|  34.1 |   980M |  57 |1812 |4794 |2592 | 135k|  1 | 239k|  19 | 0.000000e+00 |      --      |    Inf |   5.74%
3600.08/3614.40	
3600.08/3614.40	*** TERMINATED *** by signal
3600.08/3614.40	c
3600.08/3614.40	s UNKNOWN
3600.08/3614.40	c _____________________________________________________________________________
3600.08/3614.40	c std/band forms        : 11,1716
3600.08/3614.40	c 2cl/3cl ITE-codings   : 1612385,147807
3600.08/3614.40	c BDD/srt/adr Max costs : 2073,0,0
3600.08/3614.40	c BDDraw/bin/mul/srt/adr: 0,0,1727,0,0
3600.08/3614.40	c BDD nodes             : 3735028
3600.08/3614.40	c Es1/CC detections     : 0,0
3600.08/3614.40	c CC sort               : 0
3600.08/3614.40	c SAT/UNSAT calls       : 0,0
3600.08/3614.40	c regenrated variables  : 0
3600.08/3614.40	c eliminated fixed lits : 0
3600.08/3614.40	c goal lit flips        : 0
3600.08/3614.40	c goal stages           : 1
3600.08/3614.40	c goal shrink           : 7
3600.08/3614.40	c goal coeff separations: 0
3600.08/3614.40	c restarts              : 238
3600.08/3614.40	c conflicts             : 2362           (1 /sec)
3600.08/3614.40	c decisions             : 3371866        (937 /sec)
3600.08/3614.40	c propagations          : 189818290      (52726 /sec)
3600.08/3614.40	c inspects              : 0              (0 /sec)
3600.08/3614.40	c CPU time (solving tm) : 3600 s        (36.18 s, SAT 0 s, UNSAT 0 s)
3600.08/3614.40	c SAT solver time       : 36.18 s
3600.08/3614.40	c SAT solver SAT time   : 0 s
3600.08/3614.40	c SAT solver UNSAT time : 0 s
3600.08/3614.40	c SAT solver TO time    : 36.18 s
3600.08/3614.40	c Time for SCIP         : 2799 s
3600.08/3614.40	c Coop SCIP LB improvements           : 0
3600.08/3614.40	c Coop SCIP UB improvements           : 0
3600.08/3614.40	c SCIP globally fixed variables       : 0
3600.08/3614.40	c SAT  globally fixed variables       : 0
3600.08/3614.40	c SCIP freeTransform calls            : 6
3600.08/3614.40	c Time for Opt-base     : 1.835 s
3600.08/3614.40	c Steps for Opt-base    : 7488096
3600.08/3614.40	c Time for BDD coding   : 13.14 s
3600.08/3614.40	c Time for srt coding   : 0 s
3600.08/3614.40	c Inner solver invocations            : 0
3600.08/3614.40	c Inner solving count                 : 0
3600.08/3614.40	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-4779482-1782133656/watcher-4779482-1782133656 -o /tmp/evaluation-result-4779482-1782133656/solver-4779482-1782133656 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779482-1782133656/vars-4779482-1782133656 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451893 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4779482-1782133656.opb 

running on 4 cores: 28-31

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-3,5-8,10,13-15,19-20,22,32,34-36,38-39,45-47,49-52,54-55,61-62
  3550 MHz: 1,37,48,53,56-59
  3600 MHz: 4,9,11-12,16-18,21,23-31,33,40-44,60,63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 28-31

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (103016 MiB free)
  node 1: cores 8-15, 129019 MiB (102260 MiB free)
  node 2: cores 16-23, 129019 MiB (109199 MiB free)
  node 3: cores 24-31, 129003 MiB (111243 MiB free)
  node 4: cores 32-39, 129019 MiB (106292 MiB free)
  node 5: cores 40-47, 129019 MiB (109836 MiB free)
  node 6: cores 48-55, 129019 MiB (109675 MiB free)
  node 7: cores 56-63, 128429 MiB (113176 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=2452480, runsolver pid=2452473
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 14.66 28.97 37.50 17/869 2452498
/proc/meminfo: memFree=885415684/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=90656 memory=19284 CPUtime=0.05 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 2567 208 0 0 5 0 0 0 20 0 1 0 146653696 92831744 4736 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 22664 4821 2717 506 0 3355 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 90656 KiB
Current children cumulated memory: 19284 KiB

[startup+0.21244 s]*
/proc/loadavg: 14.66 28.97 37.50 18/875 2452514
/proc/meminfo: memFree=885380372/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=140060 memory=76940 CPUtime=0.16 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 14563 208 0 0 15 1 0 0 20 0 1 0 146653696 143421440 19072 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 35015 19235 5414 506 0 15706 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 140060 KiB
Current children cumulated memory: 76940 KiB

[startup+0.314408 s]*
/proc/loadavg: 14.66 28.97 37.50 16/873 2452518
/proc/meminfo: memFree=885324236/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=156552 memory=94296 CPUtime=0.26 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 20454 208 0 0 25 1 0 0 20 0 1 0 146653696 160309248 23606 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 39138 23574 5762 506 0 19829 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 156552 KiB
Current children cumulated memory: 94296 KiB

[startup+0.700132 s]
/proc/loadavg: 14.66 28.97 37.50 17/873 2452518
/proc/meminfo: memFree=885186288/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=234932 memory=165656 CPUtime=0.64 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 39322 208 0 0 61 3 0 0 20 0 1 0 146653696 240570368 41259 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 58733 41414 6056 506 0 39424 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 234932 KiB
Current children cumulated memory: 165656 KiB

[startup+1.50022 s]
/proc/loadavg: 14.66 28.97 37.50 16/873 2452518
/proc/meminfo: memFree=884866432/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=259684 memory=191452 CPUtime=1.43 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 45771 208 0 0 140 3 0 0 20 0 1 0 146653696 265916416 47787 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 64921 47863 6056 506 0 45612 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 259684 KiB
Current children cumulated memory: 191452 KiB

[startup+3.11328 s]
/proc/loadavg: 14.77 28.75 37.39 17/877 2452560
/proc/meminfo: memFree=884484152/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=260792 memory=192560 CPUtime=3.04 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 46049 208 0 0 301 3 0 0 20 0 1 0 146653696 267051008 48043 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 65198 48140 6056 506 0 45889 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 260792 KiB
Current children cumulated memory: 192560 KiB

[startup+6.30015 s]
/proc/loadavg: 14.77 28.75 37.39 15/868 2452626
/proc/meminfo: memFree=884904208/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=263404 memory=195284 CPUtime=6.21 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 46701 208 0 0 618 3 0 0 20 0 1 0 146653696 269725696 48683 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 65851 48821 6088 506 0 46542 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 263404 KiB
Current children cumulated memory: 195284 KiB

[startup+12.7001 s]
/proc/loadavg: 14.96 28.33 37.16 17/876 2452760
/proc/meminfo: memFree=870135728/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=288020 memory=219468 CPUtime=12.59 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 49781 208 0 0 1255 4 0 0 20 0 1 0 146653696 294932480 54788 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 72005 54867 6088 506 0 52696 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 288020 KiB
Current children cumulated memory: 219468 KiB

[startup+25.5002 s]
/proc/loadavg: 15.12 27.93 36.93 17/877 2452811
/proc/meminfo: memFree=862822280/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=1604356 memory=1502324 CPUtime=25.34 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 169391 208 0 0 2511 23 0 0 20 0 1 0 146653696 1642860544 375502 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 401089 375581 6152 506 0 381780 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 1604356 KiB
Current children cumulated memory: 1502324 KiB

[startup+51.1136 s]
/proc/loadavg: 15.42 26.97 36.37 17/876 2452885
/proc/meminfo: memFree=854987080/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=1423012 memory=1333924 CPUtime=50.86 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 191803 208 0 0 5029 57 0 0 20 0 1 0 146653696 1457164288 333324 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 355753 333481 6184 506 0 336444 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 1423012 KiB
Current children cumulated memory: 1333924 KiB

[startup+102.3 s]
/proc/loadavg: 15.80 25.14 35.20 17/878 2453162
/proc/meminfo: memFree=828565600/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=1431136 memory=1341672 CPUtime=101.85 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 193757 208 0 0 10127 58 0 0 20 0 1 0 146653696 1465483264 335372 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 357784 335418 6184 506 0 338475 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 1431136 KiB
Current children cumulated memory: 1341672 KiB

[startup+162.3 s]
/proc/loadavg: 15.93 23.47 34.00 17/879 2453266
/proc/meminfo: memFree=826325376/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=1481132 memory=1389924 CPUtime=161.61 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 203360 208 0 0 16102 59 0 0 20 0 1 0 146653696 1516679168 347438 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 370283 347481 6184 506 0 350974 0
Current children cumulated CPU time: 161.61 s
Current children cumulated vsize: 1481132 KiB
Current children cumulated memory: 1389924 KiB

[startup+222.3 s]
/proc/loadavg: 15.98 22.11 32.87 17/879 2453366
/proc/meminfo: memFree=826460108/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=1546548 memory=1452612 CPUtime=221.37 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 219123 208 0 0 22077 60 0 0 20 0 1 0 146653696 1583665152 363054 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 386637 363153 6184 506 0 367328 0
Current children cumulated CPU time: 221.37 s
Current children cumulated vsize: 1546548 KiB
Current children cumulated memory: 1452612 KiB

[startup+282.3 s]
/proc/loadavg: 15.99 20.99 31.81 17/876 2453421
/proc/meminfo: memFree=815671360/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=1587392 memory=1494052 CPUtime=281.14 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 225999 208 0 0 28053 61 0 0 20 0 1 0 146653696 1625489408 373346 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 396848 373513 6184 506 0 377539 0
Current children cumulated CPU time: 281.14 s
Current children cumulated vsize: 1587392 KiB
Current children cumulated memory: 1494052 KiB

[startup+342.3 s]
/proc/loadavg: 16.15 20.12 30.83 17/874 2453871
/proc/meminfo: memFree=819482960/1055320720 swapFree=33554428/33554428

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

Current children cumulated memory: 2142424 KiB

[startup+2862.3 s]
/proc/loadavg: 16.81 16.39 17.22 17/872 2454261
/proc/meminfo: memFree=785767096/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=2850.96 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362543 208 0 0 284983 113 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 2850.96 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+2922.3 s]
/proc/loadavg: 16.32 16.32 17.15 17/872 2454262
/proc/meminfo: memFree=785660480/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=2910.73 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362543 208 0 0 290960 113 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 2910.73 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+2982.3 s]
/proc/loadavg: 16.81 16.46 17.14 17/872 2454264
/proc/meminfo: memFree=785548868/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=2970.49 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362543 208 0 0 296936 113 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 2970.49 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3042.3 s]
/proc/loadavg: 16.40 16.42 17.08 17/871 2454264
/proc/meminfo: memFree=785268312/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3030.26 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362543 208 0 0 302912 114 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3030.26 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3102.3 s]
/proc/loadavg: 16.14 16.34 17.01 17/871 2454265
/proc/meminfo: memFree=784913448/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3090.03 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362543 208 0 0 308888 115 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3090.03 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3162.3 s]
/proc/loadavg: 16.05 16.27 16.95 17/871 2454266
/proc/meminfo: memFree=785029308/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3149.79 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362626 208 0 0 314864 115 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3149.79 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3222.3 s]
/proc/loadavg: 16.06 16.24 16.89 17/872 2454281
/proc/meminfo: memFree=785116964/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3209.55 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362632 208 0 0 320840 115 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3209.55 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3282.3 s]
/proc/loadavg: 16.02 16.19 16.83 17/871 2454282
/proc/meminfo: memFree=785205756/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3269.31 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362632 208 0 0 326815 116 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3269.31 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3342.3 s]
/proc/loadavg: 16.00 16.15 16.78 17/872 2454288
/proc/meminfo: memFree=784903884/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3329.07 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362632 208 0 0 332790 117 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3329.07 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3402.3 s]
/proc/loadavg: 16.34 16.21 16.75 17/872 2454289
/proc/meminfo: memFree=784978796/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3388.82 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362634 208 0 0 338765 117 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3388.82 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3462.3 s]
/proc/loadavg: 16.82 16.37 16.78 17/872 2454290
/proc/meminfo: memFree=785056872/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3448.58 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362634 208 0 0 344741 117 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3448.58 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3522.3 s]
/proc/loadavg: 16.82 16.45 16.78 17/873 2454292
/proc/meminfo: memFree=785123724/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3508.34 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362656 208 0 0 350717 117 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3508.34 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

[startup+3582.3 s]
/proc/loadavg: 16.78 16.52 16.79 17/873 2454293
/proc/meminfo: memFree=785099196/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3568.11 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362776 208 0 0 356693 118 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3568.11 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.4 s]
/proc/loadavg: 16.44 16.46 16.76 14/863 2455271
/proc/meminfo: memFree=891389760/1055320720 swapFree=33554428/33554428
[pid=2452480] ppid=2452473 vsize=2447084 memory=2318552 CPUtime=3600.08 cores=28-31
/proc/2452480/stat : 2452480 (naps_release) R 2452473 2452480 2451876 0 -1 4194304 362776 208 0 0 359890 118 0 0 20 0 1 0 146653696 2505814016 579624 18446744073709551615 4210688 6281017 140728763343088 0 0 0 0 0 16898 0 0 0 17 28 0 0 0 0 0 6662968 6676388 29155328 140728763349211 140728763349392 140728763349392 140728763355080 0
/proc/2452480/statm: 611771 579638 6319 506 0 592462 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2447084 KiB
Current children cumulated memory: 2318552 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.9 s, system=1.21657 s

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

Child status: 10

Real time (s): 3614.43
CPU time (s): 3600.12
CPU user time (s): 3598.9
CPU system time (s): 1.21657
CPU usage (%): 99.604
Max. virtual memory (cumulated for all children) (KiB): 2447240
Max. memory (cumulated for all children) (KiB): 2318704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.9
system time used= 1.21657
maximum resident set size= 2348180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362984
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= 332
involuntary context switches= 2347


# summary of solver processes directly reported to runsolver:
#   pid: 2452480
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.9
#   total CPU system time (s): 1.21657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8191 second user time and 38.9107 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-22 15:07:36
IDJOB=4779482
IDBENCH=147622
IDSOLVER=3589
FILE ID=nodeE001/4779482-1782133656
RUNJOBID= nodeE001-1782133630-2451893
SLURM_JOB_ID= 12510913
Free space on /tmp= 798360 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_12.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4779482-1782133656/watcher-4779482-1782133656 -o /tmp/evaluation-result-4779482-1782133656/solver-4779482-1782133656 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779482-1782133656/vars-4779482-1782133656 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451893 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4779482-1782133656.opb

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

MD5SUM BENCH= 88220551ed2e54bab314d6806833f69c
RANDOM SEED=703458992

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

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

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

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

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

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

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

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

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

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

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320720 kB
MemFree:        885462976 kB
MemAvailable:   1021396680 kB
Buffers:            3352 kB
Cached:         140191152 kB
SwapCached:            0 kB
Active:         26208100 kB
Inactive:       138534932 kB
Active(anon):   25436444 kB
Inactive(anon):        0 kB
Active(file):     771656 kB
Inactive(file): 138534932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             81920 kB
Writeback:            16 kB
AnonPages:      24547172 kB
Mapped:           240348 kB
Shmem:            887856 kB
KReclaimable:    1543588 kB
Slab:            2135972 kB
SReclaimable:    1543588 kB
SUnreclaim:       592384 kB
KernelStack:       14816 kB
PageTables:        55836 kB
SecPageTables:     15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   28029568 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478788 kB
VmallocChunk:          0 kB
Percpu:           123904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10199040 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 798428 MiB
End job on nodeE001 at 2026-06-22 16:07:50