Trace number 4517085

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 2025-06-13UNSAT 154.303 154.831

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq5/normalized-16array_alg_ineq5.opb
MD5SUM2e54c08f901c8d3e55b254d9ae7919ac
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.034052
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables656
Total number of constraints1651
Number of constraints which are clauses1632
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint288
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 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4517085-1751236767.opb>
0.00/0.01	c original problem has 656 variables (656 bin, 0 int, 0 cont) and 1651 constraints
0.00/0.01	c problem read in 0.009 seconds
0.00/0.01	c problem without objective
0.00/0.02	c presolving:
0.00/0.02	c (round 1, fast)       162 del vars, 16 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 656 clqs
0.00/0.03	c (round 2, fast)       314 del vars, 608 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 785 clqs
0.00/0.03	c (round 3, fast)       322 del vars, 624 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 769 clqs
0.00/0.03	c    (0.0s) running MILP presolver
0.00/0.03	c    (0.0s) MILP presolver (3 rounds): 128 aggregations, 0 fixings, 0 bound changes
0.00/0.04	c (round 4, medium)     450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 513 clqs
0.00/0.05	c (round 5, exhaustive) 450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 769 upgd conss, 0 impls, 513 clqs
0.00/0.05	c (round 6, fast)       450 del vars, 1651 del conss, 771 add conss, 16 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 513 clqs
0.00/0.05	c (round 7, exhaustive) 450 del vars, 2419 del conss, 1027 add conss, 16 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 515 clqs
0.00/0.06	c    (0.1s) probing: 52/350 (14.9%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.00/0.06	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.06	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.06	c    (0.1s) no symmetry present (symcode time: 0.00)
0.00/0.06	c presolving (8 rounds: 8 fast, 4 medium, 3 exhaustive):
0.00/0.06	c  450 deleted vars, 2419 deleted constraints, 1027 added constraints, 16 tightened bounds, 0 added holes, 1 changed sides, 62 changed coefficients
0.00/0.06	c  0 implications, 518 cliques
0.00/0.06	c presolved problem has 350 variables (350 bin, 0 int, 0 cont) and 259 constraints
0.00/0.06	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.06	c       1 constraints of type <knapsack>
0.00/0.06	c     256 constraints of type <and>
0.00/0.06	c       2 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.05
0.00/0.06	c 
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c 
0.00/0.06	c # SCIP version 10.0.0
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.06	c limits/time = 3596.996048
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.06	c limits/memory = 27900
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.00/0.06	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.06	c reading/opbreader/maxintsize = 47
0.00/0.06	c 
0.00/0.06	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.06	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.06	c propagating/genvbounds/timingmask = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c 
0.00/0.08	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.08	c   0.1s|     1 |     0 |     2 |     - |  9406k |   0 | 350 | 277 | 515 |   0 |  0 |  18 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.10/0.12	c   0.1s|     1 |     0 |     8 |     - |  9541k |   0 | 350 | 280 | 518 |   3 |  1 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.10/0.13	c   0.1s|     1 |     0 |    13 |     - |  9612k |   0 | 350 | 280 | 521 |   6 |  2 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.10/0.14	c   0.1s|     1 |     0 |    17 |     - |  9708k |   0 | 350 | 280 | 523 |   8 |  3 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.10/0.14	c   0.1s|     1 |     0 |    23 |     - |  9777k |   0 | 350 | 280 | 526 |  11 |  4 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.10/0.16	c   0.2s|     1 |     0 |    28 |     - |  9936k |   0 | 350 | 280 | 529 |  14 |  5 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.10/0.18	c   0.2s|     1 |     0 |    48 |     - |  9995k |   0 | 350 | 280 | 533 |  18 |  6 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.10/0.20	c   0.2s|     1 |     0 |    60 |     - |    10M |   0 | 350 | 280 | 538 |  23 |  7 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.22/0.24	c   0.2s|     1 |     0 |    96 |     - |    10M |   0 | 350 | 280 | 544 |  29 |  8 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.22/0.26	c   0.3s|     1 |     0 |   104 |     - |    10M |   0 | 350 | 280 | 550 |  35 |  9 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.22/0.27	c   0.3s|     1 |     0 |   134 |     - |    10M |   0 | 350 | 280 | 554 |  39 | 10 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.22/0.31	c   0.3s|     1 |     0 |   186 |     - |    10M |   0 | 350 | 280 | 559 |  45 | 11 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.22/0.32	c   0.3s|     1 |     0 |   191 |     - |    10M |   0 | 350 | 280 | 564 |  50 | 12 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.31/0.32	c   0.3s|     1 |     0 |   193 |     - |    11M |   0 | 350 | 280 | 566 |  52 | 13 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.31/0.38	c   0.4s|     1 |     2 |   685 |     - |    11M |   0 | 350 | 284 | 566 |  52 | 13 |  25 |  10 | 0.000000e+00 |      --      |    Inf | unknown
0.78/0.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.78/0.86	c   0.9s|   100 |    57 |  4662 |  45.1 |    12M |  18 | 350 | 334 | 598 | 246 |  1 |  75 |  10 | 0.000000e+00 |      --      |    Inf |  11.35%
0.99/1.11	c   1.1s|   200 |   129 |  7732 |  37.9 |    13M |  19 | 350 | 388 | 584 | 387 |  2 | 129 |  10 | 0.000000e+00 |      --      |    Inf |  24.11%
1.28/1.37	c   1.4s|   300 |   192 | 10895 |  35.8 |    13M |  20 | 350 | 437 |   0 | 592 |  0 | 178 |  10 | 0.000000e+00 |      --      |    Inf |  24.36%
1.48/1.54	c   1.5s|   400 |   232 | 12441 |  30.7 |    14M |  20 | 350 | 451 | 583 | 699 |  1 | 192 |  10 | 0.000000e+00 |      --      |    Inf |  24.59%
1.68/1.71	c   1.7s|   500 |   263 | 13918 |  27.5 |    14M |  20 | 350 | 471 | 602 | 803 |  2 | 212 |  10 | 0.000000e+00 |      --      |    Inf |  24.83%
1.88/1.96	c   2.0s|   600 |   295 | 16447 |  27.1 |    14M |  20 | 350 | 507 | 583 | 982 |  1 | 248 |  10 | 0.000000e+00 |      --      |    Inf |  27.98%
1.99/2.06	c   2.1s|   700 |   316 | 17558 |  24.8 |    14M |  20 | 350 | 532 | 608 |1067 |  1 | 273 |  10 | 0.000000e+00 |      --      |    Inf |  27.99%
2.18/2.22	c   2.2s|   800 |   321 | 18865 |  23.4 |    14M |  20 | 350 | 568 | 608 |1158 |  1 | 309 |  10 | 0.000000e+00 |      --      |    Inf |  28.01%
2.27/2.36	c   2.4s|   900 |   335 | 20404 |  22.5 |    15M |  20 | 350 | 606 |   0 |1286 |  0 | 347 |  10 | 0.000000e+00 |      --      |    Inf |  28.04%
2.47/2.56	c   2.6s|  1000 |   361 | 25325 |  25.2 |    15M |  20 | 350 | 621 | 589 |1440 |  2 | 362 |  10 | 0.000000e+00 |      --      |    Inf |  28.16%
2.57/2.61	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
2.57/2.61	c (run 1, node 1032) performing user restart
2.57/2.61	c 
2.57/2.61	c (restart) converted 5 cuts from the global cut pool into linear constraints
2.57/2.61	c 
2.57/2.61	c presolving:
2.57/2.61	c (round 1, fast)       0 del vars, 12 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 519 clqs
2.57/2.61	c (round 2, medium)     0 del vars, 14 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 519 clqs
2.57/2.61	c (round 3, exhaustive) 0 del vars, 14 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5 upgd conss, 0 impls, 519 clqs
2.57/2.62	c (round 4, exhaustive) 0 del vars, 94 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 73 chg coeffs, 5 upgd conss, 0 impls, 519 clqs
2.57/2.62	c (round 5, fast)       0 del vars, 96 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 73 chg coeffs, 5 upgd conss, 0 impls, 519 clqs
2.57/2.62	c (round 6, exhaustive) 0 del vars, 99 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 73 chg coeffs, 5 upgd conss, 0 impls, 519 clqs
2.57/2.62	c presolving (7 rounds: 7 fast, 5 medium, 4 exhaustive):
2.57/2.62	c  0 deleted vars, 99 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 73 changed coefficients
2.57/2.62	c  0 implications, 519 cliques
2.57/2.62	c presolved problem has 350 variables (350 bin, 0 int, 0 cont) and 544 constraints
2.57/2.62	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
2.57/2.62	c       1 constraints of type <knapsack>
2.57/2.62	c       8 constraints of type <setppc>
2.57/2.62	c     256 constraints of type <and>
2.57/2.62	c       2 constraints of type <linear>
2.57/2.62	c     277 constraints of type <logicor>
2.57/2.62	c transformed objective value is always integral (scale: 1)
2.57/2.62	c Presolving Time: 0.06
2.57/2.62	c 
2.57/2.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.57/2.62	c   2.6s|     1 |     0 | 26089 |     - |    15M |   0 | 350 | 544 | 520 |   0 |  0 | 377 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.64	c   2.6s|     1 |     0 | 26099 |     - |    15M |   0 | 350 | 544 | 523 |   3 |  1 | 377 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.64	c   2.6s|     1 |     0 | 26103 |     - |    15M |   0 | 350 | 544 | 526 |   6 |  2 | 377 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.64	c   2.6s|     1 |     0 | 26110 |     - |    15M |   0 | 350 | 546 | 531 |  11 |  3 | 379 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.65	c   2.6s|     1 |     0 | 26117 |     - |    15M |   0 | 350 | 547 | 534 |  14 |  4 | 380 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.66	c   2.7s|     1 |     0 | 26125 |     - |    15M |   0 | 350 | 551 | 537 |  17 |  5 | 384 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.67	c   2.7s|     1 |     0 | 26142 |     - |    15M |   0 | 350 | 552 | 543 |  23 |  6 | 385 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.68	c   2.7s|     1 |     0 | 26156 |     - |    15M |   0 | 350 | 552 | 547 |  27 |  7 | 385 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.69	c   2.7s|     1 |     0 | 26162 |     - |    16M |   0 | 350 | 552 | 550 |  30 |  8 | 385 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.70	c   2.7s|     1 |     0 | 26176 |     - |    16M |   0 | 350 | 553 | 555 |  35 |  9 | 386 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.71	c   2.7s|     1 |     0 | 26189 |     - |    16M |   0 | 350 | 553 | 560 |  40 | 10 | 386 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.73	c   2.7s|     1 |     0 | 26197 |     - |    16M |   0 | 350 | 553 | 562 |  42 | 11 | 386 |  10 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.76	c   2.8s|     1 |     0 | 26321 |     - |    16M |   0 | 350 | 562 | 562 |  42 | 11 | 397 |  27 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.77	c   2.8s|     1 |     0 | 26348 |     - |    16M |   0 | 350 | 562 | 566 |  46 | 12 | 398 |  27 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.77	c   2.8s|     1 |     0 | 26363 |     - |    16M |   0 | 350 | 564 | 567 |  47 | 13 | 400 |  27 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.67/2.77	c   2.8s|     1 |     2 | 26375 |     - |    16M |   0 | 350 | 564 | 567 |  47 | 13 | 400 |  29 | 0.000000e+00 |      --      |    Inf | unknown
3.08/3.11	c   3.1s|   100 |    74 | 31743 |  27.8 |    16M |  20 | 350 | 633 | 597 | 292 |  2 | 470 |  29 | 0.000000e+00 |      --      |    Inf | unknown
3.17/3.21	c   3.2s|   200 |    88 | 33003 |  26.5 |    16M |  20 | 350 | 636 | 582 | 403 |  0 | 473 |  29 | 0.000000e+00 |      --      |    Inf |  12.87%
3.27/3.30	c   3.3s|   300 |   110 | 34115 |  25.4 |    16M |  20 | 350 | 644 | 584 | 470 |  2 | 481 |  29 | 0.000000e+00 |      --      |    Inf |  12.94%
3.37/3.40	c   3.4s|   400 |   123 | 35259 |  24.4 |    17M |  20 | 350 | 670 | 589 | 617 |  2 | 507 |  29 | 0.000000e+00 |      --      |    Inf |  13.01%
3.47/3.52	c   3.5s|   500 |   142 | 36834 |  23.8 |    17M |  20 | 350 | 692 | 593 | 717 |  2 | 529 |  29 | 0.000000e+00 |      --      |    Inf |  13.07%
3.57/3.61	c   3.6s|   600 |   147 | 37641 |  22.9 |    17M |  20 | 350 | 707 | 585 | 824 |  2 | 544 |  29 | 0.000000e+00 |      --      |    Inf |  13.12%
3.57/3.69	c   3.7s|   700 |   165 | 38903 |  22.3 |    17M |  20 | 350 | 718 |   0 | 923 |  0 | 556 |  29 | 0.000000e+00 |      --      |    Inf |  13.13%
3.77/3.80	c   3.8s|   800 |   175 | 39874 |  21.6 |    17M |  20 | 350 | 727 | 599 | 999 |  2 | 565 |  29 | 0.000000e+00 |      --      |    Inf |  13.15%
3.87/3.90	c   3.9s|   900 |   181 | 40960 |  21.0 |    17M |  20 | 350 | 736 | 592 |1124 |  2 | 574 |  29 | 0.000000e+00 |      --      |    Inf |  13.20%
3.98/4.04	c   4.0s|  1000 |   209 | 42624 |  20.8 |    17M |  20 | 350 | 742 | 589 |1281 |  2 | 580 |  29 | 0.000000e+00 |      --      |    Inf |  13.23%
4.08/4.14	c   4.1s|  1100 |   225 | 44343 |  20.6 |    17M |  21 | 350 | 752 | 606 |1402 |  2 | 590 |  29 | 0.000000e+00 |      --      |    Inf |  13.28%
4.17/4.23	c   4.2s|  1200 |   245 | 46020 |  20.5 |    17M |  21 | 350 | 759 |   0 |1506 |  0 | 597 |  29 | 0.000000e+00 |      --      |    Inf |  13.30%
4.27/4.31	c   4.3s|  1300 |   267 | 47267 |  20.1 |    17M |  21 | 350 | 780 | 597 |1583 |  2 | 618 |  29 | 0.000000e+00 |      --      |    Inf |  13.32%
4.37/4.41	c   4.4s|  1400 |   274 | 48762 |  19.9 |    17M |  22 | 350 | 784 | 598 |1641 |  1 | 622 |  29 | 0.000000e+00 |      --      |    Inf |  13.33%
4.37/4.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.37/4.49	c   4.5s|  1500 |   270 | 50494 |  19.8 |    17M |  22 | 350 | 786 |   0 |1722 |  0 | 624 |  29 | 0.000000e+00 |      --      |    Inf |  13.36%
4.46/4.57	c   4.6s|  1600 |   273 | 51794 |  19.6 |    17M |  24 | 350 | 822 |   0 |1795 |  0 | 660 |  29 | 0.000000e+00 |      --      |    Inf |  13.38%
4.56/4.66	c   4.7s|  1700 |   294 | 53321 |  19.4 |    17M |  25 | 350 | 830 |   0 |1929 |  0 | 668 |  29 | 0.000000e+00 |      --      |    Inf |  14.19%
4.66/4.76	c   4.8s|  1800 |   316 | 55094 |  19.3 |    17M |  25 | 350 | 830 |   0 |1995 |  0 | 668 |  29 | 0.000000e+00 |      --      |    Inf |  14.19%
4.76/4.86	c   4.9s|  1900 |   338 | 56787 |  19.3 |    17M |  25 | 350 | 838 | 602 |2156 |  2 | 676 |  29 | 0.000000e+00 |      --      |    Inf |  14.23%
4.86/4.94	c   4.9s|  2000 |   364 | 58236 |  19.1 |    17M |  25 | 350 | 845 |   0 |2282 |  0 | 683 |  29 | 0.000000e+00 |      --      |    Inf |  14.25%
4.86/5.00	c   5.0s|  2100 |   378 | 59096 |  18.8 |    17M |  25 | 350 | 845 | 584 |2344 |  1 | 683 |  29 | 0.000000e+00 |      --      |    Inf |  14.26%
4.97/5.08	c   5.1s|  2200 |   382 | 60069 |  18.5 |    17M |  25 | 350 | 845 | 591 |2436 |  1 | 683 |  29 | 0.000000e+00 |      --      |    Inf |  14.27%
5.07/5.16	c   5.2s|  2300 |   388 | 61367 |  18.3 |    17M |  25 | 350 | 847 | 582 |2507 |  1 | 685 |  29 | 0.000000e+00 |      --      |    Inf |  14.29%
5.16/5.26	c   5.3s|  2400 |   410 | 62748 |  18.2 |    17M |  25 | 350 | 860 | 582 |2625 |  2 | 698 |  29 | 0.000000e+00 |      --      |    Inf |  14.32%
5.26/5.36	c   5.4s|  2500 |   429 | 64165 |  18.1 |    17M |  25 | 350 | 885 | 594 |2745 |  1 | 724 |  29 | 0.000000e+00 |      --      |    Inf |  14.45%
5.36/5.46	c   5.5s|  2600 |   437 | 66038 |  18.1 |    18M |  25 | 350 | 924 | 612 |2877 |  1 | 763 |  29 | 0.000000e+00 |      --      |    Inf |  14.77%
5.46/5.58	c   5.6s|  2700 |   493 | 69377 |  18.5 |    18M |  25 | 350 | 945 |   0 |2962 |  0 | 784 |  29 | 0.000000e+00 |      --      |    Inf |  14.85%
5.56/5.66	c   5.7s|  2800 |   519 | 70899 |  18.4 |    18M |  25 | 350 | 948 | 618 |3028 |  2 | 787 |  29 | 0.000000e+00 |      --      |    Inf |  14.85%
5.66/5.75	c   5.7s|  2900 |   541 | 72611 |  18.4 |    18M |  25 | 350 | 960 | 625 |3093 |  0 | 799 |  29 | 0.000000e+00 |      --      |    Inf |  14.88%
5.86/5.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.86/5.92	c   5.9s|  3000 |   590 | 77220 |  19.1 |    19M |  25 | 350 | 997 | 612 |3171 |  2 | 837 |  29 | 0.000000e+00 |      --      |    Inf |  15.09%
5.97/6.01	c   6.0s|  3100 |   630 | 78980 |  19.0 |    19M |  25 | 350 |1011 | 633 |3227 |  0 | 852 |  29 | 0.000000e+00 |      --      |    Inf |  15.10%
6.07/6.12	c   6.1s|  3200 |   655 | 81895 |  19.3 |    19M |  25 | 350 |1022 | 631 |3247 |  0 | 863 |  29 | 0.000000e+00 |      --      |    Inf |  15.11%
6.16/6.23	c   6.2s|  3300 |   682 | 84488 |  19.4 |    19M |  25 | 350 |1026 | 615 |3276 |  2 | 867 |  29 | 0.000000e+00 |      --      |    Inf |  15.13%
6.26/6.31	c   6.3s|  3400 |   718 | 86668 |  19.5 |    19M |  25 | 350 |1036 |   0 |3339 |  0 | 877 |  29 | 0.000000e+00 |      --      |    Inf |  15.14%
6.36/6.41	c   6.4s|  3500 |   735 | 88323 |  19.4 |    19M |  25 | 350 |1044 |   0 |3391 |  0 | 885 |  29 | 0.000000e+00 |      --      |    Inf |  15.15%
6.46/6.52	c   6.5s|  3600 |   788 | 91605 |  19.7 |    19M |  27 | 350 |1079 |   0 |3483 |  0 | 921 |  29 | 0.000000e+00 |      --      |    Inf |  15.16%
6.56/6.63	c   6.6s|  3700 |   819 | 93958 |  19.8 |    20M |  27 | 350 |1105 |   0 |3554 |  0 | 947 |  29 | 0.000000e+00 |      --      |    Inf |  15.18%
6.66/6.73	c   6.7s|  3800 |   849 | 96293 |  19.9 |    20M |  27 | 350 |1119 | 613 |3622 |  2 | 963 |  29 | 0.000000e+00 |      --      |    Inf |  16.29%
6.76/6.80	c   6.8s|  3900 |   882 | 97859 |  19.8 |    20M |  27 | 350 |1127 |   0 |3663 |  0 | 971 |  29 | 0.000000e+00 |      --      |    Inf |  16.31%
6.76/6.89	c   6.9s|  4000 |   907 | 99339 |  19.7 |    20M |  27 | 350 |1148 | 619 |3713 |  0 | 993 |  29 | 0.000000e+00 |      --      |    Inf |  16.33%
6.85/7.00	c   7.0s|  4100 |   937 |101944 |  19.8 |    20M |  27 | 350 |1196 | 619 |3765 |  0 |1041 |  29 | 0.000000e+00 |      --      |    Inf |  16.33%
7.08/7.11	c   7.1s|  4200 |   979 |104804 |  20.0 |    21M |  27 | 350 |1209 |   0 |3811 |  0 |1054 |  29 | 0.000000e+00 |      --      |    Inf |  16.55%
7.08/7.18	c   7.2s|  4300 |   997 |106135 |  19.8 |    21M |  29 | 350 |1228 | 619 |3817 |  1 |1073 |  29 | 0.000000e+00 |      --      |    Inf |  16.56%
7.26/7.31	c   7.3s|  4400 |  1023 |109200 |  20.0 |    21M |  29 | 350 |1244 | 626 |3854 |  1 |1089 |  29 | 0.000000e+00 |      --      |    Inf |  16.58%
7.36/7.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.36/7.41	c   7.4s|  4500 |  1051 |111916 |  20.2 |    21M |  29 | 350 |1250 |   0 |3867 |  0 |1096 |  29 | 0.000000e+00 |      --      |    Inf |  16.58%
7.46/7.52	c   7.5s|  4600 |  1091 |115363 |  20.4 |    21M |  29 | 350 |1259 | 619 |3920 |  1 |1107 |  29 | 0.000000e+00 |      --      |    Inf |  16.59%
7.46/7.59	c   7.6s|  4700 |  1121 |117393 |  20.4 |    22M |  29 | 350 |1265 |   0 |3926 |  0 |1113 |  29 | 0.000000e+00 |      --      |    Inf |  16.70%
7.66/7.71	c   7.7s|  4800 |  1141 |120179 |  20.6 |    22M |  29 | 350 |1285 |   0 |3936 |  0 |1133 |  29 | 0.000000e+00 |      --      |    Inf |  16.90%
7.76/7.82	c   7.8s|  4900 |  1163 |122270 |  20.6 |    22M |  29 | 350 |1322 |   0 |3943 |  0 |1170 |  29 | 0.000000e+00 |      --      |    Inf |  16.92%
7.86/7.93	c   7.9s|  5000 |  1178 |124497 |  20.6 |    22M |  29 | 350 |1335 | 629 |3993 |  1 |1184 |  29 | 0.000000e+00 |      --      |    Inf |  16.97%
7.97/8.01	c   8.0s|  5100 |  1194 |126486 |  20.6 |    22M |  29 | 350 |1344 |   0 |4009 |  0 |1194 |  29 | 0.000000e+00 |      --      |    Inf |  17.02%
8.07/8.11	c   8.1s|  5200 |  1217 |128664 |  20.6 |    22M |  29 | 350 |1358 | 626 |4079 |  0 |1209 |  29 | 0.000000e+00 |      --      |    Inf |  17.09%
8.07/8.19	c   8.2s|  5300 |  1237 |130752 |  20.6 |    22M |  29 | 350 |1360 |   0 |4124 |  0 |1211 |  29 | 0.000000e+00 |      --      |    Inf |  17.12%
8.16/8.26	c   8.3s|  5400 |  1266 |132540 |  20.6 |    22M |  29 | 350 |1387 | 610 |4178 |  1 |1238 |  29 | 0.000000e+00 |      --      |    Inf |  17.14%
8.26/8.35	c   8.4s|  5500 |  1285 |134544 |  20.5 |    22M |  29 | 350 |1404 | 617 |4217 |  1 |1255 |  29 | 0.000000e+00 |      --      |    Inf |  17.16%
8.36/8.45	c   8.4s|  5600 |  1308 |136387 |  20.5 |    22M |  29 | 350 |1411 | 625 |4283 |  0 |1262 |  29 | 0.000000e+00 |      --      |    Inf |  17.19%
8.46/8.52	c   8.5s|  5700 |  1330 |137819 |  20.4 |    22M |  29 | 350 |1434 | 619 |4308 |  1 |1285 |  29 | 0.000000e+00 |      --      |    Inf |  17.20%
8.56/8.63	c   8.6s|  5800 |  1340 |139921 |  20.4 |    22M |  29 | 350 |1438 |   0 |4315 |  0 |1289 |  29 | 0.000000e+00 |      --      |    Inf |  17.22%
8.66/8.72	c   8.7s|  5900 |  1358 |142135 |  20.5 |    22M |  29 | 350 |1469 | 614 |4350 |  1 |1320 |  29 | 0.000000e+00 |      --      |    Inf |  17.24%
8.76/8.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.76/8.83	c   8.8s|  6000 |  1383 |144554 |  20.5 |    22M |  29 | 350 |1488 |   0 |4393 |  0 |1339 |  29 | 0.000000e+00 |      --      |    Inf |  17.26%
8.86/8.92	c   8.9s|  6100 |  1389 |146279 |  20.5 |    22M |  29 | 350 |1494 |   0 |4401 |  0 |1345 |  29 | 0.000000e+00 |      --      |    Inf |  17.27%
8.97/9.06	c   9.1s|  6200 |  1409 |149425 |  20.6 |    22M |  29 | 350 |1496 |   0 |4412 |  0 |1347 |  29 | 0.000000e+00 |      --      |    Inf |  17.30%
9.07/9.17	c   9.2s|  6300 |  1445 |151804 |  20.7 |    23M |  29 | 350 |1529 | 649 |4449 |  0 |1380 |  29 | 0.000000e+00 |      --      |    Inf |  17.50%
9.15/9.27	c   9.3s|  6400 |  1464 |154093 |  20.7 |    23M |  29 | 350 |1553 |   0 |4489 |  0 |1404 |  29 | 0.000000e+00 |      --      |    Inf |  17.55%
9.25/9.36	c   9.4s|  6500 |  1491 |156590 |  20.7 |    23M |  29 | 350 |1578 | 649 |4507 |  0 |1429 |  29 | 0.000000e+00 |      --      |    Inf |  17.56%
9.35/9.44	c   9.4s|  6600 |  1505 |158902 |  20.8 |    24M |  29 | 350 |1615 | 635 |4531 |  1 |1467 |  29 | 0.000000e+00 |      --      |    Inf |  17.57%
9.45/9.53	c   9.5s|  6700 |  1525 |161314 |  20.8 |    24M |  29 | 350 |1621 | 636 |4538 |  1 |1474 |  29 | 0.000000e+00 |      --      |    Inf |  17.59%
9.55/9.61	c   9.6s|  6800 |  1515 |163121 |  20.8 |    24M |  29 | 350 |1666 |   0 |4539 |  0 |1520 |  29 | 0.000000e+00 |      --      |    Inf |  17.60%
9.55/9.70	c   9.7s|  6900 |  1519 |164688 |  20.7 |    24M |  29 | 350 |1683 |   0 |4565 |  0 |1538 |  29 | 0.000000e+00 |      --      |    Inf |  17.61%
9.65/9.78	c   9.8s|  7000 |  1535 |166937 |  20.7 |    24M |  29 | 350 |1682 |   0 |4596 |  0 |1538 |  29 | 0.000000e+00 |      --      |    Inf |  17.64%
9.75/9.88	c   9.9s|  7100 |  1564 |169282 |  20.8 |    24M |  29 | 350 |1712 |   0 |4603 |  0 |1568 |  29 | 0.000000e+00 |      --      |    Inf |  17.65%
9.85/9.99	c  10.0s|  7200 |  1580 |171664 |  20.8 |    24M |  29 | 350 |1731 | 629 |4625 |  0 |1587 |  29 | 0.000000e+00 |      --      |    Inf |  17.66%
9.96/10.08	c  10.1s|  7300 |  1588 |172997 |  20.7 |    24M |  29 | 350 |1743 | 606 |4724 |  1 |1599 |  29 | 0.000000e+00 |      --      |    Inf |  17.67%
10.06/10.17	c  10.2s|  7400 |  1608 |174631 |  20.7 |    24M |  29 | 350 |1780 | 618 |4751 |  1 |1636 |  29 | 0.000000e+00 |      --      |    Inf |  17.69%
10.15/10.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.15/10.27	c  10.3s|  7500 |  1618 |176221 |  20.6 |    24M |  29 | 350 |1840 |   0 |4757 |  0 |1696 |  29 | 0.000000e+00 |      --      |    Inf |  17.70%
10.25/10.36	c  10.4s|  7600 |  1610 |177968 |  20.6 |    24M |  29 | 350 |1850 | 591 |4776 |  2 |1707 |  29 | 0.000000e+00 |      --      |    Inf |  17.74%
10.35/10.45	c  10.5s|  7700 |  1634 |180001 |  20.6 |    24M |  29 | 350 |1875 |   0 |4904 |  0 |1732 |  29 | 0.000000e+00 |      --      |    Inf |  17.76%
10.45/10.54	c  10.5s|  7800 |  1647 |181433 |  20.5 |    24M |  29 | 350 |1879 | 587 |5026 |  2 |1736 |  29 | 0.000000e+00 |      --      |    Inf |  17.80%
10.55/10.63	c  10.6s|  7900 |  1663 |182899 |  20.4 |    25M |  29 | 350 |1911 | 624 |5152 |  2 |1768 |  29 | 0.000000e+00 |      --      |    Inf |  17.85%
10.65/10.71	c  10.7s|  8000 |  1678 |184406 |  20.4 |    25M |  29 | 350 |1952 |   0 |5202 |  0 |1809 |  29 | 0.000000e+00 |      --      |    Inf |  17.88%
10.75/10.81	c  10.8s|  8100 |  1703 |186221 |  20.4 |    25M |  29 | 350 |1973 | 615 |5326 |  2 |1830 |  29 | 0.000000e+00 |      --      |    Inf |  17.93%
10.85/10.91	c  10.9s|  8200 |  1722 |187932 |  20.3 |    25M |  29 | 350 |2001 |   0 |5456 |  0 |1859 |  29 | 0.000000e+00 |      --      |    Inf |  17.98%
10.85/10.99	c  11.0s|  8300 |  1744 |190222 |  20.3 |    25M |  29 | 350 |2051 | 617 |5504 |  1 |1909 |  29 | 0.000000e+00 |      --      |    Inf |  17.98%
10.96/11.10	c  11.1s|  8400 |  1764 |193225 |  20.5 |    25M |  29 | 350 |2077 | 661 |5548 |  0 |1938 |  29 | 0.000000e+00 |      --      |    Inf |  18.21%
11.15/11.22	c  11.2s|  8500 |  1801 |196602 |  20.6 |    25M |  29 | 350 |2078 | 654 |5553 |  1 |1940 |  29 | 0.000000e+00 |      --      |    Inf |  18.24%
11.25/11.31	c  11.3s|  8600 |  1810 |198631 |  20.6 |    25M |  29 | 350 |2105 | 651 |5554 |  1 |1967 |  29 | 0.000000e+00 |      --      |    Inf |  18.26%
11.35/11.41	c  11.4s|  8700 |  1819 |201136 |  20.6 |    25M |  29 | 350 |2145 | 652 |5556 |  1 |2008 |  29 | 0.000000e+00 |      --      |    Inf |  18.26%
11.44/11.52	c  11.5s|  8800 |  1839 |203782 |  20.7 |    25M |  29 | 350 |2189 | 651 |5557 |  1 |2052 |  29 | 0.000000e+00 |      --      |    Inf |  18.27%
11.54/11.63	c  11.6s|  8900 |  1839 |206262 |  20.7 |    25M |  29 | 350 |2217 |   0 |5557 |  0 |2080 |  29 | 0.000000e+00 |      --      |    Inf |  18.27%
11.64/11.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.64/11.78	c  11.8s|  9000 |  1862 |210359 |  20.9 |    26M |  29 | 350 |2235 |   0 |5583 |  0 |2100 |  29 | 0.000000e+00 |      --      |    Inf |  18.28%
11.74/11.87	c  11.9s|  9100 |  1880 |212516 |  20.9 |    26M |  29 | 350 |2242 | 622 |5612 |  1 |2107 |  29 | 0.000000e+00 |      --      |    Inf |  18.31%
11.84/11.95	c  11.9s|  9200 |  1901 |214840 |  21.0 |    26M |  29 | 350 |2244 | 631 |5658 |  1 |2111 |  29 | 0.000000e+00 |      --      |    Inf |  18.83%
11.95/12.03	c  12.0s|  9300 |  1908 |216972 |  21.0 |    26M |  29 | 350 |2255 | 596 |5691 |  2 |2123 |  29 | 0.000000e+00 |      --      |    Inf |  18.95%
12.05/12.11	c  12.1s|  9400 |  1928 |218385 |  20.9 |    26M |  29 | 350 |2267 |   0 |5785 |  0 |2135 |  29 | 0.000000e+00 |      --      |    Inf |  18.97%
12.05/12.18	c  12.2s|  9500 |  1940 |219651 |  20.8 |    26M |  29 | 350 |2271 |   0 |5858 |  0 |2139 |  29 | 0.000000e+00 |      --      |    Inf |  18.98%
12.24/12.30	c  12.3s|  9600 |  1944 |221631 |  20.8 |    27M |  29 | 350 |2279 | 626 |5909 |  0 |2148 |  29 | 0.000000e+00 |      --      |    Inf |  19.11%
12.34/12.42	c  12.4s|  9700 |  1964 |223832 |  20.8 |    27M |  29 | 350 |2287 | 607 |5975 |  2 |2157 |  29 | 0.000000e+00 |      --      |    Inf |  19.12%
12.44/12.52	c  12.5s|  9800 |  1976 |225893 |  20.8 |    27M |  29 | 350 |2324 |   0 |6068 |  0 |2198 |  29 | 0.000000e+00 |      --      |    Inf |  19.15%
12.54/12.64	c  12.6s|  9900 |  1990 |228500 |  20.9 |    27M |  29 | 350 |2353 | 618 |6096 |  2 |2231 |  29 | 0.000000e+00 |      --      |    Inf |  19.20%
12.64/12.73	c  12.7s| 10000 |  1992 |229850 |  20.8 |    28M |  29 | 350 |2364 |   0 |6153 |  0 |2244 |  29 | 0.000000e+00 |      --      |    Inf |  19.22%
12.74/12.84	c  12.8s| 10100 |  2012 |232228 |  20.8 |    28M |  29 | 350 |2363 | 633 |6203 |  1 |2244 |  29 | 0.000000e+00 |      --      |    Inf |  19.25%
12.84/12.98	c  13.0s| 10200 |  2045 |236014 |  21.0 |    28M |  29 | 350 |2374 | 589 |6257 |  1 |2259 |  29 | 0.000000e+00 |      --      |    Inf |  19.30%
12.95/13.06	c  13.1s| 10300 |  2065 |237219 |  20.9 |    29M |  29 | 350 |2376 | 590 |6348 |  1 |2261 |  29 | 0.000000e+00 |      --      |    Inf |  19.31%
13.05/13.13	c  13.1s| 10400 |  2083 |238365 |  20.8 |    29M |  29 | 350 |2383 |   0 |6407 |  0 |2268 |  29 | 0.000000e+00 |      --      |    Inf |  19.33%
13.14/13.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.14/13.21	c  13.2s| 10500 |  2094 |239729 |  20.8 |    29M |  29 | 350 |2386 |   0 |6477 |  0 |2272 |  29 | 0.000000e+00 |      --      |    Inf |  19.34%
13.24/13.30	c  13.3s| 10600 |  2083 |241252 |  20.7 |    29M |  29 | 350 |2389 |   0 |6557 |  0 |2280 |  29 | 0.000000e+00 |      --      |    Inf |  19.75%
13.34/13.40	c  13.4s| 10700 |  2081 |243174 |  20.7 |    29M |  29 | 350 |2399 |   0 |6578 |  0 |2290 |  29 | 0.000000e+00 |      --      |    Inf |  19.77%
13.34/13.49	c  13.5s| 10800 |  2100 |245239 |  20.7 |    29M |  29 | 350 |2401 | 630 |6651 |  0 |2297 |  29 | 0.000000e+00 |      --      |    Inf |  20.59%
13.44/13.58	c  13.6s| 10900 |  2124 |247490 |  20.7 |    29M |  29 | 350 |2401 |   0 |6670 |  0 |2297 |  29 | 0.000000e+00 |      --      |    Inf |  20.60%
13.54/13.65	c  13.6s| 11000 |  2143 |249103 |  20.7 |    29M |  29 | 350 |2414 |   0 |6709 |  0 |2312 |  29 | 0.000000e+00 |      --      |    Inf |  20.63%
13.63/13.72	c  13.7s| 11100 |  2160 |250633 |  20.6 |    29M |  29 | 350 |2422 | 636 |6743 |  0 |2320 |  29 | 0.000000e+00 |      --      |    Inf |  20.64%
13.63/13.79	c  13.8s| 11200 |  2172 |251939 |  20.6 |    29M |  29 | 350 |2446 |   0 |6776 |  0 |2344 |  29 | 0.000000e+00 |      --      |    Inf |  20.68%
13.73/13.86	c  13.9s| 11300 |  2186 |253770 |  20.6 |    29M |  29 | 350 |2446 |   0 |6809 |  0 |2344 |  29 | 0.000000e+00 |      --      |    Inf |  20.69%
13.83/13.97	c  14.0s| 11400 |  2198 |255835 |  20.6 |    29M |  29 | 350 |2449 |   0 |6833 |  0 |2356 |  29 | 0.000000e+00 |      --      |    Inf |  20.71%
13.95/14.04	c  14.0s| 11500 |  2221 |257096 |  20.5 |    29M |  29 | 350 |2456 |   0 |6934 |  0 |2366 |  29 | 0.000000e+00 |      --      |    Inf |  20.78%
14.05/14.14	c  14.1s| 11600 |  2223 |258602 |  20.4 |    29M |  29 | 350 |2456 | 625 |6985 |  2 |2375 |  29 | 0.000000e+00 |      --      |    Inf |  20.78%
14.13/14.24	c  14.2s| 11700 |  2244 |260823 |  20.5 |    29M |  29 | 350 |2484 | 624 |7027 |  2 |2407 |  29 | 0.000000e+00 |      --      |    Inf |  20.79%
14.23/14.33	c  14.3s| 11800 |  2250 |262459 |  20.4 |    29M |  29 | 350 |2500 |   0 |7057 |  0 |2432 |  29 | 0.000000e+00 |      --      |    Inf |  20.81%
14.33/14.46	c  14.5s| 11900 |  2298 |267075 |  20.6 |    30M |  29 | 350 |2519 |   0 |7080 |  0 |2459 |  29 | 0.000000e+00 |      --      |    Inf |  20.87%
14.43/14.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.43/14.58	c  14.6s| 12000 |  2339 |270955 |  20.8 |    30M |  29 | 350 |2529 |   0 |7115 |  0 |2470 |  29 | 0.000000e+00 |      --      |    Inf |  21.69%
14.53/14.67	c  14.7s| 12100 |  2365 |273816 |  20.8 |    30M |  29 | 350 |2537 | 645 |7134 |  1 |2480 |  29 | 0.000000e+00 |      --      |    Inf |  23.09%
14.73/14.86	c  14.9s| 12200 |  2423 |279129 |  21.1 |    30M |  29 | 350 |2536 | 653 |7196 |  0 |2480 |  29 | 0.000000e+00 |      --      |    Inf |  23.18%
14.94/15.01	c  15.0s| 12300 |  2458 |283354 |  21.2 |    30M |  29 | 350 |2544 |   0 |7245 |  0 |2488 |  29 | 0.000000e+00 |      --      |    Inf |  23.23%
15.04/15.11	c  15.1s| 12400 |  2484 |286178 |  21.3 |    31M |  29 | 350 |2559 | 649 |7270 |  1 |2503 |  29 | 0.000000e+00 |      --      |    Inf |  23.29%
15.13/15.20	c  15.2s| 12500 |  2504 |288240 |  21.3 |    31M |  29 | 350 |2555 | 643 |7307 |  1 |2503 |  29 | 0.000000e+00 |      --      |    Inf |  23.34%
15.23/15.32	c  15.3s| 12600 |  2542 |292712 |  21.4 |    32M |  29 | 350 |2556 | 649 |7326 |  0 |2505 |  29 | 0.000000e+00 |      --      |    Inf |  23.37%
15.33/15.41	c  15.4s| 12700 |  2559 |294914 |  21.5 |    32M |  29 | 350 |2558 | 653 |7336 |  0 |2507 |  29 | 0.000000e+00 |      --      |    Inf |  23.50%
15.33/15.49	c  15.5s| 12800 |  2597 |297425 |  21.5 |    32M |  29 | 350 |2558 | 655 |7362 |  1 |2507 |  29 | 0.000000e+00 |      --      |    Inf |  24.02%
15.43/15.54	c  15.5s| 12900 |  2609 |298119 |  21.4 |    32M |  29 | 350 |2558 | 655 |7362 |  1 |2507 |  29 | 0.000000e+00 |      --      |    Inf |  24.02%
15.53/15.65	c  15.6s| 13000 |  2619 |301065 |  21.4 |    32M |  29 | 350 |2569 |   0 |7375 |  0 |2519 |  29 | 0.000000e+00 |      --      |    Inf |  24.05%
15.63/15.77	c  15.8s| 13100 |  2643 |305797 |  21.6 |    32M |  29 | 350 |2567 |   0 |7382 |  0 |2519 |  29 | 0.000000e+00 |      --      |    Inf |  24.12%
15.73/15.89	c  15.9s| 13200 |  2668 |309893 |  21.8 |    32M |  29 | 350 |2567 | 643 |7383 |  0 |2519 |  29 | 0.000000e+00 |      --      |    Inf |  24.17%
15.83/15.99	c  16.0s| 13300 |  2674 |312998 |  21.8 |    32M |  29 | 350 |2567 |   0 |7383 |  0 |2520 |  29 | 0.000000e+00 |      --      |    Inf |  24.22%
15.94/16.09	c  16.1s| 13400 |  2708 |318006 |  22.0 |    32M |  29 | 350 |2577 | 649 |7392 |  0 |2530 |  29 | 0.000000e+00 |      --      |    Inf |  24.23%
16.04/16.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.04/16.18	c  16.2s| 13500 |  2722 |320397 |  22.0 |    33M |  29 | 350 |2578 | 646 |7408 |  3 |2531 |  29 | 0.000000e+00 |      --      |    Inf |  24.35%
16.12/16.28	c  16.3s| 13600 |  2741 |322811 |  22.0 |    33M |  29 | 350 |2586 |   0 |7436 |  0 |2539 |  29 | 0.000000e+00 |      --      |    Inf |  25.15%
16.22/16.36	c  16.4s| 13700 |  2773 |325578 |  22.1 |    33M |  29 | 350 |2585 |   0 |7447 |  0 |2539 |  29 | 0.000000e+00 |      --      |    Inf |  25.27%
16.32/16.48	c  16.5s| 13800 |  2795 |328059 |  22.1 |    33M |  29 | 350 |2585 | 663 |7471 |  1 |2539 |  29 | 0.000000e+00 |      --      |    Inf |  25.40%
16.42/16.55	c  16.6s| 13900 |  2825 |330690 |  22.1 |    33M |  29 | 350 |2589 | 651 |7486 |  1 |2543 |  29 | 0.000000e+00 |      --      |    Inf |  25.46%
16.52/16.64	c  16.6s| 14000 |  2831 |332446 |  22.1 |    33M |  29 | 350 |2589 |   0 |7502 |  0 |2543 |  29 | 0.000000e+00 |      --      |    Inf |  25.49%
16.62/16.74	c  16.7s| 14100 |  2861 |335992 |  22.2 |    33M |  29 | 350 |2595 | 652 |7513 |  0 |2549 |  29 | 0.000000e+00 |      --      |    Inf |  25.50%
16.72/16.84	c  16.8s| 14200 |  2877 |339942 |  22.3 |    33M |  29 | 350 |2595 | 651 |7518 |  0 |2549 |  29 | 0.000000e+00 |      --      |    Inf |  25.58%
16.82/16.90	c  16.9s| 14300 |  2880 |341045 |  22.2 |    33M |  29 | 350 |2597 | 630 |7563 |  0 |2553 |  29 | 0.000000e+00 |      --      |    Inf |  25.60%
16.82/16.99	c  17.0s| 14400 |  2908 |342891 |  22.2 |    34M |  29 | 350 |2604 | 653 |7631 |  2 |2565 |  29 | 0.000000e+00 |      --      |    Inf |  25.71%
16.93/17.06	c  17.1s| 14500 |  2926 |344387 |  22.2 |    34M |  29 | 350 |2612 | 649 |7643 |  0 |2573 |  29 | 0.000000e+00 |      --      |    Inf |  25.74%
17.03/17.16	c  17.2s| 14600 |  2954 |346950 |  22.2 |    34M |  29 | 350 |2616 |   0 |7656 |  0 |2577 |  29 | 0.000000e+00 |      --      |    Inf |  25.80%
17.12/17.27	c  17.3s| 14700 |  2964 |349288 |  22.2 |    34M |  29 | 350 |2617 |   0 |7679 |  0 |2587 |  29 | 0.000000e+00 |      --      |    Inf |  25.85%
17.22/17.39	c  17.4s| 14800 |  2968 |351572 |  22.2 |    34M |  29 | 350 |2618 |   0 |7714 |  0 |2597 |  29 | 0.000000e+00 |      --      |    Inf |  25.89%
17.42/17.50	c  17.5s| 14900 |  2965 |353636 |  22.2 |    34M |  29 | 350 |2613 | 649 |7756 |  0 |2602 |  29 | 0.000000e+00 |      --      |    Inf |  25.90%
17.52/17.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.52/17.60	c  17.6s| 15000 |  2960 |355680 |  22.2 |    34M |  29 | 350 |2610 | 664 |7792 |  1 |2604 |  29 | 0.000000e+00 |      --      |    Inf |  25.92%
17.62/17.70	c  17.7s| 15100 |  2959 |357179 |  22.1 |    34M |  29 | 350 |2614 | 621 |7832 |  1 |2628 |  29 | 0.000000e+00 |      --      |    Inf |  26.10%
17.62/17.79	c  17.8s| 15200 |  2999 |359468 |  22.1 |    34M |  29 | 350 |2621 | 610 |7903 |  1 |2635 |  29 | 0.000000e+00 |      --      |    Inf |  26.11%
17.82/17.90	c  17.9s| 15300 |  3013 |361788 |  22.1 |    34M |  29 | 350 |2634 | 631 |7916 |  2 |2649 |  29 | 0.000000e+00 |      --      |    Inf |  26.12%
17.93/18.01	c  18.0s| 15400 |  3046 |364433 |  22.2 |    34M |  29 | 350 |2645 | 629 |7970 |  2 |2660 |  29 | 0.000000e+00 |      --      |    Inf |  26.14%
18.03/18.12	c  18.1s| 15500 |  3069 |366850 |  22.2 |    35M |  29 | 350 |2668 | 624 |8002 |  1 |2683 |  29 | 0.000000e+00 |      --      |    Inf |  26.15%
18.12/18.26	c  18.3s| 15600 |  3065 |370221 |  22.2 |    35M |  29 | 350 |2688 |   0 |8016 |  0 |2705 |  29 | 0.000000e+00 |      --      |    Inf |  26.15%
18.22/18.35	c  18.3s| 15700 |  3089 |371958 |  22.2 |    35M |  29 | 350 |2697 |   0 |8102 |  0 |2724 |  29 | 0.000000e+00 |      --      |    Inf |  26.21%
18.32/18.45	c  18.4s| 15800 |  3100 |373555 |  22.2 |    35M |  29 | 350 |2701 | 584 |8192 |  1 |2740 |  29 | 0.000000e+00 |      --      |    Inf |  26.42%
18.42/18.58	c  18.6s| 15900 |  3119 |376967 |  22.2 |    35M |  29 | 350 |2685 | 655 |8237 |  1 |2742 |  29 | 0.000000e+00 |      --      |    Inf |  27.99%
18.61/18.71	c  18.7s| 16000 |  3140 |381781 |  22.4 |    35M |  29 | 350 |2696 | 654 |8237 |  0 |2757 |  29 | 0.000000e+00 |      --      |    Inf |  28.00%
18.71/18.82	c  18.8s| 16100 |  3143 |384856 |  22.4 |    35M |  29 | 350 |2689 | 612 |8244 |  2 |2761 |  29 | 0.000000e+00 |      --      |    Inf |  28.03%
18.81/18.92	c  18.9s| 16200 |  3139 |386890 |  22.4 |    35M |  29 | 350 |2685 |   0 |8258 |  0 |2776 |  29 | 0.000000e+00 |      --      |    Inf |  28.04%
18.93/19.02	c  19.0s| 16300 |  3145 |388341 |  22.4 |    35M |  29 | 350 |2692 |   0 |8295 |  0 |2793 |  29 | 0.000000e+00 |      --      |    Inf |  28.06%
19.02/19.13	c  19.1s| 16400 |  3163 |390234 |  22.4 |    35M |  29 | 350 |2728 |   0 |8370 |  0 |2836 |  29 | 0.000000e+00 |      --      |    Inf |  28.07%
19.11/19.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.11/19.23	c  19.2s| 16500 |  3162 |392521 |  22.4 |    35M |  29 | 350 |2716 |   0 |8399 |  0 |2842 |  29 | 0.000000e+00 |      --      |    Inf |  28.11%
19.21/19.30	c  19.3s| 16600 |  3182 |394156 |  22.3 |    36M |  29 | 350 |2710 |   0 |8401 |  0 |2842 |  29 | 0.000000e+00 |      --      |    Inf |  28.21%
19.21/19.37	c  19.4s| 16700 |  3189 |395575 |  22.3 |    36M |  29 | 350 |2709 | 665 |8405 |  1 |2846 |  29 | 0.000000e+00 |      --      |    Inf |  28.23%
19.31/19.45	c  19.4s| 16800 |  3204 |397887 |  22.3 |    36M |  29 | 350 |2716 | 665 |8411 |  1 |2854 |  29 | 0.000000e+00 |      --      |    Inf |  28.35%
19.41/19.57	c  19.6s| 16900 |  3206 |400364 |  22.3 |    36M |  29 | 350 |2708 |   0 |8432 |  0 |2855 |  29 | 0.000000e+00 |      --      |    Inf |  28.85%
19.51/19.66	c  19.7s| 17000 |  3209 |402606 |  22.3 |    36M |  29 | 350 |2697 | 660 |8449 |  1 |2858 |  29 | 0.000000e+00 |      --      |    Inf |  28.92%
19.61/19.77	c  19.8s| 17100 |  3253 |406422 |  22.4 |    36M |  29 | 350 |2693 | 663 |8454 |  1 |2858 |  29 | 0.000000e+00 |      --      |    Inf |  28.97%
19.71/19.89	c  19.9s| 17200 |  3285 |410883 |  22.5 |    36M |  29 | 350 |2701 | 663 |8454 |  0 |2867 |  29 | 0.000000e+00 |      --      |    Inf |  29.01%
19.81/19.99	c  20.0s| 17300 |  3295 |413238 |  22.5 |    36M |  29 | 350 |2711 | 593 |8531 |  1 |2881 |  29 | 0.000000e+00 |      --      |    Inf |  29.02%
19.92/20.09	c  20.1s| 17400 |  3275 |414889 |  22.5 |    36M |  29 | 350 |2751 |   0 |8603 |  0 |2947 |  29 | 0.000000e+00 |      --      |    Inf |  29.06%
20.02/20.19	c  20.2s| 17500 |  3265 |416887 |  22.5 |    36M |  29 | 350 |2738 | 650 |8626 |  0 |2955 |  29 | 0.000000e+00 |      --      |    Inf |  29.08%
20.21/20.30	c  20.3s| 17600 |  3260 |419090 |  22.5 |    37M |  29 | 350 |2725 | 645 |8637 |  0 |2969 |  29 | 0.000000e+00 |      --      |    Inf |  29.11%
20.31/20.40	c  20.4s| 17700 |  3241 |420567 |  22.4 |    37M |  29 | 350 |2715 |   0 |8656 |  0 |2980 |  29 | 0.000000e+00 |      --      |    Inf |  29.13%
20.41/20.50	c  20.5s| 17800 |  3273 |422604 |  22.4 |    37M |  29 | 350 |2705 | 626 |8696 |  0 |2980 |  29 | 0.000000e+00 |      --      |    Inf |  29.15%
20.52/20.61	c  20.6s| 17900 |  3257 |424193 |  22.4 |    37M |  29 | 350 |2718 |   0 |8711 |  0 |2998 |  29 | 0.000000e+00 |      --      |    Inf |  29.17%
20.62/20.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.62/20.71	c  20.7s| 18000 |  3234 |426034 |  22.4 |    37M |  29 | 350 |2709 | 660 |8724 |  1 |3007 |  29 | 0.000000e+00 |      --      |    Inf |  29.18%
20.72/20.80	c  20.8s| 18100 |  3211 |427793 |  22.3 |    37M |  29 | 350 |2704 | 612 |8729 |  0 |3019 |  29 | 0.000000e+00 |      --      |    Inf |  29.21%
20.72/20.89	c  20.9s| 18200 |  3231 |429401 |  22.3 |    37M |  29 | 350 |2698 |   0 |8754 |  0 |3019 |  29 | 0.000000e+00 |      --      |    Inf |  29.24%
20.81/20.97	c  21.0s| 18300 |  3237 |431100 |  22.3 |    37M |  29 | 350 |2696 | 660 |8781 |  1 |3019 |  29 | 0.000000e+00 |      --      |    Inf |  29.38%
20.93/21.06	c  21.1s| 18400 |  3244 |433276 |  22.3 |    37M |  29 | 350 |2681 | 604 |8848 |  1 |3019 |  29 | 0.000000e+00 |      --      |    Inf |  29.39%
21.03/21.14	c  21.1s| 18500 |  3248 |434449 |  22.2 |    37M |  29 | 350 |2680 |   0 |8949 |  0 |3019 |  29 | 0.000000e+00 |      --      |    Inf |  29.43%
21.11/21.21	c  21.2s| 18600 |  3264 |435722 |  22.2 |    38M |  29 | 350 |2676 | 620 |8995 |  2 |3028 |  29 | 0.000000e+00 |      --      |    Inf |  29.54%
21.21/21.31	c  21.3s| 18700 |  3284 |437725 |  22.2 |    38M |  29 | 350 |2704 | 610 |9041 |  0 |3057 |  29 | 0.000000e+00 |      --      |    Inf |  29.56%
21.31/21.40	c  21.4s| 18800 |  3284 |439604 |  22.2 |    38M |  29 | 350 |2707 | 633 |9041 |  1 |3111 |  29 | 0.000000e+00 |      --      |    Inf |  29.60%
21.41/21.50	c  21.5s| 18900 |  3282 |441175 |  22.1 |    38M |  29 | 350 |2715 |   0 |9088 |  0 |3124 |  29 | 0.000000e+00 |      --      |    Inf |  29.63%
21.51/21.61	c  21.6s| 19000 |  3291 |443749 |  22.1 |    38M |  29 | 350 |2686 |   0 |9110 |  0 |3136 |  29 | 0.000000e+00 |      --      |    Inf |  30.14%
21.61/21.74	c  21.7s| 19100 |  3319 |446995 |  22.2 |    38M |  29 | 350 |2687 |   0 |9130 |  0 |3138 |  29 | 0.000000e+00 |      --      |    Inf |  30.22%
21.71/21.85	c  21.9s| 19200 |  3350 |450554 |  22.3 |    38M |  29 | 350 |2689 | 650 |9147 |  0 |3149 |  29 | 0.000000e+00 |      --      |    Inf |  30.30%
21.81/21.94	c  21.9s| 19300 |  3360 |452672 |  22.2 |    38M |  29 | 350 |2696 | 649 |9149 |  1 |3157 |  29 | 0.000000e+00 |      --      |    Inf |  30.32%
21.92/22.03	c  22.0s| 19400 |  3342 |454198 |  22.2 |    38M |  29 | 350 |2679 |   0 |9158 |  0 |3161 |  29 | 0.000000e+00 |      --      |    Inf |  30.35%
22.02/22.12	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.12	c  22.1s| 19500 |  3338 |456057 |  22.2 |    38M |  29 | 350 |2667 |   0 |9191 |  0 |3176 |  29 | 0.000000e+00 |      --      |    Inf |  30.36%
22.11/22.22	c  22.2s| 19600 |  3347 |458233 |  22.2 |    38M |  29 | 350 |2687 | 635 |9253 |  1 |3217 |  29 | 0.000000e+00 |      --      |    Inf |  30.57%
22.21/22.30	c  22.3s| 19700 |  3363 |460098 |  22.2 |    39M |  29 | 350 |2692 |   0 |9290 |  0 |3230 |  29 | 0.000000e+00 |      --      |    Inf |  30.72%
22.31/22.41	c  22.4s| 19800 |  3373 |462947 |  22.2 |    39M |  29 | 350 |2680 | 623 |9311 |  3 |3240 |  29 | 0.000000e+00 |      --      |    Inf |  30.85%
22.31/22.48	c  22.5s| 19900 |  3385 |464072 |  22.2 |    39M |  29 | 350 |2681 | 624 |9383 |  3 |3247 |  29 | 0.000000e+00 |      --      |    Inf |  30.87%
22.41/22.57	c  22.6s| 20000 |  3386 |466202 |  22.2 |    39M |  29 | 350 |2682 | 648 |9392 |  0 |3266 |  29 | 0.000000e+00 |      --      |    Inf |  30.93%
22.51/22.66	c  22.7s| 20100 |  3386 |467701 |  22.1 |    39M |  29 | 350 |2666 | 626 |9401 |  1 |3276 |  29 | 0.000000e+00 |      --      |    Inf |  30.95%
22.61/22.78	c  22.8s| 20200 |  3405 |471141 |  22.2 |    39M |  29 | 350 |2672 | 640 |9431 |  1 |3311 |  29 | 0.000000e+00 |      --      |    Inf |  31.03%
22.71/22.88	c  22.9s| 20300 |  3422 |473850 |  22.2 |    39M |  29 | 350 |2717 | 639 |9437 |  1 |3359 |  29 | 0.000000e+00 |      --      |    Inf |  31.04%
22.80/22.98	c  23.0s| 20400 |  3430 |475724 |  22.2 |    39M |  29 | 350 |2781 | 640 |9448 |  0 |3423 |  29 | 0.000000e+00 |      --      |    Inf |  31.04%
22.92/23.08	c  23.1s| 20500 |  3433 |477894 |  22.2 |    39M |  29 | 350 |2797 |   0 |9455 |  0 |3473 |  29 | 0.000000e+00 |      --      |    Inf |  31.24%
23.02/23.18	c  23.2s| 20600 |  3452 |479527 |  22.2 |    39M |  29 | 350 |2769 | 629 |9569 |  2 |3481 |  29 | 0.000000e+00 |      --      |    Inf |  31.29%
23.10/23.27	c  23.3s| 20700 |  3440 |481168 |  22.1 |    39M |  29 | 350 |2762 | 628 |9620 |  0 |3490 |  29 | 0.000000e+00 |      --      |    Inf |  31.30%
23.20/23.35	c  23.3s| 20800 |  3452 |482950 |  22.1 |    39M |  29 | 350 |2761 |   0 |9624 |  0 |3500 |  29 | 0.000000e+00 |      --      |    Inf |  31.32%
23.30/23.48	c  23.5s| 20900 |  3473 |486402 |  22.2 |    39M |  29 | 350 |2740 | 657 |9681 |  0 |3528 |  29 | 0.000000e+00 |      --      |    Inf |  31.43%
23.40/23.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.40/23.56	c  23.6s| 21000 |  3497 |488529 |  22.2 |    39M |  29 | 350 |2742 | 629 |9732 |  0 |3532 |  29 | 0.000000e+00 |      --      |    Inf |  31.43%
23.50/23.66	c  23.7s| 21100 |  3509 |490993 |  22.2 |    39M |  29 | 350 |2741 | 631 |9771 |  0 |3532 |  29 | 0.000000e+00 |      --      |    Inf |  31.44%
23.60/23.74	c  23.7s| 21200 |  3524 |492275 |  22.1 |    39M |  29 | 350 |2749 | 617 |9817 |  1 |3540 |  29 | 0.000000e+00 |      --      |    Inf |  31.45%
23.70/23.83	c  23.8s| 21300 |  3545 |494065 |  22.1 |    39M |  29 | 350 |2765 | 617 |9865 |  1 |3559 |  29 | 0.000000e+00 |      --      |    Inf |  31.45%
23.80/23.92	c  23.9s| 21400 |  3571 |496075 |  22.1 |    39M |  29 | 350 |2766 |   0 |9944 |  0 |3560 |  29 | 0.000000e+00 |      --      |    Inf |  31.51%
23.80/24.01	c  24.0s| 21500 |  3589 |498010 |  22.1 |    39M |  29 | 350 |2766 | 635 |9968 |  0 |3560 |  29 | 0.000000e+00 |      --      |    Inf |  31.53%
23.91/24.08	c  24.1s| 21600 |  3607 |499161 |  22.0 |    39M |  29 | 350 |2766 | 629 |  10k|  1 |3560 |  29 | 0.000000e+00 |      --      |    Inf |  31.54%
24.01/24.15	c  24.1s| 21700 |  3612 |500487 |  22.0 |    39M |  29 | 350 |2767 | 629 |  10k|  2 |3562 |  29 | 0.000000e+00 |      --      |    Inf |  31.57%
24.10/24.25	c  24.2s| 21800 |  3612 |502704 |  22.0 |    39M |  29 | 350 |2766 |   0 |  10k|  0 |3562 |  29 | 0.000000e+00 |      --      |    Inf |  31.57%
24.20/24.34	c  24.3s| 21900 |  3602 |504140 |  22.0 |    39M |  29 | 350 |2752 | 615 |  10k|  1 |3571 |  29 | 0.000000e+00 |      --      |    Inf |  31.59%
24.30/24.44	c  24.4s| 22000 |  3627 |505766 |  21.9 |    39M |  29 | 350 |2777 |   0 |  10k|  0 |3615 |  29 | 0.000000e+00 |      --      |    Inf |  31.63%
24.40/24.55	c  24.6s| 22100 |  3645 |508274 |  22.0 |    39M |  29 | 350 |2788 | 656 |  10k|  0 |3652 |  29 | 0.000000e+00 |      --      |    Inf |  31.64%
24.50/24.62	c  24.6s| 22200 |  3651 |509805 |  21.9 |    40M |  29 | 350 |2782 | 656 |  10k|  1 |3661 |  29 | 0.000000e+00 |      --      |    Inf |  31.66%
24.60/24.71	c  24.7s| 22300 |  3671 |511115 |  21.9 |    40M |  29 | 350 |2762 |   0 |  10k|  0 |3673 |  29 | 0.000000e+00 |      --      |    Inf |  31.71%
24.70/24.80	c  24.8s| 22400 |  3687 |512615 |  21.9 |    40M |  29 | 350 |2790 | 635 |  10k|  0 |3703 |  29 | 0.000000e+00 |      --      |    Inf |  31.74%
24.70/24.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.70/24.88	c  24.9s| 22500 |  3683 |514267 |  21.8 |    40M |  29 | 350 |2787 | 655 |  10k|  1 |3724 |  29 | 0.000000e+00 |      --      |    Inf |  32.26%
24.80/24.99	c  25.0s| 22600 |  3689 |516635 |  21.8 |    40M |  29 | 350 |2778 | 622 |  10k|  1 |3737 |  29 | 0.000000e+00 |      --      |    Inf |  32.29%
25.01/25.11	c  25.1s| 22700 |  3705 |520575 |  21.9 |    40M |  29 | 350 |2749 | 684 |  10k|  0 |3743 |  29 | 0.000000e+00 |      --      |    Inf |  32.42%
25.10/25.26	c  25.3s| 22800 |  3685 |523559 |  22.0 |    40M |  29 | 350 |2751 | 710 |  10k|  0 |3756 |  29 | 0.000000e+00 |      --      |    Inf |  32.45%
25.20/25.35	c  25.4s| 22900 |  3688 |526106 |  22.0 |    40M |  29 | 350 |2751 |   0 |  10k|  0 |3768 |  29 | 0.000000e+00 |      --      |    Inf |  32.48%
25.30/25.46	c  25.5s| 23000 |  3669 |528033 |  22.0 |    40M |  29 | 350 |2751 | 658 |  10k|  0 |3783 |  29 | 0.000000e+00 |      --      |    Inf |  32.50%
25.40/25.58	c  25.6s| 23100 |  3665 |530717 |  22.0 |    40M |  29 | 350 |2751 | 634 |  10k|  1 |3803 |  29 | 0.000000e+00 |      --      |    Inf |  32.51%
25.50/25.66	c  25.7s| 23200 |  3688 |532251 |  22.0 |    40M |  29 | 350 |2726 |   0 |  10k|  0 |3805 |  29 | 0.000000e+00 |      --      |    Inf |  32.62%
25.59/25.74	c  25.7s| 23300 |  3703 |533388 |  21.9 |    40M |  29 | 350 |2731 | 594 |  10k|  2 |3811 |  29 | 0.000000e+00 |      --      |    Inf |  32.64%
25.69/25.82	c  25.8s| 23400 |  3721 |534902 |  21.9 |    40M |  29 | 350 |2730 | 601 |  10k|  2 |3813 |  29 | 0.000000e+00 |      --      |    Inf |  32.71%
25.79/25.90	c  25.9s| 23500 |  3711 |536316 |  21.8 |    40M |  29 | 350 |2731 |   0 |  10k|  0 |3814 |  29 | 0.000000e+00 |      --      |    Inf |  32.79%
25.79/25.99	c  26.0s| 23600 |  3708 |538120 |  21.8 |    40M |  29 | 350 |2753 | 623 |  10k|  0 |3845 |  29 | 0.000000e+00 |      --      |    Inf |  32.80%
25.90/26.09	c  26.1s| 23700 |  3712 |539690 |  21.8 |    41M |  29 | 350 |2749 |   0 |  10k|  0 |3892 |  29 | 0.000000e+00 |      --      |    Inf |  32.81%
26.09/26.22	c  26.2s| 23800 |  3715 |542701 |  21.8 |    41M |  29 | 350 |2746 | 585 |  10k|  2 |3917 |  29 | 0.000000e+00 |      --      |    Inf |  32.82%
26.19/26.30	c  26.3s| 23900 |  3722 |544117 |  21.8 |    41M |  29 | 350 |2746 |   0 |  10k|  0 |3921 |  29 | 0.000000e+00 |      --      |    Inf |  32.91%
26.29/26.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.29/26.41	c  26.4s| 24000 |  3718 |546496 |  21.8 |    41M |  29 | 350 |2725 | 649 |  10k|  1 |3947 |  29 | 0.000000e+00 |      --      |    Inf |  32.93%
26.39/26.52	c  26.5s| 24100 |  3710 |548536 |  21.8 |    41M |  29 | 350 |2718 |   0 |  11k|  0 |3987 |  29 | 0.000000e+00 |      --      |    Inf |  32.94%
26.49/26.61	c  26.6s| 24200 |  3710 |550410 |  21.8 |    41M |  29 | 350 |2704 | 657 |  11k|  0 |4003 |  29 | 0.000000e+00 |      --      |    Inf |  32.97%
26.59/26.70	c  26.7s| 24300 |  3710 |552452 |  21.8 |    41M |  29 | 350 |2700 |   0 |  11k|  0 |4003 |  29 | 0.000000e+00 |      --      |    Inf |  33.07%
26.69/26.83	c  26.8s| 24400 |  3714 |554997 |  21.8 |    41M |  29 | 350 |2667 |   0 |  11k|  0 |4018 |  29 | 0.000000e+00 |      --      |    Inf |  33.11%
26.79/26.93	c  26.9s| 24500 |  3705 |556904 |  21.8 |    41M |  29 | 350 |2653 | 638 |  11k|  2 |4030 |  29 | 0.000000e+00 |      --      |    Inf |  33.13%
26.90/27.05	c  27.0s| 24600 |  3736 |559981 |  21.8 |    41M |  29 | 350 |2644 |   0 |  11k|  0 |4031 |  29 | 0.000000e+00 |      --      |    Inf |  33.75%
27.00/27.15	c  27.1s| 24700 |  3733 |561807 |  21.8 |    41M |  29 | 350 |2646 |   0 |  11k|  0 |4041 |  29 | 0.000000e+00 |      --      |    Inf |  33.80%
27.09/27.24	c  27.2s| 24800 |  3761 |564112 |  21.8 |    41M |  29 | 350 |2635 | 645 |  11k|  2 |4054 |  29 | 0.000000e+00 |      --      |    Inf |  33.80%
27.19/27.33	c  27.3s| 24900 |  3782 |566194 |  21.8 |    41M |  29 | 350 |2627 |   0 |  11k|  0 |4065 |  29 | 0.000000e+00 |      --      |    Inf |  33.90%
27.29/27.43	c  27.4s| 25000 |  3814 |569331 |  21.9 |    41M |  29 | 350 |2659 | 643 |  11k|  1 |4104 |  29 | 0.000000e+00 |      --      |    Inf |  33.93%
27.39/27.51	c  27.5s| 25100 |  3828 |571338 |  21.9 |    41M |  29 | 350 |2685 |   0 |  11k|  0 |4136 |  29 | 0.000000e+00 |      --      |    Inf |  33.94%
27.39/27.58	c  27.6s| 25200 |  3844 |572505 |  21.8 |    41M |  29 | 350 |2691 |   0 |  11k|  0 |4142 |  29 | 0.000000e+00 |      --      |    Inf |  33.95%
27.49/27.66	c  27.7s| 25300 |  3855 |574285 |  21.8 |    41M |  29 | 350 |2716 |   0 |  11k|  0 |4167 |  29 | 0.000000e+00 |      --      |    Inf |  33.95%
27.59/27.75	c  27.7s| 25400 |  3863 |576030 |  21.8 |    41M |  29 | 350 |2761 |   0 |  11k|  0 |4212 |  29 | 0.000000e+00 |      --      |    Inf |  33.98%
27.69/27.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.69/27.84	c  27.8s| 25500 |  3874 |579252 |  21.8 |    42M |  29 | 350 |2782 | 642 |  11k|  1 |4233 |  29 | 0.000000e+00 |      --      |    Inf |  34.00%
27.78/27.94	c  27.9s| 25600 |  3860 |581524 |  21.8 |    42M |  29 | 350 |2821 |   0 |  11k|  0 |4272 |  29 | 0.000000e+00 |      --      |    Inf |  34.00%
27.90/28.02	c  28.0s| 25700 |  3849 |582769 |  21.8 |    42M |  29 | 350 |2843 |   0 |  11k|  0 |4311 |  29 | 0.000000e+00 |      --      |    Inf |  34.00%
28.00/28.15	c  28.1s| 25800 |  3868 |586089 |  21.8 |    42M |  29 | 350 |2705 | 656 |  11k|  1 |4323 |  29 | 0.000000e+00 |      --      |    Inf |  34.03%
28.08/28.27	c  28.3s| 25900 |  3881 |589179 |  21.9 |    42M |  29 | 350 |2745 | 656 |  11k|  1 |4365 |  29 | 0.000000e+00 |      --      |    Inf |  34.03%
28.18/28.39	c  28.4s| 26000 |  3881 |592100 |  21.9 |    42M |  29 | 350 |2790 | 656 |  11k|  0 |4412 |  29 | 0.000000e+00 |      --      |    Inf |  34.04%
28.38/28.51	c  28.5s| 26100 |  3872 |594631 |  21.9 |    42M |  29 | 350 |2819 |   0 |  11k|  0 |4470 |  29 | 0.000000e+00 |      --      |    Inf |  34.06%
28.48/28.61	c  28.6s| 26200 |  3872 |596511 |  21.9 |    42M |  29 | 350 |2811 | 592 |  11k|  2 |4490 |  29 | 0.000000e+00 |      --      |    Inf |  34.08%
28.58/28.70	c  28.7s| 26300 |  3878 |598604 |  21.9 |    42M |  29 | 350 |2777 | 591 |  11k|  2 |4493 |  29 | 0.000000e+00 |      --      |    Inf |  34.10%
28.58/28.79	c  28.8s| 26400 |  3893 |600084 |  21.9 |    42M |  29 | 350 |2776 | 594 |  11k|  2 |4500 |  29 | 0.000000e+00 |      --      |    Inf |  34.12%
28.68/28.87	c  28.9s| 26500 |  3885 |602295 |  21.9 |    42M |  29 | 350 |2773 |   0 |  11k|  0 |4505 |  29 | 0.000000e+00 |      --      |    Inf |  34.15%
28.78/28.95	c  29.0s| 26600 |  3901 |603317 |  21.8 |    42M |  29 | 350 |2741 | 588 |  11k|  2 |4508 |  29 | 0.000000e+00 |      --      |    Inf |  34.36%
28.89/29.04	c  29.0s| 26700 |  3906 |604635 |  21.8 |    42M |  29 | 350 |2747 |   0 |  11k|  0 |4520 |  29 | 0.000000e+00 |      --      |    Inf |  34.59%
28.99/29.14	c  29.1s| 26800 |  3896 |606187 |  21.8 |    42M |  29 | 350 |2752 |   0 |  11k|  0 |4531 |  29 | 0.000000e+00 |      --      |    Inf |  34.62%
29.08/29.23	c  29.2s| 26900 |  3884 |607659 |  21.7 |    42M |  29 | 350 |2759 | 665 |  11k|  1 |4549 |  29 | 0.000000e+00 |      --      |    Inf |  34.86%
29.18/29.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.18/29.32	c  29.3s| 27000 |  3897 |609095 |  21.7 |    42M |  29 | 350 |2736 | 594 |  12k|  2 |4558 |  29 | 0.000000e+00 |      --      |    Inf |  34.91%
29.28/29.41	c  29.4s| 27100 |  3905 |610282 |  21.7 |    42M |  29 | 350 |2746 | 580 |  12k|  1 |4568 |  29 | 0.000000e+00 |      --      |    Inf |  35.19%
29.28/29.49	c  29.5s| 27200 |  3913 |611559 |  21.7 |    42M |  29 | 350 |2748 |   0 |  12k|  0 |4574 |  29 | 0.000000e+00 |      --      |    Inf |  35.26%
29.48/29.60	c  29.6s| 27300 |  3907 |614128 |  21.7 |    42M |  29 | 350 |2731 | 622 |  12k|  1 |4589 |  29 | 0.000000e+00 |      --      |    Inf |  35.28%
29.48/29.66	c  29.7s| 27400 |  3921 |615206 |  21.6 |    42M |  29 | 350 |2718 | 619 |  12k|  2 |4596 |  29 | 0.000000e+00 |      --      |    Inf |  35.30%
29.58/29.74	c  29.7s| 27500 |  3920 |616840 |  21.6 |    42M |  29 | 350 |2725 | 629 |  12k|  1 |4603 |  29 | 0.000000e+00 |      --      |    Inf |  35.30%
29.68/29.85	c  29.8s| 27600 |  3923 |619551 |  21.6 |    42M |  29 | 350 |2724 | 601 |  12k|  2 |4619 |  29 | 0.000000e+00 |      --      |    Inf |  35.31%
29.78/29.94	c  29.9s| 27700 |  3908 |621100 |  21.6 |    42M |  29 | 350 |2720 | 589 |  12k|  2 |4623 |  29 | 0.000000e+00 |      --      |    Inf |  35.42%
29.89/30.02	c  30.0s| 27800 |  3888 |622393 |  21.6 |    42M |  29 | 350 |2717 | 649 |  12k|  0 |4642 |  29 | 0.000000e+00 |      --      |    Inf |  35.44%
29.99/30.11	c  30.1s| 27900 |  3881 |623456 |  21.5 |    42M |  29 | 350 |2702 |   0 |  12k|  0 |4656 |  29 | 0.000000e+00 |      --      |    Inf |  35.51%
29.99/30.19	c  30.2s| 28000 |  3886 |624514 |  21.5 |    42M |  29 | 350 |2709 |   0 |  12k|  0 |4669 |  29 | 0.000000e+00 |      --      |    Inf |  35.60%
30.08/30.26	c  30.3s| 28100 |  3885 |625273 |  21.5 |    42M |  29 | 350 |2715 |   0 |  12k|  0 |4677 |  29 | 0.000000e+00 |      --      |    Inf |  35.64%
30.18/30.36	c  30.4s| 28200 |  3891 |627173 |  21.4 |    42M |  29 | 350 |2704 |   0 |  12k|  0 |4702 |  29 | 0.000000e+00 |      --      |    Inf |  35.66%
30.28/30.47	c  30.5s| 28300 |  3908 |629736 |  21.5 |    42M |  29 | 350 |2740 | 645 |  12k|  0 |4746 |  29 | 0.000000e+00 |      --      |    Inf |  35.67%
30.38/30.58	c  30.6s| 28400 |  3927 |631889 |  21.5 |    42M |  29 | 350 |2776 | 646 |  12k|  1 |4794 |  29 | 0.000000e+00 |      --      |    Inf |  35.68%
30.58/30.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.58/30.70	c  30.7s| 28500 |  3942 |634505 |  21.5 |    42M |  29 | 350 |2825 | 646 |  12k|  0 |4843 |  29 | 0.000000e+00 |      --      |    Inf |  35.69%
30.67/30.82	c  30.8s| 28600 |  3928 |636930 |  21.5 |    42M |  29 | 350 |2893 |   0 |  12k|  0 |4915 |  29 | 0.000000e+00 |      --      |    Inf |  35.69%
30.77/30.94	c  30.9s| 28700 |  3944 |639103 |  21.5 |    42M |  29 | 350 |2806 |   0 |  12k|  0 |4944 |  29 | 0.000000e+00 |      --      |    Inf |  35.69%
30.89/31.03	c  31.0s| 28800 |  3969 |640795 |  21.5 |    42M |  29 | 350 |2813 | 604 |  12k|  0 |4955 |  29 | 0.000000e+00 |      --      |    Inf |  35.70%
30.89/31.10	c  31.1s| 28900 |  3987 |642306 |  21.4 |    43M |  29 | 350 |2819 |   0 |  12k|  0 |4963 |  29 | 0.000000e+00 |      --      |    Inf |  35.71%
30.99/31.18	c  31.2s| 29000 |  3993 |643684 |  21.4 |    43M |  29 | 350 |2820 | 610 |  13k|  1 |4966 |  29 | 0.000000e+00 |      --      |    Inf |  35.72%
31.07/31.25	c  31.2s| 29100 |  4022 |645241 |  21.4 |    43M |  29 | 350 |2824 | 605 |  13k|  2 |4971 |  29 | 0.000000e+00 |      --      |    Inf |  35.74%
31.17/31.34	c  31.3s| 29200 |  4026 |646839 |  21.4 |    43M |  29 | 350 |2828 | 607 |  13k|  1 |4975 |  29 | 0.000000e+00 |      --      |    Inf |  35.74%
31.27/31.41	c  31.4s| 29300 |  4014 |648532 |  21.4 |    43M |  29 | 350 |2828 | 594 |  13k|  2 |4975 |  29 | 0.000000e+00 |      --      |    Inf |  35.74%
31.27/31.49	c  31.5s| 29400 |  4020 |650341 |  21.4 |    43M |  29 | 350 |2828 | 591 |  13k|  1 |4975 |  29 | 0.000000e+00 |      --      |    Inf |  35.75%
31.37/31.55	c  31.6s| 29500 |  4014 |651525 |  21.3 |    43M |  29 | 350 |2828 |   0 |  13k|  0 |4975 |  29 | 0.000000e+00 |      --      |    Inf |  35.76%
31.47/31.66	c  31.7s| 29600 |  4031 |654240 |  21.3 |    43M |  29 | 350 |2843 | 614 |  13k|  2 |5005 |  29 | 0.000000e+00 |      --      |    Inf |  35.78%
31.57/31.77	c  31.8s| 29700 |  4043 |657233 |  21.4 |    43M |  29 | 350 |2839 | 639 |  13k|  1 |5033 |  29 | 0.000000e+00 |      --      |    Inf |  35.80%
31.67/31.86	c  31.9s| 29800 |  4030 |658434 |  21.3 |    43M |  29 | 350 |2817 |   0 |  13k|  0 |5069 |  29 | 0.000000e+00 |      --      |    Inf |  35.82%
31.77/31.96	c  32.0s| 29900 |  4011 |660052 |  21.3 |    43M |  29 | 350 |2800 | 648 |  13k|  0 |5086 |  29 | 0.000000e+00 |      --      |    Inf |  35.84%
31.88/32.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.88/32.07	c  32.1s| 30000 |  4022 |663569 |  21.4 |    43M |  29 | 350 |2753 |   0 |  13k|  0 |5103 |  29 | 0.000000e+00 |      --      |    Inf |  35.87%
31.98/32.19	c  32.2s| 30100 |  4011 |665931 |  21.4 |    43M |  29 | 350 |2726 |   0 |  13k|  0 |5133 |  29 | 0.000000e+00 |      --      |    Inf |  35.88%
32.07/32.28	c  32.3s| 30200 |  4006 |668083 |  21.4 |    43M |  29 | 350 |2719 |   0 |  13k|  0 |5152 |  29 | 0.000000e+00 |      --      |    Inf |  35.89%
32.17/32.38	c  32.4s| 30300 |  3989 |670075 |  21.4 |    43M |  29 | 350 |2688 |   0 |  13k|  0 |5164 |  29 | 0.000000e+00 |      --      |    Inf |  35.91%
32.27/32.47	c  32.5s| 30400 |  4002 |672078 |  21.4 |    43M |  29 | 350 |2662 |   0 |  13k|  0 |5179 |  29 | 0.000000e+00 |      --      |    Inf |  35.99%
32.37/32.53	c  32.5s| 30500 |  4010 |673289 |  21.3 |    43M |  29 | 350 |2656 | 659 |  13k|  1 |5179 |  29 | 0.000000e+00 |      --      |    Inf |  36.08%
32.37/32.59	c  32.6s| 30600 |  4014 |674937 |  21.3 |    43M |  29 | 350 |2673 |   0 |  13k|  0 |5196 |  29 | 0.000000e+00 |      --      |    Inf |  36.13%
32.47/32.68	c  32.7s| 30700 |  4017 |676303 |  21.3 |    43M |  29 | 350 |2666 | 593 |  13k|  2 |5206 |  29 | 0.000000e+00 |      --      |    Inf |  36.22%
32.57/32.76	c  32.8s| 30800 |  4003 |677580 |  21.3 |    43M |  29 | 350 |2659 |   0 |  13k|  0 |5212 |  29 | 0.000000e+00 |      --      |    Inf |  36.25%
32.67/32.87	c  32.9s| 30900 |  4018 |680106 |  21.3 |    43M |  29 | 350 |2656 | 646 |  13k|  0 |5247 |  29 | 0.000000e+00 |      --      |    Inf |  36.28%
32.77/32.94	c  32.9s| 31000 |  4028 |681892 |  21.3 |    43M |  29 | 350 |2642 | 657 |  13k|  1 |5247 |  29 | 0.000000e+00 |      --      |    Inf |  36.30%
32.88/33.03	c  33.0s| 31100 |  4028 |684582 |  21.3 |    43M |  29 | 350 |2637 | 657 |  13k|  1 |5247 |  29 | 0.000000e+00 |      --      |    Inf |  36.32%
32.88/33.10	c  33.1s| 31200 |  4039 |685901 |  21.3 |    43M |  29 | 350 |2636 |   0 |  13k|  0 |5252 |  29 | 0.000000e+00 |      --      |    Inf |  36.33%
32.98/33.18	c  33.2s| 31300 |  4026 |686858 |  21.2 |    43M |  29 | 350 |2640 | 625 |  13k|  0 |5270 |  29 | 0.000000e+00 |      --      |    Inf |  36.54%
33.06/33.27	c  33.3s| 31400 |  4040 |688174 |  21.2 |    43M |  29 | 350 |2630 | 596 |  13k|  2 |5285 |  29 | 0.000000e+00 |      --      |    Inf |  36.57%
33.16/33.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.16/33.36	c  33.4s| 31500 |  4029 |689879 |  21.2 |    43M |  29 | 350 |2652 |   0 |  13k|  0 |5315 |  29 | 0.000000e+00 |      --      |    Inf |  36.59%
33.26/33.46	c  33.5s| 31600 |  4032 |692231 |  21.2 |    43M |  29 | 350 |2618 |   0 |  14k|  0 |5321 |  29 | 0.000000e+00 |      --      |    Inf |  37.38%
33.36/33.54	c  33.5s| 31700 |  4038 |693669 |  21.2 |    43M |  29 | 350 |2606 |   0 |  14k|  0 |5333 |  29 | 0.000000e+00 |      --      |    Inf |  37.40%
33.46/33.61	c  33.6s| 31800 |  4052 |694654 |  21.1 |    43M |  29 | 350 |2611 | 622 |  14k|  2 |5345 |  29 | 0.000000e+00 |      --      |    Inf |  37.43%
33.56/33.70	c  33.7s| 31900 |  4038 |696762 |  21.1 |    43M |  29 | 350 |2592 |   0 |  14k|  0 |5348 |  29 | 0.000000e+00 |      --      |    Inf |  37.46%
33.56/33.79	c  33.8s| 32000 |  4044 |698872 |  21.1 |    43M |  29 | 350 |2585 |   0 |  14k|  0 |5366 |  29 | 0.000000e+00 |      --      |    Inf |  37.50%
33.66/33.88	c  33.9s| 32100 |  4056 |700941 |  21.1 |    43M |  29 | 350 |2584 | 622 |  14k|  0 |5382 |  29 | 0.000000e+00 |      --      |    Inf |  37.55%
33.76/34.00	c  34.0s| 32200 |  4057 |703848 |  21.2 |    43M |  29 | 350 |2553 |   0 |  14k|  0 |5396 |  29 | 0.000000e+00 |      --      |    Inf |  37.57%
33.87/34.10	c  34.1s| 32300 |  4086 |706542 |  21.2 |    43M |  29 | 350 |2498 |   0 |  14k|  0 |5399 |  29 | 0.000000e+00 |      --      |    Inf |  37.57%
33.97/34.17	c  34.2s| 32400 |  4104 |708109 |  21.2 |    44M |  29 | 350 |2516 | 630 |  14k|  1 |5428 |  29 | 0.000000e+00 |      --      |    Inf |  37.59%
34.06/34.26	c  34.3s| 32500 |  4117 |710749 |  21.2 |    44M |  29 | 350 |2540 |   0 |  14k|  0 |5455 |  29 | 0.000000e+00 |      --      |    Inf |  37.60%
34.16/34.35	c  34.3s| 32600 |  4121 |712681 |  21.2 |    44M |  29 | 350 |2553 | 630 |  14k|  0 |5469 |  29 | 0.000000e+00 |      --      |    Inf |  37.61%
34.26/34.45	c  34.5s| 32700 |  4139 |715641 |  21.2 |    44M |  29 | 350 |2540 | 648 |  14k|  0 |5493 |  29 | 0.000000e+00 |      --      |    Inf |  37.62%
34.36/34.55	c  34.6s| 32800 |  4164 |719114 |  21.2 |    44M |  29 | 350 |2571 | 650 |  14k|  0 |5540 |  29 | 0.000000e+00 |      --      |    Inf |  37.62%
34.46/34.65	c  34.6s| 32900 |  4164 |720631 |  21.2 |    44M |  29 | 350 |2511 | 590 |  14k|  2 |5561 |  29 | 0.000000e+00 |      --      |    Inf |  37.66%
34.56/34.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.56/34.74	c  34.7s| 33000 |  4174 |721754 |  21.2 |    45M |  29 | 350 |2484 | 596 |  14k|  2 |5564 |  29 | 0.000000e+00 |      --      |    Inf |  37.77%
34.66/34.82	c  34.8s| 33100 |  4188 |723083 |  21.2 |    45M |  29 | 350 |2491 |   0 |  14k|  0 |5572 |  29 | 0.000000e+00 |      --      |    Inf |  37.83%
34.76/34.90	c  34.9s| 33200 |  4184 |724190 |  21.1 |    45M |  29 | 350 |2493 |   0 |  14k|  0 |5576 |  29 | 0.000000e+00 |      --      |    Inf |  37.87%
34.76/34.99	c  35.0s| 33300 |  4177 |725855 |  21.1 |    45M |  29 | 350 |2448 |   0 |  14k|  0 |5587 |  29 | 0.000000e+00 |      --      |    Inf |  38.28%
34.87/35.10	c  35.1s| 33400 |  4172 |728486 |  21.1 |    45M |  29 | 350 |2387 |   0 |  14k|  0 |5614 |  29 | 0.000000e+00 |      --      |    Inf |  38.37%
34.97/35.18	c  35.2s| 33500 |  4163 |729746 |  21.1 |    45M |  29 | 350 |2395 |   0 |  14k|  0 |5624 |  29 | 0.000000e+00 |      --      |    Inf |  38.41%
35.06/35.27	c  35.3s| 33600 |  4179 |732049 |  21.1 |    45M |  29 | 350 |2365 |   0 |  14k|  0 |5642 |  29 | 0.000000e+00 |      --      |    Inf |  38.43%
35.16/35.34	c  35.3s| 33700 |  4185 |733252 |  21.1 |    45M |  29 | 350 |2374 |   0 |  14k|  0 |5652 |  29 | 0.000000e+00 |      --      |    Inf |  38.47%
35.26/35.41	c  35.4s| 33800 |  4203 |735095 |  21.1 |    45M |  29 | 350 |2385 | 647 |  14k|  1 |5665 |  29 | 0.000000e+00 |      --      |    Inf |  38.57%
35.36/35.51	c  35.5s| 33900 |  4204 |737337 |  21.1 |    45M |  29 | 350 |2389 | 650 |  14k|  1 |5670 |  29 | 0.000000e+00 |      --      |    Inf |  38.59%
35.46/35.62	c  35.6s| 34000 |  4194 |739242 |  21.1 |    45M |  29 | 350 |2389 |   0 |  14k|  0 |5697 |  29 | 0.000000e+00 |      --      |    Inf |  38.61%
35.55/35.72	c  35.7s| 34100 |  4183 |740986 |  21.1 |    45M |  29 | 350 |2358 | 691 |  14k|  0 |5716 |  29 | 0.000000e+00 |      --      |    Inf |  38.83%
35.65/35.84	c  35.8s| 34200 |  4196 |744229 |  21.1 |    45M |  29 | 350 |2350 | 650 |  14k|  0 |5724 |  29 | 0.000000e+00 |      --      |    Inf |  38.86%
35.75/35.99	c  36.0s| 34300 |  4194 |747707 |  21.2 |    45M |  29 | 350 |2322 | 647 |  14k|  0 |5734 |  29 | 0.000000e+00 |      --      |    Inf |  39.29%
35.96/36.11	c  36.1s| 34400 |  4190 |750058 |  21.2 |    45M |  29 | 350 |2285 | 658 |  14k|  0 |5756 |  29 | 0.000000e+00 |      --      |    Inf |  39.38%
36.05/36.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.05/36.20	c  36.2s| 34500 |  4192 |751977 |  21.2 |    45M |  29 | 350 |2282 |   0 |  14k|  0 |5762 |  29 | 0.000000e+00 |      --      |    Inf |  39.40%
36.15/36.30	c  36.3s| 34600 |  4183 |753604 |  21.1 |    45M |  29 | 350 |2201 | 634 |  14k|  0 |5778 |  29 | 0.000000e+00 |      --      |    Inf |  40.20%
36.25/36.40	c  36.4s| 34700 |  4209 |755818 |  21.1 |    45M |  29 | 350 |2195 |   0 |  14k|  0 |5796 |  29 | 0.000000e+00 |      --      |    Inf |  40.23%
36.25/36.49	c  36.5s| 34800 |  4238 |757792 |  21.1 |    46M |  29 | 350 |2204 | 618 |  14k|  2 |5814 |  29 | 0.000000e+00 |      --      |    Inf |  40.24%
36.35/36.56	c  36.6s| 34900 |  4233 |758676 |  21.1 |    46M |  29 | 350 |2210 | 619 |  14k|  0 |5821 |  29 | 0.000000e+00 |      --      |    Inf |  40.26%
36.45/36.65	c  36.6s| 35000 |  4234 |760414 |  21.1 |    46M |  29 | 350 |2212 |   0 |  14k|  0 |5828 |  29 | 0.000000e+00 |      --      |    Inf |  40.29%
36.55/36.74	c  36.7s| 35100 |  4237 |762450 |  21.1 |    46M |  29 | 350 |2180 |   0 |  14k|  0 |5841 |  29 | 0.000000e+00 |      --      |    Inf |  40.31%
36.65/36.83	c  36.8s| 35200 |  4228 |764386 |  21.1 |    46M |  29 | 350 |2125 | 650 |  14k|  0 |5851 |  29 | 0.000000e+00 |      --      |    Inf |  40.32%
36.75/36.92	c  36.9s| 35300 |  4243 |767588 |  21.1 |    46M |  29 | 350 |2109 | 660 |  14k|  0 |5873 |  29 | 0.000000e+00 |      --      |    Inf |  40.35%
36.75/36.99	c  37.0s| 35400 |  4236 |768608 |  21.1 |    46M |  29 | 350 |2062 |   0 |  14k|  0 |5879 |  29 | 0.000000e+00 |      --      |    Inf |  40.36%
36.86/37.09	c  37.1s| 35500 |  4234 |770613 |  21.1 |    46M |  29 | 350 |2018 |   0 |  14k|  0 |5893 |  29 | 0.000000e+00 |      --      |    Inf |  40.40%
36.96/37.19	c  37.2s| 35600 |  4230 |773301 |  21.1 |    46M |  29 | 350 |2020 |   0 |  14k|  0 |5900 |  29 | 0.000000e+00 |      --      |    Inf |  40.43%
37.05/37.29	c  37.3s| 35700 |  4244 |775765 |  21.1 |    46M |  29 | 350 |2018 |   0 |  15k|  0 |5907 |  29 | 0.000000e+00 |      --      |    Inf |  40.43%
37.15/37.35	c  37.4s| 35800 |  4241 |776674 |  21.1 |    46M |  29 | 350 |2005 |   0 |  15k|  0 |5909 |  29 | 0.000000e+00 |      --      |    Inf |  40.44%
37.25/37.44	c  37.4s| 35900 |  4259 |778116 |  21.1 |    46M |  29 | 350 |2001 | 599 |  15k|  1 |5917 |  29 | 0.000000e+00 |      --      |    Inf |  40.52%
37.35/37.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.35/37.50	c  37.5s| 36000 |  4265 |779155 |  21.0 |    46M |  29 | 350 |1991 | 616 |  15k|  1 |5917 |  29 | 0.000000e+00 |      --      |    Inf |  40.57%
37.35/37.58	c  37.6s| 36100 |  4271 |780896 |  21.0 |    46M |  29 | 350 |2003 | 589 |  15k|  1 |5929 |  29 | 0.000000e+00 |      --      |    Inf |  40.59%
37.45/37.67	c  37.7s| 36200 |  4277 |782403 |  21.0 |    46M |  29 | 350 |1990 | 588 |  15k|  2 |5959 |  29 | 0.000000e+00 |      --      |    Inf |  41.45%
37.55/37.75	c  37.8s| 36300 |  4294 |783487 |  21.0 |    46M |  29 | 350 |1999 | 596 |  15k|  2 |5974 |  29 | 0.000000e+00 |      --      |    Inf |  41.59%
37.65/37.86	c  37.9s| 36400 |  4291 |785039 |  21.0 |    46M |  29 | 350 |1998 |   0 |  15k|  0 |5974 |  29 | 0.000000e+00 |      --      |    Inf |  41.75%
37.75/37.96	c  38.0s| 36500 |  4290 |786561 |  20.9 |    46M |  29 | 350 |1989 | 609 |  15k|  2 |5986 |  29 | 0.000000e+00 |      --      |    Inf |  41.78%
37.86/38.08	c  38.1s| 36600 |  4295 |789826 |  21.0 |    46M |  29 | 350 |1950 | 598 |  15k|  1 |6007 |  29 | 0.000000e+00 |      --      |    Inf |  41.79%
37.96/38.15	c  38.1s| 36700 |  4286 |790639 |  20.9 |    46M |  29 | 350 |1935 | 653 |  15k|  1 |6033 |  29 | 0.000000e+00 |      --      |    Inf |  41.80%
38.05/38.24	c  38.2s| 36800 |  4296 |792785 |  20.9 |    46M |  29 | 350 |1920 | 618 |  15k|  1 |6056 |  29 | 0.000000e+00 |      --      |    Inf |  41.81%
38.14/38.33	c  38.3s| 36900 |  4294 |795060 |  21.0 |    46M |  29 | 350 |1946 | 671 |  15k|  0 |6088 |  29 | 0.000000e+00 |      --      |    Inf |  41.84%
38.24/38.43	c  38.4s| 37000 |  4295 |796959 |  20.9 |    46M |  29 | 350 |1924 |   0 |  15k|  0 |6105 |  29 | 0.000000e+00 |      --      |    Inf |  41.84%
38.34/38.53	c  38.5s| 37100 |  4302 |799284 |  21.0 |    46M |  29 | 350 |1931 | 660 |  15k|  1 |6127 |  29 | 0.000000e+00 |      --      |    Inf |  41.85%
38.44/38.61	c  38.6s| 37200 |  4299 |800742 |  20.9 |    46M |  29 | 350 |1945 | 620 |  15k|  0 |6148 |  29 | 0.000000e+00 |      --      |    Inf |  41.86%
38.44/38.69	c  38.7s| 37300 |  4301 |802449 |  20.9 |    46M |  29 | 350 |1936 |   0 |  15k|  0 |6149 |  29 | 0.000000e+00 |      --      |    Inf |  41.88%
38.54/38.79	c  38.8s| 37400 |  4306 |804630 |  20.9 |    46M |  29 | 350 |1941 |   0 |  15k|  0 |6175 |  29 | 0.000000e+00 |      --      |    Inf |  41.89%
38.64/38.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.64/38.87	c  38.9s| 37500 |  4301 |805832 |  20.9 |    46M |  29 | 350 |1950 | 590 |  15k|  1 |6197 |  29 | 0.000000e+00 |      --      |    Inf |  41.90%
38.74/38.96	c  39.0s| 37600 |  4296 |807654 |  20.9 |    46M |  29 | 350 |1968 | 611 |  15k|  2 |6240 |  29 | 0.000000e+00 |      --      |    Inf |  41.93%
38.85/39.04	c  39.0s| 37700 |  4286 |808851 |  20.9 |    46M |  29 | 350 |1958 | 626 |  16k|  1 |6255 |  29 | 0.000000e+00 |      --      |    Inf |  41.94%
38.95/39.11	c  39.1s| 37800 |  4291 |810153 |  20.9 |    46M |  29 | 350 |1971 |   0 |  16k|  0 |6274 |  29 | 0.000000e+00 |      --      |    Inf |  41.95%
38.95/39.18	c  39.2s| 37900 |  4287 |810976 |  20.8 |    46M |  29 | 350 |1969 |   0 |  16k|  0 |6279 |  29 | 0.000000e+00 |      --      |    Inf |  41.96%
39.04/39.26	c  39.3s| 38000 |  4285 |812470 |  20.8 |    46M |  29 | 350 |2007 |   0 |  16k|  0 |6321 |  29 | 0.000000e+00 |      --      |    Inf |  41.98%
39.14/39.34	c  39.3s| 38100 |  4286 |814248 |  20.8 |    46M |  29 | 350 |2012 | 655 |  16k|  1 |6335 |  29 | 0.000000e+00 |      --      |    Inf |  42.77%
39.24/39.42	c  39.4s| 38200 |  4282 |815938 |  20.8 |    46M |  29 | 350 |2028 |   0 |  16k|  0 |6360 |  29 | 0.000000e+00 |      --      |    Inf |  42.79%
39.34/39.50	c  39.5s| 38300 |  4281 |817524 |  20.8 |    46M |  29 | 350 |2009 | 630 |  16k|  1 |6378 |  29 | 0.000000e+00 |      --      |    Inf |  42.82%
39.34/39.57	c  39.6s| 38400 |  4278 |818790 |  20.8 |    46M |  29 | 350 |1987 |   0 |  16k|  0 |6391 |  29 | 0.000000e+00 |      --      |    Inf |  42.85%
39.44/39.66	c  39.7s| 38500 |  4279 |820547 |  20.7 |    46M |  29 | 350 |1992 | 611 |  16k|  2 |6406 |  29 | 0.000000e+00 |      --      |    Inf |  42.88%
39.54/39.74	c  39.7s| 38600 |  4281 |822248 |  20.7 |    46M |  29 | 350 |1964 | 632 |  16k|  0 |6407 |  29 | 0.000000e+00 |      --      |    Inf |  42.91%
39.64/39.84	c  39.8s| 38700 |  4293 |825226 |  20.8 |    46M |  29 | 350 |1965 | 628 |  16k|  1 |6415 |  29 | 0.000000e+00 |      --      |    Inf |  42.92%
39.74/39.95	c  39.9s| 38800 |  4299 |827241 |  20.8 |    47M |  29 | 350 |1984 |   0 |  16k|  0 |6436 |  29 | 0.000000e+00 |      --      |    Inf |  42.93%
39.86/40.06	c  40.1s| 38900 |  4303 |829148 |  20.8 |    47M |  29 | 350 |1947 |   0 |  16k|  0 |6443 |  29 | 0.000000e+00 |      --      |    Inf |  42.95%
39.96/40.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.96/40.16	c  40.2s| 39000 |  4309 |830974 |  20.7 |    47M |  29 | 350 |1952 | 664 |  16k|  1 |6457 |  29 | 0.000000e+00 |      --      |    Inf |  42.95%
40.05/40.23	c  40.2s| 39100 |  4307 |832171 |  20.7 |    47M |  29 | 350 |1952 | 643 |  16k|  1 |6464 |  29 | 0.000000e+00 |      --      |    Inf |  42.98%
40.14/40.34	c  40.3s| 39200 |  4306 |833912 |  20.7 |    47M |  29 | 350 |1971 | 636 |  16k|  1 |6493 |  29 | 0.000000e+00 |      --      |    Inf |  42.99%
40.24/40.40	c  40.4s| 39300 |  4308 |834893 |  20.7 |    47M |  29 | 350 |1962 |   0 |  16k|  0 |6494 |  29 | 0.000000e+00 |      --      |    Inf |  43.01%
40.24/40.48	c  40.5s| 39400 |  4307 |836670 |  20.7 |    47M |  29 | 350 |1977 | 610 |  16k|  1 |6510 |  29 | 0.000000e+00 |      --      |    Inf |  43.02%
40.34/40.56	c  40.6s| 39500 |  4311 |838254 |  20.7 |    47M |  29 | 350 |1985 |   0 |  16k|  0 |6522 |  29 | 0.000000e+00 |      --      |    Inf |  43.03%
40.44/40.64	c  40.6s| 39600 |  4308 |839320 |  20.6 |    47M |  29 | 350 |1989 |   0 |  16k|  0 |6539 |  29 | 0.000000e+00 |      --      |    Inf |  43.04%
40.54/40.75	c  40.7s| 39700 |  4304 |841300 |  20.6 |    47M |  29 | 350 |1973 |   0 |  16k|  0 |6565 |  29 | 0.000000e+00 |      --      |    Inf |  55.55%
40.64/40.85	c  40.9s| 39800 |  4301 |843892 |  20.7 |    47M |  29 | 350 |1980 |   0 |  16k|  0 |6579 |  29 | 0.000000e+00 |      --      |    Inf |  55.55%
40.74/40.94	c  40.9s| 39900 |  4300 |845843 |  20.7 |    47M |  29 | 350 |1989 | 674 |  16k|  1 |6597 |  29 | 0.000000e+00 |      --      |    Inf |  55.56%
40.85/41.02	c  41.0s| 40000 |  4294 |847132 |  20.6 |    47M |  29 | 350 |1996 |   0 |  16k|  0 |6619 |  29 | 0.000000e+00 |      --      |    Inf |  55.64%
40.95/41.13	c  41.1s| 40100 |  4305 |849986 |  20.7 |    47M |  29 | 350 |2004 | 655 |  16k|  1 |6644 |  29 | 0.000000e+00 |      --      |    Inf |  55.65%
41.04/41.21	c  41.2s| 40200 |  4309 |851174 |  20.6 |    47M |  29 | 350 |2010 | 591 |  16k|  2 |6657 |  29 | 0.000000e+00 |      --      |    Inf |  55.68%
41.14/41.30	c  41.3s| 40300 |  4305 |853124 |  20.6 |    47M |  29 | 350 |2025 | 619 |  16k|  1 |6678 |  29 | 0.000000e+00 |      --      |    Inf |  55.72%
41.14/41.38	c  41.4s| 40400 |  4322 |854679 |  20.6 |    47M |  29 | 350 |2023 | 627 |  16k|  0 |6679 |  29 | 0.000000e+00 |      --      |    Inf |  55.73%
41.24/41.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.24/41.45	c  41.5s| 40500 |  4334 |856624 |  20.6 |    47M |  29 | 350 |2022 | 643 |  16k|  0 |6683 |  29 | 0.000000e+00 |      --      |    Inf |  55.73%
41.34/41.53	c  41.5s| 40600 |  4341 |858231 |  20.6 |    47M |  29 | 350 |2029 | 628 |  16k|  1 |6697 |  29 | 0.000000e+00 |      --      |    Inf |  55.76%
41.44/41.61	c  41.6s| 40700 |  4340 |859193 |  20.6 |    47M |  29 | 350 |2052 | 624 |  16k|  1 |6722 |  29 | 0.000000e+00 |      --      |    Inf |  55.77%
41.44/41.69	c  41.7s| 40800 |  4341 |860706 |  20.6 |    47M |  29 | 350 |2054 | 649 |  16k|  0 |6733 |  29 | 0.000000e+00 |      --      |    Inf |  55.80%
41.54/41.76	c  41.8s| 40900 |  4338 |862040 |  20.6 |    47M |  29 | 350 |2053 |   0 |  16k|  0 |6748 |  29 | 0.000000e+00 |      --      |    Inf |  55.83%
41.64/41.89	c  41.9s| 41000 |  4375 |866524 |  20.6 |    48M |  29 | 350 |2051 |   0 |  16k|  0 |6755 |  29 | 0.000000e+00 |      --      |    Inf |  55.84%
41.74/41.99	c  42.0s| 41100 |  4382 |868652 |  20.6 |    48M |  29 | 350 |2057 | 619 |  16k|  1 |6763 |  29 | 0.000000e+00 |      --      |    Inf |  55.86%
41.85/42.09	c  42.1s| 41200 |  4395 |871536 |  20.6 |    48M |  29 | 350 |2044 |   0 |  16k|  0 |6775 |  29 | 0.000000e+00 |      --      |    Inf |  55.87%
41.95/42.19	c  42.2s| 41300 |  4381 |873739 |  20.6 |    48M |  29 | 350 |2101 | 641 |  16k|  0 |6837 |  29 | 0.000000e+00 |      --      |    Inf |  55.96%
42.14/42.30	c  42.3s| 41400 |  4381 |875952 |  20.6 |    48M |  29 | 350 |2116 | 640 |  16k|  1 |6860 |  29 | 0.000000e+00 |      --      |    Inf |  55.99%
42.14/42.39	c  42.4s| 41500 |  4388 |877821 |  20.6 |    48M |  29 | 350 |2128 | 616 |  17k|  1 |6884 |  29 | 0.000000e+00 |      --      |    Inf |  56.02%
42.24/42.47	c  42.5s| 41600 |  4401 |879018 |  20.6 |    48M |  29 | 350 |2124 | 593 |  17k|  3 |6899 |  29 | 0.000000e+00 |      --      |    Inf |  56.08%
42.34/42.54	c  42.5s| 41700 |  4420 |879888 |  20.6 |    48M |  29 | 350 |2128 | 600 |  17k|  2 |6905 |  29 | 0.000000e+00 |      --      |    Inf |  56.10%
42.44/42.62	c  42.6s| 41800 |  4413 |880684 |  20.6 |    48M |  29 | 350 |2128 |   0 |  17k|  0 |6905 |  29 | 0.000000e+00 |      --      |    Inf |  56.12%
42.54/42.70	c  42.7s| 41900 |  4428 |882133 |  20.5 |    48M |  29 | 350 |2140 |   0 |  17k|  0 |6917 |  29 | 0.000000e+00 |      --      |    Inf |  56.14%
42.54/42.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.54/42.78	c  42.8s| 42000 |  4426 |883236 |  20.5 |    48M |  29 | 350 |2139 |   0 |  17k|  0 |6917 |  29 | 0.000000e+00 |      --      |    Inf |  56.15%
42.64/42.86	c  42.9s| 42100 |  4409 |884384 |  20.5 |    48M |  29 | 350 |2145 | 663 |  17k|  0 |6944 |  29 | 0.000000e+00 |      --      |    Inf |  56.57%
42.74/42.93	c  42.9s| 42200 |  4401 |885476 |  20.5 |    48M |  29 | 350 |2140 | 648 |  17k|  1 |6952 |  29 | 0.000000e+00 |      --      |    Inf |  56.61%
42.74/43.00	c  43.0s| 42300 |  4398 |886561 |  20.5 |    48M |  29 | 350 |2155 | 665 |  17k|  0 |6970 |  29 | 0.000000e+00 |      --      |    Inf |  56.63%
42.85/43.07	c  43.1s| 42400 |  4404 |888033 |  20.4 |    48M |  29 | 350 |2156 |   0 |  17k|  0 |6975 |  29 | 0.000000e+00 |      --      |    Inf |  56.76%
42.95/43.17	c  43.2s| 42500 |  4397 |889646 |  20.4 |    48M |  29 | 350 |2172 |   0 |  17k|  0 |7009 |  29 | 0.000000e+00 |      --      |    Inf |  56.81%
43.03/43.25	c  43.2s| 42600 |  4408 |891154 |  20.4 |    48M |  29 | 350 |2175 | 620 |  17k|  1 |7016 |  29 | 0.000000e+00 |      --      |    Inf |  56.87%
43.13/43.34	c  43.3s| 42700 |  4396 |892708 |  20.4 |    48M |  29 | 350 |2190 | 643 |  17k|  1 |7034 |  29 | 0.000000e+00 |      --      |    Inf |  56.88%
43.23/43.43	c  43.4s| 42800 |  4394 |894153 |  20.4 |    48M |  29 | 350 |2219 | 609 |  17k|  2 |7071 |  29 | 0.000000e+00 |      --      |    Inf |  56.90%
43.33/43.51	c  43.5s| 42900 |  4381 |895486 |  20.4 |    48M |  29 | 350 |2235 |   0 |  17k|  0 |7103 |  29 | 0.000000e+00 |      --      |    Inf |  56.91%
43.43/43.60	c  43.6s| 43000 |  4375 |896762 |  20.4 |    48M |  29 | 350 |2239 | 598 |  17k|  2 |7118 |  29 | 0.000000e+00 |      --      |    Inf |  56.92%
43.43/43.68	c  43.7s| 43100 |  4370 |898015 |  20.3 |    48M |  29 | 350 |2276 |   0 |  17k|  0 |7169 |  29 | 0.000000e+00 |      --      |    Inf |  57.01%
43.53/43.79	c  43.8s| 43200 |  4412 |902160 |  20.4 |    48M |  29 | 350 |2274 |   0 |  17k|  0 |7176 |  29 | 0.000000e+00 |      --      |    Inf |  57.02%
43.63/43.89	c  43.9s| 43300 |  4402 |905016 |  20.4 |    48M |  29 | 350 |2275 |   0 |  17k|  0 |7179 |  29 | 0.000000e+00 |      --      |    Inf |  57.03%
43.73/43.99	c  44.0s| 43400 |  4410 |907032 |  20.4 |    48M |  29 | 350 |2291 | 628 |  17k|  2 |7202 |  29 | 0.000000e+00 |      --      |    Inf |  57.04%
43.84/44.10	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.10	c  44.1s| 43500 |  4410 |909828 |  20.4 |    48M |  29 | 350 |2341 |   0 |  17k|  0 |7263 |  29 | 0.000000e+00 |      --      |    Inf |  57.06%
43.94/44.19	c  44.2s| 43600 |  4425 |912038 |  20.4 |    48M |  29 | 350 |2343 | 664 |  17k|  0 |7282 |  29 | 0.000000e+00 |      --      |    Inf |  57.09%
44.13/44.31	c  44.3s| 43700 |  4432 |914906 |  20.4 |    48M |  29 | 350 |2346 | 659 |  17k|  0 |7287 |  29 | 0.000000e+00 |      --      |    Inf |  57.12%
44.13/44.39	c  44.4s| 43800 |  4438 |916817 |  20.4 |    48M |  29 | 350 |2353 | 659 |  18k|  1 |7304 |  29 | 0.000000e+00 |      --      |    Inf |  57.14%
44.33/44.53	c  44.5s| 43900 |  4448 |919478 |  20.5 |    48M |  29 | 350 |2357 | 651 |  18k|  1 |7314 |  29 | 0.000000e+00 |      --      |    Inf |  57.16%
44.43/44.62	c  44.6s| 44000 |  4457 |921355 |  20.5 |    48M |  29 | 350 |2376 |   0 |  18k|  0 |7341 |  29 | 0.000000e+00 |      --      |    Inf |  57.20%
44.53/44.71	c  44.7s| 44100 |  4459 |922934 |  20.4 |    48M |  29 | 350 |2384 |   0 |  18k|  0 |7349 |  29 | 0.000000e+00 |      --      |    Inf |  57.26%
44.53/44.78	c  44.8s| 44200 |  4451 |924239 |  20.4 |    49M |  29 | 350 |2388 | 607 |  18k|  2 |7353 |  29 | 0.000000e+00 |      --      |    Inf |  57.32%
44.63/44.87	c  44.9s| 44300 |  4453 |926126 |  20.4 |    49M |  29 | 350 |2388 |   0 |  18k|  0 |7366 |  29 | 0.000000e+00 |      --      |    Inf |  57.35%
44.73/44.99	c  45.0s| 44400 |  4455 |928298 |  20.4 |    49M |  29 | 350 |2384 |   0 |  18k|  0 |7366 |  29 | 0.000000e+00 |      --      |    Inf |  57.40%
44.94/45.12	c  45.1s| 44500 |  4452 |930852 |  20.4 |    49M |  29 | 350 |2403 | 659 |  18k|  1 |7393 |  29 | 0.000000e+00 |      --      |    Inf |  57.43%
45.03/45.21	c  45.2s| 44600 |  4448 |932402 |  20.4 |    49M |  29 | 350 |2428 | 648 |  18k|  0 |7434 |  29 | 0.000000e+00 |      --      |    Inf |  57.46%
45.13/45.33	c  45.3s| 44700 |  4444 |934694 |  20.4 |    49M |  29 | 350 |2456 | 661 |  18k|  0 |7475 |  29 | 0.000000e+00 |      --      |    Inf |  57.47%
45.23/45.47	c  45.5s| 44800 |  4482 |939090 |  20.5 |    49M |  29 | 350 |2428 | 659 |  18k|  0 |7515 |  29 | 0.000000e+00 |      --      |    Inf |  61.44%
45.33/45.59	c  45.6s| 44900 |  4510 |942709 |  20.5 |    49M |  29 | 350 |2485 |   0 |  18k|  0 |7576 |  29 | 0.000000e+00 |      --      |    Inf |  61.55%
45.53/45.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.53/45.77	c  45.8s| 45000 |  4546 |947349 |  20.6 |    49M |  29 | 350 |2503 |   0 |  18k|  0 |7620 |  29 | 0.000000e+00 |      --      |    Inf |  61.76%
45.73/45.92	c  45.9s| 45100 |  4583 |951588 |  20.6 |    50M |  29 | 350 |2540 | 665 |  18k|  0 |7665 |  29 | 0.000000e+00 |      --      |    Inf |  61.84%
45.84/46.05	c  46.1s| 45200 |  4621 |956599 |  20.7 |    50M |  29 | 350 |2581 | 665 |  18k|  0 |7706 |  29 | 0.000000e+00 |      --      |    Inf |  61.87%
46.02/46.21	c  46.2s| 45300 |  4653 |961432 |  20.7 |    50M |  29 | 350 |2627 | 665 |  18k|  0 |7752 |  29 | 0.000000e+00 |      --      |    Inf |  61.91%
46.12/46.36	c  46.4s| 45400 |  4704 |967234 |  20.8 |    50M |  29 | 350 |2675 | 665 |  18k|  1 |7800 |  29 | 0.000000e+00 |      --      |    Inf |  61.93%
46.32/46.51	c  46.5s| 45500 |  4740 |971647 |  20.9 |    50M |  29 | 350 |2708 | 663 |  18k|  0 |7833 |  29 | 0.000000e+00 |      --      |    Inf |  62.05%
46.42/46.69	c  46.7s| 45600 |  4770 |975882 |  20.9 |    50M |  29 | 350 |2740 | 660 |  18k|  0 |7865 |  29 | 0.000000e+00 |      --      |    Inf |  62.17%
46.62/46.84	c  46.8s| 45700 |  4804 |980953 |  21.0 |    50M |  29 | 350 |2782 | 664 |  18k|  0 |7908 |  29 | 0.000000e+00 |      --      |    Inf |  62.19%
46.72/46.99	c  47.0s| 45800 |  4818 |985889 |  21.0 |    50M |  29 | 350 |2827 | 665 |  18k|  0 |7956 |  29 | 0.000000e+00 |      --      |    Inf |  62.21%
46.93/47.13	c  47.1s| 45900 |  4856 |990552 |  21.1 |    50M |  29 | 350 |2859 | 666 |  18k|  1 |7990 |  29 | 0.000000e+00 |      --      |    Inf |  62.22%
47.12/47.30	c  47.3s| 46000 |  4802 |993877 |  21.1 |    50M |  29 | 350 |2917 | 667 |  18k|  1 |8071 |  29 | 0.000000e+00 |      --      |    Inf |  62.29%
47.32/47.57	c  47.6s| 46100 |  4804 |999306 |  21.2 |    50M |  29 | 350 |2939 | 662 |  18k|  0 |8127 |  29 | 0.000000e+00 |      --      |    Inf |  62.34%
47.62/47.89	c  47.9s| 46200 |  4886 |  1006k|  21.3 |    50M |  52 | 350 |2919 | 662 |  18k|  0 |8127 |  29 | 0.000000e+00 |      --      |    Inf |  62.39%
47.83/48.04	c  48.0s| 46300 |  4974 |  1011k|  21.4 |    50M |  52 | 350 |2914 | 662 |  18k|  0 |8127 |  29 | 0.000000e+00 |      --      |    Inf |  62.39%
47.93/48.17	c  48.2s| 46400 |  5003 |  1016k|  21.4 |    51M |  52 | 350 |2929 | 664 |  18k|  0 |8167 |  29 | 0.000000e+00 |      --      |    Inf |  62.80%
48.22/48.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.22/48.48	c  48.5s| 46500 |  5040 |  1023k|  21.5 |    51M |  52 | 350 |2922 | 667 |  18k|  0 |8200 |  29 | 0.000000e+00 |      --      |    Inf |  62.87%
48.42/48.62	c  48.6s| 46600 |  5104 |  1028k|  21.6 |    51M |  52 | 350 |2923 |   0 |  18k|  0 |8214 |  29 | 0.000000e+00 |      --      |    Inf |  62.88%
48.52/48.76	c  48.8s| 46700 |  5122 |  1032k|  21.6 |    51M |  52 | 350 |2973 | 665 |  18k|  1 |8269 |  29 | 0.000000e+00 |      --      |    Inf |  62.90%
48.72/48.90	c  48.9s| 46800 |  5144 |  1036k|  21.7 |    51M |  52 | 350 |3017 | 665 |  18k|  1 |8317 |  29 | 0.000000e+00 |      --      |    Inf |  62.91%
48.83/49.10	c  49.1s| 46900 |  5158 |  1041k|  21.7 |    51M |  52 | 350 |3069 | 665 |  18k|  0 |8372 |  29 | 0.000000e+00 |      --      |    Inf |  62.92%
49.01/49.26	c  49.3s| 47000 |  5150 |  1045k|  21.8 |    51M |  52 | 350 |3140 | 665 |  18k|  0 |8443 |  29 | 0.000000e+00 |      --      |    Inf |  62.92%
49.11/49.37	c  49.4s| 47100 |  5207 |  1049k|  21.8 |    51M |  63 | 350 |3160 | 662 |  18k|  0 |8469 |  29 | 0.000000e+00 |      --      |    Inf |  62.93%
49.21/49.45	c  49.4s| 47200 |  5262 |  1052k|  21.8 |    51M |  72 | 350 |3171 | 664 |  18k|  1 |8486 |  29 | 0.000000e+00 |      --      |    Inf |  62.93%
49.92/50.11	c  50.1s| 47300 |  5324 |  1065k|  22.0 |    51M |  72 | 350 |3152 | 662 |  18k|  0 |8501 |  29 | 0.000000e+00 |      --      |    Inf |  63.00%
50.01/50.27	c  50.3s| 47400 |  5382 |  1071k|  22.1 |    51M |  72 | 350 |3160 | 663 |  18k|  0 |8514 |  29 | 0.000000e+00 |      --      |    Inf |  63.00%
50.21/50.41	c  50.4s| 47500 |  5409 |  1075k|  22.2 |    51M |  72 | 350 |3189 |   0 |  18k|  0 |8555 |  29 | 0.000000e+00 |      --      |    Inf |  63.01%
50.31/50.57	c  50.6s| 47600 |  5412 |  1079k|  22.2 |    51M |  72 | 350 |3229 | 665 |  18k|  0 |8618 |  29 | 0.000000e+00 |      --      |    Inf |  63.03%
50.51/50.72	c  50.7s| 47700 |  5397 |  1083k|  22.2 |    51M |  72 | 350 |3263 | 663 |  18k|  0 |8687 |  29 | 0.000000e+00 |      --      |    Inf |  63.09%
50.82/51.04	c  51.0s| 47800 |  5411 |  1091k|  22.3 |    51M |  72 | 350 |3250 | 664 |  18k|  1 |8732 |  29 | 0.000000e+00 |      --      |    Inf |  63.29%
51.01/51.23	c  51.2s| 47900 |  5410 |  1096k|  22.4 |    51M |  72 | 350 |3165 | 658 |  18k|  2 |8794 |  29 | 0.000000e+00 |      --      |    Inf |  63.31%
51.11/51.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.11/51.39	c  51.4s| 48000 |  5451 |  1101k|  22.5 |    51M |  72 | 350 |3144 | 663 |  18k|  0 |8794 |  29 | 0.000000e+00 |      --      |    Inf |  63.34%
51.31/51.53	c  51.5s| 48100 |  5471 |  1105k|  22.5 |    51M |  72 | 350 |3137 | 666 |  18k|  0 |8794 |  29 | 0.000000e+00 |      --      |    Inf |  63.40%
51.41/51.66	c  51.7s| 48200 |  5479 |  1108k|  22.5 |    51M |  72 | 350 |3137 |   0 |  18k|  0 |8794 |  29 | 0.000000e+00 |      --      |    Inf |  63.44%
51.61/51.80	c  51.8s| 48300 |  5507 |  1111k|  22.5 |    51M |  72 | 350 |3131 |   0 |  18k|  0 |8794 |  29 | 0.000000e+00 |      --      |    Inf |  63.46%
51.71/51.94	c  51.9s| 48400 |  5529 |  1115k|  22.6 |    51M |  72 | 350 |3129 | 667 |  18k|  0 |8794 |  29 | 0.000000e+00 |      --      |    Inf |  63.52%
51.82/52.08	c  52.1s| 48500 |  5541 |  1119k|  22.6 |    51M |  72 | 350 |3129 |   0 |  18k|  0 |8794 |  29 | 0.000000e+00 |      --      |    Inf |  63.59%
52.01/52.21	c  52.2s| 48600 |  5553 |  1122k|  22.6 |    51M |  72 | 350 |3128 | 664 |  18k|  0 |8794 |  29 | 0.000000e+00 |      --      |    Inf |  63.64%
52.11/52.34	c  52.3s| 48700 |  5549 |  1124k|  22.6 |    51M |  72 | 350 |3134 |   0 |  18k|  0 |8800 |  29 | 0.000000e+00 |      --      |    Inf |  63.76%
52.20/52.45	c  52.5s| 48800 |  5553 |  1127k|  22.6 |    51M |  72 | 350 |3134 | 665 |  18k|  0 |8800 |  29 | 0.000000e+00 |      --      |    Inf |  63.82%
52.30/52.58	c  52.6s| 48900 |  5561 |  1131k|  22.6 |    52M |  72 | 350 |3134 | 664 |  18k|  0 |8800 |  29 | 0.000000e+00 |      --      |    Inf |  63.89%
52.50/52.70	c  52.7s| 49000 |  5559 |  1133k|  22.6 |    52M |  72 | 350 |3133 |   0 |  18k|  0 |8800 |  29 | 0.000000e+00 |      --      |    Inf |  63.94%
52.60/52.81	c  52.8s| 49100 |  5551 |  1135k|  22.6 |    52M |  72 | 350 |3133 | 664 |  18k|  0 |8800 |  29 | 0.000000e+00 |      --      |    Inf |  63.99%
52.70/52.98	c  53.0s| 49200 |  5563 |  1140k|  22.7 |    52M |  72 | 350 |3086 |   0 |  18k|  0 |8802 |  29 | 0.000000e+00 |      --      |    Inf |  64.16%
52.91/53.13	c  53.1s| 49300 |  5575 |  1144k|  22.7 |    52M |  72 | 350 |3080 |   0 |  18k|  0 |8802 |  29 | 0.000000e+00 |      --      |    Inf |  64.20%
53.00/53.29	c  53.3s| 49400 |  5563 |  1147k|  22.7 |    52M |  72 | 350 |3076 | 668 |  18k|  0 |8845 |  29 | 0.000000e+00 |      --      |    Inf |  64.22%
53.20/53.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.20/53.46	c  53.5s| 49500 |  5606 |  1153k|  22.8 |    52M |  72 | 350 |3016 | 667 |  18k|  0 |8864 |  29 | 0.000000e+00 |      --      |    Inf |  64.27%
53.30/53.57	c  53.6s| 49600 |  5620 |  1157k|  22.8 |    52M |  72 | 350 |3016 | 670 |  18k|  0 |8864 |  29 | 0.000000e+00 |      --      |    Inf |  64.31%
53.50/53.72	c  53.7s| 49700 |  5630 |  1160k|  22.9 |    52M |  72 | 350 |3019 | 667 |  18k|  1 |8867 |  29 | 0.000000e+00 |      --      |    Inf |  64.37%
53.60/53.83	c  53.8s| 49800 |  5636 |  1165k|  22.9 |    52M |  72 | 350 |3044 |   0 |  18k|  0 |8892 |  29 | 0.000000e+00 |      --      |    Inf |  64.64%
54.10/54.31	c  54.3s| 49900 |  5717 |  1178k|  23.1 |    52M |  72 | 350 |3044 |   0 |  18k|  0 |8899 |  29 | 0.000000e+00 |      --      |    Inf |  64.65%
54.20/54.46	c  54.5s| 50000 |  5749 |  1183k|  23.2 |    52M |  72 | 350 |3050 | 667 |  18k|  0 |8906 |  29 | 0.000000e+00 |      --      |    Inf |  64.69%
54.30/54.56	c  54.6s| 50100 |  5753 |  1186k|  23.2 |    52M |  72 | 350 |3055 | 671 |  18k|  1 |8911 |  29 | 0.000000e+00 |      --      |    Inf |  65.05%
54.50/54.75	c  54.7s| 50200 |  5769 |  1191k|  23.3 |    52M |  72 | 350 |3064 | 668 |  18k|  0 |8922 |  29 | 0.000000e+00 |      --      |    Inf |  65.43%
54.70/54.95	c  54.9s| 50300 |  5801 |  1198k|  23.3 |    52M |  72 | 350 |3073 | 668 |  18k|  0 |8932 |  29 | 0.000000e+00 |      --      |    Inf |  65.56%
54.91/55.14	c  55.1s| 50400 |  5824 |  1204k|  23.4 |    52M |  72 | 350 |3077 | 667 |  18k|  1 |8937 |  29 | 0.000000e+00 |      --      |    Inf |  65.61%
54.99/55.27	c  55.3s| 50500 |  5823 |  1207k|  23.4 |    52M |  72 | 350 |3087 |   0 |  18k|  0 |8949 |  29 | 0.000000e+00 |      --      |    Inf |  65.67%
55.29/55.58	c  55.6s| 50600 |  5844 |  1214k|  23.5 |    52M |  72 | 350 |3087 |   0 |  18k|  0 |8949 |  29 | 0.000000e+00 |      --      |    Inf |  65.71%
55.49/55.77	c  55.8s| 50700 |  5847 |  1218k|  23.5 |    52M |  72 | 350 |3113 |   0 |  18k|  0 |8976 |  29 | 0.000000e+00 |      --      |    Inf |  65.80%
55.69/55.96	c  56.0s| 50800 |  5846 |  1223k|  23.6 |    52M |  72 | 350 |3126 |   0 |  18k|  0 |8994 |  29 | 0.000000e+00 |      --      |    Inf |  65.84%
55.90/56.18	c  56.2s| 50900 |  5875 |  1230k|  23.7 |    53M |  72 | 350 |3140 | 669 |  18k|  0 |9010 |  29 | 0.000000e+00 |      --      |    Inf |  65.89%
56.09/56.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.09/56.32	c  56.3s| 51000 |  5890 |  1235k|  23.7 |    53M |  72 | 350 |3149 |   0 |  18k|  0 |9019 |  29 | 0.000000e+00 |      --      |    Inf |  65.94%
56.29/56.51	c  56.5s| 51100 |  5892 |  1239k|  23.8 |    53M |  72 | 350 |3149 | 668 |  18k|  0 |9019 |  29 | 0.000000e+00 |      --      |    Inf |  65.99%
56.69/56.92	c  56.9s| 51200 |  5936 |  1249k|  23.9 |    53M |  72 | 350 |3138 |   0 |  18k|  0 |9019 |  29 | 0.000000e+00 |      --      |    Inf |  66.02%
56.90/57.13	c  57.1s| 51300 |  5955 |  1255k|  24.0 |    53M |  72 | 350 |3153 |   0 |  18k|  0 |9036 |  29 | 0.000000e+00 |      --      |    Inf |  66.17%
56.99/57.26	c  57.3s| 51400 |  5947 |  1258k|  24.0 |    53M |  72 | 350 |3162 |   0 |  18k|  0 |9054 |  29 | 0.000000e+00 |      --      |    Inf |  66.28%
57.09/57.40	c  57.4s| 51500 |  5952 |  1262k|  24.0 |    53M |  72 | 350 |3165 | 673 |  18k|  1 |9059 |  29 | 0.000000e+00 |      --      |    Inf |  66.36%
57.29/57.53	c  57.5s| 51600 |  5948 |  1265k|  24.0 |    53M |  72 | 350 |3168 |   0 |  18k|  0 |9062 |  29 | 0.000000e+00 |      --      |    Inf |  66.44%
57.49/57.75	c  57.7s| 51700 |  5948 |  1269k|  24.1 |    53M |  72 | 350 |3175 |   0 |  18k|  0 |9070 |  29 | 0.000000e+00 |      --      |    Inf |  66.50%
57.69/57.92	c  57.9s| 51800 |  5931 |  1272k|  24.1 |    53M |  72 | 350 |3187 | 665 |  18k|  0 |9097 |  29 | 0.000000e+00 |      --      |    Inf |  66.56%
57.80/58.03	c  58.0s| 51900 |  5956 |  1276k|  24.1 |    53M |  72 | 350 |3191 |   0 |  18k|  0 |9144 |  29 | 0.000000e+00 |      --      |    Inf |  66.57%
57.90/58.15	c  58.2s| 52000 |  5967 |  1280k|  24.1 |    53M |  72 | 350 |3233 | 667 |  18k|  1 |9194 |  29 | 0.000000e+00 |      --      |    Inf |  66.58%
57.98/58.26	c  58.3s| 52100 |  5976 |  1284k|  24.2 |    53M |  72 | 350 |3289 | 667 |  18k|  0 |9253 |  29 | 0.000000e+00 |      --      |    Inf |  66.59%
58.28/58.51	c  58.5s| 52200 |  5972 |  1289k|  24.2 |    53M |  72 | 350 |3342 | 667 |  18k|  0 |9322 |  29 | 0.000000e+00 |      --      |    Inf |  66.59%
58.58/58.87	c  58.9s| 52300 |  6031 |  1298k|  24.3 |    53M |  72 | 350 |3325 |   0 |  18k|  0 |9339 |  29 | 0.000000e+00 |      --      |    Inf |  66.64%
58.89/59.11	c  59.1s| 52400 |  6055 |  1304k|  24.4 |    53M |  72 | 350 |3309 | 663 |  18k|  0 |9371 |  29 | 0.000000e+00 |      --      |    Inf |  66.86%
58.98/59.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.98/59.25	c  59.2s| 52500 |  6042 |  1307k|  24.4 |    53M |  72 | 350 |3296 |   0 |  18k|  0 |9390 |  29 | 0.000000e+00 |      --      |    Inf |  66.91%
59.08/59.34	c  59.3s| 52600 |  6057 |  1309k|  24.4 |    53M |  72 | 350 |3304 | 640 |  18k|  2 |9419 |  29 | 0.000000e+00 |      --      |    Inf |  66.93%
59.18/59.42	c  59.4s| 52700 |  6057 |  1311k|  24.4 |    54M |  72 | 350 |3348 |   0 |  18k|  0 |9463 |  29 | 0.000000e+00 |      --      |    Inf |  66.95%
59.28/59.51	c  59.5s| 52800 |  6048 |  1312k|  24.4 |    54M |  72 | 350 |3376 | 636 |  18k|  1 |9515 |  29 | 0.000000e+00 |      --      |    Inf |  66.98%
59.28/59.58	c  59.6s| 52900 |  6067 |  1314k|  24.4 |    54M |  72 | 350 |3375 | 636 |  18k|  1 |9516 |  29 | 0.000000e+00 |      --      |    Inf |  67.00%
59.38/59.64	c  59.6s| 53000 |  6049 |  1315k|  24.3 |    54M |  72 | 350 |3374 |   0 |  18k|  0 |9517 |  29 | 0.000000e+00 |      --      |    Inf |  67.01%
59.48/59.74	c  59.7s| 53100 |  6043 |  1316k|  24.3 |    54M |  72 | 350 |3380 | 645 |  18k|  0 |9542 |  29 | 0.000000e+00 |      --      |    Inf |  67.03%
59.68/59.92	c  59.9s| 53200 |  6026 |  1320k|  24.4 |    54M |  72 | 350 |3339 | 674 |  18k|  0 |9574 |  29 | 0.000000e+00 |      --      |    Inf |  67.07%
59.79/60.03	c  60.0s| 53300 |  6015 |  1322k|  24.3 |    54M |  72 | 350 |3324 | 639 |  18k|  1 |9606 |  29 | 0.000000e+00 |      --      |    Inf |  67.09%
59.89/60.18	c  60.2s| 53400 |  6034 |  1326k|  24.4 |    54M |  72 | 350 |3303 | 674 |  18k|  1 |9613 |  29 | 0.000000e+00 |      --      |    Inf |  67.10%
59.98/60.29	c  60.3s| 53500 |  6028 |  1328k|  24.4 |    54M |  72 | 350 |3302 |   0 |  18k|  0 |9613 |  29 | 0.000000e+00 |      --      |    Inf |  67.11%
60.18/60.42	c  60.4s| 53600 |  6021 |  1331k|  24.4 |    54M |  72 | 350 |3285 | 674 |  18k|  0 |9631 |  29 | 0.000000e+00 |      --      |    Inf |  67.16%
60.28/60.52	c  60.5s| 53700 |  6025 |  1333k|  24.4 |    54M |  72 | 350 |3331 | 672 |  18k|  1 |9682 |  29 | 0.000000e+00 |      --      |    Inf |  67.18%
60.38/60.62	c  60.6s| 53800 |  6007 |  1335k|  24.3 |    54M |  72 | 350 |3317 |   0 |  18k|  0 |9715 |  29 | 0.000000e+00 |      --      |    Inf |  67.20%
60.48/60.73	c  60.7s| 53900 |  5996 |  1337k|  24.3 |    54M |  72 | 350 |3291 | 672 |  18k|  1 |9729 |  29 | 0.000000e+00 |      --      |    Inf |  67.22%
60.58/60.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.58/60.83	c  60.8s| 54000 |  5983 |  1339k|  24.3 |    54M |  72 | 350 |3273 | 625 |  18k|  1 |9744 |  29 | 0.000000e+00 |      --      |    Inf |  67.24%
60.68/60.95	c  61.0s| 54100 |  5968 |  1341k|  24.3 |    54M |  72 | 350 |3213 | 665 |  18k|  1 |9767 |  29 | 0.000000e+00 |      --      |    Inf |  67.28%
60.79/61.07	c  61.1s| 54200 |  5954 |  1344k|  24.3 |    54M |  72 | 350 |3161 | 678 |  18k|  1 |9794 |  29 | 0.000000e+00 |      --      |    Inf |  67.31%
60.97/61.20	c  61.2s| 54300 |  5948 |  1346k|  24.3 |    54M |  72 | 350 |3162 | 595 |  18k|  2 |9825 |  29 | 0.000000e+00 |      --      |    Inf |  67.32%
61.07/61.30	c  61.3s| 54400 |  5938 |  1348k|  24.3 |    54M |  72 | 350 |3147 |   0 |  18k|  0 |9840 |  29 | 0.000000e+00 |      --      |    Inf |  67.33%
61.17/61.42	c  61.4s| 54500 |  5930 |  1350k|  24.3 |    54M |  72 | 350 |3137 | 691 |  18k|  0 |9861 |  29 | 0.000000e+00 |      --      |    Inf |  67.35%
61.27/61.54	c  61.5s| 54600 |  5936 |  1353k|  24.3 |    54M |  72 | 350 |3129 | 684 |  18k|  1 |9888 |  29 | 0.000000e+00 |      --      |    Inf |  67.36%
61.37/61.67	c  61.7s| 54700 |  5919 |  1355k|  24.3 |    54M |  72 | 350 |3151 | 665 |  18k|  0 |9937 |  29 | 0.000000e+00 |      --      |    Inf |  67.48%
61.57/61.81	c  61.8s| 54800 |  5914 |  1359k|  24.3 |    54M |  72 | 350 |3168 |   0 |  18k|  0 |9973 |  29 | 0.000000e+00 |      --      |    Inf |  67.49%
61.67/61.97	c  62.0s| 54900 |  5903 |  1362k|  24.4 |    54M |  72 | 350 |3165 | 663 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  67.51%
61.78/62.10	c  62.1s| 55000 |  5878 |  1364k|  24.4 |    54M |  72 | 350 |3156 |   0 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  67.95%
61.97/62.22	c  62.2s| 55100 |  5864 |  1366k|  24.3 |    54M |  72 | 350 |3114 |   0 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  67.98%
62.07/62.33	c  62.3s| 55200 |  5858 |  1369k|  24.3 |    54M |  72 | 350 |3103 | 665 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.00%
62.17/62.46	c  62.5s| 55300 |  5841 |  1372k|  24.4 |    54M |  72 | 350 |3069 | 704 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.13%
62.27/62.56	c  62.6s| 55400 |  5815 |  1373k|  24.3 |    54M |  72 | 350 |3060 | 678 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.17%
62.37/62.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.37/62.64	c  62.6s| 55500 |  5821 |  1375k|  24.3 |    54M |  72 | 350 |3017 |   0 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.19%
62.47/62.76	c  62.8s| 55600 |  5835 |  1379k|  24.4 |    54M |  72 | 350 |3000 | 681 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.32%
62.57/62.82	c  62.8s| 55700 |  5840 |  1380k|  24.3 |    54M |  72 | 350 |2996 |   0 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.33%
62.67/62.91	c  62.9s| 55800 |  5850 |  1383k|  24.3 |    54M |  72 | 350 |3021 | 681 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.36%
62.67/62.99	c  63.0s| 55900 |  5854 |  1385k|  24.3 |    54M |  72 | 350 |3029 | 681 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.38%
62.78/63.07	c  63.1s| 56000 |  5829 |  1387k|  24.3 |    54M |  72 | 350 |3051 |   0 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.39%
62.88/63.14	c  63.1s| 56100 |  5832 |  1388k|  24.3 |    54M |  72 | 350 |3050 |   0 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.51%
62.97/63.20	c  63.2s| 56200 |  5844 |  1389k|  24.3 |    54M |  72 | 350 |3049 |   0 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.52%
62.97/63.28	c  63.3s| 56300 |  5852 |  1391k|  24.3 |    54M |  72 | 350 |3049 |   0 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.54%
63.07/63.34	c  63.3s| 56400 |  5861 |  1392k|  24.2 |    54M |  72 | 350 |3057 | 654 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.55%
63.17/63.41	c  63.4s| 56500 |  5849 |  1393k|  24.2 |    54M |  72 | 350 |3075 | 654 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.57%
63.17/63.47	c  63.5s| 56600 |  5835 |  1394k|  24.2 |    54M |  72 | 350 |3081 | 654 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.59%
63.27/63.57	c  63.6s| 56700 |  5825 |  1396k|  24.2 |    54M |  72 | 350 |3031 | 688 |  18k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.60%
63.37/63.66	c  63.7s| 56800 |  5819 |  1399k|  24.2 |    54M |  72 | 350 |3068 | 688 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.62%
63.46/63.76	c  63.8s| 56900 |  5831 |  1401k|  24.2 |    54M |  72 | 350 |3034 | 615 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.64%
63.56/63.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.56/63.85	c  63.8s| 57000 |  5826 |  1402k|  24.2 |    54M |  72 | 350 |3028 | 618 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.65%
63.66/63.95	c  63.9s| 57100 |  5799 |  1404k|  24.1 |    54M |  72 | 350 |3012 | 654 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.67%
63.77/64.06	c  64.1s| 57200 |  5775 |  1406k|  24.1 |    54M |  72 | 350 |2991 | 678 |  18k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.75%
63.88/64.15	c  64.1s| 57300 |  5783 |  1407k|  24.1 |    54M |  72 | 350 |2981 |   0 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.78%
63.96/64.24	c  64.2s| 57400 |  5804 |  1409k|  24.1 |    54M |  72 | 350 |3015 |   0 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.79%
64.06/64.33	c  64.3s| 57500 |  5812 |  1411k|  24.1 |    54M |  72 | 350 |3062 |   0 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.80%
64.16/64.45	c  64.4s| 57600 |  5793 |  1414k|  24.1 |    54M |  72 | 350 |3115 |   0 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.80%
64.26/64.55	c  64.6s| 57700 |  5787 |  1416k|  24.1 |    54M |  72 | 350 |3168 |   0 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.81%
64.36/64.65	c  64.7s| 57800 |  5794 |  1418k|  24.1 |    54M |  72 | 350 |3146 | 615 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.83%
64.46/64.76	c  64.8s| 57900 |  5800 |  1420k|  24.1 |    54M |  72 | 350 |3183 | 629 |  19k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.83%
64.56/64.89	c  64.9s| 58000 |  5807 |  1425k|  24.1 |    54M |  72 | 350 |3229 |   0 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.83%
64.77/65.01	c  65.0s| 58100 |  5802 |  1428k|  24.2 |    54M |  72 | 350 |3285 | 631 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.83%
64.77/65.10	c  65.1s| 58200 |  5782 |  1430k|  24.1 |    54M |  72 | 350 |3304 |   0 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.87%
64.87/65.19	c  65.2s| 58300 |  5773 |  1431k|  24.1 |    54M |  72 | 350 |3303 | 639 |  19k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.91%
65.06/65.33	c  65.3s| 58400 |  5764 |  1434k|  24.1 |    54M |  72 | 350 |3219 | 671 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.94%
65.16/65.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.16/65.42	c  65.4s| 58500 |  5777 |  1436k|  24.1 |    54M |  72 | 350 |3229 | 678 |  19k|  1 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.96%
65.26/65.51	c  65.5s| 58600 |  5756 |  1438k|  24.1 |    54M |  72 | 350 |3261 |   0 |  19k|  0 |  10k|  29 | 0.000000e+00 |      --      |    Inf |  68.98%
65.36/65.62	c  65.6s| 58700 |  5760 |  1441k|  24.1 |    54M |  72 | 350 |3244 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.00%
65.46/65.70	c  65.7s| 58800 |  5766 |  1443k|  24.1 |    54M |  72 | 350 |3254 | 679 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.00%
65.46/65.79	c  65.8s| 58900 |  5746 |  1445k|  24.1 |    54M |  72 | 350 |3249 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.02%
65.66/65.92	c  65.9s| 59000 |  5750 |  1448k|  24.1 |    54M |  72 | 350 |3214 | 681 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.06%
65.77/66.02	c  66.0s| 59100 |  5750 |  1451k|  24.1 |    54M |  72 | 350 |3214 | 682 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.08%
65.96/66.22	c  66.2s| 59200 |  5750 |  1456k|  24.2 |    54M |  72 | 350 |3194 | 675 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.12%
66.05/66.33	c  66.3s| 59300 |  5754 |  1458k|  24.2 |    54M |  72 | 350 |3218 | 655 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.15%
66.15/66.44	c  66.4s| 59400 |  5743 |  1461k|  24.2 |    54M |  72 | 350 |3199 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.23%
66.25/66.52	c  66.5s| 59500 |  5742 |  1462k|  24.2 |    54M |  72 | 350 |3238 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.26%
66.35/66.67	c  66.7s| 59600 |  5761 |  1466k|  24.2 |    54M |  72 | 350 |3236 | 665 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.27%
66.55/66.85	c  66.8s| 59700 |  5754 |  1470k|  24.2 |    54M |  72 | 350 |3302 | 665 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.28%
66.65/66.99	c  67.0s| 59800 |  5753 |  1473k|  24.2 |    54M |  72 | 350 |3324 | 687 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.33%
66.87/67.11	c  67.1s| 59900 |  5752 |  1476k|  24.2 |    54M |  72 | 350 |3355 | 687 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.34%
66.95/67.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.95/67.20	c  67.2s| 60000 |  5736 |  1478k|  24.2 |    54M |  72 | 350 |3365 | 618 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.37%
67.05/67.31	c  67.3s| 60100 |  5713 |  1480k|  24.2 |    54M |  72 | 350 |3355 | 642 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.69%
67.15/67.44	c  67.4s| 60200 |  5705 |  1484k|  24.2 |    54M |  72 | 350 |3362 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.73%
67.25/67.57	c  67.6s| 60300 |  5710 |  1488k|  24.3 |    54M |  72 | 350 |3401 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.74%
67.35/67.67	c  67.7s| 60400 |  5725 |  1490k|  24.3 |    54M |  72 | 350 |3442 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.76%
67.45/67.78	c  67.8s| 60500 |  5704 |  1491k|  24.2 |    54M |  72 | 350 |3503 | 641 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.77%
67.55/67.88	c  67.9s| 60600 |  5693 |  1493k|  24.2 |    54M |  72 | 350 |3507 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.88%
67.76/68.02	c  68.0s| 60700 |  5695 |  1497k|  24.3 |    54M |  72 | 350 |3515 | 684 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.92%
67.86/68.17	c  68.2s| 60800 |  5665 |  1500k|  24.3 |    54M |  72 | 350 |3440 | 677 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  69.97%
67.95/68.26	c  68.3s| 60900 |  5673 |  1501k|  24.2 |    55M |  72 | 350 |3416 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.00%
68.05/68.36	c  68.4s| 61000 |  5673 |  1503k|  24.2 |    55M |  72 | 350 |3413 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.02%
68.15/68.46	c  68.5s| 61100 |  5662 |  1505k|  24.2 |    55M |  72 | 350 |3416 | 678 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.08%
68.25/68.55	c  68.6s| 61200 |  5665 |  1507k|  24.2 |    55M |  72 | 350 |3409 | 649 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.11%
68.35/68.63	c (node 61225) numerical troubles in LP 72403 -- unresolved
68.35/68.67	c (node 61226) numerical troubles in LP 72412 -- unresolved
68.45/68.75	c  68.7s| 61300 |  5654 |  1511k|  24.2 |    55M |  72 | 350 |3401 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.18%
68.55/68.88	c  68.9s| 61400 |  5649 |  1513k|  24.2 |    55M |  72 | 350 |3357 | 680 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.34%
68.65/68.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.65/68.99	c  69.0s| 61500 |  5663 |  1517k|  24.3 |    55M |  72 | 350 |3314 | 686 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.41%
68.76/69.08	c  69.1s| 61600 |  5669 |  1519k|  24.3 |    55M |  72 | 350 |3308 | 716 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.42%
68.86/69.18	c  69.2s| 61700 |  5661 |  1522k|  24.3 |    55M |  72 | 350 |3317 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.43%
69.04/69.35	c  69.3s| 61800 |  5664 |  1526k|  24.3 |    55M |  72 | 350 |3254 | 699 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.48%
69.24/69.50	c  69.5s| 61900 |  5672 |  1530k|  24.3 |    55M |  72 | 350 |3245 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.49%
69.34/69.62	c  69.6s| 62000 |  5659 |  1533k|  24.3 |    55M |  72 | 350 |3237 | 709 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.50%
69.44/69.73	c  69.7s| 62100 |  5645 |  1535k|  24.3 |    55M |  72 | 350 |3242 |   0 |  19k|  0 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.53%
69.54/69.87	c  69.9s| 62200 |  5644 |  1539k|  24.3 |    55M |  72 | 350 |3204 | 660 |  19k|  1 |  11k|  29 | 0.000000e+00 |      --      |    Inf |  70.56%
69.64/69.99	c  70.0s| 62300 |  5646 |  1542k|  24.4 |    55M |  72 | 350 |3251 | 701 |  19k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.57%
69.75/70.10	c  70.1s| 62400 |  5644 |  1545k|  24.4 |    55M |  72 | 350 |3280 | 671 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.59%
69.85/70.17	c  70.2s| 62500 |  5654 |  1546k|  24.3 |    55M |  72 | 350 |3263 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.61%
69.94/70.23	c  70.2s| 62600 |  5641 |  1547k|  24.3 |    55M |  72 | 350 |3268 | 671 |  19k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.64%
69.94/70.30	c  70.3s| 62700 |  5652 |  1549k|  24.3 |    55M |  72 | 350 |3259 | 665 |  19k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.66%
70.04/70.35	c  70.3s| 62800 |  5658 |  1549k|  24.3 |    55M |  72 | 350 |3259 | 665 |  19k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.67%
70.14/70.41	c  70.4s| 62900 |  5644 |  1550k|  24.3 |    55M |  72 | 350 |3264 | 665 |  19k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.69%
70.25/70.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
70.25/70.50	c  70.5s| 63000 |  5632 |  1552k|  24.2 |    55M |  72 | 350 |3258 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.75%
70.35/70.64	c  70.6s| 63100 |  5650 |  1556k|  24.3 |    55M |  72 | 350 |3263 | 690 |  19k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.79%
70.45/70.75	c  70.7s| 63200 |  5639 |  1559k|  24.3 |    55M |  72 | 350 |3283 | 650 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.83%
70.55/70.86	c  70.9s| 63300 |  5652 |  1563k|  24.3 |    55M |  72 | 350 |3291 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.86%
70.65/70.93	c  70.9s| 63400 |  5643 |  1564k|  24.3 |    55M |  72 | 350 |3292 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.87%
70.76/71.04	c  71.0s| 63500 |  5641 |  1566k|  24.3 |    55M |  72 | 350 |3278 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.92%
70.86/71.16	c  71.2s| 63600 |  5640 |  1569k|  24.3 |    55M |  72 | 350 |3267 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  70.94%
70.95/71.26	c  71.3s| 63700 |  5622 |  1571k|  24.3 |    55M |  72 | 350 |3279 | 700 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.16%
71.05/71.33	c  71.3s| 63800 |  5613 |  1572k|  24.2 |    55M |  72 | 350 |3271 | 605 |  19k|  2 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.23%
71.15/71.45	c  71.4s| 63900 |  5597 |  1574k|  24.2 |    55M |  72 | 350 |3267 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.24%
71.25/71.52	c  71.5s| 64000 |  5592 |  1575k|  24.2 |    55M |  72 | 350 |3246 | 667 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.28%
71.35/71.62	c  71.6s| 64100 |  5579 |  1578k|  24.2 |    55M |  72 | 350 |3250 | 668 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.30%
71.44/71.78	c  71.8s| 64200 |  5586 |  1583k|  24.3 |    55M |  72 | 350 |3216 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.33%
71.64/71.90	c  71.9s| 64300 |  5602 |  1586k|  24.3 |    55M |  72 | 350 |3189 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.34%
71.76/72.03	c  72.0s| 64400 |  5601 |  1589k|  24.3 |    55M |  72 | 350 |3223 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.37%
71.86/72.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.86/72.13	c  72.1s| 64500 |  5594 |  1591k|  24.3 |    55M |  72 | 350 |3172 | 676 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.41%
72.04/72.31	c  72.3s| 64600 |  5590 |  1595k|  24.3 |    55M |  72 | 350 |3144 | 668 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.58%
72.14/72.41	c  72.4s| 64700 |  5574 |  1597k|  24.3 |    55M |  72 | 350 |3104 |   0 |  19k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.60%
72.24/72.50	c  72.5s| 64800 |  5571 |  1599k|  24.3 |    55M |  72 | 350 |3081 | 604 |  19k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.66%
72.24/72.57	c  72.6s| 64900 |  5579 |  1600k|  24.3 |    55M |  72 | 350 |3080 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.68%
72.34/72.67	c  72.7s| 65000 |  5586 |  1603k|  24.3 |    55M |  72 | 350 |3091 | 583 |  20k|  2 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.89%
72.44/72.76	c  72.8s| 65100 |  5591 |  1604k|  24.3 |    55M |  72 | 350 |3144 | 598 |  20k|  3 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.93%
72.54/72.86	c  72.9s| 65200 |  5583 |  1606k|  24.2 |    55M |  72 | 350 |3200 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  71.97%
72.64/72.97	c  73.0s| 65300 |  5582 |  1609k|  24.3 |    55M |  72 | 350 |3198 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.02%
72.85/73.14	c  73.1s| 65400 |  5573 |  1613k|  24.3 |    55M |  72 | 350 |3182 | 677 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.10%
72.94/73.25	c  73.2s| 65500 |  5582 |  1616k|  24.3 |    55M |  72 | 350 |3171 | 669 |  20k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.30%
73.04/73.33	c  73.3s| 65600 |  5579 |  1618k|  24.3 |    55M |  72 | 350 |3171 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.31%
73.14/73.40	c  73.4s| 65700 |  5575 |  1620k|  24.3 |    55M |  72 | 350 |3171 | 669 |  20k|  1 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.32%
73.14/73.49	c  73.5s| 65800 |  5563 |  1621k|  24.3 |    55M |  72 | 350 |3181 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.33%
73.34/73.61	c  73.6s| 65900 |  5573 |  1624k|  24.3 |    55M |  72 | 350 |3189 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.37%
73.44/73.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
73.44/73.71	c  73.7s| 66000 |  5566 |  1626k|  24.3 |    55M |  72 | 350 |3255 | 625 |  20k|  2 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.38%
73.54/73.81	c  73.8s| 66100 |  5544 |  1627k|  24.2 |    55M |  72 | 350 |3259 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.42%
73.64/73.94	c  73.9s| 66200 |  5539 |  1630k|  24.2 |    55M |  72 | 350 |3218 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.44%
73.75/74.03	c  74.0s| 66300 |  5537 |  1631k|  24.2 |    55M |  72 | 350 |3206 |   0 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.47%
73.85/74.14	c  74.1s| 66400 |  5518 |  1633k|  24.2 |    55M |  72 | 350 |3153 | 688 |  20k|  0 |  12k|  29 | 0.000000e+00 |      --      |    Inf |  72.52%
73.94/74.24	c  74.2s| 66500 |  5520 |  1636k|  24.2 |    55M |  72 | 350 |3148 | 675 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.54%
74.04/74.30	c  74.3s| 66600 |  5514 |  1637k|  24.2 |    55M |  72 | 350 |3154 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.58%
74.04/74.39	c  74.4s| 66700 |  5503 |  1638k|  24.2 |    55M |  72 | 350 |3156 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.61%
74.23/74.52	c  74.5s| 66800 |  5490 |  1641k|  24.2 |    55M |  72 | 350 |3109 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.63%
74.33/74.63	c  74.6s| 66900 |  5471 |  1644k|  24.2 |    55M |  72 | 350 |3124 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.65%
74.43/74.72	c  74.7s| 67000 |  5490 |  1645k|  24.2 |    55M |  72 | 350 |3105 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.71%
74.53/74.80	c  74.8s| 67100 |  5484 |  1646k|  24.2 |    55M |  72 | 350 |3109 | 620 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.72%
74.63/74.90	c  74.9s| 67200 |  5479 |  1648k|  24.1 |    55M |  72 | 350 |3120 | 668 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.73%
74.63/74.97	c  75.0s| 67300 |  5479 |  1649k|  24.1 |    55M |  72 | 350 |3096 | 674 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.89%
74.74/75.03	c  75.0s| 67400 |  5480 |  1650k|  24.1 |    55M |  72 | 350 |3093 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  72.91%
74.74/75.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
74.74/75.09	c  75.1s| 67500 |  5468 |  1651k|  24.1 |    55M |  72 | 350 |3103 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.02%
74.93/75.21	c  75.2s| 67600 |  5460 |  1653k|  24.1 |    55M |  72 | 350 |3097 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.06%
75.03/75.32	c  75.3s| 67700 |  5479 |  1656k|  24.1 |    55M |  72 | 350 |3035 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.08%
75.13/75.42	c  75.4s| 67800 |  5487 |  1659k|  24.1 |    55M |  72 | 350 |3033 | 606 |  20k|  2 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.11%
75.23/75.52	c  75.5s| 67900 |  5496 |  1661k|  24.1 |    55M |  72 | 350 |3036 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.12%
75.33/75.60	c  75.6s| 68000 |  5496 |  1662k|  24.1 |    55M |  72 | 350 |3035 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.13%
75.33/75.69	c  75.7s| 68100 |  5490 |  1664k|  24.1 |    55M |  72 | 350 |3035 | 609 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.14%
75.43/75.76	c  75.8s| 68200 |  5480 |  1665k|  24.1 |    55M |  72 | 350 |3041 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.15%
75.53/75.85	c  75.9s| 68300 |  5465 |  1667k|  24.0 |    55M |  72 | 350 |3026 | 676 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.16%
75.63/75.93	c  75.9s| 68400 |  5479 |  1670k|  24.1 |    55M |  72 | 350 |3020 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.17%
75.74/76.01	c  76.0s| 68500 |  5478 |  1672k|  24.0 |    55M |  72 | 350 |3023 | 633 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.19%
75.84/76.11	c  76.1s| 68600 |  5467 |  1673k|  24.0 |    55M |  72 | 350 |3047 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.20%
75.93/76.23	c  76.2s| 68700 |  5458 |  1676k|  24.0 |    55M |  72 | 350 |3039 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.23%
76.03/76.34	c  76.3s| 68800 |  5449 |  1678k|  24.0 |    55M |  72 | 350 |3006 | 675 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.30%
76.13/76.45	c  76.4s| 68900 |  5446 |  1681k|  24.0 |    55M |  72 | 350 |2976 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.31%
76.23/76.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
76.23/76.55	c  76.5s| 69000 |  5442 |  1683k|  24.0 |    55M |  72 | 350 |2964 | 668 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.33%
76.33/76.67	c  76.7s| 69100 |  5437 |  1686k|  24.0 |    55M |  72 | 350 |2949 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.38%
76.43/76.75	c  76.7s| 69200 |  5433 |  1687k|  24.0 |    55M |  72 | 350 |2938 | 584 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.41%
76.53/76.83	c  76.8s| 69300 |  5424 |  1689k|  24.0 |    55M |  72 | 350 |2922 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.43%
76.62/76.91	c  76.9s| 69400 |  5419 |  1691k|  24.0 |    55M |  72 | 350 |2933 | 678 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.45%
76.74/77.03	c  77.0s| 69500 |  5401 |  1693k|  24.0 |    55M |  72 | 350 |2922 | 666 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.48%
76.84/77.15	c  77.2s| 69600 |  5380 |  1695k|  24.0 |    55M |  72 | 350 |2908 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.51%
77.02/77.35	c  77.3s| 69700 |  5382 |  1699k|  24.0 |    55M |  72 | 350 |2926 | 695 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.54%
77.12/77.48	c  77.5s| 69800 |  5380 |  1702k|  24.0 |    55M |  72 | 350 |2963 | 656 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.55%
77.32/77.60	c  77.6s| 69900 |  5395 |  1705k|  24.0 |    55M |  72 | 350 |2923 | 676 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.60%
77.32/77.69	c  77.7s| 70000 |  5393 |  1707k|  24.0 |    55M |  72 | 350 |2959 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.66%
77.62/77.93	c  77.9s| 70100 |  5387 |  1712k|  24.1 |    55M |  72 | 350 |2936 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.71%
77.73/78.05	c  78.1s| 70200 |  5370 |  1714k|  24.1 |    55M |  72 | 350 |2911 | 686 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.74%
77.83/78.19	c  78.2s| 70300 |  5352 |  1717k|  24.1 |    55M |  72 | 350 |2887 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.85%
77.92/78.30	c  78.3s| 70400 |  5333 |  1719k|  24.1 |    55M |  72 | 350 |2840 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  73.89%
78.12/78.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.12/78.42	c  78.4s| 70500 |  5292 |  1721k|  24.1 |    55M |  72 | 350 |2825 | 623 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  74.00%
78.22/78.52	c  78.5s| 70600 |  5254 |  1722k|  24.0 |    55M |  72 | 350 |2816 | 636 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  74.09%
78.32/78.61	c  78.6s| 70700 |  5259 |  1724k|  24.0 |    55M |  72 | 350 |2808 | 695 |  20k|  1 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  74.10%
78.32/78.69	c  78.7s| 70800 |  5254 |  1725k|  24.0 |    55M |  72 | 350 |2834 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  74.12%
78.42/78.78	c  78.8s| 70900 |  5264 |  1727k|  24.0 |    55M |  72 | 350 |2863 |   0 |  20k|  0 |  13k|  29 | 0.000000e+00 |      --      |    Inf |  74.15%
78.52/78.89	c  78.9s| 71000 |  5246 |  1729k|  24.0 |    55M |  72 | 350 |2904 | 641 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.21%
78.73/79.02	c  79.0s| 71100 |  5255 |  1732k|  24.0 |    55M |  72 | 350 |2889 | 663 |  21k|  1 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.23%
78.83/79.13	c  79.1s| 71200 |  5247 |  1734k|  24.0 |    55M |  72 | 350 |2948 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.23%
78.92/79.23	c  79.2s| 71300 |  5264 |  1737k|  24.0 |    55M |  72 | 350 |2966 | 645 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.24%
79.02/79.37	c  79.4s| 71400 |  5253 |  1741k|  24.0 |    55M |  72 | 350 |3036 | 643 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.25%
79.12/79.49	c  79.5s| 71500 |  5239 |  1743k|  24.0 |    55M |  72 | 350 |3047 | 649 |  21k|  1 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.27%
79.22/79.58	c  79.6s| 71600 |  5239 |  1745k|  24.0 |    55M |  72 | 350 |3021 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.28%
79.32/79.67	c  79.7s| 71700 |  5227 |  1746k|  24.0 |    55M |  72 | 350 |2993 | 666 |  21k|  1 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.31%
79.42/79.74	c  79.7s| 71800 |  5214 |  1747k|  24.0 |    55M |  72 | 350 |2998 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.33%
79.52/79.88	c  79.9s| 71900 |  5202 |  1750k|  24.0 |    55M |  72 | 350 |3013 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.38%
79.73/80.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
79.73/80.02	c  80.0s| 72000 |  5187 |  1752k|  24.0 |    55M |  72 | 350 |3006 | 675 |  21k|  1 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.48%
79.73/80.10	c  80.1s| 72100 |  5190 |  1754k|  24.0 |    55M |  72 | 350 |2981 | 678 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.50%
79.83/80.19	c  80.2s| 72200 |  5183 |  1756k|  24.0 |    55M |  72 | 350 |3006 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.52%
79.91/80.29	c  80.3s| 72300 |  5178 |  1759k|  24.0 |    55M |  72 | 350 |3016 | 681 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.55%
80.11/80.43	c  80.4s| 72400 |  5177 |  1763k|  24.0 |    55M |  72 | 350 |2951 | 681 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.59%
80.21/80.53	c  80.5s| 72500 |  5190 |  1767k|  24.0 |    55M |  72 | 350 |2954 | 681 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.59%
80.31/80.63	c  80.6s| 72600 |  5170 |  1769k|  24.0 |    55M |  72 | 350 |2957 | 681 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.59%
80.41/80.77	c  80.8s| 72700 |  5148 |  1772k|  24.0 |    55M |  72 | 350 |2949 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.62%
80.61/80.95	c  80.9s| 72800 |  5134 |  1776k|  24.1 |    55M |  72 | 350 |2913 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.66%
80.72/81.09	c  81.1s| 72900 |  5131 |  1780k|  24.1 |    55M |  72 | 350 |2949 | 650 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.69%
80.91/81.22	c  81.2s| 73000 |  5152 |  1784k|  24.1 |    55M |  72 | 350 |2931 | 658 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.72%
81.01/81.34	c  81.3s| 73100 |  5164 |  1787k|  24.1 |    55M |  72 | 350 |2899 | 658 |  21k|  1 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.73%
81.11/81.46	c  81.5s| 73200 |  5164 |  1790k|  24.1 |    55M |  72 | 350 |2902 | 658 |  21k|  1 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.74%
81.21/81.56	c  81.6s| 73300 |  5154 |  1792k|  24.1 |    55M |  72 | 350 |2967 | 658 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.74%
81.31/81.67	c  81.7s| 73400 |  5134 |  1794k|  24.1 |    55M |  72 | 350 |3008 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.77%
81.41/81.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
81.41/81.78	c  81.8s| 73500 |  5134 |  1796k|  24.1 |    55M |  72 | 350 |3039 | 662 |  21k|  1 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.78%
81.61/81.91	c  81.9s| 73600 |  5134 |  1799k|  24.1 |    55M |  72 | 350 |3062 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.78%
81.61/82.00	c  82.0s| 73700 |  5112 |  1801k|  24.1 |    55M |  72 | 350 |3063 |   0 |  21k|  0 |  14k|  29 | 0.000000e+00 |      --      |    Inf |  74.80%
81.72/82.09	c  82.1s| 73800 |  5108 |  1802k|  24.1 |    55M |  72 | 350 |3072 |   0 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  74.82%
81.82/82.17	c  82.2s| 73900 |  5098 |  1803k|  24.1 |    55M |  72 | 350 |3074 |   0 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  74.87%
81.91/82.29	c  82.3s| 74000 |  5083 |  1805k|  24.1 |    55M |  72 | 350 |3052 |   0 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  74.92%
82.11/82.41	c  82.4s| 74100 |  5059 |  1808k|  24.1 |    55M |  72 | 350 |3030 |   0 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  74.94%
82.21/82.52	c  82.5s| 74200 |  5019 |  1810k|  24.1 |    55M |  72 | 350 |3024 | 661 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.00%
82.31/82.68	c  82.7s| 74300 |  5011 |  1814k|  24.1 |    55M |  72 | 350 |2997 |   0 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.05%
82.41/82.77	c  82.8s| 74400 |  5043 |  1815k|  24.1 |    55M |  72 | 350 |2915 | 583 |  21k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.06%
82.51/82.84	c  82.8s| 74500 |  5061 |  1816k|  24.0 |    55M |  72 | 350 |2914 |   0 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.12%
82.61/82.91	c  82.9s| 74600 |  5070 |  1817k|  24.0 |    55M |  72 | 350 |2916 | 599 |  21k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.15%
82.61/82.99	c  83.0s| 74700 |  5068 |  1819k|  24.0 |    55M |  72 | 350 |2913 | 612 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.21%
82.72/83.06	c  83.1s| 74800 |  5076 |  1820k|  24.0 |    55M |  72 | 350 |2903 |   0 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.26%
82.82/83.13	c  83.1s| 74900 |  5087 |  1821k|  24.0 |    55M |  72 | 350 |2908 |   0 |  21k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.38%
82.90/83.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
82.90/83.20	c  83.2s| 75000 |  5083 |  1822k|  24.0 |    55M |  72 | 350 |2904 | 600 |  22k|  2 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.52%
82.90/83.28	c  83.3s| 75100 |  5101 |  1823k|  23.9 |    55M |  72 | 350 |2900 | 595 |  22k|  2 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.54%
83.00/83.36	c  83.4s| 75200 |  5109 |  1824k|  23.9 |    56M |  72 | 350 |2895 | 603 |  22k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.65%
83.10/83.44	c  83.4s| 75300 |  5093 |  1825k|  23.9 |    56M |  72 | 350 |2895 |   0 |  22k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.71%
83.20/83.52	c  83.5s| 75400 |  5097 |  1827k|  23.9 |    56M |  72 | 350 |2900 |   0 |  22k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.73%
83.20/83.59	c  83.6s| 75500 |  5081 |  1828k|  23.9 |    56M |  72 | 350 |2900 |   0 |  22k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.76%
83.30/83.66	c  83.7s| 75600 |  5063 |  1829k|  23.9 |    56M |  72 | 350 |2896 | 584 |  22k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.80%
83.40/83.73	c  83.7s| 75700 |  5057 |  1830k|  23.9 |    56M |  72 | 350 |2886 | 587 |  22k|  3 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.84%
83.50/83.80	c  83.8s| 75800 |  5051 |  1831k|  23.8 |    56M |  72 | 350 |2885 |   0 |  22k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.87%
83.50/83.88	c  83.9s| 75900 |  5039 |  1833k|  23.8 |    56M |  72 | 350 |2899 |   0 |  22k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  75.91%
83.60/83.94	c  83.9s| 76000 |  5033 |  1834k|  23.8 |    56M |  72 | 350 |2917 | 597 |  22k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.07%
83.71/84.02	c  84.0s| 76100 |  5034 |  1835k|  23.8 |    56M |  72 | 350 |2942 |   0 |  22k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.15%
83.71/84.08	c  84.1s| 76200 |  5046 |  1836k|  23.8 |    56M |  72 | 350 |2946 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.17%
83.81/84.15	c  84.2s| 76300 |  5033 |  1837k|  23.8 |    56M |  72 | 350 |2948 | 652 |  23k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.19%
83.90/84.26	c  84.3s| 76400 |  5023 |  1840k|  23.8 |    56M |  72 | 350 |2886 | 674 |  23k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.24%
84.00/84.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.00/84.34	c  84.3s| 76500 |  5026 |  1842k|  23.8 |    56M |  72 | 350 |2920 | 674 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.26%
84.10/84.41	c  84.4s| 76600 |  5021 |  1844k|  23.8 |    56M |  72 | 350 |2970 | 674 |  23k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.27%
84.20/84.50	c  84.5s| 76700 |  5003 |  1846k|  23.8 |    56M |  72 | 350 |2989 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.29%
84.30/84.65	c  84.7s| 76800 |  4999 |  1849k|  23.8 |    56M |  72 | 350 |2955 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.31%
84.50/84.84	c  84.8s| 76900 |  4995 |  1853k|  23.8 |    56M |  72 | 350 |2911 | 663 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.35%
84.60/84.95	c  84.9s| 77000 |  4984 |  1856k|  23.8 |    56M |  72 | 350 |2967 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.36%
84.71/85.04	c  85.0s| 77100 |  4977 |  1857k|  23.8 |    56M |  72 | 350 |2981 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.40%
84.81/85.12	c  85.1s| 77200 |  4990 |  1858k|  23.8 |    56M |  72 | 350 |2981 | 624 |  23k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.42%
84.81/85.18	c  85.2s| 77300 |  4980 |  1859k|  23.7 |    56M |  72 | 350 |2986 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.43%
84.90/85.29	c  85.3s| 77400 |  4955 |  1861k|  23.7 |    56M |  72 | 350 |2974 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.46%
85.10/85.46	c  85.5s| 77500 |  4960 |  1866k|  23.8 |    56M |  72 | 350 |3026 | 688 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.51%
85.20/85.57	c  85.6s| 77600 |  4929 |  1868k|  23.8 |    56M |  72 | 350 |3033 | 649 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.54%
85.30/85.65	c  85.7s| 77700 |  4918 |  1869k|  23.7 |    56M |  72 | 350 |3045 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.56%
85.40/85.79	c  85.8s| 77800 |  4892 |  1872k|  23.7 |    56M |  72 | 350 |3020 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.64%
85.59/85.90	c  85.9s| 77900 |  4882 |  1875k|  23.8 |    56M |  72 | 350 |2986 | 675 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.67%
85.59/85.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
85.59/85.99	c  86.0s| 78000 |  4870 |  1877k|  23.7 |    56M |  72 | 350 |2985 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.70%
85.81/86.12	c  86.1s| 78100 |  4845 |  1879k|  23.7 |    56M |  72 | 350 |2970 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.74%
85.89/86.22	c  86.2s| 78200 |  4836 |  1881k|  23.7 |    56M |  72 | 350 |2967 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.76%
85.89/86.29	c  86.3s| 78300 |  4832 |  1883k|  23.7 |    56M |  72 | 350 |2966 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.77%
86.09/86.40	c  86.4s| 78400 |  4843 |  1885k|  23.7 |    56M |  72 | 350 |2976 | 641 |  23k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.79%
86.09/86.47	c  86.5s| 78500 |  4857 |  1887k|  23.7 |    56M |  72 | 350 |3021 | 641 |  23k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.79%
86.19/86.58	c  86.6s| 78600 |  4834 |  1888k|  23.7 |    56M |  72 | 350 |3064 | 636 |  23k|  2 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.80%
86.29/86.66	c  86.7s| 78700 |  4837 |  1890k|  23.7 |    56M |  72 | 350 |3091 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.80%
86.39/86.79	c  86.8s| 78800 |  4823 |  1893k|  23.7 |    56M |  72 | 350 |3109 | 657 |  23k|  1 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.82%
86.49/86.89	c  86.9s| 78900 |  4823 |  1896k|  23.7 |    56M |  72 | 350 |3106 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.87%
86.59/86.98	c  87.0s| 79000 |  4818 |  1899k|  23.7 |    56M |  72 | 350 |3112 |   0 |  23k|  0 |  15k|  29 | 0.000000e+00 |      --      |    Inf |  76.90%
86.70/87.10	c  87.1s| 79100 |  4817 |  1902k|  23.7 |    56M |  72 | 350 |3102 | 642 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  76.92%
86.80/87.19	c  87.2s| 79200 |  4829 |  1903k|  23.7 |    56M |  72 | 350 |3129 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  76.93%
86.89/87.26	c  87.3s| 79300 |  4815 |  1904k|  23.7 |    56M |  72 | 350 |3135 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  76.96%
87.09/87.41	c  87.4s| 79400 |  4824 |  1908k|  23.7 |    56M |  72 | 350 |3152 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  76.98%
87.19/87.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
87.19/87.52	c  87.5s| 79500 |  4798 |  1910k|  23.7 |    56M |  72 | 350 |3160 | 635 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.00%
87.29/87.64	c  87.6s| 79600 |  4779 |  1913k|  23.7 |    56M |  72 | 350 |3119 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.03%
87.39/87.75	c  87.7s| 79700 |  4752 |  1915k|  23.7 |    56M |  72 | 350 |3100 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.05%
87.49/87.88	c  87.9s| 79800 |  4768 |  1919k|  23.7 |    56M |  72 | 350 |3084 | 657 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.09%
87.59/87.98	c  88.0s| 79900 |  4760 |  1922k|  23.8 |    56M |  72 | 350 |3090 | 657 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.12%
87.70/88.08	c  88.1s| 80000 |  4735 |  1925k|  23.8 |    56M |  72 | 350 |3100 | 665 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.20%
87.89/88.22	c  88.2s| 80100 |  4704 |  1927k|  23.7 |    56M |  72 | 350 |3075 | 675 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.22%
87.99/88.31	c  88.3s| 80200 |  4706 |  1929k|  23.7 |    56M |  72 | 350 |3072 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.23%
88.09/88.41	c  88.4s| 80300 |  4711 |  1931k|  23.7 |    56M |  72 | 350 |3060 | 675 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.24%
88.09/88.47	c  88.5s| 80400 |  4711 |  1932k|  23.7 |    56M |  72 | 350 |3060 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.26%
88.19/88.54	c  88.5s| 80500 |  4704 |  1933k|  23.7 |    56M |  72 | 350 |3077 | 654 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.28%
88.29/88.60	c  88.6s| 80600 |  4709 |  1935k|  23.7 |    56M |  72 | 350 |3072 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.30%
88.29/88.67	c  88.7s| 80700 |  4717 |  1936k|  23.7 |    56M |  72 | 350 |3055 | 648 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.33%
88.39/88.77	c  88.8s| 80800 |  4712 |  1938k|  23.7 |    56M |  72 | 350 |3060 | 626 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.37%
88.58/88.90	c  88.9s| 80900 |  4702 |  1941k|  23.7 |    56M |  72 | 350 |3110 | 649 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.38%
88.58/88.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
88.58/88.97	c  89.0s| 81000 |  4710 |  1943k|  23.7 |    56M |  72 | 350 |3106 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.39%
88.70/89.04	c  89.0s| 81100 |  4694 |  1944k|  23.7 |    56M |  72 | 350 |3114 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.41%
88.80/89.14	c  89.1s| 81200 |  4699 |  1945k|  23.7 |    56M |  72 | 350 |3146 | 608 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.41%
88.88/89.25	c  89.3s| 81300 |  4679 |  1947k|  23.7 |    56M |  72 | 350 |3160 | 668 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.43%
88.98/89.33	c  89.3s| 81400 |  4679 |  1949k|  23.7 |    56M |  72 | 350 |3142 | 673 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.45%
89.08/89.43	c  89.4s| 81500 |  4661 |  1951k|  23.6 |    56M |  72 | 350 |3119 | 682 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.49%
89.18/89.52	c  89.5s| 81600 |  4650 |  1953k|  23.6 |    56M |  72 | 350 |3115 | 678 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.53%
89.18/89.59	c  89.6s| 81700 |  4640 |  1954k|  23.6 |    56M |  72 | 350 |3109 | 645 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.54%
89.38/89.71	c  89.7s| 81800 |  4620 |  1956k|  23.6 |    56M |  72 | 350 |3115 | 684 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.64%
89.48/89.84	c  89.8s| 81900 |  4587 |  1958k|  23.6 |    56M |  72 | 350 |3099 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.73%
89.58/89.95	c  89.9s| 82000 |  4572 |  1960k|  23.6 |    56M |  72 | 350 |3069 | 675 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.81%
89.69/90.07	c  90.1s| 82100 |  4550 |  1963k|  23.6 |    56M |  72 | 350 |3086 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.89%
89.79/90.16	c  90.2s| 82200 |  4551 |  1965k|  23.6 |    56M |  72 | 350 |3062 |   0 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.90%
89.88/90.26	c  90.3s| 82300 |  4551 |  1967k|  23.6 |    56M |  72 | 350 |3033 | 669 |  23k|  0 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.91%
90.08/90.43	c  90.4s| 82400 |  4569 |  1971k|  23.6 |    56M |  72 | 350 |3078 | 669 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.93%
90.18/90.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.18/90.58	c  90.6s| 82500 |  4558 |  1974k|  23.6 |    56M |  72 | 350 |3153 | 669 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.93%
90.38/90.72	c  90.7s| 82600 |  4554 |  1978k|  23.6 |    56M |  72 | 350 |3212 | 669 |  23k|  1 |  16k|  29 | 0.000000e+00 |      --      |    Inf |  77.93%
90.48/90.85	c  90.8s| 82700 |  4537 |  1980k|  23.7 |    56M |  72 | 350 |3254 | 709 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  77.95%
90.58/90.97	c  91.0s| 82800 |  4516 |  1982k|  23.6 |    56M |  72 | 350 |3238 | 693 |  23k|  1 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  77.98%
90.69/91.09	c  91.1s| 82900 |  4499 |  1985k|  23.7 |    56M |  72 | 350 |3258 | 686 |  23k|  1 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.03%
90.88/91.21	c  91.2s| 83000 |  4514 |  1989k|  23.7 |    56M |  72 | 350 |3293 | 686 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.05%
90.88/91.29	c  91.3s| 83100 |  4501 |  1991k|  23.7 |    56M |  72 | 350 |3352 | 686 |  23k|  1 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.06%
90.98/91.39	c  91.4s| 83200 |  4488 |  1993k|  23.7 |    56M |  72 | 350 |3384 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.09%
91.18/91.50	c  91.5s| 83300 |  4488 |  1996k|  23.7 |    56M |  72 | 350 |3427 | 667 |  23k|  1 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.10%
91.28/91.61	c  91.6s| 83400 |  4476 |  1998k|  23.7 |    56M |  72 | 350 |3464 | 658 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.12%
91.28/91.67	c  91.7s| 83500 |  4479 |  1999k|  23.6 |    56M |  72 | 350 |3445 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.12%
91.37/91.77	c  91.8s| 83600 |  4458 |  2000k|  23.6 |    56M |  72 | 350 |3439 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.16%
91.47/91.89	c  91.9s| 83700 |  4447 |  2004k|  23.7 |    56M |  72 | 350 |3433 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.18%
91.57/91.99	c  92.0s| 83800 |  4437 |  2006k|  23.6 |    56M |  72 | 350 |3383 | 680 |  23k|  1 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.20%
91.69/92.09	c  92.1s| 83900 |  4425 |  2008k|  23.6 |    56M |  72 | 350 |3385 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.22%
91.87/92.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.87/92.22	c  92.2s| 84000 |  4414 |  2011k|  23.7 |    56M |  72 | 350 |3376 | 668 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.27%
91.97/92.34	c  92.3s| 84100 |  4380 |  2013k|  23.7 |    56M |  72 | 350 |3404 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.33%
92.07/92.49	c  92.5s| 84200 |  4378 |  2018k|  23.7 |    56M |  72 | 350 |3356 | 687 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.38%
92.27/92.61	c  92.6s| 84300 |  4361 |  2020k|  23.7 |    56M |  72 | 350 |3341 | 674 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.42%
92.37/92.72	c  92.7s| 84400 |  4349 |  2022k|  23.7 |    56M |  72 | 350 |3328 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.44%
92.47/92.82	c  92.8s| 84500 |  4336 |  2024k|  23.7 |    56M |  72 | 350 |3315 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.48%
92.57/92.92	c  92.9s| 84600 |  4328 |  2026k|  23.7 |    56M |  72 | 350 |3301 | 672 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.51%
92.68/93.03	c  93.0s| 84700 |  4337 |  2028k|  23.7 |    56M |  72 | 350 |3352 | 653 |  23k|  1 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.52%
92.78/93.14	c  93.1s| 84800 |  4332 |  2030k|  23.7 |    56M |  72 | 350 |3395 | 667 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.54%
92.87/93.20	c  93.2s| 84900 |  4330 |  2031k|  23.6 |    56M |  72 | 350 |3406 | 614 |  23k|  1 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.55%
92.97/93.30	c  93.3s| 85000 |  4328 |  2033k|  23.6 |    56M |  72 | 350 |3465 | 626 |  23k|  1 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.56%
92.97/93.38	c  93.4s| 85100 |  4322 |  2034k|  23.6 |    56M |  72 | 350 |3493 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.57%
93.07/93.46	c  93.5s| 85200 |  4312 |  2036k|  23.6 |    56M |  72 | 350 |3483 |   0 |  23k|  0 |  17k|  29 | 0.000000e+00 |      --      |    Inf |  78.60%
93.17/93.54	c  93.5s| 85300 |  4300 |  2038k|  23.6 |    56M |  72 | 350 |3469 | 662 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.62%
93.27/93.63	c  93.6s| 85400 |  4294 |  2039k|  23.6 |    56M |  72 | 350 |3495 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.64%
93.37/93.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
93.37/93.74	c  93.7s| 85500 |  4289 |  2041k|  23.6 |    56M |  72 | 350 |3492 | 656 |  23k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.66%
93.47/93.82	c  93.8s| 85600 |  4291 |  2043k|  23.6 |    56M |  72 | 350 |3512 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.71%
93.57/93.90	c  93.9s| 85700 |  4293 |  2045k|  23.6 |    56M |  72 | 350 |3511 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.73%
93.68/94.01	c  94.0s| 85800 |  4277 |  2047k|  23.6 |    56M |  72 | 350 |3505 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.76%
93.78/94.16	c  94.2s| 85900 |  4269 |  2051k|  23.6 |    56M |  72 | 350 |3506 | 690 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.81%
93.87/94.24	c  94.2s| 86000 |  4274 |  2053k|  23.6 |    56M |  72 | 350 |3524 | 675 |  23k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.85%
93.97/94.30	c  94.3s| 86100 |  4276 |  2054k|  23.6 |    56M |  72 | 350 |3520 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.87%
93.97/94.38	c  94.4s| 86200 |  4271 |  2056k|  23.6 |    56M |  72 | 350 |3524 | 655 |  23k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.89%
94.07/94.49	c  94.5s| 86300 |  4270 |  2059k|  23.6 |    56M |  72 | 350 |3539 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.91%
94.16/94.58	c  94.6s| 86400 |  4266 |  2061k|  23.6 |    56M |  72 | 350 |3522 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.93%
94.26/94.64	c  94.6s| 86500 |  4262 |  2062k|  23.6 |    56M |  72 | 350 |3532 | 671 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.96%
94.36/94.71	c  94.7s| 86600 |  4255 |  2063k|  23.5 |    56M |  72 | 350 |3532 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  78.99%
94.46/94.83	c  94.8s| 86700 |  4238 |  2066k|  23.5 |    56M |  72 | 350 |3483 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.03%
94.56/94.92	c  94.9s| 86800 |  4231 |  2068k|  23.5 |    56M |  72 | 350 |3472 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.06%
94.68/95.03	c  95.0s| 86900 |  4226 |  2070k|  23.5 |    56M |  72 | 350 |3435 | 685 |  23k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.08%
94.68/95.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
94.68/95.11	c  95.1s| 87000 |  4228 |  2073k|  23.5 |    56M |  72 | 350 |3439 | 685 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.11%
94.78/95.17	c  95.2s| 87100 |  4214 |  2074k|  23.5 |    56M |  72 | 350 |3444 |   0 |  23k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.12%
94.86/95.29	c  95.3s| 87200 |  4197 |  2077k|  23.5 |    56M |  72 | 350 |3443 | 668 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.14%
95.06/95.42	c  95.4s| 87300 |  4182 |  2079k|  23.5 |    56M |  72 | 350 |3438 | 694 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.16%
95.16/95.56	c  95.6s| 87400 |  4191 |  2083k|  23.6 |    56M |  72 | 350 |3419 | 673 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.20%
95.26/95.66	c  95.7s| 87500 |  4185 |  2086k|  23.6 |    56M |  72 | 350 |3430 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.21%
95.36/95.77	c  95.8s| 87600 |  4177 |  2088k|  23.6 |    56M |  72 | 350 |3383 | 683 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.25%
95.46/95.88	c  95.9s| 87700 |  4194 |  2091k|  23.6 |    56M |  72 | 350 |3372 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.27%
95.67/96.02	c  96.0s| 87800 |  4216 |  2094k|  23.6 |    56M |  72 | 350 |3368 | 684 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.30%
95.77/96.14	c  96.1s| 87900 |  4230 |  2097k|  23.6 |    56M |  72 | 350 |3368 | 683 |  24k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.44%
95.96/96.31	c  96.3s| 88000 |  4258 |  2101k|  23.6 |    56M |  72 | 350 |3365 | 684 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.52%
96.06/96.42	c  96.4s| 88100 |  4252 |  2104k|  23.6 |    56M |  72 | 350 |3364 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.65%
96.16/96.56	c  96.6s| 88200 |  4254 |  2107k|  23.6 |    56M |  72 | 350 |3363 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.77%
96.36/96.71	c  96.7s| 88300 |  4300 |  2111k|  23.6 |    56M |  72 | 350 |3356 | 683 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.86%
96.46/96.81	c  96.8s| 88400 |  4308 |  2113k|  23.6 |    56M |  72 | 350 |3356 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.91%
96.56/96.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
96.56/96.92	c  96.9s| 88500 |  4308 |  2115k|  23.6 |    56M |  72 | 350 |3361 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  79.99%
96.67/97.06	c  97.1s| 88600 |  4316 |  2119k|  23.6 |    56M |  72 | 350 |3361 | 687 |  24k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.05%
96.77/97.18	c  97.2s| 88700 |  4325 |  2122k|  23.6 |    56M |  72 | 350 |3377 | 683 |  24k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.10%
96.86/97.29	c  97.3s| 88800 |  4321 |  2124k|  23.6 |    56M |  72 | 350 |3377 | 685 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.15%
97.05/97.42	c  97.4s| 88900 |  4321 |  2128k|  23.7 |    56M |  72 | 350 |3387 | 688 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.19%
97.25/97.64	c  97.6s| 89000 |  4317 |  2132k|  23.7 |    56M |  72 | 350 |3395 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.23%
97.45/97.80	c  97.8s| 89100 |  4341 |  2136k|  23.7 |    56M |  72 | 350 |3395 | 683 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.26%
97.45/97.89	c  97.9s| 89200 |  4345 |  2139k|  23.7 |    56M |  72 | 350 |3395 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.30%
97.55/97.99	c  98.0s| 89300 |  4333 |  2141k|  23.7 |    56M |  72 | 350 |3403 | 686 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.54%
97.66/98.09	c  98.1s| 89400 |  4324 |  2143k|  23.7 |    56M |  72 | 350 |3418 | 683 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.66%
97.76/98.19	c  98.2s| 89500 |  4314 |  2145k|  23.7 |    56M |  72 | 350 |3449 | 683 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.80%
97.85/98.29	c  98.3s| 89600 |  4330 |  2147k|  23.7 |    56M |  72 | 350 |3452 | 682 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.82%
97.95/98.39	c  98.4s| 89700 |  4324 |  2150k|  23.7 |    56M |  72 | 350 |3460 | 683 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.84%
98.15/98.53	c  98.5s| 89800 |  4341 |  2152k|  23.7 |    56M |  72 | 350 |3472 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  80.90%
98.25/98.63	c  98.6s| 89900 |  4333 |  2154k|  23.7 |    56M |  72 | 350 |3472 | 684 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.04%
98.45/98.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.45/98.82	c  98.8s| 90000 |  4325 |  2158k|  23.7 |    56M |  72 | 350 |3492 | 686 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.19%
98.55/98.92	c  98.9s| 90100 |  4311 |  2160k|  23.7 |    56M |  72 | 350 |3498 | 687 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.24%
98.66/99.03	c  99.0s| 90200 |  4317 |  2163k|  23.7 |    56M |  72 | 350 |3501 | 684 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.27%
98.76/99.12	c  99.1s| 90300 |  4319 |  2165k|  23.7 |    56M |  72 | 350 |3506 | 682 |  24k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.29%
98.85/99.23	c  99.2s| 90400 |  4313 |  2167k|  23.7 |    56M |  72 | 350 |3506 | 682 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.34%
98.95/99.33	c  99.3s| 90500 |  4319 |  2169k|  23.7 |    56M |  72 | 350 |3516 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.42%
99.05/99.46	c  99.5s| 90600 |  4304 |  2172k|  23.7 |    56M |  72 | 350 |3536 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.49%
99.25/99.63	c  99.6s| 90700 |  4297 |  2176k|  23.7 |    56M |  72 | 350 |3544 | 682 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.56%
99.35/99.73	c  99.7s| 90800 |  4272 |  2177k|  23.7 |    56M |  72 | 350 |3547 | 698 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.69%
99.55/99.94	c  99.9s| 90900 |  4312 |  2183k|  23.8 |    57M |  72 | 350 |3548 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.74%
99.66/100.07	c   100s| 91000 |  4326 |  2187k|  23.8 |    57M |  72 | 350 |3545 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.79%
99.85/100.22	c   100s| 91100 |  4332 |  2191k|  23.8 |    57M |  72 | 350 |3544 | 702 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.89%
99.94/100.37	c   100s| 91200 |  4354 |  2195k|  23.8 |    57M |  72 | 350 |3550 | 700 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  81.96%
100.04/100.46	c   100s| 91300 |  4356 |  2198k|  23.8 |    57M |  72 | 350 |3550 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.02%
100.24/100.65	c   101s| 91400 |  4376 |  2203k|  23.8 |    57M |  72 | 350 |3561 | 701 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.13%
100.34/100.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.34/100.78	c   101s| 91500 |  4393 |  2206k|  23.8 |    57M |  72 | 350 |3571 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.18%
100.54/100.91	c   101s| 91600 |  4403 |  2209k|  23.9 |    57M |  72 | 350 |3574 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.25%
100.65/101.03	c   101s| 91700 |  4401 |  2212k|  23.9 |    57M |  72 | 350 |3573 | 702 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.33%
100.75/101.11	c   101s| 91800 |  4384 |  2214k|  23.8 |    57M |  72 | 350 |3575 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.42%
100.84/101.27	c   101s| 91900 |  4396 |  2219k|  23.9 |    57M |  72 | 350 |3572 | 703 |  24k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.50%
100.94/101.37	c   101s| 92000 |  4402 |  2221k|  23.9 |    57M |  72 | 350 |3570 | 708 |  24k|  2 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.57%
101.34/101.72	c   102s| 92100 |  4432 |  2229k|  23.9 |    57M |  72 | 350 |3566 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.61%
101.44/101.89	c   102s| 92200 |  4430 |  2232k|  23.9 |    57M |  72 | 350 |3564 | 704 |  24k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.69%
101.65/102.01	c   102s| 92300 |  4430 |  2236k|  24.0 |    57M |  72 | 350 |3564 | 705 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.76%
101.75/102.13	c   102s| 92400 |  4421 |  2239k|  24.0 |    57M |  72 | 350 |3574 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.82%
101.84/102.24	c   102s| 92500 |  4421 |  2241k|  24.0 |    57M |  72 | 350 |3585 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.87%
102.04/102.43	c   102s| 92600 |  4423 |  2245k|  24.0 |    57M |  72 | 350 |3584 | 698 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  82.96%
102.24/102.61	c   103s| 92700 |  4416 |  2249k|  24.0 |    57M |  72 | 350 |3584 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.03%
102.34/102.70	c   103s| 92800 |  4421 |  2251k|  24.0 |    58M |  72 | 350 |3624 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.18%
102.44/102.82	c   103s| 92900 |  4420 |  2254k|  24.0 |    58M |  72 | 350 |3670 | 706 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.21%
102.54/102.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.54/102.95	c   103s| 93000 |  4416 |  2257k|  24.0 |    58M |  72 | 350 |3700 | 711 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.27%
102.65/103.10	c   103s| 93100 |  4424 |  2261k|  24.0 |    58M |  72 | 350 |3700 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.32%
102.83/103.21	c   103s| 93200 |  4436 |  2264k|  24.0 |    58M |  72 | 350 |3711 | 698 |  24k|  1 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.38%
102.93/103.35	c   103s| 93300 |  4429 |  2268k|  24.0 |    58M |  72 | 350 |3720 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.45%
103.03/103.47	c   103s| 93400 |  4431 |  2272k|  24.1 |    58M |  72 | 350 |3720 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.52%
103.13/103.59	c   104s| 93500 |  4419 |  2274k|  24.1 |    58M |  72 | 350 |3725 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.58%
103.33/103.74	c   104s| 93600 |  4403 |  2277k|  24.1 |    58M |  72 | 350 |3742 |   0 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.70%
103.53/103.90	c   104s| 93700 |  4386 |  2280k|  24.1 |    58M |  72 | 350 |3770 | 687 |  24k|  0 |  18k|  29 | 0.000000e+00 |      --      |    Inf |  83.75%
103.64/104.03	c   104s| 93800 |  4380 |  2283k|  24.1 |    58M |  72 | 350 |3779 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  83.85%
103.74/104.13	c   104s| 93900 |  4392 |  2285k|  24.1 |    58M |  72 | 350 |3782 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  83.88%
103.83/104.21	c   104s| 94000 |  4376 |  2286k|  24.1 |    58M |  72 | 350 |3794 | 700 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  83.92%
104.03/104.43	c   104s| 94100 |  4359 |  2290k|  24.1 |    58M |  72 | 350 |3795 | 665 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.05%
104.13/104.53	c   105s| 94200 |  4347 |  2293k|  24.1 |    58M |  72 | 350 |3801 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.07%
104.23/104.64	c   105s| 94300 |  4351 |  2296k|  24.1 |    58M |  72 | 350 |3786 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.09%
104.33/104.75	c   105s| 94400 |  4325 |  2298k|  24.1 |    58M |  72 | 350 |3806 | 641 |  24k|  1 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.14%
104.43/104.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
104.43/104.88	c   105s| 94500 |  4331 |  2301k|  24.1 |    58M |  72 | 350 |3786 | 649 |  24k|  1 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.19%
104.53/104.96	c   105s| 94600 |  4327 |  2303k|  24.1 |    58M |  72 | 350 |3783 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.21%
104.64/105.07	c   105s| 94700 |  4323 |  2305k|  24.1 |    58M |  72 | 350 |3786 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.24%
104.74/105.19	c   105s| 94800 |  4327 |  2308k|  24.1 |    58M |  72 | 350 |3775 | 681 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.28%
104.93/105.31	c   105s| 94900 |  4308 |  2310k|  24.1 |    58M |  72 | 350 |3790 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.31%
105.03/105.45	c   105s| 95000 |  4276 |  2313k|  24.1 |    58M |  72 | 350 |3782 | 628 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.35%
105.23/105.60	c   106s| 95100 |  4263 |  2316k|  24.1 |    58M |  72 | 350 |3753 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.38%
105.32/105.71	c   106s| 95200 |  4250 |  2318k|  24.1 |    58M |  72 | 350 |3744 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.46%
105.42/105.84	c   106s| 95300 |  4255 |  2321k|  24.1 |    58M |  72 | 350 |3744 | 690 |  24k|  1 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.48%
105.52/105.99	c   106s| 95400 |  4226 |  2324k|  24.1 |    58M |  72 | 350 |3752 | 650 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.54%
105.74/106.11	c   106s| 95500 |  4215 |  2327k|  24.1 |    58M |  72 | 350 |3745 | 638 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.58%
105.82/106.20	c   106s| 95600 |  4196 |  2329k|  24.1 |    58M |  72 | 350 |3749 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.64%
105.92/106.38	c   106s| 95700 |  4192 |  2333k|  24.1 |    58M |  72 | 350 |3731 | 667 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.72%
106.02/106.49	c   106s| 95800 |  4203 |  2335k|  24.1 |    58M |  72 | 350 |3733 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.80%
106.12/106.59	c   107s| 95900 |  4190 |  2337k|  24.1 |    58M |  72 | 350 |3788 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.85%
106.32/106.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.32/106.72	c   107s| 96000 |  4176 |  2340k|  24.1 |    58M |  72 | 350 |3759 | 698 |  24k|  1 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.92%
106.42/106.86	c   107s| 96100 |  4165 |  2343k|  24.1 |    58M |  72 | 350 |3756 | 671 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  84.98%
106.52/106.99	c   107s| 96200 |  4151 |  2345k|  24.1 |    58M |  72 | 350 |3739 | 668 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.02%
106.73/107.14	c   107s| 96300 |  4140 |  2349k|  24.1 |    58M |  72 | 350 |3763 | 721 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.06%
106.82/107.25	c   107s| 96400 |  4137 |  2351k|  24.1 |    58M |  72 | 350 |3813 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.08%
106.92/107.36	c   107s| 96500 |  4128 |  2354k|  24.1 |    58M |  72 | 350 |3838 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.10%
107.02/107.49	c   107s| 96600 |  4132 |  2359k|  24.2 |    58M |  72 | 350 |3853 | 678 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.12%
107.22/107.64	c   108s| 96700 |  4133 |  2363k|  24.2 |    58M |  72 | 350 |3904 | 678 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.13%
107.32/107.76	c   108s| 96800 |  4107 |  2366k|  24.2 |    58M |  72 | 350 |3939 | 591 |  24k|  2 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.29%
107.42/107.84	c   108s| 96900 |  4130 |  2367k|  24.2 |    58M |  72 | 350 |3934 | 603 |  24k|  2 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.30%
107.52/107.94	c   108s| 97000 |  4124 |  2369k|  24.2 |    58M |  72 | 350 |3928 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.30%
107.63/108.03	c   108s| 97100 |  4122 |  2371k|  24.2 |    58M |  72 | 350 |3925 | 601 |  24k|  1 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.31%
107.73/108.12	c   108s| 97200 |  4122 |  2373k|  24.2 |    58M |  72 | 350 |3924 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.31%
107.73/108.19	c   108s| 97300 |  4120 |  2375k|  24.2 |    58M |  72 | 350 |3924 | 618 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.32%
107.82/108.27	c   108s| 97400 |  4116 |  2377k|  24.2 |    58M |  72 | 350 |3937 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.33%
107.92/108.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
107.92/108.38	c   108s| 97500 |  4113 |  2379k|  24.2 |    58M |  72 | 350 |3940 | 622 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.42%
108.02/108.46	c   108s| 97600 |  4110 |  2381k|  24.1 |    58M |  72 | 350 |3892 |   0 |  24k|  0 |  19k|  29 | 0.000000e+00 |      --      |    Inf |  85.46%
108.12/108.54	c   109s| 97700 |  4121 |  2384k|  24.1 |    58M |  72 | 350 |3878 | 661 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  85.48%
108.22/108.62	c   109s| 97800 |  4136 |  2385k|  24.1 |    58M |  72 | 350 |3847 | 660 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  85.80%
108.31/108.72	c   109s| 97900 |  4156 |  2388k|  24.1 |    58M |  72 | 350 |3846 | 660 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.00%
108.41/108.81	c   109s| 98000 |  4168 |  2391k|  24.2 |    58M |  72 | 350 |3846 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.02%
108.41/108.89	c   109s| 98100 |  4170 |  2394k|  24.1 |    58M |  72 | 350 |3846 | 664 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.06%
108.51/108.97	c   109s| 98200 |  4172 |  2396k|  24.1 |    58M |  72 | 350 |3846 | 660 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.08%
108.63/109.07	c   109s| 98300 |  4170 |  2399k|  24.1 |    58M |  72 | 350 |3843 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.17%
108.73/109.18	c   109s| 98400 |  4214 |  2404k|  24.2 |    58M |  72 | 350 |3835 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.19%
108.81/109.28	c   109s| 98500 |  4230 |  2408k|  24.2 |    58M |  72 | 350 |3824 | 669 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.23%
108.91/109.38	c   109s| 98600 |  4252 |  2412k|  24.2 |    58M |  72 | 350 |3818 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.31%
109.01/109.47	c   109s| 98700 |  4276 |  2416k|  24.2 |    58M |  72 | 350 |3814 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.54%
109.11/109.59	c   110s| 98800 |  4280 |  2420k|  24.2 |    58M |  72 | 350 |3813 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.64%
109.21/109.69	c   110s| 98900 |  4288 |  2423k|  24.2 |    58M |  72 | 350 |3809 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.67%
109.31/109.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
109.31/109.79	c   110s| 99000 |  4298 |  2427k|  24.3 |    58M |  72 | 350 |3808 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.71%
109.41/109.89	c   110s| 99100 |  4300 |  2431k|  24.3 |    58M |  72 | 350 |3807 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.77%
109.51/109.99	c   110s| 99200 |  4302 |  2435k|  24.3 |    58M |  72 | 350 |3804 | 667 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.86%
109.62/110.08	c   110s| 99300 |  4307 |  2438k|  24.3 |    58M |  72 | 350 |3809 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.90%
109.72/110.16	c   110s| 99400 |  4307 |  2441k|  24.3 |    58M |  72 | 350 |3809 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.94%
109.81/110.26	c   110s| 99500 |  4320 |  2445k|  24.3 |    58M |  72 | 350 |3812 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  86.98%
109.91/110.35	c   110s| 99600 |  4336 |  2447k|  24.3 |    58M |  72 | 350 |3803 | 668 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.03%
110.01/110.43	c   110s| 99700 |  4352 |  2451k|  24.3 |    58M |  72 | 350 |3801 | 668 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.08%
110.11/110.52	c   111s| 99800 |  4350 |  2455k|  24.4 |    58M |  72 | 350 |3801 | 668 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.11%
110.21/110.61	c   111s| 99900 |  4354 |  2459k|  24.4 |    58M |  72 | 350 |3803 | 656 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.36%
110.21/110.69	c   111s|100000 |  4354 |  2462k|  24.4 |    58M |  72 | 350 |3803 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.43%
110.31/110.78	c   111s|100100 |  4332 |  2464k|  24.4 |    58M |  72 | 350 |3802 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.48%
110.41/110.87	c   111s|100200 |  4330 |  2466k|  24.4 |    58M |  72 | 350 |3800 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.55%
110.51/110.95	c   111s|100300 |  4332 |  2469k|  24.4 |    58M |  72 | 350 |3798 | 671 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.62%
110.62/111.01	c   111s|100400 |  4332 |  2470k|  24.4 |    58M |  72 | 350 |3790 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.65%
110.62/111.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
110.62/111.09	c   111s|100500 |  4332 |  2473k|  24.4 |    58M |  72 | 350 |3790 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.68%
110.72/111.18	c   111s|100600 |  4324 |  2476k|  24.4 |    58M |  72 | 350 |3796 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.77%
110.81/111.28	c   111s|100700 |  4310 |  2479k|  24.4 |    58M |  72 | 350 |3793 | 666 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.84%
110.91/111.39	c   111s|100800 |  4306 |  2482k|  24.4 |    58M |  72 | 350 |3790 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.89%
111.01/111.46	c   111s|100900 |  4310 |  2484k|  24.4 |    58M |  72 | 350 |3801 | 659 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  87.93%
111.11/111.53	c   112s|101000 |  4302 |  2486k|  24.4 |    58M |  72 | 350 |3811 | 664 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.00%
111.20/111.64	c   112s|101100 |  4283 |  2489k|  24.4 |    58M |  72 | 350 |3810 | 672 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.04%
111.30/111.73	c   112s|101200 |  4255 |  2491k|  24.4 |    58M |  72 | 350 |3810 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.09%
111.40/111.82	c   112s|101300 |  4248 |  2493k|  24.4 |    58M |  72 | 350 |3809 | 659 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.11%
111.50/111.91	c   112s|101400 |  4241 |  2496k|  24.4 |    58M |  72 | 350 |3809 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.20%
111.50/111.97	c   112s|101500 |  4232 |  2497k|  24.4 |    58M |  72 | 350 |3831 | 648 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.26%
111.72/112.11	c   112s|101600 |  4224 |  2500k|  24.4 |    58M |  72 | 350 |3790 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.35%
111.80/112.22	c   112s|101700 |  4220 |  2503k|  24.4 |    58M |  72 | 350 |3779 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.41%
111.90/112.33	c   112s|101800 |  4197 |  2505k|  24.4 |    58M |  72 | 350 |3761 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.44%
112.00/112.47	c   112s|101900 |  4197 |  2508k|  24.4 |    58M |  72 | 350 |3730 | 662 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.53%
112.10/112.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
112.10/112.60	c   113s|102000 |  4183 |  2511k|  24.4 |    58M |  72 | 350 |3726 | 717 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.58%
112.30/112.70	c   113s|102100 |  4171 |  2514k|  24.4 |    58M |  72 | 350 |3725 | 683 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.61%
112.40/112.84	c   113s|102200 |  4187 |  2517k|  24.4 |    58M |  72 | 350 |3687 | 668 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.63%
112.50/112.93	c   113s|102300 |  4187 |  2519k|  24.4 |    58M |  72 | 350 |3701 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.65%
112.61/113.03	c   113s|102400 |  4167 |  2521k|  24.4 |    58M |  72 | 350 |3711 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.66%
112.71/113.15	c   113s|102500 |  4159 |  2524k|  24.4 |    58M |  72 | 350 |3712 | 744 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.70%
112.80/113.24	c   113s|102600 |  4143 |  2525k|  24.4 |    58M |  72 | 350 |3734 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.72%
112.90/113.35	c   113s|102700 |  4125 |  2527k|  24.4 |    58M |  72 | 350 |3729 | 643 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.75%
113.00/113.46	c   113s|102800 |  4110 |  2529k|  24.4 |    58M |  72 | 350 |3750 | 699 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.76%
113.10/113.55	c   114s|102900 |  4103 |  2532k|  24.4 |    58M |  72 | 350 |3768 | 673 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.78%
113.20/113.67	c   114s|103000 |  4074 |  2534k|  24.4 |    58M |  72 | 350 |3730 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.81%
113.30/113.78	c   114s|103100 |  4062 |  2536k|  24.4 |    58M |  72 | 350 |3720 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.85%
113.40/113.88	c   114s|103200 |  4053 |  2538k|  24.4 |    58M |  72 | 350 |3716 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.92%
113.50/113.95	c   114s|103300 |  4055 |  2539k|  24.3 |    58M |  72 | 350 |3706 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  88.96%
113.61/114.05	c   114s|103400 |  4047 |  2541k|  24.3 |    58M |  72 | 350 |3709 | 665 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.00%
113.71/114.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
113.71/114.17	c   114s|103500 |  4047 |  2544k|  24.3 |    58M |  72 | 350 |3726 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.02%
113.80/114.27	c   114s|103600 |  4040 |  2546k|  24.3 |    58M |  72 | 350 |3762 | 671 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.04%
113.90/114.38	c   114s|103700 |  4023 |  2548k|  24.3 |    58M |  72 | 350 |3757 | 690 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.15%
114.09/114.51	c   115s|103800 |  4000 |  2550k|  24.3 |    58M |  72 | 350 |3756 | 669 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.18%
114.19/114.61	c   115s|103900 |  3979 |  2552k|  24.3 |    58M |  72 | 350 |3741 | 669 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.22%
114.19/114.69	c   115s|104000 |  3972 |  2553k|  24.3 |    58M |  72 | 350 |3747 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.28%
114.39/114.81	c   115s|104100 |  3942 |  2555k|  24.3 |    58M |  72 | 350 |3757 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.32%
114.49/114.93	c   115s|104200 |  3935 |  2558k|  24.3 |    58M |  72 | 350 |3757 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.35%
114.60/115.05	c   115s|104300 |  3937 |  2561k|  24.3 |    58M |  72 | 350 |3799 | 646 |  24k|  1 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.36%
114.71/115.17	c   115s|104400 |  3920 |  2563k|  24.3 |    58M |  72 | 350 |3805 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.41%
114.79/115.27	c   115s|104500 |  3906 |  2565k|  24.3 |    58M |  72 | 350 |3828 |   0 |  24k|  0 |  20k|  29 | 0.000000e+00 |      --      |    Inf |  89.44%
114.99/115.43	c   115s|104600 |  3908 |  2569k|  24.3 |    58M |  72 | 350 |3787 | 678 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.48%
115.19/115.68	c   116s|104700 |  3917 |  2575k|  24.4 |    58M |  72 | 350 |3771 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.50%
115.39/115.81	c   116s|104800 |  3907 |  2578k|  24.4 |    58M |  72 | 350 |3752 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.53%
115.49/115.94	c   116s|104900 |  3916 |  2581k|  24.4 |    58M |  72 | 350 |3766 | 672 |  24k|  1 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.56%
115.60/116.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.60/116.03	c   116s|105000 |  3898 |  2582k|  24.4 |    58M |  72 | 350 |3766 | 678 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.60%
115.70/116.14	c   116s|105100 |  3886 |  2584k|  24.3 |    58M |  72 | 350 |3794 | 711 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.61%
115.79/116.23	c   116s|105200 |  3880 |  2586k|  24.3 |    58M |  72 | 350 |3784 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.64%
115.89/116.32	c   116s|105300 |  3869 |  2587k|  24.3 |    58M |  72 | 350 |3796 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.70%
115.99/116.47	c   116s|105400 |  3846 |  2590k|  24.3 |    58M |  72 | 350 |3796 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.73%
116.19/116.61	c   117s|105500 |  3848 |  2595k|  24.4 |    58M |  72 | 350 |3795 | 665 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.80%
116.29/116.74	c   117s|105600 |  3841 |  2598k|  24.4 |    58M |  72 | 350 |3827 | 672 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.81%
116.39/116.86	c   117s|105700 |  3820 |  2601k|  24.4 |    58M |  72 | 350 |3828 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.84%
116.49/116.99	c   117s|105800 |  3817 |  2603k|  24.4 |    58M |  72 | 350 |3834 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.85%
116.70/117.11	c   117s|105900 |  3800 |  2606k|  24.4 |    58M |  72 | 350 |3867 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.88%
116.79/117.21	c   117s|106000 |  3801 |  2608k|  24.4 |    58M |  72 | 350 |3839 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.90%
116.79/117.29	c   117s|106100 |  3791 |  2610k|  24.4 |    58M |  72 | 350 |3848 |   0 |  24k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.91%
116.98/117.40	c   117s|106200 |  3766 |  2611k|  24.4 |    58M |  72 | 350 |3833 | 686 |  25k|  1 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.93%
117.08/117.51	c   118s|106300 |  3738 |  2613k|  24.3 |    58M |  72 | 350 |3847 |   0 |  25k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  89.96%
117.18/117.66	c   118s|106400 |  3725 |  2617k|  24.4 |    58M |  72 | 350 |3820 | 677 |  25k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.01%
117.38/117.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
117.38/117.80	c   118s|106500 |  3697 |  2619k|  24.4 |    58M |  72 | 350 |3822 |   0 |  25k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.04%
117.48/117.91	c   118s|106600 |  3687 |  2621k|  24.4 |    58M |  72 | 350 |3831 | 700 |  25k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.08%
117.59/118.04	c   118s|106700 |  3675 |  2624k|  24.4 |    58M |  72 | 350 |3830 | 667 |  25k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.12%
117.69/118.16	c   118s|106800 |  3675 |  2627k|  24.4 |    58M |  72 | 350 |3817 | 666 |  25k|  1 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.16%
117.78/118.29	c   118s|106900 |  3663 |  2630k|  24.4 |    58M |  72 | 350 |3832 |   0 |  25k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.19%
117.98/118.40	c   118s|107000 |  3653 |  2632k|  24.4 |    58M |  72 | 350 |3836 |   0 |  25k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.21%
118.08/118.52	c   119s|107100 |  3653 |  2634k|  24.4 |    59M |  72 | 350 |3897 | 656 |  25k|  1 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.24%
118.18/118.69	c   119s|107200 |  3655 |  2639k|  24.4 |    59M |  72 | 350 |3955 | 656 |  25k|  1 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.25%
118.38/118.82	c   119s|107300 |  3657 |  2642k|  24.4 |    59M |  72 | 350 |4014 |   0 |  25k|  0 |  21k|  29 | 0.000000e+00 |      --      |    Inf |  90.25%
118.48/118.94	c   119s|107400 |  3642 |  2644k|  24.4 |    59M |  72 | 350 |4077 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.26%
118.59/119.06	c   119s|107500 |  3644 |  2647k|  24.4 |    59M |  72 | 350 |4058 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.27%
118.69/119.13	c   119s|107600 |  3639 |  2648k|  24.4 |    59M |  72 | 350 |4055 | 691 |  25k|  1 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.29%
118.69/119.19	c   119s|107700 |  3635 |  2649k|  24.4 |    59M |  72 | 350 |4041 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.32%
118.78/119.27	c   119s|107800 |  3618 |  2650k|  24.4 |    59M |  72 | 350 |4047 | 670 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.34%
118.98/119.40	c   119s|107900 |  3595 |  2653k|  24.4 |    59M |  72 | 350 |4033 | 746 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.37%
119.08/119.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.08/119.55	c   120s|108000 |  3575 |  2656k|  24.4 |    59M |  72 | 350 |4031 | 668 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.39%
119.18/119.66	c   120s|108100 |  3577 |  2659k|  24.4 |    59M |  72 | 350 |4021 | 709 |  25k|  1 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.43%
119.28/119.78	c   120s|108200 |  3557 |  2661k|  24.4 |    59M |  72 | 350 |4015 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.48%
119.48/119.91	c   120s|108300 |  3530 |  2663k|  24.4 |    59M |  72 | 350 |3997 | 619 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.51%
119.59/120.04	c   120s|108400 |  3503 |  2665k|  24.4 |    59M |  72 | 350 |3987 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.54%
119.69/120.17	c   120s|108500 |  3489 |  2668k|  24.4 |    59M |  72 | 350 |3969 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.57%
119.87/120.30	c   120s|108600 |  3465 |  2670k|  24.4 |    59M |  72 | 350 |3958 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.62%
119.97/120.43	c   120s|108700 |  3438 |  2672k|  24.4 |    59M |  72 | 350 |3931 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.65%
120.07/120.57	c   121s|108800 |  3449 |  2677k|  24.4 |    59M |  72 | 350 |3904 | 685 |  25k|  1 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.71%
120.17/120.68	c   121s|108900 |  3447 |  2681k|  24.4 |    59M |  72 | 350 |3904 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.77%
120.37/120.80	c   121s|109000 |  3434 |  2684k|  24.4 |    59M |  72 | 350 |3910 | 674 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.84%
120.47/120.91	c   121s|109100 |  3424 |  2686k|  24.4 |    59M |  72 | 350 |3918 | 703 |  25k|  1 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.86%
120.58/121.05	c   121s|109200 |  3407 |  2689k|  24.4 |    59M |  72 | 350 |3924 | 678 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.90%
120.68/121.16	c   121s|109300 |  3403 |  2691k|  24.4 |    59M |  72 | 350 |3962 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.94%
120.77/121.27	c   121s|109400 |  3388 |  2693k|  24.4 |    59M |  72 | 350 |3968 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.97%
120.87/121.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.87/121.35	c   121s|109500 |  3395 |  2694k|  24.4 |    59M |  72 | 350 |3964 | 627 |  25k|  1 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  90.98%
120.97/121.43	c   121s|109600 |  3399 |  2696k|  24.4 |    59M |  72 | 350 |3966 | 626 |  25k|  1 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.00%
121.07/121.50	c   121s|109700 |  3389 |  2698k|  24.4 |    59M |  72 | 350 |3966 | 629 |  25k|  1 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.00%
121.17/121.63	c   122s|109800 |  3365 |  2700k|  24.4 |    59M |  72 | 350 |3973 | 665 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.01%
121.27/121.74	c   122s|109900 |  3339 |  2702k|  24.4 |    59M |  72 | 350 |3970 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.04%
121.37/121.88	c   122s|110000 |  3330 |  2706k|  24.4 |    59M |  72 | 350 |3942 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.09%
121.58/122.03	c   122s|110100 |  3311 |  2708k|  24.4 |    59M |  72 | 350 |3941 | 629 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.15%
121.68/122.18	c   122s|110200 |  3299 |  2712k|  24.4 |    59M |  72 | 350 |3955 | 679 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.18%
121.87/122.31	c   122s|110300 |  3310 |  2715k|  24.4 |    59M |  72 | 350 |3952 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.19%
121.87/122.39	c   122s|110400 |  3308 |  2717k|  24.4 |    59M |  72 | 350 |3921 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.21%
121.97/122.49	c   122s|110500 |  3294 |  2720k|  24.4 |    59M |  72 | 350 |3923 | 680 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.22%
122.17/122.62	c   123s|110600 |  3297 |  2723k|  24.4 |    59M |  72 | 350 |3960 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.25%
122.27/122.76	c   123s|110700 |  3275 |  2726k|  24.4 |    59M |  72 | 350 |3953 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.29%
122.37/122.89	c   123s|110800 |  3237 |  2728k|  24.4 |    59M |  72 | 350 |3967 |   0 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.32%
122.58/123.03	c   123s|110900 |  3210 |  2731k|  24.4 |    59M |  72 | 350 |3986 | 676 |  25k|  0 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.36%
122.68/123.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
122.68/123.16	c   123s|111000 |  3195 |  2734k|  24.4 |    59M |  72 | 350 |3991 | 682 |  25k|  1 |  22k|  29 | 0.000000e+00 |      --      |    Inf |  91.41%
122.76/123.25	c (node 111047) numerical troubles in LP 117528 -- unresolved
122.76/123.29	c (node 111048) numerical troubles in LP 117537 -- unresolved
122.86/123.38	c   123s|111100 |  3182 |  2737k|  24.4 |    59M |  72 | 350 |3991 | 703 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.43%
122.96/123.46	c   123s|111200 |  3195 |  2739k|  24.4 |    59M |  72 | 350 |3974 | 612 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.45%
123.06/123.54	c   124s|111300 |  3172 |  2740k|  24.4 |    59M |  72 | 350 |3968 | 668 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.49%
123.16/123.66	c   124s|111400 |  3151 |  2742k|  24.4 |    59M |  72 | 350 |3963 | 671 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.53%
123.36/123.82	c   124s|111500 |  3129 |  2744k|  24.4 |    59M |  72 | 350 |3968 | 655 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.58%
123.46/123.92	c   124s|111600 |  3115 |  2746k|  24.4 |    59M |  72 | 350 |3962 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.62%
123.57/124.04	c   124s|111700 |  3106 |  2748k|  24.4 |    59M |  72 | 350 |3945 | 678 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.69%
123.67/124.15	c   124s|111800 |  3093 |  2750k|  24.4 |    59M |  72 | 350 |3955 | 672 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.72%
123.76/124.27	c   124s|111900 |  3097 |  2753k|  24.4 |    59M |  72 | 350 |4004 | 672 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.72%
123.96/124.41	c   124s|112000 |  3088 |  2755k|  24.4 |    59M |  72 | 350 |4055 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.73%
124.06/124.50	c   124s|112100 |  3091 |  2757k|  24.4 |    59M |  72 | 350 |4047 | 598 |  25k|  2 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.76%
124.06/124.60	c   125s|112200 |  3092 |  2758k|  24.4 |    59M |  72 | 350 |4083 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.77%
124.26/124.70	c   125s|112300 |  3082 |  2760k|  24.4 |    59M |  72 | 350 |4137 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.79%
124.36/124.80	c   125s|112400 |  3059 |  2761k|  24.3 |    59M |  72 | 350 |4144 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.83%
124.46/124.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
124.46/124.92	c   125s|112500 |  3034 |  2763k|  24.3 |    59M |  72 | 350 |4137 | 701 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.91%
124.57/125.03	c   125s|112600 |  3016 |  2765k|  24.3 |    59M |  72 | 350 |4142 | 668 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  91.94%
124.67/125.15	c   125s|112700 |  3012 |  2768k|  24.3 |    59M |  72 | 350 |4114 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.01%
124.76/125.27	c   125s|112800 |  2997 |  2770k|  24.3 |    59M |  72 | 350 |4116 | 675 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.04%
124.86/125.39	c   125s|112900 |  2972 |  2773k|  24.3 |    59M |  72 | 350 |4109 | 630 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.06%
125.06/125.51	c   126s|113000 |  2947 |  2775k|  24.3 |    59M |  72 | 350 |4143 | 668 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.09%
125.16/125.61	c   126s|113100 |  2945 |  2777k|  24.3 |    59M |  72 | 350 |4132 | 655 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.12%
125.16/125.68	c   126s|113200 |  2943 |  2779k|  24.3 |    59M |  72 | 350 |4130 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.14%
125.26/125.75	c   126s|113300 |  2941 |  2780k|  24.3 |    59M |  72 | 350 |4134 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.16%
125.36/125.83	c   126s|113400 |  2935 |  2781k|  24.3 |    59M |  72 | 350 |4136 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.19%
125.46/125.94	c   126s|113500 |  2917 |  2783k|  24.3 |    59M |  72 | 350 |4137 | 674 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.21%
125.57/126.07	c   126s|113600 |  2897 |  2786k|  24.3 |    59M |  72 | 350 |4135 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.29%
125.75/126.20	c   126s|113700 |  2868 |  2788k|  24.3 |    59M |  72 | 350 |4127 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.33%
125.85/126.32	c   126s|113800 |  2858 |  2791k|  24.3 |    59M |  72 | 350 |4142 | 705 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.36%
125.95/126.43	c   126s|113900 |  2840 |  2793k|  24.3 |    59M |  72 | 350 |4146 | 665 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.39%
126.05/126.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
126.05/126.52	c   127s|114000 |  2852 |  2795k|  24.3 |    59M |  72 | 350 |4142 | 659 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.40%
126.15/126.63	c   127s|114100 |  2843 |  2797k|  24.3 |    59M |  72 | 350 |4151 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.41%
126.25/126.76	c   127s|114200 |  2859 |  2801k|  24.3 |    59M |  72 | 350 |4170 | 665 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.42%
126.35/126.85	c   127s|114300 |  2853 |  2803k|  24.3 |    59M |  72 | 350 |4187 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.42%
126.45/126.99	c   127s|114400 |  2852 |  2806k|  24.3 |    59M |  72 | 350 |4240 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.43%
126.56/127.05	c   127s|114500 |  2848 |  2807k|  24.3 |    59M |  72 | 350 |4277 | 659 |  25k|  1 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.43%
126.75/127.20	c   127s|114600 |  2842 |  2811k|  24.3 |    59M |  72 | 350 |4274 |   0 |  25k|  0 |  23k|  29 | 0.000000e+00 |      --      |    Inf |  92.47%
126.85/127.34	c   127s|114700 |  2833 |  2814k|  24.3 |    59M |  72 | 350 |4274 | 722 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.52%
126.95/127.45	c   127s|114800 |  2815 |  2816k|  24.3 |    59M |  72 | 350 |4256 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.56%
127.05/127.57	c   128s|114900 |  2799 |  2818k|  24.3 |    59M |  72 | 350 |4254 | 696 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.62%
127.25/127.71	c   128s|115000 |  2783 |  2822k|  24.3 |    59M |  72 | 350 |4279 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.69%
127.35/127.82	c   128s|115100 |  2755 |  2823k|  24.3 |    59M |  72 | 350 |4269 | 702 |  25k|  1 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.77%
127.45/127.99	c   128s|115200 |  2754 |  2827k|  24.3 |    59M |  72 | 350 |4257 | 684 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.81%
127.66/128.12	c   128s|115300 |  2723 |  2829k|  24.3 |    59M |  72 | 350 |4269 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.85%
127.75/128.22	c   128s|115400 |  2697 |  2831k|  24.3 |    59M |  72 | 350 |4270 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.88%
127.85/128.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
127.85/128.30	c   128s|115500 |  2702 |  2833k|  24.3 |    59M |  72 | 350 |4239 | 694 |  25k|  1 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.92%
127.85/128.38	c   128s|115600 |  2697 |  2834k|  24.3 |    59M |  72 | 350 |4278 | 694 |  25k|  1 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.92%
127.95/128.44	c   128s|115700 |  2689 |  2835k|  24.3 |    59M |  72 | 350 |4308 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.93%
128.05/128.60	c   129s|115800 |  2662 |  2838k|  24.3 |    59M |  72 | 350 |4283 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  92.97%
128.25/128.74	c   129s|115900 |  2650 |  2841k|  24.3 |    59M |  72 | 350 |4218 | 692 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.02%
128.35/128.89	c   129s|116000 |  2669 |  2845k|  24.3 |    59M |  72 | 350 |4242 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.03%
128.56/129.09	c   129s|116100 |  2669 |  2850k|  24.3 |    59M |  72 | 350 |4301 | 692 |  25k|  1 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.03%
128.74/129.28	c   129s|116200 |  2671 |  2854k|  24.3 |    59M |  72 | 350 |4356 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.04%
128.94/129.41	c   129s|116300 |  2643 |  2857k|  24.4 |    59M |  72 | 350 |4410 | 675 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.05%
129.04/129.53	c   130s|116400 |  2622 |  2859k|  24.3 |    59M |  72 | 350 |4400 | 672 |  25k|  1 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.09%
129.14/129.64	c   130s|116500 |  2598 |  2861k|  24.3 |    59M |  72 | 350 |4383 | 673 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.12%
129.24/129.75	c   130s|116600 |  2587 |  2863k|  24.3 |    59M |  72 | 350 |4404 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.15%
129.34/129.88	c   130s|116700 |  2580 |  2866k|  24.3 |    59M |  72 | 350 |4407 | 714 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.16%
129.55/130.01	c   130s|116800 |  2550 |  2868k|  24.3 |    59M |  72 | 350 |4388 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.19%
129.65/130.14	c   130s|116900 |  2535 |  2870k|  24.3 |    59M |  72 | 350 |4369 | 705 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.23%
129.74/130.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
129.74/130.25	c   130s|117000 |  2517 |  2872k|  24.3 |    59M |  72 | 350 |4340 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.28%
129.84/130.33	c   130s|117100 |  2517 |  2873k|  24.3 |    59M |  72 | 350 |4363 | 632 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.30%
129.94/130.41	c   130s|117200 |  2520 |  2875k|  24.3 |    59M |  72 | 350 |4365 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.31%
130.04/130.50	c   130s|117300 |  2508 |  2876k|  24.3 |    59M |  72 | 350 |4338 | 683 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.32%
130.14/130.61	c   131s|117400 |  2495 |  2879k|  24.3 |    59M |  72 | 350 |4329 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.34%
130.24/130.73	c   131s|117500 |  2469 |  2881k|  24.3 |    59M |  72 | 350 |4304 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.38%
130.34/130.81	c   131s|117600 |  2458 |  2882k|  24.3 |    59M |  72 | 350 |4301 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.45%
130.44/130.95	c   131s|117700 |  2453 |  2884k|  24.3 |    59M |  72 | 350 |4275 | 700 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.49%
130.55/131.06	c   131s|117800 |  2436 |  2887k|  24.3 |    59M |  72 | 350 |4258 | 700 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.56%
130.65/131.19	c   131s|117900 |  2419 |  2889k|  24.3 |    59M |  72 | 350 |4255 |   0 |  25k|  0 |  24k|  29 | 0.000000e+00 |      --      |    Inf |  93.60%
130.84/131.32	c   131s|118000 |  2396 |  2892k|  24.3 |    59M |  72 | 350 |4216 | 702 |  25k|  1 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.63%
130.94/131.45	c   131s|118100 |  2382 |  2894k|  24.3 |    59M |  72 | 350 |4188 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.68%
131.04/131.55	c   132s|118200 |  2374 |  2897k|  24.3 |    59M |  72 | 350 |4183 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.74%
131.14/131.64	c   132s|118300 |  2364 |  2898k|  24.3 |    59M |  72 | 350 |4160 | 636 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.77%
131.24/131.77	c   132s|118400 |  2344 |  2900k|  24.3 |    59M |  72 | 350 |4170 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.80%
131.34/131.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
131.34/131.88	c   132s|118500 |  2321 |  2902k|  24.3 |    59M |  72 | 350 |4159 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.84%
131.44/131.98	c   132s|118600 |  2302 |  2904k|  24.3 |    59M |  72 | 350 |4152 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.87%
131.55/132.10	c   132s|118700 |  2275 |  2906k|  24.3 |    59M |  72 | 350 |4116 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.91%
131.73/132.27	c   132s|118800 |  2260 |  2909k|  24.3 |    59M |  72 | 350 |4114 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  93.96%
131.83/132.38	c   132s|118900 |  2242 |  2911k|  24.3 |    59M |  72 | 350 |4102 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.00%
131.93/132.49	c   132s|119000 |  2218 |  2914k|  24.3 |    59M |  72 | 350 |4080 | 712 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.03%
132.13/132.63	c   133s|119100 |  2196 |  2917k|  24.3 |    59M |  72 | 350 |4041 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.06%
132.23/132.74	c   133s|119200 |  2175 |  2919k|  24.3 |    59M |  72 | 350 |4026 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.10%
132.33/132.85	c   133s|119300 |  2162 |  2921k|  24.3 |    59M |  72 | 350 |4024 | 680 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.13%
132.54/133.01	c   133s|119400 |  2146 |  2923k|  24.3 |    59M |  72 | 350 |4009 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.16%
132.54/133.10	c   133s|119500 |  2126 |  2925k|  24.3 |    59M |  72 | 350 |4016 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.19%
132.73/133.23	c   133s|119600 |  2119 |  2928k|  24.3 |    59M |  72 | 350 |3994 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.23%
132.83/133.31	c   133s|119700 |  2127 |  2929k|  24.3 |    59M |  72 | 350 |3976 | 700 |  25k|  1 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.26%
132.83/133.38	c   133s|119800 |  2127 |  2930k|  24.3 |    59M |  72 | 350 |3976 | 700 |  25k|  1 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.27%
132.93/133.46	c   133s|119900 |  2113 |  2932k|  24.2 |    59M |  72 | 350 |4000 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.29%
133.03/133.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
133.03/133.58	c   134s|120000 |  2093 |  2934k|  24.2 |    59M |  72 | 350 |4005 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.31%
133.13/133.68	c   134s|120100 |  2073 |  2936k|  24.2 |    59M |  72 | 350 |4021 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.34%
133.33/133.80	c   134s|120200 |  2050 |  2938k|  24.2 |    59M |  72 | 350 |4040 | 685 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.36%
133.43/133.93	c   134s|120300 |  2029 |  2940k|  24.2 |    59M |  72 | 350 |4052 | 654 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.40%
133.54/134.06	c   134s|120400 |  2022 |  2943k|  24.2 |    59M |  72 | 350 |4010 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.46%
133.64/134.15	c   134s|120500 |  2047 |  2945k|  24.2 |    59M |  72 | 350 |4049 | 638 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.47%
133.73/134.26	c   134s|120600 |  2046 |  2947k|  24.2 |    59M |  72 | 350 |4090 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.47%
133.83/134.36	c   134s|120700 |  2037 |  2948k|  24.2 |    59M |  72 | 350 |4158 | 637 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.48%
133.93/134.48	c   134s|120800 |  2003 |  2950k|  24.2 |    59M |  72 | 350 |4228 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.49%
134.13/134.60	c   135s|120900 |  1995 |  2952k|  24.2 |    59M |  72 | 350 |4244 | 697 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.53%
134.23/134.72	c   135s|121000 |  1969 |  2954k|  24.2 |    59M |  72 | 350 |4265 | 714 |  25k|  1 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.55%
134.33/134.86	c   135s|121100 |  1958 |  2958k|  24.2 |    59M |  72 | 350 |4227 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.58%
134.43/135.01	c   135s|121200 |  1936 |  2961k|  24.2 |    59M |  72 | 350 |4217 |   0 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.61%
134.64/135.13	c   135s|121300 |  1916 |  2963k|  24.2 |    59M |  72 | 350 |4200 | 750 |  25k|  0 |  25k|  29 | 0.000000e+00 |      --      |    Inf |  94.64%
134.72/135.25	c   135s|121400 |  1894 |  2966k|  24.2 |    59M |  72 | 350 |4189 | 791 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.68%
134.92/135.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
134.92/135.45	c   135s|121500 |  1875 |  2969k|  24.2 |    59M |  72 | 350 |4211 | 722 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.71%
135.12/135.60	c   136s|121600 |  1845 |  2972k|  24.2 |    59M |  72 | 350 |4222 |   0 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.76%
135.22/135.74	c   136s|121700 |  1812 |  2974k|  24.2 |    59M |  72 | 350 |4221 | 739 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.79%
135.32/135.89	c   136s|121800 |  1790 |  2977k|  24.2 |    59M |  72 | 350 |4211 | 682 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.83%
135.53/136.03	c   136s|121900 |  1765 |  2979k|  24.2 |    59M |  72 | 350 |4211 |   0 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.87%
135.63/136.16	c   136s|122000 |  1747 |  2982k|  24.2 |    59M |  72 | 350 |4212 |   0 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.91%
135.82/136.32	c   136s|122100 |  1729 |  2985k|  24.2 |    59M |  72 | 350 |4235 | 721 |  25k|  1 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.95%
135.92/136.48	c   136s|122200 |  1721 |  2989k|  24.3 |    59M |  72 | 350 |4224 | 724 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  94.98%
136.02/136.56	c   137s|122300 |  1717 |  2991k|  24.3 |    59M |  72 | 350 |4224 |   0 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.00%
136.22/136.72	c   137s|122400 |  1706 |  2994k|  24.3 |    59M |  72 | 350 |4218 | 740 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.02%
136.32/136.85	c   137s|122500 |  1689 |  2997k|  24.3 |    59M |  72 | 350 |4218 | 677 |  25k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.07%
136.42/137.00	c   137s|122600 |  1661 |  3000k|  24.3 |    59M |  72 | 350 |4224 | 726 |  25k|  1 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.12%
136.53/137.10	c   137s|122700 |  1661 |  3002k|  24.3 |    59M |  72 | 350 |4229 | 612 |  26k|  2 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.22%
136.72/137.22	c   137s|122800 |  1662 |  3005k|  24.3 |    59M |  72 | 350 |4276 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.26%
136.82/137.35	c   137s|122900 |  1640 |  3008k|  24.3 |    59M |  72 | 350 |4266 | 667 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.31%
136.92/137.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
136.92/137.48	c   137s|123000 |  1642 |  3012k|  24.3 |    59M |  72 | 350 |4257 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.33%
137.12/137.61	c   138s|123100 |  1649 |  3015k|  24.3 |    59M |  72 | 350 |4256 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.35%
137.22/137.73	c   138s|123200 |  1627 |  3017k|  24.3 |    59M |  72 | 350 |4267 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.38%
137.31/137.80	c   138s|123300 |  1630 |  3019k|  24.3 |    59M |  72 | 350 |4255 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.40%
137.41/137.90	c   138s|123400 |  1629 |  3020k|  24.3 |    59M |  72 | 350 |4272 | 659 |  26k|  1 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.41%
137.41/137.97	c   138s|123500 |  1621 |  3022k|  24.3 |    59M |  72 | 350 |4272 | 710 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.42%
137.63/138.13	c   138s|123600 |  1619 |  3026k|  24.3 |    59M |  72 | 350 |4248 | 742 |  26k|  1 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.45%
137.71/138.25	c   138s|123700 |  1619 |  3028k|  24.3 |    59M |  72 | 350 |4282 | 742 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.47%
137.81/138.35	c   138s|123800 |  1630 |  3031k|  24.3 |    59M |  72 | 350 |4335 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.48%
137.91/138.45	c   138s|123900 |  1618 |  3032k|  24.3 |    59M |  72 | 350 |4406 | 742 |  26k|  1 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.49%
138.01/138.56	c   139s|124000 |  1610 |  3034k|  24.3 |    59M |  72 | 350 |4450 | 668 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.50%
138.11/138.69	c   139s|124100 |  1577 |  3037k|  24.3 |    59M |  72 | 350 |4471 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.54%
138.31/138.83	c   139s|124200 |  1584 |  3041k|  24.3 |    59M |  72 | 350 |4465 | 739 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.58%
138.41/138.93	c   139s|124300 |  1574 |  3043k|  24.3 |    59M |  72 | 350 |4512 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.66%
138.52/139.09	c   139s|124400 |  1571 |  3048k|  24.3 |    59M |  72 | 350 |4540 | 643 |  26k|  1 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.70%
138.71/139.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.71/139.24	c   139s|124500 |  1549 |  3051k|  24.3 |    59M |  72 | 350 |4548 |   0 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.74%
138.81/139.34	c   139s|124600 |  1526 |  3052k|  24.3 |    59M |  72 | 350 |4552 | 686 |  26k|  0 |  26k|  29 | 0.000000e+00 |      --      |    Inf |  95.80%
138.91/139.50	c   139s|124700 |  1496 |  3056k|  24.3 |    59M |  72 | 350 |4559 | 742 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  95.85%
139.01/139.58	c   140s|124800 |  1488 |  3058k|  24.3 |    59M |  72 | 350 |4560 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  95.86%
139.21/139.71	c   140s|124900 |  1470 |  3060k|  24.3 |    59M |  72 | 350 |4555 | 741 |  26k|  1 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  95.94%
139.31/139.86	c   140s|125000 |  1452 |  3063k|  24.3 |    59M |  72 | 350 |4539 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  95.99%
139.41/139.97	c   140s|125100 |  1424 |  3065k|  24.3 |    59M |  72 | 350 |4536 | 712 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.03%
139.52/140.10	c   140s|125200 |  1400 |  3067k|  24.3 |    59M |  72 | 350 |4553 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.07%
139.71/140.20	c   140s|125300 |  1405 |  3070k|  24.3 |    59M |  72 | 350 |4545 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.12%
139.81/140.30	c   140s|125400 |  1387 |  3072k|  24.3 |    59M |  72 | 350 |4553 | 706 |  26k|  1 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.15%
139.91/140.42	c   140s|125500 |  1376 |  3075k|  24.3 |    59M |  72 | 350 |4518 | 665 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.20%
140.01/140.55	c   141s|125600 |  1372 |  3077k|  24.3 |    59M |  72 | 350 |4535 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.22%
140.11/140.69	c   141s|125700 |  1360 |  3081k|  24.3 |    59M |  72 | 350 |4532 | 710 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.27%
140.30/140.84	c   141s|125800 |  1325 |  3083k|  24.3 |    59M |  72 | 350 |4564 | 665 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.30%
140.40/140.96	c   141s|125900 |  1308 |  3086k|  24.3 |    59M |  72 | 350 |4573 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.39%
140.62/141.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
140.62/141.12	c   141s|126000 |  1268 |  3088k|  24.3 |    59M |  72 | 350 |4547 | 775 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.43%
140.70/141.27	c   141s|126100 |  1243 |  3091k|  24.3 |    59M |  72 | 350 |4569 | 779 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.46%
140.90/141.42	c   141s|126200 |  1220 |  3094k|  24.3 |    59M |  72 | 350 |4594 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.48%
141.00/141.59	c   142s|126300 |  1203 |  3098k|  24.3 |    59M |  72 | 350 |4609 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.50%
141.20/141.71	c   142s|126400 |  1186 |  3100k|  24.3 |    59M |  72 | 350 |4592 | 635 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.58%
141.30/141.83	c   142s|126500 |  1207 |  3104k|  24.3 |    59M |  72 | 350 |4557 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.59%
141.40/141.95	c   142s|126600 |  1226 |  3108k|  24.4 |    59M |  72 | 350 |4582 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.61%
141.51/142.06	c   142s|126700 |  1241 |  3112k|  24.4 |    59M |  72 | 350 |4595 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.61%
141.61/142.16	c   142s|126800 |  1242 |  3115k|  24.4 |    59M |  72 | 350 |4598 | 680 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.61%
141.70/142.26	c   142s|126900 |  1242 |  3118k|  24.4 |    59M |  72 | 350 |4602 | 680 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.61%
141.80/142.38	c   142s|127000 |  1258 |  3121k|  24.4 |    59M |  72 | 350 |4614 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.62%
141.90/142.46	c   142s|127100 |  1247 |  3123k|  24.4 |    59M |  72 | 350 |4628 | 680 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.62%
142.00/142.56	c   143s|127200 |  1235 |  3126k|  24.4 |    59M |  72 | 350 |4650 | 680 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.63%
142.10/142.65	c   143s|127300 |  1212 |  3128k|  24.4 |    59M |  72 | 350 |4667 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.63%
142.20/142.74	c   143s|127400 |  1196 |  3130k|  24.4 |    59M |  72 | 350 |4673 | 680 |  26k|  1 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.63%
142.30/142.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
142.30/142.85	c   143s|127500 |  1163 |  3132k|  24.4 |    59M |  72 | 350 |4665 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.65%
142.51/143.03	c   143s|127600 |  1135 |  3135k|  24.4 |    59M |  72 | 350 |4676 | 757 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.71%
142.61/143.14	c   143s|127700 |  1108 |  3137k|  24.4 |    59M |  72 | 350 |4656 | 684 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.74%
142.80/143.36	c   143s|127800 |  1087 |  3141k|  24.4 |    59M |  72 | 350 |4637 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.79%
142.90/143.46	c   143s|127900 |  1080 |  3143k|  24.4 |    59M |  72 | 350 |4637 | 679 |  26k|  1 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.83%
143.00/143.54	c   144s|128000 |  1063 |  3145k|  24.4 |    59M |  72 | 350 |4649 | 724 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.86%
143.10/143.66	c   144s|128100 |  1066 |  3148k|  24.4 |    59M |  72 | 350 |4635 | 653 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.90%
143.29/143.80	c   144s|128200 |  1040 |  3150k|  24.4 |    59M |  72 | 350 |4651 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.93%
143.39/143.97	c   144s|128300 |  1014 |  3153k|  24.4 |    59M |  72 | 350 |4641 | 732 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.97%
143.51/144.11	c   144s|128400 |  1013 |  3156k|  24.4 |    59M |  72 | 350 |4627 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  96.99%
143.61/144.17	c   144s|128500 |  1008 |  3157k|  24.4 |    59M |  72 | 350 |4618 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  97.00%
143.69/144.24	c   144s|128600 |  1010 |  3159k|  24.4 |    59M |  72 | 350 |4616 | 709 |  26k|  1 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  97.01%
143.79/144.33	c   144s|128700 |   989 |  3161k|  24.4 |    59M |  72 | 350 |4628 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  97.04%
143.99/144.51	c   145s|128800 |   965 |  3164k|  24.4 |    59M |  72 | 350 |4615 | 680 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  97.07%
144.09/144.64	c   145s|128900 |   955 |  3166k|  24.4 |    59M |  72 | 350 |4578 |   0 |  26k|  0 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  97.10%
144.19/144.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
144.19/144.73	c   145s|129000 |   962 |  3168k|  24.4 |    59M |  72 | 350 |4577 | 711 |  26k|  1 |  27k|  29 | 0.000000e+00 |      --      |    Inf |  97.12%
144.29/144.86	c   145s|129100 |   949 |  3170k|  24.4 |    59M |  72 | 350 |4609 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.13%
144.39/145.01	c   145s|129200 |   928 |  3173k|  24.4 |    59M |  72 | 350 |4630 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.17%
144.60/145.12	c   145s|129300 |   915 |  3176k|  24.4 |    59M |  72 | 350 |4619 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.23%
144.69/145.24	c   145s|129400 |   915 |  3179k|  24.4 |    59M |  72 | 350 |4616 | 701 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.29%
144.79/145.34	c   145s|129500 |   914 |  3181k|  24.4 |    59M |  72 | 350 |4613 | 638 |  26k|  2 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.35%
144.89/145.41	c   145s|129600 |   908 |  3182k|  24.4 |    59M |  72 | 350 |4644 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.38%
144.99/145.51	c   146s|129700 |   893 |  3184k|  24.4 |    59M |  72 | 350 |4656 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.42%
145.09/145.63	c   146s|129800 |   906 |  3186k|  24.4 |    59M |  72 | 350 |4643 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.44%
145.19/145.75	c   146s|129900 |   910 |  3189k|  24.4 |    59M |  72 | 350 |4656 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.46%
145.29/145.84	c   146s|130000 |   902 |  3191k|  24.4 |    59M |  72 | 350 |4660 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.46%
145.39/145.93	c   146s|130100 |   907 |  3193k|  24.3 |    59M |  72 | 350 |4662 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.47%
145.50/146.01	c   146s|130200 |   900 |  3195k|  24.3 |    59M |  72 | 350 |4673 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.48%
145.50/146.10	c   146s|130300 |   891 |  3197k|  24.3 |    59M |  72 | 350 |4656 | 659 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.49%
145.69/146.21	c   146s|130400 |   893 |  3199k|  24.3 |    59M |  72 | 350 |4640 | 659 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.51%
145.79/146.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
145.79/146.30	c   146s|130500 |   887 |  3201k|  24.3 |    59M |  72 | 350 |4640 | 659 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.52%
145.79/146.39	c   146s|130600 |   887 |  3203k|  24.3 |    59M |  72 | 350 |4640 | 659 |  26k|  1 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.52%
145.89/146.49	c   146s|130700 |   890 |  3205k|  24.3 |    59M |  72 | 350 |4638 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.53%
145.99/146.59	c   147s|130800 |   879 |  3207k|  24.3 |    59M |  72 | 350 |4657 | 659 |  26k|  1 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.54%
146.19/146.72	c   147s|130900 |   852 |  3209k|  24.3 |    59M |  72 | 350 |4667 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.63%
146.28/146.86	c   147s|131000 |   826 |  3211k|  24.3 |    59M |  72 | 350 |4675 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.67%
146.50/147.02	c   147s|131100 |   809 |  3215k|  24.3 |    59M |  72 | 350 |4691 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.70%
146.60/147.13	c   147s|131200 |   805 |  3217k|  24.3 |    59M |  72 | 350 |4672 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.73%
146.68/147.23	c   147s|131300 |   810 |  3220k|  24.3 |    59M |  72 | 350 |4685 | 652 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.77%
146.78/147.33	c   147s|131400 |   805 |  3224k|  24.3 |    59M |  72 | 350 |4694 | 646 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.79%
146.88/147.45	c   147s|131500 |   785 |  3227k|  24.3 |    59M |  72 | 350 |4705 | 752 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.81%
146.98/147.56	c   148s|131600 |   782 |  3229k|  24.3 |    59M |  72 | 350 |4685 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.87%
147.08/147.68	c   148s|131700 |   777 |  3232k|  24.4 |    59M |  72 | 350 |4691 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.90%
147.28/147.85	c   148s|131800 |   756 |  3236k|  24.4 |    59M |  72 | 350 |4717 | 687 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  97.94%
147.38/147.98	c   148s|131900 |   738 |  3239k|  24.4 |    59M |  72 | 350 |4716 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.01%
147.49/148.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
147.49/148.10	c   148s|132000 |   737 |  3242k|  24.4 |    59M |  72 | 350 |4715 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.03%
147.59/148.19	c   148s|132100 |   732 |  3244k|  24.4 |    59M |  72 | 350 |4708 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.06%
147.78/148.30	c   148s|132200 |   726 |  3246k|  24.4 |    59M |  72 | 350 |4719 | 729 |  26k|  1 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.09%
147.78/148.38	c   148s|132300 |   715 |  3247k|  24.4 |    59M |  72 | 350 |4721 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.17%
147.98/148.50	c   148s|132400 |   700 |  3250k|  24.4 |    59M |  72 | 350 |4720 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.22%
147.98/148.58	c   149s|132500 |   693 |  3251k|  24.3 |    59M |  72 | 350 |4770 | 671 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.25%
148.18/148.73	c   149s|132600 |   663 |  3254k|  24.4 |    59M |  72 | 350 |4786 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.30%
148.28/148.85	c   149s|132700 |   656 |  3257k|  24.4 |    59M |  72 | 350 |4771 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.37%
148.38/148.98	c   149s|132800 |   634 |  3259k|  24.4 |    59M |  72 | 350 |4782 | 698 |  26k|  1 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.41%
148.59/149.13	c   149s|132900 |   603 |  3262k|  24.4 |    59M |  72 | 350 |4760 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.46%
148.68/149.24	c   149s|133000 |   605 |  3264k|  24.4 |    59M |  72 | 350 |4811 | 661 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.48%
148.78/149.39	c   149s|133100 |   588 |  3267k|  24.4 |    59M |  72 | 350 |4814 | 697 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.53%
148.98/149.53	c   150s|133200 |   569 |  3270k|  24.4 |    59M |  72 | 350 |4805 | 685 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.56%
149.08/149.66	c   150s|133300 |   557 |  3272k|  24.4 |    59M |  72 | 350 |4816 | 613 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.59%
149.18/149.79	c   150s|133400 |   545 |  3275k|  24.4 |    59M |  72 | 350 |4812 | 767 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.64%
149.37/149.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
149.37/149.94	c   150s|133500 |   512 |  3278k|  24.4 |    59M |  72 | 350 |4819 | 807 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.68%
149.49/150.07	c   150s|133600 |   492 |  3281k|  24.4 |    59M |  72 | 350 |4836 |   0 |  26k|  0 |  28k|  29 | 0.000000e+00 |      --      |    Inf |  98.70%
149.67/150.21	c   150s|133700 |   473 |  3283k|  24.4 |    59M |  72 | 350 |4844 | 695 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  98.73%
149.87/150.40	c   150s|133800 |   454 |  3287k|  24.4 |    59M |  72 | 350 |4854 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  98.77%
149.97/150.51	c   151s|133900 |   455 |  3290k|  24.4 |    59M |  72 | 350 |4844 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  98.80%
150.07/150.63	c   151s|134000 |   430 |  3293k|  24.4 |    59M |  72 | 350 |4869 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  98.82%
150.37/150.91	c   151s|134100 |   418 |  3298k|  24.4 |    59M |  72 | 350 |4850 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  98.89%
150.48/151.05	c   151s|134200 |   413 |  3302k|  24.4 |    59M |  72 | 350 |4837 | 749 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  98.91%
150.58/151.19	c   151s|134300 |   390 |  3304k|  24.4 |    59M |  72 | 350 |4846 | 666 |  26k|  1 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  98.95%
150.77/151.37	c   151s|134400 |   375 |  3308k|  24.4 |    59M |  72 | 350 |4860 | 634 |  26k|  2 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  98.98%
150.87/151.47	c   151s|134500 |   372 |  3310k|  24.4 |    59M |  72 | 350 |4842 | 728 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.01%
150.97/151.56	c   152s|134600 |   384 |  3312k|  24.4 |    59M |  72 | 350 |4828 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.03%
151.07/151.64	c   152s|134700 |   381 |  3315k|  24.4 |    59M |  72 | 350 |4837 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.04%
151.17/151.72	c   152s|134800 |   373 |  3316k|  24.4 |    59M |  72 | 350 |4847 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.06%
151.27/151.80	c   152s|134900 |   384 |  3318k|  24.4 |    59M |  72 | 350 |4856 | 630 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.07%
151.27/151.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
151.27/151.88	c   152s|135000 |   380 |  3320k|  24.4 |    59M |  72 | 350 |4854 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.08%
151.37/151.95	c   152s|135100 |   368 |  3321k|  24.4 |    59M |  72 | 350 |4858 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.09%
151.48/152.05	c   152s|135200 |   355 |  3323k|  24.4 |    59M |  72 | 350 |4854 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.13%
151.58/152.13	c   152s|135300 |   348 |  3324k|  24.4 |    59M |  72 | 350 |4849 | 653 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.19%
151.77/152.30	c   152s|135400 |   318 |  3328k|  24.4 |    59M |  72 | 350 |4854 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.23%
151.77/152.38	c   152s|135500 |   304 |  3329k|  24.4 |    59M |  72 | 350 |4861 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.28%
151.97/152.54	c   153s|135600 |   288 |  3333k|  24.4 |    59M |  72 | 350 |4851 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.32%
152.16/152.76	c   153s|135700 |   267 |  3336k|  24.4 |    59M |  72 | 350 |4884 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.36%
152.36/152.94	c   153s|135800 |   238 |  3339k|  24.4 |    59M |  72 | 350 |4870 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.44%
152.48/153.06	c   153s|135900 |   227 |  3342k|  24.4 |    59M |  72 | 350 |4871 | 764 |  26k|  1 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.48%
152.58/153.17	c   153s|136000 |   220 |  3344k|  24.4 |    59M |  72 | 350 |4858 | 712 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.56%
152.76/153.36	c   153s|136100 |   195 |  3348k|  24.4 |    59M |  72 | 350 |4860 | 817 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.61%
152.86/153.46	c   153s|136200 |   203 |  3351k|  24.4 |    59M |  72 | 350 |4844 | 710 |  26k|  1 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.63%
152.96/153.56	c   154s|136300 |   179 |  3352k|  24.4 |    59M |  72 | 350 |4857 | 755 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.69%
153.16/153.70	c   154s|136400 |   173 |  3355k|  24.4 |    59M |  72 | 350 |4842 | 753 |  26k|  1 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.77%
153.16/153.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
153.16/153.77	c   154s|136500 |   168 |  3356k|  24.4 |    59M |  72 | 350 |4841 | 753 |  26k|  1 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.79%
153.36/153.93	c   154s|136600 |   132 |  3359k|  24.4 |    59M |  72 | 350 |4826 | 755 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.82%
153.47/154.11	c   154s|136700 |   108 |  3362k|  24.4 |    59M |  72 | 350 |4843 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.85%
153.66/154.22	c   154s|136800 |    84 |  3364k|  24.4 |    59M |  72 | 350 |4850 | 686 |  26k|  2 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.88%
153.76/154.39	c   154s|136900 |    75 |  3367k|  24.4 |    59M |  72 | 350 |4861 |   0 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.92%
153.96/154.60	c   155s|137000 |    51 |  3371k|  24.4 |    59M |  72 | 350 |4870 | 854 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.96%
154.16/154.78	c   155s|137100 |    13 |  3374k|  24.4 |    59M |  72 | 350 |4878 | 842 |  26k|  0 |  29k|  29 | 0.000000e+00 |      --      |    Inf |  99.99%
154.26/154.81	c 
154.26/154.81	c SCIP Status        : problem is solved [infeasible]
154.26/154.81	c Solving Time (sec) : 154.81
154.26/154.81	c Solving Nodes      : 137124 (total of 138156 nodes in 2 runs)
154.26/154.81	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
154.26/154.81	c Dual Bound         : +1.00000000000000e+20
154.26/154.81	c Gap                : 0.00 %
154.26/154.81	s UNSATISFIABLE
154.26/154.81	c SCIP Status        : problem is solved [infeasible]
154.26/154.81	c Total Time         :     154.81
154.26/154.81	c   solving          :     154.81
154.26/154.81	c   presolving       :       0.06 (included in solving)
154.26/154.81	c   reading          :       0.01 (included in solving)
154.26/154.81	c   copying          :       0.24 (105 #copies) (minimal 0.00, maximal 0.00, average 0.00)
154.26/154.81	c Original Problem   :
154.26/154.81	c   Problem name     : HOME/instance-4517085-1751236767.opb
154.26/154.81	c   Variables        : 656 (656 binary, 0 integer, 0 continuous)
154.26/154.81	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
154.26/154.81	c   Constraints      : 1651 initial, 1651 maximal
154.26/154.81	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
154.26/154.81	c Presolved Problem  :
154.26/154.81	c   Problem name     : t_HOME/instance-4517085-1751236767.opb
154.26/154.81	c   Variables        : 350 (350 binary, 0 integer, 0 continuous)
154.26/154.81	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
154.26/154.81	c   Constraints      : 544 initial, 4888 maximal
154.26/154.81	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
154.26/154.81	c   Nonzeros         : 8222 constraint, 1004 clique table
154.26/154.81	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
154.26/154.81	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
154.26/154.81	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
154.26/154.81	c   gateextraction   :       0.00       0.00      5          0          0          0          0          0        768        256          0          0
154.26/154.81	c   implics          :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
154.26/154.81	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   milp             :       0.01       0.00      1          0        128          0          0          0       1027        771          0          0
154.26/154.81	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
154.26/154.81	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   trivial          :       0.00       0.00     15        144          0          0          0          0          0          0          0          0
154.26/154.81	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   dualfix          :       0.00       0.00     15          0          0          0          0          0          0          0          0          0
154.26/154.81	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
154.26/154.81	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
154.26/154.81	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
154.26/154.81	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
154.26/154.81	c   knapsack         :       0.00       0.00     22          0          0          0          0          0          1          2          1         62
154.26/154.81	c   setppc           :       0.00       0.00     19          0          0          0          0          0          1          0          0          0
154.26/154.81	c   and              :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
154.26/154.81	c   linear           :       0.02       0.00     21         16         18          0         16          0        624          0          0          0
154.26/154.81	c   logicor          :       0.01       0.00     18          0          0          0          0          0         97          0          0         73
154.26/154.81	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
154.26/154.81	c   root node        :          -          -      -          1          -          -          1          -          -          -          -          -
154.26/154.81	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
154.26/154.81	c   integral         :          0          0          0          0      37872          0          0       5302          0          0          0          0          0          0      75742
154.26/154.81	c   knapsack         :          1          1         25     700849          0          0      37185       5299    1072249      61250     460060         32          4          0          0
154.26/154.81	c   setppc           :          8+         9         25     509091          0          0          0          0     253498         12      74031          9          0          0          0
154.26/154.81	c   and              :        256        256      52439     644502          0          0      37196       4167   14847528        159    3432367      28555      26312          0          0
154.26/154.81	c   linear           :          2+        22         25     644344          0          0      37196       2478    3747599      12848    2481741          0          0          0          0
154.26/154.81	c   logicor          :        277+      4621         25     146221          0          0          0          0     160987        599      21619         29          8          0          0
154.26/154.81	c   fixedvar         :          0          0          0          0          0          0      37196          0          0          0          0          0          0          0          0
154.26/154.81	c   countsols        :          0          0          0          0          0          0      37196          0          0          0          0          0          0          0          0
154.26/154.81	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
154.26/154.81	c   integral         :       0.54       0.00       0.00       0.00       0.54       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c   knapsack         :      24.83       0.00       0.00      24.05       0.00       0.05       0.00       0.01       0.72       0.00
154.26/154.81	c   setppc           :       0.25       0.00       0.00       0.21       0.00       0.00       0.00       0.00       0.04       0.00
154.26/154.81	c   and              :       5.61       0.00       0.36       3.57       0.00       0.11       0.00       0.04       1.52       0.00
154.26/154.81	c   linear           :      17.94       0.00       0.00       6.93       0.00       0.04       0.00       0.01      10.97       0.00
154.26/154.81	c   logicor          :       4.32       0.00       0.00       4.23       0.00       0.00       0.00       0.00       0.09       0.00
154.26/154.81	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
154.26/154.81	c   dualfix          :          3          0          0          0
154.26/154.81	c   genvbounds       :          0          0          0          0
154.26/154.81	c   nlobbt           :          0          0          0          0
154.26/154.81	c   obbt             :          0          0          0          0
154.26/154.81	c   probing          :          0          0          0          0
154.26/154.81	c   pseudoobj        :          0          0          0          0
154.26/154.81	c   redcost          :          0          0          0          0
154.26/154.81	c   rootredcost      :          0          0          0          0
154.26/154.81	c   symmetry         :          0          0          0          0
154.26/154.81	c   vbounds          :     518438          0          0          0
154.26/154.81	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
154.26/154.81	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
154.26/154.81	c   pseudoobj        :       0.06       0.00       0.00       0.06       0.00       0.00
154.26/154.81	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
154.26/154.81	c   rootredcost      :       0.04       0.00       0.00       0.04       0.00       0.00
154.26/154.81	c   symmetry         :       0.07       0.00       0.00       0.07       0.00       0.00
154.26/154.81	c   vbounds          :       0.79       0.00       0.00       0.79       0.00       0.00
154.26/154.81	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
154.26/154.81	c   propagation      :      23.68      65279      25939          -     381465      119.4         86       20.7          -          -          -
154.26/154.81	c   infeasible LP    :       0.05        608        256          -       1540       40.0          3       33.3          1        3.0          0
154.26/154.81	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
154.26/154.81	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
154.26/154.81	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
154.26/154.81	c   applied globally :       0.14          -          -          0      29634       19.6          -          -          1          -          -
154.26/154.81	c   applied locally  :          -          -          -          0         59       65.9          -          -          0          -          -
154.26/154.81	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
154.26/154.81	c   cut pool         :       0.06          -       6052         44          -          -       2547       3430          -          -          -          -          -    (maximal pool size:        340)
154.26/154.81	c   aggregation      :       0.24       0.00        785         23          0          0       1711       2074        185       1115       1007        108          0
154.26/154.81	c   > cmir           :          -          -          -          -          -          -          -        382         95         95         50         45          -
154.26/154.81	c   > flowcover      :          -          -          -          -          -          -          -       1666         14        961        952          9          -
154.26/154.81	c   > knapsackcover  :          -          -          -          -          -          -          -         26         76         59          5         54          -
154.26/154.81	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   clique           :       0.00       0.00         23         23          0          0          0          0          0          0          0          0          0
154.26/154.81	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   gomory           :       0.73       0.00        782         20          0          0        801        807        129        118        109          9          0
154.26/154.81	c   > gomorymi       :          -          -          -          -          -          -          -        610        109         88         80          8          -
154.26/154.81	c   > strongcg       :          -          -          -          -          -          -          -        197         20         30         29          1          -
154.26/154.81	c   impliedbounds    :       0.02       0.00        785         23          0          0        310        493          0        427        427          0          0
154.26/154.81	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
154.26/154.81	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   multilinear      :       0.00       0.00       6363         25          0          0          0          0          0          0          0          0          0
154.26/154.81	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
154.26/154.81	c   rapidlearning    :       1.10       0.00        100          2          0       6292          0          0          0          0          0          0        202
154.26/154.81	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
154.26/154.81	c   zerohalf         :       0.08       0.00        785         23          0          0         41         56          3          7          6          1          0
154.26/154.81	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
154.26/154.81	c   hybrid           :       0.02       0.00      23265         26      27995          0       4287         99          0        541
154.26/154.81	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c Pricers            :   ExecTime  SetupTime      Calls       Vars
154.26/154.81	c   problem variables:       0.00          -          0          0
154.26/154.81	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
154.26/154.81	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   inference        :       0.33       0.00          0          0      37196          0          0          0          0      74392
154.26/154.81	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c   relpscost        :       0.52       0.00      37872          0          0          0          0          0          0      75742
154.26/154.81	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
154.26/154.81	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
154.26/154.81	c   LP solutions     :       0.00          -          -          0          0
154.26/154.81	c   relax solutions  :       0.00          -          -          0          0
154.26/154.81	c   pseudo solutions :       0.00          -          -          0          0
154.26/154.81	c   strong branching :       0.00          -          -          0          0
154.26/154.81	c   actconsdiving    :       0.00       0.00          0          0          0
154.26/154.81	c   adaptivediving   :       0.14       0.00         65          0          0
154.26/154.82	c   alns             :       0.04       0.00         12          0          0
154.26/154.82	c   bound            :       0.00       0.00          0          0          0
154.26/154.82	c   clique           :       0.00       0.00          1          0          0
154.26/154.82	c   coefdiving       :       0.00       0.00          0          0          0
154.26/154.82	c   completesol      :       0.00       0.00          0          0          0
154.26/154.82	c   conflictdiving   :       0.22       0.00        122          0          0
154.26/154.82	c   crossover        :       0.01       0.00          0          0          0
154.26/154.82	c   dins             :       0.00       0.00          0          0          0
154.26/154.82	c   distributiondivin:       0.35       0.00        119          0          0
154.26/154.82	c   dks              :       0.00       0.00          0          0          0
154.26/154.82	c   dps              :       0.00       0.00          0          0          0
154.26/154.82	c   dualval          :       0.00       0.00          0          0          0
154.26/154.82	c   farkasdiving     :       0.00       0.00          0          0          0
154.26/154.82	c   feaspump         :       0.17       0.00         66          0          0
154.26/154.82	c   fixandinfer      :       0.00       0.00          0          0          0
154.26/154.82	c   fracdiving       :       0.21       0.00        122          0          0
154.26/154.82	c   gins             :       0.01       0.00          0          0          0
154.26/154.82	c   guideddiving     :       0.00       0.00          0          0          0
154.26/154.82	c   indicator        :       0.00       0.00          0          0          0
154.26/154.82	c   indicatordiving  :       0.00       0.00          0          0          0
154.26/154.82	c   intdiving        :       0.00       0.00          0          0          0
154.26/154.82	c   intshifting      :       0.00       0.00          0          0          0
154.26/154.82	c   linesearchdiving :       0.18       0.00        126          0          0
154.26/154.82	c   localbranching   :       0.00       0.00          0          0          0
154.26/154.82	c   locks            :       0.00       0.00          1          0          0
154.26/154.82	c   lpface           :       0.06       0.00          0          0          0
154.26/154.82	c   mpec             :       0.00       0.00          0          0          0
154.26/154.82	c   multistart       :       0.00       0.00          0          0          0
154.26/154.82	c   mutation         :       0.00       0.00          0          0          0
154.26/154.82	c   nlpdiving        :       0.00       0.00          0          0          0
154.26/154.82	c   objpscostdiving  :       0.19       0.00         49          0          0
154.26/154.82	c   octane           :       0.00       0.00          0          0          0
154.26/154.82	c   ofins            :       0.00       0.00          0          0          0
154.26/154.82	c   oneopt           :       0.01       0.00          0          0          0
154.26/154.82	c   padm             :       0.00       0.00          0          0          0
154.26/154.82	c   proximity        :       0.00       0.00          0          0          0
154.26/154.82	c   pscostdiving     :       0.23       0.00        122          0          0
154.26/154.82	c   randrounding     :       0.12       0.00       5296          0          0
154.26/154.82	c   rens             :       0.01       0.00          2          0          0
154.26/154.82	c   reoptsols        :       0.00       0.00          0          0          0
154.26/154.82	c   repair           :       0.00       0.00          0          0          0
154.26/154.82	c   rins             :       0.01       0.00          0          0          0
154.26/154.82	c   rootsoldiving    :       0.28       0.00         54          0          0
154.26/154.82	c   rounding         :       0.06       0.00       3507          0          0
154.26/154.82	c   scheduler        :       0.00       0.00          0          0          0
154.26/154.82	c   shiftandpropagate:       0.01       0.00          2          0          0
154.26/154.82	c   shifting         :       0.37       0.00       1057          0          0
154.26/154.82	c   simplerounding   :       0.01       0.00          0          0          0
154.26/154.82	c   subnlp           :       0.00       0.00          0          0          0
154.26/154.82	c   trivial          :       0.00       0.00          4          0          0
154.26/154.82	c   trivialnegation  :       0.00       0.00          0          0          0
154.26/154.82	c   trustregion      :       0.00       0.00          0          0          0
154.26/154.82	c   trysol           :       0.01       0.00          0          0          0
154.26/154.82	c   twoopt           :       0.00       0.00          0          0          0
154.26/154.82	c   undercover       :       0.02       0.00          1          0          0
154.26/154.82	c   vbounds          :       0.01       0.00          2          0          0
154.26/154.82	c   veclendiving     :       0.19       0.00        123          0          0
154.26/154.82	c   zeroobj          :       0.00       0.00          0          0          0
154.26/154.82	c   zirounding       :       0.02       0.00       1000          0          0
154.26/154.82	c   other solutions  :          -          -          -          0          -
154.26/154.82	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
154.26/154.82	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
154.26/154.82	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
154.26/154.82	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
154.26/154.82	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
154.26/154.82	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
154.26/154.82	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
154.26/154.82	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
154.26/154.82	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
154.26/154.82	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
154.26/154.82	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
154.26/154.82	c   primal LP        :       0.25       1442       2372      84.71    9603.63       0.09       1414
154.26/154.82	c   dual LP          :      83.23     175753    3272564      23.98   39318.40       1.31      39296
154.26/154.82	c   lex dual LP      :       0.00          0          0       0.00          -
154.26/154.82	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
154.26/154.82	c   resolve instable :       2.34        525      35320      67.28   15115.67
154.26/154.82	c   diving/probing LP:       1.23       3104      99803      32.15   81263.60
154.26/154.82	c   strong branching :       0.04         29       1303      44.93   35103.32          -          -          0
154.26/154.82	c     (at root node) :          -         29       1303      44.93          -
154.26/154.82	c   conflict analysis:       0.00          0          0       0.00          -
154.26/154.82	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
154.26/154.82	c   benders          :       0.00          0          0          0       0.00          0          0          0
154.26/154.82	c B&B Tree           :
154.26/154.82	c   number of runs   :          2
154.26/154.82	c   nodes            :     137124 (74353 internal, 62771 leaves)
154.26/154.82	c   feasible leaves  :          0
154.26/154.82	c   infeas. leaves   :      62771
154.26/154.82	c   objective leaves :          0
154.26/154.82	c   nodes (total)    :     138156 (75067 internal, 63089 leaves)
154.26/154.82	c   nodes left       :          0
154.26/154.82	c   max depth        :         72
154.26/154.82	c   max depth (total):         72
154.26/154.82	c   backtracks       :      40753 (29.7%)
154.26/154.82	c   early backtracks :          0 (0.0%)
154.26/154.82	c   nodes exc. ref.  :          0 (0.0%)
154.26/154.82	c   delayed cutoffs  :      11583
154.26/154.82	c   repropagations   :      34684 (862958 domain reductions, 10907 cutoffs)
154.26/154.82	c   avg switch length:       5.86
154.26/154.82	c   switching time   :      11.88
154.26/154.82	c Root Node          :
154.26/154.82	c   First LP value   : +0.00000000000000e+00
154.26/154.82	c   First LP Iters   :          2 (2380.95 Iter/sec)
154.26/154.82	c   First LP Time    :       0.00
154.26/154.82	c   Final Dual Bound : +0.00000000000000e+00
154.26/154.82	c   Final Root Iters :        345
154.26/154.82	c   Root LP Estimate : +1.58316574191623e-03
154.26/154.82	c Solution           :
154.26/154.82	c   Solutions found  :          0 (0 improvements)
154.26/154.82	c   Primal Bound     : infeasible
154.26/154.82	c   Dual Bound       :          -
154.26/154.82	c   Gap              :       0.00 %
154.26/154.82	c Integrals          :      Total       Avg%
154.26/154.82	c   primal-dual      :          -          - (problem infeasible)
154.26/154.82	c   primal-ref       :          -          - (problem infeasible)
154.26/154.82	c   dual-ref         :          -          - (problem infeasible)
154.26/154.82	c Time complete (sec):    154.297

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517085-1751236767/watcher-4517085-1751236767 -o /tmp/evaluation-result-4517085-1751236767/solver-4517085-1751236767 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38746 --watchdog 3760 pbsolver -f HOME/instance-4517085-1751236767.opb -t 3600 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100102 s]*
/proc/loadavg: 3.00 2.34 3.06 5/250 40426
/proc/meminfo: memFree=129430640/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=34228 memory=24192 CPUtime=0.1 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 3608 0 0 0 9 1 0 0 20 0 1 0 39355886 35049472 6048 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 8557 6048 2688 2575 0 5464 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34228 KiB
Current children cumulated memory: 24192 KiB

[startup+0.212796 s]*
/proc/loadavg: 3.00 2.34 3.06 5/250 40426
/proc/meminfo: memFree=129430640/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=34540 memory=24576 CPUtime=0.22 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 3720 0 0 0 21 1 0 0 20 0 1 0 39355886 35368960 6144 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 8635 6144 2688 2575 0 5542 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 34540 KiB
Current children cumulated memory: 24576 KiB

[startup+0.312567 s]*
/proc/loadavg: 3.00 2.34 3.06 5/250 40426
/proc/meminfo: memFree=129430640/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=34540 memory=24576 CPUtime=0.31 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 3727 0 0 0 30 1 0 0 20 0 1 0 39355886 35368960 6144 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 8635 6144 2688 2575 0 5542 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 34540 KiB
Current children cumulated memory: 24576 KiB

[startup+0.700277 s]
/proc/loadavg: 3.00 2.34 3.06 5/250 40426
/proc/meminfo: memFree=129422576/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=36924 memory=27520 CPUtime=0.69 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 4445 0 0 0 68 1 0 0 20 0 1 0 39355886 37810176 6880 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 9231 6880 2688 2575 0 6138 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 36924 KiB
Current children cumulated memory: 27520 KiB

[startup+1.50031 s]
/proc/loadavg: 3.00 2.34 3.06 5/250 40426
/proc/meminfo: memFree=129422688/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=40320 memory=30848 CPUtime=1.48 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 5269 0 0 0 147 1 0 0 20 0 1 0 39355886 41287680 7712 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 10080 7712 2688 2575 0 6987 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 30848 KiB

[startup+3.11241 s]
/proc/loadavg: 3.00 2.34 3.06 5/250 40426
/proc/meminfo: memFree=129421932/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=43940 memory=35036 CPUtime=3.08 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 6462 0 0 0 307 1 0 0 20 0 1 0 39355886 44994560 8759 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 10985 8759 2688 2575 0 7892 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 43940 KiB
Current children cumulated memory: 35036 KiB

[startup+6.3003 s]
/proc/loadavg: 3.08 2.37 3.07 5/250 40426
/proc/meminfo: memFree=129420924/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=43684 memory=36120 CPUtime=6.26 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 6670 0 0 0 625 1 0 0 20 0 1 0 39355886 44732416 9030 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 10921 9030 2976 2575 0 7828 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 43684 KiB
Current children cumulated memory: 36120 KiB

[startup+12.7003 s]
/proc/loadavg: 3.15 2.39 3.07 5/250 40426
/proc/meminfo: memFree=129401220/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=49668 memory=41496 CPUtime=12.64 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 8028 0 0 0 1262 2 0 0 20 0 1 0 39355886 50860032 10374 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 12417 10374 2976 2575 0 9324 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 49668 KiB
Current children cumulated memory: 41496 KiB

[startup+25.5003 s]
/proc/loadavg: 3.34 2.47 3.09 5/250 40426
/proc/meminfo: memFree=129365488/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=62352 memory=53528 CPUtime=25.4 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 11029 0 0 0 2537 3 0 0 20 0 1 0 39355886 63848448 13382 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 15588 13382 2976 2575 0 12495 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 62352 KiB
Current children cumulated memory: 53528 KiB

[startup+51.1125 s]
/proc/loadavg: 3.63 2.61 3.12 5/250 40426
/proc/meminfo: memFree=129332056/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=73208 memory=64408 CPUtime=50.92 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 13753 0 0 0 5088 4 0 0 20 0 1 0 39355886 74964992 16102 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 18302 16102 2976 2575 0 15209 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 73208 KiB
Current children cumulated memory: 64408 KiB

[startup+102.3 s]
/proc/loadavg: 3.91 2.85 3.17 5/252 40432
/proc/meminfo: memFree=129314068/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=79088 memory=69912 CPUtime=101.94 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 15145 0 0 0 10189 5 0 0 20 0 1 0 39355886 80986112 17478 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 19772 17478 2976 2575 0 16679 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 79088 KiB
Current children cumulated memory: 69912 KiB

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

# cumulated CPU time of all completed processes:  user=154.239 s, system=0.063657 s

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

[startup+102.4 s]
/proc/loadavg: 3.91 2.85 3.17 5/252 40432
/proc/meminfo: memFree=129314068/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=79088 memory=69912 CPUtime=102.04 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 15145 0 0 0 10199 5 0 0 20 0 1 0 39355886 80986112 17478 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 19772 17478 2976 2575 0 16679 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 79088 KiB
Current children cumulated memory: 69912 KiB

[startup+128 s]*
/proc/loadavg: 3.94 2.94 3.20 5/252 40434
/proc/meminfo: memFree=129292844/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=80748 memory=71704 CPUtime=127.56 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 15568 0 0 0 12751 5 0 0 20 0 1 0 39355886 82685952 17926 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 20187 17926 2976 2575 0 17094 0
Current children cumulated CPU time: 127.56 s
Current children cumulated vsize: 80748 KiB
Current children cumulated memory: 71704 KiB

[startup+140.8 s]
/proc/loadavg: 4.02 3.01 3.21 5/252 40434
/proc/meminfo: memFree=129294004/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=81200 memory=71960 CPUtime=140.3 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 15654 0 0 0 14025 5 0 0 20 0 1 0 39355886 83148800 17990 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 20300 17990 2976 2575 0 17207 0
Current children cumulated CPU time: 140.3 s
Current children cumulated vsize: 81200 KiB
Current children cumulated memory: 71960 KiB

[startup+147.2 s]
/proc/loadavg: 4.02 3.02 3.22 5/252 40434
/proc/meminfo: memFree=129294004/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=81200 memory=71960 CPUtime=146.68 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 15655 0 0 0 14663 5 0 0 20 0 1 0 39355886 83148800 17990 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 20300 17990 2976 2575 0 17207 0
Current children cumulated CPU time: 146.68 s
Current children cumulated vsize: 81200 KiB
Current children cumulated memory: 71960 KiB

[startup+150.4 s]
/proc/loadavg: 4.10 3.06 3.23 5/252 40434
/proc/meminfo: memFree=129291880/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=81396 memory=72216 CPUtime=149.87 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 15706 0 0 0 14982 5 0 0 20 0 1 0 39355886 83349504 18054 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 20349 18054 2976 2575 0 17256 0
Current children cumulated CPU time: 149.87 s
Current children cumulated vsize: 81396 KiB
Current children cumulated memory: 72216 KiB

[startup+152 s]*
/proc/loadavg: 4.10 3.06 3.23 5/252 40434
/proc/meminfo: memFree=129293928/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=81984 memory=72728 CPUtime=151.48 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 15846 0 0 0 15143 5 0 0 20 0 1 0 39355886 83951616 18182 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 20496 18182 2976 2575 0 17403 0
Current children cumulated CPU time: 151.48 s
Current children cumulated vsize: 81984 KiB
Current children cumulated memory: 72728 KiB

[startup+153.6 s]
/proc/loadavg: 4.10 3.06 3.23 5/252 40434
/proc/meminfo: memFree=129293928/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=82348 memory=73112 CPUtime=153.06 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 15937 0 0 0 15301 5 0 0 20 0 1 0 39355886 84324352 18278 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 20587 18278 2976 2575 0 17494 0
Current children cumulated CPU time: 153.06 s
Current children cumulated vsize: 82348 KiB
Current children cumulated memory: 73112 KiB

[startup+154.4 s]
/proc/loadavg: 4.10 3.06 3.23 5/252 40434
/proc/meminfo: memFree=129293676/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=82792 memory=73624 CPUtime=153.86 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 16048 0 0 0 15381 5 0 0 20 0 1 0 39355886 84779008 18406 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 20698 18406 2976 2575 0 17605 0
Current children cumulated CPU time: 153.86 s
Current children cumulated vsize: 82792 KiB
Current children cumulated memory: 73624 KiB

[startup+154.8 s]
/proc/loadavg: 4.10 3.06 3.23 5/252 40434
/proc/meminfo: memFree=129293676/131382112 swapFree=33010684/33010684
[pid=40425] ppid=40422 vsize=83428 memory=74136 CPUtime=154.26 cores=4,6
/proc/40425/stat : 40425 (pbsolver) R 40422 40425 35802 0 -1 4194304 16207 0 0 0 15421 5 0 0 20 0 1 0 39355886 85430272 18534 18446744073709551615 4198400 14743177 140722219989552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 42790912 140722219997578 140722219997674 140722219997674 140722220003276 0
/proc/40425/statm: 20857 18534 2976 2575 0 17764 0
Current children cumulated CPU time: 154.26 s
Current children cumulated vsize: 83428 KiB
Current children cumulated memory: 74136 KiB

Child status: 0

Real time (s): 154.831
CPU time (s): 154.303
CPU user time (s): 154.239
CPU system time (s): 0.063657
CPU usage (%): 99.6589
Max. virtual memory (cumulated for all children) (KiB): 83428
Max. memory (cumulated for all children) (KiB): 74136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.239
system time used= 0.063657
maximum resident set size= 74136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16207
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= 3
involuntary context switches= 231


# summary of solver processes directly reported to runsolver:
#   pid: 40425
#   total CPU time (s): 154.303
#   total CPU user time (s): 154.239
#   total CPU system time (s): 0.063657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.729901 second user time and 1.61583 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 00:39:27
IDJOB=4517085
IDBENCH=175980
IDSOLVER=3366
FILE ID=nodeC007/4517085-1751236767
RUNJOBID= nodeC007-1751236711-38746
SLURM_JOB_ID= 9587709
Free space on /tmp= 432972 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq5/normalized-16array_alg_ineq5.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517085-1751236767/watcher-4517085-1751236767 -o /tmp/evaluation-result-4517085-1751236767/solver-4517085-1751236767 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38746 --watchdog 3760  pbsolver -f HOME/instance-4517085-1751236767.opb -t 3600 -m 31000

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

MD5SUM BENCH= 2e54c08f901c8d3e55b254d9ae7919ac
RANDOM SEED=1490789546

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129438148 kB
MemAvailable:   129501696 kB
Buffers:            3280 kB
Cached:           872532 kB
SwapCached:            0 kB
Active:           790120 kB
Inactive:         627200 kB
Active(anon):     559468 kB
Inactive(anon):        0 kB
Active(file):     230652 kB
Inactive(file):   627200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45332 kB
Writeback:             0 kB
AnonPages:        544684 kB
Mapped:           138152 kB
Shmem:             17960 kB
KReclaimable:      90644 kB
Slab:             172480 kB
SReclaimable:      90644 kB
SUnreclaim:        81836 kB
KernelStack:        4032 kB
PageTables:         4112 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     959744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432956 MiB
End job on nodeC007 at 2025-06-30 00:42:03