Trace number 4493562

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 115.28 115.678

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.054513
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4493562-1751148286.opb>
0.00/0.01	c original problem has 266 variables (266 bin, 0 int, 0 impl, 0 cont) and 401 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving:
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver (2 rounds): 4 aggregations, 0 fixings, 0 bound changes
0.00/0.01	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.01	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.02	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.02	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.02	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.02	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.03	c    (0.0s) probing cycle finished: starting next cycle
0.00/0.03	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.04	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.04	c dynamic symmetry handling statistics:
0.00/0.04	c    orbitopal reduction:       no components
0.00/0.04	c    orbital reduction:          1 components of sizes 3
0.00/0.04	c    lexicographic reduction:    3 permutations with support sizes 220, 208, 258
0.00/0.04	c handled 1 out of 1 symmetry components
0.00/0.04	c presolving (7 rounds: 7 fast, 5 medium, 3 exhaustive):
0.00/0.04	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.04	c  0 implications, 1990 cliques
0.00/0.04	c presolved problem has 258 variables (258 bin, 0 int, 0 impl, 0 cont) and 227 constraints
0.00/0.04	c       2 constraints of type <knapsack>
0.00/0.04	c     129 constraints of type <setppc>
0.00/0.04	c      96 constraints of type <and>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.02
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 10.0.0
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.04	c limits/time = 3596.998008
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.04	c limits/memory = 27900
0.00/0.04	c 
0.00/0.04	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.04	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.04	c limits/solutions = 1
0.00/0.04	c 
0.00/0.04	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.04	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.04	c misc/usesymmetry = 3
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.04	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.04	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.04	c 
0.00/0.04	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.04	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.04	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.04	c 
0.00/0.04	c # Type of symmetries that shall be computed?
0.00/0.04	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.04	c propagating/symmetry/symtype = 1
0.00/0.04	c 
0.00/0.04	c # Should components consisting of a single full reflection be handled?
0.00/0.04	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.04	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.05	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.05	c   0.0s|     1 |     0 |   112 |     - |  6391k |   0 | 258 | 250 | 323 |   0 |  0 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.10	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.14	c   0.1s|     1 |     0 |   347 |     - |    13M |   0 | 258 | 289 | 431 | 108 |  3 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.17	c   0.2s|     1 |     0 |   379 |     - |    15M |   0 | 258 | 290 | 445 | 122 |  4 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.20	c   0.2s|     1 |     0 |   411 |     - |    19M |   0 | 258 | 294 | 463 | 140 |  5 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.19/0.23	c   0.2s|     1 |     0 |   435 |     - |    22M |   0 | 258 | 296 | 474 | 151 |  6 |  47 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.19/0.26	c   0.3s|     1 |     0 |   459 |     - |    24M |   0 | 258 | 297 | 495 | 172 |  7 |  48 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.19/0.30	c   0.3s|     1 |     0 |   505 |     - |    26M |   0 | 258 | 302 | 510 | 187 |  8 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.29/0.33	c   0.3s|     1 |     0 |   554 |     - |    30M |   0 | 258 | 303 | 530 | 207 |  9 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.29/0.37	c   0.4s|     1 |     0 |   610 |     - |    31M |   0 | 258 | 305 | 544 | 221 | 10 |  56 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.29/0.38	c   0.4s|     1 |     0 |   632 |     - |    32M |   0 | 258 | 307 | 555 | 232 | 11 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.39/0.45	c   0.4s|     1 |     2 |   984 |     - |    32M |   0 | 258 | 313 | 555 | 232 | 11 |  65 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.77/0.83	c   0.8s|   100 |    21 |  5387 |  48.0 |    38M |  20 | 258 | 392 | 596 | 939 |  1 | 144 |  11 | 0.000000e+00 |      --      |    Inf |   0.62%
1.08/1.12	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.37	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.37	c   1.4s|   300 |    21 | 12424 |  39.4 |    47M |  20 | 258 | 428 | 549 |1867 |  2 | 180 |  11 | 0.000000e+00 |      --      |    Inf |   3.47%
1.68/1.75	c   1.7s|   400 |    29 | 16204 |  39.0 |    54M |  20 | 258 | 442 | 565 |2450 |  1 | 196 |  11 | 0.000000e+00 |      --      |    Inf |   4.12%
1.87/1.96	c   1.9s|   500 |    27 | 18709 |  36.2 |    58M |  20 | 258 | 445 | 572 |2854 |  1 | 199 |  11 | 0.000000e+00 |      --      |    Inf |   4.31%
2.08/2.10	c   2.1s|   600 |    27 | 21354 |  34.6 |    61M |  20 | 258 | 447 | 599 |3317 |  0 | 201 |  11 | 0.000000e+00 |      --      |    Inf |   4.50%
2.27/2.30	c   2.3s|   700 |    29 | 23508 |  32.7 |    61M |  20 | 258 | 456 | 581 |3670 |  2 | 210 |  11 | 0.000000e+00 |      --      |    Inf |   4.81%
2.37/2.48	c   2.5s|   800 |    29 | 25657 |  31.3 |    62M |  20 | 258 | 459 | 592 |4129 |  2 | 213 |  11 | 0.000000e+00 |      --      |    Inf |   4.99%
2.98/3.00	c   3.0s|   900 |    29 | 28398 |  30.9 |    72M |  20 | 258 | 459 | 570 |4670 |  0 | 213 |  11 | 0.000000e+00 |      --      |    Inf |   6.51%
3.17/3.22	c   3.2s|  1000 |    31 | 30286 |  29.7 |    72M |  20 | 258 | 465 | 570 |4937 |  0 | 219 |  11 | 0.000000e+00 |      --      |    Inf |   6.90%
3.17/3.26	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
3.17/3.26	c (run 1, node 1058) performing user restart
3.17/3.26	c 
3.17/3.26	c (restart) converted 86 cuts from the global cut pool into linear constraints
3.17/3.26	c 
3.17/3.29	c presolving:
3.17/3.29	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.17/3.29	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.17/3.29	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.17/3.29	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.27/3.30	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.27/3.31	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
3.27/3.31	c  0 deleted vars, 14 deleted constraints, 8 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 182 changed coefficients
3.27/3.31	c  0 implications, 1990 cliques
3.27/3.31	c presolved problem has 258 variables (258 bin, 0 int, 0 impl, 0 cont) and 545 constraints
3.27/3.31	c       3 constraints of type <knapsack>
3.27/3.31	c     226 constraints of type <setppc>
3.27/3.31	c      96 constraints of type <and>
3.27/3.31	c     220 constraints of type <logicor>
3.27/3.31	c transformed objective value is always integral (scale: 1)
3.27/3.31	c Presolving Time: 0.04
3.27/3.31	c 
3.27/3.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.27/3.33	c   3.3s|     1 |     0 | 31241 |     - |    70M |   0 | 258 | 539 | 414 |   0 |  0 | 225 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.40	c   3.4s|     1 |     0 | 31284 |     - |    70M |   0 | 258 | 555 | 452 |  38 |  1 | 226 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.45	c   3.4s|     1 |     0 | 31300 |     - |    70M |   0 | 258 | 556 | 470 |  56 |  2 | 227 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.49	c   3.5s|     1 |     0 | 31307 |     - |    70M |   0 | 258 | 557 | 475 |  61 |  3 | 228 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.53	c   3.5s|     1 |     0 | 31328 |     - |    70M |   0 | 258 | 557 | 478 |  64 |  4 | 229 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.57	c   3.6s|     1 |     0 | 31354 |     - |    70M |   0 | 258 | 561 | 495 |  81 |  5 | 233 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.61	c   3.6s|     1 |     0 | 31380 |     - |    70M |   0 | 258 | 562 | 511 |  97 |  6 | 234 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.65	c   3.6s|     1 |     0 | 31412 |     - |    70M |   0 | 258 | 565 | 523 | 109 |  7 | 237 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.69	c   3.7s|     1 |     0 | 31453 |     - |    70M |   0 | 258 | 567 | 534 | 120 |  8 | 239 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.73	c   3.7s|     1 |     0 | 31489 |     - |    70M |   0 | 258 | 570 | 547 | 133 |  9 | 242 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.77	c   3.8s|     1 |     0 | 31530 |     - |    70M |   0 | 258 | 574 | 496 | 145 | 10 | 246 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.78	c   3.8s|     1 |     0 | 31557 |     - |    70M |   0 | 258 | 575 | 517 | 166 | 11 | 247 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.86	c   3.9s|     1 |     2 | 31838 |     - |    70M |   0 | 258 | 602 | 517 | 166 | 11 | 274 |  21 | 0.000000e+00 |      --      |    Inf | unknown
4.27/4.34	c   4.3s|   100 |    21 | 36400 |  30.5 |    72M |  16 | 258 | 656 | 600 | 971 |  1 | 328 |  21 | 0.000000e+00 |      --      |    Inf |   2.40%
4.57/4.60	c   4.6s|   200 |    21 | 39413 |  30.5 |    72M |  16 | 258 | 663 | 626 |1509 |  1 | 335 |  21 | 0.000000e+00 |      --      |    Inf |   2.64%
4.67/4.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.67/4.79	c   4.8s|   300 |    23 | 42393 |  30.4 |    73M |  16 | 258 | 678 | 619 |2053 |  0 | 350 |  21 | 0.000000e+00 |      --      |    Inf |   2.84%
4.87/4.97	c   5.0s|   400 |    27 | 44542 |  29.8 |    73M |  17 | 258 | 694 | 597 |2447 |  2 | 366 |  21 | 0.000000e+00 |      --      |    Inf |   2.96%
4.97/5.06	c   5.0s|   500 |    27 | 45885 |  28.8 |    73M |  20 | 258 | 702 |   0 |2650 |  0 | 374 |  21 | 0.000000e+00 |      --      |    Inf |   3.03%
5.16/5.24	c   5.2s|   600 |    21 | 48382 |  28.5 |    73M |  20 | 258 | 723 |   0 |3041 |  0 | 395 |  21 | 0.000000e+00 |      --      |    Inf |   3.15%
5.36/5.48	c   5.5s|   700 |    23 | 51667 |  28.8 |    73M |  20 | 258 | 728 | 617 |3594 |  0 | 401 |  21 | 0.000000e+00 |      --      |    Inf |   3.30%
5.66/5.76	c   5.8s|   800 |    19 | 53421 |  28.2 |    73M |  20 | 258 | 758 | 638 |3893 |  2 | 431 |  21 | 0.000000e+00 |      --      |    Inf |   3.72%
5.86/5.99	c   6.0s|   900 |    25 | 55233 |  27.7 |    74M |  20 | 258 | 768 | 598 |4272 |  0 | 441 |  21 | 0.000000e+00 |      --      |    Inf |   3.90%
6.26/6.33	c   6.3s|  1000 |    25 | 56975 |  27.2 |    75M |  20 | 258 | 779 | 573 |4649 |  0 | 452 |  21 | 0.000000e+00 |      --      |    Inf |   4.35%
6.56/6.63	c   6.6s|  1100 |    23 | 58630 |  26.7 |    75M |  20 | 258 | 784 | 618 |4941 |  1 | 457 |  21 | 0.000000e+00 |      --      |    Inf |   5.01%
6.86/6.92	c   6.9s|  1200 |    21 | 61468 |  26.7 |    75M |  20 | 258 | 801 | 618 |5419 |  2 | 474 |  21 | 0.000000e+00 |      --      |    Inf |   5.42%
7.35/7.40	c   7.4s|  1300 |    19 | 64646 |  27.0 |    75M |  20 | 258 | 815 | 630 |5996 |  2 | 488 |  21 | 0.000000e+00 |      --      |    Inf |   6.21%
7.65/7.70	c   7.7s|  1400 |    21 | 66220 |  26.5 |    75M |  20 | 258 | 821 | 614 |6248 |  2 | 495 |  21 | 0.000000e+00 |      --      |    Inf |   6.22%
8.15/8.21	c   8.2s|  1500 |    17 | 69120 |  26.6 |    76M |  20 | 258 | 829 | 591 |6706 |  0 | 503 |  21 | 0.000000e+00 |      --      |    Inf |   6.52%
8.35/8.43	c   8.4s|  1600 |    17 | 70845 |  26.2 |    76M |  20 | 258 | 838 | 625 |6964 |  2 | 512 |  21 | 0.000000e+00 |      --      |    Inf |   6.63%
8.55/8.64	c   8.6s|  1700 |    17 | 73856 |  26.4 |    76M |  24 | 258 | 861 | 611 |7415 |  2 | 536 |  21 | 0.000000e+00 |      --      |    Inf |   8.20%
8.75/8.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.75/8.81	c   8.8s|  1800 |    19 | 75495 |  26.0 |    76M |  24 | 258 | 868 | 611 |7724 |  1 | 543 |  21 | 0.000000e+00 |      --      |    Inf |   8.32%
8.75/8.88	c   8.9s|  1900 |    19 | 76488 |  25.5 |    77M |  24 | 258 | 892 | 606 |7846 |  0 | 567 |  21 | 0.000000e+00 |      --      |    Inf |   8.36%
8.85/8.94	c   8.9s|  2000 |    19 | 77571 |  25.0 |    77M |  24 | 258 | 899 | 618 |7980 |  0 | 575 |  21 | 0.000000e+00 |      --      |    Inf |   8.39%
9.05/9.12	c   9.1s|  2100 |    19 | 79327 |  24.8 |    77M |  24 | 258 | 918 | 615 |8293 |  1 | 594 |  21 | 0.000000e+00 |      --      |    Inf |   8.65%
9.25/9.34	c   9.3s|  2200 |    21 | 80866 |  24.5 |    77M |  24 | 258 | 925 | 618 |8550 |  1 | 603 |  21 | 0.000000e+00 |      --      |    Inf |   8.86%
9.35/9.46	c   9.5s|  2300 |    23 | 82133 |  24.1 |    77M |  28 | 258 | 930 | 600 |8693 |  2 | 609 |  21 | 0.000000e+00 |      --      |    Inf |   8.91%
9.45/9.52	c   9.5s|  2400 |    21 | 83245 |  23.8 |    77M |  28 | 258 | 937 | 608 |8869 |  2 | 618 |  21 | 0.000000e+00 |      --      |    Inf |   8.96%
9.65/9.71	c   9.7s|  2500 |    19 | 84539 |  23.5 |    77M |  28 | 258 | 954 | 609 |9180 |  0 | 636 |  21 | 0.000000e+00 |      --      |    Inf |   9.10%
9.65/9.79	c   9.8s|  2600 |    17 | 86125 |  23.2 |    77M |  28 | 258 | 960 | 617 |9424 |  0 | 643 |  21 | 0.000000e+00 |      --      |    Inf |   9.18%
9.85/9.92	c   9.9s|  2700 |    19 | 87740 |  23.1 |    77M |  28 | 258 | 965 | 618 |9742 |  0 | 649 |  21 | 0.000000e+00 |      --      |    Inf |   9.27%
9.95/10.04	c  10.0s|  2800 |    19 | 89457 |  22.9 |    77M |  28 | 258 | 984 | 625 |9981 |  2 | 671 |  21 | 0.000000e+00 |      --      |    Inf |   9.47%
10.24/10.35	c  10.3s|  2900 |    19 | 92366 |  23.1 |    77M |  28 | 258 | 995 | 605 |  10k|  0 | 686 |  21 | 0.000000e+00 |      --      |    Inf |  10.32%
10.44/10.58	c  10.6s|  3000 |    23 | 94310 |  23.0 |    77M |  28 | 258 |1009 | 604 |  10k|  2 | 702 |  21 | 0.000000e+00 |      --      |    Inf |  10.70%
10.64/10.74	c  10.7s|  3100 |    23 | 95563 |  22.7 |    77M |  28 | 258 |1012 | 609 |  11k|  0 | 710 |  21 | 0.000000e+00 |      --      |    Inf |  10.89%
10.84/10.97	c  11.0s|  3200 |    25 | 97447 |  22.6 |    77M |  28 | 258 |1027 | 625 |  11k|  2 | 728 |  21 | 0.000000e+00 |      --      |    Inf |  11.12%
11.05/11.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.05/11.18	c  11.2s|  3300 |    23 | 99572 |  22.6 |    77M |  28 | 258 |1033 | 599 |  11k|  2 | 735 |  21 | 0.000000e+00 |      --      |    Inf |  11.24%
11.14/11.26	c  11.3s|  3400 |    21 |101463 |  22.5 |    77M |  28 | 258 |1040 | 606 |  12k|  0 | 742 |  21 | 0.000000e+00 |      --      |    Inf |  11.33%
11.34/11.40	c  11.4s|  3500 |    21 |103320 |  22.4 |    77M |  28 | 258 |1048 | 610 |  12k|  2 | 750 |  21 | 0.000000e+00 |      --      |    Inf |  11.41%
11.54/11.60	c  11.6s|  3600 |    21 |106046 |  22.5 |    78M |  28 | 258 |1063 | 634 |  12k|  0 | 767 |  21 | 0.000000e+00 |      --      |    Inf |  11.63%
11.54/11.68	c  11.7s|  3700 |    19 |107636 |  22.4 |    78M |  28 | 258 |1066 | 624 |  13k|  1 | 773 |  21 | 0.000000e+00 |      --      |    Inf |  11.69%
11.74/11.80	c  11.8s|  3800 |    19 |109022 |  22.2 |    78M |  28 | 258 |1067 |   0 |  13k|  0 | 777 |  21 | 0.000000e+00 |      --      |    Inf |  11.79%
11.94/12.02	c  12.0s|  3900 |    23 |110475 |  22.1 |    78M |  28 | 258 |1078 | 632 |  13k|  1 | 788 |  21 | 0.000000e+00 |      --      |    Inf |  11.86%
11.94/12.09	c  12.1s|  4000 |    19 |111904 |  21.9 |    78M |  28 | 258 |1097 | 632 |  13k|  2 | 811 |  21 | 0.000000e+00 |      --      |    Inf |  11.92%
12.14/12.20	c  12.2s|  4100 |    23 |113730 |  21.8 |    78M |  28 | 258 |1105 | 542 |  14k|  2 | 821 |  21 | 0.000000e+00 |      --      |    Inf |  12.43%
12.74/12.85	c  12.8s|  4200 |    25 |116042 |  21.9 |    78M |  28 | 258 |1116 | 577 |  14k|  2 | 833 |  21 | 0.000000e+00 |      --      |    Inf |  15.22%
13.14/13.27	c  13.3s|  4300 |    23 |117835 |  21.8 |    78M |  28 | 258 |1132 | 596 |  14k|  0 | 849 |  21 | 0.000000e+00 |      --      |    Inf |  16.05%
13.53/13.63	c  13.6s|  4400 |    25 |119401 |  21.7 |    78M |  28 | 258 |1135 | 599 |  15k|  1 | 855 |  21 | 0.000000e+00 |      --      |    Inf |  16.85%
13.73/13.89	c  13.9s|  4500 |    25 |121076 |  21.6 |    79M |  28 | 258 |1140 | 600 |  15k|  2 | 864 |  21 | 0.000000e+00 |      --      |    Inf |  17.20%
14.05/14.16	c  14.2s|  4600 |    23 |123182 |  21.6 |    79M |  28 | 258 |1143 | 624 |  15k|  1 | 870 |  21 | 0.000000e+00 |      --      |    Inf |  17.64%
14.44/14.54	c  14.5s|  4700 |    21 |124798 |  21.5 |    80M |  28 | 258 |1152 | 628 |  16k|  0 | 879 |  21 | 0.000000e+00 |      --      |    Inf |  18.11%
14.74/14.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.74/14.83	c  14.8s|  4800 |    21 |126663 |  21.4 |    80M |  28 | 258 |1157 | 592 |  16k|  0 | 887 |  21 | 0.000000e+00 |      --      |    Inf |  18.59%
14.84/14.93	c  14.9s|  4900 |    21 |129125 |  21.5 |    80M |  28 | 258 |1177 | 642 |  16k|  1 | 914 |  21 | 0.000000e+00 |      --      |    Inf |  18.65%
15.34/15.46	c  15.5s|  5000 |    27 |131275 |  21.5 |    83M |  28 | 258 |1182 | 587 |  17k|  1 | 920 |  21 | 0.000000e+00 |      --      |    Inf |  19.38%
15.54/15.64	c  15.6s|  5100 |    27 |133064 |  21.4 |    83M |  28 | 258 |1182 | 585 |  17k|  2 | 922 |  21 | 0.000000e+00 |      --      |    Inf |  19.53%
15.94/16.05	c  16.0s|  5200 |    25 |134772 |  21.4 |    83M |  28 | 258 |1187 | 671 |  17k|  1 | 929 |  21 | 0.000000e+00 |      --      |    Inf |  20.14%
16.13/16.23	c  16.2s|  5300 |    27 |136375 |  21.3 |    83M |  28 | 258 |1186 | 600 |  18k|  1 | 929 |  21 | 0.000000e+00 |      --      |    Inf |  20.35%
16.23/16.32	c  16.3s|  5400 |    27 |138176 |  21.2 |    83M |  28 | 258 |1184 | 672 |  18k|  1 | 929 |  21 | 0.000000e+00 |      --      |    Inf |  20.39%
16.33/16.46	c  16.4s|  5500 |    29 |139654 |  21.1 |    83M |  28 | 258 |1184 | 582 |  18k|  2 | 929 |  21 | 0.000000e+00 |      --      |    Inf |  20.45%
16.43/16.53	c  16.5s|  5600 |    27 |141108 |  21.0 |    83M |  28 | 258 |1183 | 590 |  18k|  1 | 930 |  21 | 0.000000e+00 |      --      |    Inf |  20.50%
16.53/16.68	c  16.7s|  5700 |    29 |142438 |  20.9 |    83M |  28 | 258 |1207 | 597 |  19k|  1 | 956 |  21 | 0.000000e+00 |      --      |    Inf |  20.55%
16.63/16.76	c  16.7s|  5800 |    27 |143887 |  20.8 |    83M |  28 | 258 |1216 |   0 |  19k|  0 | 968 |  21 | 0.000000e+00 |      --      |    Inf |  20.58%
16.73/16.84	c  16.8s|  5900 |    23 |145299 |  20.7 |    83M |  28 | 258 |1228 | 624 |  19k|  1 | 982 |  21 | 0.000000e+00 |      --      |    Inf |  20.60%
16.94/17.02	c  17.0s|  6000 |    29 |146819 |  20.6 |    83M |  28 | 258 |1238 | 585 |  19k|  0 | 997 |  21 | 0.000000e+00 |      --      |    Inf |  20.72%
17.13/17.26	c  17.2s|  6100 |    31 |148300 |  20.6 |    83M |  28 | 258 |1255 | 607 |  20k|  0 |1017 |  21 | 0.000000e+00 |      --      |    Inf |  21.06%
17.43/17.52	c  17.5s|  6200 |    29 |150025 |  20.5 |    83M |  28 | 258 |1262 | 590 |  20k|  2 |1027 |  21 | 0.000000e+00 |      --      |    Inf |  21.47%
17.53/17.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.53/17.68	c  17.7s|  6300 |    31 |151525 |  20.4 |    83M |  28 | 258 |1280 | 597 |  20k|  2 |1045 |  21 | 0.000000e+00 |      --      |    Inf |  21.55%
17.73/17.83	c  17.8s|  6400 |    31 |153253 |  20.4 |    83M |  28 | 258 |1283 | 603 |  20k|  0 |1050 |  21 | 0.000000e+00 |      --      |    Inf |  21.82%
17.93/18.03	c  18.0s|  6500 |    29 |154851 |  20.3 |    83M |  28 | 258 |1297 | 613 |  21k|  0 |1065 |  21 | 0.000000e+00 |      --      |    Inf |  22.02%
18.03/18.14	c  18.1s|  6600 |    31 |156047 |  20.2 |    83M |  28 | 258 |1324 |   0 |  21k|  0 |1096 |  21 | 0.000000e+00 |      --      |    Inf |  22.09%
18.13/18.21	c  18.2s|  6700 |    31 |157374 |  20.1 |    83M |  28 | 258 |1334 | 592 |  21k|  0 |1109 |  21 | 0.000000e+00 |      --      |    Inf |  22.12%
18.23/18.34	c  18.3s|  6800 |    33 |158929 |  20.1 |    83M |  28 | 258 |1354 | 627 |  21k|  2 |1131 |  21 | 0.000000e+00 |      --      |    Inf |  22.21%
18.43/18.50	c  18.5s|  6900 |    29 |161088 |  20.1 |    83M |  28 | 258 |1368 | 656 |  22k|  0 |1148 |  21 | 0.000000e+00 |      --      |    Inf |  22.31%
18.52/18.65	c  18.6s|  7000 |    31 |162891 |  20.1 |    83M |  28 | 258 |1373 | 578 |  22k|  0 |1157 |  21 | 0.000000e+00 |      --      |    Inf |  22.39%
18.62/18.75	c  18.7s|  7100 |    31 |164481 |  20.0 |    83M |  28 | 258 |1378 |   0 |  22k|  0 |1167 |  21 | 0.000000e+00 |      --      |    Inf |  22.51%
18.72/18.87	c  18.9s|  7200 |    29 |166182 |  20.0 |    83M |  28 | 258 |1383 | 593 |  22k|  2 |1180 |  21 | 0.000000e+00 |      --      |    Inf |  22.59%
19.22/19.30	c  19.3s|  7300 |    31 |168088 |  20.0 |    83M |  28 | 258 |1415 | 602 |  23k|  2 |1212 |  21 | 0.000000e+00 |      --      |    Inf |  23.23%
19.32/19.42	c  19.4s|  7400 |    29 |169568 |  19.9 |    83M |  28 | 258 |1419 | 596 |  23k|  2 |1217 |  21 | 0.000000e+00 |      --      |    Inf |  23.30%
19.42/19.58	c  19.6s|  7500 |    33 |171376 |  19.9 |    83M |  28 | 258 |1428 | 579 |  23k|  2 |1231 |  21 | 0.000000e+00 |      --      |    Inf |  23.49%
19.72/19.86	c  19.9s|  7600 |    33 |173420 |  19.9 |    84M |  28 | 258 |1451 | 592 |  23k|  1 |1254 |  21 | 0.000000e+00 |      --      |    Inf |  24.05%
19.82/19.99	c  20.0s|  7700 |    31 |175037 |  19.9 |    84M |  28 | 258 |1463 | 593 |  24k|  0 |1266 |  21 | 0.000000e+00 |      --      |    Inf |  24.15%
20.02/20.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.02/20.11	c  20.1s|  7800 |    29 |176314 |  19.8 |    84M |  28 | 258 |1483 | 596 |  24k|  0 |1286 |  21 | 0.000000e+00 |      --      |    Inf |  24.21%
20.12/20.26	c  20.2s|  7900 |    35 |177883 |  19.7 |    84M |  29 | 258 |1484 | 598 |  24k|  2 |1293 |  21 | 0.000000e+00 |      --      |    Inf |  24.25%
20.22/20.33	c  20.3s|  8000 |    33 |179346 |  19.7 |    84M |  29 | 258 |1485 | 611 |  24k|  0 |1302 |  21 | 0.000000e+00 |      --      |    Inf |  24.29%
20.32/20.41	c  20.4s|  8100 |    31 |180933 |  19.6 |    84M |  29 | 258 |1484 | 604 |  24k|  0 |1310 |  21 | 0.000000e+00 |      --      |    Inf |  24.31%
20.32/20.48	c  20.5s|  8200 |    33 |182486 |  19.6 |    84M |  29 | 258 |1485 |   0 |  25k|  0 |1312 |  21 | 0.000000e+00 |      --      |    Inf |  24.32%
20.42/20.57	c  20.6s|  8300 |    33 |184168 |  19.6 |    84M |  29 | 258 |1492 | 599 |  25k|  2 |1324 |  21 | 0.000000e+00 |      --      |    Inf |  24.33%
20.52/20.64	c  20.6s|  8400 |    31 |185619 |  19.5 |    84M |  29 | 258 |1490 |   0 |  25k|  0 |1328 |  21 | 0.000000e+00 |      --      |    Inf |  24.35%
20.72/20.83	c  20.8s|  8500 |    31 |187329 |  19.5 |    84M |  29 | 258 |1493 | 602 |  25k|  1 |1341 |  21 | 0.000000e+00 |      --      |    Inf |  24.55%
20.82/20.97	c  21.0s|  8600 |    39 |189255 |  19.5 |    84M |  29 | 258 |1491 | 605 |  26k|  2 |1355 |  21 | 0.000000e+00 |      --      |    Inf |  24.82%
21.11/21.21	c  21.2s|  8700 |    41 |191397 |  19.5 |    85M |  29 | 258 |1533 | 621 |  26k|  2 |1401 |  21 | 0.000000e+00 |      --      |    Inf |  25.09%
21.21/21.35	c  21.3s|  8800 |    41 |192831 |  19.4 |    85M |  29 | 258 |1549 | 605 |  26k|  0 |1420 |  21 | 0.000000e+00 |      --      |    Inf |  25.22%
21.41/21.50	c  21.5s|  8900 |    47 |194612 |  19.4 |    85M |  29 | 258 |1565 | 597 |  26k|  2 |1442 |  21 | 0.000000e+00 |      --      |    Inf |  25.42%
21.61/21.75	c  21.7s|  9000 |    43 |196739 |  19.5 |    86M |  29 | 258 |1588 | 584 |  27k|  0 |1472 |  21 | 0.000000e+00 |      --      |    Inf |  25.76%
21.71/21.87	c  21.9s|  9100 |    41 |198414 |  19.4 |    86M |  29 | 258 |1602 | 594 |  27k|  2 |1491 |  21 | 0.000000e+00 |      --      |    Inf |  25.89%
21.92/22.03	c  22.0s|  9200 |    41 |200156 |  19.4 |    86M |  29 | 258 |1606 | 616 |  27k|  1 |1501 |  21 | 0.000000e+00 |      --      |    Inf |  26.06%
22.02/22.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.02/22.19	c  22.2s|  9300 |    43 |202306 |  19.4 |    86M |  29 | 258 |1612 | 587 |  28k|  2 |1511 |  21 | 0.000000e+00 |      --      |    Inf |  26.20%
22.11/22.28	c  22.3s|  9400 |    41 |203854 |  19.4 |    86M |  29 | 258 |1620 | 585 |  28k|  2 |1526 |  21 | 0.000000e+00 |      --      |    Inf |  26.25%
22.21/22.37	c  22.4s|  9500 |    37 |205834 |  19.4 |    86M |  29 | 258 |1613 | 637 |  28k|  1 |1532 |  21 | 0.000000e+00 |      --      |    Inf |  26.27%
22.41/22.52	c  22.5s|  9600 |    39 |208019 |  19.4 |    86M |  29 | 258 |1608 | 593 |  29k|  2 |1539 |  21 | 0.000000e+00 |      --      |    Inf |  26.54%
22.61/22.72	c  22.7s|  9700 |    39 |209840 |  19.4 |    86M |  29 | 258 |1599 | 612 |  29k|  1 |1544 |  21 | 0.000000e+00 |      --      |    Inf |  26.79%
22.71/22.84	c  22.8s|  9800 |    39 |211066 |  19.3 |    86M |  29 | 258 |1602 | 612 |  29k|  0 |1556 |  21 | 0.000000e+00 |      --      |    Inf |  26.89%
22.91/23.01	c  23.0s|  9900 |    41 |213533 |  19.4 |    86M |  29 | 258 |1590 | 610 |  30k|  1 |1575 |  21 | 0.000000e+00 |      --      |    Inf |  27.11%
23.21/23.36	c  23.4s| 10000 |    47 |215632 |  19.4 |    86M |  29 | 258 |1584 | 569 |  30k|  1 |1582 |  21 | 0.000000e+00 |      --      |    Inf |  27.77%
23.31/23.48	c  23.5s| 10100 |    45 |217328 |  19.4 |    86M |  29 | 258 |1582 | 585 |  30k|  2 |1588 |  21 | 0.000000e+00 |      --      |    Inf |  27.87%
23.51/23.67	c  23.7s| 10200 |    45 |219127 |  19.4 |    86M |  29 | 258 |1590 | 574 |  31k|  2 |1600 |  21 | 0.000000e+00 |      --      |    Inf |  28.07%
23.61/23.74	c  23.7s| 10300 |    45 |220466 |  19.3 |    86M |  29 | 258 |1596 | 641 |  31k|  1 |1612 |  21 | 0.000000e+00 |      --      |    Inf |  28.09%
23.71/23.89	c  23.9s| 10400 |    45 |221799 |  19.3 |    86M |  29 | 258 |1604 | 593 |  31k|  0 |1624 |  21 | 0.000000e+00 |      --      |    Inf |  28.13%
23.81/23.97	c  24.0s| 10500 |    45 |223227 |  19.2 |    86M |  29 | 258 |1597 | 583 |  31k|  2 |1632 |  21 | 0.000000e+00 |      --      |    Inf |  28.16%
23.91/24.05	c  24.0s| 10600 |    43 |224834 |  19.2 |    86M |  29 | 258 |1605 |   0 |  32k|  0 |1643 |  21 | 0.000000e+00 |      --      |    Inf |  28.17%
24.01/24.19	c  24.2s| 10700 |    47 |226433 |  19.2 |    86M |  29 | 258 |1603 | 589 |  32k|  2 |1653 |  21 | 0.000000e+00 |      --      |    Inf |  28.20%
24.20/24.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.20/24.30	c  24.3s| 10800 |    45 |228925 |  19.2 |    86M |  29 | 258 |1616 | 604 |  32k|  0 |1680 |  21 | 0.000000e+00 |      --      |    Inf |  28.25%
24.20/24.39	c  24.4s| 10900 |    47 |230807 |  19.2 |    86M |  29 | 258 |1629 | 622 |  33k|  2 |1699 |  21 | 0.000000e+00 |      --      |    Inf |  28.27%
24.50/24.60	c  24.6s| 11000 |    47 |232683 |  19.2 |    86M |  29 | 258 |1611 | 591 |  33k|  1 |1704 |  21 | 0.000000e+00 |      --      |    Inf |  28.48%
24.70/24.85	c  24.8s| 11100 |    45 |234504 |  19.2 |    86M |  29 | 258 |1609 | 564 |  33k|  2 |1708 |  21 | 0.000000e+00 |      --      |    Inf |  28.76%
24.80/24.93	c  24.9s| 11200 |    47 |236180 |  19.2 |    86M |  29 | 258 |1617 | 606 |  34k|  1 |1725 |  21 | 0.000000e+00 |      --      |    Inf |  28.81%
24.91/25.00	c  25.0s| 11300 |    47 |237596 |  19.1 |    86M |  29 | 258 |1620 | 607 |  34k|  1 |1730 |  21 | 0.000000e+00 |      --      |    Inf |  28.82%
24.91/25.08	c  25.1s| 11400 |    45 |239090 |  19.1 |    86M |  32 | 258 |1627 | 610 |  34k|  0 |1742 |  21 | 0.000000e+00 |      --      |    Inf |  28.82%
25.10/25.24	c  25.2s| 11500 |    47 |240554 |  19.1 |    86M |  32 | 258 |1643 |   0 |  34k|  0 |1765 |  21 | 0.000000e+00 |      --      |    Inf |  28.99%
25.20/25.39	c  25.4s| 11600 |    47 |242174 |  19.0 |    86M |  32 | 258 |1641 | 582 |  34k|  2 |1772 |  21 | 0.000000e+00 |      --      |    Inf |  29.19%
25.40/25.56	c  25.6s| 11700 |    45 |243694 |  19.0 |    86M |  32 | 258 |1641 |   0 |  35k|  0 |1781 |  21 | 0.000000e+00 |      --      |    Inf |  29.40%
25.50/25.66	c  25.6s| 11800 |    43 |246038 |  19.0 |    86M |  32 | 258 |1634 | 597 |  35k|  2 |1805 |  21 | 0.000000e+00 |      --      |    Inf |  29.43%
25.60/25.74	c  25.7s| 11900 |    43 |247652 |  19.0 |    86M |  32 | 258 |1639 | 612 |  35k|  2 |1826 |  21 | 0.000000e+00 |      --      |    Inf |  29.46%
25.70/25.89	c  25.9s| 12000 |    43 |249420 |  19.0 |    86M |  32 | 258 |1645 | 619 |  36k|  0 |1844 |  21 | 0.000000e+00 |      --      |    Inf |  29.57%
25.90/26.06	c  26.1s| 12100 |    45 |250981 |  19.0 |    86M |  32 | 258 |1649 | 622 |  36k|  0 |1856 |  21 | 0.000000e+00 |      --      |    Inf |  29.70%
26.00/26.13	c  26.1s| 12200 |    43 |252168 |  18.9 |    86M |  32 | 258 |1659 | 625 |  36k|  0 |1873 |  21 | 0.000000e+00 |      --      |    Inf |  29.71%
26.10/26.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.10/26.21	c  26.2s| 12300 |    41 |253545 |  18.9 |    86M |  32 | 258 |1660 | 617 |  36k|  1 |1895 |  21 | 0.000000e+00 |      --      |    Inf |  29.74%
26.20/26.38	c  26.4s| 12400 |    45 |255036 |  18.9 |    86M |  32 | 258 |1666 | 611 |  37k|  2 |1909 |  21 | 0.000000e+00 |      --      |    Inf |  29.79%
26.30/26.46	c  26.4s| 12500 |    43 |256817 |  18.9 |    86M |  32 | 258 |1661 | 588 |  37k|  1 |1909 |  21 | 0.000000e+00 |      --      |    Inf |  29.82%
26.40/26.53	c  26.5s| 12600 |    43 |258233 |  18.8 |    86M |  32 | 258 |1667 | 603 |  37k|  2 |1923 |  21 | 0.000000e+00 |      --      |    Inf |  29.83%
26.40/26.59	c  26.6s| 12700 |    41 |259509 |  18.8 |    86M |  32 | 258 |1671 | 646 |  37k|  0 |1931 |  21 | 0.000000e+00 |      --      |    Inf |  29.84%
26.70/26.82	c  26.8s| 12800 |    43 |261792 |  18.8 |    86M |  32 | 258 |1671 | 645 |  37k|  1 |1951 |  21 | 0.000000e+00 |      --      |    Inf |  30.07%
26.70/26.89	c  26.9s| 12900 |    43 |263311 |  18.8 |    86M |  32 | 258 |1680 | 655 |  38k|  2 |1966 |  21 | 0.000000e+00 |      --      |    Inf |  30.09%
26.80/26.98	c  27.0s| 13000 |    43 |264677 |  18.7 |    86M |  32 | 258 |1677 | 579 |  38k|  2 |1981 |  21 | 0.000000e+00 |      --      |    Inf |  30.17%
27.00/27.12	c  27.1s| 13100 |    41 |266765 |  18.8 |    86M |  32 | 258 |1679 | 576 |  38k|  2 |2002 |  21 | 0.000000e+00 |      --      |    Inf |  30.26%
27.09/27.22	c  27.2s| 13200 |    43 |269000 |  18.8 |    86M |  32 | 258 |1676 | 587 |  38k|  2 |2009 |  21 | 0.000000e+00 |      --      |    Inf |  30.29%
27.29/27.42	c  27.4s| 13300 |    45 |270563 |  18.8 |    86M |  32 | 258 |1659 | 572 |  39k|  0 |2013 |  21 | 0.000000e+00 |      --      |    Inf |  30.52%
27.39/27.54	c  27.5s| 13400 |    43 |271962 |  18.7 |    86M |  32 | 258 |1670 | 594 |  39k|  0 |2030 |  21 | 0.000000e+00 |      --      |    Inf |  30.67%
27.49/27.65	c  27.6s| 13500 |    45 |273464 |  18.7 |    86M |  32 | 258 |1675 | 579 |  39k|  2 |2046 |  21 | 0.000000e+00 |      --      |    Inf |  30.76%
27.69/27.88	c  27.9s| 13600 |    47 |275116 |  18.7 |    86M |  32 | 258 |1676 | 612 |  39k|  2 |2060 |  21 | 0.000000e+00 |      --      |    Inf |  31.00%
27.79/27.99	c  28.0s| 13700 |    45 |276529 |  18.7 |    86M |  32 | 258 |1684 |   0 |  40k|  0 |2080 |  21 | 0.000000e+00 |      --      |    Inf |  31.13%
28.00/28.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.00/28.15	c  28.1s| 13800 |    49 |278100 |  18.6 |    86M |  32 | 258 |1686 | 634 |  40k|  0 |2098 |  21 | 0.000000e+00 |      --      |    Inf |  31.29%
28.09/28.21	c  28.2s| 13900 |    47 |279366 |  18.6 |    86M |  32 | 258 |1689 | 621 |  40k|  1 |2111 |  21 | 0.000000e+00 |      --      |    Inf |  31.34%
28.19/28.33	c  28.3s| 14000 |    47 |280874 |  18.6 |    86M |  32 | 258 |1679 | 622 |  40k|  2 |2119 |  21 | 0.000000e+00 |      --      |    Inf |  31.39%
28.39/28.53	c  28.5s| 14100 |    47 |282527 |  18.6 |    86M |  32 | 258 |1678 | 576 |  40k|  2 |2127 |  21 | 0.000000e+00 |      --      |    Inf |  31.44%
28.49/28.60	c  28.6s| 14200 |    47 |284210 |  18.6 |    86M |  32 | 258 |1677 | 627 |  41k|  2 |2133 |  21 | 0.000000e+00 |      --      |    Inf |  31.52%
28.59/28.73	c  28.7s| 14300 |    47 |286104 |  18.6 |    86M |  32 | 258 |1673 | 616 |  41k|  1 |2134 |  21 | 0.000000e+00 |      --      |    Inf |  31.62%
28.69/28.86	c  28.9s| 14400 |    49 |287739 |  18.5 |    86M |  32 | 258 |1666 | 615 |  41k|  0 |2135 |  21 | 0.000000e+00 |      --      |    Inf |  31.72%
28.79/29.00	c  29.0s| 14500 |    47 |289427 |  18.5 |    86M |  32 | 258 |1659 | 577 |  41k|  2 |2146 |  21 | 0.000000e+00 |      --      |    Inf |  31.75%
28.89/29.08	c  29.1s| 14600 |    49 |291222 |  18.5 |    86M |  32 | 258 |1663 | 593 |  42k|  2 |2158 |  21 | 0.000000e+00 |      --      |    Inf |  31.84%
28.99/29.16	c  29.1s| 14700 |    47 |292740 |  18.5 |    86M |  32 | 258 |1653 | 591 |  42k|  0 |2159 |  21 | 0.000000e+00 |      --      |    Inf |  31.86%
29.19/29.36	c  29.4s| 14800 |    47 |294803 |  18.5 |    86M |  32 | 258 |1642 | 599 |  42k|  1 |2164 |  21 | 0.000000e+00 |      --      |    Inf |  31.98%
29.29/29.44	c  29.4s| 14900 |    47 |296503 |  18.5 |    86M |  32 | 258 |1630 | 609 |  43k|  2 |2167 |  21 | 0.000000e+00 |      --      |    Inf |  32.01%
29.39/29.53	c  29.5s| 15000 |    47 |298233 |  18.5 |    86M |  32 | 258 |1631 | 608 |  43k|  0 |2173 |  21 | 0.000000e+00 |      --      |    Inf |  32.06%
29.49/29.64	c  29.6s| 15100 |    45 |299813 |  18.5 |    86M |  32 | 258 |1615 | 634 |  43k|  1 |2179 |  21 | 0.000000e+00 |      --      |    Inf |  32.07%
29.58/29.77	c  29.8s| 15200 |    45 |301761 |  18.5 |    86M |  32 | 258 |1607 | 608 |  43k|  0 |2183 |  21 | 0.000000e+00 |      --      |    Inf |  32.14%
29.78/29.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.78/29.90	c  29.9s| 15300 |    47 |303222 |  18.5 |    86M |  32 | 258 |1611 | 615 |  44k|  1 |2189 |  21 | 0.000000e+00 |      --      |    Inf |  32.19%
29.78/29.98	c  30.0s| 15400 |    45 |304700 |  18.4 |    86M |  32 | 258 |1625 | 622 |  44k|  2 |2209 |  21 | 0.000000e+00 |      --      |    Inf |  32.22%
29.89/30.06	c  30.0s| 15500 |    43 |306444 |  18.4 |    86M |  32 | 258 |1610 | 551 |  44k|  2 |2214 |  21 | 0.000000e+00 |      --      |    Inf |  32.22%
30.08/30.26	c  30.3s| 15600 |    47 |308147 |  18.4 |    86M |  32 | 258 |1610 | 617 |  44k|  2 |2223 |  21 | 0.000000e+00 |      --      |    Inf |  32.38%
30.18/30.34	c  30.3s| 15700 |    45 |309786 |  18.4 |    86M |  32 | 258 |1601 | 634 |  45k|  2 |2226 |  21 | 0.000000e+00 |      --      |    Inf |  32.39%
30.28/30.41	c  30.4s| 15800 |    45 |311580 |  18.4 |    86M |  32 | 258 |1591 | 600 |  45k|  0 |2233 |  21 | 0.000000e+00 |      --      |    Inf |  32.43%
30.28/30.49	c  30.5s| 15900 |    45 |313329 |  18.4 |    86M |  32 | 258 |1582 | 628 |  45k|  0 |2236 |  21 | 0.000000e+00 |      --      |    Inf |  32.45%
30.48/30.62	c  30.6s| 16000 |    45 |315144 |  18.4 |    86M |  32 | 258 |1580 | 583 |  45k|  2 |2246 |  21 | 0.000000e+00 |      --      |    Inf |  32.46%
30.58/30.78	c  30.8s| 16100 |    47 |317682 |  18.5 |    86M |  32 | 258 |1587 | 625 |  46k|  2 |2265 |  21 | 0.000000e+00 |      --      |    Inf |  32.66%
30.68/30.86	c  30.9s| 16200 |    45 |319322 |  18.4 |    86M |  32 | 258 |1598 | 638 |  46k|  1 |2279 |  21 | 0.000000e+00 |      --      |    Inf |  32.66%
30.98/31.11	c  31.1s| 16300 |    49 |320835 |  18.4 |    86M |  32 | 258 |1572 | 585 |  46k|  2 |2290 |  21 | 0.000000e+00 |      --      |    Inf |  32.95%
31.08/31.24	c  31.2s| 16400 |    49 |322224 |  18.4 |    87M |  32 | 258 |1575 |   0 |  46k|  0 |2305 |  21 | 0.000000e+00 |      --      |    Inf |  33.25%
31.28/31.43	c  31.4s| 16500 |    47 |323805 |  18.4 |    87M |  32 | 258 |1572 | 600 |  47k|  0 |2317 |  21 | 0.000000e+00 |      --      |    Inf |  33.54%
31.38/31.51	c  31.5s| 16600 |    47 |325487 |  18.4 |    87M |  32 | 258 |1575 |   0 |  47k|  0 |2324 |  21 | 0.000000e+00 |      --      |    Inf |  33.54%
31.58/31.76	c  31.7s| 16700 |    49 |327396 |  18.4 |    87M |  32 | 258 |1570 | 555 |  47k|  2 |2332 |  21 | 0.000000e+00 |      --      |    Inf |  33.93%
31.68/31.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.68/31.83	c  31.8s| 16800 |    47 |329023 |  18.4 |    87M |  32 | 258 |1560 | 706 |  47k|  1 |2338 |  21 | 0.000000e+00 |      --      |    Inf |  34.02%
31.88/32.07	c  32.1s| 16900 |    49 |331008 |  18.4 |    87M |  32 | 258 |1554 | 616 |  48k|  2 |2343 |  21 | 0.000000e+00 |      --      |    Inf |  34.80%
32.07/32.26	c  32.2s| 17000 |    53 |332521 |  18.4 |    87M |  32 | 258 |1545 | 603 |  48k|  0 |2351 |  21 | 0.000000e+00 |      --      |    Inf |  35.04%
32.17/32.38	c  32.4s| 17100 |    49 |333889 |  18.3 |    87M |  32 | 258 |1555 | 620 |  48k|  0 |2369 |  21 | 0.000000e+00 |      --      |    Inf |  35.18%
32.37/32.58	c  32.6s| 17200 |    51 |335570 |  18.3 |    87M |  32 | 258 |1545 | 557 |  49k|  2 |2373 |  21 | 0.000000e+00 |      --      |    Inf |  35.34%
32.47/32.66	c  32.7s| 17300 |    53 |337114 |  18.3 |    87M |  32 | 258 |1554 | 594 |  49k|  2 |2385 |  21 | 0.000000e+00 |      --      |    Inf |  35.36%
32.57/32.77	c  32.8s| 17400 |    51 |338822 |  18.3 |    87M |  32 | 258 |1548 | 607 |  49k|  0 |2393 |  21 | 0.000000e+00 |      --      |    Inf |  35.46%
32.77/32.92	c  32.9s| 17500 |    51 |340329 |  18.3 |    87M |  32 | 258 |1546 | 601 |  49k|  2 |2410 |  21 | 0.000000e+00 |      --      |    Inf |  35.61%
32.77/33.00	c  33.0s| 17600 |    53 |341936 |  18.3 |    87M |  32 | 258 |1542 | 588 |  50k|  2 |2416 |  21 | 0.000000e+00 |      --      |    Inf |  35.65%
32.88/33.07	c  33.1s| 17700 |    49 |343355 |  18.2 |    87M |  32 | 258 |1540 | 616 |  50k|  0 |2425 |  21 | 0.000000e+00 |      --      |    Inf |  35.67%
33.17/33.39	c  33.4s| 17800 |    51 |345007 |  18.2 |    87M |  32 | 258 |1532 | 604 |  50k|  1 |2432 |  21 | 0.000000e+00 |      --      |    Inf |  36.07%
33.37/33.58	c  33.6s| 17900 |    49 |347103 |  18.3 |    87M |  32 | 258 |1528 | 618 |  50k|  1 |2439 |  21 | 0.000000e+00 |      --      |    Inf |  36.25%
33.67/33.80	c  33.8s| 18000 |    53 |348849 |  18.2 |    87M |  32 | 258 |1536 | 591 |  51k|  2 |2457 |  21 | 0.000000e+00 |      --      |    Inf |  36.48%
33.67/33.89	c  33.9s| 18100 |    53 |350821 |  18.3 |    87M |  32 | 258 |1539 | 643 |  51k|  0 |2481 |  21 | 0.000000e+00 |      --      |    Inf |  36.58%
33.77/33.98	c  34.0s| 18200 |    55 |353010 |  18.3 |    87M |  32 | 258 |1540 | 598 |  51k|  2 |2498 |  21 | 0.000000e+00 |      --      |    Inf |  36.60%
33.87/34.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.87/34.05	c  34.0s| 18300 |    51 |354621 |  18.3 |    87M |  32 | 258 |1538 | 647 |  52k|  0 |2507 |  21 | 0.000000e+00 |      --      |    Inf |  36.62%
34.07/34.27	c  34.3s| 18400 |    51 |356329 |  18.3 |    87M |  32 | 258 |1525 |   0 |  52k|  0 |2529 |  21 | 0.000000e+00 |      --      |    Inf |  36.76%
34.27/34.48	c  34.5s| 18500 |    53 |358460 |  18.3 |    87M |  32 | 258 |1518 | 668 |  52k|  2 |2544 |  21 | 0.000000e+00 |      --      |    Inf |  36.97%
34.37/34.59	c  34.6s| 18600 |    49 |361165 |  18.3 |    87M |  32 | 258 |1511 | 639 |  52k|  0 |2554 |  21 | 0.000000e+00 |      --      |    Inf |  37.01%
34.66/34.81	c  34.8s| 18700 |    51 |364616 |  18.4 |    87M |  32 | 258 |1500 | 625 |  53k|  1 |2568 |  21 | 0.000000e+00 |      --      |    Inf |  37.22%
34.97/35.15	c  35.1s| 18800 |    51 |367044 |  18.4 |    87M |  32 | 258 |1506 | 626 |  54k|  2 |2586 |  21 | 0.000000e+00 |      --      |    Inf |  37.65%
35.06/35.23	c  35.2s| 18900 |    49 |368443 |  18.4 |    87M |  32 | 258 |1500 | 642 |  54k|  2 |2588 |  21 | 0.000000e+00 |      --      |    Inf |  37.66%
35.16/35.37	c  35.4s| 19000 |    49 |370468 |  18.4 |    87M |  32 | 258 |1493 | 654 |  54k|  1 |2591 |  21 | 0.000000e+00 |      --      |    Inf |  37.75%
35.26/35.46	c  35.4s| 19100 |    47 |372542 |  18.4 |    87M |  32 | 258 |1482 | 607 |  54k|  1 |2600 |  21 | 0.000000e+00 |      --      |    Inf |  37.78%
35.46/35.64	c  35.6s| 19200 |    49 |374350 |  18.4 |    87M |  32 | 258 |1489 | 595 |  55k|  1 |2618 |  21 | 0.000000e+00 |      --      |    Inf |  37.94%
35.56/35.77	c  35.8s| 19300 |    51 |376097 |  18.4 |    87M |  32 | 258 |1494 |   0 |  55k|  0 |2629 |  21 | 0.000000e+00 |      --      |    Inf |  38.02%
35.66/35.85	c  35.8s| 19400 |    49 |377548 |  18.4 |    87M |  32 | 258 |1508 | 604 |  55k|  0 |2648 |  21 | 0.000000e+00 |      --      |    Inf |  38.05%
35.76/35.92	c  35.9s| 19500 |    51 |379124 |  18.4 |    87M |  32 | 258 |1526 | 592 |  55k|  2 |2669 |  21 | 0.000000e+00 |      --      |    Inf |  38.07%
35.86/36.06	c  36.1s| 19600 |    49 |380871 |  18.4 |    87M |  32 | 258 |1523 | 587 |  56k|  2 |2676 |  21 | 0.000000e+00 |      --      |    Inf |  38.09%
36.06/36.21	c  36.2s| 19700 |    53 |382525 |  18.4 |    87M |  32 | 258 |1533 |   0 |  56k|  0 |2691 |  21 | 0.000000e+00 |      --      |    Inf |  38.15%
36.16/36.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.16/36.30	c  36.3s| 19800 |    53 |384335 |  18.4 |    87M |  32 | 258 |1548 | 600 |  56k|  2 |2708 |  21 | 0.000000e+00 |      --      |    Inf |  38.20%
36.26/36.44	c  36.4s| 19900 |    53 |386136 |  18.4 |    87M |  32 | 258 |1554 | 607 |  56k|  2 |2719 |  21 | 0.000000e+00 |      --      |    Inf |  38.24%
36.36/36.51	c  36.5s| 20000 |    51 |387609 |  18.4 |    87M |  32 | 258 |1567 | 603 |  57k|  2 |2738 |  21 | 0.000000e+00 |      --      |    Inf |  38.26%
36.36/36.59	c  36.6s| 20100 |    49 |389216 |  18.3 |    87M |  32 | 258 |1577 | 602 |  57k|  0 |2750 |  21 | 0.000000e+00 |      --      |    Inf |  38.26%
36.55/36.74	c  36.7s| 20200 |    55 |390849 |  18.3 |    87M |  34 | 258 |1552 | 569 |  57k|  2 |2759 |  21 | 0.000000e+00 |      --      |    Inf |  38.41%
36.65/36.87	c  36.9s| 20300 |    53 |392575 |  18.3 |    87M |  34 | 258 |1563 |   0 |  57k|  0 |2774 |  21 | 0.000000e+00 |      --      |    Inf |  38.61%
36.75/36.95	c  36.9s| 20400 |    51 |394438 |  18.3 |    87M |  34 | 258 |1568 | 608 |  58k|  0 |2783 |  21 | 0.000000e+00 |      --      |    Inf |  38.65%
36.96/37.16	c  37.1s| 20500 |    51 |396602 |  18.3 |    87M |  34 | 258 |1579 | 576 |  58k|  2 |2801 |  21 | 0.000000e+00 |      --      |    Inf |  38.84%
37.15/37.33	c  37.3s| 20600 |    53 |399038 |  18.4 |    87M |  34 | 258 |1581 | 601 |  58k|  1 |2812 |  21 | 0.000000e+00 |      --      |    Inf |  39.14%
37.35/37.53	c  37.5s| 20700 |    55 |400795 |  18.4 |    87M |  34 | 258 |1585 | 571 |  59k|  0 |2818 |  21 | 0.000000e+00 |      --      |    Inf |  39.22%
37.45/37.62	c  37.6s| 20800 |    53 |402688 |  18.4 |    87M |  34 | 258 |1598 | 589 |  59k|  2 |2833 |  21 | 0.000000e+00 |      --      |    Inf |  39.26%
37.55/37.70	c  37.7s| 20900 |    53 |404709 |  18.4 |    87M |  34 | 258 |1601 |   0 |  59k|  0 |2846 |  21 | 0.000000e+00 |      --      |    Inf |  39.31%
37.55/37.78	c  37.8s| 21000 |    53 |406223 |  18.4 |    87M |  34 | 258 |1611 |   0 |  59k|  0 |2858 |  21 | 0.000000e+00 |      --      |    Inf |  39.32%
37.65/37.86	c  37.8s| 21100 |    53 |407932 |  18.4 |    87M |  34 | 258 |1602 | 615 |  60k|  0 |2864 |  21 | 0.000000e+00 |      --      |    Inf |  39.34%
37.75/37.99	c  38.0s| 21200 |    53 |409727 |  18.4 |    87M |  34 | 258 |1597 |   0 |  60k|  0 |2881 |  21 | 0.000000e+00 |      --      |    Inf |  39.39%
37.85/38.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.85/38.10	c  38.1s| 21300 |    51 |412203 |  18.4 |    87M |  34 | 258 |1586 | 632 |  60k|  2 |2888 |  21 | 0.000000e+00 |      --      |    Inf |  39.44%
37.95/38.17	c  38.2s| 21400 |    51 |414041 |  18.4 |    87M |  34 | 258 |1575 | 634 |  61k|  0 |2888 |  21 | 0.000000e+00 |      --      |    Inf |  39.44%
38.05/38.25	c  38.2s| 21500 |    53 |415722 |  18.4 |    87M |  34 | 258 |1568 | 596 |  61k|  0 |2893 |  21 | 0.000000e+00 |      --      |    Inf |  39.46%
38.15/38.38	c  38.4s| 21600 |    55 |417363 |  18.4 |    87M |  34 | 258 |1577 | 601 |  61k|  0 |2909 |  21 | 0.000000e+00 |      --      |    Inf |  39.51%
38.35/38.55	c  38.5s| 21700 |    55 |419139 |  18.4 |    88M |  34 | 258 |1553 | 642 |  61k|  1 |2918 |  21 | 0.000000e+00 |      --      |    Inf |  39.72%
38.64/38.84	c  38.8s| 21800 |    57 |421115 |  18.4 |    88M |  35 | 258 |1534 | 586 |  62k|  2 |2921 |  21 | 0.000000e+00 |      --      |    Inf |  39.96%
38.74/38.91	c  38.9s| 21900 |    55 |422387 |  18.4 |    88M |  35 | 258 |1534 | 671 |  62k|  2 |2929 |  21 | 0.000000e+00 |      --      |    Inf |  40.06%
38.85/39.06	c  39.1s| 22000 |    53 |424171 |  18.3 |    88M |  35 | 258 |1508 | 595 |  62k|  2 |2940 |  21 | 0.000000e+00 |      --      |    Inf |  40.16%
39.04/39.22	c  39.2s| 22100 |    55 |425651 |  18.3 |    88M |  35 | 258 |1485 | 582 |  62k|  2 |2949 |  21 | 0.000000e+00 |      --      |    Inf |  40.20%
39.04/39.29	c  39.3s| 22200 |    57 |427020 |  18.3 |    88M |  35 | 258 |1485 | 582 |  63k|  1 |2956 |  21 | 0.000000e+00 |      --      |    Inf |  40.22%
39.14/39.37	c  39.4s| 22300 |    53 |428733 |  18.3 |    88M |  35 | 258 |1481 | 590 |  63k|  0 |2960 |  21 | 0.000000e+00 |      --      |    Inf |  40.24%
39.24/39.44	c  39.4s| 22400 |    55 |430262 |  18.3 |    88M |  35 | 258 |1480 | 610 |  63k|  1 |2972 |  21 | 0.000000e+00 |      --      |    Inf |  40.26%
39.34/39.52	c  39.5s| 22500 |    55 |432015 |  18.3 |    88M |  35 | 258 |1471 | 574 |  63k|  2 |2977 |  21 | 0.000000e+00 |      --      |    Inf |  40.28%
39.44/39.60	c  39.6s| 22600 |    55 |433715 |  18.3 |    88M |  35 | 258 |1464 | 601 |  64k|  1 |2983 |  21 | 0.000000e+00 |      --      |    Inf |  40.29%
39.44/39.69	c  39.7s| 22700 |    55 |435554 |  18.3 |    88M |  35 | 258 |1446 | 589 |  64k|  2 |2988 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
39.54/39.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.54/39.77	c  39.8s| 22800 |    55 |437455 |  18.3 |    88M |  35 | 258 |1424 |   0 |  64k|  0 |2992 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
39.64/39.84	c  39.8s| 22900 |    55 |438710 |  18.3 |    88M |  35 | 258 |1418 | 601 |  64k|  0 |2997 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
39.74/39.90	c  39.9s| 23000 |    53 |440133 |  18.2 |    88M |  35 | 258 |1417 |   0 |  65k|  0 |3005 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
39.74/39.98	c  40.0s| 23100 |    51 |441701 |  18.2 |    88M |  35 | 258 |1403 | 615 |  65k|  0 |3012 |  21 | 0.000000e+00 |      --      |    Inf |  40.30%
39.85/40.04	c  40.0s| 23200 |    53 |443098 |  18.2 |    88M |  35 | 258 |1404 | 615 |  65k|  2 |3018 |  21 | 0.000000e+00 |      --      |    Inf |  40.31%
39.95/40.12	c  40.1s| 23300 |    51 |444725 |  18.2 |    88M |  35 | 258 |1403 | 725 |  65k|  0 |3025 |  21 | 0.000000e+00 |      --      |    Inf |  40.31%
39.95/40.19	c  40.2s| 23400 |    51 |446386 |  18.2 |    88M |  35 | 258 |1393 | 692 |  65k|  0 |3025 |  21 | 0.000000e+00 |      --      |    Inf |  40.34%
40.04/40.25	c  40.2s| 23500 |    51 |447678 |  18.2 |    88M |  35 | 258 |1411 | 696 |  66k|  0 |3044 |  21 | 0.000000e+00 |      --      |    Inf |  40.34%
40.44/40.65	c  40.6s| 23600 |    59 |451438 |  18.3 |    88M |  35 | 258 |1346 | 612 |  66k|  1 |3066 |  21 | 0.000000e+00 |      --      |    Inf |  41.68%
41.04/41.21	c  41.2s| 23700 |    57 |454365 |  18.3 |    88M |  35 | 258 |1331 | 636 |  67k|  0 |3084 |  21 | 0.000000e+00 |      --      |    Inf |  42.67%
41.34/41.52	c  41.5s| 23800 |    55 |456412 |  18.3 |    88M |  35 | 258 |1304 | 622 |  67k|  0 |3092 |  21 | 0.000000e+00 |      --      |    Inf |  43.03%
41.64/41.84	c  41.8s| 23900 |    55 |460135 |  18.4 |    93M |  35 | 258 |1276 | 615 |  68k|  0 |3106 |  21 | 0.000000e+00 |      --      |    Inf |  43.66%
41.95/42.18	c  42.2s| 24000 |    57 |462896 |  18.4 |    93M |  35 | 258 |1236 | 603 |  68k|  2 |3116 |  21 | 0.000000e+00 |      --      |    Inf |  44.19%
42.14/42.33	c  42.3s| 24100 |    57 |465848 |  18.5 |    93M |  35 | 258 |1184 | 605 |  69k|  2 |3120 |  21 | 0.000000e+00 |      --      |    Inf |  44.33%
42.24/42.46	c  42.4s| 24200 |    57 |467531 |  18.5 |    93M |  35 | 258 |1156 | 625 |  69k|  2 |3120 |  21 | 0.000000e+00 |      --      |    Inf |  44.44%
42.44/42.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.44/42.65	c  42.6s| 24300 |    61 |469319 |  18.5 |    93M |  35 | 258 |1132 | 611 |  69k|  0 |3133 |  21 | 0.000000e+00 |      --      |    Inf |  44.50%
42.54/42.75	c  42.7s| 24400 |    59 |470646 |  18.4 |    93M |  35 | 258 |1147 | 626 |  70k|  1 |3150 |  21 | 0.000000e+00 |      --      |    Inf |  44.59%
42.64/42.82	c  42.8s| 24500 |    61 |472162 |  18.4 |    93M |  35 | 258 |1147 | 611 |  70k|  0 |3154 |  21 | 0.000000e+00 |      --      |    Inf |  44.63%
42.74/42.90	c  42.9s| 24600 |    59 |473569 |  18.4 |    93M |  35 | 258 |1179 | 650 |  70k|  2 |3187 |  21 | 0.000000e+00 |      --      |    Inf |  44.65%
42.84/43.02	c  43.0s| 24700 |    57 |474909 |  18.4 |    93M |  35 | 258 |1206 | 621 |  70k|  2 |3214 |  21 | 0.000000e+00 |      --      |    Inf |  44.69%
42.95/43.15	c  43.1s| 24800 |    61 |476753 |  18.4 |    93M |  35 | 258 |1198 | 612 |  70k|  2 |3237 |  21 | 0.000000e+00 |      --      |    Inf |  44.73%
43.04/43.25	c  43.2s| 24900 |    61 |478930 |  18.4 |    93M |  35 | 258 |1221 | 615 |  71k|  2 |3260 |  21 | 0.000000e+00 |      --      |    Inf |  44.76%
43.14/43.33	c  43.3s| 25000 |    61 |480375 |  18.4 |    93M |  35 | 258 |1223 | 628 |  71k|  2 |3267 |  21 | 0.000000e+00 |      --      |    Inf |  44.77%
43.24/43.41	c  43.4s| 25100 |    59 |481945 |  18.4 |    93M |  35 | 258 |1222 | 621 |  71k|  2 |3280 |  21 | 0.000000e+00 |      --      |    Inf |  44.78%
43.34/43.51	c  43.5s| 25200 |    59 |484432 |  18.4 |    93M |  35 | 258 |1220 | 640 |  71k|  0 |3294 |  21 | 0.000000e+00 |      --      |    Inf |  44.83%
43.44/43.61	c  43.6s| 25300 |    57 |486297 |  18.4 |    93M |  35 | 258 |1215 | 639 |  72k|  2 |3303 |  21 | 0.000000e+00 |      --      |    Inf |  44.84%
43.54/43.78	c  43.8s| 25400 |    59 |489137 |  18.4 |    93M |  35 | 258 |1204 | 623 |  72k|  1 |3323 |  21 | 0.000000e+00 |      --      |    Inf |  44.85%
43.64/43.86	c  43.8s| 25500 |    57 |490797 |  18.4 |    93M |  35 | 258 |1199 | 636 |  72k|  0 |3329 |  21 | 0.000000e+00 |      --      |    Inf |  44.87%
43.74/43.93	c  43.9s| 25600 |    61 |492286 |  18.4 |    93M |  35 | 258 |1200 |   0 |  73k|  0 |3338 |  21 | 0.000000e+00 |      --      |    Inf |  44.88%
43.84/44.01	c  44.0s| 25700 |    59 |493988 |  18.4 |    93M |  35 | 258 |1206 | 629 |  73k|  2 |3346 |  21 | 0.000000e+00 |      --      |    Inf |  44.89%
43.84/44.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.84/44.09	c  44.1s| 25800 |    57 |495841 |  18.4 |    93M |  35 | 258 |1209 | 631 |  73k|  0 |3351 |  21 | 0.000000e+00 |      --      |    Inf |  44.89%
44.04/44.24	c  44.2s| 25900 |    59 |497585 |  18.4 |    93M |  35 | 258 |1213 | 625 |  73k|  2 |3360 |  21 | 0.000000e+00 |      --      |    Inf |  44.93%
44.14/44.32	c  44.3s| 26000 |    55 |499709 |  18.4 |    93M |  35 | 258 |1215 | 635 |  74k|  0 |3370 |  21 | 0.000000e+00 |      --      |    Inf |  44.94%
44.14/44.39	c  44.4s| 26100 |    57 |501317 |  18.4 |    93M |  35 | 258 |1232 | 640 |  74k|  2 |3390 |  21 | 0.000000e+00 |      --      |    Inf |  44.95%
44.24/44.48	c  44.5s| 26200 |    57 |503073 |  18.4 |    93M |  35 | 258 |1239 | 643 |  74k|  2 |3404 |  21 | 0.000000e+00 |      --      |    Inf |  44.96%
44.34/44.56	c  44.6s| 26300 |    57 |505141 |  18.4 |    93M |  35 | 258 |1263 | 617 |  74k|  0 |3436 |  21 | 0.000000e+00 |      --      |    Inf |  44.99%
44.43/44.64	c  44.6s| 26400 |    53 |506784 |  18.4 |    93M |  35 | 258 |1267 | 649 |  75k|  0 |3451 |  21 | 0.000000e+00 |      --      |    Inf |  45.01%
44.53/44.71	c  44.7s| 26500 |    57 |508243 |  18.4 |    93M |  35 | 258 |1269 | 638 |  75k|  0 |3459 |  21 | 0.000000e+00 |      --      |    Inf |  45.02%
44.53/44.78	c  44.8s| 26600 |    57 |509572 |  18.4 |    93M |  35 | 258 |1267 | 608 |  75k|  1 |3470 |  21 | 0.000000e+00 |      --      |    Inf |  45.02%
44.63/44.84	c  44.8s| 26700 |    55 |510870 |  18.4 |    93M |  35 | 258 |1268 | 616 |  75k|  0 |3486 |  21 | 0.000000e+00 |      --      |    Inf |  45.03%
44.73/44.92	c  44.9s| 26800 |    55 |512579 |  18.4 |    93M |  35 | 258 |1275 | 659 |  75k|  1 |3498 |  21 | 0.000000e+00 |      --      |    Inf |  45.03%
44.73/44.98	c  45.0s| 26900 |    55 |514036 |  18.3 |    93M |  35 | 258 |1287 | 646 |  76k|  0 |3514 |  21 | 0.000000e+00 |      --      |    Inf |  45.03%
44.84/45.06	c  45.0s| 27000 |    57 |515534 |  18.3 |    93M |  35 | 258 |1289 | 638 |  76k|  1 |3523 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
44.94/45.14	c  45.1s| 27100 |    53 |517543 |  18.3 |    93M |  35 | 258 |1296 | 662 |  76k|  1 |3540 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
45.03/45.24	c  45.2s| 27200 |    55 |519868 |  18.4 |    93M |  35 | 258 |1287 | 655 |  76k|  0 |3550 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
45.13/45.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.13/45.33	c  45.3s| 27300 |    53 |522421 |  18.4 |    93M |  35 | 258 |1278 | 685 |  77k|  0 |3558 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
45.23/45.42	c  45.4s| 27400 |    51 |524465 |  18.4 |    93M |  35 | 258 |1293 | 648 |  77k|  0 |3583 |  21 | 0.000000e+00 |      --      |    Inf |  45.04%
45.43/45.60	c  45.6s| 27500 |    53 |526653 |  18.4 |    93M |  35 | 258 |1283 | 627 |  77k|  2 |3599 |  21 | 0.000000e+00 |      --      |    Inf |  45.19%
45.53/45.73	c  45.7s| 27600 |    59 |528240 |  18.4 |    93M |  35 | 258 |1286 | 621 |  78k|  1 |3607 |  21 | 0.000000e+00 |      --      |    Inf |  45.24%
45.63/45.81	c  45.8s| 27700 |    57 |529827 |  18.4 |    93M |  35 | 258 |1287 | 610 |  78k|  2 |3611 |  21 | 0.000000e+00 |      --      |    Inf |  45.26%
45.63/45.88	c  45.9s| 27800 |    57 |531181 |  18.4 |    93M |  35 | 258 |1299 | 653 |  78k|  2 |3626 |  21 | 0.000000e+00 |      --      |    Inf |  45.27%
45.73/45.95	c  45.9s| 27900 |    55 |532700 |  18.4 |    93M |  35 | 258 |1316 | 651 |  78k|  0 |3647 |  21 | 0.000000e+00 |      --      |    Inf |  45.30%
45.84/46.03	c  46.0s| 28000 |    55 |534284 |  18.3 |    93M |  35 | 258 |1321 | 632 |  78k|  0 |3657 |  21 | 0.000000e+00 |      --      |    Inf |  45.32%
46.13/46.38	c  46.4s| 28100 |    59 |538231 |  18.4 |    93M |  35 | 258 |1245 | 616 |  79k|  0 |3671 |  21 | 0.000000e+00 |      --      |    Inf |  45.86%
46.63/46.86	c  46.8s| 28200 |    59 |541209 |  18.5 |    93M |  35 | 258 |1222 |   0 |  80k|  0 |3687 |  21 | 0.000000e+00 |      --      |    Inf |  46.70%
46.83/47.09	c  47.1s| 28300 |    59 |544884 |  18.5 |    93M |  35 | 258 |1201 | 580 |  80k|  2 |3694 |  21 | 0.000000e+00 |      --      |    Inf |  46.83%
46.93/47.17	c  47.2s| 28400 |    59 |546827 |  18.5 |    93M |  35 | 258 |1198 | 641 |  81k|  0 |3706 |  21 | 0.000000e+00 |      --      |    Inf |  46.92%
47.12/47.37	c  47.4s| 28500 |    61 |550153 |  18.6 |    93M |  35 | 258 |1183 | 645 |  81k|  0 |3716 |  21 | 0.000000e+00 |      --      |    Inf |  47.01%
47.22/47.45	c  47.4s| 28600 |    59 |551920 |  18.6 |    93M |  35 | 258 |1179 | 655 |  81k|  1 |3721 |  21 | 0.000000e+00 |      --      |    Inf |  47.01%
47.42/47.62	c  47.6s| 28700 |    61 |554655 |  18.6 |    93M |  35 | 258 |1163 | 595 |  81k|  2 |3739 |  21 | 0.000000e+00 |      --      |    Inf |  47.06%
47.52/47.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.52/47.71	c  47.7s| 28800 |    59 |556432 |  18.6 |    93M |  35 | 258 |1166 | 590 |  82k|  2 |3760 |  21 | 0.000000e+00 |      --      |    Inf |  47.08%
47.52/47.79	c  47.8s| 28900 |    59 |558374 |  18.6 |    93M |  35 | 258 |1152 | 628 |  82k|  0 |3765 |  21 | 0.000000e+00 |      --      |    Inf |  47.10%
47.62/47.89	c  47.9s| 29000 |    59 |561165 |  18.6 |    93M |  35 | 258 |1142 | 632 |  82k|  2 |3770 |  21 | 0.000000e+00 |      --      |    Inf |  47.11%
47.82/48.09	c  48.1s| 29100 |    63 |564512 |  18.7 |    93M |  35 | 258 |1104 | 618 |  83k|  2 |3792 |  21 | 0.000000e+00 |      --      |    Inf |  47.52%
47.92/48.18	c  48.2s| 29200 |    61 |566548 |  18.7 |    93M |  35 | 258 |1108 | 641 |  83k|  0 |3810 |  21 | 0.000000e+00 |      --      |    Inf |  47.53%
48.02/48.26	c  48.3s| 29300 |    61 |568291 |  18.7 |    93M |  35 | 258 |1115 | 624 |  84k|  2 |3822 |  21 | 0.000000e+00 |      --      |    Inf |  47.54%
48.22/48.47	c  48.5s| 29400 |    61 |572377 |  18.8 |    93M |  35 | 258 |1094 |   0 |  84k|  0 |3843 |  21 | 0.000000e+00 |      --      |    Inf |  48.05%
48.42/48.64	c  48.6s| 29500 |    61 |575048 |  18.8 |    93M |  35 | 258 |1066 | 603 |  85k|  2 |3846 |  21 | 0.000000e+00 |      --      |    Inf |  48.27%
48.72/48.94	c  48.9s| 29600 |    65 |578663 |  18.8 |    93M |  35 | 258 |1073 | 612 |  85k|  1 |3889 |  21 | 0.000000e+00 |      --      |    Inf |  48.44%
48.82/49.03	c  49.0s| 29700 |    61 |581010 |  18.9 |    93M |  35 | 258 |1057 | 622 |  85k|  2 |3895 |  21 | 0.000000e+00 |      --      |    Inf |  48.51%
48.92/49.10	c  49.1s| 29800 |    63 |582745 |  18.8 |    93M |  35 | 258 |1055 | 653 |  86k|  0 |3899 |  21 | 0.000000e+00 |      --      |    Inf |  48.52%
48.92/49.17	c  49.2s| 29900 |    61 |584453 |  18.8 |    93M |  35 | 258 |1049 | 661 |  86k|  1 |3908 |  21 | 0.000000e+00 |      --      |    Inf |  48.54%
49.02/49.25	c  49.2s| 30000 |    63 |586079 |  18.8 |    93M |  35 | 258 |1033 | 654 |  86k|  2 |3925 |  21 | 0.000000e+00 |      --      |    Inf |  48.55%
49.11/49.34	c  49.3s| 30100 |    61 |588004 |  18.8 |    93M |  35 | 258 |1040 | 657 |  86k|  0 |3936 |  21 | 0.000000e+00 |      --      |    Inf |  48.55%
49.21/49.42	c  49.4s| 30200 |    61 |590045 |  18.8 |    93M |  35 | 258 |1043 | 654 |  86k|  2 |3951 |  21 | 0.000000e+00 |      --      |    Inf |  48.56%
49.31/49.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.31/49.50	c  49.5s| 30300 |    61 |591865 |  18.8 |    93M |  35 | 258 |1036 |   0 |  87k|  0 |3956 |  21 | 0.000000e+00 |      --      |    Inf |  48.57%
49.31/49.57	c  49.6s| 30400 |    59 |593277 |  18.8 |    93M |  35 | 258 |1041 | 640 |  87k|  0 |3971 |  21 | 0.000000e+00 |      --      |    Inf |  48.58%
49.61/49.84	c  49.8s| 30500 |    61 |596709 |  18.9 |    93M |  36 | 258 |1002 | 617 |  87k|  0 |3980 |  21 | 0.000000e+00 |      --      |    Inf |  49.04%
49.71/49.97	c  50.0s| 30600 |    61 |598256 |  18.9 |    93M |  37 | 258 | 982 | 612 |  87k|  2 |3994 |  21 | 0.000000e+00 |      --      |    Inf |  49.15%
50.01/50.21	c  50.2s| 30700 |    63 |601547 |  18.9 |    93M |  37 | 258 | 954 | 611 |  88k|  2 |3997 |  21 | 0.000000e+00 |      --      |    Inf |  49.31%
50.01/50.29	c  50.3s| 30800 |    61 |603376 |  18.9 |    93M |  37 | 258 | 943 | 633 |  88k|  1 |3997 |  21 | 0.000000e+00 |      --      |    Inf |  49.34%
50.11/50.39	c  50.4s| 30900 |    57 |605934 |  18.9 |    93M |  37 | 258 | 930 | 636 |  88k|  0 |3998 |  21 | 0.000000e+00 |      --      |    Inf |  49.36%
50.31/50.58	c  50.6s| 31000 |    63 |607995 |  18.9 |    93M |  37 | 258 | 920 | 583 |  89k|  0 |3998 |  21 | 0.000000e+00 |      --      |    Inf |  49.56%
50.51/50.71	c  50.7s| 31100 |    61 |610171 |  18.9 |    93M |  37 | 258 | 904 | 624 |  89k|  2 |3998 |  21 | 0.000000e+00 |      --      |    Inf |  49.66%
50.61/50.85	c  50.8s| 31200 |    67 |612136 |  18.9 |    94M |  37 | 258 | 899 | 627 |  90k|  0 |4017 |  21 | 0.000000e+00 |      --      |    Inf |  49.76%
50.71/50.99	c  51.0s| 31300 |    65 |615254 |  19.0 |    94M |  37 | 258 | 887 | 626 |  90k|  1 |4025 |  21 | 0.000000e+00 |      --      |    Inf |  49.86%
50.81/51.06	c  51.1s| 31400 |    63 |616807 |  19.0 |    94M |  37 | 258 | 892 | 627 |  90k|  0 |4036 |  21 | 0.000000e+00 |      --      |    Inf |  49.89%
50.91/51.13	c  51.1s| 31500 |    63 |618321 |  19.0 |    94M |  37 | 258 | 890 | 598 |  90k|  0 |4041 |  21 | 0.000000e+00 |      --      |    Inf |  49.91%
51.01/51.23	c  51.2s| 31600 |    59 |620745 |  19.0 |    94M |  37 | 258 | 891 | 624 |  91k|  1 |4049 |  21 | 0.000000e+00 |      --      |    Inf |  49.93%
51.21/51.44	c  51.4s| 31700 |    67 |622568 |  19.0 |    94M |  37 | 258 | 883 | 598 |  91k|  0 |4056 |  21 | 0.000000e+00 |      --      |    Inf |  50.11%
51.31/51.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.31/51.51	c  51.5s| 31800 |    67 |624117 |  19.0 |    94M |  37 | 258 | 893 | 664 |  91k|  0 |4068 |  21 | 0.000000e+00 |      --      |    Inf |  50.16%
51.31/51.58	c  51.6s| 31900 |    65 |625638 |  18.9 |    94M |  37 | 258 | 905 | 664 |  91k|  0 |4083 |  21 | 0.000000e+00 |      --      |    Inf |  50.20%
51.51/51.71	c  51.7s| 32000 |    67 |627576 |  19.0 |    94M |  37 | 258 | 902 |   0 |  92k|  0 |4095 |  21 | 0.000000e+00 |      --      |    Inf |  50.29%
51.61/51.84	c  51.8s| 32100 |    65 |629074 |  18.9 |    94M |  37 | 258 | 911 | 596 |  92k|  1 |4110 |  21 | 0.000000e+00 |      --      |    Inf |  50.34%
51.71/51.94	c  51.9s| 32200 |    69 |630455 |  18.9 |    94M |  37 | 258 | 916 | 625 |  92k|  1 |4121 |  21 | 0.000000e+00 |      --      |    Inf |  50.38%
51.81/52.01	c  52.0s| 32300 |    67 |631767 |  18.9 |    94M |  37 | 258 | 931 |   0 |  92k|  0 |4138 |  21 | 0.000000e+00 |      --      |    Inf |  50.41%
51.81/52.07	c  52.1s| 32400 |    65 |632879 |  18.9 |    94M |  37 | 258 | 945 |   0 |  92k|  0 |4156 |  21 | 0.000000e+00 |      --      |    Inf |  50.43%
52.01/52.21	c  52.2s| 32500 |    69 |634935 |  18.9 |    94M |  37 | 258 | 967 | 605 |  93k|  2 |4179 |  21 | 0.000000e+00 |      --      |    Inf |  50.46%
52.01/52.28	c  52.3s| 32600 |    67 |636804 |  18.9 |    94M |  37 | 258 | 979 | 591 |  93k|  2 |4195 |  21 | 0.000000e+00 |      --      |    Inf |  50.50%
52.11/52.35	c  52.3s| 32700 |    67 |638586 |  18.9 |    94M |  37 | 258 | 988 | 656 |  93k|  0 |4207 |  21 | 0.000000e+00 |      --      |    Inf |  50.52%
52.21/52.41	c  52.4s| 32800 |    67 |639945 |  18.9 |    94M |  37 | 258 |1006 | 639 |  93k|  2 |4225 |  21 | 0.000000e+00 |      --      |    Inf |  50.53%
52.21/52.48	c  52.5s| 32900 |    71 |641562 |  18.9 |    94M |  37 | 258 |1017 | 639 |  93k|  1 |4240 |  21 | 0.000000e+00 |      --      |    Inf |  50.53%
52.30/52.55	c  52.5s| 33000 |    69 |643118 |  18.9 |    94M |  37 | 258 |1031 | 646 |  93k|  0 |4258 |  21 | 0.000000e+00 |      --      |    Inf |  50.53%
52.40/52.61	c  52.6s| 33100 |    69 |644362 |  18.8 |    94M |  37 | 258 |1053 | 637 |  93k|  1 |4281 |  21 | 0.000000e+00 |      --      |    Inf |  50.53%
52.40/52.68	c  52.7s| 33200 |    71 |645835 |  18.8 |    94M |  37 | 258 |1063 | 653 |  94k|  2 |4297 |  21 | 0.000000e+00 |      --      |    Inf |  50.54%
52.50/52.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.50/52.74	c  52.7s| 33300 |    67 |647589 |  18.8 |    94M |  37 | 258 |1071 | 657 |  94k|  1 |4309 |  21 | 0.000000e+00 |      --      |    Inf |  50.54%
52.60/52.86	c  52.8s| 33400 |    67 |649214 |  18.8 |    94M |  37 | 258 |1076 | 620 |  94k|  2 |4321 |  21 | 0.000000e+00 |      --      |    Inf |  50.55%
52.70/52.93	c  52.9s| 33500 |    71 |650874 |  18.8 |    94M |  37 | 258 |1089 | 628 |  94k|  2 |4346 |  21 | 0.000000e+00 |      --      |    Inf |  50.65%
52.81/53.02	c  53.0s| 33600 |    71 |652729 |  18.8 |    94M |  37 | 258 |1105 | 628 |  94k|  2 |4367 |  21 | 0.000000e+00 |      --      |    Inf |  50.66%
52.81/53.10	c  53.1s| 33700 |    67 |654515 |  18.8 |    94M |  37 | 258 |1108 | 640 |  95k|  0 |4379 |  21 | 0.000000e+00 |      --      |    Inf |  50.67%
52.91/53.18	c  53.2s| 33800 |    67 |656361 |  18.8 |    94M |  37 | 258 |1118 |   0 |  95k|  0 |4393 |  21 | 0.000000e+00 |      --      |    Inf |  50.67%
53.00/53.25	c  53.2s| 33900 |    71 |658204 |  18.8 |    94M |  37 | 258 |1114 | 633 |  95k|  2 |4393 |  21 | 0.000000e+00 |      --      |    Inf |  50.68%
53.10/53.39	c  53.4s| 34000 |    71 |659960 |  18.8 |    94M |  37 | 258 |1129 | 620 |  95k|  2 |4420 |  21 | 0.000000e+00 |      --      |    Inf |  50.73%
53.20/53.47	c  53.5s| 34100 |    71 |661975 |  18.8 |    94M |  37 | 258 |1139 | 632 |  96k|  0 |4435 |  21 | 0.000000e+00 |      --      |    Inf |  50.73%
53.30/53.55	c  53.5s| 34200 |    71 |663827 |  18.8 |    94M |  37 | 258 |1142 | 605 |  96k|  2 |4456 |  21 | 0.000000e+00 |      --      |    Inf |  50.74%
53.40/53.62	c  53.6s| 34300 |    69 |665642 |  18.8 |    94M |  37 | 258 |1151 | 610 |  96k|  1 |4468 |  21 | 0.000000e+00 |      --      |    Inf |  50.76%
53.60/53.80	c  53.8s| 34400 |    73 |668480 |  18.8 |    94M |  37 | 258 |1169 | 615 |  97k|  2 |4505 |  21 | 0.000000e+00 |      --      |    Inf |  50.82%
53.60/53.90	c  53.9s| 34500 |    73 |670745 |  18.8 |    94M |  37 | 258 |1152 | 633 |  97k|  0 |4514 |  21 | 0.000000e+00 |      --      |    Inf |  50.83%
53.81/54.04	c  54.0s| 34600 |    73 |673566 |  18.9 |    94M |  37 | 258 |1132 | 618 |  97k|  0 |4522 |  21 | 0.000000e+00 |      --      |    Inf |  50.91%
53.90/54.14	c  54.1s| 34700 |    73 |676153 |  18.9 |    94M |  37 | 258 |1118 | 640 |  97k|  2 |4524 |  21 | 0.000000e+00 |      --      |    Inf |  50.94%
54.00/54.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.00/54.24	c  54.2s| 34800 |    71 |678900 |  18.9 |    94M |  37 | 258 |1101 | 661 |  98k|  2 |4531 |  21 | 0.000000e+00 |      --      |    Inf |  50.94%
54.10/54.37	c  54.4s| 34900 |    71 |681279 |  18.9 |    94M |  37 | 258 |1091 | 679 |  98k|  1 |4543 |  21 | 0.000000e+00 |      --      |    Inf |  51.01%
54.30/54.57	c  54.6s| 35000 |    73 |684215 |  18.9 |    94M |  37 | 258 |1057 | 676 |  98k|  1 |4567 |  21 | 0.000000e+00 |      --      |    Inf |  51.16%
54.40/54.63	c  54.6s| 35100 |    75 |685601 |  18.9 |    94M |  37 | 258 |1050 | 687 |  99k|  2 |4568 |  21 | 0.000000e+00 |      --      |    Inf |  51.17%
54.50/54.70	c  54.7s| 35200 |    75 |686989 |  18.9 |    94M |  37 | 258 |1051 | 704 |  99k|  1 |4569 |  21 | 0.000000e+00 |      --      |    Inf |  51.17%
54.50/54.77	c  54.8s| 35300 |    73 |688623 |  18.9 |    94M |  37 | 258 |1045 | 628 |  99k|  0 |4573 |  21 | 0.000000e+00 |      --      |    Inf |  51.18%
54.60/54.85	c  54.8s| 35400 |    73 |690348 |  18.9 |    94M |  37 | 258 |1052 |   0 |  99k|  0 |4588 |  21 | 0.000000e+00 |      --      |    Inf |  51.19%
54.70/54.94	c  54.9s| 35500 |    77 |692607 |  18.9 |    94M |  37 | 258 |1060 | 607 |  99k|  0 |4609 |  21 | 0.000000e+00 |      --      |    Inf |  51.19%
54.80/55.03	c  55.0s| 35600 |    75 |694647 |  18.9 |    94M |  37 | 258 |1045 | 604 | 100k|  1 |4616 |  21 | 0.000000e+00 |      --      |    Inf |  51.20%
55.00/55.25	c  55.2s| 35700 |    77 |697326 |  18.9 |    94M |  37 | 258 |1076 |   0 | 100k|  0 |4656 |  21 | 0.000000e+00 |      --      |    Inf |  51.58%
55.20/55.40	c  55.4s| 35800 |    77 |699903 |  19.0 |    94M |  37 | 258 |1064 | 630 | 101k|  0 |4663 |  21 | 0.000000e+00 |      --      |    Inf |  51.88%
55.30/55.55	c  55.5s| 35900 |    75 |702716 |  19.0 |    94M |  37 | 258 |1035 | 681 | 101k|  2 |4666 |  21 | 0.000000e+00 |      --      |    Inf |  51.98%
55.40/55.62	c  55.6s| 36000 |    75 |704346 |  19.0 |    94M |  37 | 258 |1026 | 691 | 101k|  2 |4670 |  21 | 0.000000e+00 |      --      |    Inf |  51.98%
55.59/55.81	c  55.8s| 36100 |    77 |706699 |  19.0 |    94M |  37 | 258 |1022 | 610 | 102k|  2 |4682 |  21 | 0.000000e+00 |      --      |    Inf |  52.17%
55.69/55.95	c  55.9s| 36200 |    75 |708761 |  19.0 |    94M |  37 | 258 |1031 | 615 | 102k|  1 |4703 |  21 | 0.000000e+00 |      --      |    Inf |  52.37%
55.80/56.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.80/56.04	c  56.0s| 36300 |    75 |710568 |  19.0 |    94M |  37 | 258 |1022 | 684 | 102k|  2 |4711 |  21 | 0.000000e+00 |      --      |    Inf |  52.38%
55.90/56.10	c  56.1s| 36400 |    77 |712032 |  19.0 |    94M |  37 | 258 |1014 | 694 | 102k|  1 |4711 |  21 | 0.000000e+00 |      --      |    Inf |  52.38%
55.90/56.16	c  56.2s| 36500 |    75 |713461 |  19.0 |    94M |  37 | 258 |1017 | 606 | 102k|  0 |4725 |  21 | 0.000000e+00 |      --      |    Inf |  52.38%
55.99/56.29	c  56.3s| 36600 |    79 |715428 |  19.0 |    94M |  37 | 258 |1012 | 572 | 102k|  2 |4730 |  21 | 0.000000e+00 |      --      |    Inf |  52.43%
56.09/56.37	c  56.4s| 36700 |    79 |717154 |  19.0 |    94M |  37 | 258 |1011 | 701 | 103k|  0 |4736 |  21 | 0.000000e+00 |      --      |    Inf |  52.45%
56.19/56.44	c  56.4s| 36800 |    81 |718900 |  19.0 |    94M |  37 | 258 |1024 | 586 | 103k|  0 |4754 |  21 | 0.000000e+00 |      --      |    Inf |  52.47%
56.29/56.53	c  56.5s| 36900 |    81 |721065 |  19.0 |    94M |  37 | 258 |1027 | 584 | 103k|  2 |4758 |  21 | 0.000000e+00 |      --      |    Inf |  52.48%
56.39/56.60	c  56.6s| 37000 |    79 |722740 |  19.0 |    94M |  37 | 258 |1033 | 593 | 104k|  0 |4767 |  21 | 0.000000e+00 |      --      |    Inf |  52.48%
56.39/56.67	c  56.7s| 37100 |    85 |724300 |  19.0 |    96M |  37 | 258 |1029 | 701 | 104k|  0 |4774 |  21 | 0.000000e+00 |      --      |    Inf |  52.48%
56.49/56.74	c  56.7s| 37200 |    79 |725753 |  18.9 |    96M |  37 | 258 |1033 | 696 | 104k|  2 |4782 |  21 | 0.000000e+00 |      --      |    Inf |  52.48%
56.59/56.84	c  56.8s| 37300 |    75 |727298 |  18.9 |    96M |  37 | 258 |1038 | 693 | 104k|  0 |4790 |  21 | 0.000000e+00 |      --      |    Inf |  52.49%
56.69/56.90	c  56.9s| 37400 |    77 |728873 |  18.9 |    96M |  37 | 258 |1045 | 697 | 104k|  2 |4803 |  21 | 0.000000e+00 |      --      |    Inf |  52.49%
56.69/56.98	c  57.0s| 37500 |    75 |730551 |  18.9 |    96M |  37 | 258 |1057 | 704 | 104k|  0 |4824 |  21 | 0.000000e+00 |      --      |    Inf |  52.51%
56.98/57.20	c  57.2s| 37600 |    81 |732607 |  18.9 |    96M |  37 | 258 |1050 | 578 | 104k|  0 |4838 |  21 | 0.000000e+00 |      --      |    Inf |  52.78%
57.08/57.30	c  57.3s| 37700 |    79 |734311 |  18.9 |    96M |  37 | 258 |1038 |   0 | 105k|  0 |4845 |  21 | 0.000000e+00 |      --      |    Inf |  52.87%
57.08/57.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.08/57.38	c  57.4s| 37800 |    79 |736222 |  18.9 |    96M |  37 | 258 |1056 | 693 | 105k|  2 |4871 |  21 | 0.000000e+00 |      --      |    Inf |  52.88%
57.28/57.58	c  57.6s| 37900 |    81 |738505 |  18.9 |    96M |  37 | 258 |1056 | 601 | 105k|  1 |4890 |  21 | 0.000000e+00 |      --      |    Inf |  53.40%
57.48/57.74	c  57.7s| 38000 |    79 |740305 |  18.9 |    96M |  37 | 258 |1051 | 597 | 105k|  2 |4912 |  21 | 0.000000e+00 |      --      |    Inf |  53.50%
57.68/58.00	c  58.0s| 38100 |    79 |743798 |  19.0 |    96M |  37 | 258 |1045 | 582 | 106k|  2 |4948 |  21 | 0.000000e+00 |      --      |    Inf |  53.87%
57.88/58.12	c  58.1s| 38200 |    85 |745560 |  19.0 |    96M |  37 | 258 |1037 | 606 | 106k|  1 |4956 |  21 | 0.000000e+00 |      --      |    Inf |  53.92%
57.98/58.21	c  58.2s| 38300 |    87 |747547 |  19.0 |    96M |  37 | 258 |1040 | 604 | 106k|  2 |4966 |  21 | 0.000000e+00 |      --      |    Inf |  53.94%
57.98/58.28	c  58.3s| 38400 |    85 |748906 |  19.0 |    96M |  37 | 258 |1045 | 626 | 107k|  0 |4978 |  21 | 0.000000e+00 |      --      |    Inf |  53.96%
58.08/58.36	c  58.4s| 38500 |    87 |750955 |  19.0 |    96M |  37 | 258 |1040 | 638 | 107k|  2 |4989 |  21 | 0.000000e+00 |      --      |    Inf |  53.97%
58.18/58.44	c  58.4s| 38600 |    83 |752709 |  19.0 |    96M |  37 | 258 |1032 | 630 | 107k|  1 |4999 |  21 | 0.000000e+00 |      --      |    Inf |  53.98%
58.28/58.54	c  58.5s| 38700 |    83 |755191 |  19.0 |    96M |  37 | 258 |1024 | 622 | 107k|  1 |5015 |  21 | 0.000000e+00 |      --      |    Inf |  54.00%
58.38/58.61	c  58.6s| 38800 |    79 |756769 |  19.0 |    96M |  37 | 258 |1036 | 651 | 108k|  0 |5039 |  21 | 0.000000e+00 |      --      |    Inf |  54.00%
58.38/58.69	c  58.7s| 38900 |    83 |758305 |  19.0 |    96M |  37 | 258 |1048 | 606 | 108k|  2 |5060 |  21 | 0.000000e+00 |      --      |    Inf |  54.01%
58.48/58.76	c  58.8s| 39000 |    81 |759849 |  18.9 |    96M |  37 | 258 |1049 | 625 | 108k|  1 |5062 |  21 | 0.000000e+00 |      --      |    Inf |  54.01%
58.58/58.85	c  58.8s| 39100 |    83 |761976 |  18.9 |    96M |  37 | 258 |1062 | 631 | 108k|  1 |5076 |  21 | 0.000000e+00 |      --      |    Inf |  54.02%
58.68/58.94	c  58.9s| 39200 |    81 |764149 |  19.0 |    96M |  37 | 258 |1059 | 632 | 109k|  2 |5084 |  21 | 0.000000e+00 |      --      |    Inf |  54.02%
58.78/59.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.78/59.05	c  59.0s| 39300 |    77 |767050 |  19.0 |    96M |  37 | 258 |1059 | 609 | 109k|  0 |5096 |  21 | 0.000000e+00 |      --      |    Inf |  54.04%
58.88/59.17	c  59.2s| 39400 |    79 |768423 |  19.0 |    96M |  37 | 258 |1064 | 605 | 109k|  0 |5107 |  21 | 0.000000e+00 |      --      |    Inf |  54.07%
58.98/59.27	c  59.3s| 39500 |    75 |771019 |  19.0 |    96M |  37 | 258 |1080 |   0 | 110k|  0 |5128 |  21 | 0.000000e+00 |      --      |    Inf |  54.15%
59.07/59.35	c  59.3s| 39600 |    79 |772939 |  19.0 |    96M |  37 | 258 |1091 |   0 | 110k|  0 |5146 |  21 | 0.000000e+00 |      --      |    Inf |  54.15%
59.27/59.53	c  59.5s| 39700 |    79 |775127 |  19.0 |    96M |  37 | 258 |1090 | 565 | 110k|  0 |5154 |  21 | 0.000000e+00 |      --      |    Inf |  54.33%
59.37/59.68	c  59.7s| 39800 |    79 |777988 |  19.0 |    96M |  37 | 258 |1087 | 562 | 111k|  1 |5168 |  21 | 0.000000e+00 |      --      |    Inf |  54.43%
59.57/59.80	c  59.8s| 39900 |    81 |780038 |  19.0 |    97M |  37 | 258 |1087 | 571 | 111k|  1 |5172 |  21 | 0.000000e+00 |      --      |    Inf |  54.48%
59.57/59.87	c  59.9s| 40000 |    81 |781709 |  19.0 |    97M |  37 | 258 |1092 | 602 | 111k|  2 |5178 |  21 | 0.000000e+00 |      --      |    Inf |  54.49%
59.67/59.95	c  59.9s| 40100 |    83 |783668 |  19.0 |    97M |  37 | 258 |1096 | 586 | 112k|  1 |5185 |  21 | 0.000000e+00 |      --      |    Inf |  54.50%
59.78/60.02	c  60.0s| 40200 |    83 |785109 |  19.0 |    97M |  37 | 258 |1106 | 624 | 112k|  1 |5197 |  21 | 0.000000e+00 |      --      |    Inf |  54.51%
59.88/60.10	c  60.1s| 40300 |    81 |787276 |  19.0 |    97M |  37 | 258 |1108 | 594 | 112k|  1 |5200 |  21 | 0.000000e+00 |      --      |    Inf |  54.52%
59.88/60.18	c  60.2s| 40400 |    77 |788935 |  19.0 |    97M |  37 | 258 |1112 | 619 | 112k|  0 |5207 |  21 | 0.000000e+00 |      --      |    Inf |  54.52%
60.07/60.32	c  60.3s| 40500 |    81 |791750 |  19.0 |    97M |  37 | 258 |1116 | 592 | 113k|  0 |5215 |  21 | 0.000000e+00 |      --      |    Inf |  54.54%
60.17/60.40	c  60.4s| 40600 |    81 |793534 |  19.0 |    97M |  37 | 258 |1118 | 600 | 113k|  2 |5222 |  21 | 0.000000e+00 |      --      |    Inf |  54.57%
60.17/60.48	c  60.5s| 40700 |    81 |795277 |  19.0 |    97M |  37 | 258 |1138 | 609 | 113k|  0 |5243 |  21 | 0.000000e+00 |      --      |    Inf |  54.59%
60.27/60.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.27/60.57	c  60.6s| 40800 |    81 |797517 |  19.0 |    97M |  37 | 258 |1162 | 603 | 114k|  2 |5272 |  21 | 0.000000e+00 |      --      |    Inf |  54.61%
60.47/60.72	c  60.7s| 40900 |    81 |800044 |  19.0 |    97M |  37 | 258 |1166 | 591 | 114k|  2 |5282 |  21 | 0.000000e+00 |      --      |    Inf |  54.63%
60.47/60.79	c  60.8s| 41000 |    83 |801657 |  19.0 |    97M |  37 | 258 |1163 | 603 | 114k|  1 |5287 |  21 | 0.000000e+00 |      --      |    Inf |  54.64%
60.57/60.85	c  60.8s| 41100 |    79 |803056 |  19.0 |    97M |  37 | 258 |1179 | 629 | 114k|  0 |5304 |  21 | 0.000000e+00 |      --      |    Inf |  54.64%
60.77/61.01	c  61.0s| 41200 |    77 |805611 |  19.0 |    97M |  37 | 258 |1179 | 644 | 115k|  0 |5325 |  21 | 0.000000e+00 |      --      |    Inf |  54.84%
60.87/61.18	c  61.2s| 41300 |    83 |808230 |  19.1 |    97M |  37 | 258 |1186 | 607 | 115k|  2 |5340 |  21 | 0.000000e+00 |      --      |    Inf |  54.88%
61.07/61.30	c  61.3s| 41400 |    80 |811264 |  19.1 |    97M |  37 | 258 |1182 | 628 | 115k|  2 |5369 |  21 | 0.000000e+00 |      --      |    Inf |  54.95%
61.17/61.44	c  61.4s| 41500 |    80 |813112 |  19.1 |    97M |  37 | 258 |1173 | 615 | 116k|  2 |5372 |  21 | 0.000000e+00 |      --      |    Inf |  54.99%
61.27/61.51	c  61.5s| 41600 |    82 |814818 |  19.1 |    97M |  37 | 258 |1177 | 604 | 116k|  0 |5381 |  21 | 0.000000e+00 |      --      |    Inf |  55.00%
61.27/61.59	c  61.6s| 41700 |    82 |816514 |  19.1 |    97M |  37 | 258 |1179 | 597 | 116k|  0 |5386 |  21 | 0.000000e+00 |      --      |    Inf |  55.01%
61.47/61.74	c  61.7s| 41800 |    84 |818700 |  19.1 |    97M |  37 | 258 |1182 | 612 | 116k|  2 |5397 |  21 | 0.000000e+00 |      --      |    Inf |  55.08%
61.57/61.86	c  61.8s| 41900 |    84 |820477 |  19.1 |    97M |  37 | 258 |1165 | 623 | 117k|  0 |5403 |  21 | 0.000000e+00 |      --      |    Inf |  55.16%
61.67/61.93	c  61.9s| 42000 |    86 |821859 |  19.1 |    97M |  37 | 258 |1159 | 601 | 117k|  2 |5407 |  21 | 0.000000e+00 |      --      |    Inf |  55.18%
61.77/62.01	c  62.0s| 42100 |    82 |823542 |  19.1 |    97M |  37 | 258 |1139 | 591 | 117k|  1 |5412 |  21 | 0.000000e+00 |      --      |    Inf |  55.21%
61.87/62.15	c  62.1s| 42200 |    82 |825757 |  19.1 |    97M |  37 | 258 |1112 | 580 | 118k|  1 |5417 |  21 | 0.000000e+00 |      --      |    Inf |  55.23%
62.07/62.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.07/62.30	c  62.3s| 42300 |    84 |827889 |  19.1 |    97M |  37 | 258 |1102 | 610 | 118k|  2 |5429 |  21 | 0.000000e+00 |      --      |    Inf |  55.30%
62.07/62.37	c  62.4s| 42400 |    80 |829501 |  19.1 |    97M |  37 | 258 |1087 | 623 | 118k|  0 |5439 |  21 | 0.000000e+00 |      --      |    Inf |  55.33%
62.16/62.46	c  62.4s| 42500 |    84 |831182 |  19.1 |    97M |  37 | 258 |1078 | 631 | 118k|  1 |5455 |  21 | 0.000000e+00 |      --      |    Inf |  55.34%
62.26/62.52	c  62.5s| 42600 |    82 |832454 |  19.0 |    97M |  37 | 258 |1065 |   0 | 119k|  0 |5465 |  21 | 0.000000e+00 |      --      |    Inf |  55.35%
62.26/62.59	c  62.6s| 42700 |    82 |834028 |  19.0 |    97M |  37 | 258 |1063 | 631 | 119k|  0 |5473 |  21 | 0.000000e+00 |      --      |    Inf |  55.36%
62.36/62.66	c  62.7s| 42800 |    82 |835530 |  19.0 |    97M |  37 | 258 |1067 | 632 | 119k|  0 |5480 |  21 | 0.000000e+00 |      --      |    Inf |  55.36%
62.46/62.72	c  62.7s| 42900 |    84 |836960 |  19.0 |    97M |  37 | 258 |1073 | 638 | 119k|  1 |5487 |  21 | 0.000000e+00 |      --      |    Inf |  55.36%
62.46/62.79	c  62.8s| 43000 |    84 |838381 |  19.0 |    97M |  37 | 258 |1077 | 634 | 119k|  1 |5491 |  21 | 0.000000e+00 |      --      |    Inf |  55.36%
62.56/62.86	c  62.9s| 43100 |    82 |840205 |  19.0 |    97M |  37 | 258 |1076 | 565 | 119k|  2 |5494 |  21 | 0.000000e+00 |      --      |    Inf |  55.37%
62.66/62.95	c  62.9s| 43200 |    82 |842111 |  19.0 |    97M |  37 | 258 |1076 | 606 | 120k|  0 |5501 |  21 | 0.000000e+00 |      --      |    Inf |  55.38%
62.77/63.02	c  63.0s| 43300 |    84 |843693 |  19.0 |    97M |  37 | 258 |1072 | 638 | 120k|  2 |5506 |  21 | 0.000000e+00 |      --      |    Inf |  55.39%
62.77/63.08	c  63.1s| 43400 |    84 |845273 |  19.0 |    97M |  37 | 258 |1068 | 699 | 120k|  0 |5509 |  21 | 0.000000e+00 |      --      |    Inf |  55.39%
62.87/63.16	c  63.1s| 43500 |    82 |846953 |  19.0 |    97M |  37 | 258 |1064 | 655 | 120k|  1 |5517 |  21 | 0.000000e+00 |      --      |    Inf |  55.39%
62.96/63.23	c  63.2s| 43600 |    80 |848615 |  19.0 |    97M |  37 | 258 |1059 | 698 | 120k|  0 |5520 |  21 | 0.000000e+00 |      --      |    Inf |  55.40%
63.06/63.31	c  63.3s| 43700 |    82 |850450 |  19.0 |    97M |  37 | 258 |1056 | 621 | 121k|  2 |5534 |  21 | 0.000000e+00 |      --      |    Inf |  55.42%
63.16/63.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.16/63.44	c  63.4s| 43800 |    82 |852580 |  19.0 |    97M |  37 | 258 |1043 | 610 | 121k|  0 |5543 |  21 | 0.000000e+00 |      --      |    Inf |  55.52%
63.36/63.67	c  63.7s| 43900 |    82 |855317 |  19.0 |    97M |  37 | 258 |1011 | 659 | 121k|  2 |5558 |  21 | 0.000000e+00 |      --      |    Inf |  55.82%
63.56/63.83	c  63.8s| 44000 |    86 |858103 |  19.0 |    97M |  37 | 258 | 995 | 618 | 122k|  2 |5564 |  21 | 0.000000e+00 |      --      |    Inf |  55.86%
63.56/63.89	c  63.9s| 44100 |    86 |859754 |  19.0 |    97M |  37 | 258 | 986 | 644 | 122k|  2 |5570 |  21 | 0.000000e+00 |      --      |    Inf |  55.87%
63.66/63.97	c  64.0s| 44200 |    84 |861190 |  19.0 |    97M |  37 | 258 | 990 | 633 | 122k|  0 |5585 |  21 | 0.000000e+00 |      --      |    Inf |  55.90%
63.76/64.03	c  64.0s| 44300 |    84 |862816 |  19.0 |    97M |  37 | 258 | 988 | 617 | 122k|  1 |5591 |  21 | 0.000000e+00 |      --      |    Inf |  55.90%
63.86/64.12	c  64.1s| 44400 |    82 |864921 |  19.0 |    97M |  37 | 258 | 997 | 609 | 122k|  0 |5607 |  21 | 0.000000e+00 |      --      |    Inf |  55.92%
63.96/64.26	c  64.3s| 44500 |    82 |866773 |  19.0 |    97M |  37 | 258 | 993 |   0 | 123k|  0 |5619 |  21 | 0.000000e+00 |      --      |    Inf |  55.99%
64.06/64.35	c  64.3s| 44600 |    82 |868664 |  19.0 |    97M |  37 | 258 | 977 |   0 | 123k|  0 |5627 |  21 | 0.000000e+00 |      --      |    Inf |  56.00%
64.16/64.44	c  64.4s| 44700 |    82 |870975 |  19.0 |    97M |  37 | 258 | 974 | 646 | 123k|  2 |5638 |  21 | 0.000000e+00 |      --      |    Inf |  56.00%
64.36/64.63	c  64.6s| 44800 |    86 |873408 |  19.0 |    97M |  37 | 258 | 962 | 649 | 124k|  1 |5651 |  21 | 0.000000e+00 |      --      |    Inf |  56.14%
64.46/64.71	c  64.7s| 44900 |    82 |875238 |  19.0 |    97M |  37 | 258 | 962 | 628 | 124k|  2 |5662 |  21 | 0.000000e+00 |      --      |    Inf |  56.19%
64.46/64.77	c  64.8s| 45000 |    82 |876865 |  19.0 |    97M |  37 | 258 | 964 | 653 | 124k|  1 |5672 |  21 | 0.000000e+00 |      --      |    Inf |  56.19%
64.56/64.84	c  64.8s| 45100 |    80 |878207 |  19.0 |    97M |  37 | 258 | 975 |   0 | 124k|  0 |5686 |  21 | 0.000000e+00 |      --      |    Inf |  56.19%
64.86/65.18	c  65.2s| 45200 |    84 |881272 |  19.0 |    97M |  37 | 258 | 950 | 611 | 125k|  2 |5694 |  21 | 0.000000e+00 |      --      |    Inf |  56.53%
65.15/65.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.15/65.44	c  65.4s| 45300 |    82 |884351 |  19.1 |    97M |  37 | 258 | 922 | 612 | 125k|  2 |5703 |  21 | 0.000000e+00 |      --      |    Inf |  56.86%
65.35/65.61	c  65.6s| 45400 |    82 |887758 |  19.1 |    97M |  37 | 258 | 889 | 630 | 126k|  2 |5711 |  21 | 0.000000e+00 |      --      |    Inf |  56.97%
65.45/65.75	c  65.7s| 45500 |    80 |889959 |  19.1 |    97M |  37 | 258 | 880 | 613 | 126k|  0 |5713 |  21 | 0.000000e+00 |      --      |    Inf |  57.06%
65.65/65.90	c  65.9s| 45600 |    84 |891745 |  19.1 |    97M |  37 | 258 | 875 | 624 | 127k|  1 |5715 |  21 | 0.000000e+00 |      --      |    Inf |  57.11%
65.65/65.98	c  66.0s| 45700 |    82 |893769 |  19.1 |    97M |  37 | 258 | 881 | 628 | 127k|  1 |5722 |  21 | 0.000000e+00 |      --      |    Inf |  57.12%
65.76/66.07	c  66.1s| 45800 |    82 |896285 |  19.1 |    97M |  37 | 258 | 878 | 603 | 127k|  2 |5725 |  21 | 0.000000e+00 |      --      |    Inf |  57.15%
65.86/66.15	c  66.1s| 45900 |    80 |898278 |  19.1 |    97M |  37 | 258 | 882 | 615 | 127k|  0 |5729 |  21 | 0.000000e+00 |      --      |    Inf |  57.18%
65.95/66.22	c  66.2s| 46000 |    82 |899744 |  19.1 |    97M |  37 | 258 | 898 | 622 | 127k|  1 |5745 |  21 | 0.000000e+00 |      --      |    Inf |  57.18%
66.05/66.30	c  66.3s| 46100 |    80 |901850 |  19.1 |    97M |  37 | 258 | 903 | 635 | 128k|  1 |5750 |  21 | 0.000000e+00 |      --      |    Inf |  57.19%
66.05/66.38	c  66.4s| 46200 |    82 |903632 |  19.1 |    97M |  37 | 258 | 919 | 627 | 128k|  2 |5769 |  21 | 0.000000e+00 |      --      |    Inf |  57.19%
66.15/66.46	c  66.4s| 46300 |    80 |905255 |  19.1 |    97M |  37 | 258 | 934 | 638 | 128k|  1 |5785 |  21 | 0.000000e+00 |      --      |    Inf |  57.19%
66.35/66.60	c  66.6s| 46400 |    82 |907090 |  19.1 |    97M |  37 | 258 | 947 | 604 | 129k|  0 |5804 |  21 | 0.000000e+00 |      --      |    Inf |  57.27%
66.35/66.67	c  66.7s| 46500 |    80 |908562 |  19.1 |    97M |  37 | 258 | 959 | 649 | 129k|  2 |5819 |  21 | 0.000000e+00 |      --      |    Inf |  57.27%
66.45/66.75	c  66.7s| 46600 |    80 |910423 |  19.1 |    97M |  37 | 258 | 957 | 605 | 129k|  1 |5827 |  21 | 0.000000e+00 |      --      |    Inf |  57.27%
66.55/66.83	c  66.8s| 46700 |    82 |912142 |  19.1 |    97M |  37 | 258 | 982 |   0 | 129k|  0 |5860 |  21 | 0.000000e+00 |      --      |    Inf |  57.27%
66.65/66.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.65/66.90	c  66.9s| 46800 |    82 |913630 |  19.1 |    97M |  37 | 258 | 991 |   0 | 129k|  0 |5873 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
66.65/66.96	c  67.0s| 46900 |    80 |914885 |  19.1 |    97M |  37 | 258 |1006 | 603 | 129k|  0 |5890 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
66.75/67.04	c  67.0s| 47000 |    80 |916573 |  19.0 |    97M |  37 | 258 |1016 | 629 | 130k|  2 |5904 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
66.85/67.11	c  67.1s| 47100 |    82 |918449 |  19.0 |    97M |  37 | 258 |1026 | 662 | 130k|  1 |5917 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
66.85/67.18	c  67.2s| 47200 |    80 |919991 |  19.0 |    97M |  37 | 258 |1031 | 751 | 130k|  2 |5926 |  21 | 0.000000e+00 |      --      |    Inf |  57.28%
66.95/67.26	c  67.3s| 47300 |    80 |921757 |  19.0 |    97M |  37 | 258 |1020 | 613 | 130k|  2 |5931 |  21 | 0.000000e+00 |      --      |    Inf |  57.29%
67.05/67.34	c  67.3s| 47400 |    82 |923681 |  19.0 |    97M |  37 | 258 |1018 | 691 | 131k|  0 |5934 |  21 | 0.000000e+00 |      --      |    Inf |  57.29%
67.14/67.40	c  67.4s| 47500 |    82 |924989 |  19.0 |    97M |  37 | 258 |1020 | 649 | 131k|  2 |5941 |  21 | 0.000000e+00 |      --      |    Inf |  57.29%
67.14/67.47	c  67.5s| 47600 |    82 |926587 |  19.0 |    97M |  37 | 258 |1018 | 576 | 131k|  2 |5946 |  21 | 0.000000e+00 |      --      |    Inf |  57.30%
67.44/67.70	c  67.7s| 47700 |    82 |928766 |  19.0 |    97M |  37 | 258 |1021 | 654 | 131k|  1 |5956 |  21 | 0.000000e+00 |      --      |    Inf |  57.60%
67.54/67.84	c  67.8s| 47800 |    82 |930531 |  19.0 |    97M |  37 | 258 |1025 | 645 | 131k|  0 |5961 |  21 | 0.000000e+00 |      --      |    Inf |  57.67%
67.64/67.92	c  67.9s| 47900 |    82 |932478 |  19.0 |    97M |  37 | 258 |1022 | 653 | 132k|  0 |5966 |  21 | 0.000000e+00 |      --      |    Inf |  57.71%
67.75/68.00	c  68.0s| 48000 |    82 |934277 |  19.0 |    97M |  37 | 258 |1011 | 580 | 132k|  2 |5973 |  21 | 0.000000e+00 |      --      |    Inf |  57.71%
67.75/68.08	c  68.1s| 48100 |    84 |935920 |  19.0 |    97M |  37 | 258 |1009 | 610 | 132k|  2 |5974 |  21 | 0.000000e+00 |      --      |    Inf |  57.71%
67.85/68.14	c  68.1s| 48200 |    82 |937335 |  19.0 |    97M |  37 | 258 |1010 | 613 | 132k|  0 |5976 |  21 | 0.000000e+00 |      --      |    Inf |  57.71%
67.94/68.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
67.94/68.28	c  68.3s| 48300 |    80 |939240 |  19.0 |    97M |  38 | 258 | 975 | 748 | 133k|  0 |5984 |  21 | 0.000000e+00 |      --      |    Inf |  57.81%
68.14/68.44	c  68.4s| 48400 |    82 |941474 |  19.0 |    97M |  38 | 258 | 972 | 629 | 133k|  0 |6002 |  21 | 0.000000e+00 |      --      |    Inf |  57.84%
68.24/68.51	c  68.5s| 48500 |    84 |942931 |  19.0 |    97M |  38 | 258 | 966 | 617 | 133k|  2 |6004 |  21 | 0.000000e+00 |      --      |    Inf |  57.86%
68.24/68.58	c  68.6s| 48600 |    82 |944522 |  19.0 |    97M |  38 | 258 | 958 | 615 | 133k|  2 |6007 |  21 | 0.000000e+00 |      --      |    Inf |  57.88%
68.34/68.65	c  68.6s| 48700 |    82 |946216 |  19.0 |    97M |  38 | 258 | 954 |   0 | 134k|  0 |6012 |  21 | 0.000000e+00 |      --      |    Inf |  57.88%
68.44/68.74	c  68.7s| 48800 |    88 |948257 |  19.0 |    97M |  38 | 258 | 938 | 638 | 134k|  2 |6018 |  21 | 0.000000e+00 |      --      |    Inf |  57.89%
68.54/68.82	c  68.8s| 48900 |    82 |950049 |  19.0 |    97M |  38 | 258 | 924 | 693 | 134k|  1 |6031 |  21 | 0.000000e+00 |      --      |    Inf |  57.90%
68.64/68.91	c  68.9s| 49000 |    82 |951928 |  19.0 |    97M |  38 | 258 | 923 | 643 | 134k|  2 |6049 |  21 | 0.000000e+00 |      --      |    Inf |  57.90%
68.64/68.99	c  69.0s| 49100 |    82 |954214 |  19.0 |    97M |  38 | 258 | 913 | 588 | 135k|  2 |6053 |  21 | 0.000000e+00 |      --      |    Inf |  57.90%
68.74/69.06	c  69.1s| 49200 |    80 |955762 |  19.0 |    97M |  38 | 258 | 916 |   0 | 135k|  0 |6063 |  21 | 0.000000e+00 |      --      |    Inf |  57.90%
68.84/69.14	c  69.1s| 49300 |    80 |957615 |  19.0 |    97M |  38 | 258 | 912 | 649 | 135k|  1 |6076 |  21 | 0.000000e+00 |      --      |    Inf |  57.92%
68.94/69.29	c  69.3s| 49400 |    84 |960080 |  19.0 |    97M |  38 | 258 | 915 |   0 | 135k|  0 |6094 |  21 | 0.000000e+00 |      --      |    Inf |  58.01%
69.14/69.48	c  69.5s| 49500 |    84 |962314 |  19.0 |    97M |  38 | 258 | 924 | 595 | 136k|  2 |6113 |  21 | 0.000000e+00 |      --      |    Inf |  58.16%
69.24/69.55	c  69.5s| 49600 |    86 |963884 |  19.0 |    97M |  38 | 258 | 930 | 609 | 136k|  2 |6124 |  21 | 0.000000e+00 |      --      |    Inf |  58.19%
69.34/69.64	c  69.6s| 49700 |    86 |965931 |  19.0 |    97M |  38 | 258 | 931 | 625 | 136k|  0 |6127 |  21 | 0.000000e+00 |      --      |    Inf |  58.22%
69.44/69.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.44/69.71	c  69.7s| 49800 |    84 |967541 |  19.0 |    97M |  38 | 258 | 927 | 620 | 136k|  2 |6133 |  21 | 0.000000e+00 |      --      |    Inf |  58.23%
69.54/69.86	c  69.8s| 49900 |    86 |970028 |  19.0 |    97M |  38 | 258 | 936 | 608 | 137k|  2 |6145 |  21 | 0.000000e+00 |      --      |    Inf |  58.30%
69.64/69.94	c  69.9s| 50000 |    84 |971719 |  19.0 |    97M |  38 | 258 | 936 | 638 | 137k|  2 |6155 |  21 | 0.000000e+00 |      --      |    Inf |  58.31%
69.74/70.02	c  70.0s| 50100 |    82 |973582 |  19.0 |    97M |  38 | 258 | 941 | 617 | 137k|  2 |6172 |  21 | 0.000000e+00 |      --      |    Inf |  58.32%
69.74/70.10	c  70.1s| 50200 |    82 |975492 |  19.0 |    97M |  38 | 258 | 949 | 619 | 138k|  1 |6185 |  21 | 0.000000e+00 |      --      |    Inf |  58.32%
69.94/70.26	c  70.3s| 50300 |    84 |977766 |  19.0 |    97M |  38 | 258 | 942 | 597 | 138k|  2 |6196 |  21 | 0.000000e+00 |      --      |    Inf |  58.58%
70.04/70.36	c  70.4s| 50400 |    82 |980173 |  19.0 |    97M |  38 | 258 | 940 | 627 | 138k|  0 |6203 |  21 | 0.000000e+00 |      --      |    Inf |  58.61%
70.14/70.45	c  70.4s| 50500 |    82 |981985 |  19.0 |    97M |  38 | 258 | 939 | 610 | 139k|  2 |6207 |  21 | 0.000000e+00 |      --      |    Inf |  58.62%
70.23/70.54	c  70.5s| 50600 |    82 |984306 |  19.0 |    97M |  38 | 258 | 945 | 606 | 139k|  1 |6218 |  21 | 0.000000e+00 |      --      |    Inf |  58.63%
70.33/70.67	c  70.7s| 50700 |    84 |987903 |  19.1 |    97M |  38 | 258 | 947 | 627 | 139k|  0 |6239 |  21 | 0.000000e+00 |      --      |    Inf |  58.64%
70.53/70.83	c  70.8s| 50800 |    86 |990081 |  19.1 |    97M |  38 | 258 | 941 | 601 | 140k|  2 |6243 |  21 | 0.000000e+00 |      --      |    Inf |  58.78%
70.63/70.90	c  70.9s| 50900 |    84 |991788 |  19.1 |    97M |  38 | 258 | 939 | 616 | 140k|  2 |6243 |  21 | 0.000000e+00 |      --      |    Inf |  58.82%
70.74/71.03	c  71.0s| 51000 |    84 |993412 |  19.1 |    97M |  38 | 258 | 950 | 617 | 140k|  0 |6260 |  21 | 0.000000e+00 |      --      |    Inf |  58.86%
70.84/71.18	c  71.2s| 51100 |    90 |994925 |  19.1 |    98M |  38 | 258 | 962 | 658 | 140k|  1 |6282 |  21 | 0.000000e+00 |      --      |    Inf |  58.89%
70.93/71.25	c  71.2s| 51200 |    88 |996370 |  19.0 |    98M |  38 | 258 | 974 | 606 | 141k|  0 |6295 |  21 | 0.000000e+00 |      --      |    Inf |  58.91%
71.03/71.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.03/71.32	c  71.3s| 51300 |    86 |997933 |  19.0 |    98M |  38 | 258 | 981 | 669 | 141k|  2 |6305 |  21 | 0.000000e+00 |      --      |    Inf |  58.93%
71.13/71.40	c  71.4s| 51400 |    82 |999717 |  19.0 |    98M |  38 | 258 | 994 | 663 | 141k|  0 |6322 |  21 | 0.000000e+00 |      --      |    Inf |  58.94%
71.23/71.53	c  71.5s| 51500 |    82 |  1003k|  19.1 |    98M |  38 | 258 | 987 | 649 | 141k|  2 |6330 |  21 | 0.000000e+00 |      --      |    Inf |  58.96%
71.33/71.62	c  71.6s| 51600 |    86 |  1005k|  19.1 |    98M |  38 | 258 | 993 | 606 | 141k|  1 |6340 |  21 | 0.000000e+00 |      --      |    Inf |  59.00%
71.43/71.71	c  71.7s| 51700 |    86 |  1007k|  19.1 |    98M |  38 | 258 | 990 | 663 | 142k|  2 |6344 |  21 | 0.000000e+00 |      --      |    Inf |  59.01%
71.53/71.80	c  71.8s| 51800 |    82 |  1010k|  19.1 |    98M |  38 | 258 | 991 | 619 | 142k|  0 |6348 |  21 | 0.000000e+00 |      --      |    Inf |  59.02%
71.53/71.87	c  71.9s| 51900 |    82 |  1011k|  19.1 |    98M |  38 | 258 |1011 | 606 | 142k|  2 |6371 |  21 | 0.000000e+00 |      --      |    Inf |  59.02%
71.73/72.07	c  72.1s| 52000 |    80 |  1014k|  19.1 |    98M |  38 | 258 |1007 | 610 | 143k|  0 |6382 |  21 | 0.000000e+00 |      --      |    Inf |  59.21%
72.03/72.37	c  72.4s| 52100 |    82 |  1017k|  19.1 |    98M |  38 | 258 |1006 | 585 | 143k|  2 |6398 |  21 | 0.000000e+00 |      --      |    Inf |  59.49%
72.13/72.44	c  72.4s| 52200 |    82 |  1018k|  19.1 |    98M |  38 | 258 |1014 | 630 | 143k|  0 |6411 |  21 | 0.000000e+00 |      --      |    Inf |  59.51%
72.23/72.57	c  72.6s| 52300 |    84 |  1020k|  19.1 |    98M |  38 | 258 |1027 | 616 | 144k|  1 |6426 |  21 | 0.000000e+00 |      --      |    Inf |  59.53%
72.43/72.71	c  72.7s| 52400 |    84 |  1022k|  19.1 |    98M |  38 | 258 |1055 |   0 | 144k|  0 |6463 |  21 | 0.000000e+00 |      --      |    Inf |  59.61%
72.43/72.78	c  72.8s| 52500 |    86 |  1024k|  19.1 |    98M |  38 | 258 |1065 | 629 | 144k|  2 |6474 |  21 | 0.000000e+00 |      --      |    Inf |  59.62%
72.53/72.86	c  72.8s| 52600 |    84 |  1025k|  19.1 |    98M |  38 | 258 |1074 | 629 | 145k|  0 |6483 |  21 | 0.000000e+00 |      --      |    Inf |  59.63%
72.63/72.94	c  72.9s| 52700 |    84 |  1027k|  19.1 |    98M |  38 | 258 |1087 | 638 | 145k|  0 |6501 |  21 | 0.000000e+00 |      --      |    Inf |  59.64%
72.73/73.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.73/73.01	c  73.0s| 52800 |    86 |  1028k|  19.1 |    98M |  38 | 258 |1089 | 624 | 145k|  2 |6505 |  21 | 0.000000e+00 |      --      |    Inf |  59.64%
72.73/73.08	c  73.1s| 52900 |    84 |  1030k|  19.1 |    98M |  38 | 258 |1092 | 640 | 145k|  0 |6509 |  21 | 0.000000e+00 |      --      |    Inf |  59.65%
72.83/73.15	c  73.1s| 53000 |    86 |  1032k|  19.1 |    98M |  38 | 258 |1116 | 632 | 145k|  1 |6534 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
72.93/73.22	c  73.2s| 53100 |    84 |  1033k|  19.1 |    98M |  38 | 258 |1135 | 632 | 145k|  0 |6553 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
72.93/73.28	c  73.3s| 53200 |    82 |  1034k|  19.1 |    98M |  38 | 258 |1155 | 657 | 146k|  2 |6573 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
73.03/73.35	c  73.3s| 53300 |    84 |  1036k|  19.0 |    98M |  38 | 258 |1166 | 653 | 146k|  2 |6589 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
73.12/73.42	c  73.4s| 53400 |    82 |  1037k|  19.0 |    98M |  38 | 258 |1169 | 607 | 146k|  0 |6594 |  21 | 0.000000e+00 |      --      |    Inf |  59.66%
73.22/73.54	c  73.5s| 53500 |    82 |  1039k|  19.0 |    98M |  38 | 258 |1176 | 591 | 146k|  0 |6611 |  21 | 0.000000e+00 |      --      |    Inf |  59.75%
73.42/73.75	c  73.7s| 53600 |    88 |  1042k|  19.1 |    98M |  38 | 258 |1179 | 578 | 147k|  2 |6635 |  21 | 0.000000e+00 |      --      |    Inf |  59.86%
73.52/73.83	c  73.8s| 53700 |    88 |  1044k|  19.0 |    98M |  38 | 258 |1169 | 589 | 147k|  2 |6637 |  21 | 0.000000e+00 |      --      |    Inf |  59.87%
73.62/73.97	c  74.0s| 53800 |    88 |  1045k|  19.0 |    98M |  38 | 258 |1172 | 603 | 147k|  0 |6650 |  21 | 0.000000e+00 |      --      |    Inf |  59.90%
73.73/74.04	c  74.0s| 53900 |    86 |  1047k|  19.0 |    98M |  38 | 258 |1172 | 595 | 147k|  1 |6654 |  21 | 0.000000e+00 |      --      |    Inf |  59.91%
73.83/74.12	c  74.1s| 54000 |    88 |  1049k|  19.0 |    98M |  38 | 258 |1171 | 613 | 148k|  0 |6659 |  21 | 0.000000e+00 |      --      |    Inf |  59.92%
73.92/74.20	c  74.2s| 54100 |    90 |  1050k|  19.0 |    98M |  38 | 258 |1191 | 616 | 148k|  2 |6681 |  21 | 0.000000e+00 |      --      |    Inf |  59.93%
73.92/74.27	c  74.3s| 54200 |    88 |  1052k|  19.0 |    98M |  38 | 258 |1200 | 621 | 148k|  1 |6694 |  21 | 0.000000e+00 |      --      |    Inf |  59.93%
74.02/74.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
74.02/74.35	c  74.3s| 54300 |    90 |  1054k|  19.0 |    98M |  38 | 258 |1225 | 627 | 148k|  2 |6720 |  21 | 0.000000e+00 |      --      |    Inf |  59.94%
74.12/74.43	c  74.4s| 54400 |    90 |  1056k|  19.0 |    98M |  38 | 258 |1243 | 608 | 149k|  2 |6740 |  21 | 0.000000e+00 |      --      |    Inf |  59.94%
74.22/74.51	c  74.5s| 54500 |    88 |  1058k|  19.0 |    98M |  38 | 258 |1252 | 632 | 149k|  2 |6750 |  21 | 0.000000e+00 |      --      |    Inf |  59.94%
74.32/74.62	c  74.6s| 54600 |    92 |  1059k|  19.0 |    98M |  38 | 258 |1271 | 633 | 149k|  0 |6772 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
74.32/74.69	c  74.7s| 54700 |    94 |  1061k|  19.0 |    98M |  38 | 258 |1288 | 622 | 150k|  2 |6792 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
74.42/74.75	c  74.7s| 54800 |    90 |  1062k|  19.0 |    98M |  38 | 258 |1295 | 679 | 150k|  1 |6802 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
74.52/74.82	c  74.8s| 54900 |    92 |  1063k|  19.0 |    98M |  38 | 258 |1309 | 610 | 150k|  2 |6817 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
74.52/74.89	c  74.9s| 55000 |    90 |  1065k|  19.0 |    98M |  38 | 258 |1314 | 632 | 150k|  1 |6824 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
74.62/74.97	c  75.0s| 55100 |    92 |  1067k|  19.0 |    98M |  38 | 258 |1321 | 637 | 150k|  1 |6831 |  21 | 0.000000e+00 |      --      |    Inf |  59.95%
74.72/75.04	c  75.0s| 55200 |    86 |  1068k|  19.0 |    98M |  38 | 258 |1339 | 643 | 151k|  1 |6849 |  21 | 0.000000e+00 |      --      |    Inf |  59.97%
74.82/75.18	c  75.2s| 55300 |    86 |  1070k|  19.0 |    98M |  38 | 258 |1332 | 605 | 151k|  0 |6858 |  21 | 0.000000e+00 |      --      |    Inf |  59.99%
74.92/75.25	c  75.2s| 55400 |    88 |  1072k|  19.0 |    98M |  38 | 258 |1316 | 743 | 151k|  0 |6861 |  21 | 0.000000e+00 |      --      |    Inf |  60.04%
75.02/75.32	c  75.3s| 55500 |    88 |  1073k|  19.0 |    98M |  38 | 258 |1306 | 743 | 151k|  0 |6866 |  21 | 0.000000e+00 |      --      |    Inf |  60.04%
75.02/75.38	c  75.4s| 55600 |    86 |  1074k|  19.0 |    98M |  38 | 258 |1314 |   0 | 151k|  0 |6880 |  21 | 0.000000e+00 |      --      |    Inf |  60.05%
75.22/75.50	c  75.5s| 55700 |    88 |  1076k|  18.9 |    98M |  38 | 258 |1312 | 566 | 151k|  2 |6885 |  21 | 0.000000e+00 |      --      |    Inf |  60.14%
75.32/75.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.32/75.64	c  75.6s| 55800 |    88 |  1078k|  18.9 |    98M |  38 | 258 |1316 | 608 | 152k|  1 |6902 |  21 | 0.000000e+00 |      --      |    Inf |  60.23%
75.42/75.71	c  75.7s| 55900 |    86 |  1079k|  18.9 |    98M |  38 | 258 |1316 | 627 | 152k|  1 |6911 |  21 | 0.000000e+00 |      --      |    Inf |  60.24%
75.52/75.86	c  75.9s| 56000 |    86 |  1082k|  18.9 |    98M |  38 | 258 |1311 | 613 | 152k|  0 |6928 |  21 | 0.000000e+00 |      --      |    Inf |  60.30%
75.62/75.95	c  75.9s| 56100 |    86 |  1084k|  19.0 |    98M |  38 | 258 |1314 | 625 | 152k|  0 |6943 |  21 | 0.000000e+00 |      --      |    Inf |  60.32%
75.72/76.02	c  76.0s| 56200 |    88 |  1086k|  18.9 |    98M |  38 | 258 |1306 |   0 | 153k|  0 |6949 |  21 | 0.000000e+00 |      --      |    Inf |  60.32%
75.72/76.09	c  76.1s| 56300 |    90 |  1087k|  18.9 |    98M |  38 | 258 |1290 | 600 | 153k|  2 |6953 |  21 | 0.000000e+00 |      --      |    Inf |  60.33%
75.82/76.15	c  76.1s| 56400 |    90 |  1088k|  18.9 |    98M |  38 | 258 |1287 | 625 | 153k|  2 |6962 |  21 | 0.000000e+00 |      --      |    Inf |  60.33%
75.92/76.23	c  76.2s| 56500 |    88 |  1090k|  18.9 |    98M |  38 | 258 |1280 | 628 | 153k|  0 |6969 |  21 | 0.000000e+00 |      --      |    Inf |  60.33%
76.12/76.43	c  76.4s| 56600 |    94 |  1091k|  18.9 |    98M |  38 | 258 |1270 | 593 | 153k|  2 |6977 |  21 | 0.000000e+00 |      --      |    Inf |  60.62%
76.21/76.55	c  76.5s| 56700 |    92 |  1092k|  18.9 |    98M |  38 | 258 |1272 | 671 | 154k|  1 |6991 |  21 | 0.000000e+00 |      --      |    Inf |  60.71%
76.31/76.62	c  76.6s| 56800 |    90 |  1094k|  18.9 |    98M |  38 | 258 |1268 | 679 | 154k|  0 |6999 |  21 | 0.000000e+00 |      --      |    Inf |  60.72%
76.51/76.81	c  76.8s| 56900 |    88 |  1097k|  18.9 |    98M |  38 | 258 |1213 | 637 | 154k|  1 |7014 |  21 | 0.000000e+00 |      --      |    Inf |  60.92%
76.61/76.95	c  76.9s| 57000 |    92 |  1099k|  18.9 |    98M |  38 | 258 |1115 | 595 | 155k|  2 |7019 |  21 | 0.000000e+00 |      --      |    Inf |  61.00%
76.72/77.09	c  77.1s| 57100 |    92 |  1101k|  18.9 |    98M |  38 | 258 |1091 | 581 | 155k|  2 |7023 |  21 | 0.000000e+00 |      --      |    Inf |  61.06%
76.82/77.18	c  77.2s| 57200 |    92 |  1104k|  18.9 |    98M |  38 | 258 |1071 | 615 | 155k|  2 |7031 |  21 | 0.000000e+00 |      --      |    Inf |  61.10%
76.91/77.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
76.91/77.28	c  77.3s| 57300 |    92 |  1107k|  19.0 |    98M |  38 | 258 |1052 | 622 | 156k|  1 |7036 |  21 | 0.000000e+00 |      --      |    Inf |  61.12%
77.01/77.35	c  77.3s| 57400 |    90 |  1108k|  18.9 |    98M |  38 | 258 |1054 | 703 | 156k|  2 |7041 |  21 | 0.000000e+00 |      --      |    Inf |  61.12%
77.11/77.43	c  77.4s| 57500 |    90 |  1110k|  18.9 |    98M |  38 | 258 |1055 | 619 | 156k|  1 |7049 |  21 | 0.000000e+00 |      --      |    Inf |  61.12%
77.21/77.50	c  77.5s| 57600 |    90 |  1111k|  18.9 |    98M |  38 | 258 |1069 | 615 | 156k|  1 |7065 |  21 | 0.000000e+00 |      --      |    Inf |  61.12%
77.21/77.57	c  77.6s| 57700 |    88 |  1113k|  18.9 |    98M |  38 | 258 |1069 | 595 | 156k|  1 |7073 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
77.31/77.65	c  77.6s| 57800 |    88 |  1115k|  18.9 |    98M |  38 | 258 |1071 | 602 | 156k|  1 |7080 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
77.41/77.73	c  77.7s| 57900 |    90 |  1116k|  18.9 |    98M |  38 | 258 |1076 | 626 | 157k|  2 |7089 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
77.51/77.81	c  77.8s| 58000 |    88 |  1118k|  18.9 |    98M |  38 | 258 |1092 | 645 | 157k|  1 |7107 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
77.51/77.88	c  77.9s| 58100 |    86 |  1120k|  18.9 |    98M |  38 | 258 |1103 |   0 | 157k|  0 |7120 |  21 | 0.000000e+00 |      --      |    Inf |  61.13%
77.71/78.05	c  78.0s| 58200 |    86 |  1122k|  18.9 |    98M |  38 | 258 |1100 | 549 | 157k|  2 |7140 |  21 | 0.000000e+00 |      --      |    Inf |  61.14%
77.81/78.16	c  78.2s| 58300 |    86 |  1125k|  18.9 |    98M |  38 | 258 |1079 | 598 | 158k|  0 |7155 |  21 | 0.000000e+00 |      --      |    Inf |  61.20%
78.01/78.31	c  78.3s| 58400 |    90 |  1127k|  19.0 |    98M |  38 | 258 |1045 | 596 | 158k|  0 |7166 |  21 | 0.000000e+00 |      --      |    Inf |  61.30%
78.11/78.40	c  78.4s| 58500 |    90 |  1129k|  19.0 |    98M |  38 | 258 |1049 |   0 | 159k|  0 |7177 |  21 | 0.000000e+00 |      --      |    Inf |  61.30%
78.11/78.47	c  78.5s| 58600 |    92 |  1131k|  18.9 |    98M |  38 | 258 |1050 | 585 | 159k|  2 |7187 |  21 | 0.000000e+00 |      --      |    Inf |  61.31%
78.21/78.54	c  78.5s| 58700 |    90 |  1132k|  18.9 |    98M |  38 | 258 |1047 | 611 | 159k|  1 |7195 |  21 | 0.000000e+00 |      --      |    Inf |  61.31%
78.31/78.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.31/78.62	c  78.6s| 58800 |    90 |  1134k|  18.9 |    98M |  38 | 258 |1034 | 637 | 159k|  0 |7205 |  21 | 0.000000e+00 |      --      |    Inf |  61.31%
78.41/78.70	c  78.7s| 58900 |    92 |  1136k|  18.9 |    98M |  38 | 258 |1033 | 632 | 160k|  2 |7215 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
78.41/78.78	c  78.8s| 59000 |    94 |  1138k|  18.9 |    98M |  38 | 258 |1020 | 644 | 160k|  2 |7215 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
78.51/78.85	c  78.8s| 59100 |    92 |  1139k|  18.9 |    98M |  38 | 258 |1015 | 662 | 160k|  1 |7216 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
78.61/78.91	c  78.9s| 59200 |    94 |  1141k|  18.9 |    98M |  38 | 258 |1018 | 670 | 160k|  2 |7222 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
78.61/78.99	c  79.0s| 59300 |    94 |  1143k|  18.9 |    98M |  38 | 258 |1014 | 648 | 160k|  2 |7228 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
78.71/79.07	c  79.1s| 59400 |    92 |  1145k|  18.9 |    98M |  38 | 258 |1009 | 651 | 160k|  2 |7228 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
78.81/79.14	c  79.1s| 59500 |    94 |  1146k|  18.9 |    98M |  38 | 258 |1019 | 624 | 161k|  2 |7239 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
78.91/79.21	c  79.2s| 59600 |    92 |  1148k|  18.9 |    98M |  38 | 258 |1043 | 634 | 161k|  0 |7263 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
78.91/79.28	c  79.3s| 59700 |    92 |  1149k|  18.9 |    98M |  38 | 258 |1045 |   0 | 161k|  0 |7270 |  21 | 0.000000e+00 |      --      |    Inf |  61.32%
79.01/79.35	c  79.3s| 59800 |    92 |  1151k|  18.9 |    98M |  38 | 258 |1046 | 627 | 161k|  2 |7281 |  21 | 0.000000e+00 |      --      |    Inf |  61.33%
79.10/79.42	c  79.4s| 59900 |    92 |  1153k|  18.9 |    98M |  38 | 258 |1055 | 629 | 161k|  2 |7292 |  21 | 0.000000e+00 |      --      |    Inf |  61.33%
79.20/79.50	c  79.5s| 60000 |    94 |  1154k|  18.9 |    98M |  38 | 258 |1067 | 601 | 162k|  0 |7310 |  21 | 0.000000e+00 |      --      |    Inf |  61.33%
79.20/79.57	c  79.6s| 60100 |    92 |  1156k|  18.9 |    98M |  38 | 258 |1078 | 620 | 162k|  2 |7330 |  21 | 0.000000e+00 |      --      |    Inf |  61.34%
79.30/79.66	c  79.7s| 60200 |    90 |  1158k|  18.9 |    98M |  38 | 258 |1058 |   0 | 162k|  0 |7345 |  21 | 0.000000e+00 |      --      |    Inf |  61.34%
79.40/79.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
79.40/79.74	c  79.7s| 60300 |    92 |  1160k|  18.9 |    98M |  38 | 258 |1065 | 644 | 162k|  2 |7362 |  21 | 0.000000e+00 |      --      |    Inf |  61.34%
79.50/79.82	c  79.8s| 60400 |    90 |  1162k|  18.9 |    98M |  38 | 258 |1067 | 654 | 163k|  1 |7381 |  21 | 0.000000e+00 |      --      |    Inf |  61.34%
79.60/79.94	c  79.9s| 60500 |    90 |  1164k|  18.9 |    98M |  38 | 258 |1049 | 611 | 163k|  0 |7394 |  21 | 0.000000e+00 |      --      |    Inf |  61.54%
79.71/80.01	c  80.0s| 60600 |    90 |  1166k|  18.9 |    98M |  38 | 258 |1052 |   0 | 163k|  0 |7403 |  21 | 0.000000e+00 |      --      |    Inf |  61.54%
79.71/80.09	c  80.1s| 60700 |    88 |  1168k|  18.9 |    98M |  38 | 258 |1058 | 631 | 163k|  2 |7416 |  21 | 0.000000e+00 |      --      |    Inf |  61.54%
79.81/80.17	c  80.2s| 60800 |    88 |  1170k|  18.9 |    98M |  38 | 258 |1062 | 614 | 164k|  0 |7423 |  21 | 0.000000e+00 |      --      |    Inf |  61.54%
80.00/80.30	c  80.3s| 60900 |    90 |  1171k|  18.9 |    98M |  38 | 258 |1053 | 617 | 164k|  1 |7428 |  21 | 0.000000e+00 |      --      |    Inf |  61.63%
80.00/80.37	c  80.4s| 61000 |    88 |  1173k|  18.9 |    98M |  38 | 258 |1053 | 654 | 164k|  0 |7438 |  21 | 0.000000e+00 |      --      |    Inf |  61.64%
80.10/80.44	c  80.4s| 61100 |    90 |  1174k|  18.9 |    98M |  38 | 258 |1045 | 639 | 164k|  1 |7444 |  21 | 0.000000e+00 |      --      |    Inf |  61.64%
80.20/80.58	c  80.6s| 61200 |    94 |  1176k|  18.9 |    98M |  38 | 258 |1056 | 617 | 164k|  2 |7463 |  21 | 0.000000e+00 |      --      |    Inf |  61.69%
80.30/80.65	c  80.6s| 61300 |    88 |  1177k|  18.9 |    98M |  38 | 258 |1072 | 649 | 165k|  1 |7481 |  21 | 0.000000e+00 |      --      |    Inf |  61.72%
80.40/80.71	c  80.7s| 61400 |    90 |  1179k|  18.9 |    98M |  38 | 258 |1077 | 718 | 165k|  1 |7489 |  21 | 0.000000e+00 |      --      |    Inf |  61.72%
80.40/80.78	c  80.8s| 61500 |    88 |  1180k|  18.9 |    98M |  38 | 258 |1088 | 641 | 165k|  0 |7510 |  21 | 0.000000e+00 |      --      |    Inf |  61.73%
80.50/80.85	c  80.8s| 61600 |    88 |  1182k|  18.8 |    98M |  39 | 258 |1094 | 665 | 165k|  0 |7519 |  21 | 0.000000e+00 |      --      |    Inf |  61.73%
80.70/81.04	c  81.0s| 61700 |    92 |  1184k|  18.9 |    98M |  39 | 258 |1081 | 608 | 165k|  2 |7534 |  21 | 0.000000e+00 |      --      |    Inf |  62.02%
80.80/81.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.80/81.19	c  81.2s| 61800 |    92 |  1186k|  18.9 |    98M |  39 | 258 |1083 | 591 | 166k|  2 |7543 |  21 | 0.000000e+00 |      --      |    Inf |  62.09%
80.90/81.26	c  81.3s| 61900 |    92 |  1187k|  18.8 |    98M |  39 | 258 |1083 | 672 | 166k|  1 |7549 |  21 | 0.000000e+00 |      --      |    Inf |  62.11%
81.00/81.32	c  81.3s| 62000 |    92 |  1189k|  18.8 |    98M |  39 | 258 |1093 |   0 | 166k|  0 |7565 |  21 | 0.000000e+00 |      --      |    Inf |  62.11%
81.00/81.39	c  81.4s| 62100 |    90 |  1190k|  18.8 |    98M |  39 | 258 |1102 | 637 | 166k|  0 |7580 |  21 | 0.000000e+00 |      --      |    Inf |  62.11%
81.10/81.47	c  81.5s| 62200 |    90 |  1192k|  18.8 |    98M |  39 | 258 |1098 | 608 | 166k|  1 |7589 |  21 | 0.000000e+00 |      --      |    Inf |  62.12%
81.20/81.55	c  81.5s| 62300 |    88 |  1194k|  18.8 |    98M |  39 | 258 |1093 | 645 | 167k|  0 |7601 |  21 | 0.000000e+00 |      --      |    Inf |  62.12%
81.40/81.70	c  81.7s| 62400 |    94 |  1196k|  18.8 |    98M |  39 | 258 |1082 | 607 | 167k|  2 |7621 |  21 | 0.000000e+00 |      --      |    Inf |  62.20%
81.50/81.86	c  81.8s| 62500 |    90 |  1199k|  18.9 |    98M |  39 | 258 |1072 | 645 | 168k|  2 |7638 |  21 | 0.000000e+00 |      --      |    Inf |  62.32%
81.60/81.99	c  82.0s| 62600 |    92 |  1201k|  18.9 |    98M |  39 | 258 |1062 | 617 | 168k|  2 |7645 |  21 | 0.000000e+00 |      --      |    Inf |  62.37%
81.70/82.06	c  82.1s| 62700 |    90 |  1203k|  18.9 |    98M |  39 | 258 |1063 | 623 | 168k|  0 |7651 |  21 | 0.000000e+00 |      --      |    Inf |  62.42%
81.90/82.21	c  82.2s| 62800 |    94 |  1205k|  18.9 |    98M |  39 | 258 |1055 | 613 | 169k|  2 |7660 |  21 | 0.000000e+00 |      --      |    Inf |  62.43%
81.90/82.28	c  82.3s| 62900 |    94 |  1206k|  18.8 |    98M |  39 | 258 |1060 | 608 | 169k|  2 |7667 |  21 | 0.000000e+00 |      --      |    Inf |  62.47%
82.00/82.35	c  82.3s| 63000 |    92 |  1208k|  18.8 |    98M |  39 | 258 |1075 | 626 | 169k|  0 |7686 |  21 | 0.000000e+00 |      --      |    Inf |  62.50%
82.10/82.42	c  82.4s| 63100 |    96 |  1209k|  18.8 |    98M |  39 | 258 |1086 | 627 | 169k|  0 |7698 |  21 | 0.000000e+00 |      --      |    Inf |  62.52%
82.10/82.48	c  82.5s| 63200 |    94 |  1210k|  18.8 |    98M |  39 | 258 |1113 | 605 | 169k|  2 |7726 |  21 | 0.000000e+00 |      --      |    Inf |  62.52%
82.29/82.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
82.29/82.60	c  82.6s| 63300 |    92 |  1212k|  18.8 |    98M |  39 | 258 |1128 | 618 | 170k|  1 |7744 |  21 | 0.000000e+00 |      --      |    Inf |  62.55%
82.29/82.67	c  82.7s| 63400 |    92 |  1213k|  18.8 |    98M |  39 | 258 |1128 | 621 | 170k|  0 |7751 |  21 | 0.000000e+00 |      --      |    Inf |  62.57%
82.39/82.74	c  82.7s| 63500 |    94 |  1215k|  18.8 |    98M |  39 | 258 |1126 | 718 | 170k|  1 |7758 |  21 | 0.000000e+00 |      --      |    Inf |  62.58%
82.49/82.81	c  82.8s| 63600 |    94 |  1216k|  18.8 |    98M |  39 | 258 |1139 | 730 | 170k|  0 |7776 |  21 | 0.000000e+00 |      --      |    Inf |  62.59%
82.49/82.88	c  82.9s| 63700 |    92 |  1217k|  18.8 |    98M |  39 | 258 |1139 | 718 | 170k|  2 |7790 |  21 | 0.000000e+00 |      --      |    Inf |  62.60%
82.59/82.99	c  83.0s| 63800 |    94 |  1219k|  18.8 |    98M |  39 | 258 |1142 | 576 | 170k|  2 |7804 |  21 | 0.000000e+00 |      --      |    Inf |  62.60%
82.70/83.07	c  83.1s| 63900 |    92 |  1221k|  18.8 |    98M |  39 | 258 |1144 | 560 | 171k|  2 |7815 |  21 | 0.000000e+00 |      --      |    Inf |  62.62%
82.80/83.16	c  83.1s| 64000 |    94 |  1223k|  18.8 |    98M |  39 | 258 |1133 | 611 | 171k|  1 |7825 |  21 | 0.000000e+00 |      --      |    Inf |  62.65%
82.89/83.27	c  83.3s| 64100 |    92 |  1226k|  18.8 |    98M |  39 | 258 |1132 |   0 | 171k|  0 |7840 |  21 | 0.000000e+00 |      --      |    Inf |  62.66%
82.99/83.34	c  83.3s| 64200 |    90 |  1228k|  18.8 |    98M |  39 | 258 |1139 | 642 | 172k|  1 |7858 |  21 | 0.000000e+00 |      --      |    Inf |  62.66%
83.09/83.42	c  83.4s| 64300 |    90 |  1230k|  18.8 |    98M |  40 | 258 |1144 | 732 | 172k|  0 |7873 |  21 | 0.000000e+00 |      --      |    Inf |  62.66%
83.19/83.50	c  83.5s| 64400 |    90 |  1231k|  18.8 |    98M |  40 | 258 |1140 | 740 | 172k|  2 |7896 |  21 | 0.000000e+00 |      --      |    Inf |  62.67%
83.29/83.60	c  83.6s| 64500 |    88 |  1234k|  18.8 |    98M |  40 | 258 |1123 | 614 | 172k|  0 |7909 |  21 | 0.000000e+00 |      --      |    Inf |  62.67%
83.29/83.68	c  83.7s| 64600 |    86 |  1236k|  18.8 |    98M |  40 | 258 |1123 | 644 | 173k|  0 |7919 |  21 | 0.000000e+00 |      --      |    Inf |  62.67%
83.49/83.87	c  83.9s| 64700 |    90 |  1238k|  18.8 |    98M |  40 | 258 |1131 | 611 | 173k|  2 |7940 |  21 | 0.000000e+00 |      --      |    Inf |  62.80%
83.59/83.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
83.59/83.95	c  83.9s| 64800 |    90 |  1240k|  18.8 |    98M |  40 | 258 |1136 | 621 | 173k|  2 |7952 |  21 | 0.000000e+00 |      --      |    Inf |  62.84%
83.69/84.07	c  84.1s| 64900 |    92 |  1241k|  18.8 |    98M |  40 | 258 |1141 | 615 | 174k|  1 |7959 |  21 | 0.000000e+00 |      --      |    Inf |  62.88%
83.79/84.13	c  84.1s| 65000 |    92 |  1243k|  18.8 |    98M |  40 | 258 |1151 | 626 | 174k|  2 |7971 |  21 | 0.000000e+00 |      --      |    Inf |  62.90%
83.89/84.20	c  84.2s| 65100 |    92 |  1244k|  18.8 |    98M |  40 | 258 |1160 | 620 | 174k|  0 |7983 |  21 | 0.000000e+00 |      --      |    Inf |  62.93%
83.89/84.26	c  84.3s| 65200 |    88 |  1245k|  18.8 |    98M |  40 | 258 |1180 | 619 | 174k|  0 |8003 |  21 | 0.000000e+00 |      --      |    Inf |  62.93%
84.09/84.43	c  84.4s| 65300 |    92 |  1247k|  18.8 |    98M |  40 | 258 |1187 | 623 | 174k|  0 |8011 |  21 | 0.000000e+00 |      --      |    Inf |  62.96%
84.19/84.50	c  84.5s| 65400 |    92 |  1249k|  18.8 |    98M |  40 | 258 |1197 | 615 | 175k|  2 |8023 |  21 | 0.000000e+00 |      --      |    Inf |  62.97%
84.19/84.59	c  84.6s| 65500 |    90 |  1251k|  18.8 |    98M |  40 | 258 |1199 | 656 | 175k|  1 |8034 |  21 | 0.000000e+00 |      --      |    Inf |  63.00%
84.39/84.70	c  84.7s| 65600 |    92 |  1254k|  18.8 |    98M |  40 | 258 |1208 | 631 | 175k|  2 |8053 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
84.39/84.78	c  84.8s| 65700 |    92 |  1256k|  18.8 |    98M |  40 | 258 |1212 | 651 | 176k|  1 |8064 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
84.49/84.85	c  84.8s| 65800 |    94 |  1257k|  18.8 |    98M |  40 | 258 |1205 | 629 | 176k|  2 |8066 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
84.59/84.94	c  84.9s| 65900 |    94 |  1260k|  18.8 |    98M |  40 | 258 |1204 | 679 | 176k|  1 |8078 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
84.69/85.03	c  85.0s| 66000 |    96 |  1262k|  18.8 |    98M |  40 | 258 |1216 | 644 | 176k|  0 |8092 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
84.69/85.09	c  85.1s| 66100 |    94 |  1263k|  18.8 |    98M |  40 | 258 |1233 | 657 | 177k|  0 |8110 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
84.79/85.17	c  85.2s| 66200 |    94 |  1265k|  18.8 |    98M |  40 | 258 |1247 | 642 | 177k|  1 |8128 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
84.89/85.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.89/85.24	c  85.2s| 66300 |    96 |  1267k|  18.8 |    98M |  40 | 258 |1248 | 650 | 177k|  0 |8135 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
84.99/85.32	c  85.3s| 66400 |    94 |  1268k|  18.8 |    98M |  40 | 258 |1247 | 631 | 177k|  0 |8136 |  21 | 0.000000e+00 |      --      |    Inf |  63.04%
85.09/85.40	c  85.4s| 66500 |    92 |  1270k|  18.8 |    98M |  40 | 258 |1245 | 652 | 177k|  0 |8140 |  21 | 0.000000e+00 |      --      |    Inf |  63.05%
85.09/85.46	c  85.5s| 66600 |    94 |  1272k|  18.8 |    98M |  40 | 258 |1258 | 649 | 178k|  2 |8157 |  21 | 0.000000e+00 |      --      |    Inf |  63.05%
85.19/85.58	c  85.6s| 66700 |    94 |  1273k|  18.8 |    98M |  40 | 258 |1262 |   0 | 178k|  0 |8167 |  21 | 0.000000e+00 |      --      |    Inf |  63.06%
85.38/85.78	c  85.8s| 66800 |    94 |  1276k|  18.8 |    98M |  40 | 258 |1253 | 624 | 178k|  2 |8176 |  21 | 0.000000e+00 |      --      |    Inf |  63.25%
85.48/85.84	c  85.8s| 66900 |    92 |  1277k|  18.8 |    98M |  40 | 258 |1265 | 626 | 178k|  0 |8190 |  21 | 0.000000e+00 |      --      |    Inf |  63.25%
85.58/85.91	c  85.9s| 67000 |    92 |  1279k|  18.8 |    98M |  40 | 258 |1275 | 632 | 179k|  1 |8204 |  21 | 0.000000e+00 |      --      |    Inf |  63.25%
85.58/85.97	c  86.0s| 67100 |    90 |  1280k|  18.8 |    98M |  40 | 258 |1298 | 639 | 179k|  1 |8229 |  21 | 0.000000e+00 |      --      |    Inf |  63.25%
85.79/86.11	c  86.1s| 67200 |    90 |  1282k|  18.8 |    98M |  40 | 258 |1294 | 596 | 179k|  2 |8247 |  21 | 0.000000e+00 |      --      |    Inf |  63.34%
85.88/86.24	c  86.2s| 67300 |    90 |  1284k|  18.8 |    98M |  40 | 258 |1289 | 610 | 179k|  0 |8251 |  21 | 0.000000e+00 |      --      |    Inf |  63.38%
85.98/86.31	c  86.3s| 67400 |    92 |  1286k|  18.8 |    98M |  40 | 258 |1303 | 614 | 180k|  2 |8266 |  21 | 0.000000e+00 |      --      |    Inf |  63.41%
85.98/86.38	c  86.4s| 67500 |    92 |  1287k|  18.8 |    98M |  40 | 258 |1307 | 618 | 180k|  1 |8277 |  21 | 0.000000e+00 |      --      |    Inf |  63.42%
86.08/86.45	c  86.4s| 67600 |    92 |  1289k|  18.8 |    98M |  40 | 258 |1311 | 631 | 180k|  2 |8293 |  21 | 0.000000e+00 |      --      |    Inf |  63.44%
86.18/86.52	c  86.5s| 67700 |    92 |  1290k|  18.8 |    98M |  40 | 258 |1313 | 634 | 180k|  2 |8305 |  21 | 0.000000e+00 |      --      |    Inf |  63.44%
86.18/86.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
86.18/86.58	c  86.6s| 67800 |    90 |  1292k|  18.7 |    98M |  40 | 258 |1324 |   0 | 180k|  0 |8324 |  21 | 0.000000e+00 |      --      |    Inf |  63.45%
86.28/86.66	c  86.6s| 67900 |    90 |  1293k|  18.7 |    98M |  40 | 258 |1323 | 621 | 181k|  2 |8332 |  21 | 0.000000e+00 |      --      |    Inf |  63.45%
86.38/86.74	c  86.7s| 68000 |    90 |  1295k|  18.7 |    98M |  40 | 258 |1331 | 714 | 181k|  0 |8349 |  21 | 0.000000e+00 |      --      |    Inf |  63.46%
86.48/86.81	c  86.8s| 68100 |    90 |  1297k|  18.7 |    98M |  40 | 258 |1333 | 675 | 181k|  2 |8365 |  21 | 0.000000e+00 |      --      |    Inf |  63.46%
86.58/86.95	c  86.9s| 68200 |    92 |  1299k|  18.7 |    98M |  40 | 258 |1339 | 623 | 181k|  1 |8388 |  21 | 0.000000e+00 |      --      |    Inf |  63.47%
86.69/87.03	c  87.0s| 68300 |    92 |  1301k|  18.7 |    98M |  40 | 258 |1378 | 625 | 181k|  1 |8431 |  21 | 0.000000e+00 |      --      |    Inf |  63.50%
86.79/87.12	c  87.1s| 68400 |    90 |  1303k|  18.8 |    98M |  40 | 258 |1386 | 647 | 182k|  1 |8448 |  21 | 0.000000e+00 |      --      |    Inf |  63.51%
86.79/87.19	c  87.2s| 68500 |    92 |  1305k|  18.7 |    98M |  40 | 258 |1380 | 639 | 182k|  1 |8451 |  21 | 0.000000e+00 |      --      |    Inf |  63.52%
86.88/87.26	c  87.3s| 68600 |    92 |  1306k|  18.7 |    98M |  40 | 258 |1399 | 631 | 182k|  2 |8474 |  21 | 0.000000e+00 |      --      |    Inf |  63.52%
86.98/87.36	c  87.3s| 68700 |    90 |  1308k|  18.7 |    98M |  40 | 258 |1398 | 629 | 183k|  1 |8484 |  21 | 0.000000e+00 |      --      |    Inf |  63.53%
87.08/87.42	c  87.4s| 68800 |    92 |  1310k|  18.7 |    98M |  40 | 258 |1410 | 634 | 183k|  1 |8497 |  21 | 0.000000e+00 |      --      |    Inf |  63.54%
87.08/87.49	c  87.5s| 68900 |    92 |  1311k|  18.7 |    98M |  40 | 258 |1424 | 651 | 183k|  1 |8513 |  21 | 0.000000e+00 |      --      |    Inf |  63.54%
87.18/87.55	c  87.5s| 69000 |    90 |  1313k|  18.7 |    98M |  40 | 258 |1434 | 632 | 183k|  2 |8527 |  21 | 0.000000e+00 |      --      |    Inf |  63.54%
87.28/87.63	c  87.6s| 69100 |    92 |  1314k|  18.7 |    98M |  40 | 258 |1437 | 620 | 183k|  2 |8534 |  21 | 0.000000e+00 |      --      |    Inf |  63.54%
87.38/87.71	c  87.7s| 69200 |    94 |  1316k|  18.7 |    98M |  40 | 258 |1437 | 628 | 184k|  2 |8540 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.48/87.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
87.48/87.80	c  87.8s| 69300 |    90 |  1318k|  18.7 |    98M |  40 | 258 |1443 | 616 | 184k|  1 |8549 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.48/87.88	c  87.9s| 69400 |    92 |  1320k|  18.7 |    98M |  40 | 258 |1454 | 628 | 184k|  1 |8561 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.58/87.96	c  87.9s| 69500 |    92 |  1322k|  18.7 |    98M |  40 | 258 |1456 | 638 | 185k|  1 |8568 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.68/88.02	c  88.0s| 69600 |    90 |  1323k|  18.7 |    98M |  40 | 258 |1462 | 646 | 185k|  1 |8575 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.68/88.09	c  88.1s| 69700 |    92 |  1325k|  18.7 |    98M |  40 | 258 |1478 | 645 | 185k|  1 |8594 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.78/88.16	c  88.2s| 69800 |    92 |  1327k|  18.7 |    98M |  40 | 258 |1485 | 661 | 185k|  0 |8604 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.88/88.24	c  88.2s| 69900 |    94 |  1328k|  18.7 |    98M |  40 | 258 |1498 | 644 | 185k|  2 |8623 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
87.98/88.34	c  88.3s| 70000 |    90 |  1331k|  18.7 |    98M |  40 | 258 |1504 | 639 | 186k|  0 |8633 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
88.07/88.41	c  88.4s| 70100 |    90 |  1333k|  18.7 |    98M |  40 | 258 |1511 |   0 | 186k|  0 |8642 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
88.07/88.48	c  88.5s| 70200 |    92 |  1334k|  18.7 |    98M |  40 | 258 |1521 | 650 | 186k|  1 |8656 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
88.17/88.55	c  88.5s| 70300 |    90 |  1336k|  18.7 |    98M |  40 | 258 |1522 | 641 | 186k|  2 |8659 |  21 | 0.000000e+00 |      --      |    Inf |  63.55%
88.27/88.68	c  88.7s| 70400 |    94 |  1337k|  18.7 |    98M |  40 | 258 |1517 | 582 | 187k|  1 |8666 |  21 | 0.000000e+00 |      --      |    Inf |  63.65%
88.57/88.90	c  88.9s| 70500 |    94 |  1339k|  18.7 |    98M |  40 | 258 |1458 | 602 | 187k|  1 |8679 |  21 | 0.000000e+00 |      --      |    Inf |  63.94%
88.68/89.08	c  89.1s| 70600 |    92 |  1341k|  18.7 |    98M |  40 | 258 |1423 | 585 | 187k|  2 |8689 |  21 | 0.000000e+00 |      --      |    Inf |  64.12%
88.78/89.16	c  89.1s| 70700 |    90 |  1343k|  18.7 |    98M |  40 | 258 |1422 | 649 | 187k|  2 |8698 |  21 | 0.000000e+00 |      --      |    Inf |  64.14%
88.87/89.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
88.87/89.29	c  89.3s| 70800 |    92 |  1344k|  18.7 |    98M |  40 | 258 |1431 | 592 | 188k|  0 |8715 |  21 | 0.000000e+00 |      --      |    Inf |  64.20%
89.07/89.43	c  89.4s| 70900 |    88 |  1347k|  18.7 |    98M |  40 | 258 |1411 | 706 | 188k|  1 |8722 |  21 | 0.000000e+00 |      --      |    Inf |  64.22%
89.27/89.68	c  89.7s| 71000 |    92 |  1349k|  18.7 |    99M |  40 | 258 |1417 |   0 | 188k|  0 |8741 |  21 | 0.000000e+00 |      --      |    Inf |  64.41%
89.37/89.76	c  89.8s| 71100 |    90 |  1351k|  18.7 |    99M |  40 | 258 |1418 | 729 | 188k|  0 |8754 |  21 | 0.000000e+00 |      --      |    Inf |  64.51%
89.57/89.93	c  89.9s| 71200 |    88 |  1353k|  18.7 |    99M |  40 | 258 |1425 | 737 | 188k|  0 |8764 |  21 | 0.000000e+00 |      --      |    Inf |  64.56%
89.68/90.09	c  90.1s| 71300 |    90 |  1355k|  18.7 |    99M |  40 | 258 |1380 | 737 | 189k|  1 |8772 |  21 | 0.000000e+00 |      --      |    Inf |  64.69%
89.87/90.24	c  90.2s| 71400 |    92 |  1357k|  18.7 |    99M |  40 | 258 |1381 | 737 | 189k|  2 |8781 |  21 | 0.000000e+00 |      --      |    Inf |  64.75%
89.97/90.39	c  90.4s| 71500 |    92 |  1359k|  18.7 |    99M |  40 | 258 |1369 | 616 | 189k|  2 |8793 |  21 | 0.000000e+00 |      --      |    Inf |  64.80%
90.07/90.47	c  90.5s| 71600 |    92 |  1361k|  18.7 |    99M |  40 | 258 |1378 | 636 | 189k|  1 |8811 |  21 | 0.000000e+00 |      --      |    Inf |  64.83%
90.17/90.57	c  90.6s| 71700 |    92 |  1363k|  18.7 |    99M |  40 | 258 |1356 | 736 | 190k|  0 |8817 |  21 | 0.000000e+00 |      --      |    Inf |  64.85%
90.27/90.68	c  90.7s| 71800 |    90 |  1366k|  18.7 |    99M |  40 | 258 |1331 | 734 | 190k|  0 |8820 |  21 | 0.000000e+00 |      --      |    Inf |  64.87%
90.37/90.77	c  90.8s| 71900 |    88 |  1369k|  18.8 |    99M |  40 | 258 |1321 |   0 | 190k|  0 |8822 |  21 | 0.000000e+00 |      --      |    Inf |  64.88%
90.57/90.93	c  90.9s| 72000 |    88 |  1371k|  18.8 |    99M |  40 | 258 |1302 | 629 | 190k|  0 |8833 |  21 | 0.000000e+00 |      --      |    Inf |  64.96%
90.67/91.02	c  91.0s| 72100 |    88 |  1374k|  18.8 |    99M |  40 | 258 |1288 | 643 | 191k|  2 |8848 |  21 | 0.000000e+00 |      --      |    Inf |  64.97%
90.77/91.11	c  91.1s| 72200 |    88 |  1376k|  18.8 |    99M |  40 | 258 |1291 | 666 | 191k|  0 |8854 |  21 | 0.000000e+00 |      --      |    Inf |  64.97%
90.87/91.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.87/91.20	c  91.2s| 72300 |    86 |  1378k|  18.8 |    99M |  40 | 258 |1265 | 622 | 191k|  2 |8873 |  21 | 0.000000e+00 |      --      |    Inf |  65.00%
90.87/91.27	c  91.3s| 72400 |    86 |  1380k|  18.8 |    99M |  40 | 258 |1261 | 606 | 191k|  1 |8894 |  21 | 0.000000e+00 |      --      |    Inf |  65.00%
90.97/91.38	c  91.4s| 72500 |    90 |  1383k|  18.8 |    99M |  40 | 258 |1234 | 643 | 192k|  1 |8902 |  21 | 0.000000e+00 |      --      |    Inf |  65.02%
91.06/91.48	c  91.5s| 72600 |    88 |  1385k|  18.8 |    99M |  40 | 258 |1207 | 640 | 192k|  2 |8910 |  21 | 0.000000e+00 |      --      |    Inf |  65.02%
91.16/91.58	c  91.6s| 72700 |    86 |  1388k|  18.8 |    99M |  40 | 258 |1172 | 655 | 193k|  0 |8920 |  21 | 0.000000e+00 |      --      |    Inf |  65.04%
91.36/91.75	c  91.7s| 72800 |    86 |  1391k|  18.8 |    99M |  40 | 258 |1159 | 677 | 193k|  0 |8935 |  21 | 0.000000e+00 |      --      |    Inf |  65.10%
91.46/91.83	c  91.8s| 72900 |    88 |  1392k|  18.8 |    99M |  40 | 258 |1139 | 653 | 193k|  1 |8941 |  21 | 0.000000e+00 |      --      |    Inf |  65.11%
91.56/91.93	c  91.9s| 73000 |    90 |  1395k|  18.8 |    99M |  40 | 258 |1129 | 649 | 194k|  2 |8947 |  21 | 0.000000e+00 |      --      |    Inf |  65.12%
91.67/92.04	c  92.0s| 73100 |    90 |  1397k|  18.8 |    99M |  40 | 258 |1137 | 644 | 194k|  2 |8962 |  21 | 0.000000e+00 |      --      |    Inf |  65.13%
91.77/92.16	c  92.2s| 73200 |    88 |  1401k|  18.9 |    99M |  40 | 258 |1136 | 677 | 195k|  0 |8969 |  21 | 0.000000e+00 |      --      |    Inf |  65.13%
91.86/92.24	c  92.2s| 73300 |    90 |  1403k|  18.9 |    99M |  40 | 258 |1132 | 633 | 195k|  1 |8973 |  21 | 0.000000e+00 |      --      |    Inf |  65.13%
91.96/92.32	c  92.3s| 73400 |    88 |  1405k|  18.9 |    99M |  40 | 258 |1132 |   0 | 195k|  0 |8975 |  21 | 0.000000e+00 |      --      |    Inf |  65.14%
91.96/92.39	c  92.4s| 73500 |    86 |  1406k|  18.9 |    99M |  40 | 258 |1136 | 608 | 195k|  1 |8984 |  21 | 0.000000e+00 |      --      |    Inf |  65.14%
92.06/92.49	c  92.5s| 73600 |    86 |  1409k|  18.9 |    99M |  40 | 258 |1141 | 635 | 196k|  0 |8995 |  21 | 0.000000e+00 |      --      |    Inf |  65.15%
92.26/92.65	c  92.6s| 73700 |    88 |  1411k|  18.9 |    99M |  40 | 258 |1142 | 626 | 196k|  2 |9007 |  21 | 0.000000e+00 |      --      |    Inf |  65.22%
92.47/92.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.47/92.80	c  92.8s| 73800 |    92 |  1414k|  18.9 |   101M |  40 | 258 |1126 | 588 | 196k|  2 |9022 |  21 | 0.000000e+00 |      --      |    Inf |  65.36%
92.57/92.90	c  92.9s| 73900 |    90 |  1416k|  18.9 |   101M |  40 | 258 |1116 | 679 | 197k|  2 |9034 |  21 | 0.000000e+00 |      --      |    Inf |  65.42%
92.77/93.14	c  93.1s| 74000 |    88 |  1419k|  18.9 |   101M |  40 | 258 |1081 | 615 | 197k|  0 |9042 |  21 | 0.000000e+00 |      --      |    Inf |  65.55%
92.87/93.29	c  93.3s| 74100 |    92 |  1422k|  18.9 |   101M |  40 | 258 |1080 |   0 | 198k|  0 |9053 |  21 | 0.000000e+00 |      --      |    Inf |  65.62%
93.07/93.43	c  93.4s| 74200 |    92 |  1424k|  18.9 |   101M |  40 | 258 |1092 |   0 | 198k|  0 |9072 |  21 | 0.000000e+00 |      --      |    Inf |  65.67%
93.17/93.53	c  93.5s| 74300 |    92 |  1426k|  18.9 |   101M |  40 | 258 |1095 | 614 | 198k|  1 |9087 |  21 | 0.000000e+00 |      --      |    Inf |  65.72%
93.27/93.60	c  93.6s| 74400 |    92 |  1427k|  18.9 |   101M |  40 | 258 |1102 | 631 | 199k|  2 |9095 |  21 | 0.000000e+00 |      --      |    Inf |  65.73%
93.27/93.69	c  93.7s| 74500 |    92 |  1430k|  18.9 |   101M |  40 | 258 |1106 | 617 | 199k|  2 |9108 |  21 | 0.000000e+00 |      --      |    Inf |  65.75%
93.37/93.76	c  93.7s| 74600 |    88 |  1431k|  18.9 |   101M |  40 | 258 |1114 | 623 | 199k|  0 |9117 |  21 | 0.000000e+00 |      --      |    Inf |  65.76%
93.47/93.84	c  93.8s| 74700 |    88 |  1433k|  18.9 |   101M |  40 | 258 |1122 | 629 | 199k|  0 |9126 |  21 | 0.000000e+00 |      --      |    Inf |  65.76%
93.57/93.91	c  93.9s| 74800 |    92 |  1435k|  18.9 |   101M |  40 | 258 |1117 | 619 | 200k|  2 |9129 |  21 | 0.000000e+00 |      --      |    Inf |  65.77%
93.57/93.97	c  94.0s| 74900 |    92 |  1436k|  18.9 |   101M |  40 | 258 |1120 | 621 | 200k|  2 |9140 |  21 | 0.000000e+00 |      --      |    Inf |  65.77%
93.67/94.04	c  94.0s| 75000 |    90 |  1437k|  18.9 |   101M |  40 | 258 |1127 | 607 | 200k|  2 |9150 |  21 | 0.000000e+00 |      --      |    Inf |  65.78%
93.77/94.11	c  94.1s| 75100 |    90 |  1439k|  18.9 |   101M |  40 | 258 |1136 | 636 | 200k|  2 |9160 |  21 | 0.000000e+00 |      --      |    Inf |  65.78%
93.86/94.22	c  94.2s| 75200 |    90 |  1442k|  18.9 |   101M |  40 | 258 |1147 | 630 | 200k|  2 |9175 |  21 | 0.000000e+00 |      --      |    Inf |  65.79%
93.96/94.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
93.96/94.32	c  94.3s| 75300 |    88 |  1445k|  18.9 |   101M |  40 | 258 |1146 | 634 | 201k|  2 |9183 |  21 | 0.000000e+00 |      --      |    Inf |  65.80%
94.06/94.40	c  94.4s| 75400 |    88 |  1446k|  18.9 |   101M |  40 | 258 |1147 | 613 | 201k|  1 |9192 |  21 | 0.000000e+00 |      --      |    Inf |  65.80%
94.16/94.51	c  94.5s| 75500 |    90 |  1448k|  18.9 |   101M |  40 | 258 |1150 | 602 | 201k|  0 |9197 |  21 | 0.000000e+00 |      --      |    Inf |  65.81%
94.16/94.59	c  94.6s| 75600 |    92 |  1450k|  18.9 |   101M |  40 | 258 |1147 | 603 | 202k|  2 |9201 |  21 | 0.000000e+00 |      --      |    Inf |  65.84%
94.26/94.66	c  94.7s| 75700 |    90 |  1451k|  18.9 |   101M |  40 | 258 |1153 | 592 | 202k|  2 |9208 |  21 | 0.000000e+00 |      --      |    Inf |  65.85%
94.36/94.74	c  94.7s| 75800 |    90 |  1453k|  18.9 |   101M |  40 | 258 |1158 |   0 | 202k|  0 |9218 |  21 | 0.000000e+00 |      --      |    Inf |  65.86%
94.46/94.80	c  94.8s| 75900 |    90 |  1455k|  18.9 |   101M |  40 | 258 |1162 | 606 | 202k|  2 |9223 |  21 | 0.000000e+00 |      --      |    Inf |  65.87%
94.56/94.95	c  94.9s| 76000 |    90 |  1457k|  18.9 |   101M |  40 | 258 |1168 | 612 | 203k|  0 |9233 |  21 | 0.000000e+00 |      --      |    Inf |  65.89%
94.67/95.03	c  95.0s| 76100 |    92 |  1458k|  18.9 |   101M |  40 | 258 |1172 | 614 | 203k|  1 |9239 |  21 | 0.000000e+00 |      --      |    Inf |  65.91%
94.77/95.11	c  95.1s| 76200 |    90 |  1460k|  18.9 |   101M |  40 | 258 |1171 | 661 | 203k|  1 |9244 |  21 | 0.000000e+00 |      --      |    Inf |  65.92%
94.86/95.21	c  95.2s| 76300 |    92 |  1463k|  18.9 |   101M |  40 | 258 |1169 | 612 | 204k|  2 |9249 |  21 | 0.000000e+00 |      --      |    Inf |  65.93%
94.86/95.29	c  95.3s| 76400 |    94 |  1465k|  18.9 |   101M |  40 | 258 |1167 | 618 | 204k|  2 |9251 |  21 | 0.000000e+00 |      --      |    Inf |  65.94%
94.96/95.36	c  95.3s| 76500 |    88 |  1466k|  18.9 |   101M |  40 | 258 |1182 | 633 | 204k|  0 |9267 |  21 | 0.000000e+00 |      --      |    Inf |  65.94%
95.06/95.43	c  95.4s| 76600 |    92 |  1468k|  18.9 |   101M |  40 | 258 |1184 | 625 | 204k|  1 |9273 |  21 | 0.000000e+00 |      --      |    Inf |  65.95%
95.16/95.52	c  95.5s| 76700 |    94 |  1470k|  18.9 |   101M |  40 | 258 |1189 | 626 | 205k|  2 |9280 |  21 | 0.000000e+00 |      --      |    Inf |  65.95%
95.26/95.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.26/95.60	c  95.6s| 76800 |    92 |  1472k|  18.9 |   101M |  40 | 258 |1195 | 616 | 205k|  0 |9288 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
95.26/95.67	c  95.7s| 76900 |    94 |  1474k|  18.9 |   101M |  40 | 258 |1197 | 638 | 205k|  2 |9291 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
95.36/95.74	c  95.7s| 77000 |    90 |  1475k|  18.9 |   101M |  40 | 258 |1201 | 647 | 206k|  1 |9296 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
95.46/95.81	c  95.8s| 77100 |    90 |  1477k|  18.9 |   101M |  40 | 258 |1199 | 729 | 206k|  0 |9299 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
95.46/95.88	c  95.9s| 77200 |    90 |  1478k|  18.9 |   101M |  40 | 258 |1193 | 629 | 206k|  1 |9299 |  21 | 0.000000e+00 |      --      |    Inf |  65.96%
95.56/95.95	c  95.9s| 77300 |    90 |  1480k|  18.9 |   101M |  40 | 258 |1195 | 589 | 206k|  2 |9306 |  21 | 0.000000e+00 |      --      |    Inf |  65.97%
95.66/96.02	c  96.0s| 77400 |    92 |  1482k|  18.9 |   101M |  40 | 258 |1202 | 608 | 206k|  2 |9316 |  21 | 0.000000e+00 |      --      |    Inf |  65.97%
95.66/96.08	c  96.1s| 77500 |    90 |  1483k|  18.9 |   101M |  40 | 258 |1205 | 610 | 207k|  1 |9321 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.76/96.16	c  96.2s| 77600 |    90 |  1485k|  18.9 |   101M |  40 | 258 |1210 | 618 | 207k|  2 |9329 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.86/96.23	c  96.2s| 77700 |    90 |  1486k|  18.9 |   101M |  40 | 258 |1219 | 620 | 207k|  2 |9338 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.86/96.29	c  96.3s| 77800 |    92 |  1487k|  18.9 |   101M |  40 | 258 |1240 | 589 | 207k|  2 |9360 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
95.96/96.36	c  96.4s| 77900 |    88 |  1489k|  18.9 |   101M |  40 | 258 |1261 | 616 | 208k|  0 |9381 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.06/96.43	c  96.4s| 78000 |    92 |  1491k|  18.8 |   101M |  40 | 258 |1271 | 600 | 208k|  1 |9393 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.16/96.50	c  96.5s| 78100 |    90 |  1492k|  18.8 |   101M |  40 | 258 |1276 | 622 | 208k|  0 |9399 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.16/96.56	c  96.6s| 78200 |    90 |  1494k|  18.8 |   101M |  40 | 258 |1297 | 628 | 208k|  1 |9420 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.26/96.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
96.26/96.65	c  96.6s| 78300 |    90 |  1496k|  18.8 |   101M |  40 | 258 |1304 | 591 | 209k|  2 |9429 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.36/96.72	c  96.7s| 78400 |    92 |  1498k|  18.8 |   101M |  40 | 258 |1303 | 644 | 209k|  2 |9429 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.36/96.78	c  96.8s| 78500 |    90 |  1499k|  18.8 |   101M |  40 | 258 |1306 | 634 | 209k|  0 |9434 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.46/96.85	c  96.8s| 78600 |    90 |  1501k|  18.8 |   101M |  40 | 258 |1311 | 677 | 209k|  0 |9440 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.56/96.91	c  96.9s| 78700 |    88 |  1502k|  18.8 |   101M |  40 | 258 |1320 | 676 | 209k|  0 |9454 |  21 | 0.000000e+00 |      --      |    Inf |  65.98%
96.56/96.98	c  97.0s| 78800 |    90 |  1504k|  18.8 |   101M |  40 | 258 |1326 | 642 | 209k|  2 |9468 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
96.66/97.05	c  97.0s| 78900 |    92 |  1505k|  18.8 |   101M |  40 | 258 |1326 | 621 | 209k|  0 |9472 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
96.76/97.12	c  97.1s| 79000 |    92 |  1507k|  18.8 |   101M |  40 | 258 |1324 | 640 | 210k|  2 |9475 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
96.76/97.19	c  97.2s| 79100 |    90 |  1508k|  18.8 |   101M |  40 | 258 |1320 | 620 | 210k|  2 |9479 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
96.85/97.26	c  97.2s| 79200 |    92 |  1510k|  18.8 |   101M |  40 | 258 |1307 | 626 | 210k|  2 |9487 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
96.95/97.33	c  97.3s| 79300 |    90 |  1511k|  18.8 |   101M |  40 | 258 |1303 | 630 | 210k|  2 |9493 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
96.95/97.39	c  97.4s| 79400 |    90 |  1513k|  18.8 |   101M |  40 | 258 |1295 | 639 | 210k|  2 |9499 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
97.05/97.46	c  97.5s| 79500 |    90 |  1514k|  18.8 |   101M |  40 | 258 |1298 | 639 | 211k|  0 |9510 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
97.15/97.53	c  97.5s| 79600 |    88 |  1516k|  18.8 |   101M |  40 | 258 |1306 | 663 | 211k|  0 |9523 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
97.25/97.61	c  97.6s| 79700 |    90 |  1518k|  18.8 |   101M |  40 | 258 |1310 | 637 | 211k|  0 |9537 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
97.25/97.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
97.25/97.68	c  97.7s| 79800 |    90 |  1519k|  18.8 |   101M |  40 | 258 |1318 | 656 | 211k|  2 |9552 |  21 | 0.000000e+00 |      --      |    Inf |  65.99%
97.45/97.82	c  97.8s| 79900 |    92 |  1521k|  18.8 |   101M |  40 | 258 |1318 | 585 | 212k|  2 |9571 |  21 | 0.000000e+00 |      --      |    Inf |  66.04%
97.66/98.00	c  98.0s| 80000 |    96 |  1523k|  18.8 |   101M |  40 | 258 |1310 | 594 | 212k|  2 |9595 |  21 | 0.000000e+00 |      --      |    Inf |  66.09%
97.66/98.07	c  98.1s| 80100 |    96 |  1524k|  18.8 |   101M |  40 | 258 |1309 |   0 | 212k|  0 |9623 |  21 | 0.000000e+00 |      --      |    Inf |  66.15%
97.76/98.15	c  98.1s| 80200 |    92 |  1526k|  18.8 |   101M |  40 | 258 |1289 | 607 | 212k|  2 |9644 |  21 | 0.000000e+00 |      --      |    Inf |  66.19%
97.85/98.29	c  98.3s| 80300 |    94 |  1528k|  18.8 |   101M |  40 | 258 |1259 | 586 | 213k|  1 |9659 |  21 | 0.000000e+00 |      --      |    Inf |  66.25%
98.05/98.44	c  98.4s| 80400 |    94 |  1531k|  18.8 |   101M |  40 | 258 |1241 | 604 | 214k|  2 |9667 |  21 | 0.000000e+00 |      --      |    Inf |  66.34%
98.15/98.51	c  98.5s| 80500 |    94 |  1532k|  18.8 |   101M |  40 | 258 |1255 | 615 | 214k|  2 |9684 |  21 | 0.000000e+00 |      --      |    Inf |  66.35%
98.15/98.57	c  98.6s| 80600 |    92 |  1534k|  18.8 |   101M |  40 | 258 |1270 | 624 | 214k|  2 |9702 |  21 | 0.000000e+00 |      --      |    Inf |  66.35%
98.25/98.64	c  98.6s| 80700 |    92 |  1535k|  18.8 |   101M |  40 | 258 |1291 |   0 | 214k|  0 |9727 |  21 | 0.000000e+00 |      --      |    Inf |  66.36%
98.35/98.73	c  98.7s| 80800 |    92 |  1538k|  18.8 |   101M |  40 | 258 |1303 | 598 | 215k|  2 |9754 |  21 | 0.000000e+00 |      --      |    Inf |  66.40%
98.45/98.81	c  98.8s| 80900 |    94 |  1540k|  18.8 |   101M |  40 | 258 |1312 | 618 | 215k|  1 |9765 |  21 | 0.000000e+00 |      --      |    Inf |  66.41%
98.45/98.88	c  98.9s| 81000 |    94 |  1541k|  18.8 |   101M |  40 | 258 |1315 | 603 | 215k|  2 |9770 |  21 | 0.000000e+00 |      --      |    Inf |  66.41%
98.55/98.95	c  98.9s| 81100 |    94 |  1543k|  18.8 |   101M |  40 | 258 |1323 | 605 | 215k|  1 |9781 |  21 | 0.000000e+00 |      --      |    Inf |  66.42%
98.65/99.02	c  99.0s| 81200 |    92 |  1544k|  18.8 |   101M |  40 | 258 |1323 | 664 | 215k|  0 |9783 |  21 | 0.000000e+00 |      --      |    Inf |  66.42%
98.65/99.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.65/99.09	c  99.1s| 81300 |    94 |  1546k|  18.8 |   101M |  40 | 258 |1319 | 614 | 216k|  2 |9783 |  21 | 0.000000e+00 |      --      |    Inf |  66.43%
98.75/99.17	c  99.2s| 81400 |    92 |  1547k|  18.8 |   101M |  40 | 258 |1317 | 619 | 216k|  0 |9788 |  21 | 0.000000e+00 |      --      |    Inf |  66.43%
98.85/99.25	c  99.2s| 81500 |    90 |  1549k|  18.8 |   101M |  40 | 258 |1316 | 637 | 216k|  0 |9796 |  21 | 0.000000e+00 |      --      |    Inf |  66.44%
98.95/99.33	c  99.3s| 81600 |    92 |  1551k|  18.8 |   101M |  40 | 258 |1310 | 626 | 217k|  0 |9802 |  21 | 0.000000e+00 |      --      |    Inf |  66.44%
99.05/99.40	c  99.4s| 81700 |    90 |  1552k|  18.8 |   101M |  40 | 258 |1313 | 657 | 217k|  0 |9810 |  21 | 0.000000e+00 |      --      |    Inf |  66.44%
99.15/99.55	c  99.5s| 81800 |    88 |  1555k|  18.8 |   101M |  40 | 258 |1302 | 762 | 217k|  0 |9823 |  21 | 0.000000e+00 |      --      |    Inf |  66.83%
99.25/99.64	c  99.6s| 81900 |    90 |  1558k|  18.8 |   101M |  40 | 258 |1285 | 633 | 217k|  0 |9831 |  21 | 0.000000e+00 |      --      |    Inf |  66.86%
99.35/99.72	c  99.7s| 82000 |    90 |  1559k|  18.8 |   101M |  40 | 258 |1286 | 652 | 218k|  2 |9845 |  21 | 0.000000e+00 |      --      |    Inf |  66.86%
99.35/99.79	c  99.8s| 82100 |    88 |  1561k|  18.8 |   101M |  40 | 258 |1291 | 645 | 218k|  2 |9853 |  21 | 0.000000e+00 |      --      |    Inf |  66.86%
99.45/99.87	c  99.9s| 82200 |    90 |  1563k|  18.8 |   101M |  40 | 258 |1272 | 605 | 218k|  2 |9855 |  21 | 0.000000e+00 |      --      |    Inf |  66.87%
99.55/99.95	c  99.9s| 82300 |    88 |  1565k|  18.8 |   101M |  40 | 258 |1257 | 652 | 218k|  2 |9870 |  21 | 0.000000e+00 |      --      |    Inf |  66.87%
99.65/100.06	c   100s| 82400 |    88 |  1568k|  18.8 |   101M |  40 | 258 |1236 | 607 | 219k|  2 |9875 |  21 | 0.000000e+00 |      --      |    Inf |  66.90%
99.75/100.12	c   100s| 82500 |    90 |  1569k|  18.8 |   101M |  40 | 258 |1242 | 606 | 219k|  2 |9884 |  21 | 0.000000e+00 |      --      |    Inf |  66.90%
99.84/100.20	c   100s| 82600 |    88 |  1571k|  18.8 |   101M |  40 | 258 |1234 | 657 | 219k|  2 |9895 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
99.84/100.28	c   100s| 82700 |    88 |  1573k|  18.8 |   101M |  40 | 258 |1225 | 718 | 220k|  2 |9905 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
99.94/100.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
99.94/100.35	c   100s| 82800 |    88 |  1574k|  18.8 |   101M |  40 | 258 |1222 | 620 | 220k|  2 |9915 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
100.04/100.43	c   100s| 82900 |    86 |  1576k|  18.8 |   101M |  40 | 258 |1224 |   0 | 220k|  0 |9927 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
100.14/100.50	c   100s| 83000 |    86 |  1578k|  18.8 |   101M |  40 | 258 |1227 | 710 | 220k|  1 |9939 |  21 | 0.000000e+00 |      --      |    Inf |  66.91%
100.14/100.59	c   101s| 83100 |    86 |  1580k|  18.8 |   101M |  40 | 258 |1237 |   0 | 220k|  0 |9965 |  21 | 0.000000e+00 |      --      |    Inf |  66.93%
100.34/100.70	c   101s| 83200 |    86 |  1583k|  18.8 |   101M |  40 | 258 |1234 | 623 | 221k|  2 |9987 |  21 | 0.000000e+00 |      --      |    Inf |  66.95%
100.34/100.78	c   101s| 83300 |    88 |  1585k|  18.8 |   101M |  40 | 258 |1220 | 582 | 221k|  2 |9997 |  21 | 0.000000e+00 |      --      |    Inf |  66.97%
100.44/100.86	c   101s| 83400 |    88 |  1587k|  18.8 |   101M |  40 | 258 |1213 | 563 | 222k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  66.97%
100.54/100.95	c   101s| 83500 |    88 |  1589k|  18.8 |   101M |  40 | 258 |1217 | 622 | 222k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  66.98%
100.65/101.03	c   101s| 83600 |    86 |  1591k|  18.8 |   101M |  40 | 258 |1214 | 589 | 222k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  66.98%
100.75/101.13	c   101s| 83700 |    84 |  1594k|  18.8 |   101M |  40 | 258 |1211 | 759 | 222k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.00%
100.84/101.23	c   101s| 83800 |    84 |  1596k|  18.8 |   101M |  40 | 258 |1215 | 619 | 223k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.01%
100.94/101.32	c   101s| 83900 |    84 |  1599k|  18.8 |   101M |  40 | 258 |1214 | 640 | 223k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.01%
101.04/101.41	c   101s| 84000 |    82 |  1601k|  18.8 |   101M |  40 | 258 |1206 | 661 | 223k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.01%
101.04/101.49	c   101s| 84100 |    84 |  1603k|  18.8 |   101M |  40 | 258 |1218 |   0 | 224k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.03%
101.14/101.58	c   102s| 84200 |    82 |  1606k|  18.8 |   101M |  40 | 258 |1216 | 575 | 224k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.04%
101.24/101.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
101.24/101.66	c   102s| 84300 |    84 |  1608k|  18.8 |   101M |  40 | 258 |1218 | 591 | 224k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.04%
101.34/101.74	c   102s| 84400 |    80 |  1609k|  18.8 |   101M |  40 | 258 |1223 | 608 | 224k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.04%
101.44/101.81	c   102s| 84500 |    80 |  1611k|  18.8 |   101M |  40 | 258 |1224 |   0 | 225k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.04%
101.54/101.96	c   102s| 84600 |    82 |  1613k|  18.8 |   101M |  40 | 258 |1213 | 660 | 225k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.18%
101.64/102.04	c   102s| 84700 |    82 |  1615k|  18.8 |   101M |  40 | 258 |1194 | 661 | 225k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.21%
101.74/102.12	c   102s| 84800 |    84 |  1617k|  18.8 |   101M |  40 | 258 |1185 | 660 | 225k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.22%
101.84/102.21	c   102s| 84900 |    82 |  1619k|  18.8 |   101M |  40 | 258 |1182 | 664 | 225k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.23%
101.84/102.28	c   102s| 85000 |    82 |  1621k|  18.8 |   101M |  40 | 258 |1178 | 671 | 226k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.23%
101.94/102.34	c   102s| 85100 |    84 |  1622k|  18.8 |   101M |  40 | 258 |1186 | 607 | 226k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.23%
102.04/102.41	c   102s| 85200 |    86 |  1623k|  18.8 |   101M |  40 | 258 |1186 | 629 | 226k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.23%
102.04/102.49	c   102s| 85300 |    82 |  1625k|  18.8 |   101M |  40 | 258 |1184 | 627 | 226k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.24%
102.14/102.57	c   103s| 85400 |    84 |  1627k|  18.8 |   101M |  40 | 258 |1179 | 595 | 226k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.24%
102.24/102.65	c   103s| 85500 |    84 |  1629k|  18.8 |   101M |  40 | 258 |1176 | 651 | 227k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.24%
102.34/102.73	c   103s| 85600 |    84 |  1631k|  18.8 |   101M |  40 | 258 |1178 | 661 | 227k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.24%
102.44/102.89	c   103s| 85700 |    82 |  1634k|  18.8 |   101M |  40 | 258 |1170 | 632 | 227k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.33%
102.64/103.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.64/103.03	c   103s| 85800 |    82 |  1636k|  18.8 |   101M |  40 | 258 |1165 | 577 | 228k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.40%
102.64/103.10	c   103s| 85900 |    80 |  1637k|  18.8 |   101M |  40 | 258 |1155 | 615 | 228k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.42%
102.74/103.18	c   103s| 86000 |    82 |  1639k|  18.8 |   101M |  40 | 258 |1151 | 693 | 228k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.43%
102.84/103.25	c   103s| 86100 |    80 |  1641k|  18.8 |   101M |  40 | 258 |1152 | 710 | 228k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.43%
102.93/103.33	c   103s| 86200 |    80 |  1643k|  18.8 |   101M |  40 | 258 |1160 | 601 | 229k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.43%
103.03/103.42	c   103s| 86300 |    80 |  1645k|  18.8 |   101M |  40 | 258 |1146 | 623 | 229k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.43%
103.23/103.63	c   104s| 86400 |    80 |  1648k|  18.8 |   101M |  40 | 258 |1148 | 606 | 229k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.59%
103.33/103.72	c   104s| 86500 |    78 |  1650k|  18.8 |   101M |  40 | 258 |1146 | 604 | 230k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.61%
103.43/103.80	c   104s| 86600 |    78 |  1652k|  18.8 |   101M |  40 | 258 |1146 | 636 | 230k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.61%
103.43/103.87	c   104s| 86700 |    78 |  1653k|  18.8 |   101M |  40 | 258 |1144 | 647 | 230k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.61%
103.53/103.95	c   104s| 86800 |    78 |  1655k|  18.8 |   101M |  40 | 258 |1136 | 638 | 230k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.61%
103.64/104.08	c   104s| 86900 |    78 |  1657k|  18.8 |   101M |  40 | 258 |1131 |   0 | 231k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.64%
103.83/104.20	c   104s| 87000 |    84 |  1659k|  18.8 |   101M |  40 | 258 |1136 | 607 | 231k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.69%
103.83/104.27	c   104s| 87100 |    84 |  1660k|  18.8 |   101M |  40 | 258 |1147 | 608 | 231k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.70%
103.93/104.35	c   104s| 87200 |    82 |  1662k|  18.8 |   101M |  40 | 258 |1149 | 725 | 232k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.72%
104.03/104.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
104.03/104.42	c   104s| 87300 |    82 |  1664k|  18.8 |   101M |  40 | 258 |1153 | 590 | 232k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.73%
104.13/104.50	c   104s| 87400 |    86 |  1665k|  18.8 |   101M |  40 | 258 |1169 | 632 | 232k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.75%
104.13/104.57	c   105s| 87500 |    84 |  1667k|  18.8 |   101M |  40 | 258 |1179 | 745 | 232k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.75%
104.23/104.64	c   105s| 87600 |    90 |  1668k|  18.8 |   101M |  40 | 258 |1189 | 615 | 232k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.76%
104.23/104.69	c   105s| 87700 |    85 |  1669k|  18.8 |   101M |  40 | 258 |1203 | 630 | 232k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.76%
104.33/104.77	c   105s| 87800 |    87 |  1671k|  18.8 |   101M |  40 | 258 |1209 |   0 | 233k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.76%
104.43/104.84	c   105s| 87900 |    85 |  1673k|  18.8 |   101M |  40 | 258 |1214 | 616 | 233k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.77%
104.53/104.91	c   105s| 88000 |    85 |  1674k|  18.8 |   101M |  40 | 258 |1215 | 607 | 233k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.77%
104.53/104.98	c   105s| 88100 |    83 |  1676k|  18.8 |   101M |  40 | 258 |1226 | 619 | 233k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.78%
104.63/105.04	c   105s| 88200 |    81 |  1677k|  18.8 |   101M |  40 | 258 |1237 | 600 | 234k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.78%
104.73/105.11	c   105s| 88300 |    81 |  1679k|  18.8 |   101M |  40 | 258 |1249 | 625 | 234k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.78%
104.73/105.19	c   105s| 88400 |    79 |  1681k|  18.8 |   101M |  40 | 258 |1252 | 640 | 234k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.79%
104.83/105.27	c   105s| 88500 |    81 |  1683k|  18.8 |   101M |  40 | 258 |1251 | 631 | 234k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.79%
104.93/105.35	c   105s| 88600 |    77 |  1685k|  18.8 |   101M |  40 | 258 |1244 |   0 | 235k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.80%
105.03/105.43	c   105s| 88700 |    79 |  1687k|  18.8 |   101M |  40 | 258 |1237 | 634 | 235k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.80%
105.13/105.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
105.13/105.57	c   106s| 88800 |    81 |  1689k|  18.8 |   101M |  40 | 258 |1236 | 602 | 235k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.82%
105.23/105.66	c   106s| 88900 |    81 |  1691k|  18.8 |   101M |  40 | 258 |1231 | 575 | 236k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.84%
105.33/105.77	c   106s| 89000 |    77 |  1694k|  18.8 |   101M |  40 | 258 |1215 | 639 | 236k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.85%
105.43/105.86	c   106s| 89100 |    79 |  1697k|  18.8 |   101M |  40 | 258 |1213 | 604 | 236k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.87%
105.53/105.93	c   106s| 89200 |    79 |  1698k|  18.8 |   101M |  40 | 258 |1217 | 616 | 237k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.87%
105.63/106.01	c   106s| 89300 |    79 |  1700k|  18.8 |   101M |  40 | 258 |1223 | 593 | 237k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.88%
105.63/106.09	c   106s| 89400 |    79 |  1703k|  18.8 |   101M |  40 | 258 |1228 | 607 | 237k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  67.89%
105.73/106.18	c   106s| 89500 |    79 |  1705k|  18.8 |   101M |  40 | 258 |1219 | 624 | 237k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.28%
105.83/106.27	c   106s| 89600 |    81 |  1707k|  18.8 |   101M |  40 | 258 |1214 | 629 | 238k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.28%
105.93/106.36	c   106s| 89700 |    79 |  1709k|  18.8 |   101M |  40 | 258 |1222 | 655 | 238k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.02/106.44	c   106s| 89800 |    81 |  1711k|  18.8 |   101M |  40 | 258 |1221 | 615 | 238k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.12/106.52	c   107s| 89900 |    81 |  1713k|  18.8 |   101M |  40 | 258 |1221 | 606 | 239k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.12/106.59	c   107s| 90000 |    81 |  1714k|  18.8 |   101M |  40 | 258 |1229 | 616 | 239k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.22/106.66	c   107s| 90100 |    83 |  1716k|  18.8 |   101M |  40 | 258 |1234 | 606 | 239k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.32/106.73	c   107s| 90200 |    81 |  1718k|  18.8 |   101M |  40 | 258 |1245 | 621 | 239k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.42/106.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.42/106.81	c   107s| 90300 |    79 |  1720k|  18.8 |   101M |  40 | 258 |1251 | 624 | 239k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.42/106.88	c   107s| 90400 |    83 |  1721k|  18.8 |   101M |  40 | 258 |1268 | 642 | 240k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.52/107.00	c   107s| 90500 |    81 |  1723k|  18.8 |   101M |  40 | 258 |1275 | 586 | 240k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.29%
106.63/107.08	c   107s| 90600 |    81 |  1725k|  18.8 |   101M |  40 | 258 |1287 | 640 | 240k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.36%
106.73/107.19	c   107s| 90700 |    83 |  1728k|  18.8 |   101M |  40 | 258 |1287 |   0 | 240k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.36%
106.82/107.28	c   107s| 90800 |    83 |  1731k|  18.8 |   101M |  40 | 258 |1286 |   0 | 241k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.38%
106.92/107.37	c   107s| 90900 |    85 |  1732k|  18.8 |   101M |  40 | 258 |1275 | 634 | 241k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.40%
107.12/107.50	c   107s| 91000 |    89 |  1734k|  18.8 |   101M |  40 | 258 |1271 | 611 | 241k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.46%
107.12/107.56	c   108s| 91100 |    87 |  1736k|  18.8 |   101M |  40 | 258 |1273 | 618 | 242k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.47%
107.22/107.64	c   108s| 91200 |    89 |  1738k|  18.8 |   101M |  40 | 258 |1281 | 623 | 242k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.49%
107.32/107.72	c   108s| 91300 |    87 |  1739k|  18.8 |   101M |  40 | 258 |1287 | 630 | 242k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.50%
107.42/107.80	c   108s| 91400 |    87 |  1741k|  18.8 |   101M |  40 | 258 |1285 | 625 | 243k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.50%
107.52/107.91	c   108s| 91500 |    87 |  1743k|  18.8 |   101M |  40 | 258 |1279 | 615 | 243k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.51%
107.62/108.00	c   108s| 91600 |    91 |  1745k|  18.8 |   101M |  40 | 258 |1276 | 595 | 243k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.53%
107.62/108.09	c   108s| 91700 |    91 |  1747k|  18.8 |   101M |  40 | 258 |1282 | 613 | 243k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.56%
107.72/108.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
107.72/108.17	c   108s| 91800 |    95 |  1749k|  18.8 |   101M |  40 | 258 |1280 | 584 | 244k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
107.82/108.25	c   108s| 91900 |    93 |  1751k|  18.8 |   101M |  40 | 258 |1276 | 629 | 244k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
107.92/108.33	c   108s| 92000 |    95 |  1752k|  18.8 |   101M |  40 | 258 |1270 | 591 | 244k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
108.02/108.41	c   108s| 92100 |    97 |  1755k|  18.8 |   101M |  40 | 258 |1275 | 611 | 245k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
108.02/108.48	c   108s| 92200 |    95 |  1756k|  18.8 |   101M |  40 | 258 |1280 | 610 | 245k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.58%
108.12/108.56	c   109s| 92300 |    93 |  1758k|  18.8 |   101M |  40 | 258 |1294 | 636 | 245k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.22/108.63	c   109s| 92400 |    95 |  1760k|  18.8 |   101M |  40 | 258 |1297 | 628 | 245k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.32/108.71	c   109s| 92500 |    95 |  1762k|  18.8 |   101M |  40 | 258 |1303 | 640 | 246k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.32/108.77	c   109s| 92600 |    93 |  1763k|  18.8 |   101M |  40 | 258 |1331 | 636 | 246k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.42/108.87	c   109s| 92700 |    93 |  1765k|  18.8 |   101M |  40 | 258 |1349 |   0 | 246k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.52/108.94	c   109s| 92800 |    97 |  1766k|  18.8 |   101M |  40 | 258 |1367 | 631 | 246k|  2 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.62/109.00	c   109s| 92900 |    93 |  1768k|  18.8 |   101M |  40 | 258 |1375 | 616 | 246k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.62/109.07	c   109s| 93000 |    93 |  1769k|  18.8 |   101M |  40 | 258 |1385 |   0 | 247k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.72/109.14	c   109s| 93100 |    93 |  1771k|  18.8 |   101M |  40 | 258 |1397 | 649 | 247k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.82/109.20	c   109s| 93200 |    89 |  1772k|  18.8 |   101M |  40 | 258 |1405 | 638 | 247k|  0 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.82/109.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
108.82/109.27	c   109s| 93300 |    89 |  1774k|  18.8 |   101M |  40 | 258 |1419 | 620 | 247k|  1 |  10k|  21 | 0.000000e+00 |      --      |    Inf |  68.59%
108.92/109.34	c   109s| 93400 |    87 |  1775k|  18.8 |   101M |  40 | 258 |1430 | 684 | 247k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
109.01/109.40	c   109s| 93500 |    87 |  1777k|  18.8 |   101M |  40 | 258 |1426 |   0 | 247k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
109.21/109.64	c   110s| 93600 |    87 |  1779k|  18.8 |   102M |  43 | 258 |1428 | 647 | 247k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
109.31/109.70	c   110s| 93700 |    91 |  1780k|  18.8 |   102M |  43 | 258 |1435 | 637 | 247k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
109.72/110.15	c   110s| 93800 |    87 |  1782k|  18.8 |   102M |  43 | 258 |1437 | 645 | 248k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
110.01/110.49	c   110s| 93900 |    85 |  1784k|  18.8 |   102M |  45 | 258 |1445 | 652 | 248k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
110.11/110.56	c   111s| 94000 |    85 |  1785k|  18.8 |   102M |  45 | 258 |1437 | 721 | 248k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.60%
110.31/110.72	c   111s| 94100 |    89 |  1788k|  18.8 |   102M |  45 | 258 |1422 | 617 | 248k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.63%
110.41/110.81	c   111s| 94200 |    87 |  1790k|  18.8 |   102M |  45 | 258 |1414 | 595 | 249k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.63%
110.51/110.92	c   111s| 94300 |    85 |  1792k|  18.8 |   102M |  45 | 258 |1379 | 614 | 249k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.64%
110.62/111.00	c   111s| 94400 |    87 |  1794k|  18.8 |   102M |  45 | 258 |1326 | 613 | 249k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.64%
110.81/111.22	c   111s| 94500 |    85 |  1797k|  18.8 |   102M |  45 | 258 |1259 | 611 | 250k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  68.83%
111.01/111.41	c   111s| 94600 |    85 |  1799k|  18.8 |   102M |  45 | 258 |1222 |   0 | 250k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.04%
111.01/111.49	c   111s| 94700 |    81 |  1801k|  18.8 |   102M |  45 | 258 |1213 | 643 | 250k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.04%
111.21/111.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
111.21/111.62	c   112s| 94800 |    87 |  1803k|  18.8 |   102M |  45 | 258 |1191 | 594 | 251k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.07%
111.21/111.69	c   112s| 94900 |    93 |  1805k|  18.8 |   102M |  45 | 258 |1180 | 572 | 251k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.08%
111.31/111.76	c   112s| 95000 |    93 |  1806k|  18.8 |   102M |  45 | 258 |1180 | 563 | 251k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.10%
111.41/111.84	c   112s| 95100 |    91 |  1808k|  18.8 |   102M |  45 | 258 |1182 | 592 | 251k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.10%
111.51/111.91	c   112s| 95200 |    95 |  1809k|  18.8 |   102M |  45 | 258 |1191 | 590 | 252k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.10%
111.51/111.97	c   112s| 95300 |    91 |  1810k|  18.8 |   102M |  45 | 258 |1207 | 614 | 252k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.10%
111.61/112.06	c   112s| 95400 |    91 |  1813k|  18.8 |   102M |  45 | 258 |1218 |   0 | 252k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.12%
111.71/112.15	c   112s| 95500 |    89 |  1815k|  18.8 |   102M |  45 | 258 |1221 | 621 | 253k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.12%
111.81/112.22	c   112s| 95600 |    89 |  1816k|  18.8 |   102M |  45 | 258 |1238 | 614 | 253k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
111.91/112.30	c   112s| 95700 |    89 |  1818k|  18.8 |   102M |  45 | 258 |1242 | 600 | 253k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
111.91/112.38	c   112s| 95800 |    89 |  1820k|  18.8 |   102M |  45 | 258 |1246 | 585 | 253k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.01/112.47	c   112s| 95900 |    91 |  1822k|  18.8 |   102M |  45 | 258 |1248 | 596 | 254k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.11/112.54	c   113s| 96000 |    91 |  1824k|  18.8 |   102M |  45 | 258 |1259 | 604 | 254k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.21/112.61	c   113s| 96100 |    91 |  1826k|  18.8 |   102M |  45 | 258 |1261 | 609 | 254k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.21/112.69	c   113s| 96200 |    91 |  1827k|  18.8 |   102M |  45 | 258 |1273 | 616 | 254k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.31/112.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
112.31/112.76	c   113s| 96300 |    89 |  1829k|  18.8 |   102M |  45 | 258 |1284 | 611 | 254k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.40/112.84	c   113s| 96400 |    91 |  1831k|  18.8 |   102M |  45 | 258 |1286 | 616 | 255k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.50/112.91	c   113s| 96500 |    91 |  1833k|  18.8 |   102M |  45 | 258 |1299 | 610 | 255k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.50/112.99	c   113s| 96600 |    89 |  1835k|  18.8 |   102M |  45 | 258 |1309 |   0 | 255k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.61/113.07	c   113s| 96700 |    89 |  1837k|  18.8 |   102M |  45 | 258 |1314 | 610 | 255k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.71/113.15	c   113s| 96800 |    85 |  1839k|  18.8 |   102M |  45 | 258 |1322 | 618 | 256k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.13%
112.80/113.24	c   113s| 96900 |    85 |  1840k|  18.8 |   102M |  45 | 258 |1336 | 627 | 256k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
113.00/113.42	c   113s| 97000 |    83 |  1842k|  18.8 |   102M |  45 | 258 |1335 | 621 | 256k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
113.10/113.56	c   114s| 97100 |    83 |  1845k|  18.8 |   102M |  45 | 258 |1329 |   0 | 256k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
113.20/113.66	c   114s| 97200 |    83 |  1847k|  18.8 |   102M |  45 | 258 |1322 | 612 | 257k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
113.30/113.76	c   114s| 97300 |    81 |  1850k|  18.8 |   102M |  45 | 258 |1312 | 659 | 257k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.14%
113.50/113.98	c   114s| 97400 |    81 |  1852k|  18.8 |   103M |  45 | 258 |1313 | 632 | 257k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.15%
113.61/114.06	c   114s| 97500 |    81 |  1854k|  18.8 |   103M |  45 | 258 |1311 | 639 | 257k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.15%
113.80/114.20	c   114s| 97600 |    85 |  1856k|  18.8 |   103M |  45 | 258 |1296 | 614 | 258k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.22%
113.80/114.28	c   114s| 97700 |    83 |  1858k|  18.8 |   103M |  45 | 258 |1282 | 634 | 258k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.24%
113.90/114.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
113.90/114.38	c   114s| 97800 |    81 |  1861k|  18.8 |   103M |  45 | 258 |1262 | 661 | 259k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.25%
114.10/114.53	c   115s| 97900 |    83 |  1862k|  18.8 |   103M |  45 | 258 |1255 | 612 | 259k|  1 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.26%
114.20/114.60	c   115s| 98000 |    85 |  1864k|  18.8 |   103M |  45 | 258 |1251 | 638 | 259k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.30%
114.20/114.67	c   115s| 98100 |    83 |  1866k|  18.8 |   103M |  45 | 258 |1249 | 630 | 259k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.31%
114.30/114.74	c   115s| 98200 |    81 |  1867k|  18.8 |   103M |  45 | 258 |1260 | 636 | 260k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.32%
114.40/114.82	c   115s| 98300 |    83 |  1869k|  18.8 |   103M |  45 | 258 |1269 | 639 | 260k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.33%
114.40/114.89	c   115s| 98400 |    83 |  1871k|  18.8 |   103M |  45 | 258 |1273 |   0 | 260k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.34%
114.50/114.97	c   115s| 98500 |    85 |  1872k|  18.8 |   103M |  45 | 258 |1292 | 645 | 260k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.34%
114.60/115.04	c   115s| 98600 |    83 |  1874k|  18.8 |   103M |  45 | 258 |1297 | 657 | 261k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.34%
114.70/115.12	c   115s| 98700 |    83 |  1876k|  18.8 |   103M |  45 | 258 |1309 | 641 | 261k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.35%
114.70/115.18	c   115s| 98800 |    83 |  1877k|  18.8 |   103M |  45 | 258 |1321 | 672 | 261k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.35%
114.80/115.24	c   115s| 98900 |    81 |  1879k|  18.8 |   103M |  45 | 258 |1325 |   0 | 261k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.35%
114.90/115.32	c   115s| 99000 |    81 |  1880k|  18.8 |   103M |  45 | 258 |1331 | 655 | 261k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.35%
115.00/115.44	c   115s| 99100 |    89 |  1882k|  18.8 |   103M |  45 | 258 |1329 | 612 | 262k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.43%
115.10/115.55	c   116s| 99200 |    85 |  1884k|  18.8 |   103M |  45 | 258 |1339 |   0 | 262k|  0 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.47%
115.20/115.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.20/115.64	c   116s| 99300 |    85 |  1886k|  18.8 |   103M |  45 | 258 |1348 | 654 | 262k|  2 |  11k|  21 | 0.000000e+00 |      --      |    Inf |  69.52%
115.20/115.67	c * 116s| 99334 |     0 |  1886k|  18.8 |    LP  |  45 | 258 |1346 | 608 | 262k|  2 |  11k|  21 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
115.20/115.67	c 
115.20/115.67	c SCIP Status        : problem is solved [optimal solution found]
115.20/115.67	c Solving Time (sec) : 115.66
115.20/115.67	c Solving Nodes      : 99334 (total of 100392 nodes in 2 runs)
115.20/115.67	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
115.20/115.67	c Dual Bound         : +0.00000000000000e+00
115.20/115.67	c Gap                : 0.00 %
115.20/115.67	s SATISFIABLE
115.20/115.67	v -x265 x266 x263 -x264 -x261 x262 x259 -x260 -x257 -x258 x255 -x256 -x253 -x254 x251 -x252 -x249 -x250 -x247 x248 -x245 -x246 -x243 
115.20/115.67	v x244 x241 -x242 -x239 x240 x237 -x238 -x235 x236 x233 -x234 -x231 x232 x229 -x230 -x227 x228 x225 -x226 -x223 -x224 x221 
115.20/115.67	v -x222 -x219 -x220 x217 -x218 -x215 -x216 -x213 x214 -x211 -x212 -x209 x210 x207 -x208 -x205 x206 x203 -x204 -x201 x202 x199 -x200 
115.20/115.67	v x197 -x198 -x195 x196 x193 -x194 -x191 x192 -x189 x190 -x187 x188 x185 -x186 -x183 x184 x181 -x182 -x179 x180 -x177 x178 
115.20/115.67	v -x175 x176 -x173 x174 x171 -x172 -x169 x170 x167 -x168 -x165 x166 x163 -x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 -x148 
115.20/115.67	v -x146 -x144 -x142 -x140 -x138 -x136 -x134 -x132 -x130 -x128 -x126 -x124 -x122 -x120 -x118 -x116 -x114 -x112 -x110 -x108 -x106 
115.20/115.67	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 
115.20/115.67	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 
115.20/115.67	v x159 -x157 x155 -x153 x151 -x149 x147 -x145 -x143 -x141 -x139 -x137 x135 -x133 -x131 -x129 -x127 -x125 x123 -x121 x119 -x117 
115.20/115.67	v x115 -x113 x111 -x109 -x107 -x105 -x103 -x101 x99 -x97 -x95 -x93 -x91 -x89 -x87 -x85 -x83 -x81 -x79 -x77 -x75 -x73 -x71 
115.20/115.67	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 
115.20/115.67	v -x17 -x15 -x13 -x11 -x9 -x7 -x5 -x3 -x1 
115.20/115.67	c SCIP Status        : problem is solved [optimal solution found]
115.20/115.67	c Total Time         :     115.66
115.20/115.67	c   solving          :     115.66
115.20/115.67	c   presolving       :       0.04 (included in solving)
115.20/115.67	c   reading          :       0.00 (included in solving)
115.20/115.67	c   copying          :       0.36 (108 #copies) (minimal 0.00, maximal 0.01, average 0.00)
115.20/115.67	c Original Problem   :
115.20/115.67	c   Problem name     : HOME/instance-4493562-1751148286.opb
115.20/115.67	c   Variables        : 266 (266 binary, 0 integer, 0 implicit integer, 0 continuous)
115.20/115.67	c   Constraints      : 401 initial, 401 maximal
115.20/115.67	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
115.20/115.67	c Presolved Problem  :
115.20/115.67	c   Problem name     : t_HOME/instance-4493562-1751148286.opb
115.20/115.67	c   Variables        : 258 (258 binary, 0 integer, 0 implicit integer, 0 continuous)
115.20/115.67	c   Constraints      : 545 initial, 1692 maximal
115.20/115.67	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
115.20/115.67	c   Nonzeros         : 7184 constraint, 3990 clique table
115.20/115.67	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
115.20/115.67	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
115.20/115.67	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
115.20/115.67	c   gateextraction   :       0.00       0.00      5          0          0          0          0          0        736         96          0          0
115.20/115.67	c   implics          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
115.20/115.67	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   milp             :       0.00       0.00      1          0          4          0          0          0          0          0          0          0
115.20/115.67	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
115.20/115.67	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   trivial          :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
115.20/115.67	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   dualfix          :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
115.20/115.67	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
115.20/115.67	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
115.20/115.67	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
115.20/115.67	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
115.20/115.67	c   knapsack         :       0.00       0.00     23          0          0          0          0          0        165        652          0          1
115.20/115.67	c   setppc           :       0.00       0.00     23          0          4          0          0          0         15          0          0          0
115.20/115.67	c   and              :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
115.20/115.67	c   linear           :       0.00       0.00      7          0          0          0          0          0          4          0          0          0
115.20/115.67	c   logicor          :       0.01       0.00     19          0          0          0          0          0          8          0          0        181
115.20/115.67	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
115.20/115.67	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
115.20/115.67	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
115.20/115.67	c   benderslp        :          0          0          0          0      50254          0          0       9165          0          0          0          0          0          0          0
115.20/115.67	c   integral         :          0          0          0          0      50254          0          0       9165          0          0          0          0          0          0     100506
115.20/115.67	c   knapsack         :          3          3         22     277891          1          0          0       9158      30373       9005      37342          0          0          0          0
115.20/115.67	c   setppc           :        226+       239         22     268886          1          0          0       3252     299677         48     250167          4          0          0          0
115.20/115.67	c   and              :         96         96     100339     268838          1          0          0         26     890247        280     814686     370836     250336          0          0
115.20/115.67	c   linear           :          0+        38         22      72904          0          0          0          3         36          6        176          0          0          0          0
115.20/115.67	c   logicor          :        220+      1336         22      91452          0          0          0          0       4207         83      14246          1          0          0          0
115.20/115.67	c   benders          :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
115.20/115.67	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
115.20/115.67	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
115.20/115.67	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
115.20/115.67	c   benderslp        :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   integral         :       1.15       0.00       0.00       0.00       1.15       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   knapsack         :       1.02       0.00       0.01       0.90       0.00       0.00       0.00       0.03       0.08       0.00
115.20/115.67	c   setppc           :       0.43       0.00       0.00       0.38       0.00       0.00       0.00       0.01       0.04       0.00
115.20/115.67	c   and              :       2.52       0.00       0.91       1.53       0.00       0.00       0.00       0.00       0.09       0.00
115.20/115.67	c   linear           :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   logicor          :       0.40       0.00       0.00       0.40       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
115.20/115.67	c   dualfix          :          2          0          0          0
115.20/115.67	c   genvbounds       :          0          0          0          0
115.20/115.67	c   nlobbt           :          0          0          0          0
115.20/115.67	c   obbt             :          0          0          0          0
115.20/115.67	c   probing          :          0          0          0          0
115.20/115.67	c   pseudoobj        :          0          0          0          0
115.20/115.67	c   redcost          :          0          0          0          0
115.20/115.67	c   rootredcost      :          0          0          0          0
115.20/115.67	c   symmetry         :       3068          0          0         18
115.20/115.67	c   vbounds          :     229524          0          0          0
115.20/115.67	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
115.20/115.67	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   genvbounds       :       0.04       0.00       0.00       0.04       0.00       0.00
115.20/115.67	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
115.20/115.67	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
115.20/115.67	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00       0.00
115.20/115.67	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
115.20/115.67	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
115.20/115.67	c   symmetry         :       0.08       0.00       0.00       0.08       0.00       0.00
115.20/115.67	c   vbounds          :       0.20       0.00       0.00       0.20       0.00       0.00
115.20/115.67	c Symmetry           :
115.20/115.67	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
115.20/115.67	c   orbital reduction:         17 reductions applied,          0 cutoffs
115.20/115.67	c   lexicographic red:          1 reductions applied,          0 cutoffs
115.20/115.67	c   shadow tree time :       0.07 s
115.20/115.67	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
115.20/115.67	c   propagation      :       0.59       9415       7384          -      40546       53.4          4       39.0          -          -          -
115.20/115.67	c   infeasible LP    :       1.68      41346         87          -        518       53.1          0        0.0          8        2.0          0
115.20/115.67	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
115.20/115.67	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
115.20/115.67	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
115.20/115.67	c   applied globally :       0.09          -          -          0      11622       17.6          -          -          8          -          -
115.20/115.67	c   applied locally  :          -          -          -          0         36       59.8          -          -          0          -          -
115.20/115.67	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
115.20/115.67	c   cut pool         :       1.65          -      11176         42          -          -      63731     110647          -          -          -          -          -    (maximal pool size:       5033)
115.20/115.67	c   aggregation      :       0.94       0.00       1325         22          0          0        750       3044          0        120        120          0          0
115.20/115.67	c   > cmir           :          -          -          -          -          -          -          -       2768          0         83         83          0          -
115.20/115.67	c   > flowcover      :          -          -          -          -          -          -          -          1          0          0          0          0          -
115.20/115.67	c   > knapsackcover  :          -          -          -          -          -          -          -        275          0         37         37          0          -
115.20/115.67	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   clique           :       0.01       0.00         22         22          0          0          0          0          0          0          0          0          0
115.20/115.67	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   gomory           :      29.20       0.00       1323         20          0          0      53665      73749       1820       1552       1512         40          0
115.20/115.67	c   > gomorymi       :          -          -          -          -          -          -          -      32666        910       1269       1236         33          -
115.20/115.67	c   > strongcg       :          -          -          -          -          -          -          -      41083        910        283        276          7          -
115.20/115.67	c   impliedbounds    :       0.08       0.00       1325         22          0          0      10971      33307          0      15417      15417          0          0
115.20/115.67	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
115.20/115.67	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   multilinear      :       0.00       0.00       8056         22          0          0          0          0          0          0          0          0          0
115.20/115.67	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
115.20/115.67	c   rapidlearning    :       1.24       0.00        100          2          0       4576          0          0          0          0          0          0        960
115.20/115.67	c   rlt              :       0.18       0.00        682         20          0          0          0          0          0          0          0          0          0
115.20/115.67	c   zerohalf         :       0.63       0.00       1325         22          0          0       1578        547       1413        262        123        139          0
115.20/115.67	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
115.20/115.67	c   hybrid           :       0.22       0.00      70849         22     267687          0     216220        398          0       5683
115.20/115.67	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c Pricers            :   ExecTime  SetupTime      Calls       Vars
115.20/115.67	c   problem variables:       0.00          -          0          0
115.20/115.67	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
115.20/115.67	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c   relpscost        :       1.13       0.00      50253          0          0          0          0          0          0     100506
115.20/115.67	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
115.20/115.67	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
115.20/115.67	c   LP solutions     :       0.00          -          -          1          1
115.20/115.67	c   relax solutions  :       0.00          -          -          0          0
115.20/115.67	c   pseudo solutions :       0.00          -          -          0          0
115.20/115.67	c   strong branching :       0.00          -          -          0          0
115.20/115.67	c   actconsdiving    :       0.00       0.00          0          0          0
115.20/115.67	c   adaptivediving   :       0.12       0.00         38          0          0
115.20/115.67	c   alns             :       0.16       0.00         10          0          0
115.20/115.67	c   bound            :       0.00       0.00          0          0          0
115.20/115.67	c   clique           :       0.00       0.00          1          0          0
115.20/115.67	c   coefdiving       :       0.00       0.00          0          0          0
115.20/115.67	c   completesol      :       0.00       0.00          0          0          0
115.20/115.67	c   conflictdiving   :       0.05       0.00         19          0          0
115.20/115.67	c   crossover        :       0.01       0.00          0          0          0
115.20/115.67	c   dins             :       0.00       0.00          0          0          0
115.20/115.67	c   distributiondivin:       0.45       0.00         19          0          0
115.20/115.67	c   dps              :       0.00       0.00          0          0          0
115.20/115.67	c   dualval          :       0.00       0.00          0          0          0
115.20/115.67	c   farkasdiving     :       0.00       0.00          0          0          0
115.20/115.67	c   feasjump         :       0.03       0.00          2          0          0
115.20/115.67	c   feaspump         :       0.09       0.00         10          0          0
115.20/115.67	c   fixandinfer      :       0.00       0.00          0          0          0
115.20/115.67	c   fracdiving       :       0.05       0.00         19          0          0
115.20/115.67	c   gins             :       0.01       0.00          0          0          0
115.20/115.67	c   guideddiving     :       0.00       0.00          0          0          0
115.20/115.67	c   indcoefdiving    :       0.00       0.00          0          0          0
115.20/115.67	c   indicator        :       0.02       0.00          0          0          0
115.20/115.67	c   indicatordiving  :       0.00       0.00          0          0          0
115.20/115.67	c   indoneopt        :       0.02       0.00          0          0          0
115.20/115.67	c   indrounding      :       0.00       0.00          0          0          0
115.20/115.67	c   indtwoopt        :       0.00       0.00          0          0          0
115.20/115.67	c   intdiving        :       0.00       0.00          0          0          0
115.20/115.67	c   intshifting      :       0.00       0.00          0          0          0
115.20/115.67	c   linesearchdiving :       0.07       0.00         20          0          0
115.20/115.67	c   localbranching   :       0.00       0.00          0          0          0
115.20/115.67	c   locks            :       0.00       0.00          1          0          0
115.20/115.67	c   lpface           :       0.02       0.00          0          0          0
115.20/115.67	c   mpec             :       0.00       0.00          0          0          0
115.20/115.67	c   multistart       :       0.00       0.00          0          0          0
115.20/115.67	c   mutation         :       0.00       0.00          0          0          0
115.20/115.67	c   nlpdiving        :       0.00       0.00          0          0          0
115.20/115.67	c   objpscostdiving  :       0.12       0.00         10          0          0
115.20/115.67	c   octane           :       0.00       0.00          0          0          0
115.20/115.67	c   ofins            :       0.01       0.00          0          0          0
115.20/115.67	c   oneopt           :       0.02       0.00          0          0          0
115.20/115.67	c   padm             :       0.00       0.00          0          0          0
115.20/115.67	c   proximity        :       0.00       0.00          0          0          0
115.20/115.67	c   pscostdiving     :       0.08       0.00         20          0          0
115.20/115.67	c   randrounding     :       0.17       0.00       9173          0          0
115.20/115.67	c   rens             :       0.08       0.00          2          0          0
115.20/115.67	c   reoptsols        :       0.00       0.00          0          0          0
115.20/115.67	c   repair           :       0.00       0.00          0          0          0
115.20/115.67	c   rins             :       0.01       0.00          0          0          0
115.20/115.67	c   rootsoldiving    :       0.07       0.00         10          0          0
115.20/115.67	c   rounding         :       0.16       0.00       4916          0          0
115.20/115.67	c   scheduler        :       0.00       0.00          0          0          0
115.20/115.67	c   shiftandpropagate:       0.01       0.00          2          0          0
115.20/115.67	c   shifting         :       0.23       0.00       1515          0          0
115.20/115.67	c   simplerounding   :       0.02       0.00          0          0          0
115.20/115.67	c   smallcard        :       0.00       0.00          0          0          0
115.20/115.67	c   subnlp           :       0.03       0.00          0          0          0
115.20/115.67	c   trivial          :       0.00       0.00          4          0          0
115.20/115.67	c   trivialnegation  :       0.00       0.00          0          0          0
115.20/115.67	c   trustregion      :       0.00       0.00          0          0          0
115.20/115.67	c   trysol           :       0.01       0.00          0          0          0
115.20/115.67	c   twoopt           :       0.00       0.00          0          0          0
115.20/115.67	c   undercover       :       0.01       0.00          1          0          0
115.20/115.67	c   vbounds          :       0.00       0.00          2          0          0
115.20/115.67	c   veclendiving     :       0.06       0.00         19          0          0
115.20/115.67	c   zeroobj          :       0.00       0.00          0          0          0
115.20/115.67	c   zirounding       :       0.03       0.00       1000          0          0
115.20/115.67	c   other solutions  :          -          -          -          0          -
115.20/115.67	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
115.20/115.67	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
115.20/115.67	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
115.20/115.67	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
115.20/115.67	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
115.20/115.67	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
115.20/115.67	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
115.20/115.67	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
115.20/115.67	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
115.20/115.67	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
115.20/115.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
115.20/115.67	c   primal LP        :       0.20       1772          0       0.00       0.00       0.20       1772
115.20/115.67	c   dual LP          :      55.42     162411    1865382      11.50   33661.73       0.01        139
115.20/115.67	c   lex dual LP      :       0.00          0          0       0.00          -
115.20/115.67	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
115.20/115.67	c   resolve instable :       0.00          0          0       0.00          -
115.20/115.67	c   diving/probing LP:       0.58        799      21471      26.87   37316.92
115.20/115.67	c   strong branching :       0.04         21       1431      68.14   39126.16          -          -          0
115.20/115.67	c     (at root node) :          -         21       1431      68.14          -
115.20/115.67	c   conflict analysis:       0.00          0          0       0.00          -
115.20/115.67	c B&B Tree           :
115.20/115.67	c   number of runs   :          2
115.20/115.67	c   nodes            :      99334 (49710 internal, 49624 leaves)
115.20/115.67	c   feasible leaves  :          1
115.20/115.67	c   infeas. leaves   :      49623
115.20/115.67	c   objective leaves :          0
115.20/115.67	c   nodes (total)    :     100392 (50253 internal, 50139 leaves)
115.20/115.67	c   nodes left       :          0
115.20/115.67	c   max depth        :         45
115.20/115.67	c   max depth (total):         45
115.20/115.67	c   backtracks       :      14427 (14.5%)
115.20/115.67	c   early backtracks :          0 (0.0%)
115.20/115.67	c   nodes exc. ref.  :          0 (0.0%)
115.20/115.67	c   delayed cutoffs  :          2
115.20/115.67	c   repropagations   :      14137 (9136 domain reductions, 0 cutoffs)
115.20/115.67	c   avg switch length:       3.09
115.20/115.67	c   switching time   :       3.28
115.20/115.67	c Root Node          :
115.20/115.67	c   First LP value   : +0.00000000000000e+00
115.20/115.67	c   First LP Iters   :        112 (110891.09 Iter/sec)
115.20/115.67	c   First LP Time    :       0.00
115.20/115.67	c   Final Dual Bound : +0.00000000000000e+00
115.20/115.67	c   Final Root Iters :       1113
115.20/115.67	c   Root LP Estimate : +1.00286486567415e-02
115.20/115.67	c Solution           :
115.20/115.67	c   Solutions found  :          1 (1 improvements)
115.20/115.67	c   First Solution   : +0.00000000000000e+00   (in run 2, after 99334 nodes, 115.66 seconds, depth 17, found by <relaxation>)
115.20/115.67	c   Gap First Sol.   :       0.00 %
115.20/115.67	c   Gap Last Sol.    :       0.00 %
115.20/115.67	c   Primal Bound     : +0.00000000000000e+00   (in run 2, after 99334 nodes, 115.66 seconds, depth 17, found by <relaxation>)
115.20/115.67	c   Dual Bound       : +0.00000000000000e+00
115.20/115.67	c   Gap              :       0.00 %
115.20/115.67	c Integrals          :      Total       Avg%
115.20/115.67	c   primal-dual      :   11565.70     100.00
115.20/115.67	c   primal-ref       :          -          - (not evaluated)
115.20/115.67	c   dual-ref         :          -          - (not evaluated)
115.20/115.67	c Time complete: 115.275.

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: 63665 MiB (63059 MiB free)
  memory of node 1: 64507 MiB (63930 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493562-1751148286/watcher-4493562-1751148286 -o /tmp/evaluation-result-4493562-1751148286/solver-4493562-1751148286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751144686-14927 --watchdog 3760 pbscip -f HOME/instance-4493562-1751148286.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100062 s]*
/proc/loadavg: 4.12 4.15 4.10 4/265 15497
/proc/meminfo: memFree=130037388/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=55104 memory=28544 CPUtime=0.09 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 3560 0 0 0 8 1 0 0 20 0 1 0 30506527 56426496 7136 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 13776 7136 3936 3530 0 5227 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 55104 KiB
Current children cumulated memory: 28544 KiB

[startup+0.205702 s]*
/proc/loadavg: 4.12 4.15 4.10 5/265 15497
/proc/meminfo: memFree=130032104/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=62500 memory=36480 CPUtime=0.19 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 5564 0 0 0 18 1 0 0 20 0 1 0 30506527 64000000 9120 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 15625 9120 3936 3530 0 7076 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 62500 KiB
Current children cumulated memory: 36480 KiB

[startup+0.305634 s]*
/proc/loadavg: 4.12 4.15 4.10 4/265 15497
/proc/meminfo: memFree=130005896/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=69656 memory=42496 CPUtime=0.29 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 7068 0 0 0 28 1 0 0 20 0 1 0 30506527 71327744 10624 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 17414 10624 3936 3530 0 8865 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 69656 KiB
Current children cumulated memory: 42496 KiB

[startup+0.700172 s]
/proc/loadavg: 4.12 4.15 4.10 4/267 15503
/proc/meminfo: memFree=129981452/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=86024 memory=57728 CPUtime=0.67 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 10875 0 0 0 66 1 0 0 20 0 1 0 30506527 88088576 14432 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 21506 14432 3936 3530 0 12957 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 86024 KiB
Current children cumulated memory: 57728 KiB

[startup+1.50017 s]
/proc/loadavg: 4.11 4.15 4.10 5/269 15534
/proc/meminfo: memFree=129965972/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=93420 memory=65152 CPUtime=1.48 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 12710 0 0 0 146 2 0 0 20 0 1 0 30506527 95662080 16288 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 23355 16288 3936 3530 0 14806 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 93420 KiB
Current children cumulated memory: 65152 KiB

[startup+3.10555 s]
/proc/loadavg: 4.11 4.15 4.10 5/269 15534
/proc/meminfo: memFree=129877516/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=116268 memory=86016 CPUtime=3.08 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 17945 0 0 0 305 3 0 0 20 0 1 0 30506527 119058432 21504 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 29067 21504 3936 3530 0 20518 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 116268 KiB
Current children cumulated memory: 86016 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.15 4.10 5/269 15535
/proc/meminfo: memFree=129840404/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=122920 memory=92104 CPUtime=6.26 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 20625 0 0 0 623 3 0 0 20 0 1 0 30506527 125870080 23026 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 30730 23026 3936 3530 0 22181 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 122920 KiB
Current children cumulated memory: 92104 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.14 4.10 5/269 15581
/proc/meminfo: memFree=129781504/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=124984 memory=95048 CPUtime=12.64 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 21374 0 0 0 1261 3 0 0 20 0 1 0 30506527 127983616 23762 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 31246 23762 3936 3530 0 22697 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 124984 KiB
Current children cumulated memory: 95048 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.14 4.09 5/269 15671
/proc/meminfo: memFree=129837488/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=134440 memory=103496 CPUtime=25.4 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 23555 0 0 0 2536 4 0 0 20 0 1 0 30506527 137666560 25874 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 33610 25874 3936 3530 0 25061 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 134440 KiB
Current children cumulated memory: 103496 KiB

[startup+51.1055 s]
/proc/loadavg: 4.05 4.12 4.09 5/265 15761
/proc/meminfo: memFree=129709952/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=141948 memory=112456 CPUtime=50.91 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 25313 0 0 0 5086 5 0 0 20 0 1 0 30506527 145354752 28114 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 35487 28114 3936 3530 0 26938 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 141948 KiB
Current children cumulated memory: 112456 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.12 4.09 5/266 15808
/proc/meminfo: memFree=129638464/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=149884 memory=124536 CPUtime=101.94 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 27263 0 0 0 10188 6 0 0 20 0 1 0 30506527 153481216 31134 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 37471 31134 3936 3530 0 28922 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 124536 KiB

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

# cumulated CPU time of all completed processes:  user=115.218 s, system=0.062791 s

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

[startup+102.4 s]
/proc/loadavg: 4.06 4.12 4.09 5/266 15808
/proc/meminfo: memFree=129638464/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=149884 memory=124536 CPUtime=102.04 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 27263 0 0 0 10198 6 0 0 20 0 1 0 30506527 153481216 31134 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 37471 31134 3936 3530 0 28922 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 124536 KiB

[startup+108.8 s]
/proc/loadavg: 4.06 4.11 4.09 5/266 15853
/proc/meminfo: memFree=129610104/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=149884 memory=125304 CPUtime=108.42 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 27451 0 0 0 10836 6 0 0 20 0 1 0 30506527 153481216 31326 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 37471 31326 3936 3530 0 28922 0
Current children cumulated CPU time: 108.42 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 125304 KiB

[startup+112 s]*
/proc/loadavg: 4.13 4.13 4.09 5/266 15853
/proc/meminfo: memFree=128338440/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=149884 memory=125304 CPUtime=111.61 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 27451 0 0 0 11155 6 0 0 20 0 1 0 30506527 153481216 31326 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 37471 31326 3936 3530 0 28922 0
Current children cumulated CPU time: 111.61 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 125304 KiB

[startup+113.6 s]
/proc/loadavg: 4.13 4.13 4.09 5/266 15853
/proc/meminfo: memFree=127888772/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=149884 memory=125304 CPUtime=113.2 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 27451 0 0 0 11314 6 0 0 20 0 1 0 30506527 153481216 31326 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 37471 31326 3936 3530 0 28922 0
Current children cumulated CPU time: 113.2 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 125304 KiB

[startup+114.4 s]
/proc/loadavg: 4.13 4.13 4.09 5/266 15853
/proc/meminfo: memFree=127666080/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=149884 memory=125304 CPUtime=114 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 27451 0 0 0 11394 6 0 0 20 0 1 0 30506527 153481216 31326 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 37471 31326 3936 3530 0 28922 0
Current children cumulated CPU time: 114 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 125304 KiB

[startup+115.2 s]
/proc/loadavg: 4.13 4.13 4.09 5/266 15853
/proc/meminfo: memFree=127666336/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=149884 memory=125304 CPUtime=114.8 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 27451 0 0 0 11474 6 0 0 20 0 1 0 30506527 153481216 31326 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 37471 31326 3936 3530 0 28922 0
Current children cumulated CPU time: 114.8 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 125304 KiB

[startup+115.6 s]
/proc/loadavg: 4.13 4.13 4.09 5/266 15853
/proc/meminfo: memFree=127666336/131249996 swapFree=33010684/33010684
[pid=15492] ppid=15488 vsize=149884 memory=125304 CPUtime=115.2 cores=1,3
/proc/15492/stat : 15492 (pbscip) R 15488 15492 14915 0 -1 4194304 27451 0 0 0 11514 6 0 0 20 0 1 0 30506527 153481216 31326 18446744073709551615 4235264 18693293 140733238996272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 32645120 140733239003529 140733239003628 140733239003628 140733239009230 0
/proc/15492/statm: 37471 31326 3936 3530 0 28922 0
Current children cumulated CPU time: 115.2 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 125304 KiB

Child status: 0

Real time (s): 115.678
CPU time (s): 115.28
CPU user time (s): 115.218
CPU system time (s): 0.062791
CPU usage (%): 99.6559
Max. virtual memory (cumulated for all children) (KiB): 149884
Max. memory (cumulated for all children) (KiB): 125304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.218
system time used= 0.062791
maximum resident set size= 125304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27458
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= 117
involuntary context switches= 131


# summary of solver processes directly reported to runsolver:
#   pid: 15492
#   total CPU time (s): 115.28
#   total CPU user time (s): 115.218
#   total CPU system time (s): 0.062791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.26579 second user time and 0.512396 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 00:04:46
IDJOB=4493562
IDBENCH=147866
IDSOLVER=3365
FILE ID=nodeC024/4493562-1751148286
RUNJOBID= nodeC024-1751144686-14927
SLURM_JOB_ID= 9587443
Free space on /tmp= 433024 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 -w /tmp/evaluation-result-4493562-1751148286/watcher-4493562-1751148286 -o /tmp/evaluation-result-4493562-1751148286/solver-4493562-1751148286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751144686-14927 --watchdog 3760  pbscip -f HOME/instance-4493562-1751148286.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= dccf1bd51baf1439f9e0744b31eb924b
RANDOM SEED=1646989548

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.500
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.705
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.813
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.895
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.711
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.938
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.763
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.686
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 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130037508 kB
MemAvailable:   129667740 kB
Buffers:            3280 kB
Cached:           425672 kB
SwapCached:            0 kB
Active:           359440 kB
Inactive:         217932 kB
Active(anon):     166488 kB
Inactive(anon):        0 kB
Active(file):     192952 kB
Inactive(file):   217932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58484 kB
Writeback:            64 kB
AnonPages:        150440 kB
Mapped:           114496 kB
Shmem:             18064 kB
KReclaimable:      84532 kB
Slab:             166880 kB
SReclaimable:      84532 kB
SUnreclaim:        82348 kB
KernelStack:        4228 kB
PageTables:         3092 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     449008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432952 MiB
End job on nodeC024 at 2025-06-29 00:06:42