Trace number 4443195

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07SAT 113.889 114.257

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army9.12ls.opb
MD5SUMdccf1bd51baf1439f9e0744b31eb924b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.013904
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables266
Total number of constraints401
Number of constraints which are clauses237
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints162
Minimum length of a constraint2
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4443195-1721297897.opb>
0.00/0.00	c original problem has 266 variables (266 bin, 0 int, 0 impl, 0 cont) and 401 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving:
0.00/0.00	c    (0.0s) running MILP presolver
0.00/0.00	c    (0.0s) MILP presolver (2 rounds): 4 aggregations, 0 fixings, 0 bound changes
0.00/0.00	c (round 1, medium)     4 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 137 clqs
0.00/0.00	c (round 2, fast)       4 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 137 clqs
0.00/0.01	c (round 3, exhaustive) 4 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 397 upgd conss, 0 impls, 137 clqs
0.00/0.01	c (round 4, medium)     8 del vars, 170 del conss, 644 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 397 upgd conss, 0 impls, 769 clqs
0.00/0.01	c (round 5, fast)       8 del vars, 178 del conss, 644 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 397 upgd conss, 0 impls, 769 clqs
0.00/0.01	c (round 6, exhaustive) 8 del vars, 914 del conss, 740 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 397 upgd conss, 0 impls, 769 clqs
0.00/0.02	c    (0.0s) probing cycle finished: starting next cycle
0.00/0.02	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03	c    (0.0s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
0.00/0.03	c dynamic symmetry handling statistics:
0.00/0.03	c    orbitopal reduction:       no components
0.00/0.03	c    orbital reduction:          1 components of sizes 3
0.00/0.03	c    lexicographic reduction:    3 permutations with support sizes 220, 208, 258
0.00/0.03	c handled 1 out of 1 symmetry components
0.00/0.03	c presolving (7 rounds: 7 fast, 5 medium, 3 exhaustive):
0.00/0.03	c  8 deleted vars, 914 deleted constraints, 740 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 1990 cliques
0.00/0.03	c presolved problem has 258 variables (258 bin, 0 int, 0 impl, 0 cont) and 227 constraints
0.00/0.03	c       2 constraints of type <knapsack>
0.00/0.03	c     129 constraints of type <setppc>
0.00/0.03	c      96 constraints of type <and>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 10.0.0
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03	c limits/time = 3596.997027
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03	c limits/memory = 27900
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.03	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.00/0.03	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.03	c misc/usesymmetry = 3
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.03	c 
0.00/0.03	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.03	c 
0.00/0.03	c # Type of symmetries that shall be computed?
0.00/0.03	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.03	c propagating/symmetry/symtype = 1
0.00/0.03	c 
0.00/0.03	c # Should components consisting of a single full reflection be handled?
0.00/0.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	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.04	c   0.0s|     1 |     0 |   112 |     - |  6391k |   0 | 258 | 250 | 323 |   0 |  0 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   258 |     - |  6856k |   0 | 258 | 280 | 370 |  47 |  1 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.11	c   0.1s|     1 |     0 |   310 |     - |    10M |   0 | 258 | 285 | 402 |  79 |  2 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.13	c   0.1s|     1 |     0 |   347 |     - |    13M |   0 | 258 | 289 | 431 | 108 |  3 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.16	c   0.2s|     1 |     0 |   379 |     - |    15M |   0 | 258 | 290 | 445 | 122 |  4 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.19	c   0.2s|     1 |     0 |   411 |     - |    19M |   0 | 258 | 294 | 463 | 140 |  5 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.22	c   0.2s|     1 |     0 |   435 |     - |    22M |   0 | 258 | 296 | 474 | 151 |  6 |  47 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.25	c   0.3s|     1 |     0 |   459 |     - |    24M |   0 | 258 | 297 | 495 | 172 |  7 |  48 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.28	c   0.3s|     1 |     0 |   505 |     - |    26M |   0 | 258 | 302 | 510 | 187 |  8 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.29/0.32	c   0.3s|     1 |     0 |   554 |     - |    30M |   0 | 258 | 303 | 530 | 207 |  9 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.29/0.35	c   0.4s|     1 |     0 |   610 |     - |    31M |   0 | 258 | 305 | 544 | 221 | 10 |  56 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.29/0.36	c   0.4s|     1 |     0 |   632 |     - |    32M |   0 | 258 | 307 | 555 | 232 | 11 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.40/0.43	c   0.4s|     1 |     2 |   984 |     - |    32M |   0 | 258 | 313 | 555 | 232 | 11 |  65 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.78/0.80	c   0.8s|   100 |    21 |  5387 |  48.0 |    38M |  20 | 258 | 392 | 596 | 939 |  1 | 144 |  11 | 0.000000e+00 |      --      |    Inf |   0.62%
0.99/1.08	c   1.1s|   200 |    29 |  8691 |  40.5 |    41M |  20 | 258 | 400 | 583 |1328 |  2 | 152 |  11 | 0.000000e+00 |      --      |    Inf |   0.96%
1.28/1.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.28/1.32	c   1.3s|   300 |    21 | 12424 |  39.4 |    47M |  20 | 258 | 428 | 549 |1867 |  2 | 180 |  11 | 0.000000e+00 |      --      |    Inf |   3.47%
1.68/1.70	c   1.7s|   400 |    29 | 16204 |  39.0 |    54M |  20 | 258 | 442 | 565 |2450 |  1 | 196 |  11 | 0.000000e+00 |      --      |    Inf |   4.12%
1.88/1.90	c   1.9s|   500 |    27 | 18709 |  36.2 |    58M |  20 | 258 | 445 | 572 |2854 |  1 | 199 |  11 | 0.000000e+00 |      --      |    Inf |   4.31%
1.98/2.04	c   2.0s|   600 |    27 | 21354 |  34.6 |    61M |  20 | 258 | 447 | 599 |3317 |  0 | 201 |  11 | 0.000000e+00 |      --      |    Inf |   4.50%
2.18/2.23	c   2.2s|   700 |    29 | 23508 |  32.7 |    61M |  20 | 258 | 456 | 581 |3670 |  2 | 210 |  11 | 0.000000e+00 |      --      |    Inf |   4.81%
2.37/2.41	c   2.4s|   800 |    29 | 25657 |  31.3 |    62M |  20 | 258 | 459 | 592 |4129 |  2 | 213 |  11 | 0.000000e+00 |      --      |    Inf |   4.99%
2.88/2.92	c   2.9s|   900 |    29 | 28398 |  30.9 |    72M |  20 | 258 | 459 | 570 |4670 |  0 | 213 |  11 | 0.000000e+00 |      --      |    Inf |   6.51%
3.08/3.13	c   3.1s|  1000 |    31 | 30286 |  29.7 |    72M |  20 | 258 | 465 | 570 |4937 |  0 | 219 |  11 | 0.000000e+00 |      --      |    Inf |   6.90%
3.08/3.17	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
3.08/3.17	c (run 1, node 1058) performing user restart
3.08/3.17	c 
3.08/3.17	c (restart) converted 86 cuts from the global cut pool into linear constraints
3.08/3.17	c 
3.08/3.20	c presolving:
3.18/3.20	c (round 1, fast)       0 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1990 clqs
3.18/3.20	c (round 2, exhaustive) 0 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 115 upgd conss, 0 impls, 1990 clqs
3.18/3.20	c (round 3, medium)     0 del vars, 8 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 115 upgd conss, 0 impls, 1990 clqs
3.18/3.20	c (round 4, exhaustive) 0 del vars, 14 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 26 chg coeffs, 115 upgd conss, 0 impls, 1990 clqs
3.18/3.21	c (round 5, exhaustive) 0 del vars, 14 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 182 chg coeffs, 115 upgd conss, 0 impls, 1990 clqs
3.18/3.21	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
3.18/3.21	c  0 deleted vars, 14 deleted constraints, 8 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 182 changed coefficients
3.18/3.21	c  0 implications, 1990 cliques
3.18/3.21	c presolved problem has 258 variables (258 bin, 0 int, 0 impl, 0 cont) and 545 constraints
3.18/3.21	c       3 constraints of type <knapsack>
3.18/3.21	c     226 constraints of type <setppc>
3.18/3.21	c      96 constraints of type <and>
3.18/3.21	c     220 constraints of type <logicor>
3.18/3.21	c transformed objective value is always integral (scale: 1)
3.18/3.21	c Presolving Time: 0.04
3.18/3.21	c 
3.18/3.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.18/3.24	c   3.2s|     1 |     0 | 31241 |     - |    70M |   0 | 258 | 539 | 414 |   0 |  0 | 225 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.28/3.30	c   3.3s|     1 |     0 | 31284 |     - |    70M |   0 | 258 | 555 | 452 |  38 |  1 | 226 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.28/3.35	c   3.4s|     1 |     0 | 31300 |     - |    70M |   0 | 258 | 556 | 470 |  56 |  2 | 227 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.28/3.39	c   3.4s|     1 |     0 | 31307 |     - |    70M |   0 | 258 | 557 | 475 |  61 |  3 | 228 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.38/3.43	c   3.4s|     1 |     0 | 31328 |     - |    70M |   0 | 258 | 557 | 478 |  64 |  4 | 229 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.38/3.47	c   3.5s|     1 |     0 | 31354 |     - |    70M |   0 | 258 | 561 | 495 |  81 |  5 | 233 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.51	c   3.5s|     1 |     0 | 31380 |     - |    70M |   0 | 258 | 562 | 511 |  97 |  6 | 234 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.55	c   3.5s|     1 |     0 | 31412 |     - |    70M |   0 | 258 | 565 | 523 | 109 |  7 | 237 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.59	c   3.6s|     1 |     0 | 31453 |     - |    70M |   0 | 258 | 567 | 534 | 120 |  8 | 239 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.62	c   3.6s|     1 |     0 | 31489 |     - |    70M |   0 | 258 | 570 | 547 | 133 |  9 | 242 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.67	c   3.7s|     1 |     0 | 31530 |     - |    70M |   0 | 258 | 574 | 496 | 145 | 10 | 246 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.67	c   3.7s|     1 |     0 | 31557 |     - |    70M |   0 | 258 | 575 | 517 | 166 | 11 | 247 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.76	c   3.8s|     1 |     2 | 31838 |     - |    70M |   0 | 258 | 602 | 517 | 166 | 11 | 274 |  21 | 0.000000e+00 |      --      |    Inf | unknown
4.17/4.22	c   4.2s|   100 |    21 | 36400 |  30.5 |    72M |  16 | 258 | 656 | 600 | 971 |  1 | 328 |  21 | 0.000000e+00 |      --      |    Inf |   2.40%
4.37/4.47	c   4.5s|   200 |    21 | 39413 |  30.5 |    72M |  16 | 258 | 663 | 626 |1509 |  1 | 335 |  21 | 0.000000e+00 |      --      |    Inf |   2.64%
4.57/4.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.57/4.65	c   4.7s|   300 |    23 | 42393 |  30.4 |    73M |  16 | 258 | 678 | 619 |2053 |  0 | 350 |  21 | 0.000000e+00 |      --      |    Inf |   2.84%
4.77/4.83	c   4.8s|   400 |    27 | 44542 |  29.8 |    73M |  17 | 258 | 694 | 597 |2447 |  2 | 366 |  21 | 0.000000e+00 |      --      |    Inf |   2.96%
4.87/4.91	c   4.9s|   500 |    27 | 45885 |  28.8 |    73M |  20 | 258 | 702 |   0 |2650 |  0 | 374 |  21 | 0.000000e+00 |      --      |    Inf |   3.03%
4.98/5.09	c   5.1s|   600 |    21 | 48382 |  28.5 |    73M |  20 | 258 | 723 |   0 |3041 |  0 | 395 |  21 | 0.000000e+00 |      --      |    Inf |   3.15%
5.27/5.32	c   5.3s|   700 |    23 | 51667 |  28.8 |    73M |  20 | 258 | 728 | 617 |3594 |  0 | 401 |  21 | 0.000000e+00 |      --      |    Inf |   3.30%
5.57/5.60	c   5.6s|   800 |    19 | 53421 |  28.2 |    73M |  20 | 258 | 758 | 638 |3893 |  2 | 431 |  21 | 0.000000e+00 |      --      |    Inf |   3.72%
5.77/5.83	c   5.8s|   900 |    25 | 55233 |  27.7 |    74M |  20 | 258 | 768 | 598 |4272 |  0 | 441 |  21 | 0.000000e+00 |      --      |    Inf |   3.90%
6.08/6.16	c   6.2s|  1000 |    25 | 56975 |  27.2 |    75M |  20 | 258 | 779 | 573 |4649 |  0 | 452 |  21 | 0.000000e+00 |      --      |    Inf |   4.35%
6.37/6.45	c   6.5s|  1100 |    23 | 58630 |  26.7 |    75M |  20 | 258 | 784 | 618 |4941 |  1 | 457 |  21 | 0.000000e+00 |      --      |    Inf |   5.01%
6.67/6.73	c   6.7s|  1200 |    21 | 61468 |  26.7 |    75M |  20 | 258 | 801 | 618 |5419 |  2 | 474 |  21 | 0.000000e+00 |      --      |    Inf |   5.42%
7.17/7.20	c   7.2s|  1300 |    19 | 64646 |  27.0 |    75M |  20 | 258 | 815 | 630 |5996 |  2 | 488 |  21 | 0.000000e+00 |      --      |    Inf |   6.21%
7.37/7.49	c   7.5s|  1400 |    21 | 66220 |  26.5 |    75M |  20 | 258 | 821 | 614 |6248 |  2 | 495 |  21 | 0.000000e+00 |      --      |    Inf |   6.22%
7.87/7.98	c   8.0s|  1500 |    17 | 69120 |  26.6 |    76M |  20 | 258 | 829 | 591 |6706 |  0 | 503 |  21 | 0.000000e+00 |      --      |    Inf |   6.52%
8.16/8.20	c   8.2s|  1600 |    17 | 70845 |  26.2 |    76M |  20 | 258 | 838 | 625 |6964 |  2 | 512 |  21 | 0.000000e+00 |      --      |    Inf |   6.63%
8.26/8.39	c   8.4s|  1700 |    17 | 73856 |  26.4 |    76M |  24 | 258 | 861 | 611 |7415 |  2 | 536 |  21 | 0.000000e+00 |      --      |    Inf |   8.20%
8.46/8.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.46/8.56	c   8.6s|  1800 |    19 | 75495 |  26.0 |    76M |  24 | 258 | 868 | 611 |7724 |  1 | 543 |  21 | 0.000000e+00 |      --      |    Inf |   8.32%
8.56/8.62	c   8.6s|  1900 |    19 | 76488 |  25.5 |    77M |  24 | 258 | 892 | 606 |7846 |  0 | 567 |  21 | 0.000000e+00 |      --      |    Inf |   8.36%
8.56/8.68	c   8.7s|  2000 |    19 | 77571 |  25.0 |    77M |  24 | 258 | 899 | 618 |7980 |  0 | 575 |  21 | 0.000000e+00 |      --      |    Inf |   8.39%
8.76/8.86	c   8.9s|  2100 |    19 | 79327 |  24.8 |    77M |  24 | 258 | 918 | 615 |8293 |  1 | 594 |  21 | 0.000000e+00 |      --      |    Inf |   8.65%
8.97/9.07	c   9.1s|  2200 |    21 | 80866 |  24.5 |    77M |  24 | 258 | 925 | 618 |8550 |  1 | 603 |  21 | 0.000000e+00 |      --      |    Inf |   8.86%
9.07/9.19	c   9.2s|  2300 |    23 | 82133 |  24.1 |    77M |  28 | 258 | 930 | 600 |8693 |  2 | 609 |  21 | 0.000000e+00 |      --      |    Inf |   8.91%
9.16/9.25	c   9.3s|  2400 |    21 | 83245 |  23.8 |    77M |  28 | 258 | 937 | 608 |8869 |  2 | 618 |  21 | 0.000000e+00 |      --      |    Inf |   8.96%
9.36/9.43	c   9.4s|  2500 |    19 | 84539 |  23.5 |    77M |  28 | 258 | 954 | 609 |9180 |  0 | 636 |  21 | 0.000000e+00 |      --      |    Inf |   9.10%
9.46/9.51	c   9.5s|  2600 |    17 | 86125 |  23.2 |    77M |  28 | 258 | 960 | 617 |9424 |  0 | 643 |  21 | 0.000000e+00 |      --      |    Inf |   9.18%
9.56/9.63	c   9.6s|  2700 |    19 | 87740 |  23.1 |    77M |  28 | 258 | 965 | 618 |9742 |  0 | 649 |  21 | 0.000000e+00 |      --      |    Inf |   9.27%
9.66/9.74	c   9.7s|  2800 |    19 | 89457 |  22.9 |    77M |  28 | 258 | 984 | 625 |9981 |  2 | 671 |  21 | 0.000000e+00 |      --      |    Inf |   9.47%
9.96/10.05	c  10.1s|  2900 |    19 | 92366 |  23.1 |    77M |  28 | 258 | 995 | 605 |  10k|  0 | 686 |  21 | 0.000000e+00 |      --      |    Inf |  10.32%
10.16/10.27	c  10.3s|  3000 |    23 | 94310 |  23.0 |    77M |  28 | 258 |1009 | 604 |  10k|  2 | 702 |  21 | 0.000000e+00 |      --      |    Inf |  10.70%
10.36/10.42	c  10.4s|  3100 |    23 | 95563 |  22.7 |    77M |  28 | 258 |1012 | 609 |  11k|  0 | 710 |  21 | 0.000000e+00 |      --      |    Inf |  10.89%
10.56/10.64	c  10.6s|  3200 |    25 | 97447 |  22.6 |    77M |  28 | 258 |1027 | 625 |  11k|  2 | 728 |  21 | 0.000000e+00 |      --      |    Inf |  11.12%
10.76/10.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.76/10.85	c  10.9s|  3300 |    23 | 99572 |  22.6 |    77M |  28 | 258 |1033 | 599 |  11k|  2 | 735 |  21 | 0.000000e+00 |      --      |    Inf |  11.24%
10.85/10.93	c  10.9s|  3400 |    21 |101463 |  22.5 |    77M |  28 | 258 |1040 | 606 |  12k|  0 | 742 |  21 | 0.000000e+00 |      --      |    Inf |  11.33%
10.96/11.07	c  11.1s|  3500 |    21 |103320 |  22.4 |    77M |  28 | 258 |1048 | 610 |  12k|  2 | 750 |  21 | 0.000000e+00 |      --      |    Inf |  11.41%
11.15/11.26	c  11.3s|  3600 |    21 |106046 |  22.5 |    78M |  28 | 258 |1063 | 634 |  12k|  0 | 767 |  21 | 0.000000e+00 |      --      |    Inf |  11.63%
11.25/11.34	c  11.3s|  3700 |    19 |107636 |  22.4 |    78M |  28 | 258 |1066 | 624 |  13k|  1 | 773 |  21 | 0.000000e+00 |      --      |    Inf |  11.69%
11.35/11.46	c  11.5s|  3800 |    19 |109022 |  22.2 |    78M |  28 | 258 |1067 |   0 |  13k|  0 | 777 |  21 | 0.000000e+00 |      --      |    Inf |  11.79%
11.55/11.67	c  11.7s|  3900 |    23 |110475 |  22.1 |    78M |  28 | 258 |1078 | 632 |  13k|  1 | 788 |  21 | 0.000000e+00 |      --      |    Inf |  11.86%
11.65/11.74	c  11.7s|  4000 |    19 |111904 |  21.9 |    78M |  28 | 258 |1097 | 632 |  13k|  2 | 811 |  21 | 0.000000e+00 |      --      |    Inf |  11.92%
11.75/11.85	c  11.9s|  4100 |    23 |113730 |  21.8 |    78M |  28 | 258 |1105 | 542 |  14k|  2 | 821 |  21 | 0.000000e+00 |      --      |    Inf |  12.43%
12.35/12.49	c  12.5s|  4200 |    25 |116042 |  21.9 |    78M |  28 | 258 |1116 | 577 |  14k|  2 | 833 |  21 | 0.000000e+00 |      --      |    Inf |  15.22%
12.75/12.89	c  12.9s|  4300 |    23 |117835 |  21.8 |    78M |  28 | 258 |1132 | 596 |  14k|  0 | 849 |  21 | 0.000000e+00 |      --      |    Inf |  16.05%
13.15/13.25	c  13.2s|  4400 |    25 |119401 |  21.7 |    78M |  28 | 258 |1135 | 599 |  15k|  1 | 855 |  21 | 0.000000e+00 |      --      |    Inf |  16.85%
13.45/13.51	c  13.5s|  4500 |    25 |121076 |  21.6 |    79M |  28 | 258 |1140 | 600 |  15k|  2 | 864 |  21 | 0.000000e+00 |      --      |    Inf |  17.20%
13.65/13.77	c  13.8s|  4600 |    23 |123182 |  21.6 |    79M |  28 | 258 |1143 | 624 |  15k|  1 | 870 |  21 | 0.000000e+00 |      --      |    Inf |  17.64%
14.05/14.14	c  14.1s|  4700 |    21 |124798 |  21.5 |    80M |  28 | 258 |1152 | 628 |  16k|  0 | 879 |  21 | 0.000000e+00 |      --      |    Inf |  18.11%
14.34/14.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.34/14.43	c  14.4s|  4800 |    21 |126663 |  21.4 |    80M |  28 | 258 |1157 | 592 |  16k|  0 | 887 |  21 | 0.000000e+00 |      --      |    Inf |  18.59%
14.44/14.53	c  14.5s|  4900 |    21 |129125 |  21.5 |    80M |  28 | 258 |1177 | 642 |  16k|  1 | 914 |  21 | 0.000000e+00 |      --      |    Inf |  18.65%
14.95/15.06	c  15.1s|  5000 |    27 |131275 |  21.5 |    83M |  28 | 258 |1182 | 587 |  17k|  1 | 920 |  21 | 0.000000e+00 |      --      |    Inf |  19.38%
15.14/15.23	c  15.2s|  5100 |    27 |133064 |  21.4 |    83M |  28 | 258 |1182 | 585 |  17k|  2 | 922 |  21 | 0.000000e+00 |      --      |    Inf |  19.53%
15.54/15.63	c  15.6s|  5200 |    25 |134772 |  21.4 |    83M |  28 | 258 |1187 | 671 |  17k|  1 | 929 |  21 | 0.000000e+00 |      --      |    Inf |  20.14%
15.74/15.81	c  15.8s|  5300 |    27 |136375 |  21.3 |    83M |  28 | 258 |1186 | 600 |  18k|  1 | 929 |  21 | 0.000000e+00 |      --      |    Inf |  20.35%
15.74/15.90	c  15.9s|  5400 |    27 |138176 |  21.2 |    83M |  28 | 258 |1184 | 672 |  18k|  1 | 929 |  21 | 0.000000e+00 |      --      |    Inf |  20.39%
15.94/16.03	c  16.0s|  5500 |    29 |139654 |  21.1 |    83M |  28 | 258 |1184 | 582 |  18k|  2 | 929 |  21 | 0.000000e+00 |      --      |    Inf |  20.45%
16.04/16.10	c  16.1s|  5600 |    27 |141108 |  21.0 |    83M |  28 | 258 |1183 | 590 |  18k|  1 | 930 |  21 | 0.000000e+00 |      --      |    Inf |  20.50%
16.14/16.25	c  16.2s|  5700 |    29 |142438 |  20.9 |    83M |  28 | 258 |1207 | 597 |  19k|  1 | 956 |  21 | 0.000000e+00 |      --      |    Inf |  20.55%
16.24/16.32	c  16.3s|  5800 |    27 |143887 |  20.8 |    83M |  28 | 258 |1216 |   0 |  19k|  0 | 968 |  21 | 0.000000e+00 |      --      |    Inf |  20.58%
16.34/16.40	c  16.4s|  5900 |    23 |145299 |  20.7 |    83M |  28 | 258 |1228 | 624 |  19k|  1 | 982 |  21 | 0.000000e+00 |      --      |    Inf |  20.60%
16.44/16.57	c  16.6s|  6000 |    29 |146819 |  20.6 |    83M |  28 | 258 |1238 | 585 |  19k|  0 | 997 |  21 | 0.000000e+00 |      --      |    Inf |  20.72%
16.74/16.81	c  16.8s|  6100 |    31 |148300 |  20.6 |    83M |  28 | 258 |1255 | 607 |  20k|  0 |1017 |  21 | 0.000000e+00 |      --      |    Inf |  21.06%
16.94/17.06	c  17.1s|  6200 |    29 |150025 |  20.5 |    83M |  28 | 258 |1262 | 590 |  20k|  2 |1027 |  21 | 0.000000e+00 |      --      |    Inf |  21.47%
17.14/17.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.14/17.22	c  17.2s|  6300 |    31 |151525 |  20.4 |    83M |  28 | 258 |1280 | 597 |  20k|  2 |1045 |  21 | 0.000000e+00 |      --      |    Inf |  21.55%
17.24/17.36	c  17.4s|  6400 |    31 |153253 |  20.4 |    83M |  28 | 258 |1283 | 603 |  20k|  0 |1050 |  21 | 0.000000e+00 |      --      |    Inf |  21.82%
17.43/17.56	c  17.6s|  6500 |    29 |154851 |  20.3 |    83M |  28 | 258 |1297 | 613 |  21k|  0 |1065 |  21 | 0.000000e+00 |      --      |    Inf |  22.02%
17.53/17.66	c  17.7s|  6600 |    31 |156047 |  20.2 |    83M |  28 | 258 |1324 |   0 |  21k|  0 |1096 |  21 | 0.000000e+00 |      --      |    Inf |  22.09%
17.63/17.73	c  17.7s|  6700 |    31 |157374 |  20.1 |    83M |  28 | 258 |1334 | 592 |  21k|  0 |1109 |  21 | 0.000000e+00 |      --      |    Inf |  22.12%
17.73/17.85	c  17.9s|  6800 |    33 |158929 |  20.1 |    83M |  28 | 258 |1354 | 627 |  21k|  2 |1131 |  21 | 0.000000e+00 |      --      |    Inf |  22.21%
17.94/18.01	c  18.0s|  6900 |    29 |161088 |  20.1 |    83M |  28 | 258 |1368 | 656 |  22k|  0 |1148 |  21 | 0.000000e+00 |      --      |    Inf |  22.31%
18.04/18.15	c  18.2s|  7000 |    31 |162891 |  20.1 |    83M |  28 | 258 |1373 | 578 |  22k|  0 |1157 |  21 | 0.000000e+00 |      --      |    Inf |  22.39%
18.13/18.25	c  18.2s|  7100 |    31 |164481 |  20.0 |    83M |  28 | 258 |1378 |   0 |  22k|  0 |1167 |  21 | 0.000000e+00 |      --      |    Inf |  22.51%
18.23/18.37	c  18.4s|  7200 |    29 |166182 |  20.0 |    83M |  28 | 258 |1383 | 593 |  22k|  2 |1180 |  21 | 0.000000e+00 |      --      |    Inf |  22.59%
18.63/18.79	c  18.8s|  7300 |    31 |168088 |  20.0 |    83M |  28 | 258 |1415 | 602 |  23k|  2 |1212 |  21 | 0.000000e+00 |      --      |    Inf |  23.23%
18.83/18.91	c  18.9s|  7400 |    29 |169568 |  19.9 |    83M |  28 | 258 |1419 | 596 |  23k|  2 |1217 |  21 | 0.000000e+00 |      --      |    Inf |  23.30%
18.94/19.06	c  19.1s|  7500 |    33 |171376 |  19.9 |    83M |  28 | 258 |1428 | 579 |  23k|  2 |1231 |  21 | 0.000000e+00 |      --      |    Inf |  23.49%
19.23/19.34	c  19.3s|  7600 |    33 |173420 |  19.9 |    84M |  28 | 258 |1451 | 592 |  23k|  1 |1254 |  21 | 0.000000e+00 |      --      |    Inf |  24.05%
19.33/19.46	c  19.5s|  7700 |    31 |175037 |  19.9 |    84M |  28 | 258 |1463 | 593 |  24k|  0 |1266 |  21 | 0.000000e+00 |      --      |    Inf |  24.15%
19.43/19.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.43/19.58	c  19.6s|  7800 |    29 |176314 |  19.8 |    84M |  28 | 258 |1483 | 596 |  24k|  0 |1286 |  21 | 0.000000e+00 |      --      |    Inf |  24.21%
19.63/19.73	c  19.7s|  7900 |    35 |177883 |  19.7 |    84M |  29 | 258 |1484 | 598 |  24k|  2 |1293 |  21 | 0.000000e+00 |      --      |    Inf |  24.25%
19.73/19.80	c  19.8s|  8000 |    33 |179346 |  19.7 |    84M |  29 | 258 |1485 | 611 |  24k|  0 |1302 |  21 | 0.000000e+00 |      --      |    Inf |  24.29%
19.73/19.87	c  19.9s|  8100 |    31 |180933 |  19.6 |    84M |  29 | 258 |1484 | 604 |  24k|  0 |1310 |  21 | 0.000000e+00 |      --      |    Inf |  24.31%
19.83/19.95	c  19.9s|  8200 |    33 |182486 |  19.6 |    84M |  29 | 258 |1485 |   0 |  25k|  0 |1312 |  21 | 0.000000e+00 |      --      |    Inf |  24.32%
19.93/20.03	c  20.0s|  8300 |    33 |184168 |  19.6 |    84M |  29 | 258 |1492 | 599 |  25k|  2 |1324 |  21 | 0.000000e+00 |      --      |    Inf |  24.33%
20.03/20.10	c  20.1s|  8400 |    31 |185619 |  19.5 |    84M |  29 | 258 |1490 |   0 |  25k|  0 |1328 |  21 | 0.000000e+00 |      --      |    Inf |  24.35%
20.13/20.28	c  20.3s|  8500 |    31 |187329 |  19.5 |    84M |  29 | 258 |1493 | 602 |  25k|  1 |1341 |  21 | 0.000000e+00 |      --      |    Inf |  24.55%
20.33/20.42	c  20.4s|  8600 |    39 |189255 |  19.5 |    84M |  29 | 258 |1491 | 605 |  26k|  2 |1355 |  21 | 0.000000e+00 |      --      |    Inf |  24.82%
20.52/20.66	c  20.7s|  8700 |    41 |191397 |  19.5 |    85M |  29 | 258 |1533 | 621 |  26k|  2 |1401 |  21 | 0.000000e+00 |      --      |    Inf |  25.09%
20.62/20.79	c  20.8s|  8800 |    41 |192831 |  19.4 |    85M |  29 | 258 |1549 | 605 |  26k|  0 |1420 |  21 | 0.000000e+00 |      --      |    Inf |  25.22%
20.82/20.93	c  20.9s|  8900 |    47 |194612 |  19.4 |    85M |  29 | 258 |1565 | 597 |  26k|  2 |1442 |  21 | 0.000000e+00 |      --      |    Inf |  25.42%
21.03/21.18	c  21.2s|  9000 |    43 |196739 |  19.5 |    86M |  29 | 258 |1588 | 584 |  27k|  0 |1472 |  21 | 0.000000e+00 |      --      |    Inf |  25.76%
21.22/21.30	c  21.3s|  9100 |    41 |198414 |  19.4 |    86M |  29 | 258 |1602 | 594 |  27k|  2 |1491 |  21 | 0.000000e+00 |      --      |    Inf |  25.89%
21.32/21.45	c  21.5s|  9200 |    41 |200156 |  19.4 |    86M |  29 | 258 |1606 | 616 |  27k|  1 |1501 |  21 | 0.000000e+00 |      --      |    Inf |  26.06%
21.52/21.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.52/21.61	c  21.6s|  9300 |    43 |202306 |  19.4 |    86M |  29 | 258 |1612 | 587 |  28k|  2 |1511 |  21 | 0.000000e+00 |      --      |    Inf |  26.20%
21.52/21.70	c  21.7s|  9400 |    41 |203854 |  19.4 |    86M |  29 | 258 |1620 | 585 |  28k|  2 |1526 |  21 | 0.000000e+00 |      --      |    Inf |  26.25%
21.62/21.79	c  21.8s|  9500 |    37 |205834 |  19.4 |    86M |  29 | 258 |1613 | 637 |  28k|  1 |1532 |  21 | 0.000000e+00 |      --      |    Inf |  26.27%
21.82/21.93	c  21.9s|  9600 |    39 |208019 |  19.4 |    86M |  29 | 258 |1608 | 593 |  29k|  2 |1539 |  21 | 0.000000e+00 |      --      |    Inf |  26.54%
22.02/22.12	c  22.1s|  9700 |    39 |209840 |  19.4 |    86M |  29 | 258 |1599 | 612 |  29k|  1 |1544 |  21 | 0.000000e+00 |      --      |    Inf |  26.79%
22.12/22.25	c  22.2s|  9800 |    39 |211066 |  19.3 |    86M |  29 | 258 |1602 | 612 |  29k|  0 |1556 |  21 | 0.000000e+00 |      --      |    Inf |  26.89%
22.32/22.40	c  22.4s|  9900 |    41 |213533 |  19.4 |    86M |  29 | 258 |1590 | 610 |  30k|  1 |1575 |  21 | 0.000000e+00 |      --      |    Inf |  27.11%
22.62/22.75	c  22.8s| 10000 |    47 |215632 |  19.4 |    86M |  29 | 258 |1584 | 569 |  30k|  1 |1582 |  21 | 0.000000e+00 |      --      |    Inf |  27.77%
22.72/22.86	c  22.9s| 10100 |    45 |217328 |  19.4 |    86M |  29 | 258 |1582 | 585 |  30k|  2 |1588 |  21 | 0.000000e+00 |      --      |    Inf |  27.87%
22.92/23.05	c  23.1s| 10200 |    45 |219127 |  19.4 |    86M |  29 | 258 |1590 | 574 |  31k|  2 |1600 |  21 | 0.000000e+00 |      --      |    Inf |  28.07%
23.02/23.12	c  23.1s| 10300 |    45 |220466 |  19.3 |    86M |  29 | 258 |1596 | 641 |  31k|  1 |1612 |  21 | 0.000000e+00 |      --      |    Inf |  28.09%
23.12/23.27	c  23.3s| 10400 |    45 |221799 |  19.3 |    86M |  29 | 258 |1604 | 593 |  31k|  0 |1624 |  21 | 0.000000e+00 |      --      |    Inf |  28.13%
23.22/23.34	c  23.3s| 10500 |    45 |223227 |  19.2 |    86M |  29 | 258 |1597 | 583 |  31k|  2 |1632 |  21 | 0.000000e+00 |      --      |    Inf |  28.16%
23.31/23.42	c  23.4s| 10600 |    43 |224834 |  19.2 |    86M |  29 | 258 |1605 |   0 |  32k|  0 |1643 |  21 | 0.000000e+00 |      --      |    Inf |  28.17%
23.41/23.56	c  23.6s| 10700 |    47 |226433 |  19.2 |    86M |  29 | 258 |1603 | 589 |  32k|  2 |1653 |  21 | 0.000000e+00 |      --      |    Inf |  28.20%
23.51/23.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.51/23.66	c  23.7s| 10800 |    45 |228925 |  19.2 |    86M |  29 | 258 |1616 | 604 |  32k|  0 |1680 |  21 | 0.000000e+00 |      --      |    Inf |  28.25%
23.61/23.76	c  23.8s| 10900 |    47 |230807 |  19.2 |    86M |  29 | 258 |1629 | 622 |  33k|  2 |1699 |  21 | 0.000000e+00 |      --      |    Inf |  28.27%
23.81/23.95	c  24.0s| 11000 |    47 |232683 |  19.2 |    86M |  29 | 258 |1611 | 591 |  33k|  1 |1704 |  21 | 0.000000e+00 |      --      |    Inf |  28.48%
24.11/24.20	c  24.2s| 11100 |    45 |234504 |  19.2 |    86M |  29 | 258 |1609 | 564 |  33k|  2 |1708 |  21 | 0.000000e+00 |      --      |    Inf |  28.76%
24.11/24.28	c  24.3s| 11200 |    47 |236180 |  19.2 |    86M |  29 | 258 |1617 | 606 |  34k|  1 |1725 |  21 | 0.000000e+00 |      --      |    Inf |  28.81%
24.21/24.35	c  24.3s| 11300 |    47 |237596 |  19.1 |    86M |  29 | 258 |1620 | 607 |  34k|  1 |1730 |  21 | 0.000000e+00 |      --      |    Inf |  28.82%
24.31/24.42	c  24.4s| 11400 |    45 |239090 |  19.1 |    86M |  32 | 258 |1627 | 610 |  34k|  0 |1742 |  21 | 0.000000e+00 |      --      |    Inf |  28.82%
24.41/24.58	c  24.6s| 11500 |    47 |240554 |  19.1 |    86M |  32 | 258 |1643 |   0 |  34k|  0 |1765 |  21 | 0.000000e+00 |      --      |    Inf |  28.99%
24.61/24.72	c  24.7s| 11600 |    47 |242174 |  19.0 |    86M |  32 | 258 |1641 | 582 |  34k|  2 |1772 |  21 | 0.000000e+00 |      --      |    Inf |  29.19%
24.71/24.89	c  24.9s| 11700 |    45 |243694 |  19.0 |    86M |  32 | 258 |1641 |   0 |  35k|  0 |1781 |  21 | 0.000000e+00 |      --      |    Inf |  29.40%
24.81/24.98	c  25.0s| 11800 |    43 |246038 |  19.0 |    86M |  32 | 258 |1634 | 597 |  35k|  2 |1805 |  21 | 0.000000e+00 |      --      |    Inf |  29.43%
24.91/25.07	c  25.1s| 11900 |    43 |247652 |  19.0 |    86M |  32 | 258 |1639 | 612 |  35k|  2 |1826 |  21 | 0.000000e+00 |      --      |    Inf |  29.46%
25.11/25.21	c  25.2s| 12000 |    43 |249420 |  19.0 |    86M |  32 | 258 |1645 | 619 |  36k|  0 |1844 |  21 | 0.000000e+00 |      --      |    Inf |  29.57%
25.21/25.38	c  25.4s| 12100 |    45 |250981 |  19.0 |    86M |  32 | 258 |1649 | 622 |  36k|  0 |1856 |  21 | 0.000000e+00 |      --      |    Inf |  29.70%
25.31/25.45	c  25.5s| 12200 |    43 |252168 |  18.9 |    86M |  32 | 258 |1659 | 625 |  36k|  0 |1873 |  21 | 0.000000e+00 |      --      |    Inf |  29.71%
25.41/25.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.41/25.53	c  25.5s| 12300 |    41 |253545 |  18.9 |    86M |  32 | 258 |1660 | 617 |  36k|  1 |1895 |  21 | 0.000000e+00 |      --      |    Inf |  29.74%
25.51/25.69	c  25.7s| 12400 |    45 |255036 |  18.9 |    86M |  32 | 258 |1666 | 611 |  37k|  2 |1909 |  21 | 0.000000e+00 |      --      |    Inf |  29.79%
25.61/25.76	c  25.8s| 12500 |    43 |256817 |  18.9 |    86M |  32 | 258 |1661 | 588 |  37k|  1 |1909 |  21 | 0.000000e+00 |      --      |    Inf |  29.82%
25.71/25.83	c  25.8s| 12600 |    43 |258233 |  18.8 |    86M |  32 | 258 |1667 | 603 |  37k|  2 |1923 |  21 | 0.000000e+00 |      --      |    Inf |  29.83%
25.81/25.90	c  25.9s| 12700 |    41 |259509 |  18.8 |    86M |  32 | 258 |1671 | 646 |  37k|  0 |1931 |  21 | 0.000000e+00 |      --      |    Inf |  29.84%
26.01/26.11	c  26.1s| 12800 |    43 |261792 |  18.8 |    86M |  32 | 258 |1671 | 645 |  37k|  1 |1951 |  21 | 0.000000e+00 |      --      |    Inf |  30.07%
26.01/26.18	c  26.2s| 12900 |    43 |263311 |  18.8 |    86M |  32 | 258 |1680 | 655 |  38k|  2 |1966 |  21 | 0.000000e+00 |      --      |    Inf |  30.09%
26.11/26.28	c  26.3s| 13000 |    43 |264677 |  18.7 |    86M |  32 | 258 |1677 | 579 |  38k|  2 |1981 |  21 | 0.000000e+00 |      --      |    Inf |  30.17%
26.30/26.42	c  26.4s| 13100 |    41 |266765 |  18.8 |    86M |  32 | 258 |1679 | 576 |  38k|  2 |2002 |  21 | 0.000000e+00 |      --      |    Inf |  30.26%
26.40/26.50	c  26.5s| 13200 |    43 |269000 |  18.8 |    86M |  32 | 258 |1676 | 587 |  38k|  2 |2009 |  21 | 0.000000e+00 |      --      |    Inf |  30.29%
26.60/26.71	c  26.7s| 13300 |    45 |270563 |  18.8 |    86M |  32 | 258 |1659 | 572 |  39k|  0 |2013 |  21 | 0.000000e+00 |      --      |    Inf |  30.52%
26.70/26.82	c  26.8s| 13400 |    43 |271962 |  18.7 |    86M |  32 | 258 |1670 | 594 |  39k|  0 |2030 |  21 | 0.000000e+00 |      --      |    Inf |  30.67%
26.80/26.93	c  26.9s| 13500 |    45 |273464 |  18.7 |    86M |  32 | 258 |1675 | 579 |  39k|  2 |2046 |  21 | 0.000000e+00 |      --      |    Inf |  30.76%
27.01/27.16	c  27.2s| 13600 |    47 |275116 |  18.7 |    86M |  32 | 258 |1676 | 612 |  39k|  2 |2060 |  21 | 0.000000e+00 |      --      |    Inf |  31.00%
27.10/27.26	c  27.3s| 13700 |    45 |276529 |  18.7 |    86M |  32 | 258 |1684 |   0 |  40k|  0 |2080 |  21 | 0.000000e+00 |      --      |    Inf |  31.13%
27.30/27.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.30/27.42	c  27.4s| 13800 |    49 |278100 |  18.6 |    86M |  32 | 258 |1686 | 634 |  40k|  0 |2098 |  21 | 0.000000e+00 |      --      |    Inf |  31.29%
27.30/27.48	c  27.5s| 13900 |    47 |279366 |  18.6 |    86M |  32 | 258 |1689 | 621 |  40k|  1 |2111 |  21 | 0.000000e+00 |      --      |    Inf |  31.34%
27.50/27.60	c  27.6s| 14000 |    47 |280874 |  18.6 |    86M |  32 | 258 |1679 | 622 |  40k|  2 |2119 |  21 | 0.000000e+00 |      --      |    Inf |  31.39%
27.60/27.79	c  27.8s| 14100 |    47 |282527 |  18.6 |    86M |  32 | 258 |1678 | 576 |  40k|  2 |2127 |  21 | 0.000000e+00 |      --      |    Inf |  31.44%
27.70/27.86	c  27.9s| 14200 |    47 |284210 |  18.6 |    86M |  32 | 258 |1677 | 627 |  41k|  2 |2133 |  21 | 0.000000e+00 |      --      |    Inf |  31.52%
27.80/27.99	c  28.0s| 14300 |    47 |286104 |  18.6 |    86M |  32 | 258 |1673 | 616 |  41k|  1 |2134 |  21 | 0.000000e+00 |      --      |    Inf |  31.62%
28.00/28.12	c  28.1s| 14400 |    49 |287739 |  18.5 |    86M |  32 | 258 |1666 | 615 |  41k|  0 |2135 |  21 | 0.000000e+00 |      --      |    Inf |  31.72%
28.10/28.25	c  28.2s| 14500 |    47 |289427 |  18.5 |    86M |  32 | 258 |1659 | 577 |  41k|  2 |2146 |  21 | 0.000000e+00 |      --      |    Inf |  31.75%
28.20/28.33	c  28.3s| 14600 |    49 |291222 |  18.5 |    86M |  32 | 258 |1663 | 593 |  42k|  2 |2158 |  21 | 0.000000e+00 |      --      |    Inf |  31.84%
28.30/28.41	c  28.4s| 14700 |    47 |292740 |  18.5 |    86M |  32 | 258 |1653 | 591 |  42k|  0 |2159 |  21 | 0.000000e+00 |      --      |    Inf |  31.86%
28.50/28.61	c  28.6s| 14800 |    47 |294803 |  18.5 |    86M |  32 | 258 |1642 | 599 |  42k|  1 |2164 |  21 | 0.000000e+00 |      --      |    Inf |  31.98%
28.50/28.69	c  28.7s| 14900 |    47 |296503 |  18.5 |    86M |  32 | 258 |1630 | 609 |  43k|  2 |2167 |  21 | 0.000000e+00 |      --      |    Inf |  32.01%
28.60/28.78	c  28.8s| 15000 |    47 |298233 |  18.5 |    86M |  32 | 258 |1631 | 608 |  43k|  0 |2173 |  21 | 0.000000e+00 |      --      |    Inf |  32.06%
28.70/28.88	c  28.9s| 15100 |    45 |299813 |  18.5 |    86M |  32 | 258 |1615 | 634 |  43k|  1 |2179 |  21 | 0.000000e+00 |      --      |    Inf |  32.07%
28.90/29.01	c  29.0s| 15200 |    45 |301761 |  18.5 |    86M |  32 | 258 |1607 | 608 |  43k|  0 |2183 |  21 | 0.000000e+00 |      --      |    Inf |  32.14%
29.00/29.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.00/29.14	c  29.1s| 15300 |    47 |303222 |  18.5 |    86M |  32 | 258 |1611 | 615 |  44k|  1 |2189 |  21 | 0.000000e+00 |      --      |    Inf |  32.19%
29.09/29.21	c  29.2s| 15400 |    45 |304700 |  18.4 |    86M |  32 | 258 |1625 | 622 |  44k|  2 |2209 |  21 | 0.000000e+00 |      --      |    Inf |  32.22%
29.09/29.29	c  29.3s| 15500 |    43 |306444 |  18.4 |    86M |  32 | 258 |1610 | 551 |  44k|  2 |2214 |  21 | 0.000000e+00 |      --      |    Inf |  32.22%
29.29/29.50	c  29.5s| 15600 |    47 |308147 |  18.4 |    86M |  32 | 258 |1610 | 617 |  44k|  2 |2223 |  21 | 0.000000e+00 |      --      |    Inf |  32.38%
29.39/29.57	c  29.6s| 15700 |    45 |309786 |  18.4 |    86M |  32 | 258 |1601 | 634 |  45k|  2 |2226 |  21 | 0.000000e+00 |      --      |    Inf |  32.39%
29.49/29.65	c  29.6s| 15800 |    45 |311580 |  18.4 |    86M |  32 | 258 |1591 | 600 |  45k|  0 |2233 |  21 | 0.000000e+00 |      --      |    Inf |  32.43%
29.59/29.72	c  29.7s| 15900 |    45 |313329 |  18.4 |    86M |  32 | 258 |1582 | 628 |  45k|  0 |2236 |  21 | 0.000000e+00 |      --      |    Inf |  32.45%
29.69/29.85	c  29.8s| 16000 |    45 |315144 |  18.4 |    86M |  32 | 258 |1580 | 583 |  45k|  2 |2246 |  21 | 0.000000e+00 |      --      |    Inf |  32.46%
29.90/30.01	c  30.0s| 16100 |    47 |317682 |  18.5 |    86M |  32 | 258 |1587 | 625 |  46k|  2 |2265 |  21 | 0.000000e+00 |      --      |    Inf |  32.66%
29.90/30.08	c  30.1s| 16200 |    45 |319322 |  18.4 |    86M |  32 | 258 |1598 | 638 |  46k|  1 |2279 |  21 | 0.000000e+00 |      --      |    Inf |  32.66%
30.19/30.33	c  30.3s| 16300 |    49 |320835 |  18.4 |    86M |  32 | 258 |1572 | 585 |  46k|  2 |2290 |  21 | 0.000000e+00 |      --      |    Inf |  32.95%
30.29/30.46	c  30.5s| 16400 |    49 |322224 |  18.4 |    87M |  32 | 258 |1575 |   0 |  46k|  0 |2305 |  21 | 0.000000e+00 |      --      |    Inf |  33.25%
30.49/30.64	c  30.6s| 16500 |    47 |323805 |  18.4 |    87M |  32 | 258 |1572 | 600 |  47k|  0 |2317 |  21 | 0.000000e+00 |      --      |    Inf |  33.54%
30.59/30.72	c  30.7s| 16600 |    47 |325487 |  18.4 |    87M |  32 | 258 |1575 |   0 |  47k|  0 |2324 |  21 | 0.000000e+00 |      --      |    Inf |  33.54%
30.79/30.96	c  31.0s| 16700 |    49 |327396 |  18.4 |    87M |  32 | 258 |1570 | 555 |  47k|  2 |2332 |  21 | 0.000000e+00 |      --      |    Inf |  33.93%
30.89/31.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.89/31.03	c  31.0s| 16800 |    47 |329023 |  18.4 |    87M |  32 | 258 |1560 | 706 |  47k|  1 |2338 |  21 | 0.000000e+00 |      --      |    Inf |  34.02%
31.09/31.26	c  31.3s| 16900 |    49 |331008 |  18.4 |    87M |  32 | 258 |1554 | 616 |  48k|  2 |2343 |  21 | 0.000000e+00 |      --      |    Inf |  34.80%
31.29/31.44	c  31.4s| 17000 |    53 |332521 |  18.4 |    87M |  32 | 258 |1545 | 603 |  48k|  0 |2351 |  21 | 0.000000e+00 |      --      |    Inf |  35.04%
31.39/31.56	c  31.6s| 17100 |    49 |333889 |  18.3 |    87M |  32 | 258 |1555 | 620 |  48k|  0 |2369 |  21 | 0.000000e+00 |      --      |    Inf |  35.18%
31.59/31.76	c  31.8s| 17200 |    51 |335570 |  18.3 |    87M |  32 | 258 |1545 | 557 |  49k|  2 |2373 |  21 | 0.000000e+00 |      --      |    Inf |  35.34%
31.69/31.84	c  31.8s| 17300 |    53 |337114 |  18.3 |    87M |  32 | 258 |1554 | 594 |  49k|  2 |2385 |  21 | 0.000000e+00 |      --      |    Inf |  35.36%
31.79/31.94	c  31.9s| 17400 |    51 |338822 |  18.3 |    87M |  32 | 258 |1548 | 607 |  49k|  0 |2393 |  21 | 0.000000e+00 |      --      |    Inf |  35.46%
31.89/32.09	c  32.1s| 17500 |    51 |340329 |  18.3 |    87M |  32 | 258 |1546 | 601 |  49k|  2 |2410 |  21 | 0.000000e+00 |      --      |    Inf |  35.61%
31.99/32.16	c  32.2s| 17600 |    53 |341936 |  18.3 |    87M |  32 | 258 |1542 | 588 |  50k|  2 |2416 |  21 | 0.000000e+00 |      --      |    Inf |  35.65%
32.09/32.24	c  32.2s| 17700 |    49 |343355 |  18.2 |    87M |  32 | 258 |1540 | 616 |  50k|  0 |2425 |  21 | 0.000000e+00 |      --      |    Inf |  35.67%
32.38/32.54	c  32.5s| 17800 |    51 |345007 |  18.2 |    87M |  32 | 258 |1532 | 604 |  50k|  1 |2432 |  21 | 0.000000e+00 |      --      |    Inf |  36.07%
32.58/32.73	c  32.7s| 17900 |    49 |347103 |  18.3 |    87M |  32 | 258 |1528 | 618 |  50k|  1 |2439 |  21 | 0.000000e+00 |      --      |    Inf |  36.25%
32.78/32.95	c  32.9s| 18000 |    53 |348849 |  18.2 |    87M |  32 | 258 |1536 | 591 |  51k|  2 |2457 |  21 | 0.000000e+00 |      --      |    Inf |  36.48%
32.89/33.03	c  33.0s| 18100 |    53 |350821 |  18.3 |    87M |  32 | 258 |1539 | 643 |  51k|  0 |2481 |  21 | 0.000000e+00 |      --      |    Inf |  36.58%
32.99/33.11	c  33.1s| 18200 |    55 |353010 |  18.3 |    87M |  32 | 258 |1540 | 598 |  51k|  2 |2498 |  21 | 0.000000e+00 |      --      |    Inf |  36.60%
32.99/33.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.99/33.19	c  33.2s| 18300 |    51 |354621 |  18.3 |    87M |  32 | 258 |1538 | 647 |  52k|  0 |2507 |  21 | 0.000000e+00 |      --      |    Inf |  36.62%
33.28/33.40	c  33.4s| 18400 |    51 |356329 |  18.3 |    87M |  32 | 258 |1525 |   0 |  52k|  0 |2529 |  21 | 0.000000e+00 |      --      |    Inf |  36.76%
33.48/33.61	c  33.6s| 18500 |    53 |358460 |  18.3 |    87M |  32 | 258 |1518 | 668 |  52k|  2 |2544 |  21 | 0.000000e+00 |      --      |    Inf |  36.97%
33.58/33.71	c  33.7s| 18600 |    49 |361165 |  18.3 |    87M |  32 | 258 |1511 | 639 |  52k|  0 |2554 |  21 | 0.000000e+00 |      --      |    Inf |  37.01%
33.78/33.93	c  33.9s| 18700 |    51 |364616 |  18.4 |    87M |  32 | 258 |1500 | 625 |  53k|  1 |2568 |  21 | 0.000000e+00 |      --      |    Inf |  37.22%
34.08/34.25	c  34.2s| 18800 |    51 |367044 |  18.4 |    87M |  32 | 258 |1506 | 626 |  54k|  2 |2586 |  21 | 0.000000e+00 |      --      |    Inf |  37.65%
34.18/34.33	c  34.3s| 18900 |    49 |368443 |  18.4 |    87M |  32 | 258 |1500 | 642 |  54k|  2 |2588 |  21 | 0.000000e+00 |      --      |    Inf |  37.66%
34.28/34.46	c  34.5s| 19000 |    49 |370468 |  18.4 |    87M |  32 | 258 |1493 | 654 |  54k|  1 |2591 |  21 | 0.000000e+00 |      --      |    Inf |  37.75%
34.38/34.55	c  34.5s| 19100 |    47 |372542 |  18.4 |    87M |  32 | 258 |1482 | 607 |  54k|  1 |2600 |  21 | 0.000000e+00 |      --      |    Inf |  37.78%
34.58/34.72	c  34.7s| 19200 |    49 |374350 |  18.4 |    87M |  32 | 258 |1489 | 595 |  55k|  1 |2618 |  21 | 0.000000e+00 |      --      |    Inf |  37.94%
34.68/34.85	c  34.9s| 19300 |    51 |376097 |  18.4 |    87M |  32 | 258 |1494 |   0 |  55k|  0 |2629 |  21 | 0.000000e+00 |      --      |    Inf |  38.02%
34.78/34.93	c  34.9s| 19400 |    49 |377548 |  18.4 |    87M |  32 | 258 |1508 | 604 |  55k|  0 |2648 |  21 | 0.000000e+00 |      --      |    Inf |  38.05%
34.88/35.00	c  35.0s| 19500 |    51 |379124 |  18.4 |    87M |  32 | 258 |1526 | 592 |  55k|  2 |2669 |  21 | 0.000000e+00 |      --      |    Inf |  38.07%
34.98/35.14	c  35.1s| 19600 |    49 |380871 |  18.4 |    87M |  32 | 258 |1523 | 587 |  56k|  2 |2676 |  21 | 0.000000e+00 |      --      |    Inf |  38.09%
35.08/35.28	c  35.3s| 19700 |    53 |382525 |  18.4 |    87M |  32 | 258 |1533 |   0 |  56k|  0 |2691 |  21 | 0.000000e+00 |      --      |    Inf |  38.15%
35.18/35.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.18/35.36	c  35.4s| 19800 |    53 |384335 |  18.4 |    87M |  32 | 258 |1548 | 600 |  56k|  2 |2708 |  21 | 0.000000e+00 |      --      |    Inf |  38.20%
35.38/35.50	c  35.5s| 19900 |    53 |386136 |  18.4 |    87M |  32 | 258 |1554 | 607 |  56k|  2 |2719 |  21 | 0.000000e+00 |      --      |    Inf |  38.24%
35.38/35.57	c  35.6s| 20000 |    51 |387609 |  18.4 |    87M |  32 | 258 |1567 | 603 |  57k|  2 |2738 |  21 | 0.000000e+00 |      --      |    Inf |  38.26%
35.47/35.65	c  35.6s| 20100 |    49 |389216 |  18.3 |    87M |  32 | 258 |1577 | 602 |  57k|  0 |2750 |  21 | 0.000000e+00 |      --      |    Inf |  38.26%
35.57/35.78	c  35.8s| 20200 |    55 |390849 |  18.3 |    87M |  34 | 258 |1552 | 569 |  57k|  2 |2759 |  21 | 0.000000e+00 |      --      |    Inf |  38.41%
35.77/35.92	c  35.9s| 20300 |    53 |392575 |  18.3 |    87M |  34 | 258 |1563 |   0 |  57k|  0 |2774 |  21 | 0.000000e+00 |      --      |    Inf |  38.61%
35.77/36.00	c  36.0s| 20400 |    51 |394438 |  18.3 |    87M |  34 | 258 |1568 | 608 |  58k|  0 |2783 |  21 | 0.000000e+00 |      --      |    Inf |  38.65%
35.98/36.19	c  36.2s| 20500 |    51 |396602 |  18.3 |    87M |  34 | 258 |1579 | 576 |  58k|  2 |2801 |  21 | 0.000000e+00 |      --      |    Inf |  38.84%
36.17/36.36	c  36.4s| 20600 |    53 |399038 |  18.4 |    87M |  34 | 258 |1581 | 601 |  58k|  1 |2812 |  21 | 0.000000e+00 |      --      |    Inf |  39.14%
36.37/36.56	c  36.6s| 20700 |    55 |400795 |  18.4 |    87M |  34 | 258 |1585 | 571 |  59k|  0 |2818 |  21 | 0.000000e+00 |      --      |    Inf |  39.22%
36.47/36.65	c  36.6s| 20800 |    53 |402688 |  18.4 |    87M |  34 | 258 |1598 | 589 |  59k|  2 |2833 |  21 | 0.000000e+00 |      --      |    Inf |  39.26%
36.57/36.73	c  36.7s| 20900 |    53 |404709 |  18.4 |    87M |  34 | 258 |1601 |   0 |  59k|  0 |2846 |  21 | 0.000000e+00 |      --      |    Inf |  39.31%
36.67/36.80	c  36.8s| 21000 |    53 |406223 |  18.4 |    87M |  34 | 258 |1611 |   0 |  59k|  0 |2858 |  21 | 0.000000e+00 |      --      |    Inf |  39.32%
36.67/36.88	c  36.9s| 21100 |    53 |407932 |  18.4 |    87M |  34 | 258 |1602 | 615 |  60k|  0 |2864 |  21 | 0.000000e+00 |      --      |    Inf |  39.34%
36.88/37.01	c  37.0s| 21200 |    53 |409727 |  18.4 |    87M |  34 | 258 |1597 |   0 |  60k|  0 |2881 |  21 | 0.000000e+00 |      --      |    Inf |  39.39%
36.97/37.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.97/37.11	c  37.1s| 21300 |    51 |412203 |  18.4 |    87M |  34 | 258 |1586 | 632 |  60k|  2 |2888 |  21 | 0.000000e+00 |      --      |    Inf |  39.44%
36.97/37.19	c  37.2s| 21400 |    51 |414041 |  18.4 |    87M |  34 | 258 |1575 | 634 |  61k|  0 |2888 |  21 | 0.000000e+00 |      --      |    Inf |  39.44%
37.07/37.26	c  37.3s| 21500 |    53 |415722 |  18.4 |    87M |  34 | 258 |1568 | 596 |  61k|  0 |2893 |  21 | 0.000000e+00 |      --      |    Inf |  39.46%
37.17/37.39	c  37.4s| 21600 |    55 |417363 |  18.4 |    87M |  34 | 258 |1577 | 601 |  61k|  0 |2909 |  21 | 0.000000e+00 |      --      |    Inf |  39.51%
37.37/37.56	c  37.6s| 21700 |    55 |419139 |  18.4 |    88M |  34 | 258 |1553 | 642 |  61k|  1 |2918 |  21 | 0.000000e+00 |      --      |    Inf |  39.72%
37.67/37.85	c  37.8s| 21800 |    57 |421115 |  18.4 |    88M |  35 | 258 |1534 | 586 |  62k|  2 |2921 |  21 | 0.000000e+00 |      --      |    Inf |  39.96%
37.77/37.92	c  37.9s| 21900 |    55 |422387 |  18.4 |    88M |  35 | 258 |1534 | 671 |  62k|  2 |2929 |  21 | 0.000000e+00 |      --      |    Inf |  40.06%
37.87/38.06	c  38.1s| 22000 |    53 |424171 |  18.3 |    88M |  35 | 258 |1508 | 595 |  62k|  2 |2940 |  21 | 0.000000e+00 |      --      |    Inf |  40.16%
38.07/38.22	c  38.2s| 22100 |    55 |425651 |  18.3 |    88M |  35 | 258 |1485 | 582 |  62k|  2 |2949 |  21 | 0.000000e+00 |      --      |    Inf |  40.20%
38.07/38.29	c  38.3s| 22200 |    57 |427020 |  18.3 |    88M |  35 | 258 |1485 | 582 |  63k|  1 |2956 |  21 | 0.000000e+00 |      --      |    Inf |  40.22%
38.17/38.36	c  38.4s| 22300 |    53 |428733 |  18.3 |    88M |  35 | 258 |1481 | 590 |  63k|  0 |2960 |  21 | 0.000000e+00 |      --      |    Inf |  40.24%
38.27/38.44	c  38.4s| 22400 |    55 |430262 |  18.3 |    88M |  35 | 258 |1480 | 610 |  63k|  1 |2972 |  21 | 0.000000e+00 |      --      |    Inf |  40.26%
38.37/38.52	c  38.5s| 22500 |    55 |432015 |  18.3 |    88M |  35 | 258 |1471 | 574 |  63k|  2 |2977 |  21 | 0.000000e+00 |      --      |    Inf |  40.28%
38.37/38.59	c  38.6s| 22600 |    55 |433715 |  18.3 |    88M |  35 | 258 |1464 | 601 |  64k|  1 |2983 |  21 | 0.000000e+00 |      --      |    Inf |  40.29%
38.47/38.68	c  38.7s| 22700 |    55 |435554 |  18.3 |    88M |  35 | 258 |1446 | 589 |  64k|  2 |2988 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
38.56/38.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.56/38.76	c  38.8s| 22800 |    55 |437455 |  18.3 |    88M |  35 | 258 |1424 |   0 |  64k|  0 |2992 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
38.66/38.83	c  38.8s| 22900 |    55 |438710 |  18.3 |    88M |  35 | 258 |1418 | 601 |  64k|  0 |2997 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
38.66/38.89	c  38.9s| 23000 |    53 |440133 |  18.2 |    88M |  35 | 258 |1417 |   0 |  65k|  0 |3005 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
38.76/38.96	c  39.0s| 23100 |    51 |441701 |  18.2 |    88M |  35 | 258 |1403 | 615 |  65k|  0 |3012 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
38.87/39.03	c  39.0s| 23200 |    53 |443098 |  18.2 |    88M |  35 | 258 |1404 | 615 |  65k|  2 |3018 |  21 | 0.000000e+00 |      --      |    Inf |  40.31%
38.97/39.11	c  39.1s| 23300 |    51 |444725 |  18.2 |    88M |  35 | 258 |1403 | 725 |  65k|  0 |3025 |  21 | 0.000000e+00 |      --      |    Inf |  40.31%
38.97/39.18	c  39.2s| 23400 |    51 |446386 |  18.2 |    88M |  35 | 258 |1393 | 692 |  65k|  0 |3025 |  21 | 0.000000e+00 |      --      |    Inf |  40.34%
39.06/39.24	c  39.2s| 23500 |    51 |447678 |  18.2 |    88M |  35 | 258 |1411 | 696 |  66k|  0 |3044 |  21 | 0.000000e+00 |      --      |    Inf |  40.34%
39.46/39.63	c  39.6s| 23600 |    59 |451438 |  18.3 |    88M |  35 | 258 |1346 | 612 |  66k|  1 |3066 |  21 | 0.000000e+00 |      --      |    Inf |  41.68%
39.97/40.19	c  40.2s| 23700 |    57 |454365 |  18.3 |    88M |  35 | 258 |1331 | 636 |  67k|  0 |3084 |  21 | 0.000000e+00 |      --      |    Inf |  42.67%
40.36/40.50	c  40.5s| 23800 |    55 |456412 |  18.3 |    88M |  35 | 258 |1304 | 622 |  67k|  0 |3092 |  21 | 0.000000e+00 |      --      |    Inf |  43.03%
40.66/40.81	c  40.8s| 23900 |    55 |460135 |  18.4 |    93M |  35 | 258 |1276 | 615 |  68k|  0 |3106 |  21 | 0.000000e+00 |      --      |    Inf |  43.66%
40.96/41.14	c  41.1s| 24000 |    57 |462896 |  18.4 |    93M |  35 | 258 |1236 | 603 |  68k|  2 |3116 |  21 | 0.000000e+00 |      --      |    Inf |  44.19%
41.16/41.30	c  41.3s| 24100 |    57 |465848 |  18.5 |    93M |  35 | 258 |1184 | 605 |  69k|  2 |3120 |  21 | 0.000000e+00 |      --      |    Inf |  44.33%
41.26/41.42	c  41.4s| 24200 |    57 |467531 |  18.5 |    93M |  35 | 258 |1156 | 625 |  69k|  2 |3120 |  21 | 0.000000e+00 |      --      |    Inf |  44.44%
41.46/41.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.46/41.61	c  41.6s| 24300 |    61 |469319 |  18.5 |    93M |  35 | 258 |1132 | 611 |  69k|  0 |3133 |  21 | 0.000000e+00 |      --      |    Inf |  44.50%
41.55/41.71	c  41.7s| 24400 |    59 |470646 |  18.4 |    93M |  35 | 258 |1147 | 626 |  70k|  1 |3150 |  21 | 0.000000e+00 |      --      |    Inf |  44.59%
41.55/41.79	c  41.8s| 24500 |    61 |472162 |  18.4 |    93M |  35 | 258 |1147 | 611 |  70k|  0 |3154 |  21 | 0.000000e+00 |      --      |    Inf |  44.63%
41.65/41.86	c  41.9s| 24600 |    59 |473569 |  18.4 |    93M |  35 | 258 |1179 | 650 |  70k|  2 |3187 |  21 | 0.000000e+00 |      --      |    Inf |  44.65%
41.75/41.98	c  42.0s| 24700 |    57 |474909 |  18.4 |    93M |  35 | 258 |1206 | 621 |  70k|  2 |3214 |  21 | 0.000000e+00 |      --      |    Inf |  44.69%
41.96/42.11	c  42.1s| 24800 |    61 |476753 |  18.4 |    93M |  35 | 258 |1198 | 612 |  70k|  2 |3237 |  21 | 0.000000e+00 |      --      |    Inf |  44.73%
42.05/42.20	c  42.2s| 24900 |    61 |478930 |  18.4 |    93M |  35 | 258 |1221 | 615 |  71k|  2 |3260 |  21 | 0.000000e+00 |      --      |    Inf |  44.76%
42.05/42.28	c  42.3s| 25000 |    61 |480375 |  18.4 |    93M |  35 | 258 |1223 | 628 |  71k|  2 |3267 |  21 | 0.000000e+00 |      --      |    Inf |  44.77%
42.15/42.37	c  42.4s| 25100 |    59 |481945 |  18.4 |    93M |  35 | 258 |1222 | 621 |  71k|  2 |3280 |  21 | 0.000000e+00 |      --      |    Inf |  44.78%
42.25/42.46	c  42.5s| 25200 |    59 |484432 |  18.4 |    93M |  35 | 258 |1220 | 640 |  71k|  0 |3294 |  21 | 0.000000e+00 |      --      |    Inf |  44.83%
42.35/42.56	c  42.6s| 25300 |    57 |486297 |  18.4 |    93M |  35 | 258 |1215 | 639 |  72k|  2 |3303 |  21 | 0.000000e+00 |      --      |    Inf |  44.84%
42.55/42.73	c  42.7s| 25400 |    59 |489137 |  18.4 |    93M |  35 | 258 |1204 | 623 |  72k|  1 |3323 |  21 | 0.000000e+00 |      --      |    Inf |  44.85%
42.65/42.80	c  42.8s| 25500 |    57 |490797 |  18.4 |    93M |  35 | 258 |1199 | 636 |  72k|  0 |3329 |  21 | 0.000000e+00 |      --      |    Inf |  44.87%
42.65/42.88	c  42.9s| 25600 |    61 |492286 |  18.4 |    93M |  35 | 258 |1200 |   0 |  73k|  0 |3338 |  21 | 0.000000e+00 |      --      |    Inf |  44.88%
42.75/42.96	c  43.0s| 25700 |    59 |493988 |  18.4 |    93M |  35 | 258 |1206 | 629 |  73k|  2 |3346 |  21 | 0.000000e+00 |      --      |    Inf |  44.89%
42.86/43.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.86/43.03	c  43.0s| 25800 |    57 |495841 |  18.4 |    93M |  35 | 258 |1209 | 631 |  73k|  0 |3351 |  21 | 0.000000e+00 |      --      |    Inf |  44.89%
42.96/43.18	c  43.2s| 25900 |    59 |497585 |  18.4 |    93M |  35 | 258 |1213 | 625 |  73k|  2 |3360 |  21 | 0.000000e+00 |      --      |    Inf |  44.93%
43.05/43.26	c  43.3s| 26000 |    55 |499709 |  18.4 |    93M |  35 | 258 |1215 | 635 |  74k|  0 |3370 |  21 | 0.000000e+00 |      --      |    Inf |  44.94%
43.15/43.33	c  43.3s| 26100 |    57 |501317 |  18.4 |    93M |  35 | 258 |1232 | 640 |  74k|  2 |3390 |  21 | 0.000000e+00 |      --      |    Inf |  44.95%
43.25/43.42	c  43.4s| 26200 |    57 |503073 |  18.4 |    93M |  35 | 258 |1239 | 643 |  74k|  2 |3404 |  21 | 0.000000e+00 |      --      |    Inf |  44.96%
43.35/43.51	c  43.5s| 26300 |    57 |505141 |  18.4 |    93M |  35 | 258 |1263 | 617 |  74k|  0 |3436 |  21 | 0.000000e+00 |      --      |    Inf |  44.99%
43.35/43.58	c  43.6s| 26400 |    53 |506784 |  18.4 |    93M |  35 | 258 |1267 | 649 |  75k|  0 |3451 |  21 | 0.000000e+00 |      --      |    Inf |  45.01%
43.45/43.65	c  43.7s| 26500 |    57 |508243 |  18.4 |    93M |  35 | 258 |1269 | 638 |  75k|  0 |3459 |  21 | 0.000000e+00 |      --      |    Inf |  45.02%
43.55/43.72	c  43.7s| 26600 |    57 |509572 |  18.4 |    93M |  35 | 258 |1267 | 608 |  75k|  1 |3470 |  21 | 0.000000e+00 |      --      |    Inf |  45.02%
43.55/43.78	c  43.8s| 26700 |    55 |510870 |  18.4 |    93M |  35 | 258 |1268 | 616 |  75k|  0 |3486 |  21 | 0.000000e+00 |      --      |    Inf |  45.03%
43.65/43.86	c  43.9s| 26800 |    55 |512579 |  18.4 |    93M |  35 | 258 |1275 | 659 |  75k|  1 |3498 |  21 | 0.000000e+00 |      --      |    Inf |  45.03%
43.75/43.93	c  43.9s| 26900 |    55 |514036 |  18.3 |    93M |  35 | 258 |1287 | 646 |  76k|  0 |3514 |  21 | 0.000000e+00 |      --      |    Inf |  45.03%
43.85/44.00	c  44.0s| 27000 |    57 |515534 |  18.3 |    93M |  35 | 258 |1289 | 638 |  76k|  1 |3523 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
43.85/44.08	c  44.1s| 27100 |    53 |517543 |  18.3 |    93M |  35 | 258 |1296 | 662 |  76k|  1 |3540 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
43.95/44.18	c  44.2s| 27200 |    55 |519868 |  18.4 |    93M |  35 | 258 |1287 | 655 |  76k|  0 |3550 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
44.05/44.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.05/44.27	c  44.3s| 27300 |    53 |522421 |  18.4 |    93M |  35 | 258 |1278 | 685 |  77k|  0 |3558 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
44.15/44.36	c  44.4s| 27400 |    51 |524465 |  18.4 |    93M |  35 | 258 |1293 | 648 |  77k|  0 |3583 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
44.34/44.55	c  44.5s| 27500 |    53 |526653 |  18.4 |    93M |  35 | 258 |1283 | 627 |  77k|  2 |3599 |  21 | 0.000000e+00 |      --      |    Inf |  45.19%
44.44/44.68	c  44.7s| 27600 |    59 |528240 |  18.4 |    93M |  35 | 258 |1286 | 621 |  78k|  1 |3607 |  21 | 0.000000e+00 |      --      |    Inf |  45.24%
44.54/44.75	c  44.7s| 27700 |    57 |529827 |  18.4 |    93M |  35 | 258 |1287 | 610 |  78k|  2 |3611 |  21 | 0.000000e+00 |      --      |    Inf |  45.26%
44.64/44.82	c  44.8s| 27800 |    57 |531181 |  18.4 |    93M |  35 | 258 |1299 | 653 |  78k|  2 |3626 |  21 | 0.000000e+00 |      --      |    Inf |  45.27%
44.64/44.89	c  44.9s| 27900 |    55 |532700 |  18.4 |    93M |  35 | 258 |1316 | 651 |  78k|  0 |3647 |  21 | 0.000000e+00 |      --      |    Inf |  45.30%
44.74/44.97	c  45.0s| 28000 |    55 |534284 |  18.3 |    93M |  35 | 258 |1321 | 632 |  78k|  0 |3657 |  21 | 0.000000e+00 |      --      |    Inf |  45.32%
45.14/45.32	c  45.3s| 28100 |    59 |538231 |  18.4 |    93M |  35 | 258 |1245 | 616 |  79k|  0 |3671 |  21 | 0.000000e+00 |      --      |    Inf |  45.86%
45.54/45.79	c  45.8s| 28200 |    59 |541209 |  18.5 |    93M |  35 | 258 |1222 |   0 |  80k|  0 |3687 |  21 | 0.000000e+00 |      --      |    Inf |  46.70%
45.85/46.03	c  46.0s| 28300 |    59 |544884 |  18.5 |    93M |  35 | 258 |1201 | 580 |  80k|  2 |3694 |  21 | 0.000000e+00 |      --      |    Inf |  46.83%
45.94/46.11	c  46.1s| 28400 |    59 |546827 |  18.5 |    93M |  35 | 258 |1198 | 641 |  81k|  0 |3706 |  21 | 0.000000e+00 |      --      |    Inf |  46.92%
46.14/46.31	c  46.3s| 28500 |    61 |550153 |  18.6 |    93M |  35 | 258 |1183 | 645 |  81k|  0 |3716 |  21 | 0.000000e+00 |      --      |    Inf |  47.01%
46.14/46.39	c  46.4s| 28600 |    59 |551920 |  18.6 |    93M |  35 | 258 |1179 | 655 |  81k|  1 |3721 |  21 | 0.000000e+00 |      --      |    Inf |  47.01%
46.34/46.56	c  46.6s| 28700 |    61 |554655 |  18.6 |    93M |  35 | 258 |1163 | 595 |  81k|  2 |3739 |  21 | 0.000000e+00 |      --      |    Inf |  47.06%
46.44/46.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.44/46.64	c  46.6s| 28800 |    59 |556432 |  18.6 |    93M |  35 | 258 |1166 | 590 |  82k|  2 |3760 |  21 | 0.000000e+00 |      --      |    Inf |  47.08%
46.54/46.72	c  46.7s| 28900 |    59 |558374 |  18.6 |    93M |  35 | 258 |1152 | 628 |  82k|  0 |3765 |  21 | 0.000000e+00 |      --      |    Inf |  47.10%
46.64/46.83	c  46.8s| 29000 |    59 |561165 |  18.6 |    93M |  35 | 258 |1142 | 632 |  82k|  2 |3770 |  21 | 0.000000e+00 |      --      |    Inf |  47.11%
46.84/47.02	c  47.0s| 29100 |    63 |564512 |  18.7 |    93M |  35 | 258 |1104 | 618 |  83k|  2 |3792 |  21 | 0.000000e+00 |      --      |    Inf |  47.52%
46.94/47.11	c  47.1s| 29200 |    61 |566548 |  18.7 |    93M |  35 | 258 |1108 | 641 |  83k|  0 |3810 |  21 | 0.000000e+00 |      --      |    Inf |  47.53%
46.94/47.19	c  47.2s| 29300 |    61 |568291 |  18.7 |    93M |  35 | 258 |1115 | 624 |  84k|  2 |3822 |  21 | 0.000000e+00 |      --      |    Inf |  47.54%
47.14/47.39	c  47.4s| 29400 |    61 |572377 |  18.8 |    93M |  35 | 258 |1094 |   0 |  84k|  0 |3843 |  21 | 0.000000e+00 |      --      |    Inf |  48.05%
47.34/47.57	c  47.6s| 29500 |    61 |575048 |  18.8 |    93M |  35 | 258 |1066 | 603 |  85k|  2 |3846 |  21 | 0.000000e+00 |      --      |    Inf |  48.27%
47.63/47.86	c  47.9s| 29600 |    65 |578663 |  18.8 |    93M |  35 | 258 |1073 | 612 |  85k|  1 |3889 |  21 | 0.000000e+00 |      --      |    Inf |  48.44%
47.73/47.95	c  48.0s| 29700 |    61 |581010 |  18.9 |    93M |  35 | 258 |1057 | 622 |  85k|  2 |3895 |  21 | 0.000000e+00 |      --      |    Inf |  48.51%
47.84/48.02	c  48.0s| 29800 |    63 |582745 |  18.8 |    93M |  35 | 258 |1055 | 653 |  86k|  0 |3899 |  21 | 0.000000e+00 |      --      |    Inf |  48.52%
47.84/48.09	c  48.1s| 29900 |    61 |584453 |  18.8 |    93M |  35 | 258 |1049 | 661 |  86k|  1 |3908 |  21 | 0.000000e+00 |      --      |    Inf |  48.54%
47.94/48.17	c  48.2s| 30000 |    63 |586079 |  18.8 |    93M |  35 | 258 |1033 | 654 |  86k|  2 |3925 |  21 | 0.000000e+00 |      --      |    Inf |  48.55%
48.03/48.26	c  48.3s| 30100 |    61 |588004 |  18.8 |    93M |  35 | 258 |1040 | 657 |  86k|  0 |3936 |  21 | 0.000000e+00 |      --      |    Inf |  48.55%
48.13/48.34	c  48.3s| 30200 |    61 |590045 |  18.8 |    93M |  35 | 258 |1043 | 654 |  86k|  2 |3951 |  21 | 0.000000e+00 |      --      |    Inf |  48.56%
48.23/48.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.23/48.42	c  48.4s| 30300 |    61 |591865 |  18.8 |    93M |  35 | 258 |1036 |   0 |  87k|  0 |3956 |  21 | 0.000000e+00 |      --      |    Inf |  48.57%
48.23/48.49	c  48.5s| 30400 |    59 |593277 |  18.8 |    93M |  35 | 258 |1041 | 640 |  87k|  0 |3971 |  21 | 0.000000e+00 |      --      |    Inf |  48.58%
48.53/48.75	c  48.8s| 30500 |    61 |596709 |  18.9 |    93M |  36 | 258 |1002 | 617 |  87k|  0 |3980 |  21 | 0.000000e+00 |      --      |    Inf |  49.04%
48.63/48.89	c  48.9s| 30600 |    61 |598256 |  18.9 |    93M |  37 | 258 | 982 | 612 |  87k|  2 |3994 |  21 | 0.000000e+00 |      --      |    Inf |  49.15%
48.94/49.12	c  49.1s| 30700 |    63 |601547 |  18.9 |    93M |  37 | 258 | 954 | 611 |  88k|  2 |3997 |  21 | 0.000000e+00 |      --      |    Inf |  49.31%
49.03/49.20	c  49.2s| 30800 |    61 |603376 |  18.9 |    93M |  37 | 258 | 943 | 633 |  88k|  1 |3997 |  21 | 0.000000e+00 |      --      |    Inf |  49.34%
49.13/49.30	c  49.3s| 30900 |    57 |605934 |  18.9 |    93M |  37 | 258 | 930 | 636 |  88k|  0 |3998 |  21 | 0.000000e+00 |      --      |    Inf |  49.36%
49.23/49.48	c  49.5s| 31000 |    63 |607995 |  18.9 |    93M |  37 | 258 | 920 | 583 |  89k|  0 |3998 |  21 | 0.000000e+00 |      --      |    Inf |  49.56%
49.43/49.62	c  49.6s| 31100 |    61 |610171 |  18.9 |    93M |  37 | 258 | 904 | 624 |  89k|  2 |3998 |  21 | 0.000000e+00 |      --      |    Inf |  49.66%
49.53/49.75	c  49.8s| 31200 |    67 |612136 |  18.9 |    94M |  37 | 258 | 899 | 627 |  90k|  0 |4017 |  21 | 0.000000e+00 |      --      |    Inf |  49.76%
49.73/49.90	c  49.9s| 31300 |    65 |615254 |  19.0 |    94M |  37 | 258 | 887 | 626 |  90k|  1 |4025 |  21 | 0.000000e+00 |      --      |    Inf |  49.86%
49.73/49.96	c  50.0s| 31400 |    63 |616807 |  19.0 |    94M |  37 | 258 | 892 | 627 |  90k|  0 |4036 |  21 | 0.000000e+00 |      --      |    Inf |  49.89%
49.83/50.04	c  50.0s| 31500 |    63 |618321 |  19.0 |    94M |  37 | 258 | 890 | 598 |  90k|  0 |4041 |  21 | 0.000000e+00 |      --      |    Inf |  49.91%
49.93/50.13	c  50.1s| 31600 |    59 |620745 |  19.0 |    94M |  37 | 258 | 891 | 624 |  91k|  1 |4049 |  21 | 0.000000e+00 |      --      |    Inf |  49.93%
50.13/50.34	c  50.3s| 31700 |    67 |622568 |  19.0 |    94M |  37 | 258 | 883 | 598 |  91k|  0 |4056 |  21 | 0.000000e+00 |      --      |    Inf |  50.11%
50.23/50.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.23/50.41	c  50.4s| 31800 |    67 |624117 |  19.0 |    94M |  37 | 258 | 893 | 664 |  91k|  0 |4068 |  21 | 0.000000e+00 |      --      |    Inf |  50.16%
50.23/50.48	c  50.5s| 31900 |    65 |625638 |  18.9 |    94M |  37 | 258 | 905 | 664 |  91k|  0 |4083 |  21 | 0.000000e+00 |      --      |    Inf |  50.20%
50.42/50.61	c  50.6s| 32000 |    67 |627576 |  19.0 |    94M |  37 | 258 | 902 |   0 |  92k|  0 |4095 |  21 | 0.000000e+00 |      --      |    Inf |  50.29%
50.52/50.74	c  50.7s| 32100 |    65 |629074 |  18.9 |    94M |  37 | 258 | 911 | 596 |  92k|  1 |4110 |  21 | 0.000000e+00 |      --      |    Inf |  50.34%
50.62/50.84	c  50.8s| 32200 |    69 |630455 |  18.9 |    94M |  37 | 258 | 916 | 625 |  92k|  1 |4121 |  21 | 0.000000e+00 |      --      |    Inf |  50.38%
50.72/50.91	c  50.9s| 32300 |    67 |631767 |  18.9 |    94M |  37 | 258 | 931 |   0 |  92k|  0 |4138 |  21 | 0.000000e+00 |      --      |    Inf |  50.41%
50.72/50.96	c  51.0s| 32400 |    65 |632879 |  18.9 |    94M |  37 | 258 | 945 |   0 |  92k|  0 |4156 |  21 | 0.000000e+00 |      --      |    Inf |  50.43%
50.93/51.11	c  51.1s| 32500 |    69 |634935 |  18.9 |    94M |  37 | 258 | 967 | 605 |  93k|  2 |4179 |  21 | 0.000000e+00 |      --      |    Inf |  50.46%
50.93/51.18	c  51.2s| 32600 |    67 |636804 |  18.9 |    94M |  37 | 258 | 979 | 591 |  93k|  2 |4195 |  21 | 0.000000e+00 |      --      |    Inf |  50.50%
51.02/51.25	c  51.2s| 32700 |    67 |638586 |  18.9 |    94M |  37 | 258 | 988 | 656 |  93k|  0 |4207 |  21 | 0.000000e+00 |      --      |    Inf |  50.52%
51.12/51.31	c  51.3s| 32800 |    67 |639945 |  18.9 |    94M |  37 | 258 |1006 | 639 |  93k|  2 |4225 |  21 | 0.000000e+00 |      --      |    Inf |  50.53%
51.12/51.38	c  51.4s| 32900 |    71 |641562 |  18.9 |    94M |  37 | 258 |1017 | 639 |  93k|  1 |4240 |  21 | 0.000000e+00 |      --      |    Inf |  50.53%
51.22/51.45	c  51.4s| 33000 |    69 |643118 |  18.9 |    94M |  37 | 258 |1031 | 646 |  93k|  0 |4258 |  21 | 0.000000e+00 |      --      |    Inf |  50.53%
51.32/51.50	c  51.5s| 33100 |    69 |644362 |  18.8 |    94M |  37 | 258 |1053 | 637 |  93k|  1 |4281 |  21 | 0.000000e+00 |      --      |    Inf |  50.53%
51.32/51.57	c  51.6s| 33200 |    71 |645835 |  18.8 |    94M |  37 | 258 |1063 | 653 |  94k|  2 |4297 |  21 | 0.000000e+00 |      --      |    Inf |  50.54%
51.42/51.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.42/51.64	c  51.6s| 33300 |    67 |647589 |  18.8 |    94M |  37 | 258 |1071 | 657 |  94k|  1 |4309 |  21 | 0.000000e+00 |      --      |    Inf |  50.54%
51.52/51.75	c  51.8s| 33400 |    67 |649214 |  18.8 |    94M |  37 | 258 |1076 | 620 |  94k|  2 |4321 |  21 | 0.000000e+00 |      --      |    Inf |  50.55%
51.62/51.83	c  51.8s| 33500 |    71 |650874 |  18.8 |    94M |  37 | 258 |1089 | 628 |  94k|  2 |4346 |  21 | 0.000000e+00 |      --      |    Inf |  50.65%
51.72/51.91	c  51.9s| 33600 |    71 |652729 |  18.8 |    94M |  37 | 258 |1105 | 628 |  94k|  2 |4367 |  21 | 0.000000e+00 |      --      |    Inf |  50.66%
51.72/51.99	c  52.0s| 33700 |    67 |654515 |  18.8 |    94M |  37 | 258 |1108 | 640 |  95k|  0 |4379 |  21 | 0.000000e+00 |      --      |    Inf |  50.67%
51.83/52.07	c  52.1s| 33800 |    67 |656361 |  18.8 |    94M |  37 | 258 |1118 |   0 |  95k|  0 |4393 |  21 | 0.000000e+00 |      --      |    Inf |  50.67%
51.92/52.15	c  52.1s| 33900 |    71 |658204 |  18.8 |    94M |  37 | 258 |1114 | 633 |  95k|  2 |4393 |  21 | 0.000000e+00 |      --      |    Inf |  50.68%
52.02/52.28	c  52.3s| 34000 |    71 |659960 |  18.8 |    94M |  37 | 258 |1129 | 620 |  95k|  2 |4420 |  21 | 0.000000e+00 |      --      |    Inf |  50.73%
52.12/52.36	c  52.4s| 34100 |    71 |661975 |  18.8 |    94M |  37 | 258 |1139 | 632 |  96k|  0 |4435 |  21 | 0.000000e+00 |      --      |    Inf |  50.73%
52.22/52.44	c  52.4s| 34200 |    71 |663827 |  18.8 |    94M |  37 | 258 |1142 | 605 |  96k|  2 |4456 |  21 | 0.000000e+00 |      --      |    Inf |  50.74%
52.32/52.51	c  52.5s| 34300 |    69 |665642 |  18.8 |    94M |  37 | 258 |1151 | 610 |  96k|  1 |4468 |  21 | 0.000000e+00 |      --      |    Inf |  50.76%
52.42/52.69	c  52.7s| 34400 |    73 |668480 |  18.8 |    94M |  37 | 258 |1169 | 615 |  97k|  2 |4505 |  21 | 0.000000e+00 |      --      |    Inf |  50.82%
52.52/52.78	c  52.8s| 34500 |    73 |670745 |  18.8 |    94M |  37 | 258 |1152 | 633 |  97k|  0 |4514 |  21 | 0.000000e+00 |      --      |    Inf |  50.83%
52.72/52.93	c  52.9s| 34600 |    73 |673566 |  18.9 |    94M |  37 | 258 |1132 | 618 |  97k|  0 |4522 |  21 | 0.000000e+00 |      --      |    Inf |  50.91%
52.82/53.02	c  53.0s| 34700 |    73 |676153 |  18.9 |    94M |  37 | 258 |1118 | 640 |  97k|  2 |4524 |  21 | 0.000000e+00 |      --      |    Inf |  50.94%
52.92/53.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.92/53.12	c  53.1s| 34800 |    71 |678900 |  18.9 |    94M |  37 | 258 |1101 | 661 |  98k|  2 |4531 |  21 | 0.000000e+00 |      --      |    Inf |  50.94%
53.02/53.25	c  53.3s| 34900 |    71 |681279 |  18.9 |    94M |  37 | 258 |1091 | 679 |  98k|  1 |4543 |  21 | 0.000000e+00 |      --      |    Inf |  51.01%
53.22/53.44	c  53.4s| 35000 |    73 |684215 |  18.9 |    94M |  37 | 258 |1057 | 676 |  98k|  1 |4567 |  21 | 0.000000e+00 |      --      |    Inf |  51.16%
53.32/53.51	c  53.5s| 35100 |    75 |685601 |  18.9 |    94M |  37 | 258 |1050 | 687 |  99k|  2 |4568 |  21 | 0.000000e+00 |      --      |    Inf |  51.17%
53.32/53.58	c  53.6s| 35200 |    75 |686989 |  18.9 |    94M |  37 | 258 |1051 | 704 |  99k|  1 |4569 |  21 | 0.000000e+00 |      --      |    Inf |  51.17%
53.42/53.65	c  53.6s| 35300 |    73 |688623 |  18.9 |    94M |  37 | 258 |1045 | 628 |  99k|  0 |4573 |  21 | 0.000000e+00 |      --      |    Inf |  51.18%
53.51/53.73	c  53.7s| 35400 |    73 |690348 |  18.9 |    94M |  37 | 258 |1052 |   0 |  99k|  0 |4588 |  21 | 0.000000e+00 |      --      |    Inf |  51.19%
53.61/53.82	c  53.8s| 35500 |    77 |692607 |  18.9 |    94M |  37 | 258 |1060 | 607 |  99k|  0 |4609 |  21 | 0.000000e+00 |      --      |    Inf |  51.19%
53.71/53.90	c  53.9s| 35600 |    75 |694647 |  18.9 |    94M |  37 | 258 |1045 | 604 | 100k|  1 |4616 |  21 | 0.000000e+00 |      --      |    Inf |  51.20%
53.92/54.12	c  54.1s| 35700 |    77 |697326 |  18.9 |    94M |  37 | 258 |1076 |   0 | 100k|  0 |4656 |  21 | 0.000000e+00 |      --      |    Inf |  51.58%
54.01/54.27	c  54.3s| 35800 |    77 |699903 |  19.0 |    94M |  37 | 258 |1064 | 630 | 101k|  0 |4663 |  21 | 0.000000e+00 |      --      |    Inf |  51.88%
54.21/54.41	c  54.4s| 35900 |    75 |702716 |  19.0 |    94M |  37 | 258 |1035 | 681 | 101k|  2 |4666 |  21 | 0.000000e+00 |      --      |    Inf |  51.98%
54.21/54.49	c  54.5s| 36000 |    75 |704346 |  19.0 |    94M |  37 | 258 |1026 | 691 | 101k|  2 |4670 |  21 | 0.000000e+00 |      --      |    Inf |  51.98%
54.41/54.68	c  54.7s| 36100 |    77 |706699 |  19.0 |    94M |  37 | 258 |1022 | 610 | 102k|  2 |4682 |  21 | 0.000000e+00 |      --      |    Inf |  52.17%
54.61/54.82	c  54.8s| 36200 |    75 |708761 |  19.0 |    94M |  37 | 258 |1031 | 615 | 102k|  1 |4703 |  21 | 0.000000e+00 |      --      |    Inf |  52.37%
54.71/54.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.71/54.90	c  54.9s| 36300 |    75 |710568 |  19.0 |    94M |  37 | 258 |1022 | 684 | 102k|  2 |4711 |  21 | 0.000000e+00 |      --      |    Inf |  52.38%
54.71/54.96	c  55.0s| 36400 |    77 |712032 |  19.0 |    94M |  37 | 258 |1014 | 694 | 102k|  1 |4711 |  21 | 0.000000e+00 |      --      |    Inf |  52.38%
54.82/55.02	c  55.0s| 36500 |    75 |713461 |  19.0 |    94M |  37 | 258 |1017 | 606 | 102k|  0 |4725 |  21 | 0.000000e+00 |      --      |    Inf |  52.38%
54.92/55.15	c  55.2s| 36600 |    79 |715428 |  19.0 |    94M |  37 | 258 |1012 | 572 | 102k|  2 |4730 |  21 | 0.000000e+00 |      --      |    Inf |  52.43%
55.01/55.23	c  55.2s| 36700 |    79 |717154 |  19.0 |    94M |  37 | 258 |1011 | 701 | 103k|  0 |4736 |  21 | 0.000000e+00 |      --      |    Inf |  52.45%
55.11/55.30	c  55.3s| 36800 |    81 |718900 |  19.0 |    94M |  37 | 258 |1024 | 586 | 103k|  0 |4754 |  21 | 0.000000e+00 |      --      |    Inf |  52.47%
55.11/55.39	c  55.4s| 36900 |    81 |721065 |  19.0 |    94M |  37 | 258 |1027 | 584 | 103k|  2 |4758 |  21 | 0.000000e+00 |      --      |    Inf |  52.48%
55.21/55.46	c  55.5s| 37000 |    79 |722740 |  19.0 |    94M |  37 | 258 |1033 | 593 | 104k|  0 |4767 |  21 | 0.000000e+00 |      --      |    Inf |  52.48%
55.31/55.53	c  55.5s| 37100 |    85 |724300 |  19.0 |    96M |  37 | 258 |1029 | 701 | 104k|  0 |4774 |  21 | 0.000000e+00 |      --      |    Inf |  52.48%
55.31/55.59	c  55.6s| 37200 |    79 |725753 |  18.9 |    96M |  37 | 258 |1033 | 696 | 104k|  2 |4782 |  21 | 0.000000e+00 |      --      |    Inf |  52.48%
55.41/55.69	c  55.7s| 37300 |    75 |727298 |  18.9 |    96M |  37 | 258 |1038 | 693 | 104k|  0 |4790 |  21 | 0.000000e+00 |      --      |    Inf |  52.49%
55.52/55.76	c  55.8s| 37400 |    77 |728873 |  18.9 |    96M |  37 | 258 |1045 | 697 | 104k|  2 |4803 |  21 | 0.000000e+00 |      --      |    Inf |  52.49%
55.62/55.83	c  55.8s| 37500 |    75 |730551 |  18.9 |    96M |  37 | 258 |1057 | 704 | 104k|  0 |4824 |  21 | 0.000000e+00 |      --      |    Inf |  52.51%
55.82/56.05	c  56.0s| 37600 |    81 |732607 |  18.9 |    96M |  37 | 258 |1050 | 578 | 104k|  0 |4838 |  21 | 0.000000e+00 |      --      |    Inf |  52.78%
55.92/56.15	c  56.1s| 37700 |    79 |734311 |  18.9 |    96M |  37 | 258 |1038 |   0 | 105k|  0 |4845 |  21 | 0.000000e+00 |      --      |    Inf |  52.87%
56.02/56.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.02/56.23	c  56.2s| 37800 |    79 |736222 |  18.9 |    96M |  37 | 258 |1056 | 693 | 105k|  2 |4871 |  21 | 0.000000e+00 |      --      |    Inf |  52.88%
56.22/56.43	c  56.4s| 37900 |    81 |738505 |  18.9 |    96M |  37 | 258 |1056 | 601 | 105k|  1 |4890 |  21 | 0.000000e+00 |      --      |    Inf |  53.40%
56.32/56.59	c  56.6s| 38000 |    79 |740305 |  18.9 |    96M |  37 | 258 |1051 | 597 | 105k|  2 |4912 |  21 | 0.000000e+00 |      --      |    Inf |  53.50%
56.61/56.84	c  56.8s| 38100 |    79 |743798 |  19.0 |    96M |  37 | 258 |1045 | 582 | 106k|  2 |4948 |  21 | 0.000000e+00 |      --      |    Inf |  53.87%
56.71/56.97	c  57.0s| 38200 |    85 |745560 |  19.0 |    96M |  37 | 258 |1037 | 606 | 106k|  1 |4956 |  21 | 0.000000e+00 |      --      |    Inf |  53.92%
56.82/57.05	c  57.1s| 38300 |    87 |747547 |  19.0 |    96M |  37 | 258 |1040 | 604 | 106k|  2 |4966 |  21 | 0.000000e+00 |      --      |    Inf |  53.94%
56.92/57.12	c  57.1s| 38400 |    85 |748906 |  19.0 |    96M |  37 | 258 |1045 | 626 | 107k|  0 |4978 |  21 | 0.000000e+00 |      --      |    Inf |  53.96%
57.01/57.21	c  57.2s| 38500 |    87 |750955 |  19.0 |    96M |  37 | 258 |1040 | 638 | 107k|  2 |4989 |  21 | 0.000000e+00 |      --      |    Inf |  53.97%
57.01/57.29	c  57.3s| 38600 |    83 |752709 |  19.0 |    96M |  37 | 258 |1032 | 630 | 107k|  1 |4999 |  21 | 0.000000e+00 |      --      |    Inf |  53.98%
57.11/57.38	c  57.4s| 38700 |    83 |755191 |  19.0 |    96M |  37 | 258 |1024 | 622 | 107k|  1 |5015 |  21 | 0.000000e+00 |      --      |    Inf |  54.00%
57.21/57.45	c  57.5s| 38800 |    79 |756769 |  19.0 |    96M |  37 | 258 |1036 | 651 | 108k|  0 |5039 |  21 | 0.000000e+00 |      --      |    Inf |  54.00%
57.31/57.53	c  57.5s| 38900 |    83 |758305 |  19.0 |    96M |  37 | 258 |1048 | 606 | 108k|  2 |5060 |  21 | 0.000000e+00 |      --      |    Inf |  54.01%
57.41/57.60	c  57.6s| 39000 |    81 |759849 |  18.9 |    96M |  37 | 258 |1049 | 625 | 108k|  1 |5062 |  21 | 0.000000e+00 |      --      |    Inf |  54.01%
57.41/57.69	c  57.7s| 39100 |    83 |761976 |  18.9 |    96M |  37 | 258 |1062 | 631 | 108k|  1 |5076 |  21 | 0.000000e+00 |      --      |    Inf |  54.02%
57.51/57.78	c  57.8s| 39200 |    81 |764149 |  19.0 |    96M |  37 | 258 |1059 | 632 | 109k|  2 |5084 |  21 | 0.000000e+00 |      --      |    Inf |  54.02%
57.61/57.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.61/57.89	c  57.9s| 39300 |    77 |767050 |  19.0 |    96M |  37 | 258 |1059 | 609 | 109k|  0 |5096 |  21 | 0.000000e+00 |      --      |    Inf |  54.04%
57.81/58.01	c  58.0s| 39400 |    79 |768423 |  19.0 |    96M |  37 | 258 |1064 | 605 | 109k|  0 |5107 |  21 | 0.000000e+00 |      --      |    Inf |  54.07%
57.91/58.11	c  58.1s| 39500 |    75 |771019 |  19.0 |    96M |  37 | 258 |1080 |   0 | 110k|  0 |5128 |  21 | 0.000000e+00 |      --      |    Inf |  54.15%
57.91/58.19	c  58.2s| 39600 |    79 |772939 |  19.0 |    96M |  37 | 258 |1091 |   0 | 110k|  0 |5146 |  21 | 0.000000e+00 |      --      |    Inf |  54.15%
58.11/58.36	c  58.4s| 39700 |    79 |775127 |  19.0 |    96M |  37 | 258 |1090 | 565 | 110k|  0 |5154 |  21 | 0.000000e+00 |      --      |    Inf |  54.33%
58.31/58.51	c  58.5s| 39800 |    79 |777988 |  19.0 |    96M |  37 | 258 |1087 | 562 | 111k|  1 |5168 |  21 | 0.000000e+00 |      --      |    Inf |  54.43%
58.41/58.64	c  58.6s| 39900 |    81 |780038 |  19.0 |    97M |  37 | 258 |1087 | 571 | 111k|  1 |5172 |  21 | 0.000000e+00 |      --      |    Inf |  54.48%
58.51/58.70	c  58.7s| 40000 |    81 |781709 |  19.0 |    97M |  37 | 258 |1092 | 602 | 111k|  2 |5178 |  21 | 0.000000e+00 |      --      |    Inf |  54.49%
58.51/58.78	c  58.8s| 40100 |    83 |783668 |  19.0 |    97M |  37 | 258 |1096 | 586 | 112k|  1 |5185 |  21 | 0.000000e+00 |      --      |    Inf |  54.50%
58.61/58.85	c  58.8s| 40200 |    83 |785109 |  19.0 |    97M |  37 | 258 |1106 | 624 | 112k|  1 |5197 |  21 | 0.000000e+00 |      --      |    Inf |  54.51%
58.71/58.93	c  58.9s| 40300 |    81 |787276 |  19.0 |    97M |  37 | 258 |1108 | 594 | 112k|  1 |5200 |  21 | 0.000000e+00 |      --      |    Inf |  54.52%
58.81/59.01	c  59.0s| 40400 |    77 |788935 |  19.0 |    97M |  37 | 258 |1112 | 619 | 112k|  0 |5207 |  21 | 0.000000e+00 |      --      |    Inf |  54.52%
58.91/59.15	c  59.1s| 40500 |    81 |791750 |  19.0 |    97M |  37 | 258 |1116 | 592 | 113k|  0 |5215 |  21 | 0.000000e+00 |      --      |    Inf |  54.54%
59.01/59.23	c  59.2s| 40600 |    81 |793534 |  19.0 |    97M |  37 | 258 |1118 | 600 | 113k|  2 |5222 |  21 | 0.000000e+00 |      --      |    Inf |  54.57%
59.11/59.31	c  59.3s| 40700 |    81 |795277 |  19.0 |    97M |  37 | 258 |1138 | 609 | 113k|  0 |5243 |  21 | 0.000000e+00 |      --      |    Inf |  54.59%
59.20/59.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.20/59.40	c  59.4s| 40800 |    81 |797517 |  19.0 |    97M |  37 | 258 |1162 | 603 | 114k|  2 |5272 |  21 | 0.000000e+00 |      --      |    Inf |  54.61%
59.30/59.54	c  59.5s| 40900 |    81 |800044 |  19.0 |    97M |  37 | 258 |1166 | 591 | 114k|  2 |5282 |  21 | 0.000000e+00 |      --      |    Inf |  54.63%
59.40/59.61	c  59.6s| 41000 |    83 |801657 |  19.0 |    97M |  37 | 258 |1163 | 603 | 114k|  1 |5287 |  21 | 0.000000e+00 |      --      |    Inf |  54.64%
59.40/59.67	c  59.7s| 41100 |    79 |803056 |  19.0 |    97M |  37 | 258 |1179 | 629 | 114k|  0 |5304 |  21 | 0.000000e+00 |      --      |    Inf |  54.64%
59.60/59.83	c  59.8s| 41200 |    77 |805611 |  19.0 |    97M |  37 | 258 |1179 | 644 | 115k|  0 |5325 |  21 | 0.000000e+00 |      --      |    Inf |  54.84%
59.81/60.01	c  60.0s| 41300 |    83 |808230 |  19.1 |    97M |  37 | 258 |1186 | 607 | 115k|  2 |5340 |  21 | 0.000000e+00 |      --      |    Inf |  54.88%
59.91/60.12	c  60.1s| 41400 |    80 |811264 |  19.1 |    97M |  37 | 258 |1182 | 628 | 115k|  2 |5369 |  21 | 0.000000e+00 |      --      |    Inf |  54.95%
60.00/60.26	c  60.3s| 41500 |    80 |813112 |  19.1 |    97M |  37 | 258 |1173 | 615 | 116k|  2 |5372 |  21 | 0.000000e+00 |      --      |    Inf |  54.99%
60.10/60.33	c  60.3s| 41600 |    82 |814818 |  19.1 |    97M |  37 | 258 |1177 | 604 | 116k|  0 |5381 |  21 | 0.000000e+00 |      --      |    Inf |  55.00%
60.20/60.41	c  60.4s| 41700 |    82 |816514 |  19.1 |    97M |  37 | 258 |1179 | 597 | 116k|  0 |5386 |  21 | 0.000000e+00 |      --      |    Inf |  55.01%
60.30/60.56	c  60.6s| 41800 |    84 |818700 |  19.1 |    97M |  37 | 258 |1182 | 612 | 116k|  2 |5397 |  21 | 0.000000e+00 |      --      |    Inf |  55.08%
60.40/60.68	c  60.7s| 41900 |    84 |820477 |  19.1 |    97M |  37 | 258 |1165 | 623 | 117k|  0 |5403 |  21 | 0.000000e+00 |      --      |    Inf |  55.16%
60.50/60.75	c  60.7s| 42000 |    86 |821859 |  19.1 |    97M |  37 | 258 |1159 | 601 | 117k|  2 |5407 |  21 | 0.000000e+00 |      --      |    Inf |  55.18%
60.60/60.83	c  60.8s| 42100 |    82 |823542 |  19.1 |    97M |  37 | 258 |1139 | 591 | 117k|  1 |5412 |  21 | 0.000000e+00 |      --      |    Inf |  55.21%
60.70/60.97	c  61.0s| 42200 |    82 |825757 |  19.1 |    97M |  37 | 258 |1112 | 580 | 118k|  1 |5417 |  21 | 0.000000e+00 |      --      |    Inf |  55.23%
60.90/61.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.90/61.12	c  61.1s| 42300 |    84 |827889 |  19.1 |    97M |  37 | 258 |1102 | 610 | 118k|  2 |5429 |  21 | 0.000000e+00 |      --      |    Inf |  55.30%
60.90/61.19	c  61.2s| 42400 |    80 |829501 |  19.1 |    97M |  37 | 258 |1087 | 623 | 118k|  0 |5439 |  21 | 0.000000e+00 |      --      |    Inf |  55.33%
61.00/61.27	c  61.3s| 42500 |    84 |831182 |  19.1 |    97M |  37 | 258 |1078 | 631 | 118k|  1 |5455 |  21 | 0.000000e+00 |      --      |    Inf |  55.34%
61.10/61.34	c  61.3s| 42600 |    82 |832454 |  19.0 |    97M |  37 | 258 |1065 |   0 | 119k|  0 |5465 |  21 | 0.000000e+00 |      --      |    Inf |  55.35%
61.20/61.41	c  61.4s| 42700 |    82 |834028 |  19.0 |    97M |  37 | 258 |1063 | 631 | 119k|  0 |5473 |  21 | 0.000000e+00 |      --      |    Inf |  55.36%
61.20/61.48	c  61.5s| 42800 |    82 |835530 |  19.0 |    97M |  37 | 258 |1067 | 632 | 119k|  0 |5480 |  21 | 0.000000e+00 |      --      |    Inf |  55.36%
61.30/61.54	c  61.5s| 42900 |    84 |836960 |  19.0 |    97M |  37 | 258 |1073 | 638 | 119k|  1 |5487 |  21 | 0.000000e+00 |      --      |    Inf |  55.36%
61.40/61.60	c  61.6s| 43000 |    84 |838381 |  19.0 |    97M |  37 | 258 |1077 | 634 | 119k|  1 |5491 |  21 | 0.000000e+00 |      --      |    Inf |  55.36%
61.40/61.68	c  61.7s| 43100 |    82 |840205 |  19.0 |    97M |  37 | 258 |1076 | 565 | 119k|  2 |5494 |  21 | 0.000000e+00 |      --      |    Inf |  55.37%
61.50/61.76	c  61.8s| 43200 |    82 |842111 |  19.0 |    97M |  37 | 258 |1076 | 606 | 120k|  0 |5501 |  21 | 0.000000e+00 |      --      |    Inf |  55.38%
61.60/61.83	c  61.8s| 43300 |    84 |843693 |  19.0 |    97M |  37 | 258 |1072 | 638 | 120k|  2 |5506 |  21 | 0.000000e+00 |      --      |    Inf |  55.39%
61.70/61.90	c  61.9s| 43400 |    84 |845273 |  19.0 |    97M |  37 | 258 |1068 | 699 | 120k|  0 |5509 |  21 | 0.000000e+00 |      --      |    Inf |  55.39%
61.70/61.97	c  62.0s| 43500 |    82 |846953 |  19.0 |    97M |  37 | 258 |1064 | 655 | 120k|  1 |5517 |  21 | 0.000000e+00 |      --      |    Inf |  55.39%
61.80/62.05	c  62.0s| 43600 |    80 |848615 |  19.0 |    97M |  37 | 258 |1059 | 698 | 120k|  0 |5520 |  21 | 0.000000e+00 |      --      |    Inf |  55.40%
61.90/62.12	c  62.1s| 43700 |    82 |850450 |  19.0 |    97M |  37 | 258 |1056 | 621 | 121k|  2 |5534 |  21 | 0.000000e+00 |      --      |    Inf |  55.42%
61.99/62.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.99/62.26	c  62.3s| 43800 |    82 |852580 |  19.0 |    97M |  37 | 258 |1043 | 610 | 121k|  0 |5543 |  21 | 0.000000e+00 |      --      |    Inf |  55.52%
62.19/62.48	c  62.5s| 43900 |    82 |855317 |  19.0 |    97M |  37 | 258 |1011 | 659 | 121k|  2 |5558 |  21 | 0.000000e+00 |      --      |    Inf |  55.82%
62.39/62.64	c  62.6s| 44000 |    86 |858103 |  19.0 |    97M |  37 | 258 | 995 | 618 | 122k|  2 |5564 |  21 | 0.000000e+00 |      --      |    Inf |  55.86%
62.49/62.71	c  62.7s| 44100 |    86 |859754 |  19.0 |    97M |  37 | 258 | 986 | 644 | 122k|  2 |5570 |  21 | 0.000000e+00 |      --      |    Inf |  55.87%
62.49/62.78	c  62.8s| 44200 |    84 |861190 |  19.0 |    97M |  37 | 258 | 990 | 633 | 122k|  0 |5585 |  21 | 0.000000e+00 |      --      |    Inf |  55.90%
62.59/62.85	c  62.8s| 44300 |    84 |862816 |  19.0 |    97M |  37 | 258 | 988 | 617 | 122k|  1 |5591 |  21 | 0.000000e+00 |      --      |    Inf |  55.90%
62.69/62.93	c  62.9s| 44400 |    82 |864921 |  19.0 |    97M |  37 | 258 | 997 | 609 | 122k|  0 |5607 |  21 | 0.000000e+00 |      --      |    Inf |  55.92%
62.80/63.07	c  63.1s| 44500 |    82 |866773 |  19.0 |    97M |  37 | 258 | 993 |   0 | 123k|  0 |5619 |  21 | 0.000000e+00 |      --      |    Inf |  55.99%
62.90/63.16	c  63.2s| 44600 |    82 |868664 |  19.0 |    97M |  37 | 258 | 977 |   0 | 123k|  0 |5627 |  21 | 0.000000e+00 |      --      |    Inf |  56.00%
62.99/63.25	c  63.2s| 44700 |    82 |870975 |  19.0 |    97M |  37 | 258 | 974 | 646 | 123k|  2 |5638 |  21 | 0.000000e+00 |      --      |    Inf |  56.00%
63.19/63.44	c  63.4s| 44800 |    86 |873408 |  19.0 |    97M |  37 | 258 | 962 | 649 | 124k|  1 |5651 |  21 | 0.000000e+00 |      --      |    Inf |  56.14%
63.29/63.52	c  63.5s| 44900 |    82 |875238 |  19.0 |    97M |  37 | 258 | 962 | 628 | 124k|  2 |5662 |  21 | 0.000000e+00 |      --      |    Inf |  56.19%
63.29/63.58	c  63.6s| 45000 |    82 |876865 |  19.0 |    97M |  37 | 258 | 964 | 653 | 124k|  1 |5672 |  21 | 0.000000e+00 |      --      |    Inf |  56.19%
63.39/63.65	c  63.6s| 45100 |    80 |878207 |  19.0 |    97M |  37 | 258 | 975 |   0 | 124k|  0 |5686 |  21 | 0.000000e+00 |      --      |    Inf |  56.19%
63.69/63.99	c  64.0s| 45200 |    84 |881272 |  19.0 |    97M |  37 | 258 | 950 | 611 | 125k|  2 |5694 |  21 | 0.000000e+00 |      --      |    Inf |  56.53%
63.99/64.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.99/64.25	c  64.2s| 45300 |    82 |884351 |  19.1 |    97M |  37 | 258 | 922 | 612 | 125k|  2 |5703 |  21 | 0.000000e+00 |      --      |    Inf |  56.86%
64.19/64.42	c  64.4s| 45400 |    82 |887758 |  19.1 |    97M |  37 | 258 | 889 | 630 | 126k|  2 |5711 |  21 | 0.000000e+00 |      --      |    Inf |  56.97%
64.29/64.56	c  64.6s| 45500 |    80 |889959 |  19.1 |    97M |  37 | 258 | 880 | 613 | 126k|  0 |5713 |  21 | 0.000000e+00 |      --      |    Inf |  57.06%
64.49/64.71	c  64.7s| 45600 |    84 |891745 |  19.1 |    97M |  37 | 258 | 875 | 624 | 127k|  1 |5715 |  21 | 0.000000e+00 |      --      |    Inf |  57.11%
64.49/64.78	c  64.8s| 45700 |    82 |893769 |  19.1 |    97M |  37 | 258 | 881 | 628 | 127k|  1 |5722 |  21 | 0.000000e+00 |      --      |    Inf |  57.12%
64.59/64.88	c  64.9s| 45800 |    82 |896285 |  19.1 |    97M |  37 | 258 | 878 | 603 | 127k|  2 |5725 |  21 | 0.000000e+00 |      --      |    Inf |  57.15%
64.69/64.96	c  65.0s| 45900 |    80 |898278 |  19.1 |    97M |  37 | 258 | 882 | 615 | 127k|  0 |5729 |  21 | 0.000000e+00 |      --      |    Inf |  57.18%
64.79/65.03	c  65.0s| 46000 |    82 |899744 |  19.1 |    97M |  37 | 258 | 898 | 622 | 127k|  1 |5745 |  21 | 0.000000e+00 |      --      |    Inf |  57.18%
64.89/65.11	c  65.1s| 46100 |    80 |901850 |  19.1 |    97M |  37 | 258 | 903 | 635 | 128k|  1 |5750 |  21 | 0.000000e+00 |      --      |    Inf |  57.19%
64.89/65.19	c  65.2s| 46200 |    82 |903632 |  19.1 |    97M |  37 | 258 | 919 | 627 | 128k|  2 |5769 |  21 | 0.000000e+00 |      --      |    Inf |  57.19%
64.99/65.26	c  65.3s| 46300 |    80 |905255 |  19.1 |    97M |  37 | 258 | 934 | 638 | 128k|  1 |5785 |  21 | 0.000000e+00 |      --      |    Inf |  57.19%
65.18/65.41	c  65.4s| 46400 |    82 |907090 |  19.1 |    97M |  37 | 258 | 947 | 604 | 129k|  0 |5804 |  21 | 0.000000e+00 |      --      |    Inf |  57.27%
65.18/65.48	c  65.5s| 46500 |    80 |908562 |  19.1 |    97M |  37 | 258 | 959 | 649 | 129k|  2 |5819 |  21 | 0.000000e+00 |      --      |    Inf |  57.27%
65.28/65.56	c  65.6s| 46600 |    80 |910423 |  19.1 |    97M |  37 | 258 | 957 | 605 | 129k|  1 |5827 |  21 | 0.000000e+00 |      --      |    Inf |  57.27%
65.38/65.63	c  65.6s| 46700 |    82 |912142 |  19.1 |    97M |  37 | 258 | 982 |   0 | 129k|  0 |5860 |  21 | 0.000000e+00 |      --      |    Inf |  57.27%
65.48/65.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.48/65.70	c  65.7s| 46800 |    82 |913630 |  19.1 |    97M |  37 | 258 | 991 |   0 | 129k|  0 |5873 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
65.48/65.76	c  65.8s| 46900 |    80 |914885 |  19.1 |    97M |  37 | 258 |1006 | 603 | 129k|  0 |5890 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
65.58/65.84	c  65.8s| 47000 |    80 |916573 |  19.0 |    97M |  37 | 258 |1016 | 629 | 130k|  2 |5904 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
65.68/65.92	c  65.9s| 47100 |    82 |918449 |  19.0 |    97M |  37 | 258 |1026 | 662 | 130k|  1 |5917 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
65.68/65.99	c  66.0s| 47200 |    80 |919991 |  19.0 |    97M |  37 | 258 |1031 | 751 | 130k|  2 |5926 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
65.79/66.06	c  66.1s| 47300 |    80 |921757 |  19.0 |    97M |  37 | 258 |1020 | 613 | 130k|  2 |5931 |  21 | 0.000000e+00 |      --      |    Inf |  57.29%
65.89/66.14	c  66.1s| 47400 |    82 |923681 |  19.0 |    97M |  37 | 258 |1018 | 691 | 131k|  0 |5934 |  21 | 0.000000e+00 |      --      |    Inf |  57.29%
65.98/66.20	c  66.2s| 47500 |    82 |924989 |  19.0 |    97M |  37 | 258 |1020 | 649 | 131k|  2 |5941 |  21 | 0.000000e+00 |      --      |    Inf |  57.29%
65.98/66.27	c  66.3s| 47600 |    82 |926587 |  19.0 |    97M |  37 | 258 |1018 | 576 | 131k|  2 |5946 |  21 | 0.000000e+00 |      --      |    Inf |  57.30%
66.28/66.50	c  66.5s| 47700 |    82 |928766 |  19.0 |    97M |  37 | 258 |1021 | 654 | 131k|  1 |5956 |  21 | 0.000000e+00 |      --      |    Inf |  57.60%
66.38/66.64	c  66.6s| 47800 |    82 |930531 |  19.0 |    97M |  37 | 258 |1025 | 645 | 131k|  0 |5961 |  21 | 0.000000e+00 |      --      |    Inf |  57.67%
66.48/66.72	c  66.7s| 47900 |    82 |932478 |  19.0 |    97M |  37 | 258 |1022 | 653 | 132k|  0 |5966 |  21 | 0.000000e+00 |      --      |    Inf |  57.71%
66.58/66.80	c  66.8s| 48000 |    82 |934277 |  19.0 |    97M |  37 | 258 |1011 | 580 | 132k|  2 |5973 |  21 | 0.000000e+00 |      --      |    Inf |  57.71%
66.58/66.87	c  66.9s| 48100 |    84 |935920 |  19.0 |    97M |  37 | 258 |1009 | 610 | 132k|  2 |5974 |  21 | 0.000000e+00 |      --      |    Inf |  57.71%
66.68/66.94	c  66.9s| 48200 |    82 |937335 |  19.0 |    97M |  37 | 258 |1010 | 613 | 132k|  0 |5976 |  21 | 0.000000e+00 |      --      |    Inf |  57.71%
66.79/67.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.79/67.08	c  67.1s| 48300 |    80 |939240 |  19.0 |    97M |  38 | 258 | 975 | 748 | 133k|  0 |5984 |  21 | 0.000000e+00 |      --      |    Inf |  57.81%
66.98/67.23	c  67.2s| 48400 |    82 |941474 |  19.0 |    97M |  38 | 258 | 972 | 629 | 133k|  0 |6002 |  21 | 0.000000e+00 |      --      |    Inf |  57.84%
67.08/67.30	c  67.3s| 48500 |    84 |942931 |  19.0 |    97M |  38 | 258 | 966 | 617 | 133k|  2 |6004 |  21 | 0.000000e+00 |      --      |    Inf |  57.86%
67.08/67.37	c  67.4s| 48600 |    82 |944522 |  19.0 |    97M |  38 | 258 | 958 | 615 | 133k|  2 |6007 |  21 | 0.000000e+00 |      --      |    Inf |  57.88%
67.18/67.45	c  67.4s| 48700 |    82 |946216 |  19.0 |    97M |  38 | 258 | 954 |   0 | 134k|  0 |6012 |  21 | 0.000000e+00 |      --      |    Inf |  57.88%
67.28/67.53	c  67.5s| 48800 |    88 |948257 |  19.0 |    97M |  38 | 258 | 938 | 638 | 134k|  2 |6018 |  21 | 0.000000e+00 |      --      |    Inf |  57.89%
67.38/67.61	c  67.6s| 48900 |    82 |950049 |  19.0 |    97M |  38 | 258 | 924 | 693 | 134k|  1 |6031 |  21 | 0.000000e+00 |      --      |    Inf |  57.90%
67.48/67.70	c  67.7s| 49000 |    82 |951928 |  19.0 |    97M |  38 | 258 | 923 | 643 | 134k|  2 |6049 |  21 | 0.000000e+00 |      --      |    Inf |  57.90%
67.48/67.79	c  67.8s| 49100 |    82 |954214 |  19.0 |    97M |  38 | 258 | 913 | 588 | 135k|  2 |6053 |  21 | 0.000000e+00 |      --      |    Inf |  57.90%
67.58/67.86	c  67.9s| 49200 |    80 |955762 |  19.0 |    97M |  38 | 258 | 916 |   0 | 135k|  0 |6063 |  21 | 0.000000e+00 |      --      |    Inf |  57.90%
67.68/67.93	c  67.9s| 49300 |    80 |957615 |  19.0 |    97M |  38 | 258 | 912 | 649 | 135k|  1 |6076 |  21 | 0.000000e+00 |      --      |    Inf |  57.92%
67.78/68.08	c  68.1s| 49400 |    84 |960080 |  19.0 |    97M |  38 | 258 | 915 |   0 | 135k|  0 |6094 |  21 | 0.000000e+00 |      --      |    Inf |  58.01%
67.98/68.27	c  68.3s| 49500 |    84 |962314 |  19.0 |    97M |  38 | 258 | 924 | 595 | 136k|  2 |6113 |  21 | 0.000000e+00 |      --      |    Inf |  58.16%
68.08/68.34	c  68.3s| 49600 |    86 |963884 |  19.0 |    97M |  38 | 258 | 930 | 609 | 136k|  2 |6124 |  21 | 0.000000e+00 |      --      |    Inf |  58.19%
68.17/68.42	c  68.4s| 49700 |    86 |965931 |  19.0 |    97M |  38 | 258 | 931 | 625 | 136k|  0 |6127 |  21 | 0.000000e+00 |      --      |    Inf |  58.22%
68.27/68.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.27/68.50	c  68.5s| 49800 |    84 |967541 |  19.0 |    97M |  38 | 258 | 927 | 620 | 136k|  2 |6133 |  21 | 0.000000e+00 |      --      |    Inf |  58.23%
68.37/68.65	c  68.6s| 49900 |    86 |970028 |  19.0 |    97M |  38 | 258 | 936 | 608 | 137k|  2 |6145 |  21 | 0.000000e+00 |      --      |    Inf |  58.30%
68.47/68.73	c  68.7s| 50000 |    84 |971719 |  19.0 |    97M |  38 | 258 | 936 | 638 | 137k|  2 |6155 |  21 | 0.000000e+00 |      --      |    Inf |  58.31%
68.57/68.81	c  68.8s| 50100 |    82 |973582 |  19.0 |    97M |  38 | 258 | 941 | 617 | 137k|  2 |6172 |  21 | 0.000000e+00 |      --      |    Inf |  58.32%
68.57/68.89	c  68.9s| 50200 |    82 |975492 |  19.0 |    97M |  38 | 258 | 949 | 619 | 138k|  1 |6185 |  21 | 0.000000e+00 |      --      |    Inf |  58.32%
68.78/69.05	c  69.1s| 50300 |    84 |977766 |  19.0 |    97M |  38 | 258 | 942 | 597 | 138k|  2 |6196 |  21 | 0.000000e+00 |      --      |    Inf |  58.58%
68.88/69.15	c  69.1s| 50400 |    82 |980173 |  19.0 |    97M |  38 | 258 | 940 | 627 | 138k|  0 |6203 |  21 | 0.000000e+00 |      --      |    Inf |  58.61%
68.97/69.23	c  69.2s| 50500 |    82 |981985 |  19.0 |    97M |  38 | 258 | 939 | 610 | 139k|  2 |6207 |  21 | 0.000000e+00 |      --      |    Inf |  58.62%
69.07/69.33	c  69.3s| 50600 |    82 |984306 |  19.0 |    97M |  38 | 258 | 945 | 606 | 139k|  1 |6218 |  21 | 0.000000e+00 |      --      |    Inf |  58.63%
69.17/69.45	c  69.5s| 50700 |    84 |987903 |  19.1 |    97M |  38 | 258 | 947 | 627 | 139k|  0 |6239 |  21 | 0.000000e+00 |      --      |    Inf |  58.64%
69.37/69.62	c  69.6s| 50800 |    86 |990081 |  19.1 |    97M |  38 | 258 | 941 | 601 | 140k|  2 |6243 |  21 | 0.000000e+00 |      --      |    Inf |  58.78%
69.37/69.69	c  69.7s| 50900 |    84 |991788 |  19.1 |    97M |  38 | 258 | 939 | 616 | 140k|  2 |6243 |  21 | 0.000000e+00 |      --      |    Inf |  58.82%
69.57/69.81	c  69.8s| 51000 |    84 |993412 |  19.1 |    97M |  38 | 258 | 950 | 617 | 140k|  0 |6260 |  21 | 0.000000e+00 |      --      |    Inf |  58.86%
69.67/69.96	c  70.0s| 51100 |    90 |994925 |  19.1 |    98M |  38 | 258 | 962 | 658 | 140k|  1 |6282 |  21 | 0.000000e+00 |      --      |    Inf |  58.89%
69.77/70.03	c  70.0s| 51200 |    88 |996370 |  19.0 |    98M |  38 | 258 | 974 | 606 | 141k|  0 |6295 |  21 | 0.000000e+00 |      --      |    Inf |  58.91%
69.87/70.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.87/70.10	c  70.1s| 51300 |    86 |997933 |  19.0 |    98M |  38 | 258 | 981 | 669 | 141k|  2 |6305 |  21 | 0.000000e+00 |      --      |    Inf |  58.93%
69.87/70.18	c  70.2s| 51400 |    82 |999717 |  19.0 |    98M |  38 | 258 | 994 | 663 | 141k|  0 |6322 |  21 | 0.000000e+00 |      --      |    Inf |  58.94%
70.07/70.30	c  70.3s| 51500 |    82 |  1003k|  19.1 |    98M |  38 | 258 | 987 | 649 | 141k|  2 |6330 |  21 | 0.000000e+00 |      --      |    Inf |  58.96%
70.17/70.40	c  70.4s| 51600 |    86 |  1005k|  19.1 |    98M |  38 | 258 | 993 | 606 | 141k|  1 |6340 |  21 | 0.000000e+00 |      --      |    Inf |  59.00%
70.17/70.48	c  70.5s| 51700 |    86 |  1007k|  19.1 |    98M |  38 | 258 | 990 | 663 | 142k|  2 |6344 |  21 | 0.000000e+00 |      --      |    Inf |  59.01%
70.27/70.57	c  70.6s| 51800 |    82 |  1010k|  19.1 |    98M |  38 | 258 | 991 | 619 | 142k|  0 |6348 |  21 | 0.000000e+00 |      --      |    Inf |  59.02%
70.37/70.65	c  70.6s| 51900 |    82 |  1011k|  19.1 |    98M |  38 | 258 |1011 | 606 | 142k|  2 |6371 |  21 | 0.000000e+00 |      --      |    Inf |  59.02%
70.57/70.84	c  70.8s| 52000 |    80 |  1014k|  19.1 |    98M |  38 | 258 |1007 | 610 | 143k|  0 |6382 |  21 | 0.000000e+00 |      --      |    Inf |  59.21%
70.87/71.14	c  71.1s| 52100 |    82 |  1017k|  19.1 |    98M |  38 | 258 |1006 | 585 | 143k|  2 |6398 |  21 | 0.000000e+00 |      --      |    Inf |  59.49%
70.97/71.21	c  71.2s| 52200 |    82 |  1018k|  19.1 |    98M |  38 | 258 |1014 | 630 | 143k|  0 |6411 |  21 | 0.000000e+00 |      --      |    Inf |  59.51%
71.07/71.34	c  71.3s| 52300 |    84 |  1020k|  19.1 |    98M |  38 | 258 |1027 | 616 | 144k|  1 |6426 |  21 | 0.000000e+00 |      --      |    Inf |  59.53%
71.17/71.48	c  71.5s| 52400 |    84 |  1022k|  19.1 |    98M |  38 | 258 |1055 |   0 | 144k|  0 |6463 |  21 | 0.000000e+00 |      --      |    Inf |  59.61%
71.27/71.55	c  71.6s| 52500 |    86 |  1024k|  19.1 |    98M |  38 | 258 |1065 | 629 | 144k|  2 |6474 |  21 | 0.000000e+00 |      --      |    Inf |  59.62%
71.36/71.63	c  71.6s| 52600 |    84 |  1025k|  19.1 |    98M |  38 | 258 |1074 | 629 | 145k|  0 |6483 |  21 | 0.000000e+00 |      --      |    Inf |  59.63%
71.46/71.71	c  71.7s| 52700 |    84 |  1027k|  19.1 |    98M |  38 | 258 |1087 | 638 | 145k|  0 |6501 |  21 | 0.000000e+00 |      --      |    Inf |  59.64%
71.46/71.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.46/71.78	c  71.8s| 52800 |    86 |  1028k|  19.1 |    98M |  38 | 258 |1089 | 624 | 145k|  2 |6505 |  21 | 0.000000e+00 |      --      |    Inf |  59.64%
71.56/71.85	c  71.8s| 52900 |    84 |  1030k|  19.1 |    98M |  38 | 258 |1092 | 640 | 145k|  0 |6509 |  21 | 0.000000e+00 |      --      |    Inf |  59.65%
71.66/71.92	c  71.9s| 53000 |    86 |  1032k|  19.1 |    98M |  38 | 258 |1116 | 632 | 145k|  1 |6534 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
71.66/71.98	c  72.0s| 53100 |    84 |  1033k|  19.1 |    98M |  38 | 258 |1135 | 632 | 145k|  0 |6553 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
71.77/72.05	c  72.1s| 53200 |    82 |  1034k|  19.1 |    98M |  38 | 258 |1155 | 657 | 146k|  2 |6573 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
71.87/72.12	c  72.1s| 53300 |    84 |  1036k|  19.0 |    98M |  38 | 258 |1166 | 653 | 146k|  2 |6589 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
71.87/72.19	c  72.2s| 53400 |    82 |  1037k|  19.0 |    98M |  38 | 258 |1169 | 607 | 146k|  0 |6594 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
72.06/72.31	c  72.3s| 53500 |    82 |  1039k|  19.0 |    98M |  38 | 258 |1176 | 591 | 146k|  0 |6611 |  21 | 0.000000e+00 |      --      |    Inf |  59.75%
72.26/72.52	c  72.5s| 53600 |    88 |  1042k|  19.1 |    98M |  38 | 258 |1179 | 578 | 147k|  2 |6635 |  21 | 0.000000e+00 |      --      |    Inf |  59.86%
72.36/72.60	c  72.6s| 53700 |    88 |  1044k|  19.0 |    98M |  38 | 258 |1169 | 589 | 147k|  2 |6637 |  21 | 0.000000e+00 |      --      |    Inf |  59.87%
72.46/72.74	c  72.7s| 53800 |    88 |  1045k|  19.0 |    98M |  38 | 258 |1172 | 603 | 147k|  0 |6650 |  21 | 0.000000e+00 |      --      |    Inf |  59.90%
72.56/72.81	c  72.8s| 53900 |    86 |  1047k|  19.0 |    98M |  38 | 258 |1172 | 595 | 147k|  1 |6654 |  21 | 0.000000e+00 |      --      |    Inf |  59.91%
72.56/72.89	c  72.9s| 54000 |    88 |  1049k|  19.0 |    98M |  38 | 258 |1171 | 613 | 148k|  0 |6659 |  21 | 0.000000e+00 |      --      |    Inf |  59.92%
72.66/72.96	c  73.0s| 54100 |    90 |  1050k|  19.0 |    98M |  38 | 258 |1191 | 616 | 148k|  2 |6681 |  21 | 0.000000e+00 |      --      |    Inf |  59.93%
72.77/73.03	c  73.0s| 54200 |    88 |  1052k|  19.0 |    98M |  38 | 258 |1200 | 621 | 148k|  1 |6694 |  21 | 0.000000e+00 |      --      |    Inf |  59.93%
72.86/73.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.86/73.12	c  73.1s| 54300 |    90 |  1054k|  19.0 |    98M |  38 | 258 |1225 | 627 | 148k|  2 |6720 |  21 | 0.000000e+00 |      --      |    Inf |  59.94%
72.86/73.19	c  73.2s| 54400 |    90 |  1056k|  19.0 |    98M |  38 | 258 |1243 | 608 | 149k|  2 |6740 |  21 | 0.000000e+00 |      --      |    Inf |  59.94%
72.96/73.27	c  73.3s| 54500 |    88 |  1058k|  19.0 |    98M |  38 | 258 |1252 | 632 | 149k|  2 |6750 |  21 | 0.000000e+00 |      --      |    Inf |  59.94%
73.06/73.38	c  73.4s| 54600 |    92 |  1059k|  19.0 |    98M |  38 | 258 |1271 | 633 | 149k|  0 |6772 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
73.16/73.45	c  73.5s| 54700 |    94 |  1061k|  19.0 |    98M |  38 | 258 |1288 | 622 | 150k|  2 |6792 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
73.26/73.52	c  73.5s| 54800 |    90 |  1062k|  19.0 |    98M |  38 | 258 |1295 | 679 | 150k|  1 |6802 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
73.26/73.59	c  73.6s| 54900 |    92 |  1063k|  19.0 |    98M |  38 | 258 |1309 | 610 | 150k|  2 |6817 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
73.36/73.66	c  73.7s| 55000 |    90 |  1065k|  19.0 |    98M |  38 | 258 |1314 | 632 | 150k|  1 |6824 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
73.46/73.73	c  73.7s| 55100 |    92 |  1067k|  19.0 |    98M |  38 | 258 |1321 | 637 | 150k|  1 |6831 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
73.56/73.80	c  73.8s| 55200 |    86 |  1068k|  19.0 |    98M |  38 | 258 |1339 | 643 | 151k|  1 |6849 |  21 | 0.000000e+00 |      --      |    Inf |  59.97%
73.66/73.94	c  73.9s| 55300 |    86 |  1070k|  19.0 |    98M |  38 | 258 |1332 | 605 | 151k|  0 |6858 |  21 | 0.000000e+00 |      --      |    Inf |  59.99%
73.76/74.02	c  74.0s| 55400 |    88 |  1072k|  19.0 |    98M |  38 | 258 |1316 | 743 | 151k|  0 |6861 |  21 | 0.000000e+00 |      --      |    Inf |  60.04%
73.76/74.08	c  74.1s| 55500 |    88 |  1073k|  19.0 |    98M |  38 | 258 |1306 | 743 | 151k|  0 |6866 |  21 | 0.000000e+00 |      --      |    Inf |  60.04%
73.86/74.14	c  74.1s| 55600 |    86 |  1074k|  19.0 |    98M |  38 | 258 |1314 |   0 | 151k|  0 |6880 |  21 | 0.000000e+00 |      --      |    Inf |  60.05%
73.96/74.27	c  74.3s| 55700 |    88 |  1076k|  18.9 |    98M |  38 | 258 |1312 | 566 | 151k|  2 |6885 |  21 | 0.000000e+00 |      --      |    Inf |  60.14%
74.16/74.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
74.16/74.41	c  74.4s| 55800 |    88 |  1078k|  18.9 |    98M |  38 | 258 |1316 | 608 | 152k|  1 |6902 |  21 | 0.000000e+00 |      --      |    Inf |  60.23%
74.16/74.47	c  74.5s| 55900 |    86 |  1079k|  18.9 |    98M |  38 | 258 |1316 | 627 | 152k|  1 |6911 |  21 | 0.000000e+00 |      --      |    Inf |  60.24%
74.35/74.63	c  74.6s| 56000 |    86 |  1082k|  18.9 |    98M |  38 | 258 |1311 | 613 | 152k|  0 |6928 |  21 | 0.000000e+00 |      --      |    Inf |  60.30%
74.45/74.71	c  74.7s| 56100 |    86 |  1084k|  19.0 |    98M |  38 | 258 |1314 | 625 | 152k|  0 |6943 |  21 | 0.000000e+00 |      --      |    Inf |  60.32%
74.45/74.78	c  74.8s| 56200 |    88 |  1086k|  18.9 |    98M |  38 | 258 |1306 |   0 | 153k|  0 |6949 |  21 | 0.000000e+00 |      --      |    Inf |  60.32%
74.55/74.85	c  74.9s| 56300 |    90 |  1087k|  18.9 |    98M |  38 | 258 |1290 | 600 | 153k|  2 |6953 |  21 | 0.000000e+00 |      --      |    Inf |  60.33%
74.65/74.92	c  74.9s| 56400 |    90 |  1088k|  18.9 |    98M |  38 | 258 |1287 | 625 | 153k|  2 |6962 |  21 | 0.000000e+00 |      --      |    Inf |  60.33%
74.65/74.99	c  75.0s| 56500 |    88 |  1090k|  18.9 |    98M |  38 | 258 |1280 | 628 | 153k|  0 |6969 |  21 | 0.000000e+00 |      --      |    Inf |  60.33%
74.86/75.19	c  75.2s| 56600 |    94 |  1091k|  18.9 |    98M |  38 | 258 |1270 | 593 | 153k|  2 |6977 |  21 | 0.000000e+00 |      --      |    Inf |  60.62%
75.05/75.32	c  75.3s| 56700 |    92 |  1092k|  18.9 |    98M |  38 | 258 |1272 | 671 | 154k|  1 |6991 |  21 | 0.000000e+00 |      --      |    Inf |  60.71%
75.05/75.38	c  75.4s| 56800 |    90 |  1094k|  18.9 |    98M |  38 | 258 |1268 | 679 | 154k|  0 |6999 |  21 | 0.000000e+00 |      --      |    Inf |  60.72%
75.25/75.57	c  75.6s| 56900 |    88 |  1097k|  18.9 |    98M |  38 | 258 |1213 | 637 | 154k|  1 |7014 |  21 | 0.000000e+00 |      --      |    Inf |  60.92%
75.45/75.71	c  75.7s| 57000 |    92 |  1099k|  18.9 |    98M |  38 | 258 |1115 | 595 | 155k|  2 |7019 |  21 | 0.000000e+00 |      --      |    Inf |  61.00%
75.55/75.85	c  75.8s| 57100 |    92 |  1101k|  18.9 |    98M |  38 | 258 |1091 | 581 | 155k|  2 |7023 |  21 | 0.000000e+00 |      --      |    Inf |  61.06%
75.65/75.94	c  75.9s| 57200 |    92 |  1104k|  18.9 |    98M |  38 | 258 |1071 | 615 | 155k|  2 |7031 |  21 | 0.000000e+00 |      --      |    Inf |  61.10%
75.76/76.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.76/76.04	c  76.0s| 57300 |    92 |  1107k|  19.0 |    98M |  38 | 258 |1052 | 622 | 156k|  1 |7036 |  21 | 0.000000e+00 |      --      |    Inf |  61.12%
75.86/76.11	c  76.1s| 57400 |    90 |  1108k|  18.9 |    98M |  38 | 258 |1054 | 703 | 156k|  2 |7041 |  21 | 0.000000e+00 |      --      |    Inf |  61.12%
75.86/76.18	c  76.2s| 57500 |    90 |  1110k|  18.9 |    98M |  38 | 258 |1055 | 619 | 156k|  1 |7049 |  21 | 0.000000e+00 |      --      |    Inf |  61.12%
75.95/76.26	c  76.3s| 57600 |    90 |  1111k|  18.9 |    98M |  38 | 258 |1069 | 615 | 156k|  1 |7065 |  21 | 0.000000e+00 |      --      |    Inf |  61.12%
76.05/76.33	c  76.3s| 57700 |    88 |  1113k|  18.9 |    98M |  38 | 258 |1069 | 595 | 156k|  1 |7073 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
76.15/76.41	c  76.4s| 57800 |    88 |  1115k|  18.9 |    98M |  38 | 258 |1071 | 602 | 156k|  1 |7080 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
76.15/76.48	c  76.5s| 57900 |    90 |  1116k|  18.9 |    98M |  38 | 258 |1076 | 626 | 157k|  2 |7089 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
76.25/76.56	c  76.6s| 58000 |    88 |  1118k|  18.9 |    98M |  38 | 258 |1092 | 645 | 157k|  1 |7107 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
76.35/76.64	c  76.6s| 58100 |    86 |  1120k|  18.9 |    98M |  38 | 258 |1103 |   0 | 157k|  0 |7120 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
76.55/76.80	c  76.8s| 58200 |    86 |  1122k|  18.9 |    98M |  38 | 258 |1100 | 549 | 157k|  2 |7140 |  21 | 0.000000e+00 |      --      |    Inf |  61.14%
76.65/76.91	c  76.9s| 58300 |    86 |  1125k|  18.9 |    98M |  38 | 258 |1079 | 598 | 158k|  0 |7155 |  21 | 0.000000e+00 |      --      |    Inf |  61.20%
76.75/77.06	c  77.1s| 58400 |    90 |  1127k|  19.0 |    98M |  38 | 258 |1045 | 596 | 158k|  0 |7166 |  21 | 0.000000e+00 |      --      |    Inf |  61.30%
76.85/77.15	c  77.1s| 58500 |    90 |  1129k|  19.0 |    98M |  38 | 258 |1049 |   0 | 159k|  0 |7177 |  21 | 0.000000e+00 |      --      |    Inf |  61.30%
76.95/77.22	c  77.2s| 58600 |    92 |  1131k|  18.9 |    98M |  38 | 258 |1050 | 585 | 159k|  2 |7187 |  21 | 0.000000e+00 |      --      |    Inf |  61.31%
76.95/77.29	c  77.3s| 58700 |    90 |  1132k|  18.9 |    98M |  38 | 258 |1047 | 611 | 159k|  1 |7195 |  21 | 0.000000e+00 |      --      |    Inf |  61.31%
77.05/77.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.05/77.37	c  77.4s| 58800 |    90 |  1134k|  18.9 |    98M |  38 | 258 |1034 | 637 | 159k|  0 |7205 |  21 | 0.000000e+00 |      --      |    Inf |  61.31%
77.15/77.45	c  77.5s| 58900 |    92 |  1136k|  18.9 |    98M |  38 | 258 |1033 | 632 | 160k|  2 |7215 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.25/77.53	c  77.5s| 59000 |    94 |  1138k|  18.9 |    98M |  38 | 258 |1020 | 644 | 160k|  2 |7215 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.35/77.60	c  77.6s| 59100 |    92 |  1139k|  18.9 |    98M |  38 | 258 |1015 | 662 | 160k|  1 |7216 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.35/77.66	c  77.7s| 59200 |    94 |  1141k|  18.9 |    98M |  38 | 258 |1018 | 670 | 160k|  2 |7222 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.44/77.74	c  77.7s| 59300 |    94 |  1143k|  18.9 |    98M |  38 | 258 |1014 | 648 | 160k|  2 |7228 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.54/77.82	c  77.8s| 59400 |    92 |  1145k|  18.9 |    98M |  38 | 258 |1009 | 651 | 160k|  2 |7228 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.54/77.89	c  77.9s| 59500 |    94 |  1146k|  18.9 |    98M |  38 | 258 |1019 | 624 | 161k|  2 |7239 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.64/77.95	c  78.0s| 59600 |    92 |  1148k|  18.9 |    98M |  38 | 258 |1043 | 634 | 161k|  0 |7263 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.75/78.02	c  78.0s| 59700 |    92 |  1149k|  18.9 |    98M |  38 | 258 |1045 |   0 | 161k|  0 |7270 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
77.75/78.10	c  78.1s| 59800 |    92 |  1151k|  18.9 |    98M |  38 | 258 |1046 | 627 | 161k|  2 |7281 |  21 | 0.000000e+00 |      --      |    Inf |  61.33%
77.85/78.17	c  78.2s| 59900 |    92 |  1153k|  18.9 |    98M |  38 | 258 |1055 | 629 | 161k|  2 |7292 |  21 | 0.000000e+00 |      --      |    Inf |  61.33%
77.94/78.24	c  78.2s| 60000 |    94 |  1154k|  18.9 |    98M |  38 | 258 |1067 | 601 | 162k|  0 |7310 |  21 | 0.000000e+00 |      --      |    Inf |  61.33%
78.04/78.32	c  78.3s| 60100 |    92 |  1156k|  18.9 |    98M |  38 | 258 |1078 | 620 | 162k|  2 |7330 |  21 | 0.000000e+00 |      --      |    Inf |  61.34%
78.14/78.41	c  78.4s| 60200 |    90 |  1158k|  18.9 |    98M |  38 | 258 |1058 |   0 | 162k|  0 |7345 |  21 | 0.000000e+00 |      --      |    Inf |  61.34%
78.14/78.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.14/78.48	c  78.5s| 60300 |    92 |  1160k|  18.9 |    98M |  38 | 258 |1065 | 644 | 162k|  2 |7362 |  21 | 0.000000e+00 |      --      |    Inf |  61.34%
78.24/78.57	c  78.6s| 60400 |    90 |  1162k|  18.9 |    98M |  38 | 258 |1067 | 654 | 163k|  1 |7381 |  21 | 0.000000e+00 |      --      |    Inf |  61.34%
78.34/78.69	c  78.7s| 60500 |    90 |  1164k|  18.9 |    98M |  38 | 258 |1049 | 611 | 163k|  0 |7394 |  21 | 0.000000e+00 |      --      |    Inf |  61.54%
78.44/78.76	c  78.8s| 60600 |    90 |  1166k|  18.9 |    98M |  38 | 258 |1052 |   0 | 163k|  0 |7403 |  21 | 0.000000e+00 |      --      |    Inf |  61.54%
78.54/78.84	c  78.8s| 60700 |    88 |  1168k|  18.9 |    98M |  38 | 258 |1058 | 631 | 163k|  2 |7416 |  21 | 0.000000e+00 |      --      |    Inf |  61.54%
78.64/78.92	c  78.9s| 60800 |    88 |  1170k|  18.9 |    98M |  38 | 258 |1062 | 614 | 164k|  0 |7423 |  21 | 0.000000e+00 |      --      |    Inf |  61.54%
78.75/79.04	c  79.0s| 60900 |    90 |  1171k|  18.9 |    98M |  38 | 258 |1053 | 617 | 164k|  1 |7428 |  21 | 0.000000e+00 |      --      |    Inf |  61.63%
78.84/79.11	c  79.1s| 61000 |    88 |  1173k|  18.9 |    98M |  38 | 258 |1053 | 654 | 164k|  0 |7438 |  21 | 0.000000e+00 |      --      |    Inf |  61.64%
78.84/79.18	c  79.2s| 61100 |    90 |  1174k|  18.9 |    98M |  38 | 258 |1045 | 639 | 164k|  1 |7444 |  21 | 0.000000e+00 |      --      |    Inf |  61.64%
79.04/79.32	c  79.3s| 61200 |    94 |  1176k|  18.9 |    98M |  38 | 258 |1056 | 617 | 164k|  2 |7463 |  21 | 0.000000e+00 |      --      |    Inf |  61.69%
79.04/79.39	c  79.4s| 61300 |    88 |  1177k|  18.9 |    98M |  38 | 258 |1072 | 649 | 165k|  1 |7481 |  21 | 0.000000e+00 |      --      |    Inf |  61.72%
79.14/79.46	c  79.5s| 61400 |    90 |  1179k|  18.9 |    98M |  38 | 258 |1077 | 718 | 165k|  1 |7489 |  21 | 0.000000e+00 |      --      |    Inf |  61.72%
79.24/79.53	c  79.5s| 61500 |    88 |  1180k|  18.9 |    98M |  38 | 258 |1088 | 641 | 165k|  0 |7510 |  21 | 0.000000e+00 |      --      |    Inf |  61.73%
79.34/79.60	c  79.6s| 61600 |    88 |  1182k|  18.8 |    98M |  39 | 258 |1094 | 665 | 165k|  0 |7519 |  21 | 0.000000e+00 |      --      |    Inf |  61.73%
79.44/79.78	c  79.8s| 61700 |    92 |  1184k|  18.9 |    98M |  39 | 258 |1081 | 608 | 165k|  2 |7534 |  21 | 0.000000e+00 |      --      |    Inf |  62.02%
79.64/79.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
79.64/79.93	c  79.9s| 61800 |    92 |  1186k|  18.9 |    98M |  39 | 258 |1083 | 591 | 166k|  2 |7543 |  21 | 0.000000e+00 |      --      |    Inf |  62.09%
79.74/80.00	c  80.0s| 61900 |    92 |  1187k|  18.8 |    98M |  39 | 258 |1083 | 672 | 166k|  1 |7549 |  21 | 0.000000e+00 |      --      |    Inf |  62.11%
79.74/80.07	c  80.1s| 62000 |    92 |  1189k|  18.8 |    98M |  39 | 258 |1093 |   0 | 166k|  0 |7565 |  21 | 0.000000e+00 |      --      |    Inf |  62.11%
79.84/80.13	c  80.1s| 62100 |    90 |  1190k|  18.8 |    98M |  39 | 258 |1102 | 637 | 166k|  0 |7580 |  21 | 0.000000e+00 |      --      |    Inf |  62.11%
79.94/80.21	c  80.2s| 62200 |    90 |  1192k|  18.8 |    98M |  39 | 258 |1098 | 608 | 166k|  1 |7589 |  21 | 0.000000e+00 |      --      |    Inf |  62.12%
80.04/80.30	c  80.3s| 62300 |    88 |  1194k|  18.8 |    98M |  39 | 258 |1093 | 645 | 167k|  0 |7601 |  21 | 0.000000e+00 |      --      |    Inf |  62.12%
80.14/80.44	c  80.4s| 62400 |    94 |  1196k|  18.8 |    98M |  39 | 258 |1082 | 607 | 167k|  2 |7621 |  21 | 0.000000e+00 |      --      |    Inf |  62.20%
80.24/80.59	c  80.6s| 62500 |    90 |  1199k|  18.9 |    98M |  39 | 258 |1072 | 645 | 168k|  2 |7638 |  21 | 0.000000e+00 |      --      |    Inf |  62.32%
80.44/80.73	c  80.7s| 62600 |    92 |  1201k|  18.9 |    98M |  39 | 258 |1062 | 617 | 168k|  2 |7645 |  21 | 0.000000e+00 |      --      |    Inf |  62.37%
80.53/80.80	c  80.8s| 62700 |    90 |  1203k|  18.9 |    98M |  39 | 258 |1063 | 623 | 168k|  0 |7651 |  21 | 0.000000e+00 |      --      |    Inf |  62.42%
80.63/80.95	c  81.0s| 62800 |    94 |  1205k|  18.9 |    98M |  39 | 258 |1055 | 613 | 169k|  2 |7660 |  21 | 0.000000e+00 |      --      |    Inf |  62.43%
80.74/81.02	c  81.0s| 62900 |    94 |  1206k|  18.8 |    98M |  39 | 258 |1060 | 608 | 169k|  2 |7667 |  21 | 0.000000e+00 |      --      |    Inf |  62.47%
80.74/81.09	c  81.1s| 63000 |    92 |  1208k|  18.8 |    98M |  39 | 258 |1075 | 626 | 169k|  0 |7686 |  21 | 0.000000e+00 |      --      |    Inf |  62.50%
80.84/81.16	c  81.2s| 63100 |    96 |  1209k|  18.8 |    98M |  39 | 258 |1086 | 627 | 169k|  0 |7698 |  21 | 0.000000e+00 |      --      |    Inf |  62.52%
80.93/81.22	c  81.2s| 63200 |    94 |  1210k|  18.8 |    98M |  39 | 258 |1113 | 605 | 169k|  2 |7726 |  21 | 0.000000e+00 |      --      |    Inf |  62.52%
81.03/81.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
81.03/81.34	c  81.3s| 63300 |    92 |  1212k|  18.8 |    98M |  39 | 258 |1128 | 618 | 170k|  1 |7744 |  21 | 0.000000e+00 |      --      |    Inf |  62.55%
81.13/81.41	c  81.4s| 63400 |    92 |  1213k|  18.8 |    98M |  39 | 258 |1128 | 621 | 170k|  0 |7751 |  21 | 0.000000e+00 |      --      |    Inf |  62.57%
81.13/81.48	c  81.5s| 63500 |    94 |  1215k|  18.8 |    98M |  39 | 258 |1126 | 718 | 170k|  1 |7758 |  21 | 0.000000e+00 |      --      |    Inf |  62.58%
81.23/81.55	c  81.5s| 63600 |    94 |  1216k|  18.8 |    98M |  39 | 258 |1139 | 730 | 170k|  0 |7776 |  21 | 0.000000e+00 |      --      |    Inf |  62.59%
81.33/81.62	c  81.6s| 63700 |    92 |  1217k|  18.8 |    98M |  39 | 258 |1139 | 718 | 170k|  2 |7790 |  21 | 0.000000e+00 |      --      |    Inf |  62.60%
81.43/81.73	c  81.7s| 63800 |    94 |  1219k|  18.8 |    98M |  39 | 258 |1142 | 576 | 170k|  2 |7804 |  21 | 0.000000e+00 |      --      |    Inf |  62.60%
81.53/81.81	c  81.8s| 63900 |    92 |  1221k|  18.8 |    98M |  39 | 258 |1144 | 560 | 171k|  2 |7815 |  21 | 0.000000e+00 |      --      |    Inf |  62.62%
81.63/81.90	c  81.9s| 64000 |    94 |  1223k|  18.8 |    98M |  39 | 258 |1133 | 611 | 171k|  1 |7825 |  21 | 0.000000e+00 |      --      |    Inf |  62.65%
81.74/82.00	c  82.0s| 64100 |    92 |  1226k|  18.8 |    98M |  39 | 258 |1132 |   0 | 171k|  0 |7840 |  21 | 0.000000e+00 |      --      |    Inf |  62.66%
81.74/82.08	c  82.1s| 64200 |    90 |  1228k|  18.8 |    98M |  39 | 258 |1139 | 642 | 172k|  1 |7858 |  21 | 0.000000e+00 |      --      |    Inf |  62.66%
81.84/82.15	c  82.2s| 64300 |    90 |  1230k|  18.8 |    98M |  40 | 258 |1144 | 732 | 172k|  0 |7873 |  21 | 0.000000e+00 |      --      |    Inf |  62.66%
81.93/82.23	c  82.2s| 64400 |    90 |  1231k|  18.8 |    98M |  40 | 258 |1140 | 740 | 172k|  2 |7896 |  21 | 0.000000e+00 |      --      |    Inf |  62.67%
82.03/82.34	c  82.3s| 64500 |    88 |  1234k|  18.8 |    98M |  40 | 258 |1123 | 614 | 172k|  0 |7909 |  21 | 0.000000e+00 |      --      |    Inf |  62.67%
82.13/82.42	c  82.4s| 64600 |    86 |  1236k|  18.8 |    98M |  40 | 258 |1123 | 644 | 173k|  0 |7919 |  21 | 0.000000e+00 |      --      |    Inf |  62.67%
82.33/82.61	c  82.6s| 64700 |    90 |  1238k|  18.8 |    98M |  40 | 258 |1131 | 611 | 173k|  2 |7940 |  21 | 0.000000e+00 |      --      |    Inf |  62.80%
82.33/82.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
82.33/82.68	c  82.7s| 64800 |    90 |  1240k|  18.8 |    98M |  40 | 258 |1136 | 621 | 173k|  2 |7952 |  21 | 0.000000e+00 |      --      |    Inf |  62.84%
82.53/82.80	c  82.8s| 64900 |    92 |  1241k|  18.8 |    98M |  40 | 258 |1141 | 615 | 174k|  1 |7959 |  21 | 0.000000e+00 |      --      |    Inf |  62.88%
82.53/82.87	c  82.9s| 65000 |    92 |  1243k|  18.8 |    98M |  40 | 258 |1151 | 626 | 174k|  2 |7971 |  21 | 0.000000e+00 |      --      |    Inf |  62.90%
82.63/82.94	c  82.9s| 65100 |    92 |  1244k|  18.8 |    98M |  40 | 258 |1160 | 620 | 174k|  0 |7983 |  21 | 0.000000e+00 |      --      |    Inf |  62.93%
82.63/83.00	c  83.0s| 65200 |    88 |  1245k|  18.8 |    98M |  40 | 258 |1180 | 619 | 174k|  0 |8003 |  21 | 0.000000e+00 |      --      |    Inf |  62.93%
82.83/83.17	c  83.2s| 65300 |    92 |  1247k|  18.8 |    98M |  40 | 258 |1187 | 623 | 174k|  0 |8011 |  21 | 0.000000e+00 |      --      |    Inf |  62.96%
82.93/83.24	c  83.2s| 65400 |    92 |  1249k|  18.8 |    98M |  40 | 258 |1197 | 615 | 175k|  2 |8023 |  21 | 0.000000e+00 |      --      |    Inf |  62.97%
83.03/83.33	c  83.3s| 65500 |    90 |  1251k|  18.8 |    98M |  40 | 258 |1199 | 656 | 175k|  1 |8034 |  21 | 0.000000e+00 |      --      |    Inf |  63.00%
83.13/83.43	c  83.4s| 65600 |    92 |  1254k|  18.8 |    98M |  40 | 258 |1208 | 631 | 175k|  2 |8053 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.23/83.51	c  83.5s| 65700 |    92 |  1256k|  18.8 |    98M |  40 | 258 |1212 | 651 | 176k|  1 |8064 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.23/83.59	c  83.6s| 65800 |    94 |  1257k|  18.8 |    98M |  40 | 258 |1205 | 629 | 176k|  2 |8066 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.33/83.68	c  83.7s| 65900 |    94 |  1260k|  18.8 |    98M |  40 | 258 |1204 | 679 | 176k|  1 |8078 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.43/83.76	c  83.8s| 66000 |    96 |  1262k|  18.8 |    98M |  40 | 258 |1216 | 644 | 176k|  0 |8092 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.53/83.83	c  83.8s| 66100 |    94 |  1263k|  18.8 |    98M |  40 | 258 |1233 | 657 | 177k|  0 |8110 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.62/83.90	c  83.9s| 66200 |    94 |  1265k|  18.8 |    98M |  40 | 258 |1247 | 642 | 177k|  1 |8128 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.62/83.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
83.62/83.97	c  84.0s| 66300 |    96 |  1267k|  18.8 |    98M |  40 | 258 |1248 | 650 | 177k|  0 |8135 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.73/84.05	c  84.0s| 66400 |    94 |  1268k|  18.8 |    98M |  40 | 258 |1247 | 631 | 177k|  0 |8136 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
83.83/84.13	c  84.1s| 66500 |    92 |  1270k|  18.8 |    98M |  40 | 258 |1245 | 652 | 177k|  0 |8140 |  21 | 0.000000e+00 |      --      |    Inf |  63.05%
83.83/84.19	c  84.2s| 66600 |    94 |  1272k|  18.8 |    98M |  40 | 258 |1258 | 649 | 178k|  2 |8157 |  21 | 0.000000e+00 |      --      |    Inf |  63.05%
84.02/84.31	c  84.3s| 66700 |    94 |  1273k|  18.8 |    98M |  40 | 258 |1262 |   0 | 178k|  0 |8167 |  21 | 0.000000e+00 |      --      |    Inf |  63.06%
84.22/84.51	c  84.5s| 66800 |    94 |  1276k|  18.8 |    98M |  40 | 258 |1253 | 624 | 178k|  2 |8176 |  21 | 0.000000e+00 |      --      |    Inf |  63.25%
84.22/84.57	c  84.6s| 66900 |    92 |  1277k|  18.8 |    98M |  40 | 258 |1265 | 626 | 178k|  0 |8190 |  21 | 0.000000e+00 |      --      |    Inf |  63.25%
84.32/84.64	c  84.6s| 67000 |    92 |  1279k|  18.8 |    98M |  40 | 258 |1275 | 632 | 179k|  1 |8204 |  21 | 0.000000e+00 |      --      |    Inf |  63.25%
84.42/84.70	c  84.7s| 67100 |    90 |  1280k|  18.8 |    98M |  40 | 258 |1298 | 639 | 179k|  1 |8229 |  21 | 0.000000e+00 |      --      |    Inf |  63.25%
84.52/84.84	c  84.8s| 67200 |    90 |  1282k|  18.8 |    98M |  40 | 258 |1294 | 596 | 179k|  2 |8247 |  21 | 0.000000e+00 |      --      |    Inf |  63.34%
84.62/84.97	c  85.0s| 67300 |    90 |  1284k|  18.8 |    98M |  40 | 258 |1289 | 610 | 179k|  0 |8251 |  21 | 0.000000e+00 |      --      |    Inf |  63.38%
84.73/85.04	c  85.0s| 67400 |    92 |  1286k|  18.8 |    98M |  40 | 258 |1303 | 614 | 180k|  2 |8266 |  21 | 0.000000e+00 |      --      |    Inf |  63.41%
84.82/85.10	c  85.1s| 67500 |    92 |  1287k|  18.8 |    98M |  40 | 258 |1307 | 618 | 180k|  1 |8277 |  21 | 0.000000e+00 |      --      |    Inf |  63.42%
84.82/85.18	c  85.2s| 67600 |    92 |  1289k|  18.8 |    98M |  40 | 258 |1311 | 631 | 180k|  2 |8293 |  21 | 0.000000e+00 |      --      |    Inf |  63.44%
84.92/85.25	c  85.2s| 67700 |    92 |  1290k|  18.8 |    98M |  40 | 258 |1313 | 634 | 180k|  2 |8305 |  21 | 0.000000e+00 |      --      |    Inf |  63.44%
85.02/85.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
85.02/85.31	c  85.3s| 67800 |    90 |  1292k|  18.7 |    98M |  40 | 258 |1324 |   0 | 180k|  0 |8324 |  21 | 0.000000e+00 |      --      |    Inf |  63.45%
85.02/85.39	c  85.4s| 67900 |    90 |  1293k|  18.7 |    98M |  40 | 258 |1323 | 621 | 181k|  2 |8332 |  21 | 0.000000e+00 |      --      |    Inf |  63.45%
85.12/85.46	c  85.5s| 68000 |    90 |  1295k|  18.7 |    98M |  40 | 258 |1331 | 714 | 181k|  0 |8349 |  21 | 0.000000e+00 |      --      |    Inf |  63.46%
85.22/85.54	c  85.5s| 68100 |    90 |  1297k|  18.7 |    98M |  40 | 258 |1333 | 675 | 181k|  2 |8365 |  21 | 0.000000e+00 |      --      |    Inf |  63.46%
85.32/85.68	c  85.7s| 68200 |    92 |  1299k|  18.7 |    98M |  40 | 258 |1339 | 623 | 181k|  1 |8388 |  21 | 0.000000e+00 |      --      |    Inf |  63.47%
85.42/85.76	c  85.8s| 68300 |    92 |  1301k|  18.7 |    98M |  40 | 258 |1378 | 625 | 181k|  1 |8431 |  21 | 0.000000e+00 |      --      |    Inf |  63.50%
85.52/85.84	c  85.8s| 68400 |    90 |  1303k|  18.8 |    98M |  40 | 258 |1386 | 647 | 182k|  1 |8448 |  21 | 0.000000e+00 |      --      |    Inf |  63.51%
85.62/85.91	c  85.9s| 68500 |    92 |  1305k|  18.7 |    98M |  40 | 258 |1380 | 639 | 182k|  1 |8451 |  21 | 0.000000e+00 |      --      |    Inf |  63.52%
85.62/85.99	c  86.0s| 68600 |    92 |  1306k|  18.7 |    98M |  40 | 258 |1399 | 631 | 182k|  2 |8474 |  21 | 0.000000e+00 |      --      |    Inf |  63.52%
85.72/86.08	c  86.1s| 68700 |    90 |  1308k|  18.7 |    98M |  40 | 258 |1398 | 629 | 183k|  1 |8484 |  21 | 0.000000e+00 |      --      |    Inf |  63.53%
85.82/86.15	c  86.1s| 68800 |    92 |  1310k|  18.7 |    98M |  40 | 258 |1410 | 634 | 183k|  1 |8497 |  21 | 0.000000e+00 |      --      |    Inf |  63.54%
85.92/86.21	c  86.2s| 68900 |    92 |  1311k|  18.7 |    98M |  40 | 258 |1424 | 651 | 183k|  1 |8513 |  21 | 0.000000e+00 |      --      |    Inf |  63.54%
85.92/86.27	c  86.3s| 69000 |    90 |  1313k|  18.7 |    98M |  40 | 258 |1434 | 632 | 183k|  2 |8527 |  21 | 0.000000e+00 |      --      |    Inf |  63.54%
86.01/86.35	c  86.4s| 69100 |    92 |  1314k|  18.7 |    98M |  40 | 258 |1437 | 620 | 183k|  2 |8534 |  21 | 0.000000e+00 |      --      |    Inf |  63.54%
86.11/86.43	c  86.4s| 69200 |    94 |  1316k|  18.7 |    98M |  40 | 258 |1437 | 628 | 184k|  2 |8540 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.21/86.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.21/86.52	c  86.5s| 69300 |    90 |  1318k|  18.7 |    98M |  40 | 258 |1443 | 616 | 184k|  1 |8549 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.31/86.60	c  86.6s| 69400 |    92 |  1320k|  18.7 |    98M |  40 | 258 |1454 | 628 | 184k|  1 |8561 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.31/86.68	c  86.7s| 69500 |    92 |  1322k|  18.7 |    98M |  40 | 258 |1456 | 638 | 185k|  1 |8568 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.41/86.74	c  86.7s| 69600 |    90 |  1323k|  18.7 |    98M |  40 | 258 |1462 | 646 | 185k|  1 |8575 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.51/86.81	c  86.8s| 69700 |    92 |  1325k|  18.7 |    98M |  40 | 258 |1478 | 645 | 185k|  1 |8594 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.51/86.88	c  86.9s| 69800 |    92 |  1327k|  18.7 |    98M |  40 | 258 |1485 | 661 | 185k|  0 |8604 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.61/86.96	c  87.0s| 69900 |    94 |  1328k|  18.7 |    98M |  40 | 258 |1498 | 644 | 185k|  2 |8623 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.72/87.06	c  87.1s| 70000 |    90 |  1331k|  18.7 |    98M |  40 | 258 |1504 | 639 | 186k|  0 |8633 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.82/87.13	c  87.1s| 70100 |    90 |  1333k|  18.7 |    98M |  40 | 258 |1511 |   0 | 186k|  0 |8642 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.91/87.20	c  87.2s| 70200 |    92 |  1334k|  18.7 |    98M |  40 | 258 |1521 | 650 | 186k|  1 |8656 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
86.91/87.27	c  87.3s| 70300 |    90 |  1336k|  18.7 |    98M |  40 | 258 |1522 | 641 | 186k|  2 |8659 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.11/87.40	c  87.4s| 70400 |    94 |  1337k|  18.7 |    98M |  40 | 258 |1517 | 582 | 187k|  1 |8666 |  21 | 0.000000e+00 |      --      |    Inf |  63.65%
87.31/87.62	c  87.6s| 70500 |    94 |  1339k|  18.7 |    98M |  40 | 258 |1458 | 602 | 187k|  1 |8679 |  21 | 0.000000e+00 |      --      |    Inf |  63.94%
87.51/87.80	c  87.8s| 70600 |    92 |  1341k|  18.7 |    98M |  40 | 258 |1423 | 585 | 187k|  2 |8689 |  21 | 0.000000e+00 |      --      |    Inf |  64.12%
87.51/87.88	c  87.9s| 70700 |    90 |  1343k|  18.7 |    98M |  40 | 258 |1422 | 649 | 187k|  2 |8698 |  21 | 0.000000e+00 |      --      |    Inf |  64.14%
87.71/88.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
87.71/88.01	c  88.0s| 70800 |    92 |  1344k|  18.7 |    98M |  40 | 258 |1431 | 592 | 188k|  0 |8715 |  21 | 0.000000e+00 |      --      |    Inf |  64.20%
87.81/88.15	c  88.1s| 70900 |    88 |  1347k|  18.7 |    98M |  40 | 258 |1411 | 706 | 188k|  1 |8722 |  21 | 0.000000e+00 |      --      |    Inf |  64.22%
88.11/88.40	c  88.4s| 71000 |    92 |  1349k|  18.7 |    99M |  40 | 258 |1417 |   0 | 188k|  0 |8741 |  21 | 0.000000e+00 |      --      |    Inf |  64.41%
88.11/88.48	c  88.5s| 71100 |    90 |  1351k|  18.7 |    99M |  40 | 258 |1418 | 729 | 188k|  0 |8754 |  21 | 0.000000e+00 |      --      |    Inf |  64.51%
88.31/88.65	c  88.6s| 71200 |    88 |  1353k|  18.7 |    99M |  40 | 258 |1425 | 737 | 188k|  0 |8764 |  21 | 0.000000e+00 |      --      |    Inf |  64.56%
88.51/88.81	c  88.8s| 71300 |    90 |  1355k|  18.7 |    99M |  40 | 258 |1380 | 737 | 189k|  1 |8772 |  21 | 0.000000e+00 |      --      |    Inf |  64.69%
88.61/88.96	c  89.0s| 71400 |    92 |  1357k|  18.7 |    99M |  40 | 258 |1381 | 737 | 189k|  2 |8781 |  21 | 0.000000e+00 |      --      |    Inf |  64.75%
88.81/89.11	c  89.1s| 71500 |    92 |  1359k|  18.7 |    99M |  40 | 258 |1369 | 616 | 189k|  2 |8793 |  21 | 0.000000e+00 |      --      |    Inf |  64.80%
88.81/89.19	c  89.2s| 71600 |    92 |  1361k|  18.7 |    99M |  40 | 258 |1378 | 636 | 189k|  1 |8811 |  21 | 0.000000e+00 |      --      |    Inf |  64.83%
88.91/89.28	c  89.3s| 71700 |    92 |  1363k|  18.7 |    99M |  40 | 258 |1356 | 736 | 190k|  0 |8817 |  21 | 0.000000e+00 |      --      |    Inf |  64.85%
89.01/89.39	c  89.4s| 71800 |    90 |  1366k|  18.7 |    99M |  40 | 258 |1331 | 734 | 190k|  0 |8820 |  21 | 0.000000e+00 |      --      |    Inf |  64.87%
89.11/89.49	c  89.5s| 71900 |    88 |  1369k|  18.8 |    99M |  40 | 258 |1321 |   0 | 190k|  0 |8822 |  21 | 0.000000e+00 |      --      |    Inf |  64.88%
89.30/89.64	c  89.6s| 72000 |    88 |  1371k|  18.8 |    99M |  40 | 258 |1302 | 629 | 190k|  0 |8833 |  21 | 0.000000e+00 |      --      |    Inf |  64.96%
89.40/89.73	c  89.7s| 72100 |    88 |  1374k|  18.8 |    99M |  40 | 258 |1288 | 643 | 191k|  2 |8848 |  21 | 0.000000e+00 |      --      |    Inf |  64.97%
89.50/89.82	c  89.8s| 72200 |    88 |  1376k|  18.8 |    99M |  40 | 258 |1291 | 666 | 191k|  0 |8854 |  21 | 0.000000e+00 |      --      |    Inf |  64.97%
89.60/89.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.60/89.91	c  89.9s| 72300 |    86 |  1378k|  18.8 |    99M |  40 | 258 |1265 | 622 | 191k|  2 |8873 |  21 | 0.000000e+00 |      --      |    Inf |  65.00%
89.60/89.98	c  90.0s| 72400 |    86 |  1380k|  18.8 |    99M |  40 | 258 |1261 | 606 | 191k|  1 |8894 |  21 | 0.000000e+00 |      --      |    Inf |  65.00%
89.71/90.09	c  90.1s| 72500 |    90 |  1383k|  18.8 |    99M |  40 | 258 |1234 | 643 | 192k|  1 |8902 |  21 | 0.000000e+00 |      --      |    Inf |  65.02%
89.81/90.19	c  90.2s| 72600 |    88 |  1385k|  18.8 |    99M |  40 | 258 |1207 | 640 | 192k|  2 |8910 |  21 | 0.000000e+00 |      --      |    Inf |  65.02%
89.90/90.29	c  90.3s| 72700 |    86 |  1388k|  18.8 |    99M |  40 | 258 |1172 | 655 | 193k|  0 |8920 |  21 | 0.000000e+00 |      --      |    Inf |  65.04%
90.10/90.46	c  90.5s| 72800 |    86 |  1391k|  18.8 |    99M |  40 | 258 |1159 | 677 | 193k|  0 |8935 |  21 | 0.000000e+00 |      --      |    Inf |  65.10%
90.20/90.54	c  90.5s| 72900 |    88 |  1392k|  18.8 |    99M |  40 | 258 |1139 | 653 | 193k|  1 |8941 |  21 | 0.000000e+00 |      --      |    Inf |  65.11%
90.30/90.63	c  90.6s| 73000 |    90 |  1395k|  18.8 |    99M |  40 | 258 |1129 | 649 | 194k|  2 |8947 |  21 | 0.000000e+00 |      --      |    Inf |  65.12%
90.40/90.74	c  90.7s| 73100 |    90 |  1397k|  18.8 |    99M |  40 | 258 |1137 | 644 | 194k|  2 |8962 |  21 | 0.000000e+00 |      --      |    Inf |  65.13%
90.50/90.86	c  90.9s| 73200 |    88 |  1401k|  18.9 |    99M |  40 | 258 |1136 | 677 | 195k|  0 |8969 |  21 | 0.000000e+00 |      --      |    Inf |  65.13%
90.60/90.94	c  90.9s| 73300 |    90 |  1403k|  18.9 |    99M |  40 | 258 |1132 | 633 | 195k|  1 |8973 |  21 | 0.000000e+00 |      --      |    Inf |  65.13%
90.70/91.02	c  91.0s| 73400 |    88 |  1405k|  18.9 |    99M |  40 | 258 |1132 |   0 | 195k|  0 |8975 |  21 | 0.000000e+00 |      --      |    Inf |  65.14%
90.70/91.09	c  91.1s| 73500 |    86 |  1406k|  18.9 |    99M |  40 | 258 |1136 | 608 | 195k|  1 |8984 |  21 | 0.000000e+00 |      --      |    Inf |  65.14%
90.80/91.19	c  91.2s| 73600 |    86 |  1409k|  18.9 |    99M |  40 | 258 |1141 | 635 | 196k|  0 |8995 |  21 | 0.000000e+00 |      --      |    Inf |  65.15%
91.00/91.35	c  91.3s| 73700 |    88 |  1411k|  18.9 |    99M |  40 | 258 |1142 | 626 | 196k|  2 |9007 |  21 | 0.000000e+00 |      --      |    Inf |  65.22%
91.20/91.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.20/91.50	c  91.5s| 73800 |    92 |  1414k|  18.9 |   101M |  40 | 258 |1126 | 588 | 196k|  2 |9022 |  21 | 0.000000e+00 |      --      |    Inf |  65.36%
91.20/91.59	c  91.6s| 73900 |    90 |  1416k|  18.9 |   101M |  40 | 258 |1116 | 679 | 197k|  2 |9034 |  21 | 0.000000e+00 |      --      |    Inf |  65.42%
91.50/91.83	c  91.8s| 74000 |    88 |  1419k|  18.9 |   101M |  40 | 258 |1081 | 615 | 197k|  0 |9042 |  21 | 0.000000e+00 |      --      |    Inf |  65.55%
91.60/91.98	c  92.0s| 74100 |    92 |  1422k|  18.9 |   101M |  40 | 258 |1080 |   0 | 198k|  0 |9053 |  21 | 0.000000e+00 |      --      |    Inf |  65.62%
91.80/92.12	c  92.1s| 74200 |    92 |  1424k|  18.9 |   101M |  40 | 258 |1092 |   0 | 198k|  0 |9072 |  21 | 0.000000e+00 |      --      |    Inf |  65.67%
91.90/92.21	c  92.2s| 74300 |    92 |  1426k|  18.9 |   101M |  40 | 258 |1095 | 614 | 198k|  1 |9087 |  21 | 0.000000e+00 |      --      |    Inf |  65.72%
91.90/92.29	c  92.3s| 74400 |    92 |  1427k|  18.9 |   101M |  40 | 258 |1102 | 631 | 199k|  2 |9095 |  21 | 0.000000e+00 |      --      |    Inf |  65.73%
91.99/92.38	c  92.4s| 74500 |    92 |  1430k|  18.9 |   101M |  40 | 258 |1106 | 617 | 199k|  2 |9108 |  21 | 0.000000e+00 |      --      |    Inf |  65.75%
92.09/92.44	c  92.4s| 74600 |    88 |  1431k|  18.9 |   101M |  40 | 258 |1114 | 623 | 199k|  0 |9117 |  21 | 0.000000e+00 |      --      |    Inf |  65.76%
92.19/92.53	c  92.5s| 74700 |    88 |  1433k|  18.9 |   101M |  40 | 258 |1122 | 629 | 199k|  0 |9126 |  21 | 0.000000e+00 |      --      |    Inf |  65.76%
92.19/92.59	c  92.6s| 74800 |    92 |  1435k|  18.9 |   101M |  40 | 258 |1117 | 619 | 200k|  2 |9129 |  21 | 0.000000e+00 |      --      |    Inf |  65.77%
92.29/92.66	c  92.7s| 74900 |    92 |  1436k|  18.9 |   101M |  40 | 258 |1120 | 621 | 200k|  2 |9140 |  21 | 0.000000e+00 |      --      |    Inf |  65.77%
92.39/92.73	c  92.7s| 75000 |    90 |  1437k|  18.9 |   101M |  40 | 258 |1127 | 607 | 200k|  2 |9150 |  21 | 0.000000e+00 |      --      |    Inf |  65.78%
92.49/92.80	c  92.8s| 75100 |    90 |  1439k|  18.9 |   101M |  40 | 258 |1136 | 636 | 200k|  2 |9160 |  21 | 0.000000e+00 |      --      |    Inf |  65.78%
92.59/92.91	c  92.9s| 75200 |    90 |  1442k|  18.9 |   101M |  40 | 258 |1147 | 630 | 200k|  2 |9175 |  21 | 0.000000e+00 |      --      |    Inf |  65.79%
92.70/93.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.70/93.01	c  93.0s| 75300 |    88 |  1445k|  18.9 |   101M |  40 | 258 |1146 | 634 | 201k|  2 |9183 |  21 | 0.000000e+00 |      --      |    Inf |  65.80%
92.70/93.08	c  93.1s| 75400 |    88 |  1446k|  18.9 |   101M |  40 | 258 |1147 | 613 | 201k|  1 |9192 |  21 | 0.000000e+00 |      --      |    Inf |  65.80%
92.89/93.20	c  93.2s| 75500 |    90 |  1448k|  18.9 |   101M |  40 | 258 |1150 | 602 | 201k|  0 |9197 |  21 | 0.000000e+00 |      --      |    Inf |  65.81%
92.89/93.27	c  93.3s| 75600 |    92 |  1450k|  18.9 |   101M |  40 | 258 |1147 | 603 | 202k|  2 |9201 |  21 | 0.000000e+00 |      --      |    Inf |  65.84%
92.99/93.34	c  93.3s| 75700 |    90 |  1451k|  18.9 |   101M |  40 | 258 |1153 | 592 | 202k|  2 |9208 |  21 | 0.000000e+00 |      --      |    Inf |  65.85%
93.09/93.42	c  93.4s| 75800 |    90 |  1453k|  18.9 |   101M |  40 | 258 |1158 |   0 | 202k|  0 |9218 |  21 | 0.000000e+00 |      --      |    Inf |  65.86%
93.09/93.49	c  93.5s| 75900 |    90 |  1455k|  18.9 |   101M |  40 | 258 |1162 | 606 | 202k|  2 |9223 |  21 | 0.000000e+00 |      --      |    Inf |  65.87%
93.29/93.63	c  93.6s| 76000 |    90 |  1457k|  18.9 |   101M |  40 | 258 |1168 | 612 | 203k|  0 |9233 |  21 | 0.000000e+00 |      --      |    Inf |  65.89%
93.39/93.71	c  93.7s| 76100 |    92 |  1458k|  18.9 |   101M |  40 | 258 |1172 | 614 | 203k|  1 |9239 |  21 | 0.000000e+00 |      --      |    Inf |  65.91%
93.49/93.80	c  93.8s| 76200 |    90 |  1460k|  18.9 |   101M |  40 | 258 |1171 | 661 | 203k|  1 |9244 |  21 | 0.000000e+00 |      --      |    Inf |  65.92%
93.59/93.90	c  93.9s| 76300 |    92 |  1463k|  18.9 |   101M |  40 | 258 |1169 | 612 | 204k|  2 |9249 |  21 | 0.000000e+00 |      --      |    Inf |  65.93%
93.59/93.97	c  94.0s| 76400 |    94 |  1465k|  18.9 |   101M |  40 | 258 |1167 | 618 | 204k|  2 |9251 |  21 | 0.000000e+00 |      --      |    Inf |  65.94%
93.69/94.04	c  94.0s| 76500 |    88 |  1466k|  18.9 |   101M |  40 | 258 |1182 | 633 | 204k|  0 |9267 |  21 | 0.000000e+00 |      --      |    Inf |  65.94%
93.79/94.12	c  94.1s| 76600 |    92 |  1468k|  18.9 |   101M |  40 | 258 |1184 | 625 | 204k|  1 |9273 |  21 | 0.000000e+00 |      --      |    Inf |  65.95%
93.89/94.20	c  94.2s| 76700 |    94 |  1470k|  18.9 |   101M |  40 | 258 |1189 | 626 | 205k|  2 |9280 |  21 | 0.000000e+00 |      --      |    Inf |  65.95%
93.89/94.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
93.89/94.28	c  94.3s| 76800 |    92 |  1472k|  18.9 |   101M |  40 | 258 |1195 | 616 | 205k|  0 |9288 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
93.99/94.35	c  94.4s| 76900 |    94 |  1474k|  18.9 |   101M |  40 | 258 |1197 | 638 | 205k|  2 |9291 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
94.09/94.42	c  94.4s| 77000 |    90 |  1475k|  18.9 |   101M |  40 | 258 |1201 | 647 | 206k|  1 |9296 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
94.09/94.49	c  94.5s| 77100 |    90 |  1477k|  18.9 |   101M |  40 | 258 |1199 | 729 | 206k|  0 |9299 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
94.19/94.56	c  94.6s| 77200 |    90 |  1478k|  18.9 |   101M |  40 | 258 |1193 | 629 | 206k|  1 |9299 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
94.29/94.62	c  94.6s| 77300 |    90 |  1480k|  18.9 |   101M |  40 | 258 |1195 | 589 | 206k|  2 |9306 |  21 | 0.000000e+00 |      --      |    Inf |  65.97%
94.29/94.69	c  94.7s| 77400 |    92 |  1482k|  18.9 |   101M |  40 | 258 |1202 | 608 | 206k|  2 |9316 |  21 | 0.000000e+00 |      --      |    Inf |  65.97%
94.39/94.76	c  94.8s| 77500 |    90 |  1483k|  18.9 |   101M |  40 | 258 |1205 | 610 | 207k|  1 |9321 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
94.49/94.84	c  94.8s| 77600 |    90 |  1485k|  18.9 |   101M |  40 | 258 |1210 | 618 | 207k|  2 |9329 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
94.59/94.91	c  94.9s| 77700 |    90 |  1486k|  18.9 |   101M |  40 | 258 |1219 | 620 | 207k|  2 |9338 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
94.59/94.97	c  95.0s| 77800 |    92 |  1487k|  18.9 |   101M |  40 | 258 |1240 | 589 | 207k|  2 |9360 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
94.69/95.04	c  95.0s| 77900 |    88 |  1489k|  18.9 |   101M |  40 | 258 |1261 | 616 | 208k|  0 |9381 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
94.79/95.11	c  95.1s| 78000 |    92 |  1491k|  18.8 |   101M |  40 | 258 |1271 | 600 | 208k|  1 |9393 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
94.79/95.18	c  95.2s| 78100 |    90 |  1492k|  18.8 |   101M |  40 | 258 |1276 | 622 | 208k|  0 |9399 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
94.88/95.24	c  95.2s| 78200 |    90 |  1494k|  18.8 |   101M |  40 | 258 |1297 | 628 | 208k|  1 |9420 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
94.98/95.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
94.98/95.32	c  95.3s| 78300 |    90 |  1496k|  18.8 |   101M |  40 | 258 |1304 | 591 | 209k|  2 |9429 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.08/95.40	c  95.4s| 78400 |    92 |  1498k|  18.8 |   101M |  40 | 258 |1303 | 644 | 209k|  2 |9429 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.08/95.46	c  95.5s| 78500 |    90 |  1499k|  18.8 |   101M |  40 | 258 |1306 | 634 | 209k|  0 |9434 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.18/95.52	c  95.5s| 78600 |    90 |  1501k|  18.8 |   101M |  40 | 258 |1311 | 677 | 209k|  0 |9440 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.18/95.58	c  95.6s| 78700 |    88 |  1502k|  18.8 |   101M |  40 | 258 |1320 | 676 | 209k|  0 |9454 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.28/95.65	c  95.7s| 78800 |    90 |  1504k|  18.8 |   101M |  40 | 258 |1326 | 642 | 209k|  2 |9468 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.38/95.72	c  95.7s| 78900 |    92 |  1505k|  18.8 |   101M |  40 | 258 |1326 | 621 | 209k|  0 |9472 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.38/95.79	c  95.8s| 79000 |    92 |  1507k|  18.8 |   101M |  40 | 258 |1324 | 640 | 210k|  2 |9475 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.48/95.86	c  95.9s| 79100 |    90 |  1508k|  18.8 |   101M |  40 | 258 |1320 | 620 | 210k|  2 |9479 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.58/95.93	c  95.9s| 79200 |    92 |  1510k|  18.8 |   101M |  40 | 258 |1307 | 626 | 210k|  2 |9487 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.69/96.00	c  96.0s| 79300 |    90 |  1511k|  18.8 |   101M |  40 | 258 |1303 | 630 | 210k|  2 |9493 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.69/96.06	c  96.1s| 79400 |    90 |  1513k|  18.8 |   101M |  40 | 258 |1295 | 639 | 210k|  2 |9499 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.79/96.13	c  96.1s| 79500 |    90 |  1514k|  18.8 |   101M |  40 | 258 |1298 | 639 | 211k|  0 |9510 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.88/96.20	c  96.2s| 79600 |    88 |  1516k|  18.8 |   101M |  40 | 258 |1306 | 663 | 211k|  0 |9523 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.88/96.28	c  96.3s| 79700 |    90 |  1518k|  18.8 |   101M |  40 | 258 |1310 | 637 | 211k|  0 |9537 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
95.98/96.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.98/96.35	c  96.4s| 79800 |    90 |  1519k|  18.8 |   101M |  40 | 258 |1318 | 656 | 211k|  2 |9552 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
96.08/96.49	c  96.5s| 79900 |    92 |  1521k|  18.8 |   101M |  40 | 258 |1318 | 585 | 212k|  2 |9571 |  21 | 0.000000e+00 |      --      |    Inf |  66.04%
96.28/96.67	c  96.7s| 80000 |    96 |  1523k|  18.8 |   101M |  40 | 258 |1310 | 594 | 212k|  2 |9595 |  21 | 0.000000e+00 |      --      |    Inf |  66.09%
96.38/96.74	c  96.7s| 80100 |    96 |  1524k|  18.8 |   101M |  40 | 258 |1309 |   0 | 212k|  0 |9623 |  21 | 0.000000e+00 |      --      |    Inf |  66.15%
96.48/96.82	c  96.8s| 80200 |    92 |  1526k|  18.8 |   101M |  40 | 258 |1289 | 607 | 212k|  2 |9644 |  21 | 0.000000e+00 |      --      |    Inf |  66.19%
96.58/96.95	c  97.0s| 80300 |    94 |  1528k|  18.8 |   101M |  40 | 258 |1259 | 586 | 213k|  1 |9659 |  21 | 0.000000e+00 |      --      |    Inf |  66.25%
96.78/97.11	c  97.1s| 80400 |    94 |  1531k|  18.8 |   101M |  40 | 258 |1241 | 604 | 214k|  2 |9667 |  21 | 0.000000e+00 |      --      |    Inf |  66.34%
96.78/97.17	c  97.2s| 80500 |    94 |  1532k|  18.8 |   101M |  40 | 258 |1255 | 615 | 214k|  2 |9684 |  21 | 0.000000e+00 |      --      |    Inf |  66.35%
96.88/97.24	c  97.2s| 80600 |    92 |  1534k|  18.8 |   101M |  40 | 258 |1270 | 624 | 214k|  2 |9702 |  21 | 0.000000e+00 |      --      |    Inf |  66.35%
96.98/97.30	c  97.3s| 80700 |    92 |  1535k|  18.8 |   101M |  40 | 258 |1291 |   0 | 214k|  0 |9727 |  21 | 0.000000e+00 |      --      |    Inf |  66.36%
97.08/97.40	c  97.4s| 80800 |    92 |  1538k|  18.8 |   101M |  40 | 258 |1303 | 598 | 215k|  2 |9754 |  21 | 0.000000e+00 |      --      |    Inf |  66.40%
97.08/97.47	c  97.5s| 80900 |    94 |  1540k|  18.8 |   101M |  40 | 258 |1312 | 618 | 215k|  1 |9765 |  21 | 0.000000e+00 |      --      |    Inf |  66.41%
97.18/97.54	c  97.5s| 81000 |    94 |  1541k|  18.8 |   101M |  40 | 258 |1315 | 603 | 215k|  2 |9770 |  21 | 0.000000e+00 |      --      |    Inf |  66.41%
97.28/97.61	c  97.6s| 81100 |    94 |  1543k|  18.8 |   101M |  40 | 258 |1323 | 605 | 215k|  1 |9781 |  21 | 0.000000e+00 |      --      |    Inf |  66.42%
97.28/97.68	c  97.7s| 81200 |    92 |  1544k|  18.8 |   101M |  40 | 258 |1323 | 664 | 215k|  0 |9783 |  21 | 0.000000e+00 |      --      |    Inf |  66.42%
97.38/97.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
97.38/97.75	c  97.8s| 81300 |    94 |  1546k|  18.8 |   101M |  40 | 258 |1319 | 614 | 216k|  2 |9783 |  21 | 0.000000e+00 |      --      |    Inf |  66.43%
97.48/97.83	c  97.8s| 81400 |    92 |  1547k|  18.8 |   101M |  40 | 258 |1317 | 619 | 216k|  0 |9788 |  21 | 0.000000e+00 |      --      |    Inf |  66.43%
97.58/97.91	c  97.9s| 81500 |    90 |  1549k|  18.8 |   101M |  40 | 258 |1316 | 637 | 216k|  0 |9796 |  21 | 0.000000e+00 |      --      |    Inf |  66.44%
97.58/97.99	c  98.0s| 81600 |    92 |  1551k|  18.8 |   101M |  40 | 258 |1310 | 626 | 217k|  0 |9802 |  21 | 0.000000e+00 |      --      |    Inf |  66.44%
97.68/98.06	c  98.1s| 81700 |    90 |  1552k|  18.8 |   101M |  40 | 258 |1313 | 657 | 217k|  0 |9810 |  21 | 0.000000e+00 |      --      |    Inf |  66.44%
97.87/98.20	c  98.2s| 81800 |    88 |  1555k|  18.8 |   101M |  40 | 258 |1302 | 762 | 217k|  0 |9823 |  21 | 0.000000e+00 |      --      |    Inf |  66.83%
97.97/98.30	c  98.3s| 81900 |    90 |  1558k|  18.8 |   101M |  40 | 258 |1285 | 633 | 217k|  0 |9831 |  21 | 0.000000e+00 |      --      |    Inf |  66.86%
97.97/98.37	c  98.4s| 82000 |    90 |  1559k|  18.8 |   101M |  40 | 258 |1286 | 652 | 218k|  2 |9845 |  21 | 0.000000e+00 |      --      |    Inf |  66.86%
98.07/98.45	c  98.4s| 82100 |    88 |  1561k|  18.8 |   101M |  40 | 258 |1291 | 645 | 218k|  2 |9853 |  21 | 0.000000e+00 |      --      |    Inf |  66.86%
98.17/98.53	c  98.5s| 82200 |    90 |  1563k|  18.8 |   101M |  40 | 258 |1272 | 605 | 218k|  2 |9855 |  21 | 0.000000e+00 |      --      |    Inf |  66.87%
98.27/98.61	c  98.6s| 82300 |    88 |  1565k|  18.8 |   101M |  40 | 258 |1257 | 652 | 218k|  2 |9870 |  21 | 0.000000e+00 |      --      |    Inf |  66.87%
98.37/98.71	c  98.7s| 82400 |    88 |  1568k|  18.8 |   101M |  40 | 258 |1236 | 607 | 219k|  2 |9875 |  21 | 0.000000e+00 |      --      |    Inf |  66.90%
98.37/98.78	c  98.8s| 82500 |    90 |  1569k|  18.8 |   101M |  40 | 258 |1242 | 606 | 219k|  2 |9884 |  21 | 0.000000e+00 |      --      |    Inf |  66.90%
98.47/98.85	c  98.9s| 82600 |    88 |  1571k|  18.8 |   101M |  40 | 258 |1234 | 657 | 219k|  2 |9895 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
98.57/98.93	c  98.9s| 82700 |    88 |  1573k|  18.8 |   101M |  40 | 258 |1225 | 718 | 220k|  2 |9905 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
98.68/99.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.68/99.01	c  99.0s| 82800 |    88 |  1574k|  18.8 |   101M |  40 | 258 |1222 | 620 | 220k|  2 |9915 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
98.68/99.09	c  99.1s| 82900 |    86 |  1576k|  18.8 |   101M |  40 | 258 |1224 |   0 | 220k|  0 |9927 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
98.78/99.16	c  99.2s| 83000 |    86 |  1578k|  18.8 |   101M |  40 | 258 |1227 | 710 | 220k|  1 |9939 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
98.87/99.25	c  99.2s| 83100 |    86 |  1580k|  18.8 |   101M |  40 | 258 |1237 |   0 | 220k|  0 |9965 |  21 | 0.000000e+00 |      --      |    Inf |  66.93%
98.97/99.35	c  99.3s| 83200 |    86 |  1583k|  18.8 |   101M |  40 | 258 |1234 | 623 | 221k|  2 |9987 |  21 | 0.000000e+00 |      --      |    Inf |  66.95%
99.07/99.43	c  99.4s| 83300 |    88 |  1585k|  18.8 |   101M |  40 | 258 |1220 | 582 | 221k|  2 |9997 |  21 | 0.000000e+00 |      --      |    Inf |  66.97%
99.17/99.51	c  99.5s| 83400 |    88 |  1587k|  18.8 |   101M |  40 | 258 |1213 | 563 | 222k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  66.97%
99.27/99.60	c  99.6s| 83500 |    88 |  1589k|  18.8 |   101M |  40 | 258 |1217 | 622 | 222k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  66.98%
99.27/99.68	c  99.7s| 83600 |    86 |  1591k|  18.8 |   101M |  40 | 258 |1214 | 589 | 222k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  66.98%
99.37/99.78	c  99.8s| 83700 |    84 |  1594k|  18.8 |   101M |  40 | 258 |1211 | 759 | 222k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.00%
99.47/99.87	c  99.9s| 83800 |    84 |  1596k|  18.8 |   101M |  40 | 258 |1215 | 619 | 223k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.01%
99.57/99.96	c   100s| 83900 |    84 |  1599k|  18.8 |   101M |  40 | 258 |1214 | 640 | 223k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.01%
99.67/100.06	c   100s| 84000 |    82 |  1601k|  18.8 |   101M |  40 | 258 |1206 | 661 | 223k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.01%
99.77/100.14	c   100s| 84100 |    84 |  1603k|  18.8 |   101M |  40 | 258 |1218 |   0 | 224k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.03%
99.87/100.23	c   100s| 84200 |    82 |  1606k|  18.8 |   101M |  40 | 258 |1216 | 575 | 224k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.04%
99.97/100.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
99.97/100.30	c   100s| 84300 |    84 |  1608k|  18.8 |   101M |  40 | 258 |1218 | 591 | 224k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.04%
99.97/100.38	c   100s| 84400 |    80 |  1609k|  18.8 |   101M |  40 | 258 |1223 | 608 | 224k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.04%
100.07/100.45	c   100s| 84500 |    80 |  1611k|  18.8 |   101M |  40 | 258 |1224 |   0 | 225k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.04%
100.27/100.61	c   101s| 84600 |    82 |  1613k|  18.8 |   101M |  40 | 258 |1213 | 660 | 225k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.18%
100.27/100.69	c   101s| 84700 |    82 |  1615k|  18.8 |   101M |  40 | 258 |1194 | 661 | 225k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.21%
100.37/100.76	c   101s| 84800 |    84 |  1617k|  18.8 |   101M |  40 | 258 |1185 | 660 | 225k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.22%
100.47/100.85	c   101s| 84900 |    82 |  1619k|  18.8 |   101M |  40 | 258 |1182 | 664 | 225k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.23%
100.57/100.92	c   101s| 85000 |    82 |  1621k|  18.8 |   101M |  40 | 258 |1178 | 671 | 226k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.23%
100.57/100.98	c   101s| 85100 |    84 |  1622k|  18.8 |   101M |  40 | 258 |1186 | 607 | 226k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.23%
100.67/101.05	c   101s| 85200 |    86 |  1623k|  18.8 |   101M |  40 | 258 |1186 | 629 | 226k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.23%
100.77/101.13	c   101s| 85300 |    82 |  1625k|  18.8 |   101M |  40 | 258 |1184 | 627 | 226k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.24%
100.86/101.21	c   101s| 85400 |    84 |  1627k|  18.8 |   101M |  40 | 258 |1179 | 595 | 226k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.24%
100.86/101.29	c   101s| 85500 |    84 |  1629k|  18.8 |   101M |  40 | 258 |1176 | 651 | 227k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.24%
100.96/101.37	c   101s| 85600 |    84 |  1631k|  18.8 |   101M |  40 | 258 |1178 | 661 | 227k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.24%
101.16/101.53	c   102s| 85700 |    82 |  1634k|  18.8 |   101M |  40 | 258 |1170 | 632 | 227k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.33%
101.26/101.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
101.26/101.67	c   102s| 85800 |    82 |  1636k|  18.8 |   101M |  40 | 258 |1165 | 577 | 228k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.40%
101.36/101.74	c   102s| 85900 |    80 |  1637k|  18.8 |   101M |  40 | 258 |1155 | 615 | 228k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.42%
101.46/101.82	c   102s| 86000 |    82 |  1639k|  18.8 |   101M |  40 | 258 |1151 | 693 | 228k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.43%
101.46/101.89	c   102s| 86100 |    80 |  1641k|  18.8 |   101M |  40 | 258 |1152 | 710 | 228k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.43%
101.56/101.97	c   102s| 86200 |    80 |  1643k|  18.8 |   101M |  40 | 258 |1160 | 601 | 229k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.43%
101.67/102.06	c   102s| 86300 |    80 |  1645k|  18.8 |   101M |  40 | 258 |1146 | 623 | 229k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.43%
101.86/102.26	c   102s| 86400 |    80 |  1648k|  18.8 |   101M |  40 | 258 |1148 | 606 | 229k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.59%
101.96/102.35	c   102s| 86500 |    78 |  1650k|  18.8 |   101M |  40 | 258 |1146 | 604 | 230k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.61%
102.06/102.43	c   102s| 86600 |    78 |  1652k|  18.8 |   101M |  40 | 258 |1146 | 636 | 230k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.61%
102.16/102.50	c   103s| 86700 |    78 |  1653k|  18.8 |   101M |  40 | 258 |1144 | 647 | 230k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.61%
102.16/102.58	c   103s| 86800 |    78 |  1655k|  18.8 |   101M |  40 | 258 |1136 | 638 | 230k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.61%
102.36/102.71	c   103s| 86900 |    78 |  1657k|  18.8 |   101M |  40 | 258 |1131 |   0 | 231k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.64%
102.46/102.83	c   103s| 87000 |    84 |  1659k|  18.8 |   101M |  40 | 258 |1136 | 607 | 231k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.69%
102.56/102.90	c   103s| 87100 |    84 |  1660k|  18.8 |   101M |  40 | 258 |1147 | 608 | 231k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.70%
102.56/102.97	c   103s| 87200 |    82 |  1662k|  18.8 |   101M |  40 | 258 |1149 | 725 | 232k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.72%
102.66/103.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.66/103.04	c   103s| 87300 |    82 |  1664k|  18.8 |   101M |  40 | 258 |1153 | 590 | 232k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.73%
102.76/103.12	c   103s| 87400 |    86 |  1665k|  18.8 |   101M |  40 | 258 |1169 | 632 | 232k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.75%
102.76/103.19	c   103s| 87500 |    84 |  1667k|  18.8 |   101M |  40 | 258 |1179 | 745 | 232k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.75%
102.86/103.27	c   103s| 87600 |    90 |  1668k|  18.8 |   101M |  40 | 258 |1189 | 615 | 232k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.76%
102.96/103.32	c   103s| 87700 |    85 |  1669k|  18.8 |   101M |  40 | 258 |1203 | 630 | 232k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.76%
102.96/103.39	c   103s| 87800 |    87 |  1671k|  18.8 |   101M |  40 | 258 |1209 |   0 | 233k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.76%
103.06/103.46	c   103s| 87900 |    85 |  1673k|  18.8 |   101M |  40 | 258 |1214 | 616 | 233k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.77%
103.16/103.53	c   104s| 88000 |    85 |  1674k|  18.8 |   101M |  40 | 258 |1215 | 607 | 233k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.77%
103.26/103.60	c   104s| 88100 |    83 |  1676k|  18.8 |   101M |  40 | 258 |1226 | 619 | 233k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.78%
103.26/103.67	c   104s| 88200 |    81 |  1677k|  18.8 |   101M |  40 | 258 |1237 | 600 | 234k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.78%
103.36/103.73	c   104s| 88300 |    81 |  1679k|  18.8 |   101M |  40 | 258 |1249 | 625 | 234k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.78%
103.46/103.81	c   104s| 88400 |    79 |  1681k|  18.8 |   101M |  40 | 258 |1252 | 640 | 234k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.79%
103.46/103.89	c   104s| 88500 |    81 |  1683k|  18.8 |   101M |  40 | 258 |1251 | 631 | 234k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.79%
103.56/103.97	c   104s| 88600 |    77 |  1685k|  18.8 |   101M |  40 | 258 |1244 |   0 | 235k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.80%
103.66/104.05	c   104s| 88700 |    79 |  1687k|  18.8 |   101M |  40 | 258 |1237 | 634 | 235k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.80%
103.76/104.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
103.76/104.19	c   104s| 88800 |    81 |  1689k|  18.8 |   101M |  40 | 258 |1236 | 602 | 235k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.82%
103.85/104.28	c   104s| 88900 |    81 |  1691k|  18.8 |   101M |  40 | 258 |1231 | 575 | 236k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.84%
103.95/104.39	c   104s| 89000 |    77 |  1694k|  18.8 |   101M |  40 | 258 |1215 | 639 | 236k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.85%
104.05/104.48	c   104s| 89100 |    79 |  1697k|  18.8 |   101M |  40 | 258 |1213 | 604 | 236k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.87%
104.15/104.55	c   105s| 89200 |    79 |  1698k|  18.8 |   101M |  40 | 258 |1217 | 616 | 237k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.87%
104.25/104.62	c   105s| 89300 |    79 |  1700k|  18.8 |   101M |  40 | 258 |1223 | 593 | 237k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.88%
104.35/104.71	c   105s| 89400 |    79 |  1703k|  18.8 |   101M |  40 | 258 |1228 | 607 | 237k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.89%
104.35/104.79	c   105s| 89500 |    79 |  1705k|  18.8 |   101M |  40 | 258 |1219 | 624 | 237k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.28%
104.45/104.88	c   105s| 89600 |    81 |  1707k|  18.8 |   101M |  40 | 258 |1214 | 629 | 238k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.28%
104.55/104.98	c   105s| 89700 |    79 |  1709k|  18.8 |   101M |  40 | 258 |1222 | 655 | 238k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
104.66/105.05	c   105s| 89800 |    81 |  1711k|  18.8 |   101M |  40 | 258 |1221 | 615 | 238k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
104.76/105.13	c   105s| 89900 |    81 |  1713k|  18.8 |   101M |  40 | 258 |1221 | 606 | 239k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
104.85/105.20	c   105s| 90000 |    81 |  1714k|  18.8 |   101M |  40 | 258 |1229 | 616 | 239k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
104.85/105.27	c   105s| 90100 |    83 |  1716k|  18.8 |   101M |  40 | 258 |1234 | 606 | 239k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
104.95/105.34	c   105s| 90200 |    81 |  1718k|  18.8 |   101M |  40 | 258 |1245 | 621 | 239k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
105.05/105.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.05/105.42	c   105s| 90300 |    79 |  1720k|  18.8 |   101M |  40 | 258 |1251 | 624 | 239k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
105.05/105.49	c   105s| 90400 |    83 |  1721k|  18.8 |   101M |  40 | 258 |1268 | 642 | 240k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
105.25/105.61	c   106s| 90500 |    81 |  1723k|  18.8 |   101M |  40 | 258 |1275 | 586 | 240k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
105.25/105.68	c   106s| 90600 |    81 |  1725k|  18.8 |   101M |  40 | 258 |1287 | 640 | 240k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.36%
105.35/105.79	c   106s| 90700 |    83 |  1728k|  18.8 |   101M |  40 | 258 |1287 |   0 | 240k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.36%
105.45/105.89	c   106s| 90800 |    83 |  1731k|  18.8 |   101M |  40 | 258 |1286 |   0 | 241k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.38%
105.55/105.98	c   106s| 90900 |    85 |  1732k|  18.8 |   101M |  40 | 258 |1275 | 634 | 241k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.40%
105.65/106.10	c   106s| 91000 |    89 |  1734k|  18.8 |   101M |  40 | 258 |1271 | 611 | 241k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.46%
105.75/106.16	c   106s| 91100 |    87 |  1736k|  18.8 |   101M |  40 | 258 |1273 | 618 | 242k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.47%
105.85/106.24	c   106s| 91200 |    89 |  1738k|  18.8 |   101M |  40 | 258 |1281 | 623 | 242k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.49%
105.95/106.32	c   106s| 91300 |    87 |  1739k|  18.8 |   101M |  40 | 258 |1287 | 630 | 242k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.50%
106.05/106.40	c   106s| 91400 |    87 |  1741k|  18.8 |   101M |  40 | 258 |1285 | 625 | 243k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.50%
106.15/106.51	c   107s| 91500 |    87 |  1743k|  18.8 |   101M |  40 | 258 |1279 | 615 | 243k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.51%
106.25/106.60	c   107s| 91600 |    91 |  1745k|  18.8 |   101M |  40 | 258 |1276 | 595 | 243k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.53%
106.25/106.68	c   107s| 91700 |    91 |  1747k|  18.8 |   101M |  40 | 258 |1282 | 613 | 243k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.56%
106.35/106.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.35/106.77	c   107s| 91800 |    95 |  1749k|  18.8 |   101M |  40 | 258 |1280 | 584 | 244k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
106.45/106.85	c   107s| 91900 |    93 |  1751k|  18.8 |   101M |  40 | 258 |1276 | 629 | 244k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
106.54/106.92	c   107s| 92000 |    95 |  1752k|  18.8 |   101M |  40 | 258 |1270 | 591 | 244k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
106.65/107.01	c   107s| 92100 |    97 |  1755k|  18.8 |   101M |  40 | 258 |1275 | 611 | 245k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
106.65/107.07	c   107s| 92200 |    95 |  1756k|  18.8 |   101M |  40 | 258 |1280 | 610 | 245k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
106.75/107.15	c   107s| 92300 |    93 |  1758k|  18.8 |   101M |  40 | 258 |1294 | 636 | 245k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
106.84/107.23	c   107s| 92400 |    95 |  1760k|  18.8 |   101M |  40 | 258 |1297 | 628 | 245k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
106.94/107.30	c   107s| 92500 |    95 |  1762k|  18.8 |   101M |  40 | 258 |1303 | 640 | 246k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
106.94/107.37	c   107s| 92600 |    93 |  1763k|  18.8 |   101M |  40 | 258 |1331 | 636 | 246k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
107.04/107.46	c   107s| 92700 |    93 |  1765k|  18.8 |   101M |  40 | 258 |1349 |   0 | 246k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
107.14/107.53	c   108s| 92800 |    97 |  1766k|  18.8 |   101M |  40 | 258 |1367 | 631 | 246k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
107.14/107.60	c   108s| 92900 |    93 |  1768k|  18.8 |   101M |  40 | 258 |1375 | 616 | 246k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
107.24/107.66	c   108s| 93000 |    93 |  1769k|  18.8 |   101M |  40 | 258 |1385 |   0 | 247k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
107.34/107.73	c   108s| 93100 |    93 |  1771k|  18.8 |   101M |  40 | 258 |1397 | 649 | 247k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
107.34/107.79	c   108s| 93200 |    89 |  1772k|  18.8 |   101M |  40 | 258 |1405 | 638 | 247k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
107.44/107.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
107.44/107.86	c   108s| 93300 |    89 |  1774k|  18.8 |   101M |  40 | 258 |1419 | 620 | 247k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
107.54/107.93	c   108s| 93400 |    87 |  1775k|  18.8 |   101M |  40 | 258 |1430 | 684 | 247k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
107.54/107.99	c   108s| 93500 |    87 |  1777k|  18.8 |   101M |  40 | 258 |1426 |   0 | 247k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
107.84/108.22	c   108s| 93600 |    87 |  1779k|  18.8 |   102M |  43 | 258 |1428 | 647 | 247k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
107.84/108.29	c   108s| 93700 |    91 |  1780k|  18.8 |   102M |  43 | 258 |1435 | 637 | 247k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
108.34/108.74	c   109s| 93800 |    87 |  1782k|  18.8 |   102M |  43 | 258 |1437 | 645 | 248k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
108.64/109.08	c   109s| 93900 |    85 |  1784k|  18.8 |   102M |  45 | 258 |1445 | 652 | 248k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
108.74/109.16	c   109s| 94000 |    85 |  1785k|  18.8 |   102M |  45 | 258 |1437 | 721 | 248k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
108.94/109.32	c   109s| 94100 |    89 |  1788k|  18.8 |   102M |  45 | 258 |1422 | 617 | 248k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.63%
109.04/109.41	c   109s| 94200 |    87 |  1790k|  18.8 |   102M |  45 | 258 |1414 | 595 | 249k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.63%
109.14/109.51	c   110s| 94300 |    85 |  1792k|  18.8 |   102M |  45 | 258 |1379 | 614 | 249k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.64%
109.24/109.60	c   110s| 94400 |    87 |  1794k|  18.8 |   102M |  45 | 258 |1326 | 613 | 249k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.64%
109.44/109.81	c   110s| 94500 |    85 |  1797k|  18.8 |   102M |  45 | 258 |1259 | 611 | 250k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.83%
109.64/110.00	c   110s| 94600 |    85 |  1799k|  18.8 |   102M |  45 | 258 |1222 |   0 | 250k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.04%
109.64/110.08	c   110s| 94700 |    81 |  1801k|  18.8 |   102M |  45 | 258 |1213 | 643 | 250k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.04%
109.83/110.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
109.83/110.21	c   110s| 94800 |    87 |  1803k|  18.8 |   102M |  45 | 258 |1191 | 594 | 251k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.07%
109.83/110.28	c   110s| 94900 |    93 |  1805k|  18.8 |   102M |  45 | 258 |1180 | 572 | 251k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.08%
109.93/110.35	c   110s| 95000 |    93 |  1806k|  18.8 |   102M |  45 | 258 |1180 | 563 | 251k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.10%
110.03/110.43	c   110s| 95100 |    91 |  1808k|  18.8 |   102M |  45 | 258 |1182 | 592 | 251k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.10%
110.13/110.50	c   110s| 95200 |    95 |  1809k|  18.8 |   102M |  45 | 258 |1191 | 590 | 252k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.10%
110.13/110.56	c   111s| 95300 |    91 |  1810k|  18.8 |   102M |  45 | 258 |1207 | 614 | 252k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.10%
110.23/110.65	c   111s| 95400 |    91 |  1813k|  18.8 |   102M |  45 | 258 |1218 |   0 | 252k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.12%
110.33/110.73	c   111s| 95500 |    89 |  1815k|  18.8 |   102M |  45 | 258 |1221 | 621 | 253k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.12%
110.43/110.81	c   111s| 95600 |    89 |  1816k|  18.8 |   102M |  45 | 258 |1238 | 614 | 253k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
110.43/110.89	c   111s| 95700 |    89 |  1818k|  18.8 |   102M |  45 | 258 |1242 | 600 | 253k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
110.53/110.97	c   111s| 95800 |    89 |  1820k|  18.8 |   102M |  45 | 258 |1246 | 585 | 253k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
110.64/111.05	c   111s| 95900 |    91 |  1822k|  18.8 |   102M |  45 | 258 |1248 | 596 | 254k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
110.74/111.12	c   111s| 96000 |    91 |  1824k|  18.8 |   102M |  45 | 258 |1259 | 604 | 254k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
110.74/111.20	c   111s| 96100 |    91 |  1826k|  18.8 |   102M |  45 | 258 |1261 | 609 | 254k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
110.83/111.27	c   111s| 96200 |    91 |  1827k|  18.8 |   102M |  45 | 258 |1273 | 616 | 254k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
110.93/111.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
110.93/111.34	c   111s| 96300 |    89 |  1829k|  18.8 |   102M |  45 | 258 |1284 | 611 | 254k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
111.03/111.42	c   111s| 96400 |    91 |  1831k|  18.8 |   102M |  45 | 258 |1286 | 616 | 255k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
111.13/111.50	c   111s| 96500 |    91 |  1833k|  18.8 |   102M |  45 | 258 |1299 | 610 | 255k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
111.13/111.58	c   112s| 96600 |    89 |  1835k|  18.8 |   102M |  45 | 258 |1309 |   0 | 255k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
111.23/111.65	c   112s| 96700 |    89 |  1837k|  18.8 |   102M |  45 | 258 |1314 | 610 | 255k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
111.33/111.73	c   112s| 96800 |    85 |  1839k|  18.8 |   102M |  45 | 258 |1322 | 618 | 256k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
111.43/111.82	c   112s| 96900 |    85 |  1840k|  18.8 |   102M |  45 | 258 |1336 | 627 | 256k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
111.63/112.00	c   112s| 97000 |    83 |  1842k|  18.8 |   102M |  45 | 258 |1335 | 621 | 256k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
111.73/112.15	c   112s| 97100 |    83 |  1845k|  18.8 |   102M |  45 | 258 |1329 |   0 | 256k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
111.83/112.24	c   112s| 97200 |    83 |  1847k|  18.8 |   102M |  45 | 258 |1322 | 612 | 257k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
111.93/112.34	c   112s| 97300 |    81 |  1850k|  18.8 |   102M |  45 | 258 |1312 | 659 | 257k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
112.13/112.56	c   113s| 97400 |    81 |  1852k|  18.8 |   103M |  45 | 258 |1313 | 632 | 257k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.15%
112.23/112.63	c   113s| 97500 |    81 |  1854k|  18.8 |   103M |  45 | 258 |1311 | 639 | 257k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.15%
112.33/112.77	c   113s| 97600 |    85 |  1856k|  18.8 |   103M |  45 | 258 |1296 | 614 | 258k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.22%
112.43/112.86	c   113s| 97700 |    83 |  1858k|  18.8 |   103M |  45 | 258 |1282 | 634 | 258k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.24%
112.52/112.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
112.52/112.96	c   113s| 97800 |    81 |  1861k|  18.8 |   103M |  45 | 258 |1262 | 661 | 259k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.25%
112.73/113.11	c   113s| 97900 |    83 |  1862k|  18.8 |   103M |  45 | 258 |1255 | 612 | 259k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.26%
112.73/113.18	c   113s| 98000 |    85 |  1864k|  18.8 |   103M |  45 | 258 |1251 | 638 | 259k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.30%
112.82/113.25	c   113s| 98100 |    83 |  1866k|  18.8 |   103M |  45 | 258 |1249 | 630 | 259k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.31%
112.92/113.32	c   113s| 98200 |    81 |  1867k|  18.8 |   103M |  45 | 258 |1260 | 636 | 260k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.32%
113.02/113.40	c   113s| 98300 |    83 |  1869k|  18.8 |   103M |  45 | 258 |1269 | 639 | 260k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.33%
113.02/113.47	c   113s| 98400 |    83 |  1871k|  18.8 |   103M |  45 | 258 |1273 |   0 | 260k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.34%
113.12/113.55	c   114s| 98500 |    85 |  1872k|  18.8 |   103M |  45 | 258 |1292 | 645 | 260k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.34%
113.22/113.62	c   114s| 98600 |    83 |  1874k|  18.8 |   103M |  45 | 258 |1297 | 657 | 261k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.34%
113.22/113.69	c   114s| 98700 |    83 |  1876k|  18.8 |   103M |  45 | 258 |1309 | 641 | 261k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.35%
113.32/113.75	c   114s| 98800 |    83 |  1877k|  18.8 |   103M |  45 | 258 |1321 | 672 | 261k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.35%
113.42/113.82	c   114s| 98900 |    81 |  1879k|  18.8 |   103M |  45 | 258 |1325 |   0 | 261k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.35%
113.52/113.90	c   114s| 99000 |    81 |  1880k|  18.8 |   103M |  45 | 258 |1331 | 655 | 261k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.35%
113.63/114.02	c   114s| 99100 |    89 |  1882k|  18.8 |   103M |  45 | 258 |1329 | 612 | 262k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.43%
113.73/114.13	c   114s| 99200 |    85 |  1884k|  18.8 |   103M |  45 | 258 |1339 |   0 | 262k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.47%
113.82/114.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
113.82/114.21	c   114s| 99300 |    85 |  1886k|  18.8 |   103M |  45 | 258 |1348 | 654 | 262k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.52%
113.82/114.24	c * 114s| 99334 |     0 |  1886k|  18.8 |    LP  |  45 | 258 |1346 | 608 | 262k|  2 |  11k|  21 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
113.82/114.24	c 
113.82/114.24	c SCIP Status        : problem is solved [optimal solution found]
113.82/114.24	c Solving Time (sec) : 114.24
113.82/114.24	c Solving Nodes      : 99334 (total of 100392 nodes in 2 runs)
113.82/114.24	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
113.82/114.24	c Dual Bound         : +0.00000000000000e+00
113.82/114.24	c Gap                : 0.00 %
113.82/114.24	s SATISFIABLE
113.82/114.24	v -x265 x266 x263 -x264 -x261 x262 x259 -x260 -x257 -x258 x255 -x256 -x253 -x254 x251 -x252 -x249 -x250 -x247 x248 -x245 -x246 -x243 
113.82/114.24	v x244 x241 -x242 -x239 x240 x237 -x238 -x235 x236 x233 -x234 -x231 x232 x229 -x230 -x227 x228 x225 -x226 -x223 -x224 x221 
113.82/114.24	v -x222 -x219 -x220 x217 -x218 -x215 -x216 -x213 x214 -x211 -x212 -x209 x210 x207 -x208 -x205 x206 x203 -x204 -x201 x202 x199 -x200 
113.82/114.24	v x197 -x198 -x195 x196 x193 -x194 -x191 x192 -x189 x190 -x187 x188 x185 -x186 -x183 x184 x181 -x182 -x179 x180 -x177 x178 
113.82/114.24	v -x175 x176 -x173 x174 x171 -x172 -x169 x170 x167 -x168 -x165 x166 x163 -x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 
113.82/114.24	v -x146 -x144 -x142 -x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 -x124 -x122 -x120 -x118 -x116 -x114 -x112 -x110 -x108 -x106 
113.82/114.24	v -x104 -x102 -x100 -x98 -x96 -x94 -x92 x90 -x88 x86 -x84 -x82 -x80 x78 -x76 x74 -x72 -x70 -x68 -x66 -x64 -x62 -x60 -x58 -x56 
113.82/114.24	v x54 -x52 x50 -x48 -x46 -x44 x42 -x40 x38 -x36 -x34 -x32 -x30 -x28 -x26 -x24 -x22 -x20 x18 -x16 x14 -x12 -x10 -x8 x6 -x4 x2 -x161 
113.82/114.24	v x159 -x157 x155 -x153 x151 -x149 x147 -x145 -x143 -x141 -x139 -x137 x135 -x133 -x131 -x129 -x127 -x125 x123 -x121 x119 -x117 
113.82/114.24	v x115 -x113 x111 -x109 -x107 -x105 -x103 -x101 x99 -x97 -x95 -x93 -x91 -x89 -x87 -x85 -x83 -x81 -x79 -x77 -x75 -x73 -x71 
113.82/114.24	v -x69 -x67 -x65 x63 -x61 -x59 -x57 -x55 -x53 -x51 -x49 -x47 -x45 -x43 -x41 -x39 -x37 -x35 -x33 -x31 -x29 x27 -x25 -x23 -x21 -x19 
113.82/114.24	v -x17 -x15 -x13 -x11 -x9 -x7 -x5 -x3 -x1 
113.82/114.24	c SCIP Status        : problem is solved [optimal solution found]
113.82/114.24	c Total Time         :     114.24
113.82/114.24	c   solving          :     114.24
113.82/114.24	c   presolving       :       0.04 (included in solving)
113.82/114.24	c   reading          :       0.00 (included in solving)
113.82/114.24	c   copying          :       0.36 (108 #copies) (minimal 0.00, maximal 0.01, average 0.00)
113.82/114.24	c Original Problem   :
113.82/114.24	c   Problem name     : HOME/instance-4443195-1721297897.opb
113.82/114.24	c   Variables        : 266 (266 binary, 0 integer, 0 implicit integer, 0 continuous)
113.82/114.24	c   Constraints      : 401 initial, 401 maximal
113.82/114.24	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
113.82/114.24	c Presolved Problem  :
113.82/114.24	c   Problem name     : t_HOME/instance-4443195-1721297897.opb
113.82/114.24	c   Variables        : 258 (258 binary, 0 integer, 0 implicit integer, 0 continuous)
113.82/114.24	c   Constraints      : 545 initial, 1692 maximal
113.82/114.24	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
113.82/114.24	c   Nonzeros         : 7184 constraint, 3990 clique table
113.82/114.24	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
113.82/114.24	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
113.82/114.24	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
113.82/114.24	c   gateextraction   :       0.00       0.00      5          0          0          0          0          0        736         96          0          0
113.82/114.24	c   implics          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
113.82/114.24	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   milp             :       0.00       0.00      1          0          4          0          0          0          0          0          0          0
113.82/114.24	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
113.82/114.24	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   trivial          :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
113.82/114.24	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   dualfix          :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
113.82/114.24	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
113.82/114.24	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
113.82/114.24	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
113.82/114.24	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
113.82/114.24	c   knapsack         :       0.00       0.00     23          0          0          0          0          0        165        652          0          1
113.82/114.24	c   setppc           :       0.00       0.00     23          0          4          0          0          0         15          0          0          0
113.82/114.24	c   and              :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
113.82/114.24	c   linear           :       0.00       0.00      7          0          0          0          0          0          4          0          0          0
113.82/114.24	c   logicor          :       0.01       0.00     19          0          0          0          0          0          8          0          0        181
113.82/114.24	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
113.82/114.24	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
113.82/114.24	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
113.82/114.24	c   benderslp        :          0          0          0          0      50254          0          0       9165          0          0          0          0          0          0          0
113.82/114.24	c   integral         :          0          0          0          0      50254          0          0       9165          0          0          0          0          0          0     100506
113.82/114.24	c   knapsack         :          3          3         22     277891          1          0          0       9158      30373       9005      37342          0          0          0          0
113.82/114.24	c   setppc           :        226+       239         22     268886          1          0          0       3252     299677         48     250167          4          0          0          0
113.82/114.24	c   and              :         96         96     100339     268838          1          0          0         26     890247        280     814686     370836     250336          0          0
113.82/114.24	c   linear           :          0+        38         22      72904          0          0          0          3         36          6        176          0          0          0          0
113.82/114.24	c   logicor          :        220+      1336         22      91452          0          0          0          0       4207         83      14246          1          0          0          0
113.82/114.24	c   benders          :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
113.82/114.24	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
113.82/114.24	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
113.82/114.24	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
113.82/114.24	c   benderslp        :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   integral         :       1.17       0.00       0.00       0.00       1.17       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   knapsack         :       1.01       0.00       0.01       0.90       0.00       0.00       0.00       0.03       0.08       0.00
113.82/114.24	c   setppc           :       0.43       0.00       0.00       0.38       0.00       0.00       0.00       0.01       0.04       0.00
113.82/114.24	c   and              :       2.63       0.00       0.96       1.59       0.00       0.00       0.00       0.00       0.09       0.00
113.82/114.24	c   linear           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   logicor          :       0.41       0.00       0.00       0.41       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
113.82/114.24	c   dualfix          :          2          0          0          0
113.82/114.24	c   genvbounds       :          0          0          0          0
113.82/114.24	c   nlobbt           :          0          0          0          0
113.82/114.24	c   obbt             :          0          0          0          0
113.82/114.24	c   probing          :          0          0          0          0
113.82/114.24	c   pseudoobj        :          0          0          0          0
113.82/114.24	c   redcost          :          0          0          0          0
113.82/114.24	c   rootredcost      :          0          0          0          0
113.82/114.24	c   symmetry         :       3068          0          0         18
113.82/114.24	c   vbounds          :     229524          0          0          0
113.82/114.24	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
113.82/114.24	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   genvbounds       :       0.03       0.00       0.00       0.03       0.00       0.00
113.82/114.24	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
113.82/114.24	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
113.82/114.24	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00       0.00
113.82/114.24	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
113.82/114.24	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
113.82/114.24	c   symmetry         :       0.08       0.00       0.00       0.07       0.00       0.00
113.82/114.24	c   vbounds          :       0.19       0.00       0.00       0.19       0.00       0.00
113.82/114.24	c Symmetry           :
113.82/114.24	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
113.82/114.24	c   orbital reduction:         17 reductions applied,          0 cutoffs
113.82/114.24	c   lexicographic red:          1 reductions applied,          0 cutoffs
113.82/114.24	c   shadow tree time :       0.08 s
113.82/114.24	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
113.82/114.24	c   propagation      :       0.58       9415       7384          -      40546       53.4          4       39.0          -          -          -
113.82/114.24	c   infeasible LP    :       1.70      41346         87          -        518       53.1          0        0.0          8        2.0          0
113.82/114.24	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
113.82/114.24	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
113.82/114.24	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
113.82/114.24	c   applied globally :       0.08          -          -          0      11622       17.6          -          -          8          -          -
113.82/114.24	c   applied locally  :          -          -          -          0         36       59.8          -          -          0          -          -
113.82/114.24	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
113.82/114.24	c   cut pool         :       1.56          -      11176         42          -          -      63731     110647          -          -          -          -          -    (maximal pool size:       5033)
113.82/114.24	c   aggregation      :       0.92       0.00       1325         22          0          0        750       3044          0        120        120          0          0
113.82/114.24	c   > cmir           :          -          -          -          -          -          -          -       2768          0         83         83          0          -
113.82/114.24	c   > flowcover      :          -          -          -          -          -          -          -          1          0          0          0          0          -
113.82/114.24	c   > knapsackcover  :          -          -          -          -          -          -          -        275          0         37         37          0          -
113.82/114.24	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   clique           :       0.01       0.00         22         22          0          0          0          0          0          0          0          0          0
113.82/114.24	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   gomory           :      29.05       0.00       1323         20          0          0      53665      73749       1820       1552       1512         40          0
113.82/114.24	c   > gomorymi       :          -          -          -          -          -          -          -      32666        910       1269       1236         33          -
113.82/114.24	c   > strongcg       :          -          -          -          -          -          -          -      41083        910        283        276          7          -
113.82/114.24	c   impliedbounds    :       0.07       0.00       1325         22          0          0      10971      33307          0      15417      15417          0          0
113.82/114.24	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
113.82/114.24	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   multilinear      :       0.00       0.00       8056         22          0          0          0          0          0          0          0          0          0
113.82/114.24	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
113.82/114.24	c   rapidlearning    :       1.20       0.00        100          2          0       4576          0          0          0          0          0          0        960
113.82/114.24	c   rlt              :       0.15       0.00        682         20          0          0          0          0          0          0          0          0          0
113.82/114.24	c   zerohalf         :       0.62       0.00       1325         22          0          0       1578        547       1413        262        123        139          0
113.82/114.24	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
113.82/114.24	c   hybrid           :       0.21       0.00      70849         22     267687          0     216220        398          0       5683
113.82/114.24	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c Pricers            :   ExecTime  SetupTime      Calls       Vars
113.82/114.24	c   problem variables:       0.00          -          0          0
113.82/114.24	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
113.82/114.24	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c   relpscost        :       1.14       0.00      50253          0          0          0          0          0          0     100506
113.82/114.24	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
113.82/114.24	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
113.82/114.24	c   LP solutions     :       0.00          -          -          1          1
113.82/114.24	c   relax solutions  :       0.00          -          -          0          0
113.82/114.24	c   pseudo solutions :       0.00          -          -          0          0
113.82/114.24	c   strong branching :       0.00          -          -          0          0
113.82/114.24	c   actconsdiving    :       0.00       0.00          0          0          0
113.82/114.24	c   adaptivediving   :       0.12       0.00         38          0          0
113.82/114.24	c   alns             :       0.16       0.00         10          0          0
113.82/114.24	c   bound            :       0.00       0.00          0          0          0
113.82/114.24	c   clique           :       0.00       0.00          1          0          0
113.82/114.24	c   coefdiving       :       0.00       0.00          0          0          0
113.82/114.24	c   completesol      :       0.00       0.00          0          0          0
113.82/114.24	c   conflictdiving   :       0.05       0.00         19          0          0
113.82/114.24	c   crossover        :       0.01       0.00          0          0          0
113.82/114.24	c   dins             :       0.00       0.00          0          0          0
113.82/114.24	c   distributiondivin:       0.45       0.00         19          0          0
113.82/114.24	c   dps              :       0.00       0.00          0          0          0
113.82/114.24	c   dualval          :       0.00       0.00          0          0          0
113.82/114.24	c   farkasdiving     :       0.00       0.00          0          0          0
113.82/114.24	c   feasjump         :       0.03       0.00          2          0          0
113.82/114.24	c   feaspump         :       0.09       0.00         10          0          0
113.82/114.24	c   fixandinfer      :       0.00       0.00          0          0          0
113.82/114.24	c   fracdiving       :       0.04       0.00         19          0          0
113.82/114.24	c   gins             :       0.01       0.00          0          0          0
113.82/114.24	c   guideddiving     :       0.00       0.00          0          0          0
113.82/114.24	c   indcoefdiving    :       0.00       0.00          0          0          0
113.82/114.24	c   indicator        :       0.02       0.00          0          0          0
113.82/114.24	c   indicatordiving  :       0.00       0.00          0          0          0
113.82/114.24	c   indoneopt        :       0.02       0.00          0          0          0
113.82/114.24	c   indrounding      :       0.00       0.00          0          0          0
113.82/114.24	c   indtwoopt        :       0.00       0.00          0          0          0
113.82/114.24	c   intdiving        :       0.00       0.00          0          0          0
113.82/114.24	c   intshifting      :       0.00       0.00          0          0          0
113.82/114.24	c   linesearchdiving :       0.06       0.00         20          0          0
113.82/114.24	c   localbranching   :       0.00       0.00          0          0          0
113.82/114.24	c   locks            :       0.00       0.00          1          0          0
113.82/114.24	c   lpface           :       0.02       0.00          0          0          0
113.82/114.24	c   mpec             :       0.00       0.00          0          0          0
113.82/114.24	c   multistart       :       0.00       0.00          0          0          0
113.82/114.24	c   mutation         :       0.00       0.00          0          0          0
113.82/114.24	c   nlpdiving        :       0.00       0.00          0          0          0
113.82/114.24	c   objpscostdiving  :       0.11       0.00         10          0          0
113.82/114.24	c   octane           :       0.00       0.00          0          0          0
113.82/114.24	c   ofins            :       0.01       0.00          0          0          0
113.82/114.24	c   oneopt           :       0.02       0.00          0          0          0
113.82/114.24	c   padm             :       0.00       0.00          0          0          0
113.82/114.24	c   proximity        :       0.00       0.00          0          0          0
113.82/114.24	c   pscostdiving     :       0.07       0.00         20          0          0
113.82/114.24	c   randrounding     :       0.17       0.00       9173          0          0
113.82/114.24	c   rens             :       0.08       0.00          2          0          0
113.82/114.24	c   reoptsols        :       0.00       0.00          0          0          0
113.82/114.24	c   repair           :       0.00       0.00          0          0          0
113.82/114.24	c   rins             :       0.01       0.00          0          0          0
113.82/114.24	c   rootsoldiving    :       0.06       0.00         10          0          0
113.82/114.24	c   rounding         :       0.16       0.00       4916          0          0
113.82/114.24	c   scheduler        :       0.00       0.00          0          0          0
113.82/114.24	c   shiftandpropagate:       0.01       0.00          2          0          0
113.82/114.24	c   shifting         :       0.23       0.00       1515          0          0
113.82/114.24	c   simplerounding   :       0.02       0.00          0          0          0
113.82/114.24	c   smallcard        :       0.00       0.00          0          0          0
113.82/114.24	c   subnlp           :       0.02       0.00          0          0          0
113.82/114.24	c   trivial          :       0.00       0.00          4          0          0
113.82/114.24	c   trivialnegation  :       0.00       0.00          0          0          0
113.82/114.24	c   trustregion      :       0.00       0.00          0          0          0
113.82/114.24	c   trysol           :       0.01       0.00          0          0          0
113.82/114.24	c   twoopt           :       0.00       0.00          0          0          0
113.82/114.24	c   undercover       :       0.00       0.00          1          0          0
113.82/114.24	c   vbounds          :       0.00       0.00          2          0          0
113.82/114.24	c   veclendiving     :       0.06       0.00         19          0          0
113.82/114.24	c   zeroobj          :       0.00       0.00          0          0          0
113.82/114.24	c   zirounding       :       0.03       0.00       1000          0          0
113.82/114.24	c   other solutions  :          -          -          -          0          -
113.82/114.24	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
113.82/114.24	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
113.82/114.24	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
113.82/114.24	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
113.82/114.24	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
113.82/114.24	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
113.82/114.24	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
113.82/114.24	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
113.82/114.24	c   zeroobjective    :          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
113.82/114.24	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
113.82/114.24	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
113.82/114.24	c   primal LP        :       0.19       1772          0       0.00       0.00       0.19       1772
113.82/114.24	c   dual LP          :      54.13     162411    1865382      11.50   34461.90       0.01        139
113.82/114.24	c   lex dual LP      :       0.00          0          0       0.00          -
113.82/114.24	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
113.82/114.24	c   resolve instable :       0.00          0          0       0.00          -
113.82/114.24	c   diving/probing LP:       0.53        799      21471      26.87   40654.38
113.82/114.24	c   strong branching :       0.04         21       1431      68.14   40153.77          -          -          0
113.82/114.24	c     (at root node) :          -         21       1431      68.14          -
113.82/114.24	c   conflict analysis:       0.00          0          0       0.00          -
113.82/114.24	c B&B Tree           :
113.82/114.24	c   number of runs   :          2
113.82/114.24	c   nodes            :      99334 (49710 internal, 49624 leaves)
113.82/114.24	c   feasible leaves  :          1
113.82/114.24	c   infeas. leaves   :      49623
113.82/114.24	c   objective leaves :          0
113.82/114.24	c   nodes (total)    :     100392 (50253 internal, 50139 leaves)
113.82/114.24	c   nodes left       :          0
113.82/114.24	c   max depth        :         45
113.82/114.24	c   max depth (total):         45
113.82/114.24	c   backtracks       :      14427 (14.5%)
113.82/114.24	c   early backtracks :          0 (0.0%)
113.82/114.24	c   nodes exc. ref.  :          0 (0.0%)
113.82/114.24	c   delayed cutoffs  :          2
113.82/114.24	c   repropagations   :      14137 (9136 domain reductions, 0 cutoffs)
113.82/114.24	c   avg switch length:       3.09
113.82/114.24	c   switching time   :       3.37
113.82/114.24	c Root Node          :
113.82/114.24	c   First LP value   : +0.00000000000000e+00
113.82/114.24	c   First LP Iters   :        112 (114636.64 Iter/sec)
113.82/114.24	c   First LP Time    :       0.00
113.82/114.24	c   Final Dual Bound : +0.00000000000000e+00
113.82/114.24	c   Final Root Iters :       1113
113.82/114.24	c   Root LP Estimate : +1.00286486567415e-02
113.82/114.24	c Solution           :
113.82/114.24	c   Solutions found  :          1 (1 improvements)
113.82/114.24	c   First Solution   : +0.00000000000000e+00   (in run 2, after 99334 nodes, 114.24 seconds, depth 17, found by <relaxation>)
113.82/114.24	c   Gap First Sol.   :       0.00 %
113.82/114.24	c   Gap Last Sol.    :       0.00 %
113.82/114.24	c   Primal Bound     : +0.00000000000000e+00   (in run 2, after 99334 nodes, 114.24 seconds, depth 17, found by <relaxation>)
113.82/114.24	c   Dual Bound       : +0.00000000000000e+00
113.82/114.24	c   Gap              :       0.00 %
113.82/114.24	c Integrals          :      Total       Avg%
113.82/114.24	c   primal-dual      :   11424.09     100.00
113.82/114.24	c   primal-ref       :          -          - (not evaluated)
113.82/114.24	c   dual-ref         :          -          - (not evaluated)
113.82/114.25	c Time complete: 113.884.

Verifier Data

OK	0

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: 63968 MiB (61672 MiB free)
  memory of node 1: 64473 MiB (62451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443195-1721297897/watcher-4443195-1721297897 -o /tmp/evaluation-result-4443195-1721297897/solver-4443195-1721297897 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721294195-967150 --watchdog 3760 pbscip -f HOME/instance-4443195-1721297897.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=969764, runsolver pid=969761

[startup+0.100303 s]*
/proc/loadavg: 4.09 4.12 4.09 5/255 969765
/proc/meminfo: memFree=127089688/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=67856 memory=28724 CPUtime=0.09 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 3548 0 0 0 9 0 0 0 20 0 1 0 181952136 69484544 7181 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 16964 7181 4035 3540 0 5221 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 67856 KiB
Current children cumulated memory: 28724 KiB

[startup+0.205385 s]*
/proc/loadavg: 4.09 4.12 4.09 5/255 969765
/proc/meminfo: memFree=127081624/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=76208 memory=37700 CPUtime=0.2 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 5728 0 0 0 19 1 0 0 20 0 1 0 181952136 78036992 9425 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 19052 9425 4035 3540 0 7309 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 76208 KiB
Current children cumulated memory: 37700 KiB

[startup+0.305407 s]*
/proc/loadavg: 4.09 4.12 4.09 5/255 969765
/proc/meminfo: memFree=127073224/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=85700 memory=46148 CPUtime=0.29 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 7888 0 0 0 28 1 0 0 20 0 1 0 181952136 87756800 11537 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 21425 11537 4035 3540 0 9682 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 85700 KiB
Current children cumulated memory: 46148 KiB

[startup+0.700188 s]
/proc/loadavg: 4.09 4.12 4.09 5/255 969765
/proc/meminfo: memFree=127063084/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=98916 memory=58640 CPUtime=0.68 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 11324 0 0 0 66 2 0 0 20 0 1 0 181952136 101289984 14660 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 24729 14660 4035 3540 0 12986 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 98916 KiB
Current children cumulated memory: 58640 KiB

[startup+1.5002 s]
/proc/loadavg: 4.09 4.12 4.09 5/255 969765
/proc/meminfo: memFree=127058332/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=107768 memory=67352 CPUtime=1.48 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 13536 0 0 0 146 2 0 0 20 0 1 0 181952136 110354432 16838 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 26942 16838 4035 3540 0 15199 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 107768 KiB
Current children cumulated memory: 67352 KiB

[startup+3.10527 s]
/proc/loadavg: 4.08 4.12 4.09 5/255 969765
/proc/meminfo: memFree=127031648/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=132836 memory=89208 CPUtime=3.08 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 19036 0 0 0 305 3 0 0 20 0 1 0 181952136 136024064 22302 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 33209 22302 4035 3540 0 21466 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 132836 KiB
Current children cumulated memory: 89208 KiB

[startup+6.3002 s]
/proc/loadavg: 4.08 4.12 4.09 5/255 969765
/proc/meminfo: memFree=127026468/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=135704 memory=92540 CPUtime=6.27 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 21975 0 0 0 623 4 0 0 20 0 1 0 181952136 138960896 23135 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 33926 23135 4035 3540 0 22183 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 135704 KiB
Current children cumulated memory: 92540 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.11 4.09 5/255 969766
/proc/meminfo: memFree=127022284/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=138564 memory=96228 CPUtime=12.65 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 22894 0 0 0 1261 4 0 0 20 0 1 0 181952136 141889536 24057 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 34641 24057 4035 3540 0 22898 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 138564 KiB
Current children cumulated memory: 96228 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.11 4.09 5/255 969768
/proc/meminfo: memFree=127011948/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=147280 memory=104164 CPUtime=25.41 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 24929 0 0 0 2537 4 0 0 20 0 1 0 181952136 150814720 26041 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 36820 26041 4035 3540 0 25077 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 147280 KiB
Current children cumulated memory: 104164 KiB

[startup+51.1052 s]
/proc/loadavg: 4.38 4.18 4.11 5/255 969772
/proc/meminfo: memFree=126972596/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=157148 memory=112856 CPUtime=50.93 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 27410 0 0 0 5089 4 0 0 20 0 1 0 181952136 160919552 28214 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 39287 28214 4035 3540 0 27544 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 157148 KiB
Current children cumulated memory: 112856 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.18 4.11 5/255 969781
/proc/meminfo: memFree=126943752/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=161828 memory=118356 CPUtime=101.96 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 28779 0 0 0 10191 5 0 0 20 0 1 0 181952136 165711872 29589 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 40457 29589 4035 3540 0 28714 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 161828 KiB
Current children cumulated memory: 118356 KiB

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

# cumulated CPU time of all completed processes:  user=113.825 s, system=0.063778 s

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

[startup+102.4 s]
/proc/loadavg: 4.26 4.18 4.11 5/255 969781
/proc/meminfo: memFree=126943752/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=161828 memory=118356 CPUtime=102.06 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 28779 0 0 0 10201 5 0 0 20 0 1 0 181952136 165711872 29589 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 40457 29589 4035 3540 0 28714 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 161828 KiB
Current children cumulated memory: 118356 KiB

[startup+108.8 s]
/proc/loadavg: 4.22 4.17 4.11 5/255 969781
/proc/meminfo: memFree=126942964/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=161828 memory=119148 CPUtime=108.44 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 28968 0 0 0 10839 5 0 0 20 0 1 0 181952136 165711872 29787 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 40457 29787 4035 3540 0 28714 0
Current children cumulated CPU time: 108.44 s
Current children cumulated vsize: 161828 KiB
Current children cumulated memory: 119148 KiB

[startup+112 s]*
/proc/loadavg: 4.22 4.17 4.11 5/255 969783
/proc/meminfo: memFree=126942992/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=161828 memory=119148 CPUtime=111.63 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 28968 0 0 0 11158 5 0 0 20 0 1 0 181952136 165711872 29787 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 40457 29787 4035 3540 0 28714 0
Current children cumulated CPU time: 111.63 s
Current children cumulated vsize: 161828 KiB
Current children cumulated memory: 119148 KiB

[startup+113.6 s]
/proc/loadavg: 4.20 4.17 4.11 5/255 969783
/proc/meminfo: memFree=126942992/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=161828 memory=119148 CPUtime=113.22 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 28968 0 0 0 11317 5 0 0 20 0 1 0 181952136 165711872 29787 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 40457 29787 4035 3540 0 28714 0
Current children cumulated CPU time: 113.22 s
Current children cumulated vsize: 161828 KiB
Current children cumulated memory: 119148 KiB

[startup+114 s]*
/proc/loadavg: 4.20 4.17 4.11 5/255 969783
/proc/meminfo: memFree=126942992/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=161828 memory=119148 CPUtime=113.63 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 28968 0 0 0 11358 5 0 0 20 0 1 0 181952136 165711872 29787 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 40457 29787 4035 3540 0 28714 0
Current children cumulated CPU time: 113.63 s
Current children cumulated vsize: 161828 KiB
Current children cumulated memory: 119148 KiB

[startup+114.2 s]
/proc/loadavg: 4.20 4.17 4.11 5/255 969783
/proc/meminfo: memFree=126942992/131524600 swapFree=131071216/131071996
[pid=969764] ppid=969761 vsize=161828 memory=119148 CPUtime=113.82 cores=4,6
/proc/969764/stat : 969764 (pbscip) R 969761 969764 967139 0 -1 4194304 28968 0 0 0 11377 5 0 0 20 0 1 0 181952136 165711872 29787 134679101440 4194304 18693293 140723899855776 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37695488 140723899859971 140723899860070 140723899860070 140723899867086 0
/proc/969764/statm: 40457 29787 4035 3540 0 28714 0
Current children cumulated CPU time: 113.82 s
Current children cumulated vsize: 161828 KiB
Current children cumulated memory: 119148 KiB

Child status: 0

Real time (s): 114.257
CPU time (s): 113.889
CPU user time (s): 113.825
CPU system time (s): 0.063778
CPU usage (%): 99.6783
Max. virtual memory (cumulated for all children) (KiB): 161828
Max. memory (cumulated for all children) (KiB): 119148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.825
system time used= 0.063778
maximum resident set size= 119148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28974
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= 7
involuntary context switches= 110


# summary of solver processes directly reported to runsolver:
#   pid: 969764
#   total CPU time (s): 113.889
#   total CPU user time (s): 113.825
#   total CPU system time (s): 0.063778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.208815 second user time and 0.533889 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 12:18:29
IDJOB=4443195
IDBENCH=147866
IDSOLVER=3059
FILE ID=nodeC018/4443195-1721297897
RUNJOBID= nodeC018-1721294195-967150
SLURM_JOB_ID= 7542613
Free space on /tmp= 890024 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army9.12ls.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-4443195-1721297897/watcher-4443195-1721297897 -o /tmp/evaluation-result-4443195-1721297897/solver-4443195-1721297897 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721294195-967150 --watchdog 3760  pbscip -f HOME/instance-4443195-1721297897.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= dccf1bd51baf1439f9e0744b31eb924b
RANDOM SEED=1350868047

nodeC018.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		: 3665.518
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.52
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		: 3682.838
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	: 7005.30
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		: 3603.961
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.52
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		: 3600.132
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	: 7005.30
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		: 3667.268
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.52
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		: 3682.865
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	: 7005.30
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		: 3660.032
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.52
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		: 3600.003
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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127103276 kB
MemAvailable:   128951460 kB
Buffers:          463788 kB
Cached:          2215564 kB
SwapCached:          148 kB
Active:           968816 kB
Inactive:        2865048 kB
Active(anon):       1588 kB
Inactive(anon):  1198752 kB
Active(file):     967228 kB
Inactive(file):  1666296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             18880 kB
Writeback:             0 kB
AnonPages:       1152760 kB
Mapped:           142584 kB
Shmem:             45784 kB
KReclaimable:     108968 kB
Slab:             205456 kB
SReclaimable:     108968 kB
SUnreclaim:        96488 kB
KernelStack:        4144 kB
PageTables:        11960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1589104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 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:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890008 MiB
End job on nodeC018 at 2024-07-18 12:20:24