Trace number 4529865

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a2UNSAT 501.509 503.746

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l045-r044-n1.opb
MD5SUMb9564511887892a7d25b0d6be869bead
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.69735
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2484
Total number of constraints5292
Number of constraints which are clauses4464
Number of constraints which are cardinality constraints (but not clauses)828
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

15.09/15.20	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529865-1752260903.opb
15.09/15.20	c Solving mode: decision
15.09/15.20	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
15.09/15.20	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
15.09/15.20	c original problem has 2484 variables (2484 bin, 0 int, 0 impl, 0 cont) and 5292 constraints
15.09/15.20	c presolving:
15.09/15.20	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5292 upgd conss, 0 impls, 5292 clqs
15.09/15.20	c    (0.2s) probing: 51/2484 (2.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
15.09/15.20	c    (0.2s) probing aborted: 50/50 successive totally useless probings
15.09/15.20	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
15.09/15.20	c    (0.2s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
15.09/15.20	c dynamic symmetry handling statistics:
15.09/15.20	c    orbitopal reduction:       no components
15.09/15.20	c    orbital reduction:         no components
15.09/15.20	c    lexicographic reduction:   no permutations
15.09/15.20	c handled 1 out of 1 symmetry components
15.09/15.20	c (round 2, exhaustive) 10 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5292 upgd conss, 0 impls, 5255 clqs
15.09/15.20	c (round 3, fast)       24 del vars, 44 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5292 upgd conss, 0 impls, 5248 clqs
15.09/15.20	c    (0.2s) probing: 56/2484 (2.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
15.09/15.20	c    (0.2s) probing aborted: 50/50 successive totally useless probings
15.09/15.20	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
15.09/15.20	c  24 deleted vars, 44 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
15.09/15.20	c  0 implications, 5248 cliques
15.09/15.20	c presolved problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 5249 constraints
15.09/15.20	c    5248 constraints of type <setppc>
15.09/15.20	c       1 constraints of type <orbitope>
15.09/15.20	c transformed objective value is always integral (scale: 1)
15.09/15.20	c Presolving Time: 0.20
15.09/15.20	c 
15.09/15.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.09/15.20	c   0.3s|     1 |     0 |  2362 |     - |    44M |   0 |2467 |5277 |5248 |   0 |  0 |  27 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   1.2s|     1 |     0 |  7382 |     - |    47M |   0 |2467 |5278 |5400 | 152 |  1 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   1.4s|     1 |     0 |  8047 |     - |    48M |   0 |2467 |5279 |5524 | 276 |  2 |  29 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   1.6s|     1 |     0 |  8345 |     - |    49M |   0 |2467 |5281 |5592 | 344 |  3 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   1.8s|     1 |     0 |  8510 |     - |    51M |   0 |2467 |5282 |5626 | 378 |  4 |  32 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   1.9s|     1 |     0 |  8626 |     - |    53M |   0 |2467 |5283 |5646 | 398 |  5 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   2.1s|     1 |     0 |  8764 |     - |    54M |   0 |2467 |5284 |5664 | 416 |  6 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   2.2s|     1 |     0 |  8922 |     - |    55M |   0 |2467 |5285 |5690 | 442 |  7 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   2.3s|     1 |     0 |  9081 |     - |    57M |   0 |2467 |5286 |5715 | 467 |  8 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   2.5s|     1 |     0 |  9200 |     - |    59M |   0 |2467 |5287 |5732 | 484 |  9 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   2.6s|     1 |     0 |  9355 |     - |    61M |   0 |2467 |5288 |5751 | 503 | 10 |  38 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   2.7s|     1 |     0 |  9456 |     - |    62M |   0 |2467 |5289 |5711 | 520 | 11 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   3.1s|     1 |     2 | 10121 |     - |    62M |   0 |2467 |5295 |5711 | 520 | 11 |  45 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   4.3s|   100 |    69 | 19505 | 106.7 |    69M |  40 |2467 |5381 |   0 | 843 |  0 | 131 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   5.0s|   200 |    64 | 24770 |  79.5 |    74M |  46 |2467 |5502 |5618 |1128 |  0 | 253 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.09/15.20	c   6.0s|   300 |   109 | 31635 |  75.9 |    80M |  46 |2467 |5615 |5568 |1386 |  0 | 366 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   7.2s|   400 |   103 | 38339 |  73.7 |    85M |  46 |2467 |5762 |   0 |1751 |  0 | 513 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   8.1s|   500 |   116 | 43759 |  69.8 |    86M |  46 |2467 |5871 |5527 |2156 |  1 | 622 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c   9.1s|   600 |   117 | 46320 |  62.4 |    87M |  46 |2467 |5968 |5516 |2316 |  1 | 721 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c  10.9s|   700 |   101 | 50254 |  59.1 |    87M |  46 |2467 |6078 |5529 |2599 |  1 | 862 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c  12.7s|   800 |    97 | 53265 |  55.5 |    88M |  46 |2467 |6142 |5499 |2805 |  1 | 962 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
15.09/15.20	c (run 1, node 843) performing user restart
15.09/15.20	c 
15.09/15.20	c (restart) converted 223 cuts from the global cut pool into linear constraints
15.09/15.20	c 
15.09/15.20	c presolving:
15.09/15.20	c (round 1, fast)       0 del vars, 213 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 55 chg coeffs, 0 upgd conss, 0 impls, 5416 clqs
15.09/15.20	c (round 2, exhaustive) 0 del vars, 360 del conss, 35 add conss, 0 chg bounds, 3 chg sides, 55 chg coeffs, 0 upgd conss, 0 impls, 5416 clqs
15.09/15.20	c (round 3, exhaustive) 0 del vars, 360 del conss, 35 add conss, 0 chg bounds, 3 chg sides, 55 chg coeffs, 232 upgd conss, 0 impls, 5442 clqs
15.09/15.20	c (round 4, fast)       0 del vars, 376 del conss, 35 add conss, 0 chg bounds, 3 chg sides, 55 chg coeffs, 232 upgd conss, 0 impls, 5443 clqs
15.09/15.20	c (round 5, medium)     0 del vars, 380 del conss, 40 add conss, 0 chg bounds, 8 chg sides, 68 chg coeffs, 232 upgd conss, 0 impls, 5446 clqs
15.09/15.20	c (round 6, exhaustive) 0 del vars, 385 del conss, 41 add conss, 0 chg bounds, 8 chg sides, 68 chg coeffs, 232 upgd conss, 0 impls, 5446 clqs
15.09/15.20	c (round 7, exhaustive) 0 del vars, 404 del conss, 41 add conss, 0 chg bounds, 8 chg sides, 85 chg coeffs, 232 upgd conss, 0 impls, 5447 clqs
15.09/15.20	c presolving (8 rounds: 8 fast, 6 medium, 5 exhaustive):
15.09/15.20	c  0 deleted vars, 404 deleted constraints, 41 added constraints, 0 tightened bounds, 0 added holes, 8 changed sides, 85 changed coefficients
15.09/15.20	c  0 implications, 5447 cliques
15.09/15.20	c presolved problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 6025 constraints
15.09/15.20	c      44 constraints of type <knapsack>
15.09/15.20	c    5339 constraints of type <setppc>
15.09/15.20	c       1 constraints of type <orbitope>
15.09/15.20	c     641 constraints of type <logicor>
15.09/15.20	c transformed objective value is always integral (scale: 1)
15.09/15.20	c Presolving Time: 0.24
15.09/15.20	c 
15.09/15.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.09/15.20	c  14.0s|     1 |     0 | 56414 |     - |    89M |   0 |2467 |6035 |5390 |   0 |  0 |1013 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c  14.3s|     1 |     0 | 56934 |     - |    90M |   0 |2467 |6094 |5550 | 160 |  1 |1014 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c  14.5s|     1 |     0 | 57648 |     - |    90M |   0 |2467 |6095 |5644 | 254 |  2 |1015 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.09/15.20	c  14.6s|     1 |     0 | 57870 |     - |    90M |   0 |2467 |6096 |5689 | 299 |  3 |1016 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  14.8s|     1 |     0 | 58053 |     - |    91M |   0 |2467 |6097 |5714 | 324 |  4 |1017 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  14.9s|     1 |     0 | 58172 |     - |    91M |   0 |2467 |6100 |5729 | 339 |  5 |1020 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  15.2s|     1 |     0 | 58221 |     - |    92M |   0 |2467 |6101 |5740 | 350 |  6 |1021 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  15.4s|     1 |     0 | 58327 |     - |    95M |   0 |2467 |6102 |5755 | 365 |  7 |1022 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  15.6s|     1 |     0 | 58466 |     - |    99M |   0 |2467 |6103 |5766 | 376 |  8 |1023 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  15.9s|     1 |     0 | 58693 |     - |   100M |   0 |2467 |6104 |5778 | 388 |  9 |1024 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  16.1s|     1 |     0 | 58823 |     - |   103M |   0 |2467 |6107 |5695 | 403 | 10 |1027 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  16.1s|     1 |     0 | 58955 |     - |   103M |   0 |2467 |6108 |5707 | 415 | 11 |1028 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  16.5s|     1 |     2 | 60784 |     - |   103M |   0 |2467 |6113 |5707 | 415 | 11 |1033 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  18.9s|   100 |    61 | 76495 |  67.0 |   106M |  33 |2467 |6256 |5467 | 556 |  1 |1178 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  19.3s|   200 |    29 | 78409 |  62.4 |   108M |  40 |2467 |6379 |5459 | 754 |  1 |1301 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.02/32.21	c  19.7s|   300 |    44 | 79906 |  58.2 |   110M |  48 |2467 |6451 |5475 | 947 |  1 |1374 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  20.1s|   400 |    43 | 82611 |  55.7 |   111M |  48 |2467 |6562 |5481 |1225 |  1 |1489 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  20.5s|   500 |    98 | 87079 |  54.9 |   112M |  48 |2467 |6681 |5553 |1361 |  2 |1620 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  20.9s|   600 |    88 | 89687 |  52.9 |   113M |  48 |2467 |6842 |5530 |1410 |  0 |1796 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  21.1s|   700 |    57 | 91876 |  50.9 |   113M |  48 |2467 |6959 |5528 |1505 |  1 |1934 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  21.4s|   800 |    49 | 93428 |  48.7 |   113M |  48 |2467 |7114 |5516 |1584 |  1 |2125 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  21.8s|   900 |    41 | 96714 |  47.8 |   113M |  48 |2467 |7317 |5528 |1754 |  1 |2408 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  22.0s|  1000 |    51 | 98416 |  46.1 |   113M |  48 |2467 |7368 |5518 |1865 |  1 |2621 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  22.3s|  1100 |    57 |100597 |  44.9 |   113M |  48 |2467 |7410 |   0 |1948 |  0 |2797 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  22.6s|  1200 |    53 |102673 |  43.7 |   114M |  48 |2467 |7579 |5509 |2024 |  1 |3086 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  22.9s|  1300 |    55 |104255 |  42.4 |   114M |  48 |2467 |7714 |   0 |2136 |  0 |3307 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  23.2s|  1400 |    52 |105854 |  41.2 |   114M |  48 |2467 |7910 |   0 |2243 |  0 |3659 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  23.4s|  1500 |    42 |107333 |  40.1 |   115M |  48 |2467 |7996 |5509 |2346 |  1 |3961 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  23.8s|  1600 |    38 |109318 |  39.3 |   115M |  48 |2467 |8078 |   0 |2528 |  0 |4251 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  24.1s|  1700 |    46 |110851 |  38.3 |   115M |  48 |2467 |8023 |5460 |2604 |  0 |4485 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.02/32.21	c  24.4s|  1800 |    33 |112321 |  37.4 |   115M |  48 |2467 |8012 |   0 |2669 |  0 |4752 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  24.6s|  1900 |    45 |113751 |  36.6 |   115M |  48 |2467 |7985 |   0 |2728 |  0 |4888 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  24.9s|  2000 |    35 |115001 |  35.7 |   115M |  48 |2467 |7981 |   0 |2787 |  0 |5110 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  25.2s|  2100 |    35 |116502 |  35.0 |   115M |  48 |2467 |7970 |5509 |2833 |  1 |5303 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  25.4s|  2200 |    36 |117950 |  34.4 |   115M |  48 |2467 |7927 |5515 |2910 |  1 |5569 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  25.7s|  2300 |    32 |119704 |  33.8 |   115M |  48 |2467 |8043 |   0 |3012 |  0 |5888 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  26.1s|  2400 |    34 |121156 |  33.2 |   115M |  48 |2467 |8188 |   0 |3127 |  0 |6264 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  26.4s|  2500 |    38 |123478 |  32.9 |   116M |  48 |2467 |8291 |5509 |3252 |  1 |6570 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  26.7s|  2600 |    41 |125777 |  32.6 |   116M |  48 |2467 |8279 |   0 |3455 |  0 |6802 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  27.0s|  2700 |    39 |127657 |  32.3 |   116M |  48 |2467 |8217 |5484 |3572 |  1 |7037 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  27.3s|  2800 |    39 |129483 |  31.9 |   116M |  48 |2467 |8215 |5484 |3662 |  1 |7202 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  27.6s|  2900 |    48 |131356 |  31.5 |   116M |  48 |2467 |8270 |5492 |3742 |  2 |7403 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  27.9s|  3000 |    44 |133629 |  31.3 |   116M |  48 |2467 |8333 |5487 |3836 |  1 |7652 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  28.2s|  3100 |    48 |134822 |  30.8 |   116M |  48 |2467 |8382 |5494 |3892 |  1 |7809 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  28.5s|  3200 |    49 |136819 |  30.5 |   116M |  48 |2467 |8440 |5485 |3943 |  1 |8013 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.02/32.21	c  28.8s|  3300 |    39 |138309 |  30.2 |   116M |  48 |2467 |8480 |5484 |3991 |  1 |8241 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  29.1s|  3400 |    51 |140510 |  30.0 |   116M |  48 |2467 |8485 |5486 |4022 |  1 |8421 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  29.4s|  3500 |    63 |144192 |  30.1 |   116M |  48 |2467 |8482 |   0 |4048 |  0 |8646 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  29.6s|  3600 |    57 |145679 |  29.8 |   116M |  48 |2467 |8513 |5485 |4080 |  1 |8871 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  29.9s|  3700 |    72 |147301 |  29.5 |   116M |  48 |2467 |8535 |   0 |4132 |  0 |9080 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  30.1s|  3800 |    73 |148503 |  29.1 |   117M |  48 |2467 |8511 |   0 |4134 |  0 |9236 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  30.4s|  3900 |    70 |149985 |  28.8 |   117M |  48 |2467 |8462 |5486 |4152 |  1 |9459 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  30.7s|  4000 |    66 |151602 |  28.5 |   117M |  48 |2467 |8470 |   0 |4171 |  0 |9711 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  30.9s|  4100 |    65 |152574 |  28.2 |   117M |  48 |2467 |8534 |   0 |4173 |  0 |9955 |  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  31.1s|  4200 |    70 |153677 |  27.8 |   117M |  48 |2467 |8554 |5496 |4238 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  31.4s|  4300 |    74 |155099 |  27.6 |   117M |  48 |2467 |8575 |5489 |4310 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
32.02/32.21	c  31.6s|  4400 |    67 |155992 |  27.2 |   117M |  48 |2467 |8638 |   0 |4321 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  31.8s|  4500 |    65 |156792 |  26.8 |   117M |  48 |2467 |8664 |5486 |4326 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  32.2s|  4600 |    74 |159552 |  26.9 |   118M |  48 |2467 |8684 |   0 |4445 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  32.6s|  4700 |    72 |161442 |  26.7 |   118M |  48 |2467 |8785 |5495 |4576 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.06/48.32	c  32.9s|  4800 |    69 |163079 |  26.5 |   118M |  48 |2467 |8750 |5487 |4654 |  2 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  33.1s|  4900 |    64 |164744 |  26.4 |   118M |  48 |2467 |8731 |5484 |4736 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  33.5s|  5000 |    69 |166436 |  26.2 |   118M |  48 |2467 |8700 |5488 |4825 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  33.7s|  5100 |    65 |167808 |  26.0 |   118M |  48 |2467 |8677 |5491 |4857 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  34.0s|  5200 |    74 |168982 |  25.7 |   119M |  48 |2467 |8702 |5489 |4902 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  34.3s|  5300 |    69 |170670 |  25.6 |   119M |  48 |2467 |8744 |5487 |4962 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  34.6s|  5400 |    63 |171986 |  25.4 |   119M |  48 |2467 |8764 |5493 |5049 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  34.9s|  5500 |    69 |174293 |  25.4 |   119M |  48 |2467 |8778 |5486 |5149 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  35.2s|  5600 |    63 |175446 |  25.2 |   119M |  48 |2467 |8868 |5492 |5189 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  35.4s|  5700 |    65 |176442 |  24.9 |   119M |  48 |2467 |8929 |5491 |5228 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  35.7s|  5800 |    66 |177904 |  24.8 |   119M |  48 |2467 |8858 |5495 |5305 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  35.9s|  5900 |    61 |178881 |  24.5 |   119M |  48 |2467 |8887 |5491 |5355 |  2 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  36.3s|  6000 |    72 |181601 |  24.6 |   119M |  48 |2467 |8914 |   0 |5488 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  36.7s|  6100 |    70 |183886 |  24.6 |   119M |  48 |2467 |8945 |   0 |5650 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  36.9s|  6200 |    65 |185295 |  24.4 |   119M |  48 |2467 |9005 |5484 |5747 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.06/48.32	c  37.2s|  6300 |    68 |186718 |  24.3 |   119M |  48 |2467 |9035 |   0 |5814 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  37.5s|  6400 |    65 |188390 |  24.2 |   119M |  48 |2467 |9015 |   0 |5883 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  37.8s|  6500 |    69 |189774 |  24.0 |   119M |  48 |2467 |8952 |   0 |5929 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  38.1s|  6600 |    65 |191221 |  23.9 |   119M |  48 |2467 |9011 |5497 |6051 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  38.4s|  6700 |    67 |192751 |  23.8 |   119M |  48 |2467 |9047 |5490 |6121 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  38.7s|  6800 |    73 |194888 |  23.7 |   119M |  48 |2467 |9081 |   0 |6229 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  39.0s|  6900 |    74 |196334 |  23.6 |   119M |  48 |2467 |9098 |5490 |6289 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  39.3s|  7000 |    83 |198308 |  23.6 |   119M |  48 |2467 |9066 |5493 |6378 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  39.6s|  7100 |    85 |199568 |  23.4 |   119M |  48 |2467 |9126 |5494 |6437 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  39.9s|  7200 |    86 |200615 |  23.3 |   119M |  48 |2467 |9182 |   0 |6467 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  40.1s|  7300 |    98 |202352 |  23.2 |   120M |  48 |2467 |9164 |5489 |6502 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  40.4s|  7400 |   101 |204355 |  23.2 |   120M |  48 |2467 |9154 |5489 |6502 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  40.6s|  7500 |    83 |206223 |  23.1 |   120M |  48 |2467 |9103 |5487 |6537 |  2 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  41.0s|  7600 |    91 |209606 |  23.2 |   120M |  48 |2467 |9081 |   0 |6553 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  41.2s|  7700 |    83 |210708 |  23.1 |   120M |  48 |2467 |9060 |5496 |6564 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.06/48.32	c  41.5s|  7800 |    80 |212298 |  23.0 |   120M |  48 |2467 |9125 |   0 |6627 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  41.8s|  7900 |    83 |213983 |  22.9 |   120M |  48 |2467 |9223 |5484 |6726 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  42.2s|  8000 |    89 |216591 |  23.0 |   120M |  48 |2467 |9293 |   0 |6934 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  42.5s|  8100 |    73 |219043 |  23.0 |   120M |  48 |2467 |9214 |5496 |7052 |  2 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  42.8s|  8200 |    58 |220536 |  22.9 |   120M |  48 |2467 |9154 |   0 |7075 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  43.1s|  8300 |    44 |221864 |  22.8 |   120M |  48 |2467 |9132 |5495 |7129 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  43.4s|  8400 |    43 |223362 |  22.7 |   120M |  48 |2467 |8860 |   0 |7181 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  43.7s|  8500 |    46 |225498 |  22.7 |   120M |  48 |2467 |8758 |   0 |7258 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  44.1s|  8600 |    47 |228517 |  22.8 |   120M |  48 |2467 |8787 |   0 |7500 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  44.4s|  8700 |    43 |231047 |  22.8 |   120M |  48 |2467 |8822 |5401 |7747 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  44.8s|  8800 |    48 |233314 |  22.8 |   121M |  48 |2467 |8913 |5426 |7971 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  45.2s|  8900 |    49 |236866 |  22.9 |   122M |  48 |2467 |9018 |   0 |8198 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  45.5s|  9000 |    44 |239197 |  22.9 |   122M |  48 |2467 |8990 |5401 |8435 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  45.9s|  9100 |    42 |242572 |  23.0 |   122M |  48 |2467 |9116 |   0 |8807 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  46.2s|  9200 |    44 |244845 |  23.0 |   122M |  48 |2467 |9062 |   0 |9040 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.06/48.32	c  46.7s|  9300 |    60 |250054 |  23.3 |   122M |  48 |2467 |9056 |5420 |9305 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  47.0s|  9400 |    39 |252188 |  23.3 |   122M |  48 |2467 |9111 |5401 |9456 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  47.3s|  9500 |    36 |254387 |  23.3 |   122M |  48 |2467 |9206 |   0 |9660 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
48.06/48.32	c  47.6s|  9600 |    35 |256148 |  23.2 |   122M |  48 |2467 |9085 |   0 |9740 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  47.9s|  9700 |    39 |258320 |  23.2 |   122M |  48 |2467 |9018 |   0 |9902 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  48.2s|  9800 |    39 |260811 |  23.2 |   122M |  48 |2467 |8978 |5401 |  10k|  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  48.6s|  9900 |    33 |263715 |  23.3 |   122M |  48 |2467 |8946 |5401 |  10k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  48.9s| 10000 |    32 |265212 |  23.2 |   122M |  48 |2467 |8922 |   0 |  10k|  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  49.2s| 10100 |    35 |266640 |  23.1 |   122M |  48 |2467 |8900 |5516 |  10k|  2 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  49.5s| 10200 |    44 |268346 |  23.1 |   122M |  48 |2467 |8848 |   0 |  10k|  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  49.9s| 10300 |    76 |271871 |  23.2 |   122M |  48 |2467 |8748 |5421 |  10k|  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  50.2s| 10400 |    82 |274459 |  23.2 |   122M |  48 |2467 |8792 |5414 |  10k|  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  50.5s| 10500 |    82 |276409 |  23.2 |   123M |  48 |2467 |8774 |5414 |  10k|  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  50.9s| 10600 |    92 |279416 |  23.2 |   123M |  48 |2467 |8754 |5422 |  11k|  2 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  51.2s| 10700 |    95 |280910 |  23.2 |   123M |  48 |2467 |8765 |5420 |  11k|  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.81/63.17	c  51.4s| 10800 |    91 |282254 |  23.1 |   123M |  48 |2467 |8832 |   0 |  11k|  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  51.7s| 10900 |    86 |283922 |  23.0 |   123M |  48 |2467 |8908 |   0 |  11k|  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  52.0s| 11000 |    85 |285645 |  23.0 |   123M |  48 |2467 |8923 |   0 |  11k|  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  52.3s| 11100 |    83 |287464 |  22.9 |   123M |  48 |2467 |8811 |   0 |  11k|  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  52.5s| 11200 |    75 |289049 |  22.9 |   123M |  48 |2467 |8904 |   0 |  11k|  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  52.8s| 11300 |    53 |290197 |  22.8 |   123M |  48 |2467 |8832 |5421 |  11k|  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  53.0s| 11400 |    40 |291651 |  22.7 |   123M |  48 |2467 |8699 |5419 |  11k|  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  53.3s| 11500 |    39 |293367 |  22.7 |   123M |  48 |2467 |8631 |   0 |  11k|  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  53.6s| 11600 |    45 |295239 |  22.7 |   123M |  48 |2467 |8542 |5414 |  11k|  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  53.8s| 11700 |    41 |296739 |  22.6 |   123M |  48 |2467 |8527 |   0 |  11k|  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  54.1s| 11800 |    39 |298375 |  22.5 |   123M |  48 |2467 |8511 |   0 |  11k|  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  54.4s| 11900 |    29 |300292 |  22.5 |   123M |  48 |2467 |8469 |   0 |  11k|  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  54.7s| 12000 |    32 |302640 |  22.5 |   123M |  48 |2467 |8468 |   0 |  12k|  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  55.0s| 12100 |    39 |303971 |  22.5 |   123M |  48 |2467 |8508 |5479 |  12k|  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  55.3s| 12200 |    46 |305289 |  22.4 |   123M |  48 |2467 |8536 |5479 |  12k|  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.81/63.17	c  55.6s| 12300 |    36 |306376 |  22.3 |   124M |  48 |2467 |8623 |   0 |  12k|  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  55.9s| 12400 |    34 |307730 |  22.2 |   124M |  48 |2467 |8663 |   0 |  12k|  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
62.81/63.17	c  56.2s| 12500 |    37 |309404 |  22.2 |   124M |  48 |2467 |8749 |5479 |  12k|  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.50%
62.81/63.17	c  56.5s| 12600 |    47 |311273 |  22.2 |   124M |  48 |2467 |8894 |   0 |  12k|  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |   0.51%
62.81/63.17	c  56.7s| 12700 |    35 |313052 |  22.1 |   124M |  48 |2467 |9184 |5479 |  12k|  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.52%
62.81/63.17	c  57.0s| 12800 |    43 |314221 |  22.0 |   124M |  48 |2467 |9415 |5480 |  12k|  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.52%
62.81/63.17	c  57.2s| 12900 |    35 |315865 |  22.0 |   124M |  48 |2467 |9756 |5480 |  12k|  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  57.4s| 13000 |    39 |316930 |  21.9 |   124M |  48 |2467 |9935 |5480 |  12k|  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  57.7s| 13100 |    37 |318278 |  21.9 |   124M |  48 |2467 |  10k|5479 |  12k|  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  57.9s| 13200 |    41 |319258 |  21.8 |   124M |  48 |2467 |  10k|   0 |  12k|  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  58.2s| 13300 |    40 |320243 |  21.7 |   124M |  48 |2467 |  10k|5479 |  12k|  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  58.4s| 13400 |    38 |321374 |  21.6 |   124M |  48 |2467 |  10k|5480 |  12k|  2 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  58.6s| 13500 |    42 |322296 |  21.5 |   124M |  48 |2467 |  10k|5479 |  12k|  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  58.8s| 13600 |    44 |323236 |  21.5 |   124M |  48 |2467 |  10k|   0 |  12k|  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  59.0s| 13700 |    40 |324252 |  21.4 |   124M |  48 |2467 |  10k|5479 |  12k|  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.81/63.17	c  59.2s| 13800 |    37 |325482 |  21.3 |   124M |  48 |2467 |  10k|5479 |  12k|  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
62.81/63.17	c  59.5s| 13900 |    38 |326815 |  21.3 |   124M |  48 |2467 |  10k|   0 |  12k|  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.54%
62.81/63.17	c  59.8s| 14000 |    44 |329394 |  21.3 |   126M |  48 |2467 |  10k|5480 |  12k|  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |   0.54%
62.81/63.17	c  60.0s| 14100 |    39 |330143 |  21.2 |   126M |  48 |2467 |  11k|5479 |  12k|  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.54%
62.81/63.17	c  60.2s| 14200 |    33 |331192 |  21.1 |   126M |  48 |2467 |  11k|   0 |  12k|  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.54%
62.81/63.17	c  60.5s| 14300 |    33 |332717 |  21.1 |   126M |  48 |2467 |  11k|5479 |  12k|  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.56%
62.81/63.17	c  60.8s| 14400 |    29 |334061 |  21.0 |   126M |  48 |2467 |  11k|5479 |  12k|  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |   0.57%
62.81/63.17	c  61.1s| 14500 |    34 |335429 |  21.0 |   127M |  48 |2467 |  11k|5463 |  12k|  2 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.59%
62.81/63.17	c  61.4s| 14600 |    27 |336099 |  20.9 |   127M |  48 |2467 |  10k|   0 |  12k|  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.63%
62.81/63.17	c  61.7s| 14700 |    28 |337636 |  20.9 |   128M |  48 |2467 |  10k|5460 |  12k|  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.66%
62.81/63.17	c  62.0s| 14800 |    34 |339779 |  20.9 |   129M |  48 |2467 |  10k|5509 |  12k|  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
62.81/63.17	c  62.4s| 14900 |    47 |342956 |  20.9 |   129M |  48 |2467 |  10k|5494 |  12k|  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
77.44/77.82	c  62.8s| 15000 |    50 |345276 |  20.9 |   129M |  48 |2467 |  10k|5496 |  12k|  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
77.44/77.82	c  63.1s| 15100 |    41 |346865 |  20.9 |   130M |  48 |2467 |  10k|   0 |  12k|  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
77.44/77.82	c  63.4s| 15200 |    45 |348975 |  20.9 |   130M |  48 |2467 |  10k|5499 |  12k|  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
77.44/77.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.44/77.82	c  63.8s| 15300 |    43 |351056 |  20.9 |   130M |  48 |2467 |  10k|5513 |  12k|  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
77.44/77.82	c  64.1s| 15400 |    36 |352089 |  20.9 |   130M |  48 |2467 |  10k|   0 |  12k|  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |   0.69%
77.44/77.82	c  64.4s| 15500 |    37 |353521 |  20.8 |   130M |  48 |2467 |  10k|5512 |  12k|  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
77.44/77.82	c  64.7s| 15600 |    40 |355638 |  20.8 |   130M |  48 |2467 |9959 |   0 |  13k|  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
77.44/77.82	c  65.2s| 15700 |    47 |360606 |  21.0 |   130M |  48 |2467 |9977 |   0 |  13k|  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
77.44/77.82	c  65.5s| 15800 |    41 |362784 |  21.0 |   130M |  48 |2467 |  10k|   0 |  13k|  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
77.44/77.82	c  65.8s| 15900 |    39 |364196 |  21.0 |   130M |  48 |2467 |  10k|5500 |  13k|  2 |  34k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
77.44/77.82	c  66.1s| 16000 |    38 |365865 |  20.9 |   130M |  48 |2467 |  10k|   0 |  13k|  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
77.44/77.82	c  66.3s| 16100 |    33 |367005 |  20.9 |   130M |  48 |2467 |  10k|   0 |  13k|  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
77.44/77.82	c  66.6s| 16200 |    39 |368125 |  20.8 |   130M |  48 |2467 |  10k|   0 |  13k|  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |   0.72%
77.44/77.82	c  66.8s| 16300 |    39 |369275 |  20.8 |   130M |  48 |2467 |  10k|   0 |  13k|  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
77.44/77.82	c  67.0s| 16400 |    43 |370088 |  20.7 |   130M |  48 |2467 |  10k|5490 |  13k|  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
77.44/77.82	c  67.3s| 16500 |    36 |371322 |  20.6 |   130M |  48 |2467 |9923 |   0 |  13k|  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
77.44/77.82	c  67.5s| 16600 |    45 |372734 |  20.6 |   130M |  48 |2467 |9785 |   0 |  13k|  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.74%
77.44/77.82	c  67.8s| 16700 |    41 |375579 |  20.6 |   130M |  48 |2467 |9792 |   0 |  13k|  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |   0.74%
77.44/77.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.44/77.82	c  68.1s| 16800 |    38 |377219 |  20.6 |   130M |  48 |2467 |9937 |5498 |  13k|  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.74%
77.44/77.82	c  68.3s| 16900 |    41 |378626 |  20.6 |   130M |  48 |2467 |9993 |   0 |  13k|  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.74%
77.44/77.82	c  68.6s| 17000 |    39 |380121 |  20.6 |   130M |  48 |2467 |  10k|   0 |  13k|  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.74%
77.44/77.82	c  68.9s| 17100 |    37 |382663 |  20.6 |   130M |  48 |2467 |  10k|   0 |  13k|  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.75%
77.44/77.82	c  69.1s| 17200 |    41 |384403 |  20.6 |   130M |  48 |2467 |  10k|5512 |  13k|  2 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.75%
77.44/77.82	c  69.4s| 17300 |    48 |385932 |  20.5 |   130M |  48 |2467 |  10k|5513 |  13k|  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |   0.76%
77.44/77.82	c  69.6s| 17400 |    39 |387144 |  20.5 |   131M |  48 |2467 |  10k|   0 |  13k|  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.76%
77.44/77.82	c  69.9s| 17500 |    38 |388502 |  20.4 |   131M |  48 |2467 |9909 |5509 |  13k|  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
77.44/77.82	c  70.2s| 17600 |    38 |390028 |  20.4 |   131M |  48 |2467 |9895 |   0 |  13k|  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
77.44/77.82	c  70.5s| 17700 |    43 |392329 |  20.4 |   131M |  48 |2467 |9981 |5514 |  13k|  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |   0.77%
77.44/77.82	c  70.7s| 17800 |    35 |393533 |  20.4 |   131M |  48 |2467 |  10k|   0 |  14k|  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.78%
77.44/77.82	c  71.0s| 17900 |    37 |394609 |  20.3 |   131M |  48 |2467 |9962 |5509 |  14k|  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
77.44/77.82	c  71.3s| 18000 |    38 |396224 |  20.3 |   131M |  48 |2467 |  10k|   0 |  14k|  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
77.44/77.82	c  71.6s| 18100 |    40 |398581 |  20.3 |   131M |  48 |2467 |  10k|5509 |  14k|  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
77.44/77.82	c  72.0s| 18200 |    36 |400374 |  20.3 |   131M |  48 |2467 |  10k|5512 |  14k|  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
77.44/77.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.44/77.82	c  72.2s| 18300 |    38 |401592 |  20.3 |   131M |  48 |2467 |  10k|5513 |  14k|  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
77.44/77.82	c  72.5s| 18400 |    38 |403078 |  20.3 |   131M |  48 |2467 |  10k|   0 |  14k|  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
77.44/77.82	c  72.8s| 18500 |    37 |404637 |  20.2 |   131M |  48 |2467 |  10k|5509 |  14k|  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.80%
77.44/77.82	c  73.0s| 18600 |    41 |405688 |  20.2 |   131M |  48 |2467 |  10k|   0 |  14k|  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
77.44/77.82	c  73.2s| 18700 |    40 |406841 |  20.1 |   131M |  48 |2467 |  10k|5512 |  14k|  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
77.44/77.82	c  73.5s| 18800 |    44 |408482 |  20.1 |   131M |  48 |2467 |  10k|5490 |  14k|  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
77.44/77.82	c  73.8s| 18900 |    47 |410046 |  20.1 |   131M |  48 |2467 |  10k|   0 |  14k|  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.81%
77.44/77.82	c  74.0s| 19000 |    38 |411561 |  20.1 |   131M |  48 |2467 |9994 |   0 |  14k|  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
77.44/77.82	c  74.3s| 19100 |    41 |413591 |  20.1 |   131M |  48 |2467 |9835 |5490 |  14k|  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
77.44/77.82	c  74.6s| 19200 |    32 |414747 |  20.0 |   131M |  48 |2467 |9853 |5509 |  14k|  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
77.44/77.82	c  74.8s| 19300 |    35 |416354 |  20.0 |   131M |  48 |2467 |9960 |5512 |  14k|  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
77.44/77.82	c  75.1s| 19400 |    32 |418641 |  20.0 |   131M |  48 |2467 |  10k|5513 |  14k|  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.82%
77.44/77.82	c  75.4s| 19500 |    34 |420491 |  20.0 |   131M |  48 |2467 |  10k|5512 |  14k|  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
77.44/77.82	c  75.7s| 19600 |    32 |422102 |  20.0 |   131M |  48 |2467 |9930 |   0 |  14k|  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
77.44/77.82	c  76.0s| 19700 |    45 |424203 |  20.0 |   131M |  48 |2467 |9916 |5496 |  14k|  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.83%
77.44/77.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.44/77.82	c  76.2s| 19800 |    41 |425764 |  20.0 |   131M |  48 |2467 |9977 |5501 |  14k|  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
77.44/77.82	c  76.5s| 19900 |    43 |428058 |  20.0 |   131M |  48 |2467 |  10k|5498 |  14k|  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
77.44/77.82	c  76.9s| 20000 |    42 |430442 |  20.0 |   131M |  48 |2467 |9988 |5490 |  15k|  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
77.44/77.82	c  77.1s| 20100 |    43 |431868 |  20.0 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.84%
91.48/91.93	c  77.4s| 20200 |    42 |433718 |  20.0 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  77.7s| 20300 |    41 |435021 |  19.9 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  78.0s| 20400 |    54 |437409 |  20.0 |   131M |  48 |2467 |  10k|5499 |  15k|  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  78.3s| 20500 |    48 |438984 |  19.9 |   131M |  48 |2467 |  10k|5490 |  15k|  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  78.6s| 20600 |    45 |440040 |  19.9 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  78.9s| 20700 |    42 |441523 |  19.9 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  79.2s| 20800 |    46 |442824 |  19.8 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  79.4s| 20900 |    46 |443901 |  19.8 |   131M |  48 |2467 |  10k|5497 |  15k|  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  79.7s| 21000 |    45 |445620 |  19.8 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  80.0s| 21100 |    45 |447116 |  19.8 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.85%
91.48/91.93	c  80.3s| 21200 |    46 |448490 |  19.7 |   131M |  48 |2467 |  10k|5490 |  15k|  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.86%
91.48/91.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.48/91.93	c  80.6s| 21300 |    39 |449739 |  19.7 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.86%
91.48/91.93	c  80.9s| 21400 |    39 |451011 |  19.7 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.86%
91.48/91.93	c  81.2s| 21500 |    39 |452319 |  19.6 |   131M |  48 |2467 |  10k|5490 |  15k|  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.86%
91.48/91.93	c  81.5s| 21600 |    36 |453507 |  19.6 |   131M |  48 |2467 |  10k|   0 |  15k|  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.86%
91.48/91.93	c  81.8s| 21700 |    44 |455185 |  19.6 |   132M |  48 |2467 |  10k|   0 |  15k|  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.86%
91.48/91.93	c  82.1s| 21800 |    54 |456295 |  19.6 |   132M |  48 |2467 |  10k|   0 |  16k|  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   0.87%
91.48/91.93	c  82.3s| 21900 |    56 |458126 |  19.6 |   132M |  48 |2467 |  10k|   0 |  16k|  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.87%
91.48/91.93	c  82.6s| 22000 |    49 |459380 |  19.5 |   132M |  48 |2467 |  10k|5500 |  16k|  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.87%
91.48/91.93	c  82.8s| 22100 |    47 |460632 |  19.5 |   132M |  48 |2467 |  10k|5494 |  16k|  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.87%
91.48/91.93	c  83.0s| 22200 |    36 |461896 |  19.5 |   132M |  48 |2467 |  10k|5499 |  16k|  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.87%
91.48/91.93	c  83.3s| 22300 |    32 |463178 |  19.4 |   132M |  48 |2467 |  10k|5499 |  16k|  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.88%
91.48/91.93	c  83.5s| 22400 |    29 |464562 |  19.4 |   132M |  48 |2467 |  10k|5486 |  16k|  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   0.88%
91.48/91.93	c  83.9s| 22500 |    45 |466213 |  19.4 |   134M |  48 |2467 |  10k|   0 |  16k|  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.88%
91.48/91.93	c  84.1s| 22600 |    39 |467091 |  19.4 |   134M |  48 |2467 |  10k|5480 |  16k|  2 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.89%
91.48/91.93	c  84.4s| 22700 |    36 |468995 |  19.4 |   134M |  48 |2467 |9962 |5467 |  16k|  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.89%
91.48/91.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.48/91.93	c  84.6s| 22800 |    52 |470830 |  19.3 |   134M |  48 |2467 |9917 |   0 |  16k|  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.89%
91.48/91.93	c  84.9s| 22900 |    61 |472679 |  19.3 |   134M |  48 |2467 |9830 |   0 |  16k|  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   0.89%
91.48/91.93	c  85.2s| 23000 |    60 |473814 |  19.3 |   134M |  48 |2467 |9711 |5485 |  16k|  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  85.4s| 23100 |    44 |474927 |  19.3 |   134M |  48 |2467 |9644 |5483 |  16k|  2 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  85.6s| 23200 |    51 |476379 |  19.3 |   134M |  48 |2467 |9634 |   0 |  16k|  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  85.9s| 23300 |    44 |477422 |  19.2 |   134M |  48 |2467 |9575 |5480 |  16k|  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  86.1s| 23400 |    48 |478240 |  19.2 |   134M |  48 |2467 |9541 |   0 |  16k|  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  86.3s| 23500 |    52 |479261 |  19.1 |   134M |  48 |2467 |9523 |5484 |  16k|  2 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  86.5s| 23600 |    44 |480274 |  19.1 |   134M |  48 |2467 |9552 |   0 |  16k|  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  86.7s| 23700 |    46 |481467 |  19.1 |   134M |  48 |2467 |9502 |   0 |  17k|  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  86.9s| 23800 |    57 |482329 |  19.0 |   134M |  48 |2467 |9445 |   0 |  17k|  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.90%
91.48/91.93	c  87.2s| 23900 |    50 |483330 |  19.0 |   134M |  48 |2467 |9406 |5481 |  17k|  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
91.48/91.93	c  87.5s| 24000 |    43 |484410 |  19.0 |   134M |  48 |2467 |9325 |5480 |  17k|  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
91.48/91.93	c  87.8s| 24100 |    45 |486425 |  19.0 |   134M |  48 |2467 |9323 |   0 |  17k|  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
91.48/91.93	c  88.1s| 24200 |    49 |487287 |  18.9 |   134M |  48 |2467 |9325 |5485 |  17k|  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.92%
91.48/91.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.48/91.93	c  88.3s| 24300 |    44 |488119 |  18.9 |   134M |  48 |2467 |9350 |5484 |  17k|  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.92%
91.48/91.93	c  88.6s| 24400 |    41 |489977 |  18.9 |   134M |  48 |2467 |9298 |   0 |  17k|  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.92%
91.48/91.93	c  88.9s| 24500 |    35 |490875 |  18.8 |   134M |  48 |2467 |9333 |   0 |  17k|  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
91.48/91.93	c  89.2s| 24600 |    41 |493351 |  18.9 |   134M |  48 |2467 |9265 |5469 |  17k|  2 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
91.48/91.93	c  89.5s| 24700 |    33 |494149 |  18.8 |   135M |  48 |2467 |9260 |   0 |  17k|  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
91.48/91.93	c  89.7s| 24800 |    29 |495149 |  18.8 |   135M |  48 |2467 |9280 |   0 |  17k|  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.95%
91.48/91.93	c  90.1s| 24900 |    32 |498110 |  18.8 |   135M |  48 |2467 |9159 |5483 |  17k|  2 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.96%
91.48/91.93	c  90.4s| 25000 |    33 |499055 |  18.8 |   135M |  48 |2467 |9206 |   0 |  17k|  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.96%
91.48/91.93	c  90.6s| 25100 |    33 |500121 |  18.8 |   135M |  48 |2467 |9290 |   0 |  17k|  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.96%
91.48/91.93	c  90.8s| 25200 |    38 |501245 |  18.7 |   135M |  48 |2467 |9341 |5484 |  17k|  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   0.96%
91.48/91.93	c  91.1s| 25300 |    49 |502513 |  18.7 |   135M |  48 |2467 |9381 |   0 |  17k|  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.96%
91.48/91.93	c  91.3s| 25400 |    53 |503500 |  18.7 |   135M |  48 |2467 |9367 |   0 |  17k|  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.97%
105.32/105.81	c  91.5s| 25500 |    57 |505531 |  18.7 |   135M |  48 |2467 |9373 |5480 |  17k|  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.97%
105.32/105.81	c  91.8s| 25600 |    50 |506688 |  18.7 |   135M |  48 |2467 |9487 |   0 |  17k|  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.98%
105.32/105.81	c  92.0s| 25700 |    48 |507580 |  18.6 |   135M |  48 |2467 |9497 |   0 |  17k|  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   0.99%
105.32/105.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.32/105.81	c  92.2s| 25800 |    54 |508729 |  18.6 |   135M |  48 |2467 |9552 |   0 |  17k|  0 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   0.99%
105.32/105.81	c  92.4s| 25900 |    53 |509824 |  18.6 |   135M |  48 |2467 |9512 |   0 |  17k|  0 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   1.00%
105.32/105.81	c  92.7s| 26000 |    32 |511317 |  18.5 |   135M |  48 |2467 |9475 |5486 |  17k|  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   1.03%
105.32/105.81	c  92.9s| 26100 |    26 |512514 |  18.5 |   135M |  48 |2467 |9381 |5467 |  17k|  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
105.32/105.81	c  93.1s| 26200 |    26 |513951 |  18.5 |   135M |  48 |2467 |9339 |5482 |  17k|  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   1.08%
105.32/105.81	c  93.4s| 26300 |    24 |515279 |  18.5 |   136M |  48 |2467 |9342 |   0 |  17k|  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   1.16%
105.32/105.81	c  93.6s| 26400 |    29 |516335 |  18.5 |   136M |  48 |2467 |9411 |5490 |  17k|  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   1.18%
105.32/105.81	c  93.8s| 26500 |    26 |517374 |  18.4 |   136M |  48 |2467 |9501 |5488 |  18k|  2 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
105.32/105.81	c  94.1s| 26600 |    36 |519154 |  18.4 |   136M |  48 |2467 |9476 |   0 |  18k|  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   1.20%
105.32/105.81	c  94.3s| 26700 |    36 |520331 |  18.4 |   136M |  48 |2467 |9486 |5486 |  18k|  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   1.20%
105.32/105.81	c  94.6s| 26800 |    29 |521313 |  18.4 |   136M |  48 |2467 |9519 |5482 |  18k|  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   1.21%
105.32/105.81	c  94.9s| 26900 |    33 |523088 |  18.4 |   136M |  48 |2467 |9614 |5486 |  18k|  2 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   1.22%
105.32/105.81	c  95.1s| 27000 |    28 |524449 |  18.4 |   136M |  48 |2467 |9654 |   0 |  18k|  0 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   1.22%
105.32/105.81	c  95.5s| 27100 |    33 |527457 |  18.4 |   136M |  48 |2467 |9657 |5489 |  18k|  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   1.23%
105.32/105.81	c  95.8s| 27200 |    27 |528459 |  18.4 |   136M |  48 |2467 |9710 |   0 |  18k|  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   1.23%
105.32/105.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.32/105.81	c  96.1s| 27300 |    28 |529531 |  18.3 |   136M |  48 |2467 |9782 |5492 |  18k|  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   1.23%
105.32/105.81	c  96.4s| 27400 |    25 |530958 |  18.3 |   136M |  48 |2467 |9788 |5493 |  18k|  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   1.24%
105.32/105.81	c  96.7s| 27500 |    31 |533077 |  18.3 |   136M |  48 |2467 |9838 |   0 |  18k|  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   1.24%
105.32/105.81	c  96.9s| 27600 |    33 |534263 |  18.3 |   136M |  48 |2467 |9840 |   0 |  18k|  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
105.32/105.81	c  97.2s| 27700 |    28 |535396 |  18.3 |   136M |  48 |2467 |9865 |5487 |  18k|  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.25%
105.32/105.81	c  97.5s| 27800 |    23 |536645 |  18.3 |   136M |  48 |2467 |9826 |5482 |  18k|  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
105.32/105.81	c  97.8s| 27900 |    29 |537851 |  18.2 |   136M |  48 |2467 |9841 |5488 |  18k|  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
105.32/105.81	c  98.2s| 28000 |    35 |541479 |  18.3 |   137M |  48 |2467 |9678 |5472 |  18k|  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
105.32/105.81	c  98.5s| 28100 |    36 |543057 |  18.3 |   137M |  48 |2467 |9914 |5483 |  18k|  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.36%
105.32/105.81	c  98.8s| 28200 |    36 |544444 |  18.3 |   137M |  48 |2467 |  10k|5484 |  18k|  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.39%
105.32/105.81	c  99.1s| 28300 |    28 |545551 |  18.3 |   137M |  48 |2467 |  10k|5477 |  19k|  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   1.40%
105.32/105.81	c  99.4s| 28400 |    23 |546673 |  18.2 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.43%
105.32/105.81	c  99.8s| 28500 |    25 |549170 |  18.3 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.47%
105.32/105.81	c   100s| 28600 |    32 |550866 |  18.3 |   137M |  48 |2467 |  10k|5487 |  19k|  1 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.47%
105.32/105.81	c   100s| 28700 |    24 |552592 |  18.3 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.48%
105.32/105.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.32/105.81	c   101s| 28800 |    32 |553849 |  18.2 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   1.49%
105.32/105.81	c   101s| 28900 |    32 |556554 |  18.3 |   137M |  48 |2467 |  10k|5490 |  19k|  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.50%
105.32/105.81	c   101s| 29000 |    40 |557843 |  18.2 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.50%
105.32/105.81	c   102s| 29100 |    38 |559368 |  18.2 |   137M |  48 |2467 |  10k|5490 |  19k|  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.50%
105.32/105.81	c   102s| 29200 |    38 |561745 |  18.3 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   1.50%
105.32/105.81	c   102s| 29300 |    45 |563109 |  18.2 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.50%
105.32/105.81	c   102s| 29400 |    36 |564050 |  18.2 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.50%
105.32/105.81	c   102s| 29500 |    32 |565283 |  18.2 |   137M |  48 |2467 |  10k|5485 |  19k|  2 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.51%
105.32/105.81	c   103s| 29600 |    36 |566515 |  18.2 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.51%
105.32/105.81	c   103s| 29700 |    27 |567759 |  18.1 |   137M |  48 |2467 |  10k|5481 |  19k|  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   1.52%
105.32/105.81	c   103s| 29800 |    29 |568991 |  18.1 |   137M |  48 |2467 |  10k|   0 |  19k|  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.53%
105.32/105.81	c   104s| 29900 |    30 |570295 |  18.1 |   137M |  48 |2467 |  10k|5489 |  19k|  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.54%
105.32/105.81	c   104s| 30000 |    24 |571438 |  18.1 |   137M |  48 |2467 |  10k|5481 |  20k|  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.55%
105.32/105.81	c   104s| 30100 |    32 |573484 |  18.1 |   137M |  48 |2467 |  10k|   0 |  20k|  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   1.56%
105.32/105.81	c   104s| 30200 |    26 |574576 |  18.1 |   137M |  48 |2467 |  10k|5480 |  20k|  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.57%
105.32/105.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.32/105.81	c   104s| 30300 |    27 |575698 |  18.1 |   137M |  48 |2467 |  10k|   0 |  20k|  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.58%
105.32/105.81	c   105s| 30400 |    30 |577399 |  18.1 |   137M |  48 |2467 |  10k|5480 |  20k|  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.60%
105.32/105.81	c   105s| 30500 |    30 |578358 |  18.0 |   137M |  48 |2467 |  10k|5487 |  20k|  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.61%
105.32/105.81	c   105s| 30600 |    28 |579637 |  18.0 |   137M |  48 |2467 |  10k|5480 |  20k|  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   1.62%
120.05/120.62	c   105s| 30700 |    25 |580754 |  18.0 |   137M |  48 |2467 |  11k|5480 |  20k|  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.64%
120.05/120.62	c   106s| 30800 |    36 |581787 |  18.0 |   137M |  48 |2467 |  11k|5490 |  20k|  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.64%
120.05/120.62	c   106s| 30900 |    31 |582648 |  17.9 |   137M |  48 |2467 |  11k|   0 |  20k|  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.64%
120.05/120.62	c   106s| 31000 |    32 |583672 |  17.9 |   137M |  48 |2467 |  11k|5485 |  20k|  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.65%
120.05/120.62	c   106s| 31100 |    32 |584433 |  17.9 |   137M |  48 |2467 |  11k|5486 |  20k|  2 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.65%
120.05/120.62	c   107s| 31200 |    24 |585220 |  17.8 |   137M |  48 |2467 |  11k|   0 |  20k|  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   1.65%
120.05/120.62	c   107s| 31300 |    27 |585968 |  17.8 |   137M |  48 |2467 |  11k|5489 |  20k|  2 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   1.65%
120.05/120.62	c   107s| 31400 |    24 |587260 |  17.8 |   137M |  48 |2467 |  11k|   0 |  20k|  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   1.65%
120.05/120.62	c   107s| 31500 |    19 |588343 |  17.8 |   137M |  48 |2467 |  11k|   0 |  20k|  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   1.65%
120.05/120.62	c   108s| 31600 |    28 |591767 |  17.8 |   138M |  48 |2467 |  11k|   0 |  20k|  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   1.66%
120.05/120.62	c   108s| 31700 |    31 |594896 |  17.9 |   138M |  48 |2467 |  11k|5491 |  21k|  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   1.67%
120.05/120.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.05/120.62	c   109s| 31800 |    24 |596079 |  17.8 |   138M |  48 |2467 |  11k|5491 |  21k|  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   1.68%
120.05/120.62	c   109s| 31900 |    29 |597221 |  17.8 |   138M |  48 |2467 |  11k|5492 |  21k|  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   1.69%
120.05/120.62	c   109s| 32000 |    34 |599582 |  17.8 |   139M |  48 |2467 |  11k|5483 |  21k|  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   1.70%
120.05/120.62	c   109s| 32100 |    39 |601073 |  17.8 |   139M |  48 |2467 |  11k|5494 |  21k|  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   1.70%
120.05/120.62	c   110s| 32200 |    33 |602679 |  17.8 |   139M |  48 |2467 |  11k|5483 |  21k|  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   1.71%
120.05/120.62	c   110s| 32300 |    30 |604374 |  17.8 |   139M |  48 |2467 |  11k|   0 |  21k|  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   1.72%
120.05/120.62	c   110s| 32400 |    37 |606029 |  17.8 |   139M |  48 |2467 |  11k|5491 |  21k|  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   1.74%
120.05/120.62	c   111s| 32500 |    32 |607589 |  17.8 |   139M |  48 |2467 |  11k|5493 |  21k|  2 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   1.74%
120.05/120.62	c   111s| 32600 |    29 |609201 |  17.8 |   139M |  48 |2467 |  11k|   0 |  21k|  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   1.75%
120.05/120.62	c   111s| 32700 |    30 |610769 |  17.8 |   139M |  48 |2467 |  11k|   0 |  21k|  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   1.76%
120.05/120.62	c   111s| 32800 |    30 |612658 |  17.8 |   139M |  48 |2467 |  11k|5491 |  21k|  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   1.77%
120.05/120.62	c   112s| 32900 |    40 |616715 |  17.9 |   140M |  48 |2467 |  11k|5478 |  21k|  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   1.79%
120.05/120.62	c   112s| 33000 |    35 |619750 |  17.9 |   140M |  48 |2467 |  11k|   0 |  21k|  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   1.80%
120.05/120.62	c   112s| 33100 |    42 |621385 |  17.9 |   140M |  48 |2467 |  11k|5476 |  21k|  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   1.81%
120.05/120.62	c   113s| 33200 |    31 |622612 |  17.9 |   140M |  48 |2467 |  11k|   0 |  21k|  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   1.82%
120.05/120.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.05/120.62	c   113s| 33300 |    41 |623778 |  17.9 |   140M |  48 |2467 |  11k|5476 |  21k|  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   1.82%
120.05/120.62	c   113s| 33400 |    39 |624902 |  17.9 |   140M |  48 |2467 |  11k|   0 |  21k|  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   1.83%
120.05/120.62	c   113s| 33500 |    37 |626186 |  17.8 |   140M |  48 |2467 |  11k|   0 |  21k|  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   1.83%
120.05/120.62	c   113s| 33600 |    37 |627859 |  17.8 |   141M |  48 |2467 |  11k|5480 |  21k|  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   1.84%
120.05/120.62	c   114s| 33700 |    51 |629207 |  17.8 |   141M |  48 |2467 |  11k|   0 |  21k|  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   1.84%
120.05/120.62	c   114s| 33800 |    37 |630378 |  17.8 |   141M |  48 |2467 |  11k|   0 |  21k|  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   1.84%
120.05/120.62	c   114s| 33900 |    45 |631810 |  17.8 |   141M |  48 |2467 |  11k|5481 |  21k|  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   1.85%
120.05/120.62	c   114s| 34000 |    46 |632765 |  17.8 |   141M |  48 |2467 |  11k|   0 |  21k|  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   1.85%
120.05/120.62	c   115s| 34100 |    39 |633713 |  17.8 |   141M |  48 |2467 |  11k|   0 |  21k|  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   1.85%
120.05/120.62	c   115s| 34200 |    39 |634695 |  17.7 |   141M |  48 |2467 |  11k|   0 |  22k|  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   1.85%
120.05/120.62	c   115s| 34300 |    30 |636022 |  17.7 |   141M |  48 |2467 |  11k|5476 |  22k|  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   1.85%
120.05/120.62	c   115s| 34400 |    31 |636969 |  17.7 |   141M |  48 |2467 |  11k|5476 |  22k|  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   1.87%
120.05/120.62	c   115s| 34500 |    32 |638003 |  17.7 |   141M |  48 |2467 |  11k|   0 |  22k|  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   1.88%
120.05/120.62	c   116s| 34600 |    27 |639498 |  17.7 |   141M |  48 |2467 |  11k|5491 |  22k|  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   1.90%
120.05/120.62	c   116s| 34700 |    26 |640736 |  17.6 |   141M |  48 |2467 |  11k|   0 |  22k|  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   1.91%
120.05/120.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.05/120.62	c   116s| 34800 |    31 |642550 |  17.7 |   141M |  48 |2467 |  11k|   0 |  22k|  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   1.92%
120.05/120.62	c   117s| 34900 |    20 |644081 |  17.6 |   141M |  48 |2467 |  11k|   0 |  22k|  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   1.95%
120.05/120.62	c   117s| 35000 |    34 |647087 |  17.7 |   142M |  48 |2467 |  11k|5497 |  22k|  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   1.96%
120.05/120.62	c   117s| 35100 |    35 |648063 |  17.7 |   142M |  48 |2467 |  11k|5497 |  22k|  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   1.96%
120.05/120.62	c   118s| 35200 |    29 |649304 |  17.6 |   142M |  48 |2467 |  11k|5498 |  22k|  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   1.96%
120.05/120.62	c   118s| 35300 |    35 |651653 |  17.7 |   142M |  48 |2467 |  11k|5496 |  22k|  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   1.96%
120.05/120.62	c   118s| 35400 |    29 |653378 |  17.7 |   142M |  48 |2467 |  11k|   0 |  22k|  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   1.97%
120.05/120.62	c   119s| 35500 |    30 |654592 |  17.6 |   142M |  48 |2467 |  11k|5497 |  22k|  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   1.97%
120.05/120.62	c   119s| 35600 |    25 |656386 |  17.6 |   142M |  48 |2467 |  11k|   0 |  22k|  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   1.97%
120.05/120.62	c   119s| 35700 |    24 |659787 |  17.7 |   142M |  48 |2467 |  11k|5495 |  22k|  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   1.97%
120.05/120.62	c   120s| 35800 |    33 |660819 |  17.7 |   142M |  48 |2467 |  11k|5496 |  22k|  2 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   1.98%
120.05/120.62	c   120s| 35900 |    28 |663056 |  17.7 |   142M |  48 |2467 |  10k|   0 |  22k|  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   1.98%
138.26/138.96	c   120s| 36000 |    31 |664378 |  17.7 |   142M |  48 |2467 |  11k|   0 |  22k|  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   1.98%
138.26/138.96	c   121s| 36100 |    36 |666695 |  17.7 |   142M |  48 |2467 |  10k|   0 |  22k|  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.00%
138.26/138.96	c   121s| 36200 |    27 |668069 |  17.7 |   142M |  48 |2467 |  10k|5495 |  22k|  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   2.00%
138.26/138.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.26/138.96	c   121s| 36300 |    22 |669322 |  17.7 |   142M |  48 |2467 |  10k|   0 |  22k|  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.01%
138.26/138.96	c   121s| 36400 |    24 |670497 |  17.6 |   142M |  48 |2467 |  10k|5495 |  22k|  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.03%
138.26/138.96	c   122s| 36500 |    79 |675103 |  17.7 |   143M |  48 |2467 |  10k|5477 |  22k|  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.03%
138.26/138.96	c   122s| 36600 |    67 |676871 |  17.7 |   145M |  48 |2467 |  10k|5485 |  22k|  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.03%
138.26/138.96	c   123s| 36700 |    59 |678097 |  17.7 |   145M |  48 |2467 |  10k|5475 |  23k|  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.03%
138.26/138.96	c   123s| 36800 |    48 |679511 |  17.7 |   145M |  48 |2467 |  10k|5479 |  23k|  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   2.05%
138.26/138.96	c   123s| 36900 |    44 |681067 |  17.7 |   145M |  48 |2467 |  10k|5481 |  23k|  2 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.08%
138.26/138.96	c   124s| 37000 |    43 |682872 |  17.7 |   146M |  48 |2467 |  11k|5483 |  23k|  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.09%
138.26/138.96	c   124s| 37100 |    39 |684465 |  17.7 |   146M |  48 |2467 |  11k|5487 |  23k|  2 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.11%
138.26/138.96	c   124s| 37200 |    45 |686235 |  17.7 |   146M |  48 |2467 |  11k|5500 |  23k|  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   2.12%
138.26/138.96	c   124s| 37300 |    36 |687179 |  17.7 |   146M |  48 |2467 |  11k|   0 |  23k|  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.12%
138.26/138.96	c   125s| 37400 |    36 |689202 |  17.7 |   146M |  48 |2467 |  11k|5461 |  23k|  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.14%
138.26/138.96	c   125s| 37500 |    38 |690413 |  17.7 |   146M |  48 |2467 |  10k|5502 |  23k|  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.16%
138.26/138.96	c   125s| 37600 |    28 |692148 |  17.7 |   146M |  48 |2467 |  10k|5495 |  23k|  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.18%
138.26/138.96	c   126s| 37700 |    48 |695693 |  17.7 |   146M |  48 |2467 |  10k|5502 |  23k|  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   2.18%
138.26/138.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.26/138.96	c   126s| 37800 |    44 |697177 |  17.7 |   146M |  48 |2467 |  10k|   0 |  23k|  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.18%
138.26/138.96	c   126s| 37900 |    43 |699673 |  17.7 |   146M |  48 |2467 |  11k|5510 |  23k|  2 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.18%
138.26/138.96	c   126s| 38000 |    46 |701130 |  17.7 |   146M |  48 |2467 |  11k|5500 |  23k|  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.18%
138.26/138.96	c   127s| 38100 |    46 |703264 |  17.7 |   146M |  48 |2467 |  11k|5500 |  24k|  2 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   2.19%
138.26/138.96	c   127s| 38200 |    46 |705038 |  17.7 |   146M |  48 |2467 |  11k|5498 |  24k|  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.19%
138.26/138.96	c   127s| 38300 |    43 |707106 |  17.7 |   147M |  48 |2467 |  11k|   0 |  24k|  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.19%
138.26/138.96	c   128s| 38400 |    42 |709169 |  17.7 |   147M |  48 |2467 |  11k|5496 |  24k|  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.19%
138.26/138.96	c   128s| 38500 |    38 |711335 |  17.7 |   147M |  48 |2467 |  11k|5498 |  24k|  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   2.19%
138.26/138.96	c   128s| 38600 |    41 |714596 |  17.8 |   147M |  48 |2467 |  11k|5504 |  24k|  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.20%
138.26/138.96	c   129s| 38700 |    47 |716418 |  17.8 |   147M |  48 |2467 |  11k|5504 |  24k|  2 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.20%
138.26/138.96	c   129s| 38800 |    42 |718109 |  17.8 |   147M |  48 |2467 |  11k|   0 |  24k|  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
138.26/138.96	c   129s| 38900 |    43 |720268 |  17.8 |   147M |  48 |2467 |  11k|   0 |  24k|  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
138.26/138.96	c   130s| 39000 |    43 |721828 |  17.8 |   147M |  48 |2467 |  10k|5498 |  24k|  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
138.26/138.96	c   130s| 39100 |    49 |722615 |  17.8 |   147M |  48 |2467 |  10k|5499 |  24k|  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
138.26/138.96	c   130s| 39200 |    32 |723906 |  17.7 |   147M |  48 |2467 |  11k|   0 |  24k|  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
138.26/138.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.26/138.96	c   131s| 39300 |    39 |726951 |  17.8 |   147M |  48 |2467 |  10k|5502 |  24k|  2 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.23%
138.26/138.96	c   131s| 39400 |    33 |729287 |  17.8 |   148M |  48 |2467 |  11k|   0 |  24k|  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   2.23%
138.26/138.96	c   132s| 39500 |    36 |731258 |  17.8 |   148M |  48 |2467 |  11k|   0 |  24k|  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.24%
138.26/138.96	c   132s| 39600 |    38 |733116 |  17.8 |   148M |  48 |2467 |  11k|   0 |  25k|  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.24%
138.26/138.96	c   132s| 39700 |    35 |735846 |  17.8 |   148M |  48 |2467 |  11k|   0 |  25k|  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.27%
138.26/138.96	c   133s| 39800 |    38 |739516 |  17.9 |   148M |  48 |2467 |  11k|5476 |  25k|  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   2.30%
138.26/138.96	c   133s| 39900 |    38 |742642 |  17.9 |   148M |  48 |2467 |  11k|   0 |  25k|  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.35%
138.26/138.96	c   134s| 40000 |    35 |744361 |  17.9 |   148M |  48 |2467 |  11k|5461 |  25k|  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.38%
138.26/138.96	c   134s| 40100 |    28 |746572 |  17.9 |   148M |  48 |2467 |  11k|5476 |  25k|  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.40%
138.26/138.96	c   135s| 40200 |    49 |750659 |  18.0 |   149M |  48 |2467 |  11k|   0 |  25k|  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   2.42%
138.26/138.96	c   135s| 40300 |    55 |753997 |  18.0 |   149M |  48 |2467 |  11k|5506 |  25k|  2 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.43%
138.26/138.96	c   135s| 40400 |    36 |755541 |  18.0 |   149M |  48 |2467 |  11k|5499 |  25k|  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.44%
138.26/138.96	c   136s| 40500 |    31 |756992 |  18.0 |   149M |  48 |2467 |  11k|   0 |  25k|  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.47%
138.26/138.96	c   136s| 40600 |    42 |760586 |  18.0 |   149M |  48 |2467 |  11k|5504 |  25k|  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   2.50%
138.26/138.96	c   137s| 40700 |    52 |762490 |  18.0 |   150M |  48 |2467 |  11k|5501 |  26k|  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.54%
138.26/138.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.26/138.96	c   137s| 40800 |    49 |764497 |  18.0 |   150M |  48 |2467 |  12k|5492 |  26k|  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.55%
138.26/138.96	c   137s| 40900 |    46 |766221 |  18.0 |   150M |  48 |2467 |  12k|5506 |  26k|  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.56%
138.26/138.96	c   138s| 41000 |    50 |771048 |  18.1 |   150M |  48 |2467 |  12k|5504 |  26k|  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   2.57%
138.26/138.96	c   138s| 41100 |    49 |772822 |  18.1 |   150M |  48 |2467 |  12k|5508 |  26k|  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.58%
157.57/158.34	c   139s| 41200 |    54 |776149 |  18.1 |   151M |  48 |2467 |  12k|5515 |  26k|  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.60%
157.57/158.34	c   139s| 41300 |    53 |779515 |  18.2 |   151M |  48 |2467 |  12k|5501 |  26k|  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.60%
157.57/158.34	c   139s| 41400 |    55 |781559 |  18.2 |   151M |  48 |2467 |  12k|5504 |  26k|  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   2.61%
157.57/158.34	c   140s| 41500 |    48 |783101 |  18.2 |   151M |  48 |2467 |  12k|5501 |  26k|  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.61%
157.57/158.34	c   140s| 41600 |    54 |785175 |  18.2 |   151M |  48 |2467 |  12k|5506 |  26k|  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.62%
157.57/158.34	c   140s| 41700 |    49 |787218 |  18.2 |   151M |  48 |2467 |  12k|5509 |  26k|  2 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.63%
157.57/158.34	c   141s| 41800 |    52 |789001 |  18.2 |   151M |  48 |2467 |  12k|   0 |  27k|  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.64%
157.57/158.34	c   141s| 41900 |    52 |791237 |  18.2 |   151M |  48 |2467 |  12k|5502 |  27k|  2 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   2.65%
157.57/158.34	c   141s| 42000 |    48 |792802 |  18.2 |   151M |  48 |2467 |  12k|5492 |  27k|  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.66%
157.57/158.34	c   142s| 42100 |    46 |794365 |  18.2 |   151M |  48 |2467 |  12k|   0 |  27k|  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.67%
157.57/158.34	c   142s| 42200 |    38 |796136 |  18.2 |   151M |  48 |2467 |  12k|5492 |  27k|  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.70%
157.57/158.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
157.57/158.34	c   142s| 42300 |    33 |797570 |  18.2 |   151M |  48 |2467 |  12k|   0 |  27k|  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.73%
157.57/158.34	c   143s| 42400 |    41 |800906 |  18.2 |   151M |  48 |2467 |  12k|5499 |  27k|  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   2.76%
157.57/158.34	c   143s| 42500 |    41 |802649 |  18.2 |   151M |  48 |2467 |  12k|   0 |  27k|  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   2.78%
157.57/158.34	c   144s| 42600 |    44 |804257 |  18.2 |   152M |  48 |2467 |  12k|5499 |  27k|  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   2.79%
157.57/158.34	c   144s| 42700 |    38 |806579 |  18.2 |   152M |  48 |2467 |  12k|5499 |  27k|  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   2.81%
157.57/158.34	c   145s| 42800 |    39 |809276 |  18.2 |   152M |  48 |2467 |  12k|5500 |  28k|  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   2.82%
157.57/158.34	c   145s| 42900 |    41 |811010 |  18.2 |   152M |  48 |2467 |  12k|5500 |  28k|  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   2.84%
157.57/158.34	c   145s| 43000 |    37 |812527 |  18.2 |   152M |  48 |2467 |  12k|5506 |  28k|  2 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   2.85%
157.57/158.34	c   146s| 43100 |    39 |814075 |  18.2 |   152M |  48 |2467 |  12k|   0 |  28k|  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   2.88%
157.57/158.34	c   146s| 43200 |    48 |816204 |  18.2 |   152M |  48 |2467 |  12k|5481 |  28k|  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   2.99%
157.57/158.34	c   146s| 43300 |    36 |817676 |  18.2 |   152M |  48 |2467 |  12k|   0 |  28k|  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.01%
157.57/158.34	c   147s| 43400 |    36 |820541 |  18.2 |   152M |  48 |2467 |  12k|5477 |  28k|  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.07%
157.57/158.34	c   147s| 43500 |    34 |822326 |  18.2 |   152M |  48 |2467 |  12k|5496 |  28k|  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.10%
157.57/158.34	c   147s| 43600 |    37 |824127 |  18.2 |   152M |  48 |2467 |  12k|5496 |  28k|  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.12%
157.57/158.34	c   148s| 43700 |    34 |826273 |  18.2 |   152M |  48 |2467 |  12k|5496 |  28k|  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
157.57/158.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
157.57/158.34	c   148s| 43800 |    30 |827609 |  18.2 |   153M |  48 |2467 |  12k|5465 |  28k|  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.20%
157.57/158.34	c   148s| 43900 |    33 |829253 |  18.2 |   153M |  48 |2467 |  12k|   0 |  28k|  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.25%
157.57/158.34	c   149s| 44000 |    42 |832692 |  18.3 |   153M |  48 |2467 |  12k|5478 |  29k|  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.36%
157.57/158.34	c   149s| 44100 |    43 |834900 |  18.3 |   154M |  48 |2467 |  12k|   0 |  29k|  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   3.37%
157.57/158.34	c   150s| 44200 |    45 |837032 |  18.3 |   154M |  48 |2467 |  12k|   0 |  29k|  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.38%
157.57/158.34	c   150s| 44300 |    47 |839436 |  18.3 |   154M |  48 |2467 |  12k|   0 |  29k|  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.39%
157.57/158.34	c   150s| 44400 |    40 |841507 |  18.3 |   154M |  48 |2467 |  12k|5481 |  29k|  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.40%
157.57/158.34	c   151s| 44500 |    37 |843043 |  18.3 |   154M |  48 |2467 |  12k|   0 |  29k|  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   3.43%
157.57/158.34	c   151s| 44600 |    39 |844751 |  18.3 |   154M |  48 |2467 |  12k|5491 |  29k|  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.45%
157.57/158.34	c   151s| 44700 |    32 |846005 |  18.3 |   154M |  48 |2467 |  12k|   0 |  29k|  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.46%
157.57/158.34	c   152s| 44800 |    31 |847540 |  18.3 |   154M |  48 |2467 |  12k|   0 |  29k|  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.47%
157.57/158.34	c   152s| 44900 |    59 |851789 |  18.3 |   155M |  48 |2467 |  12k|5483 |  30k|  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.49%
157.57/158.34	c   153s| 45000 |    46 |853113 |  18.3 |   155M |  48 |2467 |  12k|5488 |  30k|  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   3.49%
157.57/158.34	c   153s| 45100 |    50 |855491 |  18.3 |   156M |  48 |2467 |  12k|5471 |  30k|  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.53%
157.57/158.34	c   154s| 45200 |    49 |857570 |  18.3 |   156M |  48 |2467 |  12k|5471 |  30k|  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.55%
157.57/158.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
157.57/158.34	c   154s| 45300 |    49 |858882 |  18.3 |   156M |  48 |2467 |  12k|   0 |  30k|  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.55%
157.57/158.34	c   154s| 45400 |    56 |860908 |  18.3 |   156M |  48 |2467 |  12k|   0 |  30k|  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.56%
157.57/158.34	c   154s| 45500 |    55 |862157 |  18.3 |   156M |  48 |2467 |  12k|   0 |  30k|  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   3.56%
157.57/158.34	c   155s| 45600 |    59 |863829 |  18.3 |   156M |  48 |2467 |  12k|5494 |  30k|  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.56%
157.57/158.34	c   155s| 45700 |    50 |865140 |  18.3 |   156M |  48 |2467 |  12k|5491 |  30k|  2 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.57%
157.57/158.34	c   155s| 45800 |    47 |866897 |  18.3 |   156M |  48 |2467 |  12k|5491 |  31k|  2 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.57%
157.57/158.34	c   156s| 45900 |    48 |868623 |  18.3 |   156M |  48 |2467 |  12k|   0 |  31k|  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.58%
157.57/158.34	c   156s| 46000 |    43 |870475 |  18.3 |   156M |  48 |2467 |  12k|5471 |  31k|  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   3.59%
157.57/158.34	c   157s| 46100 |    49 |871955 |  18.3 |   156M |  48 |2467 |  12k|   0 |  31k|  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.59%
157.57/158.34	c   157s| 46200 |    51 |873506 |  18.3 |   156M |  48 |2467 |  12k|5486 |  31k|  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.60%
157.57/158.34	c   157s| 46300 |    67 |876074 |  18.3 |   156M |  48 |2467 |  12k|   0 |  31k|  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.60%
157.57/158.34	c   158s| 46400 |    53 |877303 |  18.3 |   156M |  48 |2467 |  12k|   0 |  31k|  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   3.60%
173.20/174.06	c   158s| 46500 |    54 |879003 |  18.3 |   156M |  48 |2467 |  12k|5487 |  31k|  2 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.61%
173.20/174.06	c   158s| 46600 |    45 |880058 |  18.3 |   156M |  48 |2467 |  12k|   0 |  32k|  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.61%
173.20/174.06	c   159s| 46700 |    42 |881450 |  18.3 |   156M |  48 |2467 |  12k|5480 |  32k|  2 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.62%
173.20/174.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
173.20/174.06	c   159s| 46800 |    52 |882863 |  18.2 |   156M |  48 |2467 |  12k|   0 |  32k|  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.66%
173.20/174.06	c   159s| 46900 |    41 |884216 |  18.2 |   156M |  48 |2467 |  12k|5471 |  32k|  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   3.67%
173.20/174.06	c   160s| 47000 |    35 |886382 |  18.2 |   156M |  48 |2467 |  12k|5463 |  32k|  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.68%
173.20/174.06	c   160s| 47100 |    42 |887421 |  18.2 |   156M |  48 |2467 |  12k|   0 |  32k|  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.70%
173.20/174.06	c   160s| 47200 |    47 |888644 |  18.2 |   156M |  48 |2467 |  12k|5471 |  32k|  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.70%
173.20/174.06	c   161s| 47300 |    42 |889650 |  18.2 |   156M |  48 |2467 |  12k|5473 |  32k|  2 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.70%
173.20/174.06	c   161s| 47400 |    44 |891645 |  18.2 |   156M |  48 |2467 |  12k|5499 |  32k|  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   3.71%
173.20/174.06	c   161s| 47500 |    54 |892672 |  18.2 |   156M |  48 |2467 |  12k|5501 |  32k|  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.72%
173.20/174.06	c   161s| 47600 |    50 |893630 |  18.2 |   156M |  48 |2467 |  12k|5499 |  32k|  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.72%
173.20/174.06	c   162s| 47700 |    54 |894698 |  18.2 |   156M |  48 |2467 |  11k|   0 |  32k|  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.73%
173.20/174.06	c   162s| 47800 |    47 |895746 |  18.1 |   156M |  48 |2467 |  11k|   0 |  32k|  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.74%
173.20/174.06	c   162s| 47900 |    60 |897103 |  18.1 |   156M |  48 |2467 |  11k|5499 |  32k|  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.75%
173.20/174.06	c   163s| 48000 |    58 |898421 |  18.1 |   156M |  48 |2467 |  11k|5499 |  33k|  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.76%
173.20/174.06	c   163s| 48100 |    61 |899592 |  18.1 |   156M |  48 |2467 |  11k|5502 |  33k|  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   3.77%
173.20/174.06	c   163s| 48200 |    74 |902908 |  18.1 |   156M |  48 |2467 |  11k|   0 |  33k|  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.77%
173.20/174.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
173.20/174.06	c   164s| 48300 |    68 |903882 |  18.1 |   156M |  48 |2467 |  11k|   0 |  33k|  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.77%
173.20/174.06	c   164s| 48400 |    69 |904735 |  18.1 |   156M |  48 |2467 |  11k|5501 |  33k|  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.77%
173.20/174.06	c   164s| 48500 |    73 |905628 |  18.1 |   156M |  48 |2467 |  12k|5501 |  33k|  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.78%
173.20/174.06	c   164s| 48600 |    55 |906422 |  18.1 |   156M |  48 |2467 |  12k|5499 |  33k|  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   3.78%
173.20/174.06	c   165s| 48700 |    60 |908514 |  18.1 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.79%
173.20/174.06	c   165s| 48800 |    55 |909166 |  18.0 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.79%
173.20/174.06	c   165s| 48900 |    53 |910964 |  18.0 |   156M |  48 |2467 |  12k|5500 |  33k|  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.79%
173.20/174.06	c   166s| 49000 |    59 |911838 |  18.0 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.79%
173.20/174.06	c   166s| 49100 |    61 |912676 |  18.0 |   156M |  48 |2467 |  12k|5499 |  33k|  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   3.79%
173.20/174.06	c   166s| 49200 |    53 |913273 |  18.0 |   156M |  48 |2467 |  12k|5499 |  33k|  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.79%
173.20/174.06	c   166s| 49300 |    53 |915399 |  18.0 |   156M |  48 |2467 |  12k|5500 |  33k|  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.80%
173.20/174.06	c   167s| 49400 |    39 |916120 |  18.0 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.81%
173.20/174.06	c   167s| 49500 |    67 |920652 |  18.0 |   156M |  48 |2467 |  12k|5503 |  33k|  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.81%
173.20/174.06	c   167s| 49600 |    48 |922592 |  18.0 |   156M |  48 |2467 |  12k|5503 |  33k|  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.81%
173.20/174.06	c   168s| 49700 |    53 |925819 |  18.1 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   3.82%
173.20/174.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
173.20/174.06	c   168s| 49800 |    50 |927377 |  18.0 |   156M |  48 |2467 |  12k|5505 |  33k|  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.82%
173.20/174.06	c   168s| 49900 |    59 |930259 |  18.1 |   156M |  48 |2467 |  12k|5508 |  33k|  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.82%
173.20/174.06	c   169s| 50000 |    51 |931911 |  18.1 |   156M |  48 |2467 |  12k|5508 |  33k|  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.82%
173.20/174.06	c   169s| 50100 |    54 |932603 |  18.0 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.82%
173.20/174.06	c   169s| 50200 |    53 |933990 |  18.0 |   156M |  48 |2467 |  12k|5509 |  33k|  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.82%
173.20/174.06	c   169s| 50300 |    53 |935136 |  18.0 |   156M |  48 |2467 |  12k|5508 |  33k|  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   3.83%
173.20/174.06	c   170s| 50400 |    51 |936655 |  18.0 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.83%
173.20/174.06	c   170s| 50500 |    48 |937973 |  18.0 |   156M |  48 |2467 |  12k|5503 |  33k|  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.84%
173.20/174.06	c   170s| 50600 |    53 |939373 |  18.0 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.85%
173.20/174.06	c   171s| 50700 |    56 |941090 |  18.0 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.88%
173.20/174.06	c   171s| 50800 |    57 |942398 |  18.0 |   156M |  48 |2467 |  12k|5506 |  33k|  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   3.88%
173.20/174.06	c   171s| 50900 |    50 |943332 |  18.0 |   156M |  48 |2467 |  12k|   0 |  33k|  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.88%
173.20/174.06	c   171s| 51000 |    59 |944582 |  18.0 |   156M |  48 |2467 |  12k|5507 |  33k|  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.89%
173.20/174.06	c   172s| 51100 |    51 |945662 |  17.9 |   156M |  48 |2467 |  11k|   0 |  33k|  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.90%
173.20/174.06	c   172s| 51200 |    47 |946748 |  17.9 |   156M |  48 |2467 |  11k|5463 |  33k|  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.90%
173.20/174.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
173.20/174.06	c   172s| 51300 |    45 |948241 |  17.9 |   156M |  48 |2467 |  11k|5463 |  33k|  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.92%
173.20/174.06	c   173s| 51400 |    43 |950007 |  17.9 |   156M |  48 |2467 |  11k|   0 |  34k|  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   3.93%
173.20/174.06	c   173s| 51500 |    39 |951503 |  17.9 |   156M |  48 |2467 |  11k|   0 |  34k|  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.94%
173.20/174.06	c   173s| 51600 |    42 |953620 |  17.9 |   156M |  48 |2467 |  11k|5482 |  34k|  2 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.94%
189.81/190.76	c   174s| 51700 |    44 |955955 |  17.9 |   156M |  48 |2467 |  11k|5463 |  34k|  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.95%
189.81/190.76	c   174s| 51800 |    40 |958100 |  17.9 |   156M |  48 |2467 |  11k|5497 |  35k|  2 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.96%
189.81/190.76	c   174s| 51900 |    38 |960188 |  18.0 |   156M |  48 |2467 |  11k|   0 |  35k|  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.96%
189.81/190.76	c   175s| 52000 |    33 |962171 |  18.0 |   157M |  48 |2467 |  11k|5454 |  35k|  2 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   3.97%
189.81/190.76	c   175s| 52100 |    45 |965293 |  18.0 |   158M |  48 |2467 |  11k|   0 |  35k|  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
189.81/190.76	c   176s| 52200 |    44 |968032 |  18.0 |   158M |  48 |2467 |  11k|   0 |  35k|  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   4.02%
189.81/190.76	c   176s| 52300 |    40 |969521 |  18.0 |   158M |  48 |2467 |  12k|5475 |  35k|  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   4.08%
189.81/190.76	c   176s| 52400 |    41 |971492 |  18.0 |   158M |  48 |2467 |  12k|   0 |  35k|  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   4.09%
189.81/190.76	c   177s| 52500 |    42 |972886 |  18.0 |   158M |  48 |2467 |  12k|   0 |  35k|  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   4.10%
189.81/190.76	c   177s| 52600 |    40 |974484 |  18.0 |   158M |  48 |2467 |  12k|5485 |  35k|  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   4.14%
189.81/190.76	c   177s| 52700 |    40 |977312 |  18.0 |   158M |  48 |2467 |  12k|   0 |  36k|  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   4.14%
189.81/190.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
189.81/190.76	c   178s| 52800 |    41 |978357 |  18.0 |   158M |  48 |2467 |  12k|5506 |  36k|  2 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   4.15%
189.81/190.76	c   178s| 52900 |    44 |980076 |  18.0 |   158M |  48 |2467 |  11k|5444 |  36k|  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   4.17%
189.81/190.76	c   178s| 53000 |    42 |981180 |  18.0 |   158M |  48 |2467 |  11k|5444 |  36k|  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   4.23%
189.81/190.76	c   179s| 53100 |    37 |982617 |  18.0 |   158M |  48 |2467 |  12k|   0 |  36k|  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   4.25%
189.81/190.76	c   179s| 53200 |    39 |984205 |  18.0 |   158M |  48 |2467 |  11k|5473 |  36k|  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   4.27%
189.81/190.76	c   179s| 53300 |    45 |986196 |  18.0 |   158M |  48 |2467 |  12k|5504 |  36k|  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   4.28%
189.81/190.76	c   180s| 53400 |    43 |987807 |  18.0 |   158M |  48 |2467 |  12k|   0 |  36k|  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   4.29%
189.81/190.76	c   180s| 53500 |    43 |989370 |  18.0 |   158M |  48 |2467 |  11k|5508 |  36k|  2 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   4.30%
189.81/190.76	c   180s| 53600 |    37 |991194 |  18.0 |   158M |  48 |2467 |  11k|   0 |  36k|  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   4.32%
189.81/190.76	c   181s| 53700 |    40 |992941 |  18.0 |   158M |  48 |2467 |  11k|5505 |  36k|  2 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   4.34%
189.81/190.76	c   181s| 53800 |    36 |994546 |  18.0 |   158M |  48 |2467 |  11k|   0 |  36k|  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   4.35%
189.81/190.76	c   181s| 53900 |    48 |996595 |  18.0 |   158M |  48 |2467 |  11k|5506 |  36k|  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   4.36%
189.81/190.76	c   182s| 54000 |    54 |999632 |  18.0 |   158M |  48 |2467 |  11k|5498 |  37k|  2 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   4.36%
189.81/190.76	c   182s| 54100 |    47 |  1001k|  18.0 |   158M |  48 |2467 |  11k|5494 |  37k|  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   4.37%
189.81/190.76	c   182s| 54200 |    50 |  1002k|  18.0 |   158M |  48 |2467 |  11k|5497 |  37k|  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   4.37%
189.81/190.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
189.81/190.76	c   183s| 54300 |    64 |  1005k|  18.0 |   158M |  48 |2467 |  11k|   0 |  37k|  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   4.38%
189.81/190.76	c   183s| 54400 |    54 |  1007k|  18.0 |   158M |  48 |2467 |  11k|   0 |  37k|  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   4.38%
189.81/190.76	c   183s| 54500 |    60 |  1008k|  18.0 |   158M |  48 |2467 |  11k|5502 |  37k|  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   4.38%
189.81/190.76	c   183s| 54600 |    59 |  1009k|  18.0 |   158M |  48 |2467 |  11k|5501 |  37k|  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   4.38%
189.81/190.76	c   184s| 54700 |    58 |  1010k|  18.0 |   158M |  48 |2467 |  11k|   0 |  37k|  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   4.39%
189.81/190.76	c   184s| 54800 |    48 |  1012k|  17.9 |   158M |  48 |2467 |  11k|5497 |  37k|  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   4.39%
189.81/190.76	c   184s| 54900 |    47 |  1014k|  18.0 |   158M |  48 |2467 |  11k|5497 |  37k|  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   4.39%
189.81/190.76	c   185s| 55000 |    61 |  1015k|  17.9 |   158M |  48 |2467 |  11k|   0 |  37k|  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   4.40%
189.81/190.76	c   185s| 55100 |    65 |  1016k|  17.9 |   158M |  48 |2467 |  11k|   0 |  37k|  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   4.40%
189.81/190.76	c   185s| 55200 |    69 |  1018k|  17.9 |   158M |  48 |2467 |  11k|5503 |  37k|  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   4.40%
189.81/190.76	c   186s| 55300 |    71 |  1019k|  17.9 |   158M |  48 |2467 |  11k|5497 |  37k|  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   4.41%
189.81/190.76	c   186s| 55400 |    72 |  1020k|  17.9 |   158M |  48 |2467 |  11k|5505 |  37k|  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   4.41%
189.81/190.76	c   186s| 55500 |    57 |  1021k|  17.9 |   158M |  48 |2467 |  11k|5497 |  37k|  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   4.41%
189.81/190.76	c   186s| 55600 |    61 |  1023k|  17.9 |   158M |  48 |2467 |  11k|5504 |  38k|  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   4.41%
189.81/190.76	c   187s| 55700 |    59 |  1024k|  17.9 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   4.41%
189.81/190.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
189.81/190.76	c   187s| 55800 |    66 |  1025k|  17.9 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   4.41%
189.81/190.76	c   187s| 55900 |    63 |  1026k|  17.9 |   158M |  48 |2467 |  11k|5506 |  38k|  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.41%
189.81/190.76	c   188s| 56000 |    58 |  1027k|  17.8 |   158M |  48 |2467 |  11k|5506 |  38k|  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.42%
189.81/190.76	c   188s| 56100 |    63 |  1028k|  17.8 |   158M |  48 |2467 |  11k|5504 |  38k|  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.42%
189.81/190.76	c   188s| 56200 |    58 |  1030k|  17.8 |   158M |  48 |2467 |  11k|5497 |  38k|  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.42%
189.81/190.76	c   188s| 56300 |    60 |  1031k|  17.8 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.42%
189.81/190.76	c   189s| 56400 |    58 |  1033k|  17.8 |   158M |  48 |2467 |  11k|5510 |  38k|  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.42%
189.81/190.76	c   189s| 56500 |    59 |  1034k|  17.8 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   4.42%
189.81/190.76	c   189s| 56600 |    60 |  1035k|  17.8 |   158M |  48 |2467 |  11k|5497 |  38k|  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.43%
189.81/190.76	c   190s| 56700 |    52 |  1036k|  17.8 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.44%
189.81/190.76	c   190s| 56800 |    56 |  1038k|  17.8 |   158M |  48 |2467 |  11k|5508 |  38k|  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.45%
189.81/190.76	c   190s| 56900 |    52 |  1039k|  17.8 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.45%
204.63/205.66	c   190s| 57000 |    51 |  1040k|  17.8 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   4.45%
204.63/205.66	c   191s| 57100 |    54 |  1041k|  17.7 |   158M |  48 |2467 |  11k|5504 |  38k|  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.45%
204.63/205.66	c   191s| 57200 |    51 |  1042k|  17.7 |   158M |  48 |2467 |  11k|5505 |  38k|  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.46%
204.63/205.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
204.63/205.66	c   191s| 57300 |    52 |  1046k|  17.8 |   158M |  48 |2467 |  11k|5504 |  38k|  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.46%
204.63/205.66	c   192s| 57400 |    57 |  1046k|  17.7 |   158M |  48 |2467 |  11k|5504 |  38k|  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.46%
204.63/205.66	c   192s| 57500 |    50 |  1047k|  17.7 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.46%
204.63/205.66	c   192s| 57600 |    50 |  1048k|  17.7 |   158M |  48 |2467 |  11k|5497 |  38k|  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.46%
204.63/205.66	c   193s| 57700 |    50 |  1049k|  17.7 |   158M |  48 |2467 |  11k|5504 |  38k|  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   4.47%
204.63/205.66	c   193s| 57800 |    48 |  1050k|  17.7 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   4.47%
204.63/205.66	c   193s| 57900 |    50 |  1052k|  17.7 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   4.48%
204.63/205.66	c   193s| 58000 |    53 |  1053k|  17.7 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   4.49%
204.63/205.66	c   194s| 58100 |    49 |  1055k|  17.7 |   158M |  48 |2467 |  11k|5494 |  38k|  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   4.50%
204.63/205.66	c   194s| 58200 |    53 |  1056k|  17.7 |   158M |  48 |2467 |  11k|   0 |  38k|  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   4.52%
204.63/205.66	c   194s| 58300 |    48 |  1057k|  17.7 |   158M |  48 |2467 |  11k|5508 |  38k|  2 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   4.52%
204.63/205.66	c   195s| 58400 |    48 |  1058k|  17.6 |   158M |  48 |2467 |  11k|   0 |  39k|  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   4.52%
204.63/205.66	c   195s| 58500 |    56 |  1059k|  17.6 |   158M |  48 |2467 |  11k|   0 |  39k|  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   4.52%
204.63/205.66	c   195s| 58600 |    51 |  1060k|  17.6 |   158M |  48 |2467 |  11k|   0 |  39k|  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   4.52%
204.63/205.66	c   195s| 58700 |    49 |  1062k|  17.6 |   158M |  48 |2467 |  11k|   0 |  39k|  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   4.52%
204.63/205.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
204.63/205.66	c   196s| 58800 |    45 |  1063k|  17.6 |   158M |  48 |2467 |  11k|   0 |  39k|  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   4.52%
204.63/205.66	c   196s| 58900 |    45 |  1064k|  17.6 |   158M |  48 |2467 |  11k|5503 |  39k|  2 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   4.53%
204.63/205.66	c   196s| 59000 |    44 |  1066k|  17.6 |   158M |  48 |2467 |  11k|   0 |  39k|  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   4.53%
204.63/205.66	c   197s| 59100 |    41 |  1067k|  17.6 |   158M |  48 |2467 |  11k|   0 |  39k|  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   4.53%
204.63/205.66	c   197s| 59200 |    46 |  1069k|  17.6 |   159M |  48 |2467 |  11k|5476 |  39k|  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   4.54%
204.63/205.66	c   197s| 59300 |    46 |  1070k|  17.6 |   159M |  48 |2467 |  11k|   0 |  39k|  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   4.55%
204.63/205.66	c   197s| 59400 |    45 |  1071k|  17.6 |   159M |  48 |2467 |  11k|5476 |  39k|  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   4.55%
204.63/205.66	c   198s| 59500 |    44 |  1072k|  17.6 |   159M |  48 |2467 |  11k|5476 |  39k|  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   4.56%
204.63/205.66	c   198s| 59600 |    51 |  1073k|  17.5 |   159M |  48 |2467 |  11k|5479 |  39k|  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   4.56%
204.63/205.66	c   198s| 59700 |    55 |  1075k|  17.5 |   159M |  48 |2467 |  11k|5478 |  39k|  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   4.56%
204.63/205.66	c   199s| 59800 |    48 |  1076k|  17.5 |   159M |  48 |2467 |  11k|5485 |  39k|  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   4.56%
204.63/205.66	c   199s| 59900 |    44 |  1077k|  17.5 |   159M |  48 |2467 |  11k|5485 |  39k|  2 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   4.56%
204.63/205.66	c   199s| 60000 |    48 |  1079k|  17.5 |   159M |  48 |2467 |  11k|5479 |  39k|  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   4.57%
204.63/205.66	c   199s| 60100 |    43 |  1080k|  17.5 |   159M |  48 |2467 |  11k|5476 |  39k|  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   4.57%
204.63/205.66	c   200s| 60200 |    43 |  1081k|  17.5 |   159M |  48 |2467 |  11k|   0 |  39k|  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   4.58%
204.63/205.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
204.63/205.67	c   200s| 60300 |    43 |  1082k|  17.5 |   159M |  48 |2467 |  11k|5476 |  39k|  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   4.59%
204.63/205.67	c   200s| 60400 |    52 |  1084k|  17.5 |   159M |  48 |2467 |  11k|   0 |  39k|  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   4.59%
204.63/205.67	c   201s| 60500 |    51 |  1086k|  17.5 |   159M |  48 |2467 |  11k|   0 |  39k|  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   4.59%
204.63/205.67	c   201s| 60600 |    44 |  1087k|  17.5 |   159M |  48 |2467 |  11k|5476 |  39k|  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   4.59%
204.63/205.67	c   201s| 60700 |    44 |  1089k|  17.5 |   159M |  48 |2467 |  11k|5476 |  40k|  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   4.60%
204.63/205.67	c   201s| 60800 |    42 |  1090k|  17.5 |   159M |  48 |2467 |  11k|5476 |  40k|  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
204.63/205.67	c   202s| 60900 |    61 |  1094k|  17.5 |   160M |  48 |2467 |  11k|5502 |  40k|  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   4.64%
204.63/205.67	c   202s| 61000 |    65 |  1096k|  17.5 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   4.64%
204.63/205.67	c   202s| 61100 |    60 |  1097k|  17.5 |   160M |  48 |2467 |  11k|5504 |  40k|  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   4.64%
204.63/205.67	c   203s| 61200 |    68 |  1099k|  17.5 |   160M |  48 |2467 |  11k|5501 |  40k|  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c   203s| 61300 |    65 |  1100k|  17.5 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c   203s| 61400 |    65 |  1102k|  17.5 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c   203s| 61500 |    56 |  1103k|  17.5 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c   204s| 61600 |    76 |  1104k|  17.5 |   160M |  48 |2467 |  11k|5500 |  40k|  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c   204s| 61700 |    78 |  1105k|  17.5 |   160M |  48 |2467 |  11k|5500 |  40k|  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
204.63/205.67	c   204s| 61800 |    69 |  1106k|  17.5 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c   204s| 61900 |    74 |  1108k|  17.5 |   160M |  48 |2467 |  11k|5502 |  40k|  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c   205s| 62000 |    84 |  1110k|  17.5 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
204.63/205.67	c   205s| 62100 |    82 |  1113k|  17.5 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
218.37/219.40	c   205s| 62200 |    79 |  1114k|  17.5 |   160M |  48 |2467 |  11k|5501 |  40k|  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
218.37/219.40	c   206s| 62300 |    86 |  1115k|  17.5 |   160M |  48 |2467 |  11k|5501 |  40k|  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
218.37/219.40	c   206s| 62400 |    84 |  1116k|  17.4 |   160M |  48 |2467 |  11k|5506 |  40k|  2 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
218.37/219.40	c   206s| 62500 |   119 |  1118k|  17.5 |   160M |  48 |2467 |  11k|5502 |  40k|  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
218.37/219.40	c   206s| 62600 |   111 |  1119k|  17.4 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
218.37/219.40	c   207s| 62700 |   115 |  1121k|  17.4 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
218.37/219.40	c   207s| 62800 |   109 |  1122k|  17.4 |   160M |  48 |2467 |  11k|5505 |  40k|  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   4.66%
218.37/219.40	c   207s| 62900 |   110 |  1123k|  17.4 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   4.66%
218.37/219.40	c   208s| 63000 |   113 |  1125k|  17.4 |   160M |  48 |2467 |  11k|5503 |  40k|  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   4.66%
218.37/219.40	c   208s| 63100 |   106 |  1126k|  17.4 |   160M |  48 |2467 |  11k|5508 |  40k|  2 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   4.66%
218.37/219.40	c   208s| 63200 |   108 |  1128k|  17.4 |   160M |  48 |2467 |  11k|5504 |  40k|  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   4.66%
218.37/219.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
218.37/219.40	c   208s| 63300 |   108 |  1129k|  17.4 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   4.66%
218.37/219.40	c   209s| 63400 |   119 |  1130k|  17.4 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   4.66%
218.37/219.40	c   209s| 63500 |   109 |  1131k|  17.4 |   160M |  48 |2467 |  11k|   0 |  40k|  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   4.66%
218.37/219.40	c   209s| 63600 |   112 |  1132k|  17.4 |   160M |  48 |2467 |  11k|5499 |  40k|  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   4.67%
218.37/219.40	c   209s| 63700 |   110 |  1133k|  17.4 |   160M |  48 |2467 |  11k|5499 |  41k|  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   4.67%
218.37/219.40	c   210s| 63800 |   110 |  1135k|  17.4 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   4.67%
218.37/219.40	c   210s| 63900 |   113 |  1136k|  17.3 |   160M |  48 |2467 |  11k|5501 |  41k|  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   4.67%
218.37/219.40	c   210s| 64000 |   105 |  1138k|  17.4 |   160M |  48 |2467 |  11k|5501 |  41k|  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   4.67%
218.37/219.40	c   211s| 64100 |    89 |  1139k|  17.3 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   4.67%
218.37/219.40	c   211s| 64200 |    85 |  1141k|  17.3 |   160M |  48 |2467 |  11k|5499 |  41k|  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   4.68%
218.37/219.40	c   211s| 64300 |    79 |  1142k|  17.3 |   160M |  48 |2467 |  11k|5499 |  41k|  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   4.68%
218.37/219.40	c   211s| 64400 |    96 |  1143k|  17.3 |   160M |  48 |2467 |  11k|5502 |  41k|  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   4.68%
218.37/219.40	c   212s| 64500 |    86 |  1144k|  17.3 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   4.68%
218.37/219.40	c   212s| 64600 |    93 |  1145k|  17.3 |   160M |  48 |2467 |  11k|5502 |  41k|  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   4.68%
218.37/219.40	c   212s| 64700 |    85 |  1146k|  17.3 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   4.68%
218.37/219.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
218.37/219.40	c   212s| 64800 |    94 |  1147k|  17.3 |   160M |  48 |2467 |  11k|5502 |  41k|  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   4.68%
218.37/219.40	c   212s| 64900 |    87 |  1147k|  17.3 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   4.68%
218.37/219.40	c   213s| 65000 |    72 |  1149k|  17.2 |   160M |  48 |2467 |  11k|5503 |  41k|  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   213s| 65100 |    82 |  1150k|  17.2 |   160M |  48 |2467 |  11k|5504 |  41k|  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   213s| 65200 |    92 |  1151k|  17.2 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   213s| 65300 |    74 |  1153k|  17.2 |   160M |  48 |2467 |  11k|5507 |  41k|  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   214s| 65400 |    65 |  1154k|  17.2 |   160M |  48 |2467 |  11k|5500 |  41k|  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   214s| 65500 |    66 |  1155k|  17.2 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   214s| 65600 |    78 |  1157k|  17.2 |   160M |  48 |2467 |  11k|5502 |  41k|  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   214s| 65700 |    65 |  1158k|  17.2 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   215s| 65800 |    70 |  1159k|  17.2 |   160M |  48 |2467 |  11k|5499 |  41k|  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   215s| 65900 |    70 |  1161k|  17.2 |   160M |  48 |2467 |  11k|5504 |  41k|  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.69%
218.37/219.40	c   215s| 66000 |    73 |  1162k|  17.2 |   160M |  48 |2467 |  11k|5500 |  41k|  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   215s| 66100 |    74 |  1163k|  17.2 |   160M |  48 |2467 |  11k|5500 |  41k|  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   216s| 66200 |    75 |  1165k|  17.2 |   160M |  48 |2467 |  11k|5500 |  41k|  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
218.37/219.40	c   216s| 66300 |    73 |  1166k|  17.2 |   160M |  48 |2467 |  11k|5500 |  41k|  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   216s| 66400 |    75 |  1167k|  17.2 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   216s| 66500 |    68 |  1169k|  17.2 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   217s| 66600 |    76 |  1170k|  17.2 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   217s| 66700 |    72 |  1171k|  17.2 |   160M |  48 |2467 |  11k|5500 |  41k|  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   217s| 66800 |    76 |  1173k|  17.2 |   160M |  48 |2467 |  11k|5500 |  41k|  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   217s| 66900 |    79 |  1174k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   218s| 67000 |    70 |  1176k|  17.1 |   160M |  48 |2467 |  11k|5503 |  41k|  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   218s| 67100 |    76 |  1177k|  17.1 |   160M |  48 |2467 |  11k|5501 |  41k|  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   218s| 67200 |    67 |  1178k|  17.1 |   160M |  48 |2467 |  11k|5503 |  41k|  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   4.70%
218.37/219.40	c   218s| 67300 |    63 |  1179k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   4.71%
218.37/219.40	c   219s| 67400 |    65 |  1182k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   4.71%
233.20/234.35	c   219s| 67500 |    76 |  1184k|  17.1 |   160M |  48 |2467 |  11k|5503 |  41k|  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.72%
233.20/234.35	c   219s| 67600 |    70 |  1185k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.73%
233.20/234.35	c   220s| 67700 |    62 |  1187k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.73%
233.20/234.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
233.20/234.35	c   220s| 67800 |    67 |  1188k|  17.1 |   160M |  48 |2467 |  11k|5500 |  41k|  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.73%
233.20/234.35	c   220s| 67900 |    67 |  1190k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.73%
233.20/234.35	c   220s| 68000 |    63 |  1190k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.73%
233.20/234.35	c   221s| 68100 |    70 |  1192k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.73%
233.20/234.35	c   221s| 68200 |    68 |  1194k|  17.1 |   160M |  48 |2467 |  11k|5504 |  41k|  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.73%
233.20/234.35	c   221s| 68300 |    72 |  1196k|  17.1 |   160M |  48 |2467 |  11k|5499 |  41k|  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   4.74%
233.20/234.35	c   221s| 68400 |    64 |  1197k|  17.1 |   160M |  48 |2467 |  11k|5499 |  41k|  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   4.74%
233.20/234.35	c   222s| 68500 |    76 |  1199k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   4.74%
233.20/234.35	c   222s| 68600 |    66 |  1200k|  17.1 |   160M |  48 |2467 |  11k|5499 |  41k|  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   4.74%
233.20/234.35	c   222s| 68700 |    67 |  1201k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   4.74%
233.20/234.35	c   223s| 68800 |    69 |  1203k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   4.74%
233.20/234.35	c   223s| 68900 |    58 |  1204k|  17.1 |   160M |  48 |2467 |  11k|   0 |  41k|  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
233.20/234.35	c   223s| 69000 |    55 |  1205k|  17.1 |   160M |  48 |2467 |  11k|5498 |  41k|  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
233.20/234.35	c   224s| 69100 |    56 |  1207k|  17.1 |   160M |  48 |2467 |  11k|5503 |  42k|  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
233.20/234.35	c   224s| 69200 |    53 |  1208k|  17.1 |   160M |  48 |2467 |  11k|5503 |  42k|  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
233.20/234.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
233.20/234.35	c   224s| 69300 |    58 |  1210k|  17.1 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
233.20/234.35	c   224s| 69400 |    62 |  1211k|  17.1 |   160M |  48 |2467 |  11k|5503 |  42k|  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
233.20/234.35	c   225s| 69500 |    62 |  1214k|  17.1 |   160M |  48 |2467 |  11k|5503 |  42k|  2 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   225s| 69600 |    54 |  1215k|  17.1 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   225s| 69700 |    59 |  1216k|  17.1 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   226s| 69800 |    48 |  1218k|  17.1 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   226s| 69900 |    56 |  1218k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   226s| 70000 |    56 |  1221k|  17.1 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   226s| 70100 |    63 |  1223k|  17.1 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   227s| 70200 |    63 |  1224k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   227s| 70300 |    62 |  1224k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   227s| 70400 |    62 |  1225k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   227s| 70500 |    56 |  1226k|  17.0 |   160M |  48 |2467 |  11k|5498 |  42k|  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   228s| 70600 |    61 |  1227k|  17.0 |   160M |  48 |2467 |  11k|5499 |  42k|  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   4.76%
233.20/234.35	c   228s| 70700 |    57 |  1228k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
233.20/234.35	c   228s| 70800 |    50 |  1229k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   228s| 70900 |    51 |  1230k|  17.0 |   160M |  48 |2467 |  11k|5498 |  42k|  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   229s| 71000 |    66 |  1233k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   229s| 71100 |    78 |  1235k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   229s| 71200 |    69 |  1236k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   230s| 71300 |    57 |  1238k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   230s| 71400 |    59 |  1240k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   230s| 71500 |    56 |  1242k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   231s| 71600 |    59 |  1243k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   231s| 71700 |    55 |  1244k|  17.0 |   160M |  48 |2467 |  11k|5498 |  42k|  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   231s| 71800 |    60 |  1245k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   231s| 71900 |    57 |  1246k|  17.0 |   160M |  48 |2467 |  11k|5498 |  42k|  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   232s| 72000 |    52 |  1248k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   232s| 72100 |    57 |  1249k|  16.9 |   160M |  48 |2467 |  11k|5498 |  42k|  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   232s| 72200 |    59 |  1251k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
233.20/234.35	c   233s| 72300 |    54 |  1253k|  17.0 |   160M |  48 |2467 |  11k|5498 |  42k|  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   233s| 72400 |    62 |  1255k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
233.20/234.35	c   233s| 72500 |    51 |  1256k|  16.9 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   4.78%
233.20/234.35	c   234s| 72600 |    51 |  1258k|  16.9 |   160M |  48 |2467 |  11k|5499 |  42k|  2 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   4.78%
249.31/250.55	c   234s| 72700 |    51 |  1260k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   4.78%
249.31/250.55	c   234s| 72800 |    59 |  1262k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   4.78%
249.31/250.55	c   235s| 72900 |    65 |  1263k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   4.78%
249.31/250.55	c   235s| 73000 |    61 |  1264k|  16.9 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   4.78%
249.31/250.55	c   235s| 73100 |    54 |  1266k|  16.9 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   236s| 73200 |    54 |  1268k|  16.9 |   160M |  48 |2467 |  11k|5498 |  42k|  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   236s| 73300 |    64 |  1269k|  16.9 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   236s| 73400 |    69 |  1273k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   237s| 73500 |    52 |  1274k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  2 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   237s| 73600 |    63 |  1277k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   237s| 73700 |    60 |  1278k|  17.0 |   160M |  48 |2467 |  11k|5498 |  42k|  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
249.31/250.55	c   238s| 73800 |    54 |  1279k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   238s| 73900 |    56 |  1281k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   238s| 74000 |    61 |  1282k|  17.0 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   238s| 74100 |    54 |  1284k|  17.0 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   239s| 74200 |    61 |  1285k|  16.9 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   239s| 74300 |    57 |  1286k|  16.9 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   239s| 74400 |    49 |  1287k|  16.9 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   239s| 74500 |    54 |  1288k|  16.9 |   160M |  48 |2467 |  11k|5500 |  42k|  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   240s| 74600 |    56 |  1289k|  16.9 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   240s| 74700 |    59 |  1290k|  16.9 |   160M |  48 |2467 |  11k|   0 |  42k|  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   240s| 74800 |    61 |  1292k|  16.9 |   162M |  48 |2467 |  11k|   0 |  42k|  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.79%
249.31/250.55	c   241s| 74900 |    50 |  1293k|  16.9 |   162M |  48 |2467 |  11k|   0 |  42k|  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   241s| 75000 |    61 |  1294k|  16.9 |   162M |  48 |2467 |  11k|5504 |  42k|  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   241s| 75100 |    52 |  1295k|  16.9 |   162M |  48 |2467 |  11k|5501 |  42k|  2 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   241s| 75200 |    56 |  1298k|  16.9 |   162M |  48 |2467 |  11k|5501 |  42k|  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
249.31/250.55	c   242s| 75300 |    56 |  1299k|  16.9 |   162M |  48 |2467 |  11k|   0 |  42k|  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   242s| 75400 |    56 |  1300k|  16.9 |   162M |  48 |2467 |  11k|   0 |  42k|  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   242s| 75500 |    53 |  1301k|  16.9 |   162M |  48 |2467 |  11k|5510 |  42k|  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   243s| 75600 |    48 |  1302k|  16.9 |   162M |  48 |2467 |  11k|   0 |  42k|  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   243s| 75700 |    53 |  1304k|  16.9 |   162M |  48 |2467 |  11k|5498 |  43k|  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   243s| 75800 |    50 |  1305k|  16.9 |   162M |  48 |2467 |  11k|   0 |  43k|  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   244s| 75900 |    50 |  1308k|  16.9 |   162M |  48 |2467 |  11k|   0 |  43k|  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   244s| 76000 |    57 |  1310k|  16.9 |   162M |  48 |2467 |  11k|5511 |  43k|  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   244s| 76100 |    52 |  1312k|  16.9 |   162M |  48 |2467 |  11k|   0 |  43k|  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   244s| 76200 |    57 |  1313k|  16.9 |   162M |  48 |2467 |  11k|5501 |  43k|  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   4.80%
249.31/250.55	c   245s| 76300 |    53 |  1314k|  16.9 |   162M |  48 |2467 |  11k|5507 |  43k|  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   245s| 76400 |    60 |  1317k|  16.9 |   162M |  48 |2467 |  11k|5509 |  43k|  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   245s| 76500 |    65 |  1319k|  16.9 |   162M |  48 |2467 |  11k|5503 |  43k|  2 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   246s| 76600 |    56 |  1321k|  16.9 |   162M |  48 |2467 |  11k|5509 |  43k|  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   246s| 76700 |    57 |  1322k|  16.9 |   162M |  48 |2467 |  11k|5506 |  43k|  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
249.31/250.55	c   246s| 76800 |    55 |  1323k|  16.9 |   162M |  48 |2467 |  11k|   0 |  43k|  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   247s| 76900 |    54 |  1324k|  16.9 |   162M |  48 |2467 |  11k|   0 |  43k|  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   247s| 77000 |    49 |  1325k|  16.9 |   162M |  48 |2467 |  11k|   0 |  43k|  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   247s| 77100 |    48 |  1327k|  16.9 |   162M |  48 |2467 |  11k|5512 |  43k|  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   248s| 77200 |    48 |  1329k|  16.9 |   162M |  48 |2467 |  11k|   0 |  44k|  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   4.81%
249.31/250.55	c   248s| 77300 |    52 |  1331k|  16.9 |   162M |  48 |2467 |  11k|5501 |  44k|  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   4.82%
249.31/250.55	c   248s| 77400 |    50 |  1334k|  16.9 |   162M |  48 |2467 |  11k|   0 |  44k|  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |   4.82%
249.31/250.55	c   249s| 77500 |    46 |  1336k|  16.9 |   162M |  48 |2467 |  11k|   0 |  44k|  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |   4.82%
249.31/250.55	c   249s| 77600 |    57 |  1338k|  16.9 |   162M |  48 |2467 |  11k|5504 |  44k|  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf |   4.82%
249.31/250.55	c   249s| 77700 |    50 |  1340k|  16.9 |   162M |  48 |2467 |  11k|   0 |  44k|  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |   4.82%
249.31/250.55	c   250s| 77800 |    52 |  1341k|  16.9 |   162M |  48 |2467 |  10k|5503 |  44k|  2 | 146k|  22 | 0.000000e+00 |      --      |    Inf |   4.82%
249.31/250.55	c   250s| 77900 |    41 |  1343k|  16.9 |   162M |  48 |2467 |  10k|   0 |  44k|  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |   4.82%
265.43/266.74	c   250s| 78000 |    53 |  1345k|  16.9 |   162M |  48 |2467 |  10k|5505 |  44k|  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf |   4.82%
265.43/266.74	c   251s| 78100 |    44 |  1347k|  16.9 |   163M |  48 |2467 |  11k|   0 |  44k|  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |   4.83%
265.43/266.74	c   251s| 78200 |    48 |  1351k|  16.9 |   163M |  48 |2467 |  11k|   0 |  44k|  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |   4.83%
265.43/266.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
265.43/266.74	c   251s| 78300 |    48 |  1352k|  16.9 |   163M |  48 |2467 |  11k|5489 |  44k|  2 | 147k|  22 | 0.000000e+00 |      --      |    Inf |   4.84%
265.43/266.74	c   251s| 78400 |    48 |  1354k|  16.9 |   163M |  48 |2467 |  11k|5478 |  44k|  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf |   4.84%
265.43/266.74	c   252s| 78500 |    52 |  1357k|  16.9 |   163M |  48 |2467 |  10k|   0 |  44k|  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |   4.84%
265.43/266.74	c   252s| 78600 |    45 |  1359k|  16.9 |   163M |  48 |2467 |  10k|   0 |  44k|  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |   4.85%
265.43/266.74	c   252s| 78700 |    47 |  1360k|  16.9 |   163M |  48 |2467 |  10k|   0 |  44k|  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |   4.85%
265.43/266.74	c   253s| 78800 |    47 |  1363k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |   4.86%
265.43/266.74	c   253s| 78900 |    49 |  1364k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |   4.87%
265.43/266.74	c   253s| 79000 |    47 |  1366k|  16.9 |   163M |  48 |2467 |  10k|5484 |  45k|  2 | 148k|  22 | 0.000000e+00 |      --      |    Inf |   4.88%
265.43/266.74	c   254s| 79100 |    47 |  1367k|  16.9 |   163M |  48 |2467 |  10k|5484 |  45k|  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |   4.88%
265.43/266.74	c   254s| 79200 |    43 |  1369k|  16.9 |   163M |  48 |2467 |  10k|5478 |  45k|  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |   4.89%
265.43/266.74	c   254s| 79300 |    52 |  1370k|  16.9 |   163M |  48 |2467 |  10k|5484 |  45k|  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |   4.89%
265.43/266.74	c   255s| 79400 |    45 |  1371k|  16.9 |   163M |  48 |2467 |  10k|5478 |  45k|  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |   4.90%
265.43/266.74	c   255s| 79500 |    40 |  1373k|  16.9 |   163M |  48 |2467 |  10k|5478 |  45k|  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |   4.91%
265.43/266.74	c   255s| 79600 |    42 |  1374k|  16.9 |   163M |  48 |2467 |  10k|5484 |  45k|  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |   4.91%
265.43/266.74	c   256s| 79700 |    42 |  1375k|  16.9 |   163M |  48 |2467 |  10k|5484 |  45k|  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
265.43/266.74	c   256s| 79800 |    50 |  1377k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   256s| 79900 |    53 |  1378k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   257s| 80000 |    51 |  1379k|  16.9 |   163M |  48 |2467 |  10k|5508 |  45k|  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   257s| 80100 |    51 |  1381k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   257s| 80200 |    46 |  1383k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   258s| 80300 |    59 |  1385k|  16.9 |   163M |  48 |2467 |  10k|5498 |  45k|  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   258s| 80400 |    59 |  1387k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   258s| 80500 |    59 |  1388k|  16.9 |   163M |  48 |2467 |  10k|5504 |  45k|  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   258s| 80600 |    48 |  1389k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   259s| 80700 |    54 |  1390k|  16.9 |   163M |  48 |2467 |  10k|   0 |  45k|  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   259s| 80800 |    52 |  1391k|  16.9 |   163M |  48 |2467 |  10k|5484 |  45k|  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   259s| 80900 |    59 |  1392k|  16.9 |   163M |  48 |2467 |  10k|5504 |  45k|  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   260s| 81000 |    48 |  1393k|  16.9 |   163M |  48 |2467 |  10k|5482 |  46k|  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.92%
265.43/266.74	c   260s| 81100 |    47 |  1394k|  16.9 |   163M |  48 |2467 |  10k|5498 |  46k|  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.93%
265.43/266.74	c   260s| 81200 |    48 |  1395k|  16.8 |   163M |  48 |2467 |  10k|   0 |  46k|  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.93%
265.43/266.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
265.43/266.74	c   260s| 81300 |    47 |  1396k|  16.8 |   163M |  48 |2467 |  10k|   0 |  46k|  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.93%
265.43/266.74	c   261s| 81400 |    42 |  1397k|  16.8 |   163M |  48 |2467 |  10k|5508 |  46k|  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.93%
265.43/266.74	c   261s| 81500 |    39 |  1399k|  16.8 |   163M |  48 |2467 |  10k|   0 |  46k|  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.93%
265.43/266.74	c   261s| 81600 |    35 |  1400k|  16.8 |   163M |  48 |2467 |  10k|   0 |  46k|  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.93%
265.43/266.74	c   262s| 81700 |    39 |  1403k|  16.8 |   164M |  48 |2467 |  10k|   0 |  46k|  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.94%
265.43/266.74	c   262s| 81800 |    38 |  1404k|  16.8 |   164M |  48 |2467 |  10k|   0 |  46k|  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf |   4.95%
265.43/266.74	c   262s| 81900 |    40 |  1405k|  16.8 |   164M |  48 |2467 |  10k|   0 |  46k|  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |   4.95%
265.43/266.74	c   263s| 82000 |    40 |  1406k|  16.8 |   164M |  48 |2467 |  10k|5475 |  46k|  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf |   4.96%
265.43/266.74	c   263s| 82100 |    42 |  1408k|  16.8 |   164M |  48 |2467 |  10k|   0 |  46k|  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |   4.97%
265.43/266.74	c   263s| 82200 |    45 |  1409k|  16.8 |   164M |  48 |2467 |  10k|5481 |  46k|  2 | 152k|  22 | 0.000000e+00 |      --      |    Inf |   4.97%
265.43/266.74	c   264s| 82300 |    38 |  1410k|  16.8 |   164M |  48 |2467 |  10k|   0 |  46k|  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |   4.98%
265.43/266.74	c   264s| 82400 |    41 |  1412k|  16.8 |   164M |  48 |2467 |  10k|   0 |  46k|  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |   5.00%
265.43/266.74	c   264s| 82500 |    38 |  1413k|  16.8 |   164M |  48 |2467 |  10k|   0 |  46k|  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf |   5.01%
265.43/266.74	c   264s| 82600 |    38 |  1414k|  16.8 |   164M |  48 |2467 |  10k|5494 |  46k|  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |   5.02%
265.43/266.74	c   265s| 82700 |    38 |  1416k|  16.8 |   164M |  48 |2467 |  10k|5476 |  46k|  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |   5.03%
265.43/266.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
265.43/266.74	c   265s| 82800 |    37 |  1417k|  16.8 |   164M |  48 |2467 |  10k|5494 |  47k|  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |   5.04%
265.43/266.74	c   265s| 82900 |    38 |  1419k|  16.8 |   164M |  48 |2467 |  10k|5508 |  47k|  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf |   5.04%
265.43/266.74	c   266s| 83000 |    47 |  1421k|  16.8 |   164M |  48 |2467 |  10k|   0 |  47k|  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |   5.04%
265.43/266.74	c   266s| 83100 |    41 |  1423k|  16.8 |   164M |  48 |2467 |  10k|   0 |  47k|  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf |   5.04%
281.76/283.14	c   266s| 83200 |    42 |  1424k|  16.8 |   164M |  48 |2467 |  10k|5508 |  47k|  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |   5.04%
281.76/283.14	c   267s| 83300 |    33 |  1425k|  16.8 |   164M |  48 |2467 |  10k|5485 |  47k|  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |   5.04%
281.76/283.14	c   267s| 83400 |    41 |  1428k|  16.8 |   164M |  48 |2467 |  10k|5511 |  47k|  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |   5.05%
281.76/283.14	c   267s| 83500 |    45 |  1429k|  16.8 |   164M |  48 |2467 |  10k|   0 |  47k|  0 | 154k|  22 | 0.000000e+00 |      --      |    Inf |   5.05%
281.76/283.14	c   268s| 83600 |    45 |  1430k|  16.8 |   164M |  48 |2467 |  10k|   0 |  47k|  0 | 154k|  22 | 0.000000e+00 |      --      |    Inf |   5.05%
281.76/283.14	c   268s| 83700 |    58 |  1432k|  16.8 |   164M |  48 |2467 |  10k|5447 |  47k|  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |   5.05%
281.76/283.14	c   268s| 83800 |    49 |  1434k|  16.8 |   165M |  48 |2467 |  10k|5445 |  47k|  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf |   5.07%
281.76/283.14	c   269s| 83900 |    46 |  1435k|  16.8 |   165M |  48 |2467 |  10k|5445 |  47k|  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf |   5.09%
281.76/283.14	c   269s| 84000 |    45 |  1437k|  16.8 |   165M |  48 |2467 |  10k|5493 |  47k|  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf |   5.14%
281.76/283.14	c   269s| 84100 |    50 |  1438k|  16.8 |   165M |  48 |2467 |  10k|5451 |  47k|  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf |   5.15%
281.76/283.14	c   270s| 84200 |    47 |  1440k|  16.8 |   165M |  48 |2467 |  10k|5452 |  47k|  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf |   5.21%
281.76/283.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
281.76/283.14	c   270s| 84300 |    43 |  1441k|  16.8 |   165M |  48 |2467 |  10k|   0 |  47k|  0 | 155k|  22 | 0.000000e+00 |      --      |    Inf |   5.28%
281.76/283.14	c   270s| 84400 |    46 |  1444k|  16.8 |   166M |  48 |2467 |  10k|   0 |  47k|  0 | 155k|  22 | 0.000000e+00 |      --      |    Inf |   5.33%
281.76/283.14	c   271s| 84500 |    42 |  1445k|  16.8 |   166M |  48 |2467 |  10k|   0 |  47k|  0 | 156k|  22 | 0.000000e+00 |      --      |    Inf |   5.38%
281.76/283.14	c   271s| 84600 |    50 |  1446k|  16.8 |   166M |  48 |2467 |  10k|   0 |  47k|  0 | 156k|  22 | 0.000000e+00 |      --      |    Inf |   5.41%
281.76/283.14	c   271s| 84700 |    43 |  1449k|  16.8 |   166M |  48 |2467 |  10k|   0 |  48k|  0 | 156k|  22 | 0.000000e+00 |      --      |    Inf |   5.42%
281.76/283.14	c   272s| 84800 |    40 |  1450k|  16.8 |   166M |  48 |2467 |  10k|   0 |  48k|  0 | 156k|  22 | 0.000000e+00 |      --      |    Inf |   5.44%
281.76/283.14	c   272s| 84900 |    35 |  1452k|  16.8 |   166M |  48 |2467 |  10k|5445 |  48k|  1 | 156k|  22 | 0.000000e+00 |      --      |    Inf |   5.47%
281.76/283.14	c   272s| 85000 |    42 |  1454k|  16.8 |   167M |  48 |2467 |  10k|5484 |  48k|  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
281.76/283.14	c   273s| 85100 |    54 |  1455k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 157k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
281.76/283.14	c   273s| 85200 |    50 |  1457k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 157k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
281.76/283.14	c   273s| 85300 |    47 |  1458k|  16.8 |   167M |  48 |2467 |  10k|5485 |  48k|  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
281.76/283.14	c   274s| 85400 |    49 |  1461k|  16.8 |   167M |  48 |2467 |  10k|5486 |  48k|  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
281.76/283.14	c   274s| 85500 |    44 |  1462k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
281.76/283.14	c   274s| 85600 |    51 |  1463k|  16.8 |   167M |  48 |2467 |  10k|5486 |  48k|  1 | 158k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
281.76/283.14	c   275s| 85700 |    47 |  1465k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
281.76/283.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
281.76/283.14	c   275s| 85800 |    49 |  1471k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
281.76/283.14	c   275s| 85900 |    50 |  1473k|  16.8 |   167M |  48 |2467 |  10k|5484 |  48k|  1 | 158k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
281.76/283.14	c   276s| 86000 |    51 |  1474k|  16.8 |   167M |  48 |2467 |  10k|5488 |  48k|  1 | 158k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
281.76/283.14	c   276s| 86100 |    51 |  1475k|  16.8 |   167M |  48 |2467 |  10k|5488 |  48k|  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
281.76/283.14	c   276s| 86200 |    53 |  1476k|  16.8 |   167M |  48 |2467 |  10k|5489 |  48k|  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
281.76/283.14	c   276s| 86300 |    58 |  1477k|  16.8 |   167M |  48 |2467 |  10k|5489 |  48k|  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf |   5.52%
281.76/283.14	c   277s| 86400 |    61 |  1478k|  16.8 |   167M |  48 |2467 |  10k|5487 |  48k|  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   277s| 86500 |    67 |  1479k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 159k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   277s| 86600 |    67 |  1481k|  16.8 |   167M |  48 |2467 |  10k|5486 |  48k|  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   278s| 86700 |    63 |  1483k|  16.8 |   167M |  48 |2467 |  10k|5486 |  48k|  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   278s| 86800 |    60 |  1485k|  16.8 |   167M |  48 |2467 |  10k|5487 |  48k|  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   278s| 86900 |    66 |  1487k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 160k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   278s| 87000 |    71 |  1488k|  16.8 |   167M |  48 |2467 |  10k|5486 |  48k|  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   279s| 87100 |    74 |  1490k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 160k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   279s| 87200 |    74 |  1491k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 160k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
281.76/283.14	c   279s| 87300 |    85 |  1493k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 160k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   280s| 87400 |    94 |  1495k|  16.8 |   167M |  48 |2467 |  10k|5489 |  48k|  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   280s| 87500 |    97 |  1496k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 161k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   280s| 87600 |   106 |  1498k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 161k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
281.76/283.14	c   280s| 87700 |   109 |  1499k|  16.8 |   167M |  48 |2467 |  10k|5487 |  48k|  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf |   5.54%
281.76/283.14	c   281s| 87800 |   113 |  1502k|  16.8 |   167M |  48 |2467 |  10k|5486 |  48k|  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf |   5.54%
281.76/283.14	c   281s| 87900 |   122 |  1503k|  16.8 |   167M |  48 |2467 |  10k|5487 |  48k|  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf |   5.54%
281.76/283.14	c   281s| 88000 |   120 |  1504k|  16.8 |   167M |  48 |2467 |  10k|5487 |  48k|  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf |   5.54%
281.76/283.14	c   282s| 88100 |   122 |  1505k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf |   5.54%
281.76/283.14	c   282s| 88200 |   106 |  1506k|  16.8 |   167M |  48 |2467 |  10k|5488 |  48k|  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf |   5.54%
281.76/283.14	c   282s| 88300 |    98 |  1507k|  16.8 |   167M |  48 |2467 |  10k|   0 |  48k|  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf |   5.54%
281.76/283.14	c   282s| 88400 |    92 |  1509k|  16.8 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c   283s| 88500 |   103 |  1511k|  16.8 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c   283s| 88600 |   109 |  1512k|  16.8 |   167M |  48 |2467 |  10k|5486 |  49k|  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c   283s| 88700 |   104 |  1513k|  16.8 |   167M |  48 |2467 |  10k|5487 |  49k|  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.78/297.22	c   284s| 88800 |   108 |  1514k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c   284s| 88900 |   100 |  1516k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c   284s| 89000 |   104 |  1517k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c   284s| 89100 |   104 |  1518k|  16.7 |   167M |  48 |2467 |  10k|5484 |  49k|  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c   285s| 89200 |   110 |  1520k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
295.78/297.22	c   285s| 89300 |   110 |  1520k|  16.7 |   167M |  48 |2467 |  10k|5485 |  49k|  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf |   5.56%
295.78/297.22	c   285s| 89400 |   104 |  1521k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |   5.56%
295.78/297.22	c   285s| 89500 |   126 |  1522k|  16.7 |   167M |  48 |2467 |  10k|5484 |  49k|  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |   5.56%
295.78/297.22	c   286s| 89600 |   112 |  1523k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |   5.56%
295.78/297.22	c   286s| 89700 |    98 |  1525k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   286s| 89800 |   104 |  1527k|  16.7 |   167M |  48 |2467 |  10k|5487 |  49k|  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   286s| 89900 |    98 |  1528k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   287s| 90000 |    96 |  1529k|  16.7 |   167M |  48 |2467 |  10k|5484 |  49k|  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   287s| 90100 |   106 |  1531k|  16.7 |   167M |  48 |2467 |  10k|5487 |  49k|  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   287s| 90200 |   107 |  1531k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.78/297.22	c   287s| 90300 |   109 |  1532k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   288s| 90400 |   130 |  1536k|  16.7 |   167M |  48 |2467 |  10k|5485 |  49k|  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   288s| 90500 |   140 |  1537k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   288s| 90600 |   139 |  1538k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   289s| 90700 |   142 |  1540k|  16.7 |   167M |  48 |2467 |  10k|5486 |  49k|  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   289s| 90800 |   128 |  1541k|  16.7 |   167M |  48 |2467 |  10k|5486 |  49k|  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   289s| 90900 |   119 |  1542k|  16.7 |   167M |  48 |2467 |  10k|5485 |  49k|  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
295.78/297.22	c   289s| 91000 |   121 |  1543k|  16.7 |   167M |  48 |2467 |  10k|5484 |  49k|  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   290s| 91100 |   137 |  1546k|  16.7 |   167M |  48 |2467 |  10k|5488 |  49k|  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   290s| 91200 |   146 |  1547k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   290s| 91300 |   151 |  1548k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   290s| 91400 |   149 |  1550k|  16.7 |   167M |  48 |2467 |  10k|5488 |  49k|  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   291s| 91500 |   146 |  1551k|  16.7 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   291s| 91600 |   154 |  1552k|  16.6 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   291s| 91700 |   143 |  1553k|  16.6 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.78/297.22	c   291s| 91800 |   131 |  1553k|  16.6 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   292s| 91900 |   134 |  1554k|  16.6 |   167M |  48 |2467 |  10k|   0 |  49k|  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   292s| 92000 |   136 |  1555k|  16.6 |   168M |  48 |2467 |  10k|5484 |  49k|  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   292s| 92100 |   156 |  1559k|  16.6 |   168M |  48 |2467 |  10k|5484 |  49k|  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   293s| 92200 |   167 |  1560k|  16.6 |   168M |  48 |2467 |  10k|   0 |  49k|  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   293s| 92300 |   165 |  1562k|  16.6 |   168M |  48 |2467 |  10k|5484 |  49k|  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   293s| 92400 |   169 |  1563k|  16.6 |   168M |  48 |2467 |  10k|5492 |  49k|  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   293s| 92500 |   178 |  1564k|  16.6 |   168M |  48 |2467 |  10k|5492 |  49k|  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   294s| 92600 |   188 |  1565k|  16.6 |   168M |  48 |2467 |  10k|   0 |  49k|  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   294s| 92700 |   206 |  1569k|  16.6 |   168M |  48 |2467 |  10k|5493 |  49k|  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   294s| 92800 |   214 |  1570k|  16.6 |   168M |  48 |2467 |  10k|   0 |  49k|  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   295s| 92900 |   223 |  1573k|  16.6 |   168M |  48 |2467 |  10k|5492 |  49k|  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   295s| 93000 |   241 |  1576k|  16.7 |   168M |  48 |2467 |  10k|5493 |  49k|  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   295s| 93100 |   240 |  1577k|  16.7 |   168M |  48 |2467 |  10k|5492 |  49k|  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   295s| 93200 |   236 |  1578k|  16.6 |   168M |  48 |2467 |  10k|   0 |  49k|  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.78/297.22	c   296s| 93300 |   244 |  1580k|  16.6 |   168M |  48 |2467 |  10k|5492 |  49k|  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
295.78/297.22	c   296s| 93400 |   241 |  1581k|  16.6 |   168M |  48 |2467 |  10k|5492 |  49k|  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
295.78/297.22	c   296s| 93500 |   247 |  1583k|  16.6 |   168M |  48 |2467 |  10k|   0 |  49k|  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
295.78/297.22	c   297s| 93600 |   248 |  1585k|  16.6 |   168M |  48 |2467 |  10k|5492 |  50k|  1 | 170k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   297s| 93700 |   239 |  1586k|  16.6 |   168M |  48 |2467 |  10k|5492 |  50k|  1 | 170k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   297s| 93800 |   247 |  1588k|  16.6 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   297s| 93900 |   262 |  1589k|  16.6 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   298s| 94000 |   294 |  1594k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   298s| 94100 |   306 |  1597k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   299s| 94200 |   309 |  1599k|  16.7 |   168M |  48 |2467 |  10k|5484 |  50k|  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   299s| 94300 |   305 |  1601k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   299s| 94400 |   304 |  1602k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   300s| 94500 |   304 |  1603k|  16.7 |   168M |  48 |2467 |  10k|5492 |  50k|  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   300s| 94600 |   298 |  1604k|  16.7 |   168M |  48 |2467 |  10k|5491 |  50k|  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   300s| 94700 |   288 |  1605k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
310.51/312.08	c   300s| 94800 |   292 |  1607k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   301s| 94900 |   282 |  1608k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   301s| 95000 |   293 |  1609k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   301s| 95100 |   282 |  1611k|  16.7 |   168M |  48 |2467 |  10k|   0 |  50k|  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   301s| 95200 |   280 |  1612k|  16.6 |   168M |  48 |2467 |  10k|5492 |  50k|  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   302s| 95300 |   255 |  1613k|  16.6 |   168M |  48 |2467 |9983 |   0 |  50k|  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   302s| 95400 |   252 |  1614k|  16.6 |   168M |  48 |2467 |9988 |5492 |  50k|  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   302s| 95500 |   244 |  1615k|  16.6 |   168M |  48 |2467 |9987 |5492 |  50k|  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   303s| 95600 |   238 |  1616k|  16.6 |   168M |  48 |2467 |9997 |   0 |  50k|  0 | 173k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   303s| 95700 |   241 |  1618k|  16.6 |   168M |  48 |2467 |  10k|5494 |  50k|  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   303s| 95800 |   226 |  1618k|  16.6 |   168M |  48 |2467 |9995 |5492 |  50k|  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   303s| 95900 |   228 |  1620k|  16.6 |   168M |  48 |2467 |9996 |   0 |  50k|  0 | 173k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   304s| 96000 |   219 |  1622k|  16.6 |   168M |  48 |2467 |9983 |5494 |  50k|  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   304s| 96100 |   215 |  1623k|  16.6 |   168M |  48 |2467 |9940 |   0 |  50k|  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   304s| 96200 |   213 |  1625k|  16.6 |   168M |  48 |2467 |9946 |   0 |  50k|  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
310.51/312.08	c   305s| 96300 |   206 |  1626k|  16.6 |   168M |  48 |2467 |9957 |5492 |  50k|  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   305s| 96400 |   196 |  1627k|  16.6 |   168M |  48 |2467 |9972 |   0 |  50k|  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   305s| 96500 |   181 |  1629k|  16.6 |   168M |  48 |2467 |9968 |5489 |  50k|  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   305s| 96600 |   174 |  1629k|  16.6 |   168M |  48 |2467 |  10k|5493 |  50k|  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   306s| 96700 |   168 |  1630k|  16.6 |   168M |  48 |2467 |  10k|5494 |  50k|  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   306s| 96800 |   162 |  1631k|  16.6 |   168M |  48 |2467 |9986 |5489 |  50k|  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   306s| 96900 |   149 |  1632k|  16.6 |   168M |  48 |2467 |9964 |5493 |  50k|  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   306s| 97000 |   134 |  1633k|  16.6 |   168M |  48 |2467 |9981 |   0 |  50k|  0 | 175k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
310.51/312.08	c   307s| 97100 |   126 |  1634k|  16.6 |   168M |  48 |2467 |9966 |5494 |  50k|  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
310.51/312.08	c   307s| 97200 |   120 |  1635k|  16.5 |   168M |  48 |2467 |9974 |   0 |  50k|  0 | 175k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
310.51/312.08	c   307s| 97300 |   104 |  1636k|  16.5 |   168M |  48 |2467 |9954 |   0 |  50k|  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
310.51/312.08	c   307s| 97400 |    78 |  1637k|  16.5 |   168M |  48 |2467 |9941 |   0 |  50k|  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
310.51/312.08	c   308s| 97500 |    64 |  1638k|  16.5 |   168M |  48 |2467 |9928 |   0 |  50k|  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
310.51/312.08	c   308s| 97600 |    47 |  1638k|  16.5 |   168M |  48 |2467 |9908 |5489 |  50k|  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
310.51/312.08	c   308s| 97700 |    34 |  1640k|  16.5 |   168M |  48 |2467 |9968 |5485 |  50k|  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
310.51/312.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
310.51/312.08	c   309s| 97800 |    43 |  1643k|  16.5 |   168M |  48 |2467 |  10k|5486 |  50k|  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf |   5.61%
310.51/312.08	c   309s| 97900 |    40 |  1644k|  16.5 |   169M |  48 |2467 |  10k|5493 |  50k|  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf |   5.61%
310.51/312.08	c   309s| 98000 |    42 |  1645k|  16.5 |   169M |  48 |2467 |  10k|   0 |  50k|  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |   5.61%
310.51/312.08	c   309s| 98100 |    46 |  1646k|  16.5 |   169M |  48 |2467 |  10k|5493 |  50k|  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf |   5.61%
310.51/312.08	c   310s| 98200 |    44 |  1647k|  16.5 |   169M |  48 |2467 |  10k|   0 |  50k|  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |   5.61%
310.51/312.08	c   310s| 98300 |    43 |  1648k|  16.5 |   169M |  48 |2467 |  10k|   0 |  50k|  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |   5.61%
310.51/312.08	c   310s| 98400 |    39 |  1650k|  16.5 |   169M |  48 |2467 |  10k|   0 |  50k|  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |   5.61%
310.51/312.08	c   310s| 98500 |    40 |  1651k|  16.5 |   169M |  48 |2467 |  10k|   0 |  50k|  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf |   5.61%
310.51/312.08	c   311s| 98600 |    43 |  1654k|  16.5 |   169M |  48 |2467 |  10k|   0 |  50k|  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.62%
310.51/312.08	c   311s| 98700 |    43 |  1655k|  16.5 |   169M |  48 |2467 |  10k|5486 |  50k|  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.62%
310.51/312.08	c   311s| 98800 |    48 |  1656k|  16.5 |   169M |  48 |2467 |  10k|   0 |  51k|  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.62%
310.51/312.08	c   311s| 98900 |    49 |  1657k|  16.5 |   169M |  48 |2467 |9985 |   0 |  51k|  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.62%
329.43/331.08	c   312s| 99000 |    42 |  1657k|  16.5 |   169M |  48 |2467 |9976 |   0 |  51k|  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.62%
329.43/331.08	c   312s| 99100 |    39 |  1658k|  16.5 |   169M |  48 |2467 |9941 |   0 |  51k|  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.63%
329.43/331.08	c   312s| 99200 |    41 |  1659k|  16.5 |   169M |  48 |2467 |9920 |5486 |  51k|  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.63%
329.43/331.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
329.43/331.08	c   312s| 99300 |    47 |  1660k|  16.4 |   169M |  48 |2467 |9934 |5489 |  51k|  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.63%
329.43/331.08	c   313s| 99400 |    37 |  1661k|  16.4 |   169M |  48 |2467 |9916 |5386 |  51k|  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.63%
329.43/331.08	c   313s| 99500 |    66 |  1664k|  16.5 |   169M |  48 |2467 |9986 |5465 |  51k|  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf |   5.63%
329.43/331.08	c   313s| 99600 |    43 |  1665k|  16.4 |   169M |  48 |2467 |  10k|5475 |  51k|  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |   5.65%
329.43/331.08	c   314s| 99700 |    49 |  1666k|  16.4 |   169M |  48 |2467 |  10k|   0 |  51k|  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf |   5.66%
329.43/331.08	c   314s| 99800 |    46 |  1667k|  16.4 |   169M |  48 |2467 |9995 |5460 |  51k|  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |   5.67%
329.43/331.08	c   314s| 99900 |    48 |  1668k|  16.4 |   169M |  48 |2467 |9963 |5468 |  51k|  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |   5.69%
329.43/331.08	c   314s|100000 |    44 |  1669k|  16.4 |   169M |  48 |2467 |9922 |   0 |  51k|  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf |   5.70%
329.43/331.08	c   315s|100100 |    40 |  1671k|  16.4 |   169M |  48 |2467 |9889 |   0 |  51k|  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf |   5.72%
329.43/331.08	c   315s|100200 |    64 |  1674k|  16.4 |   169M |  48 |2467 |9906 |5478 |  51k|  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf |   5.74%
329.43/331.08	c   316s|100300 |    52 |  1678k|  16.5 |   169M |  48 |2467 |9913 |   0 |  51k|  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf |   5.84%
329.43/331.08	c   316s|100400 |    57 |  1679k|  16.5 |   169M |  48 |2467 |9923 |5493 |  51k|  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |   5.85%
329.43/331.08	c   316s|100500 |    59 |  1681k|  16.5 |   169M |  48 |2467 |9950 |   0 |  52k|  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf |   5.92%
329.43/331.08	c   317s|100600 |    57 |  1683k|  16.5 |   169M |  48 |2467 |9979 |5492 |  52k|  2 | 180k|  22 | 0.000000e+00 |      --      |    Inf |   6.06%
329.43/331.08	c   317s|100700 |    59 |  1684k|  16.5 |   169M |  48 |2467 |9970 |5504 |  52k|  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf |   6.12%
329.43/331.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
329.43/331.08	c   317s|100800 |    59 |  1686k|  16.5 |   169M |  48 |2467 |9987 |5514 |  52k|  2 | 181k|  22 | 0.000000e+00 |      --      |    Inf |   6.15%
329.43/331.08	c   318s|100900 |    68 |  1691k|  16.5 |   169M |  48 |2467 |9991 |5507 |  52k|  2 | 181k|  22 | 0.000000e+00 |      --      |    Inf |   6.21%
329.43/331.08	c   318s|101000 |    64 |  1693k|  16.5 |   169M |  48 |2467 |  10k|5493 |  52k|  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |   6.22%
329.43/331.08	c   319s|101100 |    61 |  1694k|  16.5 |   169M |  48 |2467 |  10k|5493 |  52k|  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |   6.26%
329.43/331.08	c   319s|101200 |    56 |  1696k|  16.5 |   169M |  48 |2467 |  10k|5386 |  52k|  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |   6.36%
329.43/331.08	c   319s|101300 |    63 |  1698k|  16.5 |   169M |  48 |2467 |  10k|5479 |  52k|  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf |   6.37%
329.43/331.08	c   320s|101400 |    65 |  1699k|  16.5 |   169M |  48 |2467 |  10k|   0 |  53k|  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |   6.37%
329.43/331.08	c   320s|101500 |    61 |  1700k|  16.5 |   169M |  48 |2467 |  10k|   0 |  53k|  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf |   6.38%
329.43/331.08	c   320s|101600 |    62 |  1702k|  16.5 |   169M |  48 |2467 |  10k|5479 |  53k|  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |   6.39%
329.43/331.08	c   321s|101700 |    63 |  1703k|  16.5 |   169M |  48 |2467 |  10k|5483 |  53k|  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |   6.41%
329.43/331.08	c   321s|101800 |    64 |  1705k|  16.5 |   169M |  48 |2467 |  10k|5479 |  53k|  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf |   6.41%
329.43/331.08	c   321s|101900 |    63 |  1706k|  16.5 |   169M |  48 |2467 |  10k|5479 |  53k|  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |   6.43%
329.43/331.08	c   322s|102000 |    67 |  1708k|  16.5 |   170M |  48 |2467 |  10k|5464 |  53k|  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |   6.44%
329.43/331.08	c   322s|102100 |    72 |  1712k|  16.5 |   170M |  48 |2467 |  10k|5483 |  53k|  2 | 183k|  22 | 0.000000e+00 |      --      |    Inf |   6.53%
329.43/331.08	c   323s|102200 |    72 |  1713k|  16.5 |   170M |  48 |2467 |  10k|5482 |  53k|  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |   6.57%
329.43/331.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
329.43/331.08	c   323s|102300 |    66 |  1714k|  16.5 |   170M |  48 |2467 |  10k|   0 |  53k|  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf |   6.58%
329.43/331.08	c   323s|102400 |    56 |  1716k|  16.5 |   170M |  48 |2467 |  10k|5479 |  53k|  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf |   6.65%
329.43/331.08	c   324s|102500 |    64 |  1718k|  16.5 |   171M |  48 |2467 |  10k|   0 |  53k|  0 | 184k|  22 | 0.000000e+00 |      --      |    Inf |   6.71%
329.43/331.08	c   324s|102600 |    72 |  1723k|  16.5 |   171M |  48 |2467 |  10k|5496 |  54k|  2 | 184k|  22 | 0.000000e+00 |      --      |    Inf |   6.81%
329.43/331.08	c   325s|102700 |    67 |  1725k|  16.5 |   171M |  48 |2467 |  10k|5496 |  54k|  2 | 184k|  22 | 0.000000e+00 |      --      |    Inf |   6.82%
329.43/331.08	c   325s|102800 |    62 |  1726k|  16.5 |   171M |  48 |2467 |  10k|5492 |  54k|  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
329.43/331.08	c   325s|102900 |    63 |  1728k|  16.5 |   171M |  48 |2467 |  10k|5500 |  54k|  1 | 184k|  22 | 0.000000e+00 |      --      |    Inf |   6.90%
329.43/331.08	c   326s|103000 |    69 |  1731k|  16.5 |   171M |  48 |2467 |  10k|   0 |  54k|  0 | 185k|  22 | 0.000000e+00 |      --      |    Inf |   6.91%
329.43/331.08	c   326s|103100 |    68 |  1732k|  16.5 |   171M |  48 |2467 |  10k|   0 |  54k|  0 | 185k|  22 | 0.000000e+00 |      --      |    Inf |   6.91%
329.43/331.08	c   327s|103200 |    67 |  1734k|  16.5 |   171M |  48 |2467 |  10k|5497 |  54k|  2 | 185k|  22 | 0.000000e+00 |      --      |    Inf |   6.92%
329.43/331.08	c   327s|103300 |    62 |  1736k|  16.5 |   171M |  48 |2467 |  10k|5492 |  54k|  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |   6.92%
329.43/331.08	c   327s|103400 |    62 |  1738k|  16.6 |   171M |  48 |2467 |  10k|5492 |  54k|  1 | 185k|  22 | 0.000000e+00 |      --      |    Inf |   6.93%
329.43/331.08	c   328s|103500 |    61 |  1739k|  16.5 |   171M |  48 |2467 |  10k|5500 |  54k|  2 | 186k|  22 | 0.000000e+00 |      --      |    Inf |   6.94%
329.43/331.08	c   328s|103600 |    62 |  1741k|  16.6 |   171M |  48 |2467 |  10k|5492 |  54k|  1 | 186k|  22 | 0.000000e+00 |      --      |    Inf |   6.94%
329.43/331.08	c   329s|103700 |    60 |  1743k|  16.5 |   171M |  48 |2467 |  10k|5492 |  54k|  1 | 186k|  22 | 0.000000e+00 |      --      |    Inf |   6.95%
329.43/331.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
329.43/331.08	c   329s|103800 |    56 |  1744k|  16.5 |   171M |  48 |2467 |  10k|5492 |  54k|  1 | 186k|  22 | 0.000000e+00 |      --      |    Inf |   6.95%
329.43/331.08	c   329s|103900 |    59 |  1748k|  16.6 |   171M |  48 |2467 |  10k|   0 |  55k|  0 | 186k|  22 | 0.000000e+00 |      --      |    Inf |   6.96%
329.43/331.08	c   330s|104000 |    63 |  1752k|  16.6 |   171M |  48 |2467 |  10k|5488 |  55k|  1 | 187k|  22 | 0.000000e+00 |      --      |    Inf |   6.96%
329.43/331.08	c   330s|104100 |    68 |  1753k|  16.6 |   171M |  48 |2467 |  10k|5488 |  55k|  1 | 187k|  22 | 0.000000e+00 |      --      |    Inf |   6.97%
348.23/349.91	c   331s|104200 |    63 |  1755k|  16.6 |   171M |  48 |2467 |  10k|   0 |  55k|  0 | 187k|  22 | 0.000000e+00 |      --      |    Inf |   6.97%
348.23/349.91	c   331s|104300 |    62 |  1756k|  16.6 |   171M |  48 |2467 |  10k|5488 |  55k|  1 | 187k|  22 | 0.000000e+00 |      --      |    Inf |   6.98%
348.23/349.91	c   331s|104400 |    61 |  1758k|  16.6 |   171M |  48 |2467 |  10k|5500 |  55k|  1 | 187k|  22 | 0.000000e+00 |      --      |    Inf |   6.99%
348.23/349.91	c   332s|104500 |    60 |  1759k|  16.6 |   171M |  48 |2467 |  10k|5493 |  55k|  1 | 187k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
348.23/349.91	c   332s|104600 |    67 |  1762k|  16.6 |   172M |  48 |2467 |  10k|5495 |  55k|  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |   7.02%
348.23/349.91	c   332s|104700 |    62 |  1763k|  16.6 |   172M |  48 |2467 |  10k|5493 |  55k|  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |   7.03%
348.23/349.91	c   333s|104800 |    69 |  1767k|  16.6 |   172M |  48 |2467 |  10k|5488 |  55k|  1 | 188k|  22 | 0.000000e+00 |      --      |    Inf |   7.05%
348.23/349.91	c   333s|104900 |    66 |  1769k|  16.6 |   172M |  48 |2467 |  10k|   0 |  56k|  0 | 188k|  22 | 0.000000e+00 |      --      |    Inf |   7.08%
348.23/349.91	c   334s|105000 |    78 |  1771k|  16.6 |   172M |  48 |2467 |  10k|5499 |  56k|  2 | 188k|  22 | 0.000000e+00 |      --      |    Inf |   7.09%
348.23/349.91	c   334s|105100 |    81 |  1773k|  16.6 |   172M |  48 |2467 |  10k|   0 |  56k|  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |   7.09%
348.23/349.91	c   334s|105200 |    80 |  1774k|  16.6 |   172M |  48 |2467 |  10k|   0 |  56k|  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |   7.10%
348.23/349.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
348.23/349.91	c   335s|105300 |    86 |  1777k|  16.6 |   172M |  48 |2467 |  10k|   0 |  56k|  0 | 189k|  22 | 0.000000e+00 |      --      |    Inf |   7.12%
348.23/349.91	c   335s|105400 |    83 |  1778k|  16.6 |   172M |  48 |2467 |  10k|5493 |  56k|  1 | 189k|  22 | 0.000000e+00 |      --      |    Inf |   7.13%
348.23/349.91	c   335s|105500 |    72 |  1780k|  16.6 |   172M |  48 |2467 |  10k|5488 |  56k|  1 | 189k|  22 | 0.000000e+00 |      --      |    Inf |   7.13%
348.23/349.91	c   336s|105600 |    73 |  1781k|  16.6 |   172M |  48 |2467 |  10k|5481 |  56k|  1 | 190k|  22 | 0.000000e+00 |      --      |    Inf |   7.15%
348.23/349.91	c   336s|105700 |    74 |  1784k|  16.6 |   172M |  48 |2467 |  10k|5489 |  56k|  1 | 190k|  22 | 0.000000e+00 |      --      |    Inf |   7.17%
348.23/349.91	c   337s|105800 |    66 |  1786k|  16.6 |   172M |  48 |2467 |  10k|   0 |  56k|  0 | 190k|  22 | 0.000000e+00 |      --      |    Inf |   7.19%
348.23/349.91	c   337s|105900 |    68 |  1787k|  16.6 |   172M |  48 |2467 |  10k|5481 |  56k|  1 | 190k|  22 | 0.000000e+00 |      --      |    Inf |   7.20%
348.23/349.91	c   337s|106000 |    69 |  1789k|  16.6 |   172M |  48 |2467 |  10k|   0 |  56k|  0 | 191k|  22 | 0.000000e+00 |      --      |    Inf |   7.21%
348.23/349.91	c   338s|106100 |    63 |  1790k|  16.6 |   172M |  48 |2467 |  10k|5486 |  56k|  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |   7.23%
348.23/349.91	c   338s|106200 |    61 |  1791k|  16.6 |   172M |  48 |2467 |  10k|5491 |  56k|  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |   7.24%
348.23/349.91	c   338s|106300 |    62 |  1793k|  16.6 |   172M |  48 |2467 |  10k|   0 |  56k|  0 | 191k|  22 | 0.000000e+00 |      --      |    Inf |   7.24%
348.23/349.91	c   339s|106400 |    60 |  1794k|  16.6 |   172M |  48 |2467 |  10k|5491 |  57k|  1 | 191k|  22 | 0.000000e+00 |      --      |    Inf |   7.24%
348.23/349.91	c   339s|106500 |    66 |  1795k|  16.6 |   172M |  48 |2467 |  10k|   0 |  57k|  0 | 191k|  22 | 0.000000e+00 |      --      |    Inf |   7.26%
348.23/349.91	c   339s|106600 |    63 |  1797k|  16.6 |   172M |  48 |2467 |  10k|5486 |  57k|  1 | 192k|  22 | 0.000000e+00 |      --      |    Inf |   7.28%
348.23/349.91	c   339s|106700 |    57 |  1798k|  16.6 |   172M |  48 |2467 |  10k|5486 |  57k|  1 | 192k|  22 | 0.000000e+00 |      --      |    Inf |   7.29%
348.23/349.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
348.23/349.91	c   340s|106800 |    63 |  1801k|  16.6 |   172M |  48 |2467 |  10k|   0 |  57k|  0 | 192k|  22 | 0.000000e+00 |      --      |    Inf |   7.30%
348.23/349.91	c   340s|106900 |    62 |  1803k|  16.6 |   172M |  48 |2467 |  10k|5494 |  57k|  1 | 192k|  22 | 0.000000e+00 |      --      |    Inf |   7.31%
348.23/349.91	c   340s|107000 |    60 |  1804k|  16.6 |   172M |  48 |2467 |  10k|5493 |  57k|  1 | 192k|  22 | 0.000000e+00 |      --      |    Inf |   7.32%
348.23/349.91	c   341s|107100 |    65 |  1808k|  16.6 |   172M |  48 |2467 |  10k|   0 |  57k|  0 | 192k|  22 | 0.000000e+00 |      --      |    Inf |   7.34%
348.23/349.91	c   341s|107200 |    60 |  1810k|  16.6 |   172M |  48 |2467 |  10k|5475 |  57k|  1 | 193k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
348.23/349.91	c   342s|107300 |    57 |  1811k|  16.6 |   172M |  48 |2467 |  10k|5498 |  57k|  1 | 193k|  22 | 0.000000e+00 |      --      |    Inf |   7.42%
348.23/349.91	c   342s|107400 |    56 |  1813k|  16.6 |   172M |  48 |2467 |  10k|5501 |  57k|  2 | 193k|  22 | 0.000000e+00 |      --      |    Inf |   7.42%
348.23/349.91	c   342s|107500 |    54 |  1816k|  16.6 |   172M |  48 |2467 |  10k|   0 |  57k|  0 | 193k|  22 | 0.000000e+00 |      --      |    Inf |   7.56%
348.23/349.91	c   343s|107600 |    54 |  1818k|  16.6 |   172M |  48 |2467 |  10k|5464 |  57k|  1 | 194k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
348.23/349.91	c   343s|107700 |    67 |  1822k|  16.7 |   173M |  48 |2467 |  10k|5477 |  57k|  1 | 194k|  22 | 0.000000e+00 |      --      |    Inf |   7.73%
348.23/349.91	c   344s|107800 |    65 |  1823k|  16.7 |   173M |  48 |2467 |  10k|5469 |  57k|  1 | 194k|  22 | 0.000000e+00 |      --      |    Inf |   7.75%
348.23/349.91	c   344s|107900 |    62 |  1824k|  16.7 |   173M |  48 |2467 |  10k|   0 |  58k|  0 | 194k|  22 | 0.000000e+00 |      --      |    Inf |   7.75%
348.23/349.91	c   344s|108000 |    62 |  1827k|  16.7 |   173M |  48 |2467 |  10k|   0 |  58k|  0 | 195k|  22 | 0.000000e+00 |      --      |    Inf |   7.76%
348.23/349.91	c   345s|108100 |    59 |  1828k|  16.7 |   173M |  48 |2467 |  10k|5469 |  58k|  1 | 195k|  22 | 0.000000e+00 |      --      |    Inf |   7.79%
348.23/349.91	c   345s|108200 |    61 |  1829k|  16.7 |   173M |  48 |2467 |  10k|5469 |  58k|  1 | 195k|  22 | 0.000000e+00 |      --      |    Inf |   7.85%
348.23/349.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
348.23/349.91	c   345s|108300 |    66 |  1831k|  16.7 |   173M |  48 |2467 |  10k|5479 |  58k|  1 | 195k|  22 | 0.000000e+00 |      --      |    Inf |   7.89%
348.23/349.91	c   346s|108400 |    66 |  1832k|  16.7 |   173M |  48 |2467 |  10k|5479 |  58k|  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |   7.90%
348.23/349.91	c   346s|108500 |    64 |  1834k|  16.7 |   173M |  48 |2467 |  10k|   0 |  58k|  0 | 196k|  22 | 0.000000e+00 |      --      |    Inf |   7.91%
348.23/349.91	c   346s|108600 |    64 |  1835k|  16.7 |   173M |  48 |2467 |  10k|5479 |  58k|  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |   7.92%
348.23/349.91	c   347s|108700 |    65 |  1836k|  16.6 |   173M |  48 |2467 |  10k|5485 |  58k|  2 | 196k|  22 | 0.000000e+00 |      --      |    Inf |   7.93%
348.23/349.91	c   347s|108800 |    69 |  1838k|  16.6 |   173M |  48 |2467 |  10k|5486 |  58k|  1 | 196k|  22 | 0.000000e+00 |      --      |    Inf |   7.93%
348.23/349.91	c   347s|108900 |    62 |  1839k|  16.6 |   173M |  48 |2467 |  10k|   0 |  58k|  0 | 197k|  22 | 0.000000e+00 |      --      |    Inf |   7.94%
348.23/349.91	c   348s|109000 |    67 |  1842k|  16.7 |   173M |  48 |2467 |  10k|5479 |  58k|  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |   7.96%
348.23/349.91	c   348s|109100 |    63 |  1843k|  16.6 |   173M |  48 |2467 |  11k|5479 |  58k|  1 | 197k|  22 | 0.000000e+00 |      --      |    Inf |   7.99%
348.23/349.91	c   349s|109200 |    60 |  1844k|  16.6 |   173M |  48 |2467 |  11k|5482 |  58k|  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |   8.02%
348.23/349.91	c   349s|109300 |    61 |  1845k|  16.6 |   173M |  48 |2467 |  11k|5482 |  58k|  1 | 198k|  22 | 0.000000e+00 |      --      |    Inf |   8.04%
348.23/349.91	c   349s|109400 |    56 |  1847k|  16.6 |   173M |  48 |2467 |  11k|   0 |  59k|  0 | 198k|  22 | 0.000000e+00 |      --      |    Inf |   8.07%
366.27/368.04	c   350s|109500 |    54 |  1848k|  16.6 |   173M |  48 |2467 |  11k|5482 |  59k|  1 | 199k|  22 | 0.000000e+00 |      --      |    Inf |   8.08%
366.27/368.04	c   350s|109600 |    63 |  1849k|  16.6 |   173M |  48 |2467 |  11k|5469 |  59k|  1 | 199k|  22 | 0.000000e+00 |      --      |    Inf |   8.12%
366.27/368.04	c   350s|109700 |    66 |  1851k|  16.6 |   173M |  48 |2467 |  11k|5477 |  59k|  1 | 199k|  22 | 0.000000e+00 |      --      |    Inf |   8.14%
366.27/368.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
366.27/368.04	c   351s|109800 |    63 |  1852k|  16.6 |   173M |  48 |2467 |  11k|   0 |  59k|  0 | 199k|  22 | 0.000000e+00 |      --      |    Inf |   8.15%
366.27/368.04	c   351s|109900 |    69 |  1853k|  16.6 |   173M |  48 |2467 |  11k|5481 |  59k|  1 | 199k|  22 | 0.000000e+00 |      --      |    Inf |   8.15%
366.27/368.04	c   351s|110000 |    67 |  1854k|  16.6 |   173M |  48 |2467 |  11k|   0 |  59k|  0 | 199k|  22 | 0.000000e+00 |      --      |    Inf |   8.19%
366.27/368.04	c   351s|110100 |    62 |  1856k|  16.6 |   173M |  48 |2467 |  11k|   0 |  59k|  0 | 199k|  22 | 0.000000e+00 |      --      |    Inf |   8.24%
366.27/368.04	c   352s|110200 |    62 |  1857k|  16.6 |   174M |  48 |2467 |  11k|5496 |  59k|  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |   8.25%
366.27/368.04	c   352s|110300 |    64 |  1859k|  16.6 |   174M |  48 |2467 |  11k|5496 |  59k|  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |   8.26%
366.27/368.04	c   352s|110400 |    55 |  1860k|  16.6 |   174M |  48 |2467 |  11k|5468 |  59k|  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |   8.27%
366.27/368.04	c   353s|110500 |    67 |  1863k|  16.6 |   174M |  48 |2467 |  11k|   0 |  59k|  0 | 200k|  22 | 0.000000e+00 |      --      |    Inf |   8.28%
366.27/368.04	c   353s|110600 |    82 |  1865k|  16.6 |   174M |  48 |2467 |  11k|5498 |  59k|  1 | 200k|  22 | 0.000000e+00 |      --      |    Inf |   8.28%
366.27/368.04	c   353s|110700 |    82 |  1867k|  16.6 |   174M |  48 |2467 |  11k|   0 |  59k|  0 | 201k|  22 | 0.000000e+00 |      --      |    Inf |   8.28%
366.27/368.04	c   354s|110800 |    72 |  1868k|  16.6 |   174M |  48 |2467 |  11k|5496 |  60k|  1 | 201k|  22 | 0.000000e+00 |      --      |    Inf |   8.29%
366.27/368.04	c   354s|110900 |    72 |  1870k|  16.6 |   174M |  48 |2467 |  11k|5502 |  60k|  2 | 201k|  22 | 0.000000e+00 |      --      |    Inf |   8.29%
366.27/368.04	c   355s|111000 |    78 |  1873k|  16.6 |   174M |  48 |2467 |  11k|   0 |  60k|  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |   8.30%
366.27/368.04	c   355s|111100 |    70 |  1874k|  16.6 |   174M |  48 |2467 |  11k|5496 |  60k|  1 | 202k|  22 | 0.000000e+00 |      --      |    Inf |   8.30%
366.27/368.04	c   355s|111200 |    60 |  1876k|  16.6 |   174M |  48 |2467 |  11k|   0 |  60k|  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |   8.32%
366.27/368.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
366.27/368.04	c   356s|111300 |    56 |  1877k|  16.6 |   174M |  48 |2467 |  11k|5496 |  60k|  1 | 202k|  22 | 0.000000e+00 |      --      |    Inf |   8.33%
366.27/368.04	c   356s|111400 |    65 |  1880k|  16.6 |   174M |  48 |2467 |  11k|   0 |  60k|  0 | 202k|  22 | 0.000000e+00 |      --      |    Inf |   8.33%
366.27/368.04	c   356s|111500 |    69 |  1882k|  16.6 |   174M |  48 |2467 |  11k|5465 |  60k|  1 | 203k|  22 | 0.000000e+00 |      --      |    Inf |   8.33%
366.27/368.04	c   357s|111600 |    78 |  1883k|  16.6 |   174M |  48 |2467 |  11k|5466 |  60k|  1 | 203k|  22 | 0.000000e+00 |      --      |    Inf |   8.34%
366.27/368.04	c   357s|111700 |    67 |  1884k|  16.6 |   174M |  48 |2467 |  11k|   0 |  60k|  0 | 203k|  22 | 0.000000e+00 |      --      |    Inf |   8.34%
366.27/368.04	c   357s|111800 |    64 |  1885k|  16.6 |   174M |  48 |2467 |  11k|   0 |  60k|  0 | 203k|  22 | 0.000000e+00 |      --      |    Inf |   8.35%
366.27/368.04	c   358s|111900 |    73 |  1887k|  16.6 |   174M |  48 |2467 |  11k|5503 |  60k|  1 | 203k|  22 | 0.000000e+00 |      --      |    Inf |   8.36%
366.27/368.04	c   358s|112000 |    76 |  1888k|  16.6 |   174M |  48 |2467 |  11k|5507 |  60k|  1 | 204k|  22 | 0.000000e+00 |      --      |    Inf |   8.36%
366.27/368.04	c   358s|112100 |    68 |  1890k|  16.6 |   174M |  48 |2467 |  11k|5504 |  61k|  1 | 204k|  22 | 0.000000e+00 |      --      |    Inf |   8.36%
366.27/368.04	c   359s|112200 |    79 |  1892k|  16.6 |   174M |  48 |2467 |  11k|5496 |  61k|  1 | 204k|  22 | 0.000000e+00 |      --      |    Inf |   8.38%
366.27/368.04	c   359s|112300 |    63 |  1893k|  16.6 |   174M |  48 |2467 |  11k|   0 |  61k|  0 | 204k|  22 | 0.000000e+00 |      --      |    Inf |   8.38%
366.27/368.04	c   359s|112400 |    60 |  1894k|  16.6 |   174M |  48 |2467 |  11k|5505 |  61k|  1 | 204k|  22 | 0.000000e+00 |      --      |    Inf |   8.39%
366.27/368.04	c   360s|112500 |    66 |  1895k|  16.6 |   174M |  48 |2467 |  11k|5462 |  61k|  1 | 205k|  22 | 0.000000e+00 |      --      |    Inf |   8.39%
366.27/368.04	c   360s|112600 |    61 |  1897k|  16.6 |   174M |  48 |2467 |  11k|   0 |  61k|  0 | 205k|  22 | 0.000000e+00 |      --      |    Inf |   8.39%
366.27/368.04	c   360s|112700 |    61 |  1899k|  16.6 |   174M |  48 |2467 |  11k|   0 |  61k|  0 | 205k|  22 | 0.000000e+00 |      --      |    Inf |   8.41%
366.27/368.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
366.27/368.04	c   360s|112800 |    63 |  1900k|  16.6 |   174M |  48 |2467 |  11k|5496 |  61k|  1 | 205k|  22 | 0.000000e+00 |      --      |    Inf |   8.43%
366.27/368.04	c   361s|112900 |    60 |  1902k|  16.6 |   174M |  48 |2467 |  11k|5508 |  61k|  1 | 205k|  22 | 0.000000e+00 |      --      |    Inf |   8.44%
366.27/368.04	c   361s|113000 |    57 |  1904k|  16.6 |   174M |  48 |2467 |  11k|   0 |  61k|  0 | 205k|  22 | 0.000000e+00 |      --      |    Inf |   8.48%
366.27/368.04	c   361s|113100 |    54 |  1905k|  16.6 |   174M |  48 |2467 |  11k|5465 |  61k|  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |   8.54%
366.27/368.04	c   362s|113200 |    52 |  1907k|  16.6 |   174M |  48 |2467 |  11k|5468 |  61k|  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |   8.57%
366.27/368.04	c   362s|113300 |    54 |  1908k|  16.6 |   174M |  48 |2467 |  11k|5468 |  61k|  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |   8.63%
366.27/368.04	c   363s|113400 |    63 |  1911k|  16.6 |   175M |  48 |2467 |  11k|5481 |  62k|  0 | 206k|  22 | 0.000000e+00 |      --      |    Inf |   8.77%
366.27/368.04	c   363s|113500 |    62 |  1913k|  16.6 |   175M |  48 |2467 |  11k|5502 |  62k|  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |   8.93%
366.27/368.04	c   363s|113600 |    60 |  1915k|  16.6 |   175M |  48 |2467 |  11k|5489 |  62k|  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |   9.06%
366.27/368.04	c   364s|113700 |    58 |  1917k|  16.6 |   175M |  48 |2467 |  11k|5489 |  62k|  1 | 206k|  22 | 0.000000e+00 |      --      |    Inf |   9.10%
366.27/368.04	c   364s|113800 |    60 |  1919k|  16.6 |   176M |  48 |2467 |  11k|5468 |  62k|  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |   9.30%
366.27/368.04	c   365s|113900 |    63 |  1925k|  16.7 |   176M |  48 |2467 |  11k|5470 |  63k|  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |   9.45%
366.27/368.04	c   365s|114000 |    64 |  1927k|  16.7 |   176M |  48 |2467 |  11k|5470 |  63k|  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |   9.48%
366.27/368.04	c   366s|114100 |    70 |  1930k|  16.7 |   176M |  48 |2467 |  11k|5513 |  63k|  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |   9.52%
366.27/368.04	c   366s|114200 |    69 |  1931k|  16.7 |   176M |  48 |2467 |  11k|5512 |  63k|  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |   9.52%
366.27/368.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
366.27/368.04	c   366s|114300 |    61 |  1933k|  16.7 |   176M |  48 |2467 |  11k|   0 |  63k|  0 | 207k|  22 | 0.000000e+00 |      --      |    Inf |   9.52%
366.27/368.04	c   367s|114400 |    63 |  1934k|  16.7 |   176M |  48 |2467 |  11k|5481 |  63k|  1 | 207k|  22 | 0.000000e+00 |      --      |    Inf |   9.52%
366.27/368.04	c   367s|114500 |    61 |  1935k|  16.7 |   176M |  48 |2467 |  11k|   0 |  63k|  0 | 208k|  22 | 0.000000e+00 |      --      |    Inf |   9.53%
366.27/368.04	c   367s|114600 |    62 |  1937k|  16.7 |   176M |  48 |2467 |  11k|5481 |  63k|  1 | 208k|  22 | 0.000000e+00 |      --      |    Inf |   9.54%
385.57/387.42	c   368s|114700 |    66 |  1939k|  16.7 |   176M |  48 |2467 |  11k|   0 |  63k|  0 | 208k|  22 | 0.000000e+00 |      --      |    Inf |   9.56%
385.57/387.42	c   368s|114800 |    70 |  1941k|  16.7 |   176M |  48 |2467 |  11k|5481 |  63k|  1 | 208k|  22 | 0.000000e+00 |      --      |    Inf |   9.58%
385.57/387.42	c   368s|114900 |    57 |  1942k|  16.7 |   176M |  48 |2467 |  11k|5487 |  63k|  2 | 209k|  22 | 0.000000e+00 |      --      |    Inf |   9.62%
385.57/387.42	c   369s|115000 |    58 |  1943k|  16.7 |   176M |  48 |2467 |  11k|   0 |  63k|  0 | 209k|  22 | 0.000000e+00 |      --      |    Inf |   9.62%
385.57/387.42	c   369s|115100 |    68 |  1944k|  16.7 |   176M |  48 |2467 |  11k|5493 |  63k|  1 | 209k|  22 | 0.000000e+00 |      --      |    Inf |   9.62%
385.57/387.42	c   369s|115200 |    61 |  1945k|  16.7 |   176M |  48 |2467 |  11k|   0 |  63k|  0 | 209k|  22 | 0.000000e+00 |      --      |    Inf |   9.63%
385.57/387.42	c   370s|115300 |    57 |  1947k|  16.7 |   176M |  48 |2467 |  11k|5488 |  63k|  1 | 209k|  22 | 0.000000e+00 |      --      |    Inf |   9.64%
385.57/387.42	c   370s|115400 |    58 |  1948k|  16.6 |   176M |  48 |2467 |  11k|5488 |  63k|  1 | 209k|  22 | 0.000000e+00 |      --      |    Inf |   9.66%
385.57/387.43	c   370s|115500 |    56 |  1949k|  16.6 |   176M |  48 |2467 |  11k|5490 |  63k|  2 | 210k|  22 | 0.000000e+00 |      --      |    Inf |   9.66%
385.57/387.43	c   371s|115600 |    54 |  1952k|  16.7 |   176M |  48 |2467 |  11k|5520 |  64k|  3 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  10.06%
385.57/387.43	c   371s|115700 |    56 |  1953k|  16.6 |   176M |  48 |2467 |  11k|   0 |  64k|  0 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  10.10%
385.57/387.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
385.57/387.43	c   372s|115800 |    60 |  1955k|  16.7 |   176M |  48 |2467 |  11k|5507 |  64k|  1 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  10.15%
385.57/387.43	c   372s|115900 |    58 |  1958k|  16.7 |   176M |  48 |2467 |  11k|5496 |  64k|  1 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  10.18%
385.57/387.43	c   372s|116000 |    55 |  1960k|  16.7 |   176M |  48 |2467 |  11k|5472 |  64k|  1 | 210k|  22 | 0.000000e+00 |      --      |    Inf |  10.24%
385.57/387.43	c   373s|116100 |    62 |  1963k|  16.7 |   177M |  48 |2467 |  11k|5502 |  64k|  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  10.34%
385.57/387.43	c   373s|116200 |    59 |  1964k|  16.7 |   177M |  48 |2467 |  11k|5502 |  64k|  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  10.34%
385.57/387.43	c   373s|116300 |    59 |  1966k|  16.7 |   177M |  48 |2467 |  11k|   0 |  64k|  0 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  10.34%
385.57/387.43	c   374s|116400 |    60 |  1967k|  16.7 |   177M |  48 |2467 |  11k|5502 |  64k|  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  10.34%
385.57/387.43	c   374s|116500 |    61 |  1968k|  16.7 |   177M |  48 |2467 |  11k|   0 |  65k|  0 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  10.34%
385.57/387.43	c   374s|116600 |    63 |  1970k|  16.7 |   177M |  48 |2467 |  11k|5489 |  65k|  2 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  10.35%
385.57/387.43	c   374s|116700 |    65 |  1971k|  16.7 |   177M |  48 |2467 |  11k|5469 |  65k|  1 | 211k|  22 | 0.000000e+00 |      --      |    Inf |  10.39%
385.57/387.43	c   375s|116800 |    54 |  1972k|  16.7 |   177M |  48 |2467 |  11k|   0 |  65k|  0 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  10.44%
385.57/387.43	c   375s|116900 |    56 |  1974k|  16.7 |   177M |  48 |2467 |  11k|5504 |  65k|  1 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  10.44%
385.57/387.43	c   375s|117000 |    61 |  1976k|  16.7 |   177M |  48 |2467 |  11k|5508 |  65k|  1 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  10.44%
385.57/387.43	c   376s|117100 |    65 |  1979k|  16.7 |   177M |  48 |2467 |  11k|5480 |  65k|  1 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  10.59%
385.57/387.43	c   376s|117200 |    66 |  1981k|  16.7 |   177M |  48 |2467 |  11k|   0 |  65k|  0 | 212k|  22 | 0.000000e+00 |      --      |    Inf |  10.63%
385.57/387.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
385.57/387.43	c   377s|117300 |    56 |  1982k|  16.7 |   177M |  48 |2467 |  11k|5477 |  65k|  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  10.67%
385.57/387.43	c   377s|117400 |    74 |  1984k|  16.7 |   177M |  48 |2467 |  11k|5517 |  66k|  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  10.73%
385.57/387.43	c   377s|117500 |    67 |  1986k|  16.7 |   177M |  48 |2467 |  11k|5506 |  66k|  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  10.73%
385.57/387.43	c   378s|117600 |    75 |  1987k|  16.7 |   177M |  48 |2467 |  11k|5510 |  66k|  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  10.73%
385.57/387.43	c   378s|117700 |    63 |  1989k|  16.7 |   177M |  48 |2467 |  11k|   0 |  66k|  0 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  10.75%
385.57/387.43	c   378s|117800 |    61 |  1990k|  16.7 |   177M |  48 |2467 |  11k|5506 |  66k|  1 | 213k|  22 | 0.000000e+00 |      --      |    Inf |  10.77%
385.57/387.43	c   379s|117900 |    69 |  1993k|  16.7 |   177M |  48 |2467 |  11k|5518 |  66k|  1 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  10.79%
385.57/387.43	c   379s|118000 |    65 |  1997k|  16.7 |   177M |  48 |2467 |  11k|   0 |  66k|  0 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  10.80%
385.57/387.43	c   380s|118100 |    58 |  1999k|  16.7 |   177M |  48 |2467 |  11k|5506 |  67k|  1 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  10.84%
385.57/387.43	c   380s|118200 |    78 |  2003k|  16.7 |   177M |  48 |2467 |  11k|5508 |  67k|  1 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  10.85%
385.57/387.43	c   381s|118300 |    60 |  2004k|  16.7 |   177M |  48 |2467 |  11k|5499 |  67k|  1 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  10.87%
385.57/387.43	c   381s|118400 |    55 |  2006k|  16.7 |   177M |  48 |2467 |  11k|   0 |  67k|  0 | 214k|  22 | 0.000000e+00 |      --      |    Inf |  10.91%
385.57/387.43	c   381s|118500 |    65 |  2009k|  16.7 |   179M |  48 |2467 |  11k|5527 |  67k|  1 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  10.97%
385.57/387.43	c   382s|118600 |    62 |  2010k|  16.7 |   179M |  48 |2467 |  11k|5520 |  67k|  1 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  10.98%
385.57/387.43	c   382s|118700 |    63 |  2012k|  16.7 |   179M |  48 |2467 |  11k|   0 |  67k|  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  10.98%
385.57/387.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
385.57/387.43	c   382s|118800 |    61 |  2013k|  16.7 |   179M |  48 |2467 |  11k|   0 |  67k|  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  10.99%
385.57/387.43	c   383s|118900 |    58 |  2014k|  16.7 |   179M |  48 |2467 |  11k|   0 |  67k|  0 | 215k|  22 | 0.000000e+00 |      --      |    Inf |  10.99%
385.57/387.43	c   383s|119000 |    64 |  2017k|  16.7 |   179M |  48 |2467 |  11k|5520 |  67k|  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  11.00%
385.57/387.43	c   384s|119100 |    66 |  2019k|  16.7 |   179M |  48 |2467 |  11k|   0 |  67k|  0 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  11.00%
385.57/387.43	c   384s|119200 |    67 |  2020k|  16.7 |   179M |  48 |2467 |  11k|5526 |  67k|  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  11.00%
385.57/387.43	c   384s|119300 |    65 |  2022k|  16.7 |   179M |  48 |2467 |  11k|5527 |  67k|  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  11.00%
385.57/387.43	c   385s|119400 |    69 |  2024k|  16.7 |   179M |  48 |2467 |  11k|5499 |  68k|  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  11.01%
385.57/387.43	c   385s|119500 |    78 |  2026k|  16.7 |   179M |  48 |2467 |  11k|5507 |  68k|  1 | 216k|  22 | 0.000000e+00 |      --      |    Inf |  11.03%
385.57/387.43	c   386s|119600 |    72 |  2027k|  16.7 |   179M |  48 |2467 |  11k|5513 |  68k|  2 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  11.04%
385.57/387.43	c   386s|119700 |    70 |  2029k|  16.7 |   179M |  48 |2467 |  11k|   0 |  68k|  0 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  11.07%
385.57/387.43	c   386s|119800 |    69 |  2031k|  16.7 |   179M |  48 |2467 |  11k|5514 |  68k|  2 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  11.08%
385.57/387.43	c   387s|119900 |    59 |  2033k|  16.7 |   179M |  48 |2467 |  11k|5488 |  68k|  1 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  11.11%
404.00/405.95	c   387s|120000 |    60 |  2035k|  16.7 |   179M |  48 |2467 |  11k|5488 |  68k|  1 | 217k|  22 | 0.000000e+00 |      --      |    Inf |  11.11%
404.00/405.95	c   387s|120100 |    61 |  2037k|  16.7 |   179M |  48 |2467 |  11k|5488 |  68k|  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  11.11%
404.00/405.95	c   388s|120200 |    62 |  2039k|  16.7 |   179M |  48 |2467 |  11k|5505 |  69k|  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  11.12%
404.00/405.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
404.00/405.95	c   388s|120300 |    69 |  2042k|  16.7 |   179M |  48 |2467 |  11k|5486 |  69k|  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  11.12%
404.00/405.95	c   389s|120400 |    67 |  2043k|  16.7 |   179M |  48 |2467 |  11k|5486 |  69k|  1 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  11.12%
404.00/405.95	c   389s|120500 |    71 |  2045k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 218k|  22 | 0.000000e+00 |      --      |    Inf |  11.13%
404.00/405.95	c   389s|120600 |    70 |  2046k|  16.7 |   179M |  48 |2467 |  11k|5487 |  69k|  2 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  11.14%
404.00/405.95	c   390s|120700 |    71 |  2047k|  16.7 |   179M |  48 |2467 |  11k|5488 |  69k|  1 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  11.16%
404.00/405.95	c   390s|120800 |    64 |  2049k|  16.7 |   179M |  48 |2467 |  11k|5486 |  69k|  1 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  11.16%
404.00/405.95	c   391s|120900 |    64 |  2050k|  16.7 |   179M |  48 |2467 |  11k|5488 |  69k|  1 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  11.17%
404.00/405.95	c   391s|121000 |    64 |  2052k|  16.7 |   179M |  48 |2467 |  11k|5486 |  69k|  1 | 219k|  22 | 0.000000e+00 |      --      |    Inf |  11.18%
404.00/405.95	c   391s|121100 |    67 |  2053k|  16.7 |   179M |  48 |2467 |  11k|5494 |  69k|  2 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  11.18%
404.00/405.95	c   392s|121200 |    63 |  2054k|  16.7 |   179M |  48 |2467 |  11k|5477 |  69k|  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  11.23%
404.00/405.95	c   392s|121300 |    69 |  2056k|  16.7 |   179M |  48 |2467 |  11k|5477 |  69k|  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  11.24%
404.00/405.95	c   392s|121400 |    62 |  2057k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  11.26%
404.00/405.95	c   393s|121500 |    61 |  2059k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  11.28%
404.00/405.95	c   393s|121600 |    65 |  2060k|  16.7 |   179M |  48 |2467 |  11k|5481 |  69k|  1 | 220k|  22 | 0.000000e+00 |      --      |    Inf |  11.31%
404.00/405.95	c   393s|121700 |    62 |  2062k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  11.31%
404.00/405.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
404.00/405.95	c   394s|121800 |    68 |  2064k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  11.33%
404.00/405.95	c   394s|121900 |    64 |  2065k|  16.7 |   179M |  48 |2467 |  11k|5511 |  69k|  1 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  11.33%
404.00/405.95	c   394s|122000 |    77 |  2068k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  11.33%
404.00/405.95	c   395s|122100 |    70 |  2069k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  11.34%
404.00/405.95	c   395s|122200 |    67 |  2070k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 221k|  22 | 0.000000e+00 |      --      |    Inf |  11.34%
404.00/405.95	c   395s|122300 |    64 |  2072k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  11.34%
404.00/405.95	c   396s|122400 |    65 |  2073k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  11.34%
404.00/405.95	c   396s|122500 |    65 |  2074k|  16.7 |   179M |  48 |2467 |  11k|5514 |  69k|  2 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  11.35%
404.00/405.95	c   396s|122600 |    61 |  2075k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  11.35%
404.00/405.95	c   397s|122700 |    71 |  2079k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  11.36%
404.00/405.95	c   397s|122800 |    68 |  2080k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  11.36%
404.00/405.95	c   397s|122900 |    67 |  2082k|  16.7 |   179M |  48 |2467 |  11k|5512 |  69k|  2 | 222k|  22 | 0.000000e+00 |      --      |    Inf |  11.36%
404.00/405.95	c   398s|123000 |    70 |  2084k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  11.37%
404.00/405.95	c   398s|123100 |    66 |  2085k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  11.38%
404.00/405.95	c   398s|123200 |    61 |  2086k|  16.7 |   179M |  48 |2467 |  11k|   0 |  69k|  0 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  11.40%
404.00/405.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
404.00/405.95	c   399s|123300 |    65 |  2088k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  11.41%
404.00/405.95	c   399s|123400 |    68 |  2089k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  11.41%
404.00/405.95	c   399s|123500 |    63 |  2090k|  16.7 |   179M |  48 |2467 |  11k|5510 |  69k|  1 | 223k|  22 | 0.000000e+00 |      --      |    Inf |  11.41%
404.00/405.95	c   400s|123600 |    60 |  2091k|  16.7 |   179M |  48 |2467 |  11k|5513 |  69k|  2 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  11.42%
404.00/405.95	c   400s|123700 |    69 |  2092k|  16.7 |   179M |  48 |2467 |  11k|5511 |  70k|  1 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  11.42%
404.00/405.95	c   400s|123800 |    66 |  2093k|  16.7 |   179M |  48 |2467 |  11k|   0 |  70k|  0 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  11.43%
404.00/405.95	c   401s|123900 |    64 |  2096k|  16.7 |   179M |  48 |2467 |  11k|5487 |  70k|  1 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  11.43%
404.00/405.95	c   401s|124000 |    65 |  2098k|  16.7 |   179M |  48 |2467 |  11k|   0 |  70k|  0 | 224k|  22 | 0.000000e+00 |      --      |    Inf |  11.45%
404.00/405.95	c   401s|124100 |    66 |  2099k|  16.7 |   179M |  48 |2467 |  11k|   0 |  70k|  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  11.46%
404.00/405.95	c   402s|124200 |    60 |  2101k|  16.7 |   179M |  48 |2467 |  11k|   0 |  70k|  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  11.48%
404.00/405.95	c   402s|124300 |    63 |  2102k|  16.7 |   179M |  48 |2467 |  11k|5487 |  70k|  1 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  11.50%
404.00/405.95	c   403s|124400 |    69 |  2104k|  16.7 |   179M |  48 |2467 |  11k|   0 |  70k|  0 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  11.50%
404.00/405.95	c   403s|124500 |    61 |  2106k|  16.7 |   179M |  48 |2467 |  11k|5487 |  70k|  1 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  11.51%
404.00/405.95	c   403s|124600 |    62 |  2108k|  16.7 |   179M |  48 |2467 |  11k|5498 |  70k|  1 | 225k|  22 | 0.000000e+00 |      --      |    Inf |  11.52%
404.00/405.95	c   404s|124700 |    73 |  2111k|  16.7 |   180M |  48 |2467 |  11k|5496 |  71k|  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  11.52%
404.00/405.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
404.00/405.95	c   404s|124800 |    66 |  2113k|  16.7 |   180M |  48 |2467 |  11k|5498 |  71k|  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  11.55%
404.00/405.95	c   404s|124900 |    65 |  2115k|  16.7 |   180M |  48 |2467 |  11k|5496 |  71k|  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  11.57%
404.00/405.95	c   405s|125000 |    60 |  2116k|  16.7 |   180M |  48 |2467 |  11k|5496 |  71k|  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  11.62%
404.00/405.95	c   405s|125100 |    64 |  2117k|  16.7 |   180M |  48 |2467 |  11k|5486 |  71k|  1 | 226k|  22 | 0.000000e+00 |      --      |    Inf |  11.65%
423.63/425.65	c   406s|125200 |    64 |  2119k|  16.7 |   180M |  48 |2467 |  11k|5488 |  71k|  1 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  11.69%
423.63/425.65	c   406s|125300 |    54 |  2120k|  16.7 |   180M |  48 |2467 |  11k|   0 |  71k|  0 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  11.72%
423.63/425.65	c   406s|125400 |    57 |  2122k|  16.7 |   180M |  48 |2467 |  11k|5507 |  71k|  1 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  11.74%
423.63/425.65	c   407s|125500 |    63 |  2123k|  16.7 |   180M |  48 |2467 |  11k|   0 |  71k|  0 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  11.75%
423.63/425.65	c   407s|125600 |    61 |  2123k|  16.7 |   180M |  48 |2467 |  11k|5501 |  71k|  1 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  11.75%
423.63/425.65	c   407s|125700 |    61 |  2125k|  16.7 |   180M |  48 |2467 |  11k|5500 |  71k|  1 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  11.75%
423.63/425.65	c   407s|125800 |    56 |  2126k|  16.7 |   180M |  48 |2467 |  11k|5501 |  71k|  2 | 227k|  22 | 0.000000e+00 |      --      |    Inf |  11.75%
423.63/425.65	c   407s|125900 |    60 |  2127k|  16.7 |   180M |  48 |2467 |  11k|5502 |  71k|  1 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  11.75%
423.63/425.65	c   408s|126000 |    55 |  2127k|  16.7 |   180M |  48 |2467 |  11k|5502 |  71k|  1 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  11.75%
423.63/425.65	c   408s|126100 |    55 |  2129k|  16.7 |   180M |  48 |2467 |  11k|5501 |  71k|  1 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  11.75%
423.63/425.65	c   408s|126200 |    53 |  2130k|  16.7 |   180M |  48 |2467 |  11k|   0 |  71k|  0 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  11.75%
423.63/425.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
423.63/425.65	c   409s|126300 |    57 |  2132k|  16.7 |   180M |  48 |2467 |  11k|5464 |  71k|  1 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  11.76%
423.63/425.65	c   409s|126400 |    61 |  2133k|  16.7 |   180M |  48 |2467 |  11k|   0 |  71k|  0 | 228k|  22 | 0.000000e+00 |      --      |    Inf |  11.76%
423.63/425.65	c   409s|126500 |    54 |  2134k|  16.7 |   180M |  48 |2467 |  11k|5464 |  71k|  1 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  11.77%
423.63/425.65	c   410s|126600 |    57 |  2136k|  16.7 |   180M |  48 |2467 |  11k|   0 |  71k|  0 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  11.77%
423.63/425.65	c   410s|126700 |    54 |  2138k|  16.7 |   180M |  48 |2467 |  11k|   0 |  71k|  0 | 229k|  22 | 0.000000e+00 |      --      |    Inf |  11.78%
423.63/425.65	c   411s|126800 |    57 |  2141k|  16.7 |   180M |  48 |2467 |  11k|   0 |  71k|  0 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  11.80%
423.63/425.65	c   411s|126900 |    56 |  2142k|  16.7 |   180M |  48 |2467 |  11k|5464 |  71k|  1 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  11.81%
423.63/425.65	c   411s|127000 |    53 |  2144k|  16.7 |   180M |  48 |2467 |  11k|5464 |  72k|  1 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  11.82%
423.63/425.65	c   412s|127100 |    57 |  2146k|  16.7 |   180M |  48 |2467 |  11k|5464 |  72k|  1 | 230k|  22 | 0.000000e+00 |      --      |    Inf |  11.83%
423.63/425.65	c   412s|127200 |    54 |  2147k|  16.7 |   180M |  48 |2467 |  11k|5464 |  72k|  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  11.84%
423.63/425.65	c   412s|127300 |    51 |  2149k|  16.7 |   180M |  48 |2467 |  11k|   0 |  72k|  0 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  11.85%
423.63/425.65	c   413s|127400 |    70 |  2151k|  16.7 |   180M |  48 |2467 |  11k|5468 |  72k|  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  11.85%
423.63/425.65	c   413s|127500 |    56 |  2152k|  16.7 |   180M |  48 |2467 |  11k|5502 |  72k|  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  11.85%
423.63/425.65	c   413s|127600 |    56 |  2154k|  16.7 |   180M |  48 |2467 |  11k|   0 |  72k|  0 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  11.87%
423.63/425.65	c   414s|127700 |    52 |  2156k|  16.7 |   181M |  48 |2467 |  11k|5486 |  72k|  1 | 231k|  22 | 0.000000e+00 |      --      |    Inf |  12.02%
423.63/425.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
423.63/425.65	c   414s|127800 |    48 |  2158k|  16.7 |   181M |  48 |2467 |  11k|5474 |  72k|  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  12.39%
423.63/425.65	c   415s|127900 |    51 |  2160k|  16.7 |   181M |  48 |2467 |  11k|5493 |  73k|  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  12.59%
423.63/425.65	c   415s|128000 |    54 |  2161k|  16.7 |   181M |  48 |2467 |  11k|   0 |  73k|  0 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  12.65%
423.63/425.65	c   416s|128100 |    63 |  2165k|  16.7 |   181M |  48 |2467 |  11k|   0 |  73k|  0 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  12.77%
423.63/425.65	c   416s|128200 |    55 |  2167k|  16.7 |   181M |  48 |2467 |  11k|5478 |  73k|  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  12.83%
423.63/425.65	c   416s|128300 |    50 |  2168k|  16.7 |   181M |  48 |2467 |  11k|   0 |  73k|  0 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  12.85%
423.63/425.65	c   416s|128400 |    47 |  2169k|  16.7 |   181M |  48 |2467 |  11k|   0 |  73k|  0 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  12.85%
423.63/425.65	c   417s|128500 |    48 |  2170k|  16.7 |   181M |  48 |2467 |  11k|5530 |  73k|  1 | 232k|  22 | 0.000000e+00 |      --      |    Inf |  12.85%
423.63/425.65	c   417s|128600 |    48 |  2172k|  16.7 |   181M |  48 |2467 |  11k|   0 |  73k|  0 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  12.87%
423.63/425.65	c   418s|128700 |    50 |  2175k|  16.7 |   181M |  48 |2467 |  11k|5505 |  74k|  1 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  12.96%
423.63/425.65	c   418s|128800 |    64 |  2178k|  16.7 |   181M |  48 |2467 |  11k|5513 |  74k|  1 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  13.01%
423.63/425.65	c   418s|128900 |    54 |  2179k|  16.7 |   181M |  48 |2467 |  11k|   0 |  74k|  0 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  13.06%
423.63/425.65	c   419s|129000 |    55 |  2180k|  16.7 |   181M |  48 |2467 |  11k|   0 |  74k|  0 | 233k|  22 | 0.000000e+00 |      --      |    Inf |  13.12%
423.63/425.65	c   419s|129100 |    56 |  2184k|  16.7 |   181M |  48 |2467 |  11k|5520 |  75k|  2 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  13.14%
423.63/425.65	c   420s|129200 |    51 |  2186k|  16.7 |   181M |  48 |2467 |  11k|   0 |  75k|  0 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  13.15%
423.63/425.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
423.63/425.65	c   420s|129300 |    52 |  2189k|  16.7 |   181M |  48 |2467 |  11k|5521 |  75k|  1 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  13.26%
423.63/425.65	c   421s|129400 |    53 |  2192k|  16.7 |   181M |  48 |2467 |  11k|   0 |  75k|  0 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  13.43%
423.63/425.65	c   421s|129500 |    60 |  2194k|  16.7 |   181M |  48 |2467 |  11k|   0 |  75k|  0 | 234k|  22 | 0.000000e+00 |      --      |    Inf |  13.47%
423.63/425.65	c   422s|129600 |    55 |  2195k|  16.7 |   181M |  48 |2467 |  11k|5521 |  75k|  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  13.49%
423.63/425.65	c   422s|129700 |    54 |  2196k|  16.7 |   181M |  48 |2467 |  11k|   0 |  76k|  0 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  13.50%
423.63/425.65	c   422s|129800 |    52 |  2198k|  16.7 |   181M |  48 |2467 |  11k|5484 |  76k|  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  13.57%
423.63/425.65	c   423s|129900 |    51 |  2200k|  16.7 |   181M |  48 |2467 |  11k|5479 |  76k|  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  13.86%
423.63/425.65	c   423s|130000 |    53 |  2202k|  16.7 |   181M |  48 |2467 |  11k|   0 |  76k|  0 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  14.02%
423.63/425.65	c   424s|130100 |    56 |  2205k|  16.7 |   181M |  48 |2467 |  11k|5472 |  77k|  1 | 235k|  22 | 0.000000e+00 |      --      |    Inf |  14.35%
423.63/425.65	c   424s|130200 |    53 |  2207k|  16.7 |   181M |  48 |2467 |  11k|5476 |  77k|  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  14.47%
423.63/425.65	c   424s|130300 |    48 |  2210k|  16.7 |   182M |  48 |2467 |  11k|5467 |  77k|  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  14.88%
423.63/425.65	c   425s|130400 |    46 |  2212k|  16.8 |   182M |  48 |2467 |  11k|5502 |  78k|  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  15.08%
441.57/443.65	c   425s|130500 |    51 |  2214k|  16.8 |   182M |  48 |2467 |  11k|5505 |  78k|  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  15.17%
441.57/443.65	c   426s|130600 |    60 |  2217k|  16.8 |   182M |  48 |2467 |  11k|5505 |  78k|  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
441.57/443.65	c   426s|130700 |    65 |  2219k|  16.8 |   182M |  48 |2467 |  11k|5505 |  78k|  1 | 236k|  22 | 0.000000e+00 |      --      |    Inf |  15.18%
441.57/443.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
441.57/443.65	c   426s|130800 |    64 |  2221k|  16.8 |   182M |  48 |2467 |  11k|5516 |  78k|  1 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  15.19%
441.57/443.65	c   427s|130900 |    62 |  2223k|  16.8 |   182M |  48 |2467 |  11k|   0 |  79k|  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  15.20%
441.57/443.65	c   427s|131000 |    71 |  2226k|  16.8 |   182M |  48 |2467 |  11k|   0 |  79k|  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  15.20%
441.57/443.65	c   428s|131100 |    66 |  2229k|  16.8 |   182M |  48 |2467 |  11k|   0 |  79k|  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  15.20%
441.57/443.65	c   428s|131200 |    62 |  2230k|  16.8 |   182M |  48 |2467 |  11k|   0 |  79k|  0 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  15.20%
441.57/443.65	c   428s|131300 |    65 |  2232k|  16.8 |   182M |  48 |2467 |  11k|5513 |  80k|  1 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  15.21%
441.57/443.65	c   428s|131400 |    56 |  2233k|  16.8 |   182M |  48 |2467 |  11k|5505 |  80k|  1 | 237k|  22 | 0.000000e+00 |      --      |    Inf |  15.21%
441.57/443.65	c   429s|131500 |    68 |  2235k|  16.8 |   182M |  48 |2467 |  11k|   0 |  80k|  0 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  15.22%
441.57/443.65	c   429s|131600 |    63 |  2236k|  16.8 |   182M |  48 |2467 |  11k|5513 |  80k|  1 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  15.23%
441.57/443.65	c   429s|131700 |    68 |  2237k|  16.8 |   182M |  48 |2467 |  11k|5515 |  80k|  1 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  15.24%
441.57/443.65	c   430s|131800 |    63 |  2239k|  16.8 |   182M |  48 |2467 |  11k|   0 |  80k|  0 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  15.24%
441.57/443.65	c   430s|131900 |    57 |  2241k|  16.8 |   182M |  48 |2467 |  11k|   0 |  80k|  0 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  15.24%
441.57/443.65	c   430s|132000 |    53 |  2242k|  16.8 |   182M |  48 |2467 |  11k|   0 |  80k|  0 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  15.25%
441.57/443.65	c   431s|132100 |    76 |  2247k|  16.8 |   182M |  48 |2467 |  11k|5480 |  80k|  1 | 238k|  22 | 0.000000e+00 |      --      |    Inf |  15.26%
441.57/443.65	c   431s|132200 |    71 |  2248k|  16.8 |   183M |  48 |2467 |  11k|   0 |  81k|  0 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  15.29%
441.57/443.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
441.57/443.65	c   431s|132300 |    73 |  2249k|  16.8 |   183M |  48 |2467 |  11k|   0 |  81k|  0 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  15.30%
441.57/443.65	c   432s|132400 |    63 |  2250k|  16.8 |   183M |  48 |2467 |  11k|5476 |  81k|  1 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  15.33%
441.57/443.65	c   432s|132500 |    58 |  2251k|  16.8 |   183M |  48 |2467 |  11k|   0 |  81k|  0 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  15.35%
441.57/443.65	c   432s|132600 |    50 |  2252k|  16.8 |   183M |  48 |2467 |  11k|5518 |  81k|  1 | 239k|  22 | 0.000000e+00 |      --      |    Inf |  15.37%
441.57/443.65	c   433s|132700 |    53 |  2253k|  16.8 |   183M |  48 |2467 |  11k|5518 |  81k|  1 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  15.38%
441.57/443.65	c   433s|132800 |    58 |  2256k|  16.8 |   184M |  48 |2467 |  11k|5514 |  81k|  1 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  15.39%
441.57/443.65	c   433s|132900 |    52 |  2258k|  16.8 |   184M |  48 |2467 |  11k|5518 |  81k|  1 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  15.40%
441.57/443.65	c   434s|133000 |    53 |  2260k|  16.8 |   184M |  48 |2467 |  11k|5514 |  81k|  1 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  15.42%
441.57/443.65	c   434s|133100 |    51 |  2262k|  16.8 |   184M |  48 |2467 |  11k|5518 |  81k|  1 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  15.43%
441.57/443.65	c   435s|133200 |    49 |  2264k|  16.8 |   184M |  48 |2467 |  11k|5518 |  81k|  1 | 240k|  22 | 0.000000e+00 |      --      |    Inf |  15.44%
441.57/443.65	c   435s|133300 |    58 |  2266k|  16.8 |   184M |  48 |2467 |  11k|5520 |  81k|  1 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  15.45%
441.57/443.65	c   435s|133400 |    75 |  2270k|  16.8 |   184M |  48 |2467 |  11k|   0 |  81k|  0 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  15.45%
441.57/443.65	c   436s|133500 |    76 |  2273k|  16.8 |   184M |  48 |2467 |  11k|5498 |  81k|  1 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  15.45%
441.57/443.65	c   436s|133600 |    79 |  2275k|  16.8 |   184M |  48 |2467 |  11k|   0 |  82k|  0 | 241k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
441.57/443.65	c   436s|133700 |    78 |  2276k|  16.8 |   184M |  48 |2467 |  11k|5499 |  82k|  1 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  15.46%
441.57/443.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
441.57/443.65	c   437s|133800 |    70 |  2277k|  16.8 |   184M |  48 |2467 |  11k|5494 |  82k|  1 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  15.47%
441.57/443.65	c   437s|133900 |    67 |  2278k|  16.8 |   184M |  48 |2467 |  11k|   0 |  82k|  0 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
441.57/443.65	c   437s|134000 |    68 |  2279k|  16.8 |   184M |  48 |2467 |  11k|5496 |  82k|  1 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  15.48%
441.57/443.65	c   437s|134100 |    58 |  2281k|  16.8 |   184M |  48 |2467 |  11k|   0 |  82k|  0 | 242k|  22 | 0.000000e+00 |      --      |    Inf |  15.50%
441.57/443.65	c   438s|134200 |    59 |  2282k|  16.8 |   184M |  48 |2467 |  11k|5499 |  82k|  2 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  15.53%
441.57/443.65	c   438s|134300 |    60 |  2283k|  16.8 |   184M |  48 |2467 |  11k|5494 |  82k|  1 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  15.54%
441.57/443.65	c   438s|134400 |    51 |  2284k|  16.8 |   184M |  48 |2467 |  11k|5504 |  82k|  1 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  15.55%
441.57/443.65	c   439s|134500 |    55 |  2286k|  16.8 |   184M |  48 |2467 |  11k|   0 |  82k|  0 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  15.59%
441.57/443.65	c   439s|134600 |    57 |  2288k|  16.8 |   184M |  48 |2467 |  11k|5485 |  82k|  1 | 243k|  22 | 0.000000e+00 |      --      |    Inf |  15.64%
441.57/443.65	c   439s|134700 |    52 |  2290k|  16.8 |   184M |  48 |2467 |  11k|5485 |  82k|  1 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  15.69%
441.57/443.65	c   440s|134800 |    54 |  2291k|  16.8 |   184M |  48 |2467 |  11k|5500 |  82k|  1 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  15.73%
441.57/443.65	c   440s|134900 |    49 |  2293k|  16.8 |   184M |  48 |2467 |  11k|5482 |  82k|  1 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  15.77%
441.57/443.65	c   440s|135000 |    54 |  2295k|  16.8 |   184M |  48 |2467 |  11k|5482 |  82k|  1 | 244k|  22 | 0.000000e+00 |      --      |    Inf |  15.81%
441.57/443.65	c   441s|135100 |    49 |  2298k|  16.8 |   184M |  48 |2467 |  11k|5518 |  83k|  1 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  15.85%
441.57/443.65	c   441s|135200 |    49 |  2300k|  16.8 |   184M |  48 |2467 |  11k|5522 |  83k|  1 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  15.86%
441.57/443.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
441.57/443.65	c   441s|135300 |    44 |  2302k|  16.8 |   184M |  48 |2467 |  11k|   0 |  83k|  0 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  16.04%
441.57/443.65	c   442s|135400 |    57 |  2307k|  16.8 |   184M |  48 |2467 |  11k|5494 |  83k|  1 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  16.08%
441.57/443.65	c   442s|135500 |    66 |  2310k|  16.9 |   184M |  48 |2467 |  11k|   0 |  83k|  0 | 245k|  22 | 0.000000e+00 |      --      |    Inf |  16.08%
441.57/443.65	c   443s|135600 |    59 |  2314k|  16.9 |   184M |  48 |2467 |  11k|5494 |  84k|  1 | 246k|  22 | 0.000000e+00 |      --      |    Inf |  16.09%
460.81/462.90	c   443s|135700 |    59 |  2318k|  16.9 |   184M |  48 |2467 |  11k|5494 |  84k|  1 | 246k|  22 | 0.000000e+00 |      --      |    Inf |  16.09%
460.81/462.90	c   444s|135800 |    53 |  2321k|  16.9 |   184M |  48 |2467 |  11k|5518 |  84k|  1 | 246k|  22 | 0.000000e+00 |      --      |    Inf |  16.11%
460.81/462.90	c   444s|135900 |    55 |  2325k|  16.9 |   184M |  48 |2467 |  11k|5518 |  84k|  1 | 246k|  22 | 0.000000e+00 |      --      |    Inf |  16.12%
460.81/462.90	c   445s|136000 |    53 |  2327k|  16.9 |   184M |  48 |2467 |  11k|5490 |  84k|  2 | 246k|  22 | 0.000000e+00 |      --      |    Inf |  16.13%
460.81/462.90	c   445s|136100 |    66 |  2328k|  16.9 |   184M |  48 |2467 |  11k|5486 |  84k|  1 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  16.14%
460.81/462.90	c   445s|136200 |    68 |  2330k|  16.9 |   184M |  48 |2467 |  11k|5494 |  84k|  2 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  16.14%
460.81/462.90	c   446s|136300 |    78 |  2331k|  16.9 |   184M |  48 |2467 |  11k|5491 |  84k|  1 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  16.15%
460.81/462.90	c   446s|136400 |    79 |  2333k|  16.9 |   184M |  48 |2467 |  11k|   0 |  85k|  0 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  16.15%
460.81/462.91	c   446s|136500 |    75 |  2335k|  16.9 |   184M |  48 |2467 |  11k|   0 |  85k|  0 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  16.16%
460.81/462.91	c   447s|136600 |    75 |  2337k|  16.9 |   184M |  48 |2467 |  11k|5483 |  85k|  1 | 247k|  22 | 0.000000e+00 |      --      |    Inf |  16.16%
460.81/462.91	c   447s|136700 |    71 |  2338k|  16.9 |   184M |  48 |2467 |  11k|   0 |  85k|  0 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  16.17%
460.81/462.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
460.81/462.91	c   447s|136800 |    76 |  2340k|  16.9 |   184M |  48 |2467 |  11k|   0 |  85k|  0 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  16.19%
460.81/462.91	c   448s|136900 |    72 |  2342k|  16.9 |   184M |  48 |2467 |  11k|5495 |  85k|  1 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  16.19%
460.81/462.91	c   448s|137000 |    69 |  2346k|  16.9 |   184M |  48 |2467 |  11k|   0 |  85k|  0 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  16.20%
460.81/462.91	c   449s|137100 |    74 |  2349k|  16.9 |   184M |  48 |2467 |  11k|5523 |  85k|  2 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  16.21%
460.81/462.91	c   449s|137200 |    71 |  2351k|  16.9 |   184M |  48 |2467 |  11k|5525 |  85k|  1 | 248k|  22 | 0.000000e+00 |      --      |    Inf |  16.22%
460.81/462.91	c   450s|137300 |    71 |  2352k|  16.9 |   184M |  48 |2467 |  11k|5533 |  85k|  2 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  16.23%
460.81/462.91	c   450s|137400 |    73 |  2354k|  16.9 |   184M |  48 |2467 |  11k|5518 |  86k|  1 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  16.23%
460.81/462.91	c   450s|137500 |    72 |  2356k|  16.9 |   184M |  48 |2467 |  11k|5518 |  86k|  1 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  16.23%
460.81/462.91	c   451s|137600 |    67 |  2358k|  16.9 |   184M |  48 |2467 |  11k|5518 |  86k|  1 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  16.24%
460.81/462.91	c   451s|137700 |    66 |  2360k|  16.9 |   184M |  48 |2467 |  11k|5494 |  86k|  1 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  16.25%
460.81/462.91	c   451s|137800 |    67 |  2362k|  16.9 |   184M |  48 |2467 |  11k|5483 |  86k|  1 | 249k|  22 | 0.000000e+00 |      --      |    Inf |  16.28%
460.81/462.91	c   452s|137900 |    67 |  2363k|  16.9 |   184M |  48 |2467 |  11k|5483 |  86k|  1 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  16.29%
460.81/462.91	c   452s|138000 |    76 |  2366k|  16.9 |   184M |  48 |2467 |  11k|5483 |  86k|  1 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  16.29%
460.81/462.91	c   453s|138100 |    79 |  2367k|  16.9 |   184M |  48 |2467 |  11k|   0 |  86k|  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  16.29%
460.81/462.91	c   453s|138200 |    78 |  2369k|  16.9 |   184M |  48 |2467 |  11k|   0 |  86k|  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  16.30%
460.81/462.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
460.81/462.91	c   453s|138300 |    77 |  2370k|  16.9 |   184M |  48 |2467 |  11k|5483 |  86k|  1 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  16.30%
460.81/462.91	c   454s|138400 |    70 |  2371k|  16.9 |   184M |  48 |2467 |  11k|5483 |  86k|  1 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  16.31%
460.81/462.91	c   454s|138500 |    74 |  2373k|  16.9 |   184M |  48 |2467 |  11k|   0 |  86k|  0 | 250k|  22 | 0.000000e+00 |      --      |    Inf |  16.31%
460.81/462.91	c   454s|138600 |    72 |  2374k|  16.9 |   184M |  48 |2467 |  11k|   0 |  87k|  0 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  16.32%
460.81/462.91	c   455s|138700 |    63 |  2376k|  16.9 |   184M |  48 |2467 |  11k|   0 |  87k|  0 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  16.33%
460.81/462.91	c   455s|138800 |    52 |  2378k|  16.9 |   184M |  48 |2467 |  11k|5483 |  87k|  1 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  16.33%
460.81/462.91	c   455s|138900 |    57 |  2380k|  16.9 |   184M |  48 |2467 |  11k|5452 |  87k|  1 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  16.35%
460.81/462.91	c   456s|139000 |    53 |  2381k|  16.9 |   184M |  48 |2467 |  11k|5455 |  87k|  2 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  16.37%
460.81/462.91	c   456s|139100 |    52 |  2383k|  16.9 |   184M |  48 |2467 |  11k|   0 |  87k|  0 | 251k|  22 | 0.000000e+00 |      --      |    Inf |  16.42%
460.81/462.91	c   456s|139200 |    57 |  2386k|  16.9 |   184M |  48 |2467 |  11k|   0 |  87k|  0 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  16.45%
460.81/462.91	c   457s|139300 |    54 |  2389k|  17.0 |   184M |  48 |2467 |  11k|   0 |  87k|  0 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  16.49%
460.81/462.91	c   457s|139400 |    53 |  2390k|  17.0 |   184M |  48 |2467 |  11k|5460 |  87k|  1 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  16.52%
460.81/462.91	c   457s|139500 |    53 |  2392k|  16.9 |   184M |  48 |2467 |  11k|5458 |  87k|  1 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  16.58%
460.81/462.91	c   458s|139600 |    63 |  2393k|  16.9 |   184M |  48 |2467 |  11k|5493 |  87k|  1 | 252k|  22 | 0.000000e+00 |      --      |    Inf |  16.62%
460.81/462.91	c   458s|139700 |    54 |  2394k|  16.9 |   184M |  48 |2467 |  11k|5488 |  87k|  1 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  16.64%
460.81/462.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
460.81/462.91	c   458s|139800 |    51 |  2396k|  16.9 |   184M |  48 |2467 |  11k|5488 |  87k|  1 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  16.65%
460.81/462.91	c   459s|139900 |    54 |  2397k|  16.9 |   184M |  48 |2467 |  11k|5488 |  87k|  1 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  16.67%
460.81/462.91	c   459s|140000 |    55 |  2399k|  16.9 |   184M |  48 |2467 |  11k|5494 |  87k|  1 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  16.67%
460.81/462.91	c   459s|140100 |    53 |  2400k|  16.9 |   184M |  48 |2467 |  11k|5488 |  87k|  1 | 253k|  22 | 0.000000e+00 |      --      |    Inf |  16.68%
460.81/462.91	c   460s|140200 |    52 |  2401k|  16.9 |   184M |  48 |2467 |  11k|   0 |  87k|  0 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  16.71%
460.81/462.91	c   460s|140300 |    52 |  2402k|  16.9 |   184M |  48 |2467 |  11k|   0 |  88k|  0 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  16.75%
460.81/462.91	c   461s|140400 |    58 |  2404k|  16.9 |   185M |  48 |2467 |  11k|   0 |  88k|  0 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  16.80%
460.81/462.91	c   461s|140500 |    60 |  2406k|  16.9 |   185M |  48 |2467 |  11k|   0 |  88k|  0 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  16.81%
460.81/462.91	c   461s|140600 |    60 |  2407k|  16.9 |   185M |  48 |2467 |  11k|5499 |  88k|  1 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  16.84%
460.81/462.91	c   461s|140700 |    58 |  2409k|  16.9 |   185M |  48 |2467 |  11k|5489 |  88k|  1 | 254k|  22 | 0.000000e+00 |      --      |    Inf |  16.89%
460.81/462.91	c   462s|140800 |    55 |  2410k|  16.9 |   185M |  48 |2467 |  11k|5454 |  88k|  1 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  16.90%
460.81/462.91	c   462s|140900 |    56 |  2412k|  16.9 |   185M |  48 |2467 |  11k|5493 |  88k|  1 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  17.03%
478.25/480.44	c   463s|141000 |    56 |  2413k|  16.9 |   185M |  48 |2467 |  11k|5493 |  88k|  1 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  17.04%
478.25/480.44	c   463s|141100 |    55 |  2415k|  16.9 |   185M |  48 |2467 |  11k|   0 |  88k|  0 | 255k|  22 | 0.000000e+00 |      --      |    Inf |  17.05%
478.25/480.44	c   463s|141200 |    48 |  2417k|  16.9 |   185M |  48 |2467 |  11k|   0 |  88k|  0 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  17.13%
478.25/480.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
478.25/480.44	c   464s|141300 |    57 |  2418k|  16.9 |   185M |  48 |2467 |  11k|5488 |  89k|  2 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  17.14%
478.25/480.44	c   464s|141400 |    61 |  2420k|  16.9 |   185M |  48 |2467 |  11k|5478 |  89k|  1 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  17.15%
478.25/480.44	c   464s|141500 |    56 |  2421k|  16.9 |   185M |  48 |2467 |  11k|5484 |  89k|  1 | 256k|  22 | 0.000000e+00 |      --      |    Inf |  17.17%
478.25/480.44	c   464s|141600 |    51 |  2423k|  16.9 |   185M |  48 |2467 |  11k|5478 |  89k|  1 | 257k|  22 | 0.000000e+00 |      --      |    Inf |  17.19%
478.25/480.44	c   465s|141700 |    50 |  2424k|  16.9 |   185M |  48 |2467 |  11k|   0 |  89k|  0 | 257k|  22 | 0.000000e+00 |      --      |    Inf |  17.21%
478.25/480.44	c   465s|141800 |    55 |  2426k|  16.9 |   185M |  48 |2467 |  11k|5484 |  89k|  2 | 257k|  22 | 0.000000e+00 |      --      |    Inf |  17.22%
478.25/480.44	c   466s|141900 |    50 |  2427k|  16.9 |   185M |  48 |2467 |  11k|5478 |  89k|  1 | 258k|  22 | 0.000000e+00 |      --      |    Inf |  17.22%
478.25/480.44	c   466s|142000 |    60 |  2430k|  16.9 |   185M |  48 |2467 |  11k|5469 |  89k|  1 | 258k|  22 | 0.000000e+00 |      --      |    Inf |  17.24%
478.25/480.44	c   466s|142100 |    59 |  2431k|  16.9 |   185M |  48 |2467 |  11k|   0 |  89k|  0 | 258k|  22 | 0.000000e+00 |      --      |    Inf |  17.26%
478.25/480.44	c   467s|142200 |    56 |  2433k|  16.9 |   185M |  48 |2467 |  11k|5474 |  89k|  1 | 258k|  22 | 0.000000e+00 |      --      |    Inf |  17.27%
478.25/480.44	c   467s|142300 |    55 |  2434k|  16.9 |   185M |  48 |2467 |  11k|5474 |  89k|  1 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  17.29%
478.25/480.44	c   467s|142400 |    64 |  2435k|  16.9 |   185M |  48 |2467 |  11k|5478 |  89k|  1 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  17.29%
478.25/480.44	c   468s|142500 |    57 |  2437k|  16.9 |   185M |  48 |2467 |  11k|5482 |  90k|  2 | 259k|  22 | 0.000000e+00 |      --      |    Inf |  17.30%
478.25/480.44	c   468s|142600 |    63 |  2438k|  16.9 |   185M |  48 |2467 |  11k|   0 |  90k|  0 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  17.31%
478.25/480.44	c   468s|142700 |    55 |  2440k|  16.9 |   185M |  48 |2467 |  11k|   0 |  90k|  0 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  17.31%
478.25/480.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
478.25/480.44	c   469s|142800 |    59 |  2441k|  16.9 |   185M |  48 |2467 |  11k|5479 |  90k|  1 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  17.31%
478.25/480.44	c   469s|142900 |    52 |  2442k|  16.9 |   185M |  48 |2467 |  11k|   0 |  90k|  0 | 260k|  22 | 0.000000e+00 |      --      |    Inf |  17.32%
478.25/480.44	c   469s|143000 |    57 |  2444k|  16.9 |   185M |  48 |2467 |  11k|5482 |  90k|  1 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  17.32%
478.25/480.44	c   470s|143100 |    54 |  2446k|  16.9 |   185M |  48 |2467 |  11k|5474 |  90k|  1 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  17.33%
478.25/480.44	c   470s|143200 |    52 |  2447k|  16.9 |   185M |  48 |2467 |  11k|5481 |  90k|  2 | 261k|  22 | 0.000000e+00 |      --      |    Inf |  17.34%
478.25/480.44	c   470s|143300 |    60 |  2449k|  16.9 |   185M |  48 |2467 |  11k|5469 |  90k|  1 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  17.35%
478.25/480.44	c   471s|143400 |    52 |  2450k|  16.9 |   185M |  48 |2467 |  11k|5478 |  90k|  1 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  17.35%
478.25/480.44	c   471s|143500 |    50 |  2451k|  16.9 |   185M |  48 |2467 |  11k|   0 |  90k|  0 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  17.40%
478.25/480.44	c   471s|143600 |    52 |  2452k|  16.9 |   186M |  48 |2467 |  11k|5492 |  90k|  1 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  17.43%
478.25/480.44	c   471s|143700 |    49 |  2454k|  16.9 |   186M |  48 |2467 |  11k|5492 |  90k|  1 | 262k|  22 | 0.000000e+00 |      --      |    Inf |  17.46%
478.25/480.44	c   472s|143800 |    50 |  2455k|  16.9 |   186M |  48 |2467 |  11k|5492 |  90k|  1 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  17.57%
478.25/480.44	c   472s|143900 |    55 |  2458k|  16.9 |   186M |  48 |2467 |  11k|5470 |  90k|  1 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  17.63%
478.25/480.44	c   473s|144000 |    51 |  2459k|  16.9 |   186M |  48 |2467 |  11k|   0 |  90k|  0 | 263k|  22 | 0.000000e+00 |      --      |    Inf |  17.68%
478.25/480.44	c   473s|144100 |    54 |  2461k|  16.9 |   186M |  48 |2467 |  11k|5474 |  90k|  1 | 264k|  22 | 0.000000e+00 |      --      |    Inf |  17.72%
478.25/480.44	c   473s|144200 |    54 |  2462k|  16.9 |   186M |  48 |2467 |  11k|5474 |  90k|  1 | 264k|  22 | 0.000000e+00 |      --      |    Inf |  17.75%
478.25/480.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
478.25/480.44	c   473s|144300 |    56 |  2463k|  16.9 |   186M |  48 |2467 |  11k|5474 |  90k|  1 | 264k|  22 | 0.000000e+00 |      --      |    Inf |  17.76%
478.25/480.44	c   474s|144400 |    52 |  2464k|  16.9 |   186M |  48 |2467 |  11k|5475 |  90k|  1 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  17.77%
478.25/480.44	c   474s|144500 |    51 |  2465k|  16.9 |   186M |  48 |2467 |  11k|5492 |  91k|  1 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  17.78%
478.25/480.44	c   474s|144600 |    47 |  2467k|  16.9 |   186M |  48 |2467 |  11k|5459 |  91k|  1 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  17.88%
478.25/480.44	c   475s|144700 |    51 |  2470k|  16.9 |   186M |  48 |2467 |  11k|   0 |  91k|  0 | 265k|  22 | 0.000000e+00 |      --      |    Inf |  17.90%
478.25/480.44	c   475s|144800 |    49 |  2472k|  16.9 |   186M |  48 |2467 |  11k|5477 |  91k|  1 | 266k|  22 | 0.000000e+00 |      --      |    Inf |  17.97%
478.25/480.44	c   476s|144900 |    53 |  2474k|  16.9 |   186M |  48 |2467 |  11k|5485 |  91k|  1 | 266k|  22 | 0.000000e+00 |      --      |    Inf |  18.02%
478.25/480.44	c   476s|145000 |    52 |  2475k|  16.9 |   186M |  48 |2467 |  11k|5492 |  91k|  1 | 267k|  22 | 0.000000e+00 |      --      |    Inf |  18.06%
478.25/480.44	c   476s|145100 |    50 |  2477k|  16.9 |   186M |  48 |2467 |  11k|   0 |  91k|  0 | 267k|  22 | 0.000000e+00 |      --      |    Inf |  18.07%
478.25/480.44	c   477s|145200 |    54 |  2479k|  16.9 |   187M |  48 |2467 |  11k|   0 |  91k|  0 | 267k|  22 | 0.000000e+00 |      --      |    Inf |  18.12%
478.25/480.44	c   477s|145300 |    54 |  2480k|  16.9 |   187M |  48 |2467 |  11k|5509 |  91k|  1 | 268k|  22 | 0.000000e+00 |      --      |    Inf |  18.16%
478.25/480.44	c   477s|145400 |    53 |  2483k|  16.9 |   188M |  48 |2467 |  11k|5508 |  91k|  1 | 268k|  22 | 0.000000e+00 |      --      |    Inf |  18.18%
478.25/480.44	c   478s|145500 |    52 |  2484k|  16.9 |   188M |  48 |2467 |  11k|   0 |  91k|  0 | 268k|  22 | 0.000000e+00 |      --      |    Inf |  18.22%
478.25/480.44	c   478s|145600 |    51 |  2486k|  16.9 |   188M |  48 |2467 |  11k|5508 |  91k|  1 | 269k|  22 | 0.000000e+00 |      --      |    Inf |  18.24%
478.25/480.44	c   478s|145700 |    46 |  2487k|  16.9 |   188M |  48 |2467 |  11k|5485 |  91k|  1 | 269k|  22 | 0.000000e+00 |      --      |    Inf |  18.28%
478.25/480.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
478.25/480.44	c   479s|145800 |    57 |  2489k|  16.9 |   188M |  48 |2467 |  11k|5473 |  92k|  1 | 269k|  22 | 0.000000e+00 |      --      |    Inf |  18.30%
478.25/480.44	c   479s|145900 |    49 |  2491k|  16.9 |   188M |  48 |2467 |  11k|5469 |  92k|  1 | 269k|  22 | 0.000000e+00 |      --      |    Inf |  18.33%
478.25/480.44	c   479s|146000 |    51 |  2491k|  16.9 |   188M |  48 |2467 |  11k|5469 |  92k|  1 | 270k|  22 | 0.000000e+00 |      --      |    Inf |  18.36%
478.25/480.44	c   480s|146100 |    47 |  2493k|  16.9 |   188M |  48 |2467 |  11k|5518 |  92k|  1 | 270k|  22 | 0.000000e+00 |      --      |    Inf |  18.40%
497.09/499.35	c   480s|146200 |    57 |  2494k|  16.9 |   188M |  48 |2467 |  11k|5477 |  92k|  1 | 270k|  22 | 0.000000e+00 |      --      |    Inf |  18.40%
497.09/499.35	c   480s|146300 |    55 |  2496k|  16.9 |   188M |  48 |2467 |  11k|   0 |  92k|  0 | 270k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
497.09/499.35	c   481s|146400 |    62 |  2498k|  16.9 |   188M |  48 |2467 |  11k|5481 |  92k|  1 | 270k|  22 | 0.000000e+00 |      --      |    Inf |  18.41%
497.09/499.35	c   481s|146500 |    63 |  2501k|  16.9 |   188M |  48 |2467 |  11k|5480 |  92k|  1 | 271k|  22 | 0.000000e+00 |      --      |    Inf |  18.42%
497.09/499.35	c   481s|146600 |    54 |  2502k|  16.9 |   188M |  48 |2467 |  11k|5477 |  92k|  1 | 271k|  22 | 0.000000e+00 |      --      |    Inf |  18.42%
497.09/499.35	c   482s|146700 |    59 |  2504k|  16.9 |   188M |  48 |2467 |  11k|5480 |  92k|  1 | 271k|  22 | 0.000000e+00 |      --      |    Inf |  18.45%
497.09/499.35	c   482s|146800 |    52 |  2505k|  16.9 |   188M |  48 |2467 |  11k|   0 |  92k|  0 | 271k|  22 | 0.000000e+00 |      --      |    Inf |  18.45%
497.09/499.35	c   482s|146900 |    53 |  2506k|  16.9 |   188M |  48 |2467 |  11k|5481 |  92k|  1 | 271k|  22 | 0.000000e+00 |      --      |    Inf |  18.45%
497.09/499.35	c   482s|147000 |    51 |  2508k|  16.9 |   188M |  48 |2467 |  11k|5477 |  92k|  1 | 272k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
497.09/499.35	c   483s|147100 |    58 |  2511k|  16.9 |   188M |  48 |2467 |  11k|   0 |  92k|  0 | 272k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
497.09/499.35	c   483s|147200 |    50 |  2512k|  16.9 |   188M |  48 |2467 |  11k|   0 |  92k|  0 | 272k|  22 | 0.000000e+00 |      --      |    Inf |  18.46%
497.09/499.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
497.09/499.35	c   483s|147300 |    47 |  2513k|  16.9 |   188M |  48 |2467 |  11k|5477 |  92k|  1 | 272k|  22 | 0.000000e+00 |      --      |    Inf |  18.47%
497.09/499.35	c   484s|147400 |    49 |  2515k|  16.9 |   188M |  48 |2467 |  11k|   0 |  92k|  0 | 272k|  22 | 0.000000e+00 |      --      |    Inf |  18.48%
497.09/499.35	c   484s|147500 |    50 |  2517k|  16.9 |   188M |  48 |2467 |  11k|   0 |  92k|  0 | 272k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
497.09/499.35	c   484s|147600 |    48 |  2520k|  16.9 |   188M |  48 |2467 |  11k|5522 |  92k|  1 | 273k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
497.09/499.35	c   485s|147700 |    62 |  2521k|  16.9 |   189M |  48 |2467 |  11k|5455 |  92k|  1 | 273k|  22 | 0.000000e+00 |      --      |    Inf |  18.50%
497.09/499.35	c   485s|147800 |    54 |  2523k|  16.9 |   189M |  48 |2467 |  11k|5457 |  92k|  1 | 273k|  22 | 0.000000e+00 |      --      |    Inf |  18.54%
497.09/499.35	c   485s|147900 |    54 |  2525k|  16.9 |   189M |  48 |2467 |  11k|5457 |  93k|  1 | 273k|  22 | 0.000000e+00 |      --      |    Inf |  18.62%
497.09/499.35	c   486s|148000 |    47 |  2527k|  16.9 |   189M |  48 |2467 |  11k|   0 |  93k|  0 | 273k|  22 | 0.000000e+00 |      --      |    Inf |  18.99%
497.09/499.35	c   486s|148100 |    51 |  2530k|  16.9 |   189M |  48 |2467 |  11k|5491 |  93k|  1 | 274k|  22 | 0.000000e+00 |      --      |    Inf |  19.31%
497.09/499.35	c   487s|148200 |    58 |  2533k|  16.9 |   189M |  48 |2467 |  11k|5507 |  93k|  1 | 274k|  22 | 0.000000e+00 |      --      |    Inf |  19.45%
497.09/499.35	c   487s|148300 |    47 |  2536k|  16.9 |   190M |  48 |2467 |  11k|   0 |  94k|  0 | 274k|  22 | 0.000000e+00 |      --      |    Inf |  19.77%
497.09/499.35	c   488s|148400 |    50 |  2538k|  16.9 |   190M |  48 |2467 |  11k|   0 |  94k|  0 | 274k|  22 | 0.000000e+00 |      --      |    Inf |  20.10%
497.09/499.35	c   488s|148500 |    52 |  2542k|  16.9 |   190M |  48 |2467 |  11k|5471 |  95k|  1 | 274k|  22 | 0.000000e+00 |      --      |    Inf |  20.57%
497.09/499.35	c   488s|148600 |    53 |  2544k|  16.9 |   190M |  48 |2467 |  11k|5476 |  95k|  1 | 274k|  22 | 0.000000e+00 |      --      |    Inf |  20.71%
497.09/499.35	c   489s|148700 |    56 |  2545k|  16.9 |   190M |  48 |2467 |  11k|5476 |  95k|  1 | 275k|  22 | 0.000000e+00 |      --      |    Inf |  20.75%
497.09/499.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
497.09/499.35	c   489s|148800 |    52 |  2549k|  16.9 |   190M |  48 |2467 |  11k|5502 |  95k|  1 | 275k|  22 | 0.000000e+00 |      --      |    Inf |  20.97%
497.09/499.35	c   490s|148900 |    54 |  2551k|  16.9 |   190M |  48 |2467 |  11k|5482 |  96k|  1 | 275k|  22 | 0.000000e+00 |      --      |    Inf |  21.11%
497.09/499.35	c   490s|149000 |    49 |  2553k|  16.9 |   190M |  48 |2467 |  11k|   0 |  96k|  0 | 275k|  22 | 0.000000e+00 |      --      |    Inf |  21.16%
497.09/499.35	c   490s|149100 |    55 |  2556k|  17.0 |   190M |  48 |2467 |  11k|5476 |  96k|  1 | 275k|  22 | 0.000000e+00 |      --      |    Inf |  21.23%
497.09/499.35	c   491s|149200 |    60 |  2560k|  17.0 |   190M |  48 |2467 |  11k|5471 |  96k|  1 | 275k|  22 | 0.000000e+00 |      --      |    Inf |  21.27%
497.09/499.35	c   491s|149300 |    60 |  2563k|  17.0 |   190M |  48 |2467 |  11k|5475 |  97k|  1 | 275k|  22 | 0.000000e+00 |      --      |    Inf |  21.47%
497.09/499.35	c   491s|149400 |    65 |  2566k|  17.0 |   190M |  48 |2467 |  11k|5495 |  97k|  1 | 276k|  22 | 0.000000e+00 |      --      |    Inf |  21.57%
497.09/499.35	c   492s|149500 |    66 |  2569k|  17.0 |   190M |  48 |2467 |  11k|   0 |  97k|  0 | 276k|  22 | 0.000000e+00 |      --      |    Inf |  21.59%
497.09/499.35	c   492s|149600 |    67 |  2571k|  17.0 |   190M |  48 |2467 |  11k|5495 |  97k|  1 | 276k|  22 | 0.000000e+00 |      --      |    Inf |  21.61%
497.09/499.35	c   493s|149700 |    65 |  2573k|  17.0 |   190M |  48 |2467 |  11k|5495 |  97k|  1 | 276k|  22 | 0.000000e+00 |      --      |    Inf |  21.63%
497.09/499.35	c   493s|149800 |    53 |  2574k|  17.0 |   190M |  48 |2467 |  11k|   0 |  97k|  0 | 276k|  22 | 0.000000e+00 |      --      |    Inf |  21.68%
497.09/499.35	c   493s|149900 |    60 |  2577k|  17.0 |   190M |  48 |2467 |  11k|5511 |  98k|  1 | 276k|  22 | 0.000000e+00 |      --      |    Inf |  21.80%
497.09/499.35	c   494s|150000 |    55 |  2580k|  17.0 |   190M |  48 |2467 |  11k|5480 |  98k|  1 | 277k|  22 | 0.000000e+00 |      --      |    Inf |  21.86%
497.09/499.35	c   494s|150100 |    56 |  2582k|  17.0 |   190M |  48 |2467 |  11k|5514 |  98k|  1 | 277k|  22 | 0.000000e+00 |      --      |    Inf |  21.89%
497.09/499.35	c   494s|150200 |    57 |  2584k|  17.0 |   190M |  48 |2467 |  11k|5480 |  98k|  1 | 277k|  22 | 0.000000e+00 |      --      |    Inf |  21.93%
497.09/499.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
497.09/499.35	c   495s|150300 |    55 |  2588k|  17.0 |   190M |  48 |2467 |  11k|5517 |  99k|  1 | 277k|  22 | 0.000000e+00 |      --      |    Inf |  21.97%
497.09/499.35	c   495s|150400 |    52 |  2590k|  17.0 |   190M |  48 |2467 |  11k|   0 |  99k|  0 | 277k|  22 | 0.000000e+00 |      --      |    Inf |  21.99%
497.09/499.35	c   496s|150500 |    50 |  2593k|  17.0 |   190M |  48 |2467 |  11k|5499 |  99k|  2 | 277k|  22 | 0.000000e+00 |      --      |    Inf |  22.09%
497.09/499.35	c   496s|150600 |    59 |  2594k|  17.0 |   190M |  48 |2467 |  11k|5482 |  99k|  1 | 277k|  22 | 0.000000e+00 |      --      |    Inf |  22.14%
497.09/499.35	c   496s|150700 |    51 |  2596k|  17.0 |   190M |  48 |2467 |  11k|5483 |  99k|  1 | 278k|  22 | 0.000000e+00 |      --      |    Inf |  22.21%
497.09/499.35	c   497s|150800 |    52 |  2598k|  17.0 |   190M |  48 |2467 |  11k|5473 |  99k|  1 | 278k|  22 | 0.000000e+00 |      --      |    Inf |  22.25%
497.09/499.35	c   497s|150900 |    52 |  2600k|  17.0 |   190M |  48 |2467 |  11k|   0 | 100k|  0 | 278k|  22 | 0.000000e+00 |      --      |    Inf |  22.27%
497.09/499.35	c   497s|151000 |    50 |  2601k|  17.0 |   190M |  48 |2467 |  11k|5473 | 100k|  1 | 278k|  22 | 0.000000e+00 |      --      |    Inf |  22.31%
497.09/499.35	c   497s|151100 |    48 |  2602k|  17.0 |   190M |  48 |2467 |  11k|   0 | 100k|  0 | 278k|  22 | 0.000000e+00 |      --      |    Inf |  22.35%
497.09/499.35	c   498s|151200 |    50 |  2604k|  17.0 |   190M |  48 |2467 |  11k|5527 | 100k|  3 | 278k|  22 | 0.000000e+00 |      --      |    Inf |  22.58%
497.09/499.35	c   498s|151300 |    54 |  2607k|  17.0 |   190M |  48 |2467 |  11k|5498 | 100k|  1 | 278k|  22 | 0.000000e+00 |      --      |    Inf |  22.75%
497.09/499.35	c   499s|151400 |    59 |  2609k|  17.1 |   190M |  48 |2467 |  11k|5525 | 101k|  1 | 278k|  22 | 0.000000e+00 |      --      |    Inf |  22.87%
498.09/500.39	c   499s|151500 |    50 |  2611k|  17.1 |   190M |  48 |2467 |  11k|   0 | 101k|  0 | 279k|  22 | 0.000000e+00 |      --      |    Inf |  23.07%
498.09/500.39	c   499s|151600 |    49 |  2614k|  17.1 |   190M |  48 |2467 |  11k|5525 | 101k|  2 | 279k|  22 | 0.000000e+00 |      --      |    Inf |  23.17%
498.09/500.39	c   500s|151700 |    48 |  2616k|  17.1 |   190M |  48 |2467 |  11k|5526 | 101k|  1 | 279k|  22 | 0.000000e+00 |      --      |    Inf |  23.27%
498.09/500.39	c 
498.09/500.39	c SCIP Status        : solving was interrupted [time limit reached]
498.09/500.39	c Solving Time (sec) : 500.00
498.09/500.39	c Solving Nodes      : 151800 (total of 152643 nodes in 2 runs)
498.09/500.39	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.09/500.39	c Dual Bound         : +0.00000000000000e+00
498.09/500.39	c Gap                : infinite
498.09/500.39	c ----------------------------------------------------------------------
498.09/500.39	c dual bound: 0.0 -> 0
498.09/500.39	c primal bound: 1e+20 -> 100000000000000000000
498.09/500.39	c scip-goal-lb: 0
498.09/500.39	c scip-goal-ub: 100000000000000000000
498.09/500.39	c writing output to: HOME/tmpk6tru4ho.opb
498.09/500.39	c appending fixed variable constraints
498.09/500.39	c scip-fixed vars: 0.41% (10/2467)
498.09/500.39	c ----------------------------------------------------------------------
498.09/500.39	c executing external solver: HOME/naps-1.03a6
498.09/500.39	c ----------------------------------------------------------------------
498.09/500.39	c command: HOME/naps-1.03a6 HOME/tmpk6tru4ho.opb
498.18/500.40	c NaPS 1.03a6.
498.18/500.40	c Input file name: HOME/tmpk6tru4ho.opb
501.33/503.63	c s UNSATISFIABLE
501.33/503.63	c _____________________________________________________________________________
501.33/503.63	c std/band forms        : 828,0
501.33/503.63	c 2cl/3cl ITE-codings   : 0,0
501.33/503.63	c BDD/srt/adr Max costs : 0,6,0
501.33/503.63	c BDDraw/bin/mul/srt/adr: 0,0,0,828,0
501.33/503.63	c BDD nodes             : 0
501.33/503.63	c Es1/CC detections     : 0,0
501.33/503.63	c CC sort               : 828
501.33/503.63	c SAT/UNSAT calls       : 0,1
501.33/503.63	c regenrated variables  : 0
501.33/503.63	c eliminated fixed lits : 15
501.33/503.63	c goal lit flips        : 0
501.33/503.63	c goal stages           : 0
501.33/503.63	c goal shrink           : 0
501.33/503.63	c goal coeff separations: 0
501.33/503.63	c restarts              : 4472
501.33/503.63	c conflicts             : 92888          (29168 /sec)
501.33/503.63	c decisions             : 231978         (72844 /sec)
501.33/503.63	c propagations          : 6815535        (2140160 /sec)
501.33/503.63	c inspects              : 0              (0 /sec)
501.33/503.63	c CPU time (solving tm) : 3.185 s        (3.079 s, SAT 0 s, UNSAT 3.079 s)
501.33/503.63	c Time for Opt-base     : 0.003497 s
501.33/503.63	c Steps for Opt-base    : 0
501.33/503.63	c Time for BDD coding   : 0 s
501.33/503.63	c Time for srt coding   : 0.003632 s
501.33/503.63	c _____________________________________________________________________________
501.33/503.64	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62439 MiB free)
  memory of node 1: 64465 MiB (63387 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529865-1752260903/watcher-4529865-1752260903 -o /tmp/evaluation-result-4529865-1752260903/solver-4529865-1752260903 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752257289-119338 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529865-1752260903.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=119873, runsolver pid=119870

[startup+0.100071 s]*
/proc/loadavg: 4.14 4.12 4.09 5/255 119887
/proc/meminfo: memFree=128847720/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=58848 memory=16256 CPUtime=0.06 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 1967 0 0 0 5 1 0 0 20 0 1 0 141768972 60260352 4064 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 14712 4064 2432 1 0 3463 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 63040 KiB
Current children cumulated memory: 19328 KiB

[startup+0.214611 s]*
/proc/loadavg: 4.14 4.12 4.09 5/255 119887
/proc/meminfo: memFree=128850056/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1186968 memory=32128 CPUtime=0.17 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 3737 0 0 0 15 2 0 0 20 0 1 0 141768972 1215455232 8032 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 296742 8032 4936 1 0 268764 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1191160 KiB
Current children cumulated memory: 35200 KiB

[startup+0.313881 s]*
/proc/loadavg: 4.14 4.12 4.09 5/255 119887
/proc/meminfo: memFree=128846276/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1192576 memory=37760 CPUtime=0.27 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 4796 0 0 0 24 3 0 0 20 0 1 0 141768972 1221197824 9440 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 298144 9440 5352 1 0 269808 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1196768 KiB
Current children cumulated memory: 40832 KiB

[startup+0.700384 s]
/proc/loadavg: 4.14 4.12 4.09 5/255 119887
/proc/meminfo: memFree=128809232/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1245268 memory=90240 CPUtime=0.64 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 15356 0 0 0 57 7 0 0 20 0 1 0 141768972 1275154432 22560 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 311317 22560 8136 1 0 282675 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1249460 KiB
Current children cumulated memory: 93312 KiB

[startup+1.50033 s]
/proc/loadavg: 4.14 4.12 4.09 5/250 119895
/proc/meminfo: memFree=128807996/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1270152 memory=113152 CPUtime=1.43 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 21061 0 0 0 135 8 0 0 20 0 1 0 141768972 1300635648 28288 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 317538 28288 8168 1 0 288896 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1274344 KiB
Current children cumulated memory: 116224 KiB

[startup+3.1135 s]
/proc/loadavg: 4.14 4.12 4.09 4/250 119944
/proc/meminfo: memFree=128771416/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1270648 memory=113920 CPUtime=3.04 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 21237 0 0 0 296 8 0 0 20 0 1 0 141768972 1301143552 28480 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 317662 28480 8168 1 0 289020 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1274840 KiB
Current children cumulated memory: 116992 KiB

[startup+6.30034 s]
/proc/loadavg: 4.12 4.12 4.09 5/255 120034
/proc/meminfo: memFree=128743428/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1299716 memory=144012 CPUtime=6.22 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 31669 0 0 0 612 10 0 0 20 0 1 0 141768972 1330909184 36003 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 324929 36003 8168 1 0 296287 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1303908 KiB
Current children cumulated memory: 147084 KiB

[startup+12.7004 s]
/proc/loadavg: 4.11 4.11 4.09 4/250 120091
/proc/meminfo: memFree=128780380/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1311424 memory=156132 CPUtime=12.6 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 37829 0 0 0 1249 11 0 0 20 0 1 0 141768972 1342898176 39033 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 327856 39033 8168 1 0 299214 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1315616 KiB
Current children cumulated memory: 159204 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.11 4.09 5/255 120328
/proc/meminfo: memFree=128476328/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1327432 memory=172148 CPUtime=25.35 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 45102 0 0 0 2523 12 0 0 20 0 1 0 141768972 1359290368 43037 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 331858 43037 8168 1 0 303216 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 1331624 KiB
Current children cumulated memory: 175220 KiB

[startup+51.1133 s]
/proc/loadavg: 4.13 4.11 4.09 5/255 120328
/proc/meminfo: memFree=128462504/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1327432 memory=172276 CPUtime=50.86 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 45111 0 0 0 5073 13 0 0 20 0 1 0 141768972 1359290368 43069 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 331858 43069 8168 1 0 303216 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 1331624 KiB
Current children cumulated memory: 175348 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/255 120330
/proc/meminfo: memFree=128436944/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1350672 memory=194056 CPUtime=101.83 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 55072 0 0 0 10168 15 0 0 20 0 1 0 141768972 1383088128 48514 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 337668 48514 8168 1 0 309026 0
Current children cumulated CPU time: 101.83 s
Current children cumulated vsize: 1354864 KiB
Current children cumulated memory: 197128 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/255 120332
/proc/meminfo: memFree=128329480/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1363224 memory=206760 CPUtime=161.55 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 59280 0 0 0 16139 16 0 0 20 0 1 0 141768972 1395941376 51690 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 340806 51690 8168 1 0 312164 0
Current children cumulated CPU time: 161.55 s
Current children cumulated vsize: 1367416 KiB
Current children cumulated memory: 209832 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/255 120334
/proc/meminfo: memFree=128256836/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1381924 memory=224912 CPUtime=221.26 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 65350 0 0 0 22107 19 0 0 20 0 1 0 141768972 1415090176 56228 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 345481 56228 8168 1 0 316839 0
Current children cumulated CPU time: 221.26 s
Current children cumulated vsize: 1386116 KiB

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

[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1391824 memory=243088 CPUtime=340.66 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 67836 0 0 0 34045 21 0 0 20 0 1 0 141768972 1425227776 60772 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 347956 60772 8168 1 0 319314 0
Current children cumulated CPU time: 340.66 s
Current children cumulated vsize: 1396016 KiB
Current children cumulated memory: 246160 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 120348
/proc/meminfo: memFree=128030396/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1393492 memory=246260 CPUtime=400.41 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 69974 0 0 0 40019 22 0 0 20 0 1 0 141768972 1426935808 61565 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 348373 61565 8168 1 0 319731 0
Current children cumulated CPU time: 400.41 s
Current children cumulated vsize: 1397684 KiB
Current children cumulated memory: 249332 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/256 120350
/proc/meminfo: memFree=128020476/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1411444 memory=264436 CPUtime=460.21 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 74162 0 0 0 45997 24 0 0 20 0 1 0 141768972 1445318656 66109 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 352861 66109 8168 1 0 324219 0
Current children cumulated CPU time: 460.21 s
Current children cumulated vsize: 1415636 KiB
Current children cumulated memory: 267508 KiB

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

# cumulated CPU time of all completed processes:  user=501.228 s, system=0.281258 s

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

[startup+486.4 s]
/proc/loadavg: 4.12 4.09 4.09 5/256 120350
/proc/meminfo: memFree=128016556/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1411444 memory=264564 CPUtime=484.23 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 74201 0 0 0 48399 24 0 0 20 0 1 0 141768972 1445318656 66141 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 352861 66141 8168 1 0 324219 0
Current children cumulated CPU time: 484.23 s
Current children cumulated vsize: 1415636 KiB
Current children cumulated memory: 267636 KiB

[startup+492.8 s]
/proc/loadavg: 4.11 4.09 4.09 5/256 120351
/proc/meminfo: memFree=128017820/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1412032 memory=264692 CPUtime=490.61 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 74246 0 0 0 49037 24 0 0 20 0 1 0 141768972 1445920768 66173 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 353008 66173 8168 1 0 324366 0
Current children cumulated CPU time: 490.61 s
Current children cumulated vsize: 1416224 KiB
Current children cumulated memory: 267764 KiB

[startup+499.2 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 120351
/proc/meminfo: memFree=128016056/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1412032 memory=264692 CPUtime=496.99 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 74246 0 0 0 49675 24 0 0 20 0 1 0 141768972 1445920768 66173 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 353008 66173 8168 1 0 324366 0
Current children cumulated CPU time: 496.99 s
Current children cumulated vsize: 1416224 KiB
Current children cumulated memory: 267764 KiB

[startup+500.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 120351
/proc/meminfo: memFree=128016308/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1413312 memory=266100 CPUtime=498.18 cores=5,7
/proc/119880/stat : 119880 (python3) S 119873 119873 119325 0 -1 4194304 74751 0 0 0 49794 24 0 0 20 0 1 0 141768972 1447231488 66525 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 353328 66525 8168 1 0 324686 0
Current children cumulated CPU time: 498.18 s
Current children cumulated vsize: 1417504 KiB
Current children cumulated memory: 269172 KiB

[startup+502.4 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 120353
/proc/meminfo: memFree=128013928/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1413312 memory=266100 CPUtime=498.18 cores=5,7
/proc/119880/stat : 119880 (python3) S 119873 119873 119325 0 -1 4194304 74751 0 0 0 49794 24 0 0 20 0 1 0 141768972 1447231488 66525 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 353328 66525 8168 1 0 324686 0
[pid=120352] ppid=119880 vsize=8072 memory=6040 CPUtime=1.95 cores=5,7
/proc/120352/stat : 120352 (naps-1.03a6) R 119880 120352 120352 0 -1 4194304 1966 0 0 0 195 0 0 0 20 0 1 0 141819008 8265728 1510 18446744073709551615 4198400 7047149 140722851581152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27385856 140722851588495 140722851588593 140722851588593 140722851594185 0
/proc/120352/statm: 2018 1510 544 696 0 1179 0
Current children cumulated CPU time: 500.13 s
Current children cumulated vsize: 1425576 KiB
Current children cumulated memory: 275212 KiB

[startup+503.2 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 120353
/proc/meminfo: memFree=128014564/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1413312 memory=266100 CPUtime=498.18 cores=5,7
/proc/119880/stat : 119880 (python3) S 119873 119873 119325 0 -1 4194304 74751 0 0 0 49794 24 0 0 20 0 1 0 141768972 1447231488 66525 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 353328 66525 8168 1 0 324686 0
[pid=120352] ppid=119880 vsize=8048 memory=5904 CPUtime=2.75 cores=5,7
/proc/120352/stat : 120352 (naps-1.03a6) R 119880 120352 120352 0 -1 4194304 2790 0 0 0 274 1 0 0 20 0 1 0 141819008 8241152 1476 18446744073709551615 4198400 7047149 140722851581152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27385856 140722851588495 140722851588593 140722851588593 140722851594185 0
/proc/120352/statm: 2012 1476 544 696 0 1173 0
Current children cumulated CPU time: 500.93 s
Current children cumulated vsize: 1425552 KiB
Current children cumulated memory: 275076 KiB

[startup+503.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 120353
/proc/meminfo: memFree=128014564/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1413312 memory=266100 CPUtime=498.18 cores=5,7
/proc/119880/stat : 119880 (python3) S 119873 119873 119325 0 -1 4194304 74751 0 0 0 49794 24 0 0 20 0 1 0 141768972 1447231488 66525 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 353328 66525 8168 1 0 324686 0
[pid=120352] ppid=119880 vsize=8048 memory=5920 CPUtime=3.15 cores=5,7
/proc/120352/stat : 120352 (naps-1.03a6) R 119880 120352 120352 0 -1 4194304 2949 0 0 0 314 1 0 0 20 0 1 0 141819008 8241152 1480 18446744073709551615 4198400 7047149 140722851581152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27385856 140722851588495 140722851588593 140722851588593 140722851594185 0
/proc/120352/statm: 2012 1480 544 696 0 1173 0
Current children cumulated CPU time: 501.33 s
Current children cumulated vsize: 1425552 KiB
Current children cumulated memory: 275092 KiB

[startup+503.7 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 120353
/proc/meminfo: memFree=128014564/131382120 swapFree=33010416/33010684
[pid=119873] ppid=119870 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/119873/stat : 119873 (scip-naps-1.00a) S 119870 119873 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 141768969 4292608 768 18446744073709551615 94760780873728 94760781768261 140734205645328 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94760782007312 94760782055056 94760802623488 140734205647259 140734205647358 140734205647358 140734205652962 0
/proc/119873/statm: 1048 768 704 219 0 110 0
[pid=119880] ppid=119873 vsize=1413312 memory=266100 CPUtime=501.43 cores=5,7
/proc/119880/stat : 119880 (python3) R 119873 119873 119325 0 -1 4194304 76179 3306 0 0 49800 24 318 1 20 0 1 0 141768972 1447231488 66525 18446744073709551615 93833881841664 93833881842041 140736613132560 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 93833881853336 93833881853956 93833882591232 140736613136719 140736613136928 140736613136928 140736613142503 0
/proc/119880/statm: 353328 66525 8168 1 0 324686 0
Current children cumulated CPU time: 501.43 s
Current children cumulated vsize: 1417504 KiB
Current children cumulated memory: 269172 KiB

Child status: 0

Real time (s): 503.746
CPU time (s): 501.509
CPU user time (s): 501.228
CPU system time (s): 0.281258
CPU usage (%): 99.556
Max. virtual memory (cumulated for all children) (KiB): 1426588
Max. memory (cumulated for all children) (KiB): 276040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 501.228
system time used= 0.281258
maximum resident set size= 266100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 457
involuntary context switches= 645


# summary of solver processes directly reported to runsolver:
#   pid: 119873
#   total CPU time (s): 501.509
#   total CPU user time (s): 501.228
#   total CPU system time (s): 0.281258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.4659 second user time and 5.41608 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-11 21:08:23
IDJOB=4529865
IDBENCH=162582
IDSOLVER=3388
FILE ID=nodeC003/4529865-1752260903
RUNJOBID= nodeC003-1752257289-119338
SLURM_JOB_ID= 9682606
Free space on /tmp= 432020 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l045-r044-n1.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529865-1752260903/watcher-4529865-1752260903 -o /tmp/evaluation-result-4529865-1752260903/solver-4529865-1752260903 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752257289-119338 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529865-1752260903.opb

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

MD5SUM BENCH= b9564511887892a7d25b0d6be869bead
RANDOM SEED=1485478540

nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128856000 kB
MemAvailable:   129262752 kB
Buffers:            2736 kB
Cached:          1199508 kB
SwapCached:           36 kB
Active:          1024272 kB
Inactive:         653328 kB
Active(anon):     485676 kB
Inactive(anon):     7604 kB
Active(file):     538596 kB
Inactive(file):   645724 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5572 kB
Writeback:             0 kB
AnonPages:        478396 kB
Mapped:           130104 kB
Shmem:             17924 kB
KReclaimable:     124116 kB
Slab:             212932 kB
SReclaimable:     124116 kB
SUnreclaim:        88816 kB
KernelStack:        4032 kB
PageTables:         4276 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2932584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432008 MiB
End job on nodeC003 at 2025-07-11 21:16:47