Trace number 4459864

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07OPT10 702.147 704.606

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMc3fde33010e6ea586da81d097c34065f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark509.323
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4459864-1721939463.opb>
0.00/0.02	c original problem has 6426 variables (200 bin, 0 int, 6226 impl, 0 cont) and 6626 constraints
0.00/0.02	c problem read in 0.02
0.00/0.03	c presolving:
0.00/0.05	c (round 1, medium)     0 del vars, 6626 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 2, fast)       6226 del vars, 6626 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 3, exhaustive) 6226 del vars, 6626 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 0 impls, 0 clqs
0.00/0.06	c    (0.1s) probing: 51/200 (25.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.06	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.06	c    (0.1s) no symmetry present (symcode time: 0.00)
0.00/0.06	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.00/0.06	c  6226 deleted vars, 6626 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  0 implications, 0 cliques
0.00/0.06	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.06	c     200 constraints of type <logicor>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.03
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 10.0.0
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.06	c limits/time = 3596.997059
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.06	c limits/memory = 27900
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 200
0.00/0.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.06	c t 0.1s|     1 |     0 |     0 |     - | trivial|   0 | 200 | 200 |   0 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.000000e+02 |    Inf | unknown
0.00/0.06	o 11
0.00/0.06	c p 0.1s|     1 |     0 |     0 |     - |   locks|   0 | 200 | 200 | 200 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.100000e+01 |    Inf | unknown
0.09/0.12	c   0.1s|     1 |     0 |  1439 |     - |    29M |   0 | 200 | 200 | 200 |   0 |  0 |   0 |   0 | 6.112480e+00 | 1.100000e+01 |  79.96%| unknown
0.09/0.17	c   0.2s|     1 |     0 |  1566 |     - |    39M |   0 | 200 | 200 | 201 |   1 |  1 |   0 |   0 | 6.136573e+00 | 1.100000e+01 |  79.25%| unknown
0.20/0.22	c   0.2s|     1 |     0 |  1684 |     - |    46M |   0 | 200 | 200 | 202 |   2 |  2 |   0 |   0 | 6.163733e+00 | 1.100000e+01 |  78.46%| unknown
0.20/0.27	c   0.3s|     1 |     0 |  1728 |     - |    52M |   0 | 200 | 200 | 203 |   3 |  3 |   0 |   0 | 6.166710e+00 | 1.100000e+01 |  78.38%| unknown
0.30/0.32	c   0.3s|     1 |     0 |  1833 |     - |    60M |   0 | 200 | 200 | 204 |   4 |  4 |   0 |   0 | 6.173976e+00 | 1.100000e+01 |  78.17%| unknown
0.30/0.37	c   0.4s|     1 |     0 |  1965 |     - |    67M |   0 | 200 | 200 | 205 |   5 |  5 |   0 |   0 | 6.180007e+00 | 1.100000e+01 |  77.99%| unknown
0.39/0.43	c   0.4s|     1 |     0 |  2123 |     - |    74M |   0 | 200 | 200 | 206 |   6 |  6 |   0 |   0 | 6.188123e+00 | 1.100000e+01 |  77.76%| unknown
0.39/0.49	c   0.5s|     1 |     0 |  2197 |     - |    82M |   0 | 200 | 200 | 207 |   7 |  7 |   0 |   0 | 6.192025e+00 | 1.100000e+01 |  77.65%| unknown
0.50/0.54	c   0.5s|     1 |     0 |  2294 |     - |    83M |   0 | 200 | 200 | 208 |   8 |  8 |   0 |   0 | 6.194939e+00 | 1.100000e+01 |  77.56%| unknown
0.50/0.59	c   0.6s|     1 |     0 |  2386 |     - |    91M |   0 | 200 | 200 | 209 |   9 |  9 |   0 |   0 | 6.196934e+00 | 1.100000e+01 |  77.51%| unknown
0.59/0.65	c   0.6s|     1 |     0 |  2466 |     - |    97M |   0 | 200 | 200 | 210 |  10 | 10 |   0 |   0 | 6.197885e+00 | 1.100000e+01 |  77.48%| unknown
0.59/0.67	c   0.7s|     1 |     0 |  2514 |     - |    97M |   0 | 200 | 200 | 211 |  11 | 11 |   0 |   0 | 6.199013e+00 | 1.100000e+01 |  77.45%| unknown
0.59/0.69	c   0.7s|     1 |     0 |  2535 |     - |    97M |   0 | 200 | 200 | 212 |  12 | 12 |   0 |   0 | 6.199351e+00 | 1.100000e+01 |  77.44%| unknown
0.68/0.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.68/0.72	c   0.7s|     1 |     0 |  2582 |     - |    97M |   0 | 200 | 200 | 213 |  13 | 13 |   0 |   0 | 6.200301e+00 | 1.100000e+01 |  77.41%| unknown
0.68/0.74	c   0.7s|     1 |     0 |  2602 |     - |    97M |   0 | 200 | 200 | 214 |  14 | 14 |   0 |   0 | 6.200472e+00 | 1.100000e+01 |  77.41%| unknown
0.68/0.76	c   0.8s|     1 |     0 |  2626 |     - |    97M |   0 | 200 | 200 | 215 |  15 | 15 |   0 |   0 | 6.200762e+00 | 1.100000e+01 |  77.40%| unknown
0.68/0.78	c   0.8s|     1 |     0 |  2644 |     - |    97M |   0 | 200 | 200 | 216 |  16 | 16 |   0 |   0 | 6.200941e+00 | 1.100000e+01 |  77.39%| unknown
0.78/0.81	c   0.8s|     1 |     0 |  2672 |     - |    97M |   0 | 200 | 200 | 217 |  17 | 17 |   0 |   0 | 6.201022e+00 | 1.100000e+01 |  77.39%| unknown
0.78/0.83	c   0.8s|     1 |     0 |  2681 |     - |    97M |   0 | 200 | 200 | 218 |  18 | 18 |   0 |   0 | 6.201057e+00 | 1.100000e+01 |  77.39%| unknown
0.78/0.85	c   0.9s|     1 |     0 |  2702 |     - |    97M |   0 | 200 | 200 | 219 |  19 | 19 |   0 |   0 | 6.201270e+00 | 1.100000e+01 |  77.38%| unknown
0.78/0.88	c   0.9s|     1 |     0 |  2727 |     - |    98M |   0 | 200 | 200 | 220 |  20 | 20 |   0 |   0 | 6.201480e+00 | 1.100000e+01 |  77.38%| unknown
0.88/0.90	c   0.9s|     1 |     0 |  2742 |     - |    98M |   0 | 200 | 200 | 221 |  21 | 21 |   0 |   0 | 6.201525e+00 | 1.100000e+01 |  77.38%| unknown
0.88/0.92	c   0.9s|     1 |     0 |  2745 |     - |    98M |   0 | 200 | 200 | 222 |  22 | 22 |   0 |   0 | 6.201527e+00 | 1.100000e+01 |  77.38%| unknown
0.88/0.94	c   0.9s|     1 |     0 |  2746 |     - |    98M |   0 | 200 | 200 | 222 |  23 | 23 |   0 |   0 | 6.201535e+00 | 1.100000e+01 |  77.38%| unknown
1.68/1.76	c   1.8s|     1 |     2 |  2746 |     - |    98M |   0 | 200 | 200 | 222 |  23 | 23 |   0 |  19 | 6.268724e+00 | 1.100000e+01 |  75.47%| unknown
8.46/8.57	c   8.6s|   100 |    33 | 19111 | 165.3 |   140M |  18 | 200 | 407 | 229 | 101 |  9 | 225 | 669 | 6.268724e+00 | 1.100000e+01 |  75.47%|   5.70%
10.26/10.35	c  10.3s|   200 |    81 | 31090 | 142.4 |   140M |  25 | 200 | 417 | 229 | 134 |  0 | 235 | 730 | 6.298352e+00 | 1.100000e+01 |  74.65%|   6.18%
12.96/13.04	c  13.0s|   300 |   151 | 48179 | 151.9 |   140M |  25 | 200 | 419 | 228 | 185 |  1 | 238 | 742 | 6.468121e+00 | 1.100000e+01 |  70.06%|   7.38%
14.06/14.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.06/14.18	c  14.2s|   400 |   207 | 60548 | 144.9 |   140M |  36 | 200 | 420 | 228 | 192 |  1 | 239 | 745 | 6.483760e+00 | 1.100000e+01 |  69.65%|   7.49%
17.05/17.19	c  17.2s|   500 |   303 | 97919 | 190.7 |   140M |  38 | 200 | 423 | 228 | 241 |  1 | 247 | 750 | 6.741752e+00 | 1.100000e+01 |  63.16%|   9.28%
19.73/19.82	c  19.8s|   600 |   403 |131546 | 215.0 |   140M |  38 | 200 | 434 | 226 | 263 |  1 | 265 | 777 | 6.971810e+00 | 1.100000e+01 |  57.78%|  11.65%
23.03/23.14	c  23.1s|   700 |   503 |167305 | 235.4 |   141M |  38 | 200 | 444 | 220 | 338 |  1 | 283 | 789 | 7.083078e+00 | 1.100000e+01 |  55.30%|  13.04%
26.71/26.85	c  26.8s|   800 |   603 |200776 | 247.8 |   141M |  39 | 200 | 454 | 228 | 452 |  1 | 303 | 797 | 7.174754e+00 | 1.100000e+01 |  53.32%|  15.06%
28.91/29.10	c  29.1s|   900 |   703 |231226 | 254.1 |   141M |  39 | 200 | 465 | 228 | 482 |  1 | 324 | 801 | 7.254575e+00 | 1.100000e+01 |  51.63%|  15.62%
30.70/30.84	c  30.8s|  1000 |   801 |256981 | 254.5 |   141M |  41 | 200 | 475 | 228 | 490 |  1 | 341 | 816 | 7.279091e+00 | 1.100000e+01 |  51.12%|  16.64%
32.60/32.77	c  32.8s|  1100 |   899 |283794 | 255.7 |   141M |  43 | 200 | 483 | 226 | 506 |  1 | 356 | 834 | 7.279091e+00 | 1.100000e+01 |  51.12%|  16.75%
34.30/34.47	c  34.5s|  1200 |   999 |308291 | 254.8 |   141M |  44 | 200 | 489 | 226 | 522 |  1 | 370 | 841 | 7.279091e+00 | 1.100000e+01 |  51.12%|  16.75%
36.00/36.19	c  36.2s|  1300 |  1095 |330399 | 252.2 |   141M |  44 | 200 | 502 | 220 | 556 |  1 | 391 | 846 | 7.279091e+00 | 1.100000e+01 |  51.12%|  16.86%
37.58/37.77	c  37.8s|  1400 |  1193 |353695 | 250.9 |   141M |  44 | 200 | 508 | 226 | 564 |  1 | 401 | 856 | 7.279091e+00 | 1.100000e+01 |  51.12%|  16.86%
39.38/39.53	c  39.5s|  1500 |  1287 |376167 | 249.1 |   141M |  46 | 200 | 513 | 229 | 600 |  1 | 411 | 862 | 7.279091e+00 | 1.100000e+01 |  51.12%|  16.86%
41.07/41.24	c  41.2s|  1600 |  1385 |398278 | 247.4 |   141M |  46 | 200 | 519 | 228 | 638 |  1 | 424 | 870 | 7.279091e+00 | 1.100000e+01 |  51.12%|  16.90%
42.88/43.04	c  43.0s|  1700 |  1481 |422097 | 246.8 |   141M |  46 | 200 | 528 | 226 | 675 |  1 | 437 | 883 | 7.279091e+00 | 1.100000e+01 |  51.12%|  16.90%
44.37/44.51	c  44.5s|  1800 |  1575 |443805 | 245.2 |   142M |  48 | 200 | 540 | 237 | 691 |  9 | 456 | 897 | 7.330415e+00 | 1.100000e+01 |  50.06%|  17.26%
45.97/46.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.97/46.13	c  46.1s|  1900 |  1675 |465535 | 243.7 |   142M |  49 | 200 | 552 | 235 | 719 |  1 | 475 | 910 | 7.404514e+00 | 1.100000e+01 |  48.56%|  17.77%
47.75/47.92	c  47.9s|  2000 |  1769 |487244 | 242.4 |   142M |  49 | 200 | 557 | 228 | 760 |  1 | 486 | 920 | 7.464653e+00 | 1.100000e+01 |  47.36%|  18.19%
49.25/49.41	c  49.4s|  2100 |  1865 |508071 | 240.7 |   142M |  49 | 200 | 564 | 220 | 787 |  1 | 503 | 927 | 7.464653e+00 | 1.100000e+01 |  47.36%|  18.19%
50.74/50.91	c  50.9s|  2200 |  1959 |527359 | 238.6 |   142M |  51 | 200 | 571 | 228 | 813 |  1 | 514 | 938 | 7.474887e+00 | 1.100000e+01 |  47.16%|  18.26%
52.54/52.76	c  52.8s|  2300 |  2043 |546498 | 236.5 |   142M |  51 | 200 | 573 | 228 | 887 |  1 | 518 | 938 | 7.486815e+00 | 1.100000e+01 |  46.92%|  18.59%
54.54/54.77	c  54.8s|  2400 |  2131 |566014 | 234.8 |   142M |  51 | 200 | 581 | 220 | 959 |  1 | 529 | 940 | 7.488512e+00 | 1.100000e+01 |  46.89%|  18.64%
56.23/56.41	c  56.4s|  2500 |  2217 |584585 | 232.8 |   143M |  51 | 200 | 585 | 238 |1016 | 10 | 538 | 944 | 7.491044e+00 | 1.100000e+01 |  46.84%|  18.66%
57.73/57.91	c  57.9s|  2600 |  2297 |605492 | 231.9 |   143M |  51 | 200 | 588 | 227 |1046 |  0 | 547 | 946 | 7.505625e+00 | 1.100000e+01 |  46.56%|  18.77%
58.83/59.07	c  59.1s|  2700 |  2375 |621560 | 229.3 |   143M |  51 | 200 | 591 | 228 |1073 |  1 | 553 | 947 | 7.508568e+00 | 1.100000e+01 |  46.50%|  18.80%
60.62/60.83	c  60.8s|  2800 |  2471 |639566 | 227.5 |   143M |  51 | 200 | 598 | 227 |1133 |  1 | 565 | 947 | 7.508568e+00 | 1.100000e+01 |  46.50%|  18.80%
62.21/62.42	c  62.4s|  2900 |  2561 |660699 | 227.0 |   143M |  51 | 200 | 604 | 226 |1169 |  1 | 577 | 948 | 7.512782e+00 | 1.100000e+01 |  46.42%|  18.83%
63.01/63.29	c  63.3s|  3000 |  2651 |675514 | 224.3 |   144M |  51 | 200 | 610 | 228 |1177 |  1 | 590 | 949 | 7.524238e+00 | 1.100000e+01 |  46.19%|  19.19%
64.30/64.56	c  64.6s|  3100 |  2739 |692677 | 222.6 |   144M |  51 | 200 | 616 | 228 |1210 |  1 | 602 | 950 | 7.535614e+00 | 1.100000e+01 |  45.97%|  19.27%
65.20/65.45	c  65.5s|  3200 |  2819 |708749 | 220.7 |   144M |  51 | 200 | 617 | 228 |1220 |  1 | 607 | 951 | 7.555304e+00 | 1.100000e+01 |  45.59%|  19.41%
66.30/66.53	c  66.5s|  3300 |  2899 |723680 | 218.5 |   144M |  55 | 200 | 622 | 228 |1244 |  1 | 617 | 954 | 7.569144e+00 | 1.100000e+01 |  45.33%|  20.12%
67.80/68.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
67.80/68.04	c  68.0s|  3400 |  2985 |741436 | 217.3 |   144M |  55 | 200 | 624 | 229 |1299 |  1 | 622 | 957 | 7.569383e+00 | 1.100000e+01 |  45.32%|  20.14%
68.89/69.14	c  69.1s|  3500 |  3065 |760130 | 216.5 |   144M |  55 | 200 | 627 | 229 |1307 |  1 | 629 | 960 | 7.573452e+00 | 1.100000e+01 |  45.24%|  20.17%
69.98/70.23	c  70.2s|  3600 |  3159 |776416 | 215.0 |   145M |  55 | 200 | 632 | 228 |1324 |  0 | 643 | 962 | 7.573452e+00 | 1.100000e+01 |  45.24%|  20.17%
71.48/71.78	c  71.8s|  3700 |  3243 |794115 | 213.9 |   145M |  55 | 200 | 636 | 238 |1366 | 10 | 655 | 966 | 7.573599e+00 | 1.100000e+01 |  45.24%|  20.17%
72.88/73.15	c  73.2s|  3800 |  3331 |810445 | 212.6 |   145M |  56 | 200 | 640 | 226 |1406 |  1 | 664 | 969 | 7.609677e+00 | 1.100000e+01 |  44.55%|  20.43%
73.88/74.19	c  74.2s|  3900 |  3409 |828179 | 211.7 |   145M |  56 | 200 | 641 | 225 |1414 |  1 | 670 | 972 | 7.612732e+00 | 1.100000e+01 |  44.49%|  20.48%
74.78/75.04	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
74.78/75.05	c  75.0s|  4000 |  3485 |842503 | 210.0 |   145M |  56 | 200 | 645 | 226 |1423 |  1 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%|  20.48%
74.78/75.05	c (run 1, node 4000) performing user restart
74.78/75.05	c 
74.78/75.05	c (restart) converted 20 cuts from the global cut pool into linear constraints
74.78/75.05	c 
74.87/75.18	c presolving:
74.87/75.19	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3 upgd conss, 0 impls, 0 clqs
74.87/75.19	c (round 2, exhaustive) 0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 354 chg coeffs, 3 upgd conss, 0 impls, 0 clqs
74.97/75.20	c (round 3, exhaustive) 0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 378 chg coeffs, 3 upgd conss, 0 impls, 0 clqs
74.97/75.22	c presolving (4 rounds: 4 fast, 4 medium, 4 exhaustive):
74.97/75.22	c  0 deleted vars, 2 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 378 changed coefficients
74.97/75.22	c  0 implications, 0 cliques
74.97/75.22	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 663 constraints
74.97/75.22	c       3 constraints of type <knapsack>
74.97/75.22	c      17 constraints of type <linear>
74.97/75.22	c     643 constraints of type <logicor>
74.97/75.22	c transformed objective value is always integral (scale: 1)
74.97/75.22	c Presolving Time: 0.12
74.97/75.24	c transformed 63/100 original solutions to the transformed problem space
74.97/75.24	c 
75.07/75.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.07/75.30	c  75.3s|     1 |     0 |843766 |     - |   146M |   0 | 200 | 663 | 220 |   0 |  0 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.07/75.39	c  75.4s|     1 |     0 |843839 |     - |   146M |   0 | 200 | 663 | 221 |   1 |  1 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.17/75.46	c  75.5s|     1 |     0 |843931 |     - |   146M |   0 | 200 | 663 | 222 |   2 |  2 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.27/75.54	c  75.5s|     1 |     0 |843998 |     - |   146M |   0 | 200 | 663 | 223 |   3 |  3 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.37/75.61	c  75.6s|     1 |     0 |844094 |     - |   146M |   0 | 200 | 663 | 224 |   4 |  4 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.37/75.69	c  75.7s|     1 |     0 |844194 |     - |   146M |   0 | 200 | 663 | 225 |   5 |  5 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.47/75.75	c  75.8s|     1 |     0 |844248 |     - |   146M |   0 | 200 | 663 | 226 |   6 |  6 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.57/75.83	c  75.8s|     1 |     0 |844389 |     - |   146M |   0 | 200 | 663 | 227 |   7 |  7 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.67/75.90	c  75.9s|     1 |     0 |844490 |     - |   146M |   0 | 200 | 663 | 228 |   8 |  8 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.67/75.98	c  76.0s|     1 |     0 |844596 |     - |   151M |   0 | 200 | 663 | 229 |   9 |  9 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.78/76.06	c  76.1s|     1 |     0 |844717 |     - |   154M |   0 | 200 | 663 | 230 |  10 | 10 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.78/76.10	c  76.1s|     1 |     0 |844758 |     - |   155M |   0 | 200 | 663 | 231 |  11 | 11 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.88/76.14	c  76.1s|     1 |     0 |844785 |     - |   155M |   0 | 200 | 663 | 226 |  12 | 12 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.88/76.18	c  76.2s|     1 |     0 |844820 |     - |   155M |   0 | 200 | 663 | 227 |  13 | 13 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.97/76.21	c  76.2s|     1 |     0 |844827 |     - |   155M |   0 | 200 | 663 | 228 |  14 | 14 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.97/76.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.97/76.25	c  76.3s|     1 |     0 |844835 |     - |   155M |   0 | 200 | 663 | 229 |  15 | 15 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
75.97/76.29	c  76.3s|     1 |     0 |844840 |     - |   155M |   0 | 200 | 663 | 230 |  16 | 16 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
76.07/76.33	c  76.3s|     1 |     0 |844871 |     - |   155M |   0 | 200 | 663 | 231 |  17 | 17 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
76.07/76.38	c  76.4s|     1 |     0 |844905 |     - |   155M |   0 | 200 | 663 | 224 |  18 | 18 | 678 | 975 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
76.17/76.49	c  76.5s|     1 |     2 |846632 |     - |   155M |   0 | 200 | 663 | 224 |  18 | 18 | 679 | 976 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
80.65/80.94	c  80.9s|   100 |   101 |879934 | 213.4 |   161M |  23 | 200 | 668 | 217 |  63 |  1 | 686 |1071 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
84.14/84.46	c  84.5s|   200 |   201 |917494 | 217.3 |   163M |  23 | 200 | 686 | 223 | 110 |  1 | 709 |1117 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
87.13/87.42	c  87.4s|   300 |   301 |950617 | 219.9 |   163M |  27 | 200 | 693 | 217 | 145 |  1 | 726 |1165 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
89.92/90.27	c  90.3s|   400 |   401 |987330 | 223.3 |   163M |  28 | 200 | 701 | 223 | 168 |  1 | 739 |1200 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
91.72/92.08	c  92.1s|   500 |   501 |  1015k| 224.6 |   163M |  29 | 200 | 708 | 223 | 168 |  1 | 757 |1227 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
93.72/94.08	c  94.1s|   600 |   601 |  1041k| 225.4 |   163M |  42 | 200 | 719 | 223 | 184 |  1 | 776 |1257 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
95.51/95.87	c  95.9s|   700 |   693 |  1061k| 224.8 |   163M |  47 | 200 | 728 | 223 | 212 |  1 | 797 |1292 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
96.82/97.19	c  97.2s|   800 |   783 |  1079k| 223.8 |   163M |  52 | 200 | 735 | 224 | 222 |  1 | 811 |1316 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
98.01/98.37	c  98.4s|   900 |   861 |  1095k| 222.5 |   163M |  52 | 200 | 741 | 226 | 247 |  2 | 819 |1330 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
99.01/99.37	c  99.4s|  1000 |   935 |  1111k| 221.3 |   163M |  52 | 200 | 742 | 223 | 253 |  0 | 822 |1340 | 7.612732e+00 | 1.100000e+01 |  44.49%| unknown
100.81/101.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.81/101.19	c   101s|  1100 |  1009 |  1130k| 220.6 |   163M |  52 | 200 | 745 | 223 | 323 |  1 | 827 |1351 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.49%
102.20/102.51	c   103s|  1200 |  1087 |  1147k| 219.7 |   163M |  54 | 200 | 749 | 223 | 346 |  1 | 836 |1367 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.49%
103.39/103.75	c   104s|  1300 |  1161 |  1163k| 218.6 |   163M |  54 | 200 | 753 | 223 | 363 |  1 | 843 |1382 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.49%
104.69/105.02	c   105s|  1400 |  1243 |  1180k| 217.8 |   163M |  54 | 200 | 757 | 229 | 390 |  1 | 852 |1393 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.49%
105.59/105.93	c   106s|  1500 |  1325 |  1195k| 216.5 |   163M |  55 | 200 | 764 | 223 | 397 |  0 | 864 |1400 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.49%
106.39/106.77	c   107s|  1600 |  1405 |  1210k| 215.3 |   163M |  55 | 200 | 770 | 223 | 397 |  0 | 874 |1415 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.49%
108.58/108.94	c   109s|  1700 |  1499 |  1237k| 216.2 |   163M |  55 | 200 | 773 | 223 | 454 |  1 | 880 |1420 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.49%
109.68/110.05	c   110s|  1800 |  1585 |  1254k| 215.4 |   163M |  55 | 200 | 779 | 217 | 470 |  1 | 889 |1427 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.50%
111.17/111.59	c   112s|  1900 |  1665 |  1271k| 214.7 |   163M |  55 | 200 | 783 | 222 | 528 |  1 | 897 |1433 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.51%
112.27/112.65	c   113s|  2000 |  1745 |  1287k| 213.7 |   163M |  55 | 200 | 791 | 230 | 554 | 13 | 908 |1443 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.51%
113.57/113.91	c   114s|  2100 |  1831 |  1305k| 213.2 |   163M |  55 | 200 | 796 | 227 | 583 |  1 | 916 |1448 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.51%
115.16/115.52	c   116s|  2200 |  1905 |  1323k| 212.6 |   163M |  55 | 200 | 803 | 223 | 647 |  1 | 924 |1458 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.76%
116.26/116.66	c   117s|  2300 |  1989 |  1340k| 211.9 |   164M |  55 | 200 | 805 | 224 | 666 |  1 | 930 |1463 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.76%
117.66/118.09	c   118s|  2400 |  2073 |  1362k| 212.1 |   164M |  55 | 200 | 809 | 223 | 699 |  1 | 935 |1467 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.76%
119.45/119.83	c   120s|  2500 |  2165 |  1384k| 212.2 |   164M |  55 | 200 | 811 | 223 | 753 |  1 | 940 |1469 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.81%
121.65/122.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.65/122.05	c   122s|  2600 |  2259 |  1406k| 212.4 |   164M |  55 | 200 | 815 | 223 | 838 |  1 | 946 |1476 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.82%
123.64/124.03	c   124s|  2700 |  2353 |  1428k| 212.5 |   164M |  55 | 200 | 823 | 223 | 888 |  1 | 962 |1481 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.82%
124.83/125.29	c   125s|  2800 |  2447 |  1447k| 212.1 |   164M |  55 | 200 | 822 | 227 | 908 |  1 | 965 |1487 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.82%
125.64/126.04	c   126s|  2900 |  2539 |  1461k| 211.1 |   164M |  55 | 200 | 829 | 223 | 908 |  1 | 981 |1489 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.82%
126.63/127.08	c   127s|  3000 |  2627 |  1478k| 210.5 |   164M |  55 | 200 | 835 | 223 | 924 |  0 | 990 |1491 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.82%
127.63/128.07	c   128s|  3100 |  2709 |  1495k| 209.9 |   164M |  55 | 200 | 835 | 223 | 932 |  1 | 996 |1494 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.82%
128.82/129.24	c   129s|  3200 |  2793 |  1511k| 209.2 |   164M |  55 | 200 | 836 | 226 | 958 |  1 |1002 |1498 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.83%
129.63/130.03	c   130s|  3300 |  2873 |  1524k| 208.2 |   164M |  55 | 200 | 838 | 224 | 966 |  1 |1009 |1501 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.84%
131.02/131.47	c   131s|  3400 |  2955 |  1542k| 207.8 |   164M |  55 | 200 | 845 | 224 |1009 |  0 |1018 |1503 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.84%
131.92/132.31	c   132s|  3500 |  3033 |  1558k| 207.2 |   164M |  55 | 200 | 841 | 223 |1013 |  1 |1024 |1505 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.86%
132.81/133.29	c   133s|  3600 |  3109 |  1573k| 206.3 |   164M |  55 | 200 | 845 | 233 |1034 |  1 |1034 |1510 | 7.612732e+00 | 1.100000e+01 |  44.49%|   0.86%
134.11/134.55	c   135s|  3700 |  3187 |  1591k| 206.0 |   164M |  55 | 200 | 845 | 223 |1066 |  0 |1038 |1511 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.21%
135.00/135.40	c   135s|  3800 |  3261 |  1607k| 205.5 |   164M |  55 | 200 | 843 | 223 |1066 |  1 |1044 |1518 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.21%
136.30/136.70	c   137s|  3900 |  3333 |  1622k| 204.7 |   165M |  55 | 200 | 844 | 227 |1111 |  1 |1049 |1520 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.26%
137.50/137.93	c   138s|  4000 |  3415 |  1639k| 204.3 |   165M |  55 | 200 | 842 | 227 |1128 |  1 |1056 |1533 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.26%
138.49/138.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.49/138.93	c   139s|  4100 |  3489 |  1655k| 203.7 |   165M |  55 | 200 | 841 | 223 |1142 |  1 |1063 |1536 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.26%
139.70/140.17	c   140s|  4200 |  3581 |  1671k| 203.3 |   165M |  57 | 200 | 838 | 223 |1167 |  1 |1072 |1542 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.26%
140.89/141.38	c   141s|  4300 |  3659 |  1689k| 203.0 |   165M |  57 | 200 | 837 | 217 |1193 |  1 |1076 |1545 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.26%
141.88/142.33	c   142s|  4400 |  3741 |  1704k| 202.4 |   166M |  57 | 200 | 839 | 224 |1213 |  1 |1085 |1547 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.27%
142.48/142.97	c   143s|  4500 |  3811 |  1718k| 201.6 |   166M |  57 | 200 | 835 | 223 |1213 |  1 |1089 |1548 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.27%
143.38/143.87	c   144s|  4600 |  3897 |  1736k| 201.3 |   166M |  58 | 200 | 835 | 223 |1213 |  1 |1095 |1550 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.27%
144.38/144.83	c   145s|  4700 |  3977 |  1752k| 200.8 |   166M |  58 | 200 | 832 | 223 |1221 |  1 |1098 |1554 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.27%
145.37/145.83	c   146s|  4800 |  4045 |  1767k| 200.3 |   166M |  58 | 200 | 830 | 217 |1237 |  1 |1100 |1557 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.27%
146.58/147.06	c   147s|  4900 |  4127 |  1782k| 199.7 |   166M |  58 | 200 | 826 | 223 |1270 |  1 |1110 |1562 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.34%
148.27/148.73	c   149s|  5000 |  4207 |  1801k| 199.6 |   167M |  58 | 200 | 821 | 226 |1320 |  1 |1115 |1562 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.34%
149.57/150.09	c   150s|  5100 |  4305 |  1822k| 199.7 |   167M |  58 | 200 | 818 | 224 |1337 |  1 |1127 |1569 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.34%
150.86/151.37	c   151s|  5200 |  4387 |  1839k| 199.5 |   167M |  58 | 200 | 822 | 224 |1364 |  1 |1135 |1572 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.35%
151.66/152.12	c   152s|  5300 |  4469 |  1854k| 198.9 |   167M |  58 | 200 | 823 | 226 |1364 |  1 |1142 |1573 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.35%
152.75/153.26	c   153s|  5400 |  4549 |  1872k| 198.7 |   167M |  58 | 200 | 823 | 221 |1383 |  1 |1147 |1577 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.35%
153.95/154.48	c   154s|  5500 |  4627 |  1888k| 198.2 |   167M |  58 | 200 | 825 | 224 |1423 |  1 |1155 |1585 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.38%
155.25/155.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
155.25/155.78	c   156s|  5600 |  4713 |  1902k| 197.7 |   167M |  58 | 200 | 830 | 223 |1468 |  1 |1163 |1591 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.41%
156.24/156.79	c   157s|  5700 |  4785 |  1917k| 197.2 |   167M |  58 | 200 | 833 | 223 |1481 |  1 |1169 |1596 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.41%
157.24/157.70	c   158s|  5800 |  4861 |  1932k| 196.7 |   167M |  58 | 200 | 840 | 224 |1489 |  1 |1181 |1606 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.41%
158.04/158.53	c   159s|  5900 |  4941 |  1946k| 196.1 |   168M |  58 | 200 | 843 | 223 |1499 |  0 |1193 |1610 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.41%
159.04/159.52	c   160s|  6000 |  5021 |  1961k| 195.7 |   168M |  58 | 200 | 841 | 223 |1516 |  1 |1201 |1614 | 7.612732e+00 | 1.100000e+01 |  44.49%|   1.41%
159.83/160.39	c   160s|  6100 |  5091 |  1975k| 195.1 |   168M |  58 | 200 | 838 | 223 |1530 |  0 |1202 |1616 | 7.619823e+00 | 1.100000e+01 |  44.36%|   1.50%
161.13/161.61	c   162s|  6200 |  5157 |  1989k| 194.6 |   168M |  58 | 200 | 840 | 223 |1572 |  1 |1210 |1621 | 7.619823e+00 | 1.100000e+01 |  44.36%|   1.58%
162.43/162.93	c   163s|  6300 |  5225 |  2005k| 194.3 |   168M |  58 | 200 | 836 | 224 |1617 |  1 |1214 |1624 | 7.623772e+00 | 1.100000e+01 |  44.29%|   1.63%
163.22/163.73	c   164s|  6400 |  5293 |  2021k| 193.9 |   169M |  58 | 200 | 837 | 224 |1617 |  1 |1222 |1631 | 7.623938e+00 | 1.100000e+01 |  44.28%|   1.64%
164.02/164.52	c   165s|  6500 |  5375 |  2034k| 193.3 |   169M |  58 | 200 | 839 | 227 |1628 |  1 |1232 |1631 | 7.625876e+00 | 1.100000e+01 |  44.25%|   1.66%
164.82/165.31	c   165s|  6600 |  5449 |  2048k| 192.8 |   169M |  58 | 200 | 840 | 223 |1640 |  1 |1238 |1631 | 7.636315e+00 | 1.100000e+01 |  44.05%|   1.76%
165.52/166.01	c   166s|  6700 |  5513 |  2061k| 192.2 |   169M |  58 | 200 | 843 | 225 |1640 |  1 |1243 |1635 | 7.642196e+00 | 1.100000e+01 |  43.94%|   1.82%
166.52/167.08	c   167s|  6800 |  5593 |  2075k| 191.7 |   169M |  58 | 200 | 847 | 226 |1668 |  1 |1252 |1637 | 7.642196e+00 | 1.100000e+01 |  43.94%|   1.82%
167.62/168.19	c   168s|  6900 |  5667 |  2092k| 191.5 |   169M |  58 | 200 | 849 | 223 |1697 |  1 |1259 |1639 | 7.659331e+00 | 1.100000e+01 |  43.62%|   2.25%
168.41/168.92	c   169s|  7000 |  5755 |  2106k| 191.1 |   169M |  58 | 200 | 849 | 223 |1697 |  1 |1266 |1640 | 7.659740e+00 | 1.100000e+01 |  43.61%|   2.26%
169.41/170.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
169.41/170.00	c   170s|  7100 |  5829 |  2121k| 190.6 |   169M |  58 | 200 | 850 | 225 |1720 |  0 |1273 |1641 | 7.668567e+00 | 1.100000e+01 |  43.44%|   2.34%
170.61/171.14	c   171s|  7200 |  5915 |  2139k| 190.6 |   169M |  58 | 200 | 854 | 223 |1743 |  1 |1280 |1645 | 7.693226e+00 | 1.100000e+01 |  42.98%|   2.81%
172.60/173.18	c   173s|  7300 |  5991 |  2158k| 190.6 |   170M |  58 | 200 | 855 | 223 |1827 |  1 |1289 |1651 | 7.695304e+00 | 1.100000e+01 |  42.94%|   2.83%
173.89/174.42	c   174s|  7400 |  6057 |  2174k| 190.3 |   171M |  58 | 200 | 854 | 224 |1854 |  0 |1295 |1659 | 7.702046e+00 | 1.100000e+01 |  42.82%|   2.90%
175.09/175.61	c   176s|  7500 |  6131 |  2187k| 189.8 |   171M |  58 | 200 | 856 | 225 |1889 |  1 |1303 |1667 | 7.703415e+00 | 1.100000e+01 |  42.79%|   3.02%
176.29/176.84	c   177s|  7600 |  6205 |  2202k| 189.5 |   171M |  58 | 200 | 854 | 223 |1916 |  1 |1310 |1671 | 7.713315e+00 | 1.100000e+01 |  42.61%|   3.15%
177.18/177.74	c   178s|  7700 |  6275 |  2217k| 189.1 |   171M |  58 | 200 | 858 | 226 |1930 |  0 |1316 |1673 | 7.723199e+00 | 1.100000e+01 |  42.43%|   4.10%
178.18/178.74	c   179s|  7800 |  6339 |  2231k| 188.7 |   171M |  58 | 200 | 858 | 223 |1957 |  1 |1319 |1675 | 7.724132e+00 | 1.100000e+01 |  42.41%|   4.12%
179.28/179.80	c   180s|  7900 |  6421 |  2247k| 188.5 |   171M |  58 | 200 | 856 | 223 |1976 |  1 |1321 |1682 | 7.724222e+00 | 1.100000e+01 |  42.41%|   4.17%
180.37/180.95	c   181s|  8000 |  6503 |  2264k| 188.3 |   172M |  58 | 200 | 856 | 223 |1999 |  1 |1326 |1683 | 7.739060e+00 | 1.100000e+01 |  42.14%|   4.31%
181.17/181.79	c   182s|  8100 |  6565 |  2279k| 187.9 |   172M |  58 | 200 | 855 | 223 |2016 |  1 |1327 |1683 | 7.745882e+00 | 1.100000e+01 |  42.01%|   4.39%
182.57/183.17	c   183s|  8200 |  6629 |  2293k| 187.6 |   172M |  58 | 200 | 855 | 226 |2068 |  1 |1333 |1686 | 7.759714e+00 | 1.100000e+01 |  41.76%|   4.54%
183.37/183.98	c   184s|  8300 |  6693 |  2306k| 187.1 |   172M |  58 | 200 | 853 | 231 |2089 |  1 |1335 |1686 | 7.759714e+00 | 1.100000e+01 |  41.76%|   4.55%
184.16/184.74	c   185s|  8400 |  6771 |  2319k| 186.6 |   172M |  58 | 200 | 855 | 223 |2095 |  1 |1340 |1687 | 7.763538e+00 | 1.100000e+01 |  41.69%|   4.59%
185.36/186.00	c   186s|  8500 |  6837 |  2334k| 186.4 |   172M |  58 | 200 | 854 | 225 |2133 |  1 |1342 |1687 | 7.764489e+00 | 1.100000e+01 |  41.67%|   4.65%
186.26/186.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
186.26/186.81	c   187s|  8600 |  6905 |  2347k| 185.9 |   172M |  58 | 200 | 851 | 223 |2150 |  1 |1347 |1687 | 7.770442e+00 | 1.100000e+01 |  41.56%|   4.71%
187.25/187.86	c   188s|  8700 |  6977 |  2362k| 185.6 |   175M |  58 | 200 | 844 | 225 |2173 |  1 |1352 |1688 | 7.773639e+00 | 1.100000e+01 |  41.50%|   4.74%
188.56/189.18	c   189s|  8800 |  7055 |  2377k| 185.3 |   175M |  58 | 200 | 842 | 223 |2207 |  0 |1363 |1689 | 7.777360e+00 | 1.100000e+01 |  41.44%|   4.78%
189.35/189.96	c   190s|  8900 |  7127 |  2390k| 185.0 |   175M |  58 | 200 | 840 | 224 |2215 |  1 |1366 |1689 | 7.790976e+00 | 1.100000e+01 |  41.19%|   4.91%
190.55/191.14	c   191s|  9000 |  7205 |  2406k| 184.7 |   175M |  58 | 200 | 838 | 223 |2246 |  1 |1369 |1689 | 7.794101e+00 | 1.100000e+01 |  41.13%|   4.95%
191.34/191.91	c   192s|  9100 |  7273 |  2419k| 184.3 |   175M |  58 | 200 | 837 | 233 |2256 |  0 |1373 |1692 | 7.794101e+00 | 1.100000e+01 |  41.13%|   4.95%
192.54/193.10	c   193s|  9200 |  7347 |  2433k| 184.0 |   175M |  58 | 200 | 836 | 223 |2294 |  1 |1376 |1698 | 7.808955e+00 | 1.100000e+01 |  40.86%|   5.14%
193.73/194.33	c   194s|  9300 |  7415 |  2446k| 183.6 |   176M |  58 | 200 | 837 | 223 |2332 |  0 |1384 |1704 | 7.818216e+00 | 1.100000e+01 |  40.70%|   5.46%
195.03/195.69	c   196s|  9400 |  7489 |  2462k| 183.4 |   194M |  58 | 200 | 841 | 223 |2374 |  1 |1390 |1708 | 7.827402e+00 | 1.100000e+01 |  40.53%|   5.55%
195.93/196.55	c   197s|  9500 |  7557 |  2477k| 183.1 |   195M |  58 | 200 | 842 | 226 |2380 |  1 |1395 |1711 | 7.827402e+00 | 1.100000e+01 |  40.53%|   5.55%
197.23/197.84	c   198s|  9600 |  7643 |  2493k| 183.0 |   196M |  58 | 200 | 839 | 224 |2410 |  1 |1403 |1716 | 7.837244e+00 | 1.100000e+01 |  40.36%|   6.01%
198.12/198.73	c   199s|  9700 |  7713 |  2508k| 182.7 |   196M |  58 | 200 | 839 | 229 |2426 |  0 |1403 |1716 | 7.844939e+00 | 1.100000e+01 |  40.22%|   6.09%
199.32/199.92	c   200s|  9800 |  7797 |  2523k| 182.5 |   198M |  58 | 200 | 838 | 223 |2451 |  1 |1410 |1720 | 7.848648e+00 | 1.100000e+01 |  40.15%|   6.13%
200.42/201.04	c   201s|  9900 |  7875 |  2537k| 182.2 |   198M |  58 | 200 | 839 | 227 |2482 |  1 |1417 |1721 | 7.848648e+00 | 1.100000e+01 |  40.15%|   6.13%
201.61/202.20	c   202s| 10000 |  7941 |  2551k| 181.9 |   199M |  58 | 200 | 843 | 225 |2514 |  1 |1423 |1723 | 7.856311e+00 | 1.100000e+01 |  40.01%|   6.21%
202.31/202.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
202.31/202.91	c   203s| 10100 |  8011 |  2563k| 181.5 |   199M |  58 | 200 | 842 | 223 |2522 |  1 |1432 |1725 | 7.856335e+00 | 1.100000e+01 |  40.01%|   6.21%
202.91/203.57	c   204s| 10200 |  8095 |  2576k| 181.1 |   199M |  58 | 200 | 842 | 223 |2522 |  1 |1440 |1725 | 7.856841e+00 | 1.100000e+01 |  40.01%|   6.22%
204.00/204.61	c   205s| 10300 |  8173 |  2590k| 180.8 |   199M |  58 | 200 | 841 | 223 |2542 |  1 |1447 |1727 | 7.858251e+00 | 1.100000e+01 |  39.98%|   6.23%
205.00/205.62	c   206s| 10400 |  8255 |  2604k| 180.5 |   199M |  58 | 200 | 841 | 217 |2565 |  1 |1457 |1727 | 7.858345e+00 | 1.100000e+01 |  39.98%|   6.24%
205.90/206.57	c   207s| 10500 |  8315 |  2616k| 180.1 |   199M |  58 | 200 | 839 | 223 |2591 |  1 |1459 |1728 | 7.858384e+00 | 1.100000e+01 |  39.98%|   6.25%
206.89/207.54	c   208s| 10600 |  8385 |  2633k| 180.0 |   199M |  58 | 200 | 834 | 223 |2608 |  1 |1462 |1728 | 7.860882e+00 | 1.100000e+01 |  39.93%|   6.28%
208.29/208.94	c   209s| 10700 |  8479 |  2648k| 179.9 |   199M |  58 | 200 | 833 | 217 |2647 |  1 |1474 |1729 | 7.862570e+00 | 1.100000e+01 |  39.90%|   6.38%
209.19/209.82	c   210s| 10800 |  8549 |  2661k| 179.5 |   199M |  58 | 200 | 832 | 227 |2666 |  1 |1481 |1730 | 7.863526e+00 | 1.100000e+01 |  39.89%|   6.39%
210.09/210.77	c   211s| 10900 |  8625 |  2674k| 179.1 |   199M |  58 | 200 | 829 | 226 |2687 |  1 |1488 |1732 | 7.864381e+00 | 1.100000e+01 |  39.87%|   6.40%
211.09/211.74	c   212s| 11000 |  8691 |  2688k| 178.9 |   199M |  58 | 200 | 824 | 226 |2709 |  1 |1493 |1733 | 7.867956e+00 | 1.100000e+01 |  39.81%|   6.43%
212.29/212.96	c   213s| 11100 |  8771 |  2706k| 178.9 |   199M |  58 | 200 | 820 | 223 |2739 |  1 |1497 |1737 | 7.870521e+00 | 1.100000e+01 |  39.76%|   6.74%
213.18/213.81	c   214s| 11200 |  8837 |  2719k| 178.6 |   199M |  58 | 200 | 820 | 223 |2760 |  1 |1501 |1737 | 7.878089e+00 | 1.100000e+01 |  39.63%|   6.82%
214.08/214.70	c   215s| 11300 |  8897 |  2733k| 178.3 |   199M |  58 | 200 | 816 | 223 |2774 |  1 |1504 |1738 | 7.879267e+00 | 1.100000e+01 |  39.61%|   6.96%
214.88/215.59	c   216s| 11400 |  8965 |  2746k| 178.0 |   199M |  58 | 200 | 814 | 223 |2794 |  1 |1507 |1744 | 7.883941e+00 | 1.100000e+01 |  39.52%|   7.02%
215.68/216.34	c   216s| 11500 |  9039 |  2758k| 177.6 |   199M |  58 | 200 | 814 | 227 |2801 |  1 |1511 |1746 | 7.884765e+00 | 1.100000e+01 |  39.51%|   7.02%
216.38/217.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
216.38/217.09	c   217s| 11600 |  9099 |  2771k| 177.3 |   199M |  58 | 200 | 813 | 222 |2809 |  1 |1515 |1750 | 7.888431e+00 | 1.100000e+01 |  39.44%|   7.07%
217.27/217.95	c   218s| 11700 |  9175 |  2783k| 177.0 |   199M |  58 | 200 | 820 | 223 |2822 |  1 |1528 |1754 | 7.888431e+00 | 1.100000e+01 |  39.44%|   7.07%
218.27/218.94	c   219s| 11800 |  9251 |  2798k| 176.8 |   199M |  58 | 200 | 821 | 223 |2840 |  1 |1536 |1757 | 7.889783e+00 | 1.100000e+01 |  39.42%|   7.08%
219.27/219.92	c   220s| 11900 |  9335 |  2813k| 176.6 |   200M |  58 | 200 | 824 | 223 |2863 |  1 |1543 |1758 | 7.889836e+00 | 1.100000e+01 |  39.42%|   7.08%
220.26/220.94	c   221s| 12000 |  9403 |  2826k| 176.4 |   200M |  58 | 200 | 818 | 224 |2885 |  1 |1546 |1758 | 7.889836e+00 | 1.100000e+01 |  39.42%|   7.08%
221.16/221.81	c   222s| 12100 |  9471 |  2839k| 176.0 |   200M |  58 | 200 | 817 | 227 |2908 |  1 |1549 |1758 | 7.896757e+00 | 1.100000e+01 |  39.30%|   7.15%
222.06/222.78	c   223s| 12200 |  9533 |  2851k| 175.7 |   200M |  58 | 200 | 814 | 223 |2936 |  1 |1553 |1758 | 7.898638e+00 | 1.100000e+01 |  39.26%|   7.19%
223.36/224.05	c   224s| 12300 |  9613 |  2866k| 175.5 |   201M |  58 | 200 | 818 | 223 |2976 |  1 |1562 |1760 | 7.899344e+00 | 1.100000e+01 |  39.25%|   7.21%
224.05/224.71	c   225s| 12400 |  9679 |  2877k| 175.2 |   201M |  64 | 200 | 817 | 223 |2986 |  1 |1569 |1761 | 7.899918e+00 | 1.100000e+01 |  39.24%|   7.38%
224.65/225.36	c   225s| 12500 |  9745 |  2887k| 174.7 |   201M |  64 | 200 | 819 | 223 |2994 |  1 |1572 |1762 | 7.900389e+00 | 1.100000e+01 |  39.23%|   7.39%
225.35/226.02	c   226s| 12600 |  9813 |  2898k| 174.3 |   201M |  64 | 200 | 817 | 223 |3002 |  1 |1575 |1764 | 7.902777e+00 | 1.100000e+01 |  39.19%|   7.43%
225.94/226.65	c   227s| 12700 |  9877 |  2909k| 173.9 |   201M |  64 | 200 | 818 | 223 |3013 |  1 |1579 |1765 | 7.904068e+00 | 1.100000e+01 |  39.17%|   7.44%
226.54/227.29	c   227s| 12800 |  9945 |  2920k| 173.5 |   201M |  64 | 200 | 820 | 223 |3020 |  1 |1585 |1766 | 7.904299e+00 | 1.100000e+01 |  39.16%|   7.47%
227.24/227.90	c   228s| 12900 |  9999 |  2931k| 173.2 |   201M |  64 | 200 | 818 | 223 |3028 |  1 |1586 |1767 | 7.906364e+00 | 1.100000e+01 |  39.13%|   7.49%
227.94/228.65	c   229s| 13000 | 10059 |  2944k| 172.9 |   201M |  64 | 200 | 820 | 223 |3037 |  0 |1591 |1773 | 7.906822e+00 | 1.100000e+01 |  39.12%|   7.51%
228.64/229.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
228.64/229.39	c   229s| 13100 | 10117 |  2955k| 172.5 |   201M |  64 | 200 | 821 | 223 |3049 |  1 |1595 |1777 | 7.907830e+00 | 1.100000e+01 |  39.10%|   7.53%
229.53/230.29	c   230s| 13200 | 10163 |  2966k| 172.2 |   202M |  64 | 200 | 820 | 229 |3070 |  1 |1596 |1782 | 7.910554e+00 | 1.100000e+01 |  39.05%|   7.57%
230.13/230.86	c   231s| 13300 | 10223 |  2977k| 171.8 |   202M |  64 | 200 | 819 | 224 |3077 |  0 |1598 |1783 | 7.910554e+00 | 1.100000e+01 |  39.05%|   7.58%
231.13/231.81	c   232s| 13400 | 10291 |  2988k| 171.5 |   204M |  64 | 200 | 819 | 223 |3107 |  1 |1604 |1785 | 7.910781e+00 | 1.100000e+01 |  39.05%|   7.69%
232.03/232.71	c   233s| 13500 | 10353 |  3001k| 171.2 |   205M |  64 | 200 | 817 | 229 |3125 |  1 |1605 |1788 | 7.914682e+00 | 1.100000e+01 |  38.98%|   7.73%
232.63/233.38	c   233s| 13600 | 10411 |  3011k| 170.8 |   206M |  64 | 200 | 815 | 223 |3134 |  1 |1609 |1789 | 7.916079e+00 | 1.100000e+01 |  38.96%|   7.75%
233.22/233.93	c   234s| 13700 | 10477 |  3022k| 170.5 |   206M |  64 | 200 | 812 | 223 |3134 |  0 |1615 |1790 | 7.916079e+00 | 1.100000e+01 |  38.96%|   7.75%
233.92/234.64	c   235s| 13800 | 10533 |  3034k| 170.2 |   206M |  64 | 200 | 809 | 223 |3143 |  1 |1618 |1794 | 7.922461e+00 | 1.100000e+01 |  38.85%|   8.11%
234.52/235.24	c   235s| 13900 | 10593 |  3047k| 170.0 |   207M |  66 | 200 | 806 | 230 |3143 |  1 |1620 |1796 | 7.925248e+00 | 1.100000e+01 |  38.80%|   8.13%
235.12/235.90	c   236s| 14000 | 10651 |  3058k| 169.7 |   207M |  66 | 200 | 804 | 223 |3151 |  1 |1624 |1796 | 7.926457e+00 | 1.100000e+01 |  38.78%|   8.15%
235.82/236.52	c   237s| 14100 | 10711 |  3069k| 169.3 |   207M |  66 | 200 | 802 | 223 |3158 |  1 |1627 |1796 | 7.926868e+00 | 1.100000e+01 |  38.77%|   8.15%
236.21/236.95	c   237s| 14200 | 10759 |  3079k| 168.9 |   207M |  66 | 200 | 798 | 223 |3158 |  1 |1627 |1796 | 7.926883e+00 | 1.100000e+01 |  38.77%|   8.15%
237.01/237.70	c   238s| 14300 | 10827 |  3092k| 168.7 |   207M |  66 | 200 | 792 | 223 |3166 |  1 |1630 |1801 | 7.927260e+00 | 1.100000e+01 |  38.76%|   8.16%
237.81/238.57	c   239s| 14400 | 10887 |  3103k| 168.4 |   207M |  66 | 200 | 789 | 231 |3195 |  0 |1632 |1801 | 7.928146e+00 | 1.100000e+01 |  38.75%|   8.17%
238.31/239.10	c   239s| 14500 | 10941 |  3113k| 168.0 |   207M |  66 | 200 | 792 | 224 |3195 |  1 |1636 |1804 | 7.928701e+00 | 1.100000e+01 |  38.74%|   8.17%
238.91/239.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
238.91/239.68	c   240s| 14600 | 11001 |  3124k| 167.7 |   207M |  66 | 200 | 793 | 223 |3195 |  1 |1639 |1806 | 7.930856e+00 | 1.100000e+01 |  38.70%|   8.19%
239.61/240.33	c   240s| 14700 | 11073 |  3135k| 167.4 |   207M |  66 | 200 | 793 | 230 |3206 |  1 |1641 |1808 | 7.931195e+00 | 1.100000e+01 |  38.69%|   8.20%
240.10/240.86	c   241s| 14800 | 11113 |  3145k| 167.0 |   207M |  66 | 200 | 792 | 223 |3215 |  1 |1642 |1809 | 7.931195e+00 | 1.100000e+01 |  38.69%|   8.23%
240.60/241.36	c   241s| 14900 | 11171 |  3155k| 166.7 |   207M |  66 | 200 | 796 | 230 |3215 |  1 |1650 |1812 | 7.931195e+00 | 1.100000e+01 |  38.69%|   8.23%
241.50/242.20	c   242s| 15000 | 11223 |  3168k| 166.5 |   207M |  66 | 200 | 795 | 233 |3235 |  1 |1652 |1813 | 7.935540e+00 | 1.100000e+01 |  38.62%|   8.28%
242.00/242.75	c   243s| 15100 | 11277 |  3180k| 166.3 |   207M |  66 | 200 | 792 | 223 |3235 |  0 |1652 |1813 | 7.935540e+00 | 1.100000e+01 |  38.62%|   8.28%
242.70/243.44	c   243s| 15200 | 11345 |  3191k| 166.0 |   207M |  66 | 200 | 789 | 223 |3243 |  1 |1656 |1813 | 7.937761e+00 | 1.100000e+01 |  38.58%|   8.30%
243.19/243.99	c   244s| 15300 | 11415 |  3202k| 165.7 |   207M |  66 | 200 | 785 | 223 |3243 |  1 |1658 |1814 | 7.938700e+00 | 1.100000e+01 |  38.56%|   8.31%
243.89/244.60	c   245s| 15400 | 11471 |  3213k| 165.4 |   207M |  66 | 200 | 785 | 223 |3247 |  1 |1663 |1819 | 7.941259e+00 | 1.100000e+01 |  38.52%|   8.33%
244.89/245.67	c   246s| 15500 | 11531 |  3225k| 165.1 |   207M |  66 | 200 | 787 | 223 |3291 |  1 |1666 |1823 | 7.942530e+00 | 1.100000e+01 |  38.49%|   8.37%
245.69/246.46	c   246s| 15600 | 11599 |  3235k| 164.8 |   207M |  66 | 200 | 786 | 226 |3301 |  1 |1672 |1826 | 7.943234e+00 | 1.100000e+01 |  38.48%|   8.38%
246.58/247.32	c   247s| 15700 | 11655 |  3247k| 164.6 |   207M |  66 | 200 | 786 | 223 |3322 |  1 |1673 |1831 | 7.946742e+00 | 1.100000e+01 |  38.42%|   8.42%
247.08/247.80	c   248s| 15800 | 11715 |  3255k| 164.2 |   207M |  66 | 200 | 786 | 232 |3322 |  1 |1676 |1833 | 7.946742e+00 | 1.100000e+01 |  38.42%|   8.42%
247.58/248.34	c   248s| 15900 | 11773 |  3267k| 164.0 |   207M |  66 | 200 | 787 | 223 |3322 |  0 |1677 |1834 | 7.947169e+00 | 1.100000e+01 |  38.41%|   8.42%
248.08/248.86	c   249s| 16000 | 11831 |  3278k| 163.7 |   207M |  66 | 200 | 787 | 226 |3322 |  1 |1680 |1834 | 7.947796e+00 | 1.100000e+01 |  38.40%|   8.43%
248.78/249.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
248.78/249.52	c   250s| 16100 | 11891 |  3288k| 163.4 |   208M |  66 | 200 | 787 | 223 |3333 |  1 |1683 |1837 | 7.951785e+00 | 1.100000e+01 |  38.33%|   8.47%
249.57/250.36	c   250s| 16200 | 11947 |  3299k| 163.1 |   208M |  66 | 200 | 784 | 223 |3359 |  0 |1686 |1837 | 7.954318e+00 | 1.100000e+01 |  38.29%|   8.55%
250.28/251.06	c   251s| 16300 | 12001 |  3309k| 162.8 |   208M |  66 | 200 | 782 | 223 |3376 |  1 |1688 |1840 | 7.957595e+00 | 1.100000e+01 |  38.23%|   8.62%
250.87/251.68	c   252s| 16400 | 12061 |  3322k| 162.6 |   208M |  66 | 200 | 780 | 223 |3376 |  0 |1692 |1840 | 7.957595e+00 | 1.100000e+01 |  38.23%|   8.62%
251.37/252.16	c   252s| 16500 | 12117 |  3332k| 162.3 |   208M |  66 | 200 | 781 | 223 |3376 |  1 |1696 |1841 | 7.957595e+00 | 1.100000e+01 |  38.23%|   8.62%
252.07/252.88	c   253s| 16600 | 12185 |  3342k| 162.0 |   208M |  66 | 200 | 785 | 223 |3388 |  0 |1704 |1841 | 7.959966e+00 | 1.100000e+01 |  38.19%|   8.81%
252.57/253.34	c   253s| 16700 | 12239 |  3352k| 161.7 |   209M |  66 | 200 | 786 | 223 |3388 |  1 |1707 |1844 | 7.960757e+00 | 1.100000e+01 |  38.18%|   8.82%
253.27/254.05	c   254s| 16800 | 12291 |  3363k| 161.5 |   209M |  66 | 200 | 786 | 223 |3404 |  1 |1713 |1846 | 7.965354e+00 | 1.100000e+01 |  38.10%|   8.87%
254.16/254.96	c   255s| 16900 | 12355 |  3375k| 161.3 |   209M |  66 | 200 | 784 | 226 |3429 |  1 |1718 |1848 | 7.968130e+00 | 1.100000e+01 |  38.05%|   8.95%
254.76/255.59	c   256s| 17000 | 12425 |  3385k| 161.0 |   209M |  66 | 200 | 782 | 223 |3437 |  1 |1722 |1849 | 7.971793e+00 | 1.100000e+01 |  37.99%|   8.99%
255.36/256.13	c   256s| 17100 | 12483 |  3396k| 160.7 |   209M |  66 | 200 | 780 | 223 |3443 |  1 |1723 |1849 | 7.971808e+00 | 1.100000e+01 |  37.99%|   9.03%
256.05/256.81	c   257s| 17200 | 12537 |  3407k| 160.5 |   209M |  66 | 200 | 784 | 223 |3453 |  0 |1731 |1853 | 7.975227e+00 | 1.100000e+01 |  37.93%|   9.06%
256.55/257.34	c   257s| 17300 | 12599 |  3417k| 160.2 |   209M |  66 | 200 | 786 | 223 |3453 |  1 |1736 |1858 | 7.975227e+00 | 1.100000e+01 |  37.93%|   9.06%
257.26/258.00	c   258s| 17400 | 12665 |  3428k| 160.0 |   209M |  66 | 200 | 785 | 224 |3462 |  1 |1739 |1859 | 7.975227e+00 | 1.100000e+01 |  37.93%|   9.07%
257.95/258.78	c   259s| 17500 | 12733 |  3439k| 159.7 |   209M |  66 | 200 | 786 | 223 |3480 |  1 |1746 |1860 | 7.975565e+00 | 1.100000e+01 |  37.92%|   9.08%
258.54/259.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
258.54/259.32	c   259s| 17600 | 12783 |  3448k| 159.4 |   209M |  66 | 200 | 784 | 224 |3488 |  1 |1749 |1861 | 7.978485e+00 | 1.100000e+01 |  37.87%|   9.11%
259.54/260.33	c   260s| 17700 | 12847 |  3461k| 159.3 |   209M |  66 | 200 | 780 | 223 |3521 |  0 |1752 |1862 | 7.978543e+00 | 1.100000e+01 |  37.87%|   9.17%
259.94/260.76	c   261s| 17800 | 12893 |  3470k| 159.0 |   210M |  66 | 200 | 779 | 224 |3521 |  0 |1755 |1863 | 7.978543e+00 | 1.100000e+01 |  37.87%|   9.17%
260.44/261.24	c   261s| 17900 | 12943 |  3480k| 158.7 |   210M |  66 | 200 | 777 | 229 |3523 |  1 |1758 |1866 | 7.978543e+00 | 1.100000e+01 |  37.87%|   9.17%
260.94/261.75	c   262s| 18000 | 12993 |  3491k| 158.5 |   210M |  66 | 200 | 778 | 223 |3523 |  1 |1761 |1872 | 7.978812e+00 | 1.100000e+01 |  37.87%|   9.18%
261.63/262.48	c   262s| 18100 | 13041 |  3502k| 158.3 |   210M |  66 | 200 | 776 | 223 |3534 |  0 |1763 |1881 | 7.979823e+00 | 1.100000e+01 |  37.85%|   9.19%
262.43/263.26	c   263s| 18200 | 13097 |  3514k| 158.1 |   210M |  66 | 200 | 776 | 225 |3549 |  0 |1770 |1886 | 7.979955e+00 | 1.100000e+01 |  37.85%|   9.20%
263.03/263.89	c   264s| 18300 | 13161 |  3526k| 157.9 |   210M |  66 | 200 | 776 | 223 |3557 |  0 |1774 |1888 | 7.980216e+00 | 1.100000e+01 |  37.84%|   9.22%
263.73/264.58	c   265s| 18400 | 13229 |  3536k| 157.7 |   210M |  66 | 200 | 776 | 224 |3565 |  0 |1778 |1890 | 7.982847e+00 | 1.100000e+01 |  37.80%|   9.24%
264.33/265.18	c   265s| 18500 | 13285 |  3546k| 157.4 |   210M |  66 | 200 | 777 | 223 |3577 |  1 |1782 |1893 | 7.984632e+00 | 1.100000e+01 |  37.76%|   9.32%
264.92/265.77	c   266s| 18600 | 13337 |  3557k| 157.2 |   210M |  66 | 200 | 777 | 223 |3584 |  1 |1784 |1894 | 7.986197e+00 | 1.100000e+01 |  37.74%|   9.33%
265.72/266.56	c   267s| 18700 | 13397 |  3568k| 157.0 |   210M |  66 | 200 | 777 | 223 |3605 |  1 |1788 |1895 | 7.986552e+00 | 1.100000e+01 |  37.73%|   9.34%
266.42/267.20	c   267s| 18800 | 13457 |  3578k| 156.7 |   210M |  66 | 200 | 779 | 223 |3616 |  2 |1796 |1898 | 7.986615e+00 | 1.100000e+01 |  37.73%|   9.34%
266.91/267.77	c   268s| 18900 | 13503 |  3587k| 156.5 |   210M |  66 | 200 | 779 | 230 |3626 |  0 |1797 |1899 | 7.988306e+00 | 1.100000e+01 |  37.70%|   9.36%
267.41/268.25	c   268s| 19000 | 13561 |  3598k| 156.2 |   211M |  66 | 200 | 779 | 223 |3626 |  1 |1798 |1900 | 7.988306e+00 | 1.100000e+01 |  37.70%|   9.36%
267.81/268.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.81/268.66	c   269s| 19100 | 13617 |  3606k| 155.9 |   211M |  66 | 200 | 777 | 223 |3626 |  0 |1799 |1900 | 7.988306e+00 | 1.100000e+01 |  37.70%|   9.37%
268.41/269.21	c   269s| 19200 | 13681 |  3616k| 155.6 |   211M |  66 | 200 | 774 | 223 |3634 |  1 |1802 |1901 | 7.990005e+00 | 1.100000e+01 |  37.67%|   9.40%
268.91/269.75	c   270s| 19300 | 13725 |  3626k| 155.4 |   211M |  66 | 200 | 775 | 223 |3634 |  0 |1803 |1901 | 7.990811e+00 | 1.100000e+01 |  37.66%|   9.67%
269.31/270.15	c   270s| 19400 | 13779 |  3635k| 155.2 |   211M |  66 | 200 | 773 | 226 |3634 |  0 |1804 |1901 | 7.993431e+00 | 1.100000e+01 |  37.61%|   9.70%
269.90/270.73	c   271s| 19500 | 13835 |  3645k| 154.9 |   211M |  66 | 200 | 772 | 223 |3644 |  0 |1806 |1901 | 7.993464e+00 | 1.100000e+01 |  37.61%|   9.70%
270.50/271.35	c   271s| 19600 | 13879 |  3654k| 154.7 |   211M |  66 | 200 | 772 | 223 |3652 |  1 |1807 |1902 | 7.993859e+00 | 1.100000e+01 |  37.61%|   9.70%
271.20/272.04	c   272s| 19700 | 13945 |  3665k| 154.4 |   211M |  66 | 200 | 770 | 225 |3662 |  1 |1813 |1908 | 7.993859e+00 | 1.100000e+01 |  37.61%|   9.71%
271.79/272.63	c   273s| 19800 | 13993 |  3675k| 154.2 |   211M |  66 | 200 | 771 | 223 |3670 |  1 |1816 |1911 | 7.997248e+00 | 1.100000e+01 |  37.55%|   9.75%
272.30/273.13	c   273s| 19900 | 14049 |  3684k| 154.0 |   211M |  66 | 200 | 775 | 227 |3670 |  1 |1823 |1915 | 7.997682e+00 | 1.100000e+01 |  37.54%|   9.75%
272.89/273.78	c   274s| 20000 | 14105 |  3694k| 153.7 |   211M |  66 | 200 | 775 | 223 |3687 |  1 |1826 |1916 | 7.998008e+00 | 1.100000e+01 |  37.53%|   9.76%
273.59/274.41	c   274s| 20100 | 14149 |  3705k| 153.5 |   211M |  68 | 200 | 775 | 234 |3698 | 11 |1826 |1916 | 7.998826e+00 | 1.100000e+01 |  37.52%|   9.77%
274.19/275.02	c   275s| 20200 | 14207 |  3717k| 153.4 |   211M |  68 | 200 | 774 | 223 |3704 |  1 |1828 |1917 | 8.000035e+00 | 1.100000e+01 |  37.50%|   9.81%
274.88/275.72	c   276s| 20300 | 14251 |  3727k| 153.2 |   211M |  68 | 200 | 773 | 223 |3724 |  1 |1833 |1917 | 8.000035e+00 | 1.100000e+01 |  37.50%|   9.84%
275.38/276.24	c   276s| 20400 | 14303 |  3737k| 153.0 |   211M |  68 | 200 | 772 | 223 |3724 |  1 |1838 |1920 | 8.000614e+00 | 1.100000e+01 |  37.49%|   9.84%
275.98/276.89	c   277s| 20500 | 14343 |  3746k| 152.7 |   211M |  68 | 200 | 770 | 223 |3739 |  1 |1841 |1920 | 8.000614e+00 | 1.100000e+01 |  37.49%|   9.86%
276.48/277.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
276.48/277.38	c   277s| 20600 | 14395 |  3756k| 152.5 |   211M |  68 | 200 | 770 | 223 |3739 |  1 |1845 |1921 | 8.000614e+00 | 1.100000e+01 |  37.49%|   9.86%
277.18/278.05	c   278s| 20700 | 14447 |  3768k| 152.4 |   211M |  68 | 200 | 768 | 226 |3751 |  1 |1848 |1925 | 8.000614e+00 | 1.100000e+01 |  37.49%|   9.86%
277.77/278.67	c   279s| 20800 | 14489 |  3778k| 152.2 |   211M |  68 | 200 | 767 | 223 |3760 |  0 |1850 |1929 | 8.002869e+00 | 1.100000e+01 |  37.45%|  10.03%
278.37/279.22	c   279s| 20900 | 14531 |  3788k| 152.0 |   212M |  68 | 200 | 765 | 224 |3769 |  1 |1850 |1929 | 8.005498e+00 | 1.100000e+01 |  37.41%|  10.05%
279.07/279.99	c   280s| 21000 | 14589 |  3801k| 151.9 |   212M |  69 | 200 | 764 | 223 |3769 |  1 |1858 |1939 | 8.006108e+00 | 1.100000e+01 |  37.40%|  10.06%
279.57/280.48	c   280s| 21100 | 14639 |  3812k| 151.7 |   212M |  69 | 200 | 763 | 223 |3769 |  0 |1860 |1940 | 8.009098e+00 | 1.100000e+01 |  37.34%|  10.09%
280.17/281.09	c   281s| 21200 | 14697 |  3824k| 151.6 |   212M |  69 | 200 | 763 | 223 |3769 |  0 |1862 |1942 | 8.010413e+00 | 1.100000e+01 |  37.32%|  10.10%
280.96/281.89	c   282s| 21300 | 14749 |  3837k| 151.5 |   212M |  69 | 200 | 764 | 223 |3781 |  1 |1868 |1948 | 8.010826e+00 | 1.100000e+01 |  37.31%|  10.11%
281.66/282.51	c   283s| 21400 | 14805 |  3847k| 151.3 |   212M |  69 | 200 | 767 | 223 |3789 |  1 |1876 |1952 | 8.011527e+00 | 1.100000e+01 |  37.30%|  10.13%
282.36/283.21	c   283s| 21500 | 14861 |  3860k| 151.2 |   213M |  69 | 200 | 766 | 223 |3795 |  0 |1877 |1956 | 8.013051e+00 | 1.100000e+01 |  37.28%|  10.14%
282.95/283.87	c   284s| 21600 | 14913 |  3871k| 151.0 |   213M |  69 | 200 | 764 | 223 |3812 |  1 |1879 |1958 | 8.013141e+00 | 1.100000e+01 |  37.27%|  10.14%
283.45/284.30	c   284s| 21700 | 14971 |  3880k| 150.8 |   213M |  69 | 200 | 766 | 223 |3812 |  1 |1881 |1959 | 8.015383e+00 | 1.100000e+01 |  37.24%|  10.17%
283.85/284.74	c   285s| 21800 | 15021 |  3888k| 150.5 |   213M |  69 | 200 | 766 | 225 |3812 |  1 |1881 |1959 | 8.015785e+00 | 1.100000e+01 |  37.23%|  10.17%
284.65/285.51	c   286s| 21900 | 15077 |  3899k| 150.4 |   213M |  69 | 200 | 766 | 223 |3833 |  0 |1882 |1960 | 8.017042e+00 | 1.100000e+01 |  37.21%|  10.18%
285.15/286.04	c   286s| 22000 | 15145 |  3909k| 150.2 |   213M |  69 | 200 | 767 | 226 |3833 |  1 |1888 |1961 | 8.019163e+00 | 1.100000e+01 |  37.17%|  10.30%
285.84/286.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
285.84/286.78	c   287s| 22100 | 15191 |  3920k| 150.0 |   214M |  69 | 200 | 767 | 223 |3854 |  0 |1888 |1961 | 8.020388e+00 | 1.100000e+01 |  37.15%|  10.31%
286.34/287.29	c   287s| 22200 | 15243 |  3930k| 149.8 |   214M |  69 | 200 | 767 | 223 |3859 |  1 |1889 |1961 | 8.020388e+00 | 1.100000e+01 |  37.15%|  10.31%
286.94/287.83	c   288s| 22300 | 15287 |  3942k| 149.7 |   214M |  69 | 200 | 766 | 226 |3862 |  0 |1890 |1961 | 8.022291e+00 | 1.100000e+01 |  37.12%|  10.34%
287.64/288.55	c   289s| 22400 | 15347 |  3953k| 149.6 |   231M |  69 | 200 | 765 | 223 |3872 |  1 |1894 |1962 | 8.022424e+00 | 1.100000e+01 |  37.12%|  10.34%
288.04/288.99	c   289s| 22500 | 15401 |  3962k| 149.4 |   231M |  69 | 200 | 765 | 226 |3872 |  0 |1894 |1962 | 8.026344e+00 | 1.100000e+01 |  37.05%|  10.38%
288.74/289.68	c   290s| 22600 | 15461 |  3974k| 149.2 |   231M |  69 | 200 | 764 | 226 |3884 |  0 |1895 |1963 | 8.028635e+00 | 1.100000e+01 |  37.01%|  10.44%
289.33/290.27	c   290s| 22700 | 15519 |  3984k| 149.0 |   231M |  69 | 200 | 762 | 223 |3891 |  1 |1901 |1966 | 8.029126e+00 | 1.100000e+01 |  37.00%|  10.45%
289.83/290.77	c   291s| 22800 | 15571 |  3993k| 148.8 |   231M |  69 | 200 | 760 | 227 |3891 |  1 |1902 |1968 | 8.029366e+00 | 1.100000e+01 |  37.00%|  10.45%
290.33/291.20	c   291s| 22900 | 15605 |  4003k| 148.6 |   231M |  69 | 200 | 759 | 223 |3891 |  0 |1902 |1969 | 8.030255e+00 | 1.100000e+01 |  36.98%|  10.46%
290.83/291.70	c   292s| 23000 | 15651 |  4012k| 148.4 |   231M |  69 | 200 | 759 | 223 |3899 |  1 |1902 |1969 | 8.031955e+00 | 1.100000e+01 |  36.95%|  10.48%
291.23/292.17	c   292s| 23100 | 15703 |  4022k| 148.2 |   231M |  69 | 200 | 757 | 223 |3899 |  0 |1905 |1973 | 8.032567e+00 | 1.100000e+01 |  36.94%|  10.49%
292.02/292.90	c   293s| 23200 | 15755 |  4034k| 148.1 |   232M |  69 | 200 | 753 | 223 |3911 |  1 |1905 |1973 | 8.033265e+00 | 1.100000e+01 |  36.93%|  10.54%
292.32/293.26	c   293s| 23300 | 15799 |  4042k| 147.9 |   232M |  69 | 200 | 749 | 224 |3911 |  1 |1908 |1973 | 8.033349e+00 | 1.100000e+01 |  36.93%|  10.54%
292.82/293.76	c   294s| 23400 | 15857 |  4052k| 147.7 |   232M |  69 | 200 | 749 | 223 |3911 |  0 |1913 |1973 | 8.034112e+00 | 1.100000e+01 |  36.92%|  10.55%
293.42/294.32	c   294s| 23500 | 15913 |  4064k| 147.6 |   232M |  69 | 200 | 749 | 223 |3911 |  0 |1914 |1976 | 8.035155e+00 | 1.100000e+01 |  36.90%|  10.56%
293.82/294.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
293.82/294.72	c   295s| 23600 | 15959 |  4072k| 147.4 |   232M |  69 | 200 | 749 | 226 |3911 |  1 |1917 |1978 | 8.035365e+00 | 1.100000e+01 |  36.89%|  10.57%
294.51/295.47	c   295s| 23700 | 16003 |  4082k| 147.2 |   232M |  69 | 200 | 751 | 223 |3925 |  0 |1921 |1985 | 8.035471e+00 | 1.100000e+01 |  36.89%|  10.57%
295.01/295.92	c   296s| 23800 | 16045 |  4091k| 147.0 |   232M |  69 | 200 | 751 | 223 |3925 |  1 |1924 |1990 | 8.038312e+00 | 1.100000e+01 |  36.84%|  10.75%
295.51/296.40	c   296s| 23900 | 16085 |  4100k| 146.8 |   232M |  69 | 200 | 752 | 226 |3930 |  0 |1927 |1994 | 8.038312e+00 | 1.100000e+01 |  36.84%|  10.75%
295.91/296.86	c   297s| 24000 | 16115 |  4109k| 146.6 |   232M |  69 | 200 | 753 | 225 |3934 |  2 |1933 |1997 | 8.038312e+00 | 1.100000e+01 |  36.84%|  10.76%
296.41/297.33	c   297s| 24100 | 16157 |  4118k| 146.4 |   233M |  69 | 200 | 752 | 223 |3935 |  0 |1936 |1999 | 8.039039e+00 | 1.100000e+01 |  36.83%|  10.76%
297.01/297.92	c   298s| 24200 | 16219 |  4128k| 146.2 |   233M |  69 | 200 | 751 | 225 |3944 |  0 |1941 |2001 | 8.039039e+00 | 1.100000e+01 |  36.83%|  10.76%
297.70/298.69	c   299s| 24300 | 16269 |  4139k| 146.1 |   233M |  69 | 200 | 752 | 227 |3965 |  1 |1946 |2002 | 8.044368e+00 | 1.100000e+01 |  36.74%|  10.81%
298.60/299.58	c   300s| 24400 | 16313 |  4149k| 145.9 |   237M |  69 | 200 | 753 | 223 |3997 |  1 |1950 |2004 | 8.044387e+00 | 1.100000e+01 |  36.74%|  10.82%
299.20/300.11	c   300s| 24500 | 16369 |  4158k| 145.7 |   237M |  69 | 200 | 753 | 223 |3997 |  1 |1954 |2005 | 8.044387e+00 | 1.100000e+01 |  36.74%|  10.82%
299.99/300.93	c   301s| 24600 | 16419 |  4169k| 145.6 |   237M |  69 | 200 | 753 | 230 |4023 |  1 |1955 |2007 | 8.050071e+00 | 1.100000e+01 |  36.64%|  10.89%
300.89/301.81	c   302s| 24700 | 16467 |  4180k| 145.5 |   237M |  69 | 200 | 755 | 223 |4052 |  1 |1959 |2010 | 8.050565e+00 | 1.100000e+01 |  36.64%|  10.90%
301.28/302.25	c   302s| 24800 | 16511 |  4190k| 145.3 |   237M |  69 | 200 | 756 | 223 |4052 |  1 |1961 |2012 | 8.051665e+00 | 1.100000e+01 |  36.62%|  10.91%
301.98/302.90	c   303s| 24900 | 16563 |  4198k| 145.1 |   239M |  69 | 200 | 758 | 227 |4072 |  1 |1966 |2013 | 8.051942e+00 | 1.100000e+01 |  36.61%|  10.91%
302.38/303.37	c   303s| 25000 | 16627 |  4207k| 144.9 |   239M |  69 | 200 | 759 | 226 |4072 |  1 |1969 |2015 | 8.052590e+00 | 1.100000e+01 |  36.60%|  10.92%
302.88/303.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
302.88/303.86	c   304s| 25100 | 16673 |  4217k| 144.8 |   239M |  69 | 200 | 758 | 225 |4075 |  1 |1971 |2016 | 8.052906e+00 | 1.100000e+01 |  36.60%|  10.93%
303.38/304.39	c   304s| 25200 | 16721 |  4226k| 144.6 |   239M |  69 | 200 | 758 | 223 |4075 |  1 |1974 |2018 | 8.053389e+00 | 1.100000e+01 |  36.59%|  10.94%
303.87/304.86	c   305s| 25300 | 16765 |  4234k| 144.4 |   239M |  71 | 200 | 760 | 223 |4082 |  1 |1977 |2019 | 8.053539e+00 | 1.100000e+01 |  36.59%|  10.94%
304.37/305.36	c   305s| 25400 | 16801 |  4241k| 144.1 |   240M |  71 | 200 | 760 | 223 |4094 |  1 |1978 |2019 | 8.053539e+00 | 1.100000e+01 |  36.59%|  10.94%
305.07/306.03	c   306s| 25500 | 16837 |  4250k| 143.9 |   240M |  71 | 200 | 760 | 223 |4114 |  1 |1980 |2021 | 8.054265e+00 | 1.100000e+01 |  36.57%|  10.98%
305.67/306.67	c   307s| 25600 | 16887 |  4259k| 143.7 |   240M |  71 | 200 | 760 | 223 |4135 |  1 |1981 |2021 | 8.055948e+00 | 1.100000e+01 |  36.55%|  11.00%
306.36/307.34	c   307s| 25700 | 16933 |  4269k| 143.6 |   241M |  71 | 200 | 760 | 224 |4149 |  1 |1982 |2021 | 8.055948e+00 | 1.100000e+01 |  36.55%|  11.00%
307.07/308.02	c   308s| 25800 | 16977 |  4278k| 143.4 |   241M |  71 | 200 | 759 | 223 |4172 |  1 |1983 |2021 | 8.056028e+00 | 1.100000e+01 |  36.54%|  11.01%
307.66/308.65	c   309s| 25900 | 17007 |  4287k| 143.2 |   241M |  71 | 200 | 757 | 223 |4189 |  1 |1984 |2023 | 8.056028e+00 | 1.100000e+01 |  36.54%|  11.01%
308.26/309.21	c   309s| 26000 | 17035 |  4296k| 143.0 |   241M |  71 | 200 | 757 | 223 |4203 |  0 |1986 |2023 | 8.057867e+00 | 1.100000e+01 |  36.51%|  11.07%
308.95/309.96	c   310s| 26100 | 17093 |  4306k| 142.9 |   241M |  71 | 200 | 757 | 227 |4222 |  1 |1988 |2023 | 8.058314e+00 | 1.100000e+01 |  36.50%|  11.08%
309.35/310.35	c   310s| 26200 | 17131 |  4315k| 142.7 |   242M |  71 | 200 | 754 | 223 |4222 |  1 |1989 |2023 | 8.058454e+00 | 1.100000e+01 |  36.50%|  11.08%
310.16/311.16	c   311s| 26300 | 17161 |  4324k| 142.5 |   242M |  71 | 200 | 752 | 223 |4249 |  0 |1990 |2023 | 8.058454e+00 | 1.100000e+01 |  36.50%|  11.08%
310.75/311.70	c   312s| 26400 | 17201 |  4332k| 142.4 |   242M |  71 | 200 | 750 | 226 |4259 |  1 |1992 |2026 | 8.058454e+00 | 1.100000e+01 |  36.50%|  11.09%
311.45/312.40	c   312s| 26500 | 17247 |  4343k| 142.2 |   242M |  71 | 200 | 749 | 223 |4276 |  1 |1993 |2026 | 8.059521e+00 | 1.100000e+01 |  36.48%|  11.16%
311.84/312.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
311.84/312.82	c   313s| 26600 | 17285 |  4351k| 142.1 |   242M |  71 | 200 | 750 | 224 |4277 |  1 |2001 |2032 | 8.063126e+00 | 1.100000e+01 |  36.42%|  11.20%
312.54/313.51	c   314s| 26700 | 17319 |  4360k| 141.9 |   242M |  71 | 200 | 750 | 223 |4291 |  1 |2004 |2035 | 8.064685e+00 | 1.100000e+01 |  36.40%|  11.21%
313.04/314.05	c   314s| 26800 | 17351 |  4369k| 141.7 |   242M |  71 | 200 | 750 | 224 |4302 |  0 |2006 |2037 | 8.064874e+00 | 1.100000e+01 |  36.39%|  11.22%
313.64/314.64	c   315s| 26900 | 17393 |  4378k| 141.5 |   242M |  71 | 200 | 748 | 223 |4316 |  1 |2008 |2038 | 8.066750e+00 | 1.100000e+01 |  36.36%|  11.28%
314.64/315.68	c   316s| 27000 | 17429 |  4388k| 141.4 |   243M |  71 | 200 | 748 | 223 |4366 |  0 |2013 |2040 | 8.068350e+00 | 1.100000e+01 |  36.34%|  11.30%
315.24/316.25	c   316s| 27100 | 17469 |  4397k| 141.3 |   243M |  71 | 200 | 744 | 223 |4373 |  1 |2013 |2043 | 8.070357e+00 | 1.100000e+01 |  36.30%|  11.32%
316.04/317.05	c   317s| 27200 | 17507 |  4407k| 141.1 |   244M |  71 | 200 | 744 | 230 |4400 |  1 |2015 |2046 | 8.070507e+00 | 1.100000e+01 |  36.30%|  11.32%
316.63/317.68	c   318s| 27300 | 17553 |  4416k| 140.9 |   244M |  71 | 200 | 743 | 225 |4409 |  1 |2016 |2047 | 8.070507e+00 | 1.100000e+01 |  36.30%|  11.32%
317.03/318.07	c   318s| 27400 | 17593 |  4424k| 140.7 |   244M |  71 | 200 | 743 | 223 |4410 |  1 |2018 |2048 | 8.070507e+00 | 1.100000e+01 |  36.30%|  11.32%
317.63/318.61	c   319s| 27500 | 17635 |  4432k| 140.6 |   244M |  71 | 200 | 741 | 224 |4421 |  1 |2018 |2048 | 8.070832e+00 | 1.100000e+01 |  36.29%|  11.33%
318.03/319.07	c   319s| 27600 | 17675 |  4440k| 140.4 |   244M |  71 | 200 | 739 | 225 |4421 |  0 |2020 |2050 | 8.071222e+00 | 1.100000e+01 |  36.29%|  11.34%
318.52/319.57	c   320s| 27700 | 17721 |  4449k| 140.2 |   244M |  71 | 200 | 732 | 223 |4430 |  1 |2023 |2050 | 8.071909e+00 | 1.100000e+01 |  36.28%|  11.35%
319.13/320.16	c   320s| 27800 | 17769 |  4457k| 140.0 |   244M |  71 | 200 | 735 | 223 |4442 |  0 |2030 |2050 | 8.071909e+00 | 1.100000e+01 |  36.28%|  11.35%
319.52/320.57	c   321s| 27900 | 17807 |  4466k| 139.9 |   244M |  71 | 200 | 736 | 223 |4442 |  1 |2031 |2051 | 8.072138e+00 | 1.100000e+01 |  36.27%|  11.40%
319.92/321.00	c   321s| 28000 | 17849 |  4475k| 139.7 |   244M |  71 | 200 | 735 | 223 |4442 |  0 |2032 |2051 | 8.072616e+00 | 1.100000e+01 |  36.26%|  11.41%
320.32/321.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
320.32/321.39	c   321s| 28100 | 17891 |  4484k| 139.5 |   244M |  71 | 200 | 733 | 229 |4442 |  1 |2034 |2052 | 8.074221e+00 | 1.100000e+01 |  36.24%|  11.43%
320.72/321.74	c   322s| 28200 | 17931 |  4491k| 139.3 |   244M |  71 | 200 | 728 | 229 |4442 |  0 |2035 |2053 | 8.074221e+00 | 1.100000e+01 |  36.24%|  11.43%
321.31/322.33	c   322s| 28300 | 17971 |  4502k| 139.2 |   244M |  71 | 200 | 726 | 223 |4452 |  1 |2038 |2057 | 8.075209e+00 | 1.100000e+01 |  36.22%|  11.44%
321.81/322.84	c   323s| 28400 | 18013 |  4510k| 139.1 |   244M |  71 | 200 | 724 | 223 |4463 |  1 |2040 |2057 | 8.075389e+00 | 1.100000e+01 |  36.22%|  11.44%
322.41/323.47	c   323s| 28500 | 18057 |  4519k| 138.9 |   244M |  71 | 200 | 723 | 223 |4472 |  1 |2043 |2058 | 8.076527e+00 | 1.100000e+01 |  36.20%|  11.45%
322.91/323.93	c   324s| 28600 | 18103 |  4527k| 138.7 |   244M |  71 | 200 | 724 | 224 |4482 |  1 |2044 |2059 | 8.076750e+00 | 1.100000e+01 |  36.19%|  11.45%
323.21/324.29	c   324s| 28700 | 18147 |  4535k| 138.5 |   244M |  71 | 200 | 722 | 227 |4482 |  1 |2045 |2059 | 8.076750e+00 | 1.100000e+01 |  36.19%|  11.46%
323.81/324.82	c   325s| 28800 | 18193 |  4543k| 138.4 |   244M |  71 | 200 | 722 | 227 |4492 |  1 |2048 |2061 | 8.076825e+00 | 1.100000e+01 |  36.19%|  11.46%
324.30/325.31	c   325s| 28900 | 18237 |  4552k| 138.2 |   244M |  71 | 200 | 721 | 226 |4501 |  1 |2050 |2062 | 8.076936e+00 | 1.100000e+01 |  36.19%|  11.46%
324.80/325.83	c   326s| 29000 | 18279 |  4560k| 138.1 |   244M |  71 | 200 | 721 | 225 |4515 |  1 |2051 |2064 | 8.076969e+00 | 1.100000e+01 |  36.19%|  11.51%
325.30/326.34	c   326s| 29100 | 18319 |  4569k| 137.9 |   245M |  71 | 200 | 720 | 227 |4523 |  0 |2054 |2066 | 8.078193e+00 | 1.100000e+01 |  36.17%|  11.53%
326.10/327.14	c   327s| 29200 | 18357 |  4579k| 137.8 |   245M |  71 | 200 | 719 | 225 |4550 |  1 |2055 |2067 | 8.078483e+00 | 1.100000e+01 |  36.16%|  11.53%
326.59/327.66	c   328s| 29300 | 18395 |  4587k| 137.6 |   245M |  71 | 200 | 719 | 228 |4559 |  0 |2056 |2069 | 8.078483e+00 | 1.100000e+01 |  36.16%|  11.54%
327.19/328.22	c   328s| 29400 | 18435 |  4596k| 137.5 |   245M |  71 | 200 | 718 | 223 |4566 |  0 |2057 |2071 | 8.078599e+00 | 1.100000e+01 |  36.16%|  11.54%
327.79/328.89	c   329s| 29500 | 18481 |  4605k| 137.3 |   249M |  71 | 200 | 718 | 225 |4582 |  1 |2061 |2072 | 8.078599e+00 | 1.100000e+01 |  36.16%|  11.54%
328.39/329.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
328.39/329.41	c   329s| 29600 | 18511 |  4613k| 137.2 |   249M |  71 | 200 | 718 | 223 |4592 |  0 |2062 |2072 | 8.079191e+00 | 1.100000e+01 |  36.15%|  11.55%
329.09/330.13	c   330s| 29700 | 18559 |  4622k| 137.0 |   253M |  71 | 200 | 717 | 230 |4618 |  0 |2068 |2073 | 8.079191e+00 | 1.100000e+01 |  36.15%|  11.55%
329.58/330.61	c   331s| 29800 | 18601 |  4630k| 136.9 |   253M |  71 | 200 | 717 | 225 |4618 |  1 |2071 |2075 | 8.079891e+00 | 1.100000e+01 |  36.14%|  11.60%
330.18/331.24	c   331s| 29900 | 18639 |  4639k| 136.7 |   253M |  71 | 200 | 717 | 224 |4640 |  0 |2071 |2076 | 8.079944e+00 | 1.100000e+01 |  36.14%|  11.60%
330.78/331.81	c   332s| 30000 | 18673 |  4649k| 136.6 |   253M |  71 | 200 | 715 | 223 |4647 |  0 |2072 |2077 | 8.079944e+00 | 1.100000e+01 |  36.14%|  11.60%
331.47/332.55	c   333s| 30100 | 18707 |  4659k| 136.5 |   253M |  71 | 200 | 714 | 226 |4669 |  0 |2073 |2077 | 8.082130e+00 | 1.100000e+01 |  36.10%|  11.62%
332.17/333.21	c   333s| 30200 | 18749 |  4667k| 136.3 |   253M |  71 | 200 | 713 | 227 |4689 |  1 |2075 |2078 | 8.082842e+00 | 1.100000e+01 |  36.09%|  11.63%
332.67/333.76	c   334s| 30300 | 18793 |  4675k| 136.2 |   253M |  71 | 200 | 713 | 223 |4699 |  1 |2077 |2078 | 8.082852e+00 | 1.100000e+01 |  36.09%|  11.63%
333.27/334.33	c   334s| 30400 | 18825 |  4684k| 136.0 |   253M |  71 | 200 | 713 | 223 |4713 |  1 |2079 |2078 | 8.082852e+00 | 1.100000e+01 |  36.09%|  11.63%
333.97/335.00	c   335s| 30500 | 18865 |  4694k| 135.9 |   253M |  71 | 200 | 709 | 223 |4730 |  1 |2080 |2078 | 8.082852e+00 | 1.100000e+01 |  36.09%|  11.64%
334.26/335.37	c   335s| 30600 | 18903 |  4702k| 135.8 |   253M |  71 | 200 | 706 | 223 |4730 |  1 |2081 |2078 | 8.082852e+00 | 1.100000e+01 |  36.09%|  11.64%
334.76/335.89	c   336s| 30700 | 18931 |  4710k| 135.6 |   253M |  71 | 200 | 705 | 227 |4742 |  1 |2083 |2080 | 8.082852e+00 | 1.100000e+01 |  36.09%|  11.64%
335.16/336.27	c   336s| 30800 | 18977 |  4718k| 135.5 |   253M |  71 | 200 | 703 | 223 |4742 |  0 |2084 |2081 | 8.084218e+00 | 1.100000e+01 |  36.07%|  11.69%
335.86/336.91	c   337s| 30900 | 19025 |  4727k| 135.3 |   254M |  71 | 200 | 702 | 223 |4762 |  1 |2085 |2082 | 8.084450e+00 | 1.100000e+01 |  36.06%|  11.69%
336.26/337.32	c   337s| 31000 | 19059 |  4736k| 135.2 |   254M |  71 | 200 | 699 | 229 |4763 |  1 |2086 |2083 | 8.084966e+00 | 1.100000e+01 |  36.05%|  11.77%
336.85/337.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
336.85/337.93	c   338s| 31100 | 19097 |  4744k| 135.0 |   254M |  71 | 200 | 698 | 223 |4782 |  1 |2089 |2084 | 8.085814e+00 | 1.100000e+01 |  36.04%|  11.78%
337.25/338.36	c   338s| 31200 | 19129 |  4752k| 134.9 |   254M |  71 | 200 | 699 | 226 |4784 |  1 |2090 |2084 | 8.086872e+00 | 1.100000e+01 |  36.02%|  11.80%
338.05/339.13	c   339s| 31300 | 19173 |  4761k| 134.8 |   254M |  71 | 200 | 699 | 231 |4814 |  1 |2091 |2084 | 8.086872e+00 | 1.100000e+01 |  36.02%|  11.80%
338.45/339.57	c   340s| 31400 | 19205 |  4769k| 134.6 |   254M |  71 | 200 | 697 | 223 |4821 |  1 |2093 |2084 | 8.086872e+00 | 1.100000e+01 |  36.02%|  11.94%
338.95/340.00	c   340s| 31500 | 19239 |  4778k| 134.5 |   254M |  71 | 200 | 695 | 224 |4821 |  0 |2095 |2088 | 8.086906e+00 | 1.100000e+01 |  36.02%|  11.94%
339.44/340.55	c   341s| 31600 | 19285 |  4788k| 134.4 |   254M |  71 | 200 | 694 | 223 |4829 |  1 |2096 |2090 | 8.086906e+00 | 1.100000e+01 |  36.02%|  11.94%
339.84/340.93	c   341s| 31700 | 19313 |  4796k| 134.2 |   254M |  71 | 200 | 691 | 234 |4829 |  1 |2097 |2091 | 8.086906e+00 | 1.100000e+01 |  36.02%|  11.94%
340.44/341.55	c   342s| 31800 | 19355 |  4805k| 134.1 |   254M |  71 | 200 | 690 | 224 |4845 |  1 |2098 |2092 | 8.087538e+00 | 1.100000e+01 |  36.01%|  11.95%
340.84/341.98	c   342s| 31900 | 19397 |  4813k| 133.9 |   254M |  71 | 200 | 692 | 223 |4845 |  2 |2102 |2094 | 8.087666e+00 | 1.100000e+01 |  36.01%|  11.96%
341.34/342.46	c   342s| 32000 | 19439 |  4821k| 133.8 |   254M |  71 | 200 | 692 | 227 |4854 |  1 |2102 |2094 | 8.089005e+00 | 1.100000e+01 |  35.99%|  11.99%
342.13/343.25	c   343s| 32100 | 19481 |  4830k| 133.7 |   255M |  71 | 200 | 696 | 226 |4886 |  0 |2108 |2097 | 8.089005e+00 | 1.100000e+01 |  35.99%|  11.99%
342.73/343.87	c   344s| 32200 | 19519 |  4838k| 133.5 |   255M |  71 | 200 | 697 | 223 |4904 |  0 |2111 |2099 | 8.089005e+00 | 1.100000e+01 |  35.99%|  12.09%
343.23/344.32	c   344s| 32300 | 19557 |  4847k| 133.4 |   255M |  71 | 200 | 698 | 230 |4904 |  1 |2114 |2101 | 8.089564e+00 | 1.100000e+01 |  35.98%|  12.09%
343.73/344.89	c   345s| 32400 | 19587 |  4856k| 133.3 |   255M |  71 | 200 | 697 | 224 |4916 |  0 |2116 |2102 | 8.089889e+00 | 1.100000e+01 |  35.97%|  12.11%
344.42/345.53	c   346s| 32500 | 19629 |  4866k| 133.2 |   256M |  71 | 200 | 697 | 227 |4930 |  0 |2117 |2102 | 8.090901e+00 | 1.100000e+01 |  35.96%|  12.14%
344.93/346.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
344.93/346.03	c   346s| 32600 | 19653 |  4874k| 133.0 |   256M |  71 | 200 | 698 | 228 |4937 |  1 |2118 |2103 | 8.091036e+00 | 1.100000e+01 |  35.95%|  12.14%
345.62/346.71	c   347s| 32700 | 19685 |  4882k| 132.9 |   257M |  71 | 200 | 697 | 227 |4961 |  1 |2119 |2103 | 8.091118e+00 | 1.100000e+01 |  35.95%|  12.17%
346.22/347.30	c   347s| 32800 | 19719 |  4891k| 132.8 |   262M |  71 | 200 | 698 | 223 |4979 |  0 |2123 |2104 | 8.091447e+00 | 1.100000e+01 |  35.95%|  12.25%
347.02/348.11	c   348s| 32900 | 19755 |  4901k| 132.7 |   265M |  71 | 200 | 698 | 223 |5002 |  1 |2125 |2106 | 8.091641e+00 | 1.100000e+01 |  35.94%|  12.25%
347.91/349.02	c   349s| 33000 | 19789 |  4910k| 132.6 |   266M |  71 | 200 | 697 | 223 |5039 |  1 |2125 |2107 | 8.091979e+00 | 1.100000e+01 |  35.94%|  12.26%
348.42/349.56	c   350s| 33100 | 19821 |  4918k| 132.4 |   266M |  71 | 200 | 697 | 229 |5046 |  1 |2125 |2108 | 8.092137e+00 | 1.100000e+01 |  35.93%|  12.26%
349.02/350.15	c   350s| 33200 | 19863 |  4927k| 132.3 |   266M |  71 | 200 | 698 | 227 |5058 |  1 |2128 |2112 | 8.094010e+00 | 1.100000e+01 |  35.90%|  12.29%
349.81/350.94	c   351s| 33300 | 19901 |  4936k| 132.2 |   266M |  71 | 200 | 697 | 223 |5086 |  1 |2128 |2114 | 8.094055e+00 | 1.100000e+01 |  35.90%|  12.30%
350.61/351.76	c   352s| 33400 | 19939 |  4945k| 132.1 |   266M |  71 | 200 | 696 | 224 |5118 |  1 |2129 |2116 | 8.094055e+00 | 1.100000e+01 |  35.90%|  12.30%
351.21/352.34	c   352s| 33500 | 19965 |  4954k| 132.0 |   266M |  71 | 200 | 697 | 223 |5131 |  1 |2130 |2118 | 8.098717e+00 | 1.100000e+01 |  35.82%|  12.40%
351.70/352.85	c   353s| 33600 | 20015 |  4962k| 131.9 |   266M |  71 | 200 | 697 | 223 |5139 |  1 |2132 |2120 | 8.099561e+00 | 1.100000e+01 |  35.81%|  12.41%
352.30/353.40	c   353s| 33700 | 20053 |  4971k| 131.7 |   267M |  71 | 200 | 696 | 223 |5151 |  0 |2134 |2120 | 8.101080e+00 | 1.100000e+01 |  35.78%|  12.52%
352.91/354.07	c   354s| 33800 | 20101 |  4979k| 131.6 |   268M |  71 | 200 | 694 | 223 |5165 |  1 |2134 |2120 | 8.102330e+00 | 1.100000e+01 |  35.76%|  12.53%
353.40/354.56	c   355s| 33900 | 20149 |  4990k| 131.5 |   268M |  71 | 200 | 693 | 226 |5166 |  1 |2135 |2123 | 8.102363e+00 | 1.100000e+01 |  35.76%|  12.53%
353.90/355.04	c   355s| 34000 | 20185 |  4998k| 131.4 |   268M |  71 | 200 | 690 | 223 |5166 |  0 |2138 |2125 | 8.103563e+00 | 1.100000e+01 |  35.74%|  12.55%
354.49/355.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
354.49/355.65	c   356s| 34100 | 20221 |  5007k| 131.3 |   268M |  71 | 200 | 690 | 224 |5182 |  1 |2139 |2126 | 8.103798e+00 | 1.100000e+01 |  35.74%|  12.55%
355.29/356.40	c   356s| 34200 | 20253 |  5016k| 131.2 |   268M |  71 | 200 | 691 | 225 |5206 |  1 |2141 |2128 | 8.105516e+00 | 1.100000e+01 |  35.71%|  12.64%
356.19/357.31	c   357s| 34300 | 20299 |  5026k| 131.1 |   268M |  71 | 200 | 690 | 229 |5247 |  1 |2143 |2128 | 8.105948e+00 | 1.100000e+01 |  35.70%|  12.64%
357.08/358.29	c   358s| 34400 | 20335 |  5035k| 131.0 |   268M |  71 | 200 | 689 | 223 |5285 |  0 |2147 |2129 | 8.105948e+00 | 1.100000e+01 |  35.70%|  12.64%
357.99/359.13	c   359s| 34500 | 20371 |  5044k| 130.9 |   268M |  71 | 200 | 689 | 223 |5313 |  1 |2147 |2130 | 8.106743e+00 | 1.100000e+01 |  35.69%|  12.65%
358.58/359.76	c   360s| 34600 | 20409 |  5053k| 130.8 |   268M |  71 | 200 | 689 | 223 |5332 |  1 |2147 |2130 | 8.107652e+00 | 1.100000e+01 |  35.67%|  12.66%
359.17/360.32	c   360s| 34700 | 20447 |  5061k| 130.7 |   268M |  71 | 200 | 688 | 228 |5343 |  1 |2149 |2131 | 8.107770e+00 | 1.100000e+01 |  35.67%|  12.66%
359.77/360.99	c   361s| 34800 | 20485 |  5070k| 130.6 |   268M |  71 | 200 | 690 | 226 |5362 |  0 |2152 |2132 | 8.108029e+00 | 1.100000e+01 |  35.67%|  12.66%
360.47/361.65	c   362s| 34900 | 20527 |  5079k| 130.5 |   268M |  71 | 200 | 692 | 233 |5379 | 10 |2155 |2132 | 8.110257e+00 | 1.100000e+01 |  35.63%|  12.68%
361.07/362.29	c   362s| 35000 | 20567 |  5088k| 130.3 |   268M |  71 | 200 | 692 | 226 |5398 |  1 |2157 |2132 | 8.110850e+00 | 1.100000e+01 |  35.62%|  12.76%
361.77/362.94	c   363s| 35100 | 20611 |  5098k| 130.3 |   268M |  71 | 200 | 693 | 226 |5412 |  1 |2160 |2133 | 8.111848e+00 | 1.100000e+01 |  35.60%|  12.77%
362.26/363.46	c   363s| 35200 | 20649 |  5107k| 130.2 |   269M |  71 | 200 | 691 | 223 |5422 |  0 |2160 |2136 | 8.111848e+00 | 1.100000e+01 |  35.60%|  12.77%
362.76/363.98	c   364s| 35300 | 20679 |  5116k| 130.1 |   269M |  71 | 200 | 690 | 223 |5432 |  1 |2161 |2137 | 8.112604e+00 | 1.100000e+01 |  35.59%|  12.78%
363.46/364.64	c   365s| 35400 | 20713 |  5124k| 129.9 |   269M |  71 | 200 | 689 | 227 |5450 |  1 |2161 |2137 | 8.114792e+00 | 1.100000e+01 |  35.55%|  12.80%
364.16/365.31	c   365s| 35500 | 20751 |  5134k| 129.8 |   269M |  71 | 200 | 687 | 223 |5471 |  0 |2162 |2137 | 8.115917e+00 | 1.100000e+01 |  35.54%|  12.81%
364.75/365.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
364.75/365.93	c   366s| 35600 | 20789 |  5143k| 129.8 |   269M |  71 | 200 | 689 | 223 |5482 |  1 |2167 |2139 | 8.115958e+00 | 1.100000e+01 |  35.54%|  12.82%
365.55/366.70	c   367s| 35700 | 20829 |  5153k| 129.7 |   269M |  71 | 200 | 694 | 222 |5501 |  1 |2173 |2143 | 8.116695e+00 | 1.100000e+01 |  35.52%|  12.82%
366.35/367.58	c   368s| 35800 | 20863 |  5162k| 129.6 |   269M |  71 | 200 | 691 | 223 |5533 |  1 |2177 |2146 | 8.117287e+00 | 1.100000e+01 |  35.51%|  12.83%
366.95/368.18	c   368s| 35900 | 20905 |  5170k| 129.5 |   269M |  71 | 200 | 690 | 223 |5548 |  1 |2177 |2148 | 8.117287e+00 | 1.100000e+01 |  35.51%|  12.83%
367.64/368.85	c   369s| 36000 | 20941 |  5179k| 129.4 |   269M |  71 | 200 | 689 | 222 |5568 |  1 |2180 |2150 | 8.118022e+00 | 1.100000e+01 |  35.50%|  12.86%
368.24/369.45	c   369s| 36100 | 20987 |  5189k| 129.3 |   269M |  71 | 200 | 686 | 230 |5583 |  1 |2182 |2152 | 8.118022e+00 | 1.100000e+01 |  35.50%|  12.87%
368.94/370.16	c   370s| 36200 | 21025 |  5197k| 129.2 |   269M |  71 | 200 | 684 | 223 |5601 |  0 |2185 |2153 | 8.120088e+00 | 1.100000e+01 |  35.47%|  12.90%
369.43/370.63	c   371s| 36300 | 21061 |  5205k| 129.0 |   269M |  71 | 200 | 682 | 223 |5611 |  1 |2186 |2155 | 8.120088e+00 | 1.100000e+01 |  35.47%|  12.91%
370.13/371.31	c   371s| 36400 | 21097 |  5214k| 129.0 |   269M |  71 | 200 | 680 | 227 |5636 |  1 |2187 |2156 | 8.120088e+00 | 1.100000e+01 |  35.47%|  12.92%
370.73/371.99	c   372s| 36500 | 21139 |  5224k| 128.9 |   269M |  71 | 200 | 679 | 223 |5652 |  1 |2189 |2157 | 8.121067e+00 | 1.100000e+01 |  35.45%|  12.93%
371.33/372.53	c   373s| 36600 | 21169 |  5232k| 128.8 |   269M |  71 | 200 | 679 | 223 |5664 |  0 |2191 |2160 | 8.121067e+00 | 1.100000e+01 |  35.45%|  12.93%
371.73/372.98	c   373s| 36700 | 21217 |  5241k| 128.7 |   269M |  71 | 200 | 678 | 226 |5667 |  1 |2196 |2161 | 8.121474e+00 | 1.100000e+01 |  35.44%|  12.94%
372.22/373.48	c   373s| 36800 | 21251 |  5249k| 128.5 |   269M |  71 | 200 | 678 | 230 |5677 |  0 |2198 |2163 | 8.121653e+00 | 1.100000e+01 |  35.44%|  12.94%
373.12/374.31	c   374s| 36900 | 21283 |  5258k| 128.5 |   269M |  71 | 200 | 678 | 223 |5701 |  1 |2201 |2164 | 8.123086e+00 | 1.100000e+01 |  35.42%|  13.05%
373.62/374.83	c   375s| 37000 | 21317 |  5267k| 128.3 |   269M |  71 | 200 | 678 | 234 |5708 |  1 |2202 |2166 | 8.123707e+00 | 1.100000e+01 |  35.41%|  13.06%
374.02/375.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
374.02/375.23	c   375s| 37100 | 21351 |  5275k| 128.2 |   269M |  71 | 200 | 678 | 227 |5708 |  1 |2202 |2166 | 8.124994e+00 | 1.100000e+01 |  35.38%|  13.07%
374.52/375.70	c   376s| 37200 | 21371 |  5283k| 128.1 |   270M |  71 | 200 | 679 | 223 |5717 |  0 |2205 |2169 | 8.125680e+00 | 1.100000e+01 |  35.37%|  13.20%
375.11/376.36	c   376s| 37300 | 21407 |  5292k| 128.0 |   270M |  71 | 200 | 678 | 229 |5735 |  1 |2207 |2172 | 8.125776e+00 | 1.100000e+01 |  35.37%|  13.21%
375.71/376.92	c   377s| 37400 | 21449 |  5302k| 128.0 |   270M |  71 | 200 | 678 | 224 |5742 |  1 |2209 |2175 | 8.127168e+00 | 1.100000e+01 |  35.35%|  13.22%
376.31/377.54	c   378s| 37500 | 21481 |  5311k| 127.9 |   270M |  71 | 200 | 676 | 224 |5764 |  1 |2210 |2176 | 8.127633e+00 | 1.100000e+01 |  35.34%|  13.25%
377.01/378.20	c   378s| 37600 | 21531 |  5320k| 127.8 |   270M |  71 | 200 | 677 | 223 |5780 |  1 |2216 |2177 | 8.128506e+00 | 1.100000e+01 |  35.33%|  13.26%
377.81/379.06	c   379s| 37700 | 21563 |  5329k| 127.7 |   270M |  71 | 200 | 676 | 223 |5818 |  1 |2216 |2177 | 8.128506e+00 | 1.100000e+01 |  35.33%|  13.26%
378.70/379.99	c   380s| 37800 | 21601 |  5339k| 127.6 |   271M |  71 | 200 | 676 | 233 |5853 | 10 |2218 |2178 | 8.130500e+00 | 1.100000e+01 |  35.29%|  13.28%
379.50/380.74	c   381s| 37900 | 21645 |  5349k| 127.6 |   271M |  71 | 200 | 676 | 224 |5873 |  1 |2220 |2179 | 8.131868e+00 | 1.100000e+01 |  35.27%|  13.29%
380.19/381.42	c   381s| 38000 | 21679 |  5358k| 127.5 |   271M |  71 | 200 | 674 | 230 |5895 |  0 |2222 |2179 | 8.131868e+00 | 1.100000e+01 |  35.27%|  13.30%
380.99/382.28	c   382s| 38100 | 21713 |  5368k| 127.4 |   271M |  71 | 200 | 672 | 223 |5922 |  1 |2223 |2180 | 8.132122e+00 | 1.100000e+01 |  35.27%|  13.35%
381.39/382.67	c   383s| 38200 | 21743 |  5377k| 127.3 |   271M |  71 | 200 | 670 | 226 |5922 |  0 |2223 |2180 | 8.132122e+00 | 1.100000e+01 |  35.27%|  13.42%
381.79/383.10	c   383s| 38300 | 21773 |  5387k| 127.2 |   271M |  71 | 200 | 670 | 223 |5922 |  1 |2223 |2180 | 8.135649e+00 | 1.100000e+01 |  35.21%|  13.46%
382.69/383.95	c   384s| 38400 | 21803 |  5396k| 127.2 |   271M |  71 | 200 | 669 | 230 |5960 |  7 |2223 |2180 | 8.135649e+00 | 1.100000e+01 |  35.21%|  13.47%
383.28/384.55	c   385s| 38500 | 21845 |  5405k| 127.1 |   271M |  71 | 200 | 670 | 224 |5975 |  1 |2230 |2181 | 8.136277e+00 | 1.100000e+01 |  35.20%|  13.48%
384.28/385.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
384.28/385.56	c   386s| 38600 | 21873 |  5414k| 127.0 |   271M |  71 | 200 | 667 | 229 |6003 |  0 |2231 |2181 | 8.136891e+00 | 1.100000e+01 |  35.19%|  13.54%
384.68/385.96	c   386s| 38700 | 21917 |  5422k| 126.9 |   271M |  71 | 200 | 669 | 223 |6003 |  0 |2235 |2182 | 8.137248e+00 | 1.100000e+01 |  35.18%|  13.55%
385.18/386.46	c   386s| 38800 | 21951 |  5432k| 126.8 |   271M |  71 | 200 | 671 | 223 |6007 |  1 |2240 |2188 | 8.137995e+00 | 1.100000e+01 |  35.17%|  13.60%
385.78/387.10	c   387s| 38900 | 21987 |  5440k| 126.7 |   271M |  71 | 200 | 668 | 230 |6025 |  1 |2240 |2192 | 8.137995e+00 | 1.100000e+01 |  35.17%|  13.60%
386.17/387.47	c   387s| 39000 | 22019 |  5448k| 126.6 |   271M |  71 | 200 | 666 | 224 |6025 |  0 |2242 |2193 | 8.138104e+00 | 1.100000e+01 |  35.17%|  13.60%
386.97/388.22	c   388s| 39100 | 22053 |  5457k| 126.5 |   271M |  71 | 200 | 665 | 223 |6050 |  1 |2246 |2196 | 8.138643e+00 | 1.100000e+01 |  35.16%|  13.61%
387.37/388.69	c   389s| 39200 | 22097 |  5466k| 126.4 |   271M |  71 | 200 | 664 | 224 |6051 |  1 |2247 |2197 | 8.139375e+00 | 1.100000e+01 |  35.15%|  13.62%
387.97/389.26	c   389s| 39300 | 22133 |  5475k| 126.3 |   271M |  71 | 200 | 661 | 223 |6059 |  1 |2250 |2199 | 8.141690e+00 | 1.100000e+01 |  35.11%|  13.65%
388.56/389.89	c   390s| 39400 | 22167 |  5484k| 126.3 |   271M |  71 | 200 | 660 | 223 |6072 |  2 |2254 |2201 | 8.142407e+00 | 1.100000e+01 |  35.10%|  13.66%
389.26/390.57	c   391s| 39500 | 22201 |  5493k| 126.2 |   271M |  71 | 200 | 658 | 217 |6094 |  1 |2254 |2201 | 8.143558e+00 | 1.100000e+01 |  35.08%|  13.70%
390.36/391.66	c   392s| 39600 | 22229 |  5502k| 126.1 |   272M |  71 | 200 | 657 | 226 |6143 |  0 |2256 |2205 | 8.144132e+00 | 1.100000e+01 |  35.07%|  13.76%
390.95/392.22	c   392s| 39700 | 22265 |  5513k| 126.0 |   272M |  71 | 200 | 655 | 226 |6150 |  1 |2258 |2206 | 8.144132e+00 | 1.100000e+01 |  35.07%|  13.76%
391.45/392.78	c   393s| 39800 | 22295 |  5522k| 126.0 |   272M |  71 | 200 | 655 | 229 |6161 |  0 |2259 |2206 | 8.144132e+00 | 1.100000e+01 |  35.07%|  13.76%
392.05/393.33	c   393s| 39900 | 22337 |  5531k| 125.9 |   272M |  71 | 200 | 655 | 229 |6171 |  1 |2261 |2207 | 8.145998e+00 | 1.100000e+01 |  35.04%|  13.82%
392.75/394.07	c   394s| 40000 | 22371 |  5540k| 125.8 |   272M |  71 | 200 | 651 | 223 |6202 |  1 |2262 |2207 | 8.145998e+00 | 1.100000e+01 |  35.04%|  13.83%
393.25/394.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
393.25/394.59	c   395s| 40100 | 22401 |  5548k| 125.7 |   273M |  71 | 200 | 648 | 232 |6210 |  0 |2263 |2208 | 8.145998e+00 | 1.100000e+01 |  35.04%|  13.83%
393.94/395.29	c   395s| 40200 | 22445 |  5556k| 125.6 |   274M |  71 | 200 | 647 | 223 |6232 |  1 |2266 |2209 | 8.145998e+00 | 1.100000e+01 |  35.04%|  13.88%
394.84/396.16	c   396s| 40300 | 22481 |  5566k| 125.5 |   274M |  71 | 200 | 646 | 223 |6261 |  1 |2266 |2210 | 8.145998e+00 | 1.100000e+01 |  35.04%|  13.88%
395.44/396.74	c   397s| 40400 | 22511 |  5575k| 125.5 |   274M |  71 | 200 | 646 | 223 |6270 |  1 |2269 |2211 | 8.147231e+00 | 1.100000e+01 |  35.02%|  13.90%
396.34/397.69	c   398s| 40500 | 22547 |  5585k| 125.4 |   297M |  71 | 200 | 646 | 223 |6301 |  1 |2271 |2212 | 8.149333e+00 | 1.100000e+01 |  34.98%|  13.92%
396.84/398.19	c   398s| 40600 | 22583 |  5593k| 125.3 |   297M |  71 | 200 | 645 | 223 |6311 |  0 |2271 |2212 | 8.150169e+00 | 1.100000e+01 |  34.97%|  13.93%
397.23/398.58	c   399s| 40700 | 22615 |  5601k| 125.2 |   297M |  71 | 200 | 644 | 223 |6312 |  1 |2273 |2213 | 8.150918e+00 | 1.100000e+01 |  34.95%|  14.05%
397.63/398.90	c   399s| 40800 | 22643 |  5608k| 125.1 |   297M |  71 | 200 | 643 | 223 |6312 |  0 |2273 |2213 | 8.150918e+00 | 1.100000e+01 |  34.95%|  14.06%
398.33/399.68	c   400s| 40900 | 22673 |  5616k| 125.0 |   297M |  71 | 200 | 642 | 223 |6339 |  1 |2276 |2215 | 8.150918e+00 | 1.100000e+01 |  34.95%|  14.06%
398.93/400.24	c   400s| 41000 | 22717 |  5626k| 124.9 |   297M |  71 | 200 | 641 | 225 |6348 |  1 |2276 |2215 | 8.151150e+00 | 1.100000e+01 |  34.95%|  14.06%
399.53/400.88	c   401s| 41100 | 22747 |  5635k| 124.8 |   297M |  71 | 200 | 640 | 224 |6364 |  0 |2279 |2216 | 8.151150e+00 | 1.100000e+01 |  34.95%|  14.06%
399.92/401.25	c   401s| 41200 | 22777 |  5643k| 124.7 |   297M |  71 | 200 | 637 | 223 |6364 |  1 |2279 |2216 | 8.152118e+00 | 1.100000e+01 |  34.93%|  14.07%
400.92/402.27	c   402s| 41300 | 22815 |  5653k| 124.7 |   298M |  71 | 200 | 637 | 229 |6403 |  1 |2280 |2216 | 8.152895e+00 | 1.100000e+01 |  34.92%|  14.08%
401.72/403.04	c   403s| 41400 | 22843 |  5663k| 124.6 |   298M |  71 | 200 | 637 | 230 |6426 |  1 |2282 |2216 | 8.153424e+00 | 1.100000e+01 |  34.91%|  14.08%
402.42/403.73	c   404s| 41500 | 22877 |  5672k| 124.6 |   300M |  71 | 200 | 639 | 228 |6440 |  1 |2285 |2218 | 8.153424e+00 | 1.100000e+01 |  34.91%|  14.08%
403.11/404.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
403.11/404.43	c   404s| 41600 | 22919 |  5681k| 124.5 |   300M |  71 | 200 | 639 | 223 |6456 |  1 |2287 |2219 | 8.154278e+00 | 1.100000e+01 |  34.90%|  14.10%
404.01/405.34	c   405s| 41700 | 22961 |  5690k| 124.4 |   300M |  71 | 200 | 639 | 231 |6495 |  1 |2291 |2219 | 8.155576e+00 | 1.100000e+01 |  34.88%|  14.11%
404.81/406.10	c   406s| 41800 | 23023 |  5699k| 124.3 |   300M |  71 | 200 | 640 | 224 |6513 |  1 |2294 |2219 | 8.155576e+00 | 1.100000e+01 |  34.88%|  14.11%
405.50/406.84	c   407s| 41900 | 23071 |  5709k| 124.3 |   300M |  71 | 200 | 641 | 223 |6530 |  1 |2295 |2219 | 8.156158e+00 | 1.100000e+01 |  34.87%|  14.11%
406.00/407.31	c   407s| 42000 | 23107 |  5717k| 124.2 |   300M |  71 | 200 | 642 | 227 |6540 |  1 |2296 |2220 | 8.156158e+00 | 1.100000e+01 |  34.87%|  14.11%
406.50/407.84	c   408s| 42100 | 23141 |  5725k| 124.1 |   300M |  71 | 200 | 641 | 224 |6553 |  1 |2297 |2222 | 8.156225e+00 | 1.100000e+01 |  34.87%|  14.12%
407.30/408.63	c   409s| 42200 | 23183 |  5735k| 124.0 |   300M |  71 | 200 | 640 | 226 |6580 |  1 |2303 |2224 | 8.157498e+00 | 1.100000e+01 |  34.85%|  14.13%
407.80/409.15	c   409s| 42300 | 23223 |  5743k| 123.9 |   300M |  71 | 200 | 641 | 223 |6587 |  1 |2307 |2225 | 8.159125e+00 | 1.100000e+01 |  34.82%|  14.15%
408.39/409.77	c   410s| 42400 | 23257 |  5751k| 123.9 |   300M |  71 | 200 | 642 | 223 |6603 |  1 |2308 |2227 | 8.159446e+00 | 1.100000e+01 |  34.81%|  14.15%
409.39/410.70	c   411s| 42500 | 23297 |  5761k| 123.8 |   300M |  71 | 200 | 641 | 223 |6647 |  1 |2309 |2229 | 8.159446e+00 | 1.100000e+01 |  34.81%|  14.15%
410.09/411.46	c   411s| 42600 | 23337 |  5770k| 123.7 |   300M |  71 | 200 | 641 | 230 |6672 |  7 |2311 |2230 | 8.159760e+00 | 1.100000e+01 |  34.81%|  14.16%
410.69/412.04	c   412s| 42700 | 23371 |  5779k| 123.6 |   300M |  71 | 200 | 641 | 224 |6684 |  1 |2314 |2230 | 8.160797e+00 | 1.100000e+01 |  34.79%|  14.17%
411.28/412.64	c   413s| 42800 | 23411 |  5788k| 123.6 |   301M |  71 | 200 | 642 | 223 |6690 |  1 |2317 |2234 | 8.162086e+00 | 1.100000e+01 |  34.77%|  14.18%
411.88/413.26	c   413s| 42900 | 23443 |  5797k| 123.5 |   301M |  71 | 200 | 643 | 224 |6702 |  0 |2318 |2235 | 8.162714e+00 | 1.100000e+01 |  34.76%|  14.19%
412.58/413.97	c   414s| 43000 | 23483 |  5807k| 123.5 |   301M |  71 | 200 | 641 | 227 |6723 |  1 |2318 |2235 | 8.163292e+00 | 1.100000e+01 |  34.75%|  14.25%
413.08/414.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
413.08/414.44	c   414s| 43100 | 23519 |  5816k| 123.4 |   301M |  71 | 200 | 639 | 223 |6728 |  1 |2320 |2235 | 8.164051e+00 | 1.100000e+01 |  34.74%|  14.26%
413.78/415.12	c   415s| 43200 | 23557 |  5824k| 123.3 |   301M |  71 | 200 | 640 | 226 |6749 |  1 |2321 |2235 | 8.164051e+00 | 1.100000e+01 |  34.74%|  14.31%
414.17/415.50	c   416s| 43300 | 23593 |  5832k| 123.2 |   301M |  71 | 200 | 640 | 223 |6751 |  1 |2322 |2236 | 8.164789e+00 | 1.100000e+01 |  34.72%|  14.32%
414.47/415.89	c   416s| 43400 | 23631 |  5840k| 123.1 |   301M |  71 | 200 | 640 | 223 |6751 |  1 |2323 |2237 | 8.164789e+00 | 1.100000e+01 |  34.72%|  14.32%
415.57/416.91	c   417s| 43500 | 23669 |  5850k| 123.1 |   301M |  71 | 200 | 641 | 225 |6802 |  1 |2326 |2238 | 8.166653e+00 | 1.100000e+01 |  34.69%|  14.34%
416.16/417.50	c   417s| 43600 | 23703 |  5858k| 123.0 |   301M |  71 | 200 | 642 | 223 |6813 |  0 |2328 |2239 | 8.166653e+00 | 1.100000e+01 |  34.69%|  14.34%
416.67/418.08	c   418s| 43700 | 23737 |  5867k| 122.9 |   301M |  71 | 200 | 643 | 223 |6826 |  1 |2330 |2239 | 8.167846e+00 | 1.100000e+01 |  34.67%|  14.49%
417.36/418.79	c   419s| 43800 | 23773 |  5876k| 122.8 |   304M |  71 | 200 | 643 | 227 |6843 |  0 |2330 |2240 | 8.168057e+00 | 1.100000e+01 |  34.67%|  14.49%
418.35/419.76	c   420s| 43900 | 23815 |  5888k| 122.8 |   309M |  71 | 200 | 644 | 229 |6874 |  1 |2332 |2241 | 8.168474e+00 | 1.100000e+01 |  34.66%|  14.50%
419.15/420.51	c   421s| 44000 | 23859 |  5897k| 122.8 |   309M |  71 | 200 | 644 | 223 |6897 |  0 |2333 |2243 | 8.168474e+00 | 1.100000e+01 |  34.66%|  14.50%
420.25/421.60	c   422s| 44100 | 23891 |  5908k| 122.7 |   309M |  71 | 200 | 645 | 225 |6940 |  0 |2334 |2244 | 8.169258e+00 | 1.100000e+01 |  34.65%|  14.51%
420.75/422.17	c   422s| 44200 | 23933 |  5917k| 122.7 |   309M |  71 | 200 | 645 | 225 |6953 |  1 |2336 |2244 | 8.170730e+00 | 1.100000e+01 |  34.63%|  14.54%
421.44/422.85	c   423s| 44300 | 23971 |  5926k| 122.6 |   309M |  71 | 200 | 645 | 228 |6973 |  0 |2337 |2246 | 8.170918e+00 | 1.100000e+01 |  34.62%|  14.54%
422.24/423.68	c   424s| 44400 | 24017 |  5934k| 122.5 |   309M |  71 | 200 | 643 | 234 |6998 |  1 |2342 |2248 | 8.171185e+00 | 1.100000e+01 |  34.62%|  14.55%
423.04/424.46	c   424s| 44500 | 24065 |  5944k| 122.5 |   309M |  71 | 200 | 642 | 223 |7025 |  1 |2343 |2248 | 8.171185e+00 | 1.100000e+01 |  34.62%|  14.55%
423.53/424.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
423.53/424.94	c   425s| 44600 | 24097 |  5953k| 122.4 |   310M |  71 | 200 | 640 | 229 |7033 |  1 |2345 |2248 | 8.171185e+00 | 1.100000e+01 |  34.62%|  14.55%
424.13/425.55	c   426s| 44700 | 24137 |  5961k| 122.3 |   310M |  71 | 200 | 642 | 227 |7042 |  1 |2349 |2248 | 8.171752e+00 | 1.100000e+01 |  34.61%|  14.59%
424.53/425.91	c   426s| 44800 | 24177 |  5969k| 122.2 |   310M |  71 | 200 | 641 | 223 |7042 |  1 |2350 |2249 | 8.172774e+00 | 1.100000e+01 |  34.59%|  14.60%
425.33/426.74	c   427s| 44900 | 24209 |  5978k| 122.2 |   310M |  71 | 200 | 641 | 223 |7072 |  1 |2351 |2249 | 8.172896e+00 | 1.100000e+01 |  34.59%|  14.60%
425.73/427.18	c   427s| 45000 | 24247 |  5987k| 122.1 |   310M |  71 | 200 | 639 | 223 |7072 |  1 |2352 |2251 | 8.173014e+00 | 1.100000e+01 |  34.59%|  14.61%
426.73/428.19	c   428s| 45100 | 24293 |  5999k| 122.1 |   310M |  71 | 200 | 639 | 234 |7103 |  1 |2353 |2254 | 8.173874e+00 | 1.100000e+01 |  34.58%|  14.61%
427.32/428.79	c   429s| 45200 | 24327 |  6007k| 122.0 |   310M |  71 | 200 | 638 | 223 |7121 |  0 |2354 |2254 | 8.173874e+00 | 1.100000e+01 |  34.58%|  14.61%
428.02/429.43	c   429s| 45300 | 24371 |  6017k| 122.0 |   310M |  71 | 200 | 638 | 223 |7131 |  1 |2358 |2255 | 8.176313e+00 | 1.100000e+01 |  34.53%|  14.72%
428.41/429.80	c   430s| 45400 | 24397 |  6025k| 121.9 |   310M |  71 | 200 | 637 | 223 |7132 |  1 |2359 |2255 | 8.177330e+00 | 1.100000e+01 |  34.52%|  14.73%
429.01/430.49	c   430s| 45500 | 24431 |  6034k| 121.8 |   310M |  71 | 200 | 637 | 224 |7144 |  1 |2362 |2255 | 8.177858e+00 | 1.100000e+01 |  34.51%|  14.74%
430.31/431.77	c   432s| 45600 | 24461 |  6045k| 121.8 |   310M |  71 | 200 | 637 | 223 |7201 |  0 |2362 |2256 | 8.177858e+00 | 1.100000e+01 |  34.51%|  14.74%
431.30/432.71	c   433s| 45700 | 24503 |  6054k| 121.7 |   310M |  71 | 200 | 637 | 230 |7239 |  1 |2364 |2256 | 8.178127e+00 | 1.100000e+01 |  34.51%|  14.74%
431.71/433.13	c   433s| 45800 | 24543 |  6063k| 121.7 |   310M |  71 | 200 | 637 | 227 |7241 |  1 |2366 |2256 | 8.179805e+00 | 1.100000e+01 |  34.48%|  14.76%
432.40/433.81	c   434s| 45900 | 24583 |  6072k| 121.6 |   310M |  71 | 200 | 638 | 227 |7259 |  0 |2371 |2256 | 8.181313e+00 | 1.100000e+01 |  34.45%|  14.77%
433.00/434.48	c   434s| 46000 | 24629 |  6081k| 121.5 |   310M |  71 | 200 | 636 | 224 |7268 |  1 |2373 |2257 | 8.181583e+00 | 1.100000e+01 |  34.45%|  14.77%
433.70/435.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
433.70/435.14	c   435s| 46100 | 24665 |  6090k| 121.5 |   311M |  71 | 200 | 639 | 223 |7294 |  1 |2377 |2258 | 8.181691e+00 | 1.100000e+01 |  34.45%|  14.89%
434.09/435.50	c   436s| 46200 | 24707 |  6098k| 121.4 |   311M |  71 | 200 | 638 | 223 |7295 |  1 |2378 |2258 | 8.181691e+00 | 1.100000e+01 |  34.45%|  14.89%
434.70/436.16	c   436s| 46300 | 24737 |  6106k| 121.3 |   311M |  71 | 200 | 635 | 223 |7315 |  1 |2378 |2258 | 8.181944e+00 | 1.100000e+01 |  34.44%|  14.90%
435.49/436.95	c   437s| 46400 | 24769 |  6116k| 121.3 |   311M |  71 | 200 | 635 | 231 |7344 |  1 |2379 |2258 | 8.182097e+00 | 1.100000e+01 |  34.44%|  14.90%
436.59/438.09	c   438s| 46500 | 24799 |  6126k| 121.2 |   311M |  71 | 200 | 635 | 225 |7395 |  1 |2380 |2258 | 8.182097e+00 | 1.100000e+01 |  34.44%|  14.90%
437.38/438.80	c   439s| 46600 | 24839 |  6134k| 121.1 |   312M |  71 | 200 | 636 | 230 |7417 |  1 |2385 |2259 | 8.182097e+00 | 1.100000e+01 |  34.44%|  14.90%
437.98/439.48	c   439s| 46700 | 24875 |  6144k| 121.1 |   312M |  71 | 200 | 636 | 230 |7430 |  1 |2387 |2259 | 8.182097e+00 | 1.100000e+01 |  34.44%|  14.90%
438.88/440.36	c   440s| 46800 | 24919 |  6153k| 121.0 |   312M |  71 | 200 | 635 | 223 |7462 |  1 |2389 |2259 | 8.183010e+00 | 1.100000e+01 |  34.42%|  14.91%
439.27/440.77	c   441s| 46900 | 24951 |  6161k| 121.0 |   312M |  71 | 200 | 635 | 223 |7462 |  1 |2389 |2259 | 8.184522e+00 | 1.100000e+01 |  34.40%|  14.94%
439.87/441.34	c   441s| 47000 | 24979 |  6169k| 120.9 |   312M |  71 | 200 | 634 | 230 |7478 |  1 |2389 |2260 | 8.184522e+00 | 1.100000e+01 |  34.40%|  14.94%
440.57/442.07	c   442s| 47100 | 25013 |  6178k| 120.8 |   312M |  71 | 200 | 634 | 223 |7505 |  0 |2392 |2262 | 8.185501e+00 | 1.100000e+01 |  34.38%|  14.96%
440.97/442.43	c   442s| 47200 | 25047 |  6186k| 120.7 |   312M |  71 | 200 | 634 | 225 |7505 |  1 |2392 |2262 | 8.185687e+00 | 1.100000e+01 |  34.38%|  14.98%
441.77/443.21	c   443s| 47300 | 25075 |  6195k| 120.7 |   314M |  71 | 200 | 634 | 230 |7531 |  7 |2393 |2262 | 8.185687e+00 | 1.100000e+01 |  34.38%|  14.98%
442.58/444.09	c   444s| 47400 | 25113 |  6204k| 120.6 |   316M |  71 | 200 | 633 | 223 |7559 |  0 |2394 |2264 | 8.185687e+00 | 1.100000e+01 |  34.38%|  14.98%
443.47/444.94	c   445s| 47500 | 25153 |  6214k| 120.6 |   317M |  75 | 200 | 633 | 229 |7585 |  0 |2394 |2265 | 8.185687e+00 | 1.100000e+01 |  34.38%|  14.98%
443.97/445.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
443.97/445.43	c   445s| 47600 | 25189 |  6222k| 120.5 |   317M |  75 | 200 | 631 | 226 |7596 |  0 |2396 |2265 | 8.187030e+00 | 1.100000e+01 |  34.36%|  15.04%
444.46/445.98	c   446s| 47700 | 25235 |  6231k| 120.4 |   317M |  75 | 200 | 630 | 223 |7596 |  0 |2397 |2265 | 8.187621e+00 | 1.100000e+01 |  34.35%|  15.06%
445.36/446.81	c   447s| 47800 | 25265 |  6240k| 120.4 |   317M |  75 | 200 | 627 | 223 |7622 |  1 |2400 |2265 | 8.188368e+00 | 1.100000e+01 |  34.34%|  15.07%
445.96/447.44	c   447s| 47900 | 25305 |  6250k| 120.3 |   317M |  75 | 200 | 628 | 223 |7634 |  0 |2404 |2265 | 8.188368e+00 | 1.100000e+01 |  34.34%|  15.07%
446.46/447.92	c   448s| 48000 | 25337 |  6258k| 120.3 |   317M |  75 | 200 | 629 | 223 |7644 |  1 |2405 |2267 | 8.188370e+00 | 1.100000e+01 |  34.34%|  15.07%
447.05/448.54	c   449s| 48100 | 25367 |  6266k| 120.2 |   317M |  75 | 200 | 627 | 223 |7664 |  1 |2405 |2268 | 8.189634e+00 | 1.100000e+01 |  34.32%|  15.10%
447.66/449.15	c   449s| 48200 | 25407 |  6275k| 120.1 |   317M |  75 | 200 | 626 | 226 |7676 |  1 |2407 |2268 | 8.190163e+00 | 1.100000e+01 |  34.31%|  15.11%
448.35/449.80	c   450s| 48300 | 25449 |  6284k| 120.1 |   317M |  75 | 200 | 625 | 223 |7692 |  1 |2410 |2269 | 8.191270e+00 | 1.100000e+01 |  34.29%|  15.12%
449.05/450.58	c   451s| 48400 | 25485 |  6293k| 120.0 |   319M |  75 | 200 | 620 | 226 |7707 |  0 |2413 |2272 | 8.191439e+00 | 1.100000e+01 |  34.29%|  15.12%
449.45/450.99	c   451s| 48500 | 25523 |  6302k| 119.9 |   319M |  75 | 200 | 620 | 229 |7708 |  0 |2415 |2273 | 8.192565e+00 | 1.100000e+01 |  34.27%|  15.14%
450.34/451.84	c   452s| 48600 | 25557 |  6312k| 119.9 |   319M |  75 | 200 | 619 | 223 |7737 |  1 |2416 |2274 | 8.192877e+00 | 1.100000e+01 |  34.26%|  15.14%
450.84/452.38	c   452s| 48700 | 25599 |  6321k| 119.9 |   319M |  75 | 200 | 618 | 223 |7745 |  1 |2416 |2274 | 8.192877e+00 | 1.100000e+01 |  34.26%|  15.14%
451.64/453.13	c   453s| 48800 | 25633 |  6329k| 119.8 |   319M |  75 | 200 | 621 | 223 |7773 |  1 |2420 |2277 | 8.192877e+00 | 1.100000e+01 |  34.26%|  15.14%
452.13/453.62	c   454s| 48900 | 25667 |  6337k| 119.7 |   319M |  75 | 200 | 621 | 226 |7785 |  1 |2421 |2277 | 8.193385e+00 | 1.100000e+01 |  34.25%|  15.21%
452.73/454.25	c   454s| 49000 | 25697 |  6345k| 119.6 |   319M |  75 | 200 | 622 | 231 |7803 |  0 |2424 |2279 | 8.194468e+00 | 1.100000e+01 |  34.24%|  15.29%
453.13/454.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
453.13/454.62	c   455s| 49100 | 25731 |  6353k| 119.6 |   319M |  75 | 200 | 619 | 224 |7803 |  1 |2425 |2281 | 8.194468e+00 | 1.100000e+01 |  34.24%|  15.29%
453.63/455.11	c   455s| 49200 | 25761 |  6361k| 119.5 |   319M |  75 | 200 | 617 | 230 |7810 |  0 |2426 |2281 | 8.194468e+00 | 1.100000e+01 |  34.24%|  15.29%
454.13/455.67	c   456s| 49300 | 25797 |  6370k| 119.4 |   319M |  75 | 200 | 613 | 229 |7822 |  0 |2427 |2282 | 8.194468e+00 | 1.100000e+01 |  34.24%|  15.29%
454.82/456.32	c   456s| 49400 | 25837 |  6379k| 119.4 |   319M |  75 | 200 | 613 | 224 |7844 |  0 |2427 |2282 | 8.194800e+00 | 1.100000e+01 |  34.23%|  15.30%
455.32/456.89	c   457s| 49500 | 25875 |  6388k| 119.3 |   319M |  75 | 200 | 612 | 224 |7854 |  1 |2428 |2283 | 8.196727e+00 | 1.100000e+01 |  34.20%|  15.32%
455.82/457.33	c   457s| 49600 | 25913 |  6397k| 119.3 |   319M |  75 | 200 | 612 | 227 |7854 |  1 |2430 |2284 | 8.198803e+00 | 1.100000e+01 |  34.17%|  15.34%
456.42/457.98	c   458s| 49700 | 25957 |  6406k| 119.2 |   319M |  75 | 200 | 612 | 223 |7864 |  1 |2430 |2285 | 8.198803e+00 | 1.100000e+01 |  34.17%|  15.34%
456.92/458.43	c   458s| 49800 | 25991 |  6414k| 119.1 |   319M |  75 | 200 | 611 | 225 |7867 |  1 |2433 |2286 | 8.200908e+00 | 1.100000e+01 |  34.13%|  15.54%
457.52/459.04	c   459s| 49900 | 26027 |  6423k| 119.1 |   319M |  75 | 200 | 607 | 228 |7881 |  1 |2436 |2287 | 8.200966e+00 | 1.100000e+01 |  34.13%|  15.54%
458.41/459.98	c   460s| 50000 | 26059 |  6433k| 119.0 |   319M |  75 | 200 | 607 | 227 |7916 |  1 |2436 |2287 | 8.201959e+00 | 1.100000e+01 |  34.11%|  15.63%
458.91/460.47	c   460s| 50100 | 26101 |  6441k| 119.0 |   319M |  75 | 200 | 606 | 230 |7923 |  1 |2438 |2289 | 8.201959e+00 | 1.100000e+01 |  34.11%|  15.63%
459.61/461.19	c   461s| 50200 | 26133 |  6450k| 118.9 |   321M |  75 | 200 | 604 | 231 |7941 |  0 |2439 |2290 | 8.204174e+00 | 1.100000e+01 |  34.08%|  15.66%
460.10/461.68	c   462s| 50300 | 26169 |  6458k| 118.9 |   321M |  75 | 200 | 605 | 225 |7950 |  1 |2441 |2290 | 8.204451e+00 | 1.100000e+01 |  34.07%|  15.66%
460.51/462.05	c   462s| 50400 | 26197 |  6466k| 118.8 |   321M |  75 | 200 | 606 | 223 |7950 |  1 |2443 |2292 | 8.205585e+00 | 1.100000e+01 |  34.06%|  15.67%
461.10/462.60	c   463s| 50500 | 26231 |  6476k| 118.7 |   321M |  75 | 200 | 605 | 225 |7959 |  1 |2443 |2292 | 8.205887e+00 | 1.100000e+01 |  34.05%|  15.68%
461.80/463.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
461.80/463.36	c   463s| 50600 | 26261 |  6487k| 118.7 |   321M |  75 | 200 | 604 | 224 |7981 |  1 |2443 |2292 | 8.206092e+00 | 1.100000e+01 |  34.05%|  15.68%
462.89/464.42	o 10
462.89/464.43	c * 464s| 50690 |  7789 |  6496k| 118.7 |    LP  |  75 | 200 | 222 | 223 |8023 |  1 |2444 |2292 | 8.206092e+00 | 1.000000e+01 |  21.86%|  53.78%
462.89/464.46	c   464s| 50700 |  7789 |  6496k| 118.7 |   321M |  75 | 200 | 222 | 223 |8023 |  0 |2444 |2292 | 8.206382e+00 | 1.000000e+01 |  21.86%|  53.80%
463.60/465.17	c   465s| 50800 |  7793 |  6502k| 118.6 |   321M |  75 | 200 | 222 | 223 |8049 |  0 |2446 |2293 | 8.207013e+00 | 1.000000e+01 |  21.85%|  53.89%
464.19/465.78	c   466s| 50900 |  7805 |  6508k| 118.5 |   321M |  75 | 200 | 222 | 223 |8063 |  1 |2449 |2293 | 8.207777e+00 | 1.000000e+01 |  21.84%|  53.91%
464.69/466.27	c   466s| 51000 |  7827 |  6514k| 118.4 |   321M |  75 | 200 | 222 | 223 |8074 |  1 |2449 |2293 | 8.208510e+00 | 1.000000e+01 |  21.82%|  53.92%
465.68/467.29	c   467s| 51100 |  7827 |  6520k| 118.3 |   321M |  75 | 200 | 222 | 223 |8117 |  0 |2451 |2295 | 8.208510e+00 | 1.000000e+01 |  21.82%|  53.94%
466.38/467.93	c   468s| 51200 |  7839 |  6526k| 118.1 |   321M |  75 | 200 | 222 | 223 |8135 |  1 |2454 |2299 | 8.208698e+00 | 1.000000e+01 |  21.82%|  53.94%
466.98/468.52	c   469s| 51300 |  7837 |  6532k| 118.0 |   321M |  75 | 200 | 222 | 230 |8151 |  1 |2455 |2299 | 8.209917e+00 | 1.000000e+01 |  21.80%|  53.97%
467.77/469.33	c   469s| 51400 |  7843 |  6538k| 117.9 |   321M |  75 | 200 | 222 | 225 |8177 |  0 |2459 |2303 | 8.210078e+00 | 1.000000e+01 |  21.80%|  54.06%
468.48/470.03	c   470s| 51500 |  7855 |  6544k| 117.8 |   321M |  75 | 200 | 222 | 224 |8197 |  0 |2464 |2306 | 8.210142e+00 | 1.000000e+01 |  21.80%|  54.07%
469.07/470.61	c   471s| 51600 |  7863 |  6550k| 117.7 |   321M |  75 | 200 | 222 | 233 |8212 |  0 |2464 |2306 | 8.212161e+00 | 1.000000e+01 |  21.77%|  54.08%
469.77/471.33	c   471s| 51700 |  7875 |  6555k| 117.6 |   321M |  75 | 200 | 222 | 224 |8235 |  1 |2465 |2307 | 8.212161e+00 | 1.000000e+01 |  21.77%|  54.39%
470.47/472.06	c   472s| 51800 |  7889 |  6561k| 117.5 |   321M |  75 | 200 | 223 | 223 |8255 |  1 |2467 |2309 | 8.212161e+00 | 1.000000e+01 |  21.77%|  54.41%
470.96/472.52	c   473s| 51900 |  7907 |  6566k| 117.4 |   321M |  75 | 200 | 223 | 223 |8263 |  1 |2470 |2312 | 8.214626e+00 | 1.000000e+01 |  21.73%|  54.43%
471.47/473.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
471.47/473.08	c   473s| 52000 |  7909 |  6572k| 117.3 |   321M |  75 | 200 | 223 | 224 |8278 |  1 |2470 |2313 | 8.214806e+00 | 1.000000e+01 |  21.73%|  54.45%
472.06/473.65	c   474s| 52100 |  7917 |  6577k| 117.2 |   321M |  75 | 200 | 223 | 222 |8291 |  0 |2472 |2315 | 8.215153e+00 | 1.000000e+01 |  21.73%|  54.46%
472.46/474.09	c   474s| 52200 |  7925 |  6583k| 117.1 |   321M |  75 | 200 | 223 | 223 |8300 |  1 |2473 |2316 | 8.216165e+00 | 1.000000e+01 |  21.71%|  54.47%
473.05/474.67	c   475s| 52300 |  7937 |  6588k| 116.9 |   321M |  75 | 200 | 223 | 223 |8317 |  1 |2473 |2316 | 8.216767e+00 | 1.000000e+01 |  21.70%|  54.48%
473.65/475.23	c   475s| 52400 |  7939 |  6594k| 116.8 |   321M |  75 | 200 | 224 | 227 |8332 |  1 |2475 |2318 | 8.217352e+00 | 1.000000e+01 |  21.69%|  54.50%
474.35/476.00	c   476s| 52500 |  7945 |  6601k| 116.8 |   321M |  75 | 200 | 225 | 223 |8357 |  1 |2476 |2320 | 8.218100e+00 | 1.000000e+01 |  21.68%|  54.67%
475.15/476.79	c   477s| 52600 |  7943 |  6607k| 116.7 |   321M |  75 | 200 | 225 | 223 |8384 |  1 |2478 |2322 | 8.218685e+00 | 1.000000e+01 |  21.67%|  54.70%
475.74/477.32	c   477s| 52700 |  7951 |  6612k| 116.5 |   321M |  75 | 200 | 225 | 231 |8398 |  0 |2478 |2323 | 8.218685e+00 | 1.000000e+01 |  21.67%|  54.71%
476.24/477.86	c   478s| 52800 |  7955 |  6618k| 116.4 |   321M |  75 | 200 | 226 | 224 |8411 |  1 |2481 |2325 | 8.218685e+00 | 1.000000e+01 |  21.67%|  54.75%
476.74/478.31	c   478s| 52900 |  7963 |  6624k| 116.3 |   321M |  75 | 200 | 226 | 226 |8420 |  1 |2483 |2325 | 8.219556e+00 | 1.000000e+01 |  21.66%|  54.76%
477.14/478.78	c   479s| 53000 |  7957 |  6629k| 116.2 |   321M |  75 | 200 | 226 | 226 |8430 |  0 |2484 |2325 | 8.219817e+00 | 1.000000e+01 |  21.66%|  54.79%
477.74/479.35	c   479s| 53100 |  7967 |  6634k| 116.1 |   321M |  75 | 200 | 227 | 223 |8443 |  1 |2486 |2327 | 8.219817e+00 | 1.000000e+01 |  21.66%|  54.81%
478.13/479.79	c   480s| 53200 |  7971 |  6638k| 116.0 |   321M |  75 | 200 | 227 | 223 |8451 |  0 |2490 |2331 | 8.219817e+00 | 1.000000e+01 |  21.66%|  54.82%
478.73/480.33	c   480s| 53300 |  7975 |  6644k| 115.9 |   321M |  75 | 200 | 227 | 223 |8464 |  1 |2492 |2332 | 8.219940e+00 | 1.000000e+01 |  21.66%|  54.84%
479.03/480.66	c   481s| 53400 |  7975 |  6649k| 115.8 |   321M |  75 | 200 | 227 | 225 |8466 |  0 |2497 |2335 | 8.219940e+00 | 1.000000e+01 |  21.66%|  54.85%
479.63/481.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
479.63/481.26	c   481s| 53500 |  7985 |  6654k| 115.7 |   321M |  75 | 200 | 227 | 223 |8484 |  0 |2498 |2335 | 8.221072e+00 | 1.000000e+01 |  21.64%|  54.87%
480.23/481.84	c   482s| 53600 |  7987 |  6660k| 115.5 |   321M |  75 | 200 | 230 | 223 |8499 |  0 |2501 |2338 | 8.221839e+00 | 1.000000e+01 |  21.63%|  54.89%
480.92/482.51	c   483s| 53700 |  7989 |  6665k| 115.4 |   321M |  75 | 200 | 230 | 223 |8520 |  1 |2501 |2338 | 8.221839e+00 | 1.000000e+01 |  21.63%|  54.93%
482.12/483.78	c   484s| 53800 |  8005 |  6672k| 115.4 |   321M |  75 | 200 | 230 | 231 |8574 |  1 |2504 |2340 | 8.221839e+00 | 1.000000e+01 |  21.63%|  54.94%
482.92/484.59	c   485s| 53900 |  8009 |  6678k| 115.3 |   321M |  75 | 200 | 230 | 229 |8602 |  0 |2507 |2342 | 8.222012e+00 | 1.000000e+01 |  21.62%|  54.96%
483.52/485.13	c   485s| 54000 |  8015 |  6684k| 115.2 |   321M |  75 | 200 | 230 | 226 |8615 |  1 |2507 |2342 | 8.222012e+00 | 1.000000e+01 |  21.62%|  54.98%
484.11/485.73	c   486s| 54100 |  8013 |  6688k| 115.0 |   321M |  75 | 200 | 230 | 223 |8636 |  1 |2509 |2343 | 8.222067e+00 | 1.000000e+01 |  21.62%|  55.00%
484.51/486.11	c   486s| 54200 |  8007 |  6693k| 114.9 |   321M |  75 | 200 | 230 | 231 |8643 |  0 |2509 |2345 | 8.222193e+00 | 1.000000e+01 |  21.62%|  55.03%
485.01/486.64	c   487s| 54300 |  8005 |  6698k| 114.8 |   321M |  75 | 200 | 230 | 223 |8658 |  0 |2509 |2345 | 8.222260e+00 | 1.000000e+01 |  21.62%|  55.06%
485.41/487.05	c   487s| 54400 |  8003 |  6702k| 114.7 |   321M |  75 | 200 | 230 | 223 |8666 |  1 |2510 |2346 | 8.222687e+00 | 1.000000e+01 |  21.61%|  55.09%
486.00/487.67	c   488s| 54500 |  8011 |  6708k| 114.6 |   321M |  75 | 200 | 230 | 226 |8683 |  0 |2510 |2346 | 8.222687e+00 | 1.000000e+01 |  21.61%|  55.27%
486.51/488.17	c   488s| 54600 |  8007 |  6714k| 114.5 |   321M |  75 | 200 | 230 | 225 |8695 |  1 |2510 |2346 | 8.222984e+00 | 1.000000e+01 |  21.61%|  55.33%
487.30/488.90	c   489s| 54700 |  8009 |  6720k| 114.4 |   321M |  75 | 200 | 231 | 223 |8718 |  1 |2513 |2348 | 8.223151e+00 | 1.000000e+01 |  21.61%|  55.34%
488.09/489.73	c   490s| 54800 |  8007 |  6726k| 114.3 |   321M |  75 | 200 | 231 | 226 |8746 |  1 |2513 |2348 | 8.223434e+00 | 1.000000e+01 |  21.60%|  55.37%
488.69/490.35	c   490s| 54900 |  8009 |  6731k| 114.2 |   321M |  75 | 200 | 231 | 230 |8763 |  0 |2514 |2349 | 8.223434e+00 | 1.000000e+01 |  21.60%|  55.39%
489.49/491.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
489.49/491.19	c   491s| 55000 |  8013 |  6739k| 114.1 |   321M |  75 | 200 | 231 | 223 |8787 |  1 |2517 |2352 | 8.223445e+00 | 1.000000e+01 |  21.60%|  55.41%
490.49/492.17	c   492s| 55100 |  8015 |  6746k| 114.1 |   321M |  75 | 200 | 231 | 228 |8825 |  1 |2519 |2354 | 8.224086e+00 | 1.000000e+01 |  21.59%|  56.01%
490.98/492.68	c   493s| 55200 |  8021 |  6751k| 114.0 |   321M |  75 | 200 | 231 | 223 |8838 |  0 |2519 |2354 | 8.224086e+00 | 1.000000e+01 |  21.59%|  56.31%
491.58/493.23	c   493s| 55300 |  8023 |  6756k| 113.9 |   321M |  75 | 200 | 231 | 223 |8854 |  1 |2520 |2355 | 8.224195e+00 | 1.000000e+01 |  21.59%|  56.90%
491.88/493.51	c   494s| 55400 |  8023 |  6760k| 113.7 |   321M |  75 | 200 | 231 | 224 |8855 |  1 |2521 |2356 | 8.224859e+00 | 1.000000e+01 |  21.58%|  56.93%
492.58/494.21	c   494s| 55500 |  8027 |  6766k| 113.6 |   321M |  75 | 200 | 231 | 222 |8878 |  0 |2521 |2356 | 8.225619e+00 | 1.000000e+01 |  21.57%|  56.94%
493.07/494.71	c   495s| 55600 |  8031 |  6771k| 113.5 |   321M |  75 | 200 | 231 | 223 |8891 |  0 |2522 |2356 | 8.225634e+00 | 1.000000e+01 |  21.57%|  56.96%
493.87/495.51	c   496s| 55700 |  8033 |  6776k| 113.4 |   321M |  75 | 200 | 231 | 223 |8924 |  0 |2523 |2357 | 8.226567e+00 | 1.000000e+01 |  21.56%|  56.98%
494.57/496.20	c   496s| 55800 |  8039 |  6782k| 113.3 |   321M |  75 | 200 | 231 | 224 |8949 |  1 |2524 |2357 | 8.226567e+00 | 1.000000e+01 |  21.56%|  57.00%
495.07/496.77	c   497s| 55900 |  8041 |  6787k| 113.2 |   321M |  75 | 200 | 232 | 227 |8966 |  0 |2526 |2358 | 8.227918e+00 | 1.000000e+01 |  21.54%|  57.04%
495.76/497.46	c   497s| 56000 |  8043 |  6792k| 113.1 |   321M |  75 | 200 | 232 | 223 |8992 |  0 |2526 |2358 | 8.228642e+00 | 1.000000e+01 |  21.53%|  57.20%
496.16/497.90	c   498s| 56100 |  8035 |  6798k| 113.0 |   321M |  75 | 200 | 232 | 223 |9002 |  1 |2528 |2359 | 8.229575e+00 | 1.000000e+01 |  21.51%|  57.24%
496.86/498.59	c   499s| 56200 |  8033 |  6803k| 112.9 |   321M |  75 | 200 | 233 | 231 |9021 |  0 |2529 |2361 | 8.229653e+00 | 1.000000e+01 |  21.51%|  57.26%
497.66/499.38	c   499s| 56300 |  8039 |  6808k| 112.8 |   321M |  75 | 200 | 233 | 223 |9054 |  0 |2530 |2362 | 8.230029e+00 | 1.000000e+01 |  21.51%|  57.28%
498.75/500.41	c   500s| 56400 |  8049 |  6815k| 112.7 |   321M |  75 | 200 | 233 | 223 |9096 |  1 |2530 |2362 | 8.230116e+00 | 1.000000e+01 |  21.50%|  57.29%
499.65/501.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.65/501.34	c   501s| 56500 |  8045 |  6820k| 112.7 |   321M |  75 | 200 | 233 | 223 |9131 |  0 |2530 |2362 | 8.230116e+00 | 1.000000e+01 |  21.50%|  57.31%
500.35/502.03	c   502s| 56600 |  8049 |  6825k| 112.6 |   321M |  75 | 200 | 233 | 226 |9150 |  1 |2531 |2362 | 8.230231e+00 | 1.000000e+01 |  21.50%|  57.34%
500.74/502.44	c   502s| 56700 |  8053 |  6830k| 112.4 |   321M |  75 | 200 | 233 | 224 |9157 |  0 |2535 |2363 | 8.230231e+00 | 1.000000e+01 |  21.50%|  57.36%
501.35/503.04	c   503s| 56800 |  8055 |  6835k| 112.3 |   321M |  75 | 200 | 234 | 223 |9174 |  0 |2537 |2365 | 8.230890e+00 | 1.000000e+01 |  21.49%|  57.44%
502.14/503.83	c   504s| 56900 |  8059 |  6841k| 112.2 |   321M |  75 | 200 | 235 | 223 |9200 |  1 |2540 |2369 | 8.230890e+00 | 1.000000e+01 |  21.49%|  57.46%
502.64/504.35	c   504s| 57000 |  8055 |  6845k| 112.1 |   321M |  75 | 200 | 236 | 223 |9216 |  1 |2541 |2371 | 8.231319e+00 | 1.000000e+01 |  21.49%|  57.49%
503.04/504.79	c   505s| 57100 |  8057 |  6851k| 112.0 |   321M |  75 | 200 | 236 | 223 |9224 |  0 |2543 |2372 | 8.231641e+00 | 1.000000e+01 |  21.48%|  57.52%
503.83/505.56	c   506s| 57200 |  8053 |  6856k| 112.0 |   321M |  75 | 200 | 237 | 223 |9253 |  0 |2544 |2373 | 8.231790e+00 | 1.000000e+01 |  21.48%|  57.55%
504.73/506.41	c   506s| 57300 |  8051 |  6862k| 111.9 |   321M |  75 | 200 | 238 | 224 |9284 |  1 |2547 |2376 | 8.231986e+00 | 1.000000e+01 |  21.48%|  57.58%
505.13/506.85	c   507s| 57400 |  8055 |  6867k| 111.8 |   321M |  75 | 200 | 238 | 234 |9295 | 11 |2550 |2377 | 8.232207e+00 | 1.000000e+01 |  21.47%|  57.60%
505.92/507.62	c   508s| 57500 |  8061 |  6873k| 111.7 |   322M |  75 | 200 | 238 | 223 |9313 |  2 |2553 |2379 | 8.232250e+00 | 1.000000e+01 |  21.47%|  57.61%
506.52/508.23	c   508s| 57600 |  8049 |  6879k| 111.6 |   322M |  75 | 200 | 238 | 229 |9332 |  0 |2555 |2380 | 8.234485e+00 | 1.000000e+01 |  21.44%|  57.66%
506.92/508.65	c   509s| 57700 |  8059 |  6884k| 111.5 |   322M |  75 | 200 | 238 | 223 |9339 |  1 |2559 |2383 | 8.234485e+00 | 1.000000e+01 |  21.44%|  57.67%
507.42/509.17	c   509s| 57800 |  8055 |  6888k| 111.4 |   322M |  75 | 200 | 238 | 227 |9357 |  0 |2560 |2384 | 8.234485e+00 | 1.000000e+01 |  21.44%|  57.69%
508.02/509.76	c   510s| 57900 |  8057 |  6893k| 111.3 |   322M |  75 | 200 | 239 | 223 |9375 |  0 |2563 |2385 | 8.234955e+00 | 1.000000e+01 |  21.43%|  57.71%
508.42/510.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
508.42/510.15	c   510s| 58000 |  8061 |  6898k| 111.2 |   322M |  75 | 200 | 240 | 227 |9381 |  1 |2566 |2388 | 8.235270e+00 | 1.000000e+01 |  21.43%|  57.73%
509.01/510.74	c   511s| 58100 |  8055 |  6903k| 111.1 |   322M |  75 | 200 | 241 | 224 |9397 |  1 |2569 |2393 | 8.235558e+00 | 1.000000e+01 |  21.42%|  57.83%
509.32/511.08	c   511s| 58200 |  8051 |  6908k| 111.0 |   322M |  75 | 200 | 241 | 223 |9401 |  1 |2573 |2395 | 8.235558e+00 | 1.000000e+01 |  21.42%|  58.00%
509.81/511.50	c   511s| 58300 |  8051 |  6913k| 110.9 |   322M |  75 | 200 | 241 | 222 |9408 |  0 |2574 |2398 | 8.235806e+00 | 1.000000e+01 |  21.42%|  58.02%
510.21/511.94	c   512s| 58400 |  8049 |  6919k| 110.8 |   322M |  75 | 200 | 241 | 223 |9416 |  0 |2575 |2399 | 8.237967e+00 | 1.000000e+01 |  21.39%|  58.04%
510.61/512.35	c   512s| 58500 |  8049 |  6924k| 110.7 |   322M |  75 | 200 | 241 | 223 |9424 |  0 |2576 |2400 | 8.238658e+00 | 1.000000e+01 |  21.38%|  58.07%
511.10/512.83	c   513s| 58600 |  8053 |  6929k| 110.6 |   322M |  75 | 200 | 241 | 223 |9434 |  0 |2576 |2400 | 8.238686e+00 | 1.000000e+01 |  21.38%|  58.10%
511.70/513.42	c   513s| 58700 |  8047 |  6935k| 110.5 |   322M |  75 | 200 | 241 | 226 |9451 |  0 |2576 |2401 | 8.239353e+00 | 1.000000e+01 |  21.37%|  58.13%
512.20/513.99	c   514s| 58800 |  8045 |  6940k| 110.4 |   322M |  75 | 200 | 242 | 224 |9469 |  1 |2578 |2403 | 8.239353e+00 | 1.000000e+01 |  21.37%|  58.15%
512.80/514.57	c   515s| 58900 |  8041 |  6945k| 110.3 |   322M |  75 | 200 | 242 | 227 |9489 |  1 |2578 |2403 | 8.239593e+00 | 1.000000e+01 |  21.37%|  58.18%
513.59/515.39	c   515s| 59000 |  8041 |  6950k| 110.2 |   322M |  75 | 200 | 242 | 223 |9518 |  1 |2581 |2407 | 8.241339e+00 | 1.000000e+01 |  21.34%|  58.20%
514.09/515.82	c   516s| 59100 |  8041 |  6955k| 110.2 |   322M |  75 | 200 | 242 | 223 |9526 |  0 |2584 |2412 | 8.241817e+00 | 1.000000e+01 |  21.33%|  58.22%
514.99/516.77	c   517s| 59200 |  8043 |  6961k| 110.1 |   322M |  75 | 200 | 242 | 223 |9562 |  1 |2587 |2417 | 8.242284e+00 | 1.000000e+01 |  21.33%|  58.24%
515.59/517.33	c   517s| 59300 |  8039 |  6966k| 110.0 |   322M |  75 | 200 | 243 | 231 |9580 |  1 |2588 |2419 | 8.242328e+00 | 1.000000e+01 |  21.32%|  58.27%
516.08/517.88	c   518s| 59400 |  8037 |  6971k| 109.9 |   322M |  75 | 200 | 243 | 230 |9596 |  7 |2590 |2421 | 8.242562e+00 | 1.000000e+01 |  21.32%|  58.29%
516.68/518.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
516.68/518.41	c   518s| 59500 |  8039 |  6976k| 109.8 |   322M |  75 | 200 | 243 | 226 |9610 |  0 |2592 |2423 | 8.242623e+00 | 1.000000e+01 |  21.32%|  58.31%
516.98/518.79	c   519s| 59600 |  8033 |  6980k| 109.7 |   322M |  75 | 200 | 243 | 223 |9618 |  0 |2592 |2423 | 8.242853e+00 | 1.000000e+01 |  21.32%|  58.35%
517.48/519.22	c   519s| 59700 |  8029 |  6985k| 109.6 |   322M |  75 | 200 | 245 | 223 |9626 |  1 |2595 |2425 | 8.243236e+00 | 1.000000e+01 |  21.31%|  58.37%
518.18/519.93	c   520s| 59800 |  8025 |  6991k| 109.5 |   322M |  75 | 200 | 245 | 229 |9650 |  0 |2596 |2426 | 8.243366e+00 | 1.000000e+01 |  21.31%|  58.41%
518.68/520.43	c   520s| 59900 |  8029 |  6995k| 109.4 |   322M |  75 | 200 | 245 | 229 |9663 |  1 |2597 |2428 | 8.243366e+00 | 1.000000e+01 |  21.31%|  58.42%
519.28/521.03	c   521s| 60000 |  8025 |  7001k| 109.3 |   322M |  75 | 200 | 246 | 232 |9682 |  1 |2600 |2431 | 8.243561e+00 | 1.000000e+01 |  21.31%|  58.46%
520.17/521.99	c   522s| 60100 |  8029 |  7007k| 109.2 |   322M |  75 | 200 | 246 | 223 |9717 |  0 |2604 |2433 | 8.244096e+00 | 1.000000e+01 |  21.30%|  58.48%
520.47/522.25	c   522s| 60200 |  8025 |  7012k| 109.1 |   322M |  75 | 200 | 246 | 224 |9717 |  1 |2605 |2434 | 8.244096e+00 | 1.000000e+01 |  21.30%|  58.50%
520.87/522.68	c   523s| 60300 |  8017 |  7016k| 109.0 |   322M |  75 | 200 | 249 | 223 |9726 |  0 |2610 |2439 | 8.245277e+00 | 1.000000e+01 |  21.28%|  58.54%
521.46/523.21	c   523s| 60400 |  8015 |  7021k| 109.0 |   322M |  75 | 200 | 249 | 223 |9742 |  0 |2611 |2439 | 8.245899e+00 | 1.000000e+01 |  21.27%|  58.57%
521.96/523.74	c   524s| 60500 |  8011 |  7026k| 108.9 |   322M |  75 | 200 | 249 | 222 |9758 |  1 |2611 |2439 | 8.245919e+00 | 1.000000e+01 |  21.27%|  58.89%
522.56/524.32	c   524s| 60600 |  8011 |  7031k| 108.8 |   322M |  75 | 200 | 249 | 229 |9773 |  1 |2613 |2442 | 8.245919e+00 | 1.000000e+01 |  21.27%|  58.90%
523.06/524.81	c   525s| 60700 |  8013 |  7038k| 108.7 |   322M |  75 | 200 | 249 | 231 |9783 |  1 |2614 |2442 | 8.246888e+00 | 1.000000e+01 |  21.26%|  58.92%
523.56/525.33	c   525s| 60800 |  8007 |  7043k| 108.6 |   322M |  75 | 200 | 249 | 229 |9797 |  1 |2614 |2442 | 8.247494e+00 | 1.000000e+01 |  21.25%|  58.96%
523.95/525.72	c   526s| 60900 |  8007 |  7048k| 108.5 |   322M |  75 | 200 | 249 | 223 |9803 |  1 |2616 |2444 | 8.247734e+00 | 1.000000e+01 |  21.25%|  59.06%
524.55/526.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
524.55/526.35	c   526s| 61000 |  8011 |  7053k| 108.4 |   322M |  75 | 200 | 249 | 230 |9824 |  1 |2618 |2446 | 8.247734e+00 | 1.000000e+01 |  21.25%|  59.08%
525.15/526.91	c   527s| 61100 |  8013 |  7058k| 108.3 |   322M |  75 | 200 | 249 | 228 |9841 |  0 |2618 |2446 | 8.247734e+00 | 1.000000e+01 |  21.25%|  59.17%
525.55/527.33	c   527s| 61200 |  8005 |  7063k| 108.3 |   322M |  75 | 200 | 249 | 225 |9851 |  0 |2621 |2448 | 8.249131e+00 | 1.000000e+01 |  21.22%|  59.56%
526.15/527.91	c   528s| 61300 |  8003 |  7068k| 108.2 |   322M |  75 | 200 | 249 | 223 |9866 |  0 |2621 |2450 | 8.251086e+00 | 1.000000e+01 |  21.20%|  59.59%
526.35/528.16	c   528s| 61400 |  7997 |  7072k| 108.1 |   322M |  75 | 200 | 249 | 223 |9866 |  1 |2621 |2450 | 8.251086e+00 | 1.000000e+01 |  21.20%|  59.63%
527.04/528.80	c   529s| 61500 |  7993 |  7077k| 108.0 |   322M |  75 | 200 | 249 | 223 |9887 |  0 |2621 |2450 | 8.252521e+00 | 1.000000e+01 |  21.18%|  59.65%
527.54/529.36	c   529s| 61600 |  7989 |  7083k| 107.9 |   322M |  75 | 200 | 250 | 223 |9901 |  0 |2623 |2452 | 8.253169e+00 | 1.000000e+01 |  21.17%|  59.72%
528.14/529.92	c   530s| 61700 |  7989 |  7088k| 107.8 |   322M |  75 | 200 | 250 | 227 |9915 |  0 |2625 |2453 | 8.253829e+00 | 1.000000e+01 |  21.16%|  59.75%
528.64/530.42	c   530s| 61800 |  7979 |  7093k| 107.7 |   322M |  75 | 200 | 250 | 223 |9927 |  0 |2625 |2453 | 8.254203e+00 | 1.000000e+01 |  21.15%|  59.79%
529.04/530.81	c   531s| 61900 |  7969 |  7097k| 107.6 |   322M |  75 | 200 | 250 | 223 |9936 |  1 |2625 |2453 | 8.254206e+00 | 1.000000e+01 |  21.15%|  59.83%
529.53/531.36	c   531s| 62000 |  7967 |  7102k| 107.5 |   322M |  75 | 200 | 250 | 230 |9952 |  1 |2626 |2454 | 8.254742e+00 | 1.000000e+01 |  21.14%|  59.85%
530.03/531.89	c   532s| 62100 |  7959 |  7107k| 107.5 |   322M |  75 | 200 | 250 | 226 |9966 |  0 |2627 |2456 | 8.255095e+00 | 1.000000e+01 |  21.14%|  59.88%
530.63/532.42	c   532s| 62200 |  7953 |  7112k| 107.4 |   322M |  75 | 200 | 250 | 223 |9982 |  0 |2628 |2457 | 8.255095e+00 | 1.000000e+01 |  21.14%|  59.92%
531.23/533.00	c   533s| 62300 |  7947 |  7117k| 107.3 |   322M |  75 | 200 | 250 | 223 |9998 |  1 |2629 |2457 | 8.256206e+00 | 1.000000e+01 |  21.12%|  59.97%
531.73/533.58	c   534s| 62400 |  7937 |  7123k| 107.2 |   322M |  75 | 200 | 250 | 230 |  10k|  1 |2629 |2457 | 8.256864e+00 | 1.000000e+01 |  21.11%|  60.05%
532.33/534.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
532.33/534.17	c   534s| 62500 |  7931 |  7129k| 107.1 |   322M |  75 | 200 | 251 | 235 |  10k|  1 |2630 |2458 | 8.256864e+00 | 1.000000e+01 |  21.11%|  60.09%
532.92/534.77	c   535s| 62600 |  7923 |  7134k| 107.1 |   322M |  75 | 200 | 251 | 226 |  10k|  1 |2631 |2459 | 8.258358e+00 | 1.000000e+01 |  21.09%|  60.28%
533.52/535.33	c   535s| 62700 |  7917 |  7139k| 107.0 |   322M |  75 | 200 | 251 | 226 |  10k|  1 |2632 |2459 | 8.258455e+00 | 1.000000e+01 |  21.09%|  60.31%
534.32/536.19	c   536s| 62800 |  7907 |  7144k| 106.9 |   322M |  75 | 200 | 251 | 223 |  10k|  1 |2632 |2459 | 8.258455e+00 | 1.000000e+01 |  21.09%|  60.34%
534.71/536.59	c   537s| 62900 |  7899 |  7149k| 106.8 |   322M |  75 | 200 | 251 | 226 |  10k|  0 |2632 |2459 | 8.258884e+00 | 1.000000e+01 |  21.08%|  60.59%
535.32/537.14	c   537s| 63000 |  7891 |  7154k| 106.7 |   322M |  75 | 200 | 251 | 229 |  10k|  1 |2632 |2459 | 8.259418e+00 | 1.000000e+01 |  21.07%|  60.65%
535.81/537.61	c   538s| 63100 |  7883 |  7160k| 106.6 |   322M |  75 | 200 | 251 | 223 |  10k|  1 |2635 |2462 | 8.259648e+00 | 1.000000e+01 |  21.07%|  60.70%
536.51/538.31	c   538s| 63200 |  7877 |  7166k| 106.6 |   324M |  75 | 200 | 251 | 226 |  10k|  1 |2639 |2464 | 8.262375e+00 | 1.000000e+01 |  21.03%|  60.74%
536.91/538.74	c   539s| 63300 |  7863 |  7171k| 106.5 |   324M |  75 | 200 | 251 | 234 |  10k| 11 |2639 |2464 | 8.262502e+00 | 1.000000e+01 |  21.03%|  60.93%
537.40/539.25	c   539s| 63400 |  7857 |  7175k| 106.4 |   324M |  75 | 200 | 251 | 225 |  10k|  0 |2639 |2464 | 8.262768e+00 | 1.000000e+01 |  21.02%|  60.97%
538.10/539.98	c   540s| 63500 |  7853 |  7180k| 106.3 |   324M |  75 | 200 | 251 | 229 |  10k|  0 |2639 |2464 | 8.262768e+00 | 1.000000e+01 |  21.02%|  60.99%
538.90/540.72	c   541s| 63600 |  7847 |  7186k| 106.2 |   324M |  75 | 200 | 253 | 230 |  10k|  1 |2642 |2467 | 8.263492e+00 | 1.000000e+01 |  21.01%|  61.03%
539.30/541.13	c   541s| 63700 |  7841 |  7191k| 106.2 |   324M |  75 | 200 | 253 | 223 |  10k|  1 |2642 |2468 | 8.263492e+00 | 1.000000e+01 |  21.01%|  61.06%
539.79/541.67	c   542s| 63800 |  7833 |  7197k| 106.1 |   324M |  75 | 200 | 254 | 223 |  10k|  1 |2646 |2470 | 8.263825e+00 | 1.000000e+01 |  21.01%|  61.10%
540.59/542.43	c   542s| 63900 |  7821 |  7203k| 106.0 |   324M |  75 | 200 | 255 | 223 |  10k|  0 |2647 |2471 | 8.264064e+00 | 1.000000e+01 |  21.01%|  61.16%
541.09/542.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
541.09/542.98	c   543s| 64000 |  7811 |  7208k| 105.9 |   324M |  75 | 200 | 255 | 223 |  10k|  0 |2647 |2471 | 8.264799e+00 | 1.000000e+01 |  21.00%|  61.20%
541.49/543.39	c   543s| 64100 |  7797 |  7213k| 105.9 |   324M |  75 | 200 | 255 | 223 |  10k|  0 |2647 |2471 | 8.265049e+00 | 1.000000e+01 |  20.99%|  61.25%
542.08/543.96	c   544s| 64200 |  7787 |  7219k| 105.8 |   324M |  75 | 200 | 255 | 223 |  10k|  1 |2648 |2471 | 8.266052e+00 | 1.000000e+01 |  20.98%|  61.30%
542.68/544.55	c   545s| 64300 |  7777 |  7223k| 105.7 |   324M |  75 | 200 | 256 | 223 |  10k|  1 |2650 |2473 | 8.266052e+00 | 1.000000e+01 |  20.98%|  61.45%
543.19/545.07	c   545s| 64400 |  7769 |  7228k| 105.6 |   324M |  75 | 200 | 256 | 223 |  10k|  1 |2651 |2474 | 8.266052e+00 | 1.000000e+01 |  20.98%|  61.52%
543.58/545.42	c   545s| 64500 |  7759 |  7232k| 105.5 |   324M |  75 | 200 | 256 | 223 |  10k|  1 |2652 |2474 | 8.266147e+00 | 1.000000e+01 |  20.98%|  61.56%
543.88/545.71	c   546s| 64600 |  7745 |  7237k| 105.4 |   324M |  75 | 200 | 258 | 226 |  10k|  0 |2654 |2476 | 8.266876e+00 | 1.000000e+01 |  20.96%|  61.65%
544.38/546.21	c   546s| 64700 |  7735 |  7242k| 105.3 |   324M |  75 | 200 | 258 | 223 |  10k|  1 |2655 |2477 | 8.267355e+00 | 1.000000e+01 |  20.96%|  61.69%
545.18/547.10	c   547s| 64800 |  7727 |  7249k| 105.3 |   324M |  75 | 200 | 259 | 223 |  10k|  1 |2657 |2478 | 8.269198e+00 | 1.000000e+01 |  20.93%|  61.74%
545.47/547.36	c   547s| 64900 |  7719 |  7253k| 105.2 |   324M |  75 | 200 | 259 | 227 |  10k|  1 |2657 |2479 | 8.269680e+00 | 1.000000e+01 |  20.92%|  61.77%
546.27/548.13	c   548s| 65000 |  7709 |  7258k| 105.1 |   324M |  75 | 200 | 259 | 224 |  10k|  0 |2660 |2481 | 8.270851e+00 | 1.000000e+01 |  20.91%|  61.81%
546.47/548.36	c   548s| 65100 |  7705 |  7262k| 105.0 |   324M |  75 | 200 | 259 | 223 |  10k|  1 |2660 |2481 | 8.270851e+00 | 1.000000e+01 |  20.91%|  61.87%
546.67/548.60	c   549s| 65200 |  7691 |  7266k| 104.9 |   324M |  75 | 200 | 260 | 226 |  10k|  0 |2661 |2483 | 8.271462e+00 | 1.000000e+01 |  20.90%|  61.92%
547.18/549.04	c   549s| 65300 |  7685 |  7271k| 104.9 |   324M |  75 | 200 | 260 | 223 |  10k|  1 |2661 |2483 | 8.272892e+00 | 1.000000e+01 |  20.88%|  61.97%
547.47/549.36	c   549s| 65400 |  7669 |  7276k| 104.8 |   324M |  75 | 200 | 260 | 223 |  10k|  0 |2662 |2483 | 8.273649e+00 | 1.000000e+01 |  20.87%|  62.02%
547.97/549.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
547.97/549.86	c   550s| 65500 |  7659 |  7280k| 104.7 |   324M |  75 | 200 | 260 | 229 |  10k|  0 |2662 |2483 | 8.273673e+00 | 1.000000e+01 |  20.87%|  62.65%
548.37/550.26	c   550s| 65600 |  7643 |  7285k| 104.6 |   324M |  75 | 200 | 260 | 223 |  10k|  1 |2662 |2483 | 8.274703e+00 | 1.000000e+01 |  20.85%|  63.28%
548.67/550.54	c   551s| 65700 |  7631 |  7290k| 104.5 |   324M |  75 | 200 | 260 | 223 |  10k|  1 |2664 |2485 | 8.275534e+00 | 1.000000e+01 |  20.84%|  63.33%
549.07/550.93	c   551s| 65800 |  7617 |  7294k| 104.4 |   324M |  75 | 200 | 260 | 232 |  10k|  1 |2664 |2485 | 8.276159e+00 | 1.000000e+01 |  20.83%|  63.38%
549.66/551.56	c   552s| 65900 |  7607 |  7299k| 104.4 |   324M |  75 | 200 | 261 | 225 |  10k|  1 |2666 |2486 | 8.277618e+00 | 1.000000e+01 |  20.81%|  63.45%
550.06/551.95	c   552s| 66000 |  7595 |  7304k| 104.3 |   324M |  75 | 200 | 261 | 223 |  10k|  0 |2666 |2486 | 8.277809e+00 | 1.000000e+01 |  20.80%|  63.50%
550.56/552.41	c   552s| 66100 |  7581 |  7310k| 104.2 |   324M |  75 | 200 | 261 | 229 |  10k|  0 |2668 |2488 | 8.279400e+00 | 1.000000e+01 |  20.78%|  63.56%
551.06/552.91	c   553s| 66200 |  7567 |  7315k| 104.1 |   324M |  75 | 200 | 263 | 223 |  10k|  0 |2671 |2491 | 8.280212e+00 | 1.000000e+01 |  20.77%|  63.61%
551.56/553.46	c   553s| 66300 |  7549 |  7320k| 104.1 |   324M |  75 | 200 | 263 | 231 |  10k|  1 |2673 |2491 | 8.280871e+00 | 1.000000e+01 |  20.76%|  63.83%
552.05/553.94	c   554s| 66400 |  7535 |  7325k| 104.0 |   324M |  75 | 200 | 263 | 227 |  10k|  0 |2674 |2491 | 8.281812e+00 | 1.000000e+01 |  20.75%|  63.87%
552.45/554.30	c   554s| 66500 |  7521 |  7329k| 103.9 |   324M |  75 | 200 | 263 | 223 |  10k|  0 |2676 |2492 | 8.284579e+00 | 1.000000e+01 |  20.71%|  63.93%
552.65/554.56	c   555s| 66600 |  7505 |  7334k| 103.8 |   324M |  75 | 200 | 263 | 227 |  10k|  0 |2676 |2492 | 8.286427e+00 | 1.000000e+01 |  20.68%|  64.00%
553.05/554.95	c   555s| 66700 |  7497 |  7339k| 103.7 |   324M |  75 | 200 | 263 | 226 |  10k|  0 |2676 |2492 | 8.288473e+00 | 1.000000e+01 |  20.65%|  64.04%
553.45/555.34	c   555s| 66800 |  7485 |  7344k| 103.7 |   324M |  75 | 200 | 263 | 229 |  10k|  0 |2676 |2492 | 8.290116e+00 | 1.000000e+01 |  20.63%|  64.16%
553.95/555.89	c   556s| 66900 |  7467 |  7350k| 103.6 |   324M |  75 | 200 | 263 | 226 |  10k|  0 |2677 |2494 | 8.290176e+00 | 1.000000e+01 |  20.62%|  64.38%
554.45/556.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
554.45/556.33	c   556s| 67000 |  7453 |  7355k| 103.5 |   324M |  75 | 200 | 263 | 224 |  10k|  0 |2677 |2494 | 8.292246e+00 | 1.000000e+01 |  20.59%|  64.44%
554.74/556.69	c   557s| 67100 |  7435 |  7359k| 103.4 |   324M |  75 | 200 | 263 | 231 |  10k|  0 |2677 |2494 | 8.293636e+00 | 1.000000e+01 |  20.57%|  64.50%
555.15/557.06	c   557s| 67200 |  7421 |  7363k| 103.4 |   324M |  75 | 200 | 263 | 230 |  10k|  0 |2677 |2494 | 8.294043e+00 | 1.000000e+01 |  20.57%|  64.55%
555.44/557.33	c   557s| 67300 |  7403 |  7368k| 103.3 |   324M |  77 | 200 | 265 | 223 |  10k|  0 |2680 |2498 | 8.295405e+00 | 1.000000e+01 |  20.55%|  64.61%
555.94/557.89	c   558s| 67400 |  7389 |  7373k| 103.2 |   324M |  77 | 200 | 266 | 223 |  10k|  1 |2681 |2499 | 8.295855e+00 | 1.000000e+01 |  20.54%|  64.67%
556.64/558.59	c   559s| 67500 |  7377 |  7379k| 103.1 |   324M |  77 | 200 | 266 | 228 |  10k|  1 |2684 |2501 | 8.296680e+00 | 1.000000e+01 |  20.53%|  64.72%
557.14/559.00	c   559s| 67600 |  7363 |  7383k| 103.1 |   324M |  77 | 200 | 266 | 224 |  10k|  1 |2685 |2502 | 8.296680e+00 | 1.000000e+01 |  20.53%|  65.06%
557.43/559.38	c   559s| 67700 |  7349 |  7388k| 103.0 |   324M |  77 | 200 | 266 | 230 |  10k|  0 |2685 |2502 | 8.296680e+00 | 1.000000e+01 |  20.53%|  65.11%
558.33/560.22	c   560s| 67800 |  7339 |  7393k| 102.9 |   324M |  77 | 200 | 266 | 223 |  10k|  0 |2685 |2502 | 8.296680e+00 | 1.000000e+01 |  20.53%|  65.15%
558.53/560.47	c   560s| 67900 |  7325 |  7397k| 102.8 |   324M |  77 | 200 | 266 | 223 |  10k|  1 |2685 |2502 | 8.296808e+00 | 1.000000e+01 |  20.53%|  65.21%
558.93/560.80	c   561s| 68000 |  7305 |  7401k| 102.7 |   324M |  77 | 200 | 267 | 230 |  10k|  0 |2686 |2504 | 8.297223e+00 | 1.000000e+01 |  20.52%|  65.27%
559.73/561.68	c   562s| 68100 |  7291 |  7406k| 102.7 |   324M |  77 | 200 | 267 | 232 |  10k|  0 |2687 |2506 | 8.297494e+00 | 1.000000e+01 |  20.52%|  65.32%
560.13/562.10	c   562s| 68200 |  7275 |  7411k| 102.6 |   324M |  77 | 200 | 267 | 223 |  10k|  1 |2687 |2506 | 8.298182e+00 | 1.000000e+01 |  20.51%|  65.38%
560.62/562.57	c   563s| 68300 |  7261 |  7415k| 102.5 |   324M |  77 | 200 | 267 | 229 |  10k|  1 |2687 |2506 | 8.298277e+00 | 1.000000e+01 |  20.51%|  65.55%
561.13/563.05	c   563s| 68400 |  7243 |  7420k| 102.4 |   324M |  77 | 200 | 267 | 223 |  10k|  0 |2690 |2509 | 8.298407e+00 | 1.000000e+01 |  20.51%|  65.61%
561.52/563.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
561.52/563.44	c   563s| 68500 |  7227 |  7424k| 102.3 |   324M |  77 | 200 | 267 | 230 |  10k|  1 |2690 |2510 | 8.298407e+00 | 1.000000e+01 |  20.51%|  65.67%
562.12/564.08	c   564s| 68600 |  7201 |  7431k| 102.3 |   324M |  77 | 200 | 267 | 228 |  10k|  1 |2690 |2510 | 8.301072e+00 | 1.000000e+01 |  20.47%|  66.26%
562.42/564.36	c   564s| 68700 |  7179 |  7436k| 102.2 |   324M |  77 | 200 | 267 | 230 |  10k|  1 |2690 |2510 | 8.301955e+00 | 1.000000e+01 |  20.45%|  66.35%
563.12/565.07	c   565s| 68800 |  7151 |  7442k| 102.2 |   324M |  77 | 200 | 267 | 223 |  10k|  0 |2692 |2512 | 8.303624e+00 | 1.000000e+01 |  20.43%|  66.58%
563.41/565.32	c   565s| 68900 |  7127 |  7446k| 102.1 |   324M |  77 | 200 | 267 | 223 |  10k|  0 |2692 |2512 | 8.304083e+00 | 1.000000e+01 |  20.42%|  66.66%
563.81/565.74	c   566s| 69000 |  7105 |  7451k| 102.0 |   324M |  77 | 200 | 269 | 223 |  10k|  1 |2694 |2514 | 8.305442e+00 | 1.000000e+01 |  20.40%|  66.81%
564.31/566.25	c   566s| 69100 |  7089 |  7456k| 101.9 |   324M |  77 | 200 | 269 | 230 |  10k|  0 |2694 |2514 | 8.305611e+00 | 1.000000e+01 |  20.40%|  66.94%
564.61/566.56	c   567s| 69200 |  7067 |  7459k| 101.8 |   324M |  77 | 200 | 268 | 222 |  10k|  0 |2696 |2515 | 8.305822e+00 | 1.000000e+01 |  20.40%|  67.02%
564.91/566.84	c   567s| 69300 |  7041 |  7464k| 101.8 |   324M |  77 | 200 | 268 | 226 |  10k|  1 |2697 |2516 | 8.308471e+00 | 1.000000e+01 |  20.36%|  67.12%
565.30/567.25	c   567s| 69400 |  7023 |  7469k| 101.7 |   324M |  77 | 200 | 268 | 223 |  10k|  1 |2698 |2517 | 8.309546e+00 | 1.000000e+01 |  20.34%|  67.19%
565.70/567.65	c   568s| 69500 |  7001 |  7474k| 101.6 |   324M |  77 | 200 | 267 | 223 |  10k|  1 |2700 |2518 | 8.310156e+00 | 1.000000e+01 |  20.33%|  67.48%
566.21/568.14	c   568s| 69600 |  6977 |  7478k| 101.5 |   324M |  77 | 200 | 267 | 223 |  10k|  0 |2701 |2519 | 8.311763e+00 | 1.000000e+01 |  20.31%|  67.56%
566.50/568.44	c   568s| 69700 |  6949 |  7483k| 101.5 |   324M |  77 | 200 | 267 | 230 |  10k|  0 |2701 |2519 | 8.313028e+00 | 1.000000e+01 |  20.29%|  67.65%
566.90/568.81	c   569s| 69800 |  6925 |  7488k| 101.4 |   324M |  77 | 200 | 267 | 218 |  10k|  1 |2702 |2519 | 8.314206e+00 | 1.000000e+01 |  20.28%|  67.77%
567.30/569.24	c   569s| 69900 |  6901 |  7493k| 101.3 |   324M |  77 | 200 | 267 | 227 |  10k|  0 |2703 |2519 | 8.314892e+00 | 1.000000e+01 |  20.27%|  67.89%
567.69/569.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
567.69/569.61	c   570s| 70000 |  6875 |  7497k| 101.3 |   324M |  77 | 200 | 266 | 226 |  10k|  0 |2703 |2519 | 8.315094e+00 | 1.000000e+01 |  20.26%|  67.98%
567.99/569.99	c   570s| 70100 |  6851 |  7502k| 101.2 |   324M |  77 | 200 | 266 | 223 |  10k|  0 |2703 |2519 | 8.316267e+00 | 1.000000e+01 |  20.25%|  68.14%
568.49/570.45	c   570s| 70200 |  6827 |  7507k| 101.1 |   324M |  77 | 200 | 265 | 223 |  10k|  0 |2703 |2519 | 8.316392e+00 | 1.000000e+01 |  20.24%|  68.22%
568.79/570.77	c   571s| 70300 |  6799 |  7511k| 101.0 |   324M |  77 | 200 | 265 | 232 |  10k|  1 |2703 |2519 | 8.316675e+00 | 1.000000e+01 |  20.24%|  68.31%
569.19/571.16	c   571s| 70400 |  6773 |  7516k| 101.0 |   324M |  77 | 200 | 265 | 223 |  10k|  0 |2706 |2523 | 8.316864e+00 | 1.000000e+01 |  20.24%|  68.40%
569.59/571.56	c   572s| 70500 |  6749 |  7521k| 100.9 |   324M |  77 | 200 | 265 | 230 |  10k|  0 |2706 |2523 | 8.317129e+00 | 1.000000e+01 |  20.23%|  68.50%
570.09/572.06	c   572s| 70600 |  6725 |  7526k| 100.8 |   324M |  77 | 200 | 265 | 223 |  10k|  1 |2706 |2523 | 8.317308e+00 | 1.000000e+01 |  20.23%|  68.77%
570.88/572.81	c   573s| 70700 |  6693 |  7532k| 100.8 |   324M |  77 | 200 | 264 | 225 |  10k|  0 |2707 |2523 | 8.319043e+00 | 1.000000e+01 |  20.21%|  68.92%
571.28/573.21	c   573s| 70800 |  6665 |  7537k| 100.7 |   324M |  77 | 200 | 264 | 223 |  10k|  0 |2707 |2524 | 8.320169e+00 | 1.000000e+01 |  20.19%|  69.02%
571.68/573.65	c   574s| 70900 |  6635 |  7541k| 100.6 |   324M |  77 | 200 | 264 | 227 |  10k|  0 |2708 |2524 | 8.323837e+00 | 1.000000e+01 |  20.14%|  69.12%
572.18/574.11	c   574s| 71000 |  6613 |  7546k| 100.6 |   324M |  77 | 200 | 264 | 231 |  10k|  0 |2708 |2525 | 8.325012e+00 | 1.000000e+01 |  20.12%|  69.19%
572.77/574.70	c   575s| 71100 |  6587 |  7552k| 100.5 |   324M |  77 | 200 | 264 | 230 |  10k|  0 |2710 |2526 | 8.327038e+00 | 1.000000e+01 |  20.09%|  69.46%
573.18/575.14	c   575s| 71200 |  6561 |  7557k| 100.4 |   324M |  77 | 200 | 264 | 231 |  10k|  1 |2712 |2527 | 8.327038e+00 | 1.000000e+01 |  20.09%|  69.62%
573.47/575.43	c   575s| 71300 |  6529 |  7562k| 100.4 |   324M |  77 | 200 | 264 | 229 |  10k|  1 |2712 |2527 | 8.327038e+00 | 1.000000e+01 |  20.09%|  69.94%
573.77/575.70	c   576s| 71400 |  6501 |  7567k| 100.3 |   324M |  77 | 200 | 264 | 223 |  10k|  0 |2713 |2529 | 8.327386e+00 | 1.000000e+01 |  20.09%|  70.02%
574.07/576.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
574.07/576.00	c   576s| 71500 |  6475 |  7572k| 100.2 |   324M |  77 | 200 | 264 | 223 |  10k|  1 |2713 |2529 | 8.328736e+00 | 1.000000e+01 |  20.07%|  70.12%
574.77/576.70	c   577s| 71600 |  6447 |  7578k| 100.2 |   324M |  77 | 200 | 264 | 235 |  11k|  0 |2713 |2530 | 8.330210e+00 | 1.000000e+01 |  20.04%|  70.21%
575.07/577.01	c   577s| 71700 |  6413 |  7584k| 100.1 |   324M |  77 | 200 | 262 | 223 |  11k|  0 |2713 |2530 | 8.333072e+00 | 1.000000e+01 |  20.00%|  70.37%
575.36/577.34	c   577s| 71800 |  6377 |  7589k| 100.1 |   324M |  77 | 200 | 262 | 227 |  11k|  0 |2713 |2530 | 8.335207e+00 | 1.000000e+01 |  19.97%|  70.68%
575.66/577.69	c   578s| 71900 |  6343 |  7594k| 100.0 |   324M |  77 | 200 | 262 | 228 |  11k|  0 |2713 |2530 | 8.336265e+00 | 1.000000e+01 |  19.96%|  70.78%
576.17/578.14	c   578s| 72000 |  6317 |  7599k|  99.9 |   324M |  77 | 200 | 262 | 230 |  11k|  0 |2713 |2530 | 8.338507e+00 | 1.000000e+01 |  19.93%|  70.88%
576.46/578.47	c   578s| 72100 |  6281 |  7605k|  99.9 |   324M |  77 | 200 | 262 | 227 |  11k|  0 |2713 |2532 | 8.341668e+00 | 1.000000e+01 |  19.88%|  71.04%
576.96/578.95	c   579s| 72200 |  6243 |  7610k|  99.8 |   324M |  77 | 200 | 262 | 233 |  11k|  0 |2713 |2532 | 8.345211e+00 | 1.000000e+01 |  19.83%|  71.17%
577.36/579.33	c   579s| 72300 |  6201 |  7617k|  99.8 |   324M |  77 | 200 | 261 | 240 |  11k|  0 |2713 |2532 | 8.347106e+00 | 1.000000e+01 |  19.80%|  71.33%
577.66/579.64	c   580s| 72400 |  6163 |  7622k|  99.7 |   324M |  77 | 200 | 261 | 235 |  11k|  1 |2713 |2532 | 8.347620e+00 | 1.000000e+01 |  19.79%|  71.79%
578.45/580.41	c   580s| 72500 |  6125 |  7629k|  99.7 |   324M |  77 | 200 | 260 | 226 |  11k|  0 |2714 |2532 | 8.350052e+00 | 1.000000e+01 |  19.76%|  71.93%
578.75/580.73	c   581s| 72600 |  6093 |  7635k|  99.6 |   324M |  77 | 200 | 259 | 223 |  11k|  0 |2714 |2532 | 8.351932e+00 | 1.000000e+01 |  19.73%|  73.35%
579.25/581.20	c   581s| 72700 |  6047 |  7641k|  99.6 |   324M |  77 | 200 | 259 | 223 |  11k|  0 |2714 |2532 | 8.355587e+00 | 1.000000e+01 |  19.68%|  73.54%
579.85/581.84	c   582s| 72800 |  6005 |  7648k|  99.5 |   324M |  77 | 200 | 257 | 233 |  11k|  0 |2715 |2533 | 8.357591e+00 | 1.000000e+01 |  19.65%|  73.72%
580.25/582.29	c   582s| 72900 |  5967 |  7654k|  99.5 |   324M |  77 | 200 | 257 | 236 |  11k|  0 |2715 |2533 | 8.360385e+00 | 1.000000e+01 |  19.61%|  73.88%
580.74/582.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
580.74/582.79	c   583s| 73000 |  5929 |  7660k|  99.4 |   324M |  77 | 200 | 257 | 229 |  11k|  0 |2715 |2533 | 8.362711e+00 | 1.000000e+01 |  19.58%|  74.16%
581.24/583.22	c   583s| 73100 |  5893 |  7666k|  99.4 |   324M |  77 | 200 | 257 | 236 |  11k|  0 |2717 |2533 | 8.365429e+00 | 1.000000e+01 |  19.54%|  74.32%
581.74/583.79	c   584s| 73200 |  5853 |  7674k|  99.3 |   324M |  77 | 200 | 256 | 230 |  11k|  0 |2717 |2533 | 8.367658e+00 | 1.000000e+01 |  19.51%|  74.51%
582.34/584.30	c   584s| 73300 |  5809 |  7681k|  99.3 |   324M |  77 | 200 | 256 | 223 |  11k|  0 |2717 |2533 | 8.368359e+00 | 1.000000e+01 |  19.50%|  74.69%
582.64/584.69	c   585s| 73400 |  5777 |  7687k|  99.3 |   324M |  77 | 200 | 255 | 223 |  11k|  0 |2719 |2534 | 8.369483e+00 | 1.000000e+01 |  19.48%|  74.87%
583.23/585.26	c   585s| 73500 |  5735 |  7695k|  99.2 |   324M |  77 | 200 | 255 | 233 |  11k|  1 |2720 |2534 | 8.372039e+00 | 1.000000e+01 |  19.45%|  75.45%
583.93/585.91	c   586s| 73600 |  5695 |  7702k|  99.2 |   324M |  77 | 200 | 255 | 230 |  11k|  0 |2720 |2534 | 8.375467e+00 | 1.000000e+01 |  19.40%|  75.80%
584.33/586.37	c   586s| 73700 |  5645 |  7710k|  99.2 |   324M |  77 | 200 | 255 | 228 |  11k|  0 |2720 |2534 | 8.376996e+00 | 1.000000e+01 |  19.37%|  76.02%
584.93/586.98	c   587s| 73800 |  5601 |  7719k|  99.2 |   324M |  77 | 200 | 255 | 223 |  11k|  0 |2721 |2534 | 8.387043e+00 | 1.000000e+01 |  19.23%|  76.19%
585.53/587.53	c   588s| 73900 |  5559 |  7725k|  99.1 |   324M |  77 | 200 | 255 | 223 |  11k|  0 |2721 |2534 | 8.390064e+00 | 1.000000e+01 |  19.19%|  76.47%
586.03/588.09	c   588s| 74000 |  5513 |  7733k|  99.1 |   324M |  77 | 200 | 254 | 234 |  11k|  1 |2721 |2534 | 8.395024e+00 | 1.000000e+01 |  19.12%|  76.98%
586.52/588.51	c   589s| 74100 |  5467 |  7740k|  99.0 |   324M |  77 | 200 | 254 | 229 |  11k|  0 |2722 |2534 | 8.399452e+00 | 1.000000e+01 |  19.06%|  77.18%
587.02/589.06	c   589s| 74200 |  5417 |  7747k|  99.0 |   324M |  77 | 200 | 254 | 236 |  11k|  0 |2722 |2534 | 8.407246e+00 | 1.000000e+01 |  18.95%|  77.43%
587.52/589.53	c   590s| 74300 |  5355 |  7755k|  99.0 |   324M |  77 | 200 | 254 | 223 |  11k|  0 |2726 |2537 | 8.410998e+00 | 1.000000e+01 |  18.89%|  77.74%
588.02/590.05	c   590s| 74400 |  5305 |  7762k|  99.0 |   324M |  77 | 200 | 254 | 231 |  11k|  0 |2728 |2539 | 8.414213e+00 | 1.000000e+01 |  18.85%|  77.96%
588.51/590.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
588.51/590.53	c   591s| 74500 |  5247 |  7771k|  98.9 |   324M |  77 | 200 | 255 | 226 |  11k|  1 |2729 |2540 | 8.422335e+00 | 1.000000e+01 |  18.73%|  78.21%
589.02/591.10	c   591s| 74600 |  5199 |  7778k|  98.9 |   324M |  77 | 200 | 254 | 225 |  11k|  0 |2731 |2540 | 8.428298e+00 | 1.000000e+01 |  18.65%|  78.35%
589.41/591.48	c   591s| 74700 |  5151 |  7783k|  98.8 |   324M |  77 | 200 | 254 | 229 |  11k|  0 |2731 |2540 | 8.430197e+00 | 1.000000e+01 |  18.62%|  78.56%
589.91/591.98	c   592s| 74800 |  5085 |  7792k|  98.8 |   324M |  77 | 200 | 252 | 227 |  11k|  0 |2732 |2541 | 8.436745e+00 | 1.000000e+01 |  18.53%|  78.88%
590.41/592.43	c   592s| 74900 |  5027 |  7799k|  98.8 |   324M |  77 | 200 | 251 | 230 |  11k|  0 |2733 |2542 | 8.443857e+00 | 1.000000e+01 |  18.43%|  79.16%
590.80/592.86	c   593s| 75000 |  4965 |  7806k|  98.7 |   324M |  77 | 200 | 251 | 224 |  11k|  0 |2733 |2542 | 8.446686e+00 | 1.000000e+01 |  18.39%|  79.54%
591.30/593.32	c   593s| 75100 |  4901 |  7814k|  98.7 |   324M |  77 | 200 | 250 | 263 |  11k|  0 |2733 |2542 | 8.455219e+00 | 1.000000e+01 |  18.27%|  79.85%
591.80/593.84	c   594s| 75200 |  4829 |  7822k|  98.7 |   324M |  77 | 200 | 250 | 243 |  11k|  0 |2733 |2543 | 8.460314e+00 | 1.000000e+01 |  18.20%|  80.36%
592.40/594.40	c   594s| 75300 |  4745 |  7830k|  98.7 |   324M |  77 | 200 | 249 | 276 |  11k|  0 |2733 |2543 | 8.465348e+00 | 1.000000e+01 |  18.13%|  80.75%
592.89/594.98	c   595s| 75400 |  4657 |  7838k|  98.7 |   324M |  77 | 200 | 249 | 268 |  11k|  0 |2733 |2543 | 8.473541e+00 | 1.000000e+01 |  18.01%|  81.51%
593.79/595.81	c   596s| 75500 |  4559 |  7847k|  98.6 |   325M |  77 | 200 | 248 | 422 |  11k|  0 |2733 |2543 | 8.486626e+00 | 1.000000e+01 |  17.83%|  82.26%
594.49/596.55	c   597s| 75600 |  4467 |  7855k|  98.6 |   325M |  77 | 200 | 248 | 245 |  11k|  0 |2733 |2543 | 8.500206e+00 | 1.000000e+01 |  17.64%|  82.87%
595.09/597.13	c   597s| 75700 |  4375 |  7862k|  98.6 |   325M |  77 | 200 | 247 | 391 |  11k|  0 |2733 |2543 | 8.511292e+00 | 1.000000e+01 |  17.49%|  83.31%
595.69/597.76	c   598s| 75800 |  4281 |  7869k|  98.6 |   325M |  77 | 200 | 246 | 249 |  11k|  0 |2733 |2543 | 8.516196e+00 | 1.000000e+01 |  17.42%|  83.80%
596.28/598.32	c   598s| 75900 |  4189 |  7877k|  98.5 |   325M |  77 | 200 | 246 | 385 |  11k|  0 |2733 |2543 | 8.529074e+00 | 1.000000e+01 |  17.25%|  84.21%
597.09/599.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
597.09/599.10	c   599s| 76000 |  4089 |  7883k|  98.5 |   325M |  77 | 200 | 246 | 429 |  11k|  0 |2733 |2544 | 8.539852e+00 | 1.000000e+01 |  17.10%|  85.05%
597.88/599.90	c   600s| 76100 |  3991 |  7890k|  98.4 |   325M |  77 | 200 | 244 | 523 |  11k|  0 |2733 |2544 | 8.546790e+00 | 1.000000e+01 |  17.00%|  85.88%
598.87/600.97	c   601s| 76200 |  3893 |  7896k|  98.4 |   325M |  77 | 200 | 243 | 287 |  11k|  0 |2733 |2544 | 8.556632e+00 | 1.000000e+01 |  16.87%|  86.28%
599.57/601.62	c   602s| 76300 |  3795 |  7902k|  98.4 |   325M |  77 | 200 | 243 | 315 |  11k|  0 |2733 |2544 | 8.563130e+00 | 1.000000e+01 |  16.78%|  86.74%
600.36/602.42	c   602s| 76400 |  3695 |  7908k|  98.3 |   325M |  77 | 200 | 241 | 547 |  11k|  0 |2733 |2544 | 8.570692e+00 | 1.000000e+01 |  16.68%|  87.28%
601.57/603.66	c   604s| 76500 |  3595 |  7914k|  98.3 |   325M |  77 | 200 | 240 | 732 |  11k|  0 |2733 |2544 | 8.576135e+00 | 1.000000e+01 |  16.60%|  87.68%
602.96/605.05	c   605s| 76600 |  3495 |  7920k|  98.2 |   325M |  77 | 200 | 240 | 828 |  11k|  0 |2733 |2544 | 8.586923e+00 | 1.000000e+01 |  16.46%|  88.12%
604.54/606.67	c   607s| 76700 |  3395 |  7925k|  98.1 |   325M |  77 | 200 | 239 | 895 |  11k|  0 |2733 |2544 | 8.596246e+00 | 1.000000e+01 |  16.33%|  88.56%
606.44/608.52	c   609s| 76800 |  3295 |  7930k|  98.1 |   326M |  77 | 200 | 239 |1036 |  11k|  0 |2733 |2544 | 8.609420e+00 | 1.000000e+01 |  16.15%|  89.23%
608.34/610.46	c   610s| 76900 |  3195 |  7935k|  98.0 |   326M |  77 | 200 | 239 |1120 |  11k|  0 |2733 |2544 | 8.613381e+00 | 1.000000e+01 |  16.10%|  89.70%
610.43/612.51	c   613s| 77000 |  3095 |  7940k|  98.0 |   326M |  77 | 200 | 239 |1185 |  11k|  0 |2733 |2544 | 8.624889e+00 | 1.000000e+01 |  15.94%|  90.08%
612.42/614.54	c   615s| 77100 |  2995 |  7945k|  97.9 |   326M |  77 | 200 | 238 |1248 |  11k|  0 |2733 |2544 | 8.631233e+00 | 1.000000e+01 |  15.86%|  90.43%
613.52/615.66	c   616s| 77200 |  2897 |  7949k|  97.8 |   326M |  77 | 200 | 238 | 420 |  11k|  0 |2733 |2544 | 8.635582e+00 | 1.000000e+01 |  15.80%|  90.78%
614.31/616.49	c   616s| 77300 |  2797 |  7953k|  97.8 |   326M |  77 | 200 | 238 | 648 |  11k|  0 |2733 |2544 | 8.640182e+00 | 1.000000e+01 |  15.74%|  91.27%
615.61/617.72	c   618s| 77400 |  2697 |  7957k|  97.7 |   326M |  77 | 200 | 237 | 816 |  11k|  0 |2733 |2544 | 8.648167e+00 | 1.000000e+01 |  15.63%|  91.62%
616.90/619.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
616.90/619.10	c   619s| 77500 |  2597 |  7960k|  97.6 |   326M |  77 | 200 | 237 | 909 |  11k|  0 |2733 |2544 | 8.654245e+00 | 1.000000e+01 |  15.55%|  91.91%
618.59/620.72	c   621s| 77600 |  2497 |  7964k|  97.5 |   326M |  77 | 200 | 236 |1043 |  11k|  0 |2733 |2544 | 8.664412e+00 | 1.000000e+01 |  15.41%|  92.33%
620.29/622.41	c   622s| 77700 |  2397 |  7967k|  97.5 |   326M |  77 | 200 | 236 |1105 |  11k|  0 |2733 |2544 | 8.668173e+00 | 1.000000e+01 |  15.36%|  92.63%
622.08/624.27	c   624s| 77800 |  2297 |  7971k|  97.4 |   326M |  77 | 200 | 236 |1232 |  11k|  0 |2733 |2544 | 8.675522e+00 | 1.000000e+01 |  15.27%|  93.49%
624.07/626.23	c   626s| 77900 |  2197 |  7974k|  97.3 |   326M |  77 | 200 | 236 |1310 |  11k|  0 |2733 |2544 | 8.682534e+00 | 1.000000e+01 |  15.17%|  93.80%
626.36/628.55	c   629s| 78000 |  2097 |  7977k|  97.2 |   326M |  77 | 200 | 236 |1417 |  11k|  0 |2733 |2544 | 8.693591e+00 | 1.000000e+01 |  15.03%|  94.19%
628.65/630.88	c   631s| 78100 |  1997 |  7980k|  97.1 |   326M |  77 | 200 | 235 |1468 |  11k|  0 |2733 |2544 | 8.701398e+00 | 1.000000e+01 |  14.92%|  94.54%
631.04/633.26	c   633s| 78200 |  1897 |  7983k|  97.1 |   326M |  77 | 200 | 233 |1505 |  11k|  0 |2733 |2544 | 8.708304e+00 | 1.000000e+01 |  14.83%|  94.78%
633.33/635.59	c   636s| 78300 |  1797 |  7986k|  97.0 |   327M |  77 | 200 | 233 |1539 |  11k|  0 |2733 |2544 | 8.714907e+00 | 1.000000e+01 |  14.75%|  95.07%
635.92/638.12	c   638s| 78400 |  1697 |  7989k|  96.9 |   327M |  77 | 200 | 233 |1603 |  11k|  0 |2733 |2544 | 8.723919e+00 | 1.000000e+01 |  14.63%|  95.47%
638.61/640.84	c   641s| 78500 |  1597 |  7992k|  96.8 |   327M |  77 | 200 | 232 |1704 |  11k|  0 |2733 |2544 | 8.730118e+00 | 1.000000e+01 |  14.55%|  95.72%
641.20/643.43	c   643s| 78600 |  1497 |  7994k|  96.7 |   327M |  77 | 200 | 232 |1760 |  11k|  0 |2733 |2544 | 8.738370e+00 | 1.000000e+01 |  14.44%|  95.96%
644.09/646.30	c   646s| 78700 |  1397 |  7996k|  96.6 |   327M |  77 | 200 | 232 |1812 |  11k|  0 |2733 |2544 | 8.748683e+00 | 1.000000e+01 |  14.30%|  96.22%
647.18/649.49	c   649s| 78800 |  1297 |  7999k|  96.6 |   327M |  77 | 200 | 232 |1879 |  11k|  0 |2733 |2544 | 8.759145e+00 | 1.000000e+01 |  14.17%|  96.78%
650.36/652.64	c   653s| 78900 |  1197 |  8003k|  96.5 |   327M |  77 | 200 | 232 |1927 |  11k|  0 |2733 |2544 | 8.767856e+00 | 1.000000e+01 |  14.05%|  97.04%
654.14/656.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
654.14/656.40	c   656s| 79000 |  1097 |  8007k|  96.4 |   327M |  77 | 200 | 232 |2073 |  11k|  0 |2733 |2544 | 8.777489e+00 | 1.000000e+01 |  13.93%|  97.29%
657.63/659.92	c   660s| 79100 |   997 |  8010k|  96.3 |   328M |  77 | 200 | 231 |2130 |  11k|  0 |2733 |2544 | 8.791667e+00 | 1.000000e+01 |  13.74%|  97.55%
661.21/663.50	c   663s| 79200 |   897 |  8012k|  96.2 |   328M |  77 | 200 | 230 |2200 |  11k|  0 |2733 |2544 | 8.797257e+00 | 1.000000e+01 |  13.67%|  97.80%
664.90/667.26	c   667s| 79300 |   797 |  8016k|  96.2 |   328M |  77 | 200 | 230 |2272 |  11k|  0 |2733 |2544 | 8.801899e+00 | 1.000000e+01 |  13.61%|  98.05%
668.57/670.92	c   671s| 79400 |   697 |  8018k|  96.1 |   328M |  77 | 200 | 229 |2320 |  11k|  0 |2733 |2544 | 8.808996e+00 | 1.000000e+01 |  13.52%|  98.30%
672.66/675.01	c   675s| 79500 |   597 |  8021k|  96.0 |   328M |  77 | 200 | 229 |2422 |  11k|  0 |2733 |2544 | 8.821904e+00 | 1.000000e+01 |  13.35%|  98.55%
676.74/679.19	c   679s| 79600 |   497 |  8024k|  95.9 |   328M |  77 | 200 | 229 |2493 |  11k|  0 |2733 |2544 | 8.831366e+00 | 1.000000e+01 |  13.23%|  98.79%
681.33/683.70	c   684s| 79700 |   397 |  8026k|  95.8 |   329M |  77 | 200 | 229 |2605 |  11k|  0 |2733 |2544 | 8.838777e+00 | 1.000000e+01 |  13.14%|  99.03%
686.01/688.49	c   688s| 79800 |   297 |  8029k|  95.8 |   329M |  77 | 200 | 229 |2736 |  11k|  0 |2733 |2544 | 8.848065e+00 | 1.000000e+01 |  13.02%|  99.27%
690.89/693.35	c   693s| 79900 |   197 |  8032k|  95.7 |   329M |  77 | 200 | 229 |2827 |  11k|  0 |2733 |2544 | 8.862466e+00 | 1.000000e+01 |  12.84%|  99.50%
696.26/698.70	c   699s| 80000 |    97 |  8034k|  95.6 |   329M |  77 | 200 | 229 |2980 |  11k|  0 |2733 |2544 | 8.885030e+00 | 1.000000e+01 |  12.55%|  99.74%
701.93/704.47	c 
701.93/704.47	c SCIP Status        : problem is solved [optimal solution found]
701.93/704.47	c Solving Time (sec) : 704.47
701.93/704.47	c Solving Nodes      : 80097 (total of 84097 nodes in 2 runs)
701.93/704.47	c Primal Bound       : +1.00000000000000e+01 (996 solutions)
701.93/704.47	c Dual Bound         : +1.00000000000000e+01
701.93/704.47	c Gap                : 0.00 %
701.93/704.47	s OPTIMUM FOUND
701.93/704.47	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
701.93/704.47	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
701.93/704.47	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
701.93/704.47	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 
701.93/704.47	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
701.93/704.47	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 
701.93/704.47	v x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 
701.93/704.47	v -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 
701.93/704.47	v x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
701.93/704.47	c SCIP Status        : problem is solved [optimal solution found]
701.93/704.47	c Total Time         :     704.47
701.93/704.47	c   solving          :     704.47
701.93/704.47	c   presolving       :       0.12 (included in solving)
701.93/704.47	c   reading          :       0.02 (included in solving)
701.93/704.47	c   copying          :       0.14 (40 #copies) (minimal 0.00, maximal 0.00, average 0.00)
701.93/704.47	c Original Problem   :
701.93/704.47	c   Problem name     : HOME/instance-4459864-1721939463.opb
701.93/704.47	c   Variables        : 6426 (200 binary, 0 integer, 6226 implicit integer, 0 continuous)
701.93/704.47	c   Constraints      : 6626 initial, 6626 maximal
701.93/704.47	c   Objective        : minimize, 200 non-zeros (abs.min = 1, abs.max = 1)
701.93/704.47	c Presolved Problem  :
701.93/704.47	c   Problem name     : t_HOME/instance-4459864-1721939463.opb
701.93/704.47	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
701.93/704.47	c   Constraints      : 663 initial, 859 maximal
701.93/704.47	c   Objective        : minimize, 200 non-zeros (abs.min = 1, abs.max = 1)
701.93/704.47	c   Nonzeros         : 17967 constraint, 0 clique table
701.93/704.47	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
701.93/704.47	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
701.93/704.47	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
701.93/704.47	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   implics          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
701.93/704.47	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
701.93/704.47	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   trivial          :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
701.93/704.47	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   dualfix          :       0.00       0.00      8       6226          0          0          0          0          0          0          0          0
701.93/704.47	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
701.93/704.47	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
701.93/704.47	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
701.93/704.47	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   knapsack         :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
701.93/704.47	c   linear           :       0.00       0.00     11          0          0          0          0          0          0          0          0          0
701.93/704.47	c   logicor          :       0.03       0.00     16          0          0          0          0          0          2          0          0        378
701.93/704.47	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   pseudoboolean    :       0.01       0.00      1          0          0          0          0          0       6626        200          0          0
701.93/704.47	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
701.93/704.47	c   root node        :          -          -      -        132          -          -        132          -          -          -          -          -
701.93/704.47	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
701.93/704.47	c   benderslp        :          0          0          0          0      53840          0          0      12756          0          0          0          0          0          0          0
701.93/704.47	c   integral         :          0          0          0          0      53840          0          0      12756          0          0        989          0          0        774     106082
701.93/704.47	c   knapsack         :          3          3         18     167489          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   linear           :         17         17         18     168159          0          0          0          0          0          0          0          1          1          0          0
701.93/704.47	c   logicor          :        643+       839         41     109948          1          0          0      12752        259        590         21          0          0          0          0
701.93/704.47	c   benders          :          0          0          0          0          1          0          0       1315          0          0          0          0          0          0          0
701.93/704.47	c   fixedvar         :          0          0          0          0          1          0          0       1313          0          0          0          0          0          0          0
701.93/704.47	c   countsols        :          0          0          0          0          1          0          0       1313          0          0          0          0          0          0          0
701.93/704.47	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
701.93/704.47	c   benderslp        :       0.02       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
701.93/704.47	c   integral         :      26.11       0.00       0.00       0.00      26.10       0.00       0.00       0.01       0.00       0.00
701.93/704.47	c   knapsack         :       0.58       0.00       0.07       0.50       0.00       0.00       0.00       0.00       0.00       0.01
701.93/704.47	c   linear           :       0.82       0.00       0.20       0.61       0.00       0.00       0.00       0.00       0.00       0.01
701.93/704.47	c   logicor          :       1.89       0.00       0.00       1.83       0.00       0.00       0.00       0.05       0.00       0.01
701.93/704.47	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
701.93/704.47	c   fixedvar         :       0.36       0.00       0.00       0.00       0.00       0.00       0.00       0.36       0.00       0.00
701.93/704.47	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
701.93/704.47	c   components       :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
701.93/704.47	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
701.93/704.47	c   dualfix          :          3          0          0          0
701.93/704.47	c   genvbounds       :          0          0          0          0
701.93/704.47	c   nlobbt           :          0          0          0          0
701.93/704.47	c   obbt             :          0          0          0          0
701.93/704.47	c   probing          :          0          0          0          0
701.93/704.47	c   pseudoobj        :     171470         21          0        140
701.93/704.47	c   redcost          :     155850          0          0     938226
701.93/704.47	c   rootredcost      :          3          0          0          0
701.93/704.47	c   symmetry         :          0          0          0          0
701.93/704.47	c   vbounds          :          0          0          0          0
701.93/704.47	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
701.93/704.47	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
701.93/704.47	c   genvbounds       :       0.04       0.00       0.00       0.04       0.00       0.00
701.93/704.47	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
701.93/704.47	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
701.93/704.47	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
701.93/704.47	c   pseudoobj        :       0.13       0.00       0.00       0.12       0.00       0.00
701.93/704.47	c   redcost          :       3.51       0.00       0.00       3.51       0.00       0.00
701.93/704.47	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00       0.00
701.93/704.47	c   symmetry         :       0.05       0.00       0.00       0.05       0.00       0.00
701.93/704.47	c   vbounds          :       0.04       0.00       0.00       0.04       0.00       0.00
701.93/704.47	c Symmetry           :
701.93/704.47	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
701.93/704.47	c   orbital reduction:          0 reductions applied,          0 cutoffs
701.93/704.47	c   lexicographic red:          0 reductions applied,          0 cutoffs
701.93/704.47	c   shadow tree time :       0.00 s
701.93/704.47	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
701.93/704.47	c   propagation      :       0.00        589         60          -         63       50.4          0        0.0          -          -          -
701.93/704.47	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
701.93/704.47	c   bound exceed. LP :       1.40       5491       2648          -       2707       32.6          1       12.0          0        0.0      24651
701.93/704.47	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
701.93/704.47	c   pseudo solution  :       0.00          1          1          -          1       11.0          0        0.0          -          -          -
701.93/704.47	c   applied globally :       0.00          -          -          0       1253       20.9          -          -          0          -          -
701.93/704.47	c   applied locally  :          -          -          -          0       1480       43.2          -          -          0          -          -
701.93/704.47	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
701.93/704.47	c   cut pool         :      33.64          -      24198         77          -          -     387450    1099248          -          -          -          -          -    (maximal pool size:       3520)
701.93/704.47	c   aggregation      :      82.55       0.00      12614         41          0          0        306        428          0        104        104          0          0
701.93/704.47	c   > cmir           :          -          -          -          -          -          -          -        428          0        104        104          0          -
701.93/704.47	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
701.93/704.47	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
701.93/704.47	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
701.93/704.47	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   gomory           :      40.30       0.00       7521         20          0          0     379665    1076658          0      11271      11271          0          0
701.93/704.47	c   > gomorymi       :          -          -          -          -          -          -          -     762778          0       9341       9341          0          -
701.93/704.47	c   > strongcg       :          -          -          -          -          -          -          -     313880          0       1930       1930          0          -
701.93/704.47	c   impliedbounds    :       0.08       0.00      12614         41          0          0          0          0          0          0          0          0          0
701.93/704.47	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
701.93/704.47	c   minor            :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   mixing           :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   multilinear      :       0.00       0.00       1660         41          0          0          0          0          0          0          0          0          0
701.93/704.47	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   rapidlearning    :       0.02       0.00          0          0          0          0          0          0          0          0          0          0          0
701.93/704.47	c   rlt              :       0.02       0.00       1652         20          0          0          0          0          0          0          0          0          0
701.93/704.47	c   zerohalf         :      17.60       0.00       7539         38          0          0       7539      22162         60       1250       1250          0          0
701.93/704.47	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
701.93/704.47	c   hybrid           :       2.06       0.00      12624         41      12626          0    1086683         41          0       6023
701.93/704.47	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c Pricers            :   ExecTime  SetupTime      Calls       Vars
701.93/704.47	c   problem variables:       0.00          -          0          0
701.93/704.47	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
701.93/704.47	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c   relpscost        :      26.06       0.00      53839          0          0          0        989          0        774     106082
701.93/704.47	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
701.93/704.47	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
701.93/704.47	c   LP solutions     :       0.21          -          -          1          1
701.93/704.47	c   relax solutions  :       0.00          -          -          0          0
701.93/704.47	c   pseudo solutions :       0.00          -          -          0          0
701.93/704.47	c   strong branching :       0.16          -          -        380          0
701.93/704.47	c   actconsdiving    :       0.00       0.00          0          0          0
701.93/704.47	c   adaptivediving   :       0.65       0.00         68          0          0
701.93/704.47	c   alns             :       0.48       0.00          9          0          0
701.93/704.47	c   bound            :       0.00       0.00          0          0          0
701.93/704.47	c   clique           :       0.00       0.00          0          0          0
701.93/704.47	c   coefdiving       :       0.00       0.00          0          0          0
701.93/704.47	c   completesol      :       0.00       0.00          0          0          0
701.93/704.47	c   conflictdiving   :       2.02       0.00        325          0          0
701.93/704.47	c   crossover        :       0.26       0.00         15          9          0
701.93/704.47	c   dins             :       0.00       0.00          0          0          0
701.93/704.47	c   distributiondivin:      17.13       0.00        325          0          0
701.93/704.47	c   dps              :       0.00       0.00          0          0          0
701.93/704.47	c   dualval          :       0.00       0.00          0          0          0
701.93/704.47	c   farkasdiving     :       0.00       0.00          0          0          0
701.93/704.47	c   feasjump         :       0.00       0.00          0          0          0
701.93/704.47	c   feaspump         :       0.00       0.00          0          0          0
701.93/704.47	c   fixandinfer      :       0.00       0.00          0          0          0
701.93/704.47	c   fracdiving       :       2.55       0.00        325          0          0
701.93/704.47	c   gins             :       0.01       0.00          0          0          0
701.93/704.47	c   guideddiving     :       2.61       0.00        324          0          0
701.93/704.47	c   indcoefdiving    :       0.00       0.00          0          0          0
701.93/704.47	c   indicator        :       0.02       0.00          0          0          0
701.93/704.47	c   indicatordiving  :       0.00       0.00          0          0          0
701.93/704.47	c   indoneopt        :       0.02       0.00          0          0          0
701.93/704.47	c   indrounding      :       0.00       0.00          0          0          0
701.93/704.47	c   indtwoopt        :       0.00       0.00          0          0          0
701.93/704.47	c   intdiving        :       0.00       0.00          0          0          0
701.93/704.47	c   intshifting      :       0.00       0.00          0          0          0
701.93/704.47	c   linesearchdiving :       1.16       0.00        324          0          0
701.93/704.47	c   localbranching   :       0.00       0.00          0          0          0
701.93/704.47	c   locks            :       0.00       0.00          1          1          1
701.93/704.47	c   lpface           :       0.02       0.00          0          0          0
701.93/704.47	c   mpec             :       0.00       0.00          0          0          0
701.93/704.47	c   multistart       :       0.00       0.00          0          0          0
701.93/704.47	c   mutation         :       0.00       0.00          0          0          0
701.93/704.47	c   nlpdiving        :       0.00       0.00          0          0          0
701.93/704.47	c   objpscostdiving  :       7.85       0.00        163         94          0
701.93/704.47	c   octane           :       0.00       0.00          0          0          0
701.93/704.47	c   ofins            :       0.01       0.00          0          0          0
701.93/704.47	c   oneopt           :       0.03       0.00          2          0          0
701.93/704.47	c   padm             :       0.00       0.00          0          0          0
701.93/704.47	c   proximity        :       0.00       0.00          0          0          0
701.93/704.47	c   pscostdiving     :       3.74       0.00        325          0          0
701.93/704.47	c   randrounding     :       0.24       0.00      11594          1          0
701.93/704.47	c   rens             :       0.00       0.00          0          0          0
701.93/704.47	c   reoptsols        :       0.00       0.00          0          0          0
701.93/704.47	c   repair           :       0.00       0.00          0          0          0
701.93/704.47	c   rins             :       1.82       0.00         16         10          0
701.93/704.47	c   rootsoldiving    :       0.76       0.00        163          0          0
701.93/704.47	c   rounding         :       0.09       0.00       3564          0          0
701.93/704.47	c   scheduler        :       0.00       0.00          0          0          0
701.93/704.47	c   shiftandpropagate:       0.00       0.00          0          0          0
701.93/704.47	c   shifting         :       0.09       0.00       1848          0          0
701.93/704.47	c   simplerounding   :       0.54       0.00      66464         44          0
701.93/704.47	c   smallcard        :       0.00       0.00          0          0          0
701.93/704.47	c   subnlp           :       0.03       0.00          0          0          0
701.93/704.47	c   trivial          :       0.00       0.00          4          1          1
701.93/704.47	c   trivialnegation  :       0.00       0.00          0          0          0
701.93/704.47	c   trustregion      :       0.00       0.00          0          0          0
701.93/704.47	c   trysol           :       0.02       0.00          0          0          0
701.93/704.47	c   twoopt           :       0.00       0.00          0          0          0
701.93/704.47	c   undercover       :       0.00       0.00          0          0          0
701.93/704.47	c   vbounds          :       0.00       0.00          0          0          0
701.93/704.47	c   veclendiving     :       1.03       0.00        324          0          0
701.93/704.47	c   zeroobj          :       0.00       0.00          0          0          0
701.93/704.47	c   zirounding       :       1.64       0.00      22751        455          0
701.93/704.47	c   other solutions  :          -          -          -          0          -
701.93/704.47	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
701.93/704.47	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
701.93/704.47	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
701.93/704.47	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
701.93/704.47	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
701.93/704.47	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
701.93/704.47	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
701.93/704.47	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
701.93/704.47	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
701.93/704.47	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
701.93/704.47	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
701.93/704.47	c   primal LP        :       1.31       2142          0       0.00       0.00       1.31       2142
701.93/704.47	c   dual LP          :     346.34     133369    7454407      76.45   21523.61       4.17      35856
701.93/704.47	c   lex dual LP      :       0.00          0          0       0.00          -
701.93/704.47	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
701.93/704.47	c   resolve instable :       0.00          0          0       0.00          -
701.93/704.47	c   diving/probing LP:      23.46      17198     582993      33.90   24851.30
701.93/704.47	c   strong branching :      22.37       2544     476312     187.23   21291.48          -          -        816
701.93/704.47	c     (at root node) :          -         20      12479     623.95          -
701.93/704.47	c   conflict analysis:       1.00       2478      24651       9.95   24742.72
701.93/704.47	c B&B Tree           :
701.93/704.47	c   number of runs   :          2
701.93/704.47	c   nodes            :      80097 (49299 internal, 30798 leaves)
701.93/704.47	c   feasible leaves  :          1
701.93/704.47	c   infeas. leaves   :          1
701.93/704.47	c   objective leaves :      30796
701.93/704.47	c   nodes (total)    :      84097 (53041 internal, 31056 leaves)
701.93/704.47	c   nodes left       :          0
701.93/704.47	c   max depth        :         77
701.93/704.47	c   max depth (total):         77
701.93/704.47	c   backtracks       :      16363 (20.4%)
701.93/704.47	c   early backtracks :          0 (0.0%)
701.93/704.47	c   nodes exc. ref.  :          0 (0.0%)
701.93/704.47	c   delayed cutoffs  :          0
701.93/704.47	c   repropagations   :         40 (20 domain reductions, 0 cutoffs)
701.93/704.47	c   avg switch length:      10.53
701.93/704.47	c   switching time   :       6.81
701.93/704.47	c Root Node          :
701.93/704.47	c   First LP value   : +6.11247980404907e+00
701.93/704.47	c   First LP Iters   :       1439 (22977.31 Iter/sec)
701.93/704.47	c   First LP Time    :       0.06
701.93/704.47	c   Final Dual Bound : +7.61273241165120e+00
701.93/704.47	c   Final Root Iters :       5148
701.93/704.47	c   Root LP Estimate : +7.44882511344815e+00
701.93/704.47	c Solution           :
701.93/704.47	c   Solutions found  :        996 (3 improvements)
701.93/704.47	c   First Solution   : +2.00000000000000e+02   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
701.93/704.47	c   Gap First Sol.   :   infinite
701.93/704.47	c   Gap Last Sol.    :      21.86 %
701.93/704.47	c   Primal Bound     : +1.00000000000000e+01   (in run 2, after 50690 nodes, 464.21 seconds, depth 11, found by <relaxation>)
701.93/704.47	c   Dual Bound       : +1.00000000000000e+01
701.93/704.47	c   Gap              :       0.00 %
701.93/704.47	c Integrals          :      Total       Avg%
701.93/704.47	c   primal-dual      :   17149.22      24.34
701.93/704.47	c   primal-ref       :          -          - (not evaluated)
701.93/704.47	c   dual-ref         :          -          - (not evaluated)
702.03/704.59	c Time complete: 702.134.

Verifier Data

OK	10

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: 63931 MiB (49740 MiB free)
  memory of node 1: 64510 MiB (58332 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=246735, runsolver pid=246732

[startup+0.100087 s]*
/proc/loadavg: 0.09 0.09 0.20 4/251 246751
/proc/meminfo: memFree=110613688/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=85672 memory=46588 CPUtime=0.09 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 8158 0 0 0 9 0 0 0 20 0 1 0 30470450 87728128 11647 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 21418 11647 3848 3540 0 9675 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 85672 KiB
Current children cumulated memory: 46588 KiB

[startup+0.205689 s]*
/proc/loadavg: 0.09 0.09 0.20 4/251 246751
/proc/meminfo: memFree=110563972/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=101196 memory=61960 CPUtime=0.2 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 11997 0 0 0 19 1 0 0 20 0 1 0 30470450 103624704 15490 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 25299 15490 3864 3540 0 13556 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 101196 KiB
Current children cumulated memory: 61960 KiB

[startup+0.305471 s]*
/proc/loadavg: 0.09 0.09 0.20 6/251 246756
/proc/meminfo: memFree=110506928/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=116008 memory=76216 CPUtime=0.3 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 15569 0 0 0 29 1 0 0 20 0 1 0 30470450 118792192 19054 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 29002 19054 3864 3540 0 17259 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 116008 KiB
Current children cumulated memory: 76216 KiB

[startup+0.700216 s]
/proc/loadavg: 0.09 0.09 0.20 6/257 246766
/proc/meminfo: memFree=110363272/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=153628 memory=111424 CPUtime=0.68 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 26079 0 0 0 66 2 0 0 20 0 1 0 30470450 157315072 27856 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 38407 27856 3864 3540 0 26664 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 153628 KiB
Current children cumulated memory: 111424 KiB

[startup+1.50022 s]
/proc/loadavg: 0.09 0.09 0.20 5/257 246766
/proc/meminfo: memFree=110132668/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=156304 memory=113444 CPUtime=1.48 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 26591 0 0 0 146 2 0 0 20 0 1 0 30470450 160055296 28361 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 39076 28361 3880 3540 0 27333 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 156304 KiB
Current children cumulated memory: 113444 KiB

[startup+3.10567 s]
/proc/loadavg: 0.40 0.16 0.22 5/257 246766
/proc/meminfo: memFree=110043260/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=156304 memory=113444 CPUtime=3.08 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 26593 0 0 0 306 2 0 0 20 0 1 0 30470450 160055296 28361 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 39076 28361 3880 3540 0 27333 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 156304 KiB
Current children cumulated memory: 113444 KiB

[startup+6.30019 s]
/proc/loadavg: 0.40 0.16 0.22 5/257 246766
/proc/meminfo: memFree=109982916/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=167420 memory=125436 CPUtime=6.28 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 29583 0 0 0 625 3 0 0 20 0 1 0 30470450 171438080 31359 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 41855 31359 3911 3540 0 30112 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 167420 KiB
Current children cumulated memory: 125436 KiB

[startup+12.7002 s]
/proc/loadavg: 1.04 0.30 0.27 5/257 246768
/proc/meminfo: memFree=109903344/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=203100 memory=160408 CPUtime=12.66 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 39003 0 0 0 1261 5 0 0 20 0 1 0 30470450 207974400 40102 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 50775 40102 3990 3540 0 39032 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 203100 KiB
Current children cumulated memory: 160408 KiB

[startup+25.5002 s]
/proc/loadavg: 1.49 0.42 0.31 5/257 246770
/proc/meminfo: memFree=109856968/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=203100 memory=160672 CPUtime=25.42 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 39093 0 0 0 2536 6 0 0 20 0 1 0 30470450 207974400 40168 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 50775 40168 3990 3540 0 39032 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 203100 KiB
Current children cumulated memory: 160672 KiB

[startup+51.1055 s]
/proc/loadavg: 2.20 0.68 0.40 4/250 246805
/proc/meminfo: memFree=109887396/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=203100 memory=160936 CPUtime=50.95 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 39130 0 0 0 5087 8 0 0 20 0 1 0 30470450 207974400 40234 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 50775 40234 3990 3540 0 39032 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 203100 KiB
Current children cumulated memory: 160936 KiB

[startup+102.3 s]
/proc/loadavg: 2.79 1.10 0.56 4/250 246815
/proc/meminfo: memFree=109834220/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=226624 memory=185688 CPUtime=102 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 46480 0 0 0 10189 11 0 0 20 0 1 0 30470450 232062976 46422 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 56656 46422 3990 3540 0 44913 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 226624 KiB
Current children cumulated memory: 185688 KiB

[startup+162.3 s]
/proc/loadavg: 2.98 1.47 0.72 4/250 246826
/proc/meminfo: memFree=109822140/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=230008 memory=192652 CPUtime=161.83 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 47430 0 0 0 16172 11 0 0 20 0 1 0 30470450 235528192 48163 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 57502 48163 3990 3540 0 45759 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 230008 KiB
Current children cumulated memory: 192652 KiB

[startup+222.3 s]
/proc/loadavg: 3.03 1.76 0.87 4/250 246836
/proc/meminfo: memFree=109759860/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=260344 memory=221492 CPUtime=221.66 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 54792 0 0 0 22153 13 0 0 20 0 1 0 30470450 266592256 55373 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 65086 55373 3990 3540 0 53343 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 260344 KiB
Current children cumulated memory: 221492 KiB

[startup+282.3 s]
/proc/loadavg: 3.11 2.02 1.02 4/248 246846
/proc/meminfo: memFree=109710148/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=272824 memory=234796 CPUtime=281.46 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 58121 0 0 0 28133 13 0 0 20 0 1 0 30470450 279371776 58699 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 68206 58699 3990 3540 0 56463 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 272824 KiB
Current children cumulated memory: 234796 KiB

[startup+342.3 s]
/proc/loadavg: 3.14 2.23 1.15 4/247 246856
/proc/meminfo: memFree=109637868/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=314628 memory=274724 CPUtime=341.24 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 68217 0 0 0 34109 15 0 0 20 0 1 0 30470450 322179072 68681 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 78657 68681 3990 3540 0 66914 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 314628 KiB
Current children cumulated memory: 274724 KiB

[startup+402.3 s]
/proc/loadavg: 3.16 2.41 1.28 4/247 246867
/proc/meminfo: memFree=109552216/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=353856 memory=311736 CPUtime=401.02 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 77516 0 0 0 40085 17 0 0 20 0 1 0 30470450 362348544 77934 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 88464 77934 3990 3540 0 76721 0
Current children cumulated CPU time: 401.02 s
Current children cumulated vsize: 353856 KiB
Current children cumulated memory: 311736 KiB

[startup+462.3 s]
/proc/loadavg: 3.11 2.53 1.40 4/247 246877
/proc/meminfo: memFree=109484576/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=375868 memory=334360 CPUtime=460.8 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 83653 0 0 0 46062 18 0 0 20 0 1 0 30470450 384888832 83590 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 93967 83590 3990 3540 0 82224 0
Current children cumulated CPU time: 460.8 s
Current children cumulated vsize: 375868 KiB
Current children cumulated memory: 334360 KiB

[startup+522.3 s]
/proc/loadavg: 3.08 2.63 1.51 4/247 246887
/proc/meminfo: memFree=109430648/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=382368 memory=341788 CPUtime=520.57 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 85577 0 0 0 52039 18 0 0 20 0 1 0 30470450 391544832 85447 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 95592 85447 3990 3540 0 83849 0
Current children cumulated CPU time: 520.57 s
Current children cumulated vsize: 382368 KiB
Current children cumulated memory: 341788 KiB

[startup+582.3 s]
/proc/loadavg: 3.09 2.72 1.61 4/249 246902
/proc/meminfo: memFree=109407192/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=384472 memory=343380 CPUtime=580.35 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 86030 0 0 0 58016 19 0 0 20 0 1 0 30470450 393699328 85845 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 96118 85845 3990 3540 0 84375 0
Current children cumulated CPU time: 580.35 s
Current children cumulated vsize: 384472 KiB
Current children cumulated memory: 343380 KiB

[startup+642.3 s]
/proc/loadavg: 3.08 2.79 1.70 4/249 246912
/proc/meminfo: memFree=109263092/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=486688 memory=445640 CPUtime=640.1 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 101319 0 0 0 63980 30 0 0 20 0 1 0 30470450 498368512 111410 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 121672 111410 3990 3540 0 109929 0
Current children cumulated CPU time: 640.1 s
Current children cumulated vsize: 486688 KiB
Current children cumulated memory: 445640 KiB

[startup+702.3 s]
/proc/loadavg: 3.15 2.86 1.80 4/249 246923
/proc/meminfo: memFree=109020508/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=706484 memory=665432 CPUtime=699.84 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 108816 0 0 0 69929 55 0 0 20 0 1 0 30470450 723439616 166358 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 176621 166358 3990 3540 0 164878 0
Current children cumulated CPU time: 699.84 s
Current children cumulated vsize: 706484 KiB
Current children cumulated memory: 665432 KiB

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

# cumulated CPU time of all completed processes:  user=701.571 s, system=0.57591 s

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

[startup+702.4 s]
/proc/loadavg: 3.15 2.86 1.80 4/249 246923
/proc/meminfo: memFree=109020508/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=706484 memory=665432 CPUtime=699.94 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 108816 0 0 0 69939 55 0 0 20 0 1 0 30470450 723439616 166358 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 176621 166358 3990 3540 0 164878 0
Current children cumulated CPU time: 699.94 s
Current children cumulated vsize: 706484 KiB
Current children cumulated memory: 665432 KiB

[startup+704 s]*
/proc/loadavg: 3.15 2.86 1.80 4/249 246923
/proc/meminfo: memFree=109013428/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=713212 memory=672340 CPUtime=701.54 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 109525 0 0 0 70099 55 0 0 20 0 1 0 30470450 730329088 168085 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 178303 168085 3990 3540 0 166560 0
Current children cumulated CPU time: 701.54 s
Current children cumulated vsize: 713212 KiB
Current children cumulated memory: 672340 KiB

[startup+704.4 s]
/proc/loadavg: 3.15 2.86 1.80 4/249 246923
/proc/meminfo: memFree=109013428/131524600 swapFree=131054736/131071996
[pid=246735] ppid=246732 vsize=713212 memory=672340 CPUtime=701.93 cores=4,6
/proc/246735/stat : 246735 (pbscip) R 246732 246735 246692 0 -1 4194304 109525 0 0 0 70138 55 0 0 20 0 1 0 30470450 730329088 168085 134679101440 4194304 18693293 140723292381600 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 36556800 140723292390403 140723292390502 140723292390502 140723292397518 0
/proc/246735/statm: 178303 168085 3990 3540 0 166560 0
Current children cumulated CPU time: 701.93 s
Current children cumulated vsize: 713212 KiB
Current children cumulated memory: 672340 KiB

[startup+704.6 s]*
/proc/loadavg: 3.15 2.86 1.80 4/249 246923
/proc/meminfo: memFree=109626284/131524600 swapFree=131054736/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 704.606
CPU time (s): 702.147
CPU user time (s): 701.571
CPU system time (s): 0.57591
CPU usage (%): 99.651
Max. virtual memory (cumulated for all children) (KiB): 941644
Max. memory (cumulated for all children) (KiB): 672340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 701.571
system time used= 0.57591
maximum resident set size= 900588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109558
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33
involuntary context switches= 1416


# summary of solver processes directly reported to runsolver:
#   pid: 246735
#   total CPU time (s): 702.147
#   total CPU user time (s): 701.571
#   total CPU system time (s): 0.57591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52147 second user time and 3.13075 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-25 22:31:03
IDJOB=4459864
IDBENCH=148617
IDSOLVER=3059
FILE ID=nodeC034/4459864-1721939463
RUNJOBID= nodeC034-1721939462-246703
SLURM_JOB_ID= 8247254
Free space on /tmp= 890064 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459864-1721939463/watcher-4459864-1721939463 -o /tmp/evaluation-result-4459864-1721939463/solver-4459864-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721939462-246703 --watchdog 3760  pbscip -f HOME/instance-4459864-1721939463.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= c3fde33010e6ea586da81d097c34065f
RANDOM SEED=1195961217

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110666936 kB
MemAvailable:   129674652 kB
Buffers:          329624 kB
Cached:         19437064 kB
SwapCached:          112 kB
Active:          1788528 kB
Inactive:       18353400 kB
Active(anon):       1868 kB
Inactive(anon):   415948 kB
Active(file):    1786660 kB
Inactive(file): 17937452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054736 kB
Dirty:             37536 kB
Writeback:            16 kB
AnonPages:        374140 kB
Mapped:           105848 kB
Shmem:             42580 kB
KReclaimable:     246504 kB
Slab:             362820 kB
SReclaimable:     246504 kB
SUnreclaim:       116316 kB
KernelStack:        3872 kB
PageTables:         9752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     878304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            15456 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      357076 kB
DirectMap2M:    48699392 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC034 at 2024-07-25 22:42:47