Trace number 4780742

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.13 3612.04

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/
devriendt/tsplib/normalized-hk48.opb
MD5SUMbd7c936c7bb904f45b4fee852020e383
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11461
Best CPU time to get the best result obtained on this benchmark89.8998
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2538
Total number of constraints2352
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints2256
Minimum length of a constraint6
Maximum length of a constraint47
Number of terms in the objective function 2256
Biggest coefficient in the objective function 2734
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 2307568
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 2734
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 2307568
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4780742-1782138855.opb
0.00/0.02	c NaPS 1.03a50.
0.00/0.02	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.02	c Input file name: HOME/instance-4780742-1782138855.opb
0.00/0.02	c Parsing PB file...
0.00/0.03	c goal was devided by 1 with offset 2307568.
0.00/0.07	c assumptions before coding: 
0.00/0.08	c initScipForCoop
0.00/0.08	c Running SCIP presolver (time limit: 10 sec)...
0.00/0.08	c solveScip
0.00/0.08	c initScipForCoop
0.00/0.08	c Cooperative mode: scip_coop_offset=2307568.000000
0.00/0.08	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.00/0.08	c Running SCIP presolve for solve-time propagation (rounds=3)
0.00/0.08	c presolving:
0.00/0.09	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
0.00/0.10	c    (0.0s) running MILP presolver
0.00/0.10	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.10	c (round 2, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
0.08/0.17	c    (0.1s) probing: 51/2538 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.17	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.08/0.17	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.08/0.17	c  0 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 188 changed sides, 0 changed coefficients
0.08/0.17	c  0 implications, 143 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.08/0.17	c presolved problem has 2538 variables (2538 bin, 0 int, 0 cont) and 2352 constraints
0.08/0.17	c    2162 constraints of type <knapsack>
0.08/0.17	c     143 constraints of type <setppc>
0.08/0.17	c      47 constraints of type <logicor>
0.08/0.17	c transformed objective value is always integral (scale: 1)
0.08/0.17	c Presolving Time: 0.09
0.08/0.18	c presolving:
0.08/0.18	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
0.08/0.19	c    (0.0s) running MILP presolver
0.08/0.19	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.08/0.20	c (round 2, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
0.08/0.20	c (round 3, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 2352 upgd conss, 0 impls, 143 clqs, 0 implints
0.20/0.26	c    (0.1s) probing: 51/2538 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.20/0.26	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.20/0.27	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.20/0.27	c    (0.1s) no symmetry present (symcode time: 0.00)
0.20/0.28	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
0.20/0.28	c  0 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 188 changed sides, 0 changed coefficients
0.20/0.28	c  0 implications, 143 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.20/0.28	c presolved problem has 2538 variables (2538 bin, 0 int, 0 cont) and 2352 constraints
0.20/0.28	c    2162 constraints of type <knapsack>
0.20/0.28	c     143 constraints of type <setppc>
0.20/0.28	c      47 constraints of type <logicor>
0.20/0.28	c transformed objective value is always integral (scale: 1)
0.20/0.28	c Presolving Time: 0.10
0.20/0.28	c 
0.20/0.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.20/0.32	c   0.1s|     1 |     0 |   331 |     - |    48M |   0 |2538 |2527 |2352 |   0 |  0 | 174 |   0 |-9.914936e+03 |      --      |    Inf | unknown
0.39/0.47	c   0.3s|     1 |     0 |  1688 |     - |    51M |   0 |2538 |2527 |2398 |  46 |  1 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
0.39/0.50	c   0.3s|     1 |     0 |  1749 |     - |    54M |   0 |2538 |2527 |2429 |  77 |  2 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
0.49/0.56	c   0.4s|     1 |     0 |  1803 |     - |    56M |   0 |2538 |2527 |2457 | 105 |  3 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
0.59/0.62	c   0.4s|     1 |     0 |  1860 |     - |    59M |   0 |2538 |2527 |2485 | 133 |  4 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
0.59/0.68	c   0.5s|     1 |     0 |  1925 |     - |    64M |   0 |2538 |2527 |2514 | 162 |  5 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
0.67/0.74	c   0.6s|     1 |     0 |  1995 |     - |    67M |   0 |2538 |2527 |2545 | 193 |  6 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
0.77/0.80	c   0.6s|     1 |     0 |  2074 |     - |    71M |   0 |2538 |2527 |2573 | 221 |  7 | 174 |   0 |-1.036464e+04 |      --      |    Inf | unknown
0.77/0.85	c   0.7s|     1 |     0 |  2146 |     - |    75M |   0 |2538 |2528 |2602 | 250 |  8 | 175 |   0 |-1.036464e+04 |      --      |    Inf | unknown
0.87/0.91	c   0.7s|     1 |     0 |  2240 |     - |    77M |   0 |2538 |2529 |2629 | 277 |  9 | 176 |   0 |-1.045087e+04 |      --      |    Inf | unknown
0.87/0.98	c   0.8s|     1 |     0 |  2308 |     - |    81M |   0 |2538 |2531 |2662 | 310 | 10 | 178 |   0 |-1.045087e+04 |      --      |    Inf | unknown
0.98/1.02	c   0.8s|     1 |     0 |  2363 |     - |    82M |   0 |2538 |2533 |2687 | 335 | 11 | 180 |   0 |-1.045087e+04 |      --      |    Inf | unknown
0.98/1.05	c   0.9s|     1 |     0 |  2404 |     - |    82M |   0 |2538 |2534 |2711 | 359 | 12 | 181 |   0 |-1.045087e+04 |      --      |    Inf | unknown
0.98/1.08	c   0.9s|     1 |     0 |  2450 |     - |    82M |   0 |2538 |2535 |2675 | 379 | 13 | 182 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1.08/1.11	c   0.9s|     1 |     0 |  2502 |     - |    84M |   0 |2538 |2536 |2696 | 400 | 14 | 183 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1.08/1.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.08/1.14	c   1.0s|     1 |     0 |  2542 |     - |    84M |   0 |2538 |2537 |2713 | 417 | 15 | 184 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1.08/1.17	c   1.0s|     1 |     0 |  2597 |     - |    84M |   0 |2538 |2538 |2736 | 440 | 16 | 185 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1.17/1.21	c   1.0s|     1 |     0 |  2674 |     - |    85M |   0 |2538 |2539 |2759 | 463 | 17 | 186 |   0 |-1.045340e+04 |      --      |    Inf | unknown
1.17/1.24	c   1.1s|     1 |     0 |  2750 |     - |    85M |   0 |2538 |2541 |2775 | 479 | 18 | 188 |   0 |-1.045340e+04 |      --      |    Inf | unknown
1.17/1.28	c   1.1s|     1 |     0 |  2818 |     - |    85M |   0 |2538 |2542 |2674 | 501 | 19 | 189 |   0 |-1.045499e+04 |      --      |    Inf | unknown
1.27/1.31	c   1.1s|     1 |     0 |  2902 |     - |    86M |   0 |2538 |2543 |2697 | 524 | 20 | 190 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.27/1.35	c   1.2s|     1 |     0 |  2945 |     - |    86M |   0 |2538 |2543 |2719 | 546 | 21 | 190 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.27/1.37	c   1.2s|     1 |     0 |  2983 |     - |    87M |   0 |2538 |2544 |2735 | 562 | 22 | 191 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.37/1.40	c   1.2s|     1 |     0 |  3023 |     - |    87M |   0 |2538 |2545 |2752 | 579 | 23 | 192 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.37/1.43	c   1.3s|     1 |     0 |  3073 |     - |    87M |   0 |2538 |2546 |2765 | 592 | 24 | 193 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.37/1.45	c   1.3s|     1 |     0 |  3103 |     - |    87M |   0 |2538 |2547 |2704 | 605 | 25 | 194 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.37/1.48	c   1.3s|     1 |     0 |  3134 |     - |    87M |   0 |2538 |2548 |2715 | 616 | 26 | 195 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.47/1.50	c   1.3s|     1 |     0 |  3166 |     - |    87M |   0 |2538 |2549 |2725 | 626 | 27 | 196 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.47/1.52	c   1.4s|     1 |     0 |  3196 |     - |    87M |   0 |2538 |2550 |2736 | 637 | 28 | 197 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.47/1.55	c   1.4s|     1 |     0 |  3230 |     - |    87M |   0 |2538 |2551 |2746 | 647 | 29 | 198 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1.47/1.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.47/1.57	c   1.4s|     1 |     0 |  3256 |     - |    87M |   0 |2538 |2552 |2756 | 657 | 30 | 199 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2.08/2.16	c   2.0s|     1 |     2 |  4877 |     - |    87M |   0 |2538 |2565 |2756 | 657 | 30 | 212 |  14 |-1.048261e+04 |      --      |    Inf | unknown
6.44/6.58	c   6.4s|   100 |    95 |  8776 |  57.2 |   109M |  18 |2538 |2640 |2541 | 951 |  1 | 292 | 945 |-1.055861e+04 |      --      |    Inf |   1.03%
8.63/8.70	c   8.5s|   200 |   189 | 12874 |  49.0 |   119M |  18 |2538 |2689 |2525 |1301 |  1 | 342 |1297 |-1.060822e+04 |      --      |    Inf |   1.90%
10.05/10.17	c 
10.05/10.17	c SCIP Status        : solving was interrupted [time limit reached]
10.05/10.17	c Solving Time (sec) : 10.00
10.05/10.17	c Solving Nodes      : 276
10.05/10.17	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
10.05/10.17	c Dual Bound         : -1.08412553191489e+04
10.05/10.17	c Gap                : infinite
10.05/10.17	c SCIP status: 23 (TIMELIMIT)
10.05/10.17	c solveScip: freeing transform (!can_skip_free_transform)
10.13/10.20	c SCIP presolver: sst_unknown
10.13/10.20	c Converting 2448 PB-constraints to clauses...
10.13/10.20	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.21	c D: 1
10.13/10.21	c estimatedAdderCost: 17
10.13/10.21	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.22	c D: 1
10.13/10.22	c estimatedAdderCost: 17
10.13/10.22	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.23	c D: 1
10.13/10.23	c estimatedAdderCost: 17
10.13/10.23	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.24	c D: 1
10.13/10.24	c estimatedAdderCost: 17
10.13/10.24	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.25	c D: 1
10.13/10.25	c estimatedAdderCost: 17
10.13/10.25	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.26	c D: 1
10.13/10.26	c estimatedAdderCost: 17
10.13/10.26	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.27	c D: 1
10.13/10.27	c estimatedAdderCost: 17
10.13/10.27	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.28	c D: 1
10.13/10.28	c estimatedAdderCost: 17
10.13/10.28	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.29	c D: 1
10.13/10.29	c estimatedAdderCost: 17
10.13/10.29	c Try to convert by bdds
10.13/10.30	c D: 1
10.13/10.30	c estimatedAdderCost: 17
10.13/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.30	c D: 1
10.23/10.30	c estimatedAdderCost: 17
10.23/10.30	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.31	c D: 1
10.23/10.31	c estimatedAdderCost: 17
10.23/10.31	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.32	c D: 1
10.23/10.32	c estimatedAdderCost: 17
10.23/10.32	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.33	c D: 1
10.23/10.33	c estimatedAdderCost: 17
10.23/10.33	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.34	c D: 1
10.23/10.34	c estimatedAdderCost: 17
10.23/10.34	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.35	c D: 1
10.23/10.35	c estimatedAdderCost: 17
10.23/10.35	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.36	c D: 1
10.23/10.36	c estimatedAdderCost: 17
10.23/10.36	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.37	c D: 1
10.23/10.37	c estimatedAdderCost: 17
10.23/10.37	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.38	c D: 1
10.23/10.38	c estimatedAdderCost: 17
10.23/10.38	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.39	c D: 1
10.23/10.39	c estimatedAdderCost: 17
10.23/10.39	c Try to convert by bdds
10.23/10.40	c D: 1
10.23/10.40	c estimatedAdderCost: 17
10.23/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.40	c D: 1
10.33/10.40	c estimatedAdderCost: 17
10.33/10.40	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.41	c D: 1
10.33/10.41	c estimatedAdderCost: 17
10.33/10.41	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.42	c D: 1
10.33/10.42	c estimatedAdderCost: 17
10.33/10.42	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.43	c D: 1
10.33/10.43	c estimatedAdderCost: 17
10.33/10.43	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.44	c D: 1
10.33/10.44	c estimatedAdderCost: 17
10.33/10.44	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.45	c D: 1
10.33/10.45	c estimatedAdderCost: 17
10.33/10.45	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.46	c D: 1
10.33/10.46	c estimatedAdderCost: 17
10.33/10.46	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.47	c D: 1
10.33/10.47	c estimatedAdderCost: 17
10.33/10.47	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.48	c D: 1
10.33/10.48	c estimatedAdderCost: 17
10.33/10.48	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.33/10.49	c D: 1
10.33/10.49	c estimatedAdderCost: 17
10.33/10.49	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.50	c D: 1
10.43/10.50	c estimatedAdderCost: 17
10.43/10.50	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.51	c D: 1
10.43/10.51	c estimatedAdderCost: 17
10.43/10.51	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.52	c D: 1
10.43/10.52	c estimatedAdderCost: 17
10.43/10.52	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 17
10.43/10.53	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 17
10.43/10.54	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 17
10.43/10.55	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 17
10.43/10.56	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 17
10.43/10.57	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 17
10.43/10.58	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 17
10.43/10.59	c Try to convert by bdds
10.43/10.60	c D: 1
10.43/10.60	c estimatedAdderCost: 17
10.43/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.60	c D: 1
10.53/10.60	c estimatedAdderCost: 17
10.53/10.60	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 17
10.53/10.61	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 17
10.53/10.62	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 17
10.53/10.63	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 17
10.53/10.64	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 17
10.53/10.65	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 17
10.53/10.66	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 17
10.53/10.67	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 17
10.53/10.68	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 17
10.53/10.69	c Try to convert by bdds
10.53/10.70	c D: 1
10.53/10.70	c estimatedAdderCost: 17
10.53/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 17
10.63/10.70	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 17
10.63/10.71	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 17
10.63/10.72	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 17
10.63/10.73	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 17
10.63/10.74	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 17
10.63/10.75	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 17
10.63/10.76	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 17
10.63/10.77	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 17
10.63/10.78	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 17
10.63/10.79	c Try to convert by bdds
10.63/10.80	c D: 1
10.63/10.80	c estimatedAdderCost: 17
10.63/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 17
10.73/10.80	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 17
10.73/10.81	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 17
10.73/10.82	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 17
10.73/10.83	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 17
10.73/10.84	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 17
10.73/10.85	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 17
10.73/10.86	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 17
10.73/10.87	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 17
10.73/10.88	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 17
10.73/10.89	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.90	c D: 1
10.83/10.90	c estimatedAdderCost: 17
10.83/10.90	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.91	c D: 1
10.83/10.91	c estimatedAdderCost: 17
10.83/10.91	c Try to convert by bdds
10.83/10.92	c D: 1
10.83/10.92	c estimatedAdderCost: 17
10.83/10.92	c Try to convert by bdds
10.83/10.92	c D: 1
10.83/10.92	c estimatedAdderCost: 17
10.83/10.92	c Try to convert by bdds
10.83/10.92	c D: 1
10.83/10.92	c estimatedAdderCost: 17
10.83/10.92	c Try to convert by bdds
10.83/10.92	c D: 1
10.83/10.92	c estimatedAdderCost: 17
10.83/10.92	c Try to convert by bdds
10.83/10.92	c D: 1
10.83/10.92	c estimatedAdderCost: 17
10.83/10.92	c Try to convert by bdds
10.83/10.92	c D: 1
10.83/10.92	c estimatedAdderCost: 17
10.83/10.92	c Try to convert by bdds
10.83/10.92	c D: 1
10.83/10.92	c estimatedAdderCost: 17
10.83/10.92	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.93	c D: 1
10.83/10.93	c estimatedAdderCost: 17
10.83/10.93	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.94	c D: 1
10.83/10.94	c estimatedAdderCost: 17
10.83/10.94	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.95	c D: 1
10.83/10.95	c estimatedAdderCost: 17
10.83/10.95	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.96	c D: 1
10.83/10.96	c estimatedAdderCost: 17
10.83/10.96	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.97	c D: 1
10.83/10.97	c estimatedAdderCost: 17
10.83/10.97	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.98	c D: 1
10.83/10.98	c estimatedAdderCost: 17
10.83/10.98	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/10.99	c D: 1
10.83/10.99	c estimatedAdderCost: 17
10.83/10.99	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.00	c D: 1
10.83/11.00	c estimatedAdderCost: 17
10.83/11.00	c Try to convert by bdds
10.83/11.01	c D: 1
10.83/11.01	c estimatedAdderCost: 17
10.83/11.01	c Try to convert by bdds
10.83/11.01	c D: 1
10.83/11.01	c estimatedAdderCost: 17
10.83/11.01	c Try to convert by bdds
10.83/11.01	c D: 1
10.83/11.01	c estimatedAdderCost: 17
10.83/11.01	c Try to convert by bdds
10.83/11.01	c D: 1
10.83/11.01	c estimatedAdderCost: 17
10.83/11.01	c Try to convert by bdds
10.83/11.01	c D: 1
10.83/11.01	c estimatedAdderCost: 17
10.83/11.01	c Try to convert by bdds
10.83/11.01	c D: 1
10.83/11.01	c estimatedAdderCost: 17
10.83/11.01	c Try to convert by bdds
10.83/11.01	c D: 1
10.83/11.01	c estimatedAdderCost: 17
10.83/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 17
10.94/11.01	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 17
10.94/11.02	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 17
10.94/11.03	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 17
10.94/11.04	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 17
10.94/11.05	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 17
10.94/11.06	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 17
10.94/11.07	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 17
10.94/11.08	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 17
10.94/11.09	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 17
10.94/11.10	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 17
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 17
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 17
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 17
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 17
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 17
10.94/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.11	c D: 1
11.04/11.11	c estimatedAdderCost: 17
11.04/11.11	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 17
11.04/11.12	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 17
11.04/11.13	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 17
11.04/11.14	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 17
11.04/11.15	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 17
11.04/11.16	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 17
11.04/11.17	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 17
11.04/11.18	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 17
11.04/11.19	c Try to convert by bdds
11.04/11.20	c D: 1
11.04/11.20	c estimatedAdderCost: 17
11.04/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 17
11.13/11.20	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 17
11.13/11.21	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 17
11.13/11.22	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 17
11.13/11.23	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 17
11.13/11.24	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 17
11.13/11.25	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 17
11.13/11.26	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 17
11.13/11.27	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 17
11.13/11.28	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 17
11.13/11.29	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 17
11.23/11.30	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 17
11.23/11.31	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 17
11.23/11.32	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 17
11.23/11.33	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 17
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 17
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 17
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 17
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 17
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 17
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 17
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 17
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c 
11.43/11.55	c pb_solver_status: sst_unknown
11.43/11.55	c SCIP presolver nodes=276 > 1; boosting initial SCIP budget to 1000.0 sec
11.43/11.55	c total stages of optimization mode: 1
11.43/11.55	c Use UB found in presolve
11.43/11.55	c LB updated by evalGoalLB to 0
11.43/11.55	c minimizationMode: cmm_First_solve
11.43/11.55	c goal coeffs: 83 83 90 90 90 90 96 96 100 100 107 107 115 115 123 123 129 129 130 130 
11.43/11.55	c assumptions: 
11.43/11.55	c invoking solver with time budget: 5.000000
16.52/16.65	c sat_solver_result: sst_unknown
16.52/16.65	c SAT solver timed out; proceeding to cooperative SCIP call
16.52/16.65	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 2296727
16.52/16.65	c scip solving with time budget: 1000.000000
16.52/16.65	c solveScip
16.52/16.65	c initScipForCoop
16.52/16.65	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
16.52/16.65	c presolving:
16.52/16.66	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
16.52/16.66	c    (0.0s) running MILP presolver
16.52/16.67	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
16.52/16.67	c (round 2, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
16.52/16.68	c (round 3, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 2352 upgd conss, 0 impls, 143 clqs, 0 implints
16.62/16.74	c    (0.1s) probing: 51/2538 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
16.62/16.74	c    (0.1s) probing aborted: 50/50 successive totally useless probings
16.62/16.75	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
16.62/16.75	c    (0.1s) no symmetry present (symcode time: 0.00)
16.62/16.75	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
16.62/16.75	c  0 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 188 changed sides, 0 changed coefficients
16.62/16.75	c  0 implications, 143 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
16.62/16.75	c presolved problem has 2538 variables (2538 bin, 0 int, 0 cont) and 2352 constraints
16.62/16.75	c    2162 constraints of type <knapsack>
16.62/16.75	c     143 constraints of type <setppc>
16.62/16.75	c      47 constraints of type <logicor>
16.62/16.75	c transformed objective value is always integral (scale: 1)
16.62/16.75	c Presolving Time: 0.10
16.62/16.75	c 
16.71/16.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.71/16.80	c   0.2s|     1 |     0 |   331 |     - |   120M |   0 |2538 |2527 |2352 |   0 |  0 | 174 |   0 |-9.914936e+03 |      --      |    Inf | unknown
16.81/16.94	c   0.3s|     1 |     0 |  1688 |     - |   120M |   0 |2538 |2527 |2398 |  46 |  1 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
16.81/16.98	c   0.3s|     1 |     0 |  1749 |     - |   121M |   0 |2538 |2527 |2429 |  77 |  2 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
16.93/17.03	c   0.4s|     1 |     0 |  1803 |     - |   121M |   0 |2538 |2527 |2457 | 105 |  3 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
16.93/17.09	c   0.4s|     1 |     0 |  1860 |     - |   121M |   0 |2538 |2527 |2485 | 133 |  4 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
17.03/17.16	c   0.5s|     1 |     0 |  1925 |     - |   122M |   0 |2538 |2527 |2514 | 162 |  5 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
17.11/17.22	c   0.6s|     1 |     0 |  1995 |     - |   123M |   0 |2538 |2527 |2545 | 193 |  6 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
17.11/17.28	c   0.6s|     1 |     0 |  2074 |     - |   123M |   0 |2538 |2527 |2573 | 221 |  7 | 174 |   0 |-1.036464e+04 |      --      |    Inf | unknown
17.21/17.33	c   0.7s|     1 |     0 |  2146 |     - |   123M |   0 |2538 |2528 |2602 | 250 |  8 | 175 |   0 |-1.036464e+04 |      --      |    Inf | unknown
17.21/17.38	c   0.7s|     1 |     0 |  2240 |     - |   123M |   0 |2538 |2529 |2629 | 277 |  9 | 176 |   0 |-1.045087e+04 |      --      |    Inf | unknown
17.31/17.45	c   0.8s|     1 |     0 |  2308 |     - |   123M |   0 |2538 |2531 |2662 | 310 | 10 | 178 |   0 |-1.045087e+04 |      --      |    Inf | unknown
17.31/17.49	c   0.8s|     1 |     0 |  2363 |     - |   123M |   0 |2538 |2533 |2687 | 335 | 11 | 180 |   0 |-1.045087e+04 |      --      |    Inf | unknown
17.41/17.52	c   0.9s|     1 |     0 |  2404 |     - |   123M |   0 |2538 |2534 |2711 | 359 | 12 | 181 |   0 |-1.045087e+04 |      --      |    Inf | unknown
17.41/17.55	c   0.9s|     1 |     0 |  2450 |     - |   123M |   0 |2538 |2535 |2675 | 379 | 13 | 182 |   0 |-1.045087e+04 |      --      |    Inf | unknown
17.41/17.58	c   0.9s|     1 |     0 |  2502 |     - |   123M |   0 |2538 |2536 |2696 | 400 | 14 | 183 |   0 |-1.045087e+04 |      --      |    Inf | unknown
17.51/17.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.51/17.62	c   1.0s|     1 |     0 |  2542 |     - |   123M |   0 |2538 |2537 |2713 | 417 | 15 | 184 |   0 |-1.045087e+04 |      --      |    Inf | unknown
17.51/17.65	c   1.0s|     1 |     0 |  2597 |     - |   123M |   0 |2538 |2538 |2736 | 440 | 16 | 185 |   0 |-1.045087e+04 |      --      |    Inf | unknown
17.51/17.69	c   1.0s|     1 |     0 |  2674 |     - |   123M |   0 |2538 |2539 |2759 | 463 | 17 | 186 |   0 |-1.045340e+04 |      --      |    Inf | unknown
17.61/17.72	c   1.1s|     1 |     0 |  2750 |     - |   123M |   0 |2538 |2541 |2775 | 479 | 18 | 188 |   0 |-1.045340e+04 |      --      |    Inf | unknown
17.61/17.75	c   1.1s|     1 |     0 |  2818 |     - |   123M |   0 |2538 |2542 |2674 | 501 | 19 | 189 |   0 |-1.045499e+04 |      --      |    Inf | unknown
17.61/17.79	c   1.1s|     1 |     0 |  2902 |     - |   123M |   0 |2538 |2543 |2697 | 524 | 20 | 190 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.71/17.82	c   1.2s|     1 |     0 |  2945 |     - |   123M |   0 |2538 |2543 |2719 | 546 | 21 | 190 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.71/17.84	c   1.2s|     1 |     0 |  2983 |     - |   123M |   0 |2538 |2544 |2735 | 562 | 22 | 191 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.71/17.87	c   1.2s|     1 |     0 |  3023 |     - |   123M |   0 |2538 |2545 |2752 | 579 | 23 | 192 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.81/17.90	c   1.3s|     1 |     0 |  3073 |     - |   123M |   0 |2538 |2546 |2765 | 592 | 24 | 193 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.81/17.92	c   1.3s|     1 |     0 |  3103 |     - |   123M |   0 |2538 |2547 |2704 | 605 | 25 | 194 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.81/17.95	c   1.3s|     1 |     0 |  3134 |     - |   123M |   0 |2538 |2548 |2715 | 616 | 26 | 195 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.81/17.97	c   1.3s|     1 |     0 |  3166 |     - |   123M |   0 |2538 |2549 |2725 | 626 | 27 | 196 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.81/18.00	c   1.3s|     1 |     0 |  3196 |     - |   123M |   0 |2538 |2550 |2736 | 637 | 28 | 197 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.92/18.02	c   1.4s|     1 |     0 |  3230 |     - |   124M |   0 |2538 |2551 |2746 | 647 | 29 | 198 |   0 |-1.048261e+04 |      --      |    Inf | unknown
17.92/18.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.92/18.05	c   1.4s|     1 |     0 |  3256 |     - |   124M |   0 |2538 |2552 |2756 | 657 | 30 | 199 |   0 |-1.048261e+04 |      --      |    Inf | unknown
18.51/18.64	c   2.0s|     1 |     2 |  4877 |     - |   124M |   0 |2538 |2565 |2756 | 657 | 30 | 212 |  14 |-1.048261e+04 |      --      |    Inf | unknown
22.90/23.07	c   6.4s|   100 |    95 |  8776 |  57.2 |   124M |  18 |2538 |2640 |2541 | 951 |  1 | 292 | 945 |-1.055861e+04 |      --      |    Inf |   1.03%
25.08/25.20	c   8.5s|   200 |   189 | 12874 |  49.0 |   124M |  18 |2538 |2689 |2525 |1301 |  1 | 342 |1297 |-1.060822e+04 |      --      |    Inf |   1.90%
27.28/27.42	c  10.8s|   300 |   285 | 16699 |  45.4 |   127M |  22 |2538 |2712 |2542 |1759 |  1 | 366 |1578 |-1.084126e+04 |      --      |    Inf |   1.93%
28.67/28.85	c  12.2s|   400 |   385 | 20936 |  44.7 |   129M |  22 |2538 |2752 |2536 |2176 |  1 | 408 |1764 |-1.084126e+04 |      --      |    Inf |   1.93%
29.88/30.02	c  13.4s|   500 |   477 | 25903 |  45.7 |   130M |  23 |2538 |2794 |2538 |2569 |  1 | 452 |1883 |-1.085154e+04 |      --      |    Inf |   1.98%
30.98/31.18	c  14.5s|   600 |   573 | 30945 |  46.5 |   132M |  23 |2538 |2910 |2543 |2911 |  1 | 572 |1998 |-1.085154e+04 |      --      |    Inf |   2.09%
32.56/32.70	c  16.0s|   700 |   671 | 36873 |  48.3 |   134M |  23 |2538 |2943 |2524 |3315 |  1 | 609 |2119 |-1.085154e+04 |      --      |    Inf |   2.10%
33.75/33.91	c  17.3s|   800 |   769 | 41612 |  48.2 |   134M |  24 |2538 |2969 |2543 |3688 |  1 | 638 |2207 |-1.090911e+04 |      --      |    Inf |   2.10%
34.96/35.12	c  18.5s|   900 |   867 | 44727 |  46.3 |   135M |  29 |2538 |3019 |2562 |4171 |  1 | 689 |2272 |-1.090911e+04 |      --      |    Inf |   2.10%
36.14/36.35	c  19.7s|  1000 |   967 | 50377 |  47.3 |   136M |  29 |2538 |3071 |2582 |4613 |  1 | 743 |2302 |-1.095800e+04 |      --      |    Inf |   2.10%
38.04/38.28	c  21.6s|  1100 |  1067 | 61023 |  52.7 |   137M |  29 |2538 |3142 |2577 |5059 |  2 | 815 |2341 |-1.100798e+04 |      --      |    Inf |   2.10%
39.33/39.56	c  22.9s|  1200 |  1167 | 64014 |  50.8 |   138M |  33 |2538 |3189 |2535 |5392 |  1 | 870 |2386 |-1.100939e+04 |      --      |    Inf |   2.10%
40.53/40.78	c  24.1s|  1300 |  1267 | 67589 |  49.6 |   140M |  33 |2538 |3275 |2556 |5790 |  1 | 960 |2405 |-1.101949e+04 |      --      |    Inf |   2.10%
41.93/42.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.93/42.16	c  25.5s|  1400 |  1367 | 71200 |  48.7 |   142M |  33 |2538 |3432 |2524 |6183 |  1 |1128 |2423 |-1.101993e+04 |      --      |    Inf |   2.10%
43.02/43.25	c  26.6s|  1500 |  1467 | 74048 |  47.3 |   142M |  33 |2538 |3491 |2570 |6537 |  1 |1194 |2430 |-1.102901e+04 |      --      |    Inf |   2.10%
44.01/44.25	c  27.6s|  1600 |  1567 | 77991 |  46.8 |   143M |  33 |2538 |3491 |2532 |6861 |  1 |1194 |2446 |-1.102933e+04 |      --      |    Inf |   2.10%
44.82/45.02	c  28.4s|  1700 |  1667 | 80308 |  45.4 |   143M |  33 |2538 |3489 |2544 |7149 |  1 |1194 |2461 |-1.103545e+04 |      --      |    Inf |   2.10%
45.21/45.41	c  28.8s|  1800 |  1765 | 82813 |  44.3 |   143M |  33 |2538 |3493 |2561 |7566 |  1 |1202 |2475 |-1.103985e+04 |      --      |    Inf |   2.10%
45.61/45.83	c  29.2s|  1900 |  1865 | 85413 |  43.3 |   143M |  33 |2538 |3485 |2551 |7853 |  1 |1202 |2501 |-1.103985e+04 |      --      |    Inf |   2.10%
46.01/46.21	c  29.6s|  2000 |  1965 | 88107 |  42.5 |   143M |  33 |2538 |3484 |2556 |8247 |  1 |1213 |2509 |-1.103985e+04 |      --      |    Inf |   2.10%
46.50/46.72	c  30.1s|  2100 |  2065 | 91019 |  41.9 |   144M |  33 |2538 |3475 |2569 |8531 |  2 |1213 |2538 |-1.103985e+04 |      --      |    Inf |   2.10%
46.92/47.15	c  30.5s|  2200 |  2165 | 94005 |  41.3 |   144M |  33 |2538 |3471 |2559 |8794 |  1 |1213 |2563 |-1.103985e+04 |      --      |    Inf |   2.10%
47.40/47.60	c  31.0s|  2300 |  2265 | 97038 |  40.9 |   145M |  33 |2538 |3469 |2552 |9217 |  1 |1217 |2571 |-1.103985e+04 |      --      |    Inf |   2.10%
47.81/48.03	c  31.4s|  2400 |  2365 | 99619 |  40.2 |   147M |  33 |2538 |3459 |2570 |9543 |  1 |1217 |2591 |-1.103985e+04 |      --      |    Inf |   2.10%
48.20/48.44	c  31.8s|  2500 |  2463 |101854 |  39.5 |   148M |  33 |2538 |3453 |2555 |9886 |  1 |1227 |2611 |-1.104287e+04 |      --      |    Inf |   2.10%
48.50/48.76	c  32.1s|  2600 |  2563 |103853 |  38.8 |   148M |  33 |2538 |3443 |2576 |  10k|  1 |1227 |2620 |-1.104287e+04 |      --      |    Inf |   2.10%
48.91/49.19	c  32.5s|  2700 |  2663 |106345 |  38.2 |   148M |  35 |2538 |3433 |2551 |  10k|  1 |1227 |2652 |-1.104482e+04 |      --      |    Inf |   2.10%
49.49/49.76	c  33.1s|  2800 |  2761 |110223 |  38.3 |   150M |  41 |2538 |3449 |2557 |  10k|  2 |1252 |2677 |-1.104482e+04 |      --      |    Inf |   2.10%
49.90/50.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.90/50.12	c  33.5s|  2900 |  2861 |112202 |  37.6 |   150M |  41 |2538 |3441 |2571 |  11k|  3 |1252 |2694 |-1.104482e+04 |      --      |    Inf |   2.10%
50.49/50.72	c  34.1s|  3000 |  2961 |114677 |  37.2 |   150M |  41 |2538 |3433 |2577 |  11k|  1 |1252 |2731 |-1.104482e+04 |      --      |    Inf |   2.10%
50.99/51.20	c  34.6s|  3100 |  3061 |117259 |  36.8 |   152M |  41 |2538 |3422 |2550 |  11k|  1 |1252 |2762 |-1.104482e+04 |      --      |    Inf |   2.10%
51.29/51.56	c  34.9s|  3200 |  3161 |119496 |  36.4 |   152M |  41 |2538 |3414 |2554 |  11k|  1 |1252 |2783 |-1.104482e+04 |      --      |    Inf |   2.10%
51.68/51.98	c  35.3s|  3300 |  3261 |122392 |  36.2 |   152M |  41 |2538 |3426 |2558 |  12k|  1 |1273 |2803 |-1.104482e+04 |      --      |    Inf |   2.10%
52.08/52.34	c  35.7s|  3400 |  3359 |124838 |  35.8 |   152M |  41 |2538 |3422 |2566 |  12k|  1 |1276 |2810 |-1.104482e+04 |      --      |    Inf |   2.11%
52.48/52.71	c  36.1s|  3500 |  3459 |127403 |  35.5 |   153M |  41 |2538 |3408 |2553 |  12k|  1 |1276 |2819 |-1.104565e+04 |      --      |    Inf |   2.11%
53.18/53.41	c  36.8s|  3600 |  3559 |130271 |  35.3 |   155M |  41 |2538 |3403 |2555 |  13k|  1 |1276 |2829 |-1.104566e+04 |      --      |    Inf |   2.11%
53.48/53.77	c  37.1s|  3700 |  3659 |132665 |  35.0 |   156M |  41 |2538 |3397 |2558 |  13k|  1 |1276 |2831 |-1.104594e+04 |      --      |    Inf |   2.11%
53.89/54.13	c  37.5s|  3800 |  3759 |135262 |  34.8 |   156M |  41 |2538 |3392 |2569 |  13k|  1 |1279 |2848 |-1.104594e+04 |      --      |    Inf |   2.11%
54.47/54.70	c  38.1s|  3900 |  3859 |138837 |  34.8 |   156M |  41 |2538 |3386 |2573 |  13k|  1 |1279 |2868 |-1.104602e+04 |      --      |    Inf |   2.11%
54.97/55.23	c  38.6s|  4000 |  3959 |142023 |  34.7 |   158M |  41 |2538 |3391 |2535 |  14k|  1 |1295 |2875 |-1.104609e+04 |      --      |    Inf |   2.11%
55.27/55.59	c  38.9s|  4100 |  4059 |144740 |  34.6 |   158M |  41 |2538 |3383 |2564 |  14k|  1 |1298 |2886 |-1.104611e+04 |      --      |    Inf |   2.11%
55.78/56.02	c  39.4s|  4200 |  4157 |147134 |  34.3 |   158M |  41 |2538 |3375 |2530 |  14k|  1 |1298 |2903 |-1.104611e+04 |      --      |    Inf |   2.11%
56.07/56.38	c  39.7s|  4300 |  4257 |150000 |  34.2 |   158M |  41 |2538 |3370 |2550 |  15k|  1 |1298 |2909 |-1.104611e+04 |      --      |    Inf |   2.11%
56.56/56.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.56/56.88	c  40.2s|  4400 |  4357 |152925 |  34.1 |   159M |  41 |2538 |3365 |2534 |  15k|  1 |1300 |2926 |-1.104611e+04 |      --      |    Inf |   2.11%
56.96/57.27	c  40.6s|  4500 |  4457 |155862 |  34.0 |   159M |  41 |2538 |3384 |2572 |  15k|  1 |1323 |2927 |-1.104611e+04 |      --      |    Inf |   2.11%
57.36/57.62	c  41.0s|  4600 |  4557 |158412 |  33.8 |   159M |  41 |2538 |3376 |2532 |  16k|  1 |1323 |2939 |-1.104611e+04 |      --      |    Inf |   2.11%
57.66/57.95	c  41.3s|  4700 |  4657 |161116 |  33.6 |   161M |  41 |2538 |3372 |2575 |  16k|  1 |1323 |2948 |-1.104611e+04 |      --      |    Inf |   2.11%
58.06/58.36	c  41.7s|  4800 |  4757 |164073 |  33.5 |   161M |  41 |2538 |3371 |2552 |  16k|  1 |1334 |2961 |-1.104611e+04 |      --      |    Inf |   2.11%
58.56/58.87	c  42.2s|  4900 |  4857 |166974 |  33.4 |   162M |  41 |2538 |3369 |2563 |  16k|  1 |1334 |2965 |-1.104611e+04 |      --      |    Inf |   2.11%
58.87/59.15	c  42.5s|  5000 |  4957 |169118 |  33.2 |   162M |  41 |2538 |3367 |2563 |  17k|  1 |1334 |2968 |-1.104611e+04 |      --      |    Inf |   2.11%
59.25/59.56	c  42.9s|  5100 |  5057 |171416 |  33.0 |   162M |  41 |2538 |3355 |2556 |  17k|  1 |1334 |2970 |-1.104611e+04 |      --      |    Inf |   2.11%
59.77/60.01	c  43.4s|  5200 |  5157 |174469 |  33.0 |   162M |  41 |2538 |3342 |2563 |  17k|  1 |1334 |2997 |-1.104611e+04 |      --      |    Inf |   2.11%
60.25/60.55	c  43.9s|  5300 |  5257 |177527 |  32.9 |   162M |  41 |2538 |3327 |2526 |  18k|  1 |1334 |3018 |-1.104611e+04 |      --      |    Inf |   2.11%
60.65/60.94	c  44.3s|  5400 |  5355 |180121 |  32.8 |   163M |  41 |2538 |3329 |2562 |  18k|  1 |1340 |3023 |-1.104611e+04 |      --      |    Inf |   2.11%
61.05/61.32	c  44.7s|  5500 |  5453 |183183 |  32.7 |   163M |  41 |2538 |3355 |2542 |  18k|  1 |1372 |3030 |-1.104726e+04 |      --      |    Inf |   2.11%
61.45/61.74	c  45.1s|  5600 |  5553 |186062 |  32.7 |   164M |  41 |2538 |3352 |2584 |  18k|  1 |1372 |3030 |-1.104726e+04 |      --      |    Inf |   2.11%
61.86/62.14	c  45.5s|  5700 |  5653 |188630 |  32.6 |   164M |  41 |2538 |3334 |2549 |  19k|  1 |1372 |3052 |-1.104726e+04 |      --      |    Inf |   2.11%
62.14/62.43	c  45.8s|  5800 |  5753 |190909 |  32.4 |   164M |  41 |2538 |3327 |2572 |  19k|  1 |1372 |3054 |-1.104726e+04 |      --      |    Inf |   2.11%
62.64/62.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.64/62.97	c  46.3s|  5900 |  5853 |193569 |  32.3 |   167M |  41 |2538 |3318 |2554 |  19k|  1 |1372 |3056 |-1.104726e+04 |      --      |    Inf |   2.11%
62.94/63.25	c  46.6s|  6000 |  5953 |195774 |  32.1 |   167M |  41 |2538 |3314 |2579 |  19k|  3 |1372 |3056 |-1.104726e+04 |      --      |    Inf |   2.11%
63.34/63.66	c  47.0s|  6100 |  6053 |198984 |  32.1 |   168M |  41 |2538 |3320 |2534 |  20k|  1 |1383 |3057 |-1.104726e+04 |      --      |    Inf |   2.11%
63.75/64.07	c  47.4s|  6200 |  6153 |202359 |  32.1 |   168M |  41 |2538 |3284 |2577 |  20k|  1 |1407 |3067 |-1.104726e+04 |      --      |    Inf |   2.11%
64.14/64.45	c  47.8s|  6300 |  6253 |204796 |  32.0 |   168M |  41 |2538 |3278 |2561 |  20k|  1 |1407 |3083 |-1.104726e+04 |      --      |    Inf |   2.11%
64.53/64.82	c  48.2s|  6400 |  6353 |207411 |  31.9 |   168M |  41 |2538 |3270 |2539 |  21k|  1 |1407 |3086 |-1.104726e+04 |      --      |    Inf |   2.11%
64.85/65.14	c  48.5s|  6500 |  6453 |209652 |  31.8 |   168M |  41 |2538 |3265 |2570 |  21k|  1 |1407 |3096 |-1.104726e+04 |      --      |    Inf |   2.11%
65.13/65.45	c  48.8s|  6600 |  6553 |212272 |  31.7 |   168M |  41 |2538 |3254 |2529 |  21k|  1 |1407 |3099 |-1.104726e+04 |      --      |    Inf |   2.11%
65.53/65.85	c  49.2s|  6700 |  6653 |215055 |  31.6 |   169M |  41 |2538 |3246 |2560 |  21k|  1 |1407 |3100 |-1.104726e+04 |      --      |    Inf |   2.11%
65.93/66.25	c  49.6s|  6800 |  6753 |217381 |  31.5 |   169M |  41 |2538 |3242 |2529 |  21k|  1 |1407 |3103 |-1.104726e+04 |      --      |    Inf |   2.11%
66.23/66.59	c  49.9s|  6900 |  6853 |220319 |  31.5 |   169M |  41 |2538 |3256 |2578 |  22k|  1 |1428 |3104 |-1.104726e+04 |      --      |    Inf |   2.11%
66.63/66.99	c  50.3s|  7000 |  6953 |222940 |  31.4 |   170M |  41 |2538 |3253 |2545 |  22k|  1 |1428 |3107 |-1.104726e+04 |      --      |    Inf |   2.11%
66.92/67.29	c  50.6s|  7100 |  7053 |225173 |  31.3 |   171M |  41 |2538 |3245 |2579 |  22k|  1 |1428 |3108 |-1.104726e+04 |      --      |    Inf |   2.11%
67.22/67.59	c  50.9s|  7200 |  7153 |227529 |  31.2 |   171M |  41 |2538 |3242 |2561 |  23k|  1 |1428 |3109 |-1.104726e+04 |      --      |    Inf |   2.11%
67.62/67.91	c  51.3s|  7300 |  7253 |230267 |  31.1 |   171M |  41 |2538 |3248 |2586 |  23k|  1 |1439 |3111 |-1.104726e+04 |      --      |    Inf |   2.11%
68.02/68.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.02/68.39	c  51.7s|  7400 |  7353 |233190 |  31.1 |   172M |  41 |2538 |3244 |2562 |  23k|  1 |1439 |3119 |-1.104726e+04 |      --      |    Inf |   2.11%
68.62/68.97	c  52.3s|  7500 |  7451 |236367 |  31.1 |   172M |  42 |2538 |3249 |2565 |  23k|  1 |1449 |3132 |-1.104726e+04 |      --      |    Inf |   2.11%
69.12/69.48	c  52.8s|  7600 |  7551 |240340 |  31.2 |   172M |  43 |2538 |3271 |2564 |  24k|  1 |1481 |3134 |-1.105303e+04 |      --      |    Inf |   2.11%
69.61/69.98	c  53.3s|  7700 |  7651 |244769 |  31.4 |   173M |  43 |2538 |3262 |2576 |  24k|  1 |1481 |3139 |-1.105303e+04 |      --      |    Inf |   2.11%
70.11/70.45	c  53.8s|  7800 |  7751 |247479 |  31.3 |   174M |  43 |2538 |3258 |2584 |  24k|  1 |1481 |3147 |-1.105303e+04 |      --      |    Inf |   2.11%
71.01/71.35	c  54.7s|  7900 |  7849 |251504 |  31.4 |   177M |  45 |2538 |3259 |2558 |  25k|  1 |1490 |3158 |-1.105335e+04 |      --      |    Inf |   2.11%
71.41/71.74	c  55.1s|  8000 |  7949 |254330 |  31.4 |   177M |  45 |2538 |3254 |2566 |  25k|  1 |1490 |3166 |-1.105335e+04 |      --      |    Inf |   2.11%
72.00/72.34	c  55.7s|  8100 |  8049 |257301 |  31.4 |   180M |  45 |2538 |3244 |2575 |  26k|  1 |1490 |3185 |-1.105335e+04 |      --      |    Inf |   2.11%
72.60/72.95	c  56.3s|  8200 |  8149 |260618 |  31.4 |   181M |  45 |2538 |3232 |2564 |  26k|  2 |1490 |3189 |-1.105335e+04 |      --      |    Inf |   2.11%
73.50/73.83	c  57.2s|  8300 |  8247 |264560 |  31.5 |   182M |  51 |2538 |3243 |2576 |  26k|  2 |1508 |3213 |-1.105335e+04 |      --      |    Inf |   2.11%
74.71/75.10	c  58.5s|  8400 |  8347 |269331 |  31.7 |   187M |  53 |2538 |3267 |2556 |  27k|  1 |1541 |3252 |-1.105346e+04 |      --      |    Inf |   2.11%
75.59/75.91	c  59.3s|  8500 |  8445 |273108 |  31.8 |   190M |  53 |2538 |3278 |2577 |  27k|  1 |1566 |3274 |-1.105346e+04 |      --      |    Inf |   2.11%
76.19/76.57	c  59.9s|  8600 |  8545 |276537 |  31.8 |   191M |  53 |2538 |3275 |2566 |  28k|  2 |1566 |3285 |-1.105346e+04 |      --      |    Inf |   2.11%
77.08/77.40	c  60.8s|  8700 |  8645 |280361 |  31.9 |   191M |  53 |2538 |3271 |2602 |  28k|  1 |1566 |3292 |-1.105376e+04 |      --      |    Inf |   2.11%
77.79/78.17	c  61.5s|  8800 |  8745 |283822 |  31.9 |   192M |  53 |2538 |3264 |2590 |  28k|  1 |1566 |3312 |-1.107211e+04 |      --      |    Inf |   2.11%
78.48/78.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.48/78.84	c  62.2s|  8900 |  8845 |287048 |  31.9 |   193M |  53 |2538 |3263 |2589 |  29k|  1 |1566 |3333 |-1.107211e+04 |      --      |    Inf |   2.11%
79.08/79.49	c  62.8s|  9000 |  8945 |290250 |  31.9 |   195M |  53 |2538 |3265 |2592 |  29k|  1 |1579 |3343 |-1.107266e+04 |      --      |    Inf |   2.11%
80.17/80.59	c  63.9s|  9100 |  9045 |295067 |  32.1 |   202M |  53 |2538 |3255 |2561 |  30k|  1 |1579 |3364 |-1.107266e+04 |      --      |    Inf |   2.11%
80.87/81.20	c  64.6s|  9200 |  9145 |297798 |  32.0 |   202M |  53 |2538 |3249 |2589 |  30k|  1 |1579 |3368 |-1.107266e+04 |      --      |    Inf |   2.11%
81.47/81.83	c  65.2s|  9300 |  9243 |301786 |  32.1 |   202M |  53 |2538 |3258 |2584 |  30k|  1 |1602 |3376 |-1.107266e+04 |      --      |    Inf |   2.11%
82.46/82.81	c  66.2s|  9400 |  9343 |306417 |  32.3 |   205M |  53 |2538 |3266 |2591 |  31k|  1 |1615 |3383 |-1.107266e+04 |      --      |    Inf |   2.11%
82.96/83.31	c  66.7s|  9500 |  9443 |309100 |  32.2 |   206M |  53 |2538 |3261 |2567 |  31k|  1 |1615 |3399 |-1.107279e+04 |      --      |    Inf |   2.11%
83.67/84.06	c  67.4s|  9600 |  9543 |312775 |  32.3 |   206M |  53 |2538 |3258 |2608 |  32k|  1 |1615 |3399 |-1.107279e+04 |      --      |    Inf |   2.11%
84.36/84.79	c  68.1s|  9700 |  9643 |316862 |  32.3 |   208M |  53 |2538 |3255 |2599 |  32k|  1 |1615 |3412 |-1.107279e+04 |      --      |    Inf |   2.11%
85.15/85.51	c  68.9s|  9800 |  9743 |320080 |  32.3 |   209M |  53 |2538 |3248 |2573 |  32k|  1 |1615 |3420 |-1.107341e+04 |      --      |    Inf |   2.11%
85.76/86.15	c  69.5s|  9900 |  9843 |323582 |  32.4 |   210M |  61 |2538 |3245 |2567 |  33k|  1 |1615 |3448 |-1.107852e+04 |      --      |    Inf |   2.11%
86.76/87.17	c  70.5s| 10000 |  9943 |328841 |  32.6 |   215M |  61 |2538 |3263 |2569 |  33k|  1 |1634 |3458 |-1.107852e+04 |      --      |    Inf |   2.11%
87.54/87.93	c  71.3s| 10100 | 10043 |332475 |  32.6 |   217M |  61 |2538 |3257 |2598 |  34k|  1 |1634 |3483 |-1.108147e+04 |      --      |    Inf |   2.11%
88.34/88.76	c  72.1s| 10200 | 10143 |336342 |  32.7 |   218M |  61 |2538 |3252 |2589 |  34k|  1 |1634 |3501 |-1.108188e+04 |      --      |    Inf |   2.11%
89.24/89.61	c  73.0s| 10300 | 10243 |340298 |  32.7 |   219M |  61 |2538 |3246 |2642 |  35k|  5 |1634 |3530 |-1.108188e+04 |      --      |    Inf |   2.11%
90.03/90.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.03/90.46	c  73.8s| 10400 | 10343 |344597 |  32.8 |   219M |  61 |2538 |3240 |2606 |  35k|  1 |1634 |3557 |-1.109245e+04 |      --      |    Inf |   2.11%
90.83/91.25	c  74.6s| 10500 | 10443 |348405 |  32.9 |   221M |  61 |2538 |3235 |2600 |  35k|  1 |1634 |3567 |-1.109245e+04 |      --      |    Inf |   2.11%
91.53/91.94	c  75.3s| 10600 | 10543 |352090 |  32.9 |   221M |  61 |2538 |3227 |2552 |  36k|  1 |1634 |3573 |-1.109313e+04 |      --      |    Inf |   2.11%
92.32/92.70	c  76.1s| 10700 | 10643 |356241 |  33.0 |   222M |  61 |2538 |3223 |2569 |  36k|  1 |1634 |3591 |-1.109313e+04 |      --      |    Inf |   2.11%
93.32/93.75	c  77.1s| 10800 | 10735 |360334 |  33.1 |   224M |  61 |2538 |3262 |2548 |  37k|  1 |1674 |3637 |-1.109350e+04 |      --      |    Inf |   2.11%
94.12/94.51	c  77.9s| 10900 | 10835 |363728 |  33.1 |   224M |  61 |2538 |3261 |2608 |  37k|  2 |1674 |3637 |-1.109350e+04 |      --      |    Inf |   2.11%
94.81/95.26	c  78.6s| 11000 | 10933 |367674 |  33.1 |   225M |  61 |2538 |3260 |2583 |  37k|  1 |1678 |3669 |-1.109350e+04 |      --      |    Inf |   2.11%
95.81/96.29	c  79.6s| 11100 | 11033 |372707 |  33.3 |   226M |  61 |2538 |3274 |2580 |  38k|  1 |1699 |3702 |-1.109350e+04 |      --      |    Inf |   2.11%
96.72/97.18	c  80.5s| 11200 | 11133 |377723 |  33.5 |   226M |  61 |2538 |3269 |2633 |  38k|  1 |1699 |3721 |-1.109350e+04 |      --      |    Inf |   2.11%
97.50/98.00	c  81.4s| 11300 | 11229 |382190 |  33.5 |   226M |  61 |2538 |3273 |2626 |  39k|  1 |1707 |3735 |-1.109350e+04 |      --      |    Inf |   2.11%
98.20/98.62	c  82.0s| 11400 | 11329 |385522 |  33.5 |   227M |  61 |2538 |3270 |2557 |  39k|  1 |1707 |3747 |-1.109350e+04 |      --      |    Inf |   2.11%
99.10/99.55	c  82.9s| 11500 | 11429 |390039 |  33.6 |   228M |  61 |2538 |3285 |2566 |  40k|  1 |1727 |3765 |-1.109350e+04 |      --      |    Inf |   2.11%
100.09/100.50	c  83.9s| 11600 | 11529 |395416 |  33.8 |   229M |  61 |2538 |3292 |2573 |  40k|  1 |1738 |3773 |-1.109350e+04 |      --      |    Inf |   2.11%
100.89/101.37	c  84.7s| 11700 | 11629 |399224 |  33.9 |   229M |  61 |2538 |3285 |2579 |  40k|  1 |1738 |3787 |-1.109350e+04 |      --      |    Inf |   2.11%
101.79/102.22	c  85.6s| 11800 | 11727 |404909 |  34.1 |   231M |  61 |2538 |3311 |2584 |  41k|  1 |1769 |3789 |-1.109350e+04 |      --      |    Inf |   2.11%
102.70/103.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.70/103.14	c  86.5s| 11900 | 11827 |409891 |  34.2 |   231M |  61 |2538 |3309 |2589 |  41k|  1 |1780 |3810 |-1.110979e+04 |      --      |    Inf |   2.11%
103.59/104.03	c  87.4s| 12000 | 11927 |414291 |  34.3 |   231M |  61 |2538 |3306 |2586 |  42k|  1 |1780 |3817 |-1.110979e+04 |      --      |    Inf |   2.11%
104.59/105.02	c  88.4s| 12100 | 12027 |418994 |  34.4 |   232M |  61 |2538 |3302 |2627 |  42k|  1 |1780 |3829 |-1.112771e+04 |      --      |    Inf |   2.11%
105.47/105.92	c  89.3s| 12200 | 12127 |423309 |  34.4 |   232M |  61 |2538 |3296 |2629 |  43k|  1 |1780 |3847 |-1.112771e+04 |      --      |    Inf |   2.11%
106.47/106.94	c  90.3s| 12300 | 12227 |428142 |  34.6 |   234M |  61 |2538 |3311 |2568 |  43k|  1 |1798 |3889 |-1.112816e+04 |      --      |    Inf |   2.11%
107.37/107.86	c  91.2s| 12400 | 12327 |432579 |  34.6 |   234M |  61 |2538 |3301 |2599 |  44k|  1 |1798 |3893 |-1.112903e+04 |      --      |    Inf |   2.11%
108.58/109.01	c  92.4s| 12500 | 12427 |438061 |  34.8 |   235M |  61 |2538 |3301 |2603 |  44k|  2 |1798 |3913 |-1.112903e+04 |      --      |    Inf |   2.11%
109.46/109.99	c  93.3s| 12600 | 12527 |442684 |  34.9 |   236M |  61 |2538 |3297 |2571 |  45k|  1 |1798 |3922 |-1.113465e+04 |      --      |    Inf |   2.11%
110.36/110.84	c  94.2s| 12700 | 12627 |446793 |  34.9 |   238M |  61 |2538 |3296 |2592 |  45k|  1 |1798 |3925 |-1.113593e+04 |      --      |    Inf |   2.11%
111.35/111.89	c  95.2s| 12800 | 12727 |451424 |  35.0 |   239M |  61 |2538 |3291 |2637 |  46k|  1 |1798 |3948 |-1.113593e+04 |      --      |    Inf |   2.11%
112.45/112.94	c  96.3s| 12900 | 12825 |456392 |  35.1 |   243M |  61 |2538 |3289 |2619 |  46k|  1 |1803 |3975 |-1.113593e+04 |      --      |    Inf |   2.11%
113.34/113.80	c  97.2s| 13000 | 12925 |460606 |  35.2 |   243M |  61 |2538 |3290 |2607 |  47k|  1 |1806 |3985 |-1.113593e+04 |      --      |    Inf |   2.11%
114.24/114.76	c  98.1s| 13100 | 13023 |465899 |  35.3 |   243M |  61 |2538 |3301 |2541 |  47k|  1 |1823 |4019 |-1.113593e+04 |      --      |    Inf |   2.11%
115.14/115.66	c  99.0s| 13200 | 13123 |471014 |  35.4 |   245M |  61 |2538 |3301 |2558 |  48k|  1 |1827 |4038 |-1.113593e+04 |      --      |    Inf |   2.11%
116.03/116.59	c  99.9s| 13300 | 13223 |475945 |  35.6 |   245M |  61 |2538 |3321 |2563 |  48k|  1 |1852 |4050 |-1.113593e+04 |      --      |    Inf |   2.11%
116.93/117.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
116.93/117.43	c   101s| 13400 | 13323 |480168 |  35.6 |   246M |  61 |2538 |3316 |2581 |  49k|  1 |1852 |4056 |-1.113593e+04 |      --      |    Inf |   2.11%
117.64/118.16	c   102s| 13500 | 13423 |484311 |  35.6 |   246M |  61 |2538 |3315 |2586 |  49k|  1 |1852 |4062 |-1.113593e+04 |      --      |    Inf |   2.11%
118.64/119.19	c   103s| 13600 | 13523 |488555 |  35.7 |   246M |  61 |2538 |3314 |2624 |  49k|  1 |1852 |4078 |-1.113593e+04 |      --      |    Inf |   2.11%
119.53/120.03	c   103s| 13700 | 13623 |493823 |  35.8 |   252M |  61 |2538 |3324 |2603 |  50k|  1 |1864 |4083 |-1.113593e+04 |      --      |    Inf |   2.11%
120.32/120.82	c   104s| 13800 | 13723 |498504 |  35.9 |   252M |  61 |2538 |3318 |2604 |  50k|  1 |1864 |4089 |-1.113593e+04 |      --      |    Inf |   2.11%
121.02/121.58	c   105s| 13900 | 13823 |502642 |  35.9 |   253M |  61 |2538 |3326 |2542 |  51k|  1 |1878 |4097 |-1.113593e+04 |      --      |    Inf |   2.11%
121.81/122.32	c   106s| 14000 | 13923 |507333 |  36.0 |   253M |  61 |2538 |3325 |2580 |  51k|  1 |1878 |4098 |-1.113593e+04 |      --      |    Inf |   2.11%
122.81/123.38	c   107s| 14100 | 14023 |512125 |  36.1 |   256M |  61 |2538 |3321 |2573 |  52k|  1 |1878 |4110 |-1.113593e+04 |      --      |    Inf |   2.11%
123.70/124.22	c   108s| 14200 | 14123 |516914 |  36.2 |   256M |  61 |2538 |3356 |2565 |  52k|  1 |1919 |4119 |-1.113593e+04 |      --      |    Inf |   2.11%
124.70/125.28	c   109s| 14300 | 14223 |522070 |  36.3 |   258M |  61 |2538 |3356 |2631 |  53k|  1 |1923 |4137 |-1.113593e+04 |      --      |    Inf |   2.11%
125.61/126.14	c   109s| 14400 | 14321 |527050 |  36.4 |   258M |  61 |2538 |3359 |2585 |  53k|  1 |1930 |4153 |-1.113593e+04 |      --      |    Inf |   2.11%
126.39/126.93	c   110s| 14500 | 14419 |530827 |  36.4 |   258M |  61 |2538 |3379 |2619 |  54k|  3 |1954 |4182 |-1.113593e+04 |      --      |    Inf |   2.11%
127.19/127.71	c   111s| 14600 | 14519 |534891 |  36.4 |   258M |  61 |2538 |3368 |2597 |  54k|  1 |1954 |4197 |-1.114973e+04 |      --      |    Inf |   2.11%
127.99/128.59	c   112s| 14700 | 14619 |539436 |  36.5 |   259M |  61 |2538 |3373 |2611 |  54k|  3 |1962 |4214 |-1.114973e+04 |      --      |    Inf |   2.11%
129.09/129.60	c   113s| 14800 | 14719 |543454 |  36.5 |   262M |  61 |2538 |3364 |2546 |  55k|  1 |1962 |4245 |-1.115162e+04 |      --      |    Inf |   2.11%
130.29/130.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
130.29/130.80	c   114s| 14900 | 14819 |548339 |  36.6 |   264M |  61 |2538 |3356 |2558 |  55k|  1 |1962 |4269 |-1.115345e+04 |      --      |    Inf |   2.11%
131.09/131.65	c   115s| 15000 | 14917 |551913 |  36.6 |   264M |  61 |2538 |3378 |2557 |  56k|  1 |1993 |4301 |-1.115345e+04 |      --      |    Inf |   2.11%
132.18/132.78	c   116s| 15100 | 15017 |555686 |  36.6 |   267M |  61 |2538 |3374 |2563 |  56k|  1 |1993 |4307 |-1.115345e+04 |      --      |    Inf |   2.11%
133.38/133.93	c   117s| 15200 | 15117 |560735 |  36.7 |   267M |  61 |2538 |3369 |2615 |  57k|  1 |1993 |4336 |-1.115345e+04 |      --      |    Inf |   2.11%
134.48/135.08	c   118s| 15300 | 15217 |564793 |  36.7 |   271M |  61 |2538 |3359 |2623 |  57k|  4 |1993 |4358 |-1.115359e+04 |      --      |    Inf |   2.11%
135.26/135.87	c   119s| 15400 | 15317 |569083 |  36.8 |   271M |  61 |2538 |3356 |2607 |  57k|  1 |1993 |4381 |-1.115359e+04 |      --      |    Inf |   2.11%
136.16/136.79	c   120s| 15500 | 15417 |573988 |  36.8 |   271M |  61 |2538 |3355 |2546 |  58k|  1 |1997 |4408 |-1.115359e+04 |      --      |    Inf |   2.11%
137.06/137.61	c   121s| 15600 | 15517 |577932 |  36.8 |   271M |  61 |2538 |3347 |2552 |  58k|  1 |1997 |4437 |-1.115359e+04 |      --      |    Inf |   2.11%
137.85/138.44	c   122s| 15700 | 15617 |582552 |  36.9 |   273M |  61 |2538 |3344 |2564 |  59k|  1 |1997 |4449 |-1.115485e+04 |      --      |    Inf |   2.11%
139.05/139.60	c   123s| 15800 | 15717 |587037 |  37.0 |   273M |  61 |2538 |3341 |2571 |  59k|  1 |1997 |4486 |-1.115485e+04 |      --      |    Inf |   2.11%
139.84/140.44	c   124s| 15900 | 15817 |591649 |  37.0 |   276M |  61 |2538 |3338 |2582 |  60k|  1 |2003 |4498 |-1.115498e+04 |      --      |    Inf |   2.11%
140.94/141.55	c   125s| 16000 | 15917 |596254 |  37.1 |   279M |  61 |2538 |3350 |2625 |  60k|  1 |2024 |4512 |-1.115498e+04 |      --      |    Inf |   2.11%
141.94/142.58	c   126s| 16100 | 16013 |601078 |  37.1 |   281M |  61 |2538 |3353 |2599 |  60k|  1 |2036 |4532 |-1.115553e+04 |      --      |    Inf |   2.11%
143.03/143.66	c   127s| 16200 | 16113 |606015 |  37.2 |   281M |  61 |2538 |3370 |2591 |  61k|  1 |2060 |4562 |-1.115604e+04 |      --      |    Inf |   2.11%
143.93/144.51	c   128s| 16300 | 16213 |610556 |  37.3 |   281M |  61 |2538 |3365 |2588 |  61k|  1 |2060 |4569 |-1.115604e+04 |      --      |    Inf |   2.11%
144.62/145.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
144.62/145.26	c   129s| 16400 | 16313 |616003 |  37.4 |   281M |  61 |2538 |3361 |2554 |  62k|  1 |2060 |4580 |-1.115630e+04 |      --      |    Inf |   2.11%
145.54/146.13	c   129s| 16500 | 16413 |620562 |  37.4 |   281M |  63 |2538 |3350 |2573 |  62k|  1 |2060 |4610 |-1.115630e+04 |      --      |    Inf |   2.11%
146.33/146.93	c   130s| 16600 | 16513 |624675 |  37.4 |   281M |  63 |2538 |3337 |2570 |  62k|  1 |2060 |4626 |-1.115630e+04 |      --      |    Inf |   2.11%
147.44/148.08	c   131s| 16700 | 16609 |629768 |  37.5 |   284M |  63 |2538 |3359 |2570 |  63k|  1 |2086 |4650 |-1.115630e+04 |      --      |    Inf |   2.11%
148.43/149.10	c   132s| 16800 | 16709 |634476 |  37.6 |   286M |  63 |2538 |3345 |2543 |  63k|  1 |2086 |4665 |-1.115653e+04 |      --      |    Inf |   2.11%
149.32/149.94	c   133s| 16900 | 16809 |637919 |  37.6 |   286M |  63 |2538 |3345 |2579 |  64k|  1 |2086 |4698 |-1.115653e+04 |      --      |    Inf |   2.11%
150.21/150.80	c   134s| 17000 | 16909 |641926 |  37.6 |   286M |  63 |2538 |3339 |2556 |  64k|  1 |2086 |4732 |-1.115653e+04 |      --      |    Inf |   2.11%
151.01/151.61	c   135s| 17100 | 17009 |646268 |  37.6 |   286M |  63 |2538 |3334 |2575 |  65k|  2 |2086 |4755 |-1.115653e+04 |      --      |    Inf |   2.11%
152.10/152.74	c   136s| 17200 | 17109 |651481 |  37.7 |   286M |  63 |2538 |3341 |2620 |  65k|  6 |2107 |4762 |-1.115653e+04 |      --      |    Inf |   2.11%
152.70/153.36	c   137s| 17300 | 17209 |655305 |  37.7 |   288M |  63 |2538 |3336 |2604 |  65k|  1 |2107 |4772 |-1.115653e+04 |      --      |    Inf |   2.11%
153.60/154.21	c   138s| 17400 | 17309 |659850 |  37.7 |   289M |  63 |2538 |3326 |2567 |  66k|  1 |2107 |4787 |-1.115653e+04 |      --      |    Inf |   2.11%
154.69/155.32	c   139s| 17500 | 17409 |664911 |  37.8 |   290M |  63 |2538 |3324 |2619 |  66k|  1 |2111 |4788 |-1.115667e+04 |      --      |    Inf |   2.11%
155.50/156.17	c   140s| 17600 | 17503 |669382 |  37.9 |   290M |  63 |2538 |3332 |2580 |  67k|  1 |2126 |4799 |-1.115667e+04 |      --      |    Inf |   2.11%
156.29/156.94	c   140s| 17700 | 17603 |673704 |  37.9 |   291M |  63 |2538 |3321 |2584 |  67k|  1 |2126 |4806 |-1.115667e+04 |      --      |    Inf |   2.11%
157.28/157.98	c   141s| 17800 | 17703 |678655 |  38.0 |   291M |  63 |2538 |3319 |2602 |  68k|  1 |2131 |4808 |-1.115667e+04 |      --      |    Inf |   2.11%
158.18/158.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
158.18/158.82	c   142s| 17900 | 17803 |682435 |  38.0 |   292M |  63 |2538 |3307 |2595 |  68k|  1 |2131 |4814 |-1.115683e+04 |      --      |    Inf |   2.11%
158.97/159.66	c   143s| 18000 | 17903 |687219 |  38.0 |   293M |  63 |2538 |3331 |2605 |  69k|  1 |2159 |4814 |-1.115683e+04 |      --      |    Inf |   2.11%
160.07/160.75	c   144s| 18100 | 18003 |691400 |  38.0 |   296M |  63 |2538 |3348 |2620 |  69k|  1 |2179 |4822 |-1.115683e+04 |      --      |    Inf |   2.11%
160.67/161.35	c   145s| 18200 | 18103 |695308 |  38.0 |   297M |  63 |2538 |3342 |2594 |  70k|  1 |2179 |4830 |-1.115683e+04 |      --      |    Inf |   2.11%
161.66/162.39	c   146s| 18300 | 18203 |699816 |  38.1 |   297M |  63 |2538 |3338 |2621 |  70k|  1 |2179 |4833 |-1.115683e+04 |      --      |    Inf |   2.11%
162.47/163.13	c   146s| 18400 | 18303 |704471 |  38.1 |   297M |  63 |2538 |3331 |2646 |  71k|  1 |2179 |4835 |-1.115683e+04 |      --      |    Inf |   2.11%
163.16/163.80	c   147s| 18500 | 18403 |708496 |  38.1 |   297M |  63 |2538 |3328 |2613 |  71k|  1 |2179 |4852 |-1.115683e+04 |      --      |    Inf |   2.11%
164.15/164.82	c   148s| 18600 | 18497 |712616 |  38.1 |   298M |  63 |2538 |3337 |2601 |  71k|  1 |2191 |4874 |-1.115726e+04 |      --      |    Inf |   2.11%
165.05/165.74	c   149s| 18700 | 18597 |716585 |  38.2 |   301M |  63 |2538 |3330 |2656 |  72k|  2 |2191 |4883 |-1.115726e+04 |      --      |    Inf |   2.11%
166.14/166.83	c   150s| 18800 | 18697 |721632 |  38.2 |   302M |  63 |2538 |3328 |2608 |  72k|  1 |2191 |4885 |-1.115726e+04 |      --      |    Inf |   2.11%
167.24/167.92	c   151s| 18900 | 18797 |727368 |  38.3 |   302M |  63 |2538 |3326 |2645 |  73k|  2 |2191 |4894 |-1.115726e+04 |      --      |    Inf |   2.11%
168.24/168.98	c   152s| 19000 | 18897 |732671 |  38.4 |   303M |  63 |2538 |3321 |2559 |  74k|  1 |2191 |4910 |-1.115726e+04 |      --      |    Inf |   2.11%
169.13/169.80	c   153s| 19100 | 18993 |737417 |  38.4 |   303M |  63 |2538 |3326 |2581 |  74k|  1 |2202 |4923 |-1.115726e+04 |      --      |    Inf |   2.11%
170.03/170.76	c   154s| 19200 | 19093 |742316 |  38.5 |   304M |  63 |2538 |3332 |2566 |  74k|  1 |2214 |4934 |-1.115730e+04 |      --      |    Inf |   2.11%
170.93/171.61	c   155s| 19300 | 19193 |747294 |  38.6 |   304M |  63 |2538 |3327 |2598 |  75k|  1 |2214 |4943 |-1.115730e+04 |      --      |    Inf |   2.11%
172.02/172.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
172.02/172.75	c   156s| 19400 | 19287 |752760 |  38.6 |   304M |  63 |2538 |3348 |2591 |  75k|  1 |2244 |4962 |-1.115730e+04 |      --      |    Inf |   2.11%
172.72/173.46	c   157s| 19500 | 19387 |756623 |  38.6 |   304M |  63 |2538 |3345 |2569 |  76k|  1 |2244 |4967 |-1.115730e+04 |      --      |    Inf |   2.11%
173.52/174.22	c   158s| 19600 | 19487 |760684 |  38.7 |   305M |  63 |2538 |3331 |2596 |  76k|  1 |2244 |4974 |-1.115730e+04 |      --      |    Inf |   2.11%
174.51/175.23	c   159s| 19700 | 19587 |765994 |  38.7 |   305M |  63 |2538 |3337 |2581 |  77k|  2 |2251 |4994 |-1.115730e+04 |      --      |    Inf |   2.11%
175.51/176.22	c   160s| 19800 | 19687 |770532 |  38.8 |   307M |  63 |2538 |3328 |2601 |  77k|  1 |2253 |5020 |-1.115730e+04 |      --      |    Inf |   2.11%
176.32/177.03	c   160s| 19900 | 19787 |774766 |  38.8 |   307M |  63 |2538 |3330 |2607 |  77k|  4 |2260 |5034 |-1.115730e+04 |      --      |    Inf |   2.11%
177.31/178.05	c   161s| 20000 | 19887 |780010 |  38.8 |   308M |  63 |2538 |3329 |2645 |  78k|  1 |2260 |5047 |-1.115730e+04 |      --      |    Inf |   2.11%
178.31/179.06	c   162s| 20100 | 19979 |784138 |  38.9 |   308M |  69 |2538 |3354 |2617 |  78k|  5 |2287 |5096 |-1.115730e+04 |      --      |    Inf |   2.11%
179.31/180.10	c   163s| 20200 | 20079 |788764 |  38.9 |   312M |  69 |2538 |3355 |2570 |  79k|  1 |2291 |5102 |-1.115730e+04 |      --      |    Inf |   2.11%
180.49/181.21	c   165s| 20300 | 20179 |793473 |  38.9 |   318M |  69 |2538 |3348 |2616 |  79k|  1 |2291 |5135 |-1.115730e+04 |      --      |    Inf |   2.11%
181.30/182.09	c   165s| 20400 | 20279 |797584 |  38.9 |   321M |  69 |2538 |3342 |2620 |  80k|  1 |2291 |5153 |-1.115730e+04 |      --      |    Inf |   2.11%
182.48/183.28	c   167s| 20500 | 20379 |802528 |  39.0 |   321M |  69 |2538 |3334 |2647 |  80k|  1 |2291 |5176 |-1.115730e+04 |      --      |    Inf |   2.11%
183.48/184.24	c   168s| 20600 | 20473 |807355 |  39.0 |   322M |  69 |2538 |3359 |2568 |  81k|  1 |2321 |5195 |-1.115730e+04 |      --      |    Inf |   2.11%
184.39/185.15	c   169s| 20700 | 20573 |812239 |  39.1 |   322M |  69 |2538 |3360 |2536 |  81k|  1 |2332 |5222 |-1.115730e+04 |      --      |    Inf |   2.11%
185.38/186.18	c   170s| 20800 | 20673 |817043 |  39.1 |   322M |  69 |2538 |3355 |2628 |  81k|  1 |2342 |5262 |-1.115730e+04 |      --      |    Inf |   2.11%
186.17/186.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
186.17/186.98	c   170s| 20900 | 20773 |821801 |  39.2 |   323M |  69 |2538 |3351 |2625 |  82k|  1 |2342 |5287 |-1.115730e+04 |      --      |    Inf |   2.11%
187.17/187.97	c   171s| 21000 | 20871 |826273 |  39.2 |   324M |  69 |2538 |3351 |2588 |  82k|  1 |2351 |5318 |-1.115730e+04 |      --      |    Inf |   2.11%
188.17/188.96	c   172s| 21100 | 20971 |830527 |  39.2 |   325M |  69 |2538 |3345 |2567 |  83k|  1 |2351 |5356 |-1.115730e+04 |      --      |    Inf |   2.11%
189.06/189.89	c   173s| 21200 | 21071 |834265 |  39.2 |   325M |  69 |2538 |3339 |2543 |  83k|  1 |2351 |5373 |-1.115730e+04 |      --      |    Inf |   2.11%
190.06/190.83	c   174s| 21300 | 21167 |838486 |  39.2 |   325M |  69 |2538 |3348 |2653 |  84k|  1 |2362 |5383 |-1.115730e+04 |      --      |    Inf |   2.11%
190.86/191.68	c   175s| 21400 | 21267 |842732 |  39.2 |   325M |  69 |2538 |3345 |2633 |  84k|  4 |2362 |5405 |-1.115730e+04 |      --      |    Inf |   2.11%
191.95/192.70	c   176s| 21500 | 21367 |847915 |  39.3 |   325M |  69 |2538 |3349 |2575 |  84k|  1 |2373 |5427 |-1.115877e+04 |      --      |    Inf |   2.11%
192.95/193.78	c   177s| 21600 | 21467 |852104 |  39.3 |   326M |  69 |2538 |3336 |2571 |  85k|  1 |2373 |5453 |-1.115889e+04 |      --      |    Inf |   2.11%
193.75/194.59	c   178s| 21700 | 21567 |856863 |  39.3 |   326M |  69 |2538 |3327 |2598 |  85k|  4 |2373 |5474 |-1.115889e+04 |      --      |    Inf |   2.11%
194.64/195.41	c   179s| 21800 | 21667 |860506 |  39.3 |   327M |  69 |2538 |3325 |2615 |  86k|  1 |2373 |5482 |-1.115977e+04 |      --      |    Inf |   2.11%
195.44/196.25	c   180s| 21900 | 21767 |864461 |  39.3 |   327M |  69 |2538 |3321 |2604 |  86k|  1 |2373 |5503 |-1.115977e+04 |      --      |    Inf |   2.11%
196.93/197.77	c   181s| 22000 | 21867 |871235 |  39.5 |   332M |  69 |2538 |3337 |2592 |  87k|  3 |2400 |5530 |-1.115977e+04 |      --      |    Inf |   2.11%
197.63/198.49	c   182s| 22100 | 21961 |875362 |  39.5 |   332M |  69 |2538 |3357 |2591 |  87k|  1 |2426 |5546 |-1.115977e+04 |      --      |    Inf |   2.11%
198.72/199.54	c   183s| 22200 | 22061 |879805 |  39.5 |   332M |  69 |2538 |3352 |2550 |  87k|  1 |2426 |5564 |-1.116026e+04 |      --      |    Inf |   2.11%
199.72/200.56	c   184s| 22300 | 22161 |884667 |  39.5 |   332M |  69 |2538 |3348 |2647 |  88k|  3 |2426 |5596 |-1.116026e+04 |      --      |    Inf |   2.11%
200.62/201.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
200.62/201.48	c   185s| 22400 | 22253 |889310 |  39.6 |   333M |  69 |2538 |3363 |2609 |  88k|  1 |2449 |5616 |-1.116026e+04 |      --      |    Inf |   2.11%
201.23/202.06	c   185s| 22500 | 22353 |892321 |  39.5 |   335M |  69 |2538 |3356 |2624 |  89k|  4 |2449 |5629 |-1.116026e+04 |      --      |    Inf |   2.11%
201.71/202.59	c   186s| 22600 | 22450 |895951 |  39.5 |   335M |  69 |2538 |3360 |2579 |  89k|  1 |2456 |5646 |-1.116026e+04 |      --      |    Inf |   2.11%
202.81/203.60	c   187s| 22700 | 22546 |900585 |  39.5 |   335M |  69 |2538 |3349 |2566 |  89k|  1 |2466 |5675 |-1.116055e+04 |      --      |    Inf |   2.11%
203.80/204.61	c   188s| 22800 | 22646 |905363 |  39.6 |   335M |  69 |2538 |3343 |2601 |  90k|  4 |2466 |5688 |-1.116055e+04 |      --      |    Inf |   2.11%
204.60/205.41	c   189s| 22900 | 22742 |909532 |  39.6 |   337M |  69 |2538 |3363 |2620 |  90k|  1 |2489 |5702 |-1.116057e+04 |      --      |    Inf |   2.11%
205.50/206.34	c   190s| 23000 | 22842 |914749 |  39.6 |   337M |  69 |2538 |3361 |2603 |  91k|  1 |2489 |5712 |-1.116057e+04 |      --      |    Inf |   2.11%
206.39/207.25	c   191s| 23100 | 22936 |919598 |  39.7 |   338M |  69 |2538 |3376 |2596 |  91k|  1 |2510 |5723 |-1.116057e+04 |      --      |    Inf |   2.11%
207.49/208.37	c   192s| 23200 | 23026 |924748 |  39.7 |   339M |  69 |2538 |3401 |2627 |  92k|  1 |2537 |5748 |-1.116057e+04 |      --      |    Inf |   2.11%
208.20/209.10	c   192s| 23300 | 23126 |928671 |  39.7 |   339M |  69 |2538 |3394 |2565 |  92k|  1 |2537 |5769 |-1.116057e+04 |      --      |    Inf |   2.11%
209.38/210.27	c   194s| 23400 | 23224 |933754 |  39.8 |   340M |  69 |2538 |3419 |2552 |  93k|  1 |2567 |5782 |-1.116057e+04 |      --      |    Inf |   2.11%
210.08/210.97	c   194s| 23500 | 23320 |937535 |  39.8 |   340M |  69 |2538 |3427 |2620 |  93k|  1 |2578 |5785 |-1.116057e+04 |      --      |    Inf |   2.11%
210.98/211.84	c   195s| 23600 | 23418 |942471 |  39.8 |   341M |  69 |2538 |3427 |2627 |  93k|  1 |2585 |5795 |-1.116057e+04 |      --      |    Inf |   2.11%
211.77/212.60	c   196s| 23700 | 23518 |945981 |  39.8 |   341M |  69 |2538 |3416 |2576 |  94k|  1 |2585 |5801 |-1.116072e+04 |      --      |    Inf |   2.11%
212.87/213.72	c   197s| 23800 | 23610 |950844 |  39.8 |   342M |  69 |2538 |3428 |2572 |  94k|  1 |2601 |5816 |-1.116072e+04 |      --      |    Inf |   2.11%
213.86/214.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
213.86/214.77	c   198s| 23900 | 23706 |955670 |  39.9 |   343M |  69 |2538 |3433 |2573 |  95k|  1 |2613 |5838 |-1.116157e+04 |      --      |    Inf |   2.11%
214.56/215.49	c   199s| 24000 | 23803 |959781 |  39.9 |   344M |  69 |2538 |3451 |2563 |  95k|  1 |2638 |5844 |-1.116157e+04 |      --      |    Inf |   2.11%
215.46/216.39	c   200s| 24100 | 23903 |964476 |  39.9 |   345M |  69 |2538 |3468 |2657 |  96k|  1 |2659 |5854 |-1.116157e+04 |      --      |    Inf |   2.11%
216.45/217.31	c   201s| 24200 | 24003 |968381 |  39.9 |   346M |  69 |2538 |3458 |2592 |  96k|  1 |2659 |5861 |-1.116189e+04 |      --      |    Inf |   2.11%
217.35/218.29	c   202s| 24300 | 24103 |972852 |  39.9 |   346M |  69 |2538 |3454 |2583 |  96k|  1 |2659 |5883 |-1.116189e+04 |      --      |    Inf |   2.11%
218.44/219.33	c   203s| 24400 | 24203 |977774 |  39.9 |   348M |  69 |2538 |3447 |2573 |  97k|  1 |2659 |5885 |-1.116189e+04 |      --      |    Inf |   2.11%
219.34/220.20	c   204s| 24500 | 24303 |982030 |  40.0 |   348M |  69 |2538 |3441 |2664 |  97k|  1 |2659 |5899 |-1.116189e+04 |      --      |    Inf |   2.11%
220.54/221.49	c   205s| 24600 | 24403 |987763 |  40.0 |   349M |  69 |2538 |3445 |2636 |  98k|  1 |2678 |5900 |-1.116215e+04 |      --      |    Inf |   2.11%
221.63/222.52	c   206s| 24700 | 24503 |991711 |  40.0 |   350M |  69 |2538 |3437 |2589 |  98k|  1 |2678 |5903 |-1.116215e+04 |      --      |    Inf |   2.11%
222.53/223.45	c   207s| 24800 | 24603 |997593 |  40.1 |   351M |  69 |2538 |3433 |2576 |  99k|  1 |2678 |5909 |-1.116215e+04 |      --      |    Inf |   2.11%
223.72/224.63	c   208s| 24900 | 24703 |  1002k|  40.1 |   351M |  69 |2538 |3422 |2570 | 100k|  1 |2678 |5911 |-1.116215e+04 |      --      |    Inf |   2.11%
224.52/225.47	c   209s| 25000 | 24799 |  1006k|  40.1 |   351M |  69 |2538 |3418 |2559 | 100k|  1 |2685 |5923 |-1.116215e+04 |      --      |    Inf |   2.11%
225.42/226.30	c   210s| 25100 | 24897 |  1010k|  40.1 |   351M |  69 |2538 |3422 |2602 | 100k|  2 |2696 |5933 |-1.116215e+04 |      --      |    Inf |   2.11%
226.23/227.19	c   211s| 25200 | 24993 |  1015k|  40.2 |   352M |  69 |2538 |3444 |2620 | 101k|  1 |2725 |5939 |-1.116215e+04 |      --      |    Inf |   2.11%
227.22/228.15	c   212s| 25300 | 25091 |  1019k|  40.2 |   352M |  69 |2538 |3443 |2587 | 101k|  1 |2733 |5943 |-1.116364e+04 |      --      |    Inf |   2.11%
228.01/228.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
228.01/228.90	c   212s| 25400 | 25191 |  1023k|  40.2 |   353M |  69 |2538 |3433 |2563 | 102k|  1 |2737 |5945 |-1.116364e+04 |      --      |    Inf |   2.11%
228.70/229.60	c   213s| 25500 | 25289 |  1028k|  40.2 |   353M |  69 |2538 |3433 |2542 | 102k|  1 |2747 |5946 |-1.116364e+04 |      --      |    Inf |   2.11%
229.50/230.45	c   214s| 25600 | 25387 |  1032k|  40.2 |   355M |  69 |2538 |3436 |2605 | 102k|  1 |2754 |5963 |-1.116364e+04 |      --      |    Inf |   2.11%
230.41/231.33	c   215s| 25700 | 25485 |  1037k|  40.2 |   356M |  69 |2538 |3433 |2623 | 103k|  1 |2757 |5966 |-1.116364e+04 |      --      |    Inf |   2.11%
231.40/232.39	c   216s| 25800 | 25585 |  1041k|  40.3 |   356M |  69 |2538 |3429 |2610 | 103k|  1 |2757 |5984 |-1.116364e+04 |      --      |    Inf |   2.11%
232.11/233.07	c   216s| 25900 | 25685 |  1045k|  40.3 |   357M |  69 |2538 |3420 |2584 | 104k|  1 |2757 |5995 |-1.116364e+04 |      --      |    Inf |   2.11%
232.90/233.85	c   217s| 26000 | 25779 |  1050k|  40.3 |   358M |  69 |2538 |3425 |2626 | 104k|  1 |2767 |6008 |-1.116364e+04 |      --      |    Inf |   2.11%
233.69/234.63	c   218s| 26100 | 25875 |  1053k|  40.3 |   359M |  69 |2538 |3424 |2626 | 104k|  1 |2777 |6020 |-1.116364e+04 |      --      |    Inf |   2.11%
234.59/235.52	c   219s| 26200 | 25973 |  1058k|  40.3 |   359M |  69 |2538 |3427 |2633 | 105k|  1 |2795 |6033 |-1.116364e+04 |      --      |    Inf |   2.11%
235.20/236.19	c   220s| 26300 | 26069 |  1062k|  40.3 |   359M |  69 |2538 |3428 |2618 | 105k|  5 |2802 |6038 |-1.116364e+04 |      --      |    Inf |   2.11%
236.09/237.10	c   220s| 26400 | 26165 |  1067k|  40.3 |   360M |  69 |2538 |3426 |2600 | 106k|  4 |2813 |6060 |-1.116364e+04 |      --      |    Inf |   2.11%
237.09/238.01	c   221s| 26500 | 26265 |  1072k|  40.3 |   360M |  69 |2538 |3418 |2605 | 106k|  1 |2813 |6062 |-1.116457e+04 |      --      |    Inf |   2.11%
238.09/239.07	c   222s| 26600 | 26359 |  1076k|  40.3 |   362M |  69 |2538 |3430 |2616 | 107k|  1 |2835 |6072 |-1.116630e+04 |      --      |    Inf |   2.11%
238.77/239.71	c   223s| 26700 | 26459 |  1080k|  40.3 |   362M |  69 |2538 |3435 |2596 | 107k|  2 |2846 |6080 |-1.116630e+04 |      --      |    Inf |   2.11%
239.67/240.61	c   224s| 26800 | 26559 |  1084k|  40.4 |   363M |  69 |2538 |3438 |2572 | 107k|  1 |2857 |6083 |-1.116630e+04 |      --      |    Inf |   2.11%
240.66/241.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
240.66/241.64	c   225s| 26900 | 26653 |  1089k|  40.4 |   365M |  69 |2538 |3452 |2567 | 108k|  1 |2879 |6123 |-1.116706e+04 |      --      |    Inf |   2.11%
241.46/242.44	c   226s| 27000 | 26753 |  1092k|  40.4 |   366M |  69 |2538 |3448 |2525 | 108k|  1 |2879 |6127 |-1.116706e+04 |      --      |    Inf |   2.11%
242.36/243.38	c   227s| 27100 | 26853 |  1097k|  40.4 |   367M |  69 |2538 |3443 |2599 | 109k|  1 |2879 |6137 |-1.116778e+04 |      --      |    Inf |   2.11%
243.35/244.39	c   228s| 27200 | 26949 |  1101k|  40.4 |   368M |  69 |2538 |3447 |2655 | 109k|  1 |2888 |6152 |-1.116778e+04 |      --      |    Inf |   2.11%
244.55/245.58	c   229s| 27300 | 27049 |  1109k|  40.5 |   368M |  69 |2538 |3441 |2632 | 110k|  1 |2888 |6175 |-1.116778e+04 |      --      |    Inf |   2.11%
245.54/246.57	c   230s| 27400 | 27141 |  1114k|  40.6 |   368M |  69 |2538 |3461 |2631 | 110k|  1 |2924 |6206 |-1.116778e+04 |      --      |    Inf |   2.11%
246.44/247.43	c   231s| 27500 | 27239 |  1119k|  40.6 |   368M |  69 |2538 |3454 |2619 | 111k|  1 |2929 |6222 |-1.116778e+04 |      --      |    Inf |   2.11%
247.24/248.20	c   232s| 27600 | 27339 |  1123k|  40.6 |   369M |  69 |2538 |3443 |2586 | 111k|  1 |2929 |6245 |-1.116778e+04 |      --      |    Inf |   2.11%
248.15/249.11	c   232s| 27700 | 27439 |  1127k|  40.6 |   369M |  69 |2538 |3433 |2563 | 111k|  1 |2929 |6269 |-1.116778e+04 |      --      |    Inf |   2.11%
248.93/249.91	c   233s| 27800 | 27539 |  1131k|  40.6 |   369M |  69 |2538 |3428 |2604 | 112k|  1 |2929 |6283 |-1.116778e+04 |      --      |    Inf |   2.11%
249.93/250.98	c   234s| 27900 | 27635 |  1136k|  40.6 |   369M |  69 |2538 |3435 |2628 | 112k|  1 |2942 |6307 |-1.116778e+04 |      --      |    Inf |   2.11%
250.92/251.90	c   235s| 28000 | 27723 |  1141k|  40.7 |   370M |  69 |2538 |3460 |2643 | 113k|  1 |2979 |6334 |-1.116809e+04 |      --      |    Inf |   2.11%
251.52/252.51	c   236s| 28100 | 27823 |  1146k|  40.7 |   371M |  69 |2538 |3458 |2589 | 113k|  1 |2990 |6339 |-1.116809e+04 |      --      |    Inf |   2.11%
252.32/253.38	c   237s| 28200 | 27923 |  1150k|  40.7 |   372M |  69 |2538 |3444 |2593 | 114k|  5 |2990 |6367 |-1.116809e+04 |      --      |    Inf |   2.11%
253.13/254.16	c   238s| 28300 | 28019 |  1155k|  40.7 |   372M |  69 |2538 |3446 |2589 | 114k|  1 |2999 |6397 |-1.116809e+04 |      --      |    Inf |   2.11%
254.02/255.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
254.02/255.04	c   238s| 28400 | 28119 |  1159k|  40.7 |   373M |  69 |2538 |3435 |2592 | 114k|  1 |2999 |6416 |-1.116809e+04 |      --      |    Inf |   2.11%
254.71/255.78	c   239s| 28500 | 28219 |  1163k|  40.7 |   377M |  69 |2538 |3432 |2559 | 115k|  1 |3010 |6435 |-1.116809e+04 |      --      |    Inf |   2.11%
255.50/256.57	c   240s| 28600 | 28319 |  1168k|  40.7 |   377M |  69 |2538 |3428 |2624 | 115k|  1 |3010 |6453 |-1.116809e+04 |      --      |    Inf |   2.11%
256.40/257.47	c   241s| 28700 | 28419 |  1173k|  40.8 |   377M |  69 |2538 |3470 |2582 | 116k|  1 |3061 |6477 |-1.116809e+04 |      --      |    Inf |   2.11%
257.20/258.21	c   242s| 28800 | 28515 |  1177k|  40.8 |   377M |  69 |2538 |3469 |2567 | 116k|  1 |3070 |6506 |-1.116809e+04 |      --      |    Inf |   2.11%
258.01/259.06	c   242s| 28900 | 28615 |  1182k|  40.8 |   377M |  69 |2538 |3459 |2584 | 116k|  1 |3070 |6514 |-1.116809e+04 |      --      |    Inf |   2.11%
258.89/259.99	c   243s| 29000 | 28715 |  1186k|  40.8 |   377M |  69 |2538 |3453 |2612 | 117k|  1 |3070 |6540 |-1.116809e+04 |      --      |    Inf |   2.11%
259.69/260.76	c   244s| 29100 | 28815 |  1191k|  40.8 |   377M |  69 |2538 |3444 |2627 | 117k|  1 |3070 |6559 |-1.116809e+04 |      --      |    Inf |   2.11%
260.58/261.67	c   245s| 29200 | 28915 |  1196k|  40.9 |   377M |  69 |2538 |3438 |2578 | 118k|  1 |3070 |6577 |-1.116809e+04 |      --      |    Inf |   2.11%
261.59/262.67	c   246s| 29300 | 29015 |  1201k|  40.9 |   380M |  69 |2538 |3429 |2563 | 118k|  1 |3070 |6602 |-1.116809e+04 |      --      |    Inf |   2.11%
262.49/263.57	c   247s| 29400 | 29115 |  1205k|  40.9 |   381M |  69 |2538 |3455 |2561 | 118k|  1 |3101 |6621 |-1.116809e+04 |      --      |    Inf |   2.11%
263.38/264.44	c   248s| 29500 | 29207 |  1209k|  40.9 |   381M |  69 |2538 |3474 |2576 | 119k|  1 |3124 |6644 |-1.116809e+04 |      --      |    Inf |   2.11%
264.18/265.27	c   249s| 29600 | 29307 |  1214k|  40.9 |   381M |  69 |2538 |3460 |2645 | 119k|  2 |3124 |6659 |-1.116809e+04 |      --      |    Inf |   2.11%
265.09/266.19	c   250s| 29700 | 29407 |  1218k|  40.9 |   382M |  69 |2538 |3445 |2628 | 120k|  1 |3124 |6667 |-1.117041e+04 |      --      |    Inf |   2.11%
265.98/267.01	c   250s| 29800 | 29498 |  1223k|  41.0 |   383M |  69 |2538 |3490 |2599 | 120k|  1 |3180 |6698 |-1.117041e+04 |      --      |    Inf |   2.11%
266.98/268.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
266.98/268.02	c   251s| 29900 | 29596 |  1227k|  41.0 |   385M |  69 |2538 |3484 |2569 | 121k|  1 |3185 |6708 |-1.117304e+04 |      --      |    Inf |   2.11%
267.66/268.75	c   252s| 30000 | 29696 |  1231k|  41.0 |   386M |  69 |2538 |3473 |2564 | 121k|  1 |3185 |6730 |-1.117304e+04 |      --      |    Inf |   2.11%
268.76/269.84	c   253s| 30100 | 29788 |  1236k|  41.0 |   390M |  69 |2538 |3483 |2570 | 121k|  1 |3199 |6760 |-1.117304e+04 |      --      |    Inf |   2.11%
269.76/270.85	c   254s| 30200 | 29886 |  1241k|  41.0 |   390M |  69 |2538 |3496 |2625 | 122k|  1 |3220 |6791 |-1.117304e+04 |      --      |    Inf |   2.11%
270.45/271.59	c   255s| 30300 | 29982 |  1245k|  41.0 |   390M |  69 |2538 |3485 |2674 | 122k|  1 |3227 |6797 |-1.117304e+04 |      --      |    Inf |   2.11%
271.55/272.60	c   256s| 30400 | 30078 |  1249k|  41.0 |   391M |  69 |2538 |3485 |2604 | 123k|  1 |3237 |6803 |-1.117304e+04 |      --      |    Inf |   2.11%
272.44/273.55	c   257s| 30500 | 30178 |  1254k|  41.0 |   391M |  69 |2538 |3479 |2596 | 123k|  1 |3237 |6815 |-1.117304e+04 |      --      |    Inf |   2.11%
273.44/274.52	c   258s| 30600 | 30278 |  1259k|  41.1 |   392M |  69 |2538 |3476 |2590 | 124k|  1 |3240 |6836 |-1.117304e+04 |      --      |    Inf |   2.11%
274.44/275.59	c   259s| 30700 | 30378 |  1264k|  41.1 |   392M |  69 |2538 |3461 |2644 | 124k|  1 |3240 |6843 |-1.117304e+04 |      --      |    Inf |   2.11%
275.53/276.65	c   260s| 30800 | 30478 |  1267k|  41.1 |   393M |  69 |2538 |3457 |2602 | 125k|  1 |3240 |6852 |-1.117511e+04 |      --      |    Inf |   2.11%
276.33/277.46	c   261s| 30900 | 30574 |  1273k|  41.1 |   394M |  69 |2538 |3483 |2566 | 125k|  1 |3281 |6873 |-1.117851e+04 |      --      |    Inf |   2.11%
277.22/278.37	c   262s| 31000 | 30674 |  1278k|  41.2 |   395M |  69 |2538 |3478 |2576 | 125k|  1 |3281 |6891 |-1.117851e+04 |      --      |    Inf |   2.11%
277.93/279.08	c   262s| 31100 | 30770 |  1283k|  41.2 |   396M |  69 |2538 |3479 |2567 | 126k|  1 |3291 |6898 |-1.117851e+04 |      --      |    Inf |   2.11%
278.93/280.01	c   263s| 31200 | 30866 |  1287k|  41.2 |   397M |  69 |2538 |3489 |2557 | 126k|  1 |3313 |6931 |-1.117851e+04 |      --      |    Inf |   2.11%
279.81/280.96	c   264s| 31300 | 30966 |  1291k|  41.2 |   397M |  69 |2538 |3479 |2638 | 127k|  1 |3313 |6937 |-1.117851e+04 |      --      |    Inf |   2.11%
280.71/281.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
280.71/281.85	c   265s| 31400 | 31062 |  1296k|  41.2 |   399M |  69 |2538 |3479 |2639 | 127k|  1 |3322 |6945 |-1.117851e+04 |      --      |    Inf |   2.11%
281.61/282.71	c   266s| 31500 | 31160 |  1302k|  41.3 |   400M |  69 |2538 |3475 |2588 | 127k|  1 |3328 |6951 |-1.117851e+04 |      --      |    Inf |   2.11%
282.40/283.50	c   267s| 31600 | 31260 |  1307k|  41.3 |   400M |  69 |2538 |3467 |2603 | 128k|  1 |3328 |6970 |-1.117851e+04 |      --      |    Inf |   2.11%
283.10/284.27	c   268s| 31700 | 31360 |  1312k|  41.3 |   400M |  69 |2538 |3465 |2647 | 128k|  1 |3331 |6983 |-1.117851e+04 |      --      |    Inf |   2.11%
284.01/285.18	c   269s| 31800 | 31460 |  1317k|  41.3 |   400M |  69 |2538 |3456 |2630 | 129k|  1 |3331 |6998 |-1.117851e+04 |      --      |    Inf |   2.11%
285.19/286.39	c   270s| 31900 | 31560 |  1323k|  41.4 |   411M |  69 |2538 |3485 |2642 | 129k|  1 |3365 |6999 |-1.117851e+04 |      --      |    Inf |   2.11%
286.00/287.19	c   271s| 32000 | 31656 |  1328k|  41.4 |   411M |  69 |2538 |3480 |2577 | 130k|  1 |3372 |7015 |-1.117851e+04 |      --      |    Inf |   2.11%
286.90/288.03	c   271s| 32100 | 31748 |  1333k|  41.5 |   412M |  69 |2538 |3515 |2578 | 130k|  1 |3418 |7040 |-1.117851e+04 |      --      |    Inf |   2.11%
287.68/288.87	c   272s| 32200 | 31848 |  1338k|  41.5 |   414M |  69 |2538 |3502 |2600 | 130k|  3 |3418 |7053 |-1.117851e+04 |      --      |    Inf |   2.11%
288.78/289.98	c   273s| 32300 | 31948 |  1343k|  41.5 |   416M |  69 |2538 |3487 |2561 | 131k|  1 |3418 |7077 |-1.117851e+04 |      --      |    Inf |   2.11%
289.67/290.86	c   274s| 32400 | 32048 |  1348k|  41.5 |   416M |  69 |2538 |3477 |2636 | 131k|  1 |3418 |7085 |-1.117851e+04 |      --      |    Inf |   2.11%
290.57/291.78	c   275s| 32500 | 32146 |  1353k|  41.5 |   417M |  69 |2538 |3474 |2662 | 132k|  6 |3428 |7108 |-1.117851e+04 |      --      |    Inf |   2.11%
291.27/292.46	c   276s| 32600 | 32246 |  1358k|  41.6 |   417M |  69 |2538 |3467 |2628 | 132k|  1 |3428 |7111 |-1.117851e+04 |      --      |    Inf |   2.11%
291.98/293.16	c   277s| 32700 | 32342 |  1362k|  41.6 |   417M |  71 |2538 |3468 |2568 | 132k|  1 |3438 |7126 |-1.117851e+04 |      --      |    Inf |   2.11%
292.88/294.06	c   277s| 32800 | 32438 |  1367k|  41.6 |   417M |  71 |2538 |3468 |2617 | 133k|  1 |3450 |7129 |-1.117851e+04 |      --      |    Inf |   2.11%
293.76/295.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
293.76/295.00	c   278s| 32900 | 32532 |  1372k|  41.6 |   419M |  71 |2538 |3466 |2631 | 133k|  1 |3458 |7135 |-1.117851e+04 |      --      |    Inf |   2.11%
294.46/295.62	c   279s| 33000 | 32628 |  1376k|  41.6 |   419M |  71 |2538 |3479 |2563 | 133k|  2 |3480 |7146 |-1.117851e+04 |      --      |    Inf |   2.11%
295.26/296.45	c   280s| 33100 | 32728 |  1380k|  41.6 |   420M |  71 |2538 |3472 |2594 | 134k|  1 |3480 |7150 |-1.117884e+04 |      --      |    Inf |   2.11%
296.15/297.31	c   281s| 33200 | 32824 |  1385k|  41.6 |   420M |  71 |2538 |3470 |2586 | 134k|  1 |3491 |7153 |-1.117884e+04 |      --      |    Inf |   2.11%
296.86/298.04	c   281s| 33300 | 32924 |  1390k|  41.7 |   422M |  71 |2538 |3466 |2631 | 135k|  1 |3491 |7164 |-1.117884e+04 |      --      |    Inf |   2.11%
297.55/298.74	c   282s| 33400 | 33024 |  1394k|  41.6 |   423M |  71 |2538 |3456 |2594 | 135k|  1 |3491 |7193 |-1.117884e+04 |      --      |    Inf |   2.11%
298.55/299.72	c   283s| 33500 | 33124 |  1398k|  41.7 |   423M |  71 |2538 |3449 |2581 | 135k|  1 |3491 |7193 |-1.117898e+04 |      --      |    Inf |   2.11%
299.34/300.53	c   284s| 33600 | 33220 |  1403k|  41.7 |   423M |  71 |2538 |3458 |2633 | 136k|  1 |3503 |7193 |-1.117898e+04 |      --      |    Inf |   2.11%
300.14/301.36	c   285s| 33700 | 33320 |  1407k|  41.7 |   424M |  71 |2538 |3449 |2609 | 136k|  1 |3503 |7194 |-1.117898e+04 |      --      |    Inf |   2.11%
300.74/301.99	c   285s| 33800 | 33420 |  1410k|  41.7 |   424M |  71 |2538 |3439 |2561 | 136k|  1 |3503 |7201 |-1.117898e+04 |      --      |    Inf |   2.11%
301.73/302.95	c   286s| 33900 | 33520 |  1415k|  41.7 |   426M |  71 |2538 |3431 |2648 | 137k|  1 |3503 |7203 |-1.117898e+04 |      --      |    Inf |   2.11%
302.63/303.85	c   287s| 34000 | 33618 |  1420k|  41.7 |   427M |  71 |2538 |3435 |2605 | 137k|  1 |3513 |7210 |-1.117898e+04 |      --      |    Inf |   2.11%
303.73/305.01	c   288s| 34100 | 33714 |  1425k|  41.7 |   430M |  71 |2538 |3448 |2585 | 138k|  3 |3536 |7216 |-1.117898e+04 |      --      |    Inf |   2.11%
304.84/306.06	c   289s| 34200 | 33812 |  1430k|  41.7 |   430M |  71 |2538 |3448 |2554 | 138k|  1 |3547 |7241 |-1.117898e+04 |      --      |    Inf |   2.11%
305.83/307.03	c   290s| 34300 | 33908 |  1436k|  41.8 |   435M |  71 |2538 |3451 |2643 | 139k|  1 |3555 |7246 |-1.117898e+04 |      --      |    Inf |   2.11%
306.83/308.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
306.83/308.02	c   291s| 34400 | 34002 |  1441k|  41.8 |   438M |  71 |2538 |3458 |2619 | 139k|  1 |3572 |7252 |-1.117898e+04 |      --      |    Inf |   2.11%
307.51/308.75	c   292s| 34500 | 34098 |  1446k|  41.8 |   438M |  71 |2538 |3509 |2594 | 140k|  1 |3632 |7252 |-1.117898e+04 |      --      |    Inf |   2.11%
308.21/309.43	c   293s| 34600 | 34194 |  1449k|  41.8 |   438M |  71 |2538 |3503 |2597 | 140k|  1 |3639 |7261 |-1.117898e+04 |      --      |    Inf |   2.11%
309.10/310.30	c   294s| 34700 | 34290 |  1454k|  41.8 |   438M |  71 |2538 |3511 |2664 | 140k|  1 |3659 |7279 |-1.117898e+04 |      --      |    Inf |   2.11%
310.10/311.32	c   295s| 34800 | 34390 |  1459k|  41.8 |   438M |  71 |2538 |3500 |2624 | 141k|  1 |3659 |7289 |-1.117898e+04 |      --      |    Inf |   2.11%
310.81/312.02	c   295s| 34900 | 34484 |  1463k|  41.8 |   438M |  71 |2538 |3497 |2606 | 141k|  1 |3672 |7296 |-1.117898e+04 |      --      |    Inf |   2.11%
311.60/312.85	c   296s| 35000 | 34584 |  1468k|  41.9 |   438M |  71 |2538 |3488 |2560 | 142k|  1 |3678 |7306 |-1.118024e+04 |      --      |    Inf |   2.11%
312.49/313.74	c   297s| 35100 | 34684 |  1472k|  41.9 |   438M |  71 |2538 |3481 |2633 | 142k|  1 |3678 |7312 |-1.118024e+04 |      --      |    Inf |   2.11%
313.49/314.76	c   298s| 35200 | 34776 |  1477k|  41.9 |   439M |  71 |2538 |3499 |2620 | 143k|  1 |3700 |7329 |-1.118024e+04 |      --      |    Inf |   2.11%
314.39/315.68	c   299s| 35300 | 34876 |  1482k|  41.9 |   440M |  71 |2538 |3494 |2582 | 143k|  1 |3703 |7334 |-1.118024e+04 |      --      |    Inf |   2.11%
315.08/316.37	c   300s| 35400 | 34970 |  1486k|  41.9 |   440M |  71 |2538 |3506 |2578 | 143k|  2 |3724 |7345 |-1.118024e+04 |      --      |    Inf |   2.11%
315.89/317.11	c   300s| 35500 | 35070 |  1490k|  41.9 |   442M |  71 |2538 |3501 |2638 | 144k|  2 |3724 |7349 |-1.118024e+04 |      --      |    Inf |   2.11%
316.68/317.90	c   301s| 35600 | 35166 |  1494k|  41.9 |   442M |  71 |2538 |3502 |2626 | 144k|  1 |3735 |7357 |-1.118024e+04 |      --      |    Inf |   2.11%
317.47/318.78	c   302s| 35700 | 35263 |  1498k|  41.9 |   443M |  71 |2538 |3506 |2637 | 144k|  1 |3746 |7362 |-1.118024e+04 |      --      |    Inf |   2.11%
318.27/319.54	c   303s| 35800 | 35363 |  1502k|  41.9 |   443M |  71 |2538 |3494 |2587 | 145k|  1 |3746 |7372 |-1.118116e+04 |      --      |    Inf |   2.11%
318.97/320.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
318.97/320.25	c   304s| 35900 | 35463 |  1506k|  41.9 |   444M |  71 |2538 |3489 |2641 | 145k|  1 |3746 |7390 |-1.118116e+04 |      --      |    Inf |   2.11%
319.96/321.26	c   305s| 36000 | 35561 |  1511k|  41.9 |   446M |  71 |2538 |3487 |2632 | 145k|  1 |3756 |7397 |-1.118116e+04 |      --      |    Inf |   2.11%
320.77/322.03	c   305s| 36100 | 35659 |  1516k|  41.9 |   446M |  71 |2538 |3472 |2579 | 146k|  1 |3758 |7414 |-1.118116e+04 |      --      |    Inf |   2.11%
321.56/322.88	c   306s| 36200 | 35757 |  1520k|  41.9 |   447M |  71 |2538 |3471 |2641 | 146k|  0 |3767 |7421 |-1.118116e+04 |      --      |    Inf |   2.11%
322.45/323.75	c   307s| 36300 | 35855 |  1524k|  41.9 |   447M |  71 |2538 |3463 |2627 | 147k|  1 |3768 |7429 |-1.118116e+04 |      --      |    Inf |   2.11%
323.65/324.93	c   308s| 36400 | 35953 |  1529k|  41.9 |   452M |  77 |2538 |3462 |2563 | 147k|  1 |3779 |7462 |-1.118477e+04 |      --      |    Inf |   2.11%
324.45/325.71	c   309s| 36500 | 36049 |  1533k|  41.9 |   452M |  77 |2538 |3467 |2632 | 148k|  1 |3786 |7478 |-1.118603e+04 |      --      |    Inf |   2.11%
325.34/326.63	c   310s| 36600 | 36141 |  1538k|  42.0 |   453M |  77 |2538 |3478 |2627 | 148k|  1 |3807 |7497 |-1.118603e+04 |      --      |    Inf |   2.11%
326.34/327.60	c   311s| 36700 | 36233 |  1543k|  42.0 |   454M |  77 |2538 |3487 |2561 | 148k|  1 |3825 |7522 |-1.118603e+04 |      --      |    Inf |   2.11%
327.34/328.61	c   312s| 36800 | 36329 |  1548k|  42.0 |   455M |  77 |2538 |3489 |2646 | 149k|  1 |3840 |7542 |-1.118603e+04 |      --      |    Inf |   2.11%
328.13/329.47	c   313s| 36900 | 36429 |  1552k|  42.0 |   456M |  77 |2538 |3475 |2596 | 149k|  1 |3840 |7567 |-1.118603e+04 |      --      |    Inf |   2.11%
328.93/330.28	c   314s| 37000 | 36525 |  1556k|  42.0 |   456M |  77 |2538 |3486 |2606 | 149k|  1 |3860 |7581 |-1.118603e+04 |      --      |    Inf |   2.11%
330.22/331.53	c   315s| 37100 | 36619 |  1560k|  42.0 |   456M |  77 |2538 |3498 |2553 | 150k|  1 |3892 |7598 |-1.119525e+04 |      --      |    Inf |   2.11%
331.12/332.41	c   316s| 37200 | 36719 |  1564k|  42.0 |   458M |  77 |2538 |3485 |2608 | 150k|  1 |3892 |7616 |-1.119769e+04 |      --      |    Inf |   2.11%
332.12/333.44	c   317s| 37300 | 36819 |  1569k|  42.0 |   461M |  77 |2538 |3473 |2572 | 151k|  1 |3892 |7644 |-1.119769e+04 |      --      |    Inf |   2.11%
333.21/334.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
333.21/334.50	c   318s| 37400 | 36919 |  1574k|  42.0 |   462M |  77 |2538 |3463 |2625 | 151k|  1 |3892 |7671 |-1.119769e+04 |      --      |    Inf |   2.11%
334.11/335.47	c   319s| 37500 | 37019 |  1579k|  42.0 |   462M |  77 |2538 |3455 |2581 | 152k|  1 |3892 |7703 |-1.119769e+04 |      --      |    Inf |   2.11%
335.11/336.44	c   320s| 37600 | 37119 |  1585k|  42.1 |   462M |  77 |2538 |3460 |2627 | 152k|  1 |3904 |7732 |-1.119776e+04 |      --      |    Inf |   2.11%
336.10/337.41	c   321s| 37700 | 37219 |  1589k|  42.1 |   462M |  77 |2538 |3438 |2564 | 153k|  1 |3904 |7751 |-1.119834e+04 |      --      |    Inf |   2.11%
337.00/338.31	c   322s| 37800 | 37319 |  1593k|  42.1 |   462M |  77 |2538 |3420 |2566 | 153k|  1 |3904 |7767 |-1.119834e+04 |      --      |    Inf |   2.11%
337.89/339.24	c   323s| 37900 | 37419 |  1598k|  42.1 |   462M |  77 |2538 |3411 |2583 | 153k|  1 |3915 |7788 |-1.119856e+04 |      --      |    Inf |   2.11%
338.80/340.18	c   324s| 38000 | 37519 |  1604k|  42.1 |   462M |  77 |2538 |3401 |2661 | 154k|  1 |3915 |7804 |-1.119856e+04 |      --      |    Inf |   2.11%
339.70/341.06	c   324s| 38100 | 37619 |  1609k|  42.2 |   464M |  77 |2538 |3391 |2578 | 154k|  1 |3915 |7823 |-1.119920e+04 |      --      |    Inf |   2.11%
340.79/342.14	c   325s| 38200 | 37719 |  1615k|  42.2 |   465M |  77 |2538 |3412 |2647 | 155k|  1 |3942 |7834 |-1.119920e+04 |      --      |    Inf |   2.11%
341.58/342.91	c   326s| 38300 | 37819 |  1620k|  42.2 |   466M |  77 |2538 |3399 |2604 | 155k|  3 |3942 |7879 |-1.119920e+04 |      --      |    Inf |   2.11%
342.47/343.87	c   327s| 38400 | 37919 |  1624k|  42.2 |   469M |  77 |2538 |3394 |2651 | 156k|  1 |3942 |7896 |-1.119920e+04 |      --      |    Inf |   2.11%
343.37/344.78	c   328s| 38500 | 38019 |  1630k|  42.3 |   470M |  77 |2538 |3387 |2599 | 156k|  1 |3944 |7908 |-1.119928e+04 |      --      |    Inf |   2.11%
344.17/345.57	c   329s| 38600 | 38119 |  1635k|  42.3 |   471M |  77 |2538 |3374 |2628 | 157k|  1 |3944 |7912 |-1.119970e+04 |      --      |    Inf |   2.11%
345.26/346.64	c   330s| 38700 | 38219 |  1640k|  42.3 |   473M |  77 |2538 |3360 |2578 | 157k|  1 |3944 |7928 |-1.119982e+04 |      --      |    Inf |   2.11%
346.07/347.45	c   331s| 38800 | 38319 |  1644k|  42.3 |   475M |  77 |2538 |3353 |2622 | 158k|  1 |3944 |7936 |-1.120104e+04 |      --      |    Inf |   2.11%
346.78/348.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
346.78/348.13	c   331s| 38900 | 38419 |  1649k|  42.3 |   476M |  77 |2538 |3345 |2583 | 158k|  1 |3944 |7943 |-1.120104e+04 |      --      |    Inf |   2.11%
347.86/349.22	c   333s| 39000 | 38519 |  1654k|  42.3 |   476M |  77 |2538 |3330 |2668 | 159k|  8 |3944 |7954 |-1.120152e+04 |      --      |    Inf |   2.11%
348.77/350.14	c   333s| 39100 | 38619 |  1660k|  42.4 |   476M |  77 |2538 |3322 |2567 | 159k|  1 |3944 |7958 |-1.120155e+04 |      --      |    Inf |   2.11%
349.55/350.98	c   334s| 39200 | 38719 |  1664k|  42.4 |   476M |  77 |2538 |3332 |2628 | 159k|  1 |3963 |7958 |-1.120211e+04 |      --      |    Inf |   2.11%
350.35/351.73	c   335s| 39300 | 38819 |  1669k|  42.4 |   476M |  77 |2538 |3316 |2570 | 160k|  1 |3963 |7969 |-1.120211e+04 |      --      |    Inf |   2.11%
351.05/352.44	c   336s| 39400 | 38917 |  1673k|  42.4 |   476M |  77 |2538 |3304 |2604 | 160k|  1 |3970 |7993 |-1.120211e+04 |      --      |    Inf |   2.11%
351.84/353.24	c   337s| 39500 | 39017 |  1678k|  42.4 |   477M |  77 |2538 |3295 |2574 | 161k|  1 |3970 |8006 |-1.120211e+04 |      --      |    Inf |   2.11%
352.65/354.04	c   337s| 39600 | 39117 |  1683k|  42.4 |   477M |  77 |2538 |3291 |2615 | 161k|  1 |3970 |8012 |-1.120211e+04 |      --      |    Inf |   2.11%
353.54/354.96	c   338s| 39700 | 39213 |  1688k|  42.4 |   478M |  77 |2538 |3322 |2582 | 161k|  1 |4005 |8031 |-1.120211e+04 |      --      |    Inf |   2.11%
354.53/355.95	c   339s| 39800 | 39313 |  1693k|  42.5 |   478M |  77 |2538 |3342 |2614 | 162k|  1 |4026 |8047 |-1.120211e+04 |      --      |    Inf |   2.11%
355.23/356.69	c   340s| 39900 | 39413 |  1698k|  42.5 |   482M |  77 |2538 |3335 |2605 | 162k|  1 |4026 |8063 |-1.120211e+04 |      --      |    Inf |   2.11%
356.23/357.61	c   341s| 40000 | 39513 |  1703k|  42.5 |   482M |  77 |2538 |3328 |2653 | 163k|  1 |4026 |8083 |-1.120212e+04 |      --      |    Inf |   2.11%
356.92/358.36	c   342s| 40100 | 39613 |  1708k|  42.5 |   483M |  77 |2538 |3318 |2607 | 163k|  3 |4026 |8084 |-1.120225e+04 |      --      |    Inf |   2.11%
357.82/359.24	c   343s| 40200 | 39713 |  1713k|  42.5 |   483M |  77 |2538 |3308 |2615 | 164k|  1 |4026 |8090 |-1.120227e+04 |      --      |    Inf |   2.11%
358.73/360.19	c   344s| 40300 | 39813 |  1719k|  42.6 |   483M |  77 |2538 |3303 |2598 | 164k|  1 |4026 |8097 |-1.120248e+04 |      --      |    Inf |   2.11%
359.81/361.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
359.81/361.26	c   345s| 40400 | 39913 |  1724k|  42.6 |   485M |  77 |2538 |3287 |2631 | 164k|  1 |4026 |8126 |-1.120267e+04 |      --      |    Inf |   2.11%
360.62/362.07	c   345s| 40500 | 40005 |  1729k|  42.6 |   486M |  77 |2538 |3287 |2613 | 165k|  1 |4039 |8134 |-1.120267e+04 |      --      |    Inf |   2.11%
361.41/362.87	c   346s| 40600 | 40105 |  1733k|  42.6 |   486M |  77 |2538 |3275 |2582 | 165k|  1 |4039 |8157 |-1.120267e+04 |      --      |    Inf |   2.11%
362.50/363.96	c   347s| 40700 | 40193 |  1738k|  42.6 |   487M |  77 |2538 |3306 |2647 | 165k|  1 |4074 |8192 |-1.120267e+04 |      --      |    Inf |   2.11%
363.40/364.82	c   348s| 40800 | 40283 |  1743k|  42.6 |   487M |  77 |2538 |3327 |2582 | 166k|  1 |4107 |8212 |-1.120267e+04 |      --      |    Inf |   2.11%
364.29/365.70	c   349s| 40900 | 40383 |  1748k|  42.7 |   487M |  77 |2538 |3332 |2616 | 166k|  3 |4114 |8225 |-1.120267e+04 |      --      |    Inf |   2.11%
364.89/366.32	c   350s| 41000 | 40475 |  1752k|  42.7 |   487M |  77 |2538 |3340 |2601 | 167k|  1 |4133 |8235 |-1.120344e+04 |      --      |    Inf |   2.11%
365.70/367.19	c   351s| 41100 | 40575 |  1757k|  42.7 |   487M |  77 |2538 |3352 |2616 | 167k|  1 |4152 |8240 |-1.120353e+04 |      --      |    Inf |   2.11%
366.49/367.94	c   351s| 41200 | 40675 |  1762k|  42.7 |   487M |  77 |2538 |3346 |2615 | 167k|  1 |4152 |8258 |-1.120482e+04 |      --      |    Inf |   2.11%
367.08/368.52	c   352s| 41300 | 40775 |  1766k|  42.7 |   487M |  77 |2538 |3342 |2646 | 168k|  1 |4152 |8264 |-1.120482e+04 |      --      |    Inf |   2.11%
367.78/369.20	c   353s| 41400 | 40875 |  1770k|  42.7 |   487M |  77 |2538 |3337 |2590 | 168k|  1 |4152 |8268 |-1.120482e+04 |      --      |    Inf |   2.11%
368.69/370.18	c   354s| 41500 | 40975 |  1775k|  42.7 |   488M |  77 |2538 |3331 |2626 | 168k|  1 |4152 |8277 |-1.120496e+04 |      --      |    Inf |   2.11%
369.47/370.92	c   354s| 41600 | 41075 |  1780k|  42.7 |   489M |  77 |2538 |3328 |2621 | 169k|  1 |4152 |8279 |-1.120498e+04 |      --      |    Inf |   2.11%
370.37/371.82	c   355s| 41700 | 41175 |  1785k|  42.8 |   491M |  77 |2538 |3337 |2678 | 169k|  5 |4163 |8280 |-1.120512e+04 |      --      |    Inf |   2.11%
371.07/372.58	c   356s| 41800 | 41275 |  1790k|  42.8 |   491M |  77 |2538 |3332 |2605 | 170k|  1 |4163 |8286 |-1.120548e+04 |      --      |    Inf |   2.11%
371.96/373.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
371.96/373.49	c   357s| 41900 | 41375 |  1795k|  42.8 |   493M |  77 |2538 |3331 |2647 | 170k|  1 |4163 |8286 |-1.120738e+04 |      --      |    Inf |   2.11%
372.68/374.16	c   358s| 42000 | 41475 |  1801k|  42.8 |   494M |  77 |2538 |3329 |2607 | 171k|  1 |4163 |8288 |-1.120738e+04 |      --      |    Inf |   2.11%
373.57/375.05	c   358s| 42100 | 41575 |  1806k|  42.8 |   497M |  77 |2538 |3337 |2664 | 171k|  1 |4174 |8294 |-1.120738e+04 |      --      |    Inf |   2.11%
374.35/375.82	c   359s| 42200 | 41675 |  1812k|  42.9 |   499M |  77 |2538 |3333 |2625 | 172k|  1 |4174 |8294 |-1.120738e+04 |      --      |    Inf |   2.11%
375.05/376.59	c   360s| 42300 | 41775 |  1816k|  42.9 |   500M |  77 |2538 |3327 |2633 | 172k|  1 |4174 |8295 |-1.120745e+04 |      --      |    Inf |   2.11%
375.95/377.50	c   361s| 42400 | 41875 |  1822k|  42.9 |   519M |  77 |2538 |3331 |2600 | 172k|  1 |4186 |8295 |-1.120745e+04 |      --      |    Inf |   2.11%
376.94/378.42	c   362s| 42500 | 41975 |  1827k|  42.9 |   520M |  77 |2538 |3328 |2658 | 173k|  1 |4186 |8296 |-1.120751e+04 |      --      |    Inf |   2.11%
377.55/379.08	c   362s| 42600 | 42073 |  1832k|  42.9 |   521M |  77 |2538 |3334 |2562 | 173k|  1 |4207 |8299 |-1.120768e+04 |      --      |    Inf |   2.11%
378.34/379.81	c   363s| 42700 | 42173 |  1837k|  43.0 |   521M |  77 |2538 |3331 |2637 | 174k|  1 |4207 |8311 |-1.120768e+04 |      --      |    Inf |   2.11%
379.13/380.65	c   364s| 42800 | 42273 |  1842k|  43.0 |   521M |  77 |2538 |3326 |2584 | 174k|  1 |4210 |8319 |-1.120768e+04 |      --      |    Inf |   2.11%
379.93/381.43	c   365s| 42900 | 42366 |  1846k|  43.0 |   521M |  77 |2538 |3330 |2599 | 174k|  1 |4227 |8323 |-1.120828e+04 |      --      |    Inf |   2.11%
380.64/382.15	c   366s| 43000 | 42466 |  1850k|  43.0 |   521M |  77 |2538 |3324 |2605 | 175k|  1 |4227 |8325 |-1.120892e+04 |      --      |    Inf |   2.11%
381.64/383.13	c   366s| 43100 | 42566 |  1856k|  43.0 |   521M |  77 |2538 |3321 |2599 | 175k|  1 |4227 |8325 |-1.121000e+04 |      --      |    Inf |   2.11%
382.53/384.05	c   367s| 43200 | 42666 |  1861k|  43.0 |   521M |  77 |2538 |3317 |2634 | 176k|  1 |4227 |8325 |-1.121000e+04 |      --      |    Inf |   2.11%
383.42/384.92	c   368s| 43300 | 42762 |  1866k|  43.0 |   521M |  77 |2538 |3313 |2585 | 176k|  1 |4234 |8330 |-1.121000e+04 |      --      |    Inf |   2.11%
384.52/386.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
384.52/386.02	c   369s| 43400 | 42854 |  1870k|  43.0 |   523M |  77 |2538 |3322 |2585 | 177k|  1 |4254 |8387 |-1.121000e+04 |      --      |    Inf |   2.11%
385.31/386.89	c   370s| 43500 | 42954 |  1875k|  43.0 |   524M |  77 |2538 |3307 |2617 | 177k|  1 |4254 |8412 |-1.121000e+04 |      --      |    Inf |   2.11%
386.11/387.62	c   371s| 43600 | 43050 |  1880k|  43.0 |   524M |  77 |2538 |3307 |2555 | 177k|  1 |4261 |8419 |-1.121000e+04 |      --      |    Inf |   2.11%
386.90/388.46	c   372s| 43700 | 43150 |  1884k|  43.0 |   524M |  77 |2538 |3302 |2607 | 178k|  1 |4261 |8421 |-1.121000e+04 |      --      |    Inf |   2.11%
387.51/389.02	c   372s| 43800 | 43250 |  1888k|  43.0 |   525M |  77 |2538 |3301 |2595 | 178k|  3 |4271 |8424 |-1.121000e+04 |      --      |    Inf |   2.11%
388.30/389.83	c   373s| 43900 | 43346 |  1892k|  43.0 |   526M |  77 |2538 |3308 |2602 | 178k|  1 |4284 |8432 |-1.121000e+04 |      --      |    Inf |   2.11%
388.99/390.50	c   374s| 44000 | 43442 |  1897k|  43.0 |   527M |  77 |2538 |3302 |2585 | 179k|  1 |4294 |8437 |-1.121000e+04 |      --      |    Inf |   2.11%
389.99/391.54	c   375s| 44100 | 43542 |  1901k|  43.0 |   527M |  77 |2538 |3297 |2629 | 179k|  1 |4294 |8443 |-1.121000e+04 |      --      |    Inf |   2.11%
390.89/392.49	c   376s| 44200 | 43638 |  1906k|  43.1 |   527M |  77 |2538 |3298 |2634 | 179k|  1 |4304 |8458 |-1.121000e+04 |      --      |    Inf |   2.11%
391.60/393.16	c   377s| 44300 | 43734 |  1910k|  43.1 |   532M |  77 |2538 |3294 |2559 | 180k|  1 |4311 |8464 |-1.121000e+04 |      --      |    Inf |   2.11%
392.38/393.92	c   377s| 44400 | 43834 |  1914k|  43.1 |   532M |  77 |2538 |3307 |2628 | 180k|  1 |4332 |8465 |-1.121000e+04 |      --      |    Inf |   2.11%
393.18/394.79	c   378s| 44500 | 43928 |  1919k|  43.1 |   532M |  77 |2538 |3321 |2568 | 181k|  1 |4356 |8473 |-1.121000e+04 |      --      |    Inf |   2.11%
393.97/395.54	c   379s| 44600 | 44026 |  1923k|  43.1 |   532M |  77 |2538 |3328 |2661 | 181k|  4 |4367 |8480 |-1.121000e+04 |      --      |    Inf |   2.11%
394.87/396.43	c   380s| 44700 | 44126 |  1927k|  43.1 |   532M |  77 |2538 |3322 |2676 | 181k|  4 |4367 |8493 |-1.121000e+04 |      --      |    Inf |   2.11%
395.58/397.15	c   381s| 44800 | 44220 |  1932k|  43.1 |   534M |  77 |2538 |3320 |2536 | 182k|  1 |4379 |8500 |-1.121000e+04 |      --      |    Inf |   2.11%
396.17/397.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
396.17/397.75	c   381s| 44900 | 44318 |  1936k|  43.1 |   535M |  77 |2538 |3325 |2568 | 182k|  1 |4389 |8502 |-1.121000e+04 |      --      |    Inf |   2.11%
397.06/398.64	c   382s| 45000 | 44412 |  1940k|  43.1 |   536M |  77 |2538 |3339 |2569 | 182k|  1 |4407 |8510 |-1.121000e+04 |      --      |    Inf |   2.11%
397.66/399.21	c   383s| 45100 | 44508 |  1944k|  43.0 |   536M |  77 |2538 |3350 |2582 | 183k|  1 |4426 |8523 |-1.121000e+04 |      --      |    Inf |   2.11%
398.47/400.03	c   383s| 45200 | 44608 |  1949k|  43.1 |   536M |  77 |2538 |3333 |2634 | 183k|  1 |4426 |8539 |-1.121000e+04 |      --      |    Inf |   2.11%
399.25/400.83	c   384s| 45300 | 44704 |  1954k|  43.1 |   536M |  77 |2538 |3340 |2587 | 183k|  1 |4440 |8546 |-1.121000e+04 |      --      |    Inf |   2.11%
399.95/401.56	c   385s| 45400 | 44804 |  1957k|  43.1 |   536M |  77 |2538 |3330 |2570 | 184k|  1 |4440 |8568 |-1.121000e+04 |      --      |    Inf |   2.11%
400.75/402.39	c   386s| 45500 | 44898 |  1961k|  43.0 |   536M |  77 |2538 |3357 |2620 | 184k|  1 |4468 |8584 |-1.121000e+04 |      --      |    Inf |   2.11%
401.65/403.23	c   387s| 45600 | 44990 |  1966k|  43.1 |   536M |  77 |2538 |3405 |2597 | 184k|  3 |4520 |8637 |-1.121000e+04 |      --      |    Inf |   2.11%
402.45/404.06	c   387s| 45700 | 45086 |  1970k|  43.0 |   536M |  77 |2538 |3409 |2609 | 185k|  1 |4531 |8659 |-1.121000e+04 |      --      |    Inf |   2.11%
403.14/404.76	c   388s| 45800 | 45180 |  1974k|  43.0 |   536M |  77 |2538 |3412 |2563 | 185k|  1 |4545 |8667 |-1.121000e+04 |      --      |    Inf |   2.11%
403.94/405.57	c   389s| 45900 | 45280 |  1978k|  43.0 |   536M |  77 |2538 |3414 |2638 | 185k|  1 |4555 |8693 |-1.121000e+04 |      --      |    Inf |   2.11%
404.73/406.35	c   390s| 46000 | 45380 |  1983k|  43.0 |   536M |  77 |2538 |3409 |2613 | 186k|  1 |4555 |8694 |-1.121000e+04 |      --      |    Inf |   2.11%
405.33/407.00	c   390s| 46100 | 45476 |  1987k|  43.0 |   536M |  77 |2538 |3405 |2557 | 186k|  1 |4562 |8701 |-1.121000e+04 |      --      |    Inf |   2.11%
406.13/407.72	c   391s| 46200 | 45574 |  1990k|  43.0 |   537M |  77 |2538 |3407 |2639 | 186k|  1 |4571 |8706 |-1.121000e+04 |      --      |    Inf |   2.11%
406.92/408.50	c   392s| 46300 | 45668 |  1995k|  43.0 |   538M |  77 |2538 |3424 |2633 | 187k|  1 |4593 |8710 |-1.121000e+04 |      --      |    Inf |   2.11%
407.62/409.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
407.62/409.21	c   393s| 46400 | 45758 |  1999k|  43.0 |   539M |  77 |2538 |3455 |2576 | 187k|  1 |4632 |8728 |-1.121000e+04 |      --      |    Inf |   2.11%
408.32/409.98	c   393s| 46500 | 45858 |  2003k|  43.0 |   539M |  77 |2538 |3442 |2627 | 187k|  1 |4632 |8739 |-1.121000e+04 |      --      |    Inf |   2.11%
409.22/410.89	c   394s| 46600 | 45954 |  2008k|  43.0 |   540M |  77 |2538 |3451 |2607 | 188k|  1 |4655 |8754 |-1.121000e+04 |      --      |    Inf |   2.11%
410.22/411.80	c   395s| 46700 | 46050 |  2013k|  43.0 |   541M |  77 |2538 |3451 |2577 | 188k|  1 |4668 |8773 |-1.121000e+04 |      --      |    Inf |   2.11%
411.02/412.66	c   396s| 46800 | 46150 |  2017k|  43.0 |   544M |  77 |2538 |3445 |2605 | 189k|  1 |4668 |8791 |-1.121000e+04 |      --      |    Inf |   2.11%
411.61/413.27	c   397s| 46900 | 46246 |  2021k|  43.0 |   545M |  77 |2538 |3452 |2594 | 189k|  1 |4684 |8801 |-1.121000e+04 |      --      |    Inf |   2.11%
412.52/414.13	c   397s| 47000 | 46344 |  2025k|  43.0 |   545M |  77 |2538 |3473 |2646 | 189k|  1 |4710 |8823 |-1.121000e+04 |      --      |    Inf |   2.11%
413.21/414.86	c   398s| 47100 | 46444 |  2029k|  43.0 |   545M |  77 |2538 |3483 |2584 | 190k|  1 |4731 |8837 |-1.121000e+04 |      --      |    Inf |   2.11%
414.30/415.92	c   399s| 47200 | 46540 |  2034k|  43.0 |   548M |  77 |2538 |3507 |2572 | 190k|  1 |4763 |8865 |-1.121000e+04 |      --      |    Inf |   2.11%
414.80/416.49	c   400s| 47300 | 46640 |  2037k|  43.0 |   548M |  77 |2538 |3496 |2573 | 190k|  1 |4763 |8883 |-1.121000e+04 |      --      |    Inf |   2.11%
415.70/417.39	c   401s| 47400 | 46736 |  2042k|  43.0 |   550M |  77 |2538 |3498 |2616 | 191k|  5 |4771 |8897 |-1.121000e+04 |      --      |    Inf |   2.11%
416.59/418.25	c   402s| 47500 | 46836 |  2047k|  43.0 |   551M |  77 |2538 |3489 |2652 | 191k|  2 |4771 |8914 |-1.121000e+04 |      --      |    Inf |   2.11%
417.29/418.91	c   402s| 47600 | 46936 |  2052k|  43.1 |   551M |  77 |2538 |3501 |2555 | 191k|  1 |4792 |8933 |-1.121000e+04 |      --      |    Inf |   2.11%
418.09/419.70	c   403s| 47700 | 47036 |  2056k|  43.0 |   552M |  77 |2538 |3494 |2610 | 192k|  1 |4792 |8944 |-1.121000e+04 |      --      |    Inf |   2.11%
419.08/420.76	c   404s| 47800 | 47136 |  2060k|  43.0 |   552M |  77 |2538 |3488 |2592 | 192k|  1 |4795 |8968 |-1.121000e+04 |      --      |    Inf |   2.11%
419.78/421.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
419.78/421.45	c   405s| 47900 | 47228 |  2064k|  43.0 |   552M |  77 |2538 |3505 |2605 | 192k|  1 |4820 |8988 |-1.121000e+04 |      --      |    Inf |   2.11%
420.49/422.17	c   406s| 48000 | 47328 |  2068k|  43.0 |   553M |  77 |2538 |3502 |2588 | 193k|  1 |4820 |9003 |-1.121000e+04 |      --      |    Inf |   2.11%
421.17/422.86	c   406s| 48100 | 47420 |  2072k|  43.0 |   553M |  77 |2538 |3510 |2575 | 193k|  1 |4843 |9013 |-1.121000e+04 |      --      |    Inf |   2.11%
422.17/423.87	c   407s| 48200 | 47520 |  2076k|  43.0 |   553M |  77 |2538 |3508 |2631 | 193k|  1 |4843 |9032 |-1.121000e+04 |      --      |    Inf |   2.11%
423.07/424.74	c   408s| 48300 | 47620 |  2081k|  43.0 |   554M |  77 |2538 |3489 |2557 | 194k|  1 |4843 |9056 |-1.121000e+04 |      --      |    Inf |   2.11%
423.86/425.56	c   409s| 48400 | 47720 |  2085k|  43.0 |   555M |  77 |2538 |3479 |2617 | 194k|  1 |4843 |9080 |-1.121000e+04 |      --      |    Inf |   2.11%
424.66/426.32	c   410s| 48500 | 47818 |  2090k|  43.0 |   556M |  77 |2538 |3477 |2586 | 195k|  1 |4849 |9102 |-1.121000e+04 |      --      |    Inf |   2.11%
425.66/427.36	c   411s| 48600 | 47914 |  2094k|  43.0 |   557M |  77 |2538 |3483 |2598 | 195k|  1 |4872 |9134 |-1.121000e+04 |      --      |    Inf |   2.11%
426.47/428.15	c   412s| 48700 | 48014 |  2099k|  43.0 |   559M |  77 |2538 |3481 |2644 | 195k|  2 |4886 |9141 |-1.121000e+04 |      --      |    Inf |   2.11%
427.15/428.87	c   412s| 48800 | 48114 |  2102k|  43.0 |   559M |  77 |2538 |3468 |2587 | 196k|  1 |4886 |9153 |-1.121000e+04 |      --      |    Inf |   2.11%
428.04/429.79	c   413s| 48900 | 48206 |  2106k|  43.0 |   562M |  77 |2538 |3494 |2626 | 196k|  1 |4921 |9189 |-1.121000e+04 |      --      |    Inf |   2.11%
428.84/430.57	c   414s| 49000 | 48306 |  2111k|  43.0 |   562M |  77 |2538 |3483 |2641 | 197k|  1 |4921 |9189 |-1.121000e+04 |      --      |    Inf |   2.11%
429.54/431.27	c   415s| 49100 | 48398 |  2115k|  43.0 |   562M |  77 |2538 |3489 |2587 | 197k|  1 |4939 |9192 |-1.121000e+04 |      --      |    Inf |   2.11%
430.35/432.07	c   415s| 49200 | 48498 |  2120k|  43.0 |   563M |  77 |2538 |3478 |2618 | 197k|  3 |4939 |9209 |-1.121000e+04 |      --      |    Inf |   2.11%
431.13/432.80	c   416s| 49300 | 48598 |  2123k|  43.0 |   563M |  77 |2538 |3462 |2563 | 198k|  1 |4939 |9221 |-1.121000e+04 |      --      |    Inf |   2.11%
432.04/433.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
432.04/433.71	c   417s| 49400 | 48694 |  2127k|  43.0 |   566M |  77 |2538 |3467 |2577 | 198k|  1 |4950 |9233 |-1.121000e+04 |      --      |    Inf |   2.11%
432.63/434.35	c   418s| 49500 | 48794 |  2131k|  43.0 |   567M |  77 |2538 |3457 |2602 | 198k|  1 |4950 |9247 |-1.121000e+04 |      --      |    Inf |   2.11%
433.53/435.23	c   419s| 49600 | 48894 |  2135k|  43.0 |   568M |  77 |2538 |3450 |2609 | 199k|  1 |4950 |9267 |-1.121000e+04 |      --      |    Inf |   2.11%
434.34/436.04	c   419s| 49700 | 48990 |  2140k|  43.0 |   568M |  77 |2538 |3446 |2608 | 199k|  1 |4957 |9283 |-1.121000e+04 |      --      |    Inf |   2.11%
435.02/436.74	c   420s| 49800 | 49086 |  2144k|  43.0 |   569M |  77 |2538 |3443 |2597 | 199k|  1 |4968 |9299 |-1.121000e+04 |      --      |    Inf |   2.11%
435.92/437.67	c   421s| 49900 | 49186 |  2149k|  43.0 |   569M |  77 |2538 |3435 |2605 | 200k|  1 |4968 |9317 |-1.121000e+04 |      --      |    Inf |   2.11%
436.52/438.23	c   422s| 50000 | 49286 |  2152k|  43.0 |   569M |  77 |2538 |3428 |2571 | 200k|  1 |4968 |9322 |-1.121000e+04 |      --      |    Inf |   2.11%
437.51/439.23	c   423s| 50100 | 49386 |  2157k|  43.0 |   570M |  77 |2538 |3442 |2681 | 200k|  9 |4996 |9339 |-1.121000e+04 |      --      |    Inf |   2.11%
438.11/439.88	c   423s| 50200 | 49482 |  2161k|  43.0 |   570M |  77 |2538 |3441 |2553 | 201k|  1 |5007 |9350 |-1.121000e+04 |      --      |    Inf |   2.11%
439.11/440.83	c   424s| 50300 | 49582 |  2166k|  43.0 |   570M |  77 |2538 |3424 |2625 | 201k|  1 |5007 |9364 |-1.121000e+04 |      --      |    Inf |   2.11%
439.90/441.62	c   425s| 50400 | 49682 |  2170k|  43.0 |   571M |  77 |2538 |3412 |2598 | 202k|  2 |5007 |9388 |-1.121000e+04 |      --      |    Inf |   2.11%
440.50/442.29	c   426s| 50500 | 49779 |  2173k|  43.0 |   571M |  77 |2538 |3402 |2612 | 202k|  1 |5019 |9406 |-1.121000e+04 |      --      |    Inf |   2.11%
441.50/443.22	c   427s| 50600 | 49871 |  2178k|  43.0 |   571M |  77 |2538 |3406 |2606 | 202k|  1 |5035 |9420 |-1.121000e+04 |      --      |    Inf |   2.11%
442.31/444.03	c   427s| 50700 | 49961 |  2182k|  43.0 |   574M |  77 |2538 |3461 |2620 | 203k|  1 |5098 |9442 |-1.121000e+04 |      --      |    Inf |   2.11%
443.19/445.00	c   428s| 50800 | 50061 |  2186k|  43.0 |   574M |  77 |2538 |3456 |2619 | 203k|  1 |5098 |9456 |-1.121000e+04 |      --      |    Inf |   2.11%
443.89/445.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
443.89/445.69	c   429s| 50900 | 50157 |  2190k|  43.0 |   578M |  77 |2538 |3454 |2576 | 203k|  1 |5116 |9463 |-1.121000e+04 |      --      |    Inf |   2.11%
444.88/446.60	c   430s| 51000 | 50251 |  2194k|  43.0 |   578M |  77 |2538 |3463 |2567 | 204k|  1 |5132 |9477 |-1.121000e+04 |      --      |    Inf |   2.11%
445.78/447.57	c   431s| 51100 | 50351 |  2198k|  43.0 |   578M |  77 |2538 |3473 |2630 | 204k|  1 |5153 |9494 |-1.121009e+04 |      --      |    Inf |   2.11%
446.88/448.62	c   432s| 51200 | 50451 |  2204k|  43.0 |   581M |  77 |2538 |3477 |2578 | 204k|  3 |5173 |9502 |-1.121046e+04 |      --      |    Inf |   2.11%
447.77/449.51	c   433s| 51300 | 50551 |  2208k|  43.0 |   583M |  77 |2538 |3461 |2639 | 205k|  2 |5173 |9506 |-1.121102e+04 |      --      |    Inf |   2.11%
448.47/450.27	c   434s| 51400 | 50651 |  2212k|  43.0 |   583M |  77 |2538 |3451 |2589 | 205k|  1 |5173 |9510 |-1.121351e+04 |      --      |    Inf |   2.11%
449.28/451.08	c   434s| 51500 | 50751 |  2216k|  43.0 |   585M |  77 |2538 |3453 |2619 | 206k|  1 |5184 |9533 |-1.121427e+04 |      --      |    Inf |   2.11%
450.37/452.14	c   435s| 51600 | 50851 |  2220k|  43.0 |   587M |  77 |2538 |3442 |2560 | 206k|  1 |5184 |9537 |-1.121427e+04 |      --      |    Inf |   2.11%
451.27/453.09	c   436s| 51700 | 50951 |  2224k|  43.0 |   587M |  77 |2538 |3429 |2617 | 207k|  1 |5184 |9544 |-1.121498e+04 |      --      |    Inf |   2.11%
452.26/454.07	c   437s| 51800 | 51051 |  2228k|  43.0 |   587M |  77 |2538 |3414 |2564 | 207k|  1 |5184 |9554 |-1.121511e+04 |      --      |    Inf |   2.11%
453.14/454.93	c   438s| 51900 | 51151 |  2232k|  43.0 |   591M |  77 |2538 |3407 |2601 | 208k|  1 |5184 |9555 |-1.121513e+04 |      --      |    Inf |   2.11%
454.05/455.84	c   439s| 52000 | 51251 |  2236k|  43.0 |   591M |  77 |2538 |3389 |2612 | 208k|  4 |5184 |9555 |-1.121514e+04 |      --      |    Inf |   2.11%
455.05/456.84	c   440s| 52100 | 51351 |  2241k|  43.0 |   592M |  77 |2538 |3387 |2649 | 209k|  1 |5184 |9555 |-1.121514e+04 |      --      |    Inf |   2.11%
455.94/457.75	c   441s| 52200 | 51451 |  2246k|  43.0 |   593M |  77 |2538 |3374 |2605 | 209k|  3 |5184 |9562 |-1.121514e+04 |      --      |    Inf |   2.11%
456.64/458.42	c   442s| 52300 | 51551 |  2251k|  43.0 |   594M |  77 |2538 |3371 |2642 | 209k|  1 |5184 |9563 |-1.121569e+04 |      --      |    Inf |   2.11%
457.43/459.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
457.43/459.25	c   443s| 52400 | 51651 |  2256k|  43.0 |   596M |  77 |2538 |3367 |2583 | 210k|  1 |5184 |9565 |-1.121569e+04 |      --      |    Inf |   2.11%
458.53/460.35	c   444s| 52500 | 51751 |  2262k|  43.0 |   597M |  77 |2538 |3364 |2666 | 210k|  1 |5184 |9567 |-1.121569e+04 |      --      |    Inf |   2.11%
459.53/461.37	c   445s| 52600 | 51851 |  2269k|  43.1 |   597M |  77 |2538 |3372 |2556 | 211k|  1 |5210 |9574 |-1.121574e+04 |      --      |    Inf |   2.11%
460.52/462.35	c   446s| 52700 | 51951 |  2274k|  43.1 |   601M |  77 |2538 |3366 |2621 | 211k|  1 |5210 |9578 |-1.121574e+04 |      --      |    Inf |   2.11%
461.42/463.26	c   447s| 52800 | 52051 |  2279k|  43.1 |   604M |  77 |2538 |3360 |2559 | 212k|  1 |5210 |9587 |-1.121574e+04 |      --      |    Inf |   2.11%
462.41/464.25	c   448s| 52900 | 52151 |  2285k|  43.1 |   604M |  77 |2538 |3356 |2637 | 212k|  1 |5210 |9589 |-1.121574e+04 |      --      |    Inf |   2.11%
463.11/464.98	c   448s| 53000 | 52251 |  2290k|  43.2 |   607M |  77 |2538 |3348 |2581 | 213k|  1 |5210 |9590 |-1.121612e+04 |      --      |    Inf |   2.11%
463.90/465.78	c   449s| 53100 | 52351 |  2294k|  43.2 |   607M |  77 |2538 |3338 |2611 | 213k|  1 |5210 |9598 |-1.121642e+04 |      --      |    Inf |   2.11%
464.60/466.43	c   450s| 53200 | 52451 |  2298k|  43.2 |   607M |  77 |2538 |3334 |2583 | 213k|  1 |5210 |9599 |-1.121642e+04 |      --      |    Inf |   2.11%
465.50/467.37	c   451s| 53300 | 52551 |  2304k|  43.2 |   607M |  77 |2538 |3342 |2640 | 214k|  1 |5220 |9600 |-1.121642e+04 |      --      |    Inf |   2.11%
466.31/468.16	c   452s| 53400 | 52651 |  2309k|  43.2 |   608M |  77 |2538 |3346 |2581 | 214k|  1 |5231 |9600 |-1.121642e+04 |      --      |    Inf |   2.11%
467.30/469.13	c   452s| 53500 | 52751 |  2314k|  43.2 |   608M |  77 |2538 |3344 |2659 | 215k|  1 |5231 |9605 |-1.121642e+04 |      --      |    Inf |   2.11%
468.09/469.99	c   453s| 53600 | 52851 |  2319k|  43.2 |   609M |  77 |2538 |3340 |2576 | 215k|  1 |5231 |9606 |-1.121684e+04 |      --      |    Inf |   2.11%
468.98/470.82	c   454s| 53700 | 52951 |  2323k|  43.2 |   609M |  77 |2538 |3332 |2676 | 216k|  6 |5231 |9613 |-1.121713e+04 |      --      |    Inf |   2.11%
469.48/471.35	c   455s| 53800 | 53051 |  2327k|  43.2 |   610M |  77 |2538 |3325 |2586 | 216k|  1 |5231 |9624 |-1.121726e+04 |      --      |    Inf |   2.11%
470.29/472.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
470.29/472.15	c   456s| 53900 | 53151 |  2331k|  43.2 |   611M |  77 |2538 |3316 |2611 | 216k|  1 |5231 |9626 |-1.121757e+04 |      --      |    Inf |   2.11%
471.19/473.04	c   456s| 54000 | 53251 |  2336k|  43.2 |   611M |  77 |2538 |3310 |2561 | 217k|  1 |5231 |9626 |-1.121836e+04 |      --      |    Inf |   2.11%
472.18/474.08	c   457s| 54100 | 53351 |  2341k|  43.2 |   624M |  77 |2538 |3310 |2602 | 217k|  1 |5241 |9626 |-1.121846e+04 |      --      |    Inf |   2.11%
473.07/474.97	c   458s| 54200 | 53451 |  2345k|  43.2 |   624M |  77 |2538 |3304 |2599 | 218k|  1 |5241 |9627 |-1.121846e+04 |      --      |    Inf |   2.11%
473.96/475.81	c   459s| 54300 | 53549 |  2350k|  43.2 |   624M |  77 |2538 |3302 |2629 | 218k|  1 |5244 |9636 |-1.121846e+04 |      --      |    Inf |   2.11%
474.66/476.56	c   460s| 54400 | 53643 |  2354k|  43.2 |   624M |  77 |2538 |3311 |2549 | 218k|  1 |5264 |9663 |-1.121846e+04 |      --      |    Inf |   2.11%
475.46/477.39	c   461s| 54500 | 53733 |  2358k|  43.2 |   624M |  77 |2538 |3346 |2615 | 219k|  1 |5301 |9668 |-1.121846e+04 |      --      |    Inf |   2.11%
476.06/477.92	c   461s| 54600 | 53833 |  2361k|  43.2 |   626M |  77 |2538 |3340 |2582 | 219k|  1 |5301 |9674 |-1.121846e+04 |      --      |    Inf |   2.11%
476.95/478.85	c   462s| 54700 | 53933 |  2366k|  43.2 |   626M |  77 |2538 |3331 |2620 | 219k|  1 |5301 |9702 |-1.121846e+04 |      --      |    Inf |   2.11%
477.85/479.77	c   463s| 54800 | 54023 |  2371k|  43.2 |   628M |  77 |2538 |3343 |2611 | 220k|  1 |5325 |9721 |-1.121846e+04 |      --      |    Inf |   2.11%
478.65/480.57	c   464s| 54900 | 54119 |  2375k|  43.2 |   628M |  77 |2538 |3344 |2592 | 220k|  1 |5332 |9742 |-1.121846e+04 |      --      |    Inf |   2.11%
479.44/481.30	c   465s| 55000 | 54215 |  2380k|  43.2 |   628M |  77 |2538 |3360 |2599 | 220k|  1 |5352 |9749 |-1.121846e+04 |      --      |    Inf |   2.11%
480.15/482.09	c   465s| 55100 | 54315 |  2383k|  43.2 |   628M |  77 |2538 |3348 |2571 | 221k|  1 |5352 |9762 |-1.121846e+04 |      --      |    Inf |   2.11%
480.94/482.84	c   466s| 55200 | 54411 |  2387k|  43.2 |   628M |  77 |2538 |3355 |2631 | 221k|  1 |5365 |9767 |-1.121846e+04 |      --      |    Inf |   2.11%
481.63/483.55	c   467s| 55300 | 54507 |  2392k|  43.2 |   629M |  77 |2538 |3359 |2625 | 221k|  1 |5376 |9769 |-1.121846e+04 |      --      |    Inf |   2.11%
482.43/484.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
482.43/484.32	c   468s| 55400 | 54601 |  2396k|  43.2 |   630M |  77 |2538 |3363 |2570 | 222k|  1 |5390 |9775 |-1.121846e+04 |      --      |    Inf |   2.11%
483.24/485.18	c   469s| 55500 | 54701 |  2401k|  43.2 |   630M |  77 |2538 |3355 |2618 | 222k|  1 |5390 |9784 |-1.121846e+04 |      --      |    Inf |   2.11%
483.93/485.83	c   469s| 55600 | 54801 |  2405k|  43.2 |   630M |  77 |2538 |3344 |2560 | 222k|  1 |5390 |9792 |-1.121846e+04 |      --      |    Inf |   2.11%
484.72/486.64	c   470s| 55700 | 54895 |  2409k|  43.2 |   630M |  77 |2538 |3362 |2568 | 223k|  1 |5416 |9801 |-1.121846e+04 |      --      |    Inf |   2.11%
485.62/487.55	c   471s| 55800 | 54995 |  2413k|  43.2 |   632M |  77 |2538 |3357 |2622 | 223k|  1 |5416 |9811 |-1.121846e+04 |      --      |    Inf |   2.11%
486.23/488.18	c   472s| 55900 | 55095 |  2417k|  43.2 |   632M |  77 |2538 |3347 |2556 | 223k|  1 |5416 |9829 |-1.121846e+04 |      --      |    Inf |   2.11%
487.23/489.11	c   472s| 56000 | 55191 |  2422k|  43.2 |   632M |  77 |2538 |3347 |2640 | 224k|  1 |5427 |9840 |-1.121846e+04 |      --      |    Inf |   2.11%
488.01/490.00	c   473s| 56100 | 55291 |  2427k|  43.2 |   633M |  77 |2538 |3335 |2552 | 224k|  1 |5427 |9853 |-1.121883e+04 |      --      |    Inf |   2.11%
488.91/490.89	c   474s| 56200 | 55391 |  2432k|  43.2 |   635M |  77 |2538 |3332 |2617 | 225k|  1 |5427 |9853 |-1.121902e+04 |      --      |    Inf |   2.11%
489.90/491.87	c   475s| 56300 | 55489 |  2437k|  43.2 |   637M |  77 |2538 |3323 |2626 | 225k|  1 |5433 |9857 |-1.121902e+04 |      --      |    Inf |   2.11%
490.60/492.56	c   476s| 56400 | 55585 |  2441k|  43.2 |   637M |  77 |2538 |3334 |2589 | 225k|  1 |5451 |9866 |-1.121902e+04 |      --      |    Inf |   2.11%
491.40/493.31	c   477s| 56500 | 55679 |  2445k|  43.2 |   638M |  77 |2538 |3343 |2616 | 226k|  1 |5465 |9870 |-1.121902e+04 |      --      |    Inf |   2.11%
492.12/494.10	c   477s| 56600 | 55779 |  2449k|  43.2 |   638M |  77 |2538 |3331 |2603 | 226k|  1 |5465 |9872 |-1.121902e+04 |      --      |    Inf |   2.11%
492.80/494.77	c   478s| 56700 | 55879 |  2453k|  43.2 |   638M |  77 |2538 |3309 |2611 | 226k|  1 |5465 |9896 |-1.121902e+04 |      --      |    Inf |   2.11%
493.50/495.45	c   479s| 56800 | 55979 |  2458k|  43.2 |   639M |  77 |2538 |3319 |2576 | 227k|  1 |5484 |9900 |-1.121902e+04 |      --      |    Inf |   2.11%
494.21/496.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
494.21/496.19	c   480s| 56900 | 56079 |  2462k|  43.2 |   640M |  77 |2538 |3309 |2610 | 227k|  1 |5484 |9921 |-1.121902e+04 |      --      |    Inf |   2.11%
494.99/496.91	c   480s| 57000 | 56173 |  2466k|  43.2 |   640M |  77 |2538 |3305 |2574 | 227k|  1 |5503 |9921 |-1.121902e+04 |      --      |    Inf |   2.11%
495.89/497.80	c   481s| 57100 | 56269 |  2470k|  43.2 |   640M |  77 |2538 |3301 |2612 | 228k|  1 |5514 |9924 |-1.121954e+04 |      --      |    Inf |   2.11%
496.78/498.77	c   482s| 57200 | 56369 |  2475k|  43.2 |   641M |  77 |2538 |3293 |2628 | 228k|  1 |5514 |9933 |-1.121964e+04 |      --      |    Inf |   2.11%
497.48/499.43	c   483s| 57300 | 56467 |  2480k|  43.2 |   641M |  77 |2538 |3289 |2639 | 228k|  1 |5518 |9934 |-1.122022e+04 |      --      |    Inf |   2.11%
498.09/500.08	c   483s| 57400 | 56567 |  2484k|  43.2 |   641M |  77 |2538 |3280 |2601 | 229k|  1 |5518 |9934 |-1.122050e+04 |      --      |    Inf |   2.11%
498.78/500.71	c   484s| 57500 | 56667 |  2488k|  43.2 |   641M |  77 |2538 |3276 |2643 | 229k|  1 |5518 |9934 |-1.122111e+04 |      --      |    Inf |   2.11%
499.57/501.55	c   485s| 57600 | 56767 |  2492k|  43.2 |   642M |  77 |2538 |3260 |2621 | 230k|  1 |5518 |9944 |-1.122111e+04 |      --      |    Inf |   2.11%
500.18/502.19	c   486s| 57700 | 56867 |  2496k|  43.2 |   643M |  77 |2538 |3258 |2653 | 230k|  1 |5518 |9965 |-1.122115e+04 |      --      |    Inf |   2.11%
500.87/502.81	c   486s| 57800 | 56967 |  2500k|  43.2 |   643M |  77 |2538 |3225 |2577 | 230k|  1 |5518 |9965 |-1.122136e+04 |      --      |    Inf |   2.11%
501.66/503.62	c   487s| 57900 | 57067 |  2505k|  43.2 |   643M |  77 |2538 |3211 |2656 | 230k|  3 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
502.36/504.32	c   488s| 58000 | 57167 |  2509k|  43.2 |   643M |  77 |2538 |3204 |2621 | 231k|  1 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
503.17/505.19	c   489s| 58100 | 57267 |  2514k|  43.2 |   646M |  77 |2538 |3198 |2662 | 231k|  1 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
504.17/506.15	c   490s| 58200 | 57367 |  2519k|  43.2 |   652M |  77 |2538 |3201 |2604 | 232k|  1 |5524 |9977 |-1.122255e+04 |      --      |    Inf |   2.11%
505.06/507.11	c   490s| 58300 | 57467 |  2524k|  43.2 |   657M |  77 |2538 |3195 |2672 | 232k|  1 |5524 |9987 |-1.122255e+04 |      --      |    Inf |   2.11%
505.95/507.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
505.95/507.97	c   491s| 58400 | 57567 |  2528k|  43.2 |   657M |  77 |2538 |3190 |2625 | 233k|  1 |5524 |  10k|-1.122255e+04 |      --      |    Inf |   2.11%
506.94/508.92	c   492s| 58500 | 57667 |  2533k|  43.3 |   659M |  77 |2538 |3182 |2621 | 233k|  1 |5524 |  10k|-1.122307e+04 |      --      |    Inf |   2.11%
507.54/509.53	c   493s| 58600 | 57767 |  2537k|  43.3 |   659M |  77 |2538 |3167 |2618 | 233k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
508.34/510.39	c   494s| 58700 | 57867 |  2542k|  43.3 |   659M |  77 |2538 |3160 |2693 | 234k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
509.24/511.27	c   495s| 58800 | 57967 |  2547k|  43.3 |   659M |  77 |2538 |3157 |2646 | 234k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
510.33/512.30	c   496s| 58900 | 58067 |  2553k|  43.3 |   660M |  77 |2538 |3151 |2666 | 235k|  1 |5524 |  10k|-1.122327e+04 |      --      |    Inf |   2.11%
510.93/512.97	c   496s| 59000 | 58167 |  2558k|  43.3 |   660M |  77 |2538 |3146 |2610 | 235k|  1 |5528 |  10k|-1.122337e+04 |      --      |    Inf |   2.11%
512.22/514.23	c   498s| 59100 | 58267 |  2564k|  43.3 |   660M |  77 |2538 |3143 |2668 | 236k|  1 |5528 |  10k|-1.122343e+04 |      --      |    Inf |   2.11%
513.03/515.07	c   498s| 59200 | 58367 |  2569k|  43.3 |   660M |  77 |2538 |3139 |2611 | 236k|  1 |5528 |  10k|-1.122393e+04 |      --      |    Inf |   2.11%
514.03/516.11	c   499s| 59300 | 58467 |  2573k|  43.4 |   660M |  77 |2538 |3150 |2599 | 236k|  1 |5551 |  10k|-1.122393e+04 |      --      |    Inf |   2.11%
515.13/517.15	c   500s| 59400 | 58567 |  2579k|  43.4 |   660M |  77 |2538 |3139 |2613 | 237k|  1 |5551 |  10k|-1.122406e+04 |      --      |    Inf |   2.11%
516.02/518.08	c   501s| 59500 | 58667 |  2583k|  43.4 |   660M |  77 |2538 |3130 |2640 | 237k|  1 |5551 |  10k|-1.122406e+04 |      --      |    Inf |   2.11%
517.02/519.03	c   502s| 59600 | 58763 |  2587k|  43.4 |   661M |  77 |2538 |3132 |2623 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
517.70/519.71	c   503s| 59700 | 58863 |  2591k|  43.4 |   662M |  77 |2538 |3117 |2562 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
518.40/520.40	c   504s| 59800 | 58963 |  2595k|  43.4 |   663M |  77 |2538 |3113 |2598 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
519.01/521.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
519.01/521.11	c   504s| 59900 | 59059 |  2599k|  43.3 |   663M |  77 |2538 |3105 |2587 | 239k|  2 |5562 |  10k|-1.122545e+04 |      --      |    Inf |   2.11%
520.01/522.02	c   505s| 60000 | 59159 |  2603k|  43.3 |   663M |  77 |2538 |3103 |2671 | 239k|  5 |5566 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
520.79/522.85	c   506s| 60100 | 59259 |  2608k|  43.3 |   663M |  77 |2538 |3095 |2559 | 240k|  1 |5566 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
521.79/523.84	c   507s| 60200 | 59355 |  2613k|  43.4 |   663M |  77 |2538 |3100 |2612 | 240k|  1 |5572 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
522.49/524.53	c   508s| 60300 | 59455 |  2618k|  43.4 |   663M |  77 |2538 |3095 |2552 | 240k|  1 |5572 |  10k|-1.122622e+04 |      --      |    Inf |   2.11%
523.38/525.40	c   509s| 60400 | 59551 |  2622k|  43.4 |   664M |  77 |2538 |3096 |2636 | 241k|  1 |5579 |  10k|-1.122626e+04 |      --      |    Inf |   2.11%
524.18/526.21	c   510s| 60500 | 59647 |  2627k|  43.4 |   664M |  77 |2538 |3096 |2594 | 241k|  1 |5585 |  10k|-1.122634e+04 |      --      |    Inf |   2.11%
524.99/527.03	c   510s| 60600 | 59743 |  2631k|  43.4 |   664M |  77 |2538 |3103 |2633 | 241k|  1 |5596 |  10k|-1.122634e+04 |      --      |    Inf |   2.11%
525.68/527.76	c   511s| 60700 | 59843 |  2635k|  43.4 |   665M |  77 |2538 |3091 |2591 | 242k|  1 |5596 |  10k|-1.122668e+04 |      --      |    Inf |   2.11%
526.67/528.74	c   512s| 60800 | 59943 |  2639k|  43.4 |   665M |  77 |2538 |3110 |2633 | 242k|  1 |5617 |  10k|-1.122668e+04 |      --      |    Inf |   2.11%
527.47/529.59	c   513s| 60900 | 60043 |  2643k|  43.4 |   665M |  77 |2538 |3106 |2598 | 243k|  1 |5617 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
528.27/530.35	c   514s| 61000 | 60140 |  2648k|  43.4 |   665M |  77 |2538 |3099 |2597 | 243k|  1 |5624 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
528.98/531.08	c   514s| 61100 | 60240 |  2651k|  43.4 |   665M |  77 |2538 |3097 |2619 | 243k|  1 |5624 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
529.76/531.81	c   515s| 61200 | 60336 |  2655k|  43.3 |   667M |  77 |2538 |3091 |2550 | 244k|  1 |5631 |  10k|-1.122709e+04 |      --      |    Inf |   2.11%
530.66/532.75	c   516s| 61300 | 60436 |  2660k|  43.4 |   668M |  77 |2538 |3084 |2639 | 244k|  1 |5631 |  10k|-1.122709e+04 |      --      |    Inf |   2.11%
531.35/533.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
531.35/533.41	c   517s| 61400 | 60536 |  2664k|  43.4 |   668M |  77 |2538 |3084 |2558 | 244k|  1 |5631 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
532.25/534.31	c   518s| 61500 | 60632 |  2669k|  43.3 |   668M |  77 |2538 |3082 |2659 | 245k|  1 |5638 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
532.96/535.04	c   518s| 61600 | 60728 |  2673k|  43.3 |   668M |  77 |2538 |3085 |2596 | 245k|  1 |5647 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
533.84/536.00	c   519s| 61700 | 60826 |  2678k|  43.4 |   669M |  77 |2538 |3106 |2565 | 245k|  1 |5673 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
534.95/537.08	c   520s| 61800 | 60924 |  2683k|  43.4 |   669M |  77 |2538 |3106 |2639 | 246k|  1 |5677 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
535.74/537.81	c   521s| 61900 | 61018 |  2687k|  43.4 |   669M |  77 |2538 |3118 |2591 | 246k|  1 |5698 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
536.33/538.48	c   522s| 62000 | 61116 |  2691k|  43.4 |   669M |  77 |2538 |3128 |2644 | 246k|  1 |5714 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
537.13/539.23	c   523s| 62100 | 61212 |  2695k|  43.4 |   670M |  77 |2538 |3127 |2564 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
537.94/540.07	c   523s| 62200 | 61312 |  2699k|  43.3 |   670M |  77 |2538 |3121 |2648 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
538.62/540.73	c   524s| 62300 | 61412 |  2703k|  43.3 |   670M |  77 |2538 |3116 |2576 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
539.52/541.64	c   525s| 62400 | 61508 |  2707k|  43.3 |   675M |  77 |2538 |3117 |2557 | 248k|  1 |5731 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
540.52/542.66	c   526s| 62500 | 61606 |  2712k|  43.4 |   676M |  77 |2538 |3119 |2625 | 248k|  1 |5736 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
541.31/543.41	c   527s| 62600 | 61702 |  2716k|  43.3 |   676M |  77 |2538 |3123 |2566 | 249k|  1 |5757 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
542.12/544.24	c   528s| 62700 | 61800 |  2720k|  43.3 |   678M |  77 |2538 |3126 |2612 | 249k|  1 |5764 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
542.82/544.97	c   528s| 62800 | 61894 |  2724k|  43.3 |   678M |  77 |2538 |3162 |2572 | 249k|  1 |5807 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
543.81/545.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
543.81/545.90	c   529s| 62900 | 61990 |  2729k|  43.4 |   678M |  77 |2538 |3170 |2626 | 250k|  1 |5824 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
544.31/546.47	c   530s| 63000 | 62088 |  2733k|  43.3 |   680M |  77 |2538 |3166 |2582 | 250k|  1 |5832 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
545.21/547.35	c   531s| 63100 | 62186 |  2738k|  43.3 |   691M |  77 |2538 |3177 |2604 | 250k|  1 |5850 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
546.10/548.20	c   532s| 63200 | 62286 |  2742k|  43.3 |   691M |  77 |2538 |3178 |2614 | 251k|  3 |5861 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
547.80/549.94	c   533s| 63300 | 62386 |  2756k|  43.5 |   692M |  77 |2538 |3172 |2619 | 251k|  1 |5861 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
548.59/550.71	c   534s| 63400 | 62484 |  2760k|  43.5 |   693M |  77 |2538 |3201 |2599 | 252k|  1 |5893 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
549.39/551.54	c   535s| 63500 | 62580 |  2765k|  43.5 |   693M |  77 |2538 |3237 |2651 | 252k|  1 |5936 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
550.39/552.51	c   536s| 63600 | 62680 |  2770k|  43.5 |   693M |  77 |2538 |3237 |2555 | 252k|  1 |5946 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
551.28/553.45	c   537s| 63700 | 62778 |  2775k|  43.5 |   693M |  77 |2538 |3237 |2634 | 253k|  1 |5957 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
552.08/554.23	c   538s| 63800 | 62875 |  2779k|  43.5 |   694M |  77 |2538 |3242 |2603 | 253k|  1 |5969 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
552.78/554.96	c   538s| 63900 | 62965 |  2784k|  43.5 |   694M |  77 |2538 |3255 |2584 | 254k|  2 |5990 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
553.68/555.84	c   539s| 64000 | 63061 |  2789k|  43.5 |   694M |  77 |2538 |3277 |2580 | 254k|  1 |6017 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
554.57/556.79	c   540s| 64100 | 63157 |  2793k|  43.5 |   695M |  77 |2538 |3273 |2614 | 254k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
555.47/557.62	c   541s| 64200 | 63257 |  2798k|  43.5 |   696M |  77 |2538 |3268 |2587 | 255k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
556.47/558.60	c   542s| 64300 | 63357 |  2802k|  43.5 |   696M |  77 |2538 |3263 |2649 | 255k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
557.36/559.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
557.36/559.51	c   543s| 64400 | 63457 |  2808k|  43.6 |   698M |  77 |2538 |3260 |2586 | 256k|  1 |6029 |  10k|-1.122781e+04 |      --      |    Inf |   2.11%
558.26/560.49	c   544s| 64500 | 63557 |  2814k|  43.6 |   699M |  77 |2538 |3244 |2634 | 256k|  1 |6029 |  10k|-1.122781e+04 |      --      |    Inf |   2.11%
559.16/561.33	c   545s| 64600 | 63657 |  2818k|  43.6 |   699M |  77 |2538 |3238 |2552 | 256k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
560.25/562.43	c   546s| 64700 | 63757 |  2823k|  43.6 |   700M |  77 |2538 |3233 |2654 | 257k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
561.15/563.30	c   547s| 64800 | 63857 |  2829k|  43.6 |   701M |  77 |2538 |3229 |2592 | 257k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
562.04/564.28	c   548s| 64900 | 63957 |  2835k|  43.6 |   701M |  77 |2538 |3234 |2671 | 258k|  1 |6040 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
562.86/565.06	c   548s| 65000 | 64057 |  2840k|  43.7 |   701M |  77 |2538 |3233 |2595 | 258k|  1 |6045 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
563.74/565.91	c   549s| 65100 | 64157 |  2846k|  43.7 |   702M |  77 |2538 |3223 |2645 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
564.34/566.57	c   550s| 65200 | 64257 |  2850k|  43.7 |   704M |  77 |2538 |3220 |2583 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
565.43/567.61	c   551s| 65300 | 64357 |  2855k|  43.7 |   704M |  77 |2538 |3219 |2648 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
566.23/568.45	c   552s| 65400 | 64457 |  2861k|  43.7 |   705M |  77 |2538 |3213 |2585 | 260k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
567.23/569.46	c   553s| 65500 | 64557 |  2866k|  43.7 |   705M |  77 |2538 |3207 |2659 | 260k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
568.12/570.34	c   554s| 65600 | 64657 |  2873k|  43.8 |   705M |  77 |2538 |3235 |2594 | 261k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
569.12/571.32	c   555s| 65700 | 64757 |  2879k|  43.8 |   705M |  77 |2538 |3235 |2661 | 261k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
570.02/572.25	c   556s| 65800 | 64857 |  2885k|  43.8 |   706M |  77 |2538 |3227 |2601 | 262k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
571.01/573.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
571.01/573.20	c   557s| 65900 | 64957 |  2890k|  43.8 |   707M |  77 |2538 |3221 |2652 | 262k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
571.82/574.06	c   557s| 66000 | 65057 |  2896k|  43.8 |   707M |  77 |2538 |3216 |2593 | 263k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
573.00/575.24	c   559s| 66100 | 65157 |  2903k|  43.9 |   710M |  77 |2538 |3213 |2687 | 263k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
573.81/576.07	c   559s| 66200 | 65257 |  2908k|  43.9 |   712M |  77 |2538 |3207 |2555 | 264k|  1 |6080 |  10k|-1.122822e+04 |      --      |    Inf |   2.11%
574.70/576.98	c   560s| 66300 | 65357 |  2913k|  43.9 |   712M |  77 |2538 |3205 |2627 | 264k|  1 |6080 |  10k|-1.122822e+04 |      --      |    Inf |   2.11%
575.50/577.72	c   561s| 66400 | 65457 |  2918k|  43.9 |   713M |  77 |2538 |3189 |2587 | 264k|  3 |6080 |  10k|-1.122855e+04 |      --      |    Inf |   2.11%
576.29/578.59	c   562s| 66500 | 65557 |  2923k|  43.9 |   714M |  77 |2538 |3188 |2653 | 265k|  1 |6093 |  10k|-1.122855e+04 |      --      |    Inf |   2.11%
577.09/579.37	c   563s| 66600 | 65657 |  2928k|  43.9 |   716M |  77 |2538 |3181 |2586 | 265k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
577.90/580.17	c   564s| 66700 | 65757 |  2933k|  43.9 |   717M |  77 |2538 |3172 |2646 | 266k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
578.68/580.97	c   564s| 66800 | 65857 |  2939k|  44.0 |   718M |  77 |2538 |3166 |2588 | 266k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
579.68/582.01	c   565s| 66900 | 65957 |  2944k|  44.0 |   718M |  77 |2538 |3164 |2659 | 266k|  1 |6093 |  10k|-1.122874e+04 |      --      |    Inf |   2.11%
580.48/582.70	c   566s| 67000 | 66057 |  2949k|  44.0 |   719M |  77 |2538 |3161 |2596 | 267k|  1 |6093 |  10k|-1.122897e+04 |      --      |    Inf |   2.11%
581.47/583.74	c   567s| 67100 | 66157 |  2954k|  44.0 |   720M |  77 |2538 |3160 |2661 | 267k|  1 |6093 |  10k|-1.122902e+04 |      --      |    Inf |   2.11%
582.07/584.37	c   568s| 67200 | 66257 |  2959k|  44.0 |   721M |  77 |2538 |3155 |2583 | 268k|  1 |6093 |  10k|-1.122910e+04 |      --      |    Inf |   2.11%
583.07/585.31	c   569s| 67300 | 66357 |  2964k|  44.0 |   723M |  77 |2538 |3152 |2652 | 268k|  1 |6093 |  10k|-1.122916e+04 |      --      |    Inf |   2.11%
583.88/586.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
583.88/586.11	c   569s| 67400 | 66457 |  2970k|  44.0 |   723M |  77 |2538 |3148 |2597 | 269k|  1 |6093 |  10k|-1.122916e+04 |      --      |    Inf |   2.11%
584.78/587.06	c   570s| 67500 | 66557 |  2976k|  44.0 |   724M |  77 |2538 |3146 |2655 | 269k|  1 |6093 |  10k|-1.122919e+04 |      --      |    Inf |   2.11%
585.66/587.92	c   571s| 67600 | 66657 |  2981k|  44.1 |   724M |  77 |2538 |3140 |2591 | 269k|  1 |6093 |  10k|-1.122919e+04 |      --      |    Inf |   2.11%
586.56/588.85	c   572s| 67700 | 66757 |  2987k|  44.1 |   724M |  77 |2538 |3136 |2641 | 270k|  1 |6093 |  10k|-1.122926e+04 |      --      |    Inf |   2.11%
587.25/589.54	c   573s| 67800 | 66857 |  2992k|  44.1 |   724M |  77 |2538 |3137 |2593 | 270k|  1 |6100 |  10k|-1.122929e+04 |      --      |    Inf |   2.11%
588.35/590.63	c   574s| 67900 | 66957 |  2998k|  44.1 |   724M |  77 |2538 |3134 |2661 | 271k|  1 |6100 |  10k|-1.122941e+04 |      --      |    Inf |   2.11%
589.15/591.46	c   575s| 68000 | 67057 |  3003k|  44.1 |   724M |  77 |2538 |3129 |2596 | 271k|  1 |6100 |  10k|-1.122943e+04 |      --      |    Inf |   2.11%
590.24/592.51	c   576s| 68100 | 67157 |  3008k|  44.1 |   727M |  77 |2538 |3128 |2653 | 272k|  1 |6100 |  10k|-1.122947e+04 |      --      |    Inf |   2.11%
590.85/593.14	c   576s| 68200 | 67257 |  3012k|  44.1 |   728M |  77 |2538 |3121 |2584 | 272k|  1 |6100 |  10k|-1.122956e+04 |      --      |    Inf |   2.11%
591.64/593.94	c   577s| 68300 | 67357 |  3017k|  44.1 |   728M |  77 |2538 |3115 |2662 | 272k|  1 |6100 |  10k|-1.122959e+04 |      --      |    Inf |   2.11%
592.43/594.78	c   578s| 68400 | 67457 |  3022k|  44.1 |   728M |  77 |2538 |3105 |2601 | 273k|  1 |6100 |  10k|-1.122980e+04 |      --      |    Inf |   2.11%
593.43/595.74	c   579s| 68500 | 67557 |  3027k|  44.1 |   730M |  77 |2538 |3103 |2673 | 273k|  1 |6100 |  10k|-1.122995e+04 |      --      |    Inf |   2.11%
594.33/596.63	c   580s| 68600 | 67657 |  3032k|  44.2 |   731M |  77 |2538 |3099 |2586 | 274k|  1 |6100 |  10k|-1.123012e+04 |      --      |    Inf |   2.11%
595.32/597.67	c   581s| 68700 | 67757 |  3037k|  44.2 |   732M |  77 |2538 |3097 |2671 | 274k|  1 |6100 |  10k|-1.123032e+04 |      --      |    Inf |   2.11%
596.32/598.61	c   582s| 68800 | 67857 |  3043k|  44.2 |   732M |  77 |2538 |3092 |2605 | 275k|  1 |6100 |  11k|-1.123036e+04 |      --      |    Inf |   2.11%
597.31/599.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
597.31/599.62	c   583s| 68900 | 67957 |  3049k|  44.2 |   733M |  77 |2538 |3086 |2658 | 275k|  1 |6100 |  11k|-1.123044e+04 |      --      |    Inf |   2.11%
598.11/600.43	c   584s| 69000 | 68057 |  3054k|  44.2 |   733M |  77 |2538 |3080 |2599 | 276k|  1 |6100 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
599.72/602.03	c   585s| 69100 | 68157 |  3062k|  44.3 |   733M |  77 |2538 |3079 |2686 | 276k|  1 |6104 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
600.60/603.00	c   586s| 69200 | 68257 |  3069k|  44.3 |   733M |  77 |2538 |3169 |2602 | 277k|  1 |6200 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
601.71/604.10	c   587s| 69300 | 68357 |  3075k|  44.3 |   739M |  77 |2538 |3169 |2634 | 277k|  1 |6200 |  11k|-1.123054e+04 |      --      |    Inf |   2.11%
602.59/604.93	c   588s| 69400 | 68453 |  3079k|  44.3 |   740M |  77 |2538 |3173 |2556 | 277k|  1 |6207 |  11k|-1.123056e+04 |      --      |    Inf |   2.11%
603.39/605.77	c   589s| 69500 | 68551 |  3083k|  44.3 |   741M |  77 |2538 |3171 |2625 | 278k|  1 |6213 |  11k|-1.123056e+04 |      --      |    Inf |   2.11%
604.48/606.81	c   590s| 69600 | 68647 |  3088k|  44.3 |   741M |  77 |2538 |3156 |2557 | 278k|  1 |6220 |  11k|-1.123070e+04 |      --      |    Inf |   2.11%
605.29/607.68	c   591s| 69700 | 68747 |  3092k|  44.3 |   743M |  77 |2538 |3151 |2632 | 279k|  1 |6220 |  11k|-1.123085e+04 |      --      |    Inf |   2.11%
606.49/608.84	c   592s| 69800 | 68847 |  3096k|  44.3 |   743M |  77 |2538 |3148 |2565 | 279k|  1 |6220 |  11k|-1.123142e+04 |      --      |    Inf |   2.11%
607.38/609.78	c   593s| 69900 | 68947 |  3101k|  44.3 |   744M |  77 |2538 |3143 |2644 | 279k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
608.28/610.60	c   594s| 70000 | 69047 |  3106k|  44.3 |   744M |  77 |2538 |3141 |2579 | 280k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
609.37/611.71	c   595s| 70100 | 69147 |  3112k|  44.4 |   745M |  77 |2538 |3138 |2652 | 280k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
610.17/612.51	c   596s| 70200 | 69247 |  3116k|  44.4 |   745M |  77 |2538 |3133 |2575 | 281k|  1 |6220 |  11k|-1.123215e+04 |      --      |    Inf |   2.11%
611.27/613.65	c   597s| 70300 | 69347 |  3122k|  44.4 |   745M |  77 |2538 |3127 |2636 | 281k|  1 |6220 |  11k|-1.123215e+04 |      --      |    Inf |   2.11%
611.96/614.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
611.96/614.36	c   598s| 70400 | 69447 |  3126k|  44.4 |   745M |  77 |2538 |3119 |2586 | 282k|  1 |6220 |  11k|-1.123217e+04 |      --      |    Inf |   2.11%
612.96/615.38	c   599s| 70500 | 69547 |  3132k|  44.4 |   747M |  77 |2538 |3113 |2648 | 282k|  1 |6220 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
613.86/616.29	c   600s| 70600 | 69647 |  3137k|  44.4 |   747M |  77 |2538 |3120 |2597 | 283k|  1 |6231 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
614.85/617.21	c   601s| 70700 | 69747 |  3142k|  44.4 |   748M |  77 |2538 |3117 |2649 | 283k|  1 |6231 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
615.66/618.04	c   601s| 70800 | 69847 |  3147k|  44.4 |   749M |  77 |2538 |3129 |2599 | 283k|  1 |6247 |  11k|-1.123242e+04 |      --      |    Inf |   2.11%
616.66/619.06	c   602s| 70900 | 69947 |  3154k|  44.4 |   749M |  77 |2538 |3128 |2638 | 284k|  1 |6247 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
617.54/619.96	c   603s| 71000 | 70045 |  3158k|  44.4 |   750M |  77 |2538 |3129 |2549 | 284k|  1 |6252 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
618.44/620.85	c   604s| 71100 | 70143 |  3161k|  44.4 |   750M |  77 |2538 |3133 |2598 | 285k|  1 |6265 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
619.23/621.64	c   605s| 71200 | 70235 |  3166k|  44.4 |   750M |  77 |2538 |3147 |2571 | 285k|  1 |6289 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
620.03/622.49	c   606s| 71300 | 70335 |  3170k|  44.4 |   750M |  77 |2538 |3151 |2643 | 285k|  1 |6300 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
620.53/622.99	c   606s| 71400 | 70435 |  3173k|  44.4 |   750M |  77 |2538 |3132 |2558 | 286k|  1 |6300 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
621.23/623.66	c   607s| 71500 | 70533 |  3177k|  44.4 |   750M |  77 |2538 |3131 |2628 | 286k|  1 |6305 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
621.92/624.35	c   608s| 71600 | 70631 |  3181k|  44.4 |   751M |  77 |2538 |3132 |2591 | 286k|  1 |6311 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
622.63/625.03	c   608s| 71700 | 70727 |  3185k|  44.4 |   751M |  77 |2538 |3136 |2580 | 287k|  1 |6322 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
623.63/626.03	c   609s| 71800 | 70827 |  3190k|  44.4 |   751M |  77 |2538 |3131 |2638 | 287k|  1 |6322 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
624.41/626.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
624.41/626.83	c   610s| 71900 | 70923 |  3194k|  44.4 |   753M |  77 |2538 |3140 |2603 | 287k|  1 |6340 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
625.11/627.52	c   611s| 72000 | 71017 |  3198k|  44.4 |   753M |  77 |2538 |3170 |2632 | 288k|  1 |6372 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
625.81/628.28	c   612s| 72100 | 71113 |  3202k|  44.4 |   753M |  81 |2538 |3163 |2582 | 288k|  1 |6380 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
626.72/629.13	c   612s| 72200 | 71213 |  3206k|  44.4 |   753M |  81 |2538 |3158 |2642 | 288k|  1 |6380 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
627.50/629.94	c   613s| 72300 | 71311 |  3211k|  44.4 |   754M |  81 |2538 |3159 |2671 | 289k|  1 |6386 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
628.20/630.69	c   614s| 72400 | 71405 |  3215k|  44.4 |   756M |  81 |2538 |3161 |2643 | 289k|  2 |6400 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
629.10/631.56	c   615s| 72500 | 71501 |  3219k|  44.4 |   757M |  81 |2538 |3164 |2572 | 289k|  2 |6413 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
630.09/632.52	c   616s| 72600 | 71595 |  3223k|  44.4 |   758M |  81 |2538 |3167 |2602 | 290k|  1 |6435 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
630.99/633.47	c   617s| 72700 | 71691 |  3228k|  44.4 |   758M |  81 |2538 |3171 |2645 | 290k|  1 |6442 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
631.70/634.19	c   618s| 72800 | 71791 |  3232k|  44.4 |   758M |  81 |2538 |3157 |2626 | 291k|  1 |6442 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
632.60/635.02	c   618s| 72900 | 71885 |  3237k|  44.4 |   759M |  81 |2538 |3160 |2598 | 291k|  1 |6472 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
633.28/635.73	c   619s| 73000 | 71981 |  3241k|  44.4 |   759M |  81 |2538 |3166 |2628 | 291k|  1 |6483 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
634.27/636.78	c   620s| 73100 | 72077 |  3246k|  44.4 |   760M |  81 |2538 |3168 |2640 | 292k|  1 |6493 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
635.37/637.84	c   621s| 73200 | 72173 |  3251k|  44.4 |   761M |  81 |2538 |3161 |2612 | 292k|  1 |6500 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
636.17/638.64	c   622s| 73300 | 72273 |  3255k|  44.4 |   761M |  81 |2538 |3152 |2636 | 292k|  1 |6500 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
636.77/639.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
636.77/639.28	c   623s| 73400 | 72373 |  3259k|  44.4 |   762M |  81 |2538 |3140 |2538 | 293k|  1 |6500 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
637.36/639.89	c   623s| 73500 | 72468 |  3262k|  44.4 |   763M |  81 |2538 |3144 |2598 | 293k|  1 |6517 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
638.16/640.62	c   624s| 73600 | 72564 |  3267k|  44.4 |   763M |  81 |2538 |3141 |2559 | 293k|  1 |6524 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
639.06/641.53	c   625s| 73700 | 72660 |  3272k|  44.4 |   764M |  81 |2538 |3177 |2650 | 294k|  1 |6567 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
640.05/642.53	c   626s| 73800 | 72752 |  3276k|  44.4 |   764M |  81 |2538 |3182 |2615 | 294k|  1 |6587 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
640.85/643.36	c   627s| 73900 | 72848 |  3282k|  44.4 |   765M |  81 |2538 |3204 |2603 | 295k|  1 |6626 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
641.84/644.31	c   628s| 74000 | 72944 |  3286k|  44.4 |   766M |  81 |2538 |3197 |2632 | 295k|  1 |6632 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
642.65/645.14	c   628s| 74100 | 73040 |  3291k|  44.4 |   766M |  81 |2538 |3193 |2585 | 295k|  1 |6639 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
643.44/645.97	c   629s| 74200 | 73140 |  3295k|  44.4 |   766M |  81 |2538 |3186 |2636 | 296k|  1 |6639 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
644.23/646.76	c   630s| 74300 | 73232 |  3299k|  44.4 |   770M |  81 |2538 |3216 |2593 | 296k|  1 |6679 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
644.83/647.38	c   631s| 74400 | 73332 |  3304k|  44.4 |   772M |  81 |2538 |3241 |2647 | 296k|  1 |6712 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
645.73/648.20	c   632s| 74500 | 73426 |  3308k|  44.4 |   773M |  81 |2538 |3260 |2591 | 297k|  1 |6754 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
646.54/649.07	c   632s| 74600 | 73526 |  3313k|  44.4 |   774M |  81 |2538 |3263 |2634 | 297k|  1 |6766 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
647.22/649.76	c   633s| 74700 | 73622 |  3317k|  44.4 |   774M |  81 |2538 |3254 |2618 | 297k|  1 |6773 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
648.12/650.64	c   634s| 74800 | 73722 |  3322k|  44.4 |   774M |  81 |2538 |3243 |2612 | 298k|  1 |6773 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
648.81/651.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
648.81/651.37	c   635s| 74900 | 73816 |  3326k|  44.4 |   774M |  81 |2538 |3253 |2585 | 298k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
649.62/652.18	c   636s| 75000 | 73916 |  3330k|  44.4 |   777M |  81 |2538 |3248 |2626 | 298k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
650.41/652.94	c   636s| 75100 | 74016 |  3335k|  44.4 |   777M |  81 |2538 |3237 |2570 | 299k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
651.30/653.82	c   637s| 75200 | 74112 |  3340k|  44.4 |   777M |  81 |2538 |3239 |2655 | 299k|  1 |6802 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
652.00/654.50	c   638s| 75300 | 74208 |  3343k|  44.4 |   777M |  81 |2538 |3237 |2588 | 300k|  1 |6809 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
652.80/655.35	c   639s| 75400 | 74306 |  3347k|  44.4 |   779M |  81 |2538 |3235 |2643 | 300k|  1 |6815 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
653.51/656.08	c   639s| 75500 | 74396 |  3352k|  44.4 |   779M |  81 |2538 |3251 |2608 | 300k|  1 |6842 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
654.39/656.98	c   640s| 75600 | 74488 |  3356k|  44.4 |   780M |  81 |2538 |3309 |2608 | 301k|  1 |6910 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
655.09/657.68	c   641s| 75700 | 74588 |  3360k|  44.4 |   780M |  81 |2538 |3293 |2566 | 301k|  1 |6910 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
655.99/658.53	c   642s| 75800 | 74684 |  3365k|  44.4 |   781M |  81 |2538 |3294 |2658 | 301k|  2 |6926 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
656.60/659.14	c   642s| 75900 | 74784 |  3369k|  44.4 |   781M |  81 |2538 |3282 |2623 | 302k|  1 |6926 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
657.38/659.91	c   643s| 76000 | 74884 |  3374k|  44.4 |   782M |  81 |2538 |3265 |2582 | 302k|  1 |6926 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
658.18/660.72	c   644s| 76100 | 74970 |  3379k|  44.4 |   782M |  81 |2538 |3297 |2591 | 302k|  0 |6970 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
658.87/661.48	c   645s| 76200 | 75070 |  3383k|  44.4 |   784M |  81 |2538 |3280 |2591 | 303k|  1 |6970 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
659.87/662.47	c   646s| 76300 | 75158 |  3387k|  44.4 |   784M |  81 |2538 |3295 |2581 | 303k|  1 |6998 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
660.67/663.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
660.67/663.25	c   647s| 76400 | 75254 |  3391k|  44.4 |   784M |  81 |2538 |3294 |2621 | 303k|  1 |7009 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
661.48/664.03	c   647s| 76500 | 75354 |  3396k|  44.4 |   785M |  81 |2538 |3280 |2619 | 304k|  1 |7009 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
662.16/664.71	c   648s| 76600 | 75450 |  3400k|  44.4 |   786M |  81 |2538 |3286 |2612 | 304k|  1 |7027 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
662.76/665.38	c   649s| 76700 | 75546 |  3404k|  44.4 |   786M |  81 |2538 |3282 |2537 | 304k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
663.76/666.38	c   650s| 76800 | 75646 |  3409k|  44.4 |   786M |  81 |2538 |3273 |2656 | 305k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
664.47/667.02	c   650s| 76900 | 75746 |  3413k|  44.3 |   787M |  81 |2538 |3264 |2622 | 305k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
665.15/667.76	c   651s| 77000 | 75846 |  3417k|  44.3 |   787M |  81 |2538 |3254 |2589 | 306k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
665.96/668.50	c   652s| 77100 | 75938 |  3422k|  44.3 |   787M |  81 |2538 |3289 |2600 | 306k|  1 |7079 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
666.95/669.55	c   653s| 77200 | 76038 |  3426k|  44.3 |   787M |  81 |2538 |3262 |2614 | 306k|  1 |7079 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
667.65/670.29	c   654s| 77300 | 76136 |  3430k|  44.3 |   787M |  81 |2538 |3263 |2657 | 307k|  1 |7090 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
668.46/671.03	c   654s| 77400 | 76236 |  3434k|  44.3 |   787M |  81 |2538 |3250 |2546 | 307k|  1 |7090 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
669.14/671.75	c   655s| 77500 | 76336 |  3438k|  44.3 |   787M |  81 |2538 |3252 |2615 | 307k|  1 |7101 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
670.14/672.76	c   656s| 77600 | 76436 |  3442k|  44.3 |   787M |  81 |2538 |3231 |2629 | 308k|  1 |7101 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
670.84/673.50	c   657s| 77700 | 76534 |  3446k|  44.3 |   788M |  81 |2538 |3224 |2601 | 308k|  1 |7109 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
671.55/674.17	c   658s| 77800 | 76632 |  3450k|  44.3 |   788M |  81 |2538 |3221 |2597 | 308k|  1 |7124 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
672.13/674.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
672.13/674.79	c   658s| 77900 | 76732 |  3454k|  44.3 |   789M |  81 |2538 |3214 |2659 | 309k|  1 |7124 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
673.03/675.68	c   659s| 78000 | 76824 |  3459k|  44.3 |   789M |  81 |2538 |3222 |2612 | 309k|  1 |7151 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
673.82/676.45	c   660s| 78100 | 76918 |  3464k|  44.3 |   790M |  81 |2538 |3229 |2583 | 310k|  1 |7175 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
674.53/677.16	c   661s| 78200 | 77014 |  3468k|  44.3 |   790M |  81 |2538 |3233 |2642 | 310k|  2 |7186 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
675.43/678.04	c   661s| 78300 | 77110 |  3473k|  44.3 |   791M |  81 |2538 |3237 |2618 | 310k|  1 |7195 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
676.21/678.86	c   662s| 78400 | 77200 |  3477k|  44.3 |   793M |  81 |2538 |3254 |2576 | 311k|  1 |7231 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
676.81/679.48	c   663s| 78500 | 77300 |  3481k|  44.3 |   793M |  81 |2538 |3234 |2609 | 311k|  1 |7231 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
677.71/680.30	c   664s| 78600 | 77398 |  3486k|  44.3 |   793M |  81 |2538 |3246 |2646 | 311k|  1 |7260 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
678.42/681.05	c   664s| 78700 | 77494 |  3491k|  44.3 |   793M |  81 |2538 |3260 |2610 | 312k|  1 |7286 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
679.10/681.79	c   665s| 78800 | 77594 |  3496k|  44.3 |   793M |  81 |2538 |3253 |2606 | 312k|  2 |7286 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
679.90/682.54	c   666s| 78900 | 77690 |  3500k|  44.3 |   793M |  81 |2538 |3239 |2550 | 312k|  1 |7295 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
680.80/683.49	c   667s| 79000 | 77782 |  3504k|  44.3 |   793M |  81 |2538 |3263 |2589 | 313k|  1 |7327 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
681.59/684.26	c   668s| 79100 | 77882 |  3509k|  44.3 |   793M |  81 |2538 |3253 |2646 | 313k|  1 |7327 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
682.40/685.07	c   668s| 79200 | 77978 |  3514k|  44.3 |   795M |  81 |2538 |3246 |2599 | 314k|  1 |7333 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
683.09/685.74	c   669s| 79300 | 78066 |  3518k|  44.3 |   797M |  81 |2538 |3277 |2587 | 314k|  1 |7378 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
684.08/686.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
684.08/686.72	c   670s| 79400 | 78166 |  3523k|  44.3 |   798M |  81 |2538 |3272 |2643 | 314k|  1 |7378 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
684.88/687.57	c   671s| 79500 | 78258 |  3527k|  44.3 |   800M |  81 |2538 |3278 |2639 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
685.77/688.42	c   672s| 79600 | 78358 |  3531k|  44.3 |   804M |  81 |2538 |3268 |2586 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
686.48/689.20	c   673s| 79700 | 78458 |  3536k|  44.3 |   804M |  81 |2538 |3259 |2610 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
687.17/689.80	c   673s| 79800 | 78548 |  3541k|  44.3 |   804M |  81 |2538 |3281 |2604 | 316k|  3 |7429 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
688.06/690.75	c   674s| 79900 | 78644 |  3547k|  44.4 |   804M |  81 |2538 |3278 |2624 | 316k|  1 |7436 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
688.76/691.49	c   675s| 80000 | 78740 |  3550k|  44.3 |   806M |  81 |2538 |3270 |2609 | 316k|  1 |7442 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
689.76/692.42	c   676s| 80100 | 78838 |  3555k|  44.3 |   807M |  81 |2538 |3259 |2628 | 317k|  1 |7449 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
690.26/692.99	c   676s| 80200 | 78934 |  3559k|  44.3 |   808M |  81 |2538 |3259 |2606 | 317k|  1 |7461 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
691.15/693.80	c   677s| 80300 | 79034 |  3564k|  44.3 |   810M |  81 |2538 |3258 |2626 | 317k|  1 |7468 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
691.95/694.69	c   678s| 80400 | 79130 |  3569k|  44.4 |   811M |  81 |2538 |3263 |2604 | 318k|  1 |7489 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
692.55/695.28	c   679s| 80500 | 79222 |  3573k|  44.4 |   811M |  81 |2538 |3266 |2554 | 318k|  1 |7514 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
693.24/695.92	c   679s| 80600 | 79318 |  3578k|  44.4 |   811M |  81 |2538 |3263 |2590 | 318k|  1 |7521 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
694.14/696.85	c   680s| 80700 | 79402 |  3583k|  44.4 |   812M |  81 |2538 |3311 |2628 | 319k|  1 |7574 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
694.74/697.47	c   681s| 80800 | 79498 |  3587k|  44.4 |   813M |  81 |2538 |3308 |2559 | 319k|  1 |7587 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
695.45/698.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
695.45/698.16	c   682s| 80900 | 79594 |  3591k|  44.4 |   814M |  81 |2538 |3307 |2609 | 319k|  1 |7598 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
696.13/698.80	c   682s| 81000 | 79690 |  3595k|  44.3 |   814M |  81 |2538 |3313 |2524 | 320k|  1 |7625 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
696.83/699.58	c   683s| 81100 | 79790 |  3599k|  44.4 |   815M |  81 |2538 |3331 |2641 | 320k|  1 |7658 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
697.53/700.27	c   684s| 81200 | 79888 |  3603k|  44.3 |   817M |  81 |2538 |3327 |2639 | 321k|  2 |7669 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
698.44/701.14	c   684s| 81300 | 79978 |  3608k|  44.3 |   819M |  81 |2538 |3332 |2682 | 321k|  7 |7691 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
699.12/701.84	c   685s| 81400 | 80072 |  3612k|  44.3 |   820M |  81 |2538 |3328 |2575 | 321k|  3 |7708 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
699.82/702.57	c   686s| 81500 | 80166 |  3616k|  44.3 |   820M |  81 |2538 |3335 |2604 | 322k|  1 |7725 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
700.62/703.31	c   687s| 81600 | 80258 |  3621k|  44.3 |   820M |  81 |2538 |3352 |2652 | 322k|  1 |7755 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
701.12/703.88	c   687s| 81700 | 80358 |  3625k|  44.3 |   820M |  81 |2538 |3323 |2585 | 322k|  1 |7755 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
701.92/704.67	c   688s| 81800 | 80454 |  3629k|  44.3 |   821M |  81 |2538 |3320 |2629 | 323k|  1 |7762 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
702.62/705.34	c   689s| 81900 | 80548 |  3633k|  44.3 |   821M |  81 |2538 |3313 |2586 | 323k|  1 |7794 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
703.33/706.05	c   689s| 82000 | 80648 |  3637k|  44.3 |   821M |  81 |2538 |3306 |2619 | 323k|  1 |7794 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
703.91/706.67	c   690s| 82100 | 80744 |  3641k|  44.3 |   822M |  81 |2538 |3309 |2605 | 324k|  4 |7809 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
704.42/707.16	c   691s| 82200 | 80844 |  3644k|  44.3 |   822M |  81 |2538 |3304 |2569 | 324k|  1 |7809 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
705.31/708.04	c   691s| 82300 | 80942 |  3648k|  44.3 |   822M |  81 |2538 |3299 |2606 | 324k|  1 |7818 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
706.00/708.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
706.00/708.78	c   692s| 82400 | 81042 |  3653k|  44.3 |   823M |  81 |2538 |3281 |2576 | 325k|  1 |7818 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
706.90/709.65	c   693s| 82500 | 81138 |  3658k|  44.3 |   823M |  81 |2538 |3283 |2627 | 325k|  2 |7826 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
707.59/710.39	c   694s| 82600 | 81238 |  3662k|  44.3 |   823M |  81 |2538 |3261 |2667 | 325k|  1 |7826 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
708.19/711.00	c   694s| 82700 | 81332 |  3666k|  44.3 |   825M |  81 |2538 |3279 |2614 | 326k|  1 |7855 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
709.19/711.97	c   695s| 82800 | 81430 |  3671k|  44.3 |   827M |  81 |2538 |3273 |2627 | 326k|  1 |7859 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
709.98/712.75	c   696s| 82900 | 81530 |  3676k|  44.3 |   827M |  81 |2538 |3276 |2579 | 327k|  1 |7880 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
710.88/713.64	c   697s| 83000 | 81626 |  3681k|  44.3 |   829M |  81 |2538 |3274 |2656 | 327k|  1 |7891 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
711.58/714.37	c   698s| 83100 | 81726 |  3685k|  44.3 |   829M |  81 |2538 |3253 |2577 | 327k|  1 |7891 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
712.47/715.26	c   699s| 83200 | 81824 |  3689k|  44.3 |   830M |  81 |2538 |3253 |2605 | 328k|  1 |7900 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
713.17/715.94	c   699s| 83300 | 81918 |  3693k|  44.3 |   830M |  81 |2538 |3273 |2563 | 328k|  1 |7929 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
713.87/716.68	c   700s| 83400 | 82018 |  3698k|  44.3 |   830M |  81 |2538 |3262 |2613 | 328k|  1 |7929 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
714.46/717.26	c   701s| 83500 | 82115 |  3702k|  44.3 |   831M |  81 |2538 |3263 |2638 | 329k|  1 |7941 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
715.06/717.89	c   701s| 83600 | 82215 |  3705k|  44.3 |   831M |  81 |2538 |3243 |2581 | 329k|  1 |7941 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
715.86/718.62	c   702s| 83700 | 82311 |  3710k|  44.3 |   833M |  81 |2538 |3243 |2640 | 329k|  1 |7953 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
716.55/719.36	c   703s| 83800 | 82403 |  3714k|  44.3 |   833M |  81 |2538 |3250 |2621 | 330k|  1 |7975 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
717.26/720.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
717.26/720.01	c   703s| 83900 | 82499 |  3718k|  44.3 |   833M |  81 |2538 |3250 |2636 | 330k|  0 |7989 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
718.05/720.89	c   704s| 84000 | 82595 |  3722k|  44.3 |   834M |  81 |2538 |3245 |2618 | 330k|  1 |7998 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
718.75/721.59	c   705s| 84100 | 82687 |  3727k|  44.3 |   834M |  81 |2538 |3252 |2576 | 331k|  4 |8022 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
719.64/722.49	c   706s| 84200 | 82787 |  3732k|  44.3 |   835M |  81 |2538 |3249 |2642 | 331k|  1 |8022 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
720.35/723.11	c   706s| 84300 | 82885 |  3736k|  44.3 |   836M |  81 |2538 |3250 |2642 | 331k|  2 |8032 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
721.04/723.82	c   707s| 84400 | 82985 |  3740k|  44.3 |   836M |  81 |2538 |3234 |2635 | 332k|  1 |8032 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
721.73/724.59	c   708s| 84500 | 83079 |  3744k|  44.3 |   836M |  81 |2538 |3238 |2661 | 332k|  1 |8043 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
722.43/725.27	c   709s| 84600 | 83171 |  3747k|  44.3 |   836M |  81 |2538 |3254 |2605 | 332k|  1 |8067 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
723.24/726.03	c   709s| 84700 | 83265 |  3752k|  44.3 |   836M |  81 |2538 |3264 |2611 | 333k|  1 |8084 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
723.92/726.74	c   710s| 84800 | 83359 |  3756k|  44.3 |   837M |  81 |2538 |3273 |2612 | 333k|  1 |8106 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
724.63/727.47	c   711s| 84900 | 83457 |  3761k|  44.3 |   838M |  81 |2538 |3290 |2567 | 333k|  1 |8128 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
725.52/728.32	c   712s| 85000 | 83545 |  3765k|  44.3 |   839M |  81 |2538 |3331 |2575 | 334k|  1 |8182 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
726.33/729.11	c   712s| 85100 | 83645 |  3769k|  44.3 |   841M |  81 |2538 |3322 |2637 | 334k|  6 |8182 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
726.92/729.79	c   713s| 85200 | 83737 |  3773k|  44.3 |   841M |  81 |2538 |3341 |2609 | 334k|  1 |8214 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
727.72/730.52	c   714s| 85300 | 83837 |  3777k|  44.3 |   841M |  81 |2538 |3332 |2658 | 335k|  2 |8224 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
728.61/731.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
728.61/731.43	c   715s| 85400 | 83931 |  3782k|  44.3 |   841M |  81 |2538 |3335 |2649 | 335k|  1 |8243 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
729.32/732.11	c   715s| 85500 | 84029 |  3786k|  44.3 |   843M |  81 |2538 |3326 |2637 | 335k|  1 |8253 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
729.81/732.67	c   716s| 85600 | 84129 |  3790k|  44.3 |   843M |  81 |2538 |3312 |2560 | 336k|  1 |8253 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
730.70/733.50	c   717s| 85700 | 84221 |  3795k|  44.2 |   844M |  81 |2538 |3314 |2615 | 336k|  1 |8268 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
731.50/734.36	c   718s| 85800 | 84317 |  3799k|  44.3 |   844M |  81 |2538 |3328 |2635 | 337k|  1 |8288 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
732.09/734.99	c   718s| 85900 | 84415 |  3803k|  44.2 |   845M |  81 |2538 |3316 |2623 | 337k|  1 |8291 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
732.79/735.66	c   719s| 86000 | 84515 |  3808k|  44.2 |   846M |  81 |2538 |3343 |2563 | 337k|  1 |8333 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
733.59/736.44	c   720s| 86100 | 84611 |  3813k|  44.3 |   847M |  81 |2538 |3346 |2678 | 338k|  7 |8349 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
734.30/737.12	c   720s| 86200 | 84707 |  3818k|  44.3 |   848M |  81 |2538 |3346 |2583 | 338k|  1 |8364 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
734.98/737.83	c   721s| 86300 | 84805 |  3822k|  44.3 |   849M |  81 |2538 |3332 |2662 | 338k|  1 |8368 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
735.68/738.57	c   722s| 86400 | 84899 |  3826k|  44.3 |   849M |  81 |2538 |3343 |2629 | 339k|  1 |8383 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
736.38/739.29	c   723s| 86500 | 84997 |  3831k|  44.3 |   849M |  81 |2538 |3347 |2662 | 339k|  1 |8394 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
737.19/740.09	c   723s| 86600 | 85097 |  3835k|  44.3 |   849M |  81 |2538 |3332 |2594 | 339k|  1 |8394 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
738.18/741.03	c   724s| 86700 | 85195 |  3840k|  44.3 |   849M |  81 |2538 |3331 |2627 | 340k|  1 |8405 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
738.77/741.64	c   725s| 86800 | 85291 |  3844k|  44.3 |   851M |  81 |2538 |3349 |2576 | 340k|  1 |8437 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
739.66/742.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
739.66/742.51	c   726s| 86900 | 85383 |  3849k|  44.3 |   851M |  81 |2538 |3358 |2647 | 340k|  1 |8466 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
740.36/743.27	c   727s| 87000 | 85473 |  3854k|  44.3 |   851M |  81 |2538 |3376 |2647 | 341k|  1 |8501 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
741.17/744.03	c   727s| 87100 | 85565 |  3859k|  44.3 |   851M |  81 |2538 |3408 |2657 | 341k|  1 |8546 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
741.95/744.81	c   728s| 87200 | 85663 |  3863k|  44.3 |   857M |  81 |2538 |3375 |2583 | 341k|  1 |8557 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
742.65/745.56	c   729s| 87300 | 85761 |  3867k|  44.3 |   857M |  81 |2538 |3376 |2642 | 342k|  1 |8567 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
743.35/746.23	c   730s| 87400 | 85855 |  3871k|  44.3 |   858M |  81 |2538 |3387 |2528 | 342k|  1 |8595 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
744.16/747.06	c   730s| 87500 | 85955 |  3876k|  44.3 |   858M |  81 |2538 |3378 |2628 | 342k|  1 |8595 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
744.95/747.83	c   731s| 87600 | 86047 |  3880k|  44.3 |   860M |  81 |2538 |3352 |2683 | 343k|  7 |8609 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
745.74/748.64	c   732s| 87700 | 86145 |  3885k|  44.3 |   862M |  81 |2538 |3380 |2669 | 343k|  1 |8641 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
746.44/749.39	c   733s| 87800 | 86241 |  3890k|  44.3 |   863M |  81 |2538 |3386 |2613 | 344k|  1 |8653 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
747.25/750.15	c   734s| 87900 | 86331 |  3894k|  44.3 |   863M |  81 |2538 |3390 |2637 | 344k|  3 |8675 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
748.15/751.02	c   734s| 88000 | 86424 |  3900k|  44.3 |   863M |  81 |2538 |3401 |2653 | 344k|  1 |8707 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
748.63/751.59	c   735s| 88100 | 86518 |  3903k|  44.3 |   864M |  81 |2538 |3396 |2592 | 345k|  1 |8719 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
749.73/752.62	c   736s| 88200 | 86618 |  3908k|  44.3 |   865M |  81 |2538 |3383 |2643 | 345k|  1 |8719 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
750.33/753.24	c   737s| 88300 | 86714 |  3912k|  44.3 |   865M |  81 |2538 |3380 |2562 | 346k|  1 |8742 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
751.02/754.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
751.02/754.00	c   737s| 88400 | 86810 |  3916k|  44.3 |   865M |  81 |2538 |3371 |2604 | 346k|  1 |8753 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
752.13/755.01	c   738s| 88500 | 86910 |  3921k|  44.3 |   865M |  81 |2538 |3349 |2640 | 346k|  1 |8753 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
753.13/756.02	c   739s| 88600 | 87004 |  3925k|  44.3 |   867M |  81 |2538 |3342 |2604 | 347k|  1 |8768 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
753.81/756.77	c   740s| 88700 | 87098 |  3929k|  44.3 |   869M |  81 |2538 |3357 |2647 | 347k|  0 |8794 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
754.41/757.30	c   741s| 88800 | 87192 |  3932k|  44.2 |   870M |  81 |2538 |3367 |2589 | 347k|  1 |8814 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
755.22/758.17	c   742s| 88900 | 87288 |  3936k|  44.2 |   870M |  81 |2538 |3362 |2621 | 348k|  1 |8826 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
755.90/758.80	c   742s| 89000 | 87388 |  3940k|  44.2 |   870M |  81 |2538 |3334 |2561 | 348k|  1 |8826 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
756.50/759.47	c   743s| 89100 | 87488 |  3945k|  44.2 |   872M |  81 |2538 |3334 |2606 | 348k|  1 |8836 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
757.30/760.23	c   744s| 89200 | 87584 |  3949k|  44.2 |   872M |  81 |2538 |3338 |2692 | 349k|  1 |8848 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
758.10/761.10	c   744s| 89300 | 87680 |  3953k|  44.2 |   902M |  81 |2538 |3363 |2577 | 349k|  1 |8886 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
758.89/761.83	c   745s| 89400 | 87778 |  3957k|  44.2 |   902M |  81 |2538 |3358 |2642 | 349k|  1 |8893 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
759.49/762.43	c   746s| 89500 | 87872 |  3961k|  44.2 |   902M |  81 |2538 |3367 |2587 | 350k|  1 |8914 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
760.28/763.26	c   747s| 89600 | 87968 |  3966k|  44.2 |   902M |  81 |2538 |3356 |2663 | 350k|  3 |8926 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
760.98/763.90	c   747s| 89700 | 88064 |  3969k|  44.2 |   903M |  81 |2538 |3344 |2555 | 350k|  1 |8933 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
761.78/764.70	c   748s| 89800 | 88164 |  3972k|  44.2 |   903M |  81 |2538 |3333 |2607 | 351k|  1 |8933 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
762.37/765.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
762.37/765.37	c   749s| 89900 | 88262 |  3976k|  44.2 |   903M |  81 |2538 |3320 |2659 | 351k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
763.08/766.04	c   749s| 90000 | 88362 |  3980k|  44.2 |   904M |  81 |2538 |3298 |2578 | 351k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
763.87/766.86	c   750s| 90100 | 88462 |  3984k|  44.2 |   904M |  81 |2538 |3282 |2619 | 352k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
764.56/767.56	c   751s| 90200 | 88560 |  3989k|  44.2 |   904M |  81 |2538 |3279 |2592 | 352k|  1 |8951 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
765.36/768.32	c   752s| 90300 | 88650 |  3994k|  44.2 |   905M |  81 |2538 |3337 |2574 | 353k|  1 |9017 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
766.17/769.19	c   753s| 90400 | 88750 |  3999k|  44.2 |   906M |  81 |2538 |3329 |2646 | 353k|  1 |9017 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
767.07/770.03	c   753s| 90500 | 88842 |  4003k|  44.2 |   906M |  81 |2538 |3314 |2556 | 353k|  1 |9036 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
767.65/770.60	c   754s| 90600 | 88942 |  4007k|  44.2 |   907M |  81 |2538 |3334 |2580 | 354k|  1 |9066 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
768.45/771.40	c   755s| 90700 | 89042 |  4011k|  44.2 |   907M |  81 |2538 |3324 |2644 | 354k|  1 |9066 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
769.16/772.18	c   756s| 90800 | 89140 |  4015k|  44.2 |   908M |  81 |2538 |3330 |2634 | 354k|  1 |9081 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
769.74/772.79	c   756s| 90900 | 89236 |  4019k|  44.2 |   910M |  81 |2538 |3337 |2607 | 354k|  1 |9095 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
770.54/773.51	c   757s| 91000 | 89334 |  4023k|  44.2 |   912M |  81 |2538 |3340 |2638 | 355k|  1 |9107 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
771.15/774.18	c   758s| 91100 | 89430 |  4027k|  44.2 |   912M |  81 |2538 |3325 |2553 | 355k|  1 |9119 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
772.05/775.07	c   758s| 91200 | 89530 |  4031k|  44.2 |   912M |  81 |2538 |3316 |2689 | 356k|  7 |9119 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
772.93/775.90	c   759s| 91300 | 89622 |  4036k|  44.2 |   912M |  81 |2538 |3325 |2592 | 356k|  1 |9141 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
773.53/776.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
773.53/776.50	c   760s| 91400 | 89714 |  4040k|  44.2 |   913M |  81 |2538 |3396 |2622 | 356k|  1 |9214 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
774.23/777.20	c   761s| 91500 | 89812 |  4044k|  44.2 |   913M |  81 |2538 |3409 |2603 | 356k|  1 |9235 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
775.04/778.09	c   761s| 91600 | 89912 |  4049k|  44.2 |   914M |  81 |2538 |3399 |2631 | 357k|  2 |9235 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
775.72/778.76	c   762s| 91700 | 90008 |  4052k|  44.2 |   914M |  81 |2538 |3356 |2556 | 357k|  1 |9240 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
776.62/779.69	c   763s| 91800 | 90104 |  4057k|  44.2 |   917M |  81 |2538 |3345 |2625 | 358k|  1 |9243 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
777.32/780.34	c   764s| 91900 | 90202 |  4062k|  44.2 |   918M |  81 |2538 |3336 |2624 | 358k|  1 |9254 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
778.03/781.07	c   764s| 92000 | 90298 |  4066k|  44.2 |   919M |  81 |2538 |3340 |2584 | 358k|  1 |9266 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
778.91/781.95	c   765s| 92100 | 90396 |  4070k|  44.2 |   920M |  81 |2538 |3341 |2634 | 359k|  1 |9275 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
779.91/782.98	c   766s| 92200 | 90488 |  4075k|  44.2 |   923M |  81 |2538 |3348 |2590 | 359k|  1 |9306 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
780.60/783.63	c   767s| 92300 | 90584 |  4079k|  44.2 |   925M |  81 |2538 |3338 |2581 | 359k|  1 |9311 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
781.30/784.32	c   768s| 92400 | 90684 |  4083k|  44.2 |   926M |  81 |2538 |3325 |2665 | 360k|  4 |9311 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
782.11/785.13	c   768s| 92500 | 90772 |  4087k|  44.2 |   926M |  81 |2538 |3342 |2558 | 360k|  1 |9352 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
782.89/785.99	c   769s| 92600 | 90868 |  4092k|  44.2 |   926M |  81 |2538 |3334 |2600 | 360k|  1 |9364 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
783.69/786.78	c   770s| 92700 | 90968 |  4096k|  44.2 |   928M |  81 |2538 |3309 |2598 | 361k|  1 |9364 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
784.49/787.57	c   771s| 92800 | 91064 |  4100k|  44.1 |   928M |  81 |2538 |3306 |2639 | 361k|  2 |9376 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
785.18/788.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
785.18/788.23	c   772s| 92900 | 91160 |  4103k|  44.1 |   929M |  81 |2538 |3297 |2580 | 361k|  1 |9391 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
785.78/788.89	c   772s| 93000 | 91256 |  4107k|  44.1 |   929M |  81 |2538 |3302 |2593 | 362k|  1 |9403 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
786.48/789.54	c   773s| 93100 | 91352 |  4111k|  44.1 |   929M |  81 |2538 |3289 |2605 | 362k|  1 |9414 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
787.28/790.30	c   774s| 93200 | 91448 |  4115k|  44.1 |   929M |  81 |2538 |3289 |2638 | 362k|  1 |9425 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
787.87/791.00	c   774s| 93300 | 91544 |  4119k|  44.1 |   929M |  81 |2538 |3285 |2593 | 363k|  1 |9436 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
788.88/791.96	c   775s| 93400 | 91636 |  4123k|  44.1 |   930M |  81 |2538 |3271 |2557 | 363k|  1 |9453 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
789.68/792.72	c   776s| 93500 | 91736 |  4127k|  44.1 |   930M |  81 |2538 |3255 |2661 | 364k|  1 |9453 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
790.47/793.55	c   777s| 93600 | 91828 |  4132k|  44.1 |   930M |  81 |2538 |3264 |2582 | 364k|  1 |9485 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
791.17/794.25	c   778s| 93700 | 91918 |  4137k|  44.1 |   930M |  81 |2538 |3270 |2647 | 364k|  1 |9514 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
791.87/794.97	c   778s| 93800 | 92018 |  4141k|  44.1 |   931M |  81 |2538 |3266 |2577 | 365k|  1 |9525 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
792.86/795.94	c   779s| 93900 | 92114 |  4146k|  44.1 |   931M |  81 |2538 |3261 |2539 | 365k|  1 |9534 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
793.66/796.72	c   780s| 94000 | 92214 |  4149k|  44.1 |   932M |  81 |2538 |3251 |2597 | 365k|  1 |9534 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
794.46/797.51	c   781s| 94100 | 92312 |  4153k|  44.1 |   934M |  81 |2538 |3252 |2589 | 366k|  1 |9541 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
795.35/798.41	c   782s| 94200 | 92410 |  4158k|  44.1 |   939M |  81 |2538 |3232 |2554 | 366k|  1 |9556 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
796.06/799.19	c   783s| 94300 | 92508 |  4163k|  44.1 |   939M |  81 |2538 |3228 |2629 | 366k|  1 |9564 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
796.75/799.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
796.75/799.89	c   783s| 94400 | 92606 |  4167k|  44.1 |   941M |  81 |2538 |3213 |2650 | 367k|  1 |9570 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
797.54/800.66	c   784s| 94500 | 92698 |  4171k|  44.1 |   942M |  81 |2538 |3221 |2644 | 367k|  1 |9588 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
798.14/801.20	c   785s| 94600 | 92794 |  4176k|  44.1 |   942M |  81 |2538 |3222 |2577 | 367k|  1 |9608 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
798.84/801.92	c   785s| 94700 | 92894 |  4179k|  44.1 |   942M |  81 |2538 |3200 |2607 | 368k|  1 |9608 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
799.44/802.51	c   786s| 94800 | 92988 |  4183k|  44.1 |   942M |  81 |2538 |3199 |2580 | 368k|  1 |9622 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
800.13/803.29	c   787s| 94900 | 93083 |  4189k|  44.1 |   942M |  81 |2538 |3215 |2599 | 368k|  1 |9663 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
800.94/804.03	c   787s| 95000 | 93175 |  4192k|  44.1 |   943M |  81 |2538 |3231 |2660 | 369k|  1 |9691 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
801.73/804.89	c   788s| 95100 | 93264 |  4197k|  44.1 |   944M |  81 |2538 |3237 |2605 | 369k|  1 |9715 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
802.72/805.80	c   789s| 95200 | 93358 |  4202k|  44.1 |   944M |  81 |2538 |3242 |2652 | 369k|  1 |9734 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
803.32/806.48	c   790s| 95300 | 93453 |  4205k|  44.1 |   944M |  81 |2538 |3248 |2575 | 370k|  1 |9765 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
804.12/807.26	c   791s| 95400 | 93543 |  4209k|  44.1 |   945M |  81 |2538 |3274 |2600 | 370k|  1 |9806 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
805.11/808.22	c   792s| 95500 | 93639 |  4214k|  44.1 |   945M |  81 |2538 |3264 |2648 | 370k|  3 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
805.92/809.03	c   792s| 95600 | 93739 |  4218k|  44.1 |   946M |  81 |2538 |3247 |2557 | 371k|  1 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
806.61/809.77	c   793s| 95700 | 93839 |  4223k|  44.1 |   946M |  81 |2538 |3234 |2617 | 371k|  1 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
807.30/810.48	c   794s| 95800 | 93935 |  4227k|  44.1 |   946M |  81 |2538 |3217 |2574 | 371k|  1 |9821 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
808.20/811.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
808.20/811.36	c   795s| 95900 | 94035 |  4231k|  44.1 |   948M |  81 |2538 |3201 |2629 | 372k|  1 |9821 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
808.91/812.04	c   795s| 96000 | 94131 |  4236k|  44.1 |   949M |  81 |2538 |3187 |2560 | 372k|  1 |9829 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
809.79/812.97	c   796s| 96100 | 94227 |  4241k|  44.1 |   949M |  81 |2538 |3185 |2683 | 373k|  1 |9837 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
810.59/813.71	c   797s| 96200 | 94323 |  4245k|  44.1 |   949M |  81 |2538 |3201 |2572 | 373k|  1 |9864 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
811.19/814.37	c   798s| 96300 | 94417 |  4249k|  44.1 |   950M |  81 |2538 |3209 |2566 | 373k|  1 |9888 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
812.08/815.25	c   799s| 96400 | 94517 |  4253k|  44.1 |   951M |  81 |2538 |3208 |2631 | 374k|  1 |9901 |  13k|-1.123399e+04 |      --      |    Inf |   2.11%
812.78/815.96	c   799s| 96500 | 94617 |  4257k|  44.1 |   953M |  81 |2538 |3190 |2569 | 374k|  1 |9901 |  13k|-1.123399e+04 |      --      |    Inf |   2.11%
813.38/816.58	c   800s| 96600 | 94713 |  4261k|  44.1 |   953M |  81 |2538 |3195 |2601 | 374k|  1 |9922 |  13k|-1.123404e+04 |      --      |    Inf |   2.11%
814.27/817.46	c   801s| 96700 | 94809 |  4266k|  44.1 |   955M |  81 |2538 |3199 |2571 | 375k|  1 |9939 |  13k|-1.123404e+04 |      --      |    Inf |   2.11%
815.07/818.28	c   802s| 96800 | 94905 |  4271k|  44.1 |   955M |  81 |2538 |3196 |2569 | 375k|  2 |9951 |  13k|-1.123434e+04 |      --      |    Inf |   2.11%
815.67/818.89	c   802s| 96900 | 95005 |  4275k|  44.1 |   957M |  81 |2538 |3183 |2582 | 376k|  1 |9951 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
816.47/819.62	c   803s| 97000 | 95097 |  4279k|  44.1 |   958M |  81 |2538 |3180 |2596 | 376k|  2 |9970 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
817.26/820.41	c   804s| 97100 | 95189 |  4284k|  44.1 |   958M |  81 |2538 |3180 |2586 | 376k|  1 |9992 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
818.06/821.26	c   805s| 97200 | 95289 |  4288k|  44.1 |   958M |  81 |2538 |3187 |2630 | 377k|  1 |  10k|  13k|-1.123448e+04 |      --      |    Inf |   2.11%
818.87/822.05	c   805s| 97300 | 95385 |  4293k|  44.1 |   958M |  81 |2538 |3189 |2668 | 377k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
819.45/822.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
819.45/822.69	c   806s| 97400 | 95485 |  4296k|  44.1 |   958M |  81 |2538 |3166 |2593 | 377k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
820.35/823.58	c   807s| 97500 | 95575 |  4300k|  44.1 |   958M |  81 |2538 |3181 |2607 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
821.05/824.28	c   808s| 97600 | 95675 |  4305k|  44.1 |   958M |  81 |2538 |3169 |2579 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
821.86/825.08	c   808s| 97700 | 95771 |  4309k|  44.1 |   958M |  81 |2538 |3160 |2606 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
822.74/825.94	c   809s| 97800 | 95869 |  4314k|  44.1 |   959M |  81 |2538 |3153 |2618 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
823.44/826.65	c   810s| 97900 | 95961 |  4318k|  44.1 |   959M |  81 |2538 |3152 |2570 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
824.14/827.37	c   811s| 98000 | 96059 |  4323k|  44.1 |   961M |  81 |2538 |3153 |2654 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
824.73/827.95	c   811s| 98100 | 96157 |  4326k|  44.1 |   962M |  81 |2538 |3145 |2555 | 380k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
825.33/828.52	c   812s| 98200 | 96255 |  4330k|  44.1 |   962M |  81 |2538 |3131 |2585 | 380k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
826.23/829.41	c   813s| 98300 | 96347 |  4334k|  44.1 |   962M |  81 |2538 |3128 |2579 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
827.03/830.20	c   814s| 98400 | 96445 |  4339k|  44.1 |   962M |  81 |2538 |3121 |2636 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
827.72/830.94	c   814s| 98500 | 96527 |  4344k|  44.1 |   964M |  81 |2538 |3162 |2557 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
828.42/831.66	c   815s| 98600 | 96627 |  4348k|  44.1 |   964M |  81 |2538 |3139 |2681 | 382k|  7 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
829.12/832.33	c   816s| 98700 | 96725 |  4351k|  44.1 |   965M |  81 |2538 |3136 |2644 | 382k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
829.71/832.95	c   816s| 98800 | 96819 |  4355k|  44.1 |   965M |  81 |2538 |3143 |2686 | 382k|  7 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
830.31/833.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
830.31/833.57	c   817s| 98900 | 96917 |  4359k|  44.0 |   965M |  81 |2538 |3144 |2646 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
831.01/834.23	c   818s| 99000 | 97017 |  4363k|  44.0 |   966M |  81 |2538 |3124 |2642 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
831.71/834.90	c   818s| 99100 | 97115 |  4366k|  44.0 |   967M |  81 |2538 |3117 |2655 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
832.40/835.62	c   819s| 99200 | 97213 |  4371k|  44.0 |   968M |  81 |2538 |3118 |2555 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
832.92/836.18	c   820s| 99300 | 97313 |  4375k|  44.0 |   968M |  81 |2538 |3123 |2606 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
833.71/836.92	c   820s| 99400 | 97413 |  4379k|  44.0 |   969M |  81 |2538 |3110 |2649 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
834.41/837.61	c   821s| 99500 | 97513 |  4384k|  44.0 |   970M |  81 |2538 |3087 |2589 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
835.20/838.41	c   822s| 99600 | 97609 |  4389k|  44.0 |   975M |  81 |2538 |3091 |2654 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
836.00/839.27	c   823s| 99700 | 97697 |  4394k|  44.0 |   976M |  81 |2538 |3101 |2567 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
836.69/839.93	c   823s| 99800 | 97791 |  4397k|  44.0 |   977M |  81 |2538 |3111 |2640 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
837.19/840.41	c   824s| 99900 | 97889 |  4401k|  44.0 |   977M |  81 |2538 |3112 |2626 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
837.80/841.06	c   824s|100000 | 97985 |  4404k|  44.0 |   977M |  81 |2538 |3113 |2598 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
838.49/841.73	c   825s|100100 | 98079 |  4408k|  44.0 |   977M |  81 |2538 |3108 |2668 | 387k|  2 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
838.98/842.30	c   826s|100200 | 98167 |  4412k|  44.0 |   978M |  81 |2538 |3124 |2590 | 387k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
839.79/843.06	c   826s|100300 | 98267 |  4417k|  44.0 |   980M |  81 |2538 |3114 |2630 | 387k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
840.38/843.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
840.38/843.68	c   827s|100400 | 98365 |  4420k|  44.0 |   980M |  81 |2538 |3101 |2577 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
840.98/844.24	c   828s|100500 | 98465 |  4424k|  44.0 |   981M |  81 |2538 |3100 |2595 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
841.67/844.91	c   828s|100600 | 98565 |  4429k|  44.0 |   981M |  81 |2538 |3089 |2633 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
842.37/845.61	c   829s|100700 | 98661 |  4433k|  44.0 |   981M |  81 |2538 |3077 |2597 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
843.17/846.40	c   830s|100800 | 98759 |  4438k|  44.0 |   981M |  81 |2538 |3073 |2652 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
843.88/847.14	c   830s|100900 | 98859 |  4442k|  44.0 |   982M |  81 |2538 |3060 |2592 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
844.46/847.74	c   831s|101000 | 98959 |  4446k|  44.0 |   982M |  81 |2538 |3049 |2576 | 390k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
845.36/848.63	c   832s|101100 | 99059 |  4451k|  44.0 |   983M |  81 |2538 |3045 |2649 | 390k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
846.06/849.35	c   833s|101200 | 99153 |  4455k|  44.0 |   985M |  81 |2538 |3057 |2638 | 390k|  0 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
846.87/850.19	c   834s|101300 | 99247 |  4460k|  44.0 |   985M |  81 |2538 |3071 |2656 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
847.55/850.83	c   834s|101400 | 99343 |  4463k|  44.0 |   985M |  81 |2538 |3075 |2656 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
848.25/851.53	c   835s|101500 | 99443 |  4467k|  44.0 |   986M |  81 |2538 |3059 |2629 | 391k|  2 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
849.05/852.36	c   836s|101600 | 99541 |  4472k|  44.0 |   986M |  81 |2538 |3040 |2627 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
850.04/853.31	c   837s|101700 | 99641 |  4476k|  44.0 |   986M |  81 |2538 |3026 |2579 | 392k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
850.54/853.88	c   837s|101800 | 99741 |  4480k|  44.0 |   988M |  81 |2538 |3009 |2616 | 392k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
851.44/854.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
851.44/854.77	c   838s|101900 | 99839 |  4485k|  44.0 |   988M |  81 |2538 |3009 |2655 | 393k|  0 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
852.23/855.54	c   839s|102000 | 99933 |  4489k|  44.0 |   988M |  81 |2538 |3005 |2605 | 393k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
852.93/856.21	c   840s|102100 |100029 |  4493k|  44.0 |   989M |  81 |2538 |3018 |2648 | 393k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
853.63/856.96	c   840s|102200 |100125 |  4498k|  44.0 |   989M |  81 |2538 |3016 |2569 | 394k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
854.43/857.71	c   841s|102300 |100223 |  4502k|  44.0 |   990M |  81 |2538 |3032 |2661 | 394k|  2 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
855.02/858.34	c   842s|102400 |100323 |  4506k|  44.0 |   990M |  81 |2538 |3020 |2630 | 394k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
855.83/859.19	c   843s|102500 |100419 |  4510k|  44.0 |   990M |  81 |2538 |3011 |2650 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
856.52/859.84	c   843s|102600 |100517 |  4515k|  44.0 |   990M |  81 |2538 |3010 |2660 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
857.31/860.61	c   844s|102700 |100617 |  4519k|  44.0 |   990M |  81 |2538 |2991 |2594 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
858.31/861.62	c   845s|102800 |100715 |  4524k|  44.0 |   991M |  81 |2538 |3005 |2635 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
858.91/862.20	c   846s|102900 |100807 |  4527k|  44.0 |   992M |  81 |2538 |3017 |2580 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
859.50/862.86	c   846s|103000 |100903 |  4531k|  44.0 |   992M |  81 |2538 |3012 |2659 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
860.20/863.53	c   847s|103100 |101003 |  4536k|  44.0 |   992M |  81 |2538 |3002 |2568 | 397k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
861.00/864.38	c   848s|103200 |101096 |  4541k|  44.0 |   992M |  81 |2538 |3030 |2675 | 397k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
861.90/865.21	c   849s|103300 |101192 |  4545k|  44.0 |   993M |  81 |2538 |3055 |2608 | 398k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
862.49/865.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
862.49/865.88	c   849s|103400 |101290 |  4548k|  44.0 |   993M |  81 |2538 |3068 |2613 | 398k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
863.39/866.75	c   850s|103500 |101386 |  4553k|  44.0 |   993M |  81 |2538 |3059 |2632 | 398k|  4 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
863.99/867.32	c   851s|103600 |101482 |  4557k|  44.0 |   993M |  81 |2538 |3068 |2608 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
864.98/868.36	c   852s|103700 |101574 |  4562k|  44.0 |   994M |  81 |2538 |3081 |2646 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
865.69/869.10	c   852s|103800 |101672 |  4566k|  44.0 |   994M |  81 |2538 |3088 |2641 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
866.38/869.75	c   853s|103900 |101767 |  4570k|  44.0 |   994M |  81 |2538 |3092 |2574 | 400k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
867.27/870.62	c   854s|104000 |101863 |  4575k|  44.0 |   995M |  81 |2538 |3097 |2653 | 400k|  1 |  10k|  14k|-1.123494e+04 |      --      |    Inf |   2.11%
867.87/871.22	c   855s|104100 |101963 |  4579k|  44.0 |   995M |  81 |2538 |3081 |2580 | 400k|  1 |  10k|  14k|-1.123494e+04 |      --      |    Inf |   2.11%
868.57/871.98	c   855s|104200 |102059 |  4582k|  44.0 |   995M |  81 |2538 |3079 |2611 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
869.36/872.76	c   856s|104300 |102157 |  4587k|  44.0 |   998M |  81 |2538 |3075 |2569 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
870.17/873.55	c   857s|104400 |102253 |  4591k|  44.0 |  1000M |  81 |2538 |3090 |2612 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
870.68/874.03	c   857s|104500 |102353 |  4595k|  43.9 |  1000M |  81 |2538 |3079 |2610 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
871.47/874.82	c   858s|104600 |102449 |  4599k|  43.9 |  1000M |  81 |2538 |3076 |2613 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
872.06/875.49	c   859s|104700 |102545 |  4604k|  43.9 |  1000M |  81 |2538 |3086 |2543 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
872.77/876.19	c   860s|104800 |102641 |  4608k|  43.9 |  1001M |  81 |2538 |3105 |2604 | 403k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
873.67/877.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
873.67/877.05	c   860s|104900 |102741 |  4613k|  44.0 |  1002M |  81 |2538 |3098 |2654 | 403k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
874.15/877.55	c   861s|105000 |102841 |  4617k|  43.9 |  1003M |  81 |2538 |3074 |2584 | 403k|  2 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
874.95/878.36	c   862s|105100 |102939 |  4620k|  43.9 |  1003M |  81 |2538 |3068 |2627 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
875.55/879.01	c   862s|105200 |103037 |  4624k|  43.9 |  1004M |  81 |2538 |3076 |2591 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
876.35/879.75	c   863s|105300 |103134 |  4629k|  43.9 |  1006M |  81 |2538 |3085 |2573 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
877.14/880.58	c   864s|105400 |103234 |  4633k|  43.9 |  1006M |  81 |2538 |3080 |2652 | 405k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
877.94/881.34	c   865s|105500 |103330 |  4637k|  43.9 |  1006M |  81 |2538 |3085 |2597 | 405k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
878.65/882.09	c   865s|105600 |103426 |  4641k|  43.9 |  1007M |  81 |2538 |3074 |2629 | 405k|  1 |  10k|  14k|-1.123536e+04 |      --      |    Inf |   2.11%
879.33/882.71	c   866s|105700 |103526 |  4645k|  43.9 |  1008M |  81 |2538 |3084 |2571 | 406k|  1 |  11k|  14k|-1.123536e+04 |      --      |    Inf |   2.11%
880.23/883.64	c   867s|105800 |103626 |  4650k|  43.9 |  1008M |  81 |2538 |3077 |2624 | 406k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
880.83/884.29	c   868s|105900 |103722 |  4654k|  43.9 |  1009M |  81 |2538 |3080 |2628 | 406k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
881.64/885.03	c   868s|106000 |103822 |  4658k|  43.9 |  1009M |  81 |2538 |3081 |2639 | 407k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
882.22/885.64	c   869s|106100 |103922 |  4662k|  43.9 |  1009M |  81 |2538 |3067 |2586 | 407k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
883.02/886.47	c   870s|106200 |104022 |  4666k|  43.9 |  1009M |  81 |2538 |3056 |2629 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
883.63/887.08	c   870s|106300 |104120 |  4670k|  43.9 |  1009M |  81 |2538 |3053 |2546 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
884.31/887.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
884.31/887.75	c   871s|106400 |104218 |  4674k|  43.9 |  1009M |  81 |2538 |3045 |2582 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
885.11/888.56	c   872s|106500 |104312 |  4678k|  43.9 |  1010M |  81 |2538 |3056 |2659 | 408k|  2 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
886.01/889.40	c   873s|106600 |104412 |  4682k|  43.9 |  1011M |  81 |2538 |3049 |2627 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
886.62/890.10	c   873s|106700 |104508 |  4686k|  43.9 |  1011M |  81 |2538 |3034 |2579 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
887.30/890.75	c   874s|106800 |104602 |  4690k|  43.9 |  1018M |  81 |2538 |3059 |2581 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
888.10/891.53	c   875s|106900 |104698 |  4694k|  43.9 |  1018M |  81 |2538 |3064 |2634 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
888.79/892.23	c   876s|107000 |104798 |  4698k|  43.9 |  1019M |  81 |2538 |3052 |2658 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
889.39/892.85	c   876s|107100 |104894 |  4702k|  43.9 |  1019M |  81 |2538 |3072 |2572 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
890.19/893.64	c   877s|107200 |104988 |  4706k|  43.9 |  1020M |  81 |2538 |3078 |2643 | 411k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
890.88/894.33	c   878s|107300 |105080 |  4710k|  43.9 |  1020M |  81 |2538 |3083 |2608 | 411k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
891.59/895.04	c   878s|107400 |105180 |  4714k|  43.9 |  1020M |  81 |2538 |3072 |2660 | 411k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
892.48/895.90	c   879s|107500 |105280 |  4719k|  43.9 |  1022M |  81 |2538 |3063 |2582 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
893.18/896.65	c   880s|107600 |105376 |  4723k|  43.9 |  1023M |  81 |2538 |3078 |2567 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
894.07/897.51	c   881s|107700 |105468 |  4727k|  43.9 |  1023M |  81 |2538 |3096 |2625 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
894.68/898.15	c   882s|107800 |105560 |  4731k|  43.9 |  1024M |  81 |2538 |3087 |2608 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
895.47/898.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
895.47/898.98	c   882s|107900 |105660 |  4735k|  43.9 |  1024M |  81 |2538 |3080 |2638 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
896.26/899.79	c   883s|108000 |105752 |  4739k|  43.9 |  1030M |  81 |2538 |3093 |2646 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
897.06/900.57	c   884s|108100 |105848 |  4743k|  43.9 |  1031M |  81 |2538 |3093 |2576 | 414k|  2 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
897.86/901.38	c   885s|108200 |105942 |  4747k|  43.8 |  1032M |  81 |2538 |3096 |2624 | 414k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
898.67/902.13	c   885s|108300 |106042 |  4752k|  43.9 |  1032M |  81 |2538 |3085 |2626 | 414k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
899.45/902.90	c   886s|108400 |106132 |  4756k|  43.8 |  1033M |  81 |2538 |3104 |2624 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
900.05/903.56	c   887s|108500 |106228 |  4760k|  43.9 |  1033M |  81 |2538 |3097 |2596 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
900.95/904.43	c   888s|108600 |106328 |  4765k|  43.8 |  1033M |  81 |2538 |3088 |2621 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
901.94/905.43	c   889s|108700 |106418 |  4769k|  43.9 |  1033M |  81 |2538 |3105 |2654 | 416k|  6 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
902.55/906.01	c   889s|108800 |106512 |  4773k|  43.8 |  1033M |  81 |2538 |3097 |2596 | 416k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
903.14/906.64	c   890s|108900 |106608 |  4777k|  43.8 |  1033M |  81 |2538 |3092 |2560 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
903.93/907.45	c   891s|109000 |106706 |  4782k|  43.8 |  1034M |  81 |2538 |3080 |2629 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
904.65/908.16	c   892s|109100 |106802 |  4786k|  43.8 |  1034M |  81 |2538 |3079 |2602 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
905.43/908.98	c   892s|109200 |106898 |  4790k|  43.8 |  1035M |  81 |2538 |3087 |2629 | 418k|  1 |  11k|  14k|-1.123655e+04 |      --      |    Inf |   2.11%
906.03/909.56	c   893s|109300 |106994 |  4794k|  43.8 |  1035M |  81 |2538 |3082 |2599 | 418k|  1 |  11k|  14k|-1.123655e+04 |      --      |    Inf |   2.11%
906.82/910.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
906.82/910.35	c   894s|109400 |107094 |  4797k|  43.8 |  1035M |  81 |2538 |3072 |2641 | 418k|  1 |  11k|  14k|-1.123665e+04 |      --      |    Inf |   2.11%
907.53/911.09	c   894s|109500 |107190 |  4802k|  43.8 |  1035M |  81 |2538 |3065 |2608 | 418k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
908.63/912.17	c   896s|109600 |107290 |  4807k|  43.8 |  1037M |  81 |2538 |3053 |2641 | 419k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
909.41/912.93	c   896s|109700 |107390 |  4811k|  43.8 |  1037M |  81 |2538 |3021 |2580 | 419k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
910.31/913.86	c   897s|109800 |107486 |  4816k|  43.8 |  1037M |  81 |2538 |3012 |2605 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
911.21/914.71	c   898s|109900 |107572 |  4820k|  43.8 |  1037M |  81 |2538 |3046 |2607 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
911.90/915.49	c   899s|110000 |107670 |  4823k|  43.8 |  1038M |  81 |2538 |3033 |2629 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
912.70/916.20	c   900s|110100 |107764 |  4827k|  43.8 |  1039M |  81 |2538 |3070 |2596 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
913.30/916.87	c   900s|110200 |107861 |  4831k|  43.8 |  1039M |  81 |2538 |3066 |2636 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
913.90/917.41	c   901s|110300 |107955 |  4834k|  43.8 |  1039M |  81 |2538 |3062 |2540 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
914.39/917.97	c   901s|110400 |108055 |  4838k|  43.8 |  1039M |  81 |2538 |3053 |2561 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
915.29/918.80	c   902s|110500 |108155 |  4842k|  43.8 |  1040M |  81 |2538 |3043 |2638 | 422k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
915.89/919.42	c   903s|110600 |108251 |  4846k|  43.8 |  1040M |  81 |2538 |3037 |2577 | 422k|  2 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
916.89/920.41	c   904s|110700 |108347 |  4850k|  43.8 |  1042M |  81 |2538 |3027 |2562 | 422k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
917.88/921.40	c   905s|110800 |108443 |  4855k|  43.8 |  1044M |  81 |2538 |3035 |2665 | 423k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
918.59/922.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
918.59/922.15	c   906s|110900 |108539 |  4859k|  43.8 |  1045M |  81 |2538 |3054 |2579 | 423k|  3 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
919.18/922.74	c   906s|111000 |108635 |  4862k|  43.8 |  1047M |  81 |2538 |3042 |2600 | 423k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
919.77/923.39	c   907s|111100 |108731 |  4866k|  43.8 |  1047M |  81 |2538 |3045 |2557 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
920.67/924.22	c   908s|111200 |108827 |  4871k|  43.8 |  1048M |  81 |2538 |3042 |2619 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
921.37/924.97	c   908s|111300 |108923 |  4875k|  43.8 |  1050M |  81 |2538 |3041 |2564 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
922.17/925.71	c   909s|111400 |109021 |  4879k|  43.8 |  1052M |  81 |2538 |3046 |2630 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
922.66/926.26	c   910s|111500 |109121 |  4883k|  43.8 |  1053M |  81 |2538 |3043 |2625 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
923.36/927.01	c   910s|111600 |109221 |  4887k|  43.8 |  1054M |  81 |2538 |3027 |2557 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
924.16/927.77	c   911s|111700 |109319 |  4891k|  43.8 |  1054M |  81 |2538 |3015 |2634 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
924.85/928.45	c   912s|111800 |109417 |  4895k|  43.8 |  1055M |  81 |2538 |3033 |2631 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
925.46/929.04	c   912s|111900 |109517 |  4899k|  43.8 |  1055M |  81 |2538 |3011 |2574 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
926.35/929.92	c   913s|112000 |109613 |  4903k|  43.8 |  1057M |  81 |2538 |3006 |2630 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
927.04/930.60	c   914s|112100 |109713 |  4907k|  43.7 |  1057M |  81 |2538 |2988 |2575 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
927.84/931.43	c   915s|112200 |109809 |  4910k|  43.7 |  1057M |  81 |2538 |2982 |2611 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
928.65/932.29	c   916s|112300 |109905 |  4914k|  43.7 |  1059M |  81 |2538 |2966 |2553 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
929.34/932.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
929.34/932.98	c   916s|112400 |110003 |  4918k|  43.7 |  1059M |  81 |2538 |2961 |2593 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
930.24/933.83	c   917s|112500 |110103 |  4923k|  43.7 |  1060M |  81 |2538 |2961 |2636 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
931.04/934.62	c   918s|112600 |110203 |  4926k|  43.7 |  1060M |  81 |2538 |2941 |2598 | 429k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
931.83/935.40	c   919s|112700 |110299 |  4931k|  43.7 |  1062M |  81 |2538 |2935 |2622 | 429k|  3 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
932.63/936.25	c   920s|112800 |110399 |  4935k|  43.7 |  1077M |  81 |2538 |2941 |2561 | 429k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
933.44/937.08	c   920s|112900 |110495 |  4939k|  43.7 |  1077M |  81 |2538 |2943 |2608 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
934.12/937.77	c   921s|113000 |110595 |  4943k|  43.7 |  1077M |  81 |2538 |2933 |2538 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
934.72/938.36	c   922s|113100 |110691 |  4946k|  43.7 |  1078M |  81 |2538 |2924 |2619 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
935.53/939.17	c   923s|113200 |110786 |  4951k|  43.7 |  1078M |  81 |2538 |2958 |2616 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
936.31/939.90	c   923s|113300 |110884 |  4955k|  43.7 |  1079M |  81 |2538 |2952 |2588 | 431k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
937.01/940.66	c   924s|113400 |110980 |  4960k|  43.7 |  1079M |  81 |2538 |2969 |2630 | 431k|  0 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
937.91/941.53	c   925s|113500 |111080 |  4964k|  43.7 |  1080M |  81 |2538 |2957 |2590 | 432k|  1 |  11k|  15k|-1.123769e+04 |      --      |    Inf |   2.11%
938.71/942.33	c   926s|113600 |111178 |  4968k|  43.7 |  1080M |  81 |2538 |3001 |2595 | 432k|  1 |  11k|  15k|-1.123769e+04 |      --      |    Inf |   2.11%
939.51/943.19	c   927s|113700 |111270 |  4973k|  43.7 |  1081M |  81 |2538 |3007 |2676 | 432k|  7 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
940.20/943.89	c   927s|113800 |111368 |  4977k|  43.7 |  1081M |  81 |2538 |3004 |2652 | 432k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
940.99/944.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
940.99/944.68	c   928s|113900 |111460 |  4981k|  43.7 |  1082M |  81 |2538 |3013 |2683 | 433k|  5 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
941.79/945.40	c   929s|114000 |111560 |  4985k|  43.7 |  1082M |  81 |2538 |3009 |2669 | 433k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
942.59/946.29	c   930s|114100 |111650 |  4989k|  43.7 |  1082M |  81 |2538 |3018 |2628 | 434k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
943.50/947.15	c   931s|114200 |111750 |  4994k|  43.7 |  1082M |  81 |2538 |3004 |2596 | 434k|  4 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
944.28/947.98	c   931s|114300 |111846 |  4999k|  43.7 |  1084M |  81 |2538 |3018 |2633 | 434k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
945.28/948.91	c   932s|114400 |111944 |  5006k|  43.7 |  1085M |  81 |2538 |3043 |2638 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
946.17/949.88	c   933s|114500 |112036 |  5015k|  43.8 |  1085M |  81 |2538 |3060 |2592 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
947.48/951.13	c   934s|114600 |112132 |  5025k|  43.8 |  1085M |  81 |2538 |3061 |2578 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
948.38/952.03	c   935s|114700 |112228 |  5033k|  43.9 |  1087M |  81 |2538 |3056 |2573 | 436k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
949.38/953.10	c   936s|114800 |112326 |  5043k|  43.9 |  1087M |  81 |2538 |3046 |2617 | 436k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
950.38/954.07	c   937s|114900 |112422 |  5052k|  43.9 |  1087M |  81 |2538 |3061 |2562 | 437k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
951.66/955.32	c   939s|115000 |112518 |  5063k|  44.0 |  1089M |  81 |2538 |3054 |2678 | 437k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
952.26/955.97	c   939s|115100 |112618 |  5069k|  44.0 |  1091M |  81 |2538 |3029 |2588 | 438k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
953.25/957.00	c   940s|115200 |112714 |  5078k|  44.1 |  1091M |  81 |2538 |3023 |2685 | 438k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
954.25/957.90	c   941s|115300 |112814 |  5087k|  44.1 |  1096M |  81 |2538 |2996 |2587 | 439k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
955.25/958.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
955.25/958.91	c   942s|115400 |112912 |  5098k|  44.2 |  1096M |  81 |2538 |3015 |2618 | 439k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
956.35/960.06	c   943s|115500 |113009 |  5108k|  44.2 |  1097M |  81 |2538 |3043 |2543 | 440k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
957.54/961.29	c   945s|115600 |113107 |  5120k|  44.3 |  1098M |  81 |2538 |3041 |2654 | 440k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
958.53/962.25	c   946s|115700 |113207 |  5128k|  44.3 |  1098M |  81 |2538 |3031 |2649 | 441k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
959.53/963.25	c   947s|115800 |113307 |  5138k|  44.3 |  1099M |  81 |2538 |3009 |2628 | 441k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
960.44/964.17	c   948s|115900 |113399 |  5146k|  44.4 |  1099M |  81 |2538 |3021 |2706 | 442k|  3 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
961.33/965.03	c   948s|116000 |113497 |  5155k|  44.4 |  1100M |  81 |2538 |3017 |2679 | 442k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
962.02/965.74	c   949s|116100 |113597 |  5161k|  44.4 |  1101M |  81 |2538 |3008 |2563 | 442k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
963.01/966.79	c   950s|116200 |113697 |  5172k|  44.5 |  1102M |  81 |2538 |2991 |2651 | 443k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
963.91/967.62	c   951s|116300 |113787 |  5180k|  44.5 |  1102M |  81 |2538 |3004 |2631 | 443k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
965.01/968.78	c   952s|116400 |113887 |  5189k|  44.6 |  1103M |  81 |2538 |2992 |2693 | 444k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
966.00/969.79	c   953s|116500 |113980 |  5197k|  44.6 |  1103M |  81 |2538 |2989 |2647 | 444k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
967.10/970.84	c   954s|116600 |114080 |  5208k|  44.6 |  1105M |  81 |2538 |2990 |2670 | 445k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
967.89/971.63	c   955s|116700 |114180 |  5214k|  44.7 |  1105M |  81 |2538 |3024 |2607 | 445k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
969.30/973.01	c   956s|116800 |114266 |  5225k|  44.7 |  1108M |  81 |2538 |3049 |2669 | 446k|  7 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
970.30/974.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
970.30/974.03	c   957s|116900 |114362 |  5236k|  44.8 |  1109M |  81 |2538 |3034 |2588 | 446k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
971.39/975.13	c   958s|117000 |114462 |  5246k|  44.8 |  1109M |  81 |2538 |3015 |2646 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
972.18/975.90	c   959s|117100 |114562 |  5255k|  44.9 |  1109M |  81 |2538 |3030 |2660 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
973.17/976.90	c   960s|117200 |114660 |  5265k|  44.9 |  1109M |  81 |2538 |3027 |2569 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
974.07/977.83	c   961s|117300 |114760 |  5273k|  44.9 |  1110M |  81 |2538 |3024 |2644 | 448k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
975.56/979.33	c   963s|117400 |114858 |  5285k|  45.0 |  1110M |  81 |2538 |3025 |2709 | 448k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
976.86/980.60	c   964s|117500 |114958 |  5299k|  45.1 |  1113M |  81 |2538 |3017 |2584 | 449k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
977.75/981.53	c   965s|117600 |115052 |  5308k|  45.1 |  1113M |  81 |2538 |3028 |2588 | 449k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
978.85/982.63	c   966s|117700 |115148 |  5320k|  45.2 |  1113M |  81 |2538 |3027 |2664 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
979.65/983.48	c   967s|117800 |115246 |  5329k|  45.2 |  1114M |  81 |2538 |3024 |2712 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
980.65/984.42	c   968s|117900 |115340 |  5338k|  45.3 |  1118M |  81 |2538 |3034 |2594 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
981.64/985.46	c   969s|118000 |115434 |  5349k|  45.3 |  1119M |  81 |2538 |3036 |2701 | 451k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
982.44/986.29	c   970s|118100 |115532 |  5357k|  45.3 |  1119M |  81 |2538 |3038 |2591 | 451k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
983.44/987.27	c   971s|118200 |115632 |  5367k|  45.4 |  1120M |  81 |2538 |3033 |2646 | 452k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
984.25/988.06	c   971s|118300 |115726 |  5375k|  45.4 |  1122M |  81 |2538 |3030 |2609 | 452k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
985.24/989.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
985.24/989.06	c   972s|118400 |115820 |  5384k|  45.4 |  1124M |  81 |2538 |3030 |2675 | 453k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
985.93/989.71	c   973s|118500 |115913 |  5390k|  45.5 |  1124M |  81 |2538 |3034 |2604 | 453k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
986.92/990.78	c   974s|118600 |116013 |  5400k|  45.5 |  1124M |  81 |2538 |3010 |2634 | 454k|  1 |  12k|  15k|-1.123841e+04 |      --      |    Inf |   2.11%
987.92/991.79	c   975s|118700 |116107 |  5410k|  45.6 |  1124M |  81 |2538 |3031 |2569 | 454k|  1 |  12k|  15k|-1.123841e+04 |      --      |    Inf |   2.11%
988.92/992.79	c   976s|118800 |116207 |  5420k|  45.6 |  1124M |  81 |2538 |3020 |2604 | 455k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
990.01/993.84	c   977s|118900 |116305 |  5430k|  45.6 |  1126M |  81 |2538 |3032 |2664 | 455k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
991.11/994.96	c   978s|119000 |116397 |  5440k|  45.7 |  1127M |  81 |2538 |3044 |2629 | 456k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
992.10/995.96	c   979s|119100 |116493 |  5450k|  45.7 |  1127M |  81 |2538 |3019 |2605 | 456k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
993.10/996.94	c   980s|119200 |116593 |  5459k|  45.8 |  1127M |  81 |2538 |3007 |2647 | 457k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
994.10/997.92	c   981s|119300 |116689 |  5467k|  45.8 |  1128M |  81 |2538 |2998 |2555 | 457k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
995.09/998.99	c   982s|119400 |116785 |  5478k|  45.9 |  1129M |  81 |2538 |3003 |2667 | 458k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
996.39/1000.20	c   984s|119500 |116877 |  5488k|  45.9 |  1129M |  81 |2538 |3007 |2689 | 459k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
997.20/1001.07	c   984s|119600 |116967 |  5496k|  45.9 |  1129M |  81 |2538 |3036 |2560 | 459k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
998.48/1002.34	c   986s|119700 |117067 |  5508k|  46.0 |  1131M |  81 |2538 |3017 |2681 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
999.38/1003.21	c   987s|119800 |117161 |  5516k|  46.0 |  1132M |  81 |2538 |3012 |2597 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1000.38/1004.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1000.38/1004.29	c   988s|119900 |117253 |  5526k|  46.1 |  1132M |  81 |2538 |3004 |2634 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1001.67/1005.56	c   989s|120000 |117353 |  5536k|  46.1 |  1134M |  81 |2538 |2984 |2687 | 461k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1002.67/1006.58	c   990s|120100 |117449 |  5544k|  46.1 |  1134M |  81 |2538 |2986 |2617 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
1003.86/1007.73	c   991s|120200 |117545 |  5554k|  46.2 |  1134M |  81 |2538 |2982 |2679 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
1004.86/1008.71	c   992s|120300 |117641 |  5561k|  46.2 |  1137M |  81 |2538 |2984 |2649 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
1005.66/1009.56	c   993s|120400 |117741 |  5570k|  46.2 |  1139M |  81 |2538 |2965 |2650 | 463k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
1006.55/1010.45	c   994s|120500 |117839 |  5578k|  46.3 |  1141M |  81 |2538 |2961 |2601 | 463k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
1007.65/1011.50	c   995s|120600 |117939 |  5586k|  46.3 |  1142M |  81 |2538 |2945 |2645 | 464k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
1008.75/1012.61	c   996s|120700 |118035 |  5595k|  46.3 |  1142M |  81 |2538 |2938 |2573 | 464k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
1009.64/1013.52	c   997s|120800 |118129 |  5603k|  46.4 |  1142M |  81 |2538 |2956 |2589 | 465k|  1 |  13k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
1011.04/1014.99	c   998s|120900 |118229 |  5616k|  46.4 |  1142M |  81 |2538 |2959 |2701 | 465k|  3 |  13k|  16k|-1.123875e+04 |      --      |    Inf |   2.11%
1011.93/1015.88	c   999s|121000 |118329 |  5623k|  46.4 |  1143M |  81 |2538 |2942 |2546 | 466k|  1 |  13k|  16k|-1.123875e+04 |      --      |    Inf |   2.11%
1012.73/1016.65	c 
1012.73/1016.65	c SCIP Status        : solving was interrupted [time limit reached]
1012.73/1016.65	c Solving Time (sec) : 1000.00
1012.73/1016.65	c Solving Nodes      : 121077
1012.73/1016.65	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1012.73/1016.65	c Dual Bound         : -1.12392340425532e+04
1012.73/1016.65	c Gap                : infinite
1012.73/1016.65	c SCIP status: 23 (TIMELIMIT)
1012.73/1016.65	c SCIP LP bound tightened UB: 2296727 -> 2296329
1012.73/1016.65	c pb_solver_status: sst_unknown
1012.73/1016.65	c LB_goalvalue: 0
1012.73/1016.65	c UB_goalvalue: 2296329
1012.73/1016.65	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1012.73/1016.65	c SCIP returned: sst_unknown
1012.73/1016.65	c SCIP primal LB: -oo, dual UB: 2296329
1012.73/1016.65	c assumptions: 
1012.73/1016.65	c invoking solver with time budget: 5.000000
1017.72/1021.66	c sat_solver_result: sst_unknown
1017.72/1021.66	c SAT solver timed out; proceeding to cooperative SCIP call
1017.72/1021.66	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 2296329
1017.72/1021.66	c scip solving with time budget: 1400.000000
1017.72/1021.66	c solveScip
1017.72/1021.66	c initScipForCoop
1017.72/1021.66	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1017.72/1021.66	c SCIPfreeTransform due to timeout and having shadow nodes
1017.72/1021.66	c forcing SCIPfreeTransform before solve
1018.31/1022.21	c Running SCIP presolve for solve-time propagation (rounds=3)
1018.31/1022.21	c presolving:
1018.31/1022.22	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
1018.31/1022.22	c    (0.0s) running MILP presolver
1018.31/1022.23	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1018.31/1022.23	c (round 2, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
1018.41/1022.30	c    (0.1s) probing: 51/2538 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1018.41/1022.30	c    (0.1s) probing aborted: 50/50 successive totally useless probings
1018.41/1022.30	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1018.41/1022.30	c  0 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 188 changed sides, 0 changed coefficients
1018.41/1022.30	c  0 implications, 143 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1018.41/1022.30	c presolved problem has 2538 variables (2538 bin, 0 int, 0 cont) and 2352 constraints
1018.41/1022.30	c    2162 constraints of type <knapsack>
1018.41/1022.30	c     143 constraints of type <setppc>
1018.41/1022.30	c      47 constraints of type <logicor>
1018.41/1022.30	c transformed objective value is always integral (scale: 1)
1018.41/1022.30	c Presolving Time: 0.09
1018.41/1022.31	c presolving:
1018.41/1022.31	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
1018.41/1022.32	c    (0.0s) running MILP presolver
1018.41/1022.33	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1018.41/1022.33	c (round 2, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
1018.41/1022.33	c (round 3, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 2352 upgd conss, 0 impls, 143 clqs, 0 implints
1018.51/1022.40	c    (0.1s) probing: 51/2538 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1018.51/1022.40	c    (0.1s) probing aborted: 50/50 successive totally useless probings
1018.51/1022.41	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1018.51/1022.41	c    (0.1s) no symmetry present (symcode time: 0.00)
1018.51/1022.41	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
1018.51/1022.41	c  0 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 188 changed sides, 0 changed coefficients
1018.51/1022.41	c  0 implications, 143 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1018.51/1022.41	c presolved problem has 2538 variables (2538 bin, 0 int, 0 cont) and 2352 constraints
1018.51/1022.41	c    2162 constraints of type <knapsack>
1018.51/1022.41	c     143 constraints of type <setppc>
1018.51/1022.41	c      47 constraints of type <logicor>
1018.51/1022.41	c transformed objective value is always integral (scale: 1)
1018.51/1022.41	c Presolving Time: 0.10
1018.51/1022.41	c 
1018.51/1022.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1018.51/1022.46	c   0.2s|     1 |     0 |   331 |     - |   734M |   0 |2538 |2527 |2352 |   0 |  0 | 174 |   0 |-9.914936e+03 |      --      |    Inf | unknown
1018.71/1022.60	c   0.3s|     1 |     0 |  1688 |     - |   734M |   0 |2538 |2527 |2398 |  46 |  1 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
1018.71/1022.64	c   0.3s|     1 |     0 |  1749 |     - |   734M |   0 |2538 |2527 |2429 |  77 |  2 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
1018.71/1022.69	c   0.4s|     1 |     0 |  1803 |     - |   734M |   0 |2538 |2527 |2457 | 105 |  3 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
1018.81/1022.75	c   0.4s|     1 |     0 |  1860 |     - |   734M |   0 |2538 |2527 |2485 | 133 |  4 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
1018.91/1022.82	c   0.5s|     1 |     0 |  1925 |     - |   734M |   0 |2538 |2527 |2514 | 162 |  5 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
1018.91/1022.88	c   0.6s|     1 |     0 |  1995 |     - |   735M |   0 |2538 |2527 |2545 | 193 |  6 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
1019.01/1022.94	c   0.6s|     1 |     0 |  2074 |     - |   735M |   0 |2538 |2527 |2573 | 221 |  7 | 174 |   0 |-1.036464e+04 |      --      |    Inf | unknown
1019.01/1022.99	c   0.7s|     1 |     0 |  2146 |     - |   735M |   0 |2538 |2528 |2602 | 250 |  8 | 175 |   0 |-1.036464e+04 |      --      |    Inf | unknown
1019.12/1023.05	c   0.7s|     1 |     0 |  2240 |     - |   735M |   0 |2538 |2529 |2629 | 277 |  9 | 176 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1019.22/1023.11	c   0.8s|     1 |     0 |  2308 |     - |   735M |   0 |2538 |2531 |2662 | 310 | 10 | 178 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1019.22/1023.15	c   0.8s|     1 |     0 |  2363 |     - |   735M |   0 |2538 |2533 |2687 | 335 | 11 | 180 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1019.22/1023.18	c   0.9s|     1 |     0 |  2404 |     - |   735M |   0 |2538 |2534 |2711 | 359 | 12 | 181 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1019.31/1023.21	c   0.9s|     1 |     0 |  2450 |     - |   735M |   0 |2538 |2535 |2675 | 379 | 13 | 182 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1019.31/1023.25	c   0.9s|     1 |     0 |  2502 |     - |   735M |   0 |2538 |2536 |2696 | 400 | 14 | 183 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1019.31/1023.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1019.31/1023.28	c   1.0s|     1 |     0 |  2542 |     - |   735M |   0 |2538 |2537 |2713 | 417 | 15 | 184 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1019.41/1023.31	c   1.0s|     1 |     0 |  2597 |     - |   735M |   0 |2538 |2538 |2736 | 440 | 16 | 185 |   0 |-1.045087e+04 |      --      |    Inf | unknown
1019.41/1023.35	c   1.0s|     1 |     0 |  2674 |     - |   735M |   0 |2538 |2539 |2759 | 463 | 17 | 186 |   0 |-1.045340e+04 |      --      |    Inf | unknown
1019.41/1023.38	c   1.1s|     1 |     0 |  2750 |     - |   735M |   0 |2538 |2541 |2775 | 479 | 18 | 188 |   0 |-1.045340e+04 |      --      |    Inf | unknown
1019.51/1023.41	c   1.1s|     1 |     0 |  2818 |     - |   735M |   0 |2538 |2542 |2674 | 501 | 19 | 189 |   0 |-1.045499e+04 |      --      |    Inf | unknown
1019.51/1023.45	c   1.1s|     1 |     0 |  2902 |     - |   735M |   0 |2538 |2543 |2697 | 524 | 20 | 190 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.51/1023.48	c   1.2s|     1 |     0 |  2945 |     - |   735M |   0 |2538 |2543 |2719 | 546 | 21 | 190 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.61/1023.51	c   1.2s|     1 |     0 |  2983 |     - |   735M |   0 |2538 |2544 |2735 | 562 | 22 | 191 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.61/1023.54	c   1.2s|     1 |     0 |  3023 |     - |   735M |   0 |2538 |2545 |2752 | 579 | 23 | 192 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.61/1023.56	c   1.3s|     1 |     0 |  3073 |     - |   735M |   0 |2538 |2546 |2765 | 592 | 24 | 193 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.61/1023.59	c   1.3s|     1 |     0 |  3103 |     - |   735M |   0 |2538 |2547 |2704 | 605 | 25 | 194 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.71/1023.61	c   1.3s|     1 |     0 |  3134 |     - |   735M |   0 |2538 |2548 |2715 | 616 | 26 | 195 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.71/1023.64	c   1.3s|     1 |     0 |  3166 |     - |   735M |   0 |2538 |2549 |2725 | 626 | 27 | 196 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.71/1023.66	c   1.4s|     1 |     0 |  3196 |     - |   735M |   0 |2538 |2550 |2736 | 637 | 28 | 197 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.71/1023.69	c   1.4s|     1 |     0 |  3230 |     - |   735M |   0 |2538 |2551 |2746 | 647 | 29 | 198 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1019.81/1023.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1019.81/1023.71	c   1.4s|     1 |     0 |  3256 |     - |   735M |   0 |2538 |2552 |2756 | 657 | 30 | 199 |   0 |-1.048261e+04 |      --      |    Inf | unknown
1020.41/1024.30	c   2.0s|     1 |     2 |  4877 |     - |   735M |   0 |2538 |2565 |2756 | 657 | 30 | 212 |  14 |-1.048261e+04 |      --      |    Inf | unknown
1024.79/1028.75	c   6.4s|   100 |    95 |  8776 |  57.2 |   736M |  18 |2538 |2640 |2541 | 951 |  1 | 292 | 945 |-1.055861e+04 |      --      |    Inf |   1.03%
1026.88/1030.89	c   8.6s|   200 |   189 | 12874 |  49.0 |   736M |  18 |2538 |2689 |2525 |1301 |  1 | 342 |1297 |-1.060822e+04 |      --      |    Inf |   1.90%
1029.19/1033.13	c  10.8s|   300 |   285 | 16699 |  45.4 |   732M |  22 |2538 |2712 |2542 |1759 |  1 | 366 |1578 |-1.084126e+04 |      --      |    Inf |   1.93%
1030.57/1034.57	c  12.3s|   400 |   385 | 20936 |  44.7 |   732M |  22 |2538 |2752 |2536 |2176 |  1 | 408 |1764 |-1.084126e+04 |      --      |    Inf |   1.93%
1031.77/1035.75	c  13.4s|   500 |   477 | 25903 |  45.7 |   732M |  23 |2538 |2794 |2538 |2569 |  1 | 452 |1883 |-1.085154e+04 |      --      |    Inf |   1.98%
1032.96/1036.92	c  14.6s|   600 |   573 | 30945 |  46.5 |   732M |  23 |2538 |2910 |2543 |2911 |  1 | 572 |1998 |-1.085154e+04 |      --      |    Inf |   2.09%
1034.46/1038.45	c  16.1s|   700 |   671 | 36873 |  48.3 |   732M |  23 |2538 |2943 |2524 |3315 |  1 | 609 |2119 |-1.085154e+04 |      --      |    Inf |   2.10%
1035.65/1039.67	c  17.4s|   800 |   769 | 41612 |  48.2 |   732M |  24 |2538 |2969 |2543 |3688 |  1 | 638 |2207 |-1.090911e+04 |      --      |    Inf |   2.10%
1036.95/1040.90	c  18.6s|   900 |   867 | 44727 |  46.3 |   731M |  29 |2538 |3019 |2562 |4171 |  1 | 689 |2272 |-1.090911e+04 |      --      |    Inf |   2.10%
1038.16/1042.14	c  19.8s|  1000 |   967 | 50377 |  47.3 |   728M |  29 |2538 |3071 |2582 |4613 |  1 | 743 |2302 |-1.095800e+04 |      --      |    Inf |   2.10%
1040.05/1044.10	c  21.8s|  1100 |  1067 | 61023 |  52.7 |   728M |  29 |2538 |3142 |2577 |5059 |  2 | 815 |2341 |-1.100798e+04 |      --      |    Inf |   2.10%
1041.33/1045.39	c  23.1s|  1200 |  1167 | 64014 |  50.8 |   728M |  33 |2538 |3189 |2535 |5392 |  1 | 870 |2386 |-1.100939e+04 |      --      |    Inf |   2.10%
1042.63/1046.63	c  24.3s|  1300 |  1267 | 67589 |  49.6 |   728M |  33 |2538 |3275 |2556 |5790 |  1 | 960 |2405 |-1.101949e+04 |      --      |    Inf |   2.10%
1044.04/1048.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1044.04/1048.02	c  25.7s|  1400 |  1367 | 71200 |  48.7 |   728M |  33 |2538 |3432 |2524 |6183 |  1 |1128 |2423 |-1.101993e+04 |      --      |    Inf |   2.10%
1045.14/1049.13	c  26.8s|  1500 |  1467 | 74048 |  47.3 |   728M |  33 |2538 |3491 |2570 |6537 |  1 |1194 |2430 |-1.102901e+04 |      --      |    Inf |   2.10%
1046.13/1050.15	c  27.8s|  1600 |  1567 | 77991 |  46.8 |   728M |  33 |2538 |3491 |2532 |6861 |  1 |1194 |2446 |-1.102933e+04 |      --      |    Inf |   2.10%
1046.92/1050.92	c  28.6s|  1700 |  1667 | 80308 |  45.4 |   728M |  33 |2538 |3489 |2544 |7149 |  1 |1194 |2461 |-1.103545e+04 |      --      |    Inf |   2.10%
1047.31/1051.32	c  29.0s|  1800 |  1765 | 82813 |  44.3 |   728M |  33 |2538 |3493 |2561 |7566 |  1 |1202 |2475 |-1.103985e+04 |      --      |    Inf |   2.10%
1047.71/1051.74	c  29.4s|  1900 |  1865 | 85413 |  43.3 |   728M |  33 |2538 |3485 |2551 |7853 |  1 |1202 |2501 |-1.103985e+04 |      --      |    Inf |   2.10%
1048.12/1052.12	c  29.8s|  2000 |  1965 | 88107 |  42.5 |   728M |  33 |2538 |3484 |2556 |8247 |  1 |1213 |2509 |-1.103985e+04 |      --      |    Inf |   2.10%
1048.61/1052.63	c  30.3s|  2100 |  2065 | 91019 |  41.9 |   728M |  33 |2538 |3475 |2569 |8531 |  2 |1213 |2538 |-1.103985e+04 |      --      |    Inf |   2.10%
1049.02/1053.07	c  30.8s|  2200 |  2165 | 94005 |  41.3 |   728M |  33 |2538 |3471 |2559 |8794 |  1 |1213 |2563 |-1.103985e+04 |      --      |    Inf |   2.10%
1049.51/1053.52	c  31.2s|  2300 |  2265 | 97038 |  40.9 |   728M |  33 |2538 |3469 |2552 |9217 |  1 |1217 |2571 |-1.103985e+04 |      --      |    Inf |   2.10%
1049.91/1053.96	c  31.7s|  2400 |  2365 | 99619 |  40.2 |   728M |  33 |2538 |3459 |2570 |9543 |  1 |1217 |2591 |-1.103985e+04 |      --      |    Inf |   2.10%
1050.30/1054.36	c  32.1s|  2500 |  2463 |101854 |  39.5 |   728M |  33 |2538 |3453 |2555 |9886 |  1 |1227 |2611 |-1.104287e+04 |      --      |    Inf |   2.10%
1050.60/1054.69	c  32.4s|  2600 |  2563 |103853 |  38.8 |   728M |  33 |2538 |3443 |2576 |  10k|  1 |1227 |2620 |-1.104287e+04 |      --      |    Inf |   2.10%
1051.11/1055.12	c  32.8s|  2700 |  2663 |106345 |  38.2 |   728M |  35 |2538 |3433 |2551 |  10k|  1 |1227 |2652 |-1.104482e+04 |      --      |    Inf |   2.10%
1051.70/1055.70	c  33.4s|  2800 |  2761 |110223 |  38.3 |   728M |  41 |2538 |3449 |2557 |  10k|  2 |1252 |2677 |-1.104482e+04 |      --      |    Inf |   2.10%
1052.01/1056.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1052.01/1056.06	c  33.8s|  2900 |  2861 |112202 |  37.6 |   728M |  41 |2538 |3441 |2571 |  11k|  3 |1252 |2694 |-1.104482e+04 |      --      |    Inf |   2.10%
1052.60/1056.66	c  34.4s|  3000 |  2961 |114677 |  37.2 |   728M |  41 |2538 |3433 |2577 |  11k|  1 |1252 |2731 |-1.104482e+04 |      --      |    Inf |   2.10%
1053.11/1057.14	c  34.8s|  3100 |  3061 |117259 |  36.8 |   728M |  41 |2538 |3422 |2550 |  11k|  1 |1252 |2762 |-1.104482e+04 |      --      |    Inf |   2.10%
1053.49/1057.50	c  35.2s|  3200 |  3161 |119496 |  36.4 |   728M |  41 |2538 |3414 |2554 |  11k|  1 |1252 |2783 |-1.104482e+04 |      --      |    Inf |   2.10%
1053.89/1057.93	c  35.6s|  3300 |  3261 |122392 |  36.2 |   728M |  41 |2538 |3426 |2558 |  12k|  1 |1273 |2803 |-1.104482e+04 |      --      |    Inf |   2.10%
1054.19/1058.29	c  36.0s|  3400 |  3359 |124838 |  35.8 |   728M |  41 |2538 |3422 |2566 |  12k|  1 |1276 |2810 |-1.104482e+04 |      --      |    Inf |   2.11%
1054.59/1058.66	c  36.4s|  3500 |  3459 |127403 |  35.5 |   728M |  41 |2538 |3408 |2553 |  12k|  1 |1276 |2819 |-1.104565e+04 |      --      |    Inf |   2.11%
1055.29/1059.37	c  37.1s|  3600 |  3559 |130271 |  35.3 |   729M |  41 |2538 |3403 |2555 |  13k|  1 |1276 |2829 |-1.104566e+04 |      --      |    Inf |   2.11%
1055.69/1059.73	c  37.4s|  3700 |  3659 |132665 |  35.0 |   730M |  41 |2538 |3397 |2558 |  13k|  1 |1276 |2831 |-1.104594e+04 |      --      |    Inf |   2.11%
1056.00/1060.10	c  37.8s|  3800 |  3759 |135262 |  34.8 |   730M |  41 |2538 |3392 |2569 |  13k|  1 |1279 |2848 |-1.104594e+04 |      --      |    Inf |   2.11%
1056.58/1060.66	c  38.4s|  3900 |  3859 |138837 |  34.8 |   731M |  41 |2538 |3386 |2573 |  13k|  1 |1279 |2868 |-1.104602e+04 |      --      |    Inf |   2.11%
1057.09/1061.19	c  38.9s|  4000 |  3959 |142023 |  34.7 |   731M |  41 |2538 |3391 |2535 |  14k|  1 |1295 |2875 |-1.104609e+04 |      --      |    Inf |   2.11%
1057.48/1061.56	c  39.3s|  4100 |  4059 |144740 |  34.6 |   731M |  41 |2538 |3383 |2564 |  14k|  1 |1298 |2886 |-1.104611e+04 |      --      |    Inf |   2.11%
1057.88/1061.98	c  39.7s|  4200 |  4157 |147134 |  34.3 |   731M |  41 |2538 |3375 |2530 |  14k|  1 |1298 |2903 |-1.104611e+04 |      --      |    Inf |   2.11%
1058.28/1062.35	c  40.0s|  4300 |  4257 |150000 |  34.2 |   731M |  41 |2538 |3370 |2550 |  15k|  1 |1298 |2909 |-1.104611e+04 |      --      |    Inf |   2.11%
1058.77/1062.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1058.77/1062.84	c  40.5s|  4400 |  4357 |152925 |  34.1 |   731M |  41 |2538 |3365 |2534 |  15k|  1 |1300 |2926 |-1.104611e+04 |      --      |    Inf |   2.11%
1059.17/1063.23	c  40.9s|  4500 |  4457 |155862 |  34.0 |   731M |  41 |2538 |3384 |2572 |  15k|  1 |1323 |2927 |-1.104611e+04 |      --      |    Inf |   2.11%
1059.47/1063.58	c  41.3s|  4600 |  4557 |158412 |  33.8 |   731M |  41 |2538 |3376 |2532 |  16k|  1 |1323 |2939 |-1.104611e+04 |      --      |    Inf |   2.11%
1059.87/1063.92	c  41.6s|  4700 |  4657 |161116 |  33.6 |   732M |  41 |2538 |3372 |2575 |  16k|  1 |1323 |2948 |-1.104611e+04 |      --      |    Inf |   2.11%
1060.27/1064.33	c  42.0s|  4800 |  4757 |164073 |  33.5 |   732M |  41 |2538 |3371 |2552 |  16k|  1 |1334 |2961 |-1.104611e+04 |      --      |    Inf |   2.11%
1060.77/1064.84	c  42.5s|  4900 |  4857 |166974 |  33.4 |   732M |  41 |2538 |3369 |2563 |  16k|  1 |1334 |2965 |-1.104611e+04 |      --      |    Inf |   2.11%
1061.08/1065.12	c  42.8s|  5000 |  4957 |169118 |  33.2 |   732M |  41 |2538 |3367 |2563 |  17k|  1 |1334 |2968 |-1.104611e+04 |      --      |    Inf |   2.11%
1061.46/1065.53	c  43.2s|  5100 |  5057 |171416 |  33.0 |   732M |  41 |2538 |3355 |2556 |  17k|  1 |1334 |2970 |-1.104611e+04 |      --      |    Inf |   2.11%
1061.86/1065.98	c  43.7s|  5200 |  5157 |174469 |  33.0 |   732M |  41 |2538 |3342 |2563 |  17k|  1 |1334 |2997 |-1.104611e+04 |      --      |    Inf |   2.11%
1062.46/1066.52	c  44.2s|  5300 |  5257 |177527 |  32.9 |   732M |  41 |2538 |3327 |2526 |  18k|  1 |1334 |3018 |-1.104611e+04 |      --      |    Inf |   2.11%
1062.86/1066.91	c  44.6s|  5400 |  5355 |180121 |  32.8 |   732M |  41 |2538 |3329 |2562 |  18k|  1 |1340 |3023 |-1.104611e+04 |      --      |    Inf |   2.11%
1063.16/1067.29	c  45.0s|  5500 |  5453 |183183 |  32.7 |   732M |  41 |2538 |3355 |2542 |  18k|  1 |1372 |3030 |-1.104726e+04 |      --      |    Inf |   2.11%
1063.66/1067.71	c  45.4s|  5600 |  5553 |186062 |  32.7 |   732M |  41 |2538 |3352 |2584 |  18k|  1 |1372 |3030 |-1.104726e+04 |      --      |    Inf |   2.11%
1063.97/1068.11	c  45.8s|  5700 |  5653 |188630 |  32.6 |   732M |  41 |2538 |3334 |2549 |  19k|  1 |1372 |3052 |-1.104726e+04 |      --      |    Inf |   2.11%
1064.35/1068.40	c  46.1s|  5800 |  5753 |190909 |  32.4 |   732M |  41 |2538 |3327 |2572 |  19k|  1 |1372 |3054 |-1.104726e+04 |      --      |    Inf |   2.11%
1064.85/1068.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1064.85/1068.94	c  46.6s|  5900 |  5853 |193569 |  32.3 |   733M |  41 |2538 |3318 |2554 |  19k|  1 |1372 |3056 |-1.104726e+04 |      --      |    Inf |   2.11%
1065.15/1069.22	c  46.9s|  6000 |  5953 |195774 |  32.1 |   733M |  41 |2538 |3314 |2579 |  19k|  3 |1372 |3056 |-1.104726e+04 |      --      |    Inf |   2.11%
1065.55/1069.63	c  47.3s|  6100 |  6053 |198984 |  32.1 |   733M |  41 |2538 |3320 |2534 |  20k|  1 |1383 |3057 |-1.104726e+04 |      --      |    Inf |   2.11%
1065.96/1070.05	c  47.7s|  6200 |  6153 |202359 |  32.1 |   733M |  41 |2538 |3284 |2577 |  20k|  1 |1407 |3067 |-1.104726e+04 |      --      |    Inf |   2.11%
1066.35/1070.43	c  48.1s|  6300 |  6253 |204796 |  32.0 |   733M |  41 |2538 |3278 |2561 |  20k|  1 |1407 |3083 |-1.104726e+04 |      --      |    Inf |   2.11%
1066.75/1070.81	c  48.5s|  6400 |  6353 |207411 |  31.9 |   733M |  41 |2538 |3270 |2539 |  21k|  1 |1407 |3086 |-1.104726e+04 |      --      |    Inf |   2.11%
1067.06/1071.13	c  48.8s|  6500 |  6453 |209652 |  31.8 |   733M |  41 |2538 |3265 |2570 |  21k|  1 |1407 |3096 |-1.104726e+04 |      --      |    Inf |   2.11%
1067.34/1071.44	c  49.1s|  6600 |  6553 |212272 |  31.7 |   734M |  41 |2538 |3254 |2529 |  21k|  1 |1407 |3099 |-1.104726e+04 |      --      |    Inf |   2.11%
1067.74/1071.84	c  49.5s|  6700 |  6653 |215055 |  31.6 |   734M |  41 |2538 |3246 |2560 |  21k|  1 |1407 |3100 |-1.104726e+04 |      --      |    Inf |   2.11%
1068.14/1072.25	c  49.9s|  6800 |  6753 |217381 |  31.5 |   734M |  41 |2538 |3242 |2529 |  21k|  1 |1407 |3103 |-1.104726e+04 |      --      |    Inf |   2.11%
1068.44/1072.59	c  50.3s|  6900 |  6853 |220319 |  31.5 |   734M |  41 |2538 |3256 |2578 |  22k|  1 |1428 |3104 |-1.104726e+04 |      --      |    Inf |   2.11%
1068.84/1072.99	c  50.7s|  7000 |  6953 |222940 |  31.4 |   734M |  41 |2538 |3253 |2545 |  22k|  1 |1428 |3107 |-1.104726e+04 |      --      |    Inf |   2.11%
1069.14/1073.29	c  51.0s|  7100 |  7053 |225173 |  31.3 |   735M |  41 |2538 |3245 |2579 |  22k|  1 |1428 |3108 |-1.104726e+04 |      --      |    Inf |   2.11%
1069.44/1073.59	c  51.3s|  7200 |  7153 |227529 |  31.2 |   735M |  41 |2538 |3242 |2561 |  23k|  1 |1428 |3109 |-1.104726e+04 |      --      |    Inf |   2.11%
1069.83/1073.92	c  51.6s|  7300 |  7253 |230267 |  31.1 |   735M |  41 |2538 |3248 |2586 |  23k|  1 |1439 |3111 |-1.104726e+04 |      --      |    Inf |   2.11%
1070.33/1074.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1070.33/1074.40	c  52.1s|  7400 |  7353 |233190 |  31.1 |   735M |  41 |2538 |3244 |2562 |  23k|  1 |1439 |3119 |-1.104726e+04 |      --      |    Inf |   2.11%
1070.83/1074.98	c  52.7s|  7500 |  7451 |236367 |  31.1 |   735M |  42 |2538 |3249 |2565 |  23k|  1 |1449 |3132 |-1.104726e+04 |      --      |    Inf |   2.11%
1071.43/1075.50	c  53.2s|  7600 |  7551 |240340 |  31.2 |   735M |  43 |2538 |3271 |2564 |  24k|  1 |1481 |3134 |-1.105303e+04 |      --      |    Inf |   2.11%
1071.83/1076.00	c  53.7s|  7700 |  7651 |244769 |  31.4 |   735M |  43 |2538 |3262 |2576 |  24k|  1 |1481 |3139 |-1.105303e+04 |      --      |    Inf |   2.11%
1072.32/1076.47	c  54.2s|  7800 |  7751 |247479 |  31.3 |   735M |  43 |2538 |3258 |2584 |  24k|  1 |1481 |3147 |-1.105303e+04 |      --      |    Inf |   2.11%
1073.22/1077.37	c  55.1s|  7900 |  7849 |251504 |  31.4 |   735M |  45 |2538 |3259 |2558 |  25k|  1 |1490 |3158 |-1.105335e+04 |      --      |    Inf |   2.11%
1073.62/1077.76	c  55.5s|  8000 |  7949 |254330 |  31.4 |   736M |  45 |2538 |3254 |2566 |  25k|  1 |1490 |3166 |-1.105335e+04 |      --      |    Inf |   2.11%
1074.22/1078.37	c  56.1s|  8100 |  8049 |257301 |  31.4 |   736M |  45 |2538 |3244 |2575 |  26k|  1 |1490 |3185 |-1.105335e+04 |      --      |    Inf |   2.11%
1074.81/1078.97	c  56.7s|  8200 |  8149 |260618 |  31.4 |   736M |  45 |2538 |3232 |2564 |  26k|  2 |1490 |3189 |-1.105335e+04 |      --      |    Inf |   2.11%
1075.71/1079.86	c  57.6s|  8300 |  8247 |264560 |  31.5 |   737M |  51 |2538 |3243 |2576 |  26k|  2 |1508 |3213 |-1.105335e+04 |      --      |    Inf |   2.11%
1077.02/1081.14	c  58.8s|  8400 |  8347 |269331 |  31.7 |   737M |  53 |2538 |3267 |2556 |  27k|  1 |1541 |3252 |-1.105346e+04 |      --      |    Inf |   2.11%
1077.80/1081.94	c  59.6s|  8500 |  8445 |273108 |  31.8 |   737M |  53 |2538 |3278 |2577 |  27k|  1 |1566 |3274 |-1.105346e+04 |      --      |    Inf |   2.11%
1078.51/1082.60	c  60.3s|  8600 |  8545 |276537 |  31.8 |   737M |  53 |2538 |3275 |2566 |  28k|  2 |1566 |3285 |-1.105346e+04 |      --      |    Inf |   2.11%
1079.31/1083.43	c  61.1s|  8700 |  8645 |280361 |  31.9 |   737M |  53 |2538 |3271 |2602 |  28k|  1 |1566 |3292 |-1.105376e+04 |      --      |    Inf |   2.11%
1080.10/1084.21	c  61.9s|  8800 |  8745 |283822 |  31.9 |   737M |  53 |2538 |3264 |2590 |  28k|  1 |1566 |3312 |-1.107211e+04 |      --      |    Inf |   2.11%
1080.70/1084.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1080.70/1084.88	c  62.6s|  8900 |  8845 |287048 |  31.9 |   737M |  53 |2538 |3263 |2589 |  29k|  1 |1566 |3333 |-1.107211e+04 |      --      |    Inf |   2.11%
1081.40/1085.54	c  63.2s|  9000 |  8945 |290250 |  31.9 |   737M |  53 |2538 |3265 |2592 |  29k|  1 |1579 |3343 |-1.107266e+04 |      --      |    Inf |   2.11%
1082.50/1086.63	c  64.3s|  9100 |  9045 |295067 |  32.1 |   737M |  53 |2538 |3255 |2561 |  30k|  1 |1579 |3364 |-1.107266e+04 |      --      |    Inf |   2.11%
1083.09/1087.25	c  64.9s|  9200 |  9145 |297798 |  32.0 |   737M |  53 |2538 |3249 |2589 |  30k|  1 |1579 |3368 |-1.107266e+04 |      --      |    Inf |   2.11%
1083.69/1087.88	c  65.6s|  9300 |  9243 |301786 |  32.1 |   738M |  53 |2538 |3258 |2584 |  30k|  1 |1602 |3376 |-1.107266e+04 |      --      |    Inf |   2.11%
1084.69/1088.86	c  66.6s|  9400 |  9343 |306417 |  32.3 |   738M |  53 |2538 |3266 |2591 |  31k|  1 |1615 |3383 |-1.107266e+04 |      --      |    Inf |   2.11%
1085.19/1089.37	c  67.1s|  9500 |  9443 |309100 |  32.2 |   738M |  53 |2538 |3261 |2567 |  31k|  1 |1615 |3399 |-1.107279e+04 |      --      |    Inf |   2.11%
1086.00/1090.12	c  67.8s|  9600 |  9543 |312775 |  32.3 |   739M |  53 |2538 |3258 |2608 |  32k|  1 |1615 |3399 |-1.107279e+04 |      --      |    Inf |   2.11%
1086.68/1090.85	c  68.5s|  9700 |  9643 |316862 |  32.3 |   739M |  53 |2538 |3255 |2599 |  32k|  1 |1615 |3412 |-1.107279e+04 |      --      |    Inf |   2.11%
1087.38/1091.57	c  69.3s|  9800 |  9743 |320080 |  32.3 |   739M |  53 |2538 |3248 |2573 |  32k|  1 |1615 |3420 |-1.107341e+04 |      --      |    Inf |   2.11%
1088.07/1092.22	c  69.9s|  9900 |  9843 |323582 |  32.4 |   739M |  61 |2538 |3245 |2567 |  33k|  1 |1615 |3448 |-1.107852e+04 |      --      |    Inf |   2.11%
1089.07/1093.24	c  70.9s| 10000 |  9943 |328841 |  32.6 |   739M |  61 |2538 |3263 |2569 |  33k|  1 |1634 |3458 |-1.107852e+04 |      --      |    Inf |   2.11%
1089.77/1094.00	c  71.7s| 10100 | 10043 |332475 |  32.6 |   739M |  61 |2538 |3257 |2598 |  34k|  1 |1634 |3483 |-1.108147e+04 |      --      |    Inf |   2.11%
1090.66/1094.84	c  72.5s| 10200 | 10143 |336342 |  32.7 |   739M |  61 |2538 |3252 |2589 |  34k|  1 |1634 |3501 |-1.108188e+04 |      --      |    Inf |   2.11%
1091.46/1095.69	c  73.4s| 10300 | 10243 |340298 |  32.7 |   739M |  61 |2538 |3246 |2642 |  35k|  5 |1634 |3530 |-1.108188e+04 |      --      |    Inf |   2.11%
1092.36/1096.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1092.36/1096.54	c  74.2s| 10400 | 10343 |344597 |  32.8 |   740M |  61 |2538 |3240 |2606 |  35k|  1 |1634 |3557 |-1.109245e+04 |      --      |    Inf |   2.11%
1093.16/1097.33	c  75.0s| 10500 | 10443 |348405 |  32.9 |   740M |  61 |2538 |3235 |2600 |  35k|  1 |1634 |3567 |-1.109245e+04 |      --      |    Inf |   2.11%
1093.87/1098.02	c  75.7s| 10600 | 10543 |352090 |  32.9 |   740M |  61 |2538 |3227 |2552 |  36k|  1 |1634 |3573 |-1.109313e+04 |      --      |    Inf |   2.11%
1094.55/1098.78	c  76.5s| 10700 | 10643 |356241 |  33.0 |   740M |  61 |2538 |3223 |2569 |  36k|  1 |1634 |3591 |-1.109313e+04 |      --      |    Inf |   2.11%
1095.65/1099.83	c  77.5s| 10800 | 10735 |360334 |  33.1 |   740M |  61 |2538 |3262 |2548 |  37k|  1 |1674 |3637 |-1.109350e+04 |      --      |    Inf |   2.11%
1096.34/1100.58	c  78.3s| 10900 | 10835 |363728 |  33.1 |   740M |  61 |2538 |3261 |2608 |  37k|  2 |1674 |3637 |-1.109350e+04 |      --      |    Inf |   2.11%
1097.14/1101.33	c  79.0s| 11000 | 10933 |367674 |  33.1 |   740M |  61 |2538 |3260 |2583 |  37k|  1 |1678 |3669 |-1.109350e+04 |      --      |    Inf |   2.11%
1098.14/1102.36	c  80.1s| 11100 | 11033 |372707 |  33.3 |   741M |  61 |2538 |3274 |2580 |  38k|  1 |1699 |3702 |-1.109350e+04 |      --      |    Inf |   2.11%
1099.04/1103.26	c  81.0s| 11200 | 11133 |377723 |  33.5 |   741M |  61 |2538 |3269 |2633 |  38k|  1 |1699 |3721 |-1.109350e+04 |      --      |    Inf |   2.11%
1099.85/1104.08	c  81.8s| 11300 | 11229 |382190 |  33.5 |   741M |  61 |2538 |3273 |2626 |  39k|  1 |1707 |3735 |-1.109350e+04 |      --      |    Inf |   2.11%
1100.53/1104.70	c  82.4s| 11400 | 11329 |385522 |  33.5 |   741M |  61 |2538 |3270 |2557 |  39k|  1 |1707 |3747 |-1.109350e+04 |      --      |    Inf |   2.11%
1101.43/1105.63	c  83.3s| 11500 | 11429 |390039 |  33.6 |   741M |  61 |2538 |3285 |2566 |  40k|  1 |1727 |3765 |-1.109350e+04 |      --      |    Inf |   2.11%
1102.32/1106.58	c  84.3s| 11600 | 11529 |395416 |  33.8 |   741M |  61 |2538 |3292 |2573 |  40k|  1 |1738 |3773 |-1.109350e+04 |      --      |    Inf |   2.11%
1103.22/1107.44	c  85.1s| 11700 | 11629 |399224 |  33.9 |   741M |  61 |2538 |3285 |2579 |  40k|  1 |1738 |3787 |-1.109350e+04 |      --      |    Inf |   2.11%
1104.12/1108.30	c  86.0s| 11800 | 11727 |404909 |  34.1 |   741M |  61 |2538 |3311 |2584 |  41k|  1 |1769 |3789 |-1.109350e+04 |      --      |    Inf |   2.11%
1105.02/1109.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1105.02/1109.21	c  86.9s| 11900 | 11827 |409891 |  34.2 |   741M |  61 |2538 |3309 |2589 |  41k|  1 |1780 |3810 |-1.110979e+04 |      --      |    Inf |   2.11%
1105.83/1110.10	c  87.8s| 12000 | 11927 |414291 |  34.3 |   741M |  61 |2538 |3306 |2586 |  42k|  1 |1780 |3817 |-1.110979e+04 |      --      |    Inf |   2.11%
1106.82/1111.09	c  88.8s| 12100 | 12027 |418994 |  34.4 |   742M |  61 |2538 |3302 |2627 |  42k|  1 |1780 |3829 |-1.112771e+04 |      --      |    Inf |   2.11%
1107.71/1111.99	c  89.7s| 12200 | 12127 |423309 |  34.4 |   742M |  61 |2538 |3296 |2629 |  43k|  1 |1780 |3847 |-1.112771e+04 |      --      |    Inf |   2.11%
1108.81/1113.02	c  90.7s| 12300 | 12227 |428142 |  34.6 |   742M |  61 |2538 |3311 |2568 |  43k|  1 |1798 |3889 |-1.112816e+04 |      --      |    Inf |   2.11%
1109.70/1113.94	c  91.6s| 12400 | 12327 |432579 |  34.6 |   742M |  61 |2538 |3301 |2599 |  44k|  1 |1798 |3893 |-1.112903e+04 |      --      |    Inf |   2.11%
1110.81/1115.09	c  92.8s| 12500 | 12427 |438061 |  34.8 |   743M |  61 |2538 |3301 |2603 |  44k|  2 |1798 |3913 |-1.112903e+04 |      --      |    Inf |   2.11%
1111.80/1116.07	c  93.8s| 12600 | 12527 |442684 |  34.9 |   743M |  61 |2538 |3297 |2571 |  45k|  1 |1798 |3922 |-1.113465e+04 |      --      |    Inf |   2.11%
1112.69/1116.93	c  94.6s| 12700 | 12627 |446793 |  34.9 |   743M |  61 |2538 |3296 |2592 |  45k|  1 |1798 |3925 |-1.113593e+04 |      --      |    Inf |   2.11%
1113.69/1117.98	c  95.7s| 12800 | 12727 |451424 |  35.0 |   743M |  61 |2538 |3291 |2637 |  46k|  1 |1798 |3948 |-1.113593e+04 |      --      |    Inf |   2.11%
1114.79/1119.03	c  96.7s| 12900 | 12825 |456392 |  35.1 |   744M |  61 |2538 |3289 |2619 |  46k|  1 |1803 |3975 |-1.113593e+04 |      --      |    Inf |   2.11%
1115.58/1119.89	c  97.6s| 13000 | 12925 |460606 |  35.2 |   744M |  61 |2538 |3290 |2607 |  47k|  1 |1806 |3985 |-1.113593e+04 |      --      |    Inf |   2.11%
1116.58/1120.85	c  98.5s| 13100 | 13023 |465899 |  35.3 |   744M |  61 |2538 |3301 |2541 |  47k|  1 |1823 |4019 |-1.113593e+04 |      --      |    Inf |   2.11%
1117.47/1121.75	c  99.4s| 13200 | 13123 |471014 |  35.4 |   744M |  61 |2538 |3301 |2558 |  48k|  1 |1827 |4038 |-1.113593e+04 |      --      |    Inf |   2.11%
1118.37/1122.68	c   100s| 13300 | 13223 |475945 |  35.6 |   744M |  61 |2538 |3321 |2563 |  48k|  1 |1852 |4050 |-1.113593e+04 |      --      |    Inf |   2.11%
1119.27/1123.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1119.27/1123.53	c   101s| 13400 | 13323 |480168 |  35.6 |   744M |  61 |2538 |3316 |2581 |  49k|  1 |1852 |4056 |-1.113593e+04 |      --      |    Inf |   2.11%
1119.96/1124.25	c   102s| 13500 | 13423 |484311 |  35.6 |   744M |  61 |2538 |3315 |2586 |  49k|  1 |1852 |4062 |-1.113593e+04 |      --      |    Inf |   2.11%
1120.96/1125.29	c   103s| 13600 | 13523 |488555 |  35.7 |   745M |  61 |2538 |3314 |2624 |  49k|  1 |1852 |4078 |-1.113593e+04 |      --      |    Inf |   2.11%
1121.87/1126.12	c   104s| 13700 | 13623 |493823 |  35.8 |   745M |  61 |2538 |3324 |2603 |  50k|  1 |1864 |4083 |-1.113593e+04 |      --      |    Inf |   2.11%
1122.65/1126.91	c   105s| 13800 | 13723 |498504 |  35.9 |   745M |  61 |2538 |3318 |2604 |  50k|  1 |1864 |4089 |-1.113593e+04 |      --      |    Inf |   2.11%
1123.35/1127.67	c   105s| 13900 | 13823 |502642 |  35.9 |   746M |  61 |2538 |3326 |2542 |  51k|  1 |1878 |4097 |-1.113593e+04 |      --      |    Inf |   2.11%
1124.15/1128.41	c   106s| 14000 | 13923 |507333 |  36.0 |   746M |  61 |2538 |3325 |2580 |  51k|  1 |1878 |4098 |-1.113593e+04 |      --      |    Inf |   2.11%
1125.14/1129.47	c   107s| 14100 | 14023 |512125 |  36.1 |   748M |  61 |2538 |3321 |2573 |  52k|  1 |1878 |4110 |-1.113593e+04 |      --      |    Inf |   2.11%
1126.04/1130.31	c   108s| 14200 | 14123 |516914 |  36.2 |   748M |  61 |2538 |3356 |2565 |  52k|  1 |1919 |4119 |-1.113593e+04 |      --      |    Inf |   2.11%
1127.04/1131.36	c   109s| 14300 | 14223 |522070 |  36.3 |   748M |  61 |2538 |3356 |2631 |  53k|  1 |1923 |4137 |-1.113593e+04 |      --      |    Inf |   2.11%
1127.93/1132.22	c   110s| 14400 | 14321 |527050 |  36.4 |   748M |  61 |2538 |3359 |2585 |  53k|  1 |1930 |4153 |-1.113593e+04 |      --      |    Inf |   2.11%
1128.75/1133.02	c   111s| 14500 | 14419 |530827 |  36.4 |   748M |  61 |2538 |3379 |2619 |  54k|  3 |1954 |4182 |-1.113593e+04 |      --      |    Inf |   2.11%
1129.53/1133.80	c   111s| 14600 | 14519 |534891 |  36.4 |   748M |  61 |2538 |3368 |2597 |  54k|  1 |1954 |4197 |-1.114973e+04 |      --      |    Inf |   2.11%
1130.33/1134.68	c   112s| 14700 | 14619 |539436 |  36.5 |   748M |  61 |2538 |3373 |2611 |  54k|  3 |1962 |4214 |-1.114973e+04 |      --      |    Inf |   2.11%
1131.32/1135.69	c   113s| 14800 | 14719 |543454 |  36.5 |   748M |  61 |2538 |3364 |2546 |  55k|  1 |1962 |4245 |-1.115162e+04 |      --      |    Inf |   2.11%
1132.52/1136.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1132.52/1136.88	c   115s| 14900 | 14819 |548339 |  36.6 |   748M |  61 |2538 |3356 |2558 |  55k|  1 |1962 |4269 |-1.115345e+04 |      --      |    Inf |   2.11%
1133.42/1137.74	c   115s| 15000 | 14917 |551913 |  36.6 |   748M |  61 |2538 |3378 |2557 |  56k|  1 |1993 |4301 |-1.115345e+04 |      --      |    Inf |   2.11%
1134.51/1138.86	c   117s| 15100 | 15017 |555686 |  36.6 |   748M |  61 |2538 |3374 |2563 |  56k|  1 |1993 |4307 |-1.115345e+04 |      --      |    Inf |   2.11%
1135.72/1140.01	c   118s| 15200 | 15117 |560735 |  36.7 |   748M |  61 |2538 |3369 |2615 |  57k|  1 |1993 |4336 |-1.115345e+04 |      --      |    Inf |   2.11%
1136.82/1141.17	c   119s| 15300 | 15217 |564793 |  36.7 |   750M |  61 |2538 |3359 |2623 |  57k|  4 |1993 |4358 |-1.115359e+04 |      --      |    Inf |   2.11%
1137.60/1141.96	c   120s| 15400 | 15317 |569083 |  36.8 |   751M |  61 |2538 |3356 |2607 |  57k|  1 |1993 |4381 |-1.115359e+04 |      --      |    Inf |   2.11%
1138.50/1142.88	c   121s| 15500 | 15417 |573988 |  36.8 |   751M |  61 |2538 |3355 |2546 |  58k|  1 |1997 |4408 |-1.115359e+04 |      --      |    Inf |   2.11%
1139.39/1143.71	c   121s| 15600 | 15517 |577932 |  36.8 |   751M |  61 |2538 |3347 |2552 |  58k|  1 |1997 |4437 |-1.115359e+04 |      --      |    Inf |   2.11%
1140.19/1144.53	c   122s| 15700 | 15617 |582552 |  36.9 |   751M |  61 |2538 |3344 |2564 |  59k|  1 |1997 |4449 |-1.115485e+04 |      --      |    Inf |   2.11%
1141.39/1145.70	c   123s| 15800 | 15717 |587037 |  37.0 |   752M |  61 |2538 |3341 |2571 |  59k|  1 |1997 |4486 |-1.115485e+04 |      --      |    Inf |   2.11%
1142.18/1146.53	c   124s| 15900 | 15817 |591649 |  37.0 |   752M |  61 |2538 |3338 |2582 |  60k|  1 |2003 |4498 |-1.115498e+04 |      --      |    Inf |   2.11%
1143.28/1147.65	c   125s| 16000 | 15917 |596254 |  37.1 |   752M |  61 |2538 |3350 |2625 |  60k|  1 |2024 |4512 |-1.115498e+04 |      --      |    Inf |   2.11%
1144.28/1148.68	c   126s| 16100 | 16013 |601078 |  37.1 |   752M |  61 |2538 |3353 |2599 |  60k|  1 |2036 |4532 |-1.115553e+04 |      --      |    Inf |   2.11%
1145.37/1149.77	c   127s| 16200 | 16113 |606015 |  37.2 |   752M |  61 |2538 |3370 |2591 |  61k|  1 |2060 |4562 |-1.115604e+04 |      --      |    Inf |   2.11%
1146.27/1150.62	c   128s| 16300 | 16213 |610556 |  37.3 |   753M |  61 |2538 |3365 |2588 |  61k|  1 |2060 |4569 |-1.115604e+04 |      --      |    Inf |   2.11%
1146.97/1151.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1146.97/1151.36	c   129s| 16400 | 16313 |616003 |  37.4 |   753M |  61 |2538 |3361 |2554 |  62k|  1 |2060 |4580 |-1.115630e+04 |      --      |    Inf |   2.11%
1147.86/1152.24	c   130s| 16500 | 16413 |620562 |  37.4 |   753M |  63 |2538 |3350 |2573 |  62k|  1 |2060 |4610 |-1.115630e+04 |      --      |    Inf |   2.11%
1148.67/1153.03	c   131s| 16600 | 16513 |624675 |  37.4 |   753M |  63 |2538 |3337 |2570 |  62k|  1 |2060 |4626 |-1.115630e+04 |      --      |    Inf |   2.11%
1149.77/1154.18	c   132s| 16700 | 16609 |629768 |  37.5 |   756M |  63 |2538 |3359 |2570 |  63k|  1 |2086 |4650 |-1.115630e+04 |      --      |    Inf |   2.11%
1150.85/1155.20	c   133s| 16800 | 16709 |634476 |  37.6 |   756M |  63 |2538 |3345 |2543 |  63k|  1 |2086 |4665 |-1.115653e+04 |      --      |    Inf |   2.11%
1151.66/1156.05	c   134s| 16900 | 16809 |637919 |  37.6 |   756M |  63 |2538 |3345 |2579 |  64k|  1 |2086 |4698 |-1.115653e+04 |      --      |    Inf |   2.11%
1152.55/1156.91	c   135s| 17000 | 16909 |641926 |  37.6 |   756M |  63 |2538 |3339 |2556 |  64k|  1 |2086 |4732 |-1.115653e+04 |      --      |    Inf |   2.11%
1153.35/1157.72	c   135s| 17100 | 17009 |646268 |  37.6 |   756M |  63 |2538 |3334 |2575 |  65k|  2 |2086 |4755 |-1.115653e+04 |      --      |    Inf |   2.11%
1154.44/1158.85	c   137s| 17200 | 17109 |651481 |  37.7 |   756M |  63 |2538 |3341 |2620 |  65k|  6 |2107 |4762 |-1.115653e+04 |      --      |    Inf |   2.11%
1155.04/1159.48	c   137s| 17300 | 17209 |655305 |  37.7 |   757M |  63 |2538 |3336 |2604 |  65k|  1 |2107 |4772 |-1.115653e+04 |      --      |    Inf |   2.11%
1155.94/1160.33	c   138s| 17400 | 17309 |659850 |  37.7 |   758M |  63 |2538 |3326 |2567 |  66k|  1 |2107 |4787 |-1.115653e+04 |      --      |    Inf |   2.11%
1157.03/1161.44	c   139s| 17500 | 17409 |664911 |  37.8 |   758M |  63 |2538 |3324 |2619 |  66k|  1 |2111 |4788 |-1.115667e+04 |      --      |    Inf |   2.11%
1157.93/1162.30	c   140s| 17600 | 17503 |669382 |  37.9 |   759M |  63 |2538 |3332 |2580 |  67k|  1 |2126 |4799 |-1.115667e+04 |      --      |    Inf |   2.11%
1158.64/1163.08	c   141s| 17700 | 17603 |673704 |  37.9 |   759M |  63 |2538 |3321 |2584 |  67k|  1 |2126 |4806 |-1.115667e+04 |      --      |    Inf |   2.11%
1159.63/1164.11	c   142s| 17800 | 17703 |678655 |  38.0 |   759M |  63 |2538 |3319 |2602 |  68k|  1 |2131 |4808 |-1.115667e+04 |      --      |    Inf |   2.11%
1160.52/1164.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1160.52/1164.95	c   143s| 17900 | 17803 |682435 |  38.0 |   759M |  63 |2538 |3307 |2595 |  68k|  1 |2131 |4814 |-1.115683e+04 |      --      |    Inf |   2.11%
1161.32/1165.79	c   143s| 18000 | 17903 |687219 |  38.0 |   759M |  63 |2538 |3331 |2605 |  69k|  1 |2159 |4814 |-1.115683e+04 |      --      |    Inf |   2.11%
1162.41/1166.89	c   145s| 18100 | 18003 |691400 |  38.0 |   760M |  63 |2538 |3348 |2620 |  69k|  1 |2179 |4822 |-1.115683e+04 |      --      |    Inf |   2.11%
1163.01/1167.48	c   145s| 18200 | 18103 |695308 |  38.0 |   761M |  63 |2538 |3342 |2594 |  70k|  1 |2179 |4830 |-1.115683e+04 |      --      |    Inf |   2.11%
1164.10/1168.52	c   146s| 18300 | 18203 |699816 |  38.1 |   761M |  63 |2538 |3338 |2621 |  70k|  1 |2179 |4833 |-1.115683e+04 |      --      |    Inf |   2.11%
1164.80/1169.26	c   147s| 18400 | 18303 |704471 |  38.1 |   761M |  63 |2538 |3331 |2646 |  71k|  1 |2179 |4835 |-1.115683e+04 |      --      |    Inf |   2.11%
1165.50/1169.93	c   148s| 18500 | 18403 |708496 |  38.1 |   761M |  63 |2538 |3328 |2613 |  71k|  1 |2179 |4852 |-1.115683e+04 |      --      |    Inf |   2.11%
1166.50/1170.95	c   149s| 18600 | 18497 |712616 |  38.1 |   761M |  63 |2538 |3337 |2601 |  71k|  1 |2191 |4874 |-1.115726e+04 |      --      |    Inf |   2.11%
1167.39/1171.87	c   150s| 18700 | 18597 |716585 |  38.2 |   762M |  63 |2538 |3330 |2656 |  72k|  2 |2191 |4883 |-1.115726e+04 |      --      |    Inf |   2.11%
1168.49/1172.96	c   151s| 18800 | 18697 |721632 |  38.2 |   762M |  63 |2538 |3328 |2608 |  72k|  1 |2191 |4885 |-1.115726e+04 |      --      |    Inf |   2.11%
1169.60/1174.05	c   152s| 18900 | 18797 |727368 |  38.3 |   762M |  63 |2538 |3326 |2645 |  73k|  2 |2191 |4894 |-1.115726e+04 |      --      |    Inf |   2.11%
1170.69/1175.11	c   153s| 19000 | 18897 |732671 |  38.4 |   762M |  63 |2538 |3321 |2559 |  74k|  1 |2191 |4910 |-1.115726e+04 |      --      |    Inf |   2.11%
1171.48/1175.94	c   154s| 19100 | 18993 |737417 |  38.4 |   762M |  63 |2538 |3326 |2581 |  74k|  1 |2202 |4923 |-1.115726e+04 |      --      |    Inf |   2.11%
1172.47/1176.90	c   155s| 19200 | 19093 |742316 |  38.5 |   762M |  63 |2538 |3332 |2566 |  74k|  1 |2214 |4934 |-1.115730e+04 |      --      |    Inf |   2.11%
1173.27/1177.75	c   155s| 19300 | 19193 |747294 |  38.6 |   762M |  63 |2538 |3327 |2598 |  75k|  1 |2214 |4943 |-1.115730e+04 |      --      |    Inf |   2.11%
1174.37/1178.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1174.37/1178.89	c   157s| 19400 | 19287 |752760 |  38.6 |   762M |  63 |2538 |3348 |2591 |  75k|  1 |2244 |4962 |-1.115730e+04 |      --      |    Inf |   2.11%
1175.16/1179.60	c   157s| 19500 | 19387 |756623 |  38.6 |   762M |  63 |2538 |3345 |2569 |  76k|  1 |2244 |4967 |-1.115730e+04 |      --      |    Inf |   2.11%
1175.86/1180.35	c   158s| 19600 | 19487 |760684 |  38.7 |   763M |  63 |2538 |3331 |2596 |  76k|  1 |2244 |4974 |-1.115730e+04 |      --      |    Inf |   2.11%
1176.86/1181.37	c   159s| 19700 | 19587 |765994 |  38.7 |   763M |  63 |2538 |3337 |2581 |  77k|  2 |2251 |4994 |-1.115730e+04 |      --      |    Inf |   2.11%
1177.85/1182.36	c   160s| 19800 | 19687 |770532 |  38.8 |   763M |  63 |2538 |3328 |2601 |  77k|  1 |2253 |5020 |-1.115730e+04 |      --      |    Inf |   2.11%
1178.67/1183.17	c   161s| 19900 | 19787 |774766 |  38.8 |   763M |  63 |2538 |3330 |2607 |  77k|  4 |2260 |5034 |-1.115730e+04 |      --      |    Inf |   2.11%
1179.66/1184.18	c   162s| 20000 | 19887 |780010 |  38.8 |   763M |  63 |2538 |3329 |2645 |  78k|  1 |2260 |5047 |-1.115730e+04 |      --      |    Inf |   2.11%
1180.66/1185.19	c   163s| 20100 | 19979 |784138 |  38.9 |   763M |  69 |2538 |3354 |2617 |  78k|  5 |2287 |5096 |-1.115730e+04 |      --      |    Inf |   2.11%
1181.74/1186.23	c   164s| 20200 | 20079 |788764 |  38.9 |   764M |  69 |2538 |3355 |2570 |  79k|  1 |2291 |5102 |-1.115730e+04 |      --      |    Inf |   2.11%
1182.84/1187.34	c   165s| 20300 | 20179 |793473 |  38.9 |   766M |  69 |2538 |3348 |2616 |  79k|  1 |2291 |5135 |-1.115730e+04 |      --      |    Inf |   2.11%
1183.73/1188.22	c   166s| 20400 | 20279 |797584 |  38.9 |   767M |  69 |2538 |3342 |2620 |  80k|  1 |2291 |5153 |-1.115730e+04 |      --      |    Inf |   2.11%
1184.93/1189.42	c   167s| 20500 | 20379 |802528 |  39.0 |   768M |  69 |2538 |3334 |2647 |  80k|  1 |2291 |5176 |-1.115730e+04 |      --      |    Inf |   2.11%
1185.83/1190.37	c   168s| 20600 | 20473 |807355 |  39.0 |   768M |  69 |2538 |3359 |2568 |  81k|  1 |2321 |5195 |-1.115730e+04 |      --      |    Inf |   2.11%
1186.72/1191.29	c   169s| 20700 | 20573 |812239 |  39.1 |   768M |  69 |2538 |3360 |2536 |  81k|  1 |2332 |5222 |-1.115730e+04 |      --      |    Inf |   2.11%
1187.82/1192.31	c   170s| 20800 | 20673 |817043 |  39.1 |   768M |  69 |2538 |3355 |2628 |  81k|  1 |2342 |5262 |-1.115730e+04 |      --      |    Inf |   2.11%
1188.63/1193.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1188.63/1193.11	c   171s| 20900 | 20773 |821801 |  39.2 |   768M |  69 |2538 |3351 |2625 |  82k|  1 |2342 |5287 |-1.115730e+04 |      --      |    Inf |   2.11%
1189.53/1194.10	c   172s| 21000 | 20871 |826273 |  39.2 |   769M |  69 |2538 |3351 |2588 |  82k|  1 |2351 |5318 |-1.115730e+04 |      --      |    Inf |   2.11%
1190.52/1195.09	c   173s| 21100 | 20971 |830527 |  39.2 |   769M |  69 |2538 |3345 |2567 |  83k|  1 |2351 |5356 |-1.115730e+04 |      --      |    Inf |   2.11%
1191.52/1196.03	c   174s| 21200 | 21071 |834265 |  39.2 |   769M |  69 |2538 |3339 |2543 |  83k|  1 |2351 |5373 |-1.115730e+04 |      --      |    Inf |   2.11%
1192.40/1196.96	c   175s| 21300 | 21167 |838486 |  39.2 |   770M |  69 |2538 |3348 |2653 |  84k|  1 |2362 |5383 |-1.115730e+04 |      --      |    Inf |   2.11%
1193.30/1197.81	c   176s| 21400 | 21267 |842732 |  39.2 |   770M |  69 |2538 |3345 |2633 |  84k|  4 |2362 |5405 |-1.115730e+04 |      --      |    Inf |   2.11%
1194.30/1198.84	c   177s| 21500 | 21367 |847915 |  39.3 |   770M |  69 |2538 |3349 |2575 |  84k|  1 |2373 |5427 |-1.115877e+04 |      --      |    Inf |   2.11%
1195.39/1199.91	c   178s| 21600 | 21467 |852104 |  39.3 |   770M |  69 |2538 |3336 |2571 |  85k|  1 |2373 |5453 |-1.115889e+04 |      --      |    Inf |   2.11%
1196.19/1200.72	c   178s| 21700 | 21567 |856863 |  39.3 |   770M |  69 |2538 |3327 |2598 |  85k|  4 |2373 |5474 |-1.115889e+04 |      --      |    Inf |   2.11%
1196.99/1201.54	c   179s| 21800 | 21667 |860506 |  39.3 |   770M |  69 |2538 |3325 |2615 |  86k|  1 |2373 |5482 |-1.115977e+04 |      --      |    Inf |   2.11%
1197.78/1202.38	c   180s| 21900 | 21767 |864461 |  39.3 |   770M |  69 |2538 |3321 |2604 |  86k|  1 |2373 |5503 |-1.115977e+04 |      --      |    Inf |   2.11%
1199.38/1203.90	c   182s| 22000 | 21867 |871235 |  39.5 |   770M |  69 |2538 |3337 |2592 |  87k|  3 |2400 |5530 |-1.115977e+04 |      --      |    Inf |   2.11%
1200.08/1204.62	c   182s| 22100 | 21961 |875362 |  39.5 |   771M |  69 |2538 |3357 |2591 |  87k|  1 |2426 |5546 |-1.115977e+04 |      --      |    Inf |   2.11%
1201.07/1205.67	c   183s| 22200 | 22061 |879805 |  39.5 |   771M |  69 |2538 |3352 |2550 |  87k|  1 |2426 |5564 |-1.116026e+04 |      --      |    Inf |   2.11%
1202.07/1206.69	c   184s| 22300 | 22161 |884667 |  39.5 |   771M |  69 |2538 |3348 |2647 |  88k|  3 |2426 |5596 |-1.116026e+04 |      --      |    Inf |   2.11%
1203.06/1207.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1203.06/1207.62	c   185s| 22400 | 22253 |889310 |  39.6 |   771M |  69 |2538 |3363 |2609 |  88k|  1 |2449 |5616 |-1.116026e+04 |      --      |    Inf |   2.11%
1203.66/1208.20	c   186s| 22500 | 22353 |892321 |  39.5 |   772M |  69 |2538 |3356 |2624 |  89k|  4 |2449 |5629 |-1.116026e+04 |      --      |    Inf |   2.11%
1204.16/1208.74	c   186s| 22600 | 22450 |895951 |  39.5 |   772M |  69 |2538 |3360 |2579 |  89k|  1 |2456 |5646 |-1.116026e+04 |      --      |    Inf |   2.11%
1205.16/1209.75	c   187s| 22700 | 22546 |900585 |  39.5 |   772M |  69 |2538 |3349 |2566 |  89k|  1 |2466 |5675 |-1.116055e+04 |      --      |    Inf |   2.11%
1206.15/1210.76	c   188s| 22800 | 22646 |905363 |  39.6 |   772M |  69 |2538 |3343 |2601 |  90k|  4 |2466 |5688 |-1.116055e+04 |      --      |    Inf |   2.11%
1206.95/1211.55	c   189s| 22900 | 22742 |909532 |  39.6 |   772M |  69 |2538 |3363 |2620 |  90k|  1 |2489 |5702 |-1.116057e+04 |      --      |    Inf |   2.11%
1207.85/1212.48	c   190s| 23000 | 22842 |914749 |  39.6 |   772M |  69 |2538 |3361 |2603 |  91k|  1 |2489 |5712 |-1.116057e+04 |      --      |    Inf |   2.11%
1208.84/1213.40	c   191s| 23100 | 22936 |919598 |  39.7 |   772M |  69 |2538 |3376 |2596 |  91k|  1 |2510 |5723 |-1.116057e+04 |      --      |    Inf |   2.11%
1209.94/1214.52	c   192s| 23200 | 23026 |924748 |  39.7 |   773M |  69 |2538 |3401 |2627 |  92k|  1 |2537 |5748 |-1.116057e+04 |      --      |    Inf |   2.11%
1210.64/1215.25	c   193s| 23300 | 23126 |928671 |  39.7 |   773M |  69 |2538 |3394 |2565 |  92k|  1 |2537 |5769 |-1.116057e+04 |      --      |    Inf |   2.11%
1211.83/1216.41	c   194s| 23400 | 23224 |933754 |  39.8 |   773M |  69 |2538 |3419 |2552 |  93k|  1 |2567 |5782 |-1.116057e+04 |      --      |    Inf |   2.11%
1212.54/1217.11	c   195s| 23500 | 23320 |937535 |  39.8 |   773M |  69 |2538 |3427 |2620 |  93k|  1 |2578 |5785 |-1.116057e+04 |      --      |    Inf |   2.11%
1213.33/1217.98	c   196s| 23600 | 23418 |942471 |  39.8 |   775M |  69 |2538 |3427 |2627 |  93k|  1 |2585 |5795 |-1.116057e+04 |      --      |    Inf |   2.11%
1214.12/1218.75	c   196s| 23700 | 23518 |945981 |  39.8 |   775M |  69 |2538 |3416 |2576 |  94k|  1 |2585 |5801 |-1.116072e+04 |      --      |    Inf |   2.11%
1215.22/1219.86	c   198s| 23800 | 23610 |950844 |  39.8 |   775M |  69 |2538 |3428 |2572 |  94k|  1 |2601 |5816 |-1.116072e+04 |      --      |    Inf |   2.11%
1216.32/1220.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1216.32/1220.92	c   199s| 23900 | 23706 |955670 |  39.9 |   777M |  69 |2538 |3433 |2573 |  95k|  1 |2613 |5838 |-1.116157e+04 |      --      |    Inf |   2.11%
1217.01/1221.64	c   199s| 24000 | 23803 |959781 |  39.9 |   778M |  69 |2538 |3451 |2563 |  95k|  1 |2638 |5844 |-1.116157e+04 |      --      |    Inf |   2.11%
1217.91/1222.55	c   200s| 24100 | 23903 |964476 |  39.9 |   778M |  69 |2538 |3468 |2657 |  96k|  1 |2659 |5854 |-1.116157e+04 |      --      |    Inf |   2.11%
1218.81/1223.47	c   201s| 24200 | 24003 |968381 |  39.9 |   778M |  69 |2538 |3458 |2592 |  96k|  1 |2659 |5861 |-1.116189e+04 |      --      |    Inf |   2.11%
1219.80/1224.45	c   202s| 24300 | 24103 |972852 |  39.9 |   779M |  69 |2538 |3454 |2583 |  96k|  1 |2659 |5883 |-1.116189e+04 |      --      |    Inf |   2.11%
1220.90/1225.50	c   203s| 24400 | 24203 |977774 |  39.9 |   779M |  69 |2538 |3447 |2573 |  97k|  1 |2659 |5885 |-1.116189e+04 |      --      |    Inf |   2.11%
1221.70/1226.38	c   204s| 24500 | 24303 |982030 |  40.0 |   779M |  69 |2538 |3441 |2664 |  97k|  1 |2659 |5899 |-1.116189e+04 |      --      |    Inf |   2.11%
1222.99/1227.67	c   205s| 24600 | 24403 |987763 |  40.0 |   780M |  69 |2538 |3445 |2636 |  98k|  1 |2678 |5900 |-1.116215e+04 |      --      |    Inf |   2.11%
1223.99/1228.69	c   206s| 24700 | 24503 |991711 |  40.0 |   781M |  69 |2538 |3437 |2589 |  98k|  1 |2678 |5903 |-1.116215e+04 |      --      |    Inf |   2.11%
1224.99/1229.62	c   207s| 24800 | 24603 |997593 |  40.1 |   781M |  69 |2538 |3433 |2576 |  99k|  1 |2678 |5909 |-1.116215e+04 |      --      |    Inf |   2.11%
1226.18/1230.80	c   208s| 24900 | 24703 |  1002k|  40.1 |   781M |  69 |2538 |3422 |2570 | 100k|  1 |2678 |5911 |-1.116215e+04 |      --      |    Inf |   2.11%
1226.98/1231.65	c   209s| 25000 | 24799 |  1006k|  40.1 |   781M |  69 |2538 |3418 |2559 | 100k|  1 |2685 |5923 |-1.116215e+04 |      --      |    Inf |   2.11%
1227.78/1232.48	c   210s| 25100 | 24897 |  1010k|  40.1 |   781M |  69 |2538 |3422 |2602 | 100k|  2 |2696 |5933 |-1.116215e+04 |      --      |    Inf |   2.11%
1228.67/1233.36	c   211s| 25200 | 24993 |  1015k|  40.2 |   781M |  69 |2538 |3444 |2620 | 101k|  1 |2725 |5939 |-1.116215e+04 |      --      |    Inf |   2.11%
1229.67/1234.33	c   212s| 25300 | 25091 |  1019k|  40.2 |   781M |  69 |2538 |3443 |2587 | 101k|  1 |2733 |5943 |-1.116364e+04 |      --      |    Inf |   2.11%
1230.38/1235.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1230.38/1235.08	c   213s| 25400 | 25191 |  1023k|  40.2 |   782M |  69 |2538 |3433 |2563 | 102k|  1 |2737 |5945 |-1.116364e+04 |      --      |    Inf |   2.11%
1231.06/1235.78	c   213s| 25500 | 25289 |  1028k|  40.2 |   782M |  69 |2538 |3433 |2542 | 102k|  1 |2747 |5946 |-1.116364e+04 |      --      |    Inf |   2.11%
1231.96/1236.63	c   214s| 25600 | 25387 |  1032k|  40.2 |   782M |  69 |2538 |3436 |2605 | 102k|  1 |2754 |5963 |-1.116364e+04 |      --      |    Inf |   2.11%
1232.86/1237.51	c   215s| 25700 | 25485 |  1037k|  40.2 |   782M |  69 |2538 |3433 |2623 | 103k|  1 |2757 |5966 |-1.116364e+04 |      --      |    Inf |   2.11%
1233.85/1238.58	c   216s| 25800 | 25585 |  1041k|  40.3 |   782M |  69 |2538 |3429 |2610 | 103k|  1 |2757 |5984 |-1.116364e+04 |      --      |    Inf |   2.11%
1234.55/1239.25	c   217s| 25900 | 25685 |  1045k|  40.3 |   782M |  69 |2538 |3420 |2584 | 104k|  1 |2757 |5995 |-1.116364e+04 |      --      |    Inf |   2.11%
1235.36/1240.04	c   218s| 26000 | 25779 |  1050k|  40.3 |   782M |  69 |2538 |3425 |2626 | 104k|  1 |2767 |6008 |-1.116364e+04 |      --      |    Inf |   2.11%
1236.14/1240.82	c   219s| 26100 | 25875 |  1053k|  40.3 |   782M |  69 |2538 |3424 |2626 | 104k|  1 |2777 |6020 |-1.116364e+04 |      --      |    Inf |   2.11%
1237.04/1241.71	c   219s| 26200 | 25973 |  1058k|  40.3 |   782M |  69 |2538 |3427 |2633 | 105k|  1 |2795 |6033 |-1.116364e+04 |      --      |    Inf |   2.11%
1237.64/1242.39	c   220s| 26300 | 26069 |  1062k|  40.3 |   782M |  69 |2538 |3428 |2618 | 105k|  5 |2802 |6038 |-1.116364e+04 |      --      |    Inf |   2.11%
1238.64/1243.30	c   221s| 26400 | 26165 |  1067k|  40.3 |   782M |  69 |2538 |3426 |2600 | 106k|  4 |2813 |6060 |-1.116364e+04 |      --      |    Inf |   2.11%
1239.53/1244.22	c   222s| 26500 | 26265 |  1072k|  40.3 |   782M |  69 |2538 |3418 |2605 | 106k|  1 |2813 |6062 |-1.116457e+04 |      --      |    Inf |   2.11%
1240.53/1245.27	c   223s| 26600 | 26359 |  1076k|  40.3 |   782M |  69 |2538 |3430 |2616 | 107k|  1 |2835 |6072 |-1.116630e+04 |      --      |    Inf |   2.11%
1241.23/1245.91	c   224s| 26700 | 26459 |  1080k|  40.3 |   782M |  69 |2538 |3435 |2596 | 107k|  2 |2846 |6080 |-1.116630e+04 |      --      |    Inf |   2.11%
1242.12/1246.82	c   225s| 26800 | 26559 |  1084k|  40.4 |   782M |  69 |2538 |3438 |2572 | 107k|  1 |2857 |6083 |-1.116630e+04 |      --      |    Inf |   2.11%
1243.12/1247.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1243.12/1247.84	c   226s| 26900 | 26653 |  1089k|  40.4 |   782M |  69 |2538 |3452 |2567 | 108k|  1 |2879 |6123 |-1.116706e+04 |      --      |    Inf |   2.11%
1243.92/1248.63	c   226s| 27000 | 26753 |  1092k|  40.4 |   783M |  69 |2538 |3448 |2525 | 108k|  1 |2879 |6127 |-1.116706e+04 |      --      |    Inf |   2.11%
1244.81/1249.57	c   227s| 27100 | 26853 |  1097k|  40.4 |   783M |  69 |2538 |3443 |2599 | 109k|  1 |2879 |6137 |-1.116778e+04 |      --      |    Inf |   2.11%
1245.81/1250.58	c   228s| 27200 | 26949 |  1101k|  40.4 |   783M |  69 |2538 |3447 |2655 | 109k|  1 |2888 |6152 |-1.116778e+04 |      --      |    Inf |   2.11%
1247.01/1251.77	c   229s| 27300 | 27049 |  1109k|  40.5 |   783M |  69 |2538 |3441 |2632 | 110k|  1 |2888 |6175 |-1.116778e+04 |      --      |    Inf |   2.11%
1248.00/1252.76	c   230s| 27400 | 27141 |  1114k|  40.6 |   783M |  69 |2538 |3461 |2631 | 110k|  1 |2924 |6206 |-1.116778e+04 |      --      |    Inf |   2.11%
1248.90/1253.62	c   231s| 27500 | 27239 |  1119k|  40.6 |   783M |  69 |2538 |3454 |2619 | 111k|  1 |2929 |6222 |-1.116778e+04 |      --      |    Inf |   2.11%
1249.60/1254.39	c   232s| 27600 | 27339 |  1123k|  40.6 |   783M |  69 |2538 |3443 |2586 | 111k|  1 |2929 |6245 |-1.116778e+04 |      --      |    Inf |   2.11%
1250.59/1255.30	c   233s| 27700 | 27439 |  1127k|  40.6 |   784M |  69 |2538 |3433 |2563 | 111k|  1 |2929 |6269 |-1.116778e+04 |      --      |    Inf |   2.11%
1251.30/1256.10	c   234s| 27800 | 27539 |  1131k|  40.6 |   785M |  69 |2538 |3428 |2604 | 112k|  1 |2929 |6283 |-1.116778e+04 |      --      |    Inf |   2.11%
1252.40/1257.16	c   235s| 27900 | 27635 |  1136k|  40.6 |   785M |  69 |2538 |3435 |2628 | 112k|  1 |2942 |6307 |-1.116778e+04 |      --      |    Inf |   2.11%
1253.30/1258.08	c   236s| 28000 | 27723 |  1141k|  40.7 |   785M |  69 |2538 |3460 |2643 | 113k|  1 |2979 |6334 |-1.116809e+04 |      --      |    Inf |   2.11%
1253.88/1258.68	c   236s| 28100 | 27823 |  1146k|  40.7 |   785M |  69 |2538 |3458 |2589 | 113k|  1 |2990 |6339 |-1.116809e+04 |      --      |    Inf |   2.11%
1254.78/1259.54	c   237s| 28200 | 27923 |  1150k|  40.7 |   786M |  69 |2538 |3444 |2593 | 114k|  5 |2990 |6367 |-1.116809e+04 |      --      |    Inf |   2.11%
1255.58/1260.33	c   238s| 28300 | 28019 |  1155k|  40.7 |   787M |  69 |2538 |3446 |2589 | 114k|  1 |2999 |6397 |-1.116809e+04 |      --      |    Inf |   2.11%
1256.47/1261.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1256.47/1261.21	c   239s| 28400 | 28119 |  1159k|  40.7 |   788M |  69 |2538 |3435 |2592 | 114k|  1 |2999 |6416 |-1.116809e+04 |      --      |    Inf |   2.11%
1257.17/1261.96	c   240s| 28500 | 28219 |  1163k|  40.7 |   789M |  69 |2538 |3432 |2559 | 115k|  1 |3010 |6435 |-1.116809e+04 |      --      |    Inf |   2.11%
1257.97/1262.75	c   240s| 28600 | 28319 |  1168k|  40.7 |   789M |  69 |2538 |3428 |2624 | 115k|  1 |3010 |6453 |-1.116809e+04 |      --      |    Inf |   2.11%
1258.86/1263.66	c   241s| 28700 | 28419 |  1173k|  40.8 |   789M |  69 |2538 |3470 |2582 | 116k|  1 |3061 |6477 |-1.116809e+04 |      --      |    Inf |   2.11%
1259.66/1264.41	c   242s| 28800 | 28515 |  1177k|  40.8 |   790M |  69 |2538 |3469 |2567 | 116k|  1 |3070 |6506 |-1.116809e+04 |      --      |    Inf |   2.11%
1260.46/1265.25	c   243s| 28900 | 28615 |  1182k|  40.8 |   790M |  69 |2538 |3459 |2584 | 116k|  1 |3070 |6514 |-1.116809e+04 |      --      |    Inf |   2.11%
1261.37/1266.19	c   244s| 29000 | 28715 |  1186k|  40.8 |   790M |  69 |2538 |3453 |2612 | 117k|  1 |3070 |6540 |-1.116809e+04 |      --      |    Inf |   2.11%
1262.15/1266.96	c   245s| 29100 | 28815 |  1191k|  40.8 |   791M |  69 |2538 |3444 |2627 | 117k|  1 |3070 |6559 |-1.116809e+04 |      --      |    Inf |   2.11%
1263.05/1267.87	c   246s| 29200 | 28915 |  1196k|  40.9 |   791M |  69 |2538 |3438 |2578 | 118k|  1 |3070 |6577 |-1.116809e+04 |      --      |    Inf |   2.11%
1264.05/1268.88	c   247s| 29300 | 29015 |  1201k|  40.9 |   791M |  69 |2538 |3429 |2563 | 118k|  1 |3070 |6602 |-1.116809e+04 |      --      |    Inf |   2.11%
1264.94/1269.77	c   247s| 29400 | 29115 |  1205k|  40.9 |   792M |  69 |2538 |3455 |2561 | 118k|  1 |3101 |6621 |-1.116809e+04 |      --      |    Inf |   2.11%
1265.84/1270.64	c   248s| 29500 | 29207 |  1209k|  40.9 |   792M |  69 |2538 |3474 |2576 | 119k|  1 |3124 |6644 |-1.116809e+04 |      --      |    Inf |   2.11%
1266.64/1271.48	c   249s| 29600 | 29307 |  1214k|  40.9 |   792M |  69 |2538 |3460 |2645 | 119k|  2 |3124 |6659 |-1.116809e+04 |      --      |    Inf |   2.11%
1267.53/1272.39	c   250s| 29700 | 29407 |  1218k|  40.9 |   792M |  69 |2538 |3445 |2628 | 120k|  1 |3124 |6667 |-1.117041e+04 |      --      |    Inf |   2.11%
1268.43/1273.21	c   251s| 29800 | 29498 |  1223k|  41.0 |   792M |  69 |2538 |3490 |2599 | 120k|  1 |3180 |6698 |-1.117041e+04 |      --      |    Inf |   2.11%
1269.43/1274.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1269.43/1274.22	c   252s| 29900 | 29596 |  1227k|  41.0 |   793M |  69 |2538 |3484 |2569 | 121k|  1 |3185 |6708 |-1.117304e+04 |      --      |    Inf |   2.11%
1270.12/1274.96	c   253s| 30000 | 29696 |  1231k|  41.0 |   793M |  69 |2538 |3473 |2564 | 121k|  1 |3185 |6730 |-1.117304e+04 |      --      |    Inf |   2.11%
1271.23/1276.04	c   254s| 30100 | 29788 |  1236k|  41.0 |   793M |  69 |2538 |3483 |2570 | 121k|  1 |3199 |6760 |-1.117304e+04 |      --      |    Inf |   2.11%
1272.23/1277.06	c   255s| 30200 | 29886 |  1241k|  41.0 |   793M |  69 |2538 |3496 |2625 | 122k|  1 |3220 |6791 |-1.117304e+04 |      --      |    Inf |   2.11%
1272.91/1277.79	c   255s| 30300 | 29982 |  1245k|  41.0 |   793M |  69 |2538 |3485 |2674 | 122k|  1 |3227 |6797 |-1.117304e+04 |      --      |    Inf |   2.11%
1274.01/1278.80	c   256s| 30400 | 30078 |  1249k|  41.0 |   793M |  69 |2538 |3485 |2604 | 123k|  1 |3237 |6803 |-1.117304e+04 |      --      |    Inf |   2.11%
1274.91/1279.75	c   257s| 30500 | 30178 |  1254k|  41.0 |   794M |  69 |2538 |3479 |2596 | 123k|  1 |3237 |6815 |-1.117304e+04 |      --      |    Inf |   2.11%
1275.90/1280.72	c   258s| 30600 | 30278 |  1259k|  41.1 |   794M |  69 |2538 |3476 |2590 | 124k|  1 |3240 |6836 |-1.117304e+04 |      --      |    Inf |   2.11%
1276.90/1281.79	c   259s| 30700 | 30378 |  1264k|  41.1 |   794M |  69 |2538 |3461 |2644 | 124k|  1 |3240 |6843 |-1.117304e+04 |      --      |    Inf |   2.11%
1278.00/1282.84	c   261s| 30800 | 30478 |  1267k|  41.1 |   794M |  69 |2538 |3457 |2602 | 125k|  1 |3240 |6852 |-1.117511e+04 |      --      |    Inf |   2.11%
1278.79/1283.66	c   261s| 30900 | 30574 |  1273k|  41.1 |   794M |  69 |2538 |3483 |2566 | 125k|  1 |3281 |6873 |-1.117851e+04 |      --      |    Inf |   2.11%
1279.69/1284.57	c   262s| 31000 | 30674 |  1278k|  41.2 |   794M |  69 |2538 |3478 |2576 | 125k|  1 |3281 |6891 |-1.117851e+04 |      --      |    Inf |   2.11%
1280.39/1285.28	c   263s| 31100 | 30770 |  1283k|  41.2 |   794M |  69 |2538 |3479 |2567 | 126k|  1 |3291 |6898 |-1.117851e+04 |      --      |    Inf |   2.11%
1281.38/1286.22	c   264s| 31200 | 30866 |  1287k|  41.2 |   794M |  69 |2538 |3489 |2557 | 126k|  1 |3313 |6931 |-1.117851e+04 |      --      |    Inf |   2.11%
1282.29/1287.16	c   265s| 31300 | 30966 |  1291k|  41.2 |   795M |  69 |2538 |3479 |2638 | 127k|  1 |3313 |6937 |-1.117851e+04 |      --      |    Inf |   2.11%
1283.19/1288.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1283.19/1288.06	c   266s| 31400 | 31062 |  1296k|  41.2 |   796M |  69 |2538 |3479 |2639 | 127k|  1 |3322 |6945 |-1.117851e+04 |      --      |    Inf |   2.11%
1284.07/1288.92	c   267s| 31500 | 31160 |  1302k|  41.3 |   796M |  69 |2538 |3475 |2588 | 127k|  1 |3328 |6951 |-1.117851e+04 |      --      |    Inf |   2.11%
1284.87/1289.71	c   267s| 31600 | 31260 |  1307k|  41.3 |   796M |  69 |2538 |3467 |2603 | 128k|  1 |3328 |6970 |-1.117851e+04 |      --      |    Inf |   2.11%
1285.57/1290.48	c   268s| 31700 | 31360 |  1312k|  41.3 |   796M |  69 |2538 |3465 |2647 | 128k|  1 |3331 |6983 |-1.117851e+04 |      --      |    Inf |   2.11%
1286.47/1291.39	c   269s| 31800 | 31460 |  1317k|  41.3 |   796M |  69 |2538 |3456 |2630 | 129k|  1 |3331 |6998 |-1.117851e+04 |      --      |    Inf |   2.11%
1287.66/1292.60	c   270s| 31900 | 31560 |  1323k|  41.4 |   797M |  69 |2538 |3485 |2642 | 129k|  1 |3365 |6999 |-1.117851e+04 |      --      |    Inf |   2.11%
1288.46/1293.39	c   271s| 32000 | 31656 |  1328k|  41.4 |   797M |  69 |2538 |3480 |2577 | 130k|  1 |3372 |7015 |-1.117851e+04 |      --      |    Inf |   2.11%
1289.36/1294.23	c   272s| 32100 | 31748 |  1333k|  41.5 |   797M |  69 |2538 |3515 |2578 | 130k|  1 |3418 |7040 |-1.117851e+04 |      --      |    Inf |   2.11%
1290.17/1295.07	c   273s| 32200 | 31848 |  1338k|  41.5 |   797M |  69 |2538 |3502 |2600 | 130k|  3 |3418 |7053 |-1.117851e+04 |      --      |    Inf |   2.11%
1291.26/1296.19	c   274s| 32300 | 31948 |  1343k|  41.5 |   798M |  69 |2538 |3487 |2561 | 131k|  1 |3418 |7077 |-1.117851e+04 |      --      |    Inf |   2.11%
1292.16/1297.07	c   275s| 32400 | 32048 |  1348k|  41.5 |   798M |  69 |2538 |3477 |2636 | 131k|  1 |3418 |7085 |-1.117851e+04 |      --      |    Inf |   2.11%
1293.04/1298.00	c   276s| 32500 | 32146 |  1353k|  41.5 |   800M |  69 |2538 |3474 |2662 | 132k|  6 |3428 |7108 |-1.117851e+04 |      --      |    Inf |   2.11%
1293.74/1298.67	c   276s| 32600 | 32246 |  1358k|  41.6 |   800M |  69 |2538 |3467 |2628 | 132k|  1 |3428 |7111 |-1.117851e+04 |      --      |    Inf |   2.11%
1294.44/1299.37	c   277s| 32700 | 32342 |  1362k|  41.6 |   800M |  71 |2538 |3468 |2568 | 132k|  1 |3438 |7126 |-1.117851e+04 |      --      |    Inf |   2.11%
1295.34/1300.28	c   278s| 32800 | 32438 |  1367k|  41.6 |   800M |  71 |2538 |3468 |2617 | 133k|  1 |3450 |7129 |-1.117851e+04 |      --      |    Inf |   2.11%
1296.33/1301.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1296.33/1301.22	c   279s| 32900 | 32532 |  1372k|  41.6 |   801M |  71 |2538 |3466 |2631 | 133k|  1 |3458 |7135 |-1.117851e+04 |      --      |    Inf |   2.11%
1296.93/1301.85	c   280s| 33000 | 32628 |  1376k|  41.6 |   801M |  71 |2538 |3479 |2563 | 133k|  2 |3480 |7146 |-1.117851e+04 |      --      |    Inf |   2.11%
1297.73/1302.68	c   280s| 33100 | 32728 |  1380k|  41.6 |   802M |  71 |2538 |3472 |2594 | 134k|  1 |3480 |7150 |-1.117884e+04 |      --      |    Inf |   2.11%
1298.62/1303.54	c   281s| 33200 | 32824 |  1385k|  41.6 |   802M |  71 |2538 |3470 |2586 | 134k|  1 |3491 |7153 |-1.117884e+04 |      --      |    Inf |   2.11%
1299.32/1304.28	c   282s| 33300 | 32924 |  1390k|  41.7 |   802M |  71 |2538 |3466 |2631 | 135k|  1 |3491 |7164 |-1.117884e+04 |      --      |    Inf |   2.11%
1300.02/1304.98	c   283s| 33400 | 33024 |  1394k|  41.6 |   802M |  71 |2538 |3456 |2594 | 135k|  1 |3491 |7193 |-1.117884e+04 |      --      |    Inf |   2.11%
1301.02/1305.95	c   284s| 33500 | 33124 |  1398k|  41.7 |   802M |  71 |2538 |3449 |2581 | 135k|  1 |3491 |7193 |-1.117898e+04 |      --      |    Inf |   2.11%
1301.81/1306.76	c   284s| 33600 | 33220 |  1403k|  41.7 |   802M |  71 |2538 |3458 |2633 | 136k|  1 |3503 |7193 |-1.117898e+04 |      --      |    Inf |   2.11%
1302.61/1307.59	c   285s| 33700 | 33320 |  1407k|  41.7 |   802M |  71 |2538 |3449 |2609 | 136k|  1 |3503 |7194 |-1.117898e+04 |      --      |    Inf |   2.11%
1303.31/1308.22	c   286s| 33800 | 33420 |  1410k|  41.7 |   803M |  71 |2538 |3439 |2561 | 136k|  1 |3503 |7201 |-1.117898e+04 |      --      |    Inf |   2.11%
1304.22/1309.18	c   287s| 33900 | 33520 |  1415k|  41.7 |   804M |  71 |2538 |3431 |2648 | 137k|  1 |3503 |7203 |-1.117898e+04 |      --      |    Inf |   2.11%
1305.12/1310.08	c   288s| 34000 | 33618 |  1420k|  41.7 |   804M |  71 |2538 |3435 |2605 | 137k|  1 |3513 |7210 |-1.117898e+04 |      --      |    Inf |   2.11%
1306.30/1311.24	c   289s| 34100 | 33714 |  1425k|  41.7 |   804M |  71 |2538 |3448 |2585 | 138k|  3 |3536 |7216 |-1.117898e+04 |      --      |    Inf |   2.11%
1307.29/1312.29	c   290s| 34200 | 33812 |  1430k|  41.7 |   804M |  71 |2538 |3448 |2554 | 138k|  1 |3547 |7241 |-1.117898e+04 |      --      |    Inf |   2.11%
1308.29/1313.26	c   291s| 34300 | 33908 |  1436k|  41.8 |   804M |  71 |2538 |3451 |2643 | 139k|  1 |3555 |7246 |-1.117898e+04 |      --      |    Inf |   2.11%
1309.29/1314.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1309.29/1314.25	c   292s| 34400 | 34002 |  1441k|  41.8 |   805M |  71 |2538 |3458 |2619 | 139k|  1 |3572 |7252 |-1.117898e+04 |      --      |    Inf |   2.11%
1309.99/1314.98	c   293s| 34500 | 34098 |  1446k|  41.8 |   806M |  71 |2538 |3509 |2594 | 140k|  1 |3632 |7252 |-1.117898e+04 |      --      |    Inf |   2.11%
1310.68/1315.66	c   293s| 34600 | 34194 |  1449k|  41.8 |   806M |  71 |2538 |3503 |2597 | 140k|  1 |3639 |7261 |-1.117898e+04 |      --      |    Inf |   2.11%
1311.58/1316.53	c   294s| 34700 | 34290 |  1454k|  41.8 |   806M |  71 |2538 |3511 |2664 | 140k|  1 |3659 |7279 |-1.117898e+04 |      --      |    Inf |   2.11%
1312.58/1317.56	c   295s| 34800 | 34390 |  1459k|  41.8 |   807M |  71 |2538 |3500 |2624 | 141k|  1 |3659 |7289 |-1.117898e+04 |      --      |    Inf |   2.11%
1313.27/1318.26	c   296s| 34900 | 34484 |  1463k|  41.8 |   807M |  71 |2538 |3497 |2606 | 141k|  1 |3672 |7296 |-1.117898e+04 |      --      |    Inf |   2.11%
1314.08/1319.09	c   297s| 35000 | 34584 |  1468k|  41.9 |   807M |  71 |2538 |3488 |2560 | 142k|  1 |3678 |7306 |-1.118024e+04 |      --      |    Inf |   2.11%
1314.97/1319.98	c   298s| 35100 | 34684 |  1472k|  41.9 |   807M |  71 |2538 |3481 |2633 | 142k|  1 |3678 |7312 |-1.118024e+04 |      --      |    Inf |   2.11%
1315.96/1321.01	c   299s| 35200 | 34776 |  1477k|  41.9 |   808M |  71 |2538 |3499 |2620 | 143k|  1 |3700 |7329 |-1.118024e+04 |      --      |    Inf |   2.11%
1316.96/1321.93	c   300s| 35300 | 34876 |  1482k|  41.9 |   809M |  71 |2538 |3494 |2582 | 143k|  1 |3703 |7334 |-1.118024e+04 |      --      |    Inf |   2.11%
1317.66/1322.62	c   300s| 35400 | 34970 |  1486k|  41.9 |   809M |  71 |2538 |3506 |2578 | 143k|  2 |3724 |7345 |-1.118024e+04 |      --      |    Inf |   2.11%
1318.36/1323.37	c   301s| 35500 | 35070 |  1490k|  41.9 |   809M |  71 |2538 |3501 |2638 | 144k|  2 |3724 |7349 |-1.118024e+04 |      --      |    Inf |   2.11%
1319.17/1324.16	c   302s| 35600 | 35166 |  1494k|  41.9 |   810M |  71 |2538 |3502 |2626 | 144k|  1 |3735 |7357 |-1.118024e+04 |      --      |    Inf |   2.11%
1320.06/1325.03	c   303s| 35700 | 35263 |  1498k|  41.9 |   810M |  71 |2538 |3506 |2637 | 144k|  1 |3746 |7362 |-1.118024e+04 |      --      |    Inf |   2.11%
1320.75/1325.79	c   303s| 35800 | 35363 |  1502k|  41.9 |   810M |  71 |2538 |3494 |2587 | 145k|  1 |3746 |7372 |-1.118116e+04 |      --      |    Inf |   2.11%
1321.54/1326.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1321.54/1326.51	c   304s| 35900 | 35463 |  1506k|  41.9 |   811M |  71 |2538 |3489 |2641 | 145k|  1 |3746 |7390 |-1.118116e+04 |      --      |    Inf |   2.11%
1322.54/1327.51	c   305s| 36000 | 35561 |  1511k|  41.9 |   811M |  71 |2538 |3487 |2632 | 145k|  1 |3756 |7397 |-1.118116e+04 |      --      |    Inf |   2.11%
1323.24/1328.29	c   306s| 36100 | 35659 |  1516k|  41.9 |   811M |  71 |2538 |3472 |2579 | 146k|  1 |3758 |7414 |-1.118116e+04 |      --      |    Inf |   2.11%
1324.15/1329.14	c   307s| 36200 | 35757 |  1520k|  41.9 |   811M |  71 |2538 |3471 |2641 | 146k|  0 |3767 |7421 |-1.118116e+04 |      --      |    Inf |   2.11%
1325.04/1330.01	c   308s| 36300 | 35855 |  1524k|  41.9 |   811M |  71 |2538 |3463 |2627 | 147k|  1 |3768 |7429 |-1.118116e+04 |      --      |    Inf |   2.11%
1326.23/1331.20	c   309s| 36400 | 35953 |  1529k|  41.9 |   813M |  77 |2538 |3462 |2563 | 147k|  1 |3779 |7462 |-1.118477e+04 |      --      |    Inf |   2.11%
1326.93/1331.97	c   310s| 36500 | 36049 |  1533k|  41.9 |   813M |  77 |2538 |3467 |2632 | 148k|  1 |3786 |7478 |-1.118603e+04 |      --      |    Inf |   2.11%
1327.82/1332.89	c   311s| 36600 | 36141 |  1538k|  42.0 |   813M |  77 |2538 |3478 |2627 | 148k|  1 |3807 |7497 |-1.118603e+04 |      --      |    Inf |   2.11%
1328.82/1333.87	c   312s| 36700 | 36233 |  1543k|  42.0 |   813M |  77 |2538 |3487 |2561 | 148k|  1 |3825 |7522 |-1.118603e+04 |      --      |    Inf |   2.11%
1329.82/1334.88	c   313s| 36800 | 36329 |  1548k|  42.0 |   813M |  77 |2538 |3489 |2646 | 149k|  1 |3840 |7542 |-1.118603e+04 |      --      |    Inf |   2.11%
1330.71/1335.74	c   313s| 36900 | 36429 |  1552k|  42.0 |   813M |  77 |2538 |3475 |2596 | 149k|  1 |3840 |7567 |-1.118603e+04 |      --      |    Inf |   2.11%
1331.51/1336.55	c   314s| 37000 | 36525 |  1556k|  42.0 |   813M |  77 |2538 |3486 |2606 | 149k|  1 |3860 |7581 |-1.118603e+04 |      --      |    Inf |   2.11%
1332.80/1337.80	c   315s| 37100 | 36619 |  1560k|  42.0 |   813M |  77 |2538 |3498 |2553 | 150k|  1 |3892 |7598 |-1.119525e+04 |      --      |    Inf |   2.11%
1333.60/1338.68	c   316s| 37200 | 36719 |  1564k|  42.0 |   813M |  77 |2538 |3485 |2608 | 150k|  1 |3892 |7616 |-1.119769e+04 |      --      |    Inf |   2.11%
1334.70/1339.71	c   317s| 37300 | 36819 |  1569k|  42.0 |   813M |  77 |2538 |3473 |2572 | 151k|  1 |3892 |7644 |-1.119769e+04 |      --      |    Inf |   2.11%
1335.69/1340.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1335.69/1340.77	c   318s| 37400 | 36919 |  1574k|  42.0 |   814M |  77 |2538 |3463 |2625 | 151k|  1 |3892 |7671 |-1.119769e+04 |      --      |    Inf |   2.11%
1336.69/1341.74	c   319s| 37500 | 37019 |  1579k|  42.0 |   814M |  77 |2538 |3455 |2581 | 152k|  1 |3892 |7703 |-1.119769e+04 |      --      |    Inf |   2.11%
1337.69/1342.71	c   320s| 37600 | 37119 |  1585k|  42.1 |   814M |  77 |2538 |3460 |2627 | 152k|  1 |3904 |7732 |-1.119776e+04 |      --      |    Inf |   2.11%
1338.59/1343.68	c   321s| 37700 | 37219 |  1589k|  42.1 |   814M |  77 |2538 |3438 |2564 | 153k|  1 |3904 |7751 |-1.119834e+04 |      --      |    Inf |   2.11%
1339.48/1344.59	c   322s| 37800 | 37319 |  1593k|  42.1 |   814M |  77 |2538 |3420 |2566 | 153k|  1 |3904 |7767 |-1.119834e+04 |      --      |    Inf |   2.11%
1340.48/1345.52	c   323s| 37900 | 37419 |  1598k|  42.1 |   814M |  77 |2538 |3411 |2583 | 153k|  1 |3915 |7788 |-1.119856e+04 |      --      |    Inf |   2.11%
1341.38/1346.46	c   324s| 38000 | 37519 |  1604k|  42.1 |   814M |  77 |2538 |3401 |2661 | 154k|  1 |3915 |7804 |-1.119856e+04 |      --      |    Inf |   2.11%
1342.27/1347.34	c   325s| 38100 | 37619 |  1609k|  42.2 |   814M |  77 |2538 |3391 |2578 | 154k|  1 |3915 |7823 |-1.119920e+04 |      --      |    Inf |   2.11%
1343.37/1348.43	c   326s| 38200 | 37719 |  1615k|  42.2 |   814M |  77 |2538 |3412 |2647 | 155k|  1 |3942 |7834 |-1.119920e+04 |      --      |    Inf |   2.11%
1344.17/1349.20	c   327s| 38300 | 37819 |  1620k|  42.2 |   814M |  77 |2538 |3399 |2604 | 155k|  3 |3942 |7879 |-1.119920e+04 |      --      |    Inf |   2.11%
1345.08/1350.17	c   328s| 38400 | 37919 |  1624k|  42.2 |   815M |  77 |2538 |3394 |2651 | 156k|  1 |3942 |7896 |-1.119920e+04 |      --      |    Inf |   2.11%
1345.97/1351.09	c   329s| 38500 | 38019 |  1630k|  42.3 |   816M |  77 |2538 |3387 |2599 | 156k|  1 |3944 |7908 |-1.119928e+04 |      --      |    Inf |   2.11%
1346.76/1351.88	c   330s| 38600 | 38119 |  1635k|  42.3 |   818M |  77 |2538 |3374 |2628 | 157k|  1 |3944 |7912 |-1.119970e+04 |      --      |    Inf |   2.11%
1347.85/1352.95	c   331s| 38700 | 38219 |  1640k|  42.3 |   818M |  77 |2538 |3360 |2578 | 157k|  1 |3944 |7928 |-1.119982e+04 |      --      |    Inf |   2.11%
1348.65/1353.76	c   331s| 38800 | 38319 |  1644k|  42.3 |   818M |  77 |2538 |3353 |2622 | 158k|  1 |3944 |7936 |-1.120104e+04 |      --      |    Inf |   2.11%
1349.35/1354.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1349.35/1354.45	c   332s| 38900 | 38419 |  1649k|  42.3 |   819M |  77 |2538 |3345 |2583 | 158k|  1 |3944 |7943 |-1.120104e+04 |      --      |    Inf |   2.11%
1350.44/1355.54	c   333s| 39000 | 38519 |  1654k|  42.3 |   819M |  77 |2538 |3330 |2668 | 159k|  8 |3944 |7954 |-1.120152e+04 |      --      |    Inf |   2.11%
1351.34/1356.46	c   334s| 39100 | 38619 |  1660k|  42.4 |   819M |  77 |2538 |3322 |2567 | 159k|  1 |3944 |7958 |-1.120155e+04 |      --      |    Inf |   2.11%
1352.24/1357.31	c   335s| 39200 | 38719 |  1664k|  42.4 |   820M |  77 |2538 |3332 |2628 | 159k|  1 |3963 |7958 |-1.120211e+04 |      --      |    Inf |   2.11%
1352.95/1358.06	c   336s| 39300 | 38819 |  1669k|  42.4 |   820M |  77 |2538 |3316 |2570 | 160k|  1 |3963 |7969 |-1.120211e+04 |      --      |    Inf |   2.11%
1353.63/1358.76	c   336s| 39400 | 38917 |  1673k|  42.4 |   820M |  77 |2538 |3304 |2604 | 160k|  1 |3970 |7993 |-1.120211e+04 |      --      |    Inf |   2.11%
1354.43/1359.57	c   337s| 39500 | 39017 |  1678k|  42.4 |   820M |  77 |2538 |3295 |2574 | 161k|  1 |3970 |8006 |-1.120211e+04 |      --      |    Inf |   2.11%
1355.23/1360.36	c   338s| 39600 | 39117 |  1683k|  42.4 |   820M |  77 |2538 |3291 |2615 | 161k|  1 |3970 |8012 |-1.120211e+04 |      --      |    Inf |   2.11%
1356.13/1361.28	c   339s| 39700 | 39213 |  1688k|  42.4 |   820M |  77 |2538 |3322 |2582 | 161k|  1 |4005 |8031 |-1.120211e+04 |      --      |    Inf |   2.11%
1357.12/1362.28	c   340s| 39800 | 39313 |  1693k|  42.5 |   820M |  77 |2538 |3342 |2614 | 162k|  1 |4026 |8047 |-1.120211e+04 |      --      |    Inf |   2.11%
1357.93/1363.02	c   341s| 39900 | 39413 |  1698k|  42.5 |   821M |  77 |2538 |3335 |2605 | 162k|  1 |4026 |8063 |-1.120211e+04 |      --      |    Inf |   2.11%
1358.82/1363.94	c   342s| 40000 | 39513 |  1703k|  42.5 |   821M |  77 |2538 |3328 |2653 | 163k|  1 |4026 |8083 |-1.120212e+04 |      --      |    Inf |   2.11%
1359.51/1364.68	c   342s| 40100 | 39613 |  1708k|  42.5 |   821M |  77 |2538 |3318 |2607 | 163k|  3 |4026 |8084 |-1.120225e+04 |      --      |    Inf |   2.11%
1360.41/1365.56	c   343s| 40200 | 39713 |  1713k|  42.5 |   821M |  77 |2538 |3308 |2615 | 164k|  1 |4026 |8090 |-1.120227e+04 |      --      |    Inf |   2.11%
1361.41/1366.52	c   344s| 40300 | 39813 |  1719k|  42.6 |   821M |  77 |2538 |3303 |2598 | 164k|  1 |4026 |8097 |-1.120248e+04 |      --      |    Inf |   2.11%
1362.50/1367.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1362.50/1367.60	c   345s| 40400 | 39913 |  1724k|  42.6 |   822M |  77 |2538 |3287 |2631 | 164k|  1 |4026 |8126 |-1.120267e+04 |      --      |    Inf |   2.11%
1363.30/1368.41	c   346s| 40500 | 40005 |  1729k|  42.6 |   823M |  77 |2538 |3287 |2613 | 165k|  1 |4039 |8134 |-1.120267e+04 |      --      |    Inf |   2.11%
1364.10/1369.21	c   347s| 40600 | 40105 |  1733k|  42.6 |   824M |  77 |2538 |3275 |2582 | 165k|  1 |4039 |8157 |-1.120267e+04 |      --      |    Inf |   2.11%
1365.19/1370.31	c   348s| 40700 | 40193 |  1738k|  42.6 |   824M |  77 |2538 |3306 |2647 | 165k|  1 |4074 |8192 |-1.120267e+04 |      --      |    Inf |   2.11%
1366.00/1371.17	c   349s| 40800 | 40283 |  1743k|  42.6 |   824M |  77 |2538 |3327 |2582 | 166k|  1 |4107 |8212 |-1.120267e+04 |      --      |    Inf |   2.11%
1366.90/1372.06	c   350s| 40900 | 40383 |  1748k|  42.7 |   824M |  77 |2538 |3332 |2616 | 166k|  3 |4114 |8225 |-1.120267e+04 |      --      |    Inf |   2.11%
1367.49/1372.68	c   350s| 41000 | 40475 |  1752k|  42.7 |   824M |  77 |2538 |3340 |2601 | 167k|  1 |4133 |8235 |-1.120344e+04 |      --      |    Inf |   2.11%
1368.38/1373.55	c   351s| 41100 | 40575 |  1757k|  42.7 |   824M |  77 |2538 |3352 |2616 | 167k|  1 |4152 |8240 |-1.120353e+04 |      --      |    Inf |   2.11%
1369.18/1374.31	c   352s| 41200 | 40675 |  1762k|  42.7 |   824M |  77 |2538 |3346 |2615 | 167k|  1 |4152 |8258 |-1.120482e+04 |      --      |    Inf |   2.11%
1369.68/1374.88	c   353s| 41300 | 40775 |  1766k|  42.7 |   824M |  77 |2538 |3342 |2646 | 168k|  1 |4152 |8264 |-1.120482e+04 |      --      |    Inf |   2.11%
1370.38/1375.57	c   353s| 41400 | 40875 |  1770k|  42.7 |   824M |  77 |2538 |3337 |2590 | 168k|  1 |4152 |8268 |-1.120482e+04 |      --      |    Inf |   2.11%
1371.37/1376.55	c   354s| 41500 | 40975 |  1775k|  42.7 |   824M |  77 |2538 |3331 |2626 | 168k|  1 |4152 |8277 |-1.120496e+04 |      --      |    Inf |   2.11%
1372.17/1377.30	c   355s| 41600 | 41075 |  1780k|  42.7 |   824M |  77 |2538 |3328 |2621 | 169k|  1 |4152 |8279 |-1.120498e+04 |      --      |    Inf |   2.11%
1373.07/1378.20	c   356s| 41700 | 41175 |  1785k|  42.8 |   824M |  77 |2538 |3337 |2678 | 169k|  5 |4163 |8280 |-1.120512e+04 |      --      |    Inf |   2.11%
1373.76/1378.97	c   357s| 41800 | 41275 |  1790k|  42.8 |   824M |  77 |2538 |3332 |2605 | 170k|  1 |4163 |8286 |-1.120548e+04 |      --      |    Inf |   2.11%
1374.66/1379.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1374.66/1379.88	c   358s| 41900 | 41375 |  1795k|  42.8 |   825M |  77 |2538 |3331 |2647 | 170k|  1 |4163 |8286 |-1.120738e+04 |      --      |    Inf |   2.11%
1375.36/1380.55	c   358s| 42000 | 41475 |  1801k|  42.8 |   825M |  77 |2538 |3329 |2607 | 171k|  1 |4163 |8288 |-1.120738e+04 |      --      |    Inf |   2.11%
1376.26/1381.44	c   359s| 42100 | 41575 |  1806k|  42.8 |   826M |  77 |2538 |3337 |2664 | 171k|  1 |4174 |8294 |-1.120738e+04 |      --      |    Inf |   2.11%
1377.05/1382.22	c   360s| 42200 | 41675 |  1812k|  42.9 |   828M |  77 |2538 |3333 |2625 | 172k|  1 |4174 |8294 |-1.120738e+04 |      --      |    Inf |   2.11%
1377.75/1382.99	c   361s| 42300 | 41775 |  1816k|  42.9 |   829M |  77 |2538 |3327 |2633 | 172k|  1 |4174 |8295 |-1.120745e+04 |      --      |    Inf |   2.11%
1378.75/1383.90	c   362s| 42400 | 41875 |  1822k|  42.9 |   830M |  77 |2538 |3331 |2600 | 172k|  1 |4186 |8295 |-1.120745e+04 |      --      |    Inf |   2.11%
1379.64/1384.83	c   363s| 42500 | 41975 |  1827k|  42.9 |   830M |  77 |2538 |3328 |2658 | 173k|  1 |4186 |8296 |-1.120751e+04 |      --      |    Inf |   2.11%
1380.34/1385.50	c   363s| 42600 | 42073 |  1832k|  42.9 |   830M |  77 |2538 |3334 |2562 | 173k|  1 |4207 |8299 |-1.120768e+04 |      --      |    Inf |   2.11%
1381.04/1386.23	c   364s| 42700 | 42173 |  1837k|  43.0 |   831M |  77 |2538 |3331 |2637 | 174k|  1 |4207 |8311 |-1.120768e+04 |      --      |    Inf |   2.11%
1381.85/1387.08	c   365s| 42800 | 42273 |  1842k|  43.0 |   831M |  77 |2538 |3326 |2584 | 174k|  1 |4210 |8319 |-1.120768e+04 |      --      |    Inf |   2.11%
1382.63/1387.86	c   366s| 42900 | 42366 |  1846k|  43.0 |   831M |  77 |2538 |3330 |2599 | 174k|  1 |4227 |8323 |-1.120828e+04 |      --      |    Inf |   2.11%
1383.33/1388.59	c   366s| 43000 | 42466 |  1850k|  43.0 |   831M |  77 |2538 |3324 |2605 | 175k|  1 |4227 |8325 |-1.120892e+04 |      --      |    Inf |   2.11%
1384.33/1389.56	c   367s| 43100 | 42566 |  1856k|  43.0 |   831M |  77 |2538 |3321 |2599 | 175k|  1 |4227 |8325 |-1.121000e+04 |      --      |    Inf |   2.11%
1385.22/1390.49	c   368s| 43200 | 42666 |  1861k|  43.0 |   831M |  77 |2538 |3317 |2634 | 176k|  1 |4227 |8325 |-1.121000e+04 |      --      |    Inf |   2.11%
1386.12/1391.36	c   369s| 43300 | 42762 |  1866k|  43.0 |   831M |  77 |2538 |3313 |2585 | 176k|  1 |4234 |8330 |-1.121000e+04 |      --      |    Inf |   2.11%
1387.22/1392.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1387.22/1392.47	c   370s| 43400 | 42854 |  1870k|  43.0 |   832M |  77 |2538 |3322 |2585 | 177k|  1 |4254 |8387 |-1.121000e+04 |      --      |    Inf |   2.11%
1388.11/1393.34	c   371s| 43500 | 42954 |  1875k|  43.0 |   832M |  77 |2538 |3307 |2617 | 177k|  1 |4254 |8412 |-1.121000e+04 |      --      |    Inf |   2.11%
1388.83/1394.07	c   372s| 43600 | 43050 |  1880k|  43.0 |   832M |  77 |2538 |3307 |2555 | 177k|  1 |4261 |8419 |-1.121000e+04 |      --      |    Inf |   2.11%
1389.71/1394.91	c   373s| 43700 | 43150 |  1884k|  43.0 |   832M |  77 |2538 |3302 |2607 | 178k|  1 |4261 |8421 |-1.121000e+04 |      --      |    Inf |   2.11%
1390.21/1395.48	c   373s| 43800 | 43250 |  1888k|  43.0 |   832M |  77 |2538 |3301 |2595 | 178k|  3 |4271 |8424 |-1.121000e+04 |      --      |    Inf |   2.11%
1391.00/1396.29	c   374s| 43900 | 43346 |  1892k|  43.0 |   832M |  77 |2538 |3308 |2602 | 178k|  1 |4284 |8432 |-1.121000e+04 |      --      |    Inf |   2.11%
1391.70/1396.96	c   375s| 44000 | 43442 |  1897k|  43.0 |   833M |  77 |2538 |3302 |2585 | 179k|  1 |4294 |8437 |-1.121000e+04 |      --      |    Inf |   2.11%
1392.81/1398.01	c   376s| 44100 | 43542 |  1901k|  43.0 |   833M |  77 |2538 |3297 |2629 | 179k|  1 |4294 |8443 |-1.121000e+04 |      --      |    Inf |   2.11%
1393.69/1398.96	c   377s| 44200 | 43638 |  1906k|  43.1 |   833M |  77 |2538 |3298 |2634 | 179k|  1 |4304 |8458 |-1.121000e+04 |      --      |    Inf |   2.11%
1394.39/1399.64	c   377s| 44300 | 43734 |  1910k|  43.1 |   833M |  77 |2538 |3294 |2559 | 180k|  1 |4311 |8464 |-1.121000e+04 |      --      |    Inf |   2.11%
1395.19/1400.40	c   378s| 44400 | 43834 |  1914k|  43.1 |   834M |  77 |2538 |3307 |2628 | 180k|  1 |4332 |8465 |-1.121000e+04 |      --      |    Inf |   2.11%
1395.99/1401.28	c   379s| 44500 | 43928 |  1919k|  43.1 |   834M |  77 |2538 |3321 |2568 | 181k|  1 |4356 |8473 |-1.121000e+04 |      --      |    Inf |   2.11%
1396.80/1402.03	c   380s| 44600 | 44026 |  1923k|  43.1 |   835M |  77 |2538 |3328 |2661 | 181k|  4 |4367 |8480 |-1.121000e+04 |      --      |    Inf |   2.11%
1397.68/1402.92	c   381s| 44700 | 44126 |  1927k|  43.1 |   836M |  77 |2538 |3322 |2676 | 181k|  4 |4367 |8493 |-1.121000e+04 |      --      |    Inf |   2.11%
1398.38/1403.64	c   381s| 44800 | 44220 |  1932k|  43.1 |   836M |  77 |2538 |3320 |2536 | 182k|  1 |4379 |8500 |-1.121000e+04 |      --      |    Inf |   2.11%
1398.98/1404.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1398.98/1404.24	c   382s| 44900 | 44318 |  1936k|  43.1 |   837M |  77 |2538 |3325 |2568 | 182k|  1 |4389 |8502 |-1.121000e+04 |      --      |    Inf |   2.11%
1399.89/1405.13	c   383s| 45000 | 44412 |  1940k|  43.1 |   837M |  77 |2538 |3339 |2569 | 182k|  1 |4407 |8510 |-1.121000e+04 |      --      |    Inf |   2.11%
1400.47/1405.71	c   383s| 45100 | 44508 |  1944k|  43.0 |   837M |  77 |2538 |3350 |2582 | 183k|  1 |4426 |8523 |-1.121000e+04 |      --      |    Inf |   2.11%
1401.27/1406.54	c   384s| 45200 | 44608 |  1949k|  43.1 |   837M |  77 |2538 |3333 |2634 | 183k|  1 |4426 |8539 |-1.121000e+04 |      --      |    Inf |   2.11%
1402.06/1407.34	c   385s| 45300 | 44704 |  1954k|  43.1 |   837M |  77 |2538 |3340 |2587 | 183k|  1 |4440 |8546 |-1.121000e+04 |      --      |    Inf |   2.11%
1402.78/1408.07	c   386s| 45400 | 44804 |  1957k|  43.1 |   837M |  77 |2538 |3330 |2570 | 184k|  1 |4440 |8568 |-1.121000e+04 |      --      |    Inf |   2.11%
1403.66/1408.91	c   387s| 45500 | 44898 |  1961k|  43.0 |   838M |  77 |2538 |3357 |2620 | 184k|  1 |4468 |8584 |-1.121000e+04 |      --      |    Inf |   2.11%
1404.46/1409.75	c   387s| 45600 | 44990 |  1966k|  43.1 |   838M |  77 |2538 |3405 |2597 | 184k|  3 |4520 |8637 |-1.121000e+04 |      --      |    Inf |   2.11%
1405.25/1410.58	c   388s| 45700 | 45086 |  1970k|  43.0 |   838M |  77 |2538 |3409 |2609 | 185k|  1 |4531 |8659 |-1.121000e+04 |      --      |    Inf |   2.11%
1405.95/1411.28	c   389s| 45800 | 45180 |  1974k|  43.0 |   838M |  77 |2538 |3412 |2563 | 185k|  1 |4545 |8667 |-1.121000e+04 |      --      |    Inf |   2.11%
1406.76/1412.10	c   390s| 45900 | 45280 |  1978k|  43.0 |   838M |  77 |2538 |3414 |2638 | 185k|  1 |4555 |8693 |-1.121000e+04 |      --      |    Inf |   2.11%
1407.55/1412.88	c   391s| 46000 | 45380 |  1983k|  43.0 |   838M |  77 |2538 |3409 |2613 | 186k|  1 |4555 |8694 |-1.121000e+04 |      --      |    Inf |   2.11%
1408.24/1413.54	c   391s| 46100 | 45476 |  1987k|  43.0 |   839M |  77 |2538 |3405 |2557 | 186k|  1 |4562 |8701 |-1.121000e+04 |      --      |    Inf |   2.11%
1408.94/1414.26	c   392s| 46200 | 45574 |  1990k|  43.0 |   840M |  77 |2538 |3407 |2639 | 186k|  1 |4571 |8706 |-1.121000e+04 |      --      |    Inf |   2.11%
1409.75/1415.04	c   393s| 46300 | 45668 |  1995k|  43.0 |   840M |  77 |2538 |3424 |2633 | 187k|  1 |4593 |8710 |-1.121000e+04 |      --      |    Inf |   2.11%
1410.44/1415.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1410.44/1415.76	c   393s| 46400 | 45758 |  1999k|  43.0 |   841M |  77 |2538 |3455 |2576 | 187k|  1 |4632 |8728 |-1.121000e+04 |      --      |    Inf |   2.11%
1411.23/1416.54	c   394s| 46500 | 45858 |  2003k|  43.0 |   841M |  77 |2538 |3442 |2627 | 187k|  1 |4632 |8739 |-1.121000e+04 |      --      |    Inf |   2.11%
1412.13/1417.45	c   395s| 46600 | 45954 |  2008k|  43.0 |   841M |  77 |2538 |3451 |2607 | 188k|  1 |4655 |8754 |-1.121000e+04 |      --      |    Inf |   2.11%
1413.03/1418.36	c   396s| 46700 | 46050 |  2013k|  43.0 |   842M |  77 |2538 |3451 |2577 | 188k|  1 |4668 |8773 |-1.121000e+04 |      --      |    Inf |   2.11%
1413.92/1419.23	c   397s| 46800 | 46150 |  2017k|  43.0 |   843M |  77 |2538 |3445 |2605 | 189k|  1 |4668 |8791 |-1.121000e+04 |      --      |    Inf |   2.11%
1414.52/1419.84	c   398s| 46900 | 46246 |  2021k|  43.0 |   843M |  77 |2538 |3452 |2594 | 189k|  1 |4684 |8801 |-1.121000e+04 |      --      |    Inf |   2.11%
1415.43/1420.71	c   398s| 47000 | 46344 |  2025k|  43.0 |   843M |  77 |2538 |3473 |2646 | 189k|  1 |4710 |8823 |-1.121000e+04 |      --      |    Inf |   2.11%
1416.12/1421.45	c   399s| 47100 | 46444 |  2029k|  43.0 |   843M |  77 |2538 |3483 |2584 | 190k|  1 |4731 |8837 |-1.121000e+04 |      --      |    Inf |   2.11%
1417.22/1422.51	c   400s| 47200 | 46540 |  2034k|  43.0 |   844M |  77 |2538 |3507 |2572 | 190k|  1 |4763 |8865 |-1.121000e+04 |      --      |    Inf |   2.11%
1417.73/1423.09	c   401s| 47300 | 46640 |  2037k|  43.0 |   844M |  77 |2538 |3496 |2573 | 190k|  1 |4763 |8883 |-1.121000e+04 |      --      |    Inf |   2.11%
1418.62/1424.00	c   402s| 47400 | 46736 |  2042k|  43.0 |   844M |  77 |2538 |3498 |2616 | 191k|  5 |4771 |8897 |-1.121000e+04 |      --      |    Inf |   2.11%
1419.51/1424.86	c   403s| 47500 | 46836 |  2047k|  43.0 |   844M |  77 |2538 |3489 |2652 | 191k|  2 |4771 |8914 |-1.121000e+04 |      --      |    Inf |   2.11%
1420.21/1425.53	c   403s| 47600 | 46936 |  2052k|  43.1 |   844M |  77 |2538 |3501 |2555 | 191k|  1 |4792 |8933 |-1.121000e+04 |      --      |    Inf |   2.11%
1421.01/1426.32	c   404s| 47700 | 47036 |  2056k|  43.0 |   845M |  77 |2538 |3494 |2610 | 192k|  1 |4792 |8944 |-1.121000e+04 |      --      |    Inf |   2.11%
1422.00/1427.38	c   405s| 47800 | 47136 |  2060k|  43.0 |   845M |  77 |2538 |3488 |2592 | 192k|  1 |4795 |8968 |-1.121000e+04 |      --      |    Inf |   2.11%
1422.72/1428.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1422.72/1428.08	c   406s| 47900 | 47228 |  2064k|  43.0 |   847M |  77 |2538 |3505 |2605 | 192k|  1 |4820 |8988 |-1.121000e+04 |      --      |    Inf |   2.11%
1423.50/1428.80	c   406s| 48000 | 47328 |  2068k|  43.0 |   847M |  77 |2538 |3502 |2588 | 193k|  1 |4820 |9003 |-1.121000e+04 |      --      |    Inf |   2.11%
1424.20/1429.50	c   407s| 48100 | 47420 |  2072k|  43.0 |   847M |  77 |2538 |3510 |2575 | 193k|  1 |4843 |9013 |-1.121000e+04 |      --      |    Inf |   2.11%
1425.19/1430.51	c   408s| 48200 | 47520 |  2076k|  43.0 |   847M |  77 |2538 |3508 |2631 | 193k|  1 |4843 |9032 |-1.121000e+04 |      --      |    Inf |   2.11%
1425.99/1431.38	c   409s| 48300 | 47620 |  2081k|  43.0 |   847M |  77 |2538 |3489 |2557 | 194k|  1 |4843 |9056 |-1.121000e+04 |      --      |    Inf |   2.11%
1426.89/1432.21	c   410s| 48400 | 47720 |  2085k|  43.0 |   847M |  77 |2538 |3479 |2617 | 194k|  1 |4843 |9080 |-1.121000e+04 |      --      |    Inf |   2.11%
1427.59/1432.98	c   411s| 48500 | 47818 |  2090k|  43.0 |   847M |  77 |2538 |3477 |2586 | 195k|  1 |4849 |9102 |-1.121000e+04 |      --      |    Inf |   2.11%
1428.70/1434.02	c   412s| 48600 | 47914 |  2094k|  43.0 |   847M |  77 |2538 |3483 |2598 | 195k|  1 |4872 |9134 |-1.121000e+04 |      --      |    Inf |   2.11%
1429.48/1434.81	c   413s| 48700 | 48014 |  2099k|  43.0 |   848M |  77 |2538 |3481 |2644 | 195k|  2 |4886 |9141 |-1.121000e+04 |      --      |    Inf |   2.11%
1430.18/1435.54	c   413s| 48800 | 48114 |  2102k|  43.0 |   849M |  77 |2538 |3468 |2587 | 196k|  1 |4886 |9153 |-1.121000e+04 |      --      |    Inf |   2.11%
1431.07/1436.46	c   414s| 48900 | 48206 |  2106k|  43.0 |   850M |  77 |2538 |3494 |2626 | 196k|  1 |4921 |9189 |-1.121000e+04 |      --      |    Inf |   2.11%
1431.87/1437.25	c   415s| 49000 | 48306 |  2111k|  43.0 |   851M |  77 |2538 |3483 |2641 | 197k|  1 |4921 |9189 |-1.121000e+04 |      --      |    Inf |   2.11%
1432.57/1437.95	c   416s| 49100 | 48398 |  2115k|  43.0 |   852M |  77 |2538 |3489 |2587 | 197k|  1 |4939 |9192 |-1.121000e+04 |      --      |    Inf |   2.11%
1433.37/1438.75	c   416s| 49200 | 48498 |  2120k|  43.0 |   853M |  77 |2538 |3478 |2618 | 197k|  3 |4939 |9209 |-1.121000e+04 |      --      |    Inf |   2.11%
1434.06/1439.49	c   417s| 49300 | 48598 |  2123k|  43.0 |   853M |  77 |2538 |3462 |2563 | 198k|  1 |4939 |9221 |-1.121000e+04 |      --      |    Inf |   2.11%
1435.06/1440.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1435.06/1440.40	c   418s| 49400 | 48694 |  2127k|  43.0 |   857M |  77 |2538 |3467 |2577 | 198k|  1 |4950 |9233 |-1.121000e+04 |      --      |    Inf |   2.11%
1435.67/1441.04	c   419s| 49500 | 48794 |  2131k|  43.0 |   857M |  77 |2538 |3457 |2602 | 198k|  1 |4950 |9247 |-1.121000e+04 |      --      |    Inf |   2.11%
1436.55/1441.93	c   420s| 49600 | 48894 |  2135k|  43.0 |   858M |  77 |2538 |3450 |2609 | 199k|  1 |4950 |9267 |-1.121000e+04 |      --      |    Inf |   2.11%
1437.35/1442.73	c   420s| 49700 | 48990 |  2140k|  43.0 |   858M |  77 |2538 |3446 |2608 | 199k|  1 |4957 |9283 |-1.121000e+04 |      --      |    Inf |   2.11%
1438.05/1443.44	c   421s| 49800 | 49086 |  2144k|  43.0 |   859M |  77 |2538 |3443 |2597 | 199k|  1 |4968 |9299 |-1.121000e+04 |      --      |    Inf |   2.11%
1438.95/1444.37	c   422s| 49900 | 49186 |  2149k|  43.0 |   859M |  77 |2538 |3435 |2605 | 200k|  1 |4968 |9317 |-1.121000e+04 |      --      |    Inf |   2.11%
1439.54/1444.93	c   423s| 50000 | 49286 |  2152k|  43.0 |   859M |  77 |2538 |3428 |2571 | 200k|  1 |4968 |9322 |-1.121000e+04 |      --      |    Inf |   2.11%
1440.54/1445.93	c   424s| 50100 | 49386 |  2157k|  43.0 |   859M |  77 |2538 |3442 |2681 | 200k|  9 |4996 |9339 |-1.121000e+04 |      --      |    Inf |   2.11%
1441.14/1446.59	c   424s| 50200 | 49482 |  2161k|  43.0 |   859M |  77 |2538 |3441 |2553 | 201k|  1 |5007 |9350 |-1.121000e+04 |      --      |    Inf |   2.11%
1442.14/1447.54	c   425s| 50300 | 49582 |  2166k|  43.0 |   859M |  77 |2538 |3424 |2625 | 201k|  1 |5007 |9364 |-1.121000e+04 |      --      |    Inf |   2.11%
1442.93/1448.34	c   426s| 50400 | 49682 |  2170k|  43.0 |   859M |  77 |2538 |3412 |2598 | 202k|  2 |5007 |9388 |-1.121000e+04 |      --      |    Inf |   2.11%
1443.64/1449.01	c   427s| 50500 | 49779 |  2173k|  43.0 |   859M |  77 |2538 |3402 |2612 | 202k|  1 |5019 |9406 |-1.121000e+04 |      --      |    Inf |   2.11%
1444.53/1449.94	c   428s| 50600 | 49871 |  2178k|  43.0 |   861M |  77 |2538 |3406 |2606 | 202k|  1 |5035 |9420 |-1.121000e+04 |      --      |    Inf |   2.11%
1445.33/1450.76	c   428s| 50700 | 49961 |  2182k|  43.0 |   861M |  77 |2538 |3461 |2620 | 203k|  1 |5098 |9442 |-1.121000e+04 |      --      |    Inf |   2.11%
1446.32/1451.72	c   429s| 50800 | 50061 |  2186k|  43.0 |   861M |  77 |2538 |3456 |2619 | 203k|  1 |5098 |9456 |-1.121000e+04 |      --      |    Inf |   2.11%
1447.02/1452.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1447.02/1452.41	c   430s| 50900 | 50157 |  2190k|  43.0 |   862M |  77 |2538 |3454 |2576 | 203k|  1 |5116 |9463 |-1.121000e+04 |      --      |    Inf |   2.11%
1447.92/1453.33	c   431s| 51000 | 50251 |  2194k|  43.0 |   862M |  77 |2538 |3463 |2567 | 204k|  1 |5132 |9477 |-1.121000e+04 |      --      |    Inf |   2.11%
1448.91/1454.30	c   432s| 51100 | 50351 |  2198k|  43.0 |   862M |  77 |2538 |3473 |2630 | 204k|  1 |5153 |9494 |-1.121009e+04 |      --      |    Inf |   2.11%
1449.91/1455.35	c   433s| 51200 | 50451 |  2204k|  43.0 |   863M |  77 |2538 |3477 |2578 | 204k|  3 |5173 |9502 |-1.121046e+04 |      --      |    Inf |   2.11%
1450.81/1456.25	c   434s| 51300 | 50551 |  2208k|  43.0 |   863M |  77 |2538 |3461 |2639 | 205k|  2 |5173 |9506 |-1.121102e+04 |      --      |    Inf |   2.11%
1451.50/1457.00	c   435s| 51400 | 50651 |  2212k|  43.0 |   863M |  77 |2538 |3451 |2589 | 205k|  1 |5173 |9510 |-1.121351e+04 |      --      |    Inf |   2.11%
1452.40/1457.82	c   436s| 51500 | 50751 |  2216k|  43.0 |   865M |  77 |2538 |3453 |2619 | 206k|  1 |5184 |9533 |-1.121427e+04 |      --      |    Inf |   2.11%
1453.40/1458.87	c   437s| 51600 | 50851 |  2220k|  43.0 |   865M |  77 |2538 |3442 |2560 | 206k|  1 |5184 |9537 |-1.121427e+04 |      --      |    Inf |   2.11%
1454.39/1459.83	c   438s| 51700 | 50951 |  2224k|  43.0 |   865M |  77 |2538 |3429 |2617 | 207k|  1 |5184 |9544 |-1.121498e+04 |      --      |    Inf |   2.11%
1455.39/1460.81	c   439s| 51800 | 51051 |  2228k|  43.0 |   865M |  77 |2538 |3414 |2564 | 207k|  1 |5184 |9554 |-1.121511e+04 |      --      |    Inf |   2.11%
1456.19/1461.67	c   439s| 51900 | 51151 |  2232k|  43.0 |   866M |  77 |2538 |3407 |2601 | 208k|  1 |5184 |9555 |-1.121513e+04 |      --      |    Inf |   2.11%
1457.09/1462.58	c   440s| 52000 | 51251 |  2236k|  43.0 |   866M |  77 |2538 |3389 |2612 | 208k|  4 |5184 |9555 |-1.121514e+04 |      --      |    Inf |   2.11%
1458.08/1463.59	c   441s| 52100 | 51351 |  2241k|  43.0 |   867M |  77 |2538 |3387 |2649 | 209k|  1 |5184 |9555 |-1.121514e+04 |      --      |    Inf |   2.11%
1459.08/1464.50	c   442s| 52200 | 51451 |  2246k|  43.0 |   867M |  77 |2538 |3374 |2605 | 209k|  3 |5184 |9562 |-1.121514e+04 |      --      |    Inf |   2.11%
1459.69/1465.17	c   443s| 52300 | 51551 |  2251k|  43.0 |   868M |  77 |2538 |3371 |2642 | 209k|  1 |5184 |9563 |-1.121569e+04 |      --      |    Inf |   2.11%
1460.47/1465.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1460.47/1465.99	c   444s| 52400 | 51651 |  2256k|  43.0 |   869M |  77 |2538 |3367 |2583 | 210k|  1 |5184 |9565 |-1.121569e+04 |      --      |    Inf |   2.11%
1461.58/1467.10	c   445s| 52500 | 51751 |  2262k|  43.0 |   869M |  77 |2538 |3364 |2666 | 210k|  1 |5184 |9567 |-1.121569e+04 |      --      |    Inf |   2.11%
1462.68/1468.11	c   446s| 52600 | 51851 |  2269k|  43.1 |   869M |  77 |2538 |3372 |2556 | 211k|  1 |5210 |9574 |-1.121574e+04 |      --      |    Inf |   2.11%
1463.58/1469.09	c   447s| 52700 | 51951 |  2274k|  43.1 |   870M |  77 |2538 |3366 |2621 | 211k|  1 |5210 |9578 |-1.121574e+04 |      --      |    Inf |   2.11%
1464.46/1470.00	c   448s| 52800 | 52051 |  2279k|  43.1 |   872M |  77 |2538 |3360 |2559 | 212k|  1 |5210 |9587 |-1.121574e+04 |      --      |    Inf |   2.11%
1465.46/1470.99	c   449s| 52900 | 52151 |  2285k|  43.1 |   873M |  77 |2538 |3356 |2637 | 212k|  1 |5210 |9589 |-1.121574e+04 |      --      |    Inf |   2.11%
1466.25/1471.72	c   449s| 53000 | 52251 |  2290k|  43.2 |   874M |  77 |2538 |3348 |2581 | 213k|  1 |5210 |9590 |-1.121612e+04 |      --      |    Inf |   2.11%
1467.05/1472.51	c   450s| 53100 | 52351 |  2294k|  43.2 |   874M |  77 |2538 |3338 |2611 | 213k|  1 |5210 |9598 |-1.121642e+04 |      --      |    Inf |   2.11%
1467.66/1473.16	c   451s| 53200 | 52451 |  2298k|  43.2 |   874M |  77 |2538 |3334 |2583 | 213k|  1 |5210 |9599 |-1.121642e+04 |      --      |    Inf |   2.11%
1468.56/1474.10	c   452s| 53300 | 52551 |  2304k|  43.2 |   874M |  77 |2538 |3342 |2640 | 214k|  1 |5220 |9600 |-1.121642e+04 |      --      |    Inf |   2.11%
1469.34/1474.88	c   453s| 53400 | 52651 |  2309k|  43.2 |   874M |  77 |2538 |3346 |2581 | 214k|  1 |5231 |9600 |-1.121642e+04 |      --      |    Inf |   2.11%
1470.34/1475.86	c   454s| 53500 | 52751 |  2314k|  43.2 |   874M |  77 |2538 |3344 |2659 | 215k|  1 |5231 |9605 |-1.121642e+04 |      --      |    Inf |   2.11%
1471.24/1476.71	c   454s| 53600 | 52851 |  2319k|  43.2 |   874M |  77 |2538 |3340 |2576 | 215k|  1 |5231 |9606 |-1.121684e+04 |      --      |    Inf |   2.11%
1472.04/1477.54	c   455s| 53700 | 52951 |  2323k|  43.2 |   874M |  77 |2538 |3332 |2676 | 216k|  6 |5231 |9613 |-1.121713e+04 |      --      |    Inf |   2.11%
1472.55/1478.07	c   456s| 53800 | 53051 |  2327k|  43.2 |   875M |  77 |2538 |3325 |2586 | 216k|  1 |5231 |9624 |-1.121726e+04 |      --      |    Inf |   2.11%
1473.33/1478.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1473.33/1478.87	c   457s| 53900 | 53151 |  2331k|  43.2 |   875M |  77 |2538 |3316 |2611 | 216k|  1 |5231 |9626 |-1.121757e+04 |      --      |    Inf |   2.11%
1474.23/1479.75	c   457s| 54000 | 53251 |  2336k|  43.2 |   877M |  77 |2538 |3310 |2561 | 217k|  1 |5231 |9626 |-1.121836e+04 |      --      |    Inf |   2.11%
1475.22/1480.79	c   458s| 54100 | 53351 |  2341k|  43.2 |   878M |  77 |2538 |3310 |2602 | 217k|  1 |5241 |9626 |-1.121846e+04 |      --      |    Inf |   2.11%
1476.12/1481.68	c   459s| 54200 | 53451 |  2345k|  43.2 |   878M |  77 |2538 |3304 |2599 | 218k|  1 |5241 |9627 |-1.121846e+04 |      --      |    Inf |   2.11%
1477.02/1482.51	c   460s| 54300 | 53549 |  2350k|  43.2 |   878M |  77 |2538 |3302 |2629 | 218k|  1 |5244 |9636 |-1.121846e+04 |      --      |    Inf |   2.11%
1477.72/1483.27	c   461s| 54400 | 53643 |  2354k|  43.2 |   878M |  77 |2538 |3311 |2549 | 218k|  1 |5264 |9663 |-1.121846e+04 |      --      |    Inf |   2.11%
1478.53/1484.10	c   462s| 54500 | 53733 |  2358k|  43.2 |   878M |  77 |2538 |3346 |2615 | 219k|  1 |5301 |9668 |-1.121846e+04 |      --      |    Inf |   2.11%
1479.11/1484.63	c   462s| 54600 | 53833 |  2361k|  43.2 |   878M |  77 |2538 |3340 |2582 | 219k|  1 |5301 |9674 |-1.121846e+04 |      --      |    Inf |   2.11%
1480.01/1485.55	c   463s| 54700 | 53933 |  2366k|  43.2 |   879M |  77 |2538 |3331 |2620 | 219k|  1 |5301 |9702 |-1.121846e+04 |      --      |    Inf |   2.11%
1480.91/1486.47	c   464s| 54800 | 54023 |  2371k|  43.2 |   879M |  77 |2538 |3343 |2611 | 220k|  1 |5325 |9721 |-1.121846e+04 |      --      |    Inf |   2.11%
1481.70/1487.27	c   465s| 54900 | 54119 |  2375k|  43.2 |   879M |  77 |2538 |3344 |2592 | 220k|  1 |5332 |9742 |-1.121846e+04 |      --      |    Inf |   2.11%
1482.40/1488.01	c   466s| 55000 | 54215 |  2380k|  43.2 |   879M |  77 |2538 |3360 |2599 | 220k|  1 |5352 |9749 |-1.121846e+04 |      --      |    Inf |   2.11%
1483.30/1488.80	c   466s| 55100 | 54315 |  2383k|  43.2 |   879M |  77 |2538 |3348 |2571 | 221k|  1 |5352 |9762 |-1.121846e+04 |      --      |    Inf |   2.11%
1484.00/1489.55	c   467s| 55200 | 54411 |  2387k|  43.2 |   879M |  77 |2538 |3355 |2631 | 221k|  1 |5365 |9767 |-1.121846e+04 |      --      |    Inf |   2.11%
1484.69/1490.25	c   468s| 55300 | 54507 |  2392k|  43.2 |   880M |  77 |2538 |3359 |2625 | 221k|  1 |5376 |9769 |-1.121846e+04 |      --      |    Inf |   2.11%
1485.50/1491.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1485.50/1491.03	c   469s| 55400 | 54601 |  2396k|  43.2 |   880M |  77 |2538 |3363 |2570 | 222k|  1 |5390 |9775 |-1.121846e+04 |      --      |    Inf |   2.11%
1486.29/1491.89	c   470s| 55500 | 54701 |  2401k|  43.2 |   880M |  77 |2538 |3355 |2618 | 222k|  1 |5390 |9784 |-1.121846e+04 |      --      |    Inf |   2.11%
1486.99/1492.53	c   470s| 55600 | 54801 |  2405k|  43.2 |   880M |  77 |2538 |3344 |2560 | 222k|  1 |5390 |9792 |-1.121846e+04 |      --      |    Inf |   2.11%
1487.78/1493.35	c   471s| 55700 | 54895 |  2409k|  43.2 |   880M |  77 |2538 |3362 |2568 | 223k|  1 |5416 |9801 |-1.121846e+04 |      --      |    Inf |   2.11%
1488.68/1494.25	c   472s| 55800 | 54995 |  2413k|  43.2 |   880M |  77 |2538 |3357 |2622 | 223k|  1 |5416 |9811 |-1.121846e+04 |      --      |    Inf |   2.11%
1489.28/1494.88	c   473s| 55900 | 55095 |  2417k|  43.2 |   880M |  77 |2538 |3347 |2556 | 223k|  1 |5416 |9829 |-1.121846e+04 |      --      |    Inf |   2.11%
1490.28/1495.81	c   474s| 56000 | 55191 |  2422k|  43.2 |   880M |  77 |2538 |3347 |2640 | 224k|  1 |5427 |9840 |-1.121846e+04 |      --      |    Inf |   2.11%
1491.17/1496.70	c   474s| 56100 | 55291 |  2427k|  43.2 |   880M |  77 |2538 |3335 |2552 | 224k|  1 |5427 |9853 |-1.121883e+04 |      --      |    Inf |   2.11%
1491.97/1497.59	c   475s| 56200 | 55391 |  2432k|  43.2 |   880M |  77 |2538 |3332 |2617 | 225k|  1 |5427 |9853 |-1.121902e+04 |      --      |    Inf |   2.11%
1492.97/1498.57	c   476s| 56300 | 55489 |  2437k|  43.2 |   882M |  77 |2538 |3323 |2626 | 225k|  1 |5433 |9857 |-1.121902e+04 |      --      |    Inf |   2.11%
1493.66/1499.26	c   477s| 56400 | 55585 |  2441k|  43.2 |   882M |  77 |2538 |3334 |2589 | 225k|  1 |5451 |9866 |-1.121902e+04 |      --      |    Inf |   2.11%
1494.48/1500.01	c   478s| 56500 | 55679 |  2445k|  43.2 |   882M |  77 |2538 |3343 |2616 | 226k|  1 |5465 |9870 |-1.121902e+04 |      --      |    Inf |   2.11%
1495.26/1500.80	c   478s| 56600 | 55779 |  2449k|  43.2 |   882M |  77 |2538 |3331 |2603 | 226k|  1 |5465 |9872 |-1.121902e+04 |      --      |    Inf |   2.11%
1495.86/1501.48	c   479s| 56700 | 55879 |  2453k|  43.2 |   882M |  77 |2538 |3309 |2611 | 226k|  1 |5465 |9896 |-1.121902e+04 |      --      |    Inf |   2.11%
1496.57/1502.15	c   480s| 56800 | 55979 |  2458k|  43.2 |   884M |  77 |2538 |3319 |2576 | 227k|  1 |5484 |9900 |-1.121902e+04 |      --      |    Inf |   2.11%
1497.25/1502.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1497.25/1502.90	c   481s| 56900 | 56079 |  2462k|  43.2 |   884M |  77 |2538 |3309 |2610 | 227k|  1 |5484 |9921 |-1.121902e+04 |      --      |    Inf |   2.11%
1498.05/1503.61	c   481s| 57000 | 56173 |  2466k|  43.2 |   885M |  77 |2538 |3305 |2574 | 227k|  1 |5503 |9921 |-1.121902e+04 |      --      |    Inf |   2.11%
1498.95/1504.50	c   482s| 57100 | 56269 |  2470k|  43.2 |   885M |  77 |2538 |3301 |2612 | 228k|  1 |5514 |9924 |-1.121954e+04 |      --      |    Inf |   2.11%
1499.85/1505.46	c   483s| 57200 | 56369 |  2475k|  43.2 |   887M |  77 |2538 |3293 |2628 | 228k|  1 |5514 |9933 |-1.121964e+04 |      --      |    Inf |   2.11%
1500.56/1506.12	c   484s| 57300 | 56467 |  2480k|  43.2 |   887M |  77 |2538 |3289 |2639 | 228k|  1 |5518 |9934 |-1.122022e+04 |      --      |    Inf |   2.11%
1501.14/1506.78	c   484s| 57400 | 56567 |  2484k|  43.2 |   887M |  77 |2538 |3280 |2601 | 229k|  1 |5518 |9934 |-1.122050e+04 |      --      |    Inf |   2.11%
1501.84/1507.41	c   485s| 57500 | 56667 |  2488k|  43.2 |   888M |  77 |2538 |3276 |2643 | 229k|  1 |5518 |9934 |-1.122111e+04 |      --      |    Inf |   2.11%
1502.64/1508.25	c   486s| 57600 | 56767 |  2492k|  43.2 |   888M |  77 |2538 |3260 |2621 | 230k|  1 |5518 |9944 |-1.122111e+04 |      --      |    Inf |   2.11%
1503.23/1508.89	c   487s| 57700 | 56867 |  2496k|  43.2 |   888M |  77 |2538 |3258 |2653 | 230k|  1 |5518 |9965 |-1.122115e+04 |      --      |    Inf |   2.11%
1503.93/1509.51	c   487s| 57800 | 56967 |  2500k|  43.2 |   888M |  77 |2538 |3225 |2577 | 230k|  1 |5518 |9965 |-1.122136e+04 |      --      |    Inf |   2.11%
1504.73/1510.31	c   488s| 57900 | 57067 |  2505k|  43.2 |   888M |  77 |2538 |3211 |2656 | 230k|  3 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
1505.44/1511.01	c   489s| 58000 | 57167 |  2509k|  43.2 |   888M |  77 |2538 |3204 |2621 | 231k|  1 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
1506.22/1511.88	c   490s| 58100 | 57267 |  2514k|  43.2 |   889M |  77 |2538 |3198 |2662 | 231k|  1 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
1507.22/1512.85	c   491s| 58200 | 57367 |  2519k|  43.2 |   892M |  77 |2538 |3201 |2604 | 232k|  1 |5524 |9977 |-1.122255e+04 |      --      |    Inf |   2.11%
1508.22/1513.81	c   492s| 58300 | 57467 |  2524k|  43.2 |   895M |  77 |2538 |3195 |2672 | 232k|  1 |5524 |9987 |-1.122255e+04 |      --      |    Inf |   2.11%
1509.02/1514.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1509.02/1514.67	c   492s| 58400 | 57567 |  2528k|  43.2 |   895M |  77 |2538 |3190 |2625 | 233k|  1 |5524 |  10k|-1.122255e+04 |      --      |    Inf |   2.11%
1510.01/1515.62	c   493s| 58500 | 57667 |  2533k|  43.3 |   896M |  77 |2538 |3182 |2621 | 233k|  1 |5524 |  10k|-1.122307e+04 |      --      |    Inf |   2.11%
1510.61/1516.23	c   494s| 58600 | 57767 |  2537k|  43.3 |   896M |  77 |2538 |3167 |2618 | 233k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
1511.42/1517.09	c   495s| 58700 | 57867 |  2542k|  43.3 |   896M |  77 |2538 |3160 |2693 | 234k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
1512.31/1517.98	c   496s| 58800 | 57967 |  2547k|  43.3 |   896M |  77 |2538 |3157 |2646 | 234k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
1513.42/1519.01	c   497s| 58900 | 58067 |  2553k|  43.3 |   896M |  77 |2538 |3151 |2666 | 235k|  1 |5524 |  10k|-1.122327e+04 |      --      |    Inf |   2.11%
1514.00/1519.68	c   497s| 59000 | 58167 |  2558k|  43.3 |   896M |  77 |2538 |3146 |2610 | 235k|  1 |5528 |  10k|-1.122337e+04 |      --      |    Inf |   2.11%
1515.30/1520.94	c   499s| 59100 | 58267 |  2564k|  43.3 |   896M |  77 |2538 |3143 |2668 | 236k|  1 |5528 |  10k|-1.122343e+04 |      --      |    Inf |   2.11%
1516.09/1521.78	c   499s| 59200 | 58367 |  2569k|  43.3 |   896M |  77 |2538 |3139 |2611 | 236k|  1 |5528 |  10k|-1.122393e+04 |      --      |    Inf |   2.11%
1517.19/1522.81	c   501s| 59300 | 58467 |  2573k|  43.4 |   896M |  77 |2538 |3150 |2599 | 236k|  1 |5551 |  10k|-1.122393e+04 |      --      |    Inf |   2.11%
1518.19/1523.85	c   502s| 59400 | 58567 |  2579k|  43.4 |   897M |  77 |2538 |3139 |2613 | 237k|  1 |5551 |  10k|-1.122406e+04 |      --      |    Inf |   2.11%
1519.08/1524.78	c   502s| 59500 | 58667 |  2583k|  43.4 |   898M |  77 |2538 |3130 |2640 | 237k|  1 |5551 |  10k|-1.122406e+04 |      --      |    Inf |   2.11%
1520.08/1525.72	c   503s| 59600 | 58763 |  2587k|  43.4 |   898M |  77 |2538 |3132 |2623 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
1520.78/1526.41	c   504s| 59700 | 58863 |  2591k|  43.4 |   898M |  77 |2538 |3117 |2562 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
1521.39/1527.10	c   505s| 59800 | 58963 |  2595k|  43.4 |   899M |  77 |2538 |3113 |2598 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
1522.17/1527.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1522.17/1527.80	c   505s| 59900 | 59059 |  2599k|  43.3 |   900M |  77 |2538 |3105 |2587 | 239k|  2 |5562 |  10k|-1.122545e+04 |      --      |    Inf |   2.11%
1523.07/1528.71	c   506s| 60000 | 59159 |  2603k|  43.3 |   900M |  77 |2538 |3103 |2671 | 239k|  5 |5566 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
1523.87/1529.54	c   507s| 60100 | 59259 |  2608k|  43.3 |   900M |  77 |2538 |3095 |2559 | 240k|  1 |5566 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
1524.87/1530.53	c   508s| 60200 | 59355 |  2613k|  43.4 |   900M |  77 |2538 |3100 |2612 | 240k|  1 |5572 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
1525.56/1531.21	c   509s| 60300 | 59455 |  2618k|  43.4 |   900M |  77 |2538 |3095 |2552 | 240k|  1 |5572 |  10k|-1.122622e+04 |      --      |    Inf |   2.11%
1526.37/1532.09	c   510s| 60400 | 59551 |  2622k|  43.4 |   900M |  77 |2538 |3096 |2636 | 241k|  1 |5579 |  10k|-1.122626e+04 |      --      |    Inf |   2.11%
1527.26/1532.90	c   511s| 60500 | 59647 |  2627k|  43.4 |   900M |  77 |2538 |3096 |2594 | 241k|  1 |5585 |  10k|-1.122634e+04 |      --      |    Inf |   2.11%
1528.06/1533.72	c   511s| 60600 | 59743 |  2631k|  43.4 |   900M |  77 |2538 |3103 |2633 | 241k|  1 |5596 |  10k|-1.122634e+04 |      --      |    Inf |   2.11%
1528.75/1534.45	c   512s| 60700 | 59843 |  2635k|  43.4 |   900M |  77 |2538 |3091 |2591 | 242k|  1 |5596 |  10k|-1.122668e+04 |      --      |    Inf |   2.11%
1529.75/1535.42	c   513s| 60800 | 59943 |  2639k|  43.4 |   900M |  77 |2538 |3110 |2633 | 242k|  1 |5617 |  10k|-1.122668e+04 |      --      |    Inf |   2.11%
1530.55/1536.27	c   514s| 60900 | 60043 |  2643k|  43.4 |   900M |  77 |2538 |3106 |2598 | 243k|  1 |5617 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
1531.36/1537.04	c   515s| 61000 | 60140 |  2648k|  43.4 |   900M |  77 |2538 |3099 |2597 | 243k|  1 |5624 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
1532.04/1537.76	c   515s| 61100 | 60240 |  2651k|  43.4 |   901M |  77 |2538 |3097 |2619 | 243k|  1 |5624 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
1532.74/1538.49	c   516s| 61200 | 60336 |  2655k|  43.3 |   903M |  77 |2538 |3091 |2550 | 244k|  1 |5631 |  10k|-1.122709e+04 |      --      |    Inf |   2.11%
1533.74/1539.43	c   517s| 61300 | 60436 |  2660k|  43.4 |   903M |  77 |2538 |3084 |2639 | 244k|  1 |5631 |  10k|-1.122709e+04 |      --      |    Inf |   2.11%
1534.35/1540.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1534.35/1540.09	c   518s| 61400 | 60536 |  2664k|  43.4 |   903M |  77 |2538 |3084 |2558 | 244k|  1 |5631 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1535.23/1540.99	c   519s| 61500 | 60632 |  2669k|  43.3 |   903M |  77 |2538 |3082 |2659 | 245k|  1 |5638 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1536.03/1541.72	c   519s| 61600 | 60728 |  2673k|  43.3 |   903M |  77 |2538 |3085 |2596 | 245k|  1 |5647 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1536.93/1542.68	c   520s| 61700 | 60826 |  2678k|  43.4 |   903M |  77 |2538 |3106 |2565 | 245k|  1 |5673 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1538.02/1543.75	c   521s| 61800 | 60924 |  2683k|  43.4 |   904M |  77 |2538 |3106 |2639 | 246k|  1 |5677 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1538.72/1544.49	c   522s| 61900 | 61018 |  2687k|  43.4 |   904M |  77 |2538 |3118 |2591 | 246k|  1 |5698 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1539.43/1545.16	c   523s| 62000 | 61116 |  2691k|  43.4 |   904M |  77 |2538 |3128 |2644 | 246k|  1 |5714 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1540.22/1545.91	c   524s| 62100 | 61212 |  2695k|  43.4 |   905M |  77 |2538 |3127 |2564 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1541.01/1546.74	c   524s| 62200 | 61312 |  2699k|  43.3 |   905M |  77 |2538 |3121 |2648 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1541.71/1547.40	c   525s| 62300 | 61412 |  2703k|  43.3 |   905M |  77 |2538 |3116 |2576 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1542.61/1548.31	c   526s| 62400 | 61508 |  2707k|  43.3 |   906M |  77 |2538 |3117 |2557 | 248k|  1 |5731 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1543.61/1549.33	c   527s| 62500 | 61606 |  2712k|  43.4 |   906M |  77 |2538 |3119 |2625 | 248k|  1 |5736 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1544.32/1550.07	c   528s| 62600 | 61702 |  2716k|  43.3 |   906M |  77 |2538 |3123 |2566 | 249k|  1 |5757 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1545.10/1550.89	c   529s| 62700 | 61800 |  2720k|  43.3 |   907M |  77 |2538 |3126 |2612 | 249k|  1 |5764 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1545.90/1551.62	c   529s| 62800 | 61894 |  2724k|  43.3 |   907M |  77 |2538 |3162 |2572 | 249k|  1 |5807 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1546.80/1552.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1546.80/1552.54	c   530s| 62900 | 61990 |  2729k|  43.4 |   907M |  77 |2538 |3170 |2626 | 250k|  1 |5824 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1547.41/1553.11	c   531s| 63000 | 62088 |  2733k|  43.3 |   907M |  77 |2538 |3166 |2582 | 250k|  1 |5832 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1548.19/1553.98	c   532s| 63100 | 62186 |  2738k|  43.3 |   907M |  77 |2538 |3177 |2604 | 250k|  1 |5850 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1549.09/1554.84	c   533s| 63200 | 62286 |  2742k|  43.3 |   907M |  77 |2538 |3178 |2614 | 251k|  3 |5861 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1550.78/1556.58	c   534s| 63300 | 62386 |  2756k|  43.5 |   907M |  77 |2538 |3172 |2619 | 251k|  1 |5861 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1551.58/1557.35	c   535s| 63400 | 62484 |  2760k|  43.5 |   907M |  77 |2538 |3201 |2599 | 252k|  1 |5893 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1552.39/1558.17	c   536s| 63500 | 62580 |  2765k|  43.5 |   907M |  77 |2538 |3237 |2651 | 252k|  1 |5936 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1553.39/1559.14	c   537s| 63600 | 62680 |  2770k|  43.5 |   908M |  77 |2538 |3237 |2555 | 252k|  1 |5946 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1554.29/1560.08	c   538s| 63700 | 62778 |  2775k|  43.5 |   908M |  77 |2538 |3237 |2634 | 253k|  1 |5957 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1555.07/1560.87	c   539s| 63800 | 62875 |  2779k|  43.5 |   909M |  77 |2538 |3242 |2603 | 253k|  1 |5969 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1555.77/1561.59	c   539s| 63900 | 62965 |  2784k|  43.5 |   909M |  77 |2538 |3255 |2584 | 254k|  2 |5990 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1556.66/1562.46	c   540s| 64000 | 63061 |  2789k|  43.5 |   909M |  77 |2538 |3277 |2580 | 254k|  1 |6017 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
1557.66/1563.41	c   541s| 64100 | 63157 |  2793k|  43.5 |   909M |  77 |2538 |3273 |2614 | 254k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
1558.46/1564.24	c   542s| 64200 | 63257 |  2798k|  43.5 |   910M |  77 |2538 |3268 |2587 | 255k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
1559.46/1565.21	c   543s| 64300 | 63357 |  2802k|  43.5 |   910M |  77 |2538 |3263 |2649 | 255k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
1560.37/1566.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1560.37/1566.12	c   544s| 64400 | 63457 |  2808k|  43.6 |   910M |  77 |2538 |3260 |2586 | 256k|  1 |6029 |  10k|-1.122781e+04 |      --      |    Inf |   2.11%
1561.26/1567.10	c   545s| 64500 | 63557 |  2814k|  43.6 |   911M |  77 |2538 |3244 |2634 | 256k|  1 |6029 |  10k|-1.122781e+04 |      --      |    Inf |   2.11%
1562.15/1567.94	c   546s| 64600 | 63657 |  2818k|  43.6 |   913M |  77 |2538 |3238 |2552 | 256k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
1563.26/1569.03	c   547s| 64700 | 63757 |  2823k|  43.6 |   914M |  77 |2538 |3233 |2654 | 257k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
1564.14/1569.90	c   548s| 64800 | 63857 |  2829k|  43.6 |   915M |  77 |2538 |3229 |2592 | 257k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
1565.04/1570.88	c   549s| 64900 | 63957 |  2835k|  43.6 |   915M |  77 |2538 |3234 |2671 | 258k|  1 |6040 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
1565.84/1571.65	c   549s| 65000 | 64057 |  2840k|  43.7 |   915M |  77 |2538 |3233 |2595 | 258k|  1 |6045 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
1566.73/1572.51	c   550s| 65100 | 64157 |  2846k|  43.7 |   915M |  77 |2538 |3223 |2645 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1567.34/1573.17	c   551s| 65200 | 64257 |  2850k|  43.7 |   918M |  77 |2538 |3220 |2583 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1568.43/1574.21	c   552s| 65300 | 64357 |  2855k|  43.7 |   919M |  77 |2538 |3219 |2648 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1569.24/1575.05	c   553s| 65400 | 64457 |  2861k|  43.7 |   920M |  77 |2538 |3213 |2585 | 260k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1570.24/1576.05	c   554s| 65500 | 64557 |  2866k|  43.7 |   920M |  77 |2538 |3207 |2659 | 260k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1571.12/1576.94	c   555s| 65600 | 64657 |  2873k|  43.8 |   920M |  77 |2538 |3235 |2594 | 261k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1572.12/1577.92	c   556s| 65700 | 64757 |  2879k|  43.8 |   920M |  77 |2538 |3235 |2661 | 261k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1573.01/1578.84	c   557s| 65800 | 64857 |  2885k|  43.8 |   921M |  77 |2538 |3227 |2601 | 262k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1573.91/1579.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1573.91/1579.79	c   557s| 65900 | 64957 |  2890k|  43.8 |   922M |  77 |2538 |3221 |2652 | 262k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1574.81/1580.66	c   558s| 66000 | 65057 |  2896k|  43.8 |   922M |  77 |2538 |3216 |2593 | 263k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1576.00/1581.84	c   560s| 66100 | 65157 |  2903k|  43.9 |   922M |  77 |2538 |3213 |2687 | 263k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
1576.80/1582.67	c   560s| 66200 | 65257 |  2908k|  43.9 |   923M |  77 |2538 |3207 |2555 | 264k|  1 |6080 |  10k|-1.122822e+04 |      --      |    Inf |   2.11%
1577.70/1583.58	c   561s| 66300 | 65357 |  2913k|  43.9 |   923M |  77 |2538 |3205 |2627 | 264k|  1 |6080 |  10k|-1.122822e+04 |      --      |    Inf |   2.11%
1578.50/1584.32	c   562s| 66400 | 65457 |  2918k|  43.9 |   923M |  77 |2538 |3189 |2587 | 264k|  3 |6080 |  10k|-1.122855e+04 |      --      |    Inf |   2.11%
1579.31/1585.19	c   563s| 66500 | 65557 |  2923k|  43.9 |   924M |  77 |2538 |3188 |2653 | 265k|  1 |6093 |  10k|-1.122855e+04 |      --      |    Inf |   2.11%
1580.09/1585.96	c   564s| 66600 | 65657 |  2928k|  43.9 |   924M |  77 |2538 |3181 |2586 | 265k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
1580.89/1586.76	c   564s| 66700 | 65757 |  2933k|  43.9 |   925M |  77 |2538 |3172 |2646 | 266k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
1581.69/1587.57	c   565s| 66800 | 65857 |  2939k|  44.0 |   925M |  77 |2538 |3166 |2588 | 266k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
1582.78/1588.60	c   566s| 66900 | 65957 |  2944k|  44.0 |   926M |  77 |2538 |3164 |2659 | 266k|  1 |6093 |  10k|-1.122874e+04 |      --      |    Inf |   2.11%
1583.38/1589.29	c   567s| 67000 | 66057 |  2949k|  44.0 |   926M |  77 |2538 |3161 |2596 | 267k|  1 |6093 |  10k|-1.122897e+04 |      --      |    Inf |   2.11%
1584.48/1590.34	c   568s| 67100 | 66157 |  2954k|  44.0 |   926M |  77 |2538 |3160 |2661 | 267k|  1 |6093 |  10k|-1.122902e+04 |      --      |    Inf |   2.11%
1585.08/1590.97	c   569s| 67200 | 66257 |  2959k|  44.0 |   926M |  77 |2538 |3155 |2583 | 268k|  1 |6093 |  10k|-1.122910e+04 |      --      |    Inf |   2.11%
1586.07/1591.90	c   570s| 67300 | 66357 |  2964k|  44.0 |   927M |  77 |2538 |3152 |2652 | 268k|  1 |6093 |  10k|-1.122916e+04 |      --      |    Inf |   2.11%
1586.87/1592.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1586.87/1592.71	c   570s| 67400 | 66457 |  2970k|  44.0 |   927M |  77 |2538 |3148 |2597 | 269k|  1 |6093 |  10k|-1.122916e+04 |      --      |    Inf |   2.11%
1587.77/1593.65	c   571s| 67500 | 66557 |  2976k|  44.0 |   927M |  77 |2538 |3146 |2655 | 269k|  1 |6093 |  10k|-1.122919e+04 |      --      |    Inf |   2.11%
1588.66/1594.52	c   572s| 67600 | 66657 |  2981k|  44.1 |   927M |  77 |2538 |3140 |2591 | 269k|  1 |6093 |  10k|-1.122919e+04 |      --      |    Inf |   2.11%
1589.56/1595.44	c   573s| 67700 | 66757 |  2987k|  44.1 |   927M |  77 |2538 |3136 |2641 | 270k|  1 |6093 |  10k|-1.122926e+04 |      --      |    Inf |   2.11%
1590.27/1596.14	c   574s| 67800 | 66857 |  2992k|  44.1 |   927M |  77 |2538 |3137 |2593 | 270k|  1 |6100 |  10k|-1.122929e+04 |      --      |    Inf |   2.11%
1591.36/1597.23	c   575s| 67900 | 66957 |  2998k|  44.1 |   927M |  77 |2538 |3134 |2661 | 271k|  1 |6100 |  10k|-1.122941e+04 |      --      |    Inf |   2.11%
1592.17/1598.06	c   576s| 68000 | 67057 |  3003k|  44.1 |   927M |  77 |2538 |3129 |2596 | 271k|  1 |6100 |  10k|-1.122943e+04 |      --      |    Inf |   2.11%
1593.26/1599.11	c   577s| 68100 | 67157 |  3008k|  44.1 |   927M |  77 |2538 |3128 |2653 | 272k|  1 |6100 |  10k|-1.122947e+04 |      --      |    Inf |   2.11%
1593.85/1599.74	c   577s| 68200 | 67257 |  3012k|  44.1 |   927M |  77 |2538 |3121 |2584 | 272k|  1 |6100 |  10k|-1.122956e+04 |      --      |    Inf |   2.11%
1594.65/1600.53	c   578s| 68300 | 67357 |  3017k|  44.1 |   927M |  77 |2538 |3115 |2662 | 272k|  1 |6100 |  10k|-1.122959e+04 |      --      |    Inf |   2.11%
1595.44/1601.38	c   579s| 68400 | 67457 |  3022k|  44.1 |   927M |  77 |2538 |3105 |2601 | 273k|  1 |6100 |  10k|-1.122980e+04 |      --      |    Inf |   2.11%
1596.44/1602.34	c   580s| 68500 | 67557 |  3027k|  44.1 |   928M |  77 |2538 |3103 |2673 | 273k|  1 |6100 |  10k|-1.122995e+04 |      --      |    Inf |   2.11%
1597.34/1603.23	c   581s| 68600 | 67657 |  3032k|  44.2 |   929M |  77 |2538 |3099 |2586 | 274k|  1 |6100 |  10k|-1.123012e+04 |      --      |    Inf |   2.11%
1598.33/1604.27	c   582s| 68700 | 67757 |  3037k|  44.2 |   929M |  77 |2538 |3097 |2671 | 274k|  1 |6100 |  10k|-1.123032e+04 |      --      |    Inf |   2.11%
1599.33/1605.23	c   583s| 68800 | 67857 |  3043k|  44.2 |   929M |  77 |2538 |3092 |2605 | 275k|  1 |6100 |  11k|-1.123036e+04 |      --      |    Inf |   2.11%
1600.33/1606.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1600.33/1606.24	c   584s| 68900 | 67957 |  3049k|  44.2 |   930M |  77 |2538 |3086 |2658 | 275k|  1 |6100 |  11k|-1.123044e+04 |      --      |    Inf |   2.11%
1601.14/1607.04	c   585s| 69000 | 68057 |  3054k|  44.2 |   932M |  77 |2538 |3080 |2599 | 276k|  1 |6100 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
1602.72/1608.65	c   586s| 69100 | 68157 |  3062k|  44.3 |   933M |  77 |2538 |3079 |2686 | 276k|  1 |6104 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
1603.72/1609.63	c   587s| 69200 | 68257 |  3069k|  44.3 |   933M |  77 |2538 |3169 |2602 | 277k|  1 |6200 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
1604.81/1610.72	c   588s| 69300 | 68357 |  3075k|  44.3 |   933M |  77 |2538 |3169 |2634 | 277k|  1 |6200 |  11k|-1.123054e+04 |      --      |    Inf |   2.11%
1605.61/1611.56	c   589s| 69400 | 68453 |  3079k|  44.3 |   934M |  77 |2538 |3173 |2556 | 277k|  1 |6207 |  11k|-1.123056e+04 |      --      |    Inf |   2.11%
1606.41/1612.39	c   590s| 69500 | 68551 |  3083k|  44.3 |   934M |  77 |2538 |3171 |2625 | 278k|  1 |6213 |  11k|-1.123056e+04 |      --      |    Inf |   2.11%
1607.50/1613.44	c   591s| 69600 | 68647 |  3088k|  44.3 |   935M |  77 |2538 |3156 |2557 | 278k|  1 |6220 |  11k|-1.123070e+04 |      --      |    Inf |   2.11%
1608.40/1614.31	c   592s| 69700 | 68747 |  3092k|  44.3 |   936M |  77 |2538 |3151 |2632 | 279k|  1 |6220 |  11k|-1.123085e+04 |      --      |    Inf |   2.11%
1609.50/1615.46	c   593s| 69800 | 68847 |  3096k|  44.3 |   937M |  77 |2538 |3148 |2565 | 279k|  1 |6220 |  11k|-1.123142e+04 |      --      |    Inf |   2.11%
1610.49/1616.40	c   594s| 69900 | 68947 |  3101k|  44.3 |   937M |  77 |2538 |3143 |2644 | 279k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
1611.29/1617.23	c   595s| 70000 | 69047 |  3106k|  44.3 |   937M |  77 |2538 |3141 |2579 | 280k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
1612.39/1618.33	c   596s| 70100 | 69147 |  3112k|  44.4 |   937M |  77 |2538 |3138 |2652 | 280k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
1613.20/1619.13	c   597s| 70200 | 69247 |  3116k|  44.4 |   937M |  77 |2538 |3133 |2575 | 281k|  1 |6220 |  11k|-1.123215e+04 |      --      |    Inf |   2.11%
1614.28/1620.27	c   598s| 70300 | 69347 |  3122k|  44.4 |   937M |  77 |2538 |3127 |2636 | 281k|  1 |6220 |  11k|-1.123215e+04 |      --      |    Inf |   2.11%
1614.98/1620.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1614.98/1620.98	c   599s| 70400 | 69447 |  3126k|  44.4 |   939M |  77 |2538 |3119 |2586 | 282k|  1 |6220 |  11k|-1.123217e+04 |      --      |    Inf |   2.11%
1615.98/1622.00	c   600s| 70500 | 69547 |  3132k|  44.4 |   939M |  77 |2538 |3113 |2648 | 282k|  1 |6220 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
1616.97/1622.91	c   601s| 70600 | 69647 |  3137k|  44.4 |   939M |  77 |2538 |3120 |2597 | 283k|  1 |6231 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
1617.87/1623.83	c   602s| 70700 | 69747 |  3142k|  44.4 |   939M |  77 |2538 |3117 |2649 | 283k|  1 |6231 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
1618.67/1624.66	c   602s| 70800 | 69847 |  3147k|  44.4 |   939M |  77 |2538 |3129 |2599 | 283k|  1 |6247 |  11k|-1.123242e+04 |      --      |    Inf |   2.11%
1619.67/1625.67	c   603s| 70900 | 69947 |  3154k|  44.4 |   939M |  77 |2538 |3128 |2638 | 284k|  1 |6247 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1620.56/1626.58	c   604s| 71000 | 70045 |  3158k|  44.4 |   940M |  77 |2538 |3129 |2549 | 284k|  1 |6252 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1621.46/1627.46	c   605s| 71100 | 70143 |  3161k|  44.4 |   941M |  77 |2538 |3133 |2598 | 285k|  1 |6265 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1622.26/1628.25	c   606s| 71200 | 70235 |  3166k|  44.4 |   941M |  77 |2538 |3147 |2571 | 285k|  1 |6289 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1623.07/1629.10	c   607s| 71300 | 70335 |  3170k|  44.4 |   941M |  77 |2538 |3151 |2643 | 285k|  1 |6300 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1623.65/1629.60	c   607s| 71400 | 70435 |  3173k|  44.4 |   941M |  77 |2538 |3132 |2558 | 286k|  1 |6300 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1624.25/1630.27	c   608s| 71500 | 70533 |  3177k|  44.4 |   941M |  77 |2538 |3131 |2628 | 286k|  1 |6305 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1624.95/1630.96	c   609s| 71600 | 70631 |  3181k|  44.4 |   941M |  77 |2538 |3132 |2591 | 286k|  1 |6311 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1625.65/1631.64	c   609s| 71700 | 70727 |  3185k|  44.4 |   941M |  77 |2538 |3136 |2580 | 287k|  1 |6322 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1626.64/1632.64	c   610s| 71800 | 70827 |  3190k|  44.4 |   941M |  77 |2538 |3131 |2638 | 287k|  1 |6322 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1627.44/1633.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1627.44/1633.44	c   611s| 71900 | 70923 |  3194k|  44.4 |   942M |  77 |2538 |3140 |2603 | 287k|  1 |6340 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1628.15/1634.13	c   612s| 72000 | 71017 |  3198k|  44.4 |   942M |  77 |2538 |3170 |2632 | 288k|  1 |6372 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
1628.84/1634.89	c   613s| 72100 | 71113 |  3202k|  44.4 |   942M |  81 |2538 |3163 |2582 | 288k|  1 |6380 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1629.73/1635.74	c   613s| 72200 | 71213 |  3206k|  44.4 |   943M |  81 |2538 |3158 |2642 | 288k|  1 |6380 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1630.53/1636.55	c   614s| 72300 | 71311 |  3211k|  44.4 |   943M |  81 |2538 |3159 |2671 | 289k|  1 |6386 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1631.33/1637.30	c   615s| 72400 | 71405 |  3215k|  44.4 |   944M |  81 |2538 |3161 |2643 | 289k|  2 |6400 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1632.14/1638.16	c   616s| 72500 | 71501 |  3219k|  44.4 |   944M |  81 |2538 |3164 |2572 | 289k|  2 |6413 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1633.14/1639.12	c   617s| 72600 | 71595 |  3223k|  44.4 |   944M |  81 |2538 |3167 |2602 | 290k|  1 |6435 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1634.03/1640.08	c   618s| 72700 | 71691 |  3228k|  44.4 |   944M |  81 |2538 |3171 |2645 | 290k|  1 |6442 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1634.72/1640.79	c   618s| 72800 | 71791 |  3232k|  44.4 |   944M |  81 |2538 |3157 |2626 | 291k|  1 |6442 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1635.62/1641.63	c   619s| 72900 | 71885 |  3237k|  44.4 |   945M |  81 |2538 |3160 |2598 | 291k|  1 |6472 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1636.31/1642.34	c   620s| 73000 | 71981 |  3241k|  44.4 |   946M |  81 |2538 |3166 |2628 | 291k|  1 |6483 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1637.31/1643.39	c   621s| 73100 | 72077 |  3246k|  44.4 |   947M |  81 |2538 |3168 |2640 | 292k|  1 |6493 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1638.41/1644.45	c   622s| 73200 | 72173 |  3251k|  44.4 |   947M |  81 |2538 |3161 |2612 | 292k|  1 |6500 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
1639.20/1645.25	c   623s| 73300 | 72273 |  3255k|  44.4 |   947M |  81 |2538 |3152 |2636 | 292k|  1 |6500 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1639.80/1645.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1639.80/1645.89	c   624s| 73400 | 72373 |  3259k|  44.4 |   947M |  81 |2538 |3140 |2538 | 293k|  1 |6500 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1640.50/1646.50	c   624s| 73500 | 72468 |  3262k|  44.4 |   948M |  81 |2538 |3144 |2598 | 293k|  1 |6517 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1641.20/1647.23	c   625s| 73600 | 72564 |  3267k|  44.4 |   948M |  81 |2538 |3141 |2559 | 293k|  1 |6524 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1642.11/1648.15	c   626s| 73700 | 72660 |  3272k|  44.4 |   950M |  81 |2538 |3177 |2650 | 294k|  1 |6567 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1643.10/1649.15	c   627s| 73800 | 72752 |  3276k|  44.4 |   950M |  81 |2538 |3182 |2615 | 294k|  1 |6587 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1643.89/1649.98	c   628s| 73900 | 72848 |  3282k|  44.4 |   950M |  81 |2538 |3204 |2603 | 295k|  1 |6626 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1644.88/1650.93	c   629s| 74000 | 72944 |  3286k|  44.4 |   950M |  81 |2538 |3197 |2632 | 295k|  1 |6632 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1645.68/1651.77	c   629s| 74100 | 73040 |  3291k|  44.4 |   950M |  81 |2538 |3193 |2585 | 295k|  1 |6639 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1646.48/1652.59	c   630s| 74200 | 73140 |  3295k|  44.4 |   950M |  81 |2538 |3186 |2636 | 296k|  1 |6639 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1647.28/1653.38	c   631s| 74300 | 73232 |  3299k|  44.4 |   950M |  81 |2538 |3216 |2593 | 296k|  1 |6679 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1647.87/1654.00	c   632s| 74400 | 73332 |  3304k|  44.4 |   950M |  81 |2538 |3241 |2647 | 296k|  1 |6712 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1648.77/1654.82	c   633s| 74500 | 73426 |  3308k|  44.4 |   950M |  81 |2538 |3260 |2591 | 297k|  1 |6754 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1649.57/1655.69	c   633s| 74600 | 73526 |  3313k|  44.4 |   952M |  81 |2538 |3263 |2634 | 297k|  1 |6766 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1650.26/1656.39	c   634s| 74700 | 73622 |  3317k|  44.4 |   952M |  81 |2538 |3254 |2618 | 297k|  1 |6773 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1651.16/1657.26	c   635s| 74800 | 73722 |  3322k|  44.4 |   952M |  81 |2538 |3243 |2612 | 298k|  1 |6773 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1651.86/1657.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1651.86/1657.99	c   636s| 74900 | 73816 |  3326k|  44.4 |   952M |  81 |2538 |3253 |2585 | 298k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1652.66/1658.79	c   636s| 75000 | 73916 |  3330k|  44.4 |   953M |  81 |2538 |3248 |2626 | 298k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1653.45/1659.55	c   637s| 75100 | 74016 |  3335k|  44.4 |   953M |  81 |2538 |3237 |2570 | 299k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1654.35/1660.43	c   638s| 75200 | 74112 |  3340k|  44.4 |   953M |  81 |2538 |3239 |2655 | 299k|  1 |6802 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1655.06/1661.12	c   639s| 75300 | 74208 |  3343k|  44.4 |   953M |  81 |2538 |3237 |2588 | 300k|  1 |6809 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1655.85/1661.97	c   640s| 75400 | 74306 |  3347k|  44.4 |   953M |  81 |2538 |3235 |2643 | 300k|  1 |6815 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1656.54/1662.69	c   640s| 75500 | 74396 |  3352k|  44.4 |   953M |  81 |2538 |3251 |2608 | 300k|  1 |6842 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
1657.54/1663.60	c   641s| 75600 | 74488 |  3356k|  44.4 |   953M |  81 |2538 |3309 |2608 | 301k|  1 |6910 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
1658.14/1664.29	c   642s| 75700 | 74588 |  3360k|  44.4 |   953M |  81 |2538 |3293 |2566 | 301k|  1 |6910 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
1659.05/1665.14	c   643s| 75800 | 74684 |  3365k|  44.4 |   954M |  81 |2538 |3294 |2658 | 301k|  2 |6926 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
1659.63/1665.75	c   643s| 75900 | 74784 |  3369k|  44.4 |   954M |  81 |2538 |3282 |2623 | 302k|  1 |6926 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
1660.43/1666.52	c   644s| 76000 | 74884 |  3374k|  44.4 |   954M |  81 |2538 |3265 |2582 | 302k|  1 |6926 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
1661.23/1667.34	c   645s| 76100 | 74970 |  3379k|  44.4 |   954M |  81 |2538 |3297 |2591 | 302k|  0 |6970 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
1661.94/1668.10	c   646s| 76200 | 75070 |  3383k|  44.4 |   955M |  81 |2538 |3280 |2591 | 303k|  1 |6970 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1662.93/1669.09	c   647s| 76300 | 75158 |  3387k|  44.4 |   955M |  81 |2538 |3295 |2581 | 303k|  1 |6998 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1663.72/1669.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1663.72/1669.87	c   648s| 76400 | 75254 |  3391k|  44.4 |   955M |  81 |2538 |3294 |2621 | 303k|  1 |7009 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1664.51/1670.65	c   648s| 76500 | 75354 |  3396k|  44.4 |   955M |  81 |2538 |3280 |2619 | 304k|  1 |7009 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1665.21/1671.32	c   649s| 76600 | 75450 |  3400k|  44.4 |   956M |  81 |2538 |3286 |2612 | 304k|  1 |7027 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1665.81/1672.00	c   650s| 76700 | 75546 |  3404k|  44.4 |   956M |  81 |2538 |3282 |2537 | 304k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1666.81/1673.00	c   651s| 76800 | 75646 |  3409k|  44.4 |   956M |  81 |2538 |3273 |2656 | 305k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1667.50/1673.65	c   651s| 76900 | 75746 |  3413k|  44.3 |   956M |  81 |2538 |3264 |2622 | 305k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1668.20/1674.39	c   652s| 77000 | 75846 |  3417k|  44.3 |   956M |  81 |2538 |3254 |2589 | 306k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1669.01/1675.13	c   653s| 77100 | 75938 |  3422k|  44.3 |   958M |  81 |2538 |3289 |2600 | 306k|  1 |7079 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1670.01/1676.17	c   654s| 77200 | 76038 |  3426k|  44.3 |   958M |  81 |2538 |3262 |2614 | 306k|  1 |7079 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1670.79/1676.91	c   655s| 77300 | 76136 |  3430k|  44.3 |   959M |  81 |2538 |3263 |2657 | 307k|  1 |7090 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1671.49/1677.66	c   655s| 77400 | 76236 |  3434k|  44.3 |   959M |  81 |2538 |3250 |2546 | 307k|  1 |7090 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1672.19/1678.38	c   656s| 77500 | 76336 |  3438k|  44.3 |   959M |  81 |2538 |3252 |2615 | 307k|  1 |7101 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1673.18/1679.38	c   657s| 77600 | 76436 |  3442k|  44.3 |   959M |  81 |2538 |3231 |2629 | 308k|  1 |7101 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1673.99/1680.12	c   658s| 77700 | 76534 |  3446k|  44.3 |   960M |  81 |2538 |3224 |2601 | 308k|  1 |7109 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1674.58/1680.79	c   658s| 77800 | 76632 |  3450k|  44.3 |   960M |  81 |2538 |3221 |2597 | 308k|  1 |7124 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1675.28/1681.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1675.28/1681.41	c   659s| 77900 | 76732 |  3454k|  44.3 |   961M |  81 |2538 |3214 |2659 | 309k|  1 |7124 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1676.17/1682.30	c   660s| 78000 | 76824 |  3459k|  44.3 |   962M |  81 |2538 |3222 |2612 | 309k|  1 |7151 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1676.88/1683.07	c   661s| 78100 | 76918 |  3464k|  44.3 |   962M |  81 |2538 |3229 |2583 | 310k|  1 |7175 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1677.57/1683.79	c   661s| 78200 | 77014 |  3468k|  44.3 |   962M |  81 |2538 |3233 |2642 | 310k|  2 |7186 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1678.46/1684.66	c   662s| 78300 | 77110 |  3473k|  44.3 |   962M |  81 |2538 |3237 |2618 | 310k|  1 |7195 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1679.26/1685.48	c   663s| 78400 | 77200 |  3477k|  44.3 |   962M |  81 |2538 |3254 |2576 | 311k|  1 |7231 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1679.87/1686.10	c   664s| 78500 | 77300 |  3481k|  44.3 |   962M |  81 |2538 |3234 |2609 | 311k|  1 |7231 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1680.76/1686.92	c   665s| 78600 | 77398 |  3486k|  44.3 |   962M |  81 |2538 |3246 |2646 | 311k|  1 |7260 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1681.45/1687.66	c   665s| 78700 | 77494 |  3491k|  44.3 |   962M |  81 |2538 |3260 |2610 | 312k|  1 |7286 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1682.25/1688.41	c   666s| 78800 | 77594 |  3496k|  44.3 |   962M |  81 |2538 |3253 |2606 | 312k|  2 |7286 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1682.96/1689.16	c   667s| 78900 | 77690 |  3500k|  44.3 |   962M |  81 |2538 |3239 |2550 | 312k|  1 |7295 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1683.86/1690.11	c   668s| 79000 | 77782 |  3504k|  44.3 |   964M |  81 |2538 |3263 |2589 | 313k|  1 |7327 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1684.64/1690.87	c   669s| 79100 | 77882 |  3509k|  44.3 |   964M |  81 |2538 |3253 |2646 | 313k|  1 |7327 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1685.44/1691.69	c   669s| 79200 | 77978 |  3514k|  44.3 |   965M |  81 |2538 |3246 |2599 | 314k|  1 |7333 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1686.14/1692.36	c   670s| 79300 | 78066 |  3518k|  44.3 |   965M |  81 |2538 |3277 |2587 | 314k|  1 |7378 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1687.13/1693.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1687.13/1693.33	c   671s| 79400 | 78166 |  3523k|  44.3 |   965M |  81 |2538 |3272 |2643 | 314k|  1 |7378 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1687.95/1694.18	c   672s| 79500 | 78258 |  3527k|  44.3 |   965M |  81 |2538 |3278 |2639 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1688.84/1695.02	c   673s| 79600 | 78358 |  3531k|  44.3 |   967M |  81 |2538 |3268 |2586 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1689.63/1695.80	c   673s| 79700 | 78458 |  3536k|  44.3 |   967M |  81 |2538 |3259 |2610 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1690.22/1696.40	c   674s| 79800 | 78548 |  3541k|  44.3 |   967M |  81 |2538 |3281 |2604 | 316k|  3 |7429 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1691.12/1697.35	c   675s| 79900 | 78644 |  3547k|  44.4 |   968M |  81 |2538 |3278 |2624 | 316k|  1 |7436 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1691.83/1698.09	c   676s| 80000 | 78740 |  3550k|  44.3 |   969M |  81 |2538 |3270 |2609 | 316k|  1 |7442 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1692.83/1699.02	c   677s| 80100 | 78838 |  3555k|  44.3 |   969M |  81 |2538 |3259 |2628 | 317k|  1 |7449 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1693.32/1699.58	c   677s| 80200 | 78934 |  3559k|  44.3 |   969M |  81 |2538 |3259 |2606 | 317k|  1 |7461 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1694.11/1700.39	c   678s| 80300 | 79034 |  3564k|  44.3 |   970M |  81 |2538 |3258 |2626 | 317k|  1 |7468 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1695.01/1701.29	c   679s| 80400 | 79130 |  3569k|  44.4 |   970M |  81 |2538 |3263 |2604 | 318k|  1 |7489 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1695.61/1701.88	c   680s| 80500 | 79222 |  3573k|  44.4 |   970M |  81 |2538 |3266 |2554 | 318k|  1 |7514 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1696.31/1702.52	c   680s| 80600 | 79318 |  3578k|  44.4 |   970M |  81 |2538 |3263 |2590 | 318k|  1 |7521 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1697.20/1703.45	c   681s| 80700 | 79402 |  3583k|  44.4 |   970M |  81 |2538 |3311 |2628 | 319k|  1 |7574 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1697.82/1704.08	c   682s| 80800 | 79498 |  3587k|  44.4 |   971M |  81 |2538 |3308 |2559 | 319k|  1 |7587 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1698.50/1704.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1698.50/1704.77	c   682s| 80900 | 79594 |  3591k|  44.4 |   973M |  81 |2538 |3307 |2609 | 319k|  1 |7598 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1699.20/1705.40	c   683s| 81000 | 79690 |  3595k|  44.3 |   973M |  81 |2538 |3313 |2524 | 320k|  1 |7625 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1699.91/1706.19	c   684s| 81100 | 79790 |  3599k|  44.4 |   973M |  81 |2538 |3331 |2641 | 320k|  1 |7658 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1700.59/1706.88	c   685s| 81200 | 79888 |  3603k|  44.3 |   974M |  81 |2538 |3327 |2639 | 321k|  2 |7669 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1701.49/1707.74	c   685s| 81300 | 79978 |  3608k|  44.3 |   974M |  81 |2538 |3332 |2682 | 321k|  7 |7691 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1702.19/1708.44	c   686s| 81400 | 80072 |  3612k|  44.3 |   974M |  81 |2538 |3328 |2575 | 321k|  3 |7708 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1702.90/1709.17	c   687s| 81500 | 80166 |  3616k|  44.3 |   975M |  81 |2538 |3335 |2604 | 322k|  1 |7725 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1703.68/1709.90	c   688s| 81600 | 80258 |  3621k|  44.3 |   975M |  81 |2538 |3352 |2652 | 322k|  1 |7755 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1704.18/1710.47	c   688s| 81700 | 80358 |  3625k|  44.3 |   975M |  81 |2538 |3323 |2585 | 322k|  1 |7755 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1704.98/1711.26	c   689s| 81800 | 80454 |  3629k|  44.3 |   977M |  81 |2538 |3320 |2629 | 323k|  1 |7762 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1705.68/1711.94	c   690s| 81900 | 80548 |  3633k|  44.3 |   977M |  81 |2538 |3313 |2586 | 323k|  1 |7794 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1706.38/1712.64	c   690s| 82000 | 80648 |  3637k|  44.3 |   977M |  81 |2538 |3306 |2619 | 323k|  1 |7794 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1706.97/1713.26	c   691s| 82100 | 80744 |  3641k|  44.3 |   977M |  81 |2538 |3309 |2605 | 324k|  4 |7809 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1707.47/1713.76	c   691s| 82200 | 80844 |  3644k|  44.3 |   977M |  81 |2538 |3304 |2569 | 324k|  1 |7809 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1708.37/1714.63	c   692s| 82300 | 80942 |  3648k|  44.3 |   977M |  81 |2538 |3299 |2606 | 324k|  1 |7818 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1709.07/1715.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1709.07/1715.38	c   693s| 82400 | 81042 |  3653k|  44.3 |   977M |  81 |2538 |3281 |2576 | 325k|  1 |7818 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1709.96/1716.24	c   694s| 82500 | 81138 |  3658k|  44.3 |   977M |  81 |2538 |3283 |2627 | 325k|  2 |7826 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1710.66/1716.98	c   695s| 82600 | 81238 |  3662k|  44.3 |   978M |  81 |2538 |3261 |2667 | 325k|  1 |7826 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
1711.26/1717.59	c   695s| 82700 | 81332 |  3666k|  44.3 |   979M |  81 |2538 |3279 |2614 | 326k|  1 |7855 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
1712.26/1718.56	c   696s| 82800 | 81430 |  3671k|  44.3 |   979M |  81 |2538 |3273 |2627 | 326k|  1 |7859 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
1713.06/1719.33	c   697s| 82900 | 81530 |  3676k|  44.3 |   979M |  81 |2538 |3276 |2579 | 327k|  1 |7880 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
1713.95/1720.23	c   698s| 83000 | 81626 |  3681k|  44.3 |   980M |  81 |2538 |3274 |2656 | 327k|  1 |7891 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1714.65/1720.95	c   699s| 83100 | 81726 |  3685k|  44.3 |   980M |  81 |2538 |3253 |2577 | 327k|  1 |7891 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1715.55/1721.84	c   700s| 83200 | 81824 |  3689k|  44.3 |   982M |  81 |2538 |3253 |2605 | 328k|  1 |7900 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1716.25/1722.51	c   700s| 83300 | 81918 |  3693k|  44.3 |   983M |  81 |2538 |3273 |2563 | 328k|  1 |7929 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1716.94/1723.25	c   701s| 83400 | 82018 |  3698k|  44.3 |   983M |  81 |2538 |3262 |2613 | 328k|  1 |7929 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1717.54/1723.83	c   702s| 83500 | 82115 |  3702k|  44.3 |   983M |  81 |2538 |3263 |2638 | 329k|  1 |7941 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1718.14/1724.46	c   702s| 83600 | 82215 |  3705k|  44.3 |   983M |  81 |2538 |3243 |2581 | 329k|  1 |7941 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1718.85/1725.19	c   703s| 83700 | 82311 |  3710k|  44.3 |   983M |  81 |2538 |3243 |2640 | 329k|  1 |7953 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1719.64/1725.92	c   704s| 83800 | 82403 |  3714k|  44.3 |   983M |  81 |2538 |3250 |2621 | 330k|  1 |7975 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1720.23/1726.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1720.23/1726.58	c   704s| 83900 | 82499 |  3718k|  44.3 |   983M |  81 |2538 |3250 |2636 | 330k|  0 |7989 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1721.13/1727.45	c   705s| 84000 | 82595 |  3722k|  44.3 |   983M |  81 |2538 |3245 |2618 | 330k|  1 |7998 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1721.84/1728.14	c   706s| 84100 | 82687 |  3727k|  44.3 |   983M |  81 |2538 |3252 |2576 | 331k|  4 |8022 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1722.74/1729.04	c   707s| 84200 | 82787 |  3732k|  44.3 |   984M |  81 |2538 |3249 |2642 | 331k|  1 |8022 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1723.32/1729.67	c   707s| 84300 | 82885 |  3736k|  44.3 |   984M |  81 |2538 |3250 |2642 | 331k|  2 |8032 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1724.02/1730.37	c   708s| 84400 | 82985 |  3740k|  44.3 |   984M |  81 |2538 |3234 |2635 | 332k|  1 |8032 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1724.83/1731.14	c   709s| 84500 | 83079 |  3744k|  44.3 |   984M |  81 |2538 |3238 |2661 | 332k|  1 |8043 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1725.52/1731.82	c   710s| 84600 | 83171 |  3747k|  44.3 |   984M |  81 |2538 |3254 |2605 | 332k|  1 |8067 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
1726.21/1732.58	c   710s| 84700 | 83265 |  3752k|  44.3 |   984M |  81 |2538 |3264 |2611 | 333k|  1 |8084 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1726.91/1733.29	c   711s| 84800 | 83359 |  3756k|  44.3 |   984M |  81 |2538 |3273 |2612 | 333k|  1 |8106 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1727.72/1734.01	c   712s| 84900 | 83457 |  3761k|  44.3 |   985M |  81 |2538 |3290 |2567 | 333k|  1 |8128 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1728.51/1734.87	c   713s| 85000 | 83545 |  3765k|  44.3 |   988M |  81 |2538 |3331 |2575 | 334k|  1 |8182 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1729.31/1735.66	c   713s| 85100 | 83645 |  3769k|  44.3 |   988M |  81 |2538 |3322 |2637 | 334k|  6 |8182 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1730.00/1736.34	c   714s| 85200 | 83737 |  3773k|  44.3 |   988M |  81 |2538 |3341 |2609 | 334k|  1 |8214 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1730.71/1737.07	c   715s| 85300 | 83837 |  3777k|  44.3 |   988M |  81 |2538 |3332 |2658 | 335k|  2 |8224 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1731.60/1737.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1731.60/1737.97	c   716s| 85400 | 83931 |  3782k|  44.3 |   989M |  81 |2538 |3335 |2649 | 335k|  1 |8243 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1732.30/1738.66	c   716s| 85500 | 84029 |  3786k|  44.3 |   989M |  81 |2538 |3326 |2637 | 335k|  1 |8253 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1732.89/1739.21	c   717s| 85600 | 84129 |  3790k|  44.3 |   989M |  81 |2538 |3312 |2560 | 336k|  1 |8253 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1733.70/1740.04	c   718s| 85700 | 84221 |  3795k|  44.2 |   991M |  81 |2538 |3314 |2615 | 336k|  1 |8268 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1734.49/1740.90	c   719s| 85800 | 84317 |  3799k|  44.3 |   992M |  81 |2538 |3328 |2635 | 337k|  1 |8288 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1735.19/1741.53	c   719s| 85900 | 84415 |  3803k|  44.2 |   992M |  81 |2538 |3316 |2623 | 337k|  1 |8291 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1735.89/1742.20	c   720s| 86000 | 84515 |  3808k|  44.2 |   992M |  81 |2538 |3343 |2563 | 337k|  1 |8333 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1736.58/1742.98	c   721s| 86100 | 84611 |  3813k|  44.3 |   994M |  81 |2538 |3346 |2678 | 338k|  7 |8349 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1737.28/1743.66	c   721s| 86200 | 84707 |  3818k|  44.3 |   994M |  81 |2538 |3346 |2583 | 338k|  1 |8364 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1737.98/1744.37	c   722s| 86300 | 84805 |  3822k|  44.3 |   994M |  81 |2538 |3332 |2662 | 338k|  1 |8368 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1738.69/1745.10	c   723s| 86400 | 84899 |  3826k|  44.3 |   994M |  81 |2538 |3343 |2629 | 339k|  1 |8383 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1739.47/1745.82	c   724s| 86500 | 84997 |  3831k|  44.3 |   994M |  81 |2538 |3347 |2662 | 339k|  1 |8394 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1740.27/1746.61	c   724s| 86600 | 85097 |  3835k|  44.3 |   995M |  81 |2538 |3332 |2594 | 339k|  1 |8394 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1741.17/1747.55	c   725s| 86700 | 85195 |  3840k|  44.3 |   995M |  81 |2538 |3331 |2627 | 340k|  1 |8405 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1741.78/1748.16	c   726s| 86800 | 85291 |  3844k|  44.3 |   995M |  81 |2538 |3349 |2576 | 340k|  1 |8437 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
1742.68/1749.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1742.68/1749.04	c   727s| 86900 | 85383 |  3849k|  44.3 |   995M |  81 |2538 |3358 |2647 | 340k|  1 |8466 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1743.36/1749.79	c   727s| 87000 | 85473 |  3854k|  44.3 |   995M |  81 |2538 |3376 |2647 | 341k|  1 |8501 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1744.16/1750.55	c   728s| 87100 | 85565 |  3859k|  44.3 |   995M |  81 |2538 |3408 |2657 | 341k|  1 |8546 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1744.96/1751.34	c   729s| 87200 | 85663 |  3863k|  44.3 |   996M |  81 |2538 |3375 |2583 | 341k|  1 |8557 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1745.67/1752.08	c   730s| 87300 | 85761 |  3867k|  44.3 |   996M |  81 |2538 |3376 |2642 | 342k|  1 |8567 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1746.35/1752.76	c   730s| 87400 | 85855 |  3871k|  44.3 |   996M |  81 |2538 |3387 |2528 | 342k|  1 |8595 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1747.15/1753.57	c   731s| 87500 | 85955 |  3876k|  44.3 |   996M |  81 |2538 |3378 |2628 | 342k|  1 |8595 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1747.95/1754.35	c   732s| 87600 | 86047 |  3880k|  44.3 |   998M |  81 |2538 |3352 |2683 | 343k|  7 |8609 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1748.76/1755.15	c   733s| 87700 | 86145 |  3885k|  44.3 |   998M |  81 |2538 |3380 |2669 | 343k|  1 |8641 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1749.44/1755.89	c   734s| 87800 | 86241 |  3890k|  44.3 |   998M |  81 |2538 |3386 |2613 | 344k|  1 |8653 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1750.24/1756.66	c   734s| 87900 | 86331 |  3894k|  44.3 |   998M |  81 |2538 |3390 |2637 | 344k|  3 |8675 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1751.14/1757.53	c   735s| 88000 | 86424 |  3900k|  44.3 |   998M |  81 |2538 |3401 |2653 | 344k|  1 |8707 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1751.65/1758.10	c   736s| 88100 | 86518 |  3903k|  44.3 |   998M |  81 |2538 |3396 |2592 | 345k|  1 |8719 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1752.75/1759.13	c   737s| 88200 | 86618 |  3908k|  44.3 |   998M |  81 |2538 |3383 |2643 | 345k|  1 |8719 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1753.33/1759.75	c   737s| 88300 | 86714 |  3912k|  44.3 |   998M |  81 |2538 |3380 |2562 | 346k|  1 |8742 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1754.13/1760.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1754.13/1760.51	c   738s| 88400 | 86810 |  3916k|  44.3 |   998M |  81 |2538 |3371 |2604 | 346k|  1 |8753 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1755.13/1761.52	c   739s| 88500 | 86910 |  3921k|  44.3 |   998M |  81 |2538 |3349 |2640 | 346k|  1 |8753 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1756.12/1762.52	c   740s| 88600 | 87004 |  3925k|  44.3 |   998M |  81 |2538 |3342 |2604 | 347k|  1 |8768 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
1756.82/1763.27	c   741s| 88700 | 87098 |  3929k|  44.3 |   999M |  81 |2538 |3357 |2647 | 347k|  0 |8794 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1757.42/1763.80	c   741s| 88800 | 87192 |  3932k|  44.2 |  1002M |  81 |2538 |3367 |2589 | 347k|  1 |8814 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1758.22/1764.66	c   742s| 88900 | 87288 |  3936k|  44.2 |  1003M |  81 |2538 |3362 |2621 | 348k|  1 |8826 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1758.91/1765.30	c   743s| 89000 | 87388 |  3940k|  44.2 |  1003M |  81 |2538 |3334 |2561 | 348k|  1 |8826 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1759.51/1765.96	c   744s| 89100 | 87488 |  3945k|  44.2 |  1003M |  81 |2538 |3334 |2606 | 348k|  1 |8836 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1760.31/1766.73	c   744s| 89200 | 87584 |  3949k|  44.2 |  1003M |  81 |2538 |3338 |2692 | 349k|  1 |8848 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1761.11/1767.59	c   745s| 89300 | 87680 |  3953k|  44.2 |  1003M |  81 |2538 |3363 |2577 | 349k|  1 |8886 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1761.90/1768.31	c   746s| 89400 | 87778 |  3957k|  44.2 |  1004M |  81 |2538 |3358 |2642 | 349k|  1 |8893 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1762.50/1768.91	c   747s| 89500 | 87872 |  3961k|  44.2 |  1005M |  81 |2538 |3367 |2587 | 350k|  1 |8914 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1763.30/1769.75	c   747s| 89600 | 87968 |  3966k|  44.2 |  1005M |  81 |2538 |3356 |2663 | 350k|  3 |8926 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1763.90/1770.38	c   748s| 89700 | 88064 |  3969k|  44.2 |  1005M |  81 |2538 |3344 |2555 | 350k|  1 |8933 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1764.71/1771.18	c   749s| 89800 | 88164 |  3972k|  44.2 |  1005M |  81 |2538 |3333 |2607 | 351k|  1 |8933 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1765.39/1771.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1765.39/1771.85	c   750s| 89900 | 88262 |  3976k|  44.2 |  1005M |  81 |2538 |3320 |2659 | 351k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1766.09/1772.52	c   750s| 90000 | 88362 |  3980k|  44.2 |  1005M |  81 |2538 |3298 |2578 | 351k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1766.89/1773.33	c   751s| 90100 | 88462 |  3984k|  44.2 |  1005M |  81 |2538 |3282 |2619 | 352k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1767.60/1774.03	c   752s| 90200 | 88560 |  3989k|  44.2 |  1006M |  81 |2538 |3279 |2592 | 352k|  1 |8951 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1768.39/1774.80	c   752s| 90300 | 88650 |  3994k|  44.2 |  1007M |  81 |2538 |3337 |2574 | 353k|  1 |9017 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1769.18/1775.66	c   753s| 90400 | 88750 |  3999k|  44.2 |  1007M |  81 |2538 |3329 |2646 | 353k|  1 |9017 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1770.08/1776.50	c   754s| 90500 | 88842 |  4003k|  44.2 |  1007M |  81 |2538 |3314 |2556 | 353k|  1 |9036 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1770.59/1777.08	c   755s| 90600 | 88942 |  4007k|  44.2 |  1007M |  81 |2538 |3334 |2580 | 354k|  1 |9066 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1771.38/1777.87	c   756s| 90700 | 89042 |  4011k|  44.2 |  1008M |  81 |2538 |3324 |2644 | 354k|  1 |9066 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1772.17/1778.65	c   756s| 90800 | 89140 |  4015k|  44.2 |  1009M |  81 |2538 |3330 |2634 | 354k|  1 |9081 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1772.77/1779.27	c   757s| 90900 | 89236 |  4019k|  44.2 |  1009M |  81 |2538 |3337 |2607 | 354k|  1 |9095 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1773.47/1779.98	c   758s| 91000 | 89334 |  4023k|  44.2 |  1009M |  81 |2538 |3340 |2638 | 355k|  1 |9107 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1774.17/1780.65	c   758s| 91100 | 89430 |  4027k|  44.2 |  1009M |  81 |2538 |3325 |2553 | 355k|  1 |9119 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1775.06/1781.54	c   759s| 91200 | 89530 |  4031k|  44.2 |  1009M |  81 |2538 |3316 |2689 | 356k|  7 |9119 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1775.86/1782.36	c   760s| 91300 | 89622 |  4036k|  44.2 |  1009M |  81 |2538 |3325 |2592 | 356k|  1 |9141 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1776.46/1782.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1776.46/1782.96	c   761s| 91400 | 89714 |  4040k|  44.2 |  1009M |  81 |2538 |3396 |2622 | 356k|  1 |9214 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1777.16/1783.67	c   761s| 91500 | 89812 |  4044k|  44.2 |  1009M |  81 |2538 |3409 |2603 | 356k|  1 |9235 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1778.06/1784.55	c   762s| 91600 | 89912 |  4049k|  44.2 |  1009M |  81 |2538 |3399 |2631 | 357k|  2 |9235 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1778.75/1785.23	c   763s| 91700 | 90008 |  4052k|  44.2 |  1009M |  81 |2538 |3356 |2556 | 357k|  1 |9240 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1779.66/1786.15	c   764s| 91800 | 90104 |  4057k|  44.2 |  1012M |  81 |2538 |3345 |2625 | 358k|  1 |9243 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1780.35/1786.80	c   764s| 91900 | 90202 |  4062k|  44.2 |  1013M |  81 |2538 |3336 |2624 | 358k|  1 |9254 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1781.05/1787.52	c   765s| 92000 | 90298 |  4066k|  44.2 |  1013M |  81 |2538 |3340 |2584 | 358k|  1 |9266 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1781.94/1788.41	c   766s| 92100 | 90396 |  4070k|  44.2 |  1013M |  81 |2538 |3341 |2634 | 359k|  1 |9275 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1782.94/1789.43	c   767s| 92200 | 90488 |  4075k|  44.2 |  1014M |  81 |2538 |3348 |2590 | 359k|  1 |9306 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1783.55/1790.08	c   768s| 92300 | 90584 |  4079k|  44.2 |  1015M |  81 |2538 |3338 |2581 | 359k|  1 |9311 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1784.24/1790.77	c   768s| 92400 | 90684 |  4083k|  44.2 |  1016M |  81 |2538 |3325 |2665 | 360k|  4 |9311 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1785.03/1791.57	c   769s| 92500 | 90772 |  4087k|  44.2 |  1017M |  81 |2538 |3342 |2558 | 360k|  1 |9352 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1785.93/1792.43	c   770s| 92600 | 90868 |  4092k|  44.2 |  1018M |  81 |2538 |3334 |2600 | 360k|  1 |9364 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1786.73/1793.22	c   771s| 92700 | 90968 |  4096k|  44.2 |  1018M |  81 |2538 |3309 |2598 | 361k|  1 |9364 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1787.43/1794.01	c   772s| 92800 | 91064 |  4100k|  44.1 |  1018M |  81 |2538 |3306 |2639 | 361k|  2 |9376 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1788.13/1794.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1788.13/1794.67	c   772s| 92900 | 91160 |  4103k|  44.1 |  1019M |  81 |2538 |3297 |2580 | 361k|  1 |9391 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1788.82/1795.33	c   773s| 93000 | 91256 |  4107k|  44.1 |  1020M |  81 |2538 |3302 |2593 | 362k|  1 |9403 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1789.42/1795.98	c   774s| 93100 | 91352 |  4111k|  44.1 |  1020M |  81 |2538 |3289 |2605 | 362k|  1 |9414 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
1790.22/1796.73	c   774s| 93200 | 91448 |  4115k|  44.1 |  1020M |  81 |2538 |3289 |2638 | 362k|  1 |9425 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
1790.92/1797.43	c   775s| 93300 | 91544 |  4119k|  44.1 |  1020M |  81 |2538 |3285 |2593 | 363k|  1 |9436 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
1791.81/1798.38	c   776s| 93400 | 91636 |  4123k|  44.1 |  1021M |  81 |2538 |3271 |2557 | 363k|  1 |9453 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
1792.62/1799.15	c   777s| 93500 | 91736 |  4127k|  44.1 |  1021M |  81 |2538 |3255 |2661 | 364k|  1 |9453 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
1793.41/1799.98	c   778s| 93600 | 91828 |  4132k|  44.1 |  1021M |  81 |2538 |3264 |2582 | 364k|  1 |9485 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
1794.11/1800.68	c   778s| 93700 | 91918 |  4137k|  44.1 |  1021M |  81 |2538 |3270 |2647 | 364k|  1 |9514 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
1794.81/1801.39	c   779s| 93800 | 92018 |  4141k|  44.1 |  1022M |  81 |2538 |3266 |2577 | 365k|  1 |9525 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
1795.80/1802.36	c   780s| 93900 | 92114 |  4146k|  44.1 |  1022M |  81 |2538 |3261 |2539 | 365k|  1 |9534 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
1796.61/1803.14	c   781s| 94000 | 92214 |  4149k|  44.1 |  1024M |  81 |2538 |3251 |2597 | 365k|  1 |9534 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1797.40/1803.93	c   782s| 94100 | 92312 |  4153k|  44.1 |  1024M |  81 |2538 |3252 |2589 | 366k|  1 |9541 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1798.29/1804.82	c   783s| 94200 | 92410 |  4158k|  44.1 |  1024M |  81 |2538 |3232 |2554 | 366k|  1 |9556 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1799.09/1805.61	c   783s| 94300 | 92508 |  4163k|  44.1 |  1024M |  81 |2538 |3228 |2629 | 366k|  1 |9564 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1799.79/1806.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1799.79/1806.31	c   784s| 94400 | 92606 |  4167k|  44.1 |  1025M |  81 |2538 |3213 |2650 | 367k|  1 |9570 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1800.50/1807.07	c   785s| 94500 | 92698 |  4171k|  44.1 |  1025M |  81 |2538 |3221 |2644 | 367k|  1 |9588 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1801.09/1807.61	c   785s| 94600 | 92794 |  4176k|  44.1 |  1025M |  81 |2538 |3222 |2577 | 367k|  1 |9608 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1801.78/1808.34	c   786s| 94700 | 92894 |  4179k|  44.1 |  1025M |  81 |2538 |3200 |2607 | 368k|  1 |9608 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1802.38/1808.92	c   787s| 94800 | 92988 |  4183k|  44.1 |  1025M |  81 |2538 |3199 |2580 | 368k|  1 |9622 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1803.18/1809.71	c   787s| 94900 | 93083 |  4189k|  44.1 |  1026M |  81 |2538 |3215 |2599 | 368k|  1 |9663 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1803.88/1810.45	c   788s| 95000 | 93175 |  4192k|  44.1 |  1027M |  81 |2538 |3231 |2660 | 369k|  1 |9691 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1804.78/1811.31	c   789s| 95100 | 93264 |  4197k|  44.1 |  1027M |  81 |2538 |3237 |2605 | 369k|  1 |9715 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1805.67/1812.22	c   790s| 95200 | 93358 |  4202k|  44.1 |  1027M |  81 |2538 |3242 |2652 | 369k|  1 |9734 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1806.37/1812.90	c   791s| 95300 | 93453 |  4205k|  44.1 |  1028M |  81 |2538 |3248 |2575 | 370k|  1 |9765 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1807.07/1813.67	c   791s| 95400 | 93543 |  4209k|  44.1 |  1028M |  81 |2538 |3274 |2600 | 370k|  1 |9806 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1808.07/1814.63	c   792s| 95500 | 93639 |  4214k|  44.1 |  1031M |  81 |2538 |3264 |2648 | 370k|  3 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1808.86/1815.44	c   793s| 95600 | 93739 |  4218k|  44.1 |  1031M |  81 |2538 |3247 |2557 | 371k|  1 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1809.57/1816.18	c   794s| 95700 | 93839 |  4223k|  44.1 |  1031M |  81 |2538 |3234 |2617 | 371k|  1 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1810.26/1816.89	c   795s| 95800 | 93935 |  4227k|  44.1 |  1033M |  81 |2538 |3217 |2574 | 371k|  1 |9821 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1811.16/1817.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1811.16/1817.76	c   795s| 95900 | 94035 |  4231k|  44.1 |  1033M |  81 |2538 |3201 |2629 | 372k|  1 |9821 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1811.85/1818.44	c   796s| 96000 | 94131 |  4236k|  44.1 |  1033M |  81 |2538 |3187 |2560 | 372k|  1 |9829 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1812.75/1819.37	c   797s| 96100 | 94227 |  4241k|  44.1 |  1033M |  81 |2538 |3185 |2683 | 373k|  1 |9837 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1813.56/1820.11	c   798s| 96200 | 94323 |  4245k|  44.1 |  1033M |  81 |2538 |3201 |2572 | 373k|  1 |9864 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1814.15/1820.77	c   798s| 96300 | 94417 |  4249k|  44.1 |  1033M |  81 |2538 |3209 |2566 | 373k|  1 |9888 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
1815.04/1821.65	c   799s| 96400 | 94517 |  4253k|  44.1 |  1034M |  81 |2538 |3208 |2631 | 374k|  1 |9901 |  13k|-1.123399e+04 |      --      |    Inf |   2.11%
1815.74/1822.36	c   800s| 96500 | 94617 |  4257k|  44.1 |  1035M |  81 |2538 |3190 |2569 | 374k|  1 |9901 |  13k|-1.123399e+04 |      --      |    Inf |   2.11%
1816.34/1822.99	c   801s| 96600 | 94713 |  4261k|  44.1 |  1035M |  81 |2538 |3195 |2601 | 374k|  1 |9922 |  13k|-1.123404e+04 |      --      |    Inf |   2.11%
1817.24/1823.86	c   802s| 96700 | 94809 |  4266k|  44.1 |  1035M |  81 |2538 |3199 |2571 | 375k|  1 |9939 |  13k|-1.123404e+04 |      --      |    Inf |   2.11%
1818.04/1824.68	c   802s| 96800 | 94905 |  4271k|  44.1 |  1035M |  81 |2538 |3196 |2569 | 375k|  2 |9951 |  13k|-1.123434e+04 |      --      |    Inf |   2.11%
1818.63/1825.29	c   803s| 96900 | 95005 |  4275k|  44.1 |  1036M |  81 |2538 |3183 |2582 | 376k|  1 |9951 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
1819.44/1826.01	c   804s| 97000 | 95097 |  4279k|  44.1 |  1036M |  81 |2538 |3180 |2596 | 376k|  2 |9970 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
1820.23/1826.80	c   804s| 97100 | 95189 |  4284k|  44.1 |  1036M |  81 |2538 |3180 |2586 | 376k|  1 |9992 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
1821.03/1827.66	c   805s| 97200 | 95289 |  4288k|  44.1 |  1036M |  81 |2538 |3187 |2630 | 377k|  1 |  10k|  13k|-1.123448e+04 |      --      |    Inf |   2.11%
1821.82/1828.45	c   806s| 97300 | 95385 |  4293k|  44.1 |  1036M |  81 |2538 |3189 |2668 | 377k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1822.43/1829.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1822.43/1829.09	c   807s| 97400 | 95485 |  4296k|  44.1 |  1036M |  81 |2538 |3166 |2593 | 377k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1823.32/1829.98	c   808s| 97500 | 95575 |  4300k|  44.1 |  1037M |  81 |2538 |3181 |2607 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1824.02/1830.68	c   808s| 97600 | 95675 |  4305k|  44.1 |  1037M |  81 |2538 |3169 |2579 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1824.81/1831.48	c   809s| 97700 | 95771 |  4309k|  44.1 |  1037M |  81 |2538 |3160 |2606 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1825.71/1832.34	c   810s| 97800 | 95869 |  4314k|  44.1 |  1038M |  81 |2538 |3153 |2618 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1826.42/1833.05	c   811s| 97900 | 95961 |  4318k|  44.1 |  1038M |  81 |2538 |3152 |2570 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1827.11/1833.77	c   811s| 98000 | 96059 |  4323k|  44.1 |  1040M |  81 |2538 |3153 |2654 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1827.71/1834.35	c   812s| 98100 | 96157 |  4326k|  44.1 |  1040M |  81 |2538 |3145 |2555 | 380k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1828.30/1834.92	c   813s| 98200 | 96255 |  4330k|  44.1 |  1041M |  81 |2538 |3131 |2585 | 380k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1829.20/1835.81	c   814s| 98300 | 96347 |  4334k|  44.1 |  1041M |  81 |2538 |3128 |2579 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1830.00/1836.60	c   814s| 98400 | 96445 |  4339k|  44.1 |  1042M |  81 |2538 |3121 |2636 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1830.70/1837.34	c   815s| 98500 | 96527 |  4344k|  44.1 |  1043M |  81 |2538 |3162 |2557 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1831.41/1838.06	c   816s| 98600 | 96627 |  4348k|  44.1 |  1043M |  81 |2538 |3139 |2681 | 382k|  7 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1832.09/1838.73	c   816s| 98700 | 96725 |  4351k|  44.1 |  1043M |  81 |2538 |3136 |2644 | 382k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1832.69/1839.35	c   817s| 98800 | 96819 |  4355k|  44.1 |  1043M |  81 |2538 |3143 |2686 | 382k|  7 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1833.29/1839.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1833.29/1839.97	c   818s| 98900 | 96917 |  4359k|  44.0 |  1043M |  81 |2538 |3144 |2646 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1833.99/1840.63	c   818s| 99000 | 97017 |  4363k|  44.0 |  1043M |  81 |2538 |3124 |2642 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1834.69/1841.30	c   819s| 99100 | 97115 |  4366k|  44.0 |  1043M |  81 |2538 |3117 |2655 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1835.40/1842.02	c   820s| 99200 | 97213 |  4371k|  44.0 |  1045M |  81 |2538 |3118 |2555 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1835.88/1842.59	c   820s| 99300 | 97313 |  4375k|  44.0 |  1045M |  81 |2538 |3123 |2606 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1836.68/1843.32	c   821s| 99400 | 97413 |  4379k|  44.0 |  1045M |  81 |2538 |3110 |2649 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1837.39/1844.01	c   822s| 99500 | 97513 |  4384k|  44.0 |  1045M |  81 |2538 |3087 |2589 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1838.17/1844.81	c   823s| 99600 | 97609 |  4389k|  44.0 |  1048M |  81 |2538 |3091 |2654 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1838.97/1845.67	c   823s| 99700 | 97697 |  4394k|  44.0 |  1050M |  81 |2538 |3101 |2567 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1839.67/1846.33	c   824s| 99800 | 97791 |  4397k|  44.0 |  1050M |  81 |2538 |3111 |2640 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1840.17/1846.82	c   825s| 99900 | 97889 |  4401k|  44.0 |  1050M |  81 |2538 |3112 |2626 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1840.77/1847.46	c   825s|100000 | 97985 |  4404k|  44.0 |  1050M |  81 |2538 |3113 |2598 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1841.48/1848.14	c   826s|100100 | 98079 |  4408k|  44.0 |  1050M |  81 |2538 |3108 |2668 | 387k|  2 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1842.06/1848.70	c   826s|100200 | 98167 |  4412k|  44.0 |  1050M |  81 |2538 |3124 |2590 | 387k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1842.76/1849.46	c   827s|100300 | 98267 |  4417k|  44.0 |  1050M |  81 |2538 |3114 |2630 | 387k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1843.37/1850.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1843.37/1850.09	c   828s|100400 | 98365 |  4420k|  44.0 |  1054M |  81 |2538 |3101 |2577 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1843.96/1850.65	c   828s|100500 | 98465 |  4424k|  44.0 |  1054M |  81 |2538 |3100 |2595 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1844.66/1851.32	c   829s|100600 | 98565 |  4429k|  44.0 |  1054M |  81 |2538 |3089 |2633 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
1845.37/1852.02	c   830s|100700 | 98661 |  4433k|  44.0 |  1054M |  81 |2538 |3077 |2597 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1846.15/1852.81	c   831s|100800 | 98759 |  4438k|  44.0 |  1054M |  81 |2538 |3073 |2652 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1846.85/1853.54	c   831s|100900 | 98859 |  4442k|  44.0 |  1057M |  81 |2538 |3060 |2592 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1847.46/1854.15	c   832s|101000 | 98959 |  4446k|  44.0 |  1057M |  81 |2538 |3049 |2576 | 390k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1848.36/1855.04	c   833s|101100 | 99059 |  4451k|  44.0 |  1058M |  81 |2538 |3045 |2649 | 390k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1849.04/1855.76	c   833s|101200 | 99153 |  4455k|  44.0 |  1059M |  81 |2538 |3057 |2638 | 390k|  0 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1849.84/1856.59	c   834s|101300 | 99247 |  4460k|  44.0 |  1059M |  81 |2538 |3071 |2656 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1850.54/1857.24	c   835s|101400 | 99343 |  4463k|  44.0 |  1059M |  81 |2538 |3075 |2656 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1851.24/1857.94	c   836s|101500 | 99443 |  4467k|  44.0 |  1060M |  81 |2538 |3059 |2629 | 391k|  2 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1852.03/1858.77	c   836s|101600 | 99541 |  4472k|  44.0 |  1061M |  81 |2538 |3040 |2627 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1853.03/1859.72	c   837s|101700 | 99641 |  4476k|  44.0 |  1062M |  81 |2538 |3026 |2579 | 392k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
1853.53/1860.29	c   838s|101800 | 99741 |  4480k|  44.0 |  1062M |  81 |2538 |3009 |2616 | 392k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
1854.44/1861.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1854.44/1861.19	c   839s|101900 | 99839 |  4485k|  44.0 |  1062M |  81 |2538 |3009 |2655 | 393k|  0 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
1855.22/1861.95	c   840s|102000 | 99933 |  4489k|  44.0 |  1062M |  81 |2538 |3005 |2605 | 393k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
1855.92/1862.62	c   840s|102100 |100029 |  4493k|  44.0 |  1063M |  81 |2538 |3018 |2648 | 393k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
1856.62/1863.38	c   841s|102200 |100125 |  4498k|  44.0 |  1063M |  81 |2538 |3016 |2569 | 394k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1857.43/1864.13	c   842s|102300 |100223 |  4502k|  44.0 |  1064M |  81 |2538 |3032 |2661 | 394k|  2 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1858.02/1864.76	c   842s|102400 |100323 |  4506k|  44.0 |  1064M |  81 |2538 |3020 |2630 | 394k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1858.91/1865.61	c   843s|102500 |100419 |  4510k|  44.0 |  1064M |  81 |2538 |3011 |2650 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1859.51/1866.26	c   844s|102600 |100517 |  4515k|  44.0 |  1064M |  81 |2538 |3010 |2660 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1860.32/1867.03	c   845s|102700 |100617 |  4519k|  44.0 |  1064M |  81 |2538 |2991 |2594 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1861.32/1868.03	c   846s|102800 |100715 |  4524k|  44.0 |  1065M |  81 |2538 |3005 |2635 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1861.90/1868.61	c   846s|102900 |100807 |  4527k|  44.0 |  1065M |  81 |2538 |3017 |2580 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1862.50/1869.28	c   847s|103000 |100903 |  4531k|  44.0 |  1065M |  81 |2538 |3012 |2659 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1863.20/1869.95	c   848s|103100 |101003 |  4536k|  44.0 |  1065M |  81 |2538 |3002 |2568 | 397k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1864.00/1870.80	c   848s|103200 |101096 |  4541k|  44.0 |  1065M |  81 |2538 |3030 |2675 | 397k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1864.89/1871.62	c   849s|103300 |101192 |  4545k|  44.0 |  1065M |  81 |2538 |3055 |2608 | 398k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1865.49/1872.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1865.49/1872.29	c   850s|103400 |101290 |  4548k|  44.0 |  1065M |  81 |2538 |3068 |2613 | 398k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1866.40/1873.16	c   851s|103500 |101386 |  4553k|  44.0 |  1065M |  81 |2538 |3059 |2632 | 398k|  4 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
1866.99/1873.72	c   851s|103600 |101482 |  4557k|  44.0 |  1065M |  81 |2538 |3068 |2608 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
1867.99/1874.76	c   852s|103700 |101574 |  4562k|  44.0 |  1065M |  81 |2538 |3081 |2646 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
1868.78/1875.50	c   853s|103800 |101672 |  4566k|  44.0 |  1065M |  81 |2538 |3088 |2641 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
1869.39/1876.15	c   854s|103900 |101767 |  4570k|  44.0 |  1065M |  81 |2538 |3092 |2574 | 400k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
1870.29/1877.02	c   855s|104000 |101863 |  4575k|  44.0 |  1065M |  81 |2538 |3097 |2653 | 400k|  1 |  10k|  14k|-1.123494e+04 |      --      |    Inf |   2.11%
1870.88/1877.61	c   855s|104100 |101963 |  4579k|  44.0 |  1066M |  81 |2538 |3081 |2580 | 400k|  1 |  10k|  14k|-1.123494e+04 |      --      |    Inf |   2.11%
1871.57/1878.37	c   856s|104200 |102059 |  4582k|  44.0 |  1066M |  81 |2538 |3079 |2611 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
1872.38/1879.15	c   857s|104300 |102157 |  4587k|  44.0 |  1067M |  81 |2538 |3075 |2569 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
1873.17/1879.94	c   858s|104400 |102253 |  4591k|  44.0 |  1068M |  81 |2538 |3090 |2612 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
1873.67/1880.42	c   858s|104500 |102353 |  4595k|  43.9 |  1068M |  81 |2538 |3079 |2610 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
1874.47/1881.21	c   859s|104600 |102449 |  4599k|  43.9 |  1068M |  81 |2538 |3076 |2613 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
1875.06/1881.88	c   860s|104700 |102545 |  4604k|  43.9 |  1068M |  81 |2538 |3086 |2543 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
1875.76/1882.58	c   860s|104800 |102641 |  4608k|  43.9 |  1068M |  81 |2538 |3105 |2604 | 403k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
1876.66/1883.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1876.66/1883.44	c   861s|104900 |102741 |  4613k|  44.0 |  1068M |  81 |2538 |3098 |2654 | 403k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
1877.16/1883.94	c   862s|105000 |102841 |  4617k|  43.9 |  1069M |  81 |2538 |3074 |2584 | 403k|  2 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
1877.96/1884.75	c   862s|105100 |102939 |  4620k|  43.9 |  1069M |  81 |2538 |3068 |2627 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
1878.65/1885.40	c   863s|105200 |103037 |  4624k|  43.9 |  1070M |  81 |2538 |3076 |2591 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
1879.36/1886.14	c   864s|105300 |103134 |  4629k|  43.9 |  1072M |  81 |2538 |3085 |2573 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
1880.15/1886.98	c   865s|105400 |103234 |  4633k|  43.9 |  1072M |  81 |2538 |3080 |2652 | 405k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
1880.95/1887.73	c   865s|105500 |103330 |  4637k|  43.9 |  1072M |  81 |2538 |3085 |2597 | 405k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
1881.64/1888.48	c   866s|105600 |103426 |  4641k|  43.9 |  1073M |  81 |2538 |3074 |2629 | 405k|  1 |  10k|  14k|-1.123536e+04 |      --      |    Inf |   2.11%
1882.26/1889.10	c   867s|105700 |103526 |  4645k|  43.9 |  1073M |  81 |2538 |3084 |2571 | 406k|  1 |  11k|  14k|-1.123536e+04 |      --      |    Inf |   2.11%
1883.25/1890.03	c   868s|105800 |103626 |  4650k|  43.9 |  1073M |  81 |2538 |3077 |2624 | 406k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
1883.84/1890.67	c   868s|105900 |103722 |  4654k|  43.9 |  1074M |  81 |2538 |3080 |2628 | 406k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
1884.64/1891.41	c   869s|106000 |103822 |  4658k|  43.9 |  1074M |  81 |2538 |3081 |2639 | 407k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
1885.25/1892.03	c   870s|106100 |103922 |  4662k|  43.9 |  1075M |  81 |2538 |3067 |2586 | 407k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
1886.03/1892.85	c   871s|106200 |104022 |  4666k|  43.9 |  1076M |  81 |2538 |3056 |2629 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1886.63/1893.46	c   871s|106300 |104120 |  4670k|  43.9 |  1076M |  81 |2538 |3053 |2546 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1887.34/1894.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1887.34/1894.13	c   872s|106400 |104218 |  4674k|  43.9 |  1076M |  81 |2538 |3045 |2582 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1888.12/1894.95	c   873s|106500 |104312 |  4678k|  43.9 |  1077M |  81 |2538 |3056 |2659 | 408k|  2 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1888.92/1895.79	c   873s|106600 |104412 |  4682k|  43.9 |  1078M |  81 |2538 |3049 |2627 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1889.62/1896.49	c   874s|106700 |104508 |  4686k|  43.9 |  1078M |  81 |2538 |3034 |2579 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1890.33/1897.14	c   875s|106800 |104602 |  4690k|  43.9 |  1078M |  81 |2538 |3059 |2581 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1891.12/1897.92	c   876s|106900 |104698 |  4694k|  43.9 |  1078M |  81 |2538 |3064 |2634 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1891.81/1898.61	c   876s|107000 |104798 |  4698k|  43.9 |  1078M |  81 |2538 |3052 |2658 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1892.41/1899.23	c   877s|107100 |104894 |  4702k|  43.9 |  1078M |  81 |2538 |3072 |2572 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1893.11/1900.01	c   878s|107200 |104988 |  4706k|  43.9 |  1078M |  81 |2538 |3078 |2643 | 411k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
1893.91/1900.71	c   878s|107300 |105080 |  4710k|  43.9 |  1079M |  81 |2538 |3083 |2608 | 411k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
1894.60/1901.41	c   879s|107400 |105180 |  4714k|  43.9 |  1079M |  81 |2538 |3072 |2660 | 411k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
1895.40/1902.27	c   880s|107500 |105280 |  4719k|  43.9 |  1080M |  81 |2538 |3063 |2582 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
1896.21/1903.02	c   881s|107600 |105376 |  4723k|  43.9 |  1081M |  81 |2538 |3078 |2567 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
1897.00/1903.88	c   882s|107700 |105468 |  4727k|  43.9 |  1081M |  81 |2538 |3096 |2625 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
1897.70/1904.51	c   882s|107800 |105560 |  4731k|  43.9 |  1081M |  81 |2538 |3087 |2608 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1898.50/1905.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1898.50/1905.35	c   883s|107900 |105660 |  4735k|  43.9 |  1081M |  81 |2538 |3080 |2638 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1899.31/1906.16	c   884s|108000 |105752 |  4739k|  43.9 |  1083M |  81 |2538 |3093 |2646 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1900.10/1906.94	c   885s|108100 |105848 |  4743k|  43.9 |  1084M |  81 |2538 |3093 |2576 | 414k|  2 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1900.89/1907.75	c   885s|108200 |105942 |  4747k|  43.8 |  1084M |  81 |2538 |3096 |2624 | 414k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1901.69/1908.50	c   886s|108300 |106042 |  4752k|  43.9 |  1084M |  81 |2538 |3085 |2626 | 414k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1902.39/1909.27	c   887s|108400 |106132 |  4756k|  43.8 |  1084M |  81 |2538 |3104 |2624 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1903.09/1909.93	c   888s|108500 |106228 |  4760k|  43.9 |  1084M |  81 |2538 |3097 |2596 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1903.99/1910.80	c   888s|108600 |106328 |  4765k|  43.8 |  1084M |  81 |2538 |3088 |2621 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1904.98/1911.81	c   890s|108700 |106418 |  4769k|  43.9 |  1084M |  81 |2538 |3105 |2654 | 416k|  6 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1905.48/1912.39	c   890s|108800 |106512 |  4773k|  43.8 |  1084M |  81 |2538 |3097 |2596 | 416k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
1906.19/1913.02	c   891s|108900 |106608 |  4777k|  43.8 |  1084M |  81 |2538 |3092 |2560 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
1906.98/1913.83	c   892s|109000 |106706 |  4782k|  43.8 |  1086M |  81 |2538 |3080 |2629 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
1907.67/1914.53	c   892s|109100 |106802 |  4786k|  43.8 |  1086M |  81 |2538 |3079 |2602 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
1908.47/1915.36	c   893s|109200 |106898 |  4790k|  43.8 |  1086M |  81 |2538 |3087 |2629 | 418k|  1 |  11k|  14k|-1.123655e+04 |      --      |    Inf |   2.11%
1909.07/1915.94	c   894s|109300 |106994 |  4794k|  43.8 |  1087M |  81 |2538 |3082 |2599 | 418k|  1 |  11k|  14k|-1.123655e+04 |      --      |    Inf |   2.11%
1909.87/1916.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1909.87/1916.72	c   894s|109400 |107094 |  4797k|  43.8 |  1087M |  81 |2538 |3072 |2641 | 418k|  1 |  11k|  14k|-1.123665e+04 |      --      |    Inf |   2.11%
1910.57/1917.46	c   895s|109500 |107190 |  4802k|  43.8 |  1088M |  81 |2538 |3065 |2608 | 418k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
1911.66/1918.54	c   896s|109600 |107290 |  4807k|  43.8 |  1088M |  81 |2538 |3053 |2641 | 419k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
1912.46/1919.31	c   897s|109700 |107390 |  4811k|  43.8 |  1088M |  81 |2538 |3021 |2580 | 419k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
1913.36/1920.24	c   898s|109800 |107486 |  4816k|  43.8 |  1088M |  81 |2538 |3012 |2605 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1914.17/1921.08	c   899s|109900 |107572 |  4820k|  43.8 |  1089M |  81 |2538 |3046 |2607 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1914.95/1921.86	c   900s|110000 |107670 |  4823k|  43.8 |  1091M |  81 |2538 |3033 |2629 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1915.65/1922.57	c   900s|110100 |107764 |  4827k|  43.8 |  1091M |  81 |2538 |3070 |2596 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1916.35/1923.25	c   901s|110200 |107861 |  4831k|  43.8 |  1091M |  81 |2538 |3066 |2636 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1916.85/1923.79	c   901s|110300 |107955 |  4834k|  43.8 |  1091M |  81 |2538 |3062 |2540 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1917.44/1924.35	c   902s|110400 |108055 |  4838k|  43.8 |  1091M |  81 |2538 |3053 |2561 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1918.25/1925.18	c   903s|110500 |108155 |  4842k|  43.8 |  1092M |  81 |2538 |3043 |2638 | 422k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1918.94/1925.80	c   903s|110600 |108251 |  4846k|  43.8 |  1092M |  81 |2538 |3037 |2577 | 422k|  2 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1919.84/1926.79	c   904s|110700 |108347 |  4850k|  43.8 |  1092M |  81 |2538 |3027 |2562 | 422k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1920.83/1927.78	c   905s|110800 |108443 |  4855k|  43.8 |  1093M |  81 |2538 |3035 |2665 | 423k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1921.63/1928.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1921.63/1928.54	c   906s|110900 |108539 |  4859k|  43.8 |  1093M |  81 |2538 |3054 |2579 | 423k|  3 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1922.24/1929.13	c   907s|111000 |108635 |  4862k|  43.8 |  1093M |  81 |2538 |3042 |2600 | 423k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
1922.83/1929.78	c   907s|111100 |108731 |  4866k|  43.8 |  1093M |  81 |2538 |3045 |2557 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1923.72/1930.62	c   908s|111200 |108827 |  4871k|  43.8 |  1094M |  81 |2538 |3042 |2619 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1924.42/1931.36	c   909s|111300 |108923 |  4875k|  43.8 |  1094M |  81 |2538 |3041 |2564 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1925.13/1932.10	c   910s|111400 |109021 |  4879k|  43.8 |  1094M |  81 |2538 |3046 |2630 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1925.72/1932.65	c   910s|111500 |109121 |  4883k|  43.8 |  1094M |  81 |2538 |3043 |2625 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1926.52/1933.40	c   911s|111600 |109221 |  4887k|  43.8 |  1094M |  81 |2538 |3027 |2557 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1927.23/1934.16	c   912s|111700 |109319 |  4891k|  43.8 |  1094M |  81 |2538 |3015 |2634 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1927.91/1934.85	c   913s|111800 |109417 |  4895k|  43.8 |  1095M |  81 |2538 |3033 |2631 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1928.51/1935.45	c   913s|111900 |109517 |  4899k|  43.8 |  1095M |  81 |2538 |3011 |2574 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
1929.41/1936.33	c   914s|112000 |109613 |  4903k|  43.8 |  1096M |  81 |2538 |3006 |2630 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
1930.00/1937.00	c   915s|112100 |109713 |  4907k|  43.7 |  1096M |  81 |2538 |2988 |2575 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
1930.90/1937.83	c   916s|112200 |109809 |  4910k|  43.7 |  1096M |  81 |2538 |2982 |2611 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
1931.70/1938.69	c   916s|112300 |109905 |  4914k|  43.7 |  1096M |  81 |2538 |2966 |2553 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
1932.40/1939.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1932.40/1939.38	c   917s|112400 |110003 |  4918k|  43.7 |  1096M |  81 |2538 |2961 |2593 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
1933.29/1940.23	c   918s|112500 |110103 |  4923k|  43.7 |  1098M |  81 |2538 |2961 |2636 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
1934.11/1941.02	c   919s|112600 |110203 |  4926k|  43.7 |  1098M |  81 |2538 |2941 |2598 | 429k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1934.79/1941.79	c   919s|112700 |110299 |  4931k|  43.7 |  1100M |  81 |2538 |2935 |2622 | 429k|  3 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1935.69/1942.65	c   920s|112800 |110399 |  4935k|  43.7 |  1100M |  81 |2538 |2941 |2561 | 429k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1936.49/1943.47	c   921s|112900 |110495 |  4939k|  43.7 |  1100M |  81 |2538 |2943 |2608 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1937.20/1944.17	c   922s|113000 |110595 |  4943k|  43.7 |  1100M |  81 |2538 |2933 |2538 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1937.78/1944.76	c   922s|113100 |110691 |  4946k|  43.7 |  1100M |  81 |2538 |2924 |2619 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1938.58/1945.57	c   923s|113200 |110786 |  4951k|  43.7 |  1100M |  81 |2538 |2958 |2616 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1939.38/1946.30	c   924s|113300 |110884 |  4955k|  43.7 |  1100M |  81 |2538 |2952 |2588 | 431k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1940.09/1947.07	c   925s|113400 |110980 |  4960k|  43.7 |  1100M |  81 |2538 |2969 |2630 | 431k|  0 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
1940.97/1947.93	c   926s|113500 |111080 |  4964k|  43.7 |  1102M |  81 |2538 |2957 |2590 | 432k|  1 |  11k|  15k|-1.123769e+04 |      --      |    Inf |   2.11%
1941.77/1948.73	c   926s|113600 |111178 |  4968k|  43.7 |  1102M |  81 |2538 |3001 |2595 | 432k|  1 |  11k|  15k|-1.123769e+04 |      --      |    Inf |   2.11%
1942.57/1949.59	c   927s|113700 |111270 |  4973k|  43.7 |  1103M |  81 |2538 |3007 |2676 | 432k|  7 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1943.26/1950.29	c   928s|113800 |111368 |  4977k|  43.7 |  1104M |  81 |2538 |3004 |2652 | 432k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1944.07/1951.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1944.07/1951.08	c   929s|113900 |111460 |  4981k|  43.7 |  1104M |  81 |2538 |3013 |2683 | 433k|  5 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1944.86/1951.80	c   929s|114000 |111560 |  4985k|  43.7 |  1104M |  81 |2538 |3009 |2669 | 433k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1945.66/1952.68	c   930s|114100 |111650 |  4989k|  43.7 |  1104M |  81 |2538 |3018 |2628 | 434k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1946.55/1953.54	c   931s|114200 |111750 |  4994k|  43.7 |  1104M |  81 |2538 |3004 |2596 | 434k|  4 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1947.35/1954.37	c   932s|114300 |111846 |  4999k|  43.7 |  1106M |  81 |2538 |3018 |2633 | 434k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1948.35/1955.30	c   933s|114400 |111944 |  5006k|  43.7 |  1107M |  81 |2538 |3043 |2638 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1949.25/1956.27	c   934s|114500 |112036 |  5015k|  43.8 |  1107M |  81 |2538 |3060 |2592 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1950.54/1957.53	c   935s|114600 |112132 |  5025k|  43.8 |  1107M |  81 |2538 |3061 |2578 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1951.44/1958.44	c   936s|114700 |112228 |  5033k|  43.9 |  1109M |  81 |2538 |3056 |2573 | 436k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1952.54/1959.50	c   937s|114800 |112326 |  5043k|  43.9 |  1109M |  81 |2538 |3046 |2617 | 436k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1953.43/1960.48	c   938s|114900 |112422 |  5052k|  43.9 |  1109M |  81 |2538 |3061 |2562 | 437k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1954.73/1961.73	c   939s|115000 |112518 |  5063k|  44.0 |  1110M |  81 |2538 |3054 |2678 | 437k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1955.33/1962.38	c   940s|115100 |112618 |  5069k|  44.0 |  1110M |  81 |2538 |3029 |2588 | 438k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1956.42/1963.41	c   941s|115200 |112714 |  5078k|  44.1 |  1110M |  81 |2538 |3023 |2685 | 438k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1957.32/1964.32	c   942s|115300 |112814 |  5087k|  44.1 |  1110M |  81 |2538 |2996 |2587 | 439k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1958.32/1965.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1958.32/1965.34	c   943s|115400 |112912 |  5098k|  44.2 |  1111M |  81 |2538 |3015 |2618 | 439k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1959.41/1966.49	c   944s|115500 |113009 |  5108k|  44.2 |  1114M |  81 |2538 |3043 |2543 | 440k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
1960.71/1967.72	c   945s|115600 |113107 |  5120k|  44.3 |  1114M |  81 |2538 |3041 |2654 | 440k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
1961.61/1968.67	c   946s|115700 |113207 |  5128k|  44.3 |  1114M |  81 |2538 |3031 |2649 | 441k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
1962.61/1969.68	c   947s|115800 |113307 |  5138k|  44.3 |  1115M |  81 |2538 |3009 |2628 | 441k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
1963.60/1970.61	c   948s|115900 |113399 |  5146k|  44.4 |  1116M |  81 |2538 |3021 |2706 | 442k|  3 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
1964.40/1971.48	c   949s|116000 |113497 |  5155k|  44.4 |  1116M |  81 |2538 |3017 |2679 | 442k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
1965.11/1972.18	c   950s|116100 |113597 |  5161k|  44.4 |  1116M |  81 |2538 |3008 |2563 | 442k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
1966.19/1973.24	c   951s|116200 |113697 |  5172k|  44.5 |  1116M |  81 |2538 |2991 |2651 | 443k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
1967.00/1974.07	c   952s|116300 |113787 |  5180k|  44.5 |  1116M |  81 |2538 |3004 |2631 | 443k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
1968.19/1975.23	c   953s|116400 |113887 |  5189k|  44.6 |  1117M |  81 |2538 |2992 |2693 | 444k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
1969.19/1976.25	c   954s|116500 |113980 |  5197k|  44.6 |  1119M |  81 |2538 |2989 |2647 | 444k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
1970.28/1977.30	c   955s|116600 |114080 |  5208k|  44.6 |  1120M |  81 |2538 |2990 |2670 | 445k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1970.99/1978.09	c   956s|116700 |114180 |  5214k|  44.7 |  1120M |  81 |2538 |3024 |2607 | 445k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1972.38/1979.47	c   957s|116800 |114266 |  5225k|  44.7 |  1123M |  81 |2538 |3049 |2669 | 446k|  7 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1973.37/1980.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1973.37/1980.49	c   958s|116900 |114362 |  5236k|  44.8 |  1123M |  81 |2538 |3034 |2588 | 446k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1974.47/1981.59	c   959s|117000 |114462 |  5246k|  44.8 |  1123M |  81 |2538 |3015 |2646 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1975.27/1982.37	c   960s|117100 |114562 |  5255k|  44.9 |  1123M |  81 |2538 |3030 |2660 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1976.26/1983.36	c   961s|117200 |114660 |  5265k|  44.9 |  1123M |  81 |2538 |3027 |2569 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1977.26/1984.30	c   962s|117300 |114760 |  5273k|  44.9 |  1123M |  81 |2538 |3024 |2644 | 448k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1978.76/1985.81	c   964s|117400 |114858 |  5285k|  45.0 |  1123M |  81 |2538 |3025 |2709 | 448k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1979.97/1987.08	c   965s|117500 |114958 |  5299k|  45.1 |  1125M |  81 |2538 |3017 |2584 | 449k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1980.96/1988.02	c   966s|117600 |115052 |  5308k|  45.1 |  1125M |  81 |2538 |3028 |2588 | 449k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1982.06/1989.13	c   967s|117700 |115148 |  5320k|  45.2 |  1125M |  81 |2538 |3027 |2664 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1982.84/1989.98	c   968s|117800 |115246 |  5329k|  45.2 |  1126M |  81 |2538 |3024 |2712 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1983.84/1990.93	c   969s|117900 |115340 |  5338k|  45.3 |  1126M |  81 |2538 |3034 |2594 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1984.84/1991.96	c   970s|118000 |115434 |  5349k|  45.3 |  1126M |  81 |2538 |3036 |2701 | 451k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1985.73/1992.80	c   970s|118100 |115532 |  5357k|  45.3 |  1126M |  81 |2538 |3038 |2591 | 451k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1986.63/1993.78	c   971s|118200 |115632 |  5367k|  45.4 |  1128M |  81 |2538 |3033 |2646 | 452k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1987.43/1994.58	c   972s|118300 |115726 |  5375k|  45.4 |  1128M |  81 |2538 |3030 |2609 | 452k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1988.43/1995.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1988.43/1995.58	c   973s|118400 |115820 |  5384k|  45.4 |  1129M |  81 |2538 |3030 |2675 | 453k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1989.12/1996.24	c   974s|118500 |115913 |  5390k|  45.5 |  1129M |  81 |2538 |3034 |2604 | 453k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
1990.22/1997.30	c   975s|118600 |116013 |  5400k|  45.5 |  1129M |  81 |2538 |3010 |2634 | 454k|  1 |  12k|  15k|-1.123841e+04 |      --      |    Inf |   2.11%
1991.22/1998.32	c   976s|118700 |116107 |  5410k|  45.6 |  1129M |  81 |2538 |3031 |2569 | 454k|  1 |  12k|  15k|-1.123841e+04 |      --      |    Inf |   2.11%
1992.21/1999.32	c   977s|118800 |116207 |  5420k|  45.6 |  1130M |  81 |2538 |3020 |2604 | 455k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1993.21/2000.37	c   978s|118900 |116305 |  5430k|  45.6 |  1131M |  81 |2538 |3032 |2664 | 455k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1994.31/2001.49	c   979s|119000 |116397 |  5440k|  45.7 |  1133M |  81 |2538 |3044 |2629 | 456k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1995.31/2002.49	c   980s|119100 |116493 |  5450k|  45.7 |  1134M |  81 |2538 |3019 |2605 | 456k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1996.30/2003.48	c   981s|119200 |116593 |  5459k|  45.8 |  1135M |  81 |2538 |3007 |2647 | 457k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1997.30/2004.47	c   982s|119300 |116689 |  5467k|  45.8 |  1135M |  81 |2538 |2998 |2555 | 457k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1998.40/2005.54	c   983s|119400 |116785 |  5478k|  45.9 |  1136M |  81 |2538 |3003 |2667 | 458k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
1999.59/2006.75	c   984s|119500 |116877 |  5488k|  45.9 |  1137M |  81 |2538 |3007 |2689 | 459k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
2000.49/2007.62	c   985s|119600 |116967 |  5496k|  45.9 |  1137M |  81 |2538 |3036 |2560 | 459k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
2001.69/2008.89	c   987s|119700 |117067 |  5508k|  46.0 |  1137M |  81 |2538 |3017 |2681 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
2002.58/2009.76	c   987s|119800 |117161 |  5516k|  46.0 |  1138M |  81 |2538 |3012 |2597 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
2003.68/2010.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2003.68/2010.84	c   989s|119900 |117253 |  5526k|  46.1 |  1138M |  81 |2538 |3004 |2634 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
2004.99/2012.12	c   990s|120000 |117353 |  5536k|  46.1 |  1139M |  81 |2538 |2984 |2687 | 461k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
2005.99/2013.14	c   991s|120100 |117449 |  5544k|  46.1 |  1139M |  81 |2538 |2986 |2617 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
2007.07/2014.29	c   992s|120200 |117545 |  5554k|  46.2 |  1139M |  81 |2538 |2982 |2679 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
2008.07/2015.27	c   993s|120300 |117641 |  5561k|  46.2 |  1141M |  81 |2538 |2984 |2649 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
2008.98/2016.12	c   994s|120400 |117741 |  5570k|  46.2 |  1141M |  81 |2538 |2965 |2650 | 463k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
2009.88/2017.02	c   995s|120500 |117839 |  5578k|  46.3 |  1142M |  81 |2538 |2961 |2601 | 463k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
2010.87/2018.07	c   996s|120600 |117939 |  5586k|  46.3 |  1143M |  81 |2538 |2945 |2645 | 464k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
2011.97/2019.19	c   997s|120700 |118035 |  5595k|  46.3 |  1144M |  81 |2538 |2938 |2573 | 464k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
2012.87/2020.10	c   998s|120800 |118129 |  5603k|  46.4 |  1144M |  81 |2538 |2956 |2589 | 465k|  1 |  13k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
2014.35/2021.57	c   999s|120900 |118229 |  5616k|  46.4 |  1144M |  81 |2538 |2959 |2701 | 465k|  3 |  13k|  16k|-1.123875e+04 |      --      |    Inf |   2.11%
2015.25/2022.46	c  1000s|121000 |118329 |  5623k|  46.4 |  1144M |  81 |2538 |2942 |2546 | 466k|  1 |  13k|  16k|-1.123875e+04 |      --      |    Inf |   2.11%
2016.34/2023.50	c  1001s|121100 |118425 |  5631k|  46.5 |  1145M |  81 |2538 |2942 |2583 | 466k|  1 |  13k|  16k|-1.123923e+04 |      --      |    Inf |   2.11%
2017.34/2024.59	c  1002s|121200 |118521 |  5641k|  46.5 |  1146M |  81 |2538 |2940 |2647 | 467k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2018.14/2025.36	c  1003s|121300 |118619 |  5648k|  46.5 |  1147M |  81 |2538 |2984 |2686 | 467k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2019.23/2026.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2019.23/2026.42	c  1004s|121400 |118719 |  5657k|  46.6 |  1147M |  81 |2538 |2964 |2580 | 468k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2020.23/2027.41	c  1005s|121500 |118815 |  5666k|  46.6 |  1150M |  81 |2538 |2980 |2688 | 468k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2020.94/2028.18	c  1006s|121600 |118911 |  5674k|  46.6 |  1150M |  81 |2538 |2978 |2559 | 469k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2021.73/2028.94	c  1007s|121700 |119011 |  5681k|  46.7 |  1151M |  81 |2538 |2964 |2663 | 469k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2022.52/2029.76	c  1007s|121800 |119111 |  5689k|  46.7 |  1151M |  81 |2538 |2951 |2585 | 469k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2023.52/2030.77	c  1008s|121900 |119211 |  5697k|  46.7 |  1152M |  81 |2538 |2965 |2630 | 470k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2024.22/2031.42	c  1009s|122000 |119309 |  5704k|  46.7 |  1153M |  81 |2538 |2967 |2648 | 470k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2024.83/2032.03	c  1010s|122100 |119409 |  5709k|  46.7 |  1153M |  81 |2538 |2948 |2583 | 470k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2025.71/2032.90	c  1011s|122200 |119507 |  5717k|  46.8 |  1153M |  81 |2538 |2949 |2633 | 471k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2026.61/2033.85	c  1012s|122300 |119605 |  5725k|  46.8 |  1153M |  81 |2538 |2938 |2682 | 471k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2027.31/2034.57	c  1012s|122400 |119705 |  5731k|  46.8 |  1153M |  81 |2538 |2922 |2642 | 472k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2028.31/2035.58	c  1013s|122500 |119805 |  5739k|  46.8 |  1154M |  81 |2538 |2905 |2694 | 472k|  3 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2029.30/2036.50	c  1014s|122600 |119905 |  5748k|  46.9 |  1155M |  81 |2538 |2882 |2554 | 473k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2030.30/2037.52	c  1015s|122700 |120005 |  5756k|  46.9 |  1157M |  81 |2538 |2868 |2699 | 473k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2031.10/2038.37	c  1016s|122800 |120101 |  5764k|  46.9 |  1158M |  81 |2538 |2878 |2660 | 474k|  0 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2032.00/2039.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2032.00/2039.27	c  1017s|122900 |120199 |  5772k|  46.9 |  1160M |  81 |2538 |2876 |2589 | 474k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2033.09/2040.32	c  1018s|123000 |120297 |  5782k|  47.0 |  1161M |  81 |2538 |2866 |2603 | 475k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2034.09/2041.39	c  1019s|123100 |120393 |  5790k|  47.0 |  1163M |  81 |2538 |2865 |2563 | 475k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2034.90/2042.18	c  1020s|123200 |120493 |  5797k|  47.0 |  1164M |  81 |2538 |2859 |2649 | 476k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2035.68/2042.97	c  1021s|123300 |120593 |  5804k|  47.0 |  1164M |  81 |2538 |2857 |2636 | 476k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2036.48/2043.79	c  1021s|123400 |120693 |  5812k|  47.1 |  1165M |  81 |2538 |2852 |2583 | 476k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2037.68/2044.93	c  1023s|123500 |120793 |  5821k|  47.1 |  1166M |  81 |2538 |2862 |2648 | 477k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2038.48/2045.79	c  1023s|123600 |120891 |  5830k|  47.1 |  1166M |  81 |2538 |2861 |2650 | 477k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2039.67/2046.93	c  1025s|123700 |120987 |  5841k|  47.2 |  1166M |  81 |2538 |2861 |2580 | 478k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2041.07/2048.30	c  1026s|123800 |121083 |  5853k|  47.3 |  1171M |  81 |2538 |2861 |2683 | 478k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2041.78/2049.07	c  1027s|123900 |121183 |  5860k|  47.3 |  1172M |  81 |2538 |2862 |2593 | 479k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2042.96/2050.23	c  1028s|124000 |121283 |  5868k|  47.3 |  1173M |  81 |2538 |2850 |2620 | 479k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2043.77/2051.05	c  1029s|124100 |121383 |  5875k|  47.3 |  1174M |  81 |2538 |2840 |2662 | 480k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2044.77/2052.08	c  1030s|124200 |121479 |  5884k|  47.4 |  1174M |  81 |2538 |2837 |2583 | 480k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2045.87/2053.15	c  1031s|124300 |121579 |  5893k|  47.4 |  1175M |  81 |2538 |2825 |2676 | 481k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2046.76/2054.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2046.76/2054.06	c  1032s|124400 |121669 |  5901k|  47.4 |  1176M |  81 |2538 |2838 |2617 | 481k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2047.86/2055.16	c  1033s|124500 |121769 |  5911k|  47.5 |  1177M |  81 |2538 |2841 |2637 | 482k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2048.94/2056.23	c  1034s|124600 |121864 |  5922k|  47.5 |  1178M |  81 |2538 |2848 |2616 | 482k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2049.94/2057.23	c  1035s|124700 |121952 |  5931k|  47.5 |  1180M |  81 |2538 |2871 |2587 | 483k|  2 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2050.54/2057.86	c  1036s|124800 |122052 |  5938k|  47.6 |  1180M |  81 |2538 |2864 |2605 | 483k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2051.75/2059.05	c  1037s|124900 |122148 |  5948k|  47.6 |  1181M |  81 |2538 |2864 |2591 | 484k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2052.93/2060.29	c  1038s|125000 |122248 |  5959k|  47.7 |  1182M |  81 |2538 |2856 |2659 | 484k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2053.84/2061.17	c  1039s|125100 |122342 |  5968k|  47.7 |  1182M |  81 |2538 |2853 |2598 | 485k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2055.13/2062.47	c  1040s|125200 |122438 |  5979k|  47.7 |  1185M |  81 |2538 |2878 |2719 | 485k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2055.92/2063.28	c  1041s|125300 |122534 |  5987k|  47.8 |  1185M |  81 |2538 |2875 |2590 | 486k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2057.12/2064.43	c  1042s|125400 |122628 |  5997k|  47.8 |  1185M |  81 |2538 |2877 |2691 | 486k|  0 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2058.02/2065.36	c  1043s|125500 |122728 |  6005k|  47.8 |  1186M |  81 |2538 |2864 |2643 | 487k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2058.91/2066.24	c  1044s|125600 |122822 |  6014k|  47.9 |  1187M |  81 |2538 |2894 |2572 | 487k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2060.01/2067.33	c  1045s|125700 |122914 |  6024k|  47.9 |  1188M |  81 |2538 |2890 |2545 | 488k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2060.91/2068.29	c  1046s|125800 |123014 |  6032k|  47.9 |  1188M |  81 |2538 |2887 |2656 | 488k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2061.72/2069.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2061.72/2069.11	c  1047s|125900 |123112 |  6039k|  47.9 |  1188M |  81 |2538 |2893 |2648 | 489k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2062.72/2070.10	c  1048s|126000 |123202 |  6047k|  48.0 |  1189M |  81 |2538 |2914 |2642 | 489k|  0 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2063.81/2071.17	c  1049s|126100 |123296 |  6056k|  48.0 |  1189M |  81 |2538 |2924 |2638 | 489k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2064.71/2072.10	c  1050s|126200 |123392 |  6065k|  48.0 |  1192M |  81 |2538 |2903 |2616 | 490k|  3 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2065.81/2073.19	c  1051s|126300 |123484 |  6074k|  48.1 |  1192M |  81 |2538 |2906 |2704 | 490k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2066.59/2073.97	c  1052s|126400 |123584 |  6082k|  48.1 |  1193M |  81 |2538 |2921 |2627 | 491k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2067.49/2074.87	c  1053s|126500 |123678 |  6091k|  48.1 |  1193M |  81 |2538 |2965 |2637 | 491k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2068.19/2075.60	c  1053s|126600 |123776 |  6098k|  48.1 |  1194M |  81 |2538 |2953 |2630 | 492k|  4 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2068.98/2076.30	c  1054s|126700 |123874 |  6105k|  48.2 |  1195M |  81 |2538 |2952 |2601 | 492k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2070.08/2077.40	c  1055s|126800 |123974 |  6115k|  48.2 |  1196M |  81 |2538 |2938 |2672 | 493k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2071.08/2078.42	c  1056s|126900 |124068 |  6124k|  48.2 |  1196M |  81 |2538 |2950 |2640 | 493k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2071.88/2079.22	c  1057s|127000 |124168 |  6130k|  48.3 |  1196M |  81 |2538 |2945 |2617 | 494k|  2 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2072.47/2079.89	c  1058s|127100 |124268 |  6137k|  48.3 |  1198M |  81 |2538 |2927 |2612 | 494k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2073.37/2080.74	c  1058s|127200 |124364 |  6146k|  48.3 |  1199M |  81 |2538 |2945 |2654 | 494k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2074.17/2081.53	c  1059s|127300 |124461 |  6152k|  48.3 |  1200M |  81 |2538 |2946 |2674 | 495k|  6 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2074.78/2082.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2074.78/2082.17	c  1060s|127400 |124561 |  6158k|  48.3 |  1201M |  81 |2538 |2926 |2650 | 495k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2075.56/2082.96	c  1061s|127500 |124657 |  6165k|  48.3 |  1202M |  81 |2538 |2930 |2645 | 495k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2076.46/2083.88	c  1062s|127600 |124753 |  6174k|  48.4 |  1203M |  81 |2538 |2938 |2618 | 496k|  2 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2077.26/2084.69	c  1062s|127700 |124847 |  6181k|  48.4 |  1203M |  81 |2538 |2948 |2651 | 496k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2078.16/2085.56	c  1063s|127800 |124947 |  6188k|  48.4 |  1203M |  81 |2538 |2932 |2598 | 496k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2078.77/2086.16	c  1064s|127900 |125047 |  6194k|  48.4 |  1203M |  81 |2538 |2925 |2605 | 497k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2079.67/2087.09	c  1065s|128000 |125145 |  6205k|  48.5 |  1203M |  81 |2538 |2931 |2677 | 497k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2080.66/2088.03	c  1066s|128100 |125241 |  6213k|  48.5 |  1204M |  81 |2538 |2923 |2637 | 498k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2081.66/2089.02	c  1067s|128200 |125335 |  6222k|  48.5 |  1205M |  81 |2538 |2924 |2563 | 498k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2082.65/2090.03	c  1068s|128300 |125433 |  6230k|  48.5 |  1206M |  81 |2538 |2934 |2615 | 498k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2083.65/2091.08	c  1069s|128400 |125525 |  6239k|  48.6 |  1206M |  81 |2538 |2942 |2637 | 499k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2084.44/2091.82	c  1070s|128500 |125619 |  6246k|  48.6 |  1206M |  81 |2538 |2950 |2610 | 499k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2085.13/2092.51	c  1070s|128600 |125717 |  6252k|  48.6 |  1206M |  81 |2538 |2949 |2624 | 500k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2086.03/2093.46	c  1071s|128700 |125809 |  6262k|  48.6 |  1206M |  81 |2538 |2953 |2596 | 500k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2087.03/2094.44	c  1072s|128800 |125901 |  6272k|  48.7 |  1206M |  81 |2538 |2958 |2587 | 501k|  2 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2088.32/2095.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2088.32/2095.77	c  1073s|128900 |125999 |  6283k|  48.7 |  1208M |  81 |2538 |2956 |2627 | 501k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2089.12/2096.58	c  1074s|129000 |126097 |  6289k|  48.7 |  1208M |  81 |2538 |2966 |2633 | 502k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2090.12/2097.55	c  1075s|129100 |126197 |  6298k|  48.8 |  1210M |  81 |2538 |2962 |2587 | 502k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2090.81/2098.27	c  1076s|129200 |126297 |  6305k|  48.8 |  1211M |  81 |2538 |2952 |2662 | 503k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2091.62/2099.07	c  1077s|129300 |126391 |  6313k|  48.8 |  1211M |  81 |2538 |2955 |2633 | 503k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2092.21/2099.69	c  1077s|129400 |126491 |  6319k|  48.8 |  1214M |  81 |2538 |2945 |2595 | 503k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2093.22/2100.62	c  1078s|129500 |126589 |  6326k|  48.8 |  1216M |  81 |2538 |2947 |2672 | 504k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2094.11/2101.59	c  1079s|129600 |126682 |  6336k|  48.9 |  1217M |  81 |2538 |2952 |2591 | 504k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2095.11/2102.50	c  1080s|129700 |126778 |  6344k|  48.9 |  1218M |  81 |2538 |2960 |2623 | 505k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2095.91/2103.36	c  1081s|129800 |126876 |  6352k|  48.9 |  1218M |  81 |2538 |2961 |2638 | 505k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2096.81/2104.29	c  1082s|129900 |126974 |  6361k|  49.0 |  1219M |  81 |2538 |2959 |2629 | 506k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2097.72/2105.14	c  1083s|130000 |127068 |  6370k|  49.0 |  1219M |  81 |2538 |2973 |2639 | 506k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2098.50/2106.00	c  1084s|130100 |127166 |  6379k|  49.0 |  1220M |  81 |2538 |2965 |2617 | 507k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2099.50/2107.01	c  1085s|130200 |127264 |  6387k|  49.0 |  1220M |  81 |2538 |2957 |2632 | 507k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2100.30/2107.71	c  1085s|130300 |127358 |  6395k|  49.1 |  1220M |  81 |2538 |2973 |2580 | 508k|  2 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
2101.29/2108.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2101.29/2108.72	c  1086s|130400 |127452 |  6403k|  49.1 |  1220M |  81 |2538 |2970 |2652 | 508k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2102.19/2109.67	c  1087s|130500 |127550 |  6411k|  49.1 |  1220M |  81 |2538 |2974 |2545 | 508k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2103.19/2110.61	c  1088s|130600 |127648 |  6420k|  49.1 |  1220M |  81 |2538 |2973 |2602 | 509k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2104.28/2111.76	c  1089s|130700 |127744 |  6431k|  49.2 |  1220M |  81 |2538 |2969 |2599 | 509k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2105.08/2112.57	c  1090s|130800 |127842 |  6438k|  49.2 |  1222M |  81 |2538 |2966 |2612 | 510k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2106.18/2113.66	c  1091s|130900 |127934 |  6449k|  49.2 |  1224M |  81 |2538 |2976 |2603 | 510k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2107.18/2114.69	c  1092s|131000 |128028 |  6459k|  49.3 |  1224M |  81 |2538 |2984 |2658 | 511k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2107.77/2115.29	c  1093s|131100 |128120 |  6465k|  49.3 |  1224M |  81 |2538 |2987 |2578 | 511k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2108.68/2116.15	c  1094s|131200 |128216 |  6472k|  49.3 |  1224M |  81 |2538 |2990 |2634 | 512k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2109.37/2116.85	c  1095s|131300 |128316 |  6480k|  49.3 |  1224M |  81 |2538 |3000 |2640 | 512k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2110.27/2117.79	c  1095s|131400 |128416 |  6489k|  49.4 |  1224M |  81 |2538 |2982 |2654 | 512k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2111.06/2118.52	c  1096s|131500 |128508 |  6496k|  49.4 |  1225M |  81 |2538 |3012 |2663 | 513k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2112.06/2119.54	c  1097s|131600 |128600 |  6504k|  49.4 |  1227M |  81 |2538 |3020 |2657 | 513k|  4 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2112.96/2120.41	c  1098s|131700 |128692 |  6512k|  49.4 |  1227M |  81 |2538 |3028 |2582 | 514k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2113.95/2121.46	c  1099s|131800 |128790 |  6523k|  49.5 |  1228M |  81 |2538 |3026 |2585 | 514k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2114.85/2122.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2114.85/2122.30	c  1100s|131900 |128886 |  6532k|  49.5 |  1231M |  81 |2538 |3055 |2623 | 514k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2115.85/2123.34	c  1101s|132000 |128986 |  6540k|  49.5 |  1232M |  81 |2538 |3053 |2586 | 515k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2116.74/2124.25	c  1102s|132100 |129078 |  6549k|  49.6 |  1232M |  81 |2538 |3055 |2582 | 515k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2117.74/2125.29	c  1103s|132200 |129178 |  6559k|  49.6 |  1232M |  81 |2538 |3038 |2627 | 516k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2118.94/2126.47	c  1104s|132300 |129274 |  6570k|  49.6 |  1234M |  81 |2538 |3067 |2585 | 516k|  2 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2119.93/2127.42	c  1105s|132400 |129370 |  6579k|  49.7 |  1235M |  81 |2538 |3057 |2665 | 517k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2120.73/2128.21	c  1106s|132500 |129464 |  6587k|  49.7 |  1235M |  81 |2538 |3055 |2603 | 517k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2121.64/2129.13	c  1107s|132600 |129560 |  6595k|  49.7 |  1236M |  81 |2538 |3026 |2671 | 518k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2122.43/2129.94	c  1108s|132700 |129660 |  6603k|  49.7 |  1238M |  81 |2538 |2999 |2585 | 518k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2123.82/2131.32	c  1109s|132800 |129756 |  6613k|  49.8 |  1246M |  81 |2538 |2992 |2616 | 519k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2124.72/2132.27	c  1110s|132900 |129852 |  6622k|  49.8 |  1246M |  81 |2538 |2972 |2636 | 519k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2125.81/2133.35	c  1111s|133000 |129950 |  6633k|  49.9 |  1246M |  81 |2538 |2950 |2641 | 520k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2127.01/2134.51	c  1112s|133100 |130050 |  6642k|  49.9 |  1271M |  81 |2538 |2932 |2584 | 520k|  3 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2128.11/2135.60	c  1113s|133200 |130150 |  6650k|  49.9 |  1272M |  81 |2538 |2911 |2612 | 521k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2129.30/2136.86	c  1115s|133300 |130236 |  6661k|  49.9 |  1272M |  81 |2538 |2941 |2687 | 521k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2130.00/2137.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2130.00/2137.56	c  1115s|133400 |130332 |  6668k|  50.0 |  1272M |  81 |2538 |2927 |2600 | 522k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2131.10/2138.62	c  1116s|133500 |130432 |  6676k|  50.0 |  1272M |  81 |2538 |2910 |2635 | 522k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2131.89/2139.41	c  1117s|133600 |130532 |  6684k|  50.0 |  1272M |  81 |2538 |2888 |2552 | 523k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2132.79/2140.33	c  1118s|133700 |130626 |  6692k|  50.0 |  1272M |  81 |2538 |2889 |2596 | 523k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2133.60/2141.14	c  1119s|133800 |130720 |  6700k|  50.1 |  1272M |  81 |2538 |2896 |2622 | 523k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2134.69/2142.21	c  1120s|133900 |130818 |  6709k|  50.1 |  1272M |  81 |2538 |2904 |2679 | 524k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2135.38/2142.96	c  1121s|134000 |130916 |  6716k|  50.1 |  1273M |  81 |2538 |2889 |2576 | 524k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2136.38/2143.97	c  1122s|134100 |131016 |  6726k|  50.1 |  1275M |  81 |2538 |2883 |2622 | 525k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2137.28/2144.82	c  1123s|134200 |131108 |  6734k|  50.2 |  1276M |  81 |2538 |2888 |2579 | 525k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2138.28/2145.80	c  1123s|134300 |131204 |  6742k|  50.2 |  1276M |  81 |2538 |2881 |2626 | 526k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2139.17/2146.77	c  1124s|134400 |131300 |  6751k|  50.2 |  1278M |  81 |2538 |2879 |2594 | 526k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2140.27/2147.88	c  1126s|134500 |131400 |  6760k|  50.2 |  1278M |  81 |2538 |2868 |2642 | 526k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2141.17/2148.72	c  1126s|134600 |131500 |  6767k|  50.3 |  1279M |  81 |2538 |2858 |2710 | 527k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2142.16/2149.73	c  1127s|134700 |131594 |  6777k|  50.3 |  1279M |  81 |2538 |2862 |2634 | 527k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2143.16/2150.73	c  1128s|134800 |131686 |  6786k|  50.3 |  1279M |  81 |2538 |2873 |2636 | 528k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2143.96/2151.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2143.96/2151.56	c  1129s|134900 |131779 |  6794k|  50.3 |  1279M |  81 |2538 |2879 |2645 | 528k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2144.66/2152.29	c  1130s|135000 |131879 |  6801k|  50.4 |  1280M |  81 |2538 |2899 |2662 | 529k|  2 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2145.35/2152.90	c  1131s|135100 |131977 |  6808k|  50.4 |  1280M |  81 |2538 |2891 |2561 | 529k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2146.25/2153.80	c  1131s|135200 |132077 |  6817k|  50.4 |  1280M |  81 |2538 |2874 |2613 | 529k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2147.35/2154.92	c  1133s|135300 |132177 |  6826k|  50.4 |  1281M |  81 |2538 |2860 |2671 | 530k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2148.15/2155.79	c  1133s|135400 |132277 |  6834k|  50.5 |  1281M |  81 |2538 |2842 |2595 | 530k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2149.14/2156.71	c  1134s|135500 |132373 |  6841k|  50.5 |  1282M |  81 |2538 |2865 |2614 | 531k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2149.74/2157.36	c  1135s|135600 |132463 |  6847k|  50.5 |  1283M |  81 |2538 |2873 |2579 | 531k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2150.94/2158.59	c  1136s|135700 |132549 |  6857k|  50.5 |  1286M |  81 |2538 |2908 |2631 | 532k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2152.03/2159.62	c  1137s|135800 |132637 |  6866k|  50.5 |  1288M |  81 |2538 |2914 |2571 | 532k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2152.93/2160.52	c  1138s|135900 |132731 |  6873k|  50.6 |  1291M |  81 |2538 |2927 |2581 | 533k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2153.93/2161.53	c  1139s|136000 |132827 |  6882k|  50.6 |  1291M |  81 |2538 |2925 |2574 | 533k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2154.92/2162.55	c  1140s|136100 |132923 |  6891k|  50.6 |  1294M |  81 |2538 |2923 |2693 | 534k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2155.83/2163.48	c  1141s|136200 |133023 |  6900k|  50.6 |  1296M |  81 |2538 |2905 |2595 | 534k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2156.93/2164.56	c  1142s|136300 |133123 |  6910k|  50.7 |  1300M |  81 |2538 |2893 |2621 | 535k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2157.82/2165.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2157.82/2165.44	c  1143s|136400 |133215 |  6918k|  50.7 |  1301M |  81 |2538 |2925 |2669 | 535k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2158.72/2166.31	c  1144s|136500 |133315 |  6927k|  50.7 |  1301M |  81 |2538 |2893 |2610 | 535k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2159.62/2167.28	c  1145s|136600 |133415 |  6937k|  50.8 |  1301M |  81 |2538 |2865 |2673 | 536k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2160.53/2168.17	c  1146s|136700 |133511 |  6945k|  50.8 |  1301M |  81 |2538 |2865 |2585 | 536k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2161.31/2169.00	c  1147s|136800 |133607 |  6953k|  50.8 |  1301M |  81 |2538 |2878 |2613 | 537k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
2162.52/2170.11	c  1148s|136900 |133703 |  6963k|  50.8 |  1303M |  81 |2538 |2868 |2663 | 537k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2163.71/2171.36	c  1149s|137000 |133795 |  6975k|  50.9 |  1303M |  81 |2538 |2887 |2659 | 538k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2164.70/2172.38	c  1150s|137100 |133889 |  6984k|  50.9 |  1305M |  81 |2538 |2890 |2735 | 538k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2165.70/2173.37	c  1151s|137200 |133985 |  6995k|  51.0 |  1308M |  81 |2538 |2921 |2597 | 539k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2166.70/2174.35	c  1152s|137300 |134085 |  7002k|  51.0 |  1308M |  81 |2538 |2892 |2656 | 539k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2167.69/2175.32	c  1153s|137400 |134181 |  7011k|  51.0 |  1309M |  81 |2538 |2889 |2698 | 540k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2168.69/2176.33	c  1154s|137500 |134277 |  7021k|  51.0 |  1310M |  81 |2538 |2900 |2670 | 540k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2169.59/2177.20	c  1155s|137600 |134375 |  7029k|  51.1 |  1310M |  81 |2538 |2895 |2581 | 541k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2170.58/2178.28	c  1156s|137700 |134472 |  7039k|  51.1 |  1310M |  81 |2538 |2896 |2671 | 541k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2171.49/2179.16	c  1157s|137800 |134568 |  7047k|  51.1 |  1310M |  81 |2538 |2881 |2699 | 542k|  6 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2172.58/2180.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2172.58/2180.25	c  1158s|137900 |134668 |  7057k|  51.2 |  1310M |  81 |2538 |2869 |2695 | 542k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2173.67/2181.32	c  1159s|138000 |134768 |  7066k|  51.2 |  1310M |  81 |2538 |2856 |2605 | 543k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
2174.97/2182.61	c  1160s|138100 |134864 |  7078k|  51.2 |  1310M |  81 |2538 |2858 |2698 | 543k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
2175.87/2183.56	c  1161s|138200 |134962 |  7087k|  51.3 |  1310M |  81 |2538 |2847 |2588 | 544k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
2176.96/2184.62	c  1162s|138300 |135058 |  7096k|  51.3 |  1311M |  81 |2538 |2837 |2662 | 544k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
2177.86/2185.56	c  1163s|138400 |135158 |  7105k|  51.3 |  1311M |  81 |2538 |2826 |2566 | 545k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
2178.66/2186.35	c  1164s|138500 |135256 |  7112k|  51.3 |  1313M |  81 |2538 |2827 |2589 | 545k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
2180.06/2187.72	c  1165s|138600 |135344 |  7123k|  51.4 |  1313M |  81 |2538 |2835 |2617 | 546k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
2180.85/2188.54	c  1166s|138700 |135436 |  7131k|  51.4 |  1313M |  81 |2538 |2871 |2605 | 546k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
2182.05/2189.70	c  1167s|138800 |135528 |  7143k|  51.4 |  1314M |  81 |2538 |2890 |2580 | 547k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
2182.95/2190.61	c  1168s|138900 |135628 |  7152k|  51.5 |  1314M |  81 |2538 |2879 |2655 | 547k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
2183.74/2191.41	c  1169s|139000 |135728 |  7158k|  51.5 |  1316M |  81 |2538 |2875 |2687 | 548k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
2184.54/2192.23	c  1170s|139100 |135824 |  7166k|  51.5 |  1316M |  81 |2538 |2875 |2611 | 548k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
2185.64/2193.38	c  1171s|139200 |135920 |  7175k|  51.5 |  1317M |  81 |2538 |2858 |2586 | 549k|  2 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
2186.54/2194.23	c  1172s|139300 |136020 |  7183k|  51.5 |  1318M |  81 |2538 |2850 |2599 | 549k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
2187.44/2195.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2187.44/2195.11	c  1173s|139400 |136116 |  7191k|  51.6 |  1319M |  81 |2538 |2850 |2676 | 549k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
2188.34/2196.01	c  1174s|139500 |136210 |  7199k|  51.6 |  1321M |  81 |2538 |2852 |2700 | 550k|  6 |  15k|  17k|-1.124019e+04 |      --      |    Inf |   2.11%
2189.13/2196.87	c  1175s|139600 |136306 |  7208k|  51.6 |  1321M |  81 |2538 |2835 |2582 | 550k|  1 |  15k|  17k|-1.124019e+04 |      --      |    Inf |   2.11%
2190.22/2197.94	c  1176s|139700 |136402 |  7219k|  51.7 |  1321M |  81 |2538 |2842 |2664 | 551k|  1 |  15k|  18k|-1.124019e+04 |      --      |    Inf |   2.11%
2191.22/2198.97	c  1177s|139800 |136496 |  7228k|  51.7 |  1322M |  81 |2538 |2859 |2631 | 551k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
2192.21/2199.96	c  1178s|139900 |136588 |  7237k|  51.7 |  1323M |  81 |2538 |2905 |2697 | 552k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
2193.21/2200.94	c  1179s|140000 |136680 |  7247k|  51.7 |  1328M |  81 |2538 |2903 |2556 | 552k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
2194.01/2201.76	c  1179s|140100 |136778 |  7254k|  51.8 |  1328M |  81 |2538 |2909 |2635 | 553k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
2195.10/2202.86	c  1181s|140200 |136872 |  7262k|  51.8 |  1328M |  81 |2538 |2912 |2669 | 553k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
2196.10/2203.88	c  1182s|140300 |136970 |  7271k|  51.8 |  1329M |  81 |2538 |2922 |2606 | 554k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
2197.20/2204.95	c  1183s|140400 |137070 |  7279k|  51.8 |  1330M |  81 |2538 |2911 |2653 | 554k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
2198.10/2205.83	c  1184s|140500 |137166 |  7286k|  51.8 |  1330M |  81 |2538 |2891 |2633 | 554k|  1 |  15k|  18k|-1.124040e+04 |      --      |    Inf |   2.11%
2199.19/2206.93	c  1185s|140600 |137260 |  7297k|  51.9 |  1330M |  81 |2538 |2882 |2624 | 555k|  3 |  15k|  18k|-1.124040e+04 |      --      |    Inf |   2.11%
2200.09/2207.84	c  1186s|140700 |137352 |  7304k|  51.9 |  1332M |  81 |2538 |2900 |2597 | 555k|  1 |  15k|  18k|-1.124040e+04 |      --      |    Inf |   2.11%
2201.09/2208.82	c  1187s|140800 |137448 |  7314k|  51.9 |  1332M |  81 |2538 |2894 |2610 | 556k|  1 |  15k|  18k|-1.124040e+04 |      --      |    Inf |   2.11%
2201.88/2209.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2201.88/2209.60	c  1187s|140900 |137548 |  7322k|  51.9 |  1332M |  81 |2538 |2887 |2642 | 556k|  1 |  15k|  18k|-1.124040e+04 |      --      |    Inf |   2.11%
2202.78/2210.58	c  1188s|141000 |137645 |  7331k|  52.0 |  1332M |  81 |2538 |2887 |2593 | 557k|  1 |  15k|  18k|-1.124048e+04 |      --      |    Inf |   2.11%
2203.68/2211.46	c  1189s|141100 |137741 |  7339k|  52.0 |  1332M |  81 |2538 |2878 |2545 | 557k|  1 |  15k|  18k|-1.124048e+04 |      --      |    Inf |   2.11%
2204.88/2212.65	c  1190s|141200 |137839 |  7351k|  52.0 |  1332M |  81 |2538 |2869 |2681 | 558k|  1 |  15k|  18k|-1.124054e+04 |      --      |    Inf |   2.11%
2205.77/2213.58	c  1191s|141300 |137935 |  7360k|  52.1 |  1332M |  81 |2538 |2884 |2694 | 558k|  1 |  15k|  18k|-1.124054e+04 |      --      |    Inf |   2.11%
2206.87/2214.69	c  1192s|141400 |138029 |  7370k|  52.1 |  1332M |  81 |2538 |2878 |2593 | 559k|  1 |  15k|  18k|-1.124054e+04 |      --      |    Inf |   2.11%
2207.77/2215.58	c  1193s|141500 |138125 |  7378k|  52.1 |  1333M |  81 |2538 |2871 |2569 | 559k|  1 |  15k|  18k|-1.124055e+04 |      --      |    Inf |   2.11%
2208.86/2216.68	c  1194s|141600 |138225 |  7387k|  52.2 |  1333M |  81 |2538 |2862 |2654 | 560k|  1 |  15k|  18k|-1.124055e+04 |      --      |    Inf |   2.11%
2209.96/2217.71	c  1195s|141700 |138323 |  7398k|  52.2 |  1333M |  81 |2538 |2866 |2602 | 560k|  1 |  15k|  18k|-1.124057e+04 |      --      |    Inf |   2.11%
2211.06/2218.88	c  1197s|141800 |138423 |  7408k|  52.2 |  1333M |  81 |2538 |2851 |2605 | 561k|  1 |  15k|  18k|-1.124057e+04 |      --      |    Inf |   2.11%
2212.05/2219.87	c  1198s|141900 |138517 |  7417k|  52.3 |  1333M |  81 |2538 |2854 |2615 | 561k|  1 |  15k|  18k|-1.124057e+04 |      --      |    Inf |   2.11%
2213.05/2220.81	c  1199s|142000 |138609 |  7426k|  52.3 |  1335M |  81 |2538 |2894 |2575 | 562k|  1 |  15k|  18k|-1.124057e+04 |      --      |    Inf |   2.11%
2213.95/2221.76	c  1199s|142100 |138709 |  7435k|  52.3 |  1335M |  81 |2538 |2878 |2629 | 562k|  1 |  15k|  18k|-1.124057e+04 |      --      |    Inf |   2.11%
2214.95/2222.71	c  1200s|142200 |138805 |  7445k|  52.3 |  1336M |  81 |2538 |2878 |2587 | 562k|  2 |  15k|  18k|-1.124057e+04 |      --      |    Inf |   2.11%
2216.04/2223.88	c  1202s|142300 |138905 |  7458k|  52.4 |  1337M |  81 |2538 |2867 |2607 | 563k|  1 |  15k|  18k|-1.124066e+04 |      --      |    Inf |   2.11%
2217.14/2224.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2217.14/2224.96	c  1203s|142400 |139003 |  7467k|  52.4 |  1337M |  81 |2538 |2853 |2655 | 563k|  1 |  15k|  18k|-1.124066e+04 |      --      |    Inf |   2.11%
2218.25/2226.07	c  1204s|142500 |139093 |  7478k|  52.5 |  1339M |  81 |2538 |2859 |2653 | 564k|  1 |  15k|  18k|-1.124066e+04 |      --      |    Inf |   2.11%
2219.34/2227.17	c  1205s|142600 |139191 |  7487k|  52.5 |  1345M |  81 |2538 |2860 |2687 | 565k|  1 |  15k|  18k|-1.124066e+04 |      --      |    Inf |   2.11%
2220.24/2228.11	c  1206s|142700 |139289 |  7496k|  52.5 |  1347M |  81 |2538 |2845 |2586 | 565k|  1 |  15k|  18k|-1.124066e+04 |      --      |    Inf |   2.11%
2221.35/2229.19	c  1207s|142800 |139383 |  7506k|  52.5 |  1348M |  81 |2538 |2854 |2665 | 566k|  1 |  16k|  18k|-1.124066e+04 |      --      |    Inf |   2.11%
2222.34/2230.11	c  1208s|142900 |139479 |  7515k|  52.6 |  1348M |  81 |2538 |2937 |2573 | 566k|  1 |  16k|  18k|-1.124066e+04 |      --      |    Inf |   2.11%
2223.43/2231.28	c  1209s|143000 |139573 |  7526k|  52.6 |  1349M |  81 |2538 |2942 |2658 | 566k|  1 |  16k|  18k|-1.124066e+04 |      --      |    Inf |   2.11%
2224.34/2232.13	c  1210s|143100 |139673 |  7535k|  52.6 |  1349M |  81 |2538 |2925 |2666 | 567k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2225.42/2233.27	c  1211s|143200 |139773 |  7544k|  52.7 |  1351M |  81 |2538 |2906 |2679 | 567k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2226.23/2234.04	c  1212s|143300 |139869 |  7553k|  52.7 |  1351M |  81 |2538 |2917 |2648 | 568k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2227.23/2235.02	c  1213s|143400 |139966 |  7562k|  52.7 |  1351M |  81 |2538 |2916 |2632 | 568k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2228.11/2235.96	c  1214s|143500 |140066 |  7572k|  52.7 |  1352M |  81 |2538 |2897 |2606 | 569k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2229.71/2237.51	c  1215s|143600 |140162 |  7582k|  52.8 |  1354M |  81 |2538 |2915 |2694 | 569k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2230.60/2238.48	c  1216s|143700 |140260 |  7591k|  52.8 |  1354M |  81 |2538 |2896 |2587 | 570k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2231.60/2239.44	c  1217s|143800 |140360 |  7601k|  52.8 |  1354M |  81 |2538 |2879 |2614 | 570k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2232.80/2240.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2232.80/2240.61	c  1218s|143900 |140452 |  7613k|  52.9 |  1355M |  81 |2538 |2897 |2627 | 571k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2233.60/2241.45	c  1219s|144000 |140546 |  7621k|  52.9 |  1356M |  81 |2538 |2895 |2611 | 571k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2234.49/2242.37	c  1220s|144100 |140640 |  7630k|  52.9 |  1356M |  81 |2538 |2901 |2659 | 571k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2235.39/2243.28	c  1221s|144200 |140733 |  7639k|  53.0 |  1356M |  81 |2538 |2902 |2628 | 572k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2236.20/2244.05	c  1222s|144300 |140829 |  7647k|  53.0 |  1356M |  81 |2538 |2910 |2675 | 572k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2237.38/2245.23	c  1223s|144400 |140921 |  7655k|  53.0 |  1357M |  81 |2538 |2922 |2662 | 573k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2238.20/2246.05	c  1224s|144500 |141017 |  7664k|  53.0 |  1357M |  81 |2538 |2915 |2596 | 573k|  1 |  16k|  18k|-1.124071e+04 |      --      |    Inf |   2.11%
2239.08/2246.94	c  1225s|144600 |141117 |  7672k|  53.0 |  1358M |  81 |2538 |2902 |2706 | 574k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2240.08/2247.94	c  1226s|144700 |141217 |  7680k|  53.1 |  1358M |  81 |2538 |2878 |2578 | 574k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2241.19/2249.06	c  1227s|144800 |141313 |  7690k|  53.1 |  1358M |  81 |2538 |2857 |2686 | 575k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2242.18/2250.05	c  1228s|144900 |141413 |  7700k|  53.1 |  1358M |  81 |2538 |2834 |2568 | 575k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2243.28/2251.15	c  1229s|145000 |141507 |  7710k|  53.2 |  1358M |  81 |2538 |2846 |2664 | 576k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2244.28/2252.17	c  1230s|145100 |141603 |  7718k|  53.2 |  1358M |  81 |2538 |2850 |2593 | 576k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2245.06/2252.98	c  1231s|145200 |141697 |  7726k|  53.2 |  1360M |  81 |2538 |2859 |2691 | 577k|  2 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2246.17/2254.02	c  1232s|145300 |141797 |  7735k|  53.2 |  1362M |  81 |2538 |2858 |2573 | 577k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2247.06/2254.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2247.06/2254.92	c  1233s|145400 |141895 |  7743k|  53.2 |  1362M |  81 |2538 |2857 |2590 | 578k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2248.35/2256.21	c  1234s|145500 |141989 |  7754k|  53.3 |  1364M |  81 |2538 |2866 |2549 | 578k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2249.95/2257.85	c  1236s|145600 |142087 |  7773k|  53.4 |  1364M |  81 |2538 |2865 |2602 | 579k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2251.04/2258.95	c  1237s|145700 |142183 |  7781k|  53.4 |  1368M |  81 |2538 |2867 |2581 | 579k|  1 |  16k|  18k|-1.124091e+04 |      --      |    Inf |   2.11%
2251.94/2259.88	c  1238s|145800 |142283 |  7789k|  53.4 |  1368M |  81 |2538 |2855 |2604 | 580k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2253.54/2261.43	c  1239s|145900 |142377 |  7801k|  53.5 |  1368M |  81 |2538 |2872 |2714 | 581k|  8 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2254.33/2262.26	c  1240s|146000 |142473 |  7809k|  53.5 |  1369M |  81 |2538 |2878 |2705 | 581k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2255.73/2263.64	c  1241s|146100 |142565 |  7820k|  53.5 |  1369M |  81 |2538 |2868 |2670 | 582k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2256.73/2264.63	c  1242s|146200 |142661 |  7828k|  53.5 |  1369M |  81 |2538 |2851 |2650 | 582k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2257.62/2265.53	c  1243s|146300 |142761 |  7835k|  53.5 |  1371M |  81 |2538 |2831 |2643 | 583k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2258.42/2266.33	c  1244s|146400 |142859 |  7843k|  53.6 |  1372M |  81 |2538 |2813 |2595 | 583k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2259.42/2267.32	c  1245s|146500 |142959 |  7852k|  53.6 |  1373M |  81 |2538 |2801 |2641 | 584k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2260.23/2268.14	c  1246s|146600 |143059 |  7859k|  53.6 |  1373M |  81 |2538 |2787 |2688 | 584k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2261.51/2269.42	c  1247s|146700 |143155 |  7870k|  53.6 |  1374M |  81 |2538 |2786 |2696 | 585k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2262.51/2270.40	c  1248s|146800 |143255 |  7879k|  53.7 |  1376M |  81 |2538 |2767 |2585 | 585k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2263.51/2271.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2263.51/2271.47	c  1249s|146900 |143355 |  7888k|  53.7 |  1376M |  81 |2538 |2760 |2625 | 586k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2264.60/2272.57	c  1250s|147000 |143447 |  7897k|  53.7 |  1376M |  81 |2538 |2779 |2596 | 586k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2265.60/2273.55	c  1251s|147100 |143543 |  7907k|  53.7 |  1377M |  81 |2538 |2805 |2654 | 587k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2266.70/2274.61	c  1252s|147200 |143639 |  7917k|  53.8 |  1378M |  81 |2538 |2816 |2656 | 587k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2267.69/2275.67	c  1253s|147300 |143733 |  7927k|  53.8 |  1378M |  81 |2538 |2853 |2582 | 587k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2268.69/2276.65	c  1254s|147400 |143829 |  7936k|  53.8 |  1378M |  81 |2538 |2858 |2577 | 588k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2269.79/2277.73	c  1255s|147500 |143921 |  7946k|  53.9 |  1379M |  81 |2538 |2876 |2562 | 588k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2270.88/2278.85	c  1257s|147600 |144021 |  7955k|  53.9 |  1379M |  81 |2538 |2888 |2627 | 589k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2272.09/2280.05	c  1258s|147700 |144113 |  7966k|  53.9 |  1379M |  81 |2538 |2896 |2581 | 589k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2273.19/2281.14	c  1259s|147800 |144213 |  7975k|  53.9 |  1379M |  81 |2538 |2900 |2618 | 590k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2273.97/2281.99	c  1260s|147900 |144309 |  7983k|  54.0 |  1380M |  81 |2538 |2903 |2671 | 590k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2274.87/2282.83	c  1261s|148000 |144409 |  7991k|  54.0 |  1381M |  81 |2538 |2881 |2589 | 591k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2276.08/2284.05	c  1262s|148100 |144501 |  8000k|  54.0 |  1382M |  81 |2538 |2888 |2622 | 591k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2276.96/2285.00	c  1263s|148200 |144595 |  8007k|  54.0 |  1384M |  81 |2538 |2915 |2644 | 592k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2278.07/2286.02	c  1264s|148300 |144679 |  8016k|  54.0 |  1385M |  81 |2538 |2974 |2660 | 592k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2278.96/2286.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2278.96/2286.96	c  1265s|148400 |144771 |  8024k|  54.1 |  1389M |  81 |2538 |2981 |2586 | 593k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2279.95/2287.92	c  1266s|148500 |144871 |  8033k|  54.1 |  1389M |  81 |2538 |2957 |2654 | 593k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2280.75/2288.73	c  1266s|148600 |144969 |  8042k|  54.1 |  1389M |  81 |2538 |2943 |2557 | 593k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2281.55/2289.56	c  1267s|148700 |145069 |  8050k|  54.1 |  1389M |  81 |2538 |2929 |2623 | 594k|  2 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2282.35/2290.32	c  1268s|148800 |145163 |  8057k|  54.1 |  1390M |  81 |2538 |2950 |2648 | 594k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2283.06/2291.05	c  1269s|148900 |145255 |  8064k|  54.1 |  1391M |  81 |2538 |2938 |2609 | 594k|  1 |  16k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2283.94/2291.94	c  1270s|149000 |145351 |  8073k|  54.2 |  1391M |  81 |2538 |2949 |2572 | 595k|  1 |  17k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2284.94/2292.98	c  1271s|149100 |145451 |  8082k|  54.2 |  1391M |  81 |2538 |2939 |2639 | 595k|  1 |  17k|  18k|-1.124095e+04 |      --      |    Inf |   2.11%
2286.05/2294.03	c  1272s|149200 |145551 |  8092k|  54.2 |  1391M |  81 |2538 |2927 |2656 | 596k|  1 |  17k|  18k|-1.124105e+04 |      --      |    Inf |   2.11%
2287.04/2295.08	c  1273s|149300 |145647 |  8104k|  54.3 |  1392M |  81 |2538 |2914 |2657 | 596k|  1 |  17k|  18k|-1.124107e+04 |      --      |    Inf |   2.11%
2287.93/2295.99	c  1274s|149400 |145743 |  8111k|  54.3 |  1393M |  81 |2538 |2917 |2631 | 597k|  2 |  17k|  18k|-1.124107e+04 |      --      |    Inf |   2.11%
2288.73/2296.76	c  1274s|149500 |145843 |  8118k|  54.3 |  1394M |  81 |2538 |2903 |2582 | 597k|  1 |  17k|  18k|-1.124107e+04 |      --      |    Inf |   2.11%
2289.72/2297.72	c  1275s|149600 |145943 |  8127k|  54.3 |  1394M |  81 |2538 |2899 |2589 | 597k|  1 |  17k|  19k|-1.124107e+04 |      --      |    Inf |   2.11%
2290.52/2298.55	c  1276s|149700 |146043 |  8136k|  54.3 |  1394M |  81 |2538 |2881 |2646 | 598k|  1 |  17k|  19k|-1.124107e+04 |      --      |    Inf |   2.11%
2291.33/2299.39	c  1277s|149800 |146139 |  8144k|  54.3 |  1394M |  81 |2538 |2891 |2603 | 598k|  1 |  17k|  19k|-1.124107e+04 |      --      |    Inf |   2.11%
2292.72/2300.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2292.72/2300.78	c  1278s|149900 |146235 |  8155k|  54.4 |  1397M |  81 |2538 |2893 |2654 | 599k|  1 |  17k|  19k|-1.124107e+04 |      --      |    Inf |   2.11%
2293.72/2301.78	c  1279s|150000 |146329 |  8165k|  54.4 |  1399M |  81 |2538 |2907 |2677 | 599k|  1 |  17k|  19k|-1.124107e+04 |      --      |    Inf |   2.11%
2294.52/2302.56	c  1280s|150100 |146425 |  8171k|  54.4 |  1399M |  81 |2538 |2924 |2660 | 600k|  1 |  17k|  19k|-1.124107e+04 |      --      |    Inf |   2.11%
2295.51/2303.55	c  1281s|150200 |146525 |  8180k|  54.4 |  1399M |  81 |2538 |2904 |2601 | 600k|  1 |  17k|  19k|-1.124107e+04 |      --      |    Inf |   2.11%
2296.51/2304.51	c  1282s|150300 |146619 |  8190k|  54.5 |  1399M |  81 |2538 |2912 |2672 | 601k|  1 |  17k|  19k|-1.124112e+04 |      --      |    Inf |   2.11%
2297.31/2305.32	c  1283s|150400 |146717 |  8198k|  54.5 |  1399M |  81 |2538 |2906 |2583 | 601k|  1 |  17k|  19k|-1.124112e+04 |      --      |    Inf |   2.11%
2298.41/2306.40	c  1284s|150500 |146815 |  8207k|  54.5 |  1399M |  81 |2538 |2908 |2649 | 602k|  1 |  17k|  19k|-1.124112e+04 |      --      |    Inf |   2.11%
2299.50/2307.52	c  1285s|150600 |146911 |  8217k|  54.5 |  1399M |  81 |2538 |2930 |2567 | 602k|  1 |  17k|  19k|-1.124112e+04 |      --      |    Inf |   2.11%
2300.50/2308.50	c  1286s|150700 |147011 |  8226k|  54.6 |  1403M |  81 |2538 |2932 |2625 | 603k|  1 |  17k|  19k|-1.124112e+04 |      --      |    Inf |   2.11%
2301.20/2309.25	c  1287s|150800 |147111 |  8233k|  54.6 |  1403M |  81 |2538 |2917 |2584 | 603k|  1 |  17k|  19k|-1.124112e+04 |      --      |    Inf |   2.11%
2302.19/2310.22	c  1288s|150900 |147207 |  8242k|  54.6 |  1404M |  81 |2538 |2922 |2636 | 604k|  1 |  17k|  19k|-1.124112e+04 |      --      |    Inf |   2.11%
2302.79/2310.88	c  1289s|151000 |147301 |  8248k|  54.6 |  1404M |  81 |2538 |2910 |2636 | 604k|  1 |  17k|  19k|-1.124112e+04 |      --      |    Inf |   2.11%
2303.79/2311.83	c  1290s|151100 |147395 |  8257k|  54.6 |  1405M |  81 |2538 |2895 |2610 | 604k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2304.88/2312.96	c  1291s|151200 |147495 |  8266k|  54.7 |  1406M |  81 |2538 |2880 |2699 | 605k|  2 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2305.88/2314.00	c  1292s|151300 |147591 |  8273k|  54.7 |  1407M |  81 |2538 |2873 |2690 | 605k|  6 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2306.68/2314.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2306.68/2314.73	c  1292s|151400 |147687 |  8281k|  54.7 |  1408M |  81 |2538 |2882 |2629 | 606k|  0 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2307.68/2315.74	c  1293s|151500 |147779 |  8290k|  54.7 |  1409M |  81 |2538 |2884 |2597 | 606k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2308.67/2316.75	c  1294s|151600 |147877 |  8298k|  54.7 |  1412M |  81 |2538 |2888 |2666 | 606k|  0 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2310.08/2318.14	c  1296s|151700 |147977 |  8309k|  54.8 |  1422M |  81 |2538 |2876 |2621 | 607k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2310.98/2319.01	c  1297s|151800 |148069 |  8317k|  54.8 |  1422M |  81 |2538 |2880 |2574 | 607k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2311.56/2319.67	c  1297s|151900 |148167 |  8323k|  54.8 |  1422M |  81 |2538 |2879 |2593 | 608k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2312.66/2320.73	c  1298s|152000 |148267 |  8334k|  54.8 |  1423M |  81 |2538 |2861 |2676 | 608k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2313.85/2321.90	c  1300s|152100 |148359 |  8343k|  54.8 |  1424M |  81 |2538 |2876 |2701 | 609k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2314.65/2322.70	c  1300s|152200 |148459 |  8351k|  54.9 |  1426M |  81 |2538 |2859 |2579 | 609k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2315.35/2323.47	c  1301s|152300 |148559 |  8359k|  54.9 |  1426M |  81 |2538 |2845 |2643 | 610k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2316.55/2324.64	c  1302s|152400 |148659 |  8369k|  54.9 |  1428M |  81 |2538 |2829 |2680 | 610k|  3 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2317.54/2325.60	c  1303s|152500 |148751 |  8377k|  54.9 |  1430M |  81 |2538 |2848 |2687 | 611k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2318.44/2326.59	c  1304s|152600 |148847 |  8386k|  54.9 |  1431M |  81 |2538 |2854 |2577 | 611k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2319.54/2327.69	c  1305s|152700 |148945 |  8396k|  55.0 |  1432M |  81 |2538 |2859 |2661 | 612k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2320.63/2328.75	c  1306s|152800 |149039 |  8406k|  55.0 |  1434M |  81 |2538 |2882 |2569 | 612k|  1 |  17k|  19k|-1.124135e+04 |      --      |    Inf |   2.11%
2321.43/2329.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2321.43/2329.59	c  1307s|152900 |149139 |  8415k|  55.0 |  1434M |  81 |2538 |2871 |2633 | 613k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2322.53/2330.67	c  1308s|153000 |149233 |  8426k|  55.1 |  1434M |  81 |2538 |2879 |2602 | 613k|  2 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2323.42/2331.59	c  1309s|153100 |149333 |  8435k|  55.1 |  1434M |  81 |2538 |2874 |2620 | 614k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2324.43/2332.53	c  1310s|153200 |149425 |  8443k|  55.1 |  1435M |  81 |2538 |2898 |2600 | 614k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2325.23/2333.31	c  1311s|153300 |149521 |  8450k|  55.1 |  1436M |  81 |2538 |2910 |2661 | 615k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2325.94/2334.07	c  1312s|153400 |149621 |  8457k|  55.1 |  1436M |  81 |2538 |2896 |2648 | 615k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2327.12/2335.22	c  1313s|153500 |149717 |  8465k|  55.1 |  1436M |  81 |2538 |2885 |2628 | 615k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2327.93/2336.08	c  1314s|153600 |149813 |  8474k|  55.1 |  1436M |  81 |2538 |2877 |2587 | 616k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2329.12/2337.22	c  1315s|153700 |149909 |  8484k|  55.2 |  1438M |  81 |2538 |2859 |2706 | 616k|  2 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2330.03/2338.18	c  1316s|153800 |150001 |  8491k|  55.2 |  1438M |  81 |2538 |2872 |2645 | 617k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2331.02/2339.15	c  1317s|153900 |150101 |  8500k|  55.2 |  1439M |  81 |2538 |2883 |2719 | 617k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2332.02/2340.13	c  1318s|154000 |150199 |  8509k|  55.2 |  1439M |  81 |2538 |2880 |2598 | 618k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2333.02/2341.12	c  1319s|154100 |150299 |  8518k|  55.3 |  1439M |  81 |2538 |2866 |2642 | 618k|  1 |  17k|  19k|-1.124142e+04 |      --      |    Inf |   2.11%
2333.80/2341.99	c  1320s|154200 |150393 |  8527k|  55.3 |  1439M |  81 |2538 |2871 |2647 | 619k|  2 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2334.80/2342.93	c  1321s|154300 |150491 |  8536k|  55.3 |  1440M |  81 |2538 |2863 |2689 | 619k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2336.01/2344.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2336.01/2344.12	c  1322s|154400 |150591 |  8547k|  55.3 |  1440M |  81 |2538 |2854 |2613 | 620k|  4 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2336.69/2344.81	c  1323s|154500 |150685 |  8554k|  55.3 |  1440M |  81 |2538 |2861 |2606 | 620k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2337.59/2345.80	c  1323s|154600 |150785 |  8564k|  55.4 |  1441M |  81 |2538 |2865 |2679 | 621k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2338.69/2346.83	c  1325s|154700 |150877 |  8574k|  55.4 |  1442M |  81 |2538 |2875 |2642 | 621k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2339.59/2347.70	c  1325s|154800 |150973 |  8582k|  55.4 |  1442M |  81 |2538 |2871 |2548 | 622k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2340.68/2348.84	c  1327s|154900 |151073 |  8592k|  55.5 |  1444M |  81 |2538 |2863 |2632 | 622k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2341.58/2349.72	c  1327s|155000 |151173 |  8601k|  55.5 |  1444M |  81 |2538 |2860 |2681 | 623k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2342.48/2350.63	c  1328s|155100 |151273 |  8610k|  55.5 |  1444M |  81 |2538 |2846 |2602 | 624k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2343.47/2351.66	c  1329s|155200 |151373 |  8620k|  55.5 |  1444M |  81 |2538 |2834 |2664 | 624k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2344.37/2352.51	c  1330s|155300 |151473 |  8627k|  55.5 |  1445M |  81 |2538 |2818 |2584 | 624k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2345.07/2353.25	c  1331s|155400 |151569 |  8634k|  55.5 |  1445M |  81 |2538 |2834 |2592 | 625k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2346.26/2354.40	c  1332s|155500 |151663 |  8645k|  55.6 |  1445M |  81 |2538 |2847 |2564 | 625k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2347.16/2355.30	c  1333s|155600 |151761 |  8653k|  55.6 |  1445M |  81 |2538 |2836 |2615 | 626k|  2 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2348.06/2356.29	c  1334s|155700 |151861 |  8662k|  55.6 |  1446M |  81 |2538 |2827 |2670 | 626k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2349.16/2357.36	c  1335s|155800 |151949 |  8673k|  55.6 |  1446M |  81 |2538 |2843 |2672 | 627k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2350.05/2358.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2350.05/2358.20	c  1336s|155900 |152041 |  8681k|  55.7 |  1447M |  81 |2538 |2879 |2625 | 627k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2350.96/2359.13	c  1337s|156000 |152141 |  8688k|  55.7 |  1447M |  81 |2538 |2871 |2633 | 627k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2351.65/2359.88	c  1338s|156100 |152241 |  8696k|  55.7 |  1448M |  81 |2538 |2857 |2544 | 628k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2352.44/2360.63	c  1338s|156200 |152341 |  8703k|  55.7 |  1449M |  81 |2538 |2859 |2612 | 628k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2353.44/2361.66	c  1339s|156300 |152435 |  8713k|  55.7 |  1451M |  81 |2538 |2855 |2584 | 629k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2354.24/2362.49	c  1340s|156400 |152533 |  8720k|  55.7 |  1454M |  81 |2538 |2851 |2613 | 629k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2355.44/2363.68	c  1341s|156500 |152625 |  8730k|  55.8 |  1455M |  81 |2538 |2848 |2680 | 630k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2356.63/2364.87	c  1343s|156600 |152721 |  8741k|  55.8 |  1455M |  81 |2538 |2839 |2634 | 630k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2357.43/2365.67	c  1343s|156700 |152821 |  8749k|  55.8 |  1456M |  81 |2538 |2829 |2649 | 631k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2358.53/2366.72	c  1344s|156800 |152921 |  8760k|  55.8 |  1457M |  81 |2538 |2816 |2618 | 631k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2359.32/2367.56	c  1345s|156900 |153017 |  8767k|  55.9 |  1458M |  81 |2538 |2831 |2637 | 632k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2360.32/2368.50	c  1346s|157000 |153113 |  8776k|  55.9 |  1459M |  81 |2538 |2841 |2698 | 632k|  0 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2361.12/2369.38	c  1347s|157100 |153209 |  8786k|  55.9 |  1459M |  81 |2538 |2830 |2574 | 632k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2362.42/2370.65	c  1348s|157200 |153301 |  8797k|  55.9 |  1464M |  81 |2538 |2853 |2590 | 633k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2363.31/2371.54	c  1349s|157300 |153397 |  8806k|  56.0 |  1466M |  81 |2538 |2891 |2585 | 633k|  1 |  17k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2364.71/2372.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2364.71/2372.96	c  1351s|157400 |153488 |  8816k|  56.0 |  1487M |  81 |2538 |2917 |2566 | 634k|  1 |  18k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2365.61/2373.84	c  1352s|157500 |153584 |  8823k|  56.0 |  1487M |  81 |2538 |2921 |2639 | 634k|  1 |  18k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2366.60/2374.85	c  1353s|157600 |153678 |  8832k|  56.0 |  1487M |  81 |2538 |2923 |2673 | 635k|  1 |  18k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2367.70/2375.97	c  1354s|157700 |153778 |  8842k|  56.1 |  1487M |  81 |2538 |2905 |2688 | 635k|  1 |  18k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2369.00/2377.24	c  1355s|157800 |153872 |  8851k|  56.1 |  1487M |  81 |2538 |2913 |2634 | 636k|  1 |  18k|  19k|-1.124147e+04 |      --      |    Inf |   2.11%
2370.19/2378.40	c  1356s|157900 |153968 |  8861k|  56.1 |  1488M |  81 |2538 |2892 |2628 | 636k|  1 |  18k|  19k|-1.124150e+04 |      --      |    Inf |   2.11%
2370.90/2379.16	c  1357s|158000 |154060 |  8869k|  56.1 |  1488M |  81 |2538 |2915 |2566 | 636k|  1 |  18k|  19k|-1.124150e+04 |      --      |    Inf |   2.11%
2371.99/2380.21	c  1358s|158100 |154156 |  8878k|  56.1 |  1488M |  81 |2538 |2918 |2655 | 637k|  1 |  18k|  19k|-1.124150e+04 |      --      |    Inf |   2.11%
2372.69/2380.98	c  1359s|158200 |154252 |  8887k|  56.2 |  1488M |  81 |2538 |2902 |2571 | 637k|  1 |  18k|  19k|-1.124150e+04 |      --      |    Inf |   2.11%
2373.58/2381.84	c  1360s|158300 |154340 |  8896k|  56.2 |  1488M |  81 |2538 |2909 |2599 | 638k|  1 |  18k|  19k|-1.124150e+04 |      --      |    Inf |   2.11%
2374.58/2382.85	c  1361s|158400 |154436 |  8904k|  56.2 |  1488M |  81 |2538 |2909 |2656 | 638k|  1 |  18k|  19k|-1.124150e+04 |      --      |    Inf |   2.11%
2375.58/2383.88	c  1362s|158500 |154530 |  8913k|  56.2 |  1489M |  81 |2538 |2917 |2631 | 639k|  1 |  18k|  19k|-1.124150e+04 |      --      |    Inf |   2.11%
2376.48/2384.72	c  1362s|158600 |154630 |  8921k|  56.2 |  1489M |  81 |2538 |2884 |2555 | 639k|  1 |  18k|  19k|-1.124151e+04 |      --      |    Inf |   2.11%
2377.47/2385.70	c  1363s|158700 |154730 |  8929k|  56.2 |  1492M |  81 |2538 |2868 |2592 | 640k|  1 |  18k|  19k|-1.124151e+04 |      --      |    Inf |   2.11%
2378.67/2386.90	c  1365s|158800 |154830 |  8941k|  56.3 |  1495M |  81 |2538 |2855 |2708 | 640k|  1 |  18k|  19k|-1.124159e+04 |      --      |    Inf |   2.11%
2379.56/2387.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2379.56/2387.82	c  1366s|158900 |154928 |  8949k|  56.3 |  1497M |  81 |2538 |2861 |2596 | 641k|  1 |  18k|  19k|-1.124159e+04 |      --      |    Inf |   2.11%
2380.66/2388.92	c  1367s|159000 |155024 |  8960k|  56.3 |  1498M |  81 |2538 |2865 |2647 | 641k|  1 |  18k|  19k|-1.124159e+04 |      --      |    Inf |   2.11%
2381.46/2389.73	c  1367s|159100 |155120 |  8968k|  56.4 |  1499M |  81 |2538 |2852 |2569 | 641k|  1 |  18k|  19k|-1.124180e+04 |      --      |    Inf |   2.11%
2382.36/2390.60	c  1368s|159200 |155220 |  8976k|  56.4 |  1499M |  81 |2538 |2840 |2616 | 642k|  1 |  18k|  19k|-1.124180e+04 |      --      |    Inf |   2.11%
2383.35/2391.69	c  1369s|159300 |155320 |  8985k|  56.4 |  1500M |  81 |2538 |2825 |2679 | 642k|  1 |  18k|  19k|-1.124182e+04 |      --      |    Inf |   2.11%
2384.65/2392.92	c  1371s|159400 |155416 |  8995k|  56.4 |  1500M |  81 |2538 |2823 |2665 | 643k|  1 |  18k|  19k|-1.124184e+04 |      --      |    Inf |   2.11%
2385.76/2394.03	c  1372s|159500 |155510 |  9005k|  56.4 |  1501M |  81 |2538 |2828 |2587 | 643k|  1 |  18k|  19k|-1.124184e+04 |      --      |    Inf |   2.11%
2386.94/2395.20	c  1373s|159600 |155602 |  9015k|  56.5 |  1501M |  81 |2538 |2830 |2609 | 644k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2388.04/2396.36	c  1374s|159700 |155702 |  9024k|  56.5 |  1504M |  81 |2538 |2822 |2634 | 645k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2389.14/2397.46	c  1375s|159800 |155798 |  9033k|  56.5 |  1505M |  81 |2538 |2815 |2576 | 645k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2390.23/2398.57	c  1376s|159900 |155896 |  9042k|  56.5 |  1505M |  81 |2538 |2830 |2625 | 645k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2391.13/2399.44	c  1377s|160000 |155992 |  9049k|  56.5 |  1505M |  81 |2538 |2841 |2715 | 646k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2391.63/2399.99	c  1378s|160100 |156082 |  9054k|  56.5 |  1505M |  81 |2538 |2855 |2582 | 646k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2392.63/2400.98	c  1379s|160200 |156178 |  9064k|  56.6 |  1505M |  81 |2538 |2852 |2693 | 647k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2393.93/2402.24	c  1380s|160300 |156274 |  9075k|  56.6 |  1506M |  81 |2538 |2848 |2660 | 647k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2394.93/2403.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2394.93/2403.23	c  1381s|160400 |156374 |  9083k|  56.6 |  1507M |  81 |2538 |2839 |2682 | 647k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2395.74/2404.09	c  1382s|160500 |156468 |  9091k|  56.6 |  1508M |  81 |2538 |2849 |2596 | 648k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2396.73/2405.05	c  1383s|160600 |156566 |  9099k|  56.6 |  1509M |  81 |2538 |2834 |2656 | 648k|  2 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2397.83/2406.15	c  1384s|160700 |156664 |  9108k|  56.7 |  1510M |  81 |2538 |2833 |2723 | 649k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2398.83/2407.18	c  1385s|160800 |156764 |  9119k|  56.7 |  1510M |  81 |2538 |2826 |2605 | 649k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2399.91/2408.23	c  1386s|160900 |156860 |  9128k|  56.7 |  1511M |  81 |2538 |2830 |2635 | 650k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2400.91/2409.22	c  1387s|161000 |156956 |  9137k|  56.7 |  1511M |  81 |2538 |2849 |2604 | 650k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2401.91/2410.27	c  1388s|161100 |157054 |  9147k|  56.8 |  1513M |  81 |2538 |2844 |2643 | 651k|  1 |  18k|  19k|-1.124195e+04 |      --      |    Inf |   2.11%
2402.82/2411.16	c  1389s|161200 |157152 |  9156k|  56.8 |  1513M |  81 |2538 |2837 |2677 | 651k|  1 |  18k|  19k|-1.124207e+04 |      --      |    Inf |   2.11%
2403.72/2412.10	c  1390s|161300 |157248 |  9163k|  56.8 |  1514M |  81 |2538 |2836 |2624 | 651k|  1 |  18k|  19k|-1.124247e+04 |      --      |    Inf |   2.11%
2404.81/2413.16	c  1391s|161400 |157342 |  9173k|  56.8 |  1515M |  81 |2538 |2847 |2645 | 652k|  1 |  18k|  19k|-1.124247e+04 |      --      |    Inf |   2.11%
2405.71/2414.09	c  1392s|161500 |157440 |  9181k|  56.8 |  1515M |  81 |2538 |2847 |2694 | 652k|  5 |  18k|  19k|-1.124247e+04 |      --      |    Inf |   2.11%
2406.60/2414.98	c  1393s|161600 |157528 |  9189k|  56.8 |  1517M |  81 |2538 |2885 |2653 | 653k|  1 |  18k|  19k|-1.124247e+04 |      --      |    Inf |   2.11%
2407.49/2415.82	c  1394s|161700 |157620 |  9198k|  56.9 |  1518M |  81 |2538 |2897 |2558 | 653k|  1 |  18k|  20k|-1.124247e+04 |      --      |    Inf |   2.11%
2408.59/2417.00	c  1395s|161800 |157720 |  9209k|  56.9 |  1518M |  81 |2538 |2888 |2686 | 654k|  1 |  18k|  20k|-1.124247e+04 |      --      |    Inf |   2.11%
2409.59/2417.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2409.59/2417.96	c  1396s|161900 |157818 |  9215k|  56.9 |  1519M |  81 |2538 |2881 |2664 | 654k|  1 |  18k|  20k|-1.124247e+04 |      --      |    Inf |   2.11%
2410.70/2419.02	c  1397s|162000 |157910 |  9224k|  56.9 |  1519M |  81 |2538 |2880 |2587 | 655k|  1 |  18k|  20k|-1.124247e+04 |      --      |    Inf |   2.11%
2411.58/2419.98	c  1398s|162100 |158002 |  9233k|  56.9 |  1521M |  81 |2538 |2898 |2653 | 655k|  2 |  18k|  20k|-1.124247e+04 |      --      |    Inf |   2.11%
2412.58/2420.96	c  1399s|162200 |158100 |  9241k|  57.0 |  1521M |  81 |2538 |2893 |2608 | 656k|  1 |  18k|  20k|-1.124252e+04 |      --      |    Inf |   2.11%
2413.38/2421.78	c  1399s|162300 |158198 |  9249k|  57.0 |  1521M |  81 |2538 |2886 |2652 | 656k|  1 |  18k|  20k|-1.124252e+04 |      --      |    Inf |   2.11%
2413.97/2422.31	c 
2413.97/2422.31	c SCIP Status        : solving was interrupted [time limit reached]
2413.97/2422.31	c Solving Time (sec) : 1400.00
2413.97/2422.31	c Solving Nodes      : 162359
2413.97/2422.31	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2413.97/2422.31	c Dual Bound         : -1.12425248226950e+04
2413.97/2422.31	c Gap                : infinite
2413.97/2422.31	c SCIP status: 23 (TIMELIMIT)
2413.97/2422.31	c solveScip: freeing transform (!can_skip_free_transform)
2414.69/2423.04	c SCIP LP bound tightened UB: 2296329 -> 2296326
2414.69/2423.04	c pb_solver_status: sst_unknown
2414.69/2423.04	c LB_goalvalue: 0
2414.69/2423.04	c UB_goalvalue: 2296326
2414.69/2423.04	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2414.69/2423.04	c SCIP returned: sst_unknown
2414.69/2423.04	c SCIP primal LB: -oo, dual UB: 2296326
2414.69/2423.04	c assumptions: 
2414.69/2423.04	c invoking solver with time budget: 5.000000
2419.78/2428.18	c sat_solver_result: sst_unknown
2419.78/2428.18	c SAT solver timed out; proceeding to cooperative SCIP call
2419.78/2428.18	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 2296326
2419.78/2428.18	c scip solving with time budget: 1800.000000
2419.78/2428.18	c solveScip
2419.78/2428.18	c initScipForCoop
2419.78/2428.18	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2419.78/2428.19	c presolving:
2419.78/2428.19	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
2419.86/2428.20	c    (0.0s) running MILP presolver
2419.86/2428.21	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2419.86/2428.21	c (round 2, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs, 0 implints
2419.86/2428.21	c (round 3, exhaustive) 0 del vars, 96 del conss, 0 add conss, 0 chg bounds, 188 chg sides, 0 chg coeffs, 2352 upgd conss, 0 impls, 143 clqs, 0 implints
2419.86/2428.28	c    (0.1s) probing: 51/2538 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2419.86/2428.28	c    (0.1s) probing aborted: 50/50 successive totally useless probings
2419.86/2428.29	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2419.86/2428.29	c    (0.1s) no symmetry present (symcode time: 0.00)
2419.86/2428.30	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
2419.86/2428.30	c  0 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 188 changed sides, 0 changed coefficients
2419.86/2428.30	c  0 implications, 143 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2419.86/2428.30	c presolved problem has 2538 variables (2538 bin, 0 int, 0 cont) and 2352 constraints
2419.86/2428.30	c    2162 constraints of type <knapsack>
2419.86/2428.30	c     143 constraints of type <setppc>
2419.86/2428.30	c      47 constraints of type <logicor>
2419.86/2428.30	c transformed objective value is always integral (scale: 1)
2419.86/2428.30	c Presolving Time: 0.11
2419.86/2428.30	c 
2419.96/2428.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2419.96/2428.34	c   0.2s|     1 |     0 |   331 |     - |   989M |   0 |2538 |2527 |2352 |   0 |  0 | 174 |   0 |-9.914936e+03 |      --      |    Inf | unknown
2420.06/2428.49	c   0.3s|     1 |     0 |  1688 |     - |   989M |   0 |2538 |2527 |2398 |  46 |  1 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
2420.16/2428.53	c   0.3s|     1 |     0 |  1749 |     - |   989M |   0 |2538 |2527 |2429 |  77 |  2 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
2420.16/2428.58	c   0.4s|     1 |     0 |  1803 |     - |   989M |   0 |2538 |2527 |2457 | 105 |  3 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
2420.26/2428.64	c   0.5s|     1 |     0 |  1860 |     - |   989M |   0 |2538 |2527 |2485 | 133 |  4 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
2420.36/2428.71	c   0.5s|     1 |     0 |  1925 |     - |   989M |   0 |2538 |2527 |2514 | 162 |  5 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
2420.36/2428.76	c   0.6s|     1 |     0 |  1995 |     - |   990M |   0 |2538 |2527 |2545 | 193 |  6 | 174 |   0 |-1.032002e+04 |      --      |    Inf | unknown
2420.46/2428.82	c   0.6s|     1 |     0 |  2074 |     - |   990M |   0 |2538 |2527 |2573 | 221 |  7 | 174 |   0 |-1.036464e+04 |      --      |    Inf | unknown
2420.46/2428.88	c   0.7s|     1 |     0 |  2146 |     - |   990M |   0 |2538 |2528 |2602 | 250 |  8 | 175 |   0 |-1.036464e+04 |      --      |    Inf | unknown
2420.56/2428.93	c   0.8s|     1 |     0 |  2240 |     - |   990M |   0 |2538 |2529 |2629 | 277 |  9 | 176 |   0 |-1.045087e+04 |      --      |    Inf | unknown
2420.56/2429.00	c   0.8s|     1 |     0 |  2308 |     - |   990M |   0 |2538 |2531 |2662 | 310 | 10 | 178 |   0 |-1.045087e+04 |      --      |    Inf | unknown
2420.67/2429.04	c   0.9s|     1 |     0 |  2363 |     - |   990M |   0 |2538 |2533 |2687 | 335 | 11 | 180 |   0 |-1.045087e+04 |      --      |    Inf | unknown
2420.67/2429.07	c   0.9s|     1 |     0 |  2404 |     - |   990M |   0 |2538 |2534 |2711 | 359 | 12 | 181 |   0 |-1.045087e+04 |      --      |    Inf | unknown
2420.67/2429.10	c   0.9s|     1 |     0 |  2450 |     - |   990M |   0 |2538 |2535 |2675 | 379 | 13 | 182 |   0 |-1.045087e+04 |      --      |    Inf | unknown
2420.77/2429.13	c   1.0s|     1 |     0 |  2502 |     - |   990M |   0 |2538 |2536 |2696 | 400 | 14 | 183 |   0 |-1.045087e+04 |      --      |    Inf | unknown
2420.77/2429.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2420.77/2429.17	c   1.0s|     1 |     0 |  2542 |     - |   990M |   0 |2538 |2537 |2713 | 417 | 15 | 184 |   0 |-1.045087e+04 |      --      |    Inf | unknown
2420.86/2429.20	c   1.0s|     1 |     0 |  2597 |     - |   990M |   0 |2538 |2538 |2736 | 440 | 16 | 185 |   0 |-1.045087e+04 |      --      |    Inf | unknown
2420.86/2429.24	c   1.1s|     1 |     0 |  2674 |     - |   990M |   0 |2538 |2539 |2759 | 463 | 17 | 186 |   0 |-1.045340e+04 |      --      |    Inf | unknown
2420.86/2429.27	c   1.1s|     1 |     0 |  2750 |     - |   990M |   0 |2538 |2541 |2775 | 479 | 18 | 188 |   0 |-1.045340e+04 |      --      |    Inf | unknown
2420.96/2429.30	c   1.1s|     1 |     0 |  2818 |     - |   990M |   0 |2538 |2542 |2674 | 501 | 19 | 189 |   0 |-1.045499e+04 |      --      |    Inf | unknown
2420.96/2429.34	c   1.2s|     1 |     0 |  2902 |     - |   990M |   0 |2538 |2543 |2697 | 524 | 20 | 190 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2420.96/2429.37	c   1.2s|     1 |     0 |  2945 |     - |   990M |   0 |2538 |2543 |2719 | 546 | 21 | 190 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.06/2429.40	c   1.2s|     1 |     0 |  2983 |     - |   990M |   0 |2538 |2544 |2735 | 562 | 22 | 191 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.06/2429.42	c   1.2s|     1 |     0 |  3023 |     - |   990M |   0 |2538 |2545 |2752 | 579 | 23 | 192 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.06/2429.45	c   1.3s|     1 |     0 |  3073 |     - |   990M |   0 |2538 |2546 |2765 | 592 | 24 | 193 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.06/2429.48	c   1.3s|     1 |     0 |  3103 |     - |   990M |   0 |2538 |2547 |2704 | 605 | 25 | 194 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.16/2429.50	c   1.3s|     1 |     0 |  3134 |     - |   990M |   0 |2538 |2548 |2715 | 616 | 26 | 195 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.16/2429.53	c   1.3s|     1 |     0 |  3166 |     - |   990M |   0 |2538 |2549 |2725 | 626 | 27 | 196 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.16/2429.55	c   1.4s|     1 |     0 |  3196 |     - |   990M |   0 |2538 |2550 |2736 | 637 | 28 | 197 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.16/2429.57	c   1.4s|     1 |     0 |  3230 |     - |   990M |   0 |2538 |2551 |2746 | 647 | 29 | 198 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.26/2429.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2421.26/2429.60	c   1.4s|     1 |     0 |  3256 |     - |   990M |   0 |2538 |2552 |2756 | 657 | 30 | 199 |   0 |-1.048261e+04 |      --      |    Inf | unknown
2421.77/2430.19	c   2.0s|     1 |     2 |  4877 |     - |   990M |   0 |2538 |2565 |2756 | 657 | 30 | 212 |  14 |-1.048261e+04 |      --      |    Inf | unknown
2426.25/2434.63	c   6.4s|   100 |    95 |  8776 |  57.2 |   991M |  18 |2538 |2640 |2541 | 951 |  1 | 292 | 945 |-1.055861e+04 |      --      |    Inf |   1.03%
2428.34/2436.77	c   8.6s|   200 |   189 | 12874 |  49.0 |   991M |  18 |2538 |2689 |2525 |1301 |  1 | 342 |1297 |-1.060822e+04 |      --      |    Inf |   1.90%
2430.53/2439.00	c  10.8s|   300 |   285 | 16699 |  45.4 |   988M |  22 |2538 |2712 |2542 |1759 |  1 | 366 |1578 |-1.084126e+04 |      --      |    Inf |   1.93%
2432.03/2440.44	c  12.3s|   400 |   385 | 20936 |  44.7 |   988M |  22 |2538 |2752 |2536 |2176 |  1 | 408 |1764 |-1.084126e+04 |      --      |    Inf |   1.93%
2433.23/2441.63	c  13.4s|   500 |   477 | 25903 |  45.7 |   988M |  23 |2538 |2794 |2538 |2569 |  1 | 452 |1883 |-1.085154e+04 |      --      |    Inf |   1.98%
2434.32/2442.79	c  14.6s|   600 |   573 | 30945 |  46.5 |   988M |  23 |2538 |2910 |2543 |2911 |  1 | 572 |1998 |-1.085154e+04 |      --      |    Inf |   2.09%
2435.92/2444.32	c  16.1s|   700 |   671 | 36873 |  48.3 |   988M |  23 |2538 |2943 |2524 |3315 |  1 | 609 |2119 |-1.085154e+04 |      --      |    Inf |   2.10%
2437.12/2445.55	c  17.4s|   800 |   769 | 41612 |  48.2 |   988M |  24 |2538 |2969 |2543 |3688 |  1 | 638 |2207 |-1.090911e+04 |      --      |    Inf |   2.10%
2438.31/2446.77	c  18.6s|   900 |   867 | 44727 |  46.3 |   988M |  29 |2538 |3019 |2562 |4171 |  1 | 689 |2272 |-1.090911e+04 |      --      |    Inf |   2.10%
2439.62/2448.01	c  19.8s|  1000 |   967 | 50377 |  47.3 |   988M |  29 |2538 |3071 |2582 |4613 |  1 | 743 |2302 |-1.095800e+04 |      --      |    Inf |   2.10%
2441.50/2449.97	c  21.8s|  1100 |  1067 | 61023 |  52.7 |   988M |  29 |2538 |3142 |2577 |5059 |  2 | 815 |2341 |-1.100798e+04 |      --      |    Inf |   2.10%
2442.80/2451.26	c  23.1s|  1200 |  1167 | 64014 |  50.8 |   988M |  33 |2538 |3189 |2535 |5392 |  1 | 870 |2386 |-1.100939e+04 |      --      |    Inf |   2.10%
2444.10/2452.50	c  24.3s|  1300 |  1267 | 67589 |  49.6 |   988M |  33 |2538 |3275 |2556 |5790 |  1 | 960 |2405 |-1.101949e+04 |      --      |    Inf |   2.10%
2445.49/2453.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2445.49/2453.90	c  25.7s|  1400 |  1367 | 71200 |  48.7 |   988M |  33 |2538 |3432 |2524 |6183 |  1 |1128 |2423 |-1.101993e+04 |      --      |    Inf |   2.10%
2446.60/2455.01	c  26.8s|  1500 |  1467 | 74048 |  47.3 |   988M |  33 |2538 |3491 |2570 |6537 |  1 |1194 |2430 |-1.102901e+04 |      --      |    Inf |   2.10%
2447.60/2456.03	c  27.9s|  1600 |  1567 | 77991 |  46.8 |   988M |  33 |2538 |3491 |2532 |6861 |  1 |1194 |2446 |-1.102933e+04 |      --      |    Inf |   2.10%
2448.38/2456.81	c  28.6s|  1700 |  1667 | 80308 |  45.4 |   988M |  33 |2538 |3489 |2544 |7149 |  1 |1194 |2461 |-1.103545e+04 |      --      |    Inf |   2.10%
2448.78/2457.21	c  29.0s|  1800 |  1765 | 82813 |  44.3 |   988M |  33 |2538 |3493 |2561 |7566 |  1 |1202 |2475 |-1.103985e+04 |      --      |    Inf |   2.10%
2449.18/2457.63	c  29.4s|  1900 |  1865 | 85413 |  43.3 |   988M |  33 |2538 |3485 |2551 |7853 |  1 |1202 |2501 |-1.103985e+04 |      --      |    Inf |   2.10%
2449.48/2458.00	c  29.8s|  2000 |  1965 | 88107 |  42.5 |   988M |  33 |2538 |3484 |2556 |8247 |  1 |1213 |2509 |-1.103985e+04 |      --      |    Inf |   2.10%
2450.08/2458.52	c  30.3s|  2100 |  2065 | 91019 |  41.9 |   988M |  33 |2538 |3475 |2569 |8531 |  2 |1213 |2538 |-1.103985e+04 |      --      |    Inf |   2.10%
2450.48/2458.95	c  30.8s|  2200 |  2165 | 94005 |  41.3 |   988M |  33 |2538 |3471 |2559 |8794 |  1 |1213 |2563 |-1.103985e+04 |      --      |    Inf |   2.10%
2450.98/2459.41	c  31.2s|  2300 |  2265 | 97038 |  40.9 |   988M |  33 |2538 |3469 |2552 |9217 |  1 |1217 |2571 |-1.103985e+04 |      --      |    Inf |   2.10%
2451.38/2459.84	c  31.7s|  2400 |  2365 | 99619 |  40.2 |   988M |  33 |2538 |3459 |2570 |9543 |  1 |1217 |2591 |-1.103985e+04 |      --      |    Inf |   2.10%
2451.78/2460.24	c  32.1s|  2500 |  2463 |101854 |  39.5 |   988M |  33 |2538 |3453 |2555 |9886 |  1 |1227 |2611 |-1.104287e+04 |      --      |    Inf |   2.10%
2452.07/2460.57	c  32.4s|  2600 |  2563 |103853 |  38.8 |   988M |  33 |2538 |3443 |2576 |  10k|  1 |1227 |2620 |-1.104287e+04 |      --      |    Inf |   2.10%
2452.47/2461.00	c  32.8s|  2700 |  2663 |106345 |  38.2 |   988M |  35 |2538 |3433 |2551 |  10k|  1 |1227 |2652 |-1.104482e+04 |      --      |    Inf |   2.10%
2453.07/2461.57	c  33.4s|  2800 |  2761 |110223 |  38.3 |   988M |  41 |2538 |3449 |2557 |  10k|  2 |1252 |2677 |-1.104482e+04 |      --      |    Inf |   2.10%
2453.47/2461.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2453.47/2461.94	c  33.8s|  2900 |  2861 |112202 |  37.6 |   988M |  41 |2538 |3441 |2571 |  11k|  3 |1252 |2694 |-1.104482e+04 |      --      |    Inf |   2.10%
2454.07/2462.53	c  34.4s|  3000 |  2961 |114677 |  37.2 |   988M |  41 |2538 |3433 |2577 |  11k|  1 |1252 |2731 |-1.104482e+04 |      --      |    Inf |   2.10%
2454.58/2463.02	c  34.8s|  3100 |  3061 |117259 |  36.8 |   988M |  41 |2538 |3422 |2550 |  11k|  1 |1252 |2762 |-1.104482e+04 |      --      |    Inf |   2.10%
2454.87/2463.38	c  35.2s|  3200 |  3161 |119496 |  36.4 |   988M |  41 |2538 |3414 |2554 |  11k|  1 |1252 |2783 |-1.104482e+04 |      --      |    Inf |   2.10%
2455.37/2463.80	c  35.6s|  3300 |  3261 |122392 |  36.2 |   988M |  41 |2538 |3426 |2558 |  12k|  1 |1273 |2803 |-1.104482e+04 |      --      |    Inf |   2.10%
2455.68/2464.17	c  36.0s|  3400 |  3359 |124838 |  35.8 |   989M |  41 |2538 |3422 |2566 |  12k|  1 |1276 |2810 |-1.104482e+04 |      --      |    Inf |   2.11%
2456.06/2464.53	c  36.4s|  3500 |  3459 |127403 |  35.5 |   989M |  41 |2538 |3408 |2553 |  12k|  1 |1276 |2819 |-1.104565e+04 |      --      |    Inf |   2.11%
2456.76/2465.24	c  37.1s|  3600 |  3559 |130271 |  35.3 |   989M |  41 |2538 |3403 |2555 |  13k|  1 |1276 |2829 |-1.104566e+04 |      --      |    Inf |   2.11%
2457.06/2465.59	c  37.4s|  3700 |  3659 |132665 |  35.0 |   989M |  41 |2538 |3397 |2558 |  13k|  1 |1276 |2831 |-1.104594e+04 |      --      |    Inf |   2.11%
2457.46/2465.96	c  37.8s|  3800 |  3759 |135262 |  34.8 |   989M |  41 |2538 |3392 |2569 |  13k|  1 |1279 |2848 |-1.104594e+04 |      --      |    Inf |   2.11%
2458.06/2466.53	c  38.3s|  3900 |  3859 |138837 |  34.8 |   990M |  41 |2538 |3386 |2573 |  13k|  1 |1279 |2868 |-1.104602e+04 |      --      |    Inf |   2.11%
2458.57/2467.05	c  38.9s|  4000 |  3959 |142023 |  34.7 |   990M |  41 |2538 |3391 |2535 |  14k|  1 |1295 |2875 |-1.104609e+04 |      --      |    Inf |   2.11%
2458.96/2467.42	c  39.2s|  4100 |  4059 |144740 |  34.6 |   990M |  41 |2538 |3383 |2564 |  14k|  1 |1298 |2886 |-1.104611e+04 |      --      |    Inf |   2.11%
2459.35/2467.85	c  39.7s|  4200 |  4157 |147134 |  34.3 |   990M |  41 |2538 |3375 |2530 |  14k|  1 |1298 |2903 |-1.104611e+04 |      --      |    Inf |   2.11%
2459.75/2468.21	c  40.0s|  4300 |  4257 |150000 |  34.2 |   990M |  41 |2538 |3370 |2550 |  15k|  1 |1298 |2909 |-1.104611e+04 |      --      |    Inf |   2.11%
2460.25/2468.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2460.25/2468.70	c  40.5s|  4400 |  4357 |152925 |  34.1 |   990M |  41 |2538 |3365 |2534 |  15k|  1 |1300 |2926 |-1.104611e+04 |      --      |    Inf |   2.11%
2460.56/2469.10	c  40.9s|  4500 |  4457 |155862 |  34.0 |   991M |  41 |2538 |3384 |2572 |  15k|  1 |1323 |2927 |-1.104611e+04 |      --      |    Inf |   2.11%
2460.95/2469.44	c  41.3s|  4600 |  4557 |158412 |  33.8 |   991M |  41 |2538 |3376 |2532 |  16k|  1 |1323 |2939 |-1.104611e+04 |      --      |    Inf |   2.11%
2461.25/2469.78	c  41.6s|  4700 |  4657 |161116 |  33.6 |   991M |  41 |2538 |3372 |2575 |  16k|  1 |1323 |2948 |-1.104611e+04 |      --      |    Inf |   2.11%
2461.66/2470.18	c  42.0s|  4800 |  4757 |164073 |  33.5 |   991M |  41 |2538 |3371 |2552 |  16k|  1 |1334 |2961 |-1.104611e+04 |      --      |    Inf |   2.11%
2462.24/2470.70	c  42.5s|  4900 |  4857 |166974 |  33.4 |   991M |  41 |2538 |3369 |2563 |  16k|  1 |1334 |2965 |-1.104611e+04 |      --      |    Inf |   2.11%
2462.44/2470.98	c  42.8s|  5000 |  4957 |169118 |  33.2 |   991M |  41 |2538 |3367 |2563 |  17k|  1 |1334 |2968 |-1.104611e+04 |      --      |    Inf |   2.11%
2462.84/2471.38	c  43.2s|  5100 |  5057 |171416 |  33.0 |   991M |  41 |2538 |3355 |2556 |  17k|  1 |1334 |2970 |-1.104611e+04 |      --      |    Inf |   2.11%
2463.34/2471.84	c  43.7s|  5200 |  5157 |174469 |  33.0 |   991M |  41 |2538 |3342 |2563 |  17k|  1 |1334 |2997 |-1.104611e+04 |      --      |    Inf |   2.11%
2463.84/2472.37	c  44.2s|  5300 |  5257 |177527 |  32.9 |   991M |  41 |2538 |3327 |2526 |  18k|  1 |1334 |3018 |-1.104611e+04 |      --      |    Inf |   2.11%
2464.24/2472.76	c  44.6s|  5400 |  5355 |180121 |  32.8 |   991M |  41 |2538 |3329 |2562 |  18k|  1 |1340 |3023 |-1.104611e+04 |      --      |    Inf |   2.11%
2464.65/2473.14	c  45.0s|  5500 |  5453 |183183 |  32.7 |   991M |  41 |2538 |3355 |2542 |  18k|  1 |1372 |3030 |-1.104726e+04 |      --      |    Inf |   2.11%
2465.04/2473.56	c  45.4s|  5600 |  5553 |186062 |  32.7 |   991M |  41 |2538 |3352 |2584 |  18k|  1 |1372 |3030 |-1.104726e+04 |      --      |    Inf |   2.11%
2465.43/2473.96	c  45.8s|  5700 |  5653 |188630 |  32.6 |   992M |  41 |2538 |3334 |2549 |  19k|  1 |1372 |3052 |-1.104726e+04 |      --      |    Inf |   2.11%
2465.73/2474.26	c  46.1s|  5800 |  5753 |190909 |  32.4 |   992M |  41 |2538 |3327 |2572 |  19k|  1 |1372 |3054 |-1.104726e+04 |      --      |    Inf |   2.11%
2466.33/2474.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2466.33/2474.80	c  46.6s|  5900 |  5853 |193569 |  32.3 |   992M |  41 |2538 |3318 |2554 |  19k|  1 |1372 |3056 |-1.104726e+04 |      --      |    Inf |   2.11%
2466.54/2475.08	c  46.9s|  6000 |  5953 |195774 |  32.1 |   992M |  41 |2538 |3314 |2579 |  19k|  3 |1372 |3056 |-1.104726e+04 |      --      |    Inf |   2.11%
2466.93/2475.49	c  47.3s|  6100 |  6053 |198984 |  32.1 |   992M |  41 |2538 |3320 |2534 |  20k|  1 |1383 |3057 |-1.104726e+04 |      --      |    Inf |   2.11%
2467.43/2475.90	c  47.7s|  6200 |  6153 |202359 |  32.1 |   993M |  41 |2538 |3284 |2577 |  20k|  1 |1407 |3067 |-1.104726e+04 |      --      |    Inf |   2.11%
2467.73/2476.29	c  48.1s|  6300 |  6253 |204796 |  32.0 |   993M |  41 |2538 |3278 |2561 |  20k|  1 |1407 |3083 |-1.104726e+04 |      --      |    Inf |   2.11%
2468.13/2476.66	c  48.5s|  6400 |  6353 |207411 |  31.9 |   993M |  41 |2538 |3270 |2539 |  21k|  1 |1407 |3086 |-1.104726e+04 |      --      |    Inf |   2.11%
2468.43/2476.99	c  48.8s|  6500 |  6453 |209652 |  31.8 |   993M |  41 |2538 |3265 |2570 |  21k|  1 |1407 |3096 |-1.104726e+04 |      --      |    Inf |   2.11%
2468.83/2477.30	c  49.1s|  6600 |  6553 |212272 |  31.7 |   993M |  41 |2538 |3254 |2529 |  21k|  1 |1407 |3099 |-1.104726e+04 |      --      |    Inf |   2.11%
2469.22/2477.70	c  49.5s|  6700 |  6653 |215055 |  31.6 |   993M |  41 |2538 |3246 |2560 |  21k|  1 |1407 |3100 |-1.104726e+04 |      --      |    Inf |   2.11%
2469.64/2478.11	c  49.9s|  6800 |  6753 |217381 |  31.5 |   993M |  41 |2538 |3242 |2529 |  21k|  1 |1407 |3103 |-1.104726e+04 |      --      |    Inf |   2.11%
2469.92/2478.45	c  50.3s|  6900 |  6853 |220319 |  31.5 |   994M |  41 |2538 |3256 |2578 |  22k|  1 |1428 |3104 |-1.104726e+04 |      --      |    Inf |   2.11%
2470.32/2478.85	c  50.7s|  7000 |  6953 |222940 |  31.4 |   994M |  41 |2538 |3253 |2545 |  22k|  1 |1428 |3107 |-1.104726e+04 |      --      |    Inf |   2.11%
2470.63/2479.15	c  51.0s|  7100 |  7053 |225173 |  31.3 |   994M |  41 |2538 |3245 |2579 |  22k|  1 |1428 |3108 |-1.104726e+04 |      --      |    Inf |   2.11%
2470.92/2479.45	c  51.3s|  7200 |  7153 |227529 |  31.2 |   994M |  41 |2538 |3242 |2561 |  23k|  1 |1428 |3109 |-1.104726e+04 |      --      |    Inf |   2.11%
2471.22/2479.77	c  51.6s|  7300 |  7253 |230267 |  31.1 |   994M |  41 |2538 |3248 |2586 |  23k|  1 |1439 |3111 |-1.104726e+04 |      --      |    Inf |   2.11%
2471.72/2480.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2471.72/2480.26	c  52.1s|  7400 |  7353 |233190 |  31.1 |   994M |  41 |2538 |3244 |2562 |  23k|  1 |1439 |3119 |-1.104726e+04 |      --      |    Inf |   2.11%
2472.31/2480.84	c  52.7s|  7500 |  7451 |236367 |  31.1 |   994M |  42 |2538 |3249 |2565 |  23k|  1 |1449 |3132 |-1.104726e+04 |      --      |    Inf |   2.11%
2472.81/2481.36	c  53.2s|  7600 |  7551 |240340 |  31.2 |   994M |  43 |2538 |3271 |2564 |  24k|  1 |1481 |3134 |-1.105303e+04 |      --      |    Inf |   2.11%
2473.31/2481.86	c  53.7s|  7700 |  7651 |244769 |  31.4 |   994M |  43 |2538 |3262 |2576 |  24k|  1 |1481 |3139 |-1.105303e+04 |      --      |    Inf |   2.11%
2473.81/2482.33	c  54.1s|  7800 |  7751 |247479 |  31.3 |   994M |  43 |2538 |3258 |2584 |  24k|  1 |1481 |3147 |-1.105303e+04 |      --      |    Inf |   2.11%
2474.71/2483.24	c  55.1s|  7900 |  7849 |251504 |  31.4 |   994M |  45 |2538 |3259 |2558 |  25k|  1 |1490 |3158 |-1.105335e+04 |      --      |    Inf |   2.11%
2475.11/2483.62	c  55.4s|  8000 |  7949 |254330 |  31.4 |   994M |  45 |2538 |3254 |2566 |  25k|  1 |1490 |3166 |-1.105335e+04 |      --      |    Inf |   2.11%
2475.71/2484.23	c  56.0s|  8100 |  8049 |257301 |  31.4 |   995M |  45 |2538 |3244 |2575 |  26k|  1 |1490 |3185 |-1.105335e+04 |      --      |    Inf |   2.11%
2476.30/2484.83	c  56.7s|  8200 |  8149 |260618 |  31.4 |   995M |  45 |2538 |3232 |2564 |  26k|  2 |1490 |3189 |-1.105335e+04 |      --      |    Inf |   2.11%
2477.20/2485.72	c  57.5s|  8300 |  8247 |264560 |  31.5 |   995M |  51 |2538 |3243 |2576 |  26k|  2 |1508 |3213 |-1.105335e+04 |      --      |    Inf |   2.11%
2478.40/2486.99	c  58.8s|  8400 |  8347 |269331 |  31.7 |   995M |  53 |2538 |3267 |2556 |  27k|  1 |1541 |3252 |-1.105346e+04 |      --      |    Inf |   2.11%
2479.20/2487.79	c  59.6s|  8500 |  8445 |273108 |  31.8 |   996M |  53 |2538 |3278 |2577 |  27k|  1 |1566 |3274 |-1.105346e+04 |      --      |    Inf |   2.11%
2479.89/2488.46	c  60.3s|  8600 |  8545 |276537 |  31.8 |   996M |  53 |2538 |3275 |2566 |  28k|  2 |1566 |3285 |-1.105346e+04 |      --      |    Inf |   2.11%
2480.69/2489.29	c  61.1s|  8700 |  8645 |280361 |  31.9 |   996M |  53 |2538 |3271 |2602 |  28k|  1 |1566 |3292 |-1.105376e+04 |      --      |    Inf |   2.11%
2481.50/2490.05	c  61.9s|  8800 |  8745 |283822 |  31.9 |   996M |  53 |2538 |3264 |2590 |  28k|  1 |1566 |3312 |-1.107211e+04 |      --      |    Inf |   2.11%
2482.19/2490.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2482.19/2490.73	c  62.6s|  8900 |  8845 |287048 |  31.9 |   996M |  53 |2538 |3263 |2589 |  29k|  1 |1566 |3333 |-1.107211e+04 |      --      |    Inf |   2.11%
2482.79/2491.38	c  63.2s|  9000 |  8945 |290250 |  31.9 |   997M |  53 |2538 |3265 |2592 |  29k|  1 |1579 |3343 |-1.107266e+04 |      --      |    Inf |   2.11%
2483.88/2492.48	c  64.3s|  9100 |  9045 |295067 |  32.1 |   997M |  53 |2538 |3255 |2561 |  30k|  1 |1579 |3364 |-1.107266e+04 |      --      |    Inf |   2.11%
2484.49/2493.10	c  64.9s|  9200 |  9145 |297798 |  32.0 |   997M |  53 |2538 |3249 |2589 |  30k|  1 |1579 |3368 |-1.107266e+04 |      --      |    Inf |   2.11%
2485.18/2493.72	c  65.5s|  9300 |  9243 |301786 |  32.1 |   997M |  53 |2538 |3258 |2584 |  30k|  1 |1602 |3376 |-1.107266e+04 |      --      |    Inf |   2.11%
2486.18/2494.70	c  66.5s|  9400 |  9343 |306417 |  32.3 |  1000M |  53 |2538 |3266 |2591 |  31k|  1 |1615 |3383 |-1.107266e+04 |      --      |    Inf |   2.11%
2486.67/2495.21	c  67.0s|  9500 |  9443 |309100 |  32.2 |  1000M |  53 |2538 |3261 |2567 |  31k|  1 |1615 |3399 |-1.107279e+04 |      --      |    Inf |   2.11%
2487.37/2495.96	c  67.8s|  9600 |  9543 |312775 |  32.3 |  1000M |  53 |2538 |3258 |2608 |  32k|  1 |1615 |3399 |-1.107279e+04 |      --      |    Inf |   2.11%
2488.07/2496.69	c  68.5s|  9700 |  9643 |316862 |  32.3 |  1000M |  53 |2538 |3255 |2599 |  32k|  1 |1615 |3412 |-1.107279e+04 |      --      |    Inf |   2.11%
2488.87/2497.42	c  69.2s|  9800 |  9743 |320080 |  32.3 |  1000M |  53 |2538 |3248 |2573 |  32k|  1 |1615 |3420 |-1.107341e+04 |      --      |    Inf |   2.11%
2489.48/2498.06	c  69.9s|  9900 |  9843 |323582 |  32.4 |  1000M |  61 |2538 |3245 |2567 |  33k|  1 |1615 |3448 |-1.107852e+04 |      --      |    Inf |   2.11%
2490.48/2499.07	c  70.9s| 10000 |  9943 |328841 |  32.6 |  1000M |  61 |2538 |3263 |2569 |  33k|  1 |1634 |3458 |-1.107852e+04 |      --      |    Inf |   2.11%
2491.26/2499.84	c  71.7s| 10100 | 10043 |332475 |  32.6 |  1000M |  61 |2538 |3257 |2598 |  34k|  1 |1634 |3483 |-1.108147e+04 |      --      |    Inf |   2.11%
2492.06/2500.68	c  72.5s| 10200 | 10143 |336342 |  32.7 |  1000M |  61 |2538 |3252 |2589 |  34k|  1 |1634 |3501 |-1.108188e+04 |      --      |    Inf |   2.11%
2492.96/2501.52	c  73.3s| 10300 | 10243 |340298 |  32.7 |  1000M |  61 |2538 |3246 |2642 |  35k|  5 |1634 |3530 |-1.108188e+04 |      --      |    Inf |   2.11%
2493.75/2502.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2493.75/2502.37	c  74.2s| 10400 | 10343 |344597 |  32.8 |  1001M |  61 |2538 |3240 |2606 |  35k|  1 |1634 |3557 |-1.109245e+04 |      --      |    Inf |   2.11%
2494.57/2503.16	c  75.0s| 10500 | 10443 |348405 |  32.9 |  1001M |  61 |2538 |3235 |2600 |  35k|  1 |1634 |3567 |-1.109245e+04 |      --      |    Inf |   2.11%
2495.25/2503.85	c  75.7s| 10600 | 10543 |352090 |  32.9 |  1001M |  61 |2538 |3227 |2552 |  36k|  1 |1634 |3573 |-1.109313e+04 |      --      |    Inf |   2.11%
2496.05/2504.61	c  76.4s| 10700 | 10643 |356241 |  33.0 |  1001M |  61 |2538 |3223 |2569 |  36k|  1 |1634 |3591 |-1.109313e+04 |      --      |    Inf |   2.11%
2497.04/2505.66	c  77.5s| 10800 | 10735 |360334 |  33.1 |  1002M |  61 |2538 |3262 |2548 |  37k|  1 |1674 |3637 |-1.109350e+04 |      --      |    Inf |   2.11%
2497.84/2506.41	c  78.2s| 10900 | 10835 |363728 |  33.1 |  1002M |  61 |2538 |3261 |2608 |  37k|  2 |1674 |3637 |-1.109350e+04 |      --      |    Inf |   2.11%
2498.55/2507.16	c  79.0s| 11000 | 10933 |367674 |  33.1 |  1002M |  61 |2538 |3260 |2583 |  37k|  1 |1678 |3669 |-1.109350e+04 |      --      |    Inf |   2.11%
2499.55/2508.19	c  80.0s| 11100 | 11033 |372707 |  33.3 |  1002M |  61 |2538 |3274 |2580 |  38k|  1 |1699 |3702 |-1.109350e+04 |      --      |    Inf |   2.11%
2500.45/2509.09	c  80.9s| 11200 | 11133 |377723 |  33.5 |  1002M |  61 |2538 |3269 |2633 |  38k|  1 |1699 |3721 |-1.109350e+04 |      --      |    Inf |   2.11%
2501.33/2509.91	c  81.7s| 11300 | 11229 |382190 |  33.5 |  1002M |  61 |2538 |3273 |2626 |  39k|  1 |1707 |3735 |-1.109350e+04 |      --      |    Inf |   2.11%
2501.93/2510.53	c  82.4s| 11400 | 11329 |385522 |  33.5 |  1002M |  61 |2538 |3270 |2557 |  39k|  1 |1707 |3747 |-1.109350e+04 |      --      |    Inf |   2.11%
2502.83/2511.46	c  83.3s| 11500 | 11429 |390039 |  33.6 |  1002M |  61 |2538 |3285 |2566 |  40k|  1 |1727 |3765 |-1.109350e+04 |      --      |    Inf |   2.11%
2503.83/2512.41	c  84.2s| 11600 | 11529 |395416 |  33.8 |  1002M |  61 |2538 |3292 |2573 |  40k|  1 |1738 |3773 |-1.109350e+04 |      --      |    Inf |   2.11%
2504.62/2513.27	c  85.1s| 11700 | 11629 |399224 |  33.9 |  1002M |  61 |2538 |3285 |2579 |  40k|  1 |1738 |3787 |-1.109350e+04 |      --      |    Inf |   2.11%
2505.53/2514.13	c  85.9s| 11800 | 11727 |404909 |  34.1 |  1002M |  61 |2538 |3311 |2584 |  41k|  1 |1769 |3789 |-1.109350e+04 |      --      |    Inf |   2.11%
2506.43/2515.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2506.43/2515.04	c  86.9s| 11900 | 11827 |409891 |  34.2 |  1002M |  61 |2538 |3309 |2589 |  41k|  1 |1780 |3810 |-1.110979e+04 |      --      |    Inf |   2.11%
2507.32/2515.93	c  87.7s| 12000 | 11927 |414291 |  34.3 |  1002M |  61 |2538 |3306 |2586 |  42k|  1 |1780 |3817 |-1.110979e+04 |      --      |    Inf |   2.11%
2508.31/2516.91	c  88.7s| 12100 | 12027 |418994 |  34.4 |  1002M |  61 |2538 |3302 |2627 |  42k|  1 |1780 |3829 |-1.112771e+04 |      --      |    Inf |   2.11%
2509.21/2517.82	c  89.6s| 12200 | 12127 |423309 |  34.4 |  1002M |  61 |2538 |3296 |2629 |  43k|  1 |1780 |3847 |-1.112771e+04 |      --      |    Inf |   2.11%
2510.21/2518.84	c  90.7s| 12300 | 12227 |428142 |  34.6 |  1004M |  61 |2538 |3311 |2568 |  43k|  1 |1798 |3889 |-1.112816e+04 |      --      |    Inf |   2.11%
2511.11/2519.75	c  91.6s| 12400 | 12327 |432579 |  34.6 |  1004M |  61 |2538 |3301 |2599 |  44k|  1 |1798 |3893 |-1.112903e+04 |      --      |    Inf |   2.11%
2512.30/2520.91	c  92.7s| 12500 | 12427 |438061 |  34.8 |  1004M |  61 |2538 |3301 |2603 |  44k|  2 |1798 |3913 |-1.112903e+04 |      --      |    Inf |   2.11%
2513.20/2521.88	c  93.7s| 12600 | 12527 |442684 |  34.9 |  1004M |  61 |2538 |3297 |2571 |  45k|  1 |1798 |3922 |-1.113465e+04 |      --      |    Inf |   2.11%
2514.10/2522.74	c  94.6s| 12700 | 12627 |446793 |  34.9 |  1005M |  61 |2538 |3296 |2592 |  45k|  1 |1798 |3925 |-1.113593e+04 |      --      |    Inf |   2.11%
2515.09/2523.79	c  95.6s| 12800 | 12727 |451424 |  35.0 |  1005M |  61 |2538 |3291 |2637 |  46k|  1 |1798 |3948 |-1.113593e+04 |      --      |    Inf |   2.11%
2516.19/2524.83	c  96.6s| 12900 | 12825 |456392 |  35.1 |  1007M |  61 |2538 |3289 |2619 |  46k|  1 |1803 |3975 |-1.113593e+04 |      --      |    Inf |   2.11%
2517.09/2525.70	c  97.5s| 13000 | 12925 |460606 |  35.2 |  1007M |  61 |2538 |3290 |2607 |  47k|  1 |1806 |3985 |-1.113593e+04 |      --      |    Inf |   2.11%
2517.99/2526.66	c  98.5s| 13100 | 13023 |465899 |  35.3 |  1007M |  61 |2538 |3301 |2541 |  47k|  1 |1823 |4019 |-1.113593e+04 |      --      |    Inf |   2.11%
2518.88/2527.56	c  99.4s| 13200 | 13123 |471014 |  35.4 |  1007M |  61 |2538 |3301 |2558 |  48k|  1 |1827 |4038 |-1.113593e+04 |      --      |    Inf |   2.11%
2519.78/2528.49	c   100s| 13300 | 13223 |475945 |  35.6 |  1007M |  61 |2538 |3321 |2563 |  48k|  1 |1852 |4050 |-1.113593e+04 |      --      |    Inf |   2.11%
2520.68/2529.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2520.68/2529.33	c   101s| 13400 | 13323 |480168 |  35.6 |  1007M |  61 |2538 |3316 |2581 |  49k|  1 |1852 |4056 |-1.113593e+04 |      --      |    Inf |   2.11%
2521.39/2530.06	c   102s| 13500 | 13423 |484311 |  35.6 |  1007M |  61 |2538 |3315 |2586 |  49k|  1 |1852 |4062 |-1.113593e+04 |      --      |    Inf |   2.11%
2522.38/2531.09	c   103s| 13600 | 13523 |488555 |  35.7 |  1008M |  61 |2538 |3314 |2624 |  49k|  1 |1852 |4078 |-1.113593e+04 |      --      |    Inf |   2.11%
2523.27/2531.92	c   104s| 13700 | 13623 |493823 |  35.8 |  1009M |  61 |2538 |3324 |2603 |  50k|  1 |1864 |4083 |-1.113593e+04 |      --      |    Inf |   2.11%
2524.07/2532.72	c   105s| 13800 | 13723 |498504 |  35.9 |  1009M |  61 |2538 |3318 |2604 |  50k|  1 |1864 |4089 |-1.113593e+04 |      --      |    Inf |   2.11%
2524.77/2533.48	c   105s| 13900 | 13823 |502642 |  35.9 |  1009M |  61 |2538 |3326 |2542 |  51k|  1 |1878 |4097 |-1.113593e+04 |      --      |    Inf |   2.11%
2525.56/2534.22	c   106s| 14000 | 13923 |507333 |  36.0 |  1009M |  61 |2538 |3325 |2580 |  51k|  1 |1878 |4098 |-1.113593e+04 |      --      |    Inf |   2.11%
2526.56/2535.27	c   107s| 14100 | 14023 |512125 |  36.1 |  1011M |  61 |2538 |3321 |2573 |  52k|  1 |1878 |4110 |-1.113593e+04 |      --      |    Inf |   2.11%
2527.47/2536.11	c   108s| 14200 | 14123 |516914 |  36.2 |  1011M |  61 |2538 |3356 |2565 |  52k|  1 |1919 |4119 |-1.113593e+04 |      --      |    Inf |   2.11%
2528.47/2537.16	c   109s| 14300 | 14223 |522070 |  36.3 |  1011M |  61 |2538 |3356 |2631 |  53k|  1 |1923 |4137 |-1.113593e+04 |      --      |    Inf |   2.11%
2529.37/2538.02	c   110s| 14400 | 14321 |527050 |  36.4 |  1011M |  61 |2538 |3359 |2585 |  53k|  1 |1930 |4153 |-1.113593e+04 |      --      |    Inf |   2.11%
2530.15/2538.82	c   111s| 14500 | 14419 |530827 |  36.4 |  1011M |  61 |2538 |3379 |2619 |  54k|  3 |1954 |4182 |-1.113593e+04 |      --      |    Inf |   2.11%
2530.95/2539.60	c   111s| 14600 | 14519 |534891 |  36.4 |  1011M |  61 |2538 |3368 |2597 |  54k|  1 |1954 |4197 |-1.114973e+04 |      --      |    Inf |   2.11%
2531.75/2540.48	c   112s| 14700 | 14619 |539436 |  36.5 |  1012M |  61 |2538 |3373 |2611 |  54k|  3 |1962 |4214 |-1.114973e+04 |      --      |    Inf |   2.11%
2532.74/2541.48	c   113s| 14800 | 14719 |543454 |  36.5 |  1012M |  61 |2538 |3364 |2546 |  55k|  1 |1962 |4245 |-1.115162e+04 |      --      |    Inf |   2.11%
2533.94/2542.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2533.94/2542.68	c   114s| 14900 | 14819 |548339 |  36.6 |  1012M |  61 |2538 |3356 |2558 |  55k|  1 |1962 |4269 |-1.115345e+04 |      --      |    Inf |   2.11%
2534.84/2543.53	c   115s| 15000 | 14917 |551913 |  36.6 |  1013M |  61 |2538 |3378 |2557 |  56k|  1 |1993 |4301 |-1.115345e+04 |      --      |    Inf |   2.11%
2535.93/2544.65	c   116s| 15100 | 15017 |555686 |  36.6 |  1014M |  61 |2538 |3374 |2563 |  56k|  1 |1993 |4307 |-1.115345e+04 |      --      |    Inf |   2.11%
2537.13/2545.80	c   118s| 15200 | 15117 |560735 |  36.7 |  1014M |  61 |2538 |3369 |2615 |  57k|  1 |1993 |4336 |-1.115345e+04 |      --      |    Inf |   2.11%
2538.23/2546.95	c   119s| 15300 | 15217 |564793 |  36.7 |  1015M |  61 |2538 |3359 |2623 |  57k|  4 |1993 |4358 |-1.115359e+04 |      --      |    Inf |   2.11%
2539.03/2547.74	c   120s| 15400 | 15317 |569083 |  36.8 |  1015M |  61 |2538 |3356 |2607 |  57k|  1 |1993 |4381 |-1.115359e+04 |      --      |    Inf |   2.11%
2539.92/2548.65	c   120s| 15500 | 15417 |573988 |  36.8 |  1015M |  61 |2538 |3355 |2546 |  58k|  1 |1997 |4408 |-1.115359e+04 |      --      |    Inf |   2.11%
2540.72/2549.48	c   121s| 15600 | 15517 |577932 |  36.8 |  1015M |  61 |2538 |3347 |2552 |  58k|  1 |1997 |4437 |-1.115359e+04 |      --      |    Inf |   2.11%
2541.62/2550.30	c   122s| 15700 | 15617 |582552 |  36.9 |  1015M |  61 |2538 |3344 |2564 |  59k|  1 |1997 |4449 |-1.115485e+04 |      --      |    Inf |   2.11%
2542.72/2551.46	c   123s| 15800 | 15717 |587037 |  37.0 |  1015M |  61 |2538 |3341 |2571 |  59k|  1 |1997 |4486 |-1.115485e+04 |      --      |    Inf |   2.11%
2543.51/2552.29	c   124s| 15900 | 15817 |591649 |  37.0 |  1015M |  61 |2538 |3338 |2582 |  60k|  1 |2003 |4498 |-1.115498e+04 |      --      |    Inf |   2.11%
2544.71/2553.41	c   125s| 16000 | 15917 |596254 |  37.1 |  1016M |  61 |2538 |3350 |2625 |  60k|  1 |2024 |4512 |-1.115498e+04 |      --      |    Inf |   2.11%
2545.71/2554.43	c   126s| 16100 | 16013 |601078 |  37.1 |  1016M |  61 |2538 |3353 |2599 |  60k|  1 |2036 |4532 |-1.115553e+04 |      --      |    Inf |   2.11%
2546.80/2555.51	c   127s| 16200 | 16113 |606015 |  37.2 |  1016M |  61 |2538 |3370 |2591 |  61k|  1 |2060 |4562 |-1.115604e+04 |      --      |    Inf |   2.11%
2547.60/2556.36	c   128s| 16300 | 16213 |610556 |  37.3 |  1017M |  61 |2538 |3365 |2588 |  61k|  1 |2060 |4569 |-1.115604e+04 |      --      |    Inf |   2.11%
2548.31/2557.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2548.31/2557.10	c   129s| 16400 | 16313 |616003 |  37.4 |  1017M |  61 |2538 |3361 |2554 |  62k|  1 |2060 |4580 |-1.115630e+04 |      --      |    Inf |   2.11%
2549.20/2557.97	c   130s| 16500 | 16413 |620562 |  37.4 |  1018M |  63 |2538 |3350 |2573 |  62k|  1 |2060 |4610 |-1.115630e+04 |      --      |    Inf |   2.11%
2550.00/2558.77	c   131s| 16600 | 16513 |624675 |  37.4 |  1018M |  63 |2538 |3337 |2570 |  62k|  1 |2060 |4626 |-1.115630e+04 |      --      |    Inf |   2.11%
2551.19/2559.92	c   132s| 16700 | 16609 |629768 |  37.5 |  1018M |  63 |2538 |3359 |2570 |  63k|  1 |2086 |4650 |-1.115630e+04 |      --      |    Inf |   2.11%
2552.19/2560.93	c   133s| 16800 | 16709 |634476 |  37.6 |  1018M |  63 |2538 |3345 |2543 |  63k|  1 |2086 |4665 |-1.115653e+04 |      --      |    Inf |   2.11%
2552.99/2561.78	c   134s| 16900 | 16809 |637919 |  37.6 |  1018M |  63 |2538 |3345 |2579 |  64k|  1 |2086 |4698 |-1.115653e+04 |      --      |    Inf |   2.11%
2553.89/2562.65	c   134s| 17000 | 16909 |641926 |  37.6 |  1018M |  63 |2538 |3339 |2556 |  64k|  1 |2086 |4732 |-1.115653e+04 |      --      |    Inf |   2.11%
2554.68/2563.45	c   135s| 17100 | 17009 |646268 |  37.6 |  1018M |  63 |2538 |3334 |2575 |  65k|  2 |2086 |4755 |-1.115653e+04 |      --      |    Inf |   2.11%
2555.78/2564.58	c   136s| 17200 | 17109 |651481 |  37.7 |  1018M |  63 |2538 |3341 |2620 |  65k|  6 |2107 |4762 |-1.115653e+04 |      --      |    Inf |   2.11%
2556.48/2565.21	c   137s| 17300 | 17209 |655305 |  37.7 |  1018M |  63 |2538 |3336 |2604 |  65k|  1 |2107 |4772 |-1.115653e+04 |      --      |    Inf |   2.11%
2557.29/2566.06	c   138s| 17400 | 17309 |659850 |  37.7 |  1019M |  63 |2538 |3326 |2567 |  66k|  1 |2107 |4787 |-1.115653e+04 |      --      |    Inf |   2.11%
2558.39/2567.17	c   139s| 17500 | 17409 |664911 |  37.8 |  1019M |  63 |2538 |3324 |2619 |  66k|  1 |2111 |4788 |-1.115667e+04 |      --      |    Inf |   2.11%
2559.28/2568.02	c   140s| 17600 | 17503 |669382 |  37.9 |  1019M |  63 |2538 |3332 |2580 |  67k|  1 |2126 |4799 |-1.115667e+04 |      --      |    Inf |   2.11%
2559.97/2568.80	c   141s| 17700 | 17603 |673704 |  37.9 |  1019M |  63 |2538 |3321 |2584 |  67k|  1 |2126 |4806 |-1.115667e+04 |      --      |    Inf |   2.11%
2561.07/2569.82	c   142s| 17800 | 17703 |678655 |  38.0 |  1019M |  63 |2538 |3319 |2602 |  68k|  1 |2131 |4808 |-1.115667e+04 |      --      |    Inf |   2.11%
2561.86/2570.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2561.86/2570.67	c   142s| 17900 | 17803 |682435 |  38.0 |  1020M |  63 |2538 |3307 |2595 |  68k|  1 |2131 |4814 |-1.115683e+04 |      --      |    Inf |   2.11%
2562.76/2571.51	c   143s| 18000 | 17903 |687219 |  38.0 |  1020M |  63 |2538 |3331 |2605 |  69k|  1 |2159 |4814 |-1.115683e+04 |      --      |    Inf |   2.11%
2563.86/2572.60	c   144s| 18100 | 18003 |691400 |  38.0 |  1020M |  63 |2538 |3348 |2620 |  69k|  1 |2179 |4822 |-1.115683e+04 |      --      |    Inf |   2.11%
2564.37/2573.19	c   145s| 18200 | 18103 |695308 |  38.0 |  1020M |  63 |2538 |3342 |2594 |  70k|  1 |2179 |4830 |-1.115683e+04 |      --      |    Inf |   2.11%
2565.45/2574.24	c   146s| 18300 | 18203 |699816 |  38.1 |  1020M |  63 |2538 |3338 |2621 |  70k|  1 |2179 |4833 |-1.115683e+04 |      --      |    Inf |   2.11%
2566.15/2574.98	c   147s| 18400 | 18303 |704471 |  38.1 |  1020M |  63 |2538 |3331 |2646 |  71k|  1 |2179 |4835 |-1.115683e+04 |      --      |    Inf |   2.11%
2566.85/2575.65	c   147s| 18500 | 18403 |708496 |  38.1 |  1020M |  63 |2538 |3328 |2613 |  71k|  1 |2179 |4852 |-1.115683e+04 |      --      |    Inf |   2.11%
2567.84/2576.67	c   148s| 18600 | 18497 |712616 |  38.1 |  1020M |  63 |2538 |3337 |2601 |  71k|  1 |2191 |4874 |-1.115726e+04 |      --      |    Inf |   2.11%
2568.74/2577.59	c   149s| 18700 | 18597 |716585 |  38.2 |  1020M |  63 |2538 |3330 |2656 |  72k|  2 |2191 |4883 |-1.115726e+04 |      --      |    Inf |   2.11%
2569.84/2578.68	c   150s| 18800 | 18697 |721632 |  38.2 |  1020M |  63 |2538 |3328 |2608 |  72k|  1 |2191 |4885 |-1.115726e+04 |      --      |    Inf |   2.11%
2570.94/2579.77	c   152s| 18900 | 18797 |727368 |  38.3 |  1020M |  63 |2538 |3326 |2645 |  73k|  2 |2191 |4894 |-1.115726e+04 |      --      |    Inf |   2.11%
2572.03/2580.83	c   153s| 19000 | 18897 |732671 |  38.4 |  1020M |  63 |2538 |3321 |2559 |  74k|  1 |2191 |4910 |-1.115726e+04 |      --      |    Inf |   2.11%
2572.83/2581.66	c   153s| 19100 | 18993 |737417 |  38.4 |  1020M |  63 |2538 |3326 |2581 |  74k|  1 |2202 |4923 |-1.115726e+04 |      --      |    Inf |   2.11%
2573.83/2582.63	c   154s| 19200 | 19093 |742316 |  38.5 |  1020M |  63 |2538 |3332 |2566 |  74k|  1 |2214 |4934 |-1.115730e+04 |      --      |    Inf |   2.11%
2574.63/2583.47	c   155s| 19300 | 19193 |747294 |  38.6 |  1020M |  63 |2538 |3327 |2598 |  75k|  1 |2214 |4943 |-1.115730e+04 |      --      |    Inf |   2.11%
2575.82/2584.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2575.82/2584.61	c   156s| 19400 | 19287 |752760 |  38.6 |  1021M |  63 |2538 |3348 |2591 |  75k|  1 |2244 |4962 |-1.115730e+04 |      --      |    Inf |   2.11%
2576.52/2585.32	c   157s| 19500 | 19387 |756623 |  38.6 |  1021M |  63 |2538 |3345 |2569 |  76k|  1 |2244 |4967 |-1.115730e+04 |      --      |    Inf |   2.11%
2577.23/2586.08	c   158s| 19600 | 19487 |760684 |  38.7 |  1021M |  63 |2538 |3331 |2596 |  76k|  1 |2244 |4974 |-1.115730e+04 |      --      |    Inf |   2.11%
2578.23/2587.09	c   159s| 19700 | 19587 |765994 |  38.7 |  1021M |  63 |2538 |3337 |2581 |  77k|  2 |2251 |4994 |-1.115730e+04 |      --      |    Inf |   2.11%
2579.22/2588.08	c   160s| 19800 | 19687 |770532 |  38.8 |  1022M |  63 |2538 |3328 |2601 |  77k|  1 |2253 |5020 |-1.115730e+04 |      --      |    Inf |   2.11%
2580.01/2588.89	c   161s| 19900 | 19787 |774766 |  38.8 |  1022M |  63 |2538 |3330 |2607 |  77k|  4 |2260 |5034 |-1.115730e+04 |      --      |    Inf |   2.11%
2581.12/2589.91	c   162s| 20000 | 19887 |780010 |  38.8 |  1023M |  63 |2538 |3329 |2645 |  78k|  1 |2260 |5047 |-1.115730e+04 |      --      |    Inf |   2.11%
2582.11/2590.92	c   163s| 20100 | 19979 |784138 |  38.9 |  1023M |  69 |2538 |3354 |2617 |  78k|  5 |2287 |5096 |-1.115730e+04 |      --      |    Inf |   2.11%
2583.11/2591.96	c   164s| 20200 | 20079 |788764 |  38.9 |  1023M |  69 |2538 |3355 |2570 |  79k|  1 |2291 |5102 |-1.115730e+04 |      --      |    Inf |   2.11%
2584.22/2593.07	c   165s| 20300 | 20179 |793473 |  38.9 |  1025M |  69 |2538 |3348 |2616 |  79k|  1 |2291 |5135 |-1.115730e+04 |      --      |    Inf |   2.11%
2585.11/2593.94	c   166s| 20400 | 20279 |797584 |  38.9 |  1025M |  69 |2538 |3342 |2620 |  80k|  1 |2291 |5153 |-1.115730e+04 |      --      |    Inf |   2.11%
2586.32/2595.14	c   167s| 20500 | 20379 |802528 |  39.0 |  1026M |  69 |2538 |3334 |2647 |  80k|  1 |2291 |5176 |-1.115730e+04 |      --      |    Inf |   2.11%
2587.21/2596.10	c   168s| 20600 | 20473 |807355 |  39.0 |  1026M |  69 |2538 |3359 |2568 |  81k|  1 |2321 |5195 |-1.115730e+04 |      --      |    Inf |   2.11%
2588.21/2597.01	c   169s| 20700 | 20573 |812239 |  39.1 |  1026M |  69 |2538 |3360 |2536 |  81k|  1 |2332 |5222 |-1.115730e+04 |      --      |    Inf |   2.11%
2589.21/2598.04	c   170s| 20800 | 20673 |817043 |  39.1 |  1027M |  69 |2538 |3355 |2628 |  81k|  1 |2342 |5262 |-1.115730e+04 |      --      |    Inf |   2.11%
2589.99/2598.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2589.99/2598.84	c   171s| 20900 | 20773 |821801 |  39.2 |  1027M |  69 |2538 |3351 |2625 |  82k|  1 |2342 |5287 |-1.115730e+04 |      --      |    Inf |   2.11%
2590.99/2599.83	c   172s| 21000 | 20871 |826273 |  39.2 |  1027M |  69 |2538 |3351 |2588 |  82k|  1 |2351 |5318 |-1.115730e+04 |      --      |    Inf |   2.11%
2591.99/2600.82	c   173s| 21100 | 20971 |830527 |  39.2 |  1027M |  69 |2538 |3345 |2567 |  83k|  1 |2351 |5356 |-1.115730e+04 |      --      |    Inf |   2.11%
2592.88/2601.76	c   174s| 21200 | 21071 |834265 |  39.2 |  1027M |  69 |2538 |3339 |2543 |  83k|  1 |2351 |5373 |-1.115730e+04 |      --      |    Inf |   2.11%
2593.78/2602.69	c   175s| 21300 | 21167 |838486 |  39.2 |  1027M |  69 |2538 |3348 |2653 |  84k|  1 |2362 |5383 |-1.115730e+04 |      --      |    Inf |   2.11%
2594.68/2603.54	c   175s| 21400 | 21267 |842732 |  39.2 |  1027M |  69 |2538 |3345 |2633 |  84k|  4 |2362 |5405 |-1.115730e+04 |      --      |    Inf |   2.11%
2595.68/2604.57	c   176s| 21500 | 21367 |847915 |  39.3 |  1027M |  69 |2538 |3349 |2575 |  84k|  1 |2373 |5427 |-1.115877e+04 |      --      |    Inf |   2.11%
2596.77/2605.64	c   177s| 21600 | 21467 |852104 |  39.3 |  1027M |  69 |2538 |3336 |2571 |  85k|  1 |2373 |5453 |-1.115889e+04 |      --      |    Inf |   2.11%
2597.57/2606.44	c   178s| 21700 | 21567 |856863 |  39.3 |  1027M |  69 |2538 |3327 |2598 |  85k|  4 |2373 |5474 |-1.115889e+04 |      --      |    Inf |   2.11%
2598.37/2607.27	c   179s| 21800 | 21667 |860506 |  39.3 |  1027M |  69 |2538 |3325 |2615 |  86k|  1 |2373 |5482 |-1.115977e+04 |      --      |    Inf |   2.11%
2599.18/2608.11	c   180s| 21900 | 21767 |864461 |  39.3 |  1027M |  69 |2538 |3321 |2604 |  86k|  1 |2373 |5503 |-1.115977e+04 |      --      |    Inf |   2.11%
2600.76/2609.62	c   181s| 22000 | 21867 |871235 |  39.5 |  1027M |  69 |2538 |3337 |2592 |  87k|  3 |2400 |5530 |-1.115977e+04 |      --      |    Inf |   2.11%
2601.46/2610.34	c   182s| 22100 | 21961 |875362 |  39.5 |  1027M |  69 |2538 |3357 |2591 |  87k|  1 |2426 |5546 |-1.115977e+04 |      --      |    Inf |   2.11%
2602.56/2611.40	c   183s| 22200 | 22061 |879805 |  39.5 |  1028M |  69 |2538 |3352 |2550 |  87k|  1 |2426 |5564 |-1.116026e+04 |      --      |    Inf |   2.11%
2603.55/2612.41	c   184s| 22300 | 22161 |884667 |  39.5 |  1029M |  69 |2538 |3348 |2647 |  88k|  3 |2426 |5596 |-1.116026e+04 |      --      |    Inf |   2.11%
2604.45/2613.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2604.45/2613.34	c   185s| 22400 | 22253 |889310 |  39.6 |  1029M |  69 |2538 |3363 |2609 |  88k|  1 |2449 |5616 |-1.116026e+04 |      --      |    Inf |   2.11%
2605.05/2613.92	c   186s| 22500 | 22353 |892321 |  39.5 |  1029M |  69 |2538 |3356 |2624 |  89k|  4 |2449 |5629 |-1.116026e+04 |      --      |    Inf |   2.11%
2605.55/2614.45	c   186s| 22600 | 22450 |895951 |  39.5 |  1029M |  69 |2538 |3360 |2579 |  89k|  1 |2456 |5646 |-1.116026e+04 |      --      |    Inf |   2.11%
2606.54/2615.47	c   187s| 22700 | 22546 |900585 |  39.5 |  1029M |  69 |2538 |3349 |2566 |  89k|  1 |2466 |5675 |-1.116055e+04 |      --      |    Inf |   2.11%
2607.54/2616.47	c   188s| 22800 | 22646 |905363 |  39.6 |  1029M |  69 |2538 |3343 |2601 |  90k|  4 |2466 |5688 |-1.116055e+04 |      --      |    Inf |   2.11%
2608.34/2617.27	c   189s| 22900 | 22742 |909532 |  39.6 |  1029M |  69 |2538 |3363 |2620 |  90k|  1 |2489 |5702 |-1.116057e+04 |      --      |    Inf |   2.11%
2609.34/2618.20	c   190s| 23000 | 22842 |914749 |  39.6 |  1029M |  69 |2538 |3361 |2603 |  91k|  1 |2489 |5712 |-1.116057e+04 |      --      |    Inf |   2.11%
2610.25/2619.12	c   191s| 23100 | 22936 |919598 |  39.7 |  1029M |  69 |2538 |3376 |2596 |  91k|  1 |2510 |5723 |-1.116057e+04 |      --      |    Inf |   2.11%
2611.33/2620.24	c   192s| 23200 | 23026 |924748 |  39.7 |  1029M |  69 |2538 |3401 |2627 |  92k|  1 |2537 |5748 |-1.116057e+04 |      --      |    Inf |   2.11%
2612.03/2620.97	c   193s| 23300 | 23126 |928671 |  39.7 |  1029M |  69 |2538 |3394 |2565 |  92k|  1 |2537 |5769 |-1.116057e+04 |      --      |    Inf |   2.11%
2613.24/2622.14	c   194s| 23400 | 23224 |933754 |  39.8 |  1029M |  69 |2538 |3419 |2552 |  93k|  1 |2567 |5782 |-1.116057e+04 |      --      |    Inf |   2.11%
2613.92/2622.84	c   195s| 23500 | 23320 |937535 |  39.8 |  1029M |  69 |2538 |3427 |2620 |  93k|  1 |2578 |5785 |-1.116057e+04 |      --      |    Inf |   2.11%
2614.82/2623.71	c   196s| 23600 | 23418 |942471 |  39.8 |  1029M |  69 |2538 |3427 |2627 |  93k|  1 |2585 |5795 |-1.116057e+04 |      --      |    Inf |   2.11%
2615.52/2624.47	c   196s| 23700 | 23518 |945981 |  39.8 |  1030M |  69 |2538 |3416 |2576 |  94k|  1 |2585 |5801 |-1.116072e+04 |      --      |    Inf |   2.11%
2616.62/2625.59	c   197s| 23800 | 23610 |950844 |  39.8 |  1030M |  69 |2538 |3428 |2572 |  94k|  1 |2601 |5816 |-1.116072e+04 |      --      |    Inf |   2.11%
2617.71/2626.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2617.71/2626.64	c   198s| 23900 | 23706 |955670 |  39.9 |  1032M |  69 |2538 |3433 |2573 |  95k|  1 |2613 |5838 |-1.116157e+04 |      --      |    Inf |   2.11%
2618.41/2627.36	c   199s| 24000 | 23803 |959781 |  39.9 |  1032M |  69 |2538 |3451 |2563 |  95k|  1 |2638 |5844 |-1.116157e+04 |      --      |    Inf |   2.11%
2619.31/2628.27	c   200s| 24100 | 23903 |964476 |  39.9 |  1032M |  69 |2538 |3468 |2657 |  96k|  1 |2659 |5854 |-1.116157e+04 |      --      |    Inf |   2.11%
2620.22/2629.18	c   201s| 24200 | 24003 |968381 |  39.9 |  1032M |  69 |2538 |3458 |2592 |  96k|  1 |2659 |5861 |-1.116189e+04 |      --      |    Inf |   2.11%
2621.22/2630.16	c   202s| 24300 | 24103 |972852 |  39.9 |  1032M |  69 |2538 |3454 |2583 |  96k|  1 |2659 |5883 |-1.116189e+04 |      --      |    Inf |   2.11%
2622.30/2631.20	c   203s| 24400 | 24203 |977774 |  39.9 |  1032M |  69 |2538 |3447 |2573 |  97k|  1 |2659 |5885 |-1.116189e+04 |      --      |    Inf |   2.11%
2623.11/2632.07	c   204s| 24500 | 24303 |982030 |  40.0 |  1032M |  69 |2538 |3441 |2664 |  97k|  1 |2659 |5899 |-1.116189e+04 |      --      |    Inf |   2.11%
2624.39/2633.36	c   205s| 24600 | 24403 |987763 |  40.0 |  1033M |  69 |2538 |3445 |2636 |  98k|  1 |2678 |5900 |-1.116215e+04 |      --      |    Inf |   2.11%
2625.39/2634.39	c   206s| 24700 | 24503 |991711 |  40.0 |  1033M |  69 |2538 |3437 |2589 |  98k|  1 |2678 |5903 |-1.116215e+04 |      --      |    Inf |   2.11%
2626.39/2635.31	c   207s| 24800 | 24603 |997593 |  40.1 |  1033M |  69 |2538 |3433 |2576 |  99k|  1 |2678 |5909 |-1.116215e+04 |      --      |    Inf |   2.11%
2627.59/2636.50	c   208s| 24900 | 24703 |  1002k|  40.1 |  1033M |  69 |2538 |3422 |2570 | 100k|  1 |2678 |5911 |-1.116215e+04 |      --      |    Inf |   2.11%
2628.38/2637.34	c   209s| 25000 | 24799 |  1006k|  40.1 |  1036M |  69 |2538 |3418 |2559 | 100k|  1 |2685 |5923 |-1.116215e+04 |      --      |    Inf |   2.11%
2629.19/2638.18	c   210s| 25100 | 24897 |  1010k|  40.1 |  1036M |  69 |2538 |3422 |2602 | 100k|  2 |2696 |5933 |-1.116215e+04 |      --      |    Inf |   2.11%
2630.09/2639.06	c   211s| 25200 | 24993 |  1015k|  40.2 |  1037M |  69 |2538 |3444 |2620 | 101k|  1 |2725 |5939 |-1.116215e+04 |      --      |    Inf |   2.11%
2631.09/2640.02	c   212s| 25300 | 25091 |  1019k|  40.2 |  1037M |  69 |2538 |3443 |2587 | 101k|  1 |2733 |5943 |-1.116364e+04 |      --      |    Inf |   2.11%
2631.77/2640.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2631.77/2640.77	c   213s| 25400 | 25191 |  1023k|  40.2 |  1037M |  69 |2538 |3433 |2563 | 102k|  1 |2737 |5945 |-1.116364e+04 |      --      |    Inf |   2.11%
2632.47/2641.47	c   213s| 25500 | 25289 |  1028k|  40.2 |  1037M |  69 |2538 |3433 |2542 | 102k|  1 |2747 |5946 |-1.116364e+04 |      --      |    Inf |   2.11%
2633.37/2642.33	c   214s| 25600 | 25387 |  1032k|  40.2 |  1037M |  69 |2538 |3436 |2605 | 102k|  1 |2754 |5963 |-1.116364e+04 |      --      |    Inf |   2.11%
2634.27/2643.21	c   215s| 25700 | 25485 |  1037k|  40.2 |  1037M |  69 |2538 |3433 |2623 | 103k|  1 |2757 |5966 |-1.116364e+04 |      --      |    Inf |   2.11%
2635.26/2644.27	c   216s| 25800 | 25585 |  1041k|  40.3 |  1037M |  69 |2538 |3429 |2610 | 103k|  1 |2757 |5984 |-1.116364e+04 |      --      |    Inf |   2.11%
2635.96/2644.94	c   217s| 25900 | 25685 |  1045k|  40.3 |  1037M |  69 |2538 |3420 |2584 | 104k|  1 |2757 |5995 |-1.116364e+04 |      --      |    Inf |   2.11%
2636.76/2645.73	c   218s| 26000 | 25779 |  1050k|  40.3 |  1037M |  69 |2538 |3425 |2626 | 104k|  1 |2767 |6008 |-1.116364e+04 |      --      |    Inf |   2.11%
2637.56/2646.50	c   218s| 26100 | 25875 |  1053k|  40.3 |  1037M |  69 |2538 |3424 |2626 | 104k|  1 |2777 |6020 |-1.116364e+04 |      --      |    Inf |   2.11%
2638.36/2647.39	c   219s| 26200 | 25973 |  1058k|  40.3 |  1037M |  69 |2538 |3427 |2633 | 105k|  1 |2795 |6033 |-1.116364e+04 |      --      |    Inf |   2.11%
2639.06/2648.07	c   220s| 26300 | 26069 |  1062k|  40.3 |  1037M |  69 |2538 |3428 |2618 | 105k|  5 |2802 |6038 |-1.116364e+04 |      --      |    Inf |   2.11%
2639.95/2648.98	c   221s| 26400 | 26165 |  1067k|  40.3 |  1037M |  69 |2538 |3426 |2600 | 106k|  4 |2813 |6060 |-1.116364e+04 |      --      |    Inf |   2.11%
2640.85/2649.89	c   222s| 26500 | 26265 |  1072k|  40.3 |  1037M |  69 |2538 |3418 |2605 | 106k|  1 |2813 |6062 |-1.116457e+04 |      --      |    Inf |   2.11%
2641.94/2650.95	c   223s| 26600 | 26359 |  1076k|  40.3 |  1037M |  69 |2538 |3430 |2616 | 107k|  1 |2835 |6072 |-1.116630e+04 |      --      |    Inf |   2.11%
2642.54/2651.59	c   223s| 26700 | 26459 |  1080k|  40.3 |  1038M |  69 |2538 |3435 |2596 | 107k|  2 |2846 |6080 |-1.116630e+04 |      --      |    Inf |   2.11%
2643.44/2652.49	c   224s| 26800 | 26559 |  1084k|  40.4 |  1038M |  69 |2538 |3438 |2572 | 107k|  1 |2857 |6083 |-1.116630e+04 |      --      |    Inf |   2.11%
2644.54/2653.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2644.54/2653.51	c   225s| 26900 | 26653 |  1089k|  40.4 |  1038M |  69 |2538 |3452 |2567 | 108k|  1 |2879 |6123 |-1.116706e+04 |      --      |    Inf |   2.11%
2645.34/2654.31	c   226s| 27000 | 26753 |  1092k|  40.4 |  1038M |  69 |2538 |3448 |2525 | 108k|  1 |2879 |6127 |-1.116706e+04 |      --      |    Inf |   2.11%
2646.23/2655.25	c   227s| 27100 | 26853 |  1097k|  40.4 |  1038M |  69 |2538 |3443 |2599 | 109k|  1 |2879 |6137 |-1.116778e+04 |      --      |    Inf |   2.11%
2647.23/2656.26	c   228s| 27200 | 26949 |  1101k|  40.4 |  1038M |  69 |2538 |3447 |2655 | 109k|  1 |2888 |6152 |-1.116778e+04 |      --      |    Inf |   2.11%
2648.43/2657.44	c   229s| 27300 | 27049 |  1109k|  40.5 |  1038M |  69 |2538 |3441 |2632 | 110k|  1 |2888 |6175 |-1.116778e+04 |      --      |    Inf |   2.11%
2649.42/2658.44	c   230s| 27400 | 27141 |  1114k|  40.6 |  1038M |  69 |2538 |3461 |2631 | 110k|  1 |2924 |6206 |-1.116778e+04 |      --      |    Inf |   2.11%
2650.22/2659.29	c   231s| 27500 | 27239 |  1119k|  40.6 |  1038M |  69 |2538 |3454 |2619 | 111k|  1 |2929 |6222 |-1.116778e+04 |      --      |    Inf |   2.11%
2651.03/2660.06	c   232s| 27600 | 27339 |  1123k|  40.6 |  1038M |  69 |2538 |3443 |2586 | 111k|  1 |2929 |6245 |-1.116778e+04 |      --      |    Inf |   2.11%
2651.92/2660.97	c   233s| 27700 | 27439 |  1127k|  40.6 |  1038M |  69 |2538 |3433 |2563 | 111k|  1 |2929 |6269 |-1.116778e+04 |      --      |    Inf |   2.11%
2652.72/2661.77	c   234s| 27800 | 27539 |  1131k|  40.6 |  1039M |  69 |2538 |3428 |2604 | 112k|  1 |2929 |6283 |-1.116778e+04 |      --      |    Inf |   2.11%
2653.81/2662.83	c   235s| 27900 | 27635 |  1136k|  40.6 |  1039M |  69 |2538 |3435 |2628 | 112k|  1 |2942 |6307 |-1.116778e+04 |      --      |    Inf |   2.11%
2654.71/2663.75	c   236s| 28000 | 27723 |  1141k|  40.7 |  1039M |  69 |2538 |3460 |2643 | 113k|  1 |2979 |6334 |-1.116809e+04 |      --      |    Inf |   2.11%
2655.31/2664.35	c   236s| 28100 | 27823 |  1146k|  40.7 |  1039M |  69 |2538 |3458 |2589 | 113k|  1 |2990 |6339 |-1.116809e+04 |      --      |    Inf |   2.11%
2656.21/2665.22	c   237s| 28200 | 27923 |  1150k|  40.7 |  1041M |  69 |2538 |3444 |2593 | 114k|  5 |2990 |6367 |-1.116809e+04 |      --      |    Inf |   2.11%
2656.90/2666.00	c   238s| 28300 | 28019 |  1155k|  40.7 |  1041M |  69 |2538 |3446 |2589 | 114k|  1 |2999 |6397 |-1.116809e+04 |      --      |    Inf |   2.11%
2657.80/2666.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2657.80/2666.88	c   239s| 28400 | 28119 |  1159k|  40.7 |  1041M |  69 |2538 |3435 |2592 | 114k|  1 |2999 |6416 |-1.116809e+04 |      --      |    Inf |   2.11%
2658.60/2667.63	c   239s| 28500 | 28219 |  1163k|  40.7 |  1041M |  69 |2538 |3432 |2559 | 115k|  1 |3010 |6435 |-1.116809e+04 |      --      |    Inf |   2.11%
2659.40/2668.41	c   240s| 28600 | 28319 |  1168k|  40.7 |  1041M |  69 |2538 |3428 |2624 | 115k|  1 |3010 |6453 |-1.116809e+04 |      --      |    Inf |   2.11%
2660.29/2669.31	c   241s| 28700 | 28419 |  1173k|  40.8 |  1041M |  69 |2538 |3470 |2582 | 116k|  1 |3061 |6477 |-1.116809e+04 |      --      |    Inf |   2.11%
2661.00/2670.06	c   242s| 28800 | 28515 |  1177k|  40.8 |  1041M |  69 |2538 |3469 |2567 | 116k|  1 |3070 |6506 |-1.116809e+04 |      --      |    Inf |   2.11%
2661.89/2670.90	c   243s| 28900 | 28615 |  1182k|  40.8 |  1041M |  69 |2538 |3459 |2584 | 116k|  1 |3070 |6514 |-1.116809e+04 |      --      |    Inf |   2.11%
2662.79/2671.84	c   244s| 29000 | 28715 |  1186k|  40.8 |  1041M |  69 |2538 |3453 |2612 | 117k|  1 |3070 |6540 |-1.116809e+04 |      --      |    Inf |   2.11%
2663.58/2672.60	c   244s| 29100 | 28815 |  1191k|  40.8 |  1042M |  69 |2538 |3444 |2627 | 117k|  1 |3070 |6559 |-1.116809e+04 |      --      |    Inf |   2.11%
2664.48/2673.51	c   245s| 29200 | 28915 |  1196k|  40.9 |  1042M |  69 |2538 |3438 |2578 | 118k|  1 |3070 |6577 |-1.116809e+04 |      --      |    Inf |   2.11%
2665.48/2674.52	c   246s| 29300 | 29015 |  1201k|  40.9 |  1042M |  69 |2538 |3429 |2563 | 118k|  1 |3070 |6602 |-1.116809e+04 |      --      |    Inf |   2.11%
2666.38/2675.41	c   247s| 29400 | 29115 |  1205k|  40.9 |  1043M |  69 |2538 |3455 |2561 | 118k|  1 |3101 |6621 |-1.116809e+04 |      --      |    Inf |   2.11%
2667.17/2676.28	c   248s| 29500 | 29207 |  1209k|  40.9 |  1043M |  69 |2538 |3474 |2576 | 119k|  1 |3124 |6644 |-1.116809e+04 |      --      |    Inf |   2.11%
2668.08/2677.12	c   249s| 29600 | 29307 |  1214k|  40.9 |  1043M |  69 |2538 |3460 |2645 | 119k|  2 |3124 |6659 |-1.116809e+04 |      --      |    Inf |   2.11%
2668.98/2678.03	c   250s| 29700 | 29407 |  1218k|  40.9 |  1044M |  69 |2538 |3445 |2628 | 120k|  1 |3124 |6667 |-1.117041e+04 |      --      |    Inf |   2.11%
2669.77/2678.86	c   251s| 29800 | 29498 |  1223k|  41.0 |  1044M |  69 |2538 |3490 |2599 | 120k|  1 |3180 |6698 |-1.117041e+04 |      --      |    Inf |   2.11%
2670.76/2679.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2670.76/2679.86	c   252s| 29900 | 29596 |  1227k|  41.0 |  1044M |  69 |2538 |3484 |2569 | 121k|  1 |3185 |6708 |-1.117304e+04 |      --      |    Inf |   2.11%
2671.56/2680.60	c   252s| 30000 | 29696 |  1231k|  41.0 |  1044M |  69 |2538 |3473 |2564 | 121k|  1 |3185 |6730 |-1.117304e+04 |      --      |    Inf |   2.11%
2672.56/2681.68	c   253s| 30100 | 29788 |  1236k|  41.0 |  1044M |  69 |2538 |3483 |2570 | 121k|  1 |3199 |6760 |-1.117304e+04 |      --      |    Inf |   2.11%
2673.66/2682.70	c   255s| 30200 | 29886 |  1241k|  41.0 |  1044M |  69 |2538 |3496 |2625 | 122k|  1 |3220 |6791 |-1.117304e+04 |      --      |    Inf |   2.11%
2674.35/2683.43	c   255s| 30300 | 29982 |  1245k|  41.0 |  1045M |  69 |2538 |3485 |2674 | 122k|  1 |3227 |6797 |-1.117304e+04 |      --      |    Inf |   2.11%
2675.35/2684.45	c   256s| 30400 | 30078 |  1249k|  41.0 |  1045M |  69 |2538 |3485 |2604 | 123k|  1 |3237 |6803 |-1.117304e+04 |      --      |    Inf |   2.11%
2676.25/2685.39	c   257s| 30500 | 30178 |  1254k|  41.0 |  1045M |  69 |2538 |3479 |2596 | 123k|  1 |3237 |6815 |-1.117304e+04 |      --      |    Inf |   2.11%
2677.25/2686.36	c   258s| 30600 | 30278 |  1259k|  41.1 |  1045M |  69 |2538 |3476 |2590 | 124k|  1 |3240 |6836 |-1.117304e+04 |      --      |    Inf |   2.11%
2678.34/2687.43	c   259s| 30700 | 30378 |  1264k|  41.1 |  1045M |  69 |2538 |3461 |2644 | 124k|  1 |3240 |6843 |-1.117304e+04 |      --      |    Inf |   2.11%
2679.34/2688.49	c   260s| 30800 | 30478 |  1267k|  41.1 |  1045M |  69 |2538 |3457 |2602 | 125k|  1 |3240 |6852 |-1.117511e+04 |      --      |    Inf |   2.11%
2680.24/2689.31	c   261s| 30900 | 30574 |  1273k|  41.1 |  1045M |  69 |2538 |3483 |2566 | 125k|  1 |3281 |6873 |-1.117851e+04 |      --      |    Inf |   2.11%
2681.14/2690.22	c   262s| 31000 | 30674 |  1278k|  41.2 |  1045M |  69 |2538 |3478 |2576 | 125k|  1 |3281 |6891 |-1.117851e+04 |      --      |    Inf |   2.11%
2681.83/2690.93	c   263s| 31100 | 30770 |  1283k|  41.2 |  1045M |  69 |2538 |3479 |2567 | 126k|  1 |3291 |6898 |-1.117851e+04 |      --      |    Inf |   2.11%
2682.73/2691.86	c   264s| 31200 | 30866 |  1287k|  41.2 |  1047M |  69 |2538 |3489 |2557 | 126k|  1 |3313 |6931 |-1.117851e+04 |      --      |    Inf |   2.11%
2683.73/2692.81	c   265s| 31300 | 30966 |  1291k|  41.2 |  1048M |  69 |2538 |3479 |2638 | 127k|  1 |3313 |6937 |-1.117851e+04 |      --      |    Inf |   2.11%
2684.63/2693.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2684.63/2693.71	c   266s| 31400 | 31062 |  1296k|  41.2 |  1048M |  69 |2538 |3479 |2639 | 127k|  1 |3322 |6945 |-1.117851e+04 |      --      |    Inf |   2.11%
2685.42/2694.56	c   266s| 31500 | 31160 |  1302k|  41.3 |  1048M |  69 |2538 |3475 |2588 | 127k|  1 |3328 |6951 |-1.117851e+04 |      --      |    Inf |   2.11%
2686.22/2695.35	c   267s| 31600 | 31260 |  1307k|  41.3 |  1048M |  69 |2538 |3467 |2603 | 128k|  1 |3328 |6970 |-1.117851e+04 |      --      |    Inf |   2.11%
2687.03/2696.12	c   268s| 31700 | 31360 |  1312k|  41.3 |  1048M |  69 |2538 |3465 |2647 | 128k|  1 |3331 |6983 |-1.117851e+04 |      --      |    Inf |   2.11%
2687.93/2697.03	c   269s| 31800 | 31460 |  1317k|  41.3 |  1048M |  69 |2538 |3456 |2630 | 129k|  1 |3331 |6998 |-1.117851e+04 |      --      |    Inf |   2.11%
2689.11/2698.24	c   270s| 31900 | 31560 |  1323k|  41.4 |  1048M |  69 |2538 |3485 |2642 | 129k|  1 |3365 |6999 |-1.117851e+04 |      --      |    Inf |   2.11%
2689.92/2699.03	c   271s| 32000 | 31656 |  1328k|  41.4 |  1048M |  69 |2538 |3480 |2577 | 130k|  1 |3372 |7015 |-1.117851e+04 |      --      |    Inf |   2.11%
2690.71/2699.87	c   272s| 32100 | 31748 |  1333k|  41.5 |  1048M |  69 |2538 |3515 |2578 | 130k|  1 |3418 |7040 |-1.117851e+04 |      --      |    Inf |   2.11%
2691.61/2700.71	c   273s| 32200 | 31848 |  1338k|  41.5 |  1048M |  69 |2538 |3502 |2600 | 130k|  3 |3418 |7053 |-1.117851e+04 |      --      |    Inf |   2.11%
2692.70/2701.83	c   274s| 32300 | 31948 |  1343k|  41.5 |  1049M |  69 |2538 |3487 |2561 | 131k|  1 |3418 |7077 |-1.117851e+04 |      --      |    Inf |   2.11%
2693.60/2702.70	c   275s| 32400 | 32048 |  1348k|  41.5 |  1049M |  69 |2538 |3477 |2636 | 131k|  1 |3418 |7085 |-1.117851e+04 |      --      |    Inf |   2.11%
2694.50/2703.63	c   275s| 32500 | 32146 |  1353k|  41.5 |  1050M |  69 |2538 |3474 |2662 | 132k|  6 |3428 |7108 |-1.117851e+04 |      --      |    Inf |   2.11%
2695.20/2704.31	c   276s| 32600 | 32246 |  1358k|  41.6 |  1050M |  69 |2538 |3467 |2628 | 132k|  1 |3428 |7111 |-1.117851e+04 |      --      |    Inf |   2.11%
2695.80/2705.01	c   277s| 32700 | 32342 |  1362k|  41.6 |  1051M |  71 |2538 |3468 |2568 | 132k|  1 |3438 |7126 |-1.117851e+04 |      --      |    Inf |   2.11%
2696.79/2705.91	c   278s| 32800 | 32438 |  1367k|  41.6 |  1051M |  71 |2538 |3468 |2617 | 133k|  1 |3450 |7129 |-1.117851e+04 |      --      |    Inf |   2.11%
2697.69/2706.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2697.69/2706.85	c   279s| 32900 | 32532 |  1372k|  41.6 |  1051M |  71 |2538 |3466 |2631 | 133k|  1 |3458 |7135 |-1.117851e+04 |      --      |    Inf |   2.11%
2698.29/2707.47	c   279s| 33000 | 32628 |  1376k|  41.6 |  1051M |  71 |2538 |3479 |2563 | 133k|  2 |3480 |7146 |-1.117851e+04 |      --      |    Inf |   2.11%
2699.19/2708.30	c   280s| 33100 | 32728 |  1380k|  41.6 |  1051M |  71 |2538 |3472 |2594 | 134k|  1 |3480 |7150 |-1.117884e+04 |      --      |    Inf |   2.11%
2700.00/2709.16	c   281s| 33200 | 32824 |  1385k|  41.6 |  1051M |  71 |2538 |3470 |2586 | 134k|  1 |3491 |7153 |-1.117884e+04 |      --      |    Inf |   2.11%
2700.78/2709.90	c   282s| 33300 | 32924 |  1390k|  41.7 |  1051M |  71 |2538 |3466 |2631 | 135k|  1 |3491 |7164 |-1.117884e+04 |      --      |    Inf |   2.11%
2701.48/2710.60	c   282s| 33400 | 33024 |  1394k|  41.6 |  1051M |  71 |2538 |3456 |2594 | 135k|  1 |3491 |7193 |-1.117884e+04 |      --      |    Inf |   2.11%
2702.38/2711.57	c   283s| 33500 | 33124 |  1398k|  41.7 |  1051M |  71 |2538 |3449 |2581 | 135k|  1 |3491 |7193 |-1.117898e+04 |      --      |    Inf |   2.11%
2703.17/2712.38	c   284s| 33600 | 33220 |  1403k|  41.7 |  1051M |  71 |2538 |3458 |2633 | 136k|  1 |3503 |7193 |-1.117898e+04 |      --      |    Inf |   2.11%
2704.07/2713.21	c   285s| 33700 | 33320 |  1407k|  41.7 |  1051M |  71 |2538 |3449 |2609 | 136k|  1 |3503 |7194 |-1.117898e+04 |      --      |    Inf |   2.11%
2704.67/2713.85	c   286s| 33800 | 33420 |  1410k|  41.7 |  1052M |  71 |2538 |3439 |2561 | 136k|  1 |3503 |7201 |-1.117898e+04 |      --      |    Inf |   2.11%
2705.67/2714.80	c   287s| 33900 | 33520 |  1415k|  41.7 |  1054M |  71 |2538 |3431 |2648 | 137k|  1 |3503 |7203 |-1.117898e+04 |      --      |    Inf |   2.11%
2706.57/2715.70	c   288s| 34000 | 33618 |  1420k|  41.7 |  1054M |  71 |2538 |3435 |2605 | 137k|  1 |3513 |7210 |-1.117898e+04 |      --      |    Inf |   2.11%
2707.66/2716.86	c   289s| 34100 | 33714 |  1425k|  41.7 |  1055M |  71 |2538 |3448 |2585 | 138k|  3 |3536 |7216 |-1.117898e+04 |      --      |    Inf |   2.11%
2708.76/2717.91	c   290s| 34200 | 33812 |  1430k|  41.7 |  1055M |  71 |2538 |3448 |2554 | 138k|  1 |3547 |7241 |-1.117898e+04 |      --      |    Inf |   2.11%
2709.66/2718.88	c   291s| 34300 | 33908 |  1436k|  41.8 |  1056M |  71 |2538 |3451 |2643 | 139k|  1 |3555 |7246 |-1.117898e+04 |      --      |    Inf |   2.11%
2710.65/2719.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2710.65/2719.87	c   292s| 34400 | 34002 |  1441k|  41.8 |  1056M |  71 |2538 |3458 |2619 | 139k|  1 |3572 |7252 |-1.117898e+04 |      --      |    Inf |   2.11%
2711.45/2720.61	c   292s| 34500 | 34098 |  1446k|  41.8 |  1057M |  71 |2538 |3509 |2594 | 140k|  1 |3632 |7252 |-1.117898e+04 |      --      |    Inf |   2.11%
2712.05/2721.29	c   293s| 34600 | 34194 |  1449k|  41.8 |  1057M |  71 |2538 |3503 |2597 | 140k|  1 |3639 |7261 |-1.117898e+04 |      --      |    Inf |   2.11%
2712.96/2722.16	c   294s| 34700 | 34290 |  1454k|  41.8 |  1057M |  71 |2538 |3511 |2664 | 140k|  1 |3659 |7279 |-1.117898e+04 |      --      |    Inf |   2.11%
2713.96/2723.19	c   295s| 34800 | 34390 |  1459k|  41.8 |  1058M |  71 |2538 |3500 |2624 | 141k|  1 |3659 |7289 |-1.117898e+04 |      --      |    Inf |   2.11%
2714.64/2723.89	c   296s| 34900 | 34484 |  1463k|  41.8 |  1058M |  71 |2538 |3497 |2606 | 141k|  1 |3672 |7296 |-1.117898e+04 |      --      |    Inf |   2.11%
2715.54/2724.72	c   297s| 35000 | 34584 |  1468k|  41.9 |  1058M |  71 |2538 |3488 |2560 | 142k|  1 |3678 |7306 |-1.118024e+04 |      --      |    Inf |   2.11%
2716.44/2725.60	c   297s| 35100 | 34684 |  1472k|  41.9 |  1058M |  71 |2538 |3481 |2633 | 142k|  1 |3678 |7312 |-1.118024e+04 |      --      |    Inf |   2.11%
2717.43/2726.63	c   298s| 35200 | 34776 |  1477k|  41.9 |  1058M |  71 |2538 |3499 |2620 | 143k|  1 |3700 |7329 |-1.118024e+04 |      --      |    Inf |   2.11%
2718.33/2727.55	c   299s| 35300 | 34876 |  1482k|  41.9 |  1058M |  71 |2538 |3494 |2582 | 143k|  1 |3703 |7334 |-1.118024e+04 |      --      |    Inf |   2.11%
2719.03/2728.25	c   300s| 35400 | 34970 |  1486k|  41.9 |  1058M |  71 |2538 |3506 |2578 | 143k|  2 |3724 |7345 |-1.118024e+04 |      --      |    Inf |   2.11%
2719.73/2728.99	c   301s| 35500 | 35070 |  1490k|  41.9 |  1058M |  71 |2538 |3501 |2638 | 144k|  2 |3724 |7349 |-1.118024e+04 |      --      |    Inf |   2.11%
2720.53/2729.78	c   302s| 35600 | 35166 |  1494k|  41.9 |  1058M |  71 |2538 |3502 |2626 | 144k|  1 |3735 |7357 |-1.118024e+04 |      --      |    Inf |   2.11%
2721.42/2730.66	c   302s| 35700 | 35263 |  1498k|  41.9 |  1059M |  71 |2538 |3506 |2637 | 144k|  1 |3746 |7362 |-1.118024e+04 |      --      |    Inf |   2.11%
2722.22/2731.42	c   303s| 35800 | 35363 |  1502k|  41.9 |  1059M |  71 |2538 |3494 |2587 | 145k|  1 |3746 |7372 |-1.118116e+04 |      --      |    Inf |   2.11%
2722.93/2732.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2722.93/2732.14	c   304s| 35900 | 35463 |  1506k|  41.9 |  1060M |  71 |2538 |3489 |2641 | 145k|  1 |3746 |7390 |-1.118116e+04 |      --      |    Inf |   2.11%
2723.93/2733.15	c   305s| 36000 | 35561 |  1511k|  41.9 |  1060M |  71 |2538 |3487 |2632 | 145k|  1 |3756 |7397 |-1.118116e+04 |      --      |    Inf |   2.11%
2724.71/2733.92	c   306s| 36100 | 35659 |  1516k|  41.9 |  1060M |  71 |2538 |3472 |2579 | 146k|  1 |3758 |7414 |-1.118116e+04 |      --      |    Inf |   2.11%
2725.51/2734.77	c   307s| 36200 | 35757 |  1520k|  41.9 |  1060M |  71 |2538 |3471 |2641 | 146k|  0 |3767 |7421 |-1.118116e+04 |      --      |    Inf |   2.11%
2726.41/2735.65	c   307s| 36300 | 35855 |  1524k|  41.9 |  1060M |  71 |2538 |3463 |2627 | 147k|  1 |3768 |7429 |-1.118116e+04 |      --      |    Inf |   2.11%
2727.61/2736.84	c   309s| 36400 | 35953 |  1529k|  41.9 |  1061M |  77 |2538 |3462 |2563 | 147k|  1 |3779 |7462 |-1.118477e+04 |      --      |    Inf |   2.11%
2728.40/2737.61	c   309s| 36500 | 36049 |  1533k|  41.9 |  1061M |  77 |2538 |3467 |2632 | 148k|  1 |3786 |7478 |-1.118603e+04 |      --      |    Inf |   2.11%
2729.30/2738.53	c   310s| 36600 | 36141 |  1538k|  42.0 |  1061M |  77 |2538 |3478 |2627 | 148k|  1 |3807 |7497 |-1.118603e+04 |      --      |    Inf |   2.11%
2730.30/2739.51	c   311s| 36700 | 36233 |  1543k|  42.0 |  1061M |  77 |2538 |3487 |2561 | 148k|  1 |3825 |7522 |-1.118603e+04 |      --      |    Inf |   2.11%
2731.30/2740.52	c   312s| 36800 | 36329 |  1548k|  42.0 |  1061M |  77 |2538 |3489 |2646 | 149k|  1 |3840 |7542 |-1.118603e+04 |      --      |    Inf |   2.11%
2732.09/2741.38	c   313s| 36900 | 36429 |  1552k|  42.0 |  1061M |  77 |2538 |3475 |2596 | 149k|  1 |3840 |7567 |-1.118603e+04 |      --      |    Inf |   2.11%
2732.90/2742.19	c   314s| 37000 | 36525 |  1556k|  42.0 |  1061M |  77 |2538 |3486 |2606 | 149k|  1 |3860 |7581 |-1.118603e+04 |      --      |    Inf |   2.11%
2734.19/2743.45	c   315s| 37100 | 36619 |  1560k|  42.0 |  1061M |  77 |2538 |3498 |2553 | 150k|  1 |3892 |7598 |-1.119525e+04 |      --      |    Inf |   2.11%
2735.09/2744.32	c   316s| 37200 | 36719 |  1564k|  42.0 |  1062M |  77 |2538 |3485 |2608 | 150k|  1 |3892 |7616 |-1.119769e+04 |      --      |    Inf |   2.11%
2736.08/2745.36	c   317s| 37300 | 36819 |  1569k|  42.0 |  1063M |  77 |2538 |3473 |2572 | 151k|  1 |3892 |7644 |-1.119769e+04 |      --      |    Inf |   2.11%
2737.18/2746.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2737.18/2746.42	c   318s| 37400 | 36919 |  1574k|  42.0 |  1063M |  77 |2538 |3463 |2625 | 151k|  1 |3892 |7671 |-1.119769e+04 |      --      |    Inf |   2.11%
2738.08/2747.39	c   319s| 37500 | 37019 |  1579k|  42.0 |  1063M |  77 |2538 |3455 |2581 | 152k|  1 |3892 |7703 |-1.119769e+04 |      --      |    Inf |   2.11%
2739.07/2748.36	c   320s| 37600 | 37119 |  1585k|  42.1 |  1063M |  77 |2538 |3460 |2627 | 152k|  1 |3904 |7732 |-1.119776e+04 |      --      |    Inf |   2.11%
2740.07/2749.33	c   321s| 37700 | 37219 |  1589k|  42.1 |  1063M |  77 |2538 |3438 |2564 | 153k|  1 |3904 |7751 |-1.119834e+04 |      --      |    Inf |   2.11%
2740.97/2750.24	c   322s| 37800 | 37319 |  1593k|  42.1 |  1063M |  77 |2538 |3420 |2566 | 153k|  1 |3904 |7767 |-1.119834e+04 |      --      |    Inf |   2.11%
2741.88/2751.18	c   323s| 37900 | 37419 |  1598k|  42.1 |  1063M |  77 |2538 |3411 |2583 | 153k|  1 |3915 |7788 |-1.119856e+04 |      --      |    Inf |   2.11%
2742.88/2752.11	c   324s| 38000 | 37519 |  1604k|  42.1 |  1063M |  77 |2538 |3401 |2661 | 154k|  1 |3915 |7804 |-1.119856e+04 |      --      |    Inf |   2.11%
2743.66/2752.99	c   325s| 38100 | 37619 |  1609k|  42.2 |  1063M |  77 |2538 |3391 |2578 | 154k|  1 |3915 |7823 |-1.119920e+04 |      --      |    Inf |   2.11%
2744.77/2754.08	c   326s| 38200 | 37719 |  1615k|  42.2 |  1063M |  77 |2538 |3412 |2647 | 155k|  1 |3942 |7834 |-1.119920e+04 |      --      |    Inf |   2.11%
2745.56/2754.85	c   327s| 38300 | 37819 |  1620k|  42.2 |  1063M |  77 |2538 |3399 |2604 | 155k|  3 |3942 |7879 |-1.119920e+04 |      --      |    Inf |   2.11%
2746.55/2755.81	c   328s| 38400 | 37919 |  1624k|  42.2 |  1064M |  77 |2538 |3394 |2651 | 156k|  1 |3942 |7896 |-1.119920e+04 |      --      |    Inf |   2.11%
2747.45/2756.73	c   329s| 38500 | 38019 |  1630k|  42.3 |  1064M |  77 |2538 |3387 |2599 | 156k|  1 |3944 |7908 |-1.119928e+04 |      --      |    Inf |   2.11%
2748.25/2757.52	c   329s| 38600 | 38119 |  1635k|  42.3 |  1066M |  77 |2538 |3374 |2628 | 157k|  1 |3944 |7912 |-1.119970e+04 |      --      |    Inf |   2.11%
2749.35/2758.60	c   330s| 38700 | 38219 |  1640k|  42.3 |  1066M |  77 |2538 |3360 |2578 | 157k|  1 |3944 |7928 |-1.119982e+04 |      --      |    Inf |   2.11%
2750.14/2759.41	c   331s| 38800 | 38319 |  1644k|  42.3 |  1067M |  77 |2538 |3353 |2622 | 158k|  1 |3944 |7936 |-1.120104e+04 |      --      |    Inf |   2.11%
2750.75/2760.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2750.75/2760.09	c   332s| 38900 | 38419 |  1649k|  42.3 |  1067M |  77 |2538 |3345 |2583 | 158k|  1 |3944 |7943 |-1.120104e+04 |      --      |    Inf |   2.11%
2751.85/2761.18	c   333s| 39000 | 38519 |  1654k|  42.3 |  1067M |  77 |2538 |3330 |2668 | 159k|  8 |3944 |7954 |-1.120152e+04 |      --      |    Inf |   2.11%
2752.75/2762.10	c   334s| 39100 | 38619 |  1660k|  42.4 |  1067M |  77 |2538 |3322 |2567 | 159k|  1 |3944 |7958 |-1.120155e+04 |      --      |    Inf |   2.11%
2753.63/2762.95	c   335s| 39200 | 38719 |  1664k|  42.4 |  1068M |  77 |2538 |3332 |2628 | 159k|  1 |3963 |7958 |-1.120211e+04 |      --      |    Inf |   2.11%
2754.43/2763.70	c   336s| 39300 | 38819 |  1669k|  42.4 |  1069M |  77 |2538 |3316 |2570 | 160k|  1 |3963 |7969 |-1.120211e+04 |      --      |    Inf |   2.11%
2755.13/2764.41	c   336s| 39400 | 38917 |  1673k|  42.4 |  1069M |  77 |2538 |3304 |2604 | 160k|  1 |3970 |7993 |-1.120211e+04 |      --      |    Inf |   2.11%
2755.93/2765.21	c   337s| 39500 | 39017 |  1678k|  42.4 |  1070M |  77 |2538 |3295 |2574 | 161k|  1 |3970 |8006 |-1.120211e+04 |      --      |    Inf |   2.11%
2756.74/2766.01	c   338s| 39600 | 39117 |  1683k|  42.4 |  1070M |  77 |2538 |3291 |2615 | 161k|  1 |3970 |8012 |-1.120211e+04 |      --      |    Inf |   2.11%
2757.62/2766.93	c   339s| 39700 | 39213 |  1688k|  42.4 |  1070M |  77 |2538 |3322 |2582 | 161k|  1 |4005 |8031 |-1.120211e+04 |      --      |    Inf |   2.11%
2758.62/2767.92	c   340s| 39800 | 39313 |  1693k|  42.5 |  1070M |  77 |2538 |3342 |2614 | 162k|  1 |4026 |8047 |-1.120211e+04 |      --      |    Inf |   2.11%
2759.32/2768.67	c   340s| 39900 | 39413 |  1698k|  42.5 |  1070M |  77 |2538 |3335 |2605 | 162k|  1 |4026 |8063 |-1.120211e+04 |      --      |    Inf |   2.11%
2760.21/2769.59	c   341s| 40000 | 39513 |  1703k|  42.5 |  1070M |  77 |2538 |3328 |2653 | 163k|  1 |4026 |8083 |-1.120212e+04 |      --      |    Inf |   2.11%
2761.01/2770.33	c   342s| 40100 | 39613 |  1708k|  42.5 |  1071M |  77 |2538 |3318 |2607 | 163k|  3 |4026 |8084 |-1.120225e+04 |      --      |    Inf |   2.11%
2761.91/2771.21	c   343s| 40200 | 39713 |  1713k|  42.5 |  1071M |  77 |2538 |3308 |2615 | 164k|  1 |4026 |8090 |-1.120227e+04 |      --      |    Inf |   2.11%
2762.82/2772.16	c   344s| 40300 | 39813 |  1719k|  42.6 |  1071M |  77 |2538 |3303 |2598 | 164k|  1 |4026 |8097 |-1.120248e+04 |      --      |    Inf |   2.11%
2763.90/2773.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2763.90/2773.24	c   345s| 40400 | 39913 |  1724k|  42.6 |  1071M |  77 |2538 |3287 |2631 | 164k|  1 |4026 |8126 |-1.120267e+04 |      --      |    Inf |   2.11%
2764.71/2774.05	c   346s| 40500 | 40005 |  1729k|  42.6 |  1071M |  77 |2538 |3287 |2613 | 165k|  1 |4039 |8134 |-1.120267e+04 |      --      |    Inf |   2.11%
2765.50/2774.84	c   347s| 40600 | 40105 |  1733k|  42.6 |  1071M |  77 |2538 |3275 |2582 | 165k|  1 |4039 |8157 |-1.120267e+04 |      --      |    Inf |   2.11%
2766.60/2775.94	c   348s| 40700 | 40193 |  1738k|  42.6 |  1071M |  77 |2538 |3306 |2647 | 165k|  1 |4074 |8192 |-1.120267e+04 |      --      |    Inf |   2.11%
2767.49/2776.80	c   349s| 40800 | 40283 |  1743k|  42.6 |  1071M |  77 |2538 |3327 |2582 | 166k|  1 |4107 |8212 |-1.120267e+04 |      --      |    Inf |   2.11%
2768.29/2777.69	c   350s| 40900 | 40383 |  1748k|  42.7 |  1071M |  77 |2538 |3332 |2616 | 166k|  3 |4114 |8225 |-1.120267e+04 |      --      |    Inf |   2.11%
2768.99/2778.31	c   350s| 41000 | 40475 |  1752k|  42.7 |  1071M |  77 |2538 |3340 |2601 | 167k|  1 |4133 |8235 |-1.120344e+04 |      --      |    Inf |   2.11%
2769.80/2779.18	c   351s| 41100 | 40575 |  1757k|  42.7 |  1071M |  77 |2538 |3352 |2616 | 167k|  1 |4152 |8240 |-1.120353e+04 |      --      |    Inf |   2.11%
2770.59/2779.93	c   352s| 41200 | 40675 |  1762k|  42.7 |  1071M |  77 |2538 |3346 |2615 | 167k|  1 |4152 |8258 |-1.120482e+04 |      --      |    Inf |   2.11%
2771.18/2780.51	c   352s| 41300 | 40775 |  1766k|  42.7 |  1071M |  77 |2538 |3342 |2646 | 168k|  1 |4152 |8264 |-1.120482e+04 |      --      |    Inf |   2.11%
2771.79/2781.19	c   353s| 41400 | 40875 |  1770k|  42.7 |  1072M |  77 |2538 |3337 |2590 | 168k|  1 |4152 |8268 |-1.120482e+04 |      --      |    Inf |   2.11%
2772.79/2782.17	c   354s| 41500 | 40975 |  1775k|  42.7 |  1072M |  77 |2538 |3331 |2626 | 168k|  1 |4152 |8277 |-1.120496e+04 |      --      |    Inf |   2.11%
2773.58/2782.91	c   355s| 41600 | 41075 |  1780k|  42.7 |  1074M |  77 |2538 |3328 |2621 | 169k|  1 |4152 |8279 |-1.120498e+04 |      --      |    Inf |   2.11%
2774.48/2783.81	c   356s| 41700 | 41175 |  1785k|  42.8 |  1074M |  77 |2538 |3337 |2678 | 169k|  5 |4163 |8280 |-1.120512e+04 |      --      |    Inf |   2.11%
2775.17/2784.58	c   356s| 41800 | 41275 |  1790k|  42.8 |  1074M |  77 |2538 |3332 |2605 | 170k|  1 |4163 |8286 |-1.120548e+04 |      --      |    Inf |   2.11%
2776.07/2785.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2776.07/2785.49	c   357s| 41900 | 41375 |  1795k|  42.8 |  1074M |  77 |2538 |3331 |2647 | 170k|  1 |4163 |8286 |-1.120738e+04 |      --      |    Inf |   2.11%
2776.78/2786.15	c   358s| 42000 | 41475 |  1801k|  42.8 |  1074M |  77 |2538 |3329 |2607 | 171k|  1 |4163 |8288 |-1.120738e+04 |      --      |    Inf |   2.11%
2777.68/2787.05	c   359s| 42100 | 41575 |  1806k|  42.8 |  1075M |  77 |2538 |3337 |2664 | 171k|  1 |4174 |8294 |-1.120738e+04 |      --      |    Inf |   2.11%
2778.46/2787.82	c   360s| 42200 | 41675 |  1812k|  42.9 |  1075M |  77 |2538 |3333 |2625 | 172k|  1 |4174 |8294 |-1.120738e+04 |      --      |    Inf |   2.11%
2779.16/2788.59	c   360s| 42300 | 41775 |  1816k|  42.9 |  1075M |  77 |2538 |3327 |2633 | 172k|  1 |4174 |8295 |-1.120745e+04 |      --      |    Inf |   2.11%
2780.16/2789.50	c   361s| 42400 | 41875 |  1822k|  42.9 |  1075M |  77 |2538 |3331 |2600 | 172k|  1 |4186 |8295 |-1.120745e+04 |      --      |    Inf |   2.11%
2781.06/2790.43	c   362s| 42500 | 41975 |  1827k|  42.9 |  1075M |  77 |2538 |3328 |2658 | 173k|  1 |4186 |8296 |-1.120751e+04 |      --      |    Inf |   2.11%
2781.67/2791.10	c   363s| 42600 | 42073 |  1832k|  42.9 |  1075M |  77 |2538 |3334 |2562 | 173k|  1 |4207 |8299 |-1.120768e+04 |      --      |    Inf |   2.11%
2782.45/2791.83	c   364s| 42700 | 42173 |  1837k|  43.0 |  1075M |  77 |2538 |3331 |2637 | 174k|  1 |4207 |8311 |-1.120768e+04 |      --      |    Inf |   2.11%
2783.25/2792.68	c   364s| 42800 | 42273 |  1842k|  43.0 |  1075M |  77 |2538 |3326 |2584 | 174k|  1 |4210 |8319 |-1.120768e+04 |      --      |    Inf |   2.11%
2784.05/2793.46	c   365s| 42900 | 42366 |  1846k|  43.0 |  1075M |  77 |2538 |3330 |2599 | 174k|  1 |4227 |8323 |-1.120828e+04 |      --      |    Inf |   2.11%
2784.76/2794.19	c   366s| 43000 | 42466 |  1850k|  43.0 |  1075M |  77 |2538 |3324 |2605 | 175k|  1 |4227 |8325 |-1.120892e+04 |      --      |    Inf |   2.11%
2785.76/2795.17	c   367s| 43100 | 42566 |  1856k|  43.0 |  1076M |  77 |2538 |3321 |2599 | 175k|  1 |4227 |8325 |-1.121000e+04 |      --      |    Inf |   2.11%
2786.65/2796.10	c   368s| 43200 | 42666 |  1861k|  43.0 |  1076M |  77 |2538 |3317 |2634 | 176k|  1 |4227 |8325 |-1.121000e+04 |      --      |    Inf |   2.11%
2787.54/2796.97	c   369s| 43300 | 42762 |  1866k|  43.0 |  1076M |  77 |2538 |3313 |2585 | 176k|  1 |4234 |8330 |-1.121000e+04 |      --      |    Inf |   2.11%
2788.65/2798.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2788.65/2798.07	c   370s| 43400 | 42854 |  1870k|  43.0 |  1076M |  77 |2538 |3322 |2585 | 177k|  1 |4254 |8387 |-1.121000e+04 |      --      |    Inf |   2.11%
2789.53/2798.94	c   371s| 43500 | 42954 |  1875k|  43.0 |  1076M |  77 |2538 |3307 |2617 | 177k|  1 |4254 |8412 |-1.121000e+04 |      --      |    Inf |   2.11%
2790.23/2799.68	c   371s| 43600 | 43050 |  1880k|  43.0 |  1076M |  77 |2538 |3307 |2555 | 177k|  1 |4261 |8419 |-1.121000e+04 |      --      |    Inf |   2.11%
2791.13/2800.52	c   372s| 43700 | 43150 |  1884k|  43.0 |  1076M |  77 |2538 |3302 |2607 | 178k|  1 |4261 |8421 |-1.121000e+04 |      --      |    Inf |   2.11%
2791.64/2801.08	c   373s| 43800 | 43250 |  1888k|  43.0 |  1076M |  77 |2538 |3301 |2595 | 178k|  3 |4271 |8424 |-1.121000e+04 |      --      |    Inf |   2.11%
2792.53/2801.90	c   374s| 43900 | 43346 |  1892k|  43.0 |  1076M |  77 |2538 |3308 |2602 | 178k|  1 |4284 |8432 |-1.121000e+04 |      --      |    Inf |   2.11%
2793.12/2802.57	c   374s| 44000 | 43442 |  1897k|  43.0 |  1076M |  77 |2538 |3302 |2585 | 179k|  1 |4294 |8437 |-1.121000e+04 |      --      |    Inf |   2.11%
2794.22/2803.61	c   375s| 44100 | 43542 |  1901k|  43.0 |  1076M |  77 |2538 |3297 |2629 | 179k|  1 |4294 |8443 |-1.121000e+04 |      --      |    Inf |   2.11%
2795.12/2804.57	c   376s| 44200 | 43638 |  1906k|  43.1 |  1076M |  77 |2538 |3298 |2634 | 179k|  1 |4304 |8458 |-1.121000e+04 |      --      |    Inf |   2.11%
2795.82/2805.24	c   377s| 44300 | 43734 |  1910k|  43.1 |  1076M |  77 |2538 |3294 |2559 | 180k|  1 |4311 |8464 |-1.121000e+04 |      --      |    Inf |   2.11%
2796.51/2806.00	c   378s| 44400 | 43834 |  1914k|  43.1 |  1077M |  77 |2538 |3307 |2628 | 180k|  1 |4332 |8465 |-1.121000e+04 |      --      |    Inf |   2.11%
2797.41/2806.88	c   379s| 44500 | 43928 |  1919k|  43.1 |  1077M |  77 |2538 |3321 |2568 | 181k|  1 |4356 |8473 |-1.121000e+04 |      --      |    Inf |   2.11%
2798.21/2807.64	c   379s| 44600 | 44026 |  1923k|  43.1 |  1078M |  77 |2538 |3328 |2661 | 181k|  4 |4367 |8480 |-1.121000e+04 |      --      |    Inf |   2.11%
2799.11/2808.52	c   380s| 44700 | 44126 |  1927k|  43.1 |  1079M |  77 |2538 |3322 |2676 | 181k|  4 |4367 |8493 |-1.121000e+04 |      --      |    Inf |   2.11%
2799.80/2809.24	c   381s| 44800 | 44220 |  1932k|  43.1 |  1079M |  77 |2538 |3320 |2536 | 182k|  1 |4379 |8500 |-1.121000e+04 |      --      |    Inf |   2.11%
2800.40/2809.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2800.40/2809.84	c   382s| 44900 | 44318 |  1936k|  43.1 |  1079M |  77 |2538 |3325 |2568 | 182k|  1 |4389 |8502 |-1.121000e+04 |      --      |    Inf |   2.11%
2801.30/2810.73	c   383s| 45000 | 44412 |  1940k|  43.1 |  1079M |  77 |2538 |3339 |2569 | 182k|  1 |4407 |8510 |-1.121000e+04 |      --      |    Inf |   2.11%
2801.90/2811.31	c   383s| 45100 | 44508 |  1944k|  43.0 |  1079M |  77 |2538 |3350 |2582 | 183k|  1 |4426 |8523 |-1.121000e+04 |      --      |    Inf |   2.11%
2802.71/2812.13	c   384s| 45200 | 44608 |  1949k|  43.1 |  1079M |  77 |2538 |3333 |2634 | 183k|  1 |4426 |8539 |-1.121000e+04 |      --      |    Inf |   2.11%
2803.49/2812.94	c   385s| 45300 | 44704 |  1954k|  43.1 |  1079M |  77 |2538 |3340 |2587 | 183k|  1 |4440 |8546 |-1.121000e+04 |      --      |    Inf |   2.11%
2804.19/2813.66	c   385s| 45400 | 44804 |  1957k|  43.1 |  1079M |  77 |2538 |3330 |2570 | 184k|  1 |4440 |8568 |-1.121000e+04 |      --      |    Inf |   2.11%
2805.09/2814.50	c   386s| 45500 | 44898 |  1961k|  43.0 |  1079M |  77 |2538 |3357 |2620 | 184k|  1 |4468 |8584 |-1.121000e+04 |      --      |    Inf |   2.11%
2805.89/2815.34	c   387s| 45600 | 44990 |  1966k|  43.1 |  1079M |  77 |2538 |3405 |2597 | 184k|  3 |4520 |8637 |-1.121000e+04 |      --      |    Inf |   2.11%
2806.70/2816.16	c   388s| 45700 | 45086 |  1970k|  43.0 |  1079M |  77 |2538 |3409 |2609 | 185k|  1 |4531 |8659 |-1.121000e+04 |      --      |    Inf |   2.11%
2807.38/2816.86	c   389s| 45800 | 45180 |  1974k|  43.0 |  1079M |  77 |2538 |3412 |2563 | 185k|  1 |4545 |8667 |-1.121000e+04 |      --      |    Inf |   2.11%
2808.18/2817.67	c   389s| 45900 | 45280 |  1978k|  43.0 |  1080M |  77 |2538 |3414 |2638 | 185k|  1 |4555 |8693 |-1.121000e+04 |      --      |    Inf |   2.11%
2808.98/2818.45	c   390s| 46000 | 45380 |  1983k|  43.0 |  1080M |  77 |2538 |3409 |2613 | 186k|  1 |4555 |8694 |-1.121000e+04 |      --      |    Inf |   2.11%
2809.69/2819.11	c   391s| 46100 | 45476 |  1987k|  43.0 |  1081M |  77 |2538 |3405 |2557 | 186k|  1 |4562 |8701 |-1.121000e+04 |      --      |    Inf |   2.11%
2810.37/2819.83	c   392s| 46200 | 45574 |  1990k|  43.0 |  1084M |  77 |2538 |3407 |2639 | 186k|  1 |4571 |8706 |-1.121000e+04 |      --      |    Inf |   2.11%
2811.17/2820.61	c   392s| 46300 | 45668 |  1995k|  43.0 |  1084M |  77 |2538 |3424 |2633 | 187k|  1 |4593 |8710 |-1.121000e+04 |      --      |    Inf |   2.11%
2811.87/2821.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2811.87/2821.33	c   393s| 46400 | 45758 |  1999k|  43.0 |  1084M |  77 |2538 |3455 |2576 | 187k|  1 |4632 |8728 |-1.121000e+04 |      --      |    Inf |   2.11%
2812.58/2822.11	c   394s| 46500 | 45858 |  2003k|  43.0 |  1084M |  77 |2538 |3442 |2627 | 187k|  1 |4632 |8739 |-1.121000e+04 |      --      |    Inf |   2.11%
2813.58/2823.02	c   395s| 46600 | 45954 |  2008k|  43.0 |  1084M |  77 |2538 |3451 |2607 | 188k|  1 |4655 |8754 |-1.121000e+04 |      --      |    Inf |   2.11%
2814.46/2823.93	c   396s| 46700 | 46050 |  2013k|  43.0 |  1085M |  77 |2538 |3451 |2577 | 188k|  1 |4668 |8773 |-1.121000e+04 |      --      |    Inf |   2.11%
2815.26/2824.79	c   397s| 46800 | 46150 |  2017k|  43.0 |  1085M |  77 |2538 |3445 |2605 | 189k|  1 |4668 |8791 |-1.121000e+04 |      --      |    Inf |   2.11%
2815.96/2825.40	c   397s| 46900 | 46246 |  2021k|  43.0 |  1087M |  77 |2538 |3452 |2594 | 189k|  1 |4684 |8801 |-1.121000e+04 |      --      |    Inf |   2.11%
2816.76/2826.27	c   398s| 47000 | 46344 |  2025k|  43.0 |  1088M |  77 |2538 |3473 |2646 | 189k|  1 |4710 |8823 |-1.121000e+04 |      --      |    Inf |   2.11%
2817.45/2827.00	c   399s| 47100 | 46444 |  2029k|  43.0 |  1088M |  77 |2538 |3483 |2584 | 190k|  1 |4731 |8837 |-1.121000e+04 |      --      |    Inf |   2.11%
2818.56/2828.07	c   400s| 47200 | 46540 |  2034k|  43.0 |  1088M |  77 |2538 |3507 |2572 | 190k|  1 |4763 |8865 |-1.121000e+04 |      --      |    Inf |   2.11%
2819.15/2828.64	c   400s| 47300 | 46640 |  2037k|  43.0 |  1088M |  77 |2538 |3496 |2573 | 190k|  1 |4763 |8883 |-1.121000e+04 |      --      |    Inf |   2.11%
2820.05/2829.54	c   401s| 47400 | 46736 |  2042k|  43.0 |  1088M |  77 |2538 |3498 |2616 | 191k|  5 |4771 |8897 |-1.121000e+04 |      --      |    Inf |   2.11%
2820.94/2830.40	c   402s| 47500 | 46836 |  2047k|  43.0 |  1088M |  77 |2538 |3489 |2652 | 191k|  2 |4771 |8914 |-1.121000e+04 |      --      |    Inf |   2.11%
2821.55/2831.07	c   403s| 47600 | 46936 |  2052k|  43.1 |  1088M |  77 |2538 |3501 |2555 | 191k|  1 |4792 |8933 |-1.121000e+04 |      --      |    Inf |   2.11%
2822.34/2831.86	c   404s| 47700 | 47036 |  2056k|  43.0 |  1089M |  77 |2538 |3494 |2610 | 192k|  1 |4792 |8944 |-1.121000e+04 |      --      |    Inf |   2.11%
2823.44/2832.91	c   405s| 47800 | 47136 |  2060k|  43.0 |  1089M |  77 |2538 |3488 |2592 | 192k|  1 |4795 |8968 |-1.121000e+04 |      --      |    Inf |   2.11%
2824.13/2833.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2824.13/2833.61	c   405s| 47900 | 47228 |  2064k|  43.0 |  1089M |  77 |2538 |3505 |2605 | 192k|  1 |4820 |8988 |-1.121000e+04 |      --      |    Inf |   2.11%
2824.84/2834.33	c   406s| 48000 | 47328 |  2068k|  43.0 |  1089M |  77 |2538 |3502 |2588 | 193k|  1 |4820 |9003 |-1.121000e+04 |      --      |    Inf |   2.11%
2825.55/2835.03	c   407s| 48100 | 47420 |  2072k|  43.0 |  1089M |  77 |2538 |3510 |2575 | 193k|  1 |4843 |9013 |-1.121000e+04 |      --      |    Inf |   2.11%
2826.55/2836.03	c   408s| 48200 | 47520 |  2076k|  43.0 |  1089M |  77 |2538 |3508 |2631 | 193k|  1 |4843 |9032 |-1.121000e+04 |      --      |    Inf |   2.11%
2827.43/2836.91	c   409s| 48300 | 47620 |  2081k|  43.0 |  1089M |  77 |2538 |3489 |2557 | 194k|  1 |4843 |9056 |-1.121000e+04 |      --      |    Inf |   2.11%
2828.23/2837.74	c   410s| 48400 | 47720 |  2085k|  43.0 |  1089M |  77 |2538 |3479 |2617 | 194k|  1 |4843 |9080 |-1.121000e+04 |      --      |    Inf |   2.11%
2829.03/2838.50	c   410s| 48500 | 47818 |  2090k|  43.0 |  1089M |  77 |2538 |3477 |2586 | 195k|  1 |4849 |9102 |-1.121000e+04 |      --      |    Inf |   2.11%
2830.03/2839.54	c   411s| 48600 | 47914 |  2094k|  43.0 |  1089M |  77 |2538 |3483 |2598 | 195k|  1 |4872 |9134 |-1.121000e+04 |      --      |    Inf |   2.11%
2830.82/2840.33	c   412s| 48700 | 48014 |  2099k|  43.0 |  1090M |  77 |2538 |3481 |2644 | 195k|  2 |4886 |9141 |-1.121000e+04 |      --      |    Inf |   2.11%
2831.53/2841.05	c   413s| 48800 | 48114 |  2102k|  43.0 |  1090M |  77 |2538 |3468 |2587 | 196k|  1 |4886 |9153 |-1.121000e+04 |      --      |    Inf |   2.11%
2832.42/2841.97	c   414s| 48900 | 48206 |  2106k|  43.0 |  1090M |  77 |2538 |3494 |2626 | 196k|  1 |4921 |9189 |-1.121000e+04 |      --      |    Inf |   2.11%
2833.22/2842.76	c   415s| 49000 | 48306 |  2111k|  43.0 |  1091M |  77 |2538 |3483 |2641 | 197k|  1 |4921 |9189 |-1.121000e+04 |      --      |    Inf |   2.11%
2833.92/2843.45	c   415s| 49100 | 48398 |  2115k|  43.0 |  1091M |  77 |2538 |3489 |2587 | 197k|  1 |4939 |9192 |-1.121000e+04 |      --      |    Inf |   2.11%
2834.71/2844.25	c   416s| 49200 | 48498 |  2120k|  43.0 |  1092M |  77 |2538 |3478 |2618 | 197k|  3 |4939 |9209 |-1.121000e+04 |      --      |    Inf |   2.11%
2835.41/2844.99	c   417s| 49300 | 48598 |  2123k|  43.0 |  1092M |  77 |2538 |3462 |2563 | 198k|  1 |4939 |9221 |-1.121000e+04 |      --      |    Inf |   2.11%
2836.41/2845.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2836.41/2845.90	c   418s| 49400 | 48694 |  2127k|  43.0 |  1095M |  77 |2538 |3467 |2577 | 198k|  1 |4950 |9233 |-1.121000e+04 |      --      |    Inf |   2.11%
2837.01/2846.54	c   418s| 49500 | 48794 |  2131k|  43.0 |  1095M |  77 |2538 |3457 |2602 | 198k|  1 |4950 |9247 |-1.121000e+04 |      --      |    Inf |   2.11%
2837.90/2847.43	c   419s| 49600 | 48894 |  2135k|  43.0 |  1096M |  77 |2538 |3450 |2609 | 199k|  1 |4950 |9267 |-1.121000e+04 |      --      |    Inf |   2.11%
2838.70/2848.23	c   420s| 49700 | 48990 |  2140k|  43.0 |  1096M |  77 |2538 |3446 |2608 | 199k|  1 |4957 |9283 |-1.121000e+04 |      --      |    Inf |   2.11%
2839.40/2848.94	c   421s| 49800 | 49086 |  2144k|  43.0 |  1097M |  77 |2538 |3443 |2597 | 199k|  1 |4968 |9299 |-1.121000e+04 |      --      |    Inf |   2.11%
2840.30/2849.87	c   422s| 49900 | 49186 |  2149k|  43.0 |  1097M |  77 |2538 |3435 |2605 | 200k|  1 |4968 |9317 |-1.121000e+04 |      --      |    Inf |   2.11%
2840.90/2850.44	c   422s| 50000 | 49286 |  2152k|  43.0 |  1097M |  77 |2538 |3428 |2571 | 200k|  1 |4968 |9322 |-1.121000e+04 |      --      |    Inf |   2.11%
2841.89/2851.43	c   423s| 50100 | 49386 |  2157k|  43.0 |  1097M |  77 |2538 |3442 |2681 | 200k|  9 |4996 |9339 |-1.121000e+04 |      --      |    Inf |   2.11%
2842.50/2852.09	c   424s| 50200 | 49482 |  2161k|  43.0 |  1098M |  77 |2538 |3441 |2553 | 201k|  1 |5007 |9350 |-1.121000e+04 |      --      |    Inf |   2.11%
2843.50/2853.03	c   425s| 50300 | 49582 |  2166k|  43.0 |  1098M |  77 |2538 |3424 |2625 | 201k|  1 |5007 |9364 |-1.121000e+04 |      --      |    Inf |   2.11%
2844.29/2853.82	c   426s| 50400 | 49682 |  2170k|  43.0 |  1099M |  77 |2538 |3412 |2598 | 202k|  2 |5007 |9388 |-1.121000e+04 |      --      |    Inf |   2.11%
2844.99/2854.50	c   426s| 50500 | 49779 |  2173k|  43.0 |  1099M |  77 |2538 |3402 |2612 | 202k|  1 |5019 |9406 |-1.121000e+04 |      --      |    Inf |   2.11%
2845.88/2855.43	c   427s| 50600 | 49871 |  2178k|  43.0 |  1100M |  77 |2538 |3406 |2606 | 202k|  1 |5035 |9420 |-1.121000e+04 |      --      |    Inf |   2.11%
2846.68/2856.23	c   428s| 50700 | 49961 |  2182k|  43.0 |  1100M |  77 |2538 |3461 |2620 | 203k|  1 |5098 |9442 |-1.121000e+04 |      --      |    Inf |   2.11%
2847.68/2857.20	c   429s| 50800 | 50061 |  2186k|  43.0 |  1100M |  77 |2538 |3456 |2619 | 203k|  1 |5098 |9456 |-1.121000e+04 |      --      |    Inf |   2.11%
2848.28/2857.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2848.28/2857.88	c   430s| 50900 | 50157 |  2190k|  43.0 |  1100M |  77 |2538 |3454 |2576 | 203k|  1 |5116 |9463 |-1.121000e+04 |      --      |    Inf |   2.11%
2849.27/2858.80	c   431s| 51000 | 50251 |  2194k|  43.0 |  1100M |  77 |2538 |3463 |2567 | 204k|  1 |5132 |9477 |-1.121000e+04 |      --      |    Inf |   2.11%
2850.17/2859.78	c   432s| 51100 | 50351 |  2198k|  43.0 |  1100M |  77 |2538 |3473 |2630 | 204k|  1 |5153 |9494 |-1.121009e+04 |      --      |    Inf |   2.11%
2851.27/2860.83	c   433s| 51200 | 50451 |  2204k|  43.0 |  1101M |  77 |2538 |3477 |2578 | 204k|  3 |5173 |9502 |-1.121046e+04 |      --      |    Inf |   2.11%
2852.17/2861.72	c   434s| 51300 | 50551 |  2208k|  43.0 |  1101M |  77 |2538 |3461 |2639 | 205k|  2 |5173 |9506 |-1.121102e+04 |      --      |    Inf |   2.11%
2852.86/2862.47	c   434s| 51400 | 50651 |  2212k|  43.0 |  1101M |  77 |2538 |3451 |2589 | 205k|  1 |5173 |9510 |-1.121351e+04 |      --      |    Inf |   2.11%
2853.66/2863.29	c   435s| 51500 | 50751 |  2216k|  43.0 |  1101M |  77 |2538 |3453 |2619 | 206k|  1 |5184 |9533 |-1.121427e+04 |      --      |    Inf |   2.11%
2854.76/2864.34	c   436s| 51600 | 50851 |  2220k|  43.0 |  1101M |  77 |2538 |3442 |2560 | 206k|  1 |5184 |9537 |-1.121427e+04 |      --      |    Inf |   2.11%
2855.66/2865.29	c   437s| 51700 | 50951 |  2224k|  43.0 |  1102M |  77 |2538 |3429 |2617 | 207k|  1 |5184 |9544 |-1.121498e+04 |      --      |    Inf |   2.11%
2856.65/2866.27	c   438s| 51800 | 51051 |  2228k|  43.0 |  1102M |  77 |2538 |3414 |2564 | 207k|  1 |5184 |9554 |-1.121511e+04 |      --      |    Inf |   2.11%
2857.56/2867.14	c   439s| 51900 | 51151 |  2232k|  43.0 |  1103M |  77 |2538 |3407 |2601 | 208k|  1 |5184 |9555 |-1.121513e+04 |      --      |    Inf |   2.11%
2858.46/2868.05	c   440s| 52000 | 51251 |  2236k|  43.0 |  1103M |  77 |2538 |3389 |2612 | 208k|  4 |5184 |9555 |-1.121514e+04 |      --      |    Inf |   2.11%
2859.46/2869.05	c   441s| 52100 | 51351 |  2241k|  43.0 |  1104M |  77 |2538 |3387 |2649 | 209k|  1 |5184 |9555 |-1.121514e+04 |      --      |    Inf |   2.11%
2860.34/2869.97	c   442s| 52200 | 51451 |  2246k|  43.0 |  1104M |  77 |2538 |3374 |2605 | 209k|  3 |5184 |9562 |-1.121514e+04 |      --      |    Inf |   2.11%
2861.04/2870.64	c   442s| 52300 | 51551 |  2251k|  43.0 |  1104M |  77 |2538 |3371 |2642 | 209k|  1 |5184 |9563 |-1.121569e+04 |      --      |    Inf |   2.11%
2861.84/2871.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2861.84/2871.47	c   443s| 52400 | 51651 |  2256k|  43.0 |  1104M |  77 |2538 |3367 |2583 | 210k|  1 |5184 |9565 |-1.121569e+04 |      --      |    Inf |   2.11%
2862.94/2872.57	c   444s| 52500 | 51751 |  2262k|  43.0 |  1104M |  77 |2538 |3364 |2666 | 210k|  1 |5184 |9567 |-1.121569e+04 |      --      |    Inf |   2.11%
2863.93/2873.58	c   445s| 52600 | 51851 |  2269k|  43.1 |  1104M |  77 |2538 |3372 |2556 | 211k|  1 |5210 |9574 |-1.121574e+04 |      --      |    Inf |   2.11%
2864.93/2874.57	c   446s| 52700 | 51951 |  2274k|  43.1 |  1105M |  77 |2538 |3366 |2621 | 211k|  1 |5210 |9578 |-1.121574e+04 |      --      |    Inf |   2.11%
2865.83/2875.47	c   447s| 52800 | 52051 |  2279k|  43.1 |  1105M |  77 |2538 |3360 |2559 | 212k|  1 |5210 |9587 |-1.121574e+04 |      --      |    Inf |   2.11%
2866.83/2876.46	c   448s| 52900 | 52151 |  2285k|  43.1 |  1105M |  77 |2538 |3356 |2637 | 212k|  1 |5210 |9589 |-1.121574e+04 |      --      |    Inf |   2.11%
2867.54/2877.19	c   449s| 53000 | 52251 |  2290k|  43.2 |  1105M |  77 |2538 |3348 |2581 | 213k|  1 |5210 |9590 |-1.121612e+04 |      --      |    Inf |   2.11%
2868.32/2877.98	c   450s| 53100 | 52351 |  2294k|  43.2 |  1105M |  77 |2538 |3338 |2611 | 213k|  1 |5210 |9598 |-1.121642e+04 |      --      |    Inf |   2.11%
2869.02/2878.64	c   450s| 53200 | 52451 |  2298k|  43.2 |  1105M |  77 |2538 |3334 |2583 | 213k|  1 |5210 |9599 |-1.121642e+04 |      --      |    Inf |   2.11%
2869.92/2879.57	c   451s| 53300 | 52551 |  2304k|  43.2 |  1105M |  77 |2538 |3342 |2640 | 214k|  1 |5220 |9600 |-1.121642e+04 |      --      |    Inf |   2.11%
2870.71/2880.36	c   452s| 53400 | 52651 |  2309k|  43.2 |  1106M |  77 |2538 |3346 |2581 | 214k|  1 |5231 |9600 |-1.121642e+04 |      --      |    Inf |   2.11%
2871.71/2881.33	c   453s| 53500 | 52751 |  2314k|  43.2 |  1106M |  77 |2538 |3344 |2659 | 215k|  1 |5231 |9605 |-1.121642e+04 |      --      |    Inf |   2.11%
2872.52/2882.19	c   454s| 53600 | 52851 |  2319k|  43.2 |  1107M |  77 |2538 |3340 |2576 | 215k|  1 |5231 |9606 |-1.121684e+04 |      --      |    Inf |   2.11%
2873.42/2883.03	c   455s| 53700 | 52951 |  2323k|  43.2 |  1107M |  77 |2538 |3332 |2676 | 216k|  6 |5231 |9613 |-1.121713e+04 |      --      |    Inf |   2.11%
2873.91/2883.55	c   455s| 53800 | 53051 |  2327k|  43.2 |  1107M |  77 |2538 |3325 |2586 | 216k|  1 |5231 |9624 |-1.121726e+04 |      --      |    Inf |   2.11%
2874.70/2884.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2874.70/2884.35	c   456s| 53900 | 53151 |  2331k|  43.2 |  1108M |  77 |2538 |3316 |2611 | 216k|  1 |5231 |9626 |-1.121757e+04 |      --      |    Inf |   2.11%
2875.60/2885.24	c   457s| 54000 | 53251 |  2336k|  43.2 |  1109M |  77 |2538 |3310 |2561 | 217k|  1 |5231 |9626 |-1.121836e+04 |      --      |    Inf |   2.11%
2876.60/2886.28	c   458s| 54100 | 53351 |  2341k|  43.2 |  1112M |  77 |2538 |3310 |2602 | 217k|  1 |5241 |9626 |-1.121846e+04 |      --      |    Inf |   2.11%
2877.51/2887.18	c   459s| 54200 | 53451 |  2345k|  43.2 |  1112M |  77 |2538 |3304 |2599 | 218k|  1 |5241 |9627 |-1.121846e+04 |      --      |    Inf |   2.11%
2878.29/2888.01	c   460s| 54300 | 53549 |  2350k|  43.2 |  1112M |  77 |2538 |3302 |2629 | 218k|  1 |5244 |9636 |-1.121846e+04 |      --      |    Inf |   2.11%
2879.09/2888.76	c   461s| 54400 | 53643 |  2354k|  43.2 |  1112M |  77 |2538 |3311 |2549 | 218k|  1 |5264 |9663 |-1.121846e+04 |      --      |    Inf |   2.11%
2879.89/2889.59	c   461s| 54500 | 53733 |  2358k|  43.2 |  1112M |  77 |2538 |3346 |2615 | 219k|  1 |5301 |9668 |-1.121846e+04 |      --      |    Inf |   2.11%
2880.50/2890.12	c   462s| 54600 | 53833 |  2361k|  43.2 |  1112M |  77 |2538 |3340 |2582 | 219k|  1 |5301 |9674 |-1.121846e+04 |      --      |    Inf |   2.11%
2881.40/2891.05	c   463s| 54700 | 53933 |  2366k|  43.2 |  1112M |  77 |2538 |3331 |2620 | 219k|  1 |5301 |9702 |-1.121846e+04 |      --      |    Inf |   2.11%
2882.28/2891.98	c   464s| 54800 | 54023 |  2371k|  43.2 |  1112M |  77 |2538 |3343 |2611 | 220k|  1 |5325 |9721 |-1.121846e+04 |      --      |    Inf |   2.11%
2883.08/2892.78	c   465s| 54900 | 54119 |  2375k|  43.2 |  1112M |  77 |2538 |3344 |2592 | 220k|  1 |5332 |9742 |-1.121846e+04 |      --      |    Inf |   2.11%
2883.88/2893.51	c   465s| 55000 | 54215 |  2380k|  43.2 |  1113M |  77 |2538 |3360 |2599 | 220k|  1 |5352 |9749 |-1.121846e+04 |      --      |    Inf |   2.11%
2884.68/2894.31	c   466s| 55100 | 54315 |  2383k|  43.2 |  1113M |  77 |2538 |3348 |2571 | 221k|  1 |5352 |9762 |-1.121846e+04 |      --      |    Inf |   2.11%
2885.39/2895.06	c   467s| 55200 | 54411 |  2387k|  43.2 |  1113M |  77 |2538 |3355 |2631 | 221k|  1 |5365 |9767 |-1.121846e+04 |      --      |    Inf |   2.11%
2886.07/2895.76	c   468s| 55300 | 54507 |  2392k|  43.2 |  1113M |  77 |2538 |3359 |2625 | 221k|  1 |5376 |9769 |-1.121846e+04 |      --      |    Inf |   2.11%
2886.87/2896.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2886.87/2896.54	c   468s| 55400 | 54601 |  2396k|  43.2 |  1114M |  77 |2538 |3363 |2570 | 222k|  1 |5390 |9775 |-1.121846e+04 |      --      |    Inf |   2.11%
2887.77/2897.41	c   469s| 55500 | 54701 |  2401k|  43.2 |  1114M |  77 |2538 |3355 |2618 | 222k|  1 |5390 |9784 |-1.121846e+04 |      --      |    Inf |   2.11%
2888.38/2898.05	c   470s| 55600 | 54801 |  2405k|  43.2 |  1114M |  77 |2538 |3344 |2560 | 222k|  1 |5390 |9792 |-1.121846e+04 |      --      |    Inf |   2.11%
2889.16/2898.86	c   471s| 55700 | 54895 |  2409k|  43.2 |  1114M |  77 |2538 |3362 |2568 | 223k|  1 |5416 |9801 |-1.121846e+04 |      --      |    Inf |   2.11%
2890.06/2899.77	c   472s| 55800 | 54995 |  2413k|  43.2 |  1114M |  77 |2538 |3357 |2622 | 223k|  1 |5416 |9811 |-1.121846e+04 |      --      |    Inf |   2.11%
2890.76/2900.40	c   472s| 55900 | 55095 |  2417k|  43.2 |  1114M |  77 |2538 |3347 |2556 | 223k|  1 |5416 |9829 |-1.121846e+04 |      --      |    Inf |   2.11%
2891.66/2901.33	c   473s| 56000 | 55191 |  2422k|  43.2 |  1114M |  77 |2538 |3347 |2640 | 224k|  1 |5427 |9840 |-1.121846e+04 |      --      |    Inf |   2.11%
2892.55/2902.23	c   474s| 56100 | 55291 |  2427k|  43.2 |  1114M |  77 |2538 |3335 |2552 | 224k|  1 |5427 |9853 |-1.121883e+04 |      --      |    Inf |   2.11%
2893.46/2903.11	c   475s| 56200 | 55391 |  2432k|  43.2 |  1114M |  77 |2538 |3332 |2617 | 225k|  1 |5427 |9853 |-1.121902e+04 |      --      |    Inf |   2.11%
2894.36/2904.10	c   476s| 56300 | 55489 |  2437k|  43.2 |  1115M |  77 |2538 |3323 |2626 | 225k|  1 |5433 |9857 |-1.121902e+04 |      --      |    Inf |   2.11%
2895.05/2904.79	c   477s| 56400 | 55585 |  2441k|  43.2 |  1115M |  77 |2538 |3334 |2589 | 225k|  1 |5451 |9866 |-1.121902e+04 |      --      |    Inf |   2.11%
2895.85/2905.54	c   477s| 56500 | 55679 |  2445k|  43.2 |  1116M |  77 |2538 |3343 |2616 | 226k|  1 |5465 |9870 |-1.121902e+04 |      --      |    Inf |   2.11%
2896.64/2906.33	c   478s| 56600 | 55779 |  2449k|  43.2 |  1116M |  77 |2538 |3331 |2603 | 226k|  1 |5465 |9872 |-1.121902e+04 |      --      |    Inf |   2.11%
2897.24/2907.01	c   479s| 56700 | 55879 |  2453k|  43.2 |  1116M |  77 |2538 |3309 |2611 | 226k|  1 |5465 |9896 |-1.121902e+04 |      --      |    Inf |   2.11%
2897.94/2907.68	c   480s| 56800 | 55979 |  2458k|  43.2 |  1118M |  77 |2538 |3319 |2576 | 227k|  1 |5484 |9900 |-1.121902e+04 |      --      |    Inf |   2.11%
2898.74/2908.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2898.74/2908.43	c   480s| 56900 | 56079 |  2462k|  43.2 |  1118M |  77 |2538 |3309 |2610 | 227k|  1 |5484 |9921 |-1.121902e+04 |      --      |    Inf |   2.11%
2899.45/2909.14	c   481s| 57000 | 56173 |  2466k|  43.2 |  1118M |  77 |2538 |3305 |2574 | 227k|  1 |5503 |9921 |-1.121902e+04 |      --      |    Inf |   2.11%
2900.34/2910.04	c   482s| 57100 | 56269 |  2470k|  43.2 |  1118M |  77 |2538 |3301 |2612 | 228k|  1 |5514 |9924 |-1.121954e+04 |      --      |    Inf |   2.11%
2901.23/2911.00	c   483s| 57200 | 56369 |  2475k|  43.2 |  1119M |  77 |2538 |3293 |2628 | 228k|  1 |5514 |9933 |-1.121964e+04 |      --      |    Inf |   2.11%
2901.93/2911.66	c   483s| 57300 | 56467 |  2480k|  43.2 |  1119M |  77 |2538 |3289 |2639 | 228k|  1 |5518 |9934 |-1.122022e+04 |      --      |    Inf |   2.11%
2902.63/2912.32	c   484s| 57400 | 56567 |  2484k|  43.2 |  1119M |  77 |2538 |3280 |2601 | 229k|  1 |5518 |9934 |-1.122050e+04 |      --      |    Inf |   2.11%
2903.22/2912.95	c   485s| 57500 | 56667 |  2488k|  43.2 |  1120M |  77 |2538 |3276 |2643 | 229k|  1 |5518 |9934 |-1.122111e+04 |      --      |    Inf |   2.11%
2904.12/2913.80	c   486s| 57600 | 56767 |  2492k|  43.2 |  1121M |  77 |2538 |3260 |2621 | 230k|  1 |5518 |9944 |-1.122111e+04 |      --      |    Inf |   2.11%
2904.72/2914.44	c   486s| 57700 | 56867 |  2496k|  43.2 |  1121M |  77 |2538 |3258 |2653 | 230k|  1 |5518 |9965 |-1.122115e+04 |      --      |    Inf |   2.11%
2905.33/2915.06	c   487s| 57800 | 56967 |  2500k|  43.2 |  1121M |  77 |2538 |3225 |2577 | 230k|  1 |5518 |9965 |-1.122136e+04 |      --      |    Inf |   2.11%
2906.12/2915.87	c   488s| 57900 | 57067 |  2505k|  43.2 |  1121M |  77 |2538 |3211 |2656 | 230k|  3 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
2906.81/2916.57	c   488s| 58000 | 57167 |  2509k|  43.2 |  1122M |  77 |2538 |3204 |2621 | 231k|  1 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
2907.71/2917.44	c   489s| 58100 | 57267 |  2514k|  43.2 |  1122M |  77 |2538 |3198 |2662 | 231k|  1 |5518 |9966 |-1.122255e+04 |      --      |    Inf |   2.11%
2908.71/2918.41	c   490s| 58200 | 57367 |  2519k|  43.2 |  1125M |  77 |2538 |3201 |2604 | 232k|  1 |5524 |9977 |-1.122255e+04 |      --      |    Inf |   2.11%
2909.61/2919.37	c   491s| 58300 | 57467 |  2524k|  43.2 |  1126M |  77 |2538 |3195 |2672 | 232k|  1 |5524 |9987 |-1.122255e+04 |      --      |    Inf |   2.11%
2910.50/2920.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2910.50/2920.23	c   492s| 58400 | 57567 |  2528k|  43.2 |  1126M |  77 |2538 |3190 |2625 | 233k|  1 |5524 |  10k|-1.122255e+04 |      --      |    Inf |   2.11%
2911.41/2921.18	c   493s| 58500 | 57667 |  2533k|  43.3 |  1127M |  77 |2538 |3182 |2621 | 233k|  1 |5524 |  10k|-1.122307e+04 |      --      |    Inf |   2.11%
2912.00/2921.79	c   494s| 58600 | 57767 |  2537k|  43.3 |  1127M |  77 |2538 |3167 |2618 | 233k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
2912.90/2922.65	c   494s| 58700 | 57867 |  2542k|  43.3 |  1127M |  77 |2538 |3160 |2693 | 234k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
2913.79/2923.54	c   495s| 58800 | 57967 |  2547k|  43.3 |  1127M |  77 |2538 |3157 |2646 | 234k|  1 |5524 |  10k|-1.122326e+04 |      --      |    Inf |   2.11%
2914.79/2924.57	c   496s| 58900 | 58067 |  2553k|  43.3 |  1127M |  77 |2538 |3151 |2666 | 235k|  1 |5524 |  10k|-1.122327e+04 |      --      |    Inf |   2.11%
2915.49/2925.25	c   497s| 59000 | 58167 |  2558k|  43.3 |  1127M |  77 |2538 |3146 |2610 | 235k|  1 |5528 |  10k|-1.122337e+04 |      --      |    Inf |   2.11%
2916.79/2926.51	c   498s| 59100 | 58267 |  2564k|  43.3 |  1127M |  77 |2538 |3143 |2668 | 236k|  1 |5528 |  10k|-1.122343e+04 |      --      |    Inf |   2.11%
2917.58/2927.35	c   499s| 59200 | 58367 |  2569k|  43.3 |  1127M |  77 |2538 |3139 |2611 | 236k|  1 |5528 |  10k|-1.122393e+04 |      --      |    Inf |   2.11%
2918.58/2928.38	c   500s| 59300 | 58467 |  2573k|  43.4 |  1127M |  77 |2538 |3150 |2599 | 236k|  1 |5551 |  10k|-1.122393e+04 |      --      |    Inf |   2.11%
2919.68/2929.42	c   501s| 59400 | 58567 |  2579k|  43.4 |  1127M |  77 |2538 |3139 |2613 | 237k|  1 |5551 |  10k|-1.122406e+04 |      --      |    Inf |   2.11%
2920.58/2930.36	c   502s| 59500 | 58667 |  2583k|  43.4 |  1129M |  77 |2538 |3130 |2640 | 237k|  1 |5551 |  10k|-1.122406e+04 |      --      |    Inf |   2.11%
2921.57/2931.31	c   503s| 59600 | 58763 |  2587k|  43.4 |  1130M |  77 |2538 |3132 |2623 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
2922.17/2931.99	c   504s| 59700 | 58863 |  2591k|  43.4 |  1130M |  77 |2538 |3117 |2562 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
2922.87/2932.68	c   504s| 59800 | 58963 |  2595k|  43.4 |  1130M |  77 |2538 |3113 |2598 | 238k|  1 |5558 |  10k|-1.122525e+04 |      --      |    Inf |   2.11%
2923.57/2933.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2923.57/2933.38	c   505s| 59900 | 59059 |  2599k|  43.3 |  1130M |  77 |2538 |3105 |2587 | 239k|  2 |5562 |  10k|-1.122545e+04 |      --      |    Inf |   2.11%
2924.57/2934.30	c   506s| 60000 | 59159 |  2603k|  43.3 |  1130M |  77 |2538 |3103 |2671 | 239k|  5 |5566 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
2925.38/2935.13	c   507s| 60100 | 59259 |  2608k|  43.3 |  1130M |  77 |2538 |3095 |2559 | 240k|  1 |5566 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
2926.37/2936.12	c   508s| 60200 | 59355 |  2613k|  43.4 |  1130M |  77 |2538 |3100 |2612 | 240k|  1 |5572 |  10k|-1.122560e+04 |      --      |    Inf |   2.11%
2927.06/2936.81	c   509s| 60300 | 59455 |  2618k|  43.4 |  1130M |  77 |2538 |3095 |2552 | 240k|  1 |5572 |  10k|-1.122622e+04 |      --      |    Inf |   2.11%
2927.86/2937.68	c   510s| 60400 | 59551 |  2622k|  43.4 |  1130M |  77 |2538 |3096 |2636 | 241k|  1 |5579 |  10k|-1.122626e+04 |      --      |    Inf |   2.11%
2928.75/2938.50	c   510s| 60500 | 59647 |  2627k|  43.4 |  1131M |  77 |2538 |3096 |2594 | 241k|  1 |5585 |  10k|-1.122634e+04 |      --      |    Inf |   2.11%
2929.55/2939.32	c   511s| 60600 | 59743 |  2631k|  43.4 |  1131M |  77 |2538 |3103 |2633 | 241k|  1 |5596 |  10k|-1.122634e+04 |      --      |    Inf |   2.11%
2930.26/2940.05	c   512s| 60700 | 59843 |  2635k|  43.4 |  1131M |  77 |2538 |3091 |2591 | 242k|  1 |5596 |  10k|-1.122668e+04 |      --      |    Inf |   2.11%
2931.26/2941.03	c   513s| 60800 | 59943 |  2639k|  43.4 |  1131M |  77 |2538 |3110 |2633 | 242k|  1 |5617 |  10k|-1.122668e+04 |      --      |    Inf |   2.11%
2932.04/2941.88	c   514s| 60900 | 60043 |  2643k|  43.4 |  1131M |  77 |2538 |3106 |2598 | 243k|  1 |5617 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
2932.84/2942.65	c   514s| 61000 | 60140 |  2648k|  43.4 |  1132M |  77 |2538 |3099 |2597 | 243k|  1 |5624 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
2933.54/2943.38	c   515s| 61100 | 60240 |  2651k|  43.4 |  1132M |  77 |2538 |3097 |2619 | 243k|  1 |5624 |  10k|-1.122697e+04 |      --      |    Inf |   2.11%
2934.35/2944.11	c   516s| 61200 | 60336 |  2655k|  43.3 |  1132M |  77 |2538 |3091 |2550 | 244k|  1 |5631 |  10k|-1.122709e+04 |      --      |    Inf |   2.11%
2935.25/2945.06	c   517s| 61300 | 60436 |  2660k|  43.4 |  1132M |  77 |2538 |3084 |2639 | 244k|  1 |5631 |  10k|-1.122709e+04 |      --      |    Inf |   2.11%
2935.93/2945.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2935.93/2945.72	c   518s| 61400 | 60536 |  2664k|  43.4 |  1132M |  77 |2538 |3084 |2558 | 244k|  1 |5631 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2936.83/2946.62	c   518s| 61500 | 60632 |  2669k|  43.3 |  1132M |  77 |2538 |3082 |2659 | 245k|  1 |5638 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2937.53/2947.36	c   519s| 61600 | 60728 |  2673k|  43.3 |  1132M |  77 |2538 |3085 |2596 | 245k|  1 |5647 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2938.53/2948.32	c   520s| 61700 | 60826 |  2678k|  43.4 |  1132M |  77 |2538 |3106 |2565 | 245k|  1 |5673 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2939.52/2949.39	c   521s| 61800 | 60924 |  2683k|  43.4 |  1133M |  77 |2538 |3106 |2639 | 246k|  1 |5677 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2940.33/2950.13	c   522s| 61900 | 61018 |  2687k|  43.4 |  1133M |  77 |2538 |3118 |2591 | 246k|  1 |5698 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2941.02/2950.80	c   523s| 62000 | 61116 |  2691k|  43.4 |  1133M |  77 |2538 |3128 |2644 | 246k|  1 |5714 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2941.72/2951.56	c   523s| 62100 | 61212 |  2695k|  43.4 |  1133M |  77 |2538 |3127 |2564 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2942.51/2952.39	c   524s| 62200 | 61312 |  2699k|  43.3 |  1133M |  77 |2538 |3121 |2648 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2943.22/2953.06	c   525s| 62300 | 61412 |  2703k|  43.3 |  1133M |  77 |2538 |3116 |2576 | 247k|  1 |5722 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2944.11/2953.97	c   526s| 62400 | 61508 |  2707k|  43.3 |  1134M |  77 |2538 |3117 |2557 | 248k|  1 |5731 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2945.11/2954.99	c   527s| 62500 | 61606 |  2712k|  43.4 |  1134M |  77 |2538 |3119 |2625 | 248k|  1 |5736 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2945.91/2955.74	c   528s| 62600 | 61702 |  2716k|  43.3 |  1135M |  77 |2538 |3123 |2566 | 249k|  1 |5757 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2946.70/2956.57	c   528s| 62700 | 61800 |  2720k|  43.3 |  1135M |  77 |2538 |3126 |2612 | 249k|  1 |5764 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2947.50/2957.30	c   529s| 62800 | 61894 |  2724k|  43.3 |  1135M |  77 |2538 |3162 |2572 | 249k|  1 |5807 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2948.40/2958.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2948.40/2958.23	c   530s| 62900 | 61990 |  2729k|  43.4 |  1136M |  77 |2538 |3170 |2626 | 250k|  1 |5824 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2949.00/2958.80	c   531s| 63000 | 62088 |  2733k|  43.3 |  1136M |  77 |2538 |3166 |2582 | 250k|  1 |5832 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2949.79/2959.67	c   531s| 63100 | 62186 |  2738k|  43.3 |  1136M |  77 |2538 |3177 |2604 | 250k|  1 |5850 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2950.69/2960.53	c   532s| 63200 | 62286 |  2742k|  43.3 |  1136M |  77 |2538 |3178 |2614 | 251k|  3 |5861 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2952.39/2962.27	c   534s| 63300 | 62386 |  2756k|  43.5 |  1136M |  77 |2538 |3172 |2619 | 251k|  1 |5861 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2953.20/2963.05	c   535s| 63400 | 62484 |  2760k|  43.5 |  1136M |  77 |2538 |3201 |2599 | 252k|  1 |5893 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2953.98/2963.88	c   536s| 63500 | 62580 |  2765k|  43.5 |  1136M |  77 |2538 |3237 |2651 | 252k|  1 |5936 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2954.98/2964.85	c   537s| 63600 | 62680 |  2770k|  43.5 |  1136M |  77 |2538 |3237 |2555 | 252k|  1 |5946 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2955.88/2965.79	c   538s| 63700 | 62778 |  2775k|  43.5 |  1136M |  77 |2538 |3237 |2634 | 253k|  1 |5957 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2956.68/2966.58	c   538s| 63800 | 62875 |  2779k|  43.5 |  1136M |  77 |2538 |3242 |2603 | 253k|  1 |5969 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2957.47/2967.31	c   539s| 63900 | 62965 |  2784k|  43.5 |  1137M |  77 |2538 |3255 |2584 | 254k|  2 |5990 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2958.28/2968.18	c   540s| 64000 | 63061 |  2789k|  43.5 |  1137M |  77 |2538 |3277 |2580 | 254k|  1 |6017 |  10k|-1.122753e+04 |      --      |    Inf |   2.11%
2959.28/2969.13	c   541s| 64100 | 63157 |  2793k|  43.5 |  1137M |  77 |2538 |3273 |2614 | 254k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
2960.07/2969.97	c   542s| 64200 | 63257 |  2798k|  43.5 |  1137M |  77 |2538 |3268 |2587 | 255k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
2961.06/2970.94	c   543s| 64300 | 63357 |  2802k|  43.5 |  1137M |  77 |2538 |3263 |2649 | 255k|  1 |6029 |  10k|-1.122779e+04 |      --      |    Inf |   2.11%
2961.96/2971.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2961.96/2971.86	c   544s| 64400 | 63457 |  2808k|  43.6 |  1137M |  77 |2538 |3260 |2586 | 256k|  1 |6029 |  10k|-1.122781e+04 |      --      |    Inf |   2.11%
2962.96/2972.84	c   545s| 64500 | 63557 |  2814k|  43.6 |  1138M |  77 |2538 |3244 |2634 | 256k|  1 |6029 |  10k|-1.122781e+04 |      --      |    Inf |   2.11%
2963.76/2973.68	c   545s| 64600 | 63657 |  2818k|  43.6 |  1139M |  77 |2538 |3238 |2552 | 256k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
2964.85/2974.78	c   547s| 64700 | 63757 |  2823k|  43.6 |  1141M |  77 |2538 |3233 |2654 | 257k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
2965.75/2975.65	c   547s| 64800 | 63857 |  2829k|  43.6 |  1142M |  77 |2538 |3229 |2592 | 257k|  1 |6029 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
2966.75/2976.63	c   548s| 64900 | 63957 |  2835k|  43.6 |  1142M |  77 |2538 |3234 |2671 | 258k|  1 |6040 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
2967.55/2977.41	c   549s| 65000 | 64057 |  2840k|  43.7 |  1142M |  77 |2538 |3233 |2595 | 258k|  1 |6045 |  10k|-1.122789e+04 |      --      |    Inf |   2.11%
2968.34/2978.27	c   550s| 65100 | 64157 |  2846k|  43.7 |  1142M |  77 |2538 |3223 |2645 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2969.04/2978.93	c   551s| 65200 | 64257 |  2850k|  43.7 |  1144M |  77 |2538 |3220 |2583 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2970.04/2979.97	c   552s| 65300 | 64357 |  2855k|  43.7 |  1144M |  77 |2538 |3219 |2648 | 259k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2970.94/2980.81	c   553s| 65400 | 64457 |  2861k|  43.7 |  1145M |  77 |2538 |3213 |2585 | 260k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2971.93/2981.82	c   554s| 65500 | 64557 |  2866k|  43.7 |  1147M |  77 |2538 |3207 |2659 | 260k|  1 |6045 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2972.83/2982.71	c   555s| 65600 | 64657 |  2873k|  43.8 |  1147M |  77 |2538 |3235 |2594 | 261k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2973.83/2983.70	c   556s| 65700 | 64757 |  2879k|  43.8 |  1147M |  77 |2538 |3235 |2661 | 261k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2974.73/2984.62	c   556s| 65800 | 64857 |  2885k|  43.8 |  1147M |  77 |2538 |3227 |2601 | 262k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2975.62/2985.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2975.62/2985.58	c   557s| 65900 | 64957 |  2890k|  43.8 |  1148M |  77 |2538 |3221 |2652 | 262k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2976.52/2986.44	c   558s| 66000 | 65057 |  2896k|  43.8 |  1148M |  77 |2538 |3216 |2593 | 263k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2977.72/2987.63	c   559s| 66100 | 65157 |  2903k|  43.9 |  1148M |  77 |2538 |3213 |2687 | 263k|  1 |6080 |  10k|-1.122802e+04 |      --      |    Inf |   2.11%
2978.52/2988.46	c   560s| 66200 | 65257 |  2908k|  43.9 |  1148M |  77 |2538 |3207 |2555 | 264k|  1 |6080 |  10k|-1.122822e+04 |      --      |    Inf |   2.11%
2979.41/2989.37	c   561s| 66300 | 65357 |  2913k|  43.9 |  1148M |  77 |2538 |3205 |2627 | 264k|  1 |6080 |  10k|-1.122822e+04 |      --      |    Inf |   2.11%
2980.22/2990.12	c   562s| 66400 | 65457 |  2918k|  43.9 |  1148M |  77 |2538 |3189 |2587 | 264k|  3 |6080 |  10k|-1.122855e+04 |      --      |    Inf |   2.11%
2981.01/2990.99	c   563s| 66500 | 65557 |  2923k|  43.9 |  1148M |  77 |2538 |3188 |2653 | 265k|  1 |6093 |  10k|-1.122855e+04 |      --      |    Inf |   2.11%
2981.81/2991.77	c   564s| 66600 | 65657 |  2928k|  43.9 |  1148M |  77 |2538 |3181 |2586 | 265k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
2982.61/2992.57	c   564s| 66700 | 65757 |  2933k|  43.9 |  1148M |  77 |2538 |3172 |2646 | 266k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
2983.40/2993.38	c   565s| 66800 | 65857 |  2939k|  44.0 |  1148M |  77 |2538 |3166 |2588 | 266k|  1 |6093 |  10k|-1.122866e+04 |      --      |    Inf |   2.11%
2984.50/2994.41	c   566s| 66900 | 65957 |  2944k|  44.0 |  1148M |  77 |2538 |3164 |2659 | 266k|  1 |6093 |  10k|-1.122874e+04 |      --      |    Inf |   2.11%
2985.11/2995.11	c   567s| 67000 | 66057 |  2949k|  44.0 |  1148M |  77 |2538 |3161 |2596 | 267k|  1 |6093 |  10k|-1.122897e+04 |      --      |    Inf |   2.11%
2986.21/2996.16	c   568s| 67100 | 66157 |  2954k|  44.0 |  1150M |  77 |2538 |3160 |2661 | 267k|  1 |6093 |  10k|-1.122902e+04 |      --      |    Inf |   2.11%
2986.80/2996.79	c   569s| 67200 | 66257 |  2959k|  44.0 |  1150M |  77 |2538 |3155 |2583 | 268k|  1 |6093 |  10k|-1.122910e+04 |      --      |    Inf |   2.11%
2987.79/2997.72	c   570s| 67300 | 66357 |  2964k|  44.0 |  1150M |  77 |2538 |3152 |2652 | 268k|  1 |6093 |  10k|-1.122916e+04 |      --      |    Inf |   2.11%
2988.59/2998.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2988.59/2998.53	c   570s| 67400 | 66457 |  2970k|  44.0 |  1150M |  77 |2538 |3148 |2597 | 269k|  1 |6093 |  10k|-1.122916e+04 |      --      |    Inf |   2.11%
2989.49/2999.48	c   571s| 67500 | 66557 |  2976k|  44.0 |  1150M |  77 |2538 |3146 |2655 | 269k|  1 |6093 |  10k|-1.122919e+04 |      --      |    Inf |   2.11%
2990.39/3000.35	c   572s| 67600 | 66657 |  2981k|  44.1 |  1150M |  77 |2538 |3140 |2591 | 269k|  1 |6093 |  10k|-1.122919e+04 |      --      |    Inf |   2.11%
2991.28/3001.27	c   573s| 67700 | 66757 |  2987k|  44.1 |  1150M |  77 |2538 |3136 |2641 | 270k|  1 |6093 |  10k|-1.122926e+04 |      --      |    Inf |   2.11%
2991.98/3001.97	c   574s| 67800 | 66857 |  2992k|  44.1 |  1151M |  77 |2538 |3137 |2593 | 270k|  1 |6100 |  10k|-1.122929e+04 |      --      |    Inf |   2.11%
2993.09/3003.06	c   575s| 67900 | 66957 |  2998k|  44.1 |  1151M |  77 |2538 |3134 |2661 | 271k|  1 |6100 |  10k|-1.122941e+04 |      --      |    Inf |   2.11%
2993.88/3003.89	c   576s| 68000 | 67057 |  3003k|  44.1 |  1152M |  77 |2538 |3129 |2596 | 271k|  1 |6100 |  10k|-1.122943e+04 |      --      |    Inf |   2.11%
2994.97/3004.95	c   577s| 68100 | 67157 |  3008k|  44.1 |  1152M |  77 |2538 |3128 |2653 | 272k|  1 |6100 |  10k|-1.122947e+04 |      --      |    Inf |   2.11%
2995.57/3005.57	c   577s| 68200 | 67257 |  3012k|  44.1 |  1152M |  77 |2538 |3121 |2584 | 272k|  1 |6100 |  10k|-1.122956e+04 |      --      |    Inf |   2.11%
2996.37/3006.37	c   578s| 68300 | 67357 |  3017k|  44.1 |  1152M |  77 |2538 |3115 |2662 | 272k|  1 |6100 |  10k|-1.122959e+04 |      --      |    Inf |   2.11%
2997.27/3007.22	c   579s| 68400 | 67457 |  3022k|  44.1 |  1152M |  77 |2538 |3105 |2601 | 273k|  1 |6100 |  10k|-1.122980e+04 |      --      |    Inf |   2.11%
2998.18/3008.18	c   580s| 68500 | 67557 |  3027k|  44.1 |  1152M |  77 |2538 |3103 |2673 | 273k|  1 |6100 |  10k|-1.122995e+04 |      --      |    Inf |   2.11%
2999.07/3009.07	c   581s| 68600 | 67657 |  3032k|  44.2 |  1153M |  77 |2538 |3099 |2586 | 274k|  1 |6100 |  10k|-1.123012e+04 |      --      |    Inf |   2.11%
3000.17/3010.12	c   582s| 68700 | 67757 |  3037k|  44.2 |  1154M |  77 |2538 |3097 |2671 | 274k|  1 |6100 |  10k|-1.123032e+04 |      --      |    Inf |   2.11%
3001.07/3011.07	c   583s| 68800 | 67857 |  3043k|  44.2 |  1154M |  77 |2538 |3092 |2605 | 275k|  1 |6100 |  11k|-1.123036e+04 |      --      |    Inf |   2.11%
3002.07/3012.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3002.07/3012.08	c   584s| 68900 | 67957 |  3049k|  44.2 |  1154M |  77 |2538 |3086 |2658 | 275k|  1 |6100 |  11k|-1.123044e+04 |      --      |    Inf |   2.11%
3002.85/3012.89	c   585s| 69000 | 68057 |  3054k|  44.2 |  1157M |  77 |2538 |3080 |2599 | 276k|  1 |6100 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
3004.45/3014.48	c   586s| 69100 | 68157 |  3062k|  44.3 |  1158M |  77 |2538 |3079 |2686 | 276k|  1 |6104 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
3005.45/3015.46	c   587s| 69200 | 68257 |  3069k|  44.3 |  1158M |  77 |2538 |3169 |2602 | 277k|  1 |6200 |  11k|-1.123048e+04 |      --      |    Inf |   2.11%
3006.54/3016.55	c   588s| 69300 | 68357 |  3075k|  44.3 |  1158M |  77 |2538 |3169 |2634 | 277k|  1 |6200 |  11k|-1.123054e+04 |      --      |    Inf |   2.11%
3007.34/3017.39	c   589s| 69400 | 68453 |  3079k|  44.3 |  1158M |  77 |2538 |3173 |2556 | 277k|  1 |6207 |  11k|-1.123056e+04 |      --      |    Inf |   2.11%
3008.24/3018.24	c   590s| 69500 | 68551 |  3083k|  44.3 |  1158M |  77 |2538 |3171 |2625 | 278k|  1 |6213 |  11k|-1.123056e+04 |      --      |    Inf |   2.11%
3009.24/3019.28	c   591s| 69600 | 68647 |  3088k|  44.3 |  1159M |  77 |2538 |3156 |2557 | 278k|  1 |6220 |  11k|-1.123070e+04 |      --      |    Inf |   2.11%
3010.15/3020.15	c   592s| 69700 | 68747 |  3092k|  44.3 |  1159M |  77 |2538 |3151 |2632 | 279k|  1 |6220 |  11k|-1.123085e+04 |      --      |    Inf |   2.11%
3011.33/3021.31	c   593s| 69800 | 68847 |  3096k|  44.3 |  1159M |  77 |2538 |3148 |2565 | 279k|  1 |6220 |  11k|-1.123142e+04 |      --      |    Inf |   2.11%
3012.23/3022.25	c   594s| 69900 | 68947 |  3101k|  44.3 |  1159M |  77 |2538 |3143 |2644 | 279k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
3013.04/3023.07	c   595s| 70000 | 69047 |  3106k|  44.3 |  1159M |  77 |2538 |3141 |2579 | 280k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
3014.13/3024.18	c   596s| 70100 | 69147 |  3112k|  44.4 |  1159M |  77 |2538 |3138 |2652 | 280k|  1 |6220 |  11k|-1.123167e+04 |      --      |    Inf |   2.11%
3014.92/3024.98	c   597s| 70200 | 69247 |  3116k|  44.4 |  1160M |  77 |2538 |3133 |2575 | 281k|  1 |6220 |  11k|-1.123215e+04 |      --      |    Inf |   2.11%
3016.13/3026.12	c   598s| 70300 | 69347 |  3122k|  44.4 |  1160M |  77 |2538 |3127 |2636 | 281k|  1 |6220 |  11k|-1.123215e+04 |      --      |    Inf |   2.11%
3016.82/3026.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3016.82/3026.84	c   599s| 70400 | 69447 |  3126k|  44.4 |  1160M |  77 |2538 |3119 |2586 | 282k|  1 |6220 |  11k|-1.123217e+04 |      --      |    Inf |   2.11%
3017.81/3027.86	c   600s| 70500 | 69547 |  3132k|  44.4 |  1161M |  77 |2538 |3113 |2648 | 282k|  1 |6220 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
3018.71/3028.77	c   601s| 70600 | 69647 |  3137k|  44.4 |  1161M |  77 |2538 |3120 |2597 | 283k|  1 |6231 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
3019.61/3029.69	c   602s| 70700 | 69747 |  3142k|  44.4 |  1161M |  77 |2538 |3117 |2649 | 283k|  1 |6231 |  11k|-1.123232e+04 |      --      |    Inf |   2.11%
3020.51/3030.52	c   602s| 70800 | 69847 |  3147k|  44.4 |  1161M |  77 |2538 |3129 |2599 | 283k|  1 |6247 |  11k|-1.123242e+04 |      --      |    Inf |   2.11%
3021.50/3031.54	c   603s| 70900 | 69947 |  3154k|  44.4 |  1161M |  77 |2538 |3128 |2638 | 284k|  1 |6247 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3022.40/3032.45	c   604s| 71000 | 70045 |  3158k|  44.4 |  1161M |  77 |2538 |3129 |2549 | 284k|  1 |6252 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3023.30/3033.34	c   605s| 71100 | 70143 |  3161k|  44.4 |  1161M |  77 |2538 |3133 |2598 | 285k|  1 |6265 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3024.11/3034.14	c   606s| 71200 | 70235 |  3166k|  44.4 |  1161M |  77 |2538 |3147 |2571 | 285k|  1 |6289 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3024.89/3034.99	c   607s| 71300 | 70335 |  3170k|  44.4 |  1161M |  77 |2538 |3151 |2643 | 285k|  1 |6300 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3025.49/3035.50	c   607s| 71400 | 70435 |  3173k|  44.4 |  1161M |  77 |2538 |3132 |2558 | 286k|  1 |6300 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3026.10/3036.17	c   608s| 71500 | 70533 |  3177k|  44.4 |  1161M |  77 |2538 |3131 |2628 | 286k|  1 |6305 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3026.79/3036.86	c   609s| 71600 | 70631 |  3181k|  44.4 |  1161M |  77 |2538 |3132 |2591 | 286k|  1 |6311 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3027.49/3037.55	c   609s| 71700 | 70727 |  3185k|  44.4 |  1162M |  77 |2538 |3136 |2580 | 287k|  1 |6322 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3028.48/3038.55	c   610s| 71800 | 70827 |  3190k|  44.4 |  1162M |  77 |2538 |3131 |2638 | 287k|  1 |6322 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3029.28/3039.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3029.28/3039.35	c   611s| 71900 | 70923 |  3194k|  44.4 |  1162M |  77 |2538 |3140 |2603 | 287k|  1 |6340 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3029.99/3040.05	c   612s| 72000 | 71017 |  3198k|  44.4 |  1162M |  77 |2538 |3170 |2632 | 288k|  1 |6372 |  11k|-1.123274e+04 |      --      |    Inf |   2.11%
3030.78/3040.80	c   613s| 72100 | 71113 |  3202k|  44.4 |  1162M |  81 |2538 |3163 |2582 | 288k|  1 |6380 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3031.58/3041.66	c   613s| 72200 | 71213 |  3206k|  44.4 |  1163M |  81 |2538 |3158 |2642 | 288k|  1 |6380 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3032.37/3042.48	c   614s| 72300 | 71311 |  3211k|  44.4 |  1163M |  81 |2538 |3159 |2671 | 289k|  1 |6386 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3033.17/3043.23	c   615s| 72400 | 71405 |  3215k|  44.4 |  1164M |  81 |2538 |3161 |2643 | 289k|  2 |6400 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3033.98/3044.10	c   616s| 72500 | 71501 |  3219k|  44.4 |  1164M |  81 |2538 |3164 |2572 | 289k|  2 |6413 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3034.98/3045.06	c   617s| 72600 | 71595 |  3223k|  44.4 |  1164M |  81 |2538 |3167 |2602 | 290k|  1 |6435 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3035.98/3046.02	c   618s| 72700 | 71691 |  3228k|  44.4 |  1164M |  81 |2538 |3171 |2645 | 290k|  1 |6442 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3036.66/3046.74	c   619s| 72800 | 71791 |  3232k|  44.4 |  1164M |  81 |2538 |3157 |2626 | 291k|  1 |6442 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3037.46/3047.58	c   619s| 72900 | 71885 |  3237k|  44.4 |  1165M |  81 |2538 |3160 |2598 | 291k|  1 |6472 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3038.16/3048.29	c   620s| 73000 | 71981 |  3241k|  44.4 |  1166M |  81 |2538 |3166 |2628 | 291k|  1 |6483 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3039.26/3049.34	c   621s| 73100 | 72077 |  3246k|  44.4 |  1167M |  81 |2538 |3168 |2640 | 292k|  1 |6493 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3040.35/3050.40	c   622s| 73200 | 72173 |  3251k|  44.4 |  1170M |  81 |2538 |3161 |2612 | 292k|  1 |6500 |  11k|-1.123291e+04 |      --      |    Inf |   2.11%
3041.15/3051.21	c   623s| 73300 | 72273 |  3255k|  44.4 |  1170M |  81 |2538 |3152 |2636 | 292k|  1 |6500 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3041.75/3051.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3041.75/3051.86	c   624s| 73400 | 72373 |  3259k|  44.4 |  1170M |  81 |2538 |3140 |2538 | 293k|  1 |6500 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3042.34/3052.47	c   624s| 73500 | 72468 |  3262k|  44.4 |  1170M |  81 |2538 |3144 |2598 | 293k|  1 |6517 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3043.05/3053.20	c   625s| 73600 | 72564 |  3267k|  44.4 |  1170M |  81 |2538 |3141 |2559 | 293k|  1 |6524 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3044.05/3054.11	c   626s| 73700 | 72660 |  3272k|  44.4 |  1170M |  81 |2538 |3177 |2650 | 294k|  1 |6567 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3045.05/3055.12	c   627s| 73800 | 72752 |  3276k|  44.4 |  1170M |  81 |2538 |3182 |2615 | 294k|  1 |6587 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3045.83/3055.95	c   628s| 73900 | 72848 |  3282k|  44.4 |  1170M |  81 |2538 |3204 |2603 | 295k|  1 |6626 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3046.83/3056.90	c   629s| 74000 | 72944 |  3286k|  44.4 |  1170M |  81 |2538 |3197 |2632 | 295k|  1 |6632 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3047.63/3057.74	c   630s| 74100 | 73040 |  3291k|  44.4 |  1170M |  81 |2538 |3193 |2585 | 295k|  1 |6639 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3048.42/3058.57	c   630s| 74200 | 73140 |  3295k|  44.4 |  1170M |  81 |2538 |3186 |2636 | 296k|  1 |6639 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3049.22/3059.35	c   631s| 74300 | 73232 |  3299k|  44.4 |  1170M |  81 |2538 |3216 |2593 | 296k|  1 |6679 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3049.82/3059.97	c   632s| 74400 | 73332 |  3304k|  44.4 |  1170M |  81 |2538 |3241 |2647 | 296k|  1 |6712 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3050.72/3060.80	c   633s| 74500 | 73426 |  3308k|  44.4 |  1170M |  81 |2538 |3260 |2591 | 297k|  1 |6754 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3051.51/3061.67	c   633s| 74600 | 73526 |  3313k|  44.4 |  1172M |  81 |2538 |3263 |2634 | 297k|  1 |6766 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3052.21/3062.37	c   634s| 74700 | 73622 |  3317k|  44.4 |  1172M |  81 |2538 |3254 |2618 | 297k|  1 |6773 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3053.11/3063.25	c   635s| 74800 | 73722 |  3322k|  44.4 |  1173M |  81 |2538 |3243 |2612 | 298k|  1 |6773 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3053.81/3063.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3053.81/3063.98	c   636s| 74900 | 73816 |  3326k|  44.4 |  1173M |  81 |2538 |3253 |2585 | 298k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3054.60/3064.79	c   637s| 75000 | 73916 |  3330k|  44.4 |  1173M |  81 |2538 |3248 |2626 | 298k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3055.40/3065.55	c   637s| 75100 | 74016 |  3335k|  44.4 |  1173M |  81 |2538 |3237 |2570 | 299k|  1 |6794 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3056.30/3066.43	c   638s| 75200 | 74112 |  3340k|  44.4 |  1173M |  81 |2538 |3239 |2655 | 299k|  1 |6802 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3057.01/3067.12	c   639s| 75300 | 74208 |  3343k|  44.4 |  1173M |  81 |2538 |3237 |2588 | 300k|  1 |6809 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3057.79/3067.97	c   640s| 75400 | 74306 |  3347k|  44.4 |  1173M |  81 |2538 |3235 |2643 | 300k|  1 |6815 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3058.59/3068.70	c   641s| 75500 | 74396 |  3352k|  44.4 |  1173M |  81 |2538 |3251 |2608 | 300k|  1 |6842 |  11k|-1.123295e+04 |      --      |    Inf |   2.11%
3059.49/3069.61	c   641s| 75600 | 74488 |  3356k|  44.4 |  1173M |  81 |2538 |3309 |2608 | 301k|  1 |6910 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
3060.18/3070.30	c   642s| 75700 | 74588 |  3360k|  44.4 |  1173M |  81 |2538 |3293 |2566 | 301k|  1 |6910 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
3060.99/3071.16	c   643s| 75800 | 74684 |  3365k|  44.4 |  1173M |  81 |2538 |3294 |2658 | 301k|  2 |6926 |  12k|-1.123295e+04 |      --      |    Inf |   2.11%
3061.58/3071.77	c   644s| 75900 | 74784 |  3369k|  44.4 |  1173M |  81 |2538 |3282 |2623 | 302k|  1 |6926 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
3062.38/3072.54	c   644s| 76000 | 74884 |  3374k|  44.4 |  1173M |  81 |2538 |3265 |2582 | 302k|  1 |6926 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
3063.17/3073.36	c   645s| 76100 | 74970 |  3379k|  44.4 |  1173M |  81 |2538 |3297 |2591 | 302k|  0 |6970 |  12k|-1.123300e+04 |      --      |    Inf |   2.11%
3063.98/3074.12	c   646s| 76200 | 75070 |  3383k|  44.4 |  1174M |  81 |2538 |3280 |2591 | 303k|  1 |6970 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3064.98/3075.11	c   647s| 76300 | 75158 |  3387k|  44.4 |  1175M |  81 |2538 |3295 |2581 | 303k|  1 |6998 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3065.66/3075.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3065.66/3075.89	c   648s| 76400 | 75254 |  3391k|  44.4 |  1175M |  81 |2538 |3294 |2621 | 303k|  1 |7009 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3066.46/3076.68	c   648s| 76500 | 75354 |  3396k|  44.4 |  1175M |  81 |2538 |3280 |2619 | 304k|  1 |7009 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3067.16/3077.35	c   649s| 76600 | 75450 |  3400k|  44.4 |  1175M |  81 |2538 |3286 |2612 | 304k|  1 |7027 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3067.87/3078.03	c   650s| 76700 | 75546 |  3404k|  44.4 |  1175M |  81 |2538 |3282 |2537 | 304k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3068.87/3079.03	c   651s| 76800 | 75646 |  3409k|  44.4 |  1175M |  81 |2538 |3273 |2656 | 305k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3069.45/3079.68	c   651s| 76900 | 75746 |  3413k|  44.3 |  1175M |  81 |2538 |3264 |2622 | 305k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3070.25/3080.42	c   652s| 77000 | 75846 |  3417k|  44.3 |  1176M |  81 |2538 |3254 |2589 | 306k|  1 |7037 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3070.96/3081.16	c   653s| 77100 | 75938 |  3422k|  44.3 |  1177M |  81 |2538 |3289 |2600 | 306k|  1 |7079 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3072.04/3082.21	c   654s| 77200 | 76038 |  3426k|  44.3 |  1177M |  81 |2538 |3262 |2614 | 306k|  1 |7079 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3072.74/3082.95	c   655s| 77300 | 76136 |  3430k|  44.3 |  1178M |  81 |2538 |3263 |2657 | 307k|  1 |7090 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3073.54/3083.70	c   656s| 77400 | 76236 |  3434k|  44.3 |  1178M |  81 |2538 |3250 |2546 | 307k|  1 |7090 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3074.23/3084.42	c   656s| 77500 | 76336 |  3438k|  44.3 |  1178M |  81 |2538 |3252 |2615 | 307k|  1 |7101 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3075.23/3085.43	c   657s| 77600 | 76436 |  3442k|  44.3 |  1178M |  81 |2538 |3231 |2629 | 308k|  1 |7101 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3075.94/3086.17	c   658s| 77700 | 76534 |  3446k|  44.3 |  1178M |  81 |2538 |3224 |2601 | 308k|  1 |7109 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3076.63/3086.85	c   659s| 77800 | 76632 |  3450k|  44.3 |  1179M |  81 |2538 |3221 |2597 | 308k|  1 |7124 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3077.22/3087.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3077.22/3087.47	c   659s| 77900 | 76732 |  3454k|  44.3 |  1180M |  81 |2538 |3214 |2659 | 309k|  1 |7124 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3078.12/3088.37	c   660s| 78000 | 76824 |  3459k|  44.3 |  1180M |  81 |2538 |3222 |2612 | 309k|  1 |7151 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3078.93/3089.13	c   661s| 78100 | 76918 |  3464k|  44.3 |  1180M |  81 |2538 |3229 |2583 | 310k|  1 |7175 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3079.61/3089.86	c   662s| 78200 | 77014 |  3468k|  44.3 |  1180M |  81 |2538 |3233 |2642 | 310k|  2 |7186 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3080.51/3090.73	c   663s| 78300 | 77110 |  3473k|  44.3 |  1180M |  81 |2538 |3237 |2618 | 310k|  1 |7195 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3081.31/3091.56	c   663s| 78400 | 77200 |  3477k|  44.3 |  1180M |  81 |2538 |3254 |2576 | 311k|  1 |7231 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3081.92/3092.18	c   664s| 78500 | 77300 |  3481k|  44.3 |  1180M |  81 |2538 |3234 |2609 | 311k|  1 |7231 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3082.82/3093.01	c   665s| 78600 | 77398 |  3486k|  44.3 |  1180M |  81 |2538 |3246 |2646 | 311k|  1 |7260 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3083.50/3093.76	c   666s| 78700 | 77494 |  3491k|  44.3 |  1180M |  81 |2538 |3260 |2610 | 312k|  1 |7286 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3084.30/3094.50	c   666s| 78800 | 77594 |  3496k|  44.3 |  1180M |  81 |2538 |3253 |2606 | 312k|  2 |7286 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3085.00/3095.26	c   667s| 78900 | 77690 |  3500k|  44.3 |  1181M |  81 |2538 |3239 |2550 | 312k|  1 |7295 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3085.99/3096.21	c   668s| 79000 | 77782 |  3504k|  44.3 |  1182M |  81 |2538 |3263 |2589 | 313k|  1 |7327 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3086.69/3096.97	c   669s| 79100 | 77882 |  3509k|  44.3 |  1182M |  81 |2538 |3253 |2646 | 313k|  1 |7327 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3087.49/3097.79	c   670s| 79200 | 77978 |  3514k|  44.3 |  1182M |  81 |2538 |3246 |2599 | 314k|  1 |7333 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3088.18/3098.46	c   670s| 79300 | 78066 |  3518k|  44.3 |  1182M |  81 |2538 |3277 |2587 | 314k|  1 |7378 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3089.18/3099.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3089.18/3099.44	c   671s| 79400 | 78166 |  3523k|  44.3 |  1184M |  81 |2538 |3272 |2643 | 314k|  1 |7378 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3089.98/3100.28	c   672s| 79500 | 78258 |  3527k|  44.3 |  1184M |  81 |2538 |3278 |2639 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3090.89/3101.13	c   673s| 79600 | 78358 |  3531k|  44.3 |  1185M |  81 |2538 |3268 |2586 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3091.67/3101.91	c   674s| 79700 | 78458 |  3536k|  44.3 |  1185M |  81 |2538 |3259 |2610 | 315k|  1 |7394 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3092.27/3102.52	c   674s| 79800 | 78548 |  3541k|  44.3 |  1185M |  81 |2538 |3281 |2604 | 316k|  3 |7429 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3093.17/3103.47	c   675s| 79900 | 78644 |  3547k|  44.4 |  1185M |  81 |2538 |3278 |2624 | 316k|  1 |7436 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3093.96/3104.21	c   676s| 80000 | 78740 |  3550k|  44.3 |  1186M |  81 |2538 |3270 |2609 | 316k|  1 |7442 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3094.87/3105.14	c   677s| 80100 | 78838 |  3555k|  44.3 |  1186M |  81 |2538 |3259 |2628 | 317k|  1 |7449 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3095.46/3105.71	c   678s| 80200 | 78934 |  3559k|  44.3 |  1186M |  81 |2538 |3259 |2606 | 317k|  1 |7461 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3096.26/3106.53	c   678s| 80300 | 79034 |  3564k|  44.3 |  1186M |  81 |2538 |3258 |2626 | 317k|  1 |7468 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3097.15/3107.42	c   679s| 80400 | 79130 |  3569k|  44.4 |  1186M |  81 |2538 |3263 |2604 | 318k|  1 |7489 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3097.76/3108.01	c   680s| 80500 | 79222 |  3573k|  44.4 |  1187M |  81 |2538 |3266 |2554 | 318k|  1 |7514 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3098.35/3108.66	c   680s| 80600 | 79318 |  3578k|  44.4 |  1187M |  81 |2538 |3263 |2590 | 318k|  1 |7521 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3099.25/3109.59	c   681s| 80700 | 79402 |  3583k|  44.4 |  1187M |  81 |2538 |3311 |2628 | 319k|  1 |7574 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3099.94/3110.22	c   682s| 80800 | 79498 |  3587k|  44.4 |  1188M |  81 |2538 |3308 |2559 | 319k|  1 |7587 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3100.64/3110.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3100.64/3110.91	c   683s| 80900 | 79594 |  3591k|  44.4 |  1191M |  81 |2538 |3307 |2609 | 319k|  1 |7598 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3101.24/3111.54	c   683s| 81000 | 79690 |  3595k|  44.3 |  1191M |  81 |2538 |3313 |2524 | 320k|  1 |7625 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3102.04/3112.33	c   684s| 81100 | 79790 |  3599k|  44.4 |  1191M |  81 |2538 |3331 |2641 | 320k|  1 |7658 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3102.75/3113.02	c   685s| 81200 | 79888 |  3603k|  44.3 |  1191M |  81 |2538 |3327 |2639 | 321k|  2 |7669 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3103.53/3113.88	c   686s| 81300 | 79978 |  3608k|  44.3 |  1191M |  81 |2538 |3332 |2682 | 321k|  7 |7691 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3104.23/3114.58	c   686s| 81400 | 80072 |  3612k|  44.3 |  1191M |  81 |2538 |3328 |2575 | 321k|  3 |7708 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3105.02/3115.31	c   687s| 81500 | 80166 |  3616k|  44.3 |  1193M |  81 |2538 |3335 |2604 | 322k|  1 |7725 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3105.73/3116.05	c   688s| 81600 | 80258 |  3621k|  44.3 |  1193M |  81 |2538 |3352 |2652 | 322k|  1 |7755 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3106.32/3116.62	c   688s| 81700 | 80358 |  3625k|  44.3 |  1193M |  81 |2538 |3323 |2585 | 322k|  1 |7755 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3107.12/3117.41	c   689s| 81800 | 80454 |  3629k|  44.3 |  1193M |  81 |2538 |3320 |2629 | 323k|  1 |7762 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3107.73/3118.09	c   690s| 81900 | 80548 |  3633k|  44.3 |  1193M |  81 |2538 |3313 |2586 | 323k|  1 |7794 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3108.51/3118.80	c   691s| 82000 | 80648 |  3637k|  44.3 |  1193M |  81 |2538 |3306 |2619 | 323k|  1 |7794 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3109.11/3119.42	c   691s| 82100 | 80744 |  3641k|  44.3 |  1193M |  81 |2538 |3309 |2605 | 324k|  4 |7809 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3109.61/3119.92	c   692s| 82200 | 80844 |  3644k|  44.3 |  1193M |  81 |2538 |3304 |2569 | 324k|  1 |7809 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3110.50/3120.80	c   693s| 82300 | 80942 |  3648k|  44.3 |  1193M |  81 |2538 |3299 |2606 | 324k|  1 |7818 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3111.20/3121.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3111.20/3121.55	c   693s| 82400 | 81042 |  3653k|  44.3 |  1193M |  81 |2538 |3281 |2576 | 325k|  1 |7818 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3112.10/3122.42	c   694s| 82500 | 81138 |  3658k|  44.3 |  1194M |  81 |2538 |3283 |2627 | 325k|  2 |7826 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3112.81/3123.16	c   695s| 82600 | 81238 |  3662k|  44.3 |  1195M |  81 |2538 |3261 |2667 | 325k|  1 |7826 |  12k|-1.123304e+04 |      --      |    Inf |   2.11%
3113.39/3123.77	c   696s| 82700 | 81332 |  3666k|  44.3 |  1195M |  81 |2538 |3279 |2614 | 326k|  1 |7855 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
3114.39/3124.74	c   697s| 82800 | 81430 |  3671k|  44.3 |  1195M |  81 |2538 |3273 |2627 | 326k|  1 |7859 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
3115.19/3125.53	c   697s| 82900 | 81530 |  3676k|  44.3 |  1195M |  81 |2538 |3276 |2579 | 327k|  1 |7880 |  12k|-1.123342e+04 |      --      |    Inf |   2.11%
3116.08/3126.43	c   698s| 83000 | 81626 |  3681k|  44.3 |  1196M |  81 |2538 |3274 |2656 | 327k|  1 |7891 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3116.79/3127.16	c   699s| 83100 | 81726 |  3685k|  44.3 |  1196M |  81 |2538 |3253 |2577 | 327k|  1 |7891 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3117.69/3128.05	c   700s| 83200 | 81824 |  3689k|  44.3 |  1196M |  81 |2538 |3253 |2605 | 328k|  1 |7900 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3118.38/3128.72	c   701s| 83300 | 81918 |  3693k|  44.3 |  1198M |  81 |2538 |3273 |2563 | 328k|  1 |7929 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3119.07/3129.46	c   701s| 83400 | 82018 |  3698k|  44.3 |  1198M |  81 |2538 |3262 |2613 | 328k|  1 |7929 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3119.68/3130.05	c   702s| 83500 | 82115 |  3702k|  44.3 |  1198M |  81 |2538 |3263 |2638 | 329k|  1 |7941 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3120.27/3130.68	c   702s| 83600 | 82215 |  3705k|  44.3 |  1198M |  81 |2538 |3243 |2581 | 329k|  1 |7941 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3121.07/3131.42	c   703s| 83700 | 82311 |  3710k|  44.3 |  1198M |  81 |2538 |3243 |2640 | 329k|  1 |7953 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3121.78/3132.15	c   704s| 83800 | 82403 |  3714k|  44.3 |  1198M |  81 |2538 |3250 |2621 | 330k|  1 |7975 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3122.46/3132.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3122.46/3132.81	c   705s| 83900 | 82499 |  3718k|  44.3 |  1199M |  81 |2538 |3250 |2636 | 330k|  0 |7989 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3123.26/3133.69	c   706s| 84000 | 82595 |  3722k|  44.3 |  1199M |  81 |2538 |3245 |2618 | 330k|  1 |7998 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3123.96/3134.39	c   706s| 84100 | 82687 |  3727k|  44.3 |  1199M |  81 |2538 |3252 |2576 | 331k|  4 |8022 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3124.85/3135.29	c   707s| 84200 | 82787 |  3732k|  44.3 |  1199M |  81 |2538 |3249 |2642 | 331k|  1 |8022 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3125.55/3135.92	c   708s| 84300 | 82885 |  3736k|  44.3 |  1199M |  81 |2538 |3250 |2642 | 331k|  2 |8032 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3126.25/3136.62	c   708s| 84400 | 82985 |  3740k|  44.3 |  1199M |  81 |2538 |3234 |2635 | 332k|  1 |8032 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3126.95/3137.39	c   709s| 84500 | 83079 |  3744k|  44.3 |  1199M |  81 |2538 |3238 |2661 | 332k|  1 |8043 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3127.66/3138.08	c   710s| 84600 | 83171 |  3747k|  44.3 |  1199M |  81 |2538 |3254 |2605 | 332k|  1 |8067 |  12k|-1.123344e+04 |      --      |    Inf |   2.11%
3128.44/3138.83	c   711s| 84700 | 83265 |  3752k|  44.3 |  1199M |  81 |2538 |3264 |2611 | 333k|  1 |8084 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3129.14/3139.54	c   711s| 84800 | 83359 |  3756k|  44.3 |  1199M |  81 |2538 |3273 |2612 | 333k|  1 |8106 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3129.84/3140.27	c   712s| 84900 | 83457 |  3761k|  44.3 |  1201M |  81 |2538 |3290 |2567 | 333k|  1 |8128 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3130.75/3141.14	c   713s| 85000 | 83545 |  3765k|  44.3 |  1203M |  81 |2538 |3331 |2575 | 334k|  1 |8182 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3131.53/3141.93	c   714s| 85100 | 83645 |  3769k|  44.3 |  1203M |  81 |2538 |3322 |2637 | 334k|  6 |8182 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3132.23/3142.61	c   714s| 85200 | 83737 |  3773k|  44.3 |  1203M |  81 |2538 |3341 |2609 | 334k|  1 |8214 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3132.93/3143.35	c   715s| 85300 | 83837 |  3777k|  44.3 |  1203M |  81 |2538 |3332 |2658 | 335k|  2 |8224 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3133.82/3144.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3133.82/3144.26	c   716s| 85400 | 83931 |  3782k|  44.3 |  1204M |  81 |2538 |3335 |2649 | 335k|  1 |8243 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3134.52/3144.94	c   717s| 85500 | 84029 |  3786k|  44.3 |  1204M |  81 |2538 |3326 |2637 | 335k|  1 |8253 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3135.12/3145.50	c   717s| 85600 | 84129 |  3790k|  44.3 |  1205M |  81 |2538 |3312 |2560 | 336k|  1 |8253 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3135.92/3146.33	c   718s| 85700 | 84221 |  3795k|  44.2 |  1205M |  81 |2538 |3314 |2615 | 336k|  1 |8268 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3136.73/3147.19	c   719s| 85800 | 84317 |  3799k|  44.3 |  1206M |  81 |2538 |3328 |2635 | 337k|  1 |8288 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3137.41/3147.82	c   720s| 85900 | 84415 |  3803k|  44.2 |  1206M |  81 |2538 |3316 |2623 | 337k|  1 |8291 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3138.11/3148.50	c   720s| 86000 | 84515 |  3808k|  44.2 |  1206M |  81 |2538 |3343 |2563 | 337k|  1 |8333 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3138.80/3149.28	c   721s| 86100 | 84611 |  3813k|  44.3 |  1207M |  81 |2538 |3346 |2678 | 338k|  7 |8349 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3139.50/3149.96	c   722s| 86200 | 84707 |  3818k|  44.3 |  1207M |  81 |2538 |3346 |2583 | 338k|  1 |8364 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3140.20/3150.67	c   722s| 86300 | 84805 |  3822k|  44.3 |  1207M |  81 |2538 |3332 |2662 | 338k|  1 |8368 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3141.00/3151.41	c   723s| 86400 | 84899 |  3826k|  44.3 |  1207M |  81 |2538 |3343 |2629 | 339k|  1 |8383 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3141.71/3152.14	c   724s| 86500 | 84997 |  3831k|  44.3 |  1208M |  81 |2538 |3347 |2662 | 339k|  1 |8394 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3142.49/3152.93	c   725s| 86600 | 85097 |  3835k|  44.3 |  1208M |  81 |2538 |3332 |2594 | 339k|  1 |8394 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3143.39/3153.87	c   726s| 86700 | 85195 |  3840k|  44.3 |  1208M |  81 |2538 |3331 |2627 | 340k|  1 |8405 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3143.99/3154.49	c   726s| 86800 | 85291 |  3844k|  44.3 |  1208M |  81 |2538 |3349 |2576 | 340k|  1 |8437 |  12k|-1.123354e+04 |      --      |    Inf |   2.11%
3144.88/3155.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3144.88/3155.37	c   727s| 86900 | 85383 |  3849k|  44.3 |  1208M |  81 |2538 |3358 |2647 | 340k|  1 |8466 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3145.69/3156.13	c   728s| 87000 | 85473 |  3854k|  44.3 |  1209M |  81 |2538 |3376 |2647 | 341k|  1 |8501 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3146.38/3156.88	c   729s| 87100 | 85565 |  3859k|  44.3 |  1209M |  81 |2538 |3408 |2657 | 341k|  1 |8546 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3147.18/3157.67	c   729s| 87200 | 85663 |  3863k|  44.3 |  1209M |  81 |2538 |3375 |2583 | 341k|  1 |8557 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3147.97/3158.41	c   730s| 87300 | 85761 |  3867k|  44.3 |  1209M |  81 |2538 |3376 |2642 | 342k|  1 |8567 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3148.58/3159.09	c   731s| 87400 | 85855 |  3871k|  44.3 |  1209M |  81 |2538 |3387 |2528 | 342k|  1 |8595 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3149.47/3159.91	c   732s| 87500 | 85955 |  3876k|  44.3 |  1209M |  81 |2538 |3378 |2628 | 342k|  1 |8595 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3150.17/3160.69	c   733s| 87600 | 86047 |  3880k|  44.3 |  1210M |  81 |2538 |3352 |2683 | 343k|  7 |8609 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3151.06/3161.50	c   733s| 87700 | 86145 |  3885k|  44.3 |  1210M |  81 |2538 |3380 |2669 | 343k|  1 |8641 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3151.76/3162.25	c   734s| 87800 | 86241 |  3890k|  44.3 |  1210M |  81 |2538 |3386 |2613 | 344k|  1 |8653 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3152.57/3163.01	c   735s| 87900 | 86331 |  3894k|  44.3 |  1211M |  81 |2538 |3390 |2637 | 344k|  3 |8675 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3153.35/3163.89	c   736s| 88000 | 86424 |  3900k|  44.3 |  1211M |  81 |2538 |3401 |2653 | 344k|  1 |8707 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3153.95/3164.46	c   736s| 88100 | 86518 |  3903k|  44.3 |  1211M |  81 |2538 |3396 |2592 | 345k|  1 |8719 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3155.05/3165.50	c   737s| 88200 | 86618 |  3908k|  44.3 |  1211M |  81 |2538 |3383 |2643 | 345k|  1 |8719 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3155.66/3166.12	c   738s| 88300 | 86714 |  3912k|  44.3 |  1211M |  81 |2538 |3380 |2562 | 346k|  1 |8742 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3156.34/3166.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3156.34/3166.89	c   739s| 88400 | 86810 |  3916k|  44.3 |  1211M |  81 |2538 |3371 |2604 | 346k|  1 |8753 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3157.44/3167.90	c   740s| 88500 | 86910 |  3921k|  44.3 |  1212M |  81 |2538 |3349 |2640 | 346k|  1 |8753 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3158.44/3168.91	c   741s| 88600 | 87004 |  3925k|  44.3 |  1213M |  81 |2538 |3342 |2604 | 347k|  1 |8768 |  12k|-1.123362e+04 |      --      |    Inf |   2.11%
3159.13/3169.66	c   741s| 88700 | 87098 |  3929k|  44.3 |  1214M |  81 |2538 |3357 |2647 | 347k|  0 |8794 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3159.73/3170.20	c   742s| 88800 | 87192 |  3932k|  44.2 |  1214M |  81 |2538 |3367 |2589 | 347k|  1 |8814 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3160.54/3171.07	c   743s| 88900 | 87288 |  3936k|  44.2 |  1215M |  81 |2538 |3362 |2621 | 348k|  1 |8826 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3161.23/3171.70	c   744s| 89000 | 87388 |  3940k|  44.2 |  1215M |  81 |2538 |3334 |2561 | 348k|  1 |8826 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3161.83/3172.38	c   744s| 89100 | 87488 |  3945k|  44.2 |  1215M |  81 |2538 |3334 |2606 | 348k|  1 |8836 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3162.63/3173.14	c   745s| 89200 | 87584 |  3949k|  44.2 |  1215M |  81 |2538 |3338 |2692 | 349k|  1 |8848 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3163.53/3174.01	c   746s| 89300 | 87680 |  3953k|  44.2 |  1215M |  81 |2538 |3363 |2577 | 349k|  1 |8886 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3164.22/3174.74	c   747s| 89400 | 87778 |  3957k|  44.2 |  1215M |  81 |2538 |3358 |2642 | 349k|  1 |8893 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3164.82/3175.34	c   747s| 89500 | 87872 |  3961k|  44.2 |  1216M |  81 |2538 |3367 |2587 | 350k|  1 |8914 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3165.62/3176.18	c   748s| 89600 | 87968 |  3966k|  44.2 |  1216M |  81 |2538 |3356 |2663 | 350k|  3 |8926 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3166.31/3176.81	c   749s| 89700 | 88064 |  3969k|  44.2 |  1216M |  81 |2538 |3344 |2555 | 350k|  1 |8933 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3167.11/3177.62	c   749s| 89800 | 88164 |  3972k|  44.2 |  1217M |  81 |2538 |3333 |2607 | 351k|  1 |8933 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3167.71/3178.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3167.71/3178.29	c   750s| 89900 | 88262 |  3976k|  44.2 |  1217M |  81 |2538 |3320 |2659 | 351k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3168.40/3178.97	c   751s| 90000 | 88362 |  3980k|  44.2 |  1217M |  81 |2538 |3298 |2578 | 351k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3169.20/3179.79	c   752s| 90100 | 88462 |  3984k|  44.2 |  1218M |  81 |2538 |3282 |2619 | 352k|  1 |8941 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3169.90/3180.50	c   752s| 90200 | 88560 |  3989k|  44.2 |  1218M |  81 |2538 |3279 |2592 | 352k|  1 |8951 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3170.69/3181.26	c   753s| 90300 | 88650 |  3994k|  44.2 |  1218M |  81 |2538 |3337 |2574 | 353k|  1 |9017 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3171.60/3182.13	c   754s| 90400 | 88750 |  3999k|  44.2 |  1218M |  81 |2538 |3329 |2646 | 353k|  1 |9017 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3172.39/3182.97	c   755s| 90500 | 88842 |  4003k|  44.2 |  1219M |  81 |2538 |3314 |2556 | 353k|  1 |9036 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3172.99/3183.55	c   755s| 90600 | 88942 |  4007k|  44.2 |  1219M |  81 |2538 |3334 |2580 | 354k|  1 |9066 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3173.78/3184.35	c   756s| 90700 | 89042 |  4011k|  44.2 |  1219M |  81 |2538 |3324 |2644 | 354k|  1 |9066 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3174.59/3185.13	c   757s| 90800 | 89140 |  4015k|  44.2 |  1219M |  81 |2538 |3330 |2634 | 354k|  1 |9081 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3175.18/3185.75	c   758s| 90900 | 89236 |  4019k|  44.2 |  1220M |  81 |2538 |3337 |2607 | 354k|  1 |9095 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3175.88/3186.47	c   758s| 91000 | 89334 |  4023k|  44.2 |  1220M |  81 |2538 |3340 |2638 | 355k|  1 |9107 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3176.59/3187.14	c   759s| 91100 | 89430 |  4027k|  44.2 |  1220M |  81 |2538 |3325 |2553 | 355k|  1 |9119 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3177.48/3188.04	c   760s| 91200 | 89530 |  4031k|  44.2 |  1220M |  81 |2538 |3316 |2689 | 356k|  7 |9119 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3178.27/3188.86	c   761s| 91300 | 89622 |  4036k|  44.2 |  1220M |  81 |2538 |3325 |2592 | 356k|  1 |9141 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3178.87/3189.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3178.87/3189.47	c   761s| 91400 | 89714 |  4040k|  44.2 |  1220M |  81 |2538 |3396 |2622 | 356k|  1 |9214 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3179.58/3190.18	c   762s| 91500 | 89812 |  4044k|  44.2 |  1220M |  81 |2538 |3409 |2603 | 356k|  1 |9235 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3180.47/3191.06	c   763s| 91600 | 89912 |  4049k|  44.2 |  1221M |  81 |2538 |3399 |2631 | 357k|  2 |9235 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3181.16/3191.74	c   764s| 91700 | 90008 |  4052k|  44.2 |  1221M |  81 |2538 |3356 |2556 | 357k|  1 |9240 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3182.06/3192.66	c   764s| 91800 | 90104 |  4057k|  44.2 |  1223M |  81 |2538 |3345 |2625 | 358k|  1 |9243 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3182.75/3193.32	c   765s| 91900 | 90202 |  4062k|  44.2 |  1223M |  81 |2538 |3336 |2624 | 358k|  1 |9254 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3183.46/3194.04	c   766s| 92000 | 90298 |  4066k|  44.2 |  1223M |  81 |2538 |3340 |2584 | 358k|  1 |9266 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3184.35/3194.94	c   767s| 92100 | 90396 |  4070k|  44.2 |  1223M |  81 |2538 |3341 |2634 | 359k|  1 |9275 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3185.34/3195.97	c   768s| 92200 | 90488 |  4075k|  44.2 |  1224M |  81 |2538 |3348 |2590 | 359k|  1 |9306 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3186.04/3196.63	c   768s| 92300 | 90584 |  4079k|  44.2 |  1226M |  81 |2538 |3338 |2581 | 359k|  1 |9311 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3186.74/3197.32	c   769s| 92400 | 90684 |  4083k|  44.2 |  1226M |  81 |2538 |3325 |2665 | 360k|  4 |9311 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3187.55/3198.13	c   770s| 92500 | 90772 |  4087k|  44.2 |  1226M |  81 |2538 |3342 |2558 | 360k|  1 |9352 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3188.33/3198.99	c   771s| 92600 | 90868 |  4092k|  44.2 |  1227M |  81 |2538 |3334 |2600 | 360k|  1 |9364 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3189.13/3199.79	c   772s| 92700 | 90968 |  4096k|  44.2 |  1227M |  81 |2538 |3309 |2598 | 361k|  1 |9364 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3189.93/3200.58	c   772s| 92800 | 91064 |  4100k|  44.1 |  1227M |  81 |2538 |3306 |2639 | 361k|  2 |9376 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3190.63/3201.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3190.63/3201.24	c   773s| 92900 | 91160 |  4103k|  44.1 |  1228M |  81 |2538 |3297 |2580 | 361k|  1 |9391 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3191.32/3201.91	c   774s| 93000 | 91256 |  4107k|  44.1 |  1229M |  81 |2538 |3302 |2593 | 362k|  1 |9403 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3191.92/3202.57	c   774s| 93100 | 91352 |  4111k|  44.1 |  1230M |  81 |2538 |3289 |2605 | 362k|  1 |9414 |  13k|-1.123362e+04 |      --      |    Inf |   2.11%
3192.72/3203.33	c   775s| 93200 | 91448 |  4115k|  44.1 |  1230M |  81 |2538 |3289 |2638 | 362k|  1 |9425 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
3193.43/3204.03	c   776s| 93300 | 91544 |  4119k|  44.1 |  1230M |  81 |2538 |3285 |2593 | 363k|  1 |9436 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
3194.31/3204.99	c   777s| 93400 | 91636 |  4123k|  44.1 |  1230M |  81 |2538 |3271 |2557 | 363k|  1 |9453 |  13k|-1.123364e+04 |      --      |    Inf |   2.11%
3195.11/3205.76	c   778s| 93500 | 91736 |  4127k|  44.1 |  1230M |  81 |2538 |3255 |2661 | 364k|  1 |9453 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
3196.01/3206.60	c   778s| 93600 | 91828 |  4132k|  44.1 |  1230M |  81 |2538 |3264 |2582 | 364k|  1 |9485 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
3196.70/3207.31	c   779s| 93700 | 91918 |  4137k|  44.1 |  1230M |  81 |2538 |3270 |2647 | 364k|  1 |9514 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
3197.41/3208.03	c   780s| 93800 | 92018 |  4141k|  44.1 |  1230M |  81 |2538 |3266 |2577 | 365k|  1 |9525 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
3198.30/3209.00	c   781s| 93900 | 92114 |  4146k|  44.1 |  1231M |  81 |2538 |3261 |2539 | 365k|  1 |9534 |  13k|-1.123371e+04 |      --      |    Inf |   2.11%
3199.10/3209.78	c   782s| 94000 | 92214 |  4149k|  44.1 |  1231M |  81 |2538 |3251 |2597 | 365k|  1 |9534 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3199.89/3210.58	c   782s| 94100 | 92312 |  4153k|  44.1 |  1231M |  81 |2538 |3252 |2589 | 366k|  1 |9541 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3200.79/3211.48	c   783s| 94200 | 92410 |  4158k|  44.1 |  1231M |  81 |2538 |3232 |2554 | 366k|  1 |9556 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3201.59/3212.27	c   784s| 94300 | 92508 |  4163k|  44.1 |  1231M |  81 |2538 |3228 |2629 | 366k|  1 |9564 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3202.28/3212.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3202.28/3212.98	c   785s| 94400 | 92606 |  4167k|  44.1 |  1232M |  81 |2538 |3213 |2650 | 367k|  1 |9570 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3203.08/3213.74	c   786s| 94500 | 92698 |  4171k|  44.1 |  1232M |  81 |2538 |3221 |2644 | 367k|  1 |9588 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3203.58/3214.29	c   786s| 94600 | 92794 |  4176k|  44.1 |  1232M |  81 |2538 |3222 |2577 | 367k|  1 |9608 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3204.39/3215.02	c   787s| 94700 | 92894 |  4179k|  44.1 |  1233M |  81 |2538 |3200 |2607 | 368k|  1 |9608 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3204.98/3215.61	c   787s| 94800 | 92988 |  4183k|  44.1 |  1233M |  81 |2538 |3199 |2580 | 368k|  1 |9622 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3205.77/3216.40	c   788s| 94900 | 93083 |  4189k|  44.1 |  1235M |  81 |2538 |3215 |2599 | 368k|  1 |9663 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3206.48/3217.14	c   789s| 95000 | 93175 |  4192k|  44.1 |  1235M |  81 |2538 |3231 |2660 | 369k|  1 |9691 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3207.38/3218.02	c   790s| 95100 | 93264 |  4197k|  44.1 |  1236M |  81 |2538 |3237 |2605 | 369k|  1 |9715 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3208.26/3218.93	c   791s| 95200 | 93358 |  4202k|  44.1 |  1237M |  81 |2538 |3242 |2652 | 369k|  1 |9734 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3208.96/3219.61	c   791s| 95300 | 93453 |  4205k|  44.1 |  1237M |  81 |2538 |3248 |2575 | 370k|  1 |9765 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3209.66/3220.39	c   792s| 95400 | 93543 |  4209k|  44.1 |  1237M |  81 |2538 |3274 |2600 | 370k|  1 |9806 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3210.66/3221.35	c   793s| 95500 | 93639 |  4214k|  44.1 |  1239M |  81 |2538 |3264 |2648 | 370k|  3 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3211.46/3222.17	c   794s| 95600 | 93739 |  4218k|  44.1 |  1239M |  81 |2538 |3247 |2557 | 371k|  1 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3212.25/3222.91	c   795s| 95700 | 93839 |  4223k|  44.1 |  1239M |  81 |2538 |3234 |2617 | 371k|  1 |9813 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3212.95/3223.63	c   795s| 95800 | 93935 |  4227k|  44.1 |  1239M |  81 |2538 |3217 |2574 | 371k|  1 |9821 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3213.84/3224.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3213.84/3224.51	c   796s| 95900 | 94035 |  4231k|  44.1 |  1239M |  81 |2538 |3201 |2629 | 372k|  1 |9821 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3214.45/3225.19	c   797s| 96000 | 94131 |  4236k|  44.1 |  1239M |  81 |2538 |3187 |2560 | 372k|  1 |9829 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3215.45/3226.13	c   798s| 96100 | 94227 |  4241k|  44.1 |  1239M |  81 |2538 |3185 |2683 | 373k|  1 |9837 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3216.14/3226.87	c   799s| 96200 | 94323 |  4245k|  44.1 |  1239M |  81 |2538 |3201 |2572 | 373k|  1 |9864 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3216.83/3227.53	c   799s| 96300 | 94417 |  4249k|  44.1 |  1240M |  81 |2538 |3209 |2566 | 373k|  1 |9888 |  13k|-1.123381e+04 |      --      |    Inf |   2.11%
3217.73/3228.42	c   800s| 96400 | 94517 |  4253k|  44.1 |  1240M |  81 |2538 |3208 |2631 | 374k|  1 |9901 |  13k|-1.123399e+04 |      --      |    Inf |   2.11%
3218.44/3229.13	c   801s| 96500 | 94617 |  4257k|  44.1 |  1241M |  81 |2538 |3190 |2569 | 374k|  1 |9901 |  13k|-1.123399e+04 |      --      |    Inf |   2.11%
3219.03/3229.76	c   802s| 96600 | 94713 |  4261k|  44.1 |  1241M |  81 |2538 |3195 |2601 | 374k|  1 |9922 |  13k|-1.123404e+04 |      --      |    Inf |   2.11%
3219.92/3230.64	c   802s| 96700 | 94809 |  4266k|  44.1 |  1242M |  81 |2538 |3199 |2571 | 375k|  1 |9939 |  13k|-1.123404e+04 |      --      |    Inf |   2.11%
3220.72/3231.47	c   803s| 96800 | 94905 |  4271k|  44.1 |  1242M |  81 |2538 |3196 |2569 | 375k|  2 |9951 |  13k|-1.123434e+04 |      --      |    Inf |   2.11%
3221.33/3232.08	c   804s| 96900 | 95005 |  4275k|  44.1 |  1242M |  81 |2538 |3183 |2582 | 376k|  1 |9951 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
3222.12/3232.80	c   805s| 97000 | 95097 |  4279k|  44.1 |  1242M |  81 |2538 |3180 |2596 | 376k|  2 |9970 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
3222.91/3233.60	c   805s| 97100 | 95189 |  4284k|  44.1 |  1242M |  81 |2538 |3180 |2586 | 376k|  1 |9992 |  13k|-1.123448e+04 |      --      |    Inf |   2.11%
3223.71/3234.47	c   806s| 97200 | 95289 |  4288k|  44.1 |  1242M |  81 |2538 |3187 |2630 | 377k|  1 |  10k|  13k|-1.123448e+04 |      --      |    Inf |   2.11%
3224.51/3235.26	c   807s| 97300 | 95385 |  4293k|  44.1 |  1242M |  81 |2538 |3189 |2668 | 377k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3225.21/3235.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3225.21/3235.90	c   808s| 97400 | 95485 |  4296k|  44.1 |  1242M |  81 |2538 |3166 |2593 | 377k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3226.10/3236.80	c   809s| 97500 | 95575 |  4300k|  44.1 |  1243M |  81 |2538 |3181 |2607 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3226.80/3237.50	c   809s| 97600 | 95675 |  4305k|  44.1 |  1244M |  81 |2538 |3169 |2579 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3227.60/3238.30	c   810s| 97700 | 95771 |  4309k|  44.1 |  1244M |  81 |2538 |3160 |2606 | 378k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3228.41/3239.17	c   811s| 97800 | 95869 |  4314k|  44.1 |  1245M |  81 |2538 |3153 |2618 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3229.09/3239.88	c   812s| 97900 | 95961 |  4318k|  44.1 |  1245M |  81 |2538 |3152 |2570 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3229.89/3240.60	c   812s| 98000 | 96059 |  4323k|  44.1 |  1245M |  81 |2538 |3153 |2654 | 379k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3230.40/3241.18	c   813s| 98100 | 96157 |  4326k|  44.1 |  1245M |  81 |2538 |3145 |2555 | 380k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3230.99/3241.76	c   814s| 98200 | 96255 |  4330k|  44.1 |  1245M |  81 |2538 |3131 |2585 | 380k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3231.88/3242.65	c   814s| 98300 | 96347 |  4334k|  44.1 |  1245M |  81 |2538 |3128 |2579 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3232.68/3243.45	c   815s| 98400 | 96445 |  4339k|  44.1 |  1245M |  81 |2538 |3121 |2636 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3233.39/3244.19	c   816s| 98500 | 96527 |  4344k|  44.1 |  1246M |  81 |2538 |3162 |2557 | 381k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3234.17/3244.91	c   817s| 98600 | 96627 |  4348k|  44.1 |  1246M |  81 |2538 |3139 |2681 | 382k|  7 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3234.77/3245.58	c   817s| 98700 | 96725 |  4351k|  44.1 |  1249M |  81 |2538 |3136 |2644 | 382k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3235.47/3246.21	c   818s| 98800 | 96819 |  4355k|  44.1 |  1249M |  81 |2538 |3143 |2686 | 382k|  7 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3236.07/3246.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3236.07/3246.83	c   819s| 98900 | 96917 |  4359k|  44.0 |  1249M |  81 |2538 |3144 |2646 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3236.67/3247.49	c   819s| 99000 | 97017 |  4363k|  44.0 |  1249M |  81 |2538 |3124 |2642 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3237.38/3248.17	c   820s| 99100 | 97115 |  4366k|  44.0 |  1249M |  81 |2538 |3117 |2655 | 383k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3238.06/3248.89	c   821s| 99200 | 97213 |  4371k|  44.0 |  1249M |  81 |2538 |3118 |2555 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3238.66/3249.46	c   821s| 99300 | 97313 |  4375k|  44.0 |  1249M |  81 |2538 |3123 |2606 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3239.37/3250.19	c   822s| 99400 | 97413 |  4379k|  44.0 |  1250M |  81 |2538 |3110 |2649 | 384k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3240.05/3250.89	c   823s| 99500 | 97513 |  4384k|  44.0 |  1250M |  81 |2538 |3087 |2589 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3240.85/3251.69	c   824s| 99600 | 97609 |  4389k|  44.0 |  1250M |  81 |2538 |3091 |2654 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3241.75/3252.56	c   824s| 99700 | 97697 |  4394k|  44.0 |  1251M |  81 |2538 |3101 |2567 | 385k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3242.45/3253.22	c   825s| 99800 | 97791 |  4397k|  44.0 |  1251M |  81 |2538 |3111 |2640 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3242.94/3253.71	c   826s| 99900 | 97889 |  4401k|  44.0 |  1251M |  81 |2538 |3112 |2626 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3243.54/3254.36	c   826s|100000 | 97985 |  4404k|  44.0 |  1251M |  81 |2538 |3113 |2598 | 386k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3244.25/3255.03	c   827s|100100 | 98079 |  4408k|  44.0 |  1251M |  81 |2538 |3108 |2668 | 387k|  2 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3244.84/3255.60	c   827s|100200 | 98167 |  4412k|  44.0 |  1251M |  81 |2538 |3124 |2590 | 387k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3245.53/3256.36	c   828s|100300 | 98267 |  4417k|  44.0 |  1251M |  81 |2538 |3114 |2630 | 387k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3246.13/3256.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3246.13/3256.99	c   829s|100400 | 98365 |  4420k|  44.0 |  1254M |  81 |2538 |3101 |2577 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3246.73/3257.55	c   829s|100500 | 98465 |  4424k|  44.0 |  1254M |  81 |2538 |3100 |2595 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3247.43/3258.23	c   830s|100600 | 98565 |  4429k|  44.0 |  1254M |  81 |2538 |3089 |2633 | 388k|  1 |  10k|  14k|-1.123448e+04 |      --      |    Inf |   2.11%
3248.13/3258.93	c   831s|100700 | 98661 |  4433k|  44.0 |  1254M |  81 |2538 |3077 |2597 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3248.92/3259.71	c   832s|100800 | 98759 |  4438k|  44.0 |  1255M |  81 |2538 |3073 |2652 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3249.62/3260.45	c   832s|100900 | 98859 |  4442k|  44.0 |  1257M |  81 |2538 |3060 |2592 | 389k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3250.23/3261.06	c   833s|101000 | 98959 |  4446k|  44.0 |  1257M |  81 |2538 |3049 |2576 | 390k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3251.12/3261.95	c   834s|101100 | 99059 |  4451k|  44.0 |  1257M |  81 |2538 |3045 |2649 | 390k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3251.81/3262.67	c   834s|101200 | 99153 |  4455k|  44.0 |  1257M |  81 |2538 |3057 |2638 | 390k|  0 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3252.71/3263.51	c   835s|101300 | 99247 |  4460k|  44.0 |  1258M |  81 |2538 |3071 |2656 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3253.32/3264.16	c   836s|101400 | 99343 |  4463k|  44.0 |  1258M |  81 |2538 |3075 |2656 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3254.01/3264.86	c   837s|101500 | 99443 |  4467k|  44.0 |  1259M |  81 |2538 |3059 |2629 | 391k|  2 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3254.80/3265.69	c   838s|101600 | 99541 |  4472k|  44.0 |  1260M |  81 |2538 |3040 |2627 | 391k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3255.80/3266.65	c   838s|101700 | 99641 |  4476k|  44.0 |  1260M |  81 |2538 |3026 |2579 | 392k|  1 |  10k|  14k|-1.123457e+04 |      --      |    Inf |   2.11%
3256.40/3267.22	c   839s|101800 | 99741 |  4480k|  44.0 |  1260M |  81 |2538 |3009 |2616 | 392k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
3257.31/3268.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3257.31/3268.11	c   840s|101900 | 99839 |  4485k|  44.0 |  1260M |  81 |2538 |3009 |2655 | 393k|  0 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
3257.99/3268.88	c   841s|102000 | 99933 |  4489k|  44.0 |  1260M |  81 |2538 |3005 |2605 | 393k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
3258.69/3269.55	c   841s|102100 |100029 |  4493k|  44.0 |  1260M |  81 |2538 |3018 |2648 | 393k|  1 |  10k|  14k|-1.123462e+04 |      --      |    Inf |   2.11%
3259.49/3270.32	c   842s|102200 |100125 |  4498k|  44.0 |  1261M |  81 |2538 |3016 |2569 | 394k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3260.19/3271.07	c   843s|102300 |100223 |  4502k|  44.0 |  1261M |  81 |2538 |3032 |2661 | 394k|  2 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3260.88/3271.70	c   844s|102400 |100323 |  4506k|  44.0 |  1261M |  81 |2538 |3020 |2630 | 394k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3261.68/3272.56	c   844s|102500 |100419 |  4510k|  44.0 |  1262M |  81 |2538 |3011 |2650 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3262.37/3273.21	c   845s|102600 |100517 |  4515k|  44.0 |  1262M |  81 |2538 |3010 |2660 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3263.07/3273.98	c   846s|102700 |100617 |  4519k|  44.0 |  1262M |  81 |2538 |2991 |2594 | 395k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3264.07/3274.99	c   847s|102800 |100715 |  4524k|  44.0 |  1262M |  81 |2538 |3005 |2635 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3264.67/3275.57	c   847s|102900 |100807 |  4527k|  44.0 |  1262M |  81 |2538 |3017 |2580 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3265.36/3276.24	c   848s|103000 |100903 |  4531k|  44.0 |  1262M |  81 |2538 |3012 |2659 | 396k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3266.06/3276.91	c   849s|103100 |101003 |  4536k|  44.0 |  1262M |  81 |2538 |3002 |2568 | 397k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3266.86/3277.76	c   850s|103200 |101096 |  4541k|  44.0 |  1262M |  81 |2538 |3030 |2675 | 397k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3267.66/3278.59	c   850s|103300 |101192 |  4545k|  44.0 |  1262M |  81 |2538 |3055 |2608 | 398k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3268.35/3279.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3268.35/3279.26	c   851s|103400 |101290 |  4548k|  44.0 |  1262M |  81 |2538 |3068 |2613 | 398k|  1 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3269.26/3280.13	c   852s|103500 |101386 |  4553k|  44.0 |  1262M |  81 |2538 |3059 |2632 | 398k|  4 |  10k|  14k|-1.123465e+04 |      --      |    Inf |   2.11%
3269.85/3280.70	c   853s|103600 |101482 |  4557k|  44.0 |  1262M |  81 |2538 |3068 |2608 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
3270.85/3281.73	c   854s|103700 |101574 |  4562k|  44.0 |  1263M |  81 |2538 |3081 |2646 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
3271.54/3282.48	c   854s|103800 |101672 |  4566k|  44.0 |  1263M |  81 |2538 |3088 |2641 | 399k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
3272.25/3283.14	c   855s|103900 |101767 |  4570k|  44.0 |  1263M |  81 |2538 |3092 |2574 | 400k|  1 |  10k|  14k|-1.123478e+04 |      --      |    Inf |   2.11%
3273.04/3284.00	c   856s|104000 |101863 |  4575k|  44.0 |  1265M |  81 |2538 |3097 |2653 | 400k|  1 |  10k|  14k|-1.123494e+04 |      --      |    Inf |   2.11%
3273.74/3284.60	c   856s|104100 |101963 |  4579k|  44.0 |  1266M |  81 |2538 |3081 |2580 | 400k|  1 |  10k|  14k|-1.123494e+04 |      --      |    Inf |   2.11%
3274.43/3285.36	c   857s|104200 |102059 |  4582k|  44.0 |  1267M |  81 |2538 |3079 |2611 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
3275.24/3286.14	c   858s|104300 |102157 |  4587k|  44.0 |  1267M |  81 |2538 |3075 |2569 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
3276.03/3286.93	c   859s|104400 |102253 |  4591k|  44.0 |  1267M |  81 |2538 |3090 |2612 | 401k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
3276.53/3287.41	c   859s|104500 |102353 |  4595k|  43.9 |  1267M |  81 |2538 |3079 |2610 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
3277.32/3288.20	c   860s|104600 |102449 |  4599k|  43.9 |  1268M |  81 |2538 |3076 |2613 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
3277.92/3288.87	c   861s|104700 |102545 |  4604k|  43.9 |  1267M |  81 |2538 |3086 |2543 | 402k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
3278.62/3289.57	c   861s|104800 |102641 |  4608k|  43.9 |  1268M |  81 |2538 |3105 |2604 | 403k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
3279.52/3290.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3279.52/3290.43	c   862s|104900 |102741 |  4613k|  44.0 |  1268M |  81 |2538 |3098 |2654 | 403k|  1 |  10k|  14k|-1.123498e+04 |      --      |    Inf |   2.11%
3280.02/3290.93	c   863s|105000 |102841 |  4617k|  43.9 |  1269M |  81 |2538 |3074 |2584 | 403k|  2 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
3280.81/3291.74	c   864s|105100 |102939 |  4620k|  43.9 |  1269M |  81 |2538 |3068 |2627 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
3281.41/3292.39	c   864s|105200 |103037 |  4624k|  43.9 |  1269M |  81 |2538 |3076 |2591 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
3282.22/3293.13	c   865s|105300 |103134 |  4629k|  43.9 |  1271M |  81 |2538 |3085 |2573 | 404k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
3283.01/3293.97	c   866s|105400 |103234 |  4633k|  43.9 |  1271M |  81 |2538 |3080 |2652 | 405k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
3283.80/3294.73	c   867s|105500 |103330 |  4637k|  43.9 |  1271M |  81 |2538 |3085 |2597 | 405k|  1 |  10k|  14k|-1.123531e+04 |      --      |    Inf |   2.11%
3284.50/3295.48	c   867s|105600 |103426 |  4641k|  43.9 |  1274M |  81 |2538 |3074 |2629 | 405k|  1 |  10k|  14k|-1.123536e+04 |      --      |    Inf |   2.11%
3285.11/3296.10	c   868s|105700 |103526 |  4645k|  43.9 |  1275M |  81 |2538 |3084 |2571 | 406k|  1 |  11k|  14k|-1.123536e+04 |      --      |    Inf |   2.11%
3286.11/3297.03	c   869s|105800 |103626 |  4650k|  43.9 |  1275M |  81 |2538 |3077 |2624 | 406k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
3286.69/3297.67	c   869s|105900 |103722 |  4654k|  43.9 |  1275M |  81 |2538 |3080 |2628 | 406k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
3287.49/3298.42	c   870s|106000 |103822 |  4658k|  43.9 |  1275M |  81 |2538 |3081 |2639 | 407k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
3288.10/3299.03	c   871s|106100 |103922 |  4662k|  43.9 |  1275M |  81 |2538 |3067 |2586 | 407k|  1 |  11k|  14k|-1.123537e+04 |      --      |    Inf |   2.11%
3288.89/3299.85	c   872s|106200 |104022 |  4666k|  43.9 |  1275M |  81 |2538 |3056 |2629 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3289.48/3300.47	c   872s|106300 |104120 |  4670k|  43.9 |  1276M |  81 |2538 |3053 |2546 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3290.19/3301.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3290.19/3301.13	c   873s|106400 |104218 |  4674k|  43.9 |  1276M |  81 |2538 |3045 |2582 | 408k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3290.98/3301.95	c   874s|106500 |104312 |  4678k|  43.9 |  1276M |  81 |2538 |3056 |2659 | 408k|  2 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3291.78/3302.79	c   875s|106600 |104412 |  4682k|  43.9 |  1276M |  81 |2538 |3049 |2627 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3292.47/3303.49	c   875s|106700 |104508 |  4686k|  43.9 |  1276M |  81 |2538 |3034 |2579 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3293.18/3304.14	c   876s|106800 |104602 |  4690k|  43.9 |  1276M |  81 |2538 |3059 |2581 | 409k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3293.97/3304.92	c   877s|106900 |104698 |  4694k|  43.9 |  1276M |  81 |2538 |3064 |2634 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3294.67/3305.62	c   877s|107000 |104798 |  4698k|  43.9 |  1276M |  81 |2538 |3052 |2658 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3295.26/3306.23	c   878s|107100 |104894 |  4702k|  43.9 |  1276M |  81 |2538 |3072 |2572 | 410k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3296.07/3307.02	c   879s|107200 |104988 |  4706k|  43.9 |  1277M |  81 |2538 |3078 |2643 | 411k|  1 |  11k|  14k|-1.123549e+04 |      --      |    Inf |   2.11%
3296.76/3307.72	c   880s|107300 |105080 |  4710k|  43.9 |  1279M |  81 |2538 |3083 |2608 | 411k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
3297.46/3308.42	c   880s|107400 |105180 |  4714k|  43.9 |  1279M |  81 |2538 |3072 |2660 | 411k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
3298.25/3309.28	c   881s|107500 |105280 |  4719k|  43.9 |  1279M |  81 |2538 |3063 |2582 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
3299.06/3310.04	c   882s|107600 |105376 |  4723k|  43.9 |  1279M |  81 |2538 |3078 |2567 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
3299.95/3310.90	c   883s|107700 |105468 |  4727k|  43.9 |  1279M |  81 |2538 |3096 |2625 | 412k|  1 |  11k|  14k|-1.123553e+04 |      --      |    Inf |   2.11%
3300.55/3311.54	c   883s|107800 |105560 |  4731k|  43.9 |  1279M |  81 |2538 |3087 |2608 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3301.34/3312.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3301.34/3312.37	c   884s|107900 |105660 |  4735k|  43.9 |  1279M |  81 |2538 |3080 |2638 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3302.15/3313.18	c   885s|108000 |105752 |  4739k|  43.9 |  1281M |  81 |2538 |3093 |2646 | 413k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3302.94/3313.96	c   886s|108100 |105848 |  4743k|  43.9 |  1281M |  81 |2538 |3093 |2576 | 414k|  2 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3303.74/3314.77	c   887s|108200 |105942 |  4747k|  43.8 |  1281M |  81 |2538 |3096 |2624 | 414k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3304.53/3315.53	c   887s|108300 |106042 |  4752k|  43.9 |  1281M |  81 |2538 |3085 |2626 | 414k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3305.23/3316.29	c   888s|108400 |106132 |  4756k|  43.8 |  1282M |  81 |2538 |3104 |2624 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3305.93/3316.96	c   889s|108500 |106228 |  4760k|  43.9 |  1282M |  81 |2538 |3097 |2596 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3306.83/3317.83	c   890s|108600 |106328 |  4765k|  43.8 |  1282M |  81 |2538 |3088 |2621 | 415k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3307.82/3318.84	c   891s|108700 |106418 |  4769k|  43.9 |  1283M |  81 |2538 |3105 |2654 | 416k|  6 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3308.42/3319.42	c   891s|108800 |106512 |  4773k|  43.8 |  1283M |  81 |2538 |3097 |2596 | 416k|  1 |  11k|  14k|-1.123568e+04 |      --      |    Inf |   2.11%
3309.03/3320.04	c   892s|108900 |106608 |  4777k|  43.8 |  1284M |  81 |2538 |3092 |2560 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
3309.82/3320.86	c   893s|109000 |106706 |  4782k|  43.8 |  1284M |  81 |2538 |3080 |2629 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
3310.51/3321.56	c   893s|109100 |106802 |  4786k|  43.8 |  1284M |  81 |2538 |3079 |2602 | 417k|  1 |  11k|  14k|-1.123626e+04 |      --      |    Inf |   2.11%
3311.31/3322.39	c   894s|109200 |106898 |  4790k|  43.8 |  1284M |  81 |2538 |3087 |2629 | 418k|  1 |  11k|  14k|-1.123655e+04 |      --      |    Inf |   2.11%
3311.91/3322.97	c   895s|109300 |106994 |  4794k|  43.8 |  1285M |  81 |2538 |3082 |2599 | 418k|  1 |  11k|  14k|-1.123655e+04 |      --      |    Inf |   2.11%
3312.71/3323.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3312.71/3323.75	c   896s|109400 |107094 |  4797k|  43.8 |  1286M |  81 |2538 |3072 |2641 | 418k|  1 |  11k|  14k|-1.123665e+04 |      --      |    Inf |   2.11%
3313.40/3324.49	c   896s|109500 |107190 |  4802k|  43.8 |  1287M |  81 |2538 |3065 |2608 | 418k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
3314.50/3325.58	c   897s|109600 |107290 |  4807k|  43.8 |  1287M |  81 |2538 |3053 |2641 | 419k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
3315.30/3326.35	c   898s|109700 |107390 |  4811k|  43.8 |  1287M |  81 |2538 |3021 |2580 | 419k|  1 |  11k|  14k|-1.123684e+04 |      --      |    Inf |   2.11%
3316.19/3327.28	c   899s|109800 |107486 |  4816k|  43.8 |  1287M |  81 |2538 |3012 |2605 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3317.10/3328.12	c   900s|109900 |107572 |  4820k|  43.8 |  1287M |  81 |2538 |3046 |2607 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3317.89/3328.90	c   901s|110000 |107670 |  4823k|  43.8 |  1288M |  81 |2538 |3033 |2629 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3318.59/3329.62	c   901s|110100 |107764 |  4827k|  43.8 |  1288M |  81 |2538 |3070 |2596 | 420k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3319.18/3330.29	c   902s|110200 |107861 |  4831k|  43.8 |  1288M |  81 |2538 |3066 |2636 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3319.78/3330.83	c   903s|110300 |107955 |  4834k|  43.8 |  1289M |  81 |2538 |3062 |2540 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3320.38/3331.40	c   903s|110400 |108055 |  4838k|  43.8 |  1289M |  81 |2538 |3053 |2561 | 421k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3321.18/3332.22	c   904s|110500 |108155 |  4842k|  43.8 |  1290M |  81 |2538 |3043 |2638 | 422k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3321.77/3332.84	c   905s|110600 |108251 |  4846k|  43.8 |  1290M |  81 |2538 |3037 |2577 | 422k|  2 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3322.77/3333.83	c   906s|110700 |108347 |  4850k|  43.8 |  1290M |  81 |2538 |3027 |2562 | 422k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3323.77/3334.83	c   907s|110800 |108443 |  4855k|  43.8 |  1291M |  81 |2538 |3035 |2665 | 423k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3324.47/3335.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3324.47/3335.58	c   907s|110900 |108539 |  4859k|  43.8 |  1291M |  81 |2538 |3054 |2579 | 423k|  3 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3325.08/3336.18	c   908s|111000 |108635 |  4862k|  43.8 |  1291M |  81 |2538 |3042 |2600 | 423k|  1 |  11k|  14k|-1.123707e+04 |      --      |    Inf |   2.11%
3325.76/3336.83	c   909s|111100 |108731 |  4866k|  43.8 |  1291M |  81 |2538 |3045 |2557 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3326.56/3337.66	c   909s|111200 |108827 |  4871k|  43.8 |  1291M |  81 |2538 |3042 |2619 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3327.36/3338.41	c   910s|111300 |108923 |  4875k|  43.8 |  1291M |  81 |2538 |3041 |2564 | 424k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3328.07/3339.15	c   911s|111400 |109021 |  4879k|  43.8 |  1291M |  81 |2538 |3046 |2630 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3328.65/3339.70	c   912s|111500 |109121 |  4883k|  43.8 |  1291M |  81 |2538 |3043 |2625 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3329.35/3340.45	c   912s|111600 |109221 |  4887k|  43.8 |  1291M |  81 |2538 |3027 |2557 | 425k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3330.15/3341.21	c   913s|111700 |109319 |  4891k|  43.8 |  1291M |  81 |2538 |3015 |2634 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3330.75/3341.89	c   914s|111800 |109417 |  4895k|  43.8 |  1292M |  81 |2538 |3033 |2631 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3331.34/3342.49	c   914s|111900 |109517 |  4899k|  43.8 |  1292M |  81 |2538 |3011 |2574 | 426k|  1 |  11k|  15k|-1.123707e+04 |      --      |    Inf |   2.11%
3332.24/3343.37	c   915s|112000 |109613 |  4903k|  43.8 |  1292M |  81 |2538 |3006 |2630 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
3332.95/3344.04	c   916s|112100 |109713 |  4907k|  43.7 |  1292M |  81 |2538 |2988 |2575 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
3333.74/3344.87	c   917s|112200 |109809 |  4910k|  43.7 |  1292M |  81 |2538 |2982 |2611 | 427k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
3334.63/3345.73	c   918s|112300 |109905 |  4914k|  43.7 |  1292M |  81 |2538 |2966 |2553 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
3335.33/3346.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3335.33/3346.42	c   918s|112400 |110003 |  4918k|  43.7 |  1292M |  81 |2538 |2961 |2593 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
3336.13/3347.27	c   919s|112500 |110103 |  4923k|  43.7 |  1293M |  81 |2538 |2961 |2636 | 428k|  1 |  11k|  15k|-1.123714e+04 |      --      |    Inf |   2.11%
3336.94/3348.06	c   920s|112600 |110203 |  4926k|  43.7 |  1293M |  81 |2538 |2941 |2598 | 429k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3337.72/3348.83	c   921s|112700 |110299 |  4931k|  43.7 |  1296M |  81 |2538 |2935 |2622 | 429k|  3 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3338.62/3349.70	c   922s|112800 |110399 |  4935k|  43.7 |  1297M |  81 |2538 |2941 |2561 | 429k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3339.42/3350.52	c   922s|112900 |110495 |  4939k|  43.7 |  1297M |  81 |2538 |2943 |2608 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3340.11/3351.22	c   923s|113000 |110595 |  4943k|  43.7 |  1297M |  81 |2538 |2933 |2538 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3340.71/3351.81	c   924s|113100 |110691 |  4946k|  43.7 |  1297M |  81 |2538 |2924 |2619 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3341.51/3352.62	c   924s|113200 |110786 |  4951k|  43.7 |  1298M |  81 |2538 |2958 |2616 | 430k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3342.21/3353.35	c   925s|113300 |110884 |  4955k|  43.7 |  1298M |  81 |2538 |2952 |2588 | 431k|  1 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3343.02/3354.12	c   926s|113400 |110980 |  4960k|  43.7 |  1298M |  81 |2538 |2969 |2630 | 431k|  0 |  11k|  15k|-1.123741e+04 |      --      |    Inf |   2.11%
3343.80/3354.98	c   927s|113500 |111080 |  4964k|  43.7 |  1299M |  81 |2538 |2957 |2590 | 432k|  1 |  11k|  15k|-1.123769e+04 |      --      |    Inf |   2.11%
3344.60/3355.78	c   928s|113600 |111178 |  4968k|  43.7 |  1299M |  81 |2538 |3001 |2595 | 432k|  1 |  11k|  15k|-1.123769e+04 |      --      |    Inf |   2.11%
3345.50/3356.64	c   928s|113700 |111270 |  4973k|  43.7 |  1300M |  81 |2538 |3007 |2676 | 432k|  7 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3346.19/3357.35	c   929s|113800 |111368 |  4977k|  43.7 |  1300M |  81 |2538 |3004 |2652 | 432k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3347.01/3358.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3347.01/3358.14	c   930s|113900 |111460 |  4981k|  43.7 |  1300M |  81 |2538 |3013 |2683 | 433k|  5 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3347.69/3358.86	c   931s|114000 |111560 |  4985k|  43.7 |  1300M |  81 |2538 |3009 |2669 | 433k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3348.59/3359.74	c   932s|114100 |111650 |  4989k|  43.7 |  1300M |  81 |2538 |3018 |2628 | 434k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3349.48/3360.60	c   932s|114200 |111750 |  4994k|  43.7 |  1300M |  81 |2538 |3004 |2596 | 434k|  4 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3350.28/3361.43	c   933s|114300 |111846 |  4999k|  43.7 |  1301M |  81 |2538 |3018 |2633 | 434k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3351.18/3362.35	c   934s|114400 |111944 |  5006k|  43.7 |  1301M |  81 |2538 |3043 |2638 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3352.18/3363.32	c   935s|114500 |112036 |  5015k|  43.8 |  1302M |  81 |2538 |3060 |2592 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3353.37/3364.59	c   936s|114600 |112132 |  5025k|  43.8 |  1302M |  81 |2538 |3061 |2578 | 435k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3354.37/3365.50	c   937s|114700 |112228 |  5033k|  43.9 |  1303M |  81 |2538 |3056 |2573 | 436k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3355.36/3366.57	c   938s|114800 |112326 |  5043k|  43.9 |  1304M |  81 |2538 |3046 |2617 | 436k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3356.36/3367.55	c   939s|114900 |112422 |  5052k|  43.9 |  1304M |  81 |2538 |3061 |2562 | 437k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3357.66/3368.80	c   941s|115000 |112518 |  5063k|  44.0 |  1304M |  81 |2538 |3054 |2678 | 437k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3358.26/3369.45	c   941s|115100 |112618 |  5069k|  44.0 |  1304M |  81 |2538 |3029 |2588 | 438k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3359.25/3370.48	c   942s|115200 |112714 |  5078k|  44.1 |  1305M |  81 |2538 |3023 |2685 | 438k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3360.15/3371.39	c   943s|115300 |112814 |  5087k|  44.1 |  1305M |  81 |2538 |2996 |2587 | 439k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3361.25/3372.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3361.25/3372.40	c   944s|115400 |112912 |  5098k|  44.2 |  1308M |  81 |2538 |3015 |2618 | 439k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3362.34/3373.55	c   945s|115500 |113009 |  5108k|  44.2 |  1310M |  81 |2538 |3043 |2543 | 440k|  1 |  12k|  15k|-1.123788e+04 |      --      |    Inf |   2.11%
3363.54/3374.78	c   947s|115600 |113107 |  5120k|  44.3 |  1310M |  81 |2538 |3041 |2654 | 440k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
3364.54/3375.74	c   948s|115700 |113207 |  5128k|  44.3 |  1310M |  81 |2538 |3031 |2649 | 441k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
3365.53/3376.74	c   949s|115800 |113307 |  5138k|  44.3 |  1310M |  81 |2538 |3009 |2628 | 441k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
3366.43/3377.67	c   949s|115900 |113399 |  5146k|  44.4 |  1310M |  81 |2538 |3021 |2706 | 442k|  3 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
3367.33/3378.54	c   950s|116000 |113497 |  5155k|  44.4 |  1310M |  81 |2538 |3017 |2679 | 442k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
3368.02/3379.24	c   951s|116100 |113597 |  5161k|  44.4 |  1311M |  81 |2538 |3008 |2563 | 442k|  1 |  12k|  15k|-1.123806e+04 |      --      |    Inf |   2.11%
3369.02/3380.30	c   952s|116200 |113697 |  5172k|  44.5 |  1311M |  81 |2538 |2991 |2651 | 443k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
3369.93/3381.12	c   953s|116300 |113787 |  5180k|  44.5 |  1312M |  81 |2538 |3004 |2631 | 443k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
3371.01/3382.28	c   954s|116400 |113887 |  5189k|  44.6 |  1314M |  81 |2538 |2992 |2693 | 444k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
3372.11/3383.31	c   955s|116500 |113980 |  5197k|  44.6 |  1315M |  81 |2538 |2989 |2647 | 444k|  1 |  12k|  15k|-1.123816e+04 |      --      |    Inf |   2.11%
3373.11/3384.36	c   956s|116600 |114080 |  5208k|  44.6 |  1316M |  81 |2538 |2990 |2670 | 445k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3373.92/3385.15	c   957s|116700 |114180 |  5214k|  44.7 |  1316M |  81 |2538 |3024 |2607 | 445k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3375.30/3386.53	c   958s|116800 |114266 |  5225k|  44.7 |  1317M |  81 |2538 |3049 |2669 | 446k|  7 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3376.30/3387.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3376.30/3387.55	c   959s|116900 |114362 |  5236k|  44.8 |  1317M |  81 |2538 |3034 |2588 | 446k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3377.39/3388.65	c   960s|117000 |114462 |  5246k|  44.8 |  1317M |  81 |2538 |3015 |2646 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3378.19/3389.43	c   961s|117100 |114562 |  5255k|  44.9 |  1317M |  81 |2538 |3030 |2660 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3379.19/3390.43	c   962s|117200 |114660 |  5265k|  44.9 |  1317M |  81 |2538 |3027 |2569 | 447k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3380.09/3391.36	c   963s|117300 |114760 |  5273k|  44.9 |  1317M |  81 |2538 |3024 |2644 | 448k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3381.58/3392.88	c   965s|117400 |114858 |  5285k|  45.0 |  1317M |  81 |2538 |3025 |2709 | 448k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3382.89/3394.15	c   966s|117500 |114958 |  5299k|  45.1 |  1317M |  81 |2538 |3017 |2584 | 449k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3383.79/3395.09	c   967s|117600 |115052 |  5308k|  45.1 |  1317M |  81 |2538 |3028 |2588 | 449k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3384.88/3396.19	c   968s|117700 |115148 |  5320k|  45.2 |  1317M |  81 |2538 |3027 |2664 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3385.78/3397.05	c   969s|117800 |115246 |  5329k|  45.2 |  1317M |  81 |2538 |3024 |2712 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3386.66/3397.99	c   970s|117900 |115340 |  5338k|  45.3 |  1318M |  81 |2538 |3034 |2594 | 450k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3387.77/3399.03	c   971s|118000 |115434 |  5349k|  45.3 |  1318M |  81 |2538 |3036 |2701 | 451k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3388.56/3399.87	c   972s|118100 |115532 |  5357k|  45.3 |  1318M |  81 |2538 |3038 |2591 | 451k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3389.56/3400.84	c   973s|118200 |115632 |  5367k|  45.4 |  1320M |  81 |2538 |3033 |2646 | 452k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3390.35/3401.64	c   973s|118300 |115726 |  5375k|  45.4 |  1320M |  81 |2538 |3030 |2609 | 452k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3391.35/3402.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3391.35/3402.64	c   974s|118400 |115820 |  5384k|  45.4 |  1321M |  81 |2538 |3030 |2675 | 453k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3392.05/3403.30	c   975s|118500 |115913 |  5390k|  45.5 |  1321M |  81 |2538 |3034 |2604 | 453k|  1 |  12k|  15k|-1.123834e+04 |      --      |    Inf |   2.11%
3393.04/3404.36	c   976s|118600 |116013 |  5400k|  45.5 |  1321M |  81 |2538 |3010 |2634 | 454k|  1 |  12k|  15k|-1.123841e+04 |      --      |    Inf |   2.11%
3394.04/3405.38	c   977s|118700 |116107 |  5410k|  45.6 |  1322M |  81 |2538 |3031 |2569 | 454k|  1 |  12k|  15k|-1.123841e+04 |      --      |    Inf |   2.11%
3395.04/3406.38	c   978s|118800 |116207 |  5420k|  45.6 |  1322M |  81 |2538 |3020 |2604 | 455k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3396.13/3407.43	c   979s|118900 |116305 |  5430k|  45.6 |  1322M |  81 |2538 |3032 |2664 | 455k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3397.23/3408.56	c   980s|119000 |116397 |  5440k|  45.7 |  1324M |  81 |2538 |3044 |2629 | 456k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3398.23/3409.56	c   981s|119100 |116493 |  5450k|  45.7 |  1324M |  81 |2538 |3019 |2605 | 456k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3399.22/3410.54	c   982s|119200 |116593 |  5459k|  45.8 |  1324M |  81 |2538 |3007 |2647 | 457k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3400.22/3411.53	c   983s|119300 |116689 |  5467k|  45.8 |  1325M |  81 |2538 |2998 |2555 | 457k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3401.32/3412.60	c   984s|119400 |116785 |  5478k|  45.9 |  1325M |  81 |2538 |3003 |2667 | 458k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3402.51/3413.81	c   986s|119500 |116877 |  5488k|  45.9 |  1326M |  81 |2538 |3007 |2689 | 459k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3403.31/3414.68	c   986s|119600 |116967 |  5496k|  45.9 |  1326M |  81 |2538 |3036 |2560 | 459k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3404.61/3415.96	c   988s|119700 |117067 |  5508k|  46.0 |  1326M |  81 |2538 |3017 |2681 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3405.50/3416.82	c   989s|119800 |117161 |  5516k|  46.0 |  1326M |  81 |2538 |3012 |2597 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3406.60/3417.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3406.60/3417.90	c   990s|119900 |117253 |  5526k|  46.1 |  1327M |  81 |2538 |3004 |2634 | 460k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3407.81/3419.18	c   991s|120000 |117353 |  5536k|  46.1 |  1328M |  81 |2538 |2984 |2687 | 461k|  1 |  12k|  15k|-1.123870e+04 |      --      |    Inf |   2.11%
3408.89/3420.20	c   992s|120100 |117449 |  5544k|  46.1 |  1328M |  81 |2538 |2986 |2617 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
3409.99/3421.35	c   993s|120200 |117545 |  5554k|  46.2 |  1328M |  81 |2538 |2982 |2679 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
3410.99/3422.33	c   994s|120300 |117641 |  5561k|  46.2 |  1329M |  81 |2538 |2984 |2649 | 462k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
3411.80/3423.18	c   995s|120400 |117741 |  5570k|  46.2 |  1329M |  81 |2538 |2965 |2650 | 463k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
3412.69/3424.08	c   996s|120500 |117839 |  5578k|  46.3 |  1329M |  81 |2538 |2961 |2601 | 463k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
3413.79/3425.13	c   997s|120600 |117939 |  5586k|  46.3 |  1329M |  81 |2538 |2945 |2645 | 464k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
3414.87/3426.24	c   998s|120700 |118035 |  5595k|  46.3 |  1329M |  81 |2538 |2938 |2573 | 464k|  1 |  12k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
3415.78/3427.15	c   999s|120800 |118129 |  5603k|  46.4 |  1329M |  81 |2538 |2956 |2589 | 465k|  1 |  13k|  15k|-1.123871e+04 |      --      |    Inf |   2.11%
3417.27/3428.62	c  1000s|120900 |118229 |  5616k|  46.4 |  1330M |  81 |2538 |2959 |2701 | 465k|  3 |  13k|  16k|-1.123875e+04 |      --      |    Inf |   2.11%
3418.16/3429.52	c  1001s|121000 |118329 |  5623k|  46.4 |  1330M |  81 |2538 |2942 |2546 | 466k|  1 |  13k|  16k|-1.123875e+04 |      --      |    Inf |   2.11%
3419.16/3430.55	c  1002s|121100 |118425 |  5631k|  46.5 |  1331M |  81 |2538 |2942 |2583 | 466k|  1 |  13k|  16k|-1.123923e+04 |      --      |    Inf |   2.11%
3420.26/3431.64	c  1003s|121200 |118521 |  5641k|  46.5 |  1333M |  81 |2538 |2940 |2647 | 467k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3421.05/3432.41	c  1004s|121300 |118619 |  5648k|  46.5 |  1333M |  81 |2538 |2984 |2686 | 467k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3422.05/3433.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3422.05/3433.46	c  1005s|121400 |118719 |  5657k|  46.6 |  1333M |  81 |2538 |2964 |2580 | 468k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3423.05/3434.46	c  1006s|121500 |118815 |  5666k|  46.6 |  1333M |  81 |2538 |2980 |2688 | 468k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3423.85/3435.23	c  1007s|121600 |118911 |  5674k|  46.6 |  1333M |  81 |2538 |2978 |2559 | 469k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3424.54/3435.99	c  1008s|121700 |119011 |  5681k|  46.7 |  1333M |  81 |2538 |2964 |2663 | 469k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3425.44/3436.81	c  1009s|121800 |119111 |  5689k|  46.7 |  1333M |  81 |2538 |2951 |2585 | 469k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3426.44/3437.82	c  1010s|121900 |119211 |  5697k|  46.7 |  1334M |  81 |2538 |2965 |2630 | 470k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3427.03/3438.47	c  1010s|122000 |119309 |  5704k|  46.7 |  1334M |  81 |2538 |2967 |2648 | 470k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3427.64/3439.09	c  1011s|122100 |119409 |  5709k|  46.7 |  1334M |  81 |2538 |2948 |2583 | 470k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3428.53/3439.96	c  1012s|122200 |119507 |  5717k|  46.8 |  1334M |  81 |2538 |2949 |2633 | 471k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3429.53/3440.90	c  1013s|122300 |119605 |  5725k|  46.8 |  1335M |  81 |2538 |2938 |2682 | 471k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3430.22/3441.62	c  1013s|122400 |119705 |  5731k|  46.8 |  1335M |  81 |2538 |2922 |2642 | 472k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3431.22/3442.63	c  1014s|122500 |119805 |  5739k|  46.8 |  1336M |  81 |2538 |2905 |2694 | 472k|  3 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3432.12/3443.55	c  1015s|122600 |119905 |  5748k|  46.9 |  1337M |  81 |2538 |2882 |2554 | 473k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3433.12/3444.57	c  1016s|122700 |120005 |  5756k|  46.9 |  1337M |  81 |2538 |2868 |2699 | 473k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3434.01/3445.42	c  1017s|122800 |120101 |  5764k|  46.9 |  1338M |  81 |2538 |2878 |2660 | 474k|  0 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3434.91/3446.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3434.91/3446.33	c  1018s|122900 |120199 |  5772k|  46.9 |  1338M |  81 |2538 |2876 |2589 | 474k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3435.91/3447.38	c  1019s|123000 |120297 |  5782k|  47.0 |  1339M |  81 |2538 |2866 |2603 | 475k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3437.01/3448.45	c  1020s|123100 |120393 |  5790k|  47.0 |  1339M |  81 |2538 |2865 |2563 | 475k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3437.81/3449.24	c  1021s|123200 |120493 |  5797k|  47.0 |  1339M |  81 |2538 |2859 |2649 | 476k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3438.62/3450.04	c  1022s|123300 |120593 |  5804k|  47.0 |  1339M |  81 |2538 |2857 |2636 | 476k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3439.40/3450.86	c  1023s|123400 |120693 |  5812k|  47.1 |  1339M |  81 |2538 |2852 |2583 | 476k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3440.50/3451.99	c  1024s|123500 |120793 |  5821k|  47.1 |  1339M |  81 |2538 |2862 |2648 | 477k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3441.40/3452.86	c  1025s|123600 |120891 |  5830k|  47.1 |  1339M |  81 |2538 |2861 |2650 | 477k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3442.49/3453.99	c  1026s|123700 |120987 |  5841k|  47.2 |  1340M |  81 |2538 |2861 |2580 | 478k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3443.89/3455.37	c  1027s|123800 |121083 |  5853k|  47.3 |  1343M |  81 |2538 |2861 |2683 | 478k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3444.70/3456.13	c  1028s|123900 |121183 |  5860k|  47.3 |  1344M |  81 |2538 |2862 |2593 | 479k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3445.88/3457.30	c  1029s|124000 |121283 |  5868k|  47.3 |  1344M |  81 |2538 |2850 |2620 | 479k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3446.69/3458.12	c  1030s|124100 |121383 |  5875k|  47.3 |  1345M |  81 |2538 |2840 |2662 | 480k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3447.69/3459.15	c  1031s|124200 |121479 |  5884k|  47.4 |  1345M |  81 |2538 |2837 |2583 | 480k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3448.77/3460.22	c  1032s|124300 |121579 |  5893k|  47.4 |  1346M |  81 |2538 |2825 |2676 | 481k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3449.68/3461.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3449.68/3461.14	c  1033s|124400 |121669 |  5901k|  47.4 |  1346M |  81 |2538 |2838 |2617 | 481k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3450.77/3462.23	c  1034s|124500 |121769 |  5911k|  47.5 |  1346M |  81 |2538 |2841 |2637 | 482k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3451.86/3463.30	c  1035s|124600 |121864 |  5922k|  47.5 |  1349M |  81 |2538 |2848 |2616 | 482k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3452.86/3464.30	c  1036s|124700 |121952 |  5931k|  47.5 |  1349M |  81 |2538 |2871 |2587 | 483k|  2 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3453.46/3464.93	c  1037s|124800 |122052 |  5938k|  47.6 |  1349M |  81 |2538 |2864 |2605 | 483k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3454.67/3466.13	c  1038s|124900 |122148 |  5948k|  47.6 |  1350M |  81 |2538 |2864 |2591 | 484k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3455.85/3467.37	c  1039s|125000 |122248 |  5959k|  47.7 |  1351M |  81 |2538 |2856 |2659 | 484k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3456.75/3468.25	c  1040s|125100 |122342 |  5968k|  47.7 |  1351M |  81 |2538 |2853 |2598 | 485k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3458.04/3469.54	c  1041s|125200 |122438 |  5979k|  47.7 |  1352M |  81 |2538 |2878 |2719 | 485k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3458.84/3470.35	c  1042s|125300 |122534 |  5987k|  47.8 |  1352M |  81 |2538 |2875 |2590 | 486k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3460.04/3471.50	c  1043s|125400 |122628 |  5997k|  47.8 |  1352M |  81 |2538 |2877 |2691 | 486k|  0 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3460.93/3472.43	c  1044s|125500 |122728 |  6005k|  47.8 |  1353M |  81 |2538 |2864 |2643 | 487k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3461.83/3473.31	c  1045s|125600 |122822 |  6014k|  47.9 |  1353M |  81 |2538 |2894 |2572 | 487k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3462.93/3474.40	c  1046s|125700 |122914 |  6024k|  47.9 |  1353M |  81 |2538 |2890 |2545 | 488k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3463.83/3475.36	c  1047s|125800 |123014 |  6032k|  47.9 |  1354M |  81 |2538 |2887 |2656 | 488k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3464.63/3476.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3464.63/3476.18	c  1048s|125900 |123112 |  6039k|  47.9 |  1354M |  81 |2538 |2893 |2648 | 489k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3465.63/3477.17	c  1049s|126000 |123202 |  6047k|  48.0 |  1354M |  81 |2538 |2914 |2642 | 489k|  0 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3466.72/3478.24	c  1050s|126100 |123296 |  6056k|  48.0 |  1354M |  81 |2538 |2924 |2638 | 489k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3467.63/3479.17	c  1051s|126200 |123392 |  6065k|  48.0 |  1354M |  81 |2538 |2903 |2616 | 490k|  3 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3468.71/3480.26	c  1052s|126300 |123484 |  6074k|  48.1 |  1355M |  81 |2538 |2906 |2704 | 490k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3469.52/3481.04	c  1053s|126400 |123584 |  6082k|  48.1 |  1355M |  81 |2538 |2921 |2627 | 491k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3470.40/3481.94	c  1054s|126500 |123678 |  6091k|  48.1 |  1355M |  81 |2538 |2965 |2637 | 491k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3471.10/3482.66	c  1054s|126600 |123776 |  6098k|  48.1 |  1355M |  81 |2538 |2953 |2630 | 492k|  4 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3471.80/3483.37	c  1055s|126700 |123874 |  6105k|  48.2 |  1355M |  81 |2538 |2952 |2601 | 492k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3472.90/3484.47	c  1056s|126800 |123974 |  6115k|  48.2 |  1355M |  81 |2538 |2938 |2672 | 493k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3473.89/3485.48	c  1057s|126900 |124068 |  6124k|  48.2 |  1355M |  81 |2538 |2950 |2640 | 493k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3474.69/3486.28	c  1058s|127000 |124168 |  6130k|  48.3 |  1356M |  81 |2538 |2945 |2617 | 494k|  2 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3475.39/3486.96	c  1059s|127100 |124268 |  6137k|  48.3 |  1356M |  81 |2538 |2927 |2612 | 494k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3476.28/3487.80	c  1060s|127200 |124364 |  6146k|  48.3 |  1356M |  81 |2538 |2945 |2654 | 494k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3476.98/3488.59	c  1060s|127300 |124461 |  6152k|  48.3 |  1356M |  81 |2538 |2946 |2674 | 495k|  6 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3477.68/3489.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3477.68/3489.24	c  1061s|127400 |124561 |  6158k|  48.3 |  1357M |  81 |2538 |2926 |2650 | 495k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3478.49/3490.02	c  1062s|127500 |124657 |  6165k|  48.3 |  1360M |  81 |2538 |2930 |2645 | 495k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3479.37/3490.95	c  1063s|127600 |124753 |  6174k|  48.4 |  1360M |  81 |2538 |2938 |2618 | 496k|  2 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3480.17/3491.76	c  1064s|127700 |124847 |  6181k|  48.4 |  1360M |  81 |2538 |2948 |2651 | 496k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3481.07/3492.63	c  1064s|127800 |124947 |  6188k|  48.4 |  1360M |  81 |2538 |2932 |2598 | 496k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3481.67/3493.23	c  1065s|127900 |125047 |  6194k|  48.4 |  1361M |  81 |2538 |2925 |2605 | 497k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3482.58/3494.16	c  1066s|128000 |125145 |  6205k|  48.5 |  1361M |  81 |2538 |2931 |2677 | 497k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3483.47/3495.10	c  1067s|128100 |125241 |  6213k|  48.5 |  1361M |  81 |2538 |2923 |2637 | 498k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3484.47/3496.08	c  1068s|128200 |125335 |  6222k|  48.5 |  1362M |  81 |2538 |2924 |2563 | 498k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3485.47/3497.09	c  1069s|128300 |125433 |  6230k|  48.5 |  1362M |  81 |2538 |2934 |2615 | 498k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3486.56/3498.15	c  1070s|128400 |125525 |  6239k|  48.6 |  1364M |  81 |2538 |2942 |2637 | 499k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3487.25/3498.88	c  1071s|128500 |125619 |  6246k|  48.6 |  1364M |  81 |2538 |2950 |2610 | 499k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3487.95/3499.58	c  1071s|128600 |125717 |  6252k|  48.6 |  1364M |  81 |2538 |2949 |2624 | 500k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3488.94/3500.53	c  1072s|128700 |125809 |  6262k|  48.6 |  1364M |  81 |2538 |2953 |2596 | 500k|  1 |  13k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3489.94/3501.50	c  1073s|128800 |125901 |  6272k|  48.7 |  1364M |  81 |2538 |2958 |2587 | 501k|  2 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3491.24/3502.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3491.24/3502.83	c  1075s|128900 |125999 |  6283k|  48.7 |  1367M |  81 |2538 |2956 |2627 | 501k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3492.03/3503.64	c  1075s|129000 |126097 |  6289k|  48.7 |  1367M |  81 |2538 |2966 |2633 | 502k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3493.03/3504.61	c  1076s|129100 |126197 |  6298k|  48.8 |  1368M |  81 |2538 |2962 |2587 | 502k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3493.73/3505.33	c  1077s|129200 |126297 |  6305k|  48.8 |  1368M |  81 |2538 |2952 |2662 | 503k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3494.54/3506.12	c  1078s|129300 |126391 |  6313k|  48.8 |  1368M |  81 |2538 |2955 |2633 | 503k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3495.12/3506.75	c  1079s|129400 |126491 |  6319k|  48.8 |  1369M |  81 |2538 |2945 |2595 | 503k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3496.02/3507.68	c  1079s|129500 |126589 |  6326k|  48.8 |  1370M |  81 |2538 |2947 |2672 | 504k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3497.02/3508.65	c  1080s|129600 |126682 |  6336k|  48.9 |  1371M |  81 |2538 |2952 |2591 | 504k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3497.92/3509.56	c  1081s|129700 |126778 |  6344k|  48.9 |  1371M |  81 |2538 |2960 |2623 | 505k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3498.81/3510.42	c  1082s|129800 |126876 |  6352k|  48.9 |  1372M |  81 |2538 |2961 |2638 | 505k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3499.71/3511.35	c  1083s|129900 |126974 |  6361k|  49.0 |  1373M |  81 |2538 |2959 |2629 | 506k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3500.52/3512.19	c  1084s|130000 |127068 |  6370k|  49.0 |  1373M |  81 |2538 |2973 |2639 | 506k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3501.41/3513.06	c  1085s|130100 |127166 |  6379k|  49.0 |  1373M |  81 |2538 |2965 |2617 | 507k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3502.41/3514.07	c  1086s|130200 |127264 |  6387k|  49.0 |  1373M |  81 |2538 |2957 |2632 | 507k|  1 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3503.10/3514.77	c  1087s|130300 |127358 |  6395k|  49.1 |  1373M |  81 |2538 |2973 |2580 | 508k|  2 |  14k|  16k|-1.123943e+04 |      --      |    Inf |   2.11%
3504.09/3515.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3504.09/3515.78	c  1088s|130400 |127452 |  6403k|  49.1 |  1373M |  81 |2538 |2970 |2652 | 508k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3505.09/3516.73	c  1089s|130500 |127550 |  6411k|  49.1 |  1374M |  81 |2538 |2974 |2545 | 508k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3505.99/3517.66	c  1089s|130600 |127648 |  6420k|  49.1 |  1374M |  81 |2538 |2973 |2602 | 509k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3507.18/3518.82	c  1091s|130700 |127744 |  6431k|  49.2 |  1374M |  81 |2538 |2969 |2599 | 509k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3507.98/3519.62	c  1091s|130800 |127842 |  6438k|  49.2 |  1375M |  81 |2538 |2966 |2612 | 510k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3509.08/3520.71	c  1093s|130900 |127934 |  6449k|  49.2 |  1375M |  81 |2538 |2976 |2603 | 510k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3510.08/3521.74	c  1094s|131000 |128028 |  6459k|  49.3 |  1375M |  81 |2538 |2984 |2658 | 511k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3510.67/3522.34	c  1094s|131100 |128120 |  6465k|  49.3 |  1376M |  81 |2538 |2987 |2578 | 511k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3511.48/3523.19	c  1095s|131200 |128216 |  6472k|  49.3 |  1376M |  81 |2538 |2990 |2634 | 512k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3512.27/3523.90	c  1096s|131300 |128316 |  6480k|  49.3 |  1376M |  81 |2538 |3000 |2640 | 512k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3513.17/3524.84	c  1097s|131400 |128416 |  6489k|  49.4 |  1377M |  81 |2538 |2982 |2654 | 512k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3513.86/3525.57	c  1097s|131500 |128508 |  6496k|  49.4 |  1378M |  81 |2538 |3012 |2663 | 513k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3514.86/3526.58	c  1098s|131600 |128600 |  6504k|  49.4 |  1378M |  81 |2538 |3020 |2657 | 513k|  4 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3515.76/3527.45	c  1099s|131700 |128692 |  6512k|  49.4 |  1378M |  81 |2538 |3028 |2582 | 514k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3516.85/3528.51	c  1100s|131800 |128790 |  6523k|  49.5 |  1378M |  81 |2538 |3026 |2585 | 514k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3517.65/3529.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3517.65/3529.34	c  1101s|131900 |128886 |  6532k|  49.5 |  1378M |  81 |2538 |3055 |2623 | 514k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3518.65/3530.39	c  1102s|132000 |128986 |  6540k|  49.5 |  1378M |  81 |2538 |3053 |2586 | 515k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3519.54/3531.29	c  1103s|132100 |129078 |  6549k|  49.6 |  1378M |  81 |2538 |3055 |2582 | 515k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3520.64/3532.34	c  1104s|132200 |129178 |  6559k|  49.6 |  1379M |  81 |2538 |3038 |2627 | 516k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3521.84/3533.51	c  1105s|132300 |129274 |  6570k|  49.6 |  1381M |  81 |2538 |3067 |2585 | 516k|  2 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3522.73/3534.46	c  1106s|132400 |129370 |  6579k|  49.7 |  1381M |  81 |2538 |3057 |2665 | 517k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3523.53/3535.24	c  1107s|132500 |129464 |  6587k|  49.7 |  1381M |  81 |2538 |3055 |2603 | 517k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3524.44/3536.16	c  1108s|132600 |129560 |  6595k|  49.7 |  1381M |  81 |2538 |3026 |2671 | 518k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3525.23/3536.98	c  1109s|132700 |129660 |  6603k|  49.7 |  1381M |  81 |2538 |2999 |2585 | 518k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3526.62/3538.35	c  1110s|132800 |129756 |  6613k|  49.8 |  1383M |  81 |2538 |2992 |2616 | 519k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3527.62/3539.30	c  1111s|132900 |129852 |  6622k|  49.8 |  1383M |  81 |2538 |2972 |2636 | 519k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3528.62/3540.37	c  1112s|133000 |129950 |  6633k|  49.9 |  1383M |  81 |2538 |2950 |2641 | 520k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3529.81/3541.53	c  1113s|133100 |130050 |  6642k|  49.9 |  1383M |  81 |2538 |2932 |2584 | 520k|  3 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3530.91/3542.62	c  1114s|133200 |130150 |  6650k|  49.9 |  1383M |  81 |2538 |2911 |2612 | 521k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3532.10/3543.87	c  1116s|133300 |130236 |  6661k|  49.9 |  1383M |  81 |2538 |2941 |2687 | 521k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3532.80/3544.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3532.80/3544.58	c  1116s|133400 |130332 |  6668k|  50.0 |  1383M |  81 |2538 |2927 |2600 | 522k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3533.90/3545.63	c  1117s|133500 |130432 |  6676k|  50.0 |  1383M |  81 |2538 |2910 |2635 | 522k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3534.70/3546.41	c  1118s|133600 |130532 |  6684k|  50.0 |  1384M |  81 |2538 |2888 |2552 | 523k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3535.59/3547.33	c  1119s|133700 |130626 |  6692k|  50.0 |  1385M |  81 |2538 |2889 |2596 | 523k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3536.40/3548.14	c  1120s|133800 |130720 |  6700k|  50.1 |  1385M |  81 |2538 |2896 |2622 | 523k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3537.49/3549.20	c  1121s|133900 |130818 |  6709k|  50.1 |  1385M |  81 |2538 |2904 |2679 | 524k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3538.18/3549.95	c  1122s|134000 |130916 |  6716k|  50.1 |  1386M |  81 |2538 |2889 |2576 | 524k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3539.18/3550.96	c  1123s|134100 |131016 |  6726k|  50.1 |  1388M |  81 |2538 |2883 |2622 | 525k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3540.08/3551.81	c  1124s|134200 |131108 |  6734k|  50.2 |  1388M |  81 |2538 |2888 |2579 | 525k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3540.97/3552.79	c  1125s|134300 |131204 |  6742k|  50.2 |  1388M |  81 |2538 |2881 |2626 | 526k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3541.97/3553.75	c  1126s|134400 |131300 |  6751k|  50.2 |  1388M |  81 |2538 |2879 |2594 | 526k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3543.07/3554.86	c  1127s|134500 |131400 |  6760k|  50.2 |  1389M |  81 |2538 |2868 |2642 | 526k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3543.96/3555.70	c  1128s|134600 |131500 |  6767k|  50.3 |  1390M |  81 |2538 |2858 |2710 | 527k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3544.96/3556.70	c  1129s|134700 |131594 |  6777k|  50.3 |  1390M |  81 |2538 |2862 |2634 | 527k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3545.86/3557.69	c  1130s|134800 |131686 |  6786k|  50.3 |  1390M |  81 |2538 |2873 |2636 | 528k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3546.76/3558.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3546.76/3558.52	c  1130s|134900 |131779 |  6794k|  50.3 |  1390M |  81 |2538 |2879 |2645 | 528k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3547.45/3559.24	c  1131s|135000 |131879 |  6801k|  50.4 |  1390M |  81 |2538 |2899 |2662 | 529k|  2 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3548.05/3559.86	c  1132s|135100 |131977 |  6808k|  50.4 |  1390M |  81 |2538 |2891 |2561 | 529k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3548.95/3560.76	c  1133s|135200 |132077 |  6817k|  50.4 |  1390M |  81 |2538 |2874 |2613 | 529k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3550.05/3561.88	c  1134s|135300 |132177 |  6826k|  50.4 |  1391M |  81 |2538 |2860 |2671 | 530k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3550.94/3562.75	c  1135s|135400 |132277 |  6834k|  50.5 |  1391M |  81 |2538 |2842 |2595 | 530k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3551.84/3563.66	c  1135s|135500 |132373 |  6841k|  50.5 |  1391M |  81 |2538 |2865 |2614 | 531k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3552.54/3564.30	c  1136s|135600 |132463 |  6847k|  50.5 |  1391M |  81 |2538 |2873 |2579 | 531k|  1 |  14k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3553.73/3565.54	c  1137s|135700 |132549 |  6857k|  50.5 |  1392M |  81 |2538 |2908 |2631 | 532k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3554.73/3566.56	c  1138s|135800 |132637 |  6866k|  50.5 |  1392M |  81 |2538 |2914 |2571 | 532k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3555.63/3567.46	c  1139s|135900 |132731 |  6873k|  50.6 |  1395M |  81 |2538 |2927 |2581 | 533k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3556.62/3568.47	c  1140s|136000 |132827 |  6882k|  50.6 |  1395M |  81 |2538 |2925 |2574 | 533k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3557.62/3569.48	c  1141s|136100 |132923 |  6891k|  50.6 |  1396M |  81 |2538 |2923 |2693 | 534k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3558.62/3570.41	c  1142s|136200 |133023 |  6900k|  50.6 |  1397M |  81 |2538 |2905 |2595 | 534k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3559.61/3571.49	c  1143s|136300 |133123 |  6910k|  50.7 |  1399M |  81 |2538 |2893 |2621 | 535k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3560.51/3572.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3560.51/3572.37	c  1144s|136400 |133215 |  6918k|  50.7 |  1399M |  81 |2538 |2925 |2669 | 535k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3561.41/3573.24	c  1145s|136500 |133315 |  6927k|  50.7 |  1399M |  81 |2538 |2893 |2610 | 535k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3562.41/3574.21	c  1146s|136600 |133415 |  6937k|  50.8 |  1399M |  81 |2538 |2865 |2673 | 536k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3563.22/3575.09	c  1147s|136700 |133511 |  6945k|  50.8 |  1399M |  81 |2538 |2865 |2585 | 536k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3564.10/3575.92	c  1148s|136800 |133607 |  6953k|  50.8 |  1399M |  81 |2538 |2878 |2613 | 537k|  1 |  15k|  17k|-1.123943e+04 |      --      |    Inf |   2.11%
3565.21/3577.02	c  1149s|136900 |133703 |  6963k|  50.8 |  1400M |  81 |2538 |2868 |2663 | 537k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3566.39/3578.28	c  1150s|137000 |133795 |  6975k|  50.9 |  1400M |  81 |2538 |2887 |2659 | 538k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3567.39/3579.29	c  1151s|137100 |133889 |  6984k|  50.9 |  1402M |  81 |2538 |2890 |2735 | 538k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3568.39/3580.28	c  1152s|137200 |133985 |  6995k|  51.0 |  1403M |  81 |2538 |2921 |2597 | 539k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3569.38/3581.26	c  1153s|137300 |134085 |  7002k|  51.0 |  1403M |  81 |2538 |2892 |2656 | 539k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3570.38/3582.23	c  1154s|137400 |134181 |  7011k|  51.0 |  1404M |  81 |2538 |2889 |2698 | 540k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3571.38/3583.24	c  1155s|137500 |134277 |  7021k|  51.0 |  1405M |  81 |2538 |2900 |2670 | 540k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3572.19/3584.10	c  1156s|137600 |134375 |  7029k|  51.1 |  1405M |  81 |2538 |2895 |2581 | 541k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3573.28/3585.18	c  1157s|137700 |134472 |  7039k|  51.1 |  1405M |  81 |2538 |2896 |2671 | 541k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3574.18/3586.06	c  1158s|137800 |134568 |  7047k|  51.1 |  1405M |  81 |2538 |2881 |2699 | 542k|  6 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3575.28/3587.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.28/3587.15	c  1159s|137900 |134668 |  7057k|  51.2 |  1405M |  81 |2538 |2869 |2695 | 542k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3576.36/3588.22	c  1160s|138000 |134768 |  7066k|  51.2 |  1405M |  81 |2538 |2856 |2605 | 543k|  1 |  15k|  17k|-1.123960e+04 |      --      |    Inf |   2.11%
3577.66/3589.51	c  1161s|138100 |134864 |  7078k|  51.2 |  1405M |  81 |2538 |2858 |2698 | 543k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
3578.55/3590.46	c  1162s|138200 |134962 |  7087k|  51.3 |  1407M |  81 |2538 |2847 |2588 | 544k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
3579.65/3591.52	c  1163s|138300 |135058 |  7096k|  51.3 |  1408M |  81 |2538 |2837 |2662 | 544k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
3580.55/3592.46	c  1164s|138400 |135158 |  7105k|  51.3 |  1408M |  81 |2538 |2826 |2566 | 545k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
3581.34/3593.25	c  1165s|138500 |135256 |  7112k|  51.3 |  1410M |  81 |2538 |2827 |2589 | 545k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
3582.74/3594.62	c  1166s|138600 |135344 |  7123k|  51.4 |  1411M |  81 |2538 |2835 |2617 | 546k|  1 |  15k|  17k|-1.123984e+04 |      --      |    Inf |   2.11%
3583.54/3595.44	c  1167s|138700 |135436 |  7131k|  51.4 |  1411M |  81 |2538 |2871 |2605 | 546k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
3584.73/3596.60	c  1168s|138800 |135528 |  7143k|  51.4 |  1411M |  81 |2538 |2890 |2580 | 547k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
3585.63/3597.50	c  1169s|138900 |135628 |  7152k|  51.5 |  1411M |  81 |2538 |2879 |2655 | 547k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
3586.43/3598.30	c  1170s|139000 |135728 |  7158k|  51.5 |  1411M |  81 |2538 |2875 |2687 | 548k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
3587.24/3599.12	c  1171s|139100 |135824 |  7166k|  51.5 |  1411M |  81 |2538 |2875 |2611 | 548k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
3588.32/3600.25	c  1172s|139200 |135920 |  7175k|  51.5 |  1412M |  81 |2538 |2858 |2586 | 549k|  2 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
3589.13/3601.10	c  1173s|139300 |136020 |  7183k|  51.5 |  1416M |  81 |2538 |2850 |2599 | 549k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
3590.02/3601.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3590.02/3601.99	c  1174s|139400 |136116 |  7191k|  51.6 |  1416M |  81 |2538 |2850 |2676 | 549k|  1 |  15k|  17k|-1.123996e+04 |      --      |    Inf |   2.11%
3590.91/3602.88	c  1175s|139500 |136210 |  7199k|  51.6 |  1416M |  81 |2538 |2852 |2700 | 550k|  6 |  15k|  17k|-1.124019e+04 |      --      |    Inf |   2.11%
3591.81/3603.74	c  1176s|139600 |136306 |  7208k|  51.6 |  1416M |  81 |2538 |2835 |2582 | 550k|  1 |  15k|  17k|-1.124019e+04 |      --      |    Inf |   2.11%
3592.91/3604.81	c  1177s|139700 |136402 |  7219k|  51.7 |  1416M |  81 |2538 |2842 |2664 | 551k|  1 |  15k|  18k|-1.124019e+04 |      --      |    Inf |   2.11%
3593.90/3605.83	c  1178s|139800 |136496 |  7228k|  51.7 |  1416M |  81 |2538 |2859 |2631 | 551k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
3594.90/3606.82	c  1179s|139900 |136588 |  7237k|  51.7 |  1416M |  81 |2538 |2905 |2697 | 552k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
3595.80/3607.79	c  1180s|140000 |136680 |  7247k|  51.7 |  1417M |  81 |2538 |2903 |2556 | 552k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
3596.70/3608.61	c  1180s|140100 |136778 |  7254k|  51.8 |  1418M |  81 |2538 |2909 |2635 | 553k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
3597.79/3609.71	c  1182s|140200 |136872 |  7262k|  51.8 |  1418M |  81 |2538 |2912 |2669 | 553k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
3598.79/3610.73	c  1183s|140300 |136970 |  7271k|  51.8 |  1418M |  81 |2538 |2922 |2606 | 554k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
3599.88/3611.80	c  1184s|140400 |137070 |  7279k|  51.8 |  1418M |  81 |2538 |2911 |2653 | 554k|  1 |  15k|  18k|-1.124023e+04 |      --      |    Inf |   2.11%
3600.10/3612.01	
3600.10/3612.01	*** TERMINATED *** by signal
3600.10/3612.01	c
3600.10/3612.01	s UNKNOWN
3600.10/3612.01	c _____________________________________________________________________________
3600.10/3612.01	c std/band forms        : 2258,0
3600.10/3612.01	c 2cl/3cl ITE-codings   : 315744,0
3600.10/3612.01	c BDD/srt/adr Max costs : 204,756,0
3600.10/3612.01	c BDDraw/bin/mul/srt/adr: 0,0,2162,96,0
3600.10/3612.01	c BDD nodes             : 443210
3600.10/3612.01	c Es1/CC detections     : 0,0
3600.10/3612.01	c CC sort               : 96
3600.10/3612.01	c SAT/UNSAT calls       : 0,0
3600.10/3612.01	c regenrated variables  : 0
3600.10/3612.01	c eliminated fixed lits : 0
3600.10/3612.01	c goal lit flips        : 0
3600.10/3612.01	c goal stages           : 0
3600.10/3612.01	c goal shrink           : 0
3600.10/3612.01	c goal coeff separations: 188
3600.10/3612.01	c restarts              : 734
3600.10/3612.01	c conflicts             : 40921          (11 /sec)
3600.10/3612.01	c decisions             : 1767391        (491 /sec)
3600.10/3612.01	c propagations          : 81189955       (22552 /sec)
3600.10/3612.01	c inspects              : 0              (0 /sec)
3600.10/3612.01	c CPU time (solving tm) : 3600 s        (15.2 s, SAT 0 s, UNSAT 0 s)
3600.10/3612.01	c SAT solver time       : 15.2 s
3600.10/3612.01	c SAT solver SAT time   : 0 s
3600.10/3612.01	c SAT solver UNSAT time : 0 s
3600.10/3612.01	c SAT solver TO time    : 15.2 s
3600.10/3612.01	c Time for SCIP         : 2402 s
3600.10/3612.01	c Coop SCIP LB improvements           : 0
3600.10/3612.01	c Coop SCIP UB improvements           : 2
3600.10/3612.01	c SCIP globally fixed variables       : 0
3600.10/3612.01	c SAT  globally fixed variables       : 0
3600.10/3612.01	c SCIP freeTransform calls            : 5
3600.10/3612.01	c Time for Opt-base     : 0.3237 s
3600.10/3612.01	c Steps for Opt-base    : 1349088
3600.10/3612.01	c Time for BDD coding   : 1.112 s
3600.10/3612.01	c Time for srt coding   : 0.00404 s
3600.10/3612.01	c Inner solver invocations            : 0
3600.10/3612.01	c Inner solving count                 : 0
3600.10/3612.01	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-4780742-1782138855/watcher-4780742-1782138855 -o /tmp/evaluation-result-4780742-1782138855/solver-4780742-1782138855 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780742-1782138855/vars-4780742-1782138855 --bin-var /tmp/runsolver-exch-nodeE005-1782136005-2194613 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780742-1782138855.opb 

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-3,5-6,8-9,11,13-16,18,20-21,25-29,31-32,34-36,38-39,46-47,49-50,52,54-55,61,63
  3550 MHz: 1,4,7,12,22-23,30,33,40-45
  3600 MHz: 10,17,19,24,37,48,51,53,56-60,62
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: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (59181 MiB free)
  node 1: cores 8-15, 129019 MiB (76743 MiB free)
  node 2: cores 16-23, 128973 MiB (80495 MiB free)
  node 3: cores 24-31, 129003 MiB (70374 MiB free)
  node 4: cores 32-39, 129019 MiB (48996 MiB free)
  node 5: cores 40-47, 129019 MiB (98418 MiB free)
  node 6: cores 48-55, 129019 MiB (95335 MiB free)
  node 7: cores 56-63, 128474 MiB (78295 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=2195959, runsolver pid=2195956
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 16.09 16.39 15.85 17/870 2195962
/proc/meminfo: memFree=622418616/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=117128 memory=56112 CPUtime=0.08 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 10302 202 0 0 8 0 0 0 20 0 1 0 147173369 119939072 13924 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 29282 14028 5676 506 0 9973 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 117128 KiB
Current children cumulated memory: 56112 KiB

[startup+0.213418 s]*
/proc/loadavg: 16.09 16.39 15.85 17/870 2195962
/proc/meminfo: memFree=622405960/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=133656 memory=71468 CPUtime=0.2 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 14117 202 0 0 19 1 0 0 20 0 1 0 147173369 136863744 17764 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 33414 17867 5817 506 0 14105 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 133656 KiB
Current children cumulated memory: 71468 KiB

[startup+0.31354 s]*
/proc/loadavg: 16.09 16.39 15.85 17/870 2195962
/proc/meminfo: memFree=622394872/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=146592 memory=84924 CPUtime=0.29 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 17827 202 0 0 28 1 0 0 20 0 1 0 147173369 150110208 21100 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 36648 21231 6109 506 0 17339 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 146592 KiB
Current children cumulated memory: 84924 KiB

[startup+0.700153 s]
/proc/loadavg: 16.09 16.39 15.85 17/870 2195962
/proc/meminfo: memFree=622366968/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=175768 memory=112476 CPUtime=0.67 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 26009 202 0 0 65 2 0 0 20 0 1 0 147173369 179986432 27981 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 43942 28119 6140 506 0 24633 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 175768 KiB
Current children cumulated memory: 112476 KiB

[startup+1.50019 s]
/proc/loadavg: 16.08 16.38 15.85 17/870 2195962
/proc/meminfo: memFree=622362724/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=191280 memory=128512 CPUtime=1.47 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 30027 202 0 0 145 2 0 0 20 0 1 0 147173369 195870720 31949 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 47820 32128 6140 506 0 28511 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 191280 KiB
Current children cumulated memory: 128512 KiB

[startup+3.1134 s]
/proc/loadavg: 16.08 16.38 15.85 17/870 2195962
/proc/meminfo: memFree=622239500/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=214240 memory=151708 CPUtime=3.07 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 40116 202 0 0 305 2 0 0 20 0 1 0 147173369 219381760 37893 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 53560 37927 6140 506 0 34251 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 214240 KiB
Current children cumulated memory: 151708 KiB

[startup+6.30016 s]
/proc/loadavg: 16.07 16.38 15.85 17/870 2195962
/proc/meminfo: memFree=619765792/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=235928 memory=173312 CPUtime=6.24 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 49172 202 0 0 621 3 0 0 20 0 1 0 147173369 241590272 43108 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 58982 43328 6140 506 0 39673 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 235928 KiB
Current children cumulated memory: 173312 KiB

[startup+12.7002 s]
/proc/loadavg: 16.07 16.37 15.85 17/870 2195962
/proc/meminfo: memFree=618619920/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=567632 memory=486628 CPUtime=12.62 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 122245 202 0 0 1245 17 0 0 20 0 1 0 147173369 581255168 121565 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 141908 121657 6236 506 0 122599 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 567632 KiB
Current children cumulated memory: 486628 KiB

[startup+25.5002 s]
/proc/loadavg: 16.06 16.36 15.86 17/869 2195962
/proc/meminfo: memFree=621799916/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=593580 memory=501252 CPUtime=25.38 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 130209 202 0 0 2496 42 0 0 20 0 1 0 147173369 607825920 125100 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 148395 125313 6268 506 0 129086 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 593580 KiB
Current children cumulated memory: 501252 KiB

[startup+51.1136 s]
/proc/loadavg: 16.03 16.32 15.86 17/869 2195962
/proc/meminfo: memFree=622274808/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=593580 memory=501280 CPUtime=50.9 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 130216 202 0 0 5048 42 0 0 20 0 1 0 147173369 607825920 125100 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 148395 125320 6268 506 0 129086 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 593580 KiB
Current children cumulated memory: 501280 KiB

[startup+102.3 s]
/proc/loadavg: 16.05 16.28 15.88 17/870 2195970
/proc/meminfo: memFree=611520732/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=614548 memory=518496 CPUtime=101.89 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 134618 202 0 0 10147 42 0 0 20 0 1 0 147173369 629297152 129452 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 153637 129624 6268 506 0 134328 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 614548 KiB
Current children cumulated memory: 518496 KiB

[startup+162.3 s]
/proc/loadavg: 16.02 16.23 15.89 17/870 2195971
/proc/meminfo: memFree=619370844/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=678664 memory=581796 CPUtime=161.66 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 150607 202 0 0 16122 44 0 0 20 0 1 0 147173369 694951936 145324 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 169666 145449 6284 506 0 150357 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 678664 KiB
Current children cumulated memory: 581796 KiB

[startup+222.3 s]
/proc/loadavg: 16.06 16.20 15.91 17/870 2195972
/proc/meminfo: memFree=600874264/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=729772 memory=630996 CPUtime=221.43 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 161953 202 0 0 22098 45 0 0 20 0 1 0 147173369 747286528 157718 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 182443 157749 6284 506 0 163134 0
Current children cumulated CPU time: 221.43 s
Current children cumulated vsize: 729772 KiB
Current children cumulated memory: 630996 KiB

[startup+282.3 s]
/proc/loadavg: 16.06 16.18 15.92 17/871 2195974
/proc/meminfo: memFree=595926440/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=778492 memory=678736 CPUtime=281.21 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 174037 202 0 0 28074 47 0 0 20 0 1 0 147173369 797175808 169622 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 194623 169684 6284 506 0 175314 0
Current children cumulated CPU time: 281.21 s
Current children cumulated vsize: 778492 KiB
Current children cumulated memory: 678736 KiB

[startup+342.3 s]
/proc/loadavg: 16.02 16.14 15.93 17/871 2195975

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

Current children cumulated memory: 1787576 KiB

[startup+2862.3 s]
/proc/loadavg: 6.01 6.52 8.62 7/811 2196555
/proc/meminfo: memFree=859539532/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1787576 CPUtime=2852.76 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380280 202 0 0 285105 171 0 0 20 0 1 0 147173369 1954996224 446860 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 446894 6284 506 0 457985 0
Current children cumulated CPU time: 2852.76 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1787576 KiB

[startup+2922.3 s]
/proc/loadavg: 6.40 6.52 8.48 7/811 2196556
/proc/meminfo: memFree=859251696/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1787576 CPUtime=2912.6 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380283 202 0 0 291089 171 0 0 20 0 1 0 147173369 1954996224 446860 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 446894 6284 506 0 457985 0
Current children cumulated CPU time: 2912.6 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1787576 KiB

[startup+2982.3 s]
/proc/loadavg: 6.24 6.48 8.35 6/805 2196591
/proc/meminfo: memFree=896335904/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1787584 CPUtime=2972.43 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380285 202 0 0 297072 171 0 0 20 0 1 0 147173369 1954996224 446860 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 446896 6284 506 0 457985 0
Current children cumulated CPU time: 2972.43 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1787584 KiB

[startup+3042.3 s]
/proc/loadavg: 5.53 6.22 8.14 6/805 2196592
/proc/meminfo: memFree=895948684/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1787600 CPUtime=3032.27 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380291 202 0 0 303056 171 0 0 20 0 1 0 147173369 1954996224 446860 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 446900 6284 506 0 457985 0
Current children cumulated CPU time: 3032.27 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1787600 KiB

[startup+3102.3 s]
/proc/loadavg: 5.19 6.00 7.94 6/804 2196595
/proc/meminfo: memFree=895581876/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1787608 CPUtime=3092.07 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380343 202 0 0 309036 171 0 0 20 0 1 0 147173369 1954996224 446860 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 446902 6284 506 0 457985 0
Current children cumulated CPU time: 3092.07 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1787608 KiB

[startup+3162.3 s]
/proc/loadavg: 5.07 5.81 7.75 6/804 2196601
/proc/meminfo: memFree=895172400/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1787608 CPUtime=3151.86 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380397 202 0 0 315015 171 0 0 20 0 1 0 147173369 1954996224 446860 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 446902 6284 506 0 457985 0
Current children cumulated CPU time: 3151.86 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1787608 KiB

[startup+3222.3 s]
/proc/loadavg: 5.02 5.66 7.58 6/804 2196602
/proc/meminfo: memFree=894736480/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1787700 CPUtime=3211.65 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380439 202 0 0 320994 171 0 0 20 0 1 0 147173369 1954996224 446860 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 446925 6284 506 0 457985 0
Current children cumulated CPU time: 3211.65 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1787700 KiB

[startup+3282.3 s]
/proc/loadavg: 4.92 5.52 7.41 5/799 2196638
/proc/meminfo: memFree=901803616/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1787840 CPUtime=3271.44 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380449 202 0 0 326973 171 0 0 20 0 1 0 147173369 1954996224 446860 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 446960 6284 506 0 457985 0
Current children cumulated CPU time: 3271.44 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1787840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.91 5.40 7.25 5/799 2196639
/proc/meminfo: memFree=901433976/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1789704 CPUtime=3331.24 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380477 202 0 0 332953 171 0 0 20 0 1 0 147173369 1954996224 447244 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 447426 6284 506 0 457985 0
Current children cumulated CPU time: 3331.24 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1789704 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 5.15 7.04 5/799 2196640
/proc/meminfo: memFree=901086532/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1789836 CPUtime=3391.05 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380520 202 0 0 338934 171 0 0 20 0 1 0 147173369 1954996224 447244 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 447459 6284 506 0 457985 0
Current children cumulated CPU time: 3391.05 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1789836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.96 6.86 5/798 2196641
/proc/meminfo: memFree=900727276/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1790900 CPUtime=3450.87 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380557 202 0 0 344915 172 0 0 20 0 1 0 147173369 1954996224 447372 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 447725 6284 506 0 457985 0
Current children cumulated CPU time: 3450.87 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1790900 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.78 6.67 5/798 2196643
/proc/meminfo: memFree=900328016/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1791200 CPUtime=3510.67 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 380576 202 0 0 350895 172 0 0 20 0 1 0 147173369 1954996224 447500 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 447800 6284 506 0 457985 0
Current children cumulated CPU time: 3510.67 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1791200 KiB

[startup+3582.3 s]
/proc/loadavg: 4.02 4.64 6.50 5/798 2196645
/proc/meminfo: memFree=899921076/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1795156 CPUtime=3570.48 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 381003 202 0 0 356876 172 0 0 20 0 1 0 147173369 1954996224 448396 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 448789 6284 506 0 457985 0
Current children cumulated CPU time: 3570.48 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1795156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 4.01 4.57 6.42 5/798 2196645
/proc/meminfo: memFree=900235180/1055320704 swapFree=33554428/33554428
[pid=2195959] ppid=2195956 vsize=1909176 memory=1795324 CPUtime=3600.1 cores=40-43
/proc/2195959/stat : 2195959 (naps_release) R 2195956 2195959 2194593 0 -1 4194304 381087 202 0 0 359838 172 0 0 20 0 1 0 147173369 1954996224 448396 18446744073709551615 4210688 6281017 140724740692736 0 0 0 0 0 16898 0 0 0 17 41 0 0 0 0 0 6662968 6676388 23265280 140724740700379 140724740700560 140724740700560 140724740706248 0
/proc/2195959/statm: 477294 448831 6284 506 0 457985 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 1909176 KiB
Current children cumulated memory: 1795324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.38 s, system=1.75078 s

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

Child status: 10

Real time (s): 3612.04
CPU time (s): 3600.13
CPU user time (s): 3598.38
CPU system time (s): 1.75078
CPU usage (%): 99.6704
Max. virtual memory (cumulated for all children) (KiB): 1909308
Max. memory (cumulated for all children) (KiB): 1795324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.38
system time used= 1.75079
maximum resident set size= 1793584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381289
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= 352
involuntary context switches= 2509


# summary of solver processes directly reported to runsolver:
#   pid: 2195959
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.38
#   total CPU system time (s): 1.75078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5915 second user time and 38.4482 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-22 16:34:15
IDJOB=4780742
IDBENCH=183187
IDSOLVER=3589
FILE ID=nodeE005/4780742-1782138855
RUNJOBID= nodeE005-1782136005-2194613
SLURM_JOB_ID= 12510919
Free space on /tmp= 797628 MiB

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

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

MD5SUM BENCH= bd7c936c7bb904f45b4fee852020e383
RANDOM SEED=1903808438

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320704 kB
MemFree:        622429448 kB
MemAvailable:   755228964 kB
Buffers:            2348 kB
Cached:         137117464 kB
SwapCached:            0 kB
Active:         291030564 kB
Inactive:       135521936 kB
Active(anon):   290299480 kB
Inactive(anon):        0 kB
Active(file):     731084 kB
Inactive(file): 135521936 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15536 kB
Writeback:            12 kB
AnonPages:      289417704 kB
Mapped:           243424 kB
Shmem:            866792 kB
KReclaimable:    1378244 kB
Slab:            1939720 kB
SReclaimable:    1378244 kB
SUnreclaim:       561476 kB
KernelStack:       14832 kB
PageTables:       577176 kB
SecPageTables:     15320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   308897348 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478432 kB
VmallocChunk:          0 kB
Percpu:           130048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  124309504 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 799060 MiB
End job on nodeE005 at 2026-06-22 17:34:27