Trace number 4511023

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 2133.99 2140.89

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
MD5SUMfb8182fd0bba68f9e66fcd22263b2e3b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.97667
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5685
Total number of constraints13428
Number of constraints which are clauses6344
Number of constraints which are cardinality constraints (but not clauses)7084
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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-4511023-1751202123.opb>
0.00/0.02	c original problem has 5685 variables (5685 bin, 0 int, 0 cont) and 13428 constraints
0.00/0.02	c problem read in 0.024 seconds
0.00/0.02	c problem without objective
0.00/0.04	c presolving:
0.00/0.08	c    (0.1s) running MILP presolver
0.09/0.11	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.09/0.11	c (round 1, medium)     0 del vars, 13428 del conss, 8321 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 8321 clqs
0.09/0.14	c (round 2, exhaustive) 0 del vars, 13428 del conss, 8321 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8321 upgd conss, 0 impls, 8321 clqs
0.09/0.19	c    (0.2s) probing: 51/5685 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.19/0.21	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.19/0.22	c    (0.2s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.78) (symcode time: 0.01)
0.19/0.23	c dynamic symmetry handling statistics:
0.19/0.23	c    orbitopal reduction:       no components
0.19/0.23	c    orbital reduction:         no components
0.19/0.23	c    lexicographic reduction:   no permutations
0.19/0.23	c handled 1 out of 1 symmetry components
0.19/0.23	c (round 3, exhaustive) 9 del vars, 13428 del conss, 8322 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8321 upgd conss, 0 impls, 8300 clqs
0.19/0.23	c (round 4, fast)       21 del vars, 13455 del conss, 8322 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8321 upgd conss, 0 impls, 8294 clqs
0.19/0.24	c (round 5, medium)     26 del vars, 13460 del conss, 8322 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8321 upgd conss, 0 impls, 8294 clqs
0.19/0.28	c    (0.3s) probing: 104/5685 (1.8%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
0.19/0.28	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.19/0.28	c presolving (6 rounds: 6 fast, 5 medium, 3 exhaustive):
0.19/0.28	c  26 deleted vars, 13460 deleted constraints, 8322 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.28	c  0 implications, 8302 cliques
0.19/0.28	c presolved problem has 5665 variables (5665 bin, 0 int, 0 cont) and 8290 constraints
0.19/0.28	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.19/0.28	c    8289 constraints of type <setppc>
0.19/0.28	c       1 constraints of type <orbitope_pp>
0.19/0.28	c transformed objective value is always integral (scale: 1)
0.19/0.28	c Presolving Time: 0.24
0.19/0.28	c 
0.19/0.28	c - non default parameters ----------------------------------------------------------------------
0.19/0.28	c 
0.19/0.28	c # SCIP version 10.0.0
0.19/0.28	c 
0.19/0.28	c # maximal time in seconds to run
0.19/0.28	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.19/0.28	c limits/time = 3596.999008
0.19/0.28	c 
0.19/0.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.28	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.19/0.28	c limits/memory = 27900
0.19/0.28	c 
0.19/0.28	c # belongs reading time to solving time?
0.19/0.28	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.19/0.28	c timing/reading = TRUE
0.19/0.28	c 
0.19/0.28	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.19/0.28	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.19/0.28	c reading/opbreader/maxintsize = 47
0.19/0.28	c 
0.19/0.28	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.19/0.28	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.19/0.28	c propagating/genvbounds/timingmask = 0
0.19/0.28	c 
0.19/0.28	c -----------------------------------------------------------------------------------------------
0.19/0.28	c 
0.39/0.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.39/0.48	c   0.5s|     1 |     0 |  4567 |     - |    94M |   0 |5665 |8326 |8289 |   0 |  0 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.98/3.09	c   3.1s|     1 |     0 | 15757 |     - |   101M |   0 |5665 |8416 |8291 |   2 |  1 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.41	c   3.4s|     1 |     0 | 15932 |     - |   104M |   0 |5665 |8417 |8297 |   8 |  2 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.78	c   3.8s|     1 |     0 | 15968 |     - |   108M |   0 |5665 |8418 |8301 |  12 |  3 |  38 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.17/4.23	c   4.2s|     1 |     0 | 16169 |     - |   113M |   0 |5665 |8419 |8306 |  17 |  4 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.67/4.73	c   4.7s|     1 |     0 | 16287 |     - |   123M |   0 |5665 |8420 |8312 |  23 |  5 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.97/5.09	c   5.1s|     1 |     0 | 16393 |     - |   131M |   0 |5665 |8421 |8318 |  29 |  6 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.46/5.52	c   5.5s|     1 |     0 | 16478 |     - |   141M |   0 |5665 |8422 |8322 |  33 |  7 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.76/5.84	c   5.8s|     1 |     0 | 16550 |     - |   145M |   0 |5665 |8423 |8330 |  41 |  8 |  43 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.26/6.31	c   6.3s|     1 |     0 | 16683 |     - |   147M |   0 |5665 |8424 |8335 |  46 |  9 |  44 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.66/6.73	c   6.7s|     1 |     0 | 16860 |     - |   153M |   0 |5665 |8425 |8338 |  49 | 10 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.76/6.88	c   6.9s|     1 |     0 | 16942 |     - |   154M |   0 |5665 |8426 |8343 |  54 | 11 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.06/8.15	c   8.2s|     1 |     2 | 20406 |     - |   154M |   0 |5665 |8434 |8343 |  54 | 11 |  54 |  11 | 0.000000e+00 |      --      |    Inf | unknown
19.73/19.89	c  19.9s|   100 |    53 | 71371 | 549.8 |   159M |  27 |5665 |8666 |8320 | 102 |  1 | 286 |  11 | 0.000000e+00 |      --      |    Inf | unknown
22.32/22.40	c  22.4s|   200 |    56 | 85077 | 342.4 |   160M |  32 |5665 |8947 |8320 | 102 |  1 | 567 |  11 | 0.000000e+00 |      --      |    Inf | unknown
25.61/25.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.61/25.77	c  25.8s|   300 |    70 |100999 | 281.1 |   161M |  33 |5665 |9202 |8320 | 102 |  0 | 845 |  11 | 0.000000e+00 |      --      |    Inf | unknown
28.31/28.41	c  28.4s|   400 |    79 |114827 | 245.3 |   161M |  34 |5665 |9419 |8320 | 102 |  0 |1112 |  11 | 0.000000e+00 |      --      |    Inf | unknown
29.80/29.91	c  29.9s|   500 |    80 |125456 | 217.5 |   162M |  35 |5665 |9648 |   0 | 102 |  0 |1399 |  11 | 0.000000e+00 |      --      |    Inf | unknown
32.69/32.88	c  32.9s|   600 |    94 |140211 | 205.8 |   162M |  35 |5665 |9795 |8320 | 102 |  1 |1671 |  11 | 0.000000e+00 |      --      |    Inf | unknown
35.08/35.29	c  35.3s|   700 |   105 |151395 | 192.4 |   162M |  35 |5665 |9906 |8320 | 102 |  1 |1901 |  11 | 0.000000e+00 |      --      |    Inf | unknown
36.48/36.67	c  36.7s|   800 |   101 |159592 | 178.5 |   162M |  35 |5665 |  10k|8320 | 102 |  1 |2148 |  11 | 0.000000e+00 |      --      |    Inf | unknown
37.98/38.15	c  38.1s|   900 |   100 |169378 | 169.6 |   163M |  35 |5665 |9975 |8320 | 102 |  1 |2439 |  11 | 0.000000e+00 |      --      |    Inf | unknown
40.36/40.52	c  40.5s|  1000 |   114 |180955 | 164.2 |   163M |  35 |5665 |  10k|8320 | 102 |  0 |2664 |  11 | 0.000000e+00 |      --      |    Inf | unknown
41.76/41.94	c  41.9s|  1100 |   108 |191132 | 158.5 |   163M |  35 |5665 |  10k|8320 | 102 |  0 |2937 |  11 | 0.000000e+00 |      --      |    Inf | unknown
44.65/44.89	c  44.9s|  1200 |   133 |206564 | 158.2 |   163M |  35 |5665 |  10k|8320 | 102 |  0 |3182 |  11 | 0.000000e+00 |      --      |    Inf | unknown
49.44/49.62	c  49.6s|  1300 |   164 |220174 | 156.5 |   164M |  35 |5665 |9937 |8320 | 102 |  1 |3417 |  11 | 0.000000e+00 |      --      |    Inf | unknown
53.13/53.31	c  53.3s|  1400 |   169 |232350 | 154.0 |   164M |  35 |5665 |9981 |8320 | 102 |  1 |3686 |  11 | 0.000000e+00 |      --      |    Inf | unknown
54.42/54.65	c  54.7s|  1500 |   174 |242137 | 150.2 |   165M |  35 |5665 |  10k|8320 | 102 |  1 |3943 |  11 | 0.000000e+00 |      --      |    Inf | unknown
56.12/56.34	c  56.3s|  1600 |   182 |255326 | 149.1 |   165M |  35 |5665 |  10k|8320 | 102 |  1 |4229 |  11 | 0.000000e+00 |      --      |    Inf | unknown
57.71/57.99	c  58.0s|  1700 |   191 |267723 | 147.6 |   165M |  35 |5665 |  10k|8320 | 102 |  1 |4514 |  11 | 0.000000e+00 |      --      |    Inf | unknown
59.21/59.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.21/59.49	c  59.5s|  1800 |   179 |279863 | 146.1 |   165M |  35 |5665 |  10k|8320 | 102 |  0 |4792 |  11 | 0.000000e+00 |      --      |    Inf | unknown
60.81/61.03	c  61.0s|  1900 |   177 |290720 | 144.2 |   165M |  35 |5665 |  10k|8320 | 102 |  1 |5063 |  11 | 0.000000e+00 |      --      |    Inf | unknown
62.10/62.31	c  62.3s|  2000 |   187 |299912 | 141.6 |   165M |  35 |5665 |  10k|8320 | 102 |  1 |5338 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.70/63.93	c  63.9s|  2100 |   183 |311979 | 140.6 |   166M |  35 |5665 |  10k|8320 | 102 |  1 |5609 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.39/65.60	c  65.6s|  2200 |   197 |324588 | 139.9 |   167M |  35 |5665 |  10k|8320 | 102 |  0 |5841 |  11 | 0.000000e+00 |      --      |    Inf | unknown
66.69/66.96	c  67.0s|  2300 |   199 |336495 | 139.0 |   167M |  35 |5665 |  10k|8320 | 102 |  1 |6099 |  11 | 0.000000e+00 |      --      |    Inf | unknown
67.98/68.24	c  68.2s|  2400 |   189 |346850 | 137.5 |   167M |  35 |5665 |  10k|8320 | 102 |  1 |6394 |  11 | 0.000000e+00 |      --      |    Inf | unknown
68.98/69.28	c  69.3s|  2500 |   204 |353586 | 134.7 |   167M |  35 |5665 |  10k|8320 | 102 |  1 |6622 |  11 | 0.000000e+00 |      --      |    Inf | unknown
70.08/70.36	c  70.4s|  2600 |   189 |361158 | 132.4 |   168M |  35 |5665 |  10k|8320 | 102 |  0 |6896 |  11 | 0.000000e+00 |      --      |    Inf | unknown
71.47/71.72	c  71.7s|  2700 |   180 |369837 | 130.8 |   168M |  35 |5665 |  10k|8320 | 102 |  0 |7149 |  11 | 0.000000e+00 |      --      |    Inf | unknown
72.77/73.09	c  73.1s|  2800 |   180 |379004 | 129.4 |   168M |  35 |5665 |  11k|8320 | 102 |  1 |7438 |  11 | 0.000000e+00 |      --      |    Inf | unknown
73.87/74.13	c  74.1s|  2900 |   189 |387228 | 127.7 |   168M |  35 |5665 |  11k|8320 | 102 |  1 |7673 |  11 | 0.000000e+00 |      --      |    Inf | unknown
75.06/75.33	c  75.3s|  3000 |   195 |396619 | 126.6 |   169M |  35 |5665 |  11k|8320 | 102 |  1 |7914 |  11 | 0.000000e+00 |      --      |    Inf | unknown
76.16/76.49	c  76.5s|  3100 |   185 |406206 | 125.6 |   169M |  35 |5665 |  11k|8320 | 102 |  0 |8207 |  11 | 0.000000e+00 |      --      |    Inf | unknown
77.76/78.04	c  78.0s|  3200 |   189 |415666 | 124.6 |   169M |  35 |5665 |  11k|8320 | 102 |  1 |8427 |  11 | 0.000000e+00 |      --      |    Inf | unknown
78.95/79.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.95/79.27	c  79.3s|  3300 |   181 |425323 | 123.8 |   169M |  35 |5665 |  11k|8320 | 102 |  0 |8701 |  11 | 0.000000e+00 |      --      |    Inf | unknown
80.14/80.48	c  80.5s|  3400 |   182 |432977 | 122.4 |   169M |  35 |5665 |  11k|8320 | 102 |  0 |8938 |  11 | 0.000000e+00 |      --      |    Inf | unknown
81.34/81.60	c  81.6s|  3500 |   194 |441841 | 121.4 |   169M |  35 |5665 |  11k|8320 | 102 |  1 |9221 |  11 | 0.000000e+00 |      --      |    Inf | unknown
82.44/82.78	c  82.8s|  3600 |   202 |450158 | 120.4 |   170M |  35 |5665 |  11k|8320 | 102 |  0 |9477 |  11 | 0.000000e+00 |      --      |    Inf | unknown
83.53/83.81	c  83.8s|  3700 |   202 |458461 | 119.4 |   170M |  35 |5665 |  11k|8320 | 102 |  0 |9743 |  11 | 0.000000e+00 |      --      |    Inf | unknown
84.33/84.69	c  84.7s|  3800 |   197 |465223 | 118.0 |   170M |  35 |5665 |  11k|8320 | 102 |  1 |9977 |  11 | 0.000000e+00 |      --      |    Inf | unknown
85.34/85.66	c  85.7s|  3900 |   191 |472673 | 116.9 |   171M |  35 |5665 |  12k|8320 | 102 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
86.34/86.62	c  86.6s|  4000 |   176 |480276 | 115.9 |   171M |  35 |5665 |  12k|8320 | 102 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
88.73/89.04	c  89.0s|  4100 |   206 |498964 | 117.6 |   171M |  35 |5665 |  12k|8317 | 102 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
89.63/89.95	c  90.0s|  4200 |   213 |505022 | 116.2 |   172M |  35 |5665 |  12k|8317 | 104 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
90.73/91.04	c  91.0s|  4300 |   218 |511738 | 115.1 |   172M |  35 |5665 |  12k|   0 | 104 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
91.62/91.94	c  91.9s|  4400 |   221 |518785 | 114.1 |   172M |  35 |5665 |  12k|8317 | 104 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
92.62/92.93	c  92.9s|  4500 |   225 |526149 | 113.2 |   172M |  35 |5665 |  12k|8317 | 104 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
93.31/93.70	c  93.7s|  4600 |   229 |530721 | 111.7 |   172M |  35 |5665 |  12k|   0 | 104 |  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
94.31/94.68	c  94.7s|  4700 |   229 |536898 | 110.7 |   173M |  35 |5665 |  12k|8317 | 104 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
95.11/95.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.11/95.43	c  95.4s|  4800 |   232 |541354 | 109.3 |   173M |  35 |5665 |  13k|8320 | 104 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
95.81/96.14	c  96.1s|  4900 |   228 |545079 | 107.8 |   173M |  35 |5665 |  13k|8317 | 104 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
97.00/97.37	c  97.4s|  5000 |   235 |552583 | 107.1 |   173M |  35 |5665 |  13k|   0 | 104 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
98.30/98.61	c  98.6s|  5100 |   249 |560162 | 106.5 |   174M |  35 |5665 |  12k|8320 | 104 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
99.10/99.47	c  99.5s|  5200 |   244 |565338 | 105.5 |   174M |  35 |5665 |  12k|   0 | 104 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
99.89/100.28	c   100s|  5300 |   245 |570186 | 104.4 |   174M |  35 |5665 |  13k|   0 | 104 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
101.39/101.75	c   102s|  5400 |   246 |578427 | 104.0 |   175M |  35 |5665 |  13k|   0 | 104 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
101.79/102.12	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
101.79/102.12	c (run 1, node 5445) performing user restart
101.79/102.12	c 
101.79/102.12	c (restart) converted 14 cuts from the global cut pool into linear constraints
101.79/102.12	c 
101.79/102.14	c presolving:
101.79/102.14	c (round 1, fast)       0 del vars, 3107 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 8302 clqs
101.79/102.16	c (round 2, exhaustive) 0 del vars, 3215 del conss, 54 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 8302 clqs
101.79/102.17	c (round 3, exhaustive) 0 del vars, 3215 del conss, 54 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 99 upgd conss, 0 impls, 8303 clqs
101.79/102.18	c (round 4, exhaustive) 0 del vars, 3245 del conss, 69 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 99 upgd conss, 0 impls, 8303 clqs
101.89/102.20	c (round 5, exhaustive) 0 del vars, 3598 del conss, 69 add conss, 0 chg bounds, 0 chg sides, 287 chg coeffs, 99 upgd conss, 0 impls, 8303 clqs
101.89/102.21	c (round 6, exhaustive) 0 del vars, 3611 del conss, 69 add conss, 0 chg bounds, 0 chg sides, 287 chg coeffs, 99 upgd conss, 0 impls, 8303 clqs
101.89/102.24	c presolving (7 rounds: 7 fast, 6 medium, 6 exhaustive):
101.89/102.24	c  0 deleted vars, 3611 deleted constraints, 69 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 287 changed coefficients
101.89/102.24	c  0 implications, 8303 cliques
101.89/102.24	c presolved problem has 5665 variables (5665 bin, 0 int, 0 cont) and 9869 constraints
101.89/102.24	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
101.89/102.24	c      88 constraints of type <knapsack>
101.89/102.24	c    8289 constraints of type <setppc>
101.89/102.24	c       1 constraints of type <linear>
101.89/102.24	c       1 constraints of type <orbitope_pp>
101.89/102.24	c    1490 constraints of type <logicor>
101.89/102.24	c transformed objective value is always integral (scale: 1)
101.89/102.24	c Presolving Time: 0.35
101.89/102.24	c 
102.09/102.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.09/102.42	c   102s|     1 |     0 |585186 |     - |   176M |   0 |5665 |9873 |8303 |   0 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
102.58/102.98	c   103s|     1 |     0 |585396 |     - |   179M |   0 |5665 |9909 |8310 |   7 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
102.79/103.16	c   103s|     1 |     0 |585453 |     - |   179M |   0 |5665 |9910 |8316 |  13 |  2 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
102.99/103.35	c   103s|     1 |     0 |585513 |     - |   180M |   0 |5665 |9911 |8324 |  21 |  3 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
103.19/103.55	c   104s|     1 |     0 |585616 |     - |   181M |   0 |5665 |9913 |8330 |  27 |  4 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
103.38/103.78	c   104s|     1 |     0 |585665 |     - |   181M |   0 |5665 |9914 |8335 |  32 |  5 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
103.58/103.97	c   104s|     1 |     0 |585705 |     - |   181M |   0 |5665 |9914 |8341 |  38 |  6 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
103.79/104.18	c   104s|     1 |     0 |585788 |     - |   182M |   0 |5665 |9915 |8347 |  44 |  7 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
103.98/104.39	c   104s|     1 |     0 |585907 |     - |   185M |   0 |5665 |9916 |8355 |  52 |  8 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
104.28/104.60	c   105s|     1 |     0 |585969 |     - |   187M |   0 |5665 |9917 |8359 |  56 |  9 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
104.48/104.89	c   105s|     1 |     0 |586031 |     - |   192M |   0 |5665 |9918 |8364 |  61 | 10 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
104.69/105.01	c   105s|     1 |     0 |586066 |     - |   193M |   0 |5665 |9919 |8370 |  67 | 11 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
105.68/106.10	c   106s|     1 |     2 |589433 |     - |   193M |   0 |5665 |9926 |8370 |  67 | 11 |  14k|  24 | 0.000000e+00 |      --      |    Inf | unknown
110.66/111.05	c   111s|   100 |    21 |614850 | 106.9 |   201M |  20 |5665 |  10k|8336 | 179 |  1 |  15k|  24 | 0.000000e+00 |      --      |    Inf |   0.90%
113.45/113.84	c   114s|   200 |    32 |627407 | 107.2 |   203M |  22 |5665 |  10k|8336 | 194 |  0 |  15k|  24 | 0.000000e+00 |      --      |    Inf |   0.92%
114.65/115.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
114.65/115.04	c   115s|   300 |    34 |635384 | 106.7 |   203M |  23 |5665 |  10k|   0 | 196 |  0 |  15k|  24 | 0.000000e+00 |      --      |    Inf |   0.95%
115.65/116.09	c   116s|   400 |    29 |641897 | 106.0 |   203M |  23 |5665 |  10k|8328 | 196 |  1 |  15k|  24 | 0.000000e+00 |      --      |    Inf |   0.99%
117.54/117.90	c   118s|   500 |    41 |656944 | 106.8 |   205M |  25 |5665 |  10k|8329 | 199 |  0 |  15k|  24 | 0.000000e+00 |      --      |    Inf |   1.01%
119.13/119.56	c   120s|   600 |    37 |669408 | 107.1 |   205M |  25 |5665 |  10k|8329 | 202 |  0 |  15k|  24 | 0.000000e+00 |      --      |    Inf |   1.01%
120.83/121.29	c   121s|   700 |    36 |682229 | 107.4 |   205M |  27 |5665 |  10k|8328 | 202 |  1 |  16k|  24 | 0.000000e+00 |      --      |    Inf |   1.02%
122.92/123.30	c   123s|   800 |    35 |700001 | 108.5 |   205M |  27 |5665 |  10k|8328 | 202 |  1 |  16k|  24 | 0.000000e+00 |      --      |    Inf |   1.03%
124.12/124.51	c   125s|   900 |    41 |707874 | 108.1 |   205M |  27 |5665 |  11k|8328 | 202 |  1 |  16k|  24 | 0.000000e+00 |      --      |    Inf |   1.03%
125.32/125.78	c   126s|  1000 |    41 |717000 | 107.8 |   205M |  27 |5665 |  11k|8328 | 208 |  1 |  16k|  24 | 0.000000e+00 |      --      |    Inf |   1.04%
127.21/127.68	c   128s|  1100 |    44 |732302 | 108.5 |   205M |  28 |5665 |  11k|8328 | 214 |  1 |  17k|  24 | 0.000000e+00 |      --      |    Inf |   1.04%
128.11/128.55	c   129s|  1200 |    43 |737536 | 107.6 |   205M |  28 |5665 |  11k|8329 | 217 |  0 |  17k|  24 | 0.000000e+00 |      --      |    Inf |   1.06%
129.50/129.98	c   130s|  1300 |    39 |747408 | 107.5 |   205M |  28 |5665 |  11k|8328 | 217 |  0 |  17k|  24 | 0.000000e+00 |      --      |    Inf |   1.06%
130.90/131.30	c   131s|  1400 |    40 |757227 | 107.4 |   205M |  28 |5665 |  11k|8328 | 217 |  0 |  17k|  24 | 0.000000e+00 |      --      |    Inf |   1.06%
132.20/132.66	c   133s|  1500 |    39 |766703 | 107.2 |   205M |  28 |5665 |  11k|8328 | 217 |  1 |  17k|  24 | 0.000000e+00 |      --      |    Inf |   1.06%
133.29/133.71	c   134s|  1600 |    41 |773524 | 106.6 |   205M |  28 |5665 |  11k|8329 | 223 |  1 |  18k|  24 | 0.000000e+00 |      --      |    Inf |   1.07%
134.49/134.98	c   135s|  1700 |    39 |782945 | 106.5 |   205M |  28 |5665 |  11k|8328 | 232 |  0 |  18k|  24 | 0.000000e+00 |      --      |    Inf |   1.07%
135.48/135.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
135.48/135.91	c   136s|  1800 |    36 |788748 | 105.8 |   205M |  28 |5665 |  11k|8328 | 232 |  0 |  18k|  24 | 0.000000e+00 |      --      |    Inf |   1.07%
136.59/137.07	c   137s|  1900 |    39 |797402 | 105.5 |   205M |  28 |5665 |  11k|8328 | 232 |  0 |  18k|  24 | 0.000000e+00 |      --      |    Inf |   1.07%
137.58/138.01	c   138s|  2000 |    35 |803515 | 104.9 |   205M |  28 |5665 |  11k|8328 | 232 |  1 |  18k|  24 | 0.000000e+00 |      --      |    Inf |   1.07%
138.68/139.12	c   139s|  2100 |    31 |811495 | 104.6 |   205M |  28 |5665 |  11k|8329 | 235 |  0 |  19k|  24 | 0.000000e+00 |      --      |    Inf |   1.07%
142.27/142.71	c   143s|  2200 |    30 |828323 | 105.4 |   205M |  28 |5665 |  11k|8328 | 261 |  0 |  19k|  24 | 0.000000e+00 |      --      |    Inf |   1.07%
145.06/145.59	c   146s|  2300 |    30 |845639 | 106.3 |   207M |  28 |5665 |  11k|8335 | 321 |  1 |  19k|  24 | 0.000000e+00 |      --      |    Inf |   1.23%
146.45/146.98	c   147s|  2400 |    30 |854250 | 106.1 |   209M |  28 |5665 |  11k|   0 | 352 |  0 |  19k|  24 | 0.000000e+00 |      --      |    Inf |   1.31%
147.56/148.10	c   148s|  2500 |    37 |859872 | 105.4 |   209M |  28 |5665 |  11k|8340 | 352 |  0 |  19k|  24 | 0.000000e+00 |      --      |    Inf |   1.35%
148.75/149.26	c   149s|  2600 |    39 |866149 | 104.9 |   209M |  28 |5665 |  12k|8340 | 352 |  1 |  20k|  24 | 0.000000e+00 |      --      |    Inf |   1.36%
149.84/150.33	c   150s|  2700 |    33 |871475 | 104.3 |   209M |  28 |5665 |  12k|8340 | 352 |  0 |  20k|  24 | 0.000000e+00 |      --      |    Inf |   1.38%
151.64/152.12	c   152s|  2800 |    30 |878154 | 103.8 |   210M |  28 |5665 |  12k|8349 | 388 |  0 |  20k|  24 | 0.000000e+00 |      --      |    Inf |   1.49%
153.23/153.79	c   154s|  2900 |    43 |889813 | 104.0 |   212M |  28 |5665 |  12k|8349 | 395 |  1 |  20k|  24 | 0.000000e+00 |      --      |    Inf |   1.50%
154.83/155.30	c   155s|  3000 |    39 |901103 | 104.1 |   212M |  28 |5665 |  12k|8336 | 398 |  0 |  20k|  24 | 0.000000e+00 |      --      |    Inf |   1.52%
156.02/156.53	c   157s|  3100 |    34 |910456 | 103.9 |   212M |  28 |5665 |  12k|8335 | 401 |  1 |  21k|  24 | 0.000000e+00 |      --      |    Inf |   1.55%
157.32/157.86	c   158s|  3200 |    26 |921413 | 104.0 |   212M |  28 |5665 |  12k|8349 | 402 |  1 |  21k|  24 | 0.000000e+00 |      --      |    Inf |   1.60%
159.62/160.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
159.62/160.15	c   160s|  3300 |    28 |933612 | 104.2 |   214M |  28 |5665 |  12k|   0 | 453 |  0 |  21k|  24 | 0.000000e+00 |      --      |    Inf |   1.69%
161.01/161.55	c   162s|  3400 |    30 |943026 | 104.1 |   214M |  28 |5665 |  12k|8320 | 453 |  0 |  21k|  24 | 0.000000e+00 |      --      |    Inf |   1.73%
163.61/164.11	c   164s|  3500 |    29 |954115 | 104.2 |   214M |  28 |5665 |  12k|8354 | 503 |  2 |  21k|  24 | 0.000000e+00 |      --      |    Inf |   1.84%
165.60/166.18	c   166s|  3600 |    35 |969341 | 104.7 |   215M |  28 |5665 |  12k|8353 | 600 |  0 |  21k|  24 | 0.000000e+00 |      --      |    Inf |   2.05%
167.79/168.36	c   168s|  3700 |    37 |979126 | 104.6 |   216M |  28 |5665 |  12k|8350 | 638 |  0 |  22k|  24 | 0.000000e+00 |      --      |    Inf |   2.13%
169.28/169.83	c   170s|  3800 |    37 |989108 | 104.6 |   216M |  28 |5665 |  12k|8351 | 652 |  0 |  22k|  24 | 0.000000e+00 |      --      |    Inf |   2.14%
170.59/171.12	c   171s|  3900 |    34 |997068 | 104.3 |   216M |  28 |5665 |  12k|8351 | 667 |  1 |  22k|  24 | 0.000000e+00 |      --      |    Inf |   2.15%
171.78/172.35	c   172s|  4000 |    33 |  1004k| 104.0 |   216M |  28 |5665 |  12k|8350 | 697 |  0 |  22k|  24 | 0.000000e+00 |      --      |    Inf |   2.18%
173.48/174.05	c   174s|  4100 |    36 |  1018k| 104.4 |   216M |  28 |5665 |  12k|8335 | 711 |  0 |  23k|  24 | 0.000000e+00 |      --      |    Inf |   2.20%
174.77/175.33	c   175s|  4200 |    38 |  1027k| 104.2 |   216M |  28 |5665 |  12k|8337 | 727 |  0 |  23k|  24 | 0.000000e+00 |      --      |    Inf |   2.25%
176.06/176.65	c   177s|  4300 |    38 |  1036k| 104.1 |   216M |  28 |5665 |  12k|8336 | 733 |  1 |  23k|  24 | 0.000000e+00 |      --      |    Inf |   2.26%
176.96/177.53	c   178s|  4400 |    34 |  1041k| 103.5 |   217M |  28 |5665 |  13k|8336 | 737 |  0 |  23k|  24 | 0.000000e+00 |      --      |    Inf |   2.27%
178.36/178.91	c   179s|  4500 |    34 |  1049k| 103.3 |   217M |  28 |5665 |  13k|8335 | 742 |  0 |  23k|  24 | 0.000000e+00 |      --      |    Inf |   2.27%
179.56/180.16	c   180s|  4600 |    28 |  1057k| 103.0 |   217M |  28 |5665 |  13k|8335 | 750 |  0 |  24k|  24 | 0.000000e+00 |      --      |    Inf |   2.28%
181.25/181.81	c   182s|  4700 |    31 |  1068k| 103.1 |   217M |  28 |5665 |  13k|8336 | 754 |  0 |  24k|  24 | 0.000000e+00 |      --      |    Inf |   2.28%
182.65/183.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
182.65/183.29	c   183s|  4800 |    28 |  1078k| 103.1 |   217M |  28 |5665 |  13k|8335 | 756 |  0 |  24k|  24 | 0.000000e+00 |      --      |    Inf |   2.28%
184.14/184.79	c   185s|  4900 |    41 |  1089k| 103.2 |   217M |  28 |5665 |  13k|8335 | 756 |  1 |  24k|  24 | 0.000000e+00 |      --      |    Inf |   2.28%
184.84/185.48	c   185s|  5000 |    28 |  1092k| 102.4 |   217M |  28 |5665 |  13k|8335 | 756 |  1 |  24k|  24 | 0.000000e+00 |      --      |    Inf |   2.29%
186.54/187.14	c   187s|  5100 |    35 |  1102k| 102.4 |   218M |  28 |5665 |  13k|8353 | 773 |  1 |  25k|  24 | 0.000000e+00 |      --      |    Inf |   2.31%
187.84/188.45	c   188s|  5200 |    41 |  1109k| 102.1 |   218M |  28 |5665 |  13k|8355 | 789 |  1 |  25k|  24 | 0.000000e+00 |      --      |    Inf |   2.32%
189.13/189.74	c   190s|  5300 |    37 |  1116k| 101.9 |   218M |  28 |5665 |  13k|8354 | 796 |  1 |  25k|  24 | 0.000000e+00 |      --      |    Inf |   2.32%
190.53/191.16	c   191s|  5400 |    34 |  1127k| 101.9 |   219M |  28 |5665 |  14k|8353 | 802 |  1 |  26k|  24 | 0.000000e+00 |      --      |    Inf |   2.33%
192.12/192.75	c   193s|  5500 |    37 |  1138k| 102.0 |   219M |  28 |5665 |  14k|8353 | 803 |  1 |  26k|  24 | 0.000000e+00 |      --      |    Inf |   2.33%
193.32/193.94	c   194s|  5600 |    35 |  1146k| 101.8 |   219M |  28 |5665 |  14k|8354 | 810 |  0 |  26k|  24 | 0.000000e+00 |      --      |    Inf |   2.34%
195.01/195.68	c   196s|  5700 |    35 |  1155k| 101.6 |   219M |  28 |5665 |  14k|8355 | 820 |  0 |  26k|  24 | 0.000000e+00 |      --      |    Inf |   2.35%
196.01/196.68	c   197s|  5800 |    34 |  1160k| 101.2 |   219M |  28 |5665 |  14k|   0 | 822 |  0 |  26k|  24 | 0.000000e+00 |      --      |    Inf |   2.35%
197.70/198.34	c   198s|  5900 |    41 |  1174k| 101.6 |   219M |  28 |5665 |  14k|8331 | 822 |  1 |  27k|  24 | 0.000000e+00 |      --      |    Inf |   2.36%
199.30/199.90	c   200s|  6000 |    37 |  1185k| 101.6 |   219M |  28 |5665 |  14k|8331 | 822 |  1 |  27k|  24 | 0.000000e+00 |      --      |    Inf |   2.36%
200.59/201.25	c   201s|  6100 |    33 |  1195k| 101.6 |   220M |  28 |5665 |  14k|8353 | 825 |  0 |  27k|  24 | 0.000000e+00 |      --      |    Inf |   2.37%
201.99/202.61	c   203s|  6200 |    25 |  1204k| 101.6 |   220M |  28 |5665 |  14k|8353 | 826 |  1 |  27k|  24 | 0.000000e+00 |      --      |    Inf |   2.38%
222.12/222.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
222.12/222.86	c   223s|  6300 |    39 |  1258k| 105.2 |   221M |  28 |5665 |  14k|8330 | 868 |  1 |  27k|  24 | 0.000000e+00 |      --      |    Inf |   2.47%
223.81/224.53	c   225s|  6400 |    45 |  1268k| 105.2 |   223M |  28 |5665 |  14k|8330 | 888 |  1 |  28k|  24 | 0.000000e+00 |      --      |    Inf |   2.47%
225.21/225.98	c   226s|  6500 |    42 |  1277k| 105.1 |   223M |  28 |5665 |  14k|8330 | 888 |  1 |  28k|  24 | 0.000000e+00 |      --      |    Inf |   2.48%
227.50/228.29	c   228s|  6600 |    42 |  1289k| 105.3 |   223M |  28 |5665 |  14k|8348 | 888 |  0 |  28k|  24 | 0.000000e+00 |      --      |    Inf |   2.53%
229.19/229.95	c   230s|  6700 |    42 |  1302k| 105.4 |   223M |  30 |5665 |  14k|8348 | 888 |  1 |  28k|  24 | 0.000000e+00 |      --      |    Inf |   2.53%
231.19/231.91	c   232s|  6800 |    35 |  1317k| 105.8 |   224M |  30 |5665 |  14k|8348 | 888 |  1 |  29k|  24 | 0.000000e+00 |      --      |    Inf |   2.54%
233.18/233.90	c   234s|  6900 |    54 |  1332k| 106.2 |   224M |  30 |5665 |  14k|8348 | 889 |  1 |  29k|  24 | 0.000000e+00 |      --      |    Inf |   2.54%
234.38/235.13	c   235s|  7000 |    48 |  1340k| 105.9 |   224M |  31 |5665 |  15k|8348 | 890 |  0 |  29k|  24 | 0.000000e+00 |      --      |    Inf |   2.54%
235.57/236.35	c   236s|  7100 |    47 |  1347k| 105.6 |   224M |  31 |5665 |  15k|8349 | 892 |  1 |  30k|  24 | 0.000000e+00 |      --      |    Inf |   2.54%
237.27/238.02	c   238s|  7200 |    39 |  1360k| 105.8 |   224M |  31 |5665 |  15k|8348 | 892 |  1 |  30k|  24 | 0.000000e+00 |      --      |    Inf |   2.55%
239.16/239.93	c   240s|  7300 |    45 |  1374k| 106.1 |   224M |  34 |5665 |  15k|8348 | 892 |  1 |  30k|  24 | 0.000000e+00 |      --      |    Inf |   2.55%
240.36/241.15	c   241s|  7400 |    36 |  1381k| 105.8 |   224M |  34 |5665 |  15k|8348 | 892 |  0 |  30k|  24 | 0.000000e+00 |      --      |    Inf |   2.55%
241.95/242.74	c   243s|  7500 |    34 |  1393k| 105.9 |   224M |  34 |5665 |  15k|8330 | 892 |  1 |  30k|  24 | 0.000000e+00 |      --      |    Inf |   2.58%
245.03/245.84	c   246s|  7600 |    47 |  1423k| 107.4 |   225M |  34 |5665 |  15k|8348 | 892 |  1 |  31k|  24 | 0.000000e+00 |      --      |    Inf |   2.67%
247.13/247.97	c   248s|  7700 |    44 |  1441k| 107.9 |   225M |  34 |5665 |  15k|8330 | 893 |  0 |  31k|  24 | 0.000000e+00 |      --      |    Inf |   2.70%
249.92/250.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
249.92/250.70	c   251s|  7800 |    50 |  1462k| 108.8 |   230M |  34 |5665 |  15k|8332 | 998 |  1 |  31k|  24 | 0.000000e+00 |      --      |    Inf |   3.13%
251.32/252.12	c   252s|  7900 |    54 |  1471k| 108.6 |   230M |  34 |5665 |  15k|8330 |1002 |  0 |  31k|  24 | 0.000000e+00 |      --      |    Inf |   3.13%
252.61/253.48	c   253s|  8000 |    53 |  1478k| 108.3 |   230M |  34 |5665 |  15k|8330 |1010 |  1 |  31k|  24 | 0.000000e+00 |      --      |    Inf |   3.14%
254.10/254.90	c   255s|  8100 |    49 |  1487k| 108.2 |   230M |  34 |5665 |  15k|8330 |1016 |  1 |  32k|  24 | 0.000000e+00 |      --      |    Inf |   3.14%
255.20/256.06	c   256s|  8200 |    43 |  1495k| 107.9 |   230M |  34 |5665 |  15k|8330 |1021 |  1 |  32k|  24 | 0.000000e+00 |      --      |    Inf |   3.14%
260.38/261.24	c   261s|  8300 |    56 |  1522k| 109.1 |   232M |  34 |5665 |  15k|8339 |1161 |  1 |  32k|  24 | 0.000000e+00 |      --      |    Inf |   3.35%
264.76/265.65	c   266s|  8400 |    50 |  1548k| 110.2 |   233M |  34 |5665 |  15k|8347 |1196 |  0 |  32k|  24 | 0.000000e+00 |      --      |    Inf |   3.60%
269.15/270.05	c   270s|  8500 |    53 |  1572k| 111.2 |   233M |  34 |5665 |  15k|8347 |1196 |  0 |  32k|  24 | 0.000000e+00 |      --      |    Inf |   3.67%
273.43/274.36	c   274s|  8600 |    52 |  1597k| 112.2 |   234M |  34 |5665 |  15k|8342 |1239 |  1 |  33k|  24 | 0.000000e+00 |      --      |    Inf |   3.73%
277.41/278.37	c   278s|  8700 |    47 |  1618k| 112.9 |   234M |  34 |5665 |  15k|8326 |1246 |  0 |  33k|  24 | 0.000000e+00 |      --      |    Inf |   3.80%
279.01/280.00	c   280s|  8800 |    44 |  1630k| 112.9 |   235M |  34 |5665 |  15k|8326 |1274 |  0 |  33k|  24 | 0.000000e+00 |      --      |    Inf |   4.01%
281.10/282.08	c   282s|  8900 |    47 |  1644k| 113.1 |   235M |  34 |5665 |  15k|8336 |1302 |  1 |  33k|  24 | 0.000000e+00 |      --      |    Inf |   4.04%
284.59/285.51	c   286s|  9000 |    54 |  1663k| 113.6 |   236M |  34 |5665 |  15k|8335 |1387 |  1 |  33k|  24 | 0.000000e+00 |      --      |    Inf |   4.20%
288.18/289.12	c   289s|  9100 |    53 |  1685k| 114.4 |   236M |  34 |5665 |  15k|8341 |1387 |  0 |  34k|  24 | 0.000000e+00 |      --      |    Inf |   4.25%
291.96/292.97	c   293s|  9200 |    50 |  1708k| 115.1 |   236M |  34 |5665 |  15k|8341 |1394 |  0 |  34k|  24 | 0.000000e+00 |      --      |    Inf |   4.33%
295.65/296.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
295.65/296.65	c   297s|  9300 |    52 |  1728k| 115.7 |   237M |  34 |5665 |  15k|8327 |1433 |  0 |  34k|  24 | 0.000000e+00 |      --      |    Inf |   5.25%
298.14/299.12	c   299s|  9400 |    52 |  1743k| 116.0 |   239M |  34 |5665 |  14k|8333 |1487 |  0 |  34k|  24 | 0.000000e+00 |      --      |    Inf |   6.31%
300.13/301.13	c   301s|  9500 |    49 |  1757k| 116.1 |   241M |  34 |5665 |  14k|8341 |1534 |  0 |  34k|  24 | 0.000000e+00 |      --      |    Inf |   6.51%
303.02/304.04	c   304s|  9600 |    46 |  1779k| 116.8 |   241M |  34 |5665 |  14k|8336 |1589 |  0 |  35k|  24 | 0.000000e+00 |      --      |    Inf |   6.69%
307.11/308.14	c   308s|  9700 |    58 |  1805k| 117.8 |   241M |  34 |5665 |  14k|8337 |1758 |  1 |  35k|  24 | 0.000000e+00 |      --      |    Inf |   6.95%
308.80/309.87	c   310s|  9800 |    52 |  1816k| 117.7 |   242M |  34 |5665 |  14k|8344 |1844 |  1 |  35k|  24 | 0.000000e+00 |      --      |    Inf |   7.24%
311.89/312.98	c   313s|  9900 |    65 |  1830k| 117.8 |   243M |  34 |5665 |  14k|8344 |1901 |  1 |  35k|  24 | 0.000000e+00 |      --      |    Inf |   7.37%
313.79/314.85	c   315s| 10000 |    55 |  1843k| 117.9 |   244M |  34 |5665 |  14k|8335 |1931 |  1 |  35k|  24 | 0.000000e+00 |      --      |    Inf |   7.45%
316.58/317.61	c   318s| 10100 |    57 |  1858k| 118.2 |   244M |  34 |5665 |  14k|8360 |1978 |  1 |  36k|  24 | 0.000000e+00 |      --      |    Inf |   7.60%
318.27/319.34	c   319s| 10200 |    61 |  1872k| 118.3 |   245M |  34 |5665 |  14k|8344 |2011 |  1 |  36k|  24 | 0.000000e+00 |      --      |    Inf |   7.81%
320.16/321.29	c   321s| 10300 |    62 |  1881k| 118.1 |   245M |  34 |5665 |  14k|8339 |2096 |  0 |  36k|  24 | 0.000000e+00 |      --      |    Inf |   8.08%
322.85/323.97	c   324s| 10400 |    56 |  1890k| 117.9 |   246M |  34 |5665 |  14k|8353 |2192 |  0 |  36k|  24 | 0.000000e+00 |      --      |    Inf |   8.52%
324.74/325.84	c   326s| 10500 |    56 |  1902k| 117.9 |   246M |  34 |5665 |  14k|8346 |2230 |  0 |  36k|  24 | 0.000000e+00 |      --      |    Inf |   8.65%
326.74/327.80	c   328s| 10600 |    59 |  1912k| 117.8 |   247M |  34 |5665 |  14k|8354 |2283 |  1 |  37k|  24 | 0.000000e+00 |      --      |    Inf |   8.83%
328.93/330.05	c   330s| 10700 |    62 |  1923k| 117.8 |   247M |  34 |5665 |  14k|8332 |2374 |  1 |  37k|  24 | 0.000000e+00 |      --      |    Inf |   9.13%
330.62/331.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
330.62/331.73	c   332s| 10800 |    60 |  1929k| 117.4 |   247M |  34 |5665 |  14k|8341 |2473 |  1 |  37k|  24 | 0.000000e+00 |      --      |    Inf |   9.47%
333.21/334.31	c   334s| 10900 |    79 |  1942k| 117.5 |   250M |  34 |5665 |  14k|8356 |2713 |  1 |  37k|  24 | 0.000000e+00 |      --      |    Inf |   9.76%
335.40/336.50	c   337s| 11000 |    83 |  1957k| 117.7 |   252M |  34 |5665 |  14k|8341 |2786 |  1 |  38k|  24 | 0.000000e+00 |      --      |    Inf |   9.86%
337.20/338.31	c   338s| 11100 |    77 |  1971k| 117.8 |   253M |  34 |5665 |  14k|8341 |2877 |  1 |  38k|  24 | 0.000000e+00 |      --      |    Inf |  10.02%
338.19/339.32	c   339s| 11200 |    73 |  1978k| 117.5 |   253M |  34 |5665 |  14k|   0 |2888 |  0 |  38k|  24 | 0.000000e+00 |      --      |    Inf |  10.19%
339.29/340.49	c   340s| 11300 |    68 |  1986k| 117.3 |   253M |  34 |5665 |  15k|8357 |2905 |  1 |  38k|  24 | 0.000000e+00 |      --      |    Inf |  10.37%
340.89/342.00	c   342s| 11400 |    57 |  1997k| 117.2 |   253M |  34 |5665 |  15k|   0 |2912 |  0 |  38k|  24 | 0.000000e+00 |      --      |    Inf |  10.58%
344.07/345.29	c   345s| 11500 |    81 |  2020k| 117.9 |   253M |  34 |5665 |  15k|8343 |2993 |  0 |  39k|  24 | 0.000000e+00 |      --      |    Inf |  10.95%
345.87/347.03	c   347s| 11600 |    81 |  2031k| 117.9 |   254M |  34 |5665 |  14k|8342 |2996 |  0 |  39k|  24 | 0.000000e+00 |      --      |    Inf |  10.97%
348.45/349.64	c   350s| 11700 |    91 |  2043k| 117.9 |   254M |  34 |5665 |  14k|8337 |3176 |  1 |  39k|  24 | 0.000000e+00 |      --      |    Inf |  11.57%
350.25/351.44	c   351s| 11800 |    78 |  2049k| 117.6 |   255M |  34 |5665 |  14k|   0 |3429 |  0 |  39k|  24 | 0.000000e+00 |      --      |    Inf |  12.52%
351.84/353.08	c   353s| 11900 |    79 |  2061k| 117.5 |   255M |  34 |5665 |  14k|8344 |3496 |  1 |  39k|  24 | 0.000000e+00 |      --      |    Inf |  12.83%
355.03/356.29	c   356s| 12000 |    87 |  2079k| 117.9 |   256M |  34 |5665 |  14k|8342 |3678 |  1 |  40k|  24 | 0.000000e+00 |      --      |    Inf |  13.19%
357.72/358.91	c   359s| 12100 |    91 |  2092k| 118.0 |   256M |  34 |5665 |  14k|8345 |3769 |  2 |  40k|  24 | 0.000000e+00 |      --      |    Inf |  13.23%
359.31/360.52	c   361s| 12200 |   100 |  2105k| 118.0 |   256M |  34 |5665 |  14k|8317 |3870 |  0 |  40k|  24 | 0.000000e+00 |      --      |    Inf |  13.44%
360.81/362.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
360.81/362.02	c   362s| 12300 |    95 |  2123k| 118.4 |   257M |  34 |5665 |  14k|8317 |3874 |  1 |  40k|  24 | 0.000000e+00 |      --      |    Inf |  13.49%
362.40/363.68	c   364s| 12400 |   106 |  2134k| 118.4 |   257M |  34 |5665 |  14k|8346 |3918 |  0 |  40k|  24 | 0.000000e+00 |      --      |    Inf |  13.51%
363.90/365.19	c   365s| 12500 |   102 |  2149k| 118.6 |   257M |  34 |5665 |  14k|8344 |3952 |  0 |  41k|  24 | 0.000000e+00 |      --      |    Inf |  13.53%
365.79/367.06	c   367s| 12600 |    98 |  2167k| 118.9 |   258M |  34 |5665 |  15k|8348 |3964 |  0 |  41k|  24 | 0.000000e+00 |      --      |    Inf |  13.57%
367.48/368.72	c   369s| 12700 |    99 |  2184k| 119.2 |   258M |  34 |5665 |  15k|8343 |3974 |  1 |  41k|  24 | 0.000000e+00 |      --      |    Inf |  13.59%
369.17/370.48	c   370s| 12800 |   100 |  2200k| 119.4 |   259M |  34 |5665 |  15k|8344 |3991 |  1 |  41k|  24 | 0.000000e+00 |      --      |    Inf |  13.61%
370.77/372.04	c   372s| 12900 |    99 |  2216k| 119.6 |   259M |  34 |5665 |  15k|8347 |4000 |  0 |  41k|  24 | 0.000000e+00 |      --      |    Inf |  13.63%
372.96/374.23	c   374s| 13000 |   101 |  2233k| 119.9 |   260M |  34 |5665 |  15k|   0 |4021 |  0 |  41k|  24 | 0.000000e+00 |      --      |    Inf |  13.68%
374.45/375.76	c   376s| 13100 |   101 |  2250k| 120.2 |   260M |  34 |5665 |  15k|8350 |4021 |  1 |  42k|  24 | 0.000000e+00 |      --      |    Inf |  13.72%
376.24/377.50	c   378s| 13200 |    97 |  2269k| 120.5 |   260M |  34 |5665 |  15k|8342 |4028 |  0 |  42k|  24 | 0.000000e+00 |      --      |    Inf |  13.75%
377.74/379.01	c   379s| 13300 |    95 |  2281k| 120.5 |   261M |  34 |5665 |  15k|8342 |4049 |  1 |  42k|  24 | 0.000000e+00 |      --      |    Inf |  13.88%
379.94/381.21	c   381s| 13400 |   115 |  2298k| 120.8 |   262M |  34 |5665 |  15k|8352 |4244 |  1 |  42k|  24 | 0.000000e+00 |      --      |    Inf |  13.95%
382.33/383.64	c   384s| 13500 |   120 |  2322k| 121.4 |   263M |  34 |5665 |  15k|8349 |4318 |  1 |  42k|  24 | 0.000000e+00 |      --      |    Inf |  14.04%
384.02/385.39	c   385s| 13600 |   122 |  2335k| 121.5 |   263M |  34 |5665 |  15k|8352 |4352 |  0 |  43k|  24 | 0.000000e+00 |      --      |    Inf |  14.05%
385.92/387.28	c   387s| 13700 |   124 |  2352k| 121.7 |   263M |  34 |5665 |  15k|8349 |4364 |  1 |  43k|  24 | 0.000000e+00 |      --      |    Inf |  14.07%
388.11/389.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
388.11/389.42	c   389s| 13800 |   129 |  2367k| 121.8 |   263M |  34 |5665 |  15k|8345 |4438 |  1 |  43k|  24 | 0.000000e+00 |      --      |    Inf |  14.09%
389.71/391.05	c   391s| 13900 |   131 |  2384k| 122.1 |   263M |  34 |5665 |  15k|8348 |4459 |  1 |  43k|  24 | 0.000000e+00 |      --      |    Inf |  14.10%
391.49/392.83	c   393s| 14000 |   126 |  2401k| 122.4 |   263M |  34 |5665 |  15k|8341 |4462 |  1 |  43k|  24 | 0.000000e+00 |      --      |    Inf |  14.16%
392.89/394.26	c   394s| 14100 |   129 |  2415k| 122.5 |   264M |  34 |5665 |  15k|8349 |4466 |  0 |  43k|  24 | 0.000000e+00 |      --      |    Inf |  14.19%
394.28/395.66	c   396s| 14200 |   127 |  2427k| 122.4 |   264M |  34 |5665 |  15k|8349 |4470 |  0 |  44k|  24 | 0.000000e+00 |      --      |    Inf |  14.22%
395.98/397.34	c   397s| 14300 |   125 |  2437k| 122.3 |   264M |  34 |5665 |  16k|8349 |4476 |  1 |  44k|  24 | 0.000000e+00 |      --      |    Inf |  14.23%
397.27/398.69	c   399s| 14400 |   126 |  2448k| 122.2 |   264M |  34 |5665 |  16k|8355 |4484 |  2 |  44k|  24 | 0.000000e+00 |      --      |    Inf |  14.30%
398.77/400.11	c   400s| 14500 |   125 |  2459k| 122.2 |   264M |  34 |5665 |  16k|8346 |4523 |  1 |  44k|  24 | 0.000000e+00 |      --      |    Inf |  14.35%
400.36/401.73	c   402s| 14600 |   119 |  2476k| 122.4 |   265M |  34 |5665 |  16k|8342 |4527 |  0 |  44k|  24 | 0.000000e+00 |      --      |    Inf |  14.45%
402.05/403.42	c   403s| 14700 |   118 |  2493k| 122.7 |   265M |  34 |5665 |  16k|8348 |4533 |  0 |  45k|  24 | 0.000000e+00 |      --      |    Inf |  14.52%
404.25/405.60	c   406s| 14800 |   119 |  2515k| 123.1 |   265M |  34 |5665 |  16k|8348 |4535 |  0 |  45k|  24 | 0.000000e+00 |      --      |    Inf |  14.54%
406.04/407.44	c   407s| 14900 |   121 |  2530k| 123.3 |   266M |  34 |5665 |  16k|8348 |4551 |  1 |  45k|  24 | 0.000000e+00 |      --      |    Inf |  14.54%
407.33/408.76	c   409s| 15000 |   120 |  2539k| 123.1 |   266M |  34 |5665 |  16k|8350 |4570 |  1 |  45k|  24 | 0.000000e+00 |      --      |    Inf |  14.55%
408.93/410.30	c   410s| 15100 |   115 |  2553k| 123.2 |   266M |  34 |5665 |  16k|8352 |4588 |  0 |  45k|  24 | 0.000000e+00 |      --      |    Inf |  14.55%
411.82/413.20	c   413s| 15200 |   116 |  2571k| 123.5 |   266M |  34 |5665 |  16k|8348 |4616 |  1 |  46k|  24 | 0.000000e+00 |      --      |    Inf |  14.56%
413.31/414.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
413.31/414.78	c   415s| 15300 |   117 |  2585k| 123.6 |   266M |  34 |5665 |  16k|8349 |4631 |  0 |  46k|  24 | 0.000000e+00 |      --      |    Inf |  14.57%
414.71/416.15	c   416s| 15400 |   109 |  2598k| 123.6 |   266M |  34 |5665 |  16k|8348 |4639 |  1 |  46k|  24 | 0.000000e+00 |      --      |    Inf |  14.66%
416.20/417.67	c   418s| 15500 |   104 |  2611k| 123.6 |   266M |  34 |5665 |  16k|   0 |4649 |  0 |  46k|  24 | 0.000000e+00 |      --      |    Inf |  14.69%
417.60/419.07	c   419s| 15600 |    99 |  2626k| 123.8 |   268M |  34 |5665 |  16k|8344 |4654 |  0 |  46k|  24 | 0.000000e+00 |      --      |    Inf |  14.75%
418.99/420.44	c   420s| 15700 |    90 |  2641k| 123.9 |   268M |  34 |5665 |  16k|8344 |4656 |  1 |  46k|  24 | 0.000000e+00 |      --      |    Inf |  14.86%
420.38/421.80	c   422s| 15800 |    88 |  2651k| 123.8 |   268M |  34 |5665 |  16k|8341 |4673 |  1 |  47k|  24 | 0.000000e+00 |      --      |    Inf |  14.89%
421.78/423.24	c   423s| 15900 |    83 |  2667k| 123.9 |   269M |  34 |5665 |  16k|8348 |4680 |  1 |  47k|  24 | 0.000000e+00 |      --      |    Inf |  15.00%
422.68/424.18	c   424s| 16000 |    84 |  2672k| 123.6 |   269M |  34 |5665 |  16k|8345 |4681 |  1 |  47k|  24 | 0.000000e+00 |      --      |    Inf |  15.02%
423.67/425.19	c   425s| 16100 |    83 |  2677k| 123.2 |   269M |  34 |5665 |  17k|8345 |4704 |  0 |  47k|  24 | 0.000000e+00 |      --      |    Inf |  15.03%
425.06/426.59	c   427s| 16200 |    77 |  2688k| 123.2 |   269M |  34 |5665 |  17k|8348 |4721 |  0 |  48k|  24 | 0.000000e+00 |      --      |    Inf |  15.04%
426.46/427.98	c   428s| 16300 |    81 |  2701k| 123.2 |   269M |  34 |5665 |  17k|8348 |4727 |  1 |  48k|  24 | 0.000000e+00 |      --      |    Inf |  15.13%
427.95/429.43	c   429s| 16400 |    75 |  2715k| 123.3 |   269M |  34 |5665 |  17k|8344 |4745 |  1 |  48k|  24 | 0.000000e+00 |      --      |    Inf |  15.23%
429.56/431.03	c   431s| 16500 |    73 |  2731k| 123.5 |   269M |  34 |5665 |  17k|8346 |4759 |  1 |  48k|  24 | 0.000000e+00 |      --      |    Inf |  15.26%
431.55/433.00	c   433s| 16600 |    72 |  2748k| 123.7 |   270M |  34 |5665 |  16k|8344 |4775 |  1 |  48k|  24 | 0.000000e+00 |      --      |    Inf |  15.51%
433.04/434.59	c   435s| 16700 |    72 |  2763k| 123.8 |   270M |  34 |5665 |  16k|   0 |4778 |  0 |  48k|  24 | 0.000000e+00 |      --      |    Inf |  15.54%
434.93/436.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
434.93/436.42	c   436s| 16800 |    67 |  2781k| 124.0 |   270M |  34 |5665 |  16k|8344 |4778 |  1 |  49k|  24 | 0.000000e+00 |      --      |    Inf |  15.68%
436.53/438.10	c   438s| 16900 |    75 |  2792k| 124.0 |   270M |  34 |5665 |  16k|8331 |4803 |  0 |  49k|  24 | 0.000000e+00 |      --      |    Inf |  15.74%
437.72/439.25	c   439s| 17000 |    69 |  2800k| 123.8 |   270M |  34 |5665 |  16k|8331 |4803 |  0 |  49k|  24 | 0.000000e+00 |      --      |    Inf |  15.78%
439.41/440.90	c   441s| 17100 |    71 |  2815k| 123.9 |   271M |  34 |5665 |  16k|8344 |4803 |  1 |  49k|  24 | 0.000000e+00 |      --      |    Inf |  15.87%
441.80/443.30	c   443s| 17200 |    69 |  2833k| 124.1 |   271M |  34 |5665 |  16k|8344 |4822 |  1 |  49k|  24 | 0.000000e+00 |      --      |    Inf |  16.02%
443.20/444.71	c   445s| 17300 |    59 |  2847k| 124.2 |   271M |  34 |5665 |  16k|8346 |4833 |  1 |  50k|  24 | 0.000000e+00 |      --      |    Inf |  16.10%
445.29/446.88	c   447s| 17400 |    81 |  2860k| 124.2 |   271M |  34 |5665 |  16k|8333 |4930 |  1 |  50k|  24 | 0.000000e+00 |      --      |    Inf |  16.18%
446.88/448.46	c   448s| 17500 |    89 |  2866k| 123.9 |   271M |  34 |5665 |  16k|   0 |5104 |  0 |  50k|  24 | 0.000000e+00 |      --      |    Inf |  16.36%
448.28/449.85	c   450s| 17600 |    91 |  2870k| 123.6 |   271M |  34 |5665 |  16k|8336 |5183 |  1 |  50k|  24 | 0.000000e+00 |      --      |    Inf |  16.68%
449.37/450.90	c   451s| 17700 |    94 |  2875k| 123.3 |   271M |  34 |5665 |  16k|8346 |5222 |  2 |  50k|  24 | 0.000000e+00 |      --      |    Inf |  16.91%
450.27/451.80	c   452s| 17800 |    80 |  2878k| 122.9 |   272M |  34 |5665 |  16k|8336 |5264 |  1 |  51k|  24 | 0.000000e+00 |      --      |    Inf |  17.05%
451.27/452.82	c   453s| 17900 |    79 |  2882k| 122.5 |   272M |  34 |5665 |  16k|   0 |5298 |  0 |  51k|  24 | 0.000000e+00 |      --      |    Inf |  17.23%
452.26/453.87	c   454s| 18000 |    79 |  2887k| 122.2 |   272M |  34 |5665 |  17k|8343 |5298 |  1 |  51k|  24 | 0.000000e+00 |      --      |    Inf |  17.39%
453.26/454.82	c   455s| 18100 |    69 |  2891k| 121.9 |   272M |  34 |5665 |  17k|8344 |5335 |  1 |  51k|  24 | 0.000000e+00 |      --      |    Inf |  17.57%
454.75/456.38	c   456s| 18200 |    67 |  2898k| 121.7 |   272M |  34 |5665 |  17k|8341 |5365 |  1 |  51k|  24 | 0.000000e+00 |      --      |    Inf |  17.72%
456.75/458.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
456.75/458.32	c   458s| 18300 |    69 |  2907k| 121.5 |   272M |  34 |5665 |  16k|   0 |5441 |  0 |  52k|  24 | 0.000000e+00 |      --      |    Inf |  17.90%
457.64/459.21	c   459s| 18400 |    70 |  2911k| 121.2 |   272M |  34 |5665 |  16k|8342 |5471 |  1 |  52k|  24 | 0.000000e+00 |      --      |    Inf |  17.98%
459.04/460.63	c   461s| 18500 |    72 |  2921k| 121.1 |   273M |  34 |5665 |  16k|8342 |5502 |  1 |  52k|  24 | 0.000000e+00 |      --      |    Inf |  18.10%
461.23/462.80	c   463s| 18600 |    77 |  2938k| 121.3 |   273M |  34 |5665 |  16k|   0 |5629 |  0 |  52k|  24 | 0.000000e+00 |      --      |    Inf |  18.18%
462.53/464.16	c   464s| 18700 |    79 |  2943k| 121.0 |   274M |  34 |5665 |  16k|8345 |5669 |  1 |  52k|  24 | 0.000000e+00 |      --      |    Inf |  18.24%
464.81/466.41	c   466s| 18800 |    88 |  2958k| 121.1 |   274M |  34 |5665 |  16k|8349 |5847 |  1 |  52k|  24 | 0.000000e+00 |      --      |    Inf |  18.37%
467.20/468.81	c   469s| 18900 |   102 |  2972k| 121.2 |   274M |  34 |5665 |  16k|   0 |6065 |  0 |  53k|  24 | 0.000000e+00 |      --      |    Inf |  18.57%
468.40/470.07	c   470s| 19000 |   104 |  2980k| 121.0 |   274M |  34 |5665 |  16k|8338 |6095 |  1 |  53k|  24 | 0.000000e+00 |      --      |    Inf |  18.72%
469.40/471.08	c   471s| 19100 |   104 |  2985k| 120.7 |   274M |  34 |5665 |  16k|8338 |6109 |  1 |  53k|  24 | 0.000000e+00 |      --      |    Inf |  18.78%
470.99/472.64	c   473s| 19200 |   100 |  2993k| 120.5 |   274M |  34 |5665 |  16k|8337 |6164 |  0 |  53k|  24 | 0.000000e+00 |      --      |    Inf |  18.95%
472.88/474.56	c   475s| 19300 |   106 |  3004k| 120.5 |   275M |  34 |5665 |  16k|8337 |6237 |  1 |  53k|  24 | 0.000000e+00 |      --      |    Inf |  19.02%
474.08/475.72	c   476s| 19400 |   102 |  3013k| 120.4 |   275M |  34 |5665 |  16k|8351 |6245 |  1 |  53k|  24 | 0.000000e+00 |      --      |    Inf |  19.06%
475.07/476.75	c   477s| 19500 |   101 |  3019k| 120.2 |   275M |  34 |5665 |  17k|8351 |6270 |  0 |  53k|  24 | 0.000000e+00 |      --      |    Inf |  19.09%
488.33/490.04	c   490s| 19600 |   104 |  3049k| 120.9 |   275M |  34 |5665 |  17k|8351 |6321 |  0 |  54k|  24 | 0.000000e+00 |      --      |    Inf |  19.14%
489.72/491.49	c   491s| 19700 |   100 |  3062k| 120.9 |   275M |  34 |5665 |  16k|8349 |6321 |  0 |  54k|  24 | 0.000000e+00 |      --      |    Inf |  19.21%
491.42/493.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
491.42/493.12	c   493s| 19800 |    94 |  3079k| 121.1 |   275M |  34 |5665 |  16k|8349 |6321 |  1 |  54k|  24 | 0.000000e+00 |      --      |    Inf |  19.27%
492.91/494.61	c   495s| 19900 |   100 |  3090k| 121.1 |   275M |  34 |5665 |  16k|8351 |6398 |  2 |  54k|  24 | 0.000000e+00 |      --      |    Inf |  19.35%
494.41/496.11	c   496s| 20000 |   103 |  3103k| 121.1 |   275M |  34 |5665 |  16k|8353 |6452 |  1 |  54k|  24 | 0.000000e+00 |      --      |    Inf |  19.49%
495.70/497.40	c   497s| 20100 |   111 |  3115k| 121.1 |   276M |  34 |5665 |  16k|8353 |6465 |  1 |  54k|  24 | 0.000000e+00 |      --      |    Inf |  19.52%
497.69/499.44	c   499s| 20200 |   103 |  3128k| 121.1 |   277M |  34 |5665 |  16k|8353 |6530 |  1 |  55k|  24 | 0.000000e+00 |      --      |    Inf |  19.61%
499.19/500.90	c   501s| 20300 |   105 |  3137k| 121.0 |   277M |  34 |5665 |  17k|8357 |6594 |  0 |  55k|  24 | 0.000000e+00 |      --      |    Inf |  19.62%
500.18/501.97	c   502s| 20400 |   104 |  3144k| 120.8 |   277M |  34 |5665 |  17k|8358 |6620 |  2 |  55k|  24 | 0.000000e+00 |      --      |    Inf |  19.63%
501.39/503.15	c   503s| 20500 |   100 |  3154k| 120.7 |   277M |  34 |5665 |  17k|   0 |6657 |  0 |  55k|  24 | 0.000000e+00 |      --      |    Inf |  19.63%
502.77/504.53	c   505s| 20600 |    98 |  3167k| 120.8 |   277M |  34 |5665 |  17k|8363 |6677 |  1 |  55k|  24 | 0.000000e+00 |      --      |    Inf |  19.68%
503.97/505.72	c   506s| 20700 |   102 |  3177k| 120.7 |   277M |  34 |5665 |  17k|8332 |6713 |  0 |  55k|  24 | 0.000000e+00 |      --      |    Inf |  19.70%
505.07/506.86	c   507s| 20800 |   100 |  3187k| 120.6 |   277M |  34 |5665 |  17k|8329 |6732 |  1 |  56k|  24 | 0.000000e+00 |      --      |    Inf |  19.73%
506.27/508.08	c   508s| 20900 |   101 |  3197k| 120.5 |   277M |  34 |5665 |  17k|   0 |6750 |  0 |  56k|  24 | 0.000000e+00 |      --      |    Inf |  19.74%
507.56/509.37	c   509s| 21000 |   100 |  3208k| 120.5 |   278M |  34 |5665 |  17k|   0 |6759 |  0 |  56k|  24 | 0.000000e+00 |      --      |    Inf |  19.77%
508.85/510.67	c   511s| 21100 |    99 |  3221k| 120.5 |   278M |  34 |5665 |  17k|8345 |6794 |  1 |  56k|  24 | 0.000000e+00 |      --      |    Inf |  19.81%
510.35/512.17	c   512s| 21200 |   100 |  3235k| 120.6 |   278M |  34 |5665 |  17k|8345 |6841 |  1 |  56k|  24 | 0.000000e+00 |      --      |    Inf |  19.84%
511.55/513.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
511.55/513.33	c   513s| 21300 |   101 |  3245k| 120.5 |   278M |  34 |5665 |  17k|8345 |6874 |  1 |  56k|  24 | 0.000000e+00 |      --      |    Inf |  19.86%
512.94/514.76	c   515s| 21400 |   102 |  3255k| 120.5 |   278M |  34 |5665 |  17k|8348 |6889 |  1 |  56k|  24 | 0.000000e+00 |      --      |    Inf |  19.89%
514.24/516.01	c   516s| 21500 |   100 |  3268k| 120.5 |   278M |  34 |5665 |  17k|8348 |6899 |  1 |  57k|  24 | 0.000000e+00 |      --      |    Inf |  19.93%
516.03/517.82	c   518s| 21600 |   103 |  3284k| 120.6 |   279M |  34 |5665 |  17k|8348 |6942 |  1 |  57k|  24 | 0.000000e+00 |      --      |    Inf |  19.96%
517.53/519.34	c   519s| 21700 |   105 |  3299k| 120.7 |   279M |  34 |5665 |  17k|8348 |6946 |  0 |  57k|  24 | 0.000000e+00 |      --      |    Inf |  20.00%
519.02/520.89	c   521s| 21800 |   102 |  3315k| 120.9 |   279M |  34 |5665 |  17k|   0 |6983 |  0 |  57k|  24 | 0.000000e+00 |      --      |    Inf |  20.03%
521.71/523.54	c   524s| 21900 |   116 |  3329k| 120.9 |   283M |  34 |5665 |  18k|   0 |7057 |  0 |  57k|  24 | 0.000000e+00 |      --      |    Inf |  20.18%
522.51/524.38	c   524s| 22000 |   117 |  3332k| 120.6 |   283M |  34 |5665 |  18k|8362 |7057 |  1 |  58k|  24 | 0.000000e+00 |      --      |    Inf |  20.29%
523.31/525.17	c   525s| 22100 |   112 |  3336k| 120.3 |   283M |  34 |5665 |  18k|8367 |7063 |  1 |  58k|  24 | 0.000000e+00 |      --      |    Inf |  20.36%
524.70/526.55	c   527s| 22200 |    97 |  3347k| 120.3 |   283M |  34 |5665 |  18k|8348 |7077 |  1 |  58k|  24 | 0.000000e+00 |      --      |    Inf |  20.44%
526.90/528.75	c   529s| 22300 |    98 |  3366k| 120.5 |   283M |  34 |5665 |  18k|8361 |7118 |  1 |  58k|  24 | 0.000000e+00 |      --      |    Inf |  20.53%
529.09/530.99	c   531s| 22400 |    98 |  3378k| 120.5 |   284M |  34 |5665 |  18k|8315 |7191 |  1 |  58k|  24 | 0.000000e+00 |      --      |    Inf |  20.75%
530.38/532.27	c   532s| 22500 |   103 |  3391k| 120.6 |   284M |  34 |5665 |  18k|8338 |7215 |  0 |  58k|  24 | 0.000000e+00 |      --      |    Inf |  20.81%
532.38/534.20	c   534s| 22600 |   106 |  3404k| 120.6 |   285M |  34 |5665 |  18k|   0 |7277 |  0 |  59k|  24 | 0.000000e+00 |      --      |    Inf |  20.87%
533.38/535.26	c   535s| 22700 |   105 |  3413k| 120.5 |   285M |  34 |5665 |  18k|   0 |7279 |  0 |  59k|  24 | 0.000000e+00 |      --      |    Inf |  20.89%
534.77/536.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
534.77/536.66	c   537s| 22800 |   102 |  3427k| 120.6 |   285M |  34 |5665 |  18k|8364 |7289 |  1 |  59k|  24 | 0.000000e+00 |      --      |    Inf |  20.91%
536.27/538.17	c   538s| 22900 |   102 |  3440k| 120.6 |   285M |  34 |5665 |  18k|   0 |7312 |  0 |  59k|  24 | 0.000000e+00 |      --      |    Inf |  21.00%
538.86/540.70	c   541s| 23000 |   106 |  3456k| 120.7 |   286M |  34 |5665 |  18k|8365 |7464 |  1 |  59k|  24 | 0.000000e+00 |      --      |    Inf |  21.17%
540.05/541.98	c   542s| 23100 |   104 |  3467k| 120.7 |   286M |  34 |5665 |  18k|8348 |7471 |  1 |  59k|  24 | 0.000000e+00 |      --      |    Inf |  21.24%
541.16/543.05	c   543s| 23200 |   108 |  3475k| 120.6 |   286M |  34 |5665 |  18k|   0 |7489 |  0 |  60k|  24 | 0.000000e+00 |      --      |    Inf |  21.27%
542.35/544.21	c   544s| 23300 |   102 |  3484k| 120.5 |   286M |  34 |5665 |  18k|8353 |7534 |  2 |  60k|  24 | 0.000000e+00 |      --      |    Inf |  21.31%
543.54/545.47	c   545s| 23400 |   101 |  3495k| 120.4 |   286M |  34 |5665 |  18k|   0 |7575 |  0 |  60k|  24 | 0.000000e+00 |      --      |    Inf |  21.33%
545.15/547.05	c   547s| 23500 |   104 |  3505k| 120.3 |   287M |  34 |5665 |  18k|8348 |7597 |  0 |  60k|  24 | 0.000000e+00 |      --      |    Inf |  21.35%
546.34/548.23	c   548s| 23600 |    96 |  3514k| 120.2 |   288M |  34 |5665 |  18k|   0 |7624 |  0 |  60k|  24 | 0.000000e+00 |      --      |    Inf |  21.38%
547.44/549.32	c   549s| 23700 |   100 |  3522k| 120.1 |   288M |  34 |5665 |  18k|8348 |7673 |  1 |  60k|  24 | 0.000000e+00 |      --      |    Inf |  21.40%
548.63/550.56	c   551s| 23800 |    97 |  3534k| 120.1 |   288M |  34 |5665 |  18k|8348 |7680 |  1 |  60k|  24 | 0.000000e+00 |      --      |    Inf |  21.44%
549.93/551.84	c   552s| 23900 |    93 |  3547k| 120.1 |   288M |  34 |5665 |  18k|8348 |7685 |  1 |  61k|  24 | 0.000000e+00 |      --      |    Inf |  21.54%
551.13/553.01	c   553s| 24000 |    93 |  3558k| 120.1 |   288M |  34 |5665 |  18k|8348 |7685 |  1 |  61k|  24 | 0.000000e+00 |      --      |    Inf |  21.58%
552.52/554.43	c   554s| 24100 |    91 |  3570k| 120.1 |   289M |  34 |5665 |  18k|   0 |7692 |  0 |  61k|  24 | 0.000000e+00 |      --      |    Inf |  21.72%
553.81/555.75	c   556s| 24200 |    92 |  3584k| 120.2 |   290M |  34 |5665 |  18k|8349 |7692 |  1 |  61k|  24 | 0.000000e+00 |      --      |    Inf |  21.82%
555.00/556.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
555.00/556.91	c   557s| 24300 |    84 |  3595k| 120.1 |   290M |  34 |5665 |  18k|8348 |7704 |  1 |  61k|  24 | 0.000000e+00 |      --      |    Inf |  21.88%
555.90/557.89	c   558s| 24400 |    84 |  3602k| 119.9 |   290M |  34 |5665 |  18k|   0 |7749 |  0 |  61k|  24 | 0.000000e+00 |      --      |    Inf |  21.91%
557.20/559.13	c   559s| 24500 |    73 |  3615k| 120.0 |   290M |  34 |5665 |  18k|   0 |7752 |  0 |  61k|  24 | 0.000000e+00 |      --      |    Inf |  22.08%
558.49/560.43	c   560s| 24600 |    73 |  3625k| 119.9 |   290M |  34 |5665 |  18k|8372 |7762 |  1 |  62k|  24 | 0.000000e+00 |      --      |    Inf |  22.15%
559.79/561.73	c   562s| 24700 |    65 |  3635k| 119.9 |   290M |  34 |5665 |  18k|8350 |7766 |  0 |  62k|  24 | 0.000000e+00 |      --      |    Inf |  22.27%
561.68/563.61	c   564s| 24800 |    82 |  3642k| 119.7 |   291M |  34 |5665 |  18k|8364 |7799 |  2 |  62k|  24 | 0.000000e+00 |      --      |    Inf |  22.29%
562.48/564.44	c   564s| 24900 |    65 |  3646k| 119.5 |   291M |  34 |5665 |  18k|8367 |7819 |  1 |  62k|  24 | 0.000000e+00 |      --      |    Inf |  22.33%
565.47/567.44	c   567s| 25000 |    74 |  3664k| 119.6 |   291M |  34 |5665 |  17k|8341 |7888 |  1 |  62k|  24 | 0.000000e+00 |      --      |    Inf |  22.57%
568.76/570.71	c   571s| 25100 |    95 |  3677k| 119.7 |   291M |  34 |5665 |  17k|8342 |8199 |  1 |  63k|  24 | 0.000000e+00 |      --      |    Inf |  22.95%
571.06/573.09	c   573s| 25200 |   107 |  3685k| 119.5 |   291M |  34 |5665 |  17k|8344 |8467 |  1 |  63k|  24 | 0.000000e+00 |      --      |    Inf |  23.36%
572.06/574.03	c   574s| 25300 |   101 |  3689k| 119.3 |   291M |  34 |5665 |  17k|   0 |8475 |  0 |  63k|  24 | 0.000000e+00 |      --      |    Inf |  23.50%
573.75/575.71	c   576s| 25400 |    93 |  3695k| 119.1 |   292M |  34 |5665 |  17k|8340 |8666 |  1 |  63k|  24 | 0.000000e+00 |      --      |    Inf |  24.35%
575.05/577.04	c   577s| 25500 |    81 |  3700k| 118.9 |   292M |  34 |5665 |  17k|   0 |8786 |  0 |  63k|  24 | 0.000000e+00 |      --      |    Inf |  24.95%
576.14/578.13	c   578s| 25600 |    76 |  3705k| 118.6 |   292M |  34 |5665 |  17k|   0 |8808 |  0 |  63k|  24 | 0.000000e+00 |      --      |    Inf |  25.26%
577.53/579.51	c   580s| 25700 |    71 |  3709k| 118.4 |   292M |  34 |5665 |  17k|8340 |8888 |  0 |  63k|  24 | 0.000000e+00 |      --      |    Inf |  25.68%
579.83/581.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
579.83/581.85	c   582s| 25800 |    73 |  3721k| 118.4 |   292M |  34 |5665 |  17k|8340 |8986 |  1 |  64k|  24 | 0.000000e+00 |      --      |    Inf |  26.08%
581.72/583.70	c   584s| 25900 |    83 |  3727k| 118.2 |   292M |  34 |5665 |  17k|8344 |9068 |  1 |  64k|  24 | 0.000000e+00 |      --      |    Inf |  26.26%
582.92/584.91	c   585s| 26000 |    85 |  3734k| 118.1 |   292M |  34 |5665 |  17k|8338 |9076 |  0 |  64k|  24 | 0.000000e+00 |      --      |    Inf |  26.30%
584.31/586.38	c   586s| 26100 |    85 |  3743k| 118.0 |   292M |  34 |5665 |  17k|8338 |9118 |  1 |  64k|  24 | 0.000000e+00 |      --      |    Inf |  26.33%
585.91/587.90	c   588s| 26200 |    90 |  3751k| 117.9 |   292M |  34 |5665 |  17k|8338 |9138 |  1 |  64k|  24 | 0.000000e+00 |      --      |    Inf |  26.34%
587.20/589.20	c   589s| 26300 |    90 |  3758k| 117.7 |   292M |  34 |5665 |  17k|8342 |9162 |  1 |  65k|  24 | 0.000000e+00 |      --      |    Inf |  26.36%
588.60/590.62	c   591s| 26400 |    89 |  3766k| 117.6 |   292M |  34 |5665 |  17k|8338 |9167 |  1 |  65k|  24 | 0.000000e+00 |      --      |    Inf |  26.38%
590.29/592.35	c   592s| 26500 |    91 |  3775k| 117.5 |   292M |  34 |5665 |  17k|8339 |9181 |  0 |  65k|  24 | 0.000000e+00 |      --      |    Inf |  26.40%
591.79/593.85	c   594s| 26600 |    84 |  3782k| 117.4 |   293M |  34 |5665 |  17k|8340 |9218 |  1 |  65k|  24 | 0.000000e+00 |      --      |    Inf |  26.47%
593.38/595.46	c   595s| 26700 |    88 |  3790k| 117.2 |   293M |  34 |5665 |  17k|8348 |9255 |  1 |  65k|  24 | 0.000000e+00 |      --      |    Inf |  26.52%
594.68/596.76	c   597s| 26800 |    94 |  3797k| 117.1 |   294M |  34 |5665 |  18k|8348 |9262 |  0 |  66k|  24 | 0.000000e+00 |      --      |    Inf |  26.54%
595.77/597.81	c   598s| 26900 |    94 |  3802k| 116.9 |   294M |  34 |5665 |  18k|8348 |9278 |  0 |  66k|  24 | 0.000000e+00 |      --      |    Inf |  26.55%
596.87/598.98	c   599s| 27000 |    91 |  3809k| 116.7 |   294M |  34 |5665 |  18k|8348 |9302 |  0 |  66k|  24 | 0.000000e+00 |      --      |    Inf |  26.57%
598.97/601.04	c   601s| 27100 |    95 |  3819k| 116.7 |   294M |  34 |5665 |  18k|8338 |9394 |  1 |  66k|  24 | 0.000000e+00 |      --      |    Inf |  26.65%
600.36/602.43	c   602s| 27200 |    94 |  3828k| 116.6 |   294M |  34 |5665 |  18k|8338 |9429 |  0 |  66k|  24 | 0.000000e+00 |      --      |    Inf |  26.74%
602.06/604.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
602.06/604.13	c   604s| 27300 |    97 |  3837k| 116.5 |   294M |  34 |5665 |  18k|8338 |9429 |  0 |  67k|  24 | 0.000000e+00 |      --      |    Inf |  26.76%
603.85/605.98	c   606s| 27400 |    95 |  3845k| 116.4 |   294M |  34 |5665 |  18k|8344 |9506 |  1 |  67k|  24 | 0.000000e+00 |      --      |    Inf |  26.81%
605.35/607.47	c   607s| 27500 |   100 |  3852k| 116.3 |   294M |  34 |5665 |  18k|8340 |9538 |  1 |  67k|  24 | 0.000000e+00 |      --      |    Inf |  26.88%
607.14/609.29	c   609s| 27600 |   102 |  3859k| 116.1 |   294M |  34 |5665 |  18k|8341 |9584 |  1 |  67k|  24 | 0.000000e+00 |      --      |    Inf |  27.28%
608.73/610.80	c   611s| 27700 |   101 |  3868k| 116.0 |   295M |  34 |5665 |  18k|8348 |9650 |  1 |  67k|  24 | 0.000000e+00 |      --      |    Inf |  27.34%
610.33/612.46	c   612s| 27800 |   107 |  3874k| 115.9 |   296M |  34 |5665 |  18k|8340 |9748 |  0 |  68k|  24 | 0.000000e+00 |      --      |    Inf |  27.48%
611.62/613.76	c   614s| 27900 |   109 |  3880k| 115.7 |   296M |  34 |5665 |  18k|8340 |9780 |  1 |  68k|  24 | 0.000000e+00 |      --      |    Inf |  27.56%
612.82/615.00	c   615s| 28000 |   106 |  3886k| 115.5 |   296M |  34 |5665 |  18k|   0 |9787 |  0 |  68k|  24 | 0.000000e+00 |      --      |    Inf |  27.63%
614.92/617.10	c   617s| 28100 |   109 |  3898k| 115.6 |   296M |  34 |5665 |  18k|   0 |9830 |  0 |  68k|  24 | 0.000000e+00 |      --      |    Inf |  27.68%
616.51/618.69	c   619s| 28200 |   112 |  3905k| 115.4 |   296M |  34 |5665 |  18k|8342 |9930 |  0 |  68k|  24 | 0.000000e+00 |      --      |    Inf |  27.88%
618.50/620.68	c   621s| 28300 |   113 |  3913k| 115.3 |   296M |  34 |5665 |  18k|8342 |  10k|  1 |  69k|  24 | 0.000000e+00 |      --      |    Inf |  28.18%
619.70/621.83	c   622s| 28400 |   120 |  3918k| 115.1 |   296M |  34 |5665 |  18k|8348 |  10k|  2 |  69k|  24 | 0.000000e+00 |      --      |    Inf |  28.25%
620.90/623.09	c   623s| 28500 |   115 |  3924k| 115.0 |   296M |  34 |5665 |  18k|8339 |  10k|  1 |  69k|  24 | 0.000000e+00 |      --      |    Inf |  28.29%
623.19/625.37	c   625s| 28600 |   127 |  3934k| 114.9 |   298M |  34 |5665 |  18k|8354 |  10k|  1 |  69k|  24 | 0.000000e+00 |      --      |    Inf |  28.39%
624.29/626.49	c   626s| 28700 |   126 |  3939k| 114.7 |   298M |  34 |5665 |  18k|8354 |  10k|  1 |  69k|  24 | 0.000000e+00 |      --      |    Inf |  28.44%
625.28/627.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
625.28/627.47	c   627s| 28800 |   121 |  3943k| 114.5 |   298M |  34 |5665 |  18k|8343 |  10k|  1 |  69k|  24 | 0.000000e+00 |      --      |    Inf |  28.52%
626.18/628.38	c   628s| 28900 |   118 |  3948k| 114.3 |   298M |  34 |5665 |  18k|   0 |  10k|  0 |  70k|  24 | 0.000000e+00 |      --      |    Inf |  28.61%
627.37/629.52	c   630s| 29000 |   110 |  3954k| 114.2 |   298M |  34 |5665 |  18k|8341 |  10k|  0 |  70k|  24 | 0.000000e+00 |      --      |    Inf |  28.74%
628.57/630.76	c   631s| 29100 |   112 |  3959k| 114.0 |   298M |  34 |5665 |  18k|   0 |  10k|  0 |  70k|  24 | 0.000000e+00 |      --      |    Inf |  28.83%
632.76/634.98	c   635s| 29200 |   119 |  3972k| 114.0 |   298M |  34 |5665 |  18k|8343 |  10k|  0 |  70k|  24 | 0.000000e+00 |      --      |    Inf |  28.88%
634.35/636.52	c   637s| 29300 |   123 |  3979k| 113.9 |   298M |  34 |5665 |  18k|8343 |  10k|  1 |  70k|  24 | 0.000000e+00 |      --      |    Inf |  28.90%
635.65/637.80	c   638s| 29400 |   119 |  3986k| 113.8 |   298M |  34 |5665 |  18k|8340 |  10k|  0 |  70k|  24 | 0.000000e+00 |      --      |    Inf |  28.94%
637.05/639.24	c   639s| 29500 |   117 |  3992k| 113.6 |   299M |  34 |5665 |  18k|8343 |  10k|  0 |  71k|  24 | 0.000000e+00 |      --      |    Inf |  28.97%
638.74/640.93	c   641s| 29600 |   121 |  4002k| 113.6 |   299M |  34 |5665 |  18k|8340 |  10k|  0 |  71k|  24 | 0.000000e+00 |      --      |    Inf |  28.99%
639.94/642.13	c   642s| 29700 |   116 |  4008k| 113.4 |   299M |  34 |5665 |  18k|8340 |  10k|  0 |  71k|  24 | 0.000000e+00 |      --      |    Inf |  29.01%
641.33/643.60	c   644s| 29800 |   118 |  4015k| 113.3 |   299M |  34 |5665 |  18k|8344 |  10k|  1 |  71k|  24 | 0.000000e+00 |      --      |    Inf |  29.06%
642.73/644.90	c   645s| 29900 |   122 |  4021k| 113.2 |   299M |  34 |5665 |  18k|8341 |  10k|  1 |  72k|  24 | 0.000000e+00 |      --      |    Inf |  29.08%
644.02/646.26	c   646s| 30000 |   120 |  4028k| 113.0 |   299M |  34 |5665 |  18k|8346 |  10k|  1 |  72k|  24 | 0.000000e+00 |      --      |    Inf |  29.10%
645.52/647.75	c   648s| 30100 |   118 |  4036k| 112.9 |   299M |  34 |5665 |  18k|   0 |  10k|  0 |  72k|  24 | 0.000000e+00 |      --      |    Inf |  29.12%
646.72/649.00	c   649s| 30200 |   117 |  4041k| 112.8 |   299M |  34 |5665 |  18k|8344 |  10k|  0 |  72k|  24 | 0.000000e+00 |      --      |    Inf |  29.13%
648.31/650.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
648.31/650.57	c   651s| 30300 |   122 |  4050k| 112.7 |   299M |  34 |5665 |  18k|8345 |  10k|  1 |  72k|  24 | 0.000000e+00 |      --      |    Inf |  29.14%
649.81/652.01	c   652s| 30400 |   117 |  4059k| 112.6 |   299M |  34 |5665 |  18k|8345 |  10k|  1 |  73k|  24 | 0.000000e+00 |      --      |    Inf |  29.18%
651.20/653.44	c   653s| 30500 |   118 |  4065k| 112.5 |   299M |  34 |5665 |  18k|8340 |  10k|  1 |  73k|  24 | 0.000000e+00 |      --      |    Inf |  29.34%
652.70/654.93	c   655s| 30600 |   117 |  4071k| 112.4 |   299M |  34 |5665 |  18k|8346 |  10k|  1 |  73k|  24 | 0.000000e+00 |      --      |    Inf |  29.41%
653.99/656.22	c   656s| 30700 |   116 |  4078k| 112.2 |   299M |  34 |5665 |  18k|   0 |  10k|  0 |  73k|  24 | 0.000000e+00 |      --      |    Inf |  29.43%
655.39/657.62	c   658s| 30800 |   122 |  4085k| 112.1 |   299M |  34 |5665 |  18k|   0 |  10k|  0 |  73k|  24 | 0.000000e+00 |      --      |    Inf |  29.53%
656.59/658.83	c   659s| 30900 |   121 |  4090k| 111.9 |   299M |  34 |5665 |  18k|   0 |  10k|  0 |  74k|  24 | 0.000000e+00 |      --      |    Inf |  29.59%
657.58/659.86	c   660s| 31000 |   117 |  4095k| 111.8 |   299M |  34 |5665 |  18k|8340 |  10k|  1 |  74k|  24 | 0.000000e+00 |      --      |    Inf |  29.70%
659.18/661.43	c   661s| 31100 |   123 |  4101k| 111.6 |   299M |  34 |5665 |  18k|8335 |  10k|  1 |  74k|  24 | 0.000000e+00 |      --      |    Inf |  29.74%
660.17/662.48	c   662s| 31200 |   120 |  4107k| 111.5 |   299M |  34 |5665 |  18k|8335 |  10k|  1 |  74k|  24 | 0.000000e+00 |      --      |    Inf |  29.84%
661.67/663.99	c   664s| 31300 |   122 |  4114k| 111.4 |   299M |  34 |5665 |  18k|   0 |  11k|  0 |  74k|  24 | 0.000000e+00 |      --      |    Inf |  29.86%
662.87/665.18	c   665s| 31400 |   117 |  4120k| 111.2 |   299M |  34 |5665 |  18k|8340 |  11k|  1 |  75k|  24 | 0.000000e+00 |      --      |    Inf |  29.90%
663.87/666.19	c   666s| 31500 |   116 |  4124k| 111.0 |   299M |  34 |5665 |  18k|8341 |  11k|  1 |  75k|  24 | 0.000000e+00 |      --      |    Inf |  30.03%
665.16/667.44	c   667s| 31600 |   113 |  4131k| 110.9 |   299M |  34 |5665 |  18k|8347 |  11k|  0 |  75k|  24 | 0.000000e+00 |      --      |    Inf |  30.11%
666.35/668.68	c   669s| 31700 |   108 |  4137k| 110.8 |   299M |  34 |5665 |  18k|8344 |  11k|  1 |  75k|  24 | 0.000000e+00 |      --      |    Inf |  30.23%
667.35/669.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
667.35/669.68	c   670s| 31800 |   111 |  4142k| 110.6 |   299M |  34 |5665 |  18k|   0 |  11k|  0 |  75k|  24 | 0.000000e+00 |      --      |    Inf |  30.25%
668.54/670.88	c   671s| 31900 |   109 |  4148k| 110.5 |   299M |  34 |5665 |  18k|8341 |  11k|  1 |  76k|  24 | 0.000000e+00 |      --      |    Inf |  30.28%
670.04/672.36	c   672s| 32000 |   109 |  4157k| 110.4 |   299M |  34 |5665 |  18k|8339 |  11k|  0 |  76k|  24 | 0.000000e+00 |      --      |    Inf |  30.32%
671.14/673.48	c   673s| 32100 |   105 |  4161k| 110.2 |   299M |  34 |5665 |  18k|   0 |  11k|  0 |  76k|  24 | 0.000000e+00 |      --      |    Inf |  30.46%
672.84/675.12	c   675s| 32200 |   109 |  4167k| 110.1 |   299M |  34 |5665 |  18k|8345 |  11k|  1 |  76k|  24 | 0.000000e+00 |      --      |    Inf |  30.53%
673.73/676.10	c   676s| 32300 |   106 |  4171k| 109.9 |   299M |  34 |5665 |  18k|8340 |  11k|  1 |  76k|  24 | 0.000000e+00 |      --      |    Inf |  30.59%
674.73/677.04	c   677s| 32400 |   104 |  4175k| 109.8 |   299M |  34 |5665 |  18k|8345 |  11k|  1 |  76k|  24 | 0.000000e+00 |      --      |    Inf |  30.68%
675.73/678.01	c   678s| 32500 |   100 |  4180k| 109.6 |   299M |  34 |5665 |  18k|8343 |  11k|  1 |  77k|  24 | 0.000000e+00 |      --      |    Inf |  30.74%
676.72/679.02	c   679s| 32600 |   102 |  4184k| 109.4 |   299M |  34 |5665 |  18k|8348 |  11k|  0 |  77k|  24 | 0.000000e+00 |      --      |    Inf |  30.78%
678.01/680.35	c   680s| 32700 |   100 |  4189k| 109.2 |   299M |  34 |5665 |  17k|   0 |  11k|  0 |  77k|  24 | 0.000000e+00 |      --      |    Inf |  31.05%
679.01/681.37	c   681s| 32800 |    96 |  4195k| 109.1 |   299M |  34 |5665 |  17k|8349 |  11k|  1 |  77k|  24 | 0.000000e+00 |      --      |    Inf |  31.12%
680.01/682.37	c   682s| 32900 |    95 |  4198k| 108.9 |   299M |  34 |5665 |  17k|   0 |  11k|  0 |  77k|  24 | 0.000000e+00 |      --      |    Inf |  31.25%
681.20/683.53	c   684s| 33000 |    92 |  4202k| 108.7 |   299M |  34 |5665 |  18k|   0 |  11k|  0 |  78k|  24 | 0.000000e+00 |      --      |    Inf |  31.36%
682.20/684.54	c   685s| 33100 |    92 |  4208k| 108.6 |   299M |  34 |5665 |  18k|8345 |  11k|  1 |  78k|  24 | 0.000000e+00 |      --      |    Inf |  31.46%
683.30/685.66	c   686s| 33200 |    91 |  4214k| 108.5 |   299M |  34 |5665 |  18k|8342 |  11k|  1 |  78k|  24 | 0.000000e+00 |      --      |    Inf |  31.49%
684.19/686.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
684.19/686.51	c   687s| 33300 |    89 |  4218k| 108.3 |   299M |  34 |5665 |  18k|   0 |  11k|  0 |  78k|  24 | 0.000000e+00 |      --      |    Inf |  31.54%
685.09/687.47	c   687s| 33400 |    84 |  4222k| 108.1 |   299M |  34 |5665 |  18k|   0 |  11k|  0 |  78k|  24 | 0.000000e+00 |      --      |    Inf |  31.56%
686.39/688.71	c   689s| 33500 |    79 |  4228k| 108.0 |   299M |  34 |5665 |  17k|8346 |  11k|  1 |  78k|  24 | 0.000000e+00 |      --      |    Inf |  31.74%
687.48/689.84	c   690s| 33600 |    73 |  4234k| 107.9 |   299M |  34 |5665 |  17k|8338 |  11k|  0 |  79k|  24 | 0.000000e+00 |      --      |    Inf |  31.83%
688.48/690.89	c   691s| 33700 |    75 |  4238k| 107.7 |   299M |  34 |5665 |  17k|   0 |  11k|  0 |  79k|  24 | 0.000000e+00 |      --      |    Inf |  31.89%
689.57/691.97	c   692s| 33800 |    72 |  4242k| 107.5 |   299M |  34 |5665 |  17k|8345 |  11k|  1 |  79k|  24 | 0.000000e+00 |      --      |    Inf |  31.94%
690.47/692.88	c   693s| 33900 |    74 |  4246k| 107.4 |   299M |  34 |5665 |  17k|   0 |  11k|  0 |  79k|  24 | 0.000000e+00 |      --      |    Inf |  31.98%
691.87/694.24	c   694s| 34000 |    72 |  4253k| 107.3 |   299M |  34 |5665 |  17k|   0 |  11k|  0 |  79k|  24 | 0.000000e+00 |      --      |    Inf |  32.04%
692.77/695.14	c   695s| 34100 |    69 |  4257k| 107.1 |   300M |  34 |5665 |  17k|8345 |  11k|  1 |  79k|  24 | 0.000000e+00 |      --      |    Inf |  32.07%
696.55/698.90	c   699s| 34200 |    84 |  4272k| 107.2 |   300M |  34 |5665 |  17k|8315 |  11k|  1 |  80k|  24 | 0.000000e+00 |      --      |    Inf |  32.25%
697.75/700.16	c   700s| 34300 |    94 |  4278k| 107.1 |   300M |  34 |5665 |  17k|   0 |  11k|  0 |  80k|  24 | 0.000000e+00 |      --      |    Inf |  32.40%
700.14/702.58	c   703s| 34400 |    97 |  4291k| 107.1 |   306M |  34 |5665 |  17k|8325 |  12k|  0 |  80k|  24 | 0.000000e+00 |      --      |    Inf |  32.75%
701.94/704.32	c   704s| 34500 |   108 |  4301k| 107.1 |   306M |  34 |5665 |  17k|8343 |  12k|  1 |  80k|  24 | 0.000000e+00 |      --      |    Inf |  32.94%
703.43/705.88	c   706s| 34600 |   108 |  4311k| 107.1 |   306M |  34 |5665 |  17k|   0 |  12k|  0 |  80k|  24 | 0.000000e+00 |      --      |    Inf |  33.04%
705.33/707.76	c   708s| 34700 |   115 |  4319k| 107.0 |   306M |  34 |5665 |  17k|   0 |  12k|  0 |  80k|  24 | 0.000000e+00 |      --      |    Inf |  33.48%
706.82/709.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
706.82/709.26	c   709s| 34800 |   112 |  4326k| 107.0 |   306M |  34 |5665 |  17k|8338 |  12k|  1 |  80k|  24 | 0.000000e+00 |      --      |    Inf |  33.95%
708.52/710.93	c   711s| 34900 |   127 |  4333k| 106.9 |   306M |  34 |5665 |  17k|8350 |  12k|  1 |  81k|  24 | 0.000000e+00 |      --      |    Inf |  34.07%
709.62/712.09	c   712s| 35000 |   131 |  4339k| 106.7 |   306M |  34 |5665 |  17k|8350 |  12k|  1 |  81k|  24 | 0.000000e+00 |      --      |    Inf |  34.10%
711.01/713.43	c   713s| 35100 |   129 |  4344k| 106.6 |   306M |  34 |5665 |  17k|8315 |  12k|  1 |  81k|  24 | 0.000000e+00 |      --      |    Inf |  34.15%
713.50/715.96	c   716s| 35200 |   137 |  4353k| 106.6 |   306M |  34 |5665 |  17k|8345 |  12k|  1 |  81k|  24 | 0.000000e+00 |      --      |    Inf |  34.63%
714.71/717.18	c   717s| 35300 |   135 |  4358k| 106.4 |   306M |  34 |5665 |  17k|8353 |  12k|  1 |  81k|  24 | 0.000000e+00 |      --      |    Inf |  34.89%
716.30/718.79	c   719s| 35400 |   145 |  4364k| 106.3 |   307M |  34 |5665 |  17k|   0 |  13k|  0 |  81k|  24 | 0.000000e+00 |      --      |    Inf |  35.02%
717.30/719.74	c   720s| 35500 |   145 |  4368k| 106.2 |   307M |  34 |5665 |  18k|8346 |  13k|  1 |  82k|  24 | 0.000000e+00 |      --      |    Inf |  35.11%
718.40/720.88	c   721s| 35600 |   143 |  4374k| 106.0 |   307M |  34 |5665 |  18k|8340 |  13k|  1 |  82k|  24 | 0.000000e+00 |      --      |    Inf |  35.38%
719.79/722.28	c   722s| 35700 |   139 |  4380k| 105.9 |   307M |  34 |5665 |  18k|8345 |  13k|  1 |  82k|  24 | 0.000000e+00 |      --      |    Inf |  35.73%
722.48/724.94	c   725s| 35800 |   152 |  4390k| 105.9 |   307M |  34 |5665 |  18k|   0 |  13k|  0 |  82k|  24 | 0.000000e+00 |      --      |    Inf |  36.10%
723.69/726.13	c   726s| 35900 |   146 |  4396k| 105.8 |   307M |  34 |5665 |  18k|8350 |  13k|  2 |  82k|  24 | 0.000000e+00 |      --      |    Inf |  36.28%
724.78/727.29	c   727s| 36000 |   146 |  4401k| 105.7 |   307M |  34 |5665 |  18k|8343 |  13k|  1 |  82k|  24 | 0.000000e+00 |      --      |    Inf |  36.72%
726.58/729.05	c   729s| 36100 |   155 |  4410k| 105.6 |   308M |  34 |5665 |  18k|8344 |  13k|  1 |  83k|  24 | 0.000000e+00 |      --      |    Inf |  36.80%
727.57/730.08	c   730s| 36200 |   173 |  4414k| 105.5 |   308M |  34 |5665 |  18k|8344 |  13k|  1 |  83k|  24 | 0.000000e+00 |      --      |    Inf |  36.83%
728.87/731.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
728.87/731.37	c   731s| 36300 |   160 |  4421k| 105.4 |   308M |  34 |5665 |  18k|8344 |  13k|  1 |  83k|  24 | 0.000000e+00 |      --      |    Inf |  36.86%
729.76/732.28	c   732s| 36400 |   162 |  4426k| 105.2 |   308M |  34 |5665 |  18k|   0 |  14k|  0 |  83k|  24 | 0.000000e+00 |      --      |    Inf |  36.87%
730.76/733.29	c   733s| 36500 |   150 |  4430k| 105.1 |   308M |  34 |5665 |  18k|   0 |  14k|  0 |  83k|  24 | 0.000000e+00 |      --      |    Inf |  36.94%
731.76/734.29	c   734s| 36600 |   149 |  4435k| 105.0 |   308M |  34 |5665 |  18k|   0 |  14k|  0 |  83k|  24 | 0.000000e+00 |      --      |    Inf |  37.10%
732.86/735.31	c   735s| 36700 |   149 |  4440k| 104.8 |   308M |  34 |5665 |  18k|8343 |  14k|  1 |  84k|  24 | 0.000000e+00 |      --      |    Inf |  37.39%
733.75/736.27	c   736s| 36800 |   144 |  4444k| 104.7 |   308M |  34 |5665 |  18k|8345 |  14k|  1 |  84k|  24 | 0.000000e+00 |      --      |    Inf |  37.42%
734.85/737.32	c   737s| 36900 |   141 |  4449k| 104.6 |   308M |  34 |5665 |  18k|   0 |  14k|  0 |  84k|  24 | 0.000000e+00 |      --      |    Inf |  37.54%
735.95/738.44	c   738s| 37000 |   136 |  4455k| 104.4 |   308M |  34 |5665 |  18k|8343 |  14k|  1 |  84k|  24 | 0.000000e+00 |      --      |    Inf |  37.62%
736.74/739.29	c   739s| 37100 |   131 |  4458k| 104.3 |   308M |  34 |5665 |  18k|8347 |  14k|  1 |  84k|  24 | 0.000000e+00 |      --      |    Inf |  37.77%
737.84/740.33	c   740s| 37200 |   132 |  4462k| 104.1 |   308M |  34 |5665 |  18k|   0 |  14k|  0 |  84k|  24 | 0.000000e+00 |      --      |    Inf |  37.98%
738.74/741.26	c   741s| 37300 |   134 |  4466k| 104.0 |   308M |  34 |5665 |  18k|   0 |  14k|  0 |  84k|  24 | 0.000000e+00 |      --      |    Inf |  38.02%
739.74/742.21	c   742s| 37400 |   129 |  4470k| 103.8 |   308M |  34 |5665 |  18k|8341 |  14k|  1 |  84k|  24 | 0.000000e+00 |      --      |    Inf |  38.12%
740.83/743.33	c   743s| 37500 |   135 |  4476k| 103.7 |   308M |  34 |5665 |  18k|8332 |  14k|  1 |  85k|  24 | 0.000000e+00 |      --      |    Inf |  38.15%
741.64/744.13	c   744s| 37600 |   135 |  4480k| 103.6 |   308M |  34 |5665 |  18k|8332 |  14k|  1 |  85k|  24 | 0.000000e+00 |      --      |    Inf |  38.19%
742.53/745.08	c   745s| 37700 |   128 |  4484k| 103.4 |   308M |  34 |5665 |  18k|8326 |  14k|  1 |  85k|  24 | 0.000000e+00 |      --      |    Inf |  38.29%
744.02/746.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
744.02/746.56	c   747s| 37800 |   126 |  4491k| 103.3 |   308M |  34 |5665 |  18k|   0 |  14k|  0 |  85k|  24 | 0.000000e+00 |      --      |    Inf |  38.42%
745.32/747.87	c   748s| 37900 |   129 |  4498k| 103.3 |   308M |  34 |5665 |  18k|8339 |  14k|  1 |  86k|  24 | 0.000000e+00 |      --      |    Inf |  38.47%
746.52/749.02	c   749s| 38000 |   130 |  4503k| 103.2 |   308M |  34 |5665 |  18k|8333 |  14k|  1 |  86k|  24 | 0.000000e+00 |      --      |    Inf |  38.59%
747.71/750.21	c   750s| 38100 |   129 |  4508k| 103.0 |   308M |  34 |5665 |  18k|8333 |  14k|  1 |  86k|  24 | 0.000000e+00 |      --      |    Inf |  38.66%
748.71/751.21	c   751s| 38200 |   131 |  4513k| 102.9 |   308M |  34 |5665 |  18k|8334 |  14k|  1 |  86k|  24 | 0.000000e+00 |      --      |    Inf |  38.71%
749.71/752.28	c   752s| 38300 |   132 |  4518k| 102.8 |   308M |  34 |5665 |  18k|8333 |  14k|  0 |  86k|  24 | 0.000000e+00 |      --      |    Inf |  38.78%
750.71/753.22	c   753s| 38400 |   131 |  4522k| 102.6 |   308M |  34 |5665 |  18k|8338 |  14k|  1 |  86k|  24 | 0.000000e+00 |      --      |    Inf |  38.80%
751.61/754.11	c   754s| 38500 |   134 |  4526k| 102.5 |   309M |  34 |5665 |  18k|8338 |  14k|  0 |  87k|  24 | 0.000000e+00 |      --      |    Inf |  38.81%
752.40/754.96	c   755s| 38600 |   135 |  4530k| 102.4 |   309M |  34 |5665 |  18k|8338 |  14k|  1 |  87k|  24 | 0.000000e+00 |      --      |    Inf |  38.84%
754.79/757.32	c   757s| 38700 |   154 |  4540k| 102.3 |   309M |  34 |5665 |  18k|8331 |  14k|  0 |  87k|  24 | 0.000000e+00 |      --      |    Inf |  38.87%
756.19/758.73	c   759s| 38800 |   160 |  4546k| 102.3 |   309M |  34 |5665 |  18k|8321 |  14k|  0 |  87k|  24 | 0.000000e+00 |      --      |    Inf |  38.97%
757.29/759.86	c   760s| 38900 |   156 |  4551k| 102.1 |   309M |  34 |5665 |  18k|8334 |  14k|  0 |  87k|  24 | 0.000000e+00 |      --      |    Inf |  39.30%
758.59/761.16	c   761s| 39000 |   168 |  4556k| 102.0 |   309M |  34 |5665 |  18k|8337 |  14k|  0 |  88k|  24 | 0.000000e+00 |      --      |    Inf |  39.49%
759.98/762.56	c   763s| 39100 |   164 |  4564k| 102.0 |   309M |  34 |5665 |  18k|8334 |  14k|  1 |  88k|  24 | 0.000000e+00 |      --      |    Inf |  39.57%
760.98/763.54	c   764s| 39200 |   171 |  4568k| 101.8 |   309M |  34 |5665 |  18k|8336 |  14k|  1 |  88k|  24 | 0.000000e+00 |      --      |    Inf |  39.62%
763.17/765.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
763.17/765.75	c   766s| 39300 |   188 |  4578k| 101.8 |   309M |  34 |5665 |  18k|8336 |  15k|  1 |  88k|  24 | 0.000000e+00 |      --      |    Inf |  39.65%
764.87/767.47	c   767s| 39400 |   206 |  4587k| 101.8 |   309M |  34 |5665 |  18k|8344 |  15k|  1 |  88k|  24 | 0.000000e+00 |      --      |    Inf |  39.70%
766.26/768.83	c   769s| 39500 |   208 |  4593k| 101.7 |   309M |  34 |5665 |  18k|   0 |  15k|  0 |  88k|  24 | 0.000000e+00 |      --      |    Inf |  39.74%
767.26/769.82	c   770s| 39600 |   209 |  4599k| 101.6 |   311M |  34 |5665 |  18k|8329 |  15k|  1 |  89k|  24 | 0.000000e+00 |      --      |    Inf |  39.85%
768.16/770.77	c   771s| 39700 |   206 |  4604k| 101.5 |   311M |  34 |5665 |  18k|8328 |  15k|  1 |  89k|  24 | 0.000000e+00 |      --      |    Inf |  39.88%
769.65/772.29	c   772s| 39800 |   216 |  4610k| 101.4 |   311M |  34 |5665 |  18k|8335 |  15k|  1 |  89k|  24 | 0.000000e+00 |      --      |    Inf |  40.01%
770.75/773.30	c   773s| 39900 |   219 |  4616k| 101.3 |   311M |  34 |5665 |  18k|8335 |  15k|  1 |  89k|  24 | 0.000000e+00 |      --      |    Inf |  40.05%
771.75/774.33	c   774s| 40000 |   217 |  4623k| 101.2 |   311M |  34 |5665 |  18k|8335 |  15k|  1 |  89k|  24 | 0.000000e+00 |      --      |    Inf |  40.08%
772.74/775.32	c   775s| 40100 |   211 |  4628k| 101.1 |   311M |  34 |5665 |  18k|8344 |  15k|  2 |  90k|  24 | 0.000000e+00 |      --      |    Inf |  40.12%
773.64/776.27	c   776s| 40200 |   211 |  4632k| 101.0 |   311M |  34 |5665 |  18k|8339 |  15k|  1 |  90k|  24 | 0.000000e+00 |      --      |    Inf |  40.20%
774.44/777.04	c   777s| 40300 |   203 |  4635k| 100.9 |   311M |  34 |5665 |  18k|8331 |  15k|  1 |  90k|  24 | 0.000000e+00 |      --      |    Inf |  40.30%
775.83/778.48	c   778s| 40400 |   211 |  4641k| 100.8 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  90k|  24 | 0.000000e+00 |      --      |    Inf |  40.45%
777.33/779.91	c   780s| 40500 |   209 |  4647k| 100.7 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  90k|  24 | 0.000000e+00 |      --      |    Inf |  40.61%
778.23/780.88	c   781s| 40600 |   216 |  4651k| 100.5 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  90k|  24 | 0.000000e+00 |      --      |    Inf |  40.68%
779.02/781.68	c   782s| 40700 |   214 |  4654k| 100.4 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  91k|  24 | 0.000000e+00 |      --      |    Inf |  40.77%
780.12/782.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
780.12/782.76	c   783s| 40800 |   230 |  4659k| 100.3 |   311M |  34 |5665 |  18k|8336 |  15k|  1 |  91k|  24 | 0.000000e+00 |      --      |    Inf |  40.80%
780.92/783.55	c   784s| 40900 |   216 |  4663k| 100.1 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  91k|  24 | 0.000000e+00 |      --      |    Inf |  40.84%
781.72/784.34	c   784s| 41000 |   220 |  4666k| 100.0 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  91k|  24 | 0.000000e+00 |      --      |    Inf |  40.86%
783.42/786.04	c   786s| 41100 |   224 |  4674k| 100.0 |   311M |  34 |5665 |  18k|8337 |  15k|  1 |  91k|  24 | 0.000000e+00 |      --      |    Inf |  40.96%
784.91/787.57	c   788s| 41200 |   235 |  4680k|  99.9 |   311M |  34 |5665 |  18k|8334 |  15k|  1 |  92k|  24 | 0.000000e+00 |      --      |    Inf |  41.03%
785.71/788.33	c   788s| 41300 |   228 |  4683k|  99.7 |   311M |  34 |5665 |  18k|8331 |  15k|  1 |  92k|  24 | 0.000000e+00 |      --      |    Inf |  41.13%
786.51/789.14	c   789s| 41400 |   225 |  4689k|  99.6 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  92k|  24 | 0.000000e+00 |      --      |    Inf |  41.20%
787.41/790.09	c   790s| 41500 |   226 |  4692k|  99.5 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  92k|  24 | 0.000000e+00 |      --      |    Inf |  41.29%
788.30/790.97	c   791s| 41600 |   218 |  4697k|  99.4 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  92k|  24 | 0.000000e+00 |      --      |    Inf |  41.37%
789.50/792.15	c   792s| 41700 |   226 |  4702k|  99.3 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  92k|  24 | 0.000000e+00 |      --      |    Inf |  41.48%
790.50/793.14	c   793s| 41800 |   222 |  4706k|  99.2 |   311M |  34 |5665 |  18k|   0 |  15k|  0 |  93k|  24 | 0.000000e+00 |      --      |    Inf |  41.70%
791.89/794.56	c   795s| 41900 |   225 |  4714k|  99.1 |   311M |  34 |5665 |  18k|8333 |  16k|  1 |  93k|  24 | 0.000000e+00 |      --      |    Inf |  41.79%
793.19/795.87	c   796s| 42000 |   231 |  4720k|  99.0 |   311M |  34 |5665 |  18k|8341 |  16k|  1 |  93k|  24 | 0.000000e+00 |      --      |    Inf |  41.94%
794.58/797.26	c   797s| 42100 |   226 |  4726k|  98.9 |   311M |  34 |5665 |  18k|8337 |  16k|  1 |  93k|  24 | 0.000000e+00 |      --      |    Inf |  42.03%
795.78/798.48	c   798s| 42200 |   228 |  4732k|  98.9 |   311M |  34 |5665 |  18k|   0 |  16k|  0 |  93k|  24 | 0.000000e+00 |      --      |    Inf |  42.09%
797.27/799.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
797.27/799.98	c   800s| 42300 |   246 |  4738k|  98.8 |   311M |  34 |5665 |  18k|   0 |  16k|  0 |  93k|  24 | 0.000000e+00 |      --      |    Inf |  42.11%
798.38/801.03	c   801s| 42400 |   248 |  4743k|  98.7 |   311M |  34 |5665 |  18k|8349 |  16k|  2 |  94k|  24 | 0.000000e+00 |      --      |    Inf |  42.23%
799.17/801.89	c   802s| 42500 |   250 |  4747k|  98.6 |   311M |  34 |5665 |  18k|8336 |  16k|  1 |  94k|  24 | 0.000000e+00 |      --      |    Inf |  42.26%
800.07/802.74	c   803s| 42600 |   244 |  4751k|  98.4 |   311M |  34 |5665 |  18k|   0 |  16k|  0 |  94k|  24 | 0.000000e+00 |      --      |    Inf |  42.31%
800.86/803.57	c   804s| 42700 |   246 |  4754k|  98.3 |   311M |  34 |5665 |  18k|8338 |  16k|  1 |  94k|  24 | 0.000000e+00 |      --      |    Inf |  42.34%
801.56/804.27	c   804s| 42800 |   239 |  4757k|  98.2 |   311M |  34 |5665 |  18k|8344 |  16k|  1 |  94k|  24 | 0.000000e+00 |      --      |    Inf |  42.42%
802.46/805.16	c   805s| 42900 |   248 |  4762k|  98.0 |   311M |  34 |5665 |  18k|8330 |  16k|  1 |  94k|  24 | 0.000000e+00 |      --      |    Inf |  42.43%
803.76/806.45	c   806s| 43000 |   241 |  4768k|  98.0 |   312M |  34 |5665 |  18k|   0 |  16k|  0 |  95k|  24 | 0.000000e+00 |      --      |    Inf |  42.51%
805.15/807.80	c   808s| 43100 |   268 |  4773k|  97.9 |   312M |  34 |5665 |  18k|8338 |  16k|  1 |  95k|  24 | 0.000000e+00 |      --      |    Inf |  42.52%
806.75/809.42	c   809s| 43200 |   268 |  4782k|  97.8 |   312M |  34 |5665 |  18k|8330 |  16k|  1 |  95k|  24 | 0.000000e+00 |      --      |    Inf |  42.60%
807.84/810.59	c   811s| 43300 |   273 |  4789k|  97.8 |   312M |  34 |5665 |  18k|8330 |  16k|  1 |  95k|  24 | 0.000000e+00 |      --      |    Inf |  42.63%
808.84/811.53	c   812s| 43400 |   279 |  4793k|  97.7 |   312M |  34 |5665 |  18k|8332 |  16k|  1 |  95k|  24 | 0.000000e+00 |      --      |    Inf |  42.65%
809.94/812.63	c   813s| 43500 |   274 |  4798k|  97.6 |   312M |  34 |5665 |  18k|   0 |  16k|  0 |  96k|  24 | 0.000000e+00 |      --      |    Inf |  42.68%
811.63/814.39	c   814s| 43600 |   276 |  4806k|  97.6 |   312M |  34 |5665 |  18k|8330 |  16k|  0 |  96k|  24 | 0.000000e+00 |      --      |    Inf |  42.70%
812.63/815.35	c   815s| 43700 |   276 |  4811k|  97.4 |   312M |  34 |5665 |  18k|8337 |  16k|  1 |  96k|  24 | 0.000000e+00 |      --      |    Inf |  42.73%
813.93/816.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
813.93/816.66	c   817s| 43800 |   292 |  4818k|  97.4 |   312M |  34 |5665 |  18k|8349 |  17k|  1 |  96k|  24 | 0.000000e+00 |      --      |    Inf |  42.79%
815.12/817.82	c   818s| 43900 |   289 |  4824k|  97.3 |   312M |  34 |5665 |  18k|8332 |  17k|  0 |  96k|  24 | 0.000000e+00 |      --      |    Inf |  42.87%
815.92/818.68	c   819s| 44000 |   281 |  4827k|  97.2 |   312M |  34 |5665 |  18k|   0 |  17k|  0 |  96k|  24 | 0.000000e+00 |      --      |    Inf |  42.93%
817.02/819.72	c   820s| 44100 |   272 |  4833k|  97.1 |   312M |  34 |5665 |  18k|8333 |  17k|  1 |  97k|  24 | 0.000000e+00 |      --      |    Inf |  42.95%
818.02/820.77	c   821s| 44200 |   271 |  4838k|  97.0 |   312M |  34 |5665 |  18k|8347 |  17k|  1 |  97k|  24 | 0.000000e+00 |      --      |    Inf |  42.98%
818.91/821.61	c   822s| 44300 |   272 |  4842k|  96.9 |   312M |  34 |5665 |  18k|8334 |  17k|  1 |  97k|  24 | 0.000000e+00 |      --      |    Inf |  43.06%
819.71/822.42	c   822s| 44400 |   270 |  4845k|  96.8 |   312M |  34 |5665 |  18k|8332 |  17k|  1 |  97k|  24 | 0.000000e+00 |      --      |    Inf |  43.14%
820.51/823.26	c   823s| 44500 |   270 |  4849k|  96.7 |   312M |  34 |5665 |  18k|   0 |  17k|  0 |  97k|  24 | 0.000000e+00 |      --      |    Inf |  43.15%
821.31/824.07	c   824s| 44600 |   260 |  4852k|  96.5 |   312M |  34 |5665 |  18k|8333 |  17k|  1 |  97k|  24 | 0.000000e+00 |      --      |    Inf |  43.22%
822.50/825.28	c   825s| 44700 |   263 |  4857k|  96.4 |   312M |  34 |5665 |  18k|   0 |  17k|  0 |  98k|  24 | 0.000000e+00 |      --      |    Inf |  43.27%
823.50/826.20	c   826s| 44800 |   272 |  4860k|  96.3 |   312M |  34 |5665 |  18k|   0 |  17k|  0 |  98k|  24 | 0.000000e+00 |      --      |    Inf |  43.33%
824.30/827.09	c   827s| 44900 |   271 |  4864k|  96.2 |   312M |  34 |5665 |  18k|8332 |  17k|  0 |  98k|  24 | 0.000000e+00 |      --      |    Inf |  43.34%
825.30/828.04	c   828s| 45000 |   267 |  4868k|  96.1 |   312M |  34 |5665 |  18k|8342 |  17k|  1 |  98k|  24 | 0.000000e+00 |      --      |    Inf |  43.36%
826.09/828.83	c   829s| 45100 |   257 |  4872k|  96.0 |   312M |  34 |5665 |  18k|   0 |  17k|  0 |  98k|  24 | 0.000000e+00 |      --      |    Inf |  43.38%
827.89/830.62	c   831s| 45200 |   258 |  4887k|  96.1 |   313M |  34 |5665 |  18k|8324 |  17k|  1 |  98k|  24 | 0.000000e+00 |      --      |    Inf |  43.42%
829.48/832.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
829.48/832.27	c   832s| 45300 |   253 |  4897k|  96.1 |   313M |  34 |5665 |  18k|8335 |  17k|  0 |  99k|  24 | 0.000000e+00 |      --      |    Inf |  43.52%
830.68/833.42	c   833s| 45400 |   255 |  4903k|  96.0 |   313M |  34 |5665 |  18k|8335 |  17k|  1 |  99k|  24 | 0.000000e+00 |      --      |    Inf |  43.60%
831.88/834.65	c   835s| 45500 |   250 |  4909k|  95.9 |   313M |  34 |5665 |  18k|8335 |  17k|  1 |  99k|  24 | 0.000000e+00 |      --      |    Inf |  43.61%
832.97/835.70	c   836s| 45600 |   246 |  4914k|  95.8 |   313M |  34 |5665 |  18k|8334 |  17k|  1 |  99k|  24 | 0.000000e+00 |      --      |    Inf |  43.64%
835.47/838.25	c   838s| 45700 |   260 |  4924k|  95.9 |   313M |  34 |5665 |  18k|8343 |  17k|  0 |  99k|  24 | 0.000000e+00 |      --      |    Inf |  43.68%
836.76/839.51	c   840s| 45800 |   270 |  4930k|  95.8 |   313M |  34 |5665 |  18k|8333 |  17k|  0 |  99k|  24 | 0.000000e+00 |      --      |    Inf |  43.74%
837.86/840.64	c   841s| 45900 |   264 |  4935k|  95.7 |   313M |  34 |5665 |  18k|8343 |  17k|  1 |  99k|  24 | 0.000000e+00 |      --      |    Inf |  43.79%
838.76/841.57	c   842s| 46000 |   265 |  4939k|  95.6 |   313M |  34 |5665 |  18k|   0 |  17k|  0 |  99k|  24 | 0.000000e+00 |      --      |    Inf |  43.80%
839.65/842.46	c   842s| 46100 |   260 |  4943k|  95.5 |   313M |  34 |5665 |  18k|8336 |  17k|  1 | 100k|  24 | 0.000000e+00 |      --      |    Inf |  43.86%
840.65/843.41	c   843s| 46200 |   248 |  4947k|  95.4 |   313M |  34 |5665 |  18k|   0 |  17k|  0 | 100k|  24 | 0.000000e+00 |      --      |    Inf |  43.89%
841.55/844.36	c   844s| 46300 |   240 |  4951k|  95.3 |   313M |  34 |5665 |  18k|8347 |  17k|  0 | 100k|  24 | 0.000000e+00 |      --      |    Inf |  43.92%
843.04/845.80	c   846s| 46400 |   246 |  4957k|  95.2 |   313M |  34 |5665 |  18k|8341 |  18k|  2 | 100k|  24 | 0.000000e+00 |      --      |    Inf |  43.95%
844.25/847.04	c   847s| 46500 |   240 |  4962k|  95.1 |   313M |  34 |5665 |  18k|8343 |  18k|  1 | 100k|  24 | 0.000000e+00 |      --      |    Inf |  43.97%
845.44/848.26	c   848s| 46600 |   234 |  4968k|  95.0 |   313M |  34 |5665 |  18k|8334 |  18k|  1 | 100k|  24 | 0.000000e+00 |      --      |    Inf |  43.98%
846.73/849.58	c   850s| 46700 |   232 |  4975k|  95.0 |   313M |  34 |5665 |  18k|8343 |  18k|  0 | 101k|  24 | 0.000000e+00 |      --      |    Inf |  43.99%
847.93/850.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
847.93/850.79	c   851s| 46800 |   230 |  4981k|  94.9 |   313M |  34 |5665 |  18k|   0 |  18k|  0 | 101k|  24 | 0.000000e+00 |      --      |    Inf |  44.00%
848.93/851.74	c   852s| 46900 |   230 |  4986k|  94.8 |   313M |  34 |5665 |  18k|8346 |  18k|  1 | 101k|  24 | 0.000000e+00 |      --      |    Inf |  44.01%
850.23/853.06	c   853s| 47000 |   232 |  4992k|  94.8 |   314M |  34 |5665 |  17k|8330 |  18k|  1 | 101k|  24 | 0.000000e+00 |      --      |    Inf |  44.03%
851.33/854.13	c   854s| 47100 |   230 |  4997k|  94.7 |   314M |  34 |5665 |  18k|   0 |  18k|  0 | 101k|  24 | 0.000000e+00 |      --      |    Inf |  44.04%
852.12/854.98	c   855s| 47200 |   228 |  5001k|  94.6 |   314M |  34 |5665 |  18k|8335 |  18k|  1 | 101k|  24 | 0.000000e+00 |      --      |    Inf |  44.05%
853.12/855.92	c   856s| 47300 |   213 |  5005k|  94.5 |   314M |  34 |5665 |  17k|   0 |  18k|  0 | 102k|  24 | 0.000000e+00 |      --      |    Inf |  44.10%
854.11/856.95	c   857s| 47400 |   205 |  5010k|  94.4 |   314M |  34 |5665 |  17k|8341 |  18k|  2 | 102k|  24 | 0.000000e+00 |      --      |    Inf |  44.14%
855.21/858.07	c   858s| 47500 |   196 |  5015k|  94.3 |   314M |  34 |5665 |  17k|8339 |  18k|  1 | 102k|  24 | 0.000000e+00 |      --      |    Inf |  44.18%
856.11/858.95	c   859s| 47600 |   197 |  5019k|  94.2 |   314M |  34 |5665 |  17k|8338 |  18k|  1 | 102k|  24 | 0.000000e+00 |      --      |    Inf |  44.25%
857.40/860.26	c   860s| 47700 |   211 |  5027k|  94.2 |   314M |  34 |5665 |  18k|8346 |  18k|  1 | 102k|  24 | 0.000000e+00 |      --      |    Inf |  44.28%
858.31/861.16	c   861s| 47800 |   201 |  5030k|  94.1 |   314M |  34 |5665 |  18k|8346 |  18k|  1 | 102k|  24 | 0.000000e+00 |      --      |    Inf |  44.31%
859.20/862.03	c   862s| 47900 |   198 |  5034k|  94.0 |   314M |  34 |5665 |  18k|   0 |  18k|  0 | 103k|  24 | 0.000000e+00 |      --      |    Inf |  44.34%
860.00/862.88	c   863s| 48000 |   192 |  5037k|  93.8 |   314M |  34 |5665 |  17k|8343 |  18k|  1 | 103k|  24 | 0.000000e+00 |      --      |    Inf |  44.36%
860.99/863.82	c   864s| 48100 |   192 |  5041k|  93.7 |   314M |  34 |5665 |  17k|   0 |  18k|  0 | 103k|  24 | 0.000000e+00 |      --      |    Inf |  44.40%
861.89/864.75	c   865s| 48200 |   187 |  5045k|  93.6 |   314M |  34 |5665 |  17k|   0 |  18k|  0 | 103k|  24 | 0.000000e+00 |      --      |    Inf |  44.44%
863.39/866.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
863.39/866.20	c   866s| 48300 |   184 |  5052k|  93.6 |   314M |  34 |5665 |  17k|   0 |  18k|  0 | 103k|  24 | 0.000000e+00 |      --      |    Inf |  44.50%
864.89/867.72	c   868s| 48400 |   186 |  5056k|  93.5 |   314M |  34 |5665 |  18k|8333 |  18k|  1 | 103k|  24 | 0.000000e+00 |      --      |    Inf |  44.52%
865.68/868.51	c   869s| 48500 |   173 |  5060k|  93.4 |   314M |  34 |5665 |  17k|8335 |  18k|  1 | 104k|  24 | 0.000000e+00 |      --      |    Inf |  44.56%
866.58/869.43	c   869s| 48600 |   171 |  5064k|  93.3 |   314M |  34 |5665 |  17k|   0 |  18k|  0 | 104k|  24 | 0.000000e+00 |      --      |    Inf |  44.59%
868.38/871.22	c   871s| 48700 |   176 |  5072k|  93.3 |   314M |  34 |5665 |  17k|8335 |  18k|  0 | 104k|  24 | 0.000000e+00 |      --      |    Inf |  44.62%
869.47/872.33	c   872s| 48800 |   163 |  5078k|  93.2 |   314M |  34 |5665 |  18k|8331 |  18k|  1 | 104k|  24 | 0.000000e+00 |      --      |    Inf |  44.76%
870.18/873.08	c   873s| 48900 |   152 |  5081k|  93.1 |   314M |  34 |5665 |  17k|   0 |  18k|  0 | 104k|  24 | 0.000000e+00 |      --      |    Inf |  44.80%
871.27/874.15	c   874s| 49000 |   147 |  5085k|  93.0 |   314M |  34 |5665 |  17k|8339 |  18k|  1 | 105k|  24 | 0.000000e+00 |      --      |    Inf |  44.83%
872.17/875.06	c   875s| 49100 |   145 |  5089k|  92.9 |   314M |  34 |5665 |  17k|8347 |  18k|  1 | 105k|  24 | 0.000000e+00 |      --      |    Inf |  44.84%
873.06/875.94	c   876s| 49200 |   136 |  5092k|  92.8 |   314M |  34 |5665 |  17k|8337 |  18k|  1 | 105k|  24 | 0.000000e+00 |      --      |    Inf |  44.85%
874.36/877.29	c   877s| 49300 |   139 |  5099k|  92.8 |   314M |  34 |5665 |  17k|8336 |  18k|  0 | 105k|  24 | 0.000000e+00 |      --      |    Inf |  44.94%
875.76/878.66	c   879s| 49400 |   139 |  5105k|  92.7 |   314M |  34 |5665 |  17k|8330 |  18k|  1 | 105k|  24 | 0.000000e+00 |      --      |    Inf |  45.01%
877.35/880.29	c   880s| 49500 |   139 |  5117k|  92.7 |   314M |  34 |5665 |  18k|8331 |  18k|  0 | 105k|  24 | 0.000000e+00 |      --      |    Inf |  45.03%
878.65/881.57	c   882s| 49600 |   135 |  5124k|  92.7 |   314M |  34 |5665 |  18k|   0 |  18k|  0 | 106k|  24 | 0.000000e+00 |      --      |    Inf |  45.09%
883.33/886.20	c   886s| 49700 |   145 |  5144k|  92.9 |   314M |  34 |5665 |  17k|8328 |  18k|  1 | 106k|  24 | 0.000000e+00 |      --      |    Inf |  45.17%
885.14/888.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
885.14/888.01	c   888s| 49800 |   151 |  5150k|  92.8 |   314M |  34 |5665 |  17k|8347 |  19k|  1 | 106k|  24 | 0.000000e+00 |      --      |    Inf |  45.62%
886.93/889.85	c   890s| 49900 |   161 |  5157k|  92.8 |   314M |  34 |5665 |  18k|8343 |  19k|  0 | 106k|  24 | 0.000000e+00 |      --      |    Inf |  45.84%
888.13/891.05	c   891s| 50000 |   158 |  5162k|  92.7 |   314M |  34 |5665 |  18k|   0 |  19k|  0 | 106k|  24 | 0.000000e+00 |      --      |    Inf |  46.07%
889.92/892.86	c   893s| 50100 |   158 |  5173k|  92.7 |   314M |  34 |5665 |  18k|8336 |  19k|  1 | 106k|  24 | 0.000000e+00 |      --      |    Inf |  46.20%
891.41/894.39	c   894s| 50200 |   151 |  5184k|  92.8 |   314M |  34 |5665 |  17k|8337 |  19k|  1 | 107k|  24 | 0.000000e+00 |      --      |    Inf |  46.31%
892.61/895.56	c   896s| 50300 |   149 |  5191k|  92.7 |   314M |  34 |5665 |  18k|   0 |  19k|  0 | 107k|  24 | 0.000000e+00 |      --      |    Inf |  46.32%
893.81/896.72	c   897s| 50400 |   148 |  5197k|  92.7 |   314M |  34 |5665 |  18k|   0 |  19k|  0 | 107k|  24 | 0.000000e+00 |      --      |    Inf |  46.37%
894.80/897.79	c   898s| 50500 |   145 |  5203k|  92.6 |   314M |  34 |5665 |  17k|8346 |  19k|  1 | 107k|  24 | 0.000000e+00 |      --      |    Inf |  46.40%
895.90/898.88	c   899s| 50600 |   142 |  5208k|  92.5 |   314M |  34 |5665 |  17k|8345 |  19k|  1 | 107k|  24 | 0.000000e+00 |      --      |    Inf |  46.45%
896.80/899.75	c   900s| 50700 |   134 |  5213k|  92.5 |   314M |  34 |5665 |  17k|   0 |  19k|  0 | 107k|  24 | 0.000000e+00 |      --      |    Inf |  46.47%
898.29/901.23	c   901s| 50800 |   132 |  5223k|  92.5 |   314M |  34 |5665 |  17k|8346 |  19k|  1 | 108k|  24 | 0.000000e+00 |      --      |    Inf |  46.50%
900.29/903.21	c   903s| 50900 |   142 |  5239k|  92.6 |   314M |  34 |5665 |  17k|8333 |  19k|  0 | 108k|  24 | 0.000000e+00 |      --      |    Inf |  46.56%
901.78/904.75	c   905s| 51000 |   144 |  5247k|  92.6 |   314M |  34 |5665 |  17k|8334 |  19k|  0 | 108k|  24 | 0.000000e+00 |      --      |    Inf |  46.57%
902.88/905.89	c   906s| 51100 |   148 |  5254k|  92.5 |   314M |  34 |5665 |  17k|8333 |  19k|  1 | 108k|  24 | 0.000000e+00 |      --      |    Inf |  46.58%
904.48/907.45	c   907s| 51200 |   141 |  5262k|  92.5 |   314M |  34 |5665 |  17k|8333 |  19k|  1 | 109k|  24 | 0.000000e+00 |      --      |    Inf |  46.60%
905.57/908.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
905.57/908.52	c   909s| 51300 |   139 |  5269k|  92.5 |   314M |  34 |5665 |  18k|8333 |  19k|  1 | 109k|  24 | 0.000000e+00 |      --      |    Inf |  46.60%
908.66/911.70	c   912s| 51400 |   159 |  5284k|  92.6 |   314M |  34 |5665 |  17k|8333 |  19k|  1 | 109k|  24 | 0.000000e+00 |      --      |    Inf |  46.66%
909.76/912.77	c   913s| 51500 |   164 |  5292k|  92.6 |   314M |  34 |5665 |  17k|8331 |  19k|  1 | 109k|  24 | 0.000000e+00 |      --      |    Inf |  46.66%
910.96/913.99	c   914s| 51600 |   159 |  5301k|  92.5 |   314M |  34 |5665 |  18k|8331 |  19k|  1 | 109k|  24 | 0.000000e+00 |      --      |    Inf |  46.66%
912.16/915.10	c   915s| 51700 |   158 |  5308k|  92.5 |   314M |  34 |5665 |  17k|8331 |  19k|  0 | 110k|  24 | 0.000000e+00 |      --      |    Inf |  46.67%
913.16/916.16	c   916s| 51800 |   155 |  5315k|  92.5 |   314M |  34 |5665 |  18k|8333 |  19k|  1 | 110k|  24 | 0.000000e+00 |      --      |    Inf |  46.67%
914.55/917.58	c   918s| 51900 |   161 |  5324k|  92.5 |   314M |  34 |5665 |  17k|8331 |  19k|  1 | 110k|  24 | 0.000000e+00 |      --      |    Inf |  46.68%
915.64/918.66	c   919s| 52000 |   157 |  5330k|  92.4 |   314M |  34 |5665 |  18k|8331 |  19k|  1 | 110k|  24 | 0.000000e+00 |      --      |    Inf |  46.69%
916.64/919.69	c   920s| 52100 |   158 |  5335k|  92.3 |   314M |  34 |5665 |  18k|8331 |  19k|  1 | 110k|  24 | 0.000000e+00 |      --      |    Inf |  46.70%
918.04/921.01	c   921s| 52200 |   152 |  5342k|  92.3 |   314M |  34 |5665 |  18k|8331 |  19k|  0 | 111k|  24 | 0.000000e+00 |      --      |    Inf |  46.74%
919.33/922.35	c   922s| 52300 |   147 |  5349k|  92.3 |   314M |  34 |5665 |  17k|8333 |  19k|  1 | 111k|  24 | 0.000000e+00 |      --      |    Inf |  46.77%
920.33/923.35	c   923s| 52400 |   150 |  5355k|  92.2 |   314M |  34 |5665 |  18k|8333 |  19k|  0 | 111k|  24 | 0.000000e+00 |      --      |    Inf |  46.80%
921.23/924.29	c   924s| 52500 |   149 |  5361k|  92.1 |   314M |  34 |5665 |  18k|8333 |  19k|  0 | 111k|  24 | 0.000000e+00 |      --      |    Inf |  46.80%
922.42/925.49	c   925s| 52600 |   147 |  5367k|  92.1 |   314M |  34 |5665 |  18k|8333 |  19k|  1 | 111k|  24 | 0.000000e+00 |      --      |    Inf |  46.85%
925.81/928.85	c   929s| 52700 |   142 |  5384k|  92.2 |   315M |  34 |5665 |  17k|8333 |  19k|  0 | 112k|  24 | 0.000000e+00 |      --      |    Inf |  47.33%
928.41/931.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
928.41/931.47	c   931s| 52800 |   166 |  5400k|  92.3 |   315M |  34 |5665 |  17k|   0 |  19k|  0 | 112k|  24 | 0.000000e+00 |      --      |    Inf |  47.36%
929.80/932.88	c   933s| 52900 |   168 |  5408k|  92.3 |   315M |  34 |5665 |  18k|8319 |  19k|  0 | 112k|  24 | 0.000000e+00 |      --      |    Inf |  47.40%
931.10/934.18	c   934s| 53000 |   157 |  5417k|  92.3 |   315M |  34 |5665 |  18k|8319 |  19k|  1 | 112k|  24 | 0.000000e+00 |      --      |    Inf |  47.43%
932.40/935.46	c   935s| 53100 |   157 |  5424k|  92.3 |   315M |  34 |5665 |  17k|8341 |  19k|  1 | 113k|  24 | 0.000000e+00 |      --      |    Inf |  47.50%
934.29/937.33	c   937s| 53200 |   160 |  5432k|  92.3 |   315M |  34 |5665 |  18k|8339 |  19k|  1 | 113k|  24 | 0.000000e+00 |      --      |    Inf |  47.63%
935.39/938.42	c   938s| 53300 |   152 |  5439k|  92.2 |   315M |  34 |5665 |  18k|8341 |  19k|  1 | 113k|  24 | 0.000000e+00 |      --      |    Inf |  47.70%
936.49/939.55	c   940s| 53400 |   156 |  5444k|  92.1 |   315M |  34 |5665 |  18k|8342 |  19k|  0 | 113k|  24 | 0.000000e+00 |      --      |    Inf |  47.74%
937.58/940.69	c   941s| 53500 |   148 |  5450k|  92.1 |   315M |  34 |5665 |  18k|   0 |  19k|  0 | 113k|  24 | 0.000000e+00 |      --      |    Inf |  47.80%
939.58/942.64	c   943s| 53600 |   153 |  5461k|  92.1 |   315M |  34 |5665 |  18k|8325 |  19k|  0 | 114k|  24 | 0.000000e+00 |      --      |    Inf |  47.85%
941.17/944.28	c   944s| 53700 |   157 |  5471k|  92.1 |   315M |  34 |5665 |  18k|8331 |  19k|  0 | 114k|  24 | 0.000000e+00 |      --      |    Inf |  47.91%
942.27/945.35	c   945s| 53800 |   150 |  5478k|  92.1 |   315M |  34 |5665 |  17k|8344 |  19k|  1 | 114k|  24 | 0.000000e+00 |      --      |    Inf |  47.96%
946.26/949.34	c   949s| 53900 |   152 |  5504k|  92.4 |   315M |  34 |5665 |  17k|8333 |  19k|  1 | 114k|  24 | 0.000000e+00 |      --      |    Inf |  48.04%
948.65/951.78	c   952s| 54000 |   160 |  5520k|  92.5 |   315M |  34 |5665 |  17k|8354 |  20k|  0 | 114k|  24 | 0.000000e+00 |      --      |    Inf |  48.64%
952.14/955.24	c   955s| 54100 |   159 |  5535k|  92.6 |   315M |  34 |5665 |  17k|   0 |  20k|  0 | 115k|  24 | 0.000000e+00 |      --      |    Inf |  48.80%
955.53/958.60	c   959s| 54200 |   165 |  5555k|  92.8 |   315M |  34 |5665 |  17k|8340 |  20k|  1 | 115k|  24 | 0.000000e+00 |      --      |    Inf |  50.46%
957.03/960.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
957.03/960.11	c   960s| 54300 |   162 |  5566k|  92.8 |   318M |  34 |5665 |  17k|   0 |  20k|  0 | 115k|  24 | 0.000000e+00 |      --      |    Inf |  50.60%
958.82/962.00	c   962s| 54400 |   174 |  5576k|  92.8 |   322M |  34 |5665 |  17k|   0 |  20k|  0 | 115k|  24 | 0.000000e+00 |      --      |    Inf |  50.92%
959.72/962.86	c   963s| 54500 |   168 |  5580k|  92.7 |   322M |  34 |5665 |  17k|8351 |  20k|  1 | 115k|  24 | 0.000000e+00 |      --      |    Inf |  51.00%
960.62/963.78	c   964s| 54600 |   161 |  5586k|  92.7 |   322M |  34 |5665 |  17k|8344 |  20k|  0 | 116k|  24 | 0.000000e+00 |      --      |    Inf |  51.19%
962.21/965.39	c   965s| 54700 |   155 |  5594k|  92.7 |   322M |  34 |5665 |  16k|8346 |  20k|  1 | 116k|  24 | 0.000000e+00 |      --      |    Inf |  51.31%
963.81/966.92	c   967s| 54800 |   157 |  5605k|  92.7 |   323M |  34 |5665 |  16k|8347 |  20k|  1 | 116k|  24 | 0.000000e+00 |      --      |    Inf |  51.36%
965.11/968.23	c   968s| 54900 |   157 |  5615k|  92.7 |   323M |  34 |5665 |  16k|8350 |  20k|  1 | 116k|  24 | 0.000000e+00 |      --      |    Inf |  51.38%
966.70/969.80	c   970s| 55000 |   159 |  5624k|  92.7 |   323M |  34 |5665 |  16k|   0 |  20k|  0 | 116k|  24 | 0.000000e+00 |      --      |    Inf |  51.38%
968.60/971.71	c   972s| 55100 |   159 |  5634k|  92.7 |   323M |  34 |5665 |  16k|   0 |  20k|  0 | 117k|  24 | 0.000000e+00 |      --      |    Inf |  51.40%
971.39/974.50	c   975s| 55200 |   164 |  5649k|  92.8 |   323M |  34 |5665 |  16k|8351 |  20k|  0 | 117k|  24 | 0.000000e+00 |      --      |    Inf |  51.42%
972.69/975.80	c   976s| 55300 |   158 |  5657k|  92.8 |   323M |  34 |5665 |  16k|8343 |  20k|  1 | 117k|  24 | 0.000000e+00 |      --      |    Inf |  51.42%
974.38/977.52	c   978s| 55400 |   161 |  5670k|  92.8 |   323M |  34 |5665 |  16k|8341 |  20k|  0 | 117k|  24 | 0.000000e+00 |      --      |    Inf |  51.44%
975.68/978.85	c   979s| 55500 |   161 |  5679k|  92.8 |   323M |  34 |5665 |  16k|8341 |  20k|  1 | 117k|  24 | 0.000000e+00 |      --      |    Inf |  51.46%
977.07/980.26	c   980s| 55600 |   160 |  5691k|  92.9 |   323M |  34 |5665 |  16k|   0 |  20k|  0 | 118k|  24 | 0.000000e+00 |      --      |    Inf |  51.47%
978.67/981.86	c   982s| 55700 |   163 |  5700k|  92.9 |   323M |  34 |5665 |  16k|8340 |  20k|  1 | 118k|  24 | 0.000000e+00 |      --      |    Inf |  51.57%
979.76/982.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
979.76/982.97	c   983s| 55800 |   156 |  5706k|  92.8 |   323M |  34 |5665 |  17k|8340 |  20k|  0 | 118k|  24 | 0.000000e+00 |      --      |    Inf |  51.61%
982.05/985.23	c   985s| 55900 |   163 |  5717k|  92.8 |   323M |  34 |5665 |  17k|   0 |  20k|  0 | 118k|  24 | 0.000000e+00 |      --      |    Inf |  51.66%
985.14/988.35	c   988s| 56000 |   166 |  5732k|  92.9 |   323M |  34 |5665 |  16k|8352 |  20k|  1 | 119k|  24 | 0.000000e+00 |      --      |    Inf |  51.78%
986.74/989.90	c   990s| 56100 |   160 |  5744k|  93.0 |   323M |  34 |5665 |  16k|8352 |  20k|  0 | 119k|  24 | 0.000000e+00 |      --      |    Inf |  51.80%
988.33/991.59	c   992s| 56200 |   172 |  5753k|  93.0 |   323M |  34 |5665 |  16k|8329 |  20k|  0 | 119k|  24 | 0.000000e+00 |      --      |    Inf |  51.85%
990.12/993.30	c   993s| 56300 |   184 |  5762k|  93.0 |   323M |  34 |5665 |  16k|8328 |  20k|  1 | 119k|  24 | 0.000000e+00 |      --      |    Inf |  51.88%
991.62/994.85	c   995s| 56400 |   181 |  5771k|  93.0 |   323M |  34 |5665 |  16k|8328 |  20k|  0 | 119k|  24 | 0.000000e+00 |      --      |    Inf |  51.89%
993.21/996.43	c   996s| 56500 |   180 |  5782k|  93.0 |   323M |  34 |5665 |  16k|8328 |  20k|  0 | 120k|  24 | 0.000000e+00 |      --      |    Inf |  51.92%
994.61/997.82	c   998s| 56600 |   181 |  5791k|  93.0 |   323M |  34 |5665 |  17k|8329 |  20k|  1 | 120k|  24 | 0.000000e+00 |      --      |    Inf |  51.92%
996.10/999.30	c   999s| 56700 |   183 |  5800k|  93.0 |   323M |  34 |5665 |  17k|8333 |  20k|  0 | 120k|  24 | 0.000000e+00 |      --      |    Inf |  51.93%
997.40/1000.66	c  1001s| 56800 |   180 |  5809k|  93.0 |   323M |  34 |5665 |  17k|8328 |  20k|  1 | 120k|  24 | 0.000000e+00 |      --      |    Inf |  51.94%
998.90/1002.17	c  1002s| 56900 |   175 |  5821k|  93.0 |   323M |  34 |5665 |  17k|8328 |  20k|  0 | 120k|  24 | 0.000000e+00 |      --      |    Inf |  51.96%
1000.09/1003.39	c  1003s| 57000 |   167 |  5829k|  93.0 |   323M |  34 |5665 |  17k|8328 |  20k|  1 | 121k|  24 | 0.000000e+00 |      --      |    Inf |  51.98%
1001.38/1004.60	c  1005s| 57100 |   163 |  5837k|  93.0 |   323M |  34 |5665 |  17k|8328 |  20k|  0 | 121k|  24 | 0.000000e+00 |      --      |    Inf |  52.03%
1002.48/1005.77	c  1006s| 57200 |   157 |  5845k|  93.0 |   323M |  34 |5665 |  17k|   0 |  20k|  0 | 121k|  24 | 0.000000e+00 |      --      |    Inf |  52.05%
1006.87/1010.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1006.87/1010.17	c  1010s| 57300 |   156 |  5859k|  93.0 |   323M |  34 |5665 |  17k|   0 |  20k|  0 | 121k|  24 | 0.000000e+00 |      --      |    Inf |  52.13%
1008.96/1012.27	c  1012s| 57400 |   162 |  5874k|  93.1 |   323M |  34 |5665 |  17k|8337 |  20k|  1 | 121k|  24 | 0.000000e+00 |      --      |    Inf |  52.18%
1010.65/1013.98	c  1014s| 57500 |   158 |  5885k|  93.2 |   323M |  34 |5665 |  17k|8337 |  20k|  0 | 122k|  24 | 0.000000e+00 |      --      |    Inf |  52.21%
1012.15/1015.47	c  1015s| 57600 |   158 |  5897k|  93.2 |   323M |  34 |5665 |  17k|8350 |  20k|  1 | 122k|  24 | 0.000000e+00 |      --      |    Inf |  52.22%
1014.34/1017.63	c  1018s| 57700 |   159 |  5910k|  93.3 |   323M |  34 |5665 |  17k|8337 |  20k|  0 | 122k|  24 | 0.000000e+00 |      --      |    Inf |  52.26%
1016.33/1019.60	c  1020s| 57800 |   148 |  5923k|  93.3 |   323M |  34 |5665 |  17k|   0 |  20k|  0 | 122k|  24 | 0.000000e+00 |      --      |    Inf |  52.28%
1019.02/1022.37	c  1022s| 57900 |   155 |  5934k|  93.3 |   323M |  34 |5665 |  17k|8335 |  20k|  1 | 122k|  24 | 0.000000e+00 |      --      |    Inf |  52.34%
1020.91/1024.21	c  1024s| 58000 |   164 |  5943k|  93.3 |   323M |  34 |5665 |  17k|8336 |  20k|  1 | 122k|  24 | 0.000000e+00 |      --      |    Inf |  52.37%
1022.81/1026.11	c  1026s| 58100 |   154 |  5955k|  93.4 |   323M |  34 |5665 |  17k|8335 |  20k|  1 | 123k|  24 | 0.000000e+00 |      --      |    Inf |  52.38%
1024.50/1027.88	c  1028s| 58200 |   148 |  5967k|  93.4 |   323M |  34 |5665 |  17k|8338 |  20k|  1 | 123k|  24 | 0.000000e+00 |      --      |    Inf |  52.45%
1026.70/1030.08	c  1030s| 58300 |   154 |  5980k|  93.5 |   323M |  34 |5665 |  17k|8332 |  20k|  0 | 123k|  24 | 0.000000e+00 |      --      |    Inf |  52.48%
1028.19/1031.51	c  1032s| 58400 |   156 |  5990k|  93.5 |   323M |  34 |5665 |  17k|8332 |  20k|  1 | 123k|  24 | 0.000000e+00 |      --      |    Inf |  52.53%
1029.88/1033.29	c  1033s| 58500 |   150 |  6003k|  93.5 |   323M |  34 |5665 |  17k|8338 |  20k|  1 | 124k|  24 | 0.000000e+00 |      --      |    Inf |  52.55%
1031.18/1034.50	c  1035s| 58600 |   141 |  6011k|  93.5 |   323M |  34 |5665 |  16k|8331 |  20k|  1 | 124k|  24 | 0.000000e+00 |      --      |    Inf |  52.59%
1033.07/1036.41	c  1036s| 58700 |   146 |  6024k|  93.6 |   323M |  34 |5665 |  16k|   0 |  20k|  0 | 124k|  24 | 0.000000e+00 |      --      |    Inf |  52.66%
1036.66/1040.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1036.66/1040.09	c  1040s| 58800 |   146 |  6043k|  93.7 |   325M |  34 |5665 |  16k|8338 |  20k|  1 | 124k|  24 | 0.000000e+00 |      --      |    Inf |  52.78%
1038.95/1042.34	c  1042s| 58900 |   146 |  6061k|  93.9 |   325M |  34 |5665 |  16k|8334 |  20k|  1 | 124k|  24 | 0.000000e+00 |      --      |    Inf |  52.80%
1040.84/1044.24	c  1044s| 59000 |   146 |  6069k|  93.8 |   325M |  34 |5665 |  16k|8331 |  20k|  1 | 124k|  24 | 0.000000e+00 |      --      |    Inf |  52.91%
1043.04/1046.45	c  1046s| 59100 |   146 |  6077k|  93.8 |   325M |  34 |5665 |  16k|   0 |  21k|  0 | 125k|  24 | 0.000000e+00 |      --      |    Inf |  53.07%
1044.53/1047.96	c  1048s| 59200 |   145 |  6087k|  93.8 |   325M |  34 |5665 |  15k|8334 |  21k|  1 | 125k|  24 | 0.000000e+00 |      --      |    Inf |  53.25%
1045.93/1049.35	c  1049s| 59300 |   133 |  6096k|  93.8 |   325M |  34 |5665 |  15k|8324 |  21k|  1 | 125k|  24 | 0.000000e+00 |      --      |    Inf |  53.47%
1048.62/1052.08	c  1052s| 59400 |   152 |  6111k|  93.9 |   325M |  34 |5665 |  15k|8337 |  21k|  1 | 125k|  24 | 0.000000e+00 |      --      |    Inf |  53.56%
1049.91/1053.35	c  1053s| 59500 |   149 |  6118k|  93.9 |   325M |  34 |5665 |  15k|8325 |  21k|  1 | 126k|  24 | 0.000000e+00 |      --      |    Inf |  53.67%
1052.10/1055.59	c  1056s| 59600 |   152 |  6127k|  93.9 |   328M |  34 |5665 |  16k|8333 |  21k|  0 | 126k|  24 | 0.000000e+00 |      --      |    Inf |  53.71%
1053.70/1057.11	c  1057s| 59700 |   158 |  6137k|  93.9 |   328M |  34 |5665 |  16k|8337 |  21k|  1 | 126k|  24 | 0.000000e+00 |      --      |    Inf |  53.73%
1054.70/1058.17	c  1058s| 59800 |   152 |  6143k|  93.8 |   328M |  34 |5665 |  16k|   0 |  21k|  0 | 126k|  24 | 0.000000e+00 |      --      |    Inf |  53.74%
1055.89/1059.34	c  1059s| 59900 |   164 |  6148k|  93.7 |   328M |  34 |5665 |  16k|8334 |  21k|  1 | 126k|  24 | 0.000000e+00 |      --      |    Inf |  53.82%
1057.48/1060.98	c  1061s| 60000 |   166 |  6154k|  93.7 |   328M |  34 |5665 |  16k|   0 |  21k|  0 | 127k|  24 | 0.000000e+00 |      --      |    Inf |  53.86%
1058.59/1062.06	c  1062s| 60100 |   163 |  6160k|  93.6 |   328M |  34 |5665 |  16k|8338 |  21k|  0 | 127k|  24 | 0.000000e+00 |      --      |    Inf |  53.89%
1059.58/1063.07	c  1063s| 60200 |   153 |  6165k|  93.6 |   328M |  34 |5665 |  16k|8333 |  21k|  0 | 127k|  24 | 0.000000e+00 |      --      |    Inf |  53.97%
1060.58/1064.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1060.58/1064.08	c  1064s| 60300 |   148 |  6170k|  93.5 |   328M |  34 |5665 |  16k|   0 |  21k|  0 | 127k|  24 | 0.000000e+00 |      --      |    Inf |  54.01%
1061.77/1065.29	c  1065s| 60400 |   152 |  6175k|  93.5 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 128k|  24 | 0.000000e+00 |      --      |    Inf |  54.06%
1062.77/1066.23	c  1066s| 60500 |   150 |  6180k|  93.4 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 128k|  24 | 0.000000e+00 |      --      |    Inf |  54.09%
1063.67/1067.17	c  1067s| 60600 |   140 |  6185k|  93.3 |   328M |  34 |5665 |  17k|8315 |  21k|  1 | 128k|  24 | 0.000000e+00 |      --      |    Inf |  54.14%
1065.16/1068.60	c  1069s| 60700 |   150 |  6191k|  93.3 |   328M |  34 |5665 |  17k|8330 |  21k|  1 | 128k|  24 | 0.000000e+00 |      --      |    Inf |  54.20%
1066.35/1069.89	c  1070s| 60800 |   148 |  6199k|  93.2 |   328M |  34 |5665 |  17k|8340 |  21k|  0 | 128k|  24 | 0.000000e+00 |      --      |    Inf |  54.24%
1067.35/1070.88	c  1071s| 60900 |   149 |  6203k|  93.2 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 129k|  24 | 0.000000e+00 |      --      |    Inf |  54.26%
1068.44/1071.96	c  1072s| 61000 |   147 |  6208k|  93.1 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 129k|  24 | 0.000000e+00 |      --      |    Inf |  54.31%
1069.34/1072.89	c  1073s| 61100 |   147 |  6212k|  93.0 |   328M |  34 |5665 |  17k|8340 |  21k|  0 | 129k|  24 | 0.000000e+00 |      --      |    Inf |  54.34%
1070.54/1074.07	c  1074s| 61200 |   141 |  6218k|  93.0 |   328M |  34 |5665 |  17k|8340 |  21k|  1 | 129k|  24 | 0.000000e+00 |      --      |    Inf |  54.35%
1071.43/1074.94	c  1075s| 61300 |   147 |  6222k|  92.9 |   328M |  34 |5665 |  17k|8340 |  21k|  1 | 129k|  24 | 0.000000e+00 |      --      |    Inf |  54.36%
1072.43/1075.95	c  1076s| 61400 |   147 |  6227k|  92.8 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 130k|  24 | 0.000000e+00 |      --      |    Inf |  54.39%
1073.83/1077.33	c  1077s| 61500 |   147 |  6233k|  92.8 |   328M |  34 |5665 |  17k|8330 |  21k|  1 | 130k|  24 | 0.000000e+00 |      --      |    Inf |  54.43%
1074.92/1078.49	c  1078s| 61600 |   142 |  6240k|  92.7 |   328M |  34 |5665 |  17k|8340 |  21k|  1 | 130k|  24 | 0.000000e+00 |      --      |    Inf |  54.47%
1076.32/1079.87	c  1080s| 61700 |   143 |  6246k|  92.7 |   328M |  34 |5665 |  17k|8340 |  21k|  1 | 130k|  24 | 0.000000e+00 |      --      |    Inf |  54.48%
1077.31/1080.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1077.31/1080.88	c  1081s| 61800 |   144 |  6251k|  92.6 |   328M |  34 |5665 |  17k|8345 |  21k|  1 | 130k|  24 | 0.000000e+00 |      --      |    Inf |  54.49%
1078.61/1082.12	c  1082s| 61900 |   143 |  6257k|  92.6 |   328M |  34 |5665 |  17k|8339 |  21k|  1 | 131k|  24 | 0.000000e+00 |      --      |    Inf |  54.62%
1079.61/1083.19	c  1083s| 62000 |   145 |  6261k|  92.5 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 131k|  24 | 0.000000e+00 |      --      |    Inf |  54.65%
1080.61/1084.15	c  1084s| 62100 |   145 |  6266k|  92.4 |   328M |  34 |5665 |  17k|8345 |  21k|  1 | 131k|  24 | 0.000000e+00 |      --      |    Inf |  54.69%
1081.80/1085.33	c  1085s| 62200 |   147 |  6270k|  92.4 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 131k|  24 | 0.000000e+00 |      --      |    Inf |  54.71%
1083.20/1086.70	c  1087s| 62300 |   139 |  6275k|  92.3 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 131k|  24 | 0.000000e+00 |      --      |    Inf |  54.81%
1084.40/1087.90	c  1088s| 62400 |   140 |  6280k|  92.2 |   328M |  34 |5665 |  17k|   0 |  21k|  0 | 132k|  24 | 0.000000e+00 |      --      |    Inf |  54.92%
1085.50/1089.08	c  1089s| 62500 |   135 |  6286k|  92.2 |   328M |  34 |5665 |  17k|8339 |  21k|  1 | 132k|  24 | 0.000000e+00 |      --      |    Inf |  54.98%
1086.49/1090.10	c  1090s| 62600 |   134 |  6291k|  92.1 |   328M |  34 |5665 |  17k|8339 |  21k|  1 | 132k|  24 | 0.000000e+00 |      --      |    Inf |  55.01%
1087.59/1091.11	c  1091s| 62700 |   134 |  6295k|  92.1 |   328M |  34 |5665 |  17k|8340 |  21k|  0 | 132k|  24 | 0.000000e+00 |      --      |    Inf |  55.04%
1088.49/1092.04	c  1092s| 62800 |   132 |  6299k|  92.0 |   328M |  34 |5665 |  17k|8334 |  21k|  1 | 132k|  24 | 0.000000e+00 |      --      |    Inf |  55.08%
1089.68/1093.21	c  1093s| 62900 |   131 |  6304k|  91.9 |   328M |  34 |5665 |  17k|8344 |  21k|  1 | 133k|  24 | 0.000000e+00 |      --      |    Inf |  55.09%
1091.27/1094.86	c  1095s| 63000 |   136 |  6313k|  91.9 |   328M |  34 |5665 |  17k|8349 |  22k|  0 | 133k|  24 | 0.000000e+00 |      --      |    Inf |  55.15%
1092.47/1096.10	c  1096s| 63100 |   130 |  6321k|  91.9 |   328M |  34 |5665 |  17k|8349 |  22k|  0 | 133k|  24 | 0.000000e+00 |      --      |    Inf |  55.25%
1094.36/1097.90	c  1098s| 63200 |   138 |  6334k|  92.0 |   328M |  34 |5665 |  17k|8357 |  22k|  0 | 133k|  24 | 0.000000e+00 |      --      |    Inf |  55.31%
1095.95/1099.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1095.95/1099.55	c  1100s| 63300 |   132 |  6346k|  92.0 |   328M |  34 |5665 |  17k|8349 |  22k|  0 | 133k|  24 | 0.000000e+00 |      --      |    Inf |  55.37%
1097.35/1100.95	c  1101s| 63400 |   131 |  6356k|  92.0 |   328M |  34 |5665 |  17k|8353 |  22k|  0 | 134k|  24 | 0.000000e+00 |      --      |    Inf |  55.40%
1098.84/1102.44	c  1102s| 63500 |   129 |  6366k|  92.0 |   328M |  34 |5665 |  17k|8352 |  22k|  0 | 134k|  24 | 0.000000e+00 |      --      |    Inf |  55.43%
1100.74/1104.36	c  1104s| 63600 |   130 |  6380k|  92.1 |   331M |  34 |5665 |  17k|8355 |  22k|  0 | 134k|  24 | 0.000000e+00 |      --      |    Inf |  55.52%
1102.03/1105.69	c  1106s| 63700 |   127 |  6387k|  92.1 |   331M |  34 |5665 |  17k|8355 |  22k|  1 | 134k|  24 | 0.000000e+00 |      --      |    Inf |  55.62%
1103.92/1107.52	c  1108s| 63800 |   124 |  6398k|  92.1 |   331M |  34 |5665 |  17k|8352 |  22k|  0 | 134k|  24 | 0.000000e+00 |      --      |    Inf |  55.80%
1106.71/1110.30	c  1110s| 63900 |   132 |  6416k|  92.2 |   332M |  34 |5665 |  17k|   0 |  22k|  0 | 135k|  24 | 0.000000e+00 |      --      |    Inf |  56.17%
1108.41/1112.04	c  1112s| 64000 |   134 |  6422k|  92.2 |   332M |  34 |5665 |  17k|   0 |  22k|  0 | 135k|  24 | 0.000000e+00 |      --      |    Inf |  56.58%
1110.80/1114.43	c  1114s| 64100 |   130 |  6434k|  92.2 |   332M |  34 |5665 |  17k|8355 |  22k|  1 | 135k|  24 | 0.000000e+00 |      --      |    Inf |  57.03%
1113.09/1116.77	c  1117s| 64200 |   132 |  6452k|  92.3 |   333M |  34 |5665 |  17k|8333 |  22k|  0 | 135k|  24 | 0.000000e+00 |      --      |    Inf |  57.19%
1117.78/1121.46	c  1121s| 64300 |   139 |  6475k|  92.5 |   335M |  34 |5665 |  17k|8364 |  22k|  2 | 135k|  24 | 0.000000e+00 |      --      |    Inf |  57.71%
1119.37/1123.08	c  1123s| 64400 |   140 |  6487k|  92.6 |   335M |  34 |5665 |  17k|8330 |  22k|  1 | 135k|  24 | 0.000000e+00 |      --      |    Inf |  57.90%
1120.37/1124.02	c  1124s| 64500 |   135 |  6491k|  92.5 |   335M |  34 |5665 |  17k|8335 |  22k|  1 | 136k|  24 | 0.000000e+00 |      --      |    Inf |  57.99%
1121.47/1125.18	c  1125s| 64600 |   134 |  6500k|  92.5 |   335M |  34 |5665 |  17k|8363 |  22k|  0 | 136k|  24 | 0.000000e+00 |      --      |    Inf |  58.10%
1122.86/1126.56	c  1127s| 64700 |   129 |  6509k|  92.5 |   335M |  34 |5665 |  17k|8335 |  22k|  1 | 136k|  24 | 0.000000e+00 |      --      |    Inf |  58.16%
1123.75/1127.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1123.75/1127.47	c  1127s| 64800 |   126 |  6514k|  92.4 |   335M |  34 |5665 |  17k|   0 |  22k|  0 | 136k|  24 | 0.000000e+00 |      --      |    Inf |  58.28%
1124.85/1128.56	c  1129s| 64900 |   120 |  6518k|  92.3 |   335M |  34 |5665 |  17k|8332 |  22k|  2 | 137k|  24 | 0.000000e+00 |      --      |    Inf |  58.32%
1126.84/1130.56	c  1131s| 65000 |   134 |  6536k|  92.5 |   335M |  34 |5665 |  17k|8335 |  22k|  0 | 137k|  24 | 0.000000e+00 |      --      |    Inf |  58.36%
1127.74/1131.46	c  1131s| 65100 |   129 |  6541k|  92.4 |   335M |  34 |5665 |  17k|8335 |  22k|  0 | 137k|  24 | 0.000000e+00 |      --      |    Inf |  58.36%
1129.13/1132.84	c  1133s| 65200 |   121 |  6552k|  92.4 |   335M |  34 |5665 |  17k|8340 |  23k|  0 | 137k|  24 | 0.000000e+00 |      --      |    Inf |  58.39%
1130.13/1133.82	c  1134s| 65300 |   122 |  6557k|  92.4 |   335M |  34 |5665 |  17k|8340 |  23k|  1 | 137k|  24 | 0.000000e+00 |      --      |    Inf |  58.41%
1133.62/1137.36	c  1137s| 65400 |   135 |  6570k|  92.4 |   335M |  34 |5665 |  17k|8334 |  23k|  1 | 138k|  24 | 0.000000e+00 |      --      |    Inf |  58.43%
1134.62/1138.40	c  1138s| 65500 |   125 |  6576k|  92.4 |   335M |  34 |5665 |  17k|8334 |  23k|  0 | 138k|  24 | 0.000000e+00 |      --      |    Inf |  58.44%
1135.61/1139.33	c  1139s| 65600 |   124 |  6581k|  92.3 |   335M |  34 |5665 |  17k|8336 |  23k|  2 | 138k|  24 | 0.000000e+00 |      --      |    Inf |  58.45%
1136.91/1140.64	c  1141s| 65700 |   124 |  6589k|  92.3 |   335M |  34 |5665 |  17k|8333 |  23k|  1 | 138k|  24 | 0.000000e+00 |      --      |    Inf |  58.48%
1138.31/1142.04	c  1142s| 65800 |   124 |  6598k|  92.3 |   335M |  34 |5665 |  17k|8333 |  23k|  1 | 138k|  24 | 0.000000e+00 |      --      |    Inf |  58.50%
1139.70/1143.42	c  1143s| 65900 |   124 |  6609k|  92.3 |   335M |  34 |5665 |  17k|8333 |  23k|  1 | 138k|  24 | 0.000000e+00 |      --      |    Inf |  58.51%
1140.69/1144.49	c  1144s| 66000 |   123 |  6616k|  92.3 |   335M |  34 |5665 |  17k|8340 |  23k|  0 | 139k|  24 | 0.000000e+00 |      --      |    Inf |  58.53%
1142.19/1145.98	c  1146s| 66100 |   123 |  6625k|  92.3 |   335M |  34 |5665 |  17k|8338 |  23k|  1 | 139k|  24 | 0.000000e+00 |      --      |    Inf |  58.71%
1143.29/1147.00	c  1147s| 66200 |   121 |  6632k|  92.3 |   335M |  34 |5665 |  17k|8340 |  23k|  1 | 139k|  24 | 0.000000e+00 |      --      |    Inf |  58.75%
1144.98/1148.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1144.98/1148.74	c  1149s| 66300 |   122 |  6643k|  92.3 |   335M |  34 |5665 |  17k|8332 |  23k|  0 | 139k|  24 | 0.000000e+00 |      --      |    Inf |  58.78%
1146.47/1150.23	c  1150s| 66400 |   125 |  6656k|  92.3 |   335M |  34 |5665 |  17k|8344 |  23k|  2 | 139k|  24 | 0.000000e+00 |      --      |    Inf |  58.79%
1147.57/1151.32	c  1151s| 66500 |   120 |  6662k|  92.3 |   335M |  34 |5665 |  17k|8342 |  23k|  1 | 140k|  24 | 0.000000e+00 |      --      |    Inf |  58.80%
1149.66/1153.46	c  1153s| 66600 |   117 |  6672k|  92.3 |   335M |  34 |5665 |  17k|8330 |  23k|  1 | 140k|  24 | 0.000000e+00 |      --      |    Inf |  58.87%
1151.66/1155.42	c  1155s| 66700 |   121 |  6685k|  92.4 |   335M |  34 |5665 |  17k|8342 |  23k|  1 | 140k|  24 | 0.000000e+00 |      --      |    Inf |  58.94%
1152.55/1156.39	c  1156s| 66800 |   117 |  6690k|  92.3 |   335M |  34 |5665 |  17k|8342 |  23k|  1 | 140k|  24 | 0.000000e+00 |      --      |    Inf |  58.95%
1153.45/1157.29	c  1157s| 66900 |   118 |  6694k|  92.2 |   335M |  34 |5665 |  17k|8342 |  23k|  1 | 140k|  24 | 0.000000e+00 |      --      |    Inf |  58.96%
1155.14/1158.92	c  1159s| 67000 |   123 |  6710k|  92.3 |   335M |  34 |5665 |  17k|8317 |  23k|  0 | 141k|  24 | 0.000000e+00 |      --      |    Inf |  59.02%
1156.34/1160.17	c  1160s| 67100 |   131 |  6719k|  92.3 |   335M |  34 |5665 |  17k|8317 |  23k|  1 | 141k|  24 | 0.000000e+00 |      --      |    Inf |  59.03%
1157.63/1161.46	c  1161s| 67200 |   118 |  6730k|  92.3 |   335M |  34 |5665 |  17k|8317 |  23k|  1 | 141k|  24 | 0.000000e+00 |      --      |    Inf |  59.05%
1159.13/1162.98	c  1163s| 67300 |   115 |  6746k|  92.4 |   335M |  34 |5665 |  17k|8348 |  23k|  0 | 141k|  24 | 0.000000e+00 |      --      |    Inf |  59.07%
1160.23/1164.04	c  1164s| 67400 |   116 |  6754k|  92.4 |   335M |  34 |5665 |  17k|8342 |  23k|  1 | 142k|  24 | 0.000000e+00 |      --      |    Inf |  59.48%
1161.12/1164.95	c  1165s| 67500 |   108 |  6760k|  92.4 |   335M |  34 |5665 |  17k|8342 |  23k|  2 | 142k|  24 | 0.000000e+00 |      --      |    Inf |  59.64%
1163.11/1166.91	c  1167s| 67600 |   108 |  6773k|  92.4 |   335M |  34 |5665 |  17k|8331 |  23k|  0 | 142k|  24 | 0.000000e+00 |      --      |    Inf |  59.66%
1165.31/1169.11	c  1169s| 67700 |   118 |  6786k|  92.5 |   335M |  34 |5665 |  17k|8325 |  23k|  1 | 142k|  24 | 0.000000e+00 |      --      |    Inf |  60.05%
1166.50/1170.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1166.50/1170.34	c  1170s| 67800 |   123 |  6790k|  92.4 |   335M |  34 |5665 |  17k|   0 |  23k|  0 | 142k|  24 | 0.000000e+00 |      --      |    Inf |  60.18%
1167.50/1171.31	c  1171s| 67900 |   112 |  6795k|  92.3 |   335M |  34 |5665 |  17k|8345 |  23k|  1 | 142k|  24 | 0.000000e+00 |      --      |    Inf |  60.39%
1170.09/1174.00	c  1174s| 68000 |   112 |  6814k|  92.5 |   335M |  34 |5665 |  17k|8331 |  23k|  0 | 143k|  24 | 0.000000e+00 |      --      |    Inf |  60.56%
1171.98/1175.84	c  1176s| 68100 |   115 |  6826k|  92.5 |   335M |  34 |5665 |  17k|8345 |  23k|  0 | 143k|  24 | 0.000000e+00 |      --      |    Inf |  60.61%
1173.28/1177.11	c  1177s| 68200 |   126 |  6833k|  92.5 |   337M |  34 |5665 |  17k|8345 |  23k|  1 | 143k|  24 | 0.000000e+00 |      --      |    Inf |  60.65%
1174.37/1178.23	c  1178s| 68300 |   115 |  6840k|  92.5 |   337M |  34 |5665 |  17k|   0 |  23k|  0 | 143k|  24 | 0.000000e+00 |      --      |    Inf |  60.71%
1175.47/1179.37	c  1179s| 68400 |   109 |  6847k|  92.4 |   337M |  34 |5665 |  17k|8331 |  23k|  0 | 143k|  24 | 0.000000e+00 |      --      |    Inf |  60.77%
1176.77/1180.66	c  1181s| 68500 |   111 |  6858k|  92.4 |   337M |  34 |5665 |  17k|8333 |  23k|  0 | 143k|  24 | 0.000000e+00 |      --      |    Inf |  60.86%
1177.96/1181.80	c  1182s| 68600 |   105 |  6865k|  92.4 |   337M |  34 |5665 |  17k|8352 |  23k|  0 | 144k|  24 | 0.000000e+00 |      --      |    Inf |  60.88%
1179.76/1183.60	c  1184s| 68700 |   102 |  6888k|  92.6 |   337M |  34 |5665 |  17k|   0 |  23k|  0 | 144k|  24 | 0.000000e+00 |      --      |    Inf |  60.97%
1181.45/1185.38	c  1185s| 68800 |    99 |  6904k|  92.7 |   337M |  34 |5665 |  17k|8337 |  23k|  0 | 144k|  24 | 0.000000e+00 |      --      |    Inf |  61.11%
1183.25/1187.12	c  1187s| 68900 |    99 |  6918k|  92.8 |   337M |  34 |5665 |  17k|8332 |  23k|  0 | 144k|  24 | 0.000000e+00 |      --      |    Inf |  61.62%
1185.54/1189.45	c  1189s| 69000 |   113 |  6931k|  92.8 |   337M |  34 |5665 |  17k|8339 |  23k|  0 | 145k|  24 | 0.000000e+00 |      --      |    Inf |  61.81%
1187.83/1191.72	c  1192s| 69100 |   105 |  6942k|  92.8 |   337M |  34 |5665 |  17k|8341 |  24k|  2 | 145k|  24 | 0.000000e+00 |      --      |    Inf |  62.17%
1189.32/1193.20	c  1193s| 69200 |   101 |  6950k|  92.8 |   337M |  34 |5665 |  17k|8332 |  24k|  0 | 145k|  24 | 0.000000e+00 |      --      |    Inf |  62.35%
1190.62/1194.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1190.62/1194.58	c  1195s| 69300 |    96 |  6957k|  92.8 |   337M |  34 |5665 |  17k|8338 |  24k|  0 | 145k|  24 | 0.000000e+00 |      --      |    Inf |  62.43%
1192.22/1196.20	c  1196s| 69400 |    95 |  6966k|  92.8 |   337M |  34 |5665 |  17k|8332 |  24k|  0 | 145k|  24 | 0.000000e+00 |      --      |    Inf |  63.22%
1197.69/1201.69	c  1202s| 69500 |   112 |  6987k|  92.9 |   337M |  34 |5665 |  17k|8336 |  24k|  1 | 145k|  24 | 0.000000e+00 |      --      |    Inf |  63.31%
1199.79/1203.76	c  1204s| 69600 |   121 |  6999k|  93.0 |   337M |  34 |5665 |  17k|   0 |  24k|  0 | 146k|  24 | 0.000000e+00 |      --      |    Inf |  63.36%
1201.98/1205.96	c  1206s| 69700 |   133 |  7009k|  93.0 |   337M |  34 |5665 |  17k|8337 |  24k|  0 | 146k|  24 | 0.000000e+00 |      --      |    Inf |  63.40%
1203.08/1207.03	c  1207s| 69800 |   130 |  7016k|  92.9 |   337M |  34 |5665 |  17k|8337 |  24k|  1 | 146k|  24 | 0.000000e+00 |      --      |    Inf |  63.44%
1204.17/1208.17	c  1208s| 69900 |   143 |  7020k|  92.9 |   337M |  34 |5665 |  17k|8334 |  24k|  1 | 147k|  24 | 0.000000e+00 |      --      |    Inf |  63.47%
1205.27/1209.20	c  1209s| 70000 |   145 |  7025k|  92.8 |   337M |  34 |5665 |  17k|8336 |  24k|  1 | 147k|  24 | 0.000000e+00 |      --      |    Inf |  63.48%
1206.76/1210.76	c  1211s| 70100 |   158 |  7032k|  92.8 |   337M |  34 |5665 |  17k|8339 |  24k|  1 | 147k|  24 | 0.000000e+00 |      --      |    Inf |  63.55%
1207.86/1211.83	c  1212s| 70200 |   161 |  7036k|  92.7 |   337M |  34 |5665 |  17k|8339 |  24k|  1 | 147k|  24 | 0.000000e+00 |      --      |    Inf |  63.57%
1208.75/1212.73	c  1213s| 70300 |   161 |  7040k|  92.7 |   337M |  34 |5665 |  17k|8339 |  24k|  1 | 147k|  24 | 0.000000e+00 |      --      |    Inf |  63.58%
1210.05/1214.06	c  1214s| 70400 |   161 |  7046k|  92.6 |   337M |  34 |5665 |  17k|   0 |  24k|  0 | 148k|  24 | 0.000000e+00 |      --      |    Inf |  63.60%
1211.15/1215.11	c  1215s| 70500 |   170 |  7050k|  92.5 |   337M |  34 |5665 |  17k|8336 |  24k|  1 | 148k|  24 | 0.000000e+00 |      --      |    Inf |  63.64%
1212.15/1216.11	c  1216s| 70600 |   170 |  7054k|  92.5 |   337M |  34 |5665 |  17k|8336 |  24k|  1 | 148k|  24 | 0.000000e+00 |      --      |    Inf |  63.66%
1213.54/1217.51	c  1218s| 70700 |   171 |  7061k|  92.4 |   337M |  34 |5665 |  17k|8342 |  24k|  0 | 148k|  24 | 0.000000e+00 |      --      |    Inf |  63.68%
1214.93/1218.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1214.93/1218.91	c  1219s| 70800 |   168 |  7067k|  92.4 |   337M |  34 |5665 |  17k|   0 |  24k|  0 | 148k|  24 | 0.000000e+00 |      --      |    Inf |  63.71%
1215.93/1219.99	c  1220s| 70900 |   171 |  7072k|  92.3 |   337M |  34 |5665 |  17k|8337 |  24k|  1 | 148k|  24 | 0.000000e+00 |      --      |    Inf |  63.73%
1216.92/1220.98	c  1221s| 71000 |   164 |  7076k|  92.3 |   337M |  34 |5665 |  17k|   0 |  24k|  0 | 149k|  24 | 0.000000e+00 |      --      |    Inf |  63.75%
1217.92/1221.90	c  1222s| 71100 |   155 |  7080k|  92.2 |   337M |  34 |5665 |  17k|8337 |  24k|  1 | 149k|  24 | 0.000000e+00 |      --      |    Inf |  63.80%
1218.82/1222.89	c  1223s| 71200 |   148 |  7085k|  92.2 |   337M |  34 |5665 |  17k|8336 |  24k|  1 | 149k|  24 | 0.000000e+00 |      --      |    Inf |  63.82%
1220.51/1224.53	c  1225s| 71300 |   146 |  7091k|  92.1 |   337M |  34 |5665 |  17k|8338 |  24k|  1 | 149k|  24 | 0.000000e+00 |      --      |    Inf |  63.83%
1221.81/1225.87	c  1226s| 71400 |   141 |  7098k|  92.1 |   337M |  34 |5665 |  17k|8342 |  24k|  1 | 149k|  24 | 0.000000e+00 |      --      |    Inf |  63.86%
1224.00/1228.05	c  1228s| 71500 |   145 |  7106k|  92.1 |   337M |  34 |5665 |  17k|   0 |  24k|  0 | 150k|  24 | 0.000000e+00 |      --      |    Inf |  63.87%
1224.90/1228.99	c  1229s| 71600 |   145 |  7110k|  92.0 |   337M |  34 |5665 |  17k|   0 |  24k|  0 | 150k|  24 | 0.000000e+00 |      --      |    Inf |  63.89%
1225.89/1229.96	c  1230s| 71700 |   139 |  7114k|  91.9 |   337M |  34 |5665 |  17k|8339 |  24k|  2 | 150k|  24 | 0.000000e+00 |      --      |    Inf |  63.92%
1226.89/1230.99	c  1231s| 71800 |   139 |  7119k|  91.9 |   337M |  34 |5665 |  17k|   0 |  24k|  0 | 150k|  24 | 0.000000e+00 |      --      |    Inf |  63.93%
1228.78/1232.84	c  1233s| 71900 |   141 |  7126k|  91.8 |   337M |  34 |5665 |  17k|8340 |  24k|  2 | 151k|  24 | 0.000000e+00 |      --      |    Inf |  63.96%
1229.68/1233.74	c  1234s| 72000 |   141 |  7129k|  91.8 |   337M |  34 |5665 |  17k|8337 |  24k|  1 | 151k|  24 | 0.000000e+00 |      --      |    Inf |  63.97%
1230.57/1234.69	c  1235s| 72100 |   143 |  7133k|  91.7 |   337M |  34 |5665 |  17k|8334 |  24k|  1 | 151k|  24 | 0.000000e+00 |      --      |    Inf |  63.99%
1231.97/1236.00	c  1236s| 72200 |   137 |  7139k|  91.7 |   337M |  34 |5665 |  17k|8337 |  24k|  1 | 151k|  24 | 0.000000e+00 |      --      |    Inf |  64.00%
1232.97/1237.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1232.97/1237.06	c  1237s| 72300 |   127 |  7143k|  91.6 |   337M |  34 |5665 |  17k|   0 |  25k|  0 | 151k|  24 | 0.000000e+00 |      --      |    Inf |  64.01%
1233.97/1238.08	c  1238s| 72400 |   124 |  7148k|  91.5 |   337M |  34 |5665 |  17k|8334 |  25k|  1 | 151k|  24 | 0.000000e+00 |      --      |    Inf |  64.02%
1234.96/1239.07	c  1239s| 72500 |   114 |  7152k|  91.5 |   337M |  34 |5665 |  17k|   0 |  25k|  0 | 151k|  24 | 0.000000e+00 |      --      |    Inf |  64.03%
1235.96/1240.06	c  1240s| 72600 |   110 |  7156k|  91.4 |   337M |  34 |5665 |  17k|8337 |  25k|  1 | 152k|  24 | 0.000000e+00 |      --      |    Inf |  64.04%
1237.06/1241.12	c  1241s| 72700 |   107 |  7161k|  91.4 |   337M |  34 |5665 |  17k|   0 |  25k|  0 | 152k|  24 | 0.000000e+00 |      --      |    Inf |  64.04%
1238.15/1242.23	c  1242s| 72800 |    99 |  7166k|  91.3 |   337M |  34 |5665 |  17k|   0 |  25k|  0 | 152k|  24 | 0.000000e+00 |      --      |    Inf |  64.05%
1239.24/1243.34	c  1243s| 72900 |    93 |  7170k|  91.2 |   337M |  34 |5665 |  17k|   0 |  25k|  0 | 152k|  24 | 0.000000e+00 |      --      |    Inf |  64.05%
1241.34/1245.44	c  1245s| 73000 |   100 |  7180k|  91.3 |   337M |  34 |5665 |  17k|8332 |  25k|  1 | 152k|  24 | 0.000000e+00 |      --      |    Inf |  64.11%
1243.13/1247.24	c  1247s| 73100 |    86 |  7192k|  91.3 |   341M |  34 |5665 |  17k|8340 |  25k|  0 | 153k|  24 | 0.000000e+00 |      --      |    Inf |  64.26%
1244.13/1248.23	c  1248s| 73200 |    96 |  7198k|  91.2 |   341M |  34 |5665 |  17k|8322 |  25k|  1 | 153k|  24 | 0.000000e+00 |      --      |    Inf |  64.28%
1244.93/1249.02	c  1249s| 73300 |   104 |  7203k|  91.2 |   341M |  34 |5665 |  17k|   0 |  25k|  0 | 153k|  24 | 0.000000e+00 |      --      |    Inf |  64.29%
1245.72/1249.85	c  1250s| 73400 |    96 |  7208k|  91.1 |   341M |  34 |5665 |  17k|8322 |  25k|  1 | 153k|  24 | 0.000000e+00 |      --      |    Inf |  64.31%
1246.42/1250.58	c  1251s| 73500 |    91 |  7213k|  91.1 |   341M |  34 |5665 |  17k|8322 |  25k|  1 | 153k|  24 | 0.000000e+00 |      --      |    Inf |  64.33%
1247.22/1251.35	c  1251s| 73600 |    89 |  7217k|  91.0 |   341M |  34 |5665 |  17k|   0 |  25k|  0 | 153k|  24 | 0.000000e+00 |      --      |    Inf |  64.36%
1249.11/1253.20	c  1253s| 73700 |    89 |  7229k|  91.1 |   341M |  34 |5665 |  17k|8330 |  25k|  0 | 154k|  24 | 0.000000e+00 |      --      |    Inf |  64.38%
1251.10/1255.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1251.10/1255.25	c  1255s| 73800 |    92 |  7241k|  91.1 |   341M |  34 |5665 |  17k|8336 |  25k|  1 | 154k|  24 | 0.000000e+00 |      --      |    Inf |  64.48%
1252.40/1256.57	c  1257s| 73900 |    85 |  7249k|  91.1 |   341M |  34 |5665 |  17k|8335 |  25k|  0 | 154k|  24 | 0.000000e+00 |      --      |    Inf |  64.62%
1255.09/1259.20	c  1259s| 74000 |    83 |  7263k|  91.2 |   341M |  34 |5665 |  17k|8340 |  25k|  1 | 154k|  24 | 0.000000e+00 |      --      |    Inf |  64.87%
1257.28/1261.49	c  1261s| 74100 |    87 |  7271k|  91.1 |   341M |  34 |5665 |  17k|8342 |  25k|  1 | 154k|  24 | 0.000000e+00 |      --      |    Inf |  64.98%
1258.57/1262.79	c  1263s| 74200 |    88 |  7280k|  91.1 |   341M |  34 |5665 |  17k|8350 |  25k|  0 | 155k|  24 | 0.000000e+00 |      --      |    Inf |  65.01%
1259.88/1264.09	c  1264s| 74300 |    93 |  7289k|  91.1 |   341M |  34 |5665 |  17k|8337 |  25k|  1 | 155k|  24 | 0.000000e+00 |      --      |    Inf |  65.03%
1262.76/1266.90	c  1267s| 74400 |    85 |  7305k|  91.2 |   341M |  34 |5665 |  17k|8338 |  25k|  0 | 155k|  24 | 0.000000e+00 |      --      |    Inf |  65.18%
1264.06/1268.24	c  1268s| 74500 |    80 |  7315k|  91.2 |   341M |  34 |5665 |  17k|8348 |  25k|  0 | 155k|  24 | 0.000000e+00 |      --      |    Inf |  65.35%
1266.95/1271.16	c  1271s| 74600 |    81 |  7336k|  91.4 |   341M |  34 |5665 |  17k|   0 |  25k|  0 | 155k|  24 | 0.000000e+00 |      --      |    Inf |  65.43%
1268.74/1272.97	c  1273s| 74700 |    95 |  7345k|  91.4 |   341M |  34 |5665 |  17k|8352 |  25k|  1 | 156k|  24 | 0.000000e+00 |      --      |    Inf |  65.64%
1270.03/1274.29	c  1274s| 74800 |   103 |  7351k|  91.3 |   342M |  34 |5665 |  17k|8332 |  25k|  1 | 156k|  24 | 0.000000e+00 |      --      |    Inf |  65.76%
1271.63/1275.84	c  1276s| 74900 |   118 |  7358k|  91.3 |   342M |  34 |5665 |  17k|   0 |  25k|  0 | 156k|  24 | 0.000000e+00 |      --      |    Inf |  65.78%
1272.42/1276.69	c  1277s| 75000 |   110 |  7362k|  91.2 |   342M |  34 |5665 |  17k|8339 |  25k|  1 | 156k|  24 | 0.000000e+00 |      --      |    Inf |  65.81%
1273.32/1277.58	c  1278s| 75100 |   100 |  7366k|  91.2 |   342M |  34 |5665 |  17k|8353 |  25k|  1 | 156k|  24 | 0.000000e+00 |      --      |    Inf |  65.85%
1275.02/1279.23	c  1279s| 75200 |    82 |  7375k|  91.2 |   342M |  34 |5665 |  17k|   0 |  25k|  0 | 157k|  24 | 0.000000e+00 |      --      |    Inf |  65.93%
1276.31/1280.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1276.31/1280.55	c  1281s| 75300 |    91 |  7382k|  91.2 |   342M |  34 |5665 |  17k|   0 |  25k|  0 | 157k|  24 | 0.000000e+00 |      --      |    Inf |  65.97%
1277.51/1281.77	c  1282s| 75400 |    78 |  7392k|  91.2 |   342M |  34 |5665 |  17k|8327 |  25k|  0 | 157k|  24 | 0.000000e+00 |      --      |    Inf |  66.01%
1280.30/1284.54	c  1285s| 75500 |    95 |  7417k|  91.4 |   342M |  34 |5665 |  17k|8329 |  26k|  1 | 157k|  24 | 0.000000e+00 |      --      |    Inf |  66.01%
1281.39/1285.64	c  1286s| 75600 |    93 |  7423k|  91.3 |   342M |  34 |5665 |  17k|8329 |  26k|  1 | 157k|  24 | 0.000000e+00 |      --      |    Inf |  66.01%
1282.59/1286.85	c  1287s| 75700 |    84 |  7430k|  91.3 |   342M |  34 |5665 |  17k|8328 |  26k|  1 | 158k|  24 | 0.000000e+00 |      --      |    Inf |  66.01%
1284.08/1288.33	c  1288s| 75800 |    88 |  7441k|  91.3 |   342M |  34 |5665 |  17k|8331 |  26k|  2 | 158k|  24 | 0.000000e+00 |      --      |    Inf |  66.01%
1285.48/1289.79	c  1290s| 75900 |    84 |  7450k|  91.3 |   342M |  34 |5665 |  17k|   0 |  26k|  0 | 158k|  24 | 0.000000e+00 |      --      |    Inf |  66.02%
1287.07/1291.30	c  1291s| 76000 |    93 |  7462k|  91.4 |   342M |  34 |5665 |  17k|8329 |  26k|  1 | 158k|  24 | 0.000000e+00 |      --      |    Inf |  66.02%
1288.47/1292.72	c  1293s| 76100 |    91 |  7473k|  91.4 |   342M |  34 |5665 |  17k|8328 |  26k|  1 | 159k|  24 | 0.000000e+00 |      --      |    Inf |  66.02%
1289.96/1294.23	c  1294s| 76200 |    87 |  7484k|  91.4 |   342M |  34 |5665 |  17k|8328 |  26k|  0 | 159k|  24 | 0.000000e+00 |      --      |    Inf |  66.02%
1291.26/1295.54	c  1296s| 76300 |    83 |  7494k|  91.4 |   342M |  34 |5665 |  17k|8328 |  26k|  0 | 159k|  24 | 0.000000e+00 |      --      |    Inf |  66.03%
1292.55/1296.86	c  1297s| 76400 |    86 |  7503k|  91.4 |   342M |  34 |5665 |  17k|8329 |  26k|  1 | 159k|  24 | 0.000000e+00 |      --      |    Inf |  66.03%
1293.65/1297.91	c  1298s| 76500 |    83 |  7510k|  91.4 |   342M |  34 |5665 |  17k|8328 |  26k|  0 | 160k|  24 | 0.000000e+00 |      --      |    Inf |  66.03%
1295.24/1299.51	c  1300s| 76600 |    77 |  7524k|  91.4 |   342M |  34 |5665 |  17k|8328 |  26k|  1 | 160k|  24 | 0.000000e+00 |      --      |    Inf |  66.03%
1296.34/1300.64	c  1301s| 76700 |    78 |  7532k|  91.4 |   342M |  34 |5665 |  17k|   0 |  26k|  0 | 160k|  24 | 0.000000e+00 |      --      |    Inf |  66.04%
1298.23/1302.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1298.23/1302.59	c  1303s| 76800 |    81 |  7545k|  91.5 |   342M |  34 |5665 |  17k|8341 |  26k|  1 | 160k|  24 | 0.000000e+00 |      --      |    Inf |  66.06%
1299.53/1303.84	c  1304s| 76900 |    76 |  7554k|  91.5 |   342M |  34 |5665 |  17k|8329 |  26k|  1 | 161k|  24 | 0.000000e+00 |      --      |    Inf |  66.07%
1301.62/1305.98	c  1306s| 77000 |    79 |  7566k|  91.5 |   342M |  34 |5665 |  17k|8350 |  26k|  0 | 161k|  24 | 0.000000e+00 |      --      |    Inf |  66.16%
1303.31/1307.62	c  1308s| 77100 |    88 |  7575k|  91.5 |   342M |  34 |5665 |  17k|   0 |  26k|  0 | 161k|  24 | 0.000000e+00 |      --      |    Inf |  66.21%
1304.21/1308.54	c  1309s| 77200 |    80 |  7579k|  91.4 |   342M |  34 |5665 |  17k|   0 |  26k|  0 | 161k|  24 | 0.000000e+00 |      --      |    Inf |  66.29%
1305.21/1309.50	c  1309s| 77300 |    83 |  7583k|  91.4 |   342M |  34 |5665 |  17k|8357 |  26k|  1 | 161k|  24 | 0.000000e+00 |      --      |    Inf |  66.37%
1306.20/1310.52	c  1311s| 77400 |    75 |  7587k|  91.3 |   342M |  34 |5665 |  17k|8355 |  26k|  1 | 161k|  24 | 0.000000e+00 |      --      |    Inf |  66.85%
1308.30/1312.63	c  1313s| 77500 |    90 |  7598k|  91.3 |   343M |  34 |5665 |  17k|   0 |  26k|  0 | 162k|  24 | 0.000000e+00 |      --      |    Inf |  66.90%
1309.29/1313.62	c  1314s| 77600 |    95 |  7602k|  91.3 |   343M |  34 |5665 |  17k|8355 |  26k|  1 | 162k|  24 | 0.000000e+00 |      --      |    Inf |  66.94%
1310.19/1314.55	c  1315s| 77700 |    84 |  7606k|  91.2 |   343M |  34 |5665 |  17k|8353 |  26k|  1 | 162k|  24 | 0.000000e+00 |      --      |    Inf |  67.08%
1310.99/1315.32	c  1315s| 77800 |    81 |  7609k|  91.1 |   343M |  34 |5665 |  17k|8353 |  26k|  1 | 162k|  24 | 0.000000e+00 |      --      |    Inf |  67.15%
1312.58/1316.96	c  1317s| 77900 |    80 |  7618k|  91.1 |   343M |  34 |5665 |  17k|8331 |  26k|  1 | 162k|  24 | 0.000000e+00 |      --      |    Inf |  67.21%
1314.27/1318.60	c  1319s| 78000 |    82 |  7626k|  91.1 |   343M |  34 |5665 |  17k|8348 |  26k|  0 | 162k|  24 | 0.000000e+00 |      --      |    Inf |  67.36%
1315.47/1319.86	c  1320s| 78100 |    80 |  7634k|  91.1 |   343M |  34 |5665 |  17k|8348 |  26k|  0 | 162k|  24 | 0.000000e+00 |      --      |    Inf |  67.44%
1316.47/1320.87	c  1321s| 78200 |    77 |  7639k|  91.1 |   343M |  34 |5665 |  17k|8347 |  26k|  1 | 163k|  24 | 0.000000e+00 |      --      |    Inf |  67.54%
1319.06/1323.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1319.06/1323.40	c  1323s| 78300 |    95 |  7648k|  91.1 |   343M |  34 |5665 |  17k|   0 |  26k|  0 | 163k|  24 | 0.000000e+00 |      --      |    Inf |  68.15%
1320.66/1325.05	c  1325s| 78400 |    80 |  7655k|  91.0 |   346M |  34 |5665 |  17k|8365 |  26k|  1 | 163k|  24 | 0.000000e+00 |      --      |    Inf |  68.85%
1321.65/1326.00	c  1326s| 78500 |    74 |  7659k|  91.0 |   346M |  34 |5665 |  17k|   0 |  26k|  0 | 163k|  24 | 0.000000e+00 |      --      |    Inf |  69.16%
1324.64/1329.05	c  1329s| 78600 |    93 |  7671k|  91.0 |   346M |  34 |5665 |  17k|8343 |  27k|  1 | 163k|  24 | 0.000000e+00 |      --      |    Inf |  69.29%
1326.13/1330.53	c  1331s| 78700 |    92 |  7679k|  91.0 |   346M |  34 |5665 |  17k|8349 |  27k|  1 | 163k|  24 | 0.000000e+00 |      --      |    Inf |  69.34%
1327.53/1331.99	c  1332s| 78800 |    93 |  7686k|  91.0 |   346M |  34 |5665 |  17k|8350 |  27k|  1 | 164k|  24 | 0.000000e+00 |      --      |    Inf |  69.37%
1328.73/1333.19	c  1333s| 78900 |    94 |  7692k|  90.9 |   346M |  34 |5665 |  17k|8342 |  27k|  1 | 164k|  24 | 0.000000e+00 |      --      |    Inf |  69.40%
1330.22/1334.69	c  1335s| 79000 |    98 |  7698k|  90.9 |   346M |  34 |5665 |  17k|8348 |  27k|  1 | 164k|  24 | 0.000000e+00 |      --      |    Inf |  69.52%
1331.51/1335.92	c  1336s| 79100 |    95 |  7704k|  90.9 |   346M |  34 |5665 |  17k|8348 |  27k|  0 | 164k|  24 | 0.000000e+00 |      --      |    Inf |  69.55%
1332.51/1336.92	c  1337s| 79200 |    94 |  7709k|  90.8 |   346M |  34 |5665 |  17k|8343 |  27k|  1 | 164k|  24 | 0.000000e+00 |      --      |    Inf |  69.60%
1333.61/1338.01	c  1338s| 79300 |    89 |  7713k|  90.8 |   346M |  34 |5665 |  17k|8348 |  27k|  1 | 165k|  24 | 0.000000e+00 |      --      |    Inf |  69.66%
1334.61/1339.02	c  1339s| 79400 |    83 |  7718k|  90.7 |   346M |  34 |5665 |  17k|   0 |  27k|  0 | 165k|  24 | 0.000000e+00 |      --      |    Inf |  69.79%
1335.60/1340.06	c  1340s| 79500 |    82 |  7722k|  90.6 |   346M |  34 |5665 |  17k|   0 |  27k|  0 | 165k|  24 | 0.000000e+00 |      --      |    Inf |  69.85%
1336.49/1340.99	c  1341s| 79600 |    81 |  7726k|  90.6 |   346M |  34 |5665 |  17k|8344 |  27k|  1 | 165k|  24 | 0.000000e+00 |      --      |    Inf |  69.90%
1337.99/1342.47	c  1342s| 79700 |    83 |  7733k|  90.6 |   346M |  34 |5665 |  17k|   0 |  27k|  0 | 165k|  24 | 0.000000e+00 |      --      |    Inf |  69.99%
1339.59/1344.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1339.59/1344.06	c  1344s| 79800 |    83 |  7745k|  90.6 |   346M |  34 |5665 |  17k|8315 |  27k|  1 | 166k|  24 | 0.000000e+00 |      --      |    Inf |  70.08%
1341.18/1345.60	c  1346s| 79900 |    81 |  7756k|  90.6 |   346M |  34 |5665 |  17k|8333 |  27k|  1 | 166k|  24 | 0.000000e+00 |      --      |    Inf |  70.12%
1345.37/1349.87	c  1350s| 80000 |    86 |  7775k|  90.7 |   347M |  34 |5665 |  17k|8337 |  27k|  0 | 166k|  24 | 0.000000e+00 |      --      |    Inf |  70.36%
1347.36/1351.80	c  1352s| 80100 |    82 |  7786k|  90.8 |   347M |  34 |5665 |  17k|8347 |  27k|  1 | 166k|  24 | 0.000000e+00 |      --      |    Inf |  70.57%
1348.96/1353.49	c  1353s| 80200 |    84 |  7794k|  90.8 |   348M |  34 |5665 |  17k|8350 |  27k|  1 | 166k|  24 | 0.000000e+00 |      --      |    Inf |  70.81%
1351.25/1355.75	c  1356s| 80300 |    87 |  7805k|  90.8 |   348M |  34 |5665 |  17k|8351 |  27k|  1 | 167k|  24 | 0.000000e+00 |      --      |    Inf |  70.90%
1352.55/1357.02	c  1357s| 80400 |    83 |  7812k|  90.7 |   348M |  34 |5665 |  17k|8360 |  27k|  0 | 167k|  24 | 0.000000e+00 |      --      |    Inf |  70.98%
1353.84/1358.33	c  1358s| 80500 |    84 |  7818k|  90.7 |   348M |  34 |5665 |  17k|   0 |  27k|  0 | 167k|  24 | 0.000000e+00 |      --      |    Inf |  71.04%
1355.93/1360.44	c  1360s| 80600 |    90 |  7829k|  90.7 |   348M |  34 |5665 |  17k|8352 |  27k|  1 | 167k|  24 | 0.000000e+00 |      --      |    Inf |  71.12%
1357.33/1361.85	c  1362s| 80700 |    82 |  7838k|  90.7 |   348M |  34 |5665 |  17k|8352 |  27k|  0 | 168k|  24 | 0.000000e+00 |      --      |    Inf |  71.15%
1359.32/1363.86	c  1364s| 80800 |    91 |  7849k|  90.8 |   348M |  34 |5665 |  17k|8360 |  27k|  1 | 168k|  24 | 0.000000e+00 |      --      |    Inf |  71.19%
1360.81/1365.31	c  1365s| 80900 |    90 |  7857k|  90.7 |   348M |  34 |5665 |  17k|8351 |  27k|  1 | 168k|  24 | 0.000000e+00 |      --      |    Inf |  71.23%
1362.51/1367.04	c  1367s| 81000 |    85 |  7867k|  90.8 |   348M |  34 |5665 |  17k|8360 |  27k|  1 | 168k|  24 | 0.000000e+00 |      --      |    Inf |  71.28%
1364.00/1368.51	c  1369s| 81100 |    82 |  7875k|  90.7 |   348M |  34 |5665 |  17k|8356 |  27k|  1 | 168k|  24 | 0.000000e+00 |      --      |    Inf |  71.36%
1365.90/1370.44	c  1370s| 81200 |    82 |  7884k|  90.7 |   348M |  34 |5665 |  17k|   0 |  27k|  0 | 169k|  24 | 0.000000e+00 |      --      |    Inf |  71.64%
1368.39/1372.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1368.39/1372.91	c  1373s| 81300 |    80 |  7896k|  90.8 |   348M |  34 |5665 |  17k|   0 |  27k|  0 | 169k|  24 | 0.000000e+00 |      --      |    Inf |  71.77%
1370.28/1374.88	c  1375s| 81400 |    90 |  7908k|  90.8 |   348M |  34 |5665 |  17k|8352 |  27k|  1 | 169k|  24 | 0.000000e+00 |      --      |    Inf |  71.90%
1371.58/1376.13	c  1376s| 81500 |    90 |  7916k|  90.8 |   348M |  34 |5665 |  17k|8349 |  28k|  0 | 169k|  24 | 0.000000e+00 |      --      |    Inf |  71.98%
1372.77/1377.33	c  1377s| 81600 |    90 |  7923k|  90.8 |   348M |  34 |5665 |  17k|8349 |  28k|  1 | 169k|  24 | 0.000000e+00 |      --      |    Inf |  71.99%
1374.07/1378.63	c  1379s| 81700 |    89 |  7931k|  90.8 |   348M |  34 |5665 |  17k|8349 |  28k|  0 | 169k|  24 | 0.000000e+00 |      --      |    Inf |  72.01%
1375.16/1379.79	c  1380s| 81800 |    95 |  7937k|  90.7 |   348M |  34 |5665 |  17k|8349 |  28k|  0 | 170k|  24 | 0.000000e+00 |      --      |    Inf |  72.03%
1376.26/1380.87	c  1381s| 81900 |    90 |  7944k|  90.7 |   348M |  34 |5665 |  17k|8349 |  28k|  0 | 170k|  24 | 0.000000e+00 |      --      |    Inf |  72.04%
1378.85/1383.41	c  1383s| 82000 |    92 |  7956k|  90.7 |   348M |  34 |5665 |  17k|8351 |  28k|  0 | 170k|  24 | 0.000000e+00 |      --      |    Inf |  72.08%
1379.95/1384.54	c  1385s| 82100 |    99 |  7961k|  90.7 |   348M |  34 |5665 |  17k|8352 |  28k|  0 | 170k|  24 | 0.000000e+00 |      --      |    Inf |  72.12%
1380.94/1385.51	c  1386s| 82200 |    92 |  7966k|  90.6 |   348M |  34 |5665 |  17k|   0 |  28k|  0 | 170k|  24 | 0.000000e+00 |      --      |    Inf |  72.18%
1381.64/1386.29	c  1386s| 82300 |    89 |  7970k|  90.6 |   348M |  34 |5665 |  17k|8349 |  28k|  1 | 171k|  24 | 0.000000e+00 |      --      |    Inf |  72.29%
1383.44/1388.08	c  1388s| 82400 |    90 |  7980k|  90.6 |   348M |  34 |5665 |  17k|8348 |  28k|  1 | 171k|  24 | 0.000000e+00 |      --      |    Inf |  72.36%
1385.03/1389.60	c  1390s| 82500 |    97 |  7990k|  90.6 |   348M |  34 |5665 |  17k|8356 |  28k|  0 | 171k|  24 | 0.000000e+00 |      --      |    Inf |  72.40%
1386.43/1391.01	c  1391s| 82600 |   107 |  7999k|  90.6 |   348M |  34 |5665 |  17k|8356 |  28k|  1 | 171k|  24 | 0.000000e+00 |      --      |    Inf |  72.43%
1387.52/1392.17	c  1392s| 82700 |   108 |  8005k|  90.6 |   348M |  34 |5665 |  17k|8359 |  28k|  0 | 171k|  24 | 0.000000e+00 |      --      |    Inf |  72.43%
1388.61/1393.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1388.61/1393.24	c  1393s| 82800 |    95 |  8011k|  90.5 |   348M |  34 |5665 |  17k|8348 |  28k|  1 | 172k|  24 | 0.000000e+00 |      --      |    Inf |  72.46%
1389.71/1394.37	c  1394s| 82900 |    90 |  8017k|  90.5 |   348M |  34 |5665 |  17k|8352 |  28k|  1 | 172k|  24 | 0.000000e+00 |      --      |    Inf |  72.53%
1391.31/1395.97	c  1396s| 83000 |    97 |  8027k|  90.5 |   348M |  34 |5665 |  17k|8350 |  28k|  0 | 172k|  24 | 0.000000e+00 |      --      |    Inf |  72.58%
1392.51/1397.15	c  1397s| 83100 |    99 |  8035k|  90.5 |   348M |  34 |5665 |  17k|8350 |  28k|  1 | 172k|  24 | 0.000000e+00 |      --      |    Inf |  72.59%
1393.50/1398.18	c  1398s| 83200 |   102 |  8040k|  90.5 |   348M |  34 |5665 |  17k|8347 |  28k|  1 | 172k|  24 | 0.000000e+00 |      --      |    Inf |  72.60%
1394.79/1399.42	c  1399s| 83300 |   105 |  8047k|  90.4 |   348M |  34 |5665 |  17k|8352 |  28k|  1 | 173k|  24 | 0.000000e+00 |      --      |    Inf |  72.61%
1395.99/1400.62	c  1401s| 83400 |    97 |  8054k|  90.4 |   348M |  34 |5665 |  17k|8347 |  28k|  0 | 173k|  24 | 0.000000e+00 |      --      |    Inf |  72.62%
1397.08/1401.75	c  1402s| 83500 |    91 |  8060k|  90.4 |   348M |  34 |5665 |  17k|8351 |  28k|  1 | 173k|  24 | 0.000000e+00 |      --      |    Inf |  72.63%
1399.08/1403.70	c  1404s| 83600 |    89 |  8072k|  90.4 |   348M |  34 |5665 |  17k|8332 |  28k|  1 | 173k|  24 | 0.000000e+00 |      --      |    Inf |  72.68%
1400.38/1405.10	c  1405s| 83700 |    90 |  8080k|  90.4 |   348M |  34 |5665 |  17k|   0 |  28k|  0 | 174k|  24 | 0.000000e+00 |      --      |    Inf |  72.73%
1401.57/1406.22	c  1406s| 83800 |    92 |  8088k|  90.4 |   348M |  34 |5665 |  17k|8332 |  28k|  0 | 174k|  24 | 0.000000e+00 |      --      |    Inf |  72.78%
1403.56/1408.29	c  1408s| 83900 |   105 |  8102k|  90.4 |   348M |  34 |5665 |  17k|   0 |  28k|  0 | 174k|  24 | 0.000000e+00 |      --      |    Inf |  72.80%
1404.76/1409.47	c  1409s| 84000 |    96 |  8109k|  90.4 |   348M |  34 |5665 |  17k|8332 |  28k|  1 | 174k|  24 | 0.000000e+00 |      --      |    Inf |  72.81%
1405.85/1410.54	c  1411s| 84100 |    86 |  8116k|  90.4 |   348M |  34 |5665 |  17k|8332 |  28k|  1 | 174k|  24 | 0.000000e+00 |      --      |    Inf |  72.84%
1409.04/1413.70	c  1414s| 84200 |    88 |  8139k|  90.5 |   348M |  34 |5665 |  17k|8355 |  28k|  1 | 175k|  24 | 0.000000e+00 |      --      |    Inf |  72.95%
1410.44/1415.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1410.44/1415.19	c  1415s| 84300 |    93 |  8145k|  90.5 |   348M |  34 |5665 |  17k|8350 |  28k|  1 | 175k|  24 | 0.000000e+00 |      --      |    Inf |  73.09%
1411.53/1416.23	c  1416s| 84400 |    83 |  8151k|  90.5 |   348M |  34 |5665 |  17k|8327 |  28k|  1 | 175k|  24 | 0.000000e+00 |      --      |    Inf |  73.24%
1413.73/1418.47	c  1418s| 84500 |    86 |  8172k|  90.6 |   348M |  34 |5665 |  17k|   0 |  28k|  0 | 175k|  24 | 0.000000e+00 |      --      |    Inf |  73.26%
1414.72/1419.40	c  1419s| 84600 |    87 |  8177k|  90.6 |   348M |  34 |5665 |  17k|8354 |  28k|  0 | 175k|  24 | 0.000000e+00 |      --      |    Inf |  73.31%
1416.02/1420.78	c  1421s| 84700 |    80 |  8186k|  90.6 |   349M |  34 |5665 |  17k|8345 |  28k|  1 | 176k|  24 | 0.000000e+00 |      --      |    Inf |  73.35%
1417.71/1422.47	c  1422s| 84800 |    90 |  8196k|  90.6 |   349M |  34 |5665 |  17k|8347 |  28k|  1 | 176k|  24 | 0.000000e+00 |      --      |    Inf |  73.40%
1418.81/1423.54	c  1424s| 84900 |    86 |  8201k|  90.5 |   349M |  34 |5665 |  17k|8347 |  28k|  2 | 176k|  24 | 0.000000e+00 |      --      |    Inf |  73.44%
1419.81/1424.50	c  1425s| 85000 |    81 |  8206k|  90.5 |   349M |  34 |5665 |  17k|   0 |  28k|  0 | 176k|  24 | 0.000000e+00 |      --      |    Inf |  73.45%
1421.60/1426.32	c  1426s| 85100 |    92 |  8220k|  90.5 |   349M |  34 |5665 |  17k|8342 |  28k|  1 | 176k|  24 | 0.000000e+00 |      --      |    Inf |  73.53%
1429.98/1434.74	c  1435s| 85200 |    95 |  8246k|  90.7 |   349M |  34 |5665 |  17k|8346 |  28k|  1 | 177k|  24 | 0.000000e+00 |      --      |    Inf |  73.59%
1433.57/1438.34	c  1438s| 85300 |   120 |  8261k|  90.8 |   351M |  34 |5665 |  17k|8340 |  29k|  1 | 177k|  24 | 0.000000e+00 |      --      |    Inf |  73.69%
1434.97/1439.79	c  1440s| 85400 |   110 |  8270k|  90.8 |   351M |  34 |5665 |  17k|8337 |  29k|  1 | 177k|  24 | 0.000000e+00 |      --      |    Inf |  73.91%
1436.27/1441.10	c  1441s| 85500 |   109 |  8277k|  90.8 |   351M |  34 |5665 |  17k|8337 |  29k|  1 | 177k|  24 | 0.000000e+00 |      --      |    Inf |  74.01%
1437.66/1442.41	c  1442s| 85600 |   110 |  8284k|  90.7 |   351M |  34 |5665 |  17k|8352 |  29k|  1 | 178k|  24 | 0.000000e+00 |      --      |    Inf |  74.07%
1438.65/1443.48	c  1443s| 85700 |   103 |  8290k|  90.7 |   351M |  34 |5665 |  17k|8347 |  29k|  1 | 178k|  24 | 0.000000e+00 |      --      |    Inf |  74.13%
1442.15/1446.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1442.15/1446.90	c  1447s| 85800 |   141 |  8304k|  90.8 |   351M |  34 |5665 |  17k|8343 |  29k|  1 | 178k|  24 | 0.000000e+00 |      --      |    Inf |  74.23%
1443.64/1448.41	c  1448s| 85900 |   130 |  8312k|  90.8 |   351M |  34 |5665 |  17k|8341 |  29k|  0 | 178k|  24 | 0.000000e+00 |      --      |    Inf |  74.45%
1444.84/1449.66	c  1450s| 86000 |   137 |  8319k|  90.7 |   351M |  34 |5665 |  17k|8341 |  29k|  1 | 178k|  24 | 0.000000e+00 |      --      |    Inf |  74.52%
1447.43/1452.21	c  1452s| 86100 |   142 |  8328k|  90.7 |   351M |  34 |5665 |  17k|8343 |  29k|  1 | 179k|  24 | 0.000000e+00 |      --      |    Inf |  74.61%
1449.13/1453.94	c  1454s| 86200 |   144 |  8338k|  90.7 |   351M |  34 |5665 |  17k|8343 |  29k|  0 | 179k|  24 | 0.000000e+00 |      --      |    Inf |  74.63%
1451.82/1456.64	c  1457s| 86300 |   147 |  8351k|  90.8 |   351M |  34 |5665 |  17k|8347 |  29k|  0 | 179k|  24 | 0.000000e+00 |      --      |    Inf |  74.81%
1453.11/1457.95	c  1458s| 86400 |   144 |  8359k|  90.8 |   351M |  34 |5665 |  17k|   0 |  29k|  0 | 179k|  24 | 0.000000e+00 |      --      |    Inf |  74.89%
1454.22/1459.01	c  1459s| 86500 |   148 |  8363k|  90.7 |   351M |  34 |5665 |  17k|8343 |  29k|  2 | 179k|  24 | 0.000000e+00 |      --      |    Inf |  74.92%
1455.91/1460.74	c  1461s| 86600 |   144 |  8371k|  90.7 |   351M |  34 |5665 |  17k|8345 |  29k|  0 | 180k|  24 | 0.000000e+00 |      --      |    Inf |  75.07%
1457.21/1462.05	c  1462s| 86700 |   145 |  8378k|  90.7 |   351M |  34 |5665 |  17k|   0 |  29k|  0 | 180k|  24 | 0.000000e+00 |      --      |    Inf |  75.09%
1458.50/1463.37	c  1463s| 86800 |   150 |  8386k|  90.7 |   351M |  34 |5665 |  17k|8350 |  29k|  1 | 180k|  24 | 0.000000e+00 |      --      |    Inf |  75.17%
1459.90/1464.76	c  1465s| 86900 |   154 |  8393k|  90.6 |   351M |  34 |5665 |  17k|8352 |  30k|  2 | 180k|  24 | 0.000000e+00 |      --      |    Inf |  75.19%
1461.59/1466.43	c  1466s| 87000 |   159 |  8400k|  90.6 |   351M |  34 |5665 |  17k|8345 |  30k|  1 | 180k|  24 | 0.000000e+00 |      --      |    Inf |  75.21%
1462.79/1467.63	c  1468s| 87100 |   168 |  8406k|  90.6 |   351M |  34 |5665 |  17k|8342 |  30k|  1 | 180k|  24 | 0.000000e+00 |      --      |    Inf |  75.23%
1464.08/1468.93	c  1469s| 87200 |   168 |  8413k|  90.6 |   351M |  34 |5665 |  17k|   0 |  30k|  0 | 181k|  24 | 0.000000e+00 |      --      |    Inf |  75.24%
1465.08/1469.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1465.08/1469.90	c  1470s| 87300 |   162 |  8417k|  90.5 |   351M |  34 |5665 |  17k|8345 |  30k|  0 | 181k|  24 | 0.000000e+00 |      --      |    Inf |  75.26%
1466.68/1471.51	c  1472s| 87400 |   166 |  8425k|  90.5 |   351M |  34 |5665 |  17k|8345 |  30k|  1 | 181k|  24 | 0.000000e+00 |      --      |    Inf |  75.28%
1467.87/1472.70	c  1473s| 87500 |   169 |  8431k|  90.5 |   351M |  34 |5665 |  17k|   0 |  30k|  0 | 181k|  24 | 0.000000e+00 |      --      |    Inf |  75.28%
1468.87/1473.74	c  1474s| 87600 |   167 |  8437k|  90.4 |   351M |  34 |5665 |  17k|8342 |  30k|  1 | 181k|  24 | 0.000000e+00 |      --      |    Inf |  75.30%
1469.77/1474.65	c  1475s| 87700 |   158 |  8441k|  90.4 |   351M |  34 |5665 |  17k|   0 |  30k|  0 | 181k|  24 | 0.000000e+00 |      --      |    Inf |  75.39%
1470.67/1475.59	c  1476s| 87800 |   153 |  8445k|  90.3 |   351M |  34 |5665 |  17k|   0 |  30k|  0 | 181k|  24 | 0.000000e+00 |      --      |    Inf |  75.47%
1471.66/1476.58	c  1477s| 87900 |   155 |  8449k|  90.3 |   351M |  34 |5665 |  17k|8349 |  30k|  0 | 182k|  24 | 0.000000e+00 |      --      |    Inf |  75.49%
1472.76/1477.61	c  1478s| 88000 |   152 |  8454k|  90.2 |   351M |  34 |5665 |  17k|8342 |  30k|  1 | 182k|  24 | 0.000000e+00 |      --      |    Inf |  75.53%
1473.66/1478.54	c  1479s| 88100 |   151 |  8459k|  90.2 |   351M |  34 |5665 |  17k|8342 |  30k|  1 | 182k|  24 | 0.000000e+00 |      --      |    Inf |  75.56%
1474.75/1479.66	c  1480s| 88200 |   156 |  8463k|  90.1 |   351M |  34 |5665 |  17k|8345 |  30k|  1 | 182k|  24 | 0.000000e+00 |      --      |    Inf |  75.58%
1475.75/1480.66	c  1481s| 88300 |   158 |  8468k|  90.1 |   351M |  34 |5665 |  17k|8345 |  30k|  1 | 182k|  24 | 0.000000e+00 |      --      |    Inf |  75.60%
1476.85/1481.74	c  1482s| 88400 |   158 |  8472k|  90.0 |   351M |  34 |5665 |  17k|8351 |  31k|  0 | 182k|  24 | 0.000000e+00 |      --      |    Inf |  75.62%
1477.94/1482.86	c  1483s| 88500 |   152 |  8477k|  90.0 |   351M |  34 |5665 |  17k|   0 |  31k|  0 | 183k|  24 | 0.000000e+00 |      --      |    Inf |  75.64%
1479.04/1483.93	c  1484s| 88600 |   148 |  8483k|  90.0 |   351M |  34 |5665 |  17k|   0 |  31k|  0 | 183k|  24 | 0.000000e+00 |      --      |    Inf |  75.69%
1480.04/1484.97	c  1485s| 88700 |   150 |  8487k|  89.9 |   351M |  34 |5665 |  17k|8353 |  31k|  1 | 183k|  24 | 0.000000e+00 |      --      |    Inf |  75.72%
1480.94/1485.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1480.94/1485.83	c  1486s| 88800 |   138 |  8491k|  89.9 |   351M |  34 |5665 |  17k|   0 |  31k|  0 | 183k|  24 | 0.000000e+00 |      --      |    Inf |  75.81%
1481.83/1486.79	c  1487s| 88900 |   134 |  8495k|  89.8 |   351M |  34 |5665 |  17k|8345 |  31k|  1 | 183k|  24 | 0.000000e+00 |      --      |    Inf |  75.89%
1483.43/1488.37	c  1488s| 89000 |   137 |  8504k|  89.8 |   351M |  34 |5665 |  17k|8345 |  31k|  1 | 183k|  24 | 0.000000e+00 |      --      |    Inf |  75.89%
1484.83/1489.76	c  1490s| 89100 |   137 |  8511k|  89.8 |   351M |  34 |5665 |  17k|8345 |  31k|  1 | 184k|  24 | 0.000000e+00 |      --      |    Inf |  75.90%
1485.92/1490.83	c  1491s| 89200 |   131 |  8517k|  89.8 |   351M |  34 |5665 |  17k|   0 |  31k|  0 | 184k|  24 | 0.000000e+00 |      --      |    Inf |  75.91%
1487.02/1491.96	c  1492s| 89300 |   131 |  8523k|  89.7 |   351M |  34 |5665 |  17k|8342 |  31k|  1 | 184k|  24 | 0.000000e+00 |      --      |    Inf |  75.96%
1488.02/1492.98	c  1493s| 89400 |   138 |  8527k|  89.7 |   351M |  34 |5665 |  17k|8352 |  31k|  1 | 184k|  24 | 0.000000e+00 |      --      |    Inf |  75.98%
1489.01/1493.92	c  1494s| 89500 |   138 |  8531k|  89.6 |   351M |  34 |5665 |  17k|8356 |  31k|  1 | 184k|  24 | 0.000000e+00 |      --      |    Inf |  76.00%
1489.91/1494.85	c  1495s| 89600 |   134 |  8535k|  89.6 |   351M |  34 |5665 |  17k|8347 |  31k|  1 | 184k|  24 | 0.000000e+00 |      --      |    Inf |  76.03%
1491.01/1495.94	c  1496s| 89700 |   125 |  8540k|  89.5 |   351M |  34 |5665 |  17k|   0 |  31k|  0 | 185k|  24 | 0.000000e+00 |      --      |    Inf |  76.06%
1492.11/1497.00	c  1497s| 89800 |   120 |  8544k|  89.5 |   351M |  34 |5665 |  17k|8360 |  31k|  2 | 185k|  24 | 0.000000e+00 |      --      |    Inf |  76.11%
1493.21/1498.11	c  1498s| 89900 |   130 |  8548k|  89.4 |   351M |  34 |5665 |  17k|8352 |  31k|  1 | 185k|  24 | 0.000000e+00 |      --      |    Inf |  76.14%
1494.70/1499.60	c  1500s| 90000 |   140 |  8554k|  89.4 |   351M |  34 |5665 |  17k|8356 |  31k|  1 | 185k|  24 | 0.000000e+00 |      --      |    Inf |  76.15%
1495.60/1500.59	c  1501s| 90100 |   126 |  8558k|  89.3 |   351M |  34 |5665 |  17k|8352 |  31k|  1 | 185k|  24 | 0.000000e+00 |      --      |    Inf |  76.16%
1496.89/1501.85	c  1502s| 90200 |   134 |  8564k|  89.3 |   351M |  34 |5665 |  17k|8352 |  31k|  1 | 185k|  24 | 0.000000e+00 |      --      |    Inf |  76.17%
1497.89/1502.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1497.89/1502.83	c  1503s| 90300 |   127 |  8568k|  89.3 |   351M |  34 |5665 |  17k|   0 |  31k|  0 | 185k|  24 | 0.000000e+00 |      --      |    Inf |  76.25%
1498.99/1503.91	c  1504s| 90400 |   134 |  8573k|  89.2 |   351M |  34 |5665 |  17k|8348 |  32k|  1 | 186k|  24 | 0.000000e+00 |      --      |    Inf |  76.26%
1499.98/1504.99	c  1505s| 90500 |   137 |  8578k|  89.2 |   351M |  34 |5665 |  17k|   0 |  32k|  0 | 186k|  24 | 0.000000e+00 |      --      |    Inf |  76.27%
1501.08/1506.03	c  1506s| 90600 |   137 |  8582k|  89.1 |   351M |  34 |5665 |  17k|8354 |  32k|  1 | 186k|  24 | 0.000000e+00 |      --      |    Inf |  76.27%
1502.18/1507.15	c  1507s| 90700 |   126 |  8587k|  89.1 |   351M |  34 |5665 |  17k|   0 |  32k|  0 | 186k|  24 | 0.000000e+00 |      --      |    Inf |  76.28%
1503.18/1508.10	c  1508s| 90800 |   127 |  8591k|  89.0 |   351M |  34 |5665 |  17k|8346 |  32k|  1 | 186k|  24 | 0.000000e+00 |      --      |    Inf |  76.32%
1504.08/1509.06	c  1509s| 90900 |   115 |  8595k|  89.0 |   351M |  34 |5665 |  17k|8348 |  32k|  2 | 186k|  24 | 0.000000e+00 |      --      |    Inf |  76.38%
1505.17/1510.16	c  1510s| 91000 |   113 |  8600k|  88.9 |   351M |  34 |5665 |  17k|8347 |  32k|  1 | 187k|  24 | 0.000000e+00 |      --      |    Inf |  76.40%
1506.17/1511.18	c  1511s| 91100 |   107 |  8605k|  88.9 |   351M |  34 |5665 |  17k|8343 |  32k|  1 | 187k|  24 | 0.000000e+00 |      --      |    Inf |  76.43%
1507.07/1512.07	c  1512s| 91200 |   100 |  8609k|  88.9 |   351M |  34 |5665 |  17k|8343 |  32k|  1 | 187k|  24 | 0.000000e+00 |      --      |    Inf |  76.48%
1508.16/1513.12	c  1513s| 91300 |    92 |  8614k|  88.8 |   351M |  34 |5665 |  17k|   0 |  32k|  0 | 187k|  24 | 0.000000e+00 |      --      |    Inf |  76.52%
1509.06/1514.08	c  1514s| 91400 |    94 |  8618k|  88.8 |   351M |  34 |5665 |  17k|   0 |  32k|  0 | 187k|  24 | 0.000000e+00 |      --      |    Inf |  76.56%
1510.16/1515.17	c  1515s| 91500 |    84 |  8622k|  88.7 |   351M |  34 |5665 |  17k|8347 |  32k|  1 | 187k|  24 | 0.000000e+00 |      --      |    Inf |  76.62%
1511.16/1516.12	c  1516s| 91600 |    83 |  8627k|  88.7 |   351M |  34 |5665 |  17k|8345 |  32k|  1 | 187k|  24 | 0.000000e+00 |      --      |    Inf |  76.68%
1512.65/1517.65	c  1518s| 91700 |    77 |  8636k|  88.7 |   351M |  34 |5665 |  17k|8329 |  32k|  0 | 188k|  24 | 0.000000e+00 |      --      |    Inf |  76.70%
1515.54/1520.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1515.54/1520.50	c  1521s| 91800 |    92 |  8653k|  88.8 |   351M |  34 |5665 |  17k|8337 |  32k|  0 | 188k|  24 | 0.000000e+00 |      --      |    Inf |  76.76%
1516.64/1521.66	c  1522s| 91900 |    93 |  8661k|  88.8 |   351M |  34 |5665 |  17k|8337 |  32k|  1 | 188k|  24 | 0.000000e+00 |      --      |    Inf |  76.77%
1518.33/1523.35	c  1523s| 92000 |    92 |  8673k|  88.8 |   351M |  34 |5665 |  17k|8332 |  32k|  1 | 188k|  24 | 0.000000e+00 |      --      |    Inf |  76.81%
1519.93/1524.94	c  1525s| 92100 |    88 |  8686k|  88.8 |   351M |  34 |5665 |  17k|8332 |  32k|  1 | 189k|  24 | 0.000000e+00 |      --      |    Inf |  76.84%
1521.03/1526.02	c  1526s| 92200 |    89 |  8692k|  88.8 |   351M |  34 |5665 |  17k|8339 |  32k|  0 | 189k|  24 | 0.000000e+00 |      --      |    Inf |  76.88%
1522.13/1527.17	c  1527s| 92300 |    84 |  8700k|  88.8 |   351M |  34 |5665 |  17k|8332 |  32k|  0 | 189k|  24 | 0.000000e+00 |      --      |    Inf |  76.90%
1523.42/1528.45	c  1528s| 92400 |    89 |  8708k|  88.8 |   351M |  34 |5665 |  17k|   0 |  32k|  0 | 189k|  24 | 0.000000e+00 |      --      |    Inf |  76.92%
1524.61/1529.61	c  1530s| 92500 |    94 |  8716k|  88.8 |   351M |  34 |5665 |  17k|8335 |  32k|  1 | 189k|  24 | 0.000000e+00 |      --      |    Inf |  76.93%
1526.31/1531.32	c  1531s| 92600 |    94 |  8732k|  88.8 |   351M |  34 |5665 |  17k|8334 |  32k|  0 | 190k|  24 | 0.000000e+00 |      --      |    Inf |  76.96%
1527.61/1532.63	c  1533s| 92700 |    92 |  8745k|  88.9 |   351M |  34 |5665 |  17k|8339 |  32k|  1 | 190k|  24 | 0.000000e+00 |      --      |    Inf |  76.99%
1528.70/1533.77	c  1534s| 92800 |    86 |  8751k|  88.9 |   351M |  34 |5665 |  17k|   0 |  32k|  0 | 190k|  24 | 0.000000e+00 |      --      |    Inf |  77.01%
1530.00/1535.09	c  1535s| 92900 |    88 |  8757k|  88.8 |   351M |  34 |5665 |  17k|8337 |  32k|  0 | 190k|  24 | 0.000000e+00 |      --      |    Inf |  77.05%
1531.10/1536.15	c  1536s| 93000 |    88 |  8762k|  88.8 |   351M |  34 |5665 |  17k|8342 |  32k|  2 | 191k|  24 | 0.000000e+00 |      --      |    Inf |  77.08%
1532.00/1537.05	c  1537s| 93100 |    86 |  8766k|  88.7 |   351M |  34 |5665 |  17k|8338 |  32k|  1 | 191k|  24 | 0.000000e+00 |      --      |    Inf |  77.08%
1533.59/1538.64	c  1539s| 93200 |    87 |  8774k|  88.7 |   351M |  34 |5665 |  17k|8337 |  32k|  1 | 191k|  24 | 0.000000e+00 |      --      |    Inf |  77.10%
1536.88/1541.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1536.88/1541.94	c  1542s| 93300 |    99 |  8792k|  88.8 |   351M |  34 |5665 |  17k|8334 |  32k|  0 | 191k|  24 | 0.000000e+00 |      --      |    Inf |  77.15%
1538.38/1543.48	c  1543s| 93400 |    94 |  8803k|  88.8 |   351M |  34 |5665 |  17k|8334 |  32k|  0 | 191k|  24 | 0.000000e+00 |      --      |    Inf |  77.17%
1539.87/1544.90	c  1545s| 93500 |    90 |  8814k|  88.9 |   351M |  34 |5665 |  17k|8336 |  32k|  1 | 192k|  24 | 0.000000e+00 |      --      |    Inf |  77.20%
1542.27/1547.36	c  1547s| 93600 |    83 |  8829k|  88.9 |   351M |  34 |5665 |  17k|8344 |  32k|  0 | 192k|  24 | 0.000000e+00 |      --      |    Inf |  77.30%
1543.46/1548.51	c  1549s| 93700 |    83 |  8835k|  88.9 |   351M |  34 |5665 |  17k|8337 |  32k|  1 | 192k|  24 | 0.000000e+00 |      --      |    Inf |  77.32%
1544.36/1549.45	c  1549s| 93800 |    84 |  8839k|  88.8 |   351M |  34 |5665 |  17k|8337 |  32k|  0 | 192k|  24 | 0.000000e+00 |      --      |    Inf |  77.34%
1545.36/1550.45	c  1550s| 93900 |    83 |  8844k|  88.8 |   351M |  34 |5665 |  17k|   0 |  32k|  0 | 192k|  24 | 0.000000e+00 |      --      |    Inf |  77.38%
1546.35/1551.43	c  1551s| 94000 |    86 |  8849k|  88.8 |   351M |  34 |5665 |  17k|8337 |  32k|  1 | 193k|  24 | 0.000000e+00 |      --      |    Inf |  77.41%
1547.25/1552.34	c  1552s| 94100 |    81 |  8853k|  88.7 |   351M |  34 |5665 |  17k|8340 |  32k|  1 | 193k|  24 | 0.000000e+00 |      --      |    Inf |  77.43%
1548.85/1553.92	c  1554s| 94200 |    85 |  8860k|  88.7 |   351M |  34 |5665 |  17k|8339 |  32k|  0 | 193k|  24 | 0.000000e+00 |      --      |    Inf |  77.46%
1550.05/1555.14	c  1555s| 94300 |    81 |  8868k|  88.7 |   351M |  34 |5665 |  17k|8337 |  32k|  1 | 193k|  24 | 0.000000e+00 |      --      |    Inf |  77.51%
1552.04/1557.11	c  1557s| 94400 |    87 |  8879k|  88.7 |   351M |  34 |5665 |  17k|8320 |  32k|  1 | 193k|  24 | 0.000000e+00 |      --      |    Inf |  77.56%
1553.43/1558.59	c  1559s| 94500 |    90 |  8886k|  88.7 |   355M |  34 |5665 |  17k|8352 |  32k|  1 | 193k|  24 | 0.000000e+00 |      --      |    Inf |  77.69%
1555.13/1560.21	c  1560s| 94600 |    90 |  8892k|  88.7 |   355M |  34 |5665 |  17k|8350 |  33k|  1 | 194k|  24 | 0.000000e+00 |      --      |    Inf |  77.94%
1556.52/1561.68	c  1562s| 94700 |    89 |  8900k|  88.7 |   355M |  34 |5665 |  17k|8343 |  33k|  1 | 194k|  24 | 0.000000e+00 |      --      |    Inf |  78.00%
1557.62/1562.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1557.62/1562.70	c  1563s| 94800 |    85 |  8905k|  88.6 |   355M |  34 |5665 |  17k|   0 |  33k|  0 | 194k|  24 | 0.000000e+00 |      --      |    Inf |  78.06%
1559.32/1564.41	c  1564s| 94900 |    93 |  8915k|  88.6 |   355M |  34 |5665 |  17k|   0 |  33k|  0 | 194k|  24 | 0.000000e+00 |      --      |    Inf |  78.10%
1560.51/1565.63	c  1566s| 95000 |    94 |  8922k|  88.6 |   355M |  34 |5665 |  17k|   0 |  33k|  0 | 194k|  24 | 0.000000e+00 |      --      |    Inf |  78.16%
1561.81/1566.90	c  1567s| 95100 |    90 |  8929k|  88.6 |   355M |  34 |5665 |  17k|8329 |  33k|  1 | 195k|  24 | 0.000000e+00 |      --      |    Inf |  78.20%
1563.01/1568.16	c  1568s| 95200 |    88 |  8937k|  88.6 |   355M |  34 |5665 |  17k|8330 |  33k|  0 | 195k|  24 | 0.000000e+00 |      --      |    Inf |  78.24%
1563.80/1568.95	c  1569s| 95300 |    92 |  8941k|  88.5 |   355M |  34 |5665 |  17k|   0 |  33k|  0 | 195k|  24 | 0.000000e+00 |      --      |    Inf |  78.26%
1565.01/1570.17	c  1570s| 95400 |    87 |  8947k|  88.5 |   355M |  34 |5665 |  17k|8320 |  33k|  1 | 195k|  24 | 0.000000e+00 |      --      |    Inf |  78.30%
1567.29/1572.45	c  1572s| 95500 |    89 |  8964k|  88.6 |   355M |  34 |5665 |  17k|8347 |  33k|  1 | 195k|  24 | 0.000000e+00 |      --      |    Inf |  78.37%
1569.89/1575.10	c  1575s| 95600 |    93 |  8981k|  88.7 |   355M |  34 |5665 |  17k|8320 |  33k|  0 | 195k|  24 | 0.000000e+00 |      --      |    Inf |  78.47%
1571.68/1576.89	c  1577s| 95700 |    97 |  8993k|  88.7 |   355M |  34 |5665 |  17k|8334 |  33k|  0 | 196k|  24 | 0.000000e+00 |      --      |    Inf |  78.52%
1573.18/1578.33	c  1578s| 95800 |    88 |  9004k|  88.7 |   355M |  34 |5665 |  17k|8334 |  33k|  1 | 196k|  24 | 0.000000e+00 |      --      |    Inf |  78.59%
1574.47/1579.63	c  1580s| 95900 |    85 |  9013k|  88.7 |   355M |  34 |5665 |  17k|8346 |  33k|  0 | 196k|  24 | 0.000000e+00 |      --      |    Inf |  78.64%
1576.47/1581.67	c  1582s| 96000 |    90 |  9027k|  88.8 |   355M |  34 |5665 |  17k|8325 |  33k|  2 | 196k|  24 | 0.000000e+00 |      --      |    Inf |  78.65%
1577.97/1583.16	c  1583s| 96100 |    88 |  9037k|  88.8 |   355M |  34 |5665 |  17k|8332 |  33k|  1 | 197k|  24 | 0.000000e+00 |      --      |    Inf |  78.68%
1579.36/1584.59	c  1585s| 96200 |    86 |  9047k|  88.8 |   355M |  34 |5665 |  17k|8331 |  33k|  1 | 197k|  24 | 0.000000e+00 |      --      |    Inf |  78.68%
1580.66/1585.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1580.66/1585.83	c  1586s| 96300 |    91 |  9055k|  88.8 |   355M |  34 |5665 |  17k|8331 |  33k|  1 | 197k|  24 | 0.000000e+00 |      --      |    Inf |  78.69%
1581.96/1587.17	c  1587s| 96400 |    86 |  9065k|  88.8 |   355M |  34 |5665 |  17k|8332 |  33k|  0 | 197k|  24 | 0.000000e+00 |      --      |    Inf |  78.69%
1583.15/1588.34	c  1588s| 96500 |    86 |  9073k|  88.8 |   355M |  34 |5665 |  17k|8332 |  33k|  0 | 198k|  24 | 0.000000e+00 |      --      |    Inf |  78.70%
1584.35/1589.59	c  1590s| 96600 |    86 |  9081k|  88.8 |   355M |  34 |5665 |  17k|   0 |  33k|  0 | 198k|  24 | 0.000000e+00 |      --      |    Inf |  78.70%
1585.85/1591.07	c  1591s| 96700 |    83 |  9089k|  88.8 |   356M |  34 |5665 |  17k|   0 |  33k|  0 | 198k|  24 | 0.000000e+00 |      --      |    Inf |  78.72%
1587.54/1592.73	c  1593s| 96800 |    87 |  9099k|  88.8 |   356M |  34 |5665 |  17k|8323 |  33k|  0 | 198k|  24 | 0.000000e+00 |      --      |    Inf |  78.73%
1589.94/1595.11	c  1595s| 96900 |    82 |  9119k|  88.9 |   356M |  34 |5665 |  17k|8355 |  33k|  0 | 199k|  24 | 0.000000e+00 |      --      |    Inf |  78.89%
1592.52/1597.72	c  1598s| 97000 |    90 |  9134k|  88.9 |   356M |  34 |5665 |  17k|8328 |  33k|  0 | 199k|  24 | 0.000000e+00 |      --      |    Inf |  79.03%
1594.02/1599.20	c  1599s| 97100 |    88 |  9144k|  89.0 |   356M |  34 |5665 |  17k|8336 |  33k|  0 | 199k|  24 | 0.000000e+00 |      --      |    Inf |  79.07%
1595.02/1600.26	c  1600s| 97200 |    89 |  9150k|  88.9 |   356M |  34 |5665 |  17k|8336 |  33k|  0 | 199k|  24 | 0.000000e+00 |      --      |    Inf |  79.10%
1595.92/1601.19	c  1601s| 97300 |    89 |  9154k|  88.9 |   356M |  34 |5665 |  17k|8336 |  33k|  1 | 199k|  24 | 0.000000e+00 |      --      |    Inf |  79.12%
1598.31/1603.54	c  1604s| 97400 |    90 |  9168k|  88.9 |   356M |  34 |5665 |  17k|8335 |  33k|  0 | 199k|  24 | 0.000000e+00 |      --      |    Inf |  79.19%
1599.70/1604.97	c  1605s| 97500 |    89 |  9178k|  88.9 |   356M |  34 |5665 |  17k|8335 |  33k|  0 | 200k|  24 | 0.000000e+00 |      --      |    Inf |  79.24%
1601.30/1606.59	c  1607s| 97600 |    92 |  9190k|  89.0 |   356M |  34 |5665 |  17k|8336 |  33k|  1 | 200k|  24 | 0.000000e+00 |      --      |    Inf |  79.32%
1602.90/1608.11	c  1608s| 97700 |    89 |  9201k|  89.0 |   356M |  34 |5665 |  17k|8336 |  33k|  0 | 200k|  24 | 0.000000e+00 |      --      |    Inf |  79.37%
1605.39/1610.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1605.39/1610.62	c  1611s| 97800 |    93 |  9213k|  89.0 |   356M |  34 |5665 |  17k|8340 |  33k|  0 | 200k|  24 | 0.000000e+00 |      --      |    Inf |  79.44%
1606.69/1611.96	c  1612s| 97900 |    91 |  9223k|  89.0 |   356M |  34 |5665 |  17k|8341 |  33k|  1 | 201k|  24 | 0.000000e+00 |      --      |    Inf |  79.45%
1607.89/1613.15	c  1613s| 98000 |    94 |  9232k|  89.0 |   356M |  34 |5665 |  17k|8340 |  33k|  1 | 201k|  24 | 0.000000e+00 |      --      |    Inf |  79.46%
1608.88/1614.13	c  1614s| 98100 |    92 |  9239k|  89.0 |   356M |  34 |5665 |  17k|8340 |  33k|  1 | 201k|  24 | 0.000000e+00 |      --      |    Inf |  79.47%
1609.68/1614.97	c  1615s| 98200 |    92 |  9243k|  89.0 |   356M |  34 |5665 |  17k|8340 |  33k|  1 | 201k|  24 | 0.000000e+00 |      --      |    Inf |  79.50%
1610.47/1615.78	c  1616s| 98300 |    92 |  9247k|  88.9 |   356M |  34 |5665 |  17k|8343 |  33k|  1 | 201k|  24 | 0.000000e+00 |      --      |    Inf |  79.51%
1612.27/1617.56	c  1618s| 98400 |    91 |  9258k|  88.9 |   356M |  34 |5665 |  17k|8344 |  33k|  0 | 202k|  24 | 0.000000e+00 |      --      |    Inf |  79.61%
1613.96/1619.22	c  1619s| 98500 |    91 |  9268k|  89.0 |   356M |  34 |5665 |  17k|8338 |  33k|  0 | 202k|  24 | 0.000000e+00 |      --      |    Inf |  79.63%
1615.46/1620.72	c  1621s| 98600 |    89 |  9277k|  89.0 |   356M |  34 |5665 |  17k|8338 |  33k|  0 | 202k|  24 | 0.000000e+00 |      --      |    Inf |  79.66%
1616.76/1622.07	c  1622s| 98700 |    87 |  9285k|  88.9 |   356M |  34 |5665 |  17k|   0 |  33k|  0 | 202k|  24 | 0.000000e+00 |      --      |    Inf |  79.70%
1619.75/1625.02	c  1625s| 98800 |   102 |  9302k|  89.0 |   356M |  34 |5665 |  17k|8329 |  33k|  1 | 203k|  24 | 0.000000e+00 |      --      |    Inf |  79.74%
1620.95/1626.21	c  1626s| 98900 |   103 |  9308k|  89.0 |   356M |  34 |5665 |  17k|8331 |  33k|  1 | 203k|  24 | 0.000000e+00 |      --      |    Inf |  79.76%
1622.75/1628.04	c  1628s| 99000 |    88 |  9320k|  89.0 |   356M |  34 |5665 |  17k|8342 |  33k|  1 | 203k|  24 | 0.000000e+00 |      --      |    Inf |  79.81%
1624.54/1629.89	c  1630s| 99100 |    98 |  9330k|  89.0 |   356M |  34 |5665 |  17k|8329 |  33k|  1 | 203k|  24 | 0.000000e+00 |      --      |    Inf |  79.87%
1625.84/1631.18	c  1631s| 99200 |    92 |  9336k|  89.0 |   356M |  34 |5665 |  17k|8342 |  33k|  1 | 204k|  24 | 0.000000e+00 |      --      |    Inf |  79.89%
1627.13/1632.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1627.13/1632.40	c  1632s| 99300 |    91 |  9343k|  89.0 |   356M |  34 |5665 |  17k|   0 |  33k|  0 | 204k|  24 | 0.000000e+00 |      --      |    Inf |  79.92%
1629.22/1634.53	c  1635s| 99400 |    89 |  9350k|  89.0 |   356M |  34 |5665 |  17k|8325 |  33k|  1 | 204k|  24 | 0.000000e+00 |      --      |    Inf |  79.96%
1633.41/1638.74	c  1639s| 99500 |    94 |  9364k|  89.0 |   356M |  34 |5665 |  17k|8325 |  33k|  1 | 204k|  24 | 0.000000e+00 |      --      |    Inf |  79.97%
1634.61/1639.91	c  1640s| 99600 |    97 |  9371k|  89.0 |   356M |  34 |5665 |  17k|   0 |  33k|  0 | 204k|  24 | 0.000000e+00 |      --      |    Inf |  79.97%
1635.41/1640.75	c  1641s| 99700 |    93 |  9375k|  89.0 |   356M |  34 |5665 |  17k|   0 |  33k|  0 | 205k|  24 | 0.000000e+00 |      --      |    Inf |  79.98%
1636.10/1641.47	c  1641s| 99800 |    95 |  9379k|  88.9 |   356M |  34 |5665 |  17k|8325 |  33k|  1 | 205k|  24 | 0.000000e+00 |      --      |    Inf |  79.99%
1637.10/1642.47	c  1642s| 99900 |    88 |  9385k|  88.9 |   356M |  34 |5665 |  17k|8343 |  33k|  1 | 205k|  24 | 0.000000e+00 |      --      |    Inf |  80.00%
1638.50/1643.82	c  1644s|100000 |    84 |  9397k|  88.9 |   356M |  34 |5665 |  17k|8316 |  33k|  1 | 205k|  24 | 0.000000e+00 |      --      |    Inf |  80.10%
1639.89/1645.28	c  1645s|100100 |    88 |  9405k|  88.9 |   356M |  34 |5665 |  17k|8335 |  33k|  0 | 206k|  24 | 0.000000e+00 |      --      |    Inf |  80.17%
1641.29/1646.68	c  1647s|100200 |    89 |  9411k|  88.9 |   356M |  34 |5665 |  17k|8335 |  33k|  1 | 206k|  24 | 0.000000e+00 |      --      |    Inf |  80.21%
1642.79/1648.17	c  1648s|100300 |    93 |  9421k|  88.9 |   356M |  34 |5665 |  17k|8333 |  33k|  1 | 206k|  24 | 0.000000e+00 |      --      |    Inf |  80.24%
1643.98/1649.34	c  1649s|100400 |    87 |  9429k|  88.9 |   356M |  34 |5665 |  17k|8333 |  33k|  1 | 206k|  24 | 0.000000e+00 |      --      |    Inf |  80.27%
1645.28/1650.64	c  1651s|100500 |    84 |  9437k|  88.9 |   356M |  34 |5665 |  17k|8333 |  33k|  1 | 206k|  24 | 0.000000e+00 |      --      |    Inf |  80.29%
1647.17/1652.52	c  1653s|100600 |    92 |  9450k|  88.9 |   356M |  34 |5665 |  17k|8331 |  33k|  1 | 207k|  24 | 0.000000e+00 |      --      |    Inf |  80.40%
1648.07/1653.41	c  1653s|100700 |    95 |  9455k|  88.9 |   356M |  34 |5665 |  17k|8331 |  33k|  1 | 207k|  24 | 0.000000e+00 |      --      |    Inf |  80.42%
1648.97/1654.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1648.97/1654.36	c  1654s|100800 |    95 |  9460k|  88.8 |   356M |  34 |5665 |  17k|8331 |  33k|  1 | 207k|  24 | 0.000000e+00 |      --      |    Inf |  80.44%
1650.16/1655.55	c  1656s|100900 |    94 |  9465k|  88.8 |   356M |  34 |5665 |  17k|8331 |  33k|  1 | 207k|  24 | 0.000000e+00 |      --      |    Inf |  80.44%
1651.06/1656.47	c  1656s|101000 |    96 |  9470k|  88.8 |   356M |  34 |5665 |  17k|   0 |  33k|  0 | 207k|  24 | 0.000000e+00 |      --      |    Inf |  80.45%
1651.96/1657.39	c  1657s|101100 |    99 |  9475k|  88.7 |   356M |  34 |5665 |  17k|8332 |  33k|  1 | 208k|  24 | 0.000000e+00 |      --      |    Inf |  80.50%
1653.46/1658.87	c  1659s|101200 |    87 |  9483k|  88.7 |   356M |  34 |5665 |  17k|8331 |  33k|  1 | 208k|  24 | 0.000000e+00 |      --      |    Inf |  80.60%
1654.45/1659.83	c  1660s|101300 |    86 |  9488k|  88.7 |   356M |  34 |5665 |  17k|8343 |  33k|  1 | 208k|  24 | 0.000000e+00 |      --      |    Inf |  80.68%
1656.35/1661.72	c  1662s|101400 |    96 |  9501k|  88.7 |   356M |  34 |5665 |  17k|8343 |  34k|  1 | 208k|  24 | 0.000000e+00 |      --      |    Inf |  80.88%
1657.34/1662.77	c  1663s|101500 |    92 |  9507k|  88.7 |   356M |  34 |5665 |  17k|8329 |  34k|  1 | 208k|  24 | 0.000000e+00 |      --      |    Inf |  80.91%
1658.54/1663.91	c  1664s|101600 |    92 |  9514k|  88.7 |   356M |  34 |5665 |  17k|8329 |  34k|  1 | 208k|  24 | 0.000000e+00 |      --      |    Inf |  80.93%
1659.84/1665.24	c  1665s|101700 |    98 |  9521k|  88.7 |   356M |  34 |5665 |  17k|8329 |  34k|  1 | 209k|  24 | 0.000000e+00 |      --      |    Inf |  80.94%
1661.13/1666.57	c  1667s|101800 |    86 |  9530k|  88.7 |   356M |  34 |5665 |  17k|8343 |  34k|  0 | 209k|  24 | 0.000000e+00 |      --      |    Inf |  80.96%
1662.23/1667.69	c  1668s|101900 |    95 |  9536k|  88.6 |   356M |  34 |5665 |  17k|8329 |  34k|  1 | 209k|  24 | 0.000000e+00 |      --      |    Inf |  80.98%
1663.13/1668.52	c  1669s|102000 |    91 |  9540k|  88.6 |   356M |  34 |5665 |  17k|8329 |  34k|  1 | 209k|  24 | 0.000000e+00 |      --      |    Inf |  80.98%
1664.03/1669.44	c  1669s|102100 |    90 |  9545k|  88.6 |   356M |  34 |5665 |  17k|8329 |  34k|  0 | 209k|  24 | 0.000000e+00 |      --      |    Inf |  80.99%
1665.22/1670.63	c  1671s|102200 |    91 |  9552k|  88.5 |   356M |  34 |5665 |  17k|8329 |  34k|  1 | 209k|  24 | 0.000000e+00 |      --      |    Inf |  81.00%
1666.22/1671.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1666.22/1671.61	c  1672s|102300 |    88 |  9557k|  88.5 |   356M |  34 |5665 |  17k|8329 |  34k|  1 | 209k|  24 | 0.000000e+00 |      --      |    Inf |  81.02%
1667.22/1672.67	c  1673s|102400 |    90 |  9563k|  88.5 |   356M |  34 |5665 |  17k|8329 |  34k|  1 | 209k|  24 | 0.000000e+00 |      --      |    Inf |  81.03%
1669.21/1674.61	c  1675s|102500 |    87 |  9572k|  88.5 |   356M |  34 |5665 |  17k|8342 |  34k|  1 | 210k|  24 | 0.000000e+00 |      --      |    Inf |  81.04%
1671.01/1676.44	c  1676s|102600 |   101 |  9585k|  88.5 |   356M |  34 |5665 |  17k|8342 |  34k|  1 | 210k|  24 | 0.000000e+00 |      --      |    Inf |  81.10%
1672.20/1677.64	c  1678s|102700 |    90 |  9595k|  88.5 |   356M |  34 |5665 |  17k|8342 |  34k|  0 | 210k|  24 | 0.000000e+00 |      --      |    Inf |  81.11%
1673.90/1679.33	c  1679s|102800 |    85 |  9604k|  88.5 |   356M |  34 |5665 |  17k|8339 |  34k|  1 | 210k|  24 | 0.000000e+00 |      --      |    Inf |  81.28%
1675.70/1681.17	c  1681s|102900 |    91 |  9612k|  88.5 |   356M |  34 |5665 |  17k|8330 |  34k|  0 | 210k|  24 | 0.000000e+00 |      --      |    Inf |  81.36%
1676.89/1682.30	c  1682s|103000 |    89 |  9618k|  88.5 |   356M |  34 |5665 |  17k|8331 |  34k|  1 | 211k|  24 | 0.000000e+00 |      --      |    Inf |  81.44%
1677.99/1683.43	c  1683s|103100 |    89 |  9624k|  88.5 |   356M |  34 |5665 |  17k|8331 |  34k|  1 | 211k|  24 | 0.000000e+00 |      --      |    Inf |  81.48%
1679.28/1684.76	c  1685s|103200 |    87 |  9631k|  88.4 |   356M |  34 |5665 |  17k|8337 |  34k|  0 | 211k|  24 | 0.000000e+00 |      --      |    Inf |  81.52%
1681.18/1686.67	c  1687s|103300 |    85 |  9642k|  88.5 |   356M |  34 |5665 |  17k|   0 |  34k|  0 | 211k|  24 | 0.000000e+00 |      --      |    Inf |  82.12%
1682.47/1687.97	c  1688s|103400 |    85 |  9647k|  88.4 |   356M |  34 |5665 |  17k|8336 |  34k|  0 | 211k|  24 | 0.000000e+00 |      --      |    Inf |  82.32%
1683.97/1689.45	c  1689s|103500 |    87 |  9655k|  88.4 |   356M |  34 |5665 |  17k|8332 |  34k|  1 | 211k|  24 | 0.000000e+00 |      --      |    Inf |  82.42%
1684.97/1690.44	c  1690s|103600 |    85 |  9659k|  88.4 |   356M |  34 |5665 |  17k|   0 |  34k|  0 | 212k|  24 | 0.000000e+00 |      --      |    Inf |  82.46%
1685.86/1691.38	c  1691s|103700 |    85 |  9664k|  88.3 |   356M |  34 |5665 |  17k|   0 |  34k|  0 | 212k|  24 | 0.000000e+00 |      --      |    Inf |  82.50%
1686.96/1692.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1686.96/1692.45	c  1692s|103800 |    78 |  9669k|  88.3 |   356M |  34 |5665 |  17k|8337 |  34k|  0 | 212k|  24 | 0.000000e+00 |      --      |    Inf |  82.66%
1688.16/1693.60	c  1694s|103900 |    82 |  9675k|  88.3 |   356M |  34 |5665 |  17k|8337 |  34k|  0 | 212k|  24 | 0.000000e+00 |      --      |    Inf |  82.79%
1690.25/1695.72	c  1696s|104000 |    94 |  9683k|  88.3 |   356M |  34 |5665 |  17k|8330 |  34k|  1 | 212k|  24 | 0.000000e+00 |      --      |    Inf |  82.81%
1691.25/1696.77	c  1697s|104100 |    88 |  9689k|  88.3 |   356M |  34 |5665 |  17k|8330 |  34k|  1 | 212k|  24 | 0.000000e+00 |      --      |    Inf |  82.83%
1692.34/1697.80	c  1698s|104200 |    85 |  9695k|  88.2 |   356M |  34 |5665 |  17k|8332 |  34k|  1 | 213k|  24 | 0.000000e+00 |      --      |    Inf |  82.88%
1693.84/1699.38	c  1699s|104300 |    85 |  9706k|  88.2 |   356M |  34 |5665 |  17k|8318 |  34k|  1 | 213k|  24 | 0.000000e+00 |      --      |    Inf |  82.96%
1695.54/1701.07	c  1701s|104400 |    87 |  9717k|  88.3 |   356M |  34 |5665 |  17k|8318 |  34k|  0 | 213k|  24 | 0.000000e+00 |      --      |    Inf |  83.06%
1699.23/1704.70	c  1705s|104500 |   104 |  9733k|  88.3 |   356M |  34 |5665 |  17k|8341 |  34k|  1 | 213k|  24 | 0.000000e+00 |      --      |    Inf |  83.34%
1701.12/1706.69	c  1707s|104600 |   114 |  9741k|  88.3 |   356M |  34 |5665 |  17k|   0 |  34k|  0 | 213k|  24 | 0.000000e+00 |      --      |    Inf |  83.38%
1702.42/1707.92	c  1708s|104700 |   121 |  9748k|  88.3 |   356M |  34 |5665 |  17k|   0 |  34k|  0 | 214k|  24 | 0.000000e+00 |      --      |    Inf |  83.46%
1703.31/1708.87	c  1709s|104800 |   112 |  9752k|  88.3 |   356M |  34 |5665 |  17k|8334 |  34k|  1 | 214k|  24 | 0.000000e+00 |      --      |    Inf |  83.49%
1704.31/1709.85	c  1710s|104900 |   114 |  9757k|  88.2 |   356M |  34 |5665 |  17k|   0 |  34k|  0 | 214k|  24 | 0.000000e+00 |      --      |    Inf |  83.51%
1705.31/1710.87	c  1711s|105000 |   116 |  9762k|  88.2 |   356M |  34 |5665 |  17k|8327 |  34k|  0 | 214k|  24 | 0.000000e+00 |      --      |    Inf |  83.56%
1706.31/1711.89	c  1712s|105100 |   113 |  9769k|  88.2 |   356M |  34 |5665 |  17k|8327 |  34k|  1 | 215k|  24 | 0.000000e+00 |      --      |    Inf |  83.58%
1707.61/1713.15	c  1713s|105200 |   120 |  9774k|  88.1 |   356M |  34 |5665 |  17k|8345 |  34k|  1 | 215k|  24 | 0.000000e+00 |      --      |    Inf |  83.64%
1708.51/1714.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1708.51/1714.07	c  1714s|105300 |   122 |  9779k|  88.1 |   356M |  34 |5665 |  17k|8325 |  34k|  1 | 215k|  24 | 0.000000e+00 |      --      |    Inf |  83.65%
1709.80/1715.36	c  1715s|105400 |   124 |  9784k|  88.1 |   357M |  34 |5665 |  17k|8338 |  34k|  1 | 215k|  24 | 0.000000e+00 |      --      |    Inf |  83.85%
1710.89/1716.47	c  1716s|105500 |   116 |  9789k|  88.0 |   357M |  34 |5665 |  17k|   0 |  34k|  0 | 215k|  24 | 0.000000e+00 |      --      |    Inf |  83.92%
1712.29/1717.89	c  1718s|105600 |   122 |  9795k|  88.0 |   357M |  34 |5665 |  17k|   0 |  34k|  0 | 216k|  24 | 0.000000e+00 |      --      |    Inf |  83.96%
1713.39/1718.91	c  1719s|105700 |   123 |  9800k|  88.0 |   357M |  34 |5665 |  17k|8339 |  34k|  1 | 216k|  24 | 0.000000e+00 |      --      |    Inf |  84.01%
1714.28/1719.81	c  1720s|105800 |   122 |  9803k|  87.9 |   357M |  34 |5665 |  17k|8325 |  35k|  1 | 216k|  24 | 0.000000e+00 |      --      |    Inf |  84.02%
1715.28/1720.86	c  1721s|105900 |   126 |  9808k|  87.9 |   357M |  34 |5665 |  17k|8339 |  35k|  0 | 216k|  24 | 0.000000e+00 |      --      |    Inf |  84.04%
1717.08/1722.63	c  1723s|106000 |   125 |  9816k|  87.9 |   357M |  34 |5665 |  17k|8340 |  35k|  1 | 216k|  24 | 0.000000e+00 |      --      |    Inf |  84.16%
1718.27/1723.85	c  1724s|106100 |   123 |  9823k|  87.9 |   357M |  34 |5665 |  17k|8326 |  35k|  0 | 216k|  24 | 0.000000e+00 |      --      |    Inf |  84.30%
1719.97/1725.53	c  1726s|106200 |   124 |  9830k|  87.8 |   357M |  34 |5665 |  17k|8327 |  35k|  1 | 217k|  24 | 0.000000e+00 |      --      |    Inf |  84.40%
1721.26/1726.86	c  1727s|106300 |   125 |  9836k|  87.8 |   357M |  34 |5665 |  17k|   0 |  35k|  0 | 217k|  24 | 0.000000e+00 |      --      |    Inf |  84.42%
1722.86/1728.43	c  1728s|106400 |   129 |  9846k|  87.8 |   357M |  34 |5665 |  17k|8346 |  35k|  1 | 217k|  24 | 0.000000e+00 |      --      |    Inf |  84.46%
1723.86/1729.48	c  1729s|106500 |   131 |  9851k|  87.8 |   357M |  34 |5665 |  17k|8349 |  35k|  2 | 217k|  24 | 0.000000e+00 |      --      |    Inf |  84.52%
1725.05/1730.69	c  1731s|106600 |   117 |  9858k|  87.8 |   357M |  34 |5665 |  17k|8340 |  35k|  1 | 217k|  24 | 0.000000e+00 |      --      |    Inf |  84.59%
1726.15/1731.74	c  1732s|106700 |   117 |  9863k|  87.8 |   357M |  34 |5665 |  17k|8357 |  35k|  2 | 217k|  24 | 0.000000e+00 |      --      |    Inf |  84.64%
1727.15/1732.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1727.15/1732.75	c  1733s|106800 |   112 |  9868k|  87.7 |   357M |  34 |5665 |  17k|   0 |  35k|  0 | 217k|  24 | 0.000000e+00 |      --      |    Inf |  84.66%
1728.64/1734.22	c  1734s|106900 |   111 |  9876k|  87.7 |   357M |  34 |5665 |  17k|8337 |  35k|  1 | 218k|  24 | 0.000000e+00 |      --      |    Inf |  84.82%
1729.74/1735.39	c  1735s|107000 |   109 |  9882k|  87.7 |   357M |  34 |5665 |  17k|8354 |  35k|  2 | 218k|  24 | 0.000000e+00 |      --      |    Inf |  84.91%
1730.74/1736.34	c  1736s|107100 |    93 |  9886k|  87.6 |   357M |  34 |5665 |  17k|   0 |  35k|  0 | 218k|  24 | 0.000000e+00 |      --      |    Inf |  84.98%
1733.23/1738.84	c  1739s|107200 |   101 |  9898k|  87.7 |   357M |  34 |5665 |  17k|8325 |  35k|  1 | 218k|  24 | 0.000000e+00 |      --      |    Inf |  85.06%
1734.13/1739.78	c  1740s|107300 |    93 |  9903k|  87.6 |   357M |  34 |5665 |  17k|8325 |  35k|  0 | 218k|  24 | 0.000000e+00 |      --      |    Inf |  85.07%
1735.53/1741.12	c  1741s|107400 |    94 |  9911k|  87.6 |   357M |  34 |5665 |  17k|8343 |  35k|  1 | 218k|  24 | 0.000000e+00 |      --      |    Inf |  85.19%
1737.42/1743.05	c  1743s|107500 |    89 |  9921k|  87.6 |   357M |  34 |5665 |  17k|8336 |  35k|  1 | 219k|  24 | 0.000000e+00 |      --      |    Inf |  85.36%
1738.92/1744.56	c  1745s|107600 |    84 |  9930k|  87.6 |   357M |  34 |5665 |  17k|8327 |  35k|  0 | 219k|  24 | 0.000000e+00 |      --      |    Inf |  85.59%
1740.42/1746.09	c  1746s|107700 |    89 |  9940k|  87.7 |   357M |  34 |5665 |  17k|8315 |  35k|  0 | 219k|  24 | 0.000000e+00 |      --      |    Inf |  85.60%
1741.51/1747.18	c  1747s|107800 |    92 |  9947k|  87.6 |   357M |  34 |5665 |  17k|8315 |  35k|  1 | 219k|  24 | 0.000000e+00 |      --      |    Inf |  85.61%
1742.70/1748.30	c  1748s|107900 |    93 |  9955k|  87.6 |   357M |  34 |5665 |  17k|8315 |  35k|  1 | 219k|  24 | 0.000000e+00 |      --      |    Inf |  85.62%
1744.60/1750.26	c  1750s|108000 |    86 |  9967k|  87.7 |   357M |  34 |5665 |  17k|8335 |  35k|  1 | 220k|  24 | 0.000000e+00 |      --      |    Inf |  85.81%
1745.60/1751.25	c  1751s|108100 |    88 |  9972k|  87.6 |   357M |  34 |5665 |  17k|8335 |  35k|  1 | 220k|  24 | 0.000000e+00 |      --      |    Inf |  85.87%
1747.29/1752.99	c  1753s|108200 |    87 |  9979k|  87.6 |   359M |  34 |5665 |  17k|8331 |  35k|  1 | 220k|  24 | 0.000000e+00 |      --      |    Inf |  85.90%
1748.69/1754.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1748.69/1754.34	c  1754s|108300 |    87 |  9987k|  87.6 |   360M |  34 |5665 |  17k|8377 |  35k|  0 | 220k|  24 | 0.000000e+00 |      --      |    Inf |  85.99%
1749.78/1755.44	c  1755s|108400 |    84 |  9993k|  87.6 |   360M |  34 |5665 |  17k|8377 |  35k|  1 | 220k|  24 | 0.000000e+00 |      --      |    Inf |  86.06%
1751.68/1757.39	c  1757s|108500 |    84 | 10003k|  87.6 |   360M |  34 |5665 |  17k|8353 |  35k|  1 | 220k|  24 | 0.000000e+00 |      --      |    Inf |  86.21%
1753.48/1759.11	c  1759s|108600 |    87 | 10015k|  87.6 |   360M |  34 |5665 |  17k|8353 |  35k|  0 | 221k|  24 | 0.000000e+00 |      --      |    Inf |  86.24%
1755.27/1760.95	c  1761s|108700 |    95 | 10026k|  87.6 |   360M |  34 |5665 |  17k|8347 |  35k|  0 | 221k|  24 | 0.000000e+00 |      --      |    Inf |  86.27%
1756.27/1761.99	c  1762s|108800 |    91 | 10031k|  87.6 |   360M |  34 |5665 |  17k|8346 |  35k|  1 | 221k|  24 | 0.000000e+00 |      --      |    Inf |  86.30%
1757.47/1763.18	c  1763s|108900 |    82 | 10039k|  87.6 |   360M |  34 |5665 |  17k|8329 |  35k|  1 | 221k|  24 | 0.000000e+00 |      --      |    Inf |  86.55%
1758.96/1764.64	c  1765s|109000 |    82 | 10048k|  87.6 |   360M |  34 |5665 |  17k|8353 |  35k|  0 | 222k|  24 | 0.000000e+00 |      --      |    Inf |  86.57%
1760.46/1766.12	c  1766s|109100 |    84 | 10058k|  87.6 |   360M |  34 |5665 |  17k|8345 |  36k|  0 | 222k|  24 | 0.000000e+00 |      --      |    Inf |  86.58%
1761.75/1767.40	c  1767s|109200 |    83 | 10067k|  87.6 |   360M |  34 |5665 |  17k|8332 |  36k|  0 | 222k|  24 | 0.000000e+00 |      --      |    Inf |  86.60%
1762.95/1768.60	c  1769s|109300 |    80 | 10074k|  87.6 |   360M |  34 |5665 |  17k|8343 |  36k|  1 | 222k|  24 | 0.000000e+00 |      --      |    Inf |  86.64%
1764.24/1769.91	c  1770s|109400 |    79 | 10082k|  87.6 |   360M |  34 |5665 |  17k|8344 |  36k|  0 | 223k|  24 | 0.000000e+00 |      --      |    Inf |  86.64%
1765.94/1771.60	c  1772s|109500 |    77 | 10093k|  87.6 |   360M |  34 |5665 |  17k|8333 |  36k|  0 | 223k|  24 | 0.000000e+00 |      --      |    Inf |  86.65%
1766.84/1772.51	c  1773s|109600 |    79 | 10097k|  87.6 |   360M |  34 |5665 |  17k|   0 |  36k|  0 | 223k|  24 | 0.000000e+00 |      --      |    Inf |  86.69%
1769.63/1775.39	c  1775s|109700 |    80 | 10105k|  87.6 |   360M |  34 |5665 |  17k|8333 |  36k|  1 | 223k|  24 | 0.000000e+00 |      --      |    Inf |  86.72%
1770.73/1776.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1770.73/1776.43	c  1776s|109800 |    80 | 10111k|  87.5 |   360M |  34 |5665 |  17k|8345 |  36k|  1 | 223k|  24 | 0.000000e+00 |      --      |    Inf |  86.80%
1772.22/1777.96	c  1778s|109900 |    82 | 10119k|  87.5 |   360M |  34 |5665 |  17k|8348 |  36k|  0 | 223k|  24 | 0.000000e+00 |      --      |    Inf |  86.90%
1773.42/1779.19	c  1779s|110000 |    84 | 10126k|  87.5 |   360M |  34 |5665 |  17k|8348 |  36k|  0 | 223k|  24 | 0.000000e+00 |      --      |    Inf |  86.97%
1774.52/1780.26	c  1780s|110100 |    80 | 10131k|  87.5 |   360M |  34 |5665 |  17k|8348 |  36k|  0 | 224k|  24 | 0.000000e+00 |      --      |    Inf |  87.00%
1775.51/1781.27	c  1781s|110200 |    84 | 10136k|  87.5 |   360M |  34 |5665 |  17k|8345 |  36k|  0 | 224k|  24 | 0.000000e+00 |      --      |    Inf |  87.04%
1776.61/1782.37	c  1782s|110300 |    78 | 10142k|  87.4 |   360M |  34 |5665 |  17k|   0 |  36k|  0 | 224k|  24 | 0.000000e+00 |      --      |    Inf |  87.06%
1778.01/1783.77	c  1784s|110400 |    74 | 10152k|  87.4 |   360M |  34 |5665 |  17k|8348 |  36k|  1 | 224k|  24 | 0.000000e+00 |      --      |    Inf |  87.09%
1781.20/1786.92	c  1787s|110500 |    72 | 10171k|  87.5 |   360M |  34 |5665 |  17k|   0 |  36k|  0 | 224k|  24 | 0.000000e+00 |      --      |    Inf |  87.17%
1782.30/1788.10	c  1788s|110600 |    69 | 10180k|  87.5 |   360M |  34 |5665 |  17k|   0 |  36k|  0 | 225k|  24 | 0.000000e+00 |      --      |    Inf |  87.21%
1784.09/1789.80	c  1790s|110700 |    85 | 10192k|  87.6 |   361M |  34 |5665 |  17k|8334 |  36k|  1 | 225k|  24 | 0.000000e+00 |      --      |    Inf |  87.23%
1785.49/1791.25	c  1791s|110800 |    87 | 10201k|  87.6 |   361M |  34 |5665 |  17k|8337 |  36k|  0 | 225k|  24 | 0.000000e+00 |      --      |    Inf |  87.23%
1786.68/1792.47	c  1792s|110900 |    87 | 10208k|  87.6 |   361M |  34 |5665 |  17k|8339 |  36k|  1 | 225k|  24 | 0.000000e+00 |      --      |    Inf |  87.24%
1788.18/1793.96	c  1794s|111000 |    80 | 10217k|  87.6 |   361M |  34 |5665 |  17k|8338 |  36k|  0 | 226k|  24 | 0.000000e+00 |      --      |    Inf |  87.24%
1789.57/1795.31	c  1795s|111100 |    81 | 10225k|  87.5 |   361M |  34 |5665 |  17k|8334 |  36k|  1 | 226k|  24 | 0.000000e+00 |      --      |    Inf |  87.25%
1790.77/1796.52	c  1797s|111200 |    84 | 10232k|  87.5 |   361M |  34 |5665 |  17k|8337 |  36k|  0 | 226k|  24 | 0.000000e+00 |      --      |    Inf |  87.26%
1792.07/1797.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1792.07/1797.80	c  1798s|111300 |    73 | 10241k|  87.5 |   361M |  34 |5665 |  17k|8338 |  36k|  1 | 226k|  24 | 0.000000e+00 |      --      |    Inf |  87.30%
1793.56/1799.37	c  1799s|111400 |    75 | 10253k|  87.6 |   361M |  34 |5665 |  17k|   0 |  36k|  0 | 227k|  24 | 0.000000e+00 |      --      |    Inf |  87.33%
1794.66/1800.41	c  1800s|111500 |    71 | 10259k|  87.5 |   361M |  34 |5665 |  17k|8345 |  36k|  1 | 227k|  24 | 0.000000e+00 |      --      |    Inf |  87.34%
1796.06/1801.80	c  1802s|111600 |    72 | 10268k|  87.5 |   361M |  34 |5665 |  17k|8334 |  36k|  0 | 227k|  24 | 0.000000e+00 |      --      |    Inf |  87.35%
1797.65/1803.47	c  1803s|111700 |    62 | 10278k|  87.5 |   361M |  34 |5665 |  17k|8347 |  36k|  1 | 227k|  24 | 0.000000e+00 |      --      |    Inf |  87.42%
1799.35/1805.11	c  1805s|111800 |    57 | 10288k|  87.6 |   361M |  34 |5665 |  17k|8331 |  36k|  1 | 227k|  24 | 0.000000e+00 |      --      |    Inf |  87.49%
1801.14/1806.99	c  1807s|111900 |    65 | 10302k|  87.6 |   361M |  34 |5665 |  17k|8344 |  36k|  1 | 228k|  24 | 0.000000e+00 |      --      |    Inf |  88.48%
1802.74/1808.56	c  1809s|112000 |    66 | 10308k|  87.6 |   361M |  34 |5665 |  17k|8338 |  36k|  1 | 228k|  24 | 0.000000e+00 |      --      |    Inf |  88.83%
1804.13/1809.92	c  1810s|112100 |    67 | 10313k|  87.6 |   361M |  34 |5665 |  17k|8341 |  36k|  1 | 228k|  24 | 0.000000e+00 |      --      |    Inf |  89.07%
1804.93/1810.78	c  1811s|112200 |    66 | 10317k|  87.5 |   361M |  34 |5665 |  17k|8341 |  36k|  1 | 228k|  24 | 0.000000e+00 |      --      |    Inf |  89.25%
1807.03/1812.86	c  1813s|112300 |    70 | 10325k|  87.5 |   364M |  34 |5665 |  17k|8341 |  36k|  1 | 228k|  24 | 0.000000e+00 |      --      |    Inf |  89.44%
1808.12/1813.95	c  1814s|112400 |    76 | 10328k|  87.5 |   364M |  34 |5665 |  17k|   0 |  37k|  0 | 228k|  24 | 0.000000e+00 |      --      |    Inf |  89.53%
1808.92/1814.78	c  1815s|112500 |    68 | 10332k|  87.4 |   364M |  34 |5665 |  17k|   0 |  37k|  0 | 229k|  24 | 0.000000e+00 |      --      |    Inf |  89.65%
1809.72/1815.53	c  1816s|112600 |    66 | 10336k|  87.4 |   364M |  34 |5665 |  17k|8340 |  37k|  1 | 229k|  24 | 0.000000e+00 |      --      |    Inf |  89.70%
1810.52/1816.36	c  1816s|112700 |    60 | 10339k|  87.3 |   364M |  34 |5665 |  17k|   0 |  37k|  0 | 229k|  24 | 0.000000e+00 |      --      |    Inf |  89.75%
1811.32/1817.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1811.32/1817.16	c  1817s|112800 |    63 | 10343k|  87.3 |   364M |  34 |5665 |  17k|8337 |  37k|  1 | 229k|  24 | 0.000000e+00 |      --      |    Inf |  89.81%
1813.01/1818.89	c  1819s|112900 |    55 | 10355k|  87.3 |   364M |  34 |5665 |  17k|8334 |  37k|  0 | 229k|  24 | 0.000000e+00 |      --      |    Inf |  89.94%
1815.80/1821.64	c  1822s|113000 |    62 | 10367k|  87.3 |   364M |  34 |5665 |  17k|8329 |  37k|  1 | 229k|  24 | 0.000000e+00 |      --      |    Inf |  90.06%
1818.09/1823.97	c  1824s|113100 |    59 | 10376k|  87.3 |   364M |  34 |5665 |  17k|8340 |  37k|  2 | 229k|  24 | 0.000000e+00 |      --      |    Inf |  90.15%
1819.69/1825.53	c  1826s|113200 |    65 | 10387k|  87.4 |   364M |  34 |5665 |  17k|8334 |  37k|  0 | 230k|  24 | 0.000000e+00 |      --      |    Inf |  90.15%
1821.09/1826.90	c  1827s|113300 |    64 | 10395k|  87.4 |   364M |  34 |5665 |  17k|8334 |  37k|  0 | 230k|  24 | 0.000000e+00 |      --      |    Inf |  90.15%
1821.98/1827.86	c  1828s|113400 |    70 | 10401k|  87.3 |   364M |  34 |5665 |  17k|8334 |  37k|  0 | 230k|  24 | 0.000000e+00 |      --      |    Inf |  90.16%
1822.88/1828.77	c  1829s|113500 |    66 | 10406k|  87.3 |   364M |  34 |5665 |  17k|8329 |  37k|  1 | 231k|  24 | 0.000000e+00 |      --      |    Inf |  90.16%
1824.08/1829.99	c  1830s|113600 |    72 | 10415k|  87.3 |   364M |  34 |5665 |  17k|8334 |  37k|  0 | 231k|  24 | 0.000000e+00 |      --      |    Inf |  90.17%
1824.97/1830.82	c  1831s|113700 |    76 | 10420k|  87.3 |   364M |  34 |5665 |  17k|8334 |  37k|  0 | 231k|  24 | 0.000000e+00 |      --      |    Inf |  90.17%
1825.97/1831.87	c  1832s|113800 |    77 | 10426k|  87.2 |   364M |  34 |5665 |  17k|8334 |  37k|  1 | 232k|  24 | 0.000000e+00 |      --      |    Inf |  90.17%
1826.97/1832.81	c  1833s|113900 |    86 | 10431k|  87.2 |   364M |  34 |5665 |  17k|8334 |  37k|  1 | 232k|  24 | 0.000000e+00 |      --      |    Inf |  90.18%
1827.77/1833.61	c  1834s|114000 |    78 | 10435k|  87.2 |   364M |  34 |5665 |  17k|8334 |  37k|  0 | 232k|  24 | 0.000000e+00 |      --      |    Inf |  90.18%
1828.56/1834.42	c  1834s|114100 |    84 | 10440k|  87.1 |   364M |  34 |5665 |  17k|8334 |  37k|  1 | 232k|  24 | 0.000000e+00 |      --      |    Inf |  90.19%
1829.17/1835.07	c  1835s|114200 |    76 | 10443k|  87.1 |   364M |  34 |5665 |  17k|8334 |  37k|  1 | 233k|  24 | 0.000000e+00 |      --      |    Inf |  90.19%
1830.06/1835.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1830.06/1835.98	c  1836s|114300 |    77 | 10447k|  87.1 |   364M |  34 |5665 |  17k|8329 |  37k|  1 | 233k|  24 | 0.000000e+00 |      --      |    Inf |  90.19%
1830.76/1836.64	c  1837s|114400 |    65 | 10450k|  87.0 |   364M |  34 |5665 |  17k|8334 |  37k|  1 | 233k|  24 | 0.000000e+00 |      --      |    Inf |  90.20%
1831.36/1837.29	c  1837s|114500 |    58 | 10453k|  87.0 |   364M |  34 |5665 |  17k|   0 |  37k|  0 | 234k|  24 | 0.000000e+00 |      --      |    Inf |  90.20%
1832.45/1838.32	c  1838s|114600 |    61 | 10460k|  87.0 |   364M |  34 |5665 |  17k|8334 |  37k|  1 | 234k|  24 | 0.000000e+00 |      --      |    Inf |  90.23%
1834.65/1840.50	c  1840s|114700 |    61 | 10478k|  87.0 |   364M |  34 |5665 |  17k|8329 |  37k|  1 | 234k|  24 | 0.000000e+00 |      --      |    Inf |  90.25%
1836.44/1842.36	c  1842s|114800 |    71 | 10492k|  87.1 |   365M |  34 |5665 |  17k|   0 |  37k|  0 | 234k|  24 | 0.000000e+00 |      --      |    Inf |  90.29%
1837.54/1843.41	c  1843s|114900 |    58 | 10501k|  87.1 |   365M |  34 |5665 |  17k|   0 |  37k|  0 | 234k|  24 | 0.000000e+00 |      --      |    Inf |  90.32%
1839.53/1845.49	c  1845s|115000 |    70 | 10512k|  87.1 |   365M |  34 |5665 |  17k|8332 |  37k|  1 | 235k|  24 | 0.000000e+00 |      --      |    Inf |  90.33%
1840.83/1846.75	c  1847s|115100 |    66 | 10520k|  87.1 |   370M |  34 |5665 |  17k|8332 |  37k|  1 | 235k|  24 | 0.000000e+00 |      --      |    Inf |  90.33%
1842.03/1847.97	c  1848s|115200 |    65 | 10529k|  87.1 |   370M |  34 |5665 |  17k|8332 |  37k|  1 | 235k|  24 | 0.000000e+00 |      --      |    Inf |  90.35%
1844.82/1850.74	c  1851s|115300 |    69 | 10540k|  87.1 |   370M |  34 |5665 |  17k|8332 |  37k|  0 | 235k|  24 | 0.000000e+00 |      --      |    Inf |  90.36%
1845.91/1851.87	c  1852s|115400 |    62 | 10548k|  87.1 |   370M |  34 |5665 |  17k|8332 |  37k|  1 | 235k|  24 | 0.000000e+00 |      --      |    Inf |  90.37%
1847.41/1853.32	c  1853s|115500 |    75 | 10558k|  87.1 |   370M |  34 |5665 |  17k|8332 |  37k|  1 | 236k|  24 | 0.000000e+00 |      --      |    Inf |  90.39%
1848.50/1854.47	c  1854s|115600 |    68 | 10565k|  87.1 |   370M |  34 |5665 |  17k|8332 |  37k|  0 | 236k|  24 | 0.000000e+00 |      --      |    Inf |  90.42%
1849.30/1855.29	c  1855s|115700 |    56 | 10571k|  87.1 |   370M |  34 |5665 |  17k|   0 |  37k|  0 | 236k|  24 | 0.000000e+00 |      --      |    Inf |  90.45%
1850.70/1856.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1850.70/1856.67	c  1857s|115800 |    64 | 10579k|  87.1 |   370M |  34 |5665 |  17k|8343 |  37k|  1 | 236k|  24 | 0.000000e+00 |      --      |    Inf |  90.48%
1852.39/1858.32	c  1858s|115900 |    72 | 10593k|  87.1 |   370M |  34 |5665 |  17k|8339 |  37k|  1 | 237k|  24 | 0.000000e+00 |      --      |    Inf |  90.49%
1854.19/1860.19	c  1860s|116000 |    62 | 10608k|  87.2 |   370M |  34 |5665 |  17k|8354 |  37k|  0 | 237k|  24 | 0.000000e+00 |      --      |    Inf |  90.52%
1855.28/1861.25	c  1861s|116100 |    62 | 10616k|  87.2 |   370M |  34 |5665 |  17k|8343 |  37k|  1 | 237k|  24 | 0.000000e+00 |      --      |    Inf |  90.54%
1857.08/1863.03	c  1863s|116200 |    68 | 10628k|  87.2 |   370M |  34 |5665 |  17k|8335 |  37k|  1 | 237k|  24 | 0.000000e+00 |      --      |    Inf |  90.55%
1858.27/1864.26	c  1864s|116300 |    66 | 10636k|  87.2 |   370M |  34 |5665 |  17k|8335 |  37k|  1 | 238k|  24 | 0.000000e+00 |      --      |    Inf |  90.56%
1859.07/1865.10	c  1865s|116400 |    56 | 10641k|  87.2 |   370M |  34 |5665 |  17k|8331 |  37k|  0 | 238k|  24 | 0.000000e+00 |      --      |    Inf |  90.56%
1860.76/1866.72	c  1867s|116500 |    61 | 10660k|  87.2 |   370M |  34 |5665 |  17k|8330 |  37k|  0 | 238k|  24 | 0.000000e+00 |      --      |    Inf |  90.59%
1861.86/1867.80	c  1868s|116600 |    57 | 10667k|  87.2 |   370M |  34 |5665 |  17k|8330 |  37k|  0 | 238k|  24 | 0.000000e+00 |      --      |    Inf |  90.60%
1862.85/1868.84	c  1869s|116700 |    55 | 10674k|  87.2 |   370M |  34 |5665 |  17k|8330 |  37k|  1 | 238k|  24 | 0.000000e+00 |      --      |    Inf |  90.64%
1864.45/1870.40	c  1870s|116800 |    55 | 10689k|  87.3 |   370M |  34 |5665 |  17k|8332 |  37k|  1 | 239k|  24 | 0.000000e+00 |      --      |    Inf |  90.66%
1866.64/1872.63	c  1873s|116900 |    51 | 10698k|  87.3 |   371M |  34 |5665 |  17k|8333 |  37k|  0 | 239k|  24 | 0.000000e+00 |      --      |    Inf |  90.67%
1868.04/1874.01	c  1874s|117000 |    55 | 10707k|  87.3 |   371M |  34 |5665 |  17k|8333 |  37k|  1 | 239k|  24 | 0.000000e+00 |      --      |    Inf |  90.71%
1870.82/1876.81	c  1877s|117100 |    59 | 10724k|  87.3 |   371M |  34 |5665 |  17k|8363 |  37k|  1 | 239k|  24 | 0.000000e+00 |      --      |    Inf |  90.74%
1872.03/1878.06	c  1878s|117200 |    58 | 10733k|  87.3 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 240k|  24 | 0.000000e+00 |      --      |    Inf |  90.79%
1873.22/1879.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1873.22/1879.26	c  1879s|117300 |    61 | 10740k|  87.3 |   371M |  34 |5665 |  17k|8366 |  37k|  1 | 240k|  24 | 0.000000e+00 |      --      |    Inf |  90.80%
1874.21/1880.27	c  1880s|117400 |    61 | 10745k|  87.3 |   371M |  34 |5665 |  17k|8366 |  37k|  1 | 240k|  24 | 0.000000e+00 |      --      |    Inf |  90.81%
1875.51/1881.56	c  1882s|117500 |    67 | 10751k|  87.3 |   371M |  34 |5665 |  17k|8366 |  37k|  0 | 240k|  24 | 0.000000e+00 |      --      |    Inf |  90.81%
1876.40/1882.49	c  1882s|117600 |    71 | 10756k|  87.2 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 240k|  24 | 0.000000e+00 |      --      |    Inf |  90.81%
1877.20/1883.26	c  1883s|117700 |    73 | 10760k|  87.2 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 241k|  24 | 0.000000e+00 |      --      |    Inf |  90.81%
1878.10/1884.16	c  1884s|117800 |    70 | 10765k|  87.2 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 241k|  24 | 0.000000e+00 |      --      |    Inf |  90.81%
1879.10/1885.11	c  1885s|117900 |    66 | 10770k|  87.1 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 241k|  24 | 0.000000e+00 |      --      |    Inf |  90.82%
1880.00/1886.04	c  1886s|118000 |    70 | 10774k|  87.1 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 241k|  24 | 0.000000e+00 |      --      |    Inf |  90.82%
1880.99/1887.03	c  1887s|118100 |    67 | 10779k|  87.1 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 241k|  24 | 0.000000e+00 |      --      |    Inf |  90.83%
1881.78/1887.85	c  1888s|118200 |    68 | 10783k|  87.0 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 241k|  24 | 0.000000e+00 |      --      |    Inf |  90.83%
1882.48/1888.54	c  1889s|118300 |    68 | 10785k|  87.0 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 242k|  24 | 0.000000e+00 |      --      |    Inf |  90.84%
1883.48/1889.54	c  1890s|118400 |    71 | 10790k|  87.0 |   371M |  34 |5665 |  17k|8368 |  37k|  1 | 242k|  24 | 0.000000e+00 |      --      |    Inf |  90.84%
1884.37/1890.44	c  1890s|118500 |    70 | 10794k|  86.9 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 242k|  24 | 0.000000e+00 |      --      |    Inf |  90.85%
1885.27/1891.39	c  1891s|118600 |    66 | 10798k|  86.9 |   371M |  34 |5665 |  17k|8363 |  37k|  1 | 242k|  24 | 0.000000e+00 |      --      |    Inf |  90.85%
1886.07/1892.18	c  1892s|118700 |    65 | 10802k|  86.8 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 242k|  24 | 0.000000e+00 |      --      |    Inf |  90.86%
1887.16/1893.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1887.16/1893.21	c  1893s|118800 |    66 | 10807k|  86.8 |   371M |  34 |5665 |  17k|8363 |  37k|  1 | 242k|  24 | 0.000000e+00 |      --      |    Inf |  90.90%
1888.36/1894.45	c  1894s|118900 |    69 | 10813k|  86.8 |   371M |  34 |5665 |  17k|8366 |  37k|  1 | 243k|  24 | 0.000000e+00 |      --      |    Inf |  90.91%
1889.26/1895.31	c  1895s|119000 |    64 | 10817k|  86.7 |   371M |  34 |5665 |  17k|8367 |  37k|  1 | 243k|  24 | 0.000000e+00 |      --      |    Inf |  90.91%
1890.25/1896.38	c  1896s|119100 |    67 | 10822k|  86.7 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 243k|  24 | 0.000000e+00 |      --      |    Inf |  90.92%
1891.55/1897.61	c  1898s|119200 |    65 | 10828k|  86.7 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 243k|  24 | 0.000000e+00 |      --      |    Inf |  90.92%
1892.45/1898.54	c  1899s|119300 |    60 | 10832k|  86.7 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 243k|  24 | 0.000000e+00 |      --      |    Inf |  90.93%
1893.34/1899.46	c  1899s|119400 |    58 | 10838k|  86.6 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 244k|  24 | 0.000000e+00 |      --      |    Inf |  90.94%
1894.34/1900.41	c  1900s|119500 |    59 | 10843k|  86.6 |   371M |  34 |5665 |  17k|8366 |  37k|  1 | 244k|  24 | 0.000000e+00 |      --      |    Inf |  90.94%
1895.43/1901.58	c  1902s|119600 |    55 | 10848k|  86.6 |   371M |  34 |5665 |  17k|8368 |  37k|  0 | 244k|  24 | 0.000000e+00 |      --      |    Inf |  90.95%
1896.73/1902.89	c  1903s|119700 |    54 | 10856k|  86.6 |   371M |  34 |5665 |  17k|8363 |  37k|  1 | 244k|  24 | 0.000000e+00 |      --      |    Inf |  90.95%
1897.73/1903.81	c  1904s|119800 |    54 | 10860k|  86.5 |   371M |  34 |5665 |  17k|8367 |  37k|  1 | 244k|  24 | 0.000000e+00 |      --      |    Inf |  90.96%
1898.62/1904.71	c  1905s|119900 |    53 | 10864k|  86.5 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 244k|  24 | 0.000000e+00 |      --      |    Inf |  90.96%
1899.42/1905.53	c  1906s|120000 |    53 | 10868k|  86.5 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 245k|  24 | 0.000000e+00 |      --      |    Inf |  90.96%
1902.02/1908.17	c  1908s|120100 |    53 | 10881k|  86.5 |   371M |  34 |5665 |  17k|8333 |  37k|  0 | 245k|  24 | 0.000000e+00 |      --      |    Inf |  91.31%
1903.61/1909.77	c  1910s|120200 |    51 | 10894k|  86.5 |   371M |  34 |5665 |  17k|8331 |  37k|  0 | 245k|  24 | 0.000000e+00 |      --      |    Inf |  91.38%
1904.91/1911.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1904.91/1911.03	c  1911s|120300 |    55 | 10902k|  86.5 |   371M |  34 |5665 |  17k|8331 |  37k|  1 | 245k|  24 | 0.000000e+00 |      --      |    Inf |  91.53%
1907.19/1913.35	c  1913s|120400 |    56 | 10914k|  86.6 |   371M |  34 |5665 |  17k|8342 |  37k|  1 | 246k|  24 | 0.000000e+00 |      --      |    Inf |  91.58%
1908.89/1915.01	c  1915s|120500 |    57 | 10923k|  86.6 |   371M |  34 |5665 |  17k|8342 |  37k|  1 | 246k|  24 | 0.000000e+00 |      --      |    Inf |  91.65%
1910.48/1916.60	c  1917s|120600 |    58 | 10934k|  86.6 |   371M |  34 |5665 |  17k|8359 |  37k|  1 | 246k|  24 | 0.000000e+00 |      --      |    Inf |  91.66%
1911.88/1918.01	c  1918s|120700 |    60 | 10945k|  86.6 |   371M |  34 |5665 |  17k|8359 |  37k|  1 | 246k|  24 | 0.000000e+00 |      --      |    Inf |  91.66%
1917.66/1923.84	c  1924s|120800 |    68 | 10959k|  86.6 |   371M |  34 |5665 |  17k|8349 |  37k|  1 | 247k|  24 | 0.000000e+00 |      --      |    Inf |  91.71%
1919.46/1925.61	c  1926s|120900 |    66 | 10968k|  86.6 |   371M |  34 |5665 |  17k|8362 |  37k|  0 | 247k|  24 | 0.000000e+00 |      --      |    Inf |  91.73%
1921.45/1927.63	c  1928s|121000 |    66 | 10978k|  86.7 |   371M |  34 |5665 |  17k|8349 |  37k|  0 | 247k|  24 | 0.000000e+00 |      --      |    Inf |  91.74%
1922.74/1928.99	c  1929s|121100 |    67 | 10987k|  86.7 |   371M |  34 |5665 |  17k|8349 |  37k|  1 | 247k|  24 | 0.000000e+00 |      --      |    Inf |  91.76%
1924.04/1930.26	c  1930s|121200 |    68 | 10995k|  86.6 |   371M |  34 |5665 |  17k|8349 |  37k|  1 | 248k|  24 | 0.000000e+00 |      --      |    Inf |  91.76%
1925.73/1931.97	c  1932s|121300 |    55 | 11005k|  86.7 |   371M |  34 |5665 |  17k|8349 |  37k|  1 | 248k|  24 | 0.000000e+00 |      --      |    Inf |  91.90%
1927.53/1933.79	c  1934s|121400 |    57 | 11015k|  86.7 |   371M |  34 |5665 |  17k|8364 |  37k|  0 | 248k|  24 | 0.000000e+00 |      --      |    Inf |  91.96%
1928.83/1935.09	c  1935s|121500 |    55 | 11022k|  86.6 |   371M |  34 |5665 |  17k|8350 |  37k|  1 | 248k|  24 | 0.000000e+00 |      --      |    Inf |  91.98%
1930.32/1936.52	c  1937s|121600 |    58 | 11029k|  86.6 |   371M |  34 |5665 |  17k|8365 |  37k|  1 | 249k|  24 | 0.000000e+00 |      --      |    Inf |  92.03%
1932.01/1938.29	c  1938s|121700 |    59 | 11040k|  86.7 |   371M |  34 |5665 |  17k|8364 |  37k|  1 | 249k|  24 | 0.000000e+00 |      --      |    Inf |  92.07%
1934.20/1940.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1934.20/1940.41	c  1940s|121800 |    51 | 11050k|  86.7 |   371M |  34 |5665 |  17k|8350 |  37k|  0 | 249k|  24 | 0.000000e+00 |      --      |    Inf |  92.09%
1935.30/1941.58	c  1942s|121900 |    51 | 11056k|  86.7 |   371M |  34 |5665 |  17k|   0 |  37k|  0 | 249k|  24 | 0.000000e+00 |      --      |    Inf |  92.12%
1936.50/1942.72	c  1943s|122000 |    49 | 11062k|  86.6 |   371M |  34 |5665 |  17k|8350 |  37k|  1 | 249k|  24 | 0.000000e+00 |      --      |    Inf |  92.14%
1938.89/1945.12	c  1945s|122100 |    50 | 11080k|  86.7 |   373M |  34 |5665 |  17k|8334 |  38k|  1 | 250k|  24 | 0.000000e+00 |      --      |    Inf |  92.32%
1940.78/1947.01	c  1947s|122200 |    58 | 11089k|  86.7 |   373M |  34 |5665 |  17k|   0 |  38k|  0 | 250k|  24 | 0.000000e+00 |      --      |    Inf |  92.38%
1942.08/1948.31	c  1948s|122300 |    55 | 11096k|  86.7 |   373M |  34 |5665 |  17k|8337 |  38k|  0 | 250k|  24 | 0.000000e+00 |      --      |    Inf |  92.44%
1943.37/1949.64	c  1950s|122400 |    60 | 11103k|  86.7 |   373M |  34 |5665 |  17k|8337 |  38k|  1 | 250k|  24 | 0.000000e+00 |      --      |    Inf |  92.50%
1944.57/1950.83	c  1951s|122500 |    54 | 11110k|  86.7 |   373M |  34 |5665 |  17k|8336 |  38k|  2 | 250k|  24 | 0.000000e+00 |      --      |    Inf |  92.67%
1945.77/1952.09	c  1952s|122600 |    63 | 11117k|  86.7 |   373M |  34 |5665 |  17k|8337 |  38k|  0 | 251k|  24 | 0.000000e+00 |      --      |    Inf |  92.67%
1946.86/1953.13	c  1953s|122700 |    56 | 11123k|  86.6 |   373M |  34 |5665 |  17k|8335 |  38k|  1 | 251k|  24 | 0.000000e+00 |      --      |    Inf |  92.70%
1947.95/1954.25	c  1954s|122800 |    60 | 11128k|  86.6 |   373M |  34 |5665 |  17k|   0 |  38k|  0 | 251k|  24 | 0.000000e+00 |      --      |    Inf |  92.71%
1948.86/1955.18	c  1955s|122900 |    59 | 11133k|  86.6 |   373M |  34 |5665 |  17k|   0 |  38k|  0 | 251k|  24 | 0.000000e+00 |      --      |    Inf |  92.72%
1949.75/1956.02	c  1956s|123000 |    55 | 11137k|  86.5 |   373M |  34 |5665 |  17k|   0 |  38k|  0 | 251k|  24 | 0.000000e+00 |      --      |    Inf |  92.73%
1950.44/1956.79	c  1957s|123100 |    60 | 11140k|  86.5 |   373M |  34 |5665 |  17k|8334 |  38k|  1 | 252k|  24 | 0.000000e+00 |      --      |    Inf |  92.74%
1951.94/1958.20	c  1958s|123200 |    64 | 11146k|  86.5 |   373M |  34 |5665 |  17k|8335 |  38k|  2 | 252k|  24 | 0.000000e+00 |      --      |    Inf |  92.74%
1952.84/1959.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1952.84/1959.19	c  1959s|123300 |    50 | 11151k|  86.4 |   373M |  34 |5665 |  17k|8334 |  38k|  1 | 252k|  24 | 0.000000e+00 |      --      |    Inf |  92.74%
1954.23/1960.52	c  1961s|123400 |    56 | 11161k|  86.5 |   373M |  34 |5665 |  17k|8334 |  38k|  1 | 252k|  24 | 0.000000e+00 |      --      |    Inf |  92.75%
1955.73/1962.05	c  1962s|123500 |    48 | 11174k|  86.5 |   373M |  34 |5665 |  17k|8334 |  38k|  1 | 253k|  24 | 0.000000e+00 |      --      |    Inf |  92.79%
1957.32/1963.68	c  1964s|123600 |    46 | 11188k|  86.5 |   373M |  34 |5665 |  17k|8333 |  38k|  0 | 253k|  24 | 0.000000e+00 |      --      |    Inf |  92.80%
1959.41/1965.74	c  1966s|123700 |    48 | 11206k|  86.6 |   373M |  34 |5665 |  17k|8333 |  38k|  1 | 253k|  24 | 0.000000e+00 |      --      |    Inf |  92.91%
1960.81/1967.10	c  1967s|123800 |    47 | 11214k|  86.6 |   373M |  34 |5665 |  17k|8335 |  38k|  1 | 253k|  24 | 0.000000e+00 |      --      |    Inf |  93.06%
1962.20/1968.59	c  1969s|123900 |    45 | 11227k|  86.6 |   373M |  34 |5665 |  17k|8358 |  38k|  0 | 253k|  24 | 0.000000e+00 |      --      |    Inf |  93.17%
1963.90/1970.20	c  1970s|124000 |    44 | 11238k|  86.6 |   373M |  34 |5665 |  17k|8358 |  38k|  0 | 254k|  24 | 0.000000e+00 |      --      |    Inf |  93.19%
1965.09/1971.49	c  1971s|124100 |    40 | 11245k|  86.6 |   373M |  34 |5665 |  17k|8358 |  38k|  0 | 254k|  24 | 0.000000e+00 |      --      |    Inf |  93.19%
1966.89/1973.20	c  1973s|124200 |    42 | 11258k|  86.7 |   373M |  34 |5665 |  17k|   0 |  38k|  0 | 254k|  24 | 0.000000e+00 |      --      |    Inf |  93.21%
1968.28/1974.64	c  1975s|124300 |    37 | 11270k|  86.7 |   373M |  34 |5665 |  17k|8339 |  38k|  0 | 254k|  24 | 0.000000e+00 |      --      |    Inf |  93.24%
1969.98/1976.36	c  1976s|124400 |    50 | 11284k|  86.7 |   373M |  34 |5665 |  17k|   0 |  38k|  0 | 254k|  24 | 0.000000e+00 |      --      |    Inf |  93.25%
1971.67/1978.09	c  1978s|124500 |    39 | 11295k|  86.8 |   373M |  34 |5665 |  17k|8339 |  38k|  0 | 255k|  24 | 0.000000e+00 |      --      |    Inf |  93.29%
1973.06/1979.44	c  1979s|124600 |    33 | 11303k|  86.8 |   373M |  34 |5665 |  17k|   0 |  38k|  0 | 255k|  24 | 0.000000e+00 |      --      |    Inf |  93.34%
1974.46/1980.89	c  1981s|124700 |    35 | 11312k|  86.7 |   373M |  34 |5665 |  17k|8339 |  38k|  0 | 255k|  24 | 0.000000e+00 |      --      |    Inf |  93.47%
1976.95/1983.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1976.95/1983.36	c  1983s|124800 |    37 | 11322k|  86.8 |   373M |  34 |5665 |  17k|8331 |  38k|  0 | 255k|  24 | 0.000000e+00 |      --      |    Inf |  93.62%
1978.65/1985.01	c  1985s|124900 |    35 | 11332k|  86.8 |   373M |  34 |5665 |  17k|8331 |  38k|  1 | 255k|  24 | 0.000000e+00 |      --      |    Inf |  93.77%
1980.34/1986.76	c  1987s|125000 |    30 | 11342k|  86.8 |   373M |  34 |5665 |  17k|8363 |  38k|  0 | 256k|  24 | 0.000000e+00 |      --      |    Inf |  93.84%
1982.93/1989.30	c  1989s|125100 |    32 | 11354k|  86.8 |   373M |  34 |5665 |  17k|8356 |  38k|  1 | 256k|  24 | 0.000000e+00 |      --      |    Inf |  93.90%
1984.03/1990.47	c  1990s|125200 |    38 | 11362k|  86.8 |   373M |  34 |5665 |  17k|8356 |  38k|  1 | 256k|  24 | 0.000000e+00 |      --      |    Inf |  93.93%
1985.22/1991.61	c  1992s|125300 |    49 | 11369k|  86.8 |   373M |  34 |5665 |  17k|8356 |  38k|  0 | 256k|  24 | 0.000000e+00 |      --      |    Inf |  93.94%
1986.22/1992.61	c  1993s|125400 |    43 | 11375k|  86.8 |   373M |  34 |5665 |  17k|8356 |  38k|  1 | 257k|  24 | 0.000000e+00 |      --      |    Inf |  93.95%
1986.91/1993.35	c  1993s|125500 |    31 | 11379k|  86.7 |   373M |  34 |5665 |  17k|   0 |  38k|  0 | 257k|  24 | 0.000000e+00 |      --      |    Inf |  93.96%
1987.72/1994.10	c  1994s|125600 |    35 | 11383k|  86.7 |   373M |  34 |5665 |  17k|8356 |  38k|  1 | 257k|  24 | 0.000000e+00 |      --      |    Inf |  93.97%
1989.50/1995.94	c  1996s|125700 |    43 | 11396k|  86.7 |   373M |  34 |5665 |  17k|8347 |  38k|  0 | 257k|  24 | 0.000000e+00 |      --      |    Inf |  93.97%
1990.71/1997.15	c  1997s|125800 |    33 | 11405k|  86.7 |   373M |  34 |5665 |  17k|8356 |  38k|  1 | 257k|  24 | 0.000000e+00 |      --      |    Inf |  93.98%
1992.19/1998.69	c  1999s|125900 |    30 | 11416k|  86.8 |   373M |  34 |5665 |  17k|8346 |  38k|  1 | 258k|  24 | 0.000000e+00 |      --      |    Inf |  93.99%
1993.49/1999.92	c  2000s|126000 |    31 | 11425k|  86.8 |   373M |  34 |5665 |  17k|8347 |  38k|  0 | 258k|  24 | 0.000000e+00 |      --      |    Inf |  93.99%
1995.69/2002.11	c  2002s|126100 |    35 | 11437k|  86.8 |   373M |  34 |5665 |  17k|8356 |  38k|  1 | 258k|  24 | 0.000000e+00 |      --      |    Inf |  94.04%
1997.28/2003.71	c  2004s|126200 |    36 | 11446k|  86.8 |   373M |  34 |5665 |  17k|8327 |  38k|  0 | 258k|  24 | 0.000000e+00 |      --      |    Inf |  94.19%
1999.07/2005.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1999.07/2005.57	c  2006s|126300 |    50 | 11455k|  86.8 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 259k|  24 | 0.000000e+00 |      --      |    Inf |  94.20%
1999.97/2006.47	c  2006s|126400 |    38 | 11460k|  86.8 |   374M |  34 |5665 |  17k|8327 |  38k|  0 | 259k|  24 | 0.000000e+00 |      --      |    Inf |  94.20%
2001.26/2007.76	c  2008s|126500 |    39 | 11470k|  86.8 |   374M |  34 |5665 |  17k|8327 |  38k|  0 | 259k|  24 | 0.000000e+00 |      --      |    Inf |  94.21%
2002.56/2009.02	c  2009s|126600 |    41 | 11477k|  86.7 |   374M |  34 |5665 |  17k|8360 |  38k|  0 | 259k|  24 | 0.000000e+00 |      --      |    Inf |  94.22%
2003.56/2010.06	c  2010s|126700 |    43 | 11482k|  86.7 |   374M |  34 |5665 |  17k|   0 |  38k|  0 | 260k|  24 | 0.000000e+00 |      --      |    Inf |  94.23%
2004.45/2010.92	c  2011s|126800 |    40 | 11488k|  86.7 |   374M |  34 |5665 |  17k|   0 |  38k|  0 | 260k|  24 | 0.000000e+00 |      --      |    Inf |  94.23%
2005.35/2011.86	c  2012s|126900 |    33 | 11494k|  86.7 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 260k|  24 | 0.000000e+00 |      --      |    Inf |  94.23%
2006.94/2013.46	c  2013s|127000 |    42 | 11501k|  86.7 |   374M |  34 |5665 |  17k|8354 |  38k|  0 | 260k|  24 | 0.000000e+00 |      --      |    Inf |  94.24%
2008.14/2014.61	c  2015s|127100 |    38 | 11510k|  86.7 |   374M |  34 |5665 |  17k|   0 |  38k|  0 | 260k|  24 | 0.000000e+00 |      --      |    Inf |  94.24%
2009.33/2015.85	c  2016s|127200 |    35 | 11517k|  86.7 |   374M |  34 |5665 |  17k|8327 |  38k|  1 | 261k|  24 | 0.000000e+00 |      --      |    Inf |  94.29%
2010.53/2017.04	c  2017s|127300 |    38 | 11524k|  86.7 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 261k|  24 | 0.000000e+00 |      --      |    Inf |  94.35%
2011.33/2017.83	c  2018s|127400 |    39 | 11529k|  86.6 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 261k|  24 | 0.000000e+00 |      --      |    Inf |  94.36%
2012.12/2018.66	c  2019s|127500 |    32 | 11533k|  86.6 |   374M |  34 |5665 |  17k|8360 |  38k|  0 | 261k|  24 | 0.000000e+00 |      --      |    Inf |  94.37%
2012.92/2019.48	c  2019s|127600 |    29 | 11537k|  86.6 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 261k|  24 | 0.000000e+00 |      --      |    Inf |  94.37%
2013.82/2020.34	c  2020s|127700 |    37 | 11541k|  86.5 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 262k|  24 | 0.000000e+00 |      --      |    Inf |  94.39%
2015.71/2022.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2015.71/2022.28	c  2022s|127800 |    38 | 11547k|  86.5 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 262k|  24 | 0.000000e+00 |      --      |    Inf |  94.39%
2017.21/2023.76	c  2024s|127900 |    36 | 11557k|  86.5 |   374M |  34 |5665 |  17k|8328 |  38k|  1 | 262k|  24 | 0.000000e+00 |      --      |    Inf |  94.41%
2018.20/2024.72	c  2025s|128000 |    31 | 11562k|  86.5 |   374M |  34 |5665 |  17k|8360 |  38k|  0 | 262k|  24 | 0.000000e+00 |      --      |    Inf |  94.46%
2019.00/2025.57	c  2026s|128100 |    31 | 11566k|  86.4 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 262k|  24 | 0.000000e+00 |      --      |    Inf |  94.47%
2020.00/2026.52	c  2027s|128200 |    33 | 11571k|  86.4 |   374M |  34 |5665 |  17k|8360 |  38k|  1 | 263k|  24 | 0.000000e+00 |      --      |    Inf |  94.48%
2020.89/2027.46	c  2027s|128300 |    28 | 11578k|  86.4 |   374M |  34 |5665 |  17k|   0 |  38k|  0 | 263k|  24 | 0.000000e+00 |      --      |    Inf |  94.52%
2022.69/2029.27	c  2029s|128400 |    43 | 11589k|  86.4 |   374M |  34 |5665 |  17k|8329 |  38k|  0 | 263k|  24 | 0.000000e+00 |      --      |    Inf |  94.63%
2024.28/2030.85	c  2031s|128500 |    36 | 11597k|  86.4 |   374M |  34 |5665 |  17k|8342 |  38k|  1 | 263k|  24 | 0.000000e+00 |      --      |    Inf |  94.79%
2028.27/2034.88	c  2035s|128600 |    40 | 11610k|  86.4 |   374M |  34 |5665 |  17k|   0 |  38k|  0 | 263k|  24 | 0.000000e+00 |      --      |    Inf |  94.84%
2029.36/2035.93	c  2036s|128700 |    42 | 11615k|  86.4 |   374M |  34 |5665 |  17k|8342 |  38k|  1 | 264k|  24 | 0.000000e+00 |      --      |    Inf |  94.85%
2030.26/2036.81	c  2037s|128800 |    35 | 11618k|  86.4 |   374M |  34 |5665 |  17k|8342 |  38k|  1 | 264k|  24 | 0.000000e+00 |      --      |    Inf |  94.87%
2031.16/2037.74	c  2038s|128900 |    39 | 11623k|  86.4 |   374M |  34 |5665 |  17k|8338 |  38k|  1 | 264k|  24 | 0.000000e+00 |      --      |    Inf |  94.88%
2032.15/2038.73	c  2039s|129000 |    36 | 11627k|  86.3 |   374M |  34 |5665 |  17k|8338 |  38k|  1 | 264k|  24 | 0.000000e+00 |      --      |    Inf |  94.90%
2033.35/2039.93	c  2040s|129100 |    37 | 11632k|  86.3 |   374M |  34 |5665 |  17k|8339 |  38k|  1 | 264k|  24 | 0.000000e+00 |      --      |    Inf |  94.98%
2034.25/2040.85	c  2041s|129200 |    35 | 11636k|  86.3 |   374M |  34 |5665 |  17k|   0 |  38k|  0 | 264k|  24 | 0.000000e+00 |      --      |    Inf |  95.19%
2035.55/2042.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2035.55/2042.12	c  2042s|129300 |    35 | 11640k|  86.2 |   374M |  34 |5665 |  17k|8341 |  39k|  1 | 264k|  24 | 0.000000e+00 |      --      |    Inf |  95.35%
2036.44/2043.04	c  2043s|129400 |    32 | 11645k|  86.2 |   374M |  34 |5665 |  17k|   0 |  39k|  0 | 265k|  24 | 0.000000e+00 |      --      |    Inf |  95.40%
2037.63/2044.28	c  2044s|129500 |    36 | 11650k|  86.2 |   374M |  34 |5665 |  17k|8342 |  39k|  2 | 265k|  24 | 0.000000e+00 |      --      |    Inf |  95.43%
2038.54/2045.11	c  2045s|129600 |    32 | 11653k|  86.1 |   374M |  34 |5665 |  17k|8341 |  39k|  1 | 265k|  24 | 0.000000e+00 |      --      |    Inf |  95.45%
2039.53/2046.12	c  2046s|129700 |    28 | 11658k|  86.1 |   374M |  34 |5665 |  17k|8343 |  39k|  1 | 265k|  24 | 0.000000e+00 |      --      |    Inf |  95.46%
2040.43/2047.06	c  2047s|129800 |    28 | 11662k|  86.1 |   374M |  34 |5665 |  17k|   0 |  39k|  0 | 265k|  24 | 0.000000e+00 |      --      |    Inf |  95.50%
2041.72/2048.37	c  2048s|129900 |    28 | 11668k|  86.1 |   374M |  34 |5665 |  17k|8345 |  39k|  1 | 266k|  24 | 0.000000e+00 |      --      |    Inf |  95.51%
2044.31/2050.95	c  2051s|130000 |    42 | 11686k|  86.1 |   374M |  34 |5665 |  17k|8318 |  39k|  1 | 266k|  24 | 0.000000e+00 |      --      |    Inf |  95.55%
2046.51/2053.11	c  2053s|130100 |    40 | 11704k|  86.2 |   374M |  34 |5665 |  17k|   0 |  39k|  0 | 266k|  24 | 0.000000e+00 |      --      |    Inf |  95.72%
2047.50/2054.11	c  2054s|130200 |    37 | 11708k|  86.2 |   374M |  34 |5665 |  17k|   0 |  39k|  0 | 266k|  24 | 0.000000e+00 |      --      |    Inf |  95.74%
2050.59/2057.24	c  2057s|130300 |    40 | 11730k|  86.3 |   374M |  34 |5665 |  17k|8348 |  39k|  1 | 266k|  24 | 0.000000e+00 |      --      |    Inf |  96.22%
2053.38/2060.04	c  2060s|130400 |    41 | 11746k|  86.3 |   374M |  34 |5665 |  17k|8352 |  39k|  0 | 267k|  24 | 0.000000e+00 |      --      |    Inf |  96.35%
2055.07/2061.72	c  2062s|130500 |    39 | 11760k|  86.3 |   374M |  34 |5665 |  17k|8336 |  39k|  1 | 267k|  24 | 0.000000e+00 |      --      |    Inf |  96.54%
2056.87/2063.51	c  2064s|130600 |    34 | 11775k|  86.4 |   374M |  34 |5665 |  17k|8343 |  39k|  1 | 267k|  24 | 0.000000e+00 |      --      |    Inf |  96.75%
2058.06/2064.77	c  2065s|130700 |    35 | 11784k|  86.4 |   374M |  34 |5665 |  17k|8340 |  39k|  1 | 267k|  24 | 0.000000e+00 |      --      |    Inf |  96.79%
2062.94/2069.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2062.94/2069.69	c  2070s|130800 |    40 | 11824k|  86.6 |   374M |  34 |5665 |  17k|8342 |  39k|  0 | 267k|  24 | 0.000000e+00 |      --      |    Inf |  96.83%
2064.54/2071.23	c  2071s|130900 |    48 | 11837k|  86.7 |   374M |  34 |5665 |  17k|8336 |  39k|  1 | 268k|  24 | 0.000000e+00 |      --      |    Inf |  96.85%
2065.34/2072.10	c  2072s|131000 |    44 | 11842k|  86.6 |   374M |  34 |5665 |  17k|   0 |  39k|  0 | 268k|  24 | 0.000000e+00 |      --      |    Inf |  96.86%
2066.44/2073.11	c  2073s|131100 |    42 | 11849k|  86.6 |   374M |  34 |5665 |  17k|8338 |  39k|  1 | 268k|  24 | 0.000000e+00 |      --      |    Inf |  96.88%
2067.13/2073.83	c  2074s|131200 |    35 | 11852k|  86.6 |   374M |  34 |5665 |  17k|   0 |  39k|  0 | 268k|  24 | 0.000000e+00 |      --      |    Inf |  96.90%
2068.72/2075.48	c  2075s|131300 |    31 | 11869k|  86.6 |   374M |  34 |5665 |  17k|8359 |  39k|  1 | 269k|  24 | 0.000000e+00 |      --      |    Inf |  97.18%
2069.92/2076.60	c  2077s|131400 |    33 | 11876k|  86.6 |   374M |  34 |5665 |  17k|8359 |  39k|  1 | 269k|  24 | 0.000000e+00 |      --      |    Inf |  97.19%
2070.72/2077.49	c  2077s|131500 |    32 | 11881k|  86.6 |   374M |  34 |5665 |  17k|8360 |  39k|  1 | 269k|  24 | 0.000000e+00 |      --      |    Inf |  97.19%
2071.71/2078.44	c  2078s|131600 |    30 | 11886k|  86.6 |   374M |  34 |5665 |  17k|8362 |  39k|  2 | 269k|  24 | 0.000000e+00 |      --      |    Inf |  97.19%
2072.71/2079.46	c  2079s|131700 |    28 | 11892k|  86.6 |   374M |  34 |5665 |  17k|8360 |  39k|  0 | 269k|  24 | 0.000000e+00 |      --      |    Inf |  97.19%
2073.81/2080.59	c  2081s|131800 |    27 | 11901k|  86.6 |   374M |  34 |5665 |  17k|8360 |  39k|  0 | 270k|  24 | 0.000000e+00 |      --      |    Inf |  97.20%
2075.50/2082.26	c  2082s|131900 |    34 | 11915k|  86.6 |   374M |  34 |5665 |  17k|8362 |  39k|  2 | 270k|  24 | 0.000000e+00 |      --      |    Inf |  97.22%
2076.80/2083.55	c  2084s|132000 |    30 | 11923k|  86.6 |   374M |  34 |5665 |  17k|8319 |  39k|  1 | 270k|  24 | 0.000000e+00 |      --      |    Inf |  97.23%
2078.29/2085.05	c  2085s|132100 |    25 | 11936k|  86.6 |   374M |  34 |5665 |  17k|8359 |  39k|  1 | 270k|  24 | 0.000000e+00 |      --      |    Inf |  97.26%
2079.39/2086.17	c  2086s|132200 |    23 | 11944k|  86.6 |   374M |  34 |5665 |  17k|8315 |  39k|  1 | 271k|  24 | 0.000000e+00 |      --      |    Inf |  97.27%
2082.08/2088.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2082.08/2088.85	c  2089s|132300 |    28 | 11953k|  86.6 |   374M |  34 |5665 |  17k|8345 |  39k|  0 | 271k|  24 | 0.000000e+00 |      --      |    Inf |  97.62%
2083.07/2089.89	c  2090s|132400 |    33 | 11959k|  86.6 |   374M |  34 |5665 |  17k|8356 |  39k|  1 | 271k|  24 | 0.000000e+00 |      --      |    Inf |  97.71%
2083.97/2090.73	c  2091s|132500 |    25 | 11964k|  86.6 |   374M |  34 |5665 |  17k|   0 |  39k|  0 | 271k|  24 | 0.000000e+00 |      --      |    Inf |  97.75%
2085.86/2092.61	c  2093s|132600 |    29 | 11973k|  86.6 |   374M |  34 |5665 |  17k|8332 |  39k|  1 | 271k|  24 | 0.000000e+00 |      --      |    Inf |  98.16%
2088.65/2095.48	c  2095s|132700 |    32 | 11987k|  86.6 |   374M |  34 |5665 |  17k|8339 |  40k|  0 | 272k|  24 | 0.000000e+00 |      --      |    Inf |  98.28%
2089.95/2096.73	c  2097s|132800 |    32 | 11993k|  86.6 |   374M |  34 |5665 |  17k|8336 |  40k|  0 | 272k|  24 | 0.000000e+00 |      --      |    Inf |  98.37%
2090.94/2097.71	c  2098s|132900 |    31 | 12000k|  86.6 |   374M |  34 |5665 |  17k|8339 |  40k|  1 | 272k|  24 | 0.000000e+00 |      --      |    Inf |  98.40%
2092.24/2099.09	c  2099s|133000 |    34 | 12008k|  86.6 |   374M |  34 |5665 |  17k|8339 |  40k|  1 | 272k|  24 | 0.000000e+00 |      --      |    Inf |  98.50%
2093.34/2100.12	c  2100s|133100 |    34 | 12012k|  86.5 |   374M |  34 |5665 |  17k|8335 |  40k|  0 | 272k|  24 | 0.000000e+00 |      --      |    Inf |  98.56%
2094.93/2101.70	c  2102s|133200 |    33 | 12017k|  86.5 |   374M |  34 |5665 |  17k|8335 |  40k|  0 | 273k|  24 | 0.000000e+00 |      --      |    Inf |  98.71%
2095.83/2102.63	c  2103s|133300 |    37 | 12021k|  86.5 |   374M |  34 |5665 |  17k|   0 |  40k|  0 | 273k|  24 | 0.000000e+00 |      --      |    Inf |  98.73%
2097.42/2104.27	c  2104s|133400 |    36 | 12029k|  86.5 |   374M |  34 |5665 |  17k|   0 |  40k|  0 | 273k|  24 | 0.000000e+00 |      --      |    Inf |  98.84%
2098.32/2105.14	c  2105s|133500 |    31 | 12033k|  86.4 |   374M |  34 |5665 |  17k|8335 |  40k|  1 | 273k|  24 | 0.000000e+00 |      --      |    Inf |  98.88%
2099.22/2106.07	c  2106s|133600 |    28 | 12038k|  86.4 |   374M |  34 |5665 |  17k|8335 |  40k|  1 | 274k|  24 | 0.000000e+00 |      --      |    Inf |  98.93%
2100.11/2106.93	c  2107s|133700 |    30 | 12042k|  86.4 |   374M |  34 |5665 |  17k|8321 |  40k|  1 | 274k|  24 | 0.000000e+00 |      --      |    Inf |  99.00%
2101.01/2107.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2101.01/2107.81	c  2108s|133800 |    37 | 12047k|  86.4 |   374M |  34 |5665 |  17k|8321 |  40k|  1 | 274k|  24 | 0.000000e+00 |      --      |    Inf |  99.02%
2101.81/2108.61	c  2109s|133900 |    26 | 12050k|  86.3 |   374M |  34 |5665 |  17k|8321 |  40k|  1 | 274k|  24 | 0.000000e+00 |      --      |    Inf |  99.03%
2102.70/2109.52	c  2110s|134000 |    28 | 12054k|  86.3 |   374M |  34 |5665 |  17k|8336 |  40k|  1 | 274k|  24 | 0.000000e+00 |      --      |    Inf |  99.05%
2103.60/2110.40	c  2110s|134100 |    32 | 12058k|  86.3 |   374M |  34 |5665 |  17k|   0 |  40k|  0 | 275k|  24 | 0.000000e+00 |      --      |    Inf |  99.07%
2104.40/2111.21	c  2111s|134200 |    28 | 12061k|  86.2 |   374M |  34 |5665 |  17k|8322 |  40k|  1 | 275k|  24 | 0.000000e+00 |      --      |    Inf |  99.08%
2105.39/2112.20	c  2112s|134300 |    20 | 12067k|  86.2 |   374M |  34 |5665 |  17k|8336 |  40k|  1 | 275k|  24 | 0.000000e+00 |      --      |    Inf |  99.12%
2106.99/2113.85	c  2114s|134400 |    25 | 12080k|  86.2 |   374M |  34 |5665 |  17k|   0 |  40k|  0 | 275k|  24 | 0.000000e+00 |      --      |    Inf |  99.18%
2108.19/2115.08	c  2115s|134500 |    25 | 12083k|  86.2 |   374M |  34 |5665 |  17k|   0 |  40k|  0 | 275k|  24 | 0.000000e+00 |      --      |    Inf |  99.27%
2108.98/2115.88	c  2116s|134600 |    21 | 12087k|  86.2 |   374M |  34 |5665 |  17k|8334 |  40k|  1 | 275k|  24 | 0.000000e+00 |      --      |    Inf |  99.36%
2110.18/2117.05	c  2117s|134700 |    23 | 12095k|  86.1 |   374M |  34 |5665 |  17k|8344 |  40k|  0 | 276k|  24 | 0.000000e+00 |      --      |    Inf |  99.40%
2111.37/2118.29	c  2118s|134800 |    24 | 12104k|  86.2 |   374M |  34 |5665 |  17k|8344 |  40k|  0 | 276k|  24 | 0.000000e+00 |      --      |    Inf |  99.44%
2112.47/2119.33	c  2119s|134900 |    21 | 12111k|  86.1 |   374M |  34 |5665 |  17k|8344 |  40k|  1 | 276k|  24 | 0.000000e+00 |      --      |    Inf |  99.45%
2113.66/2120.56	c  2121s|135000 |    19 | 12120k|  86.1 |   374M |  34 |5665 |  17k|8344 |  40k|  1 | 276k|  24 | 0.000000e+00 |      --      |    Inf |  99.46%
2116.16/2123.03	c  2123s|135100 |    21 | 12141k|  86.2 |   374M |  34 |5665 |  17k|8350 |  40k|  1 | 277k|  24 | 0.000000e+00 |      --      |    Inf |  99.51%
2117.45/2124.31	c  2124s|135200 |    23 | 12149k|  86.2 |   374M |  34 |5665 |  17k|8335 |  40k|  1 | 277k|  24 | 0.000000e+00 |      --      |    Inf |  99.54%
2119.34/2126.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2119.34/2126.20	c  2126s|135300 |    28 | 12158k|  86.2 |   374M |  34 |5665 |  17k|8355 |  40k|  1 | 277k|  24 | 0.000000e+00 |      --      |    Inf |  99.64%
2120.24/2127.15	c  2127s|135400 |    15 | 12163k|  86.2 |   374M |  34 |5665 |  17k|   0 |  40k|  0 | 277k|  24 | 0.000000e+00 |      --      |    Inf |  99.70%
2122.83/2129.71	c  2130s|135500 |    21 | 12177k|  86.2 |   374M |  34 |5665 |  17k|8332 |  40k|  0 | 277k|  24 | 0.000000e+00 |      --      |    Inf |  99.73%
2124.92/2131.86	c  2132s|135600 |    23 | 12193k|  86.3 |   374M |  34 |5665 |  17k|8332 |  40k|  1 | 278k|  24 | 0.000000e+00 |      --      |    Inf |  99.81%
2126.62/2133.55	c  2134s|135700 |    23 | 12206k|  86.3 |   374M |  34 |5665 |  17k|8332 |  40k|  1 | 278k|  24 | 0.000000e+00 |      --      |    Inf |  99.87%
2131.40/2138.32	c  2138s|135800 |    13 | 12227k|  86.4 |   374M |  34 |5665 |  17k|8340 |  40k|  0 | 278k|  24 | 0.000000e+00 |      --      |    Inf |  99.95%
2132.70/2139.66	c  2140s|135900 |     3 | 12239k|  86.4 |   374M |  34 |5665 |  17k|8339 |  40k|  1 | 278k|  24 | 0.000000e+00 |      --      |    Inf |  99.98%
2133.89/2140.82	c 
2133.89/2140.82	c SCIP Status        : problem is solved [infeasible]
2133.89/2140.82	c Solving Time (sec) : 2140.82
2133.89/2140.82	c Solving Nodes      : 135982 (total of 141427 nodes in 2 runs)
2133.89/2140.82	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
2133.89/2140.82	c Dual Bound         : +1.00000000000000e+20
2133.89/2140.82	c Gap                : 0.00 %
2133.89/2140.82	s UNSATISFIABLE
2133.89/2140.82	c SCIP Status        : problem is solved [infeasible]
2133.89/2140.82	c Total Time         :    2140.82
2133.89/2140.82	c   solving          :    2140.82
2133.89/2140.82	c   presolving       :       0.35 (included in solving)
2133.89/2140.82	c   reading          :       0.02 (included in solving)
2133.89/2140.82	c   copying          :       1.13 (66 #copies) (minimal 0.01, maximal 0.04, average 0.02)
2133.89/2140.82	c Original Problem   :
2133.89/2140.82	c   Problem name     : HOME/instance-4511023-1751202123.opb
2133.89/2140.82	c   Variables        : 5685 (5685 binary, 0 integer, 0 continuous)
2133.89/2140.82	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
2133.89/2140.82	c   Constraints      : 13428 initial, 13428 maximal
2133.89/2140.82	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
2133.89/2140.82	c Presolved Problem  :
2133.89/2140.82	c   Problem name     : t_HOME/instance-4511023-1751202123.opb
2133.89/2140.82	c   Variables        : 5665 (5665 binary, 0 integer, 0 continuous)
2133.89/2140.82	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
2133.89/2140.82	c   Constraints      : 9869 initial, 18106 maximal
2133.89/2140.82	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
2133.89/2140.82	c   Nonzeros         : 40261 constraint, 20480 clique table
2133.89/2140.82	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
2133.89/2140.82	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   domcol           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   dualsparsify     :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   gateextraction   :       0.02       0.00      6          0          0          0          0          0        138         69          0          0
2133.89/2140.82	c   implics          :       0.00       0.00     11          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   milp             :       0.05       0.00      1          0          0          0          0          0      13428       8321          0          0
2133.89/2140.82	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   trivial          :       0.00       0.00     13          6          0          0          0          0          0          0          0          0
2133.89/2140.82	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   dualfix          :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   probing          :       0.08       0.00      2          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   symmetry         :       0.02       0.00      1          3          0          0          0          0          0          1          0          0
2133.89/2140.82	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   knapsack         :       0.00       0.00     17          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   setppc           :       0.05       0.00     26          0         11          0          0          0         32          0          0          0
2133.89/2140.82	c   linear           :       0.04       0.00     14          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   orbitope_pp      :       0.00       0.00      8          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   logicor          :       0.03       0.01     16          0          0          0          0          0       3473          0          0        287
2133.89/2140.82	c   components       :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   root node        :          -          -      -       1293          -          -       1293          -          -          -          -          -
2133.89/2140.82	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
2133.89/2140.82	c   integral         :          0          0          0          0      82883          0          0      10401          0          0          0          0          0          0     165766
2133.89/2140.82	c   knapsack         :         88+       100         11    1569932          0          0          0          0     108930       2290     556615          0          0          0          0
2133.89/2140.82	c   setppc           :       8289+      8293         22    1572422          0          0          0      10397    6313709      22787   14188595          0          0          0          0
2133.89/2140.82	c   linear           :          1+        51         22    1546483          0          0          0          2      21112        174      54821          0          0          0          0
2133.89/2140.82	c   orbitope_pp      :          1          1          0    1549361          0          0          0          0       3220        188       6085          0          0          0          0
2133.89/2140.82	c   logicor          :       1490+      9715         22     968815          0          0          0          0    2046621      27328    3083010         10          2          0          0
2133.89/2140.82	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
2133.89/2140.82	c   integral         :      34.84       0.00       0.00       0.00      34.84       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c   knapsack         :       4.44       0.00       0.00       4.12       0.00       0.00       0.00       0.00       0.32       0.00
2133.89/2140.82	c   setppc           :      30.54       0.00       0.01      28.85       0.00       0.00       0.00       0.02       1.66       0.00
2133.89/2140.82	c   linear           :       0.65       0.00       0.00       0.61       0.00       0.00       0.00       0.00       0.04       0.00
2133.89/2140.82	c   orbitope_pp      :       0.41       0.00       0.00       0.40       0.00       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c   logicor          :      28.87       0.01       0.00      27.41       0.00       0.00       0.00       0.00       1.44       0.00
2133.89/2140.82	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
2133.89/2140.82	c   dualfix          :          2          0          0          0
2133.89/2140.82	c   genvbounds       :          0          0          0          0
2133.89/2140.82	c   nlobbt           :          0          0          0          0
2133.89/2140.82	c   obbt             :          0          0          0          0
2133.89/2140.82	c   probing          :          0          0          0          0
2133.89/2140.82	c   pseudoobj        :          0          0          0          0
2133.89/2140.82	c   redcost          :          0          0          0          0
2133.89/2140.82	c   rootredcost      :          0          0          0          0
2133.89/2140.82	c   symmetry         :          0          0          0          0
2133.89/2140.82	c   vbounds          :    1260280          0          0          0
2133.89/2140.82	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
2133.89/2140.82	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
2133.89/2140.82	c   probing          :       0.08       0.00       0.08       0.00       0.00       0.00
2133.89/2140.82	c   pseudoobj        :       0.22       0.00       0.00       0.22       0.00       0.00
2133.89/2140.82	c   redcost          :       0.09       0.00       0.00       0.09       0.00       0.00
2133.89/2140.82	c   rootredcost      :       0.10       0.00       0.00       0.10       0.00       0.00
2133.89/2140.82	c   symmetry         :       0.23       0.00       0.02       0.21       0.00       0.00
2133.89/2140.82	c   vbounds          :      20.64       0.00       0.00      20.64       0.00       0.00
2133.89/2140.82	c Symmetry           :
2133.89/2140.82	c   #affected vars   :       5685 (5685 bin, 0 int, 0 cont)
2133.89/2140.82	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
2133.89/2140.82	c   orbital reduction:          0 reductions applied,          0 cutoffs
2133.89/2140.82	c   lexicographic red:          0 reductions applied,          0 cutoffs
2133.89/2140.82	c   shadow tree time :       0.00 s
2133.89/2140.82	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
2133.89/2140.82	c   propagation      :       3.97      52621      49942          -     307083       41.7       5550       15.0          -          -          -
2133.89/2140.82	c   infeasible LP    :      34.60      33706      33703          -     242340       62.0       3624       21.0      33703       78.1          0
2133.89/2140.82	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
2133.89/2140.82	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
2133.89/2140.82	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
2133.89/2140.82	c   applied globally :       5.23          -          -          0     244651       23.0          -          -      30286          -          -
2133.89/2140.82	c   applied locally  :          -          -          -          0        629       78.2          -          -       3417          -          -
2133.89/2140.82	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
2133.89/2140.82	c   cut pool         :       4.33          -      12852         42          -          -      62952     475727          -          -          -          -          -    (maximal pool size:       3214)
2133.89/2140.82	c   aggregation      :       2.21       0.00       1427         22          0          0         22        175          8         20         16          4          0
2133.89/2140.82	c   > cmir           :          -          -          -          -          -          -          -        175          0         16         16          0          -
2133.89/2140.82	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
2133.89/2140.82	c   > knapsackcover  :          -          -          -          -          -          -          -          0          8          4          0          4          -
2133.89/2140.82	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   clique           :       1.43       0.00         22         22          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   gomory           :     104.18       0.00       1425         20          0          0      73355     463613      12136      29366      28978        388          0
2133.89/2140.82	c   > gomorymi       :          -          -          -          -          -          -          -      34166       6068        918        700        218          -
2133.89/2140.82	c   > strongcg       :          -          -          -          -          -          -          -     429447       6068      28448      28278        170          -
2133.89/2140.82	c   impliedbounds    :       0.34       0.00       1427         22          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   mcf              :       0.02       0.00          2          2          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   multilinear      :       0.01       0.00      10102         22          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   rapidlearning    :      12.73       0.00         53          2          0      11236          0          0          0          0          0          0        433
2133.89/2140.82	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
2133.89/2140.82	c   zerohalf         :      22.93       0.00       1427         22          0          0      10886      11939       9167      11246       4178       7068          0
2133.89/2140.82	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
2133.89/2140.82	c   hybrid           :       0.54       0.00       6096         22      40634          0     456414        121          0       6417
2133.89/2140.82	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c Pricers            :   ExecTime  SetupTime      Calls       Vars
2133.89/2140.82	c   problem variables:       0.00          -          0          0
2133.89/2140.82	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
2133.89/2140.82	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c   relpscost        :      34.74       0.00      82883          0          0          0          0          0          0     165766
2133.89/2140.82	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
2133.89/2140.82	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
2133.89/2140.82	c   LP solutions     :       0.00          -          -          0          0
2133.89/2140.82	c   relax solutions  :       0.00          -          -          0          0
2133.89/2140.82	c   pseudo solutions :       0.00          -          -          0          0
2133.89/2140.82	c   strong branching :       0.00          -          -          0          0
2133.89/2140.82	c   actconsdiving    :       0.00       0.00          0          0          0
2133.89/2140.82	c   adaptivediving   :      10.96       0.00         96          0          0
2133.89/2140.82	c   alns             :       1.92       0.00         13          0          0
2133.89/2140.82	c   bound            :       0.00       0.00          0          0          0
2133.89/2140.82	c   clique           :       0.03       0.00          1          0          0
2133.89/2140.82	c   coefdiving       :       0.00       0.00          0          0          0
2133.89/2140.82	c   completesol      :       0.00       0.00          0          0          0
2133.89/2140.82	c   conflictdiving   :      19.51       0.00        441          0          0
2133.89/2140.82	c   crossover        :       0.04       0.00          0          0          0
2133.89/2140.82	c   dins             :       0.00       0.00          0          0          0
2133.89/2140.82	c   distributiondivin:      47.15       0.00        439          0          0
2133.89/2140.82	c   dks              :       0.00       0.00          0          0          0
2133.89/2140.82	c   dps              :       0.00       0.00          0          0          0
2133.89/2140.82	c   dualval          :       0.00       0.00          0          0          0
2133.89/2140.82	c   farkasdiving     :       0.00       0.00          0          0          0
2133.89/2140.82	c   feaspump         :      15.55       0.00         37          0          0
2133.89/2140.82	c   fixandinfer      :       0.00       0.00          0          0          0
2133.89/2140.82	c   fracdiving       :      25.63       0.00        440          0          0
2133.89/2140.82	c   gins             :       0.03       0.00          0          0          0
2133.89/2140.82	c   guideddiving     :       0.00       0.00          0          0          0
2133.89/2140.82	c   indicator        :       0.00       0.00          0          0          0
2133.89/2140.82	c   indicatordiving  :       0.00       0.00          0          0          0
2133.89/2140.82	c   intdiving        :       0.00       0.00          0          0          0
2133.89/2140.82	c   intshifting      :       0.00       0.00          0          0          0
2133.89/2140.82	c   linesearchdiving :      27.33       0.00        441          0          0
2133.89/2140.82	c   localbranching   :       0.00       0.00          0          0          0
2133.89/2140.82	c   locks            :       0.01       0.00          1          0          0
2133.89/2140.82	c   lpface           :       1.16       0.00          0          0          0
2133.89/2140.82	c   mpec             :       0.00       0.00          0          0          0
2133.89/2140.82	c   multistart       :       0.00       0.00          0          0          0
2133.89/2140.82	c   mutation         :       0.00       0.00          0          0          0
2133.89/2140.82	c   nlpdiving        :       0.00       0.00          0          0          0
2133.89/2140.82	c   objpscostdiving  :      77.23       0.00         22          0          0
2133.89/2140.82	c   octane           :       0.00       0.00          0          0          0
2133.89/2140.82	c   ofins            :       0.00       0.00          0          0          0
2133.89/2140.82	c   oneopt           :       0.05       0.00          0          0          0
2133.89/2140.82	c   padm             :       0.00       0.00          0          0          0
2133.89/2140.82	c   proximity        :       0.00       0.00          0          0          0
2133.89/2140.82	c   pscostdiving     :      45.23       0.00        441          0          0
2133.89/2140.82	c   randrounding     :       3.17       0.00      10412          0          0
2133.89/2140.82	c   rens             :       0.00       0.00          0          0          0
2133.89/2140.82	c   reoptsols        :       0.00       0.00          0          0          0
2133.89/2140.82	c   repair           :       0.00       0.00          0          0          0
2133.89/2140.82	c   rins             :       0.04       0.00          0          0          0
2133.89/2140.82	c   rootsoldiving    :      15.62       0.00         39          0          0
2133.89/2140.82	c   rounding         :       1.42       0.00       4160          0          0
2133.89/2140.82	c   scheduler        :       0.00       0.00          0          0          0
2133.89/2140.82	c   shiftandpropagate:       0.03       0.00          2          0          0
2133.89/2140.82	c   shifting         :       2.74       0.00       1594          0          0
2133.89/2140.82	c   simplerounding   :       0.04       0.00          0          0          0
2133.89/2140.82	c   subnlp           :       0.00       0.00          0          0          0
2133.89/2140.82	c   trivial          :       0.00       0.00          4          0          0
2133.89/2140.82	c   trivialnegation  :       0.00       0.00          0          0          0
2133.89/2140.82	c   trustregion      :       0.00       0.00          0          0          0
2133.89/2140.82	c   trysol           :       0.03       0.00          0          0          0
2133.89/2140.82	c   twoopt           :       0.00       0.00          0          0          0
2133.89/2140.82	c   undercover       :       0.00       0.00          0          0          0
2133.89/2140.82	c   vbounds          :       0.01       0.00          2          0          0
2133.89/2140.82	c   veclendiving     :      12.87       0.00        440          0          0
2133.89/2140.82	c   zeroobj          :       0.00       0.00          0          0          0
2133.89/2140.82	c   zirounding       :       0.19       0.00       1000          0          0
2133.89/2140.82	c   other solutions  :          -          -          -          0          -
2133.89/2140.82	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
2133.89/2140.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
2133.89/2140.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
2133.89/2140.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
2133.89/2140.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
2133.89/2140.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
2133.89/2140.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
2133.89/2140.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
2133.89/2140.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
2133.89/2140.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
2133.89/2140.82	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
2133.89/2140.82	c   primal LP        :       6.79       4061          0       0.00       0.00       6.79       4061
2133.89/2140.82	c   dual LP          :    1304.17     121998   10950507      91.03    8396.51       2.36       1698
2133.89/2140.82	c   lex dual LP      :       0.00          0          0       0.00          -
2133.89/2140.82	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
2133.89/2140.82	c   resolve instable :       0.00          0          0       0.00          -
2133.89/2140.82	c   diving/probing LP:     256.82       4658    1299149     278.91    5058.54
2133.89/2140.82	c   strong branching :       0.87         24       9642     401.75   11145.21          -          -         10
2133.89/2140.82	c     (at root node) :          -         24       9642     401.75          -
2133.89/2140.82	c   conflict analysis:       0.00          0          0       0.00          -
2133.89/2140.82	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
2133.89/2140.82	c   benders          :       0.00          0          0          0       0.00          0          0          0
2133.89/2140.82	c B&B Tree           :
2133.89/2140.82	c   number of runs   :          2
2133.89/2140.82	c   nodes            :     135982 (79676 internal, 56306 leaves)
2133.89/2140.82	c   feasible leaves  :          0
2133.89/2140.82	c   infeas. leaves   :      56306
2133.89/2140.82	c   objective leaves :          0
2133.89/2140.82	c   nodes (total)    :     141427 (82883 internal, 58544 leaves)
2133.89/2140.82	c   nodes left       :          0
2133.89/2140.82	c   max depth        :         34
2133.89/2140.82	c   max depth (total):         35
2133.89/2140.82	c   backtracks       :      40166 (29.5%)
2133.89/2140.82	c   early backtracks :          0 (0.0%)
2133.89/2140.82	c   nodes exc. ref.  :          0 (0.0%)
2133.89/2140.82	c   delayed cutoffs  :      23371
2133.89/2140.82	c   repropagations   :     119270 (6883913 domain reductions, 20903 cutoffs)
2133.89/2140.82	c   avg switch length:       3.82
2133.89/2140.82	c   switching time   :      56.90
2133.89/2140.82	c Root Node          :
2133.89/2140.82	c   First LP value   : +0.00000000000000e+00
2133.89/2140.82	c   First LP Iters   :       4567 (30516.24 Iter/sec)
2133.89/2140.82	c   First LP Time    :       0.15
2133.89/2140.82	c   Final Dual Bound : +0.00000000000000e+00
2133.89/2140.82	c   Final Root Iters :      22343
2133.89/2140.82	c   Root LP Estimate : +2.34485702172485e-01
2133.89/2140.82	c Solution           :
2133.89/2140.82	c   Solutions found  :          0 (0 improvements)
2133.89/2140.82	c   Primal Bound     : infeasible
2133.89/2140.82	c   Dual Bound       :          -
2133.89/2140.82	c   Gap              :       0.00 %
2133.89/2140.82	c Integrals          :      Total       Avg%
2133.89/2140.82	c   primal-dual      :          -          - (problem infeasible)
2133.89/2140.82	c   primal-ref       :          -          - (problem infeasible)
2133.89/2140.82	c   dual-ref         :          -          - (problem infeasible)
2133.89/2140.88	c Time complete (sec):   2133.982

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: 63708 MiB (62464 MiB free)
  memory of node 1: 64465 MiB (63637 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511023-1751202123/watcher-4511023-1751202123 -o /tmp/evaluation-result-4511023-1751202123/solver-4511023-1751202123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751194846-25411 --watchdog 3760 pbsolver -f HOME/instance-4511023-1751202123.opb -t 3600 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=26440, runsolver pid=26437

[startup+0.100064 s]*
/proc/loadavg: 4.10 4.14 4.11 6/265 26441
/proc/meminfo: memFree=129095856/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=62400 memory=52672 CPUtime=0.09 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 12513 0 0 0 7 2 0 0 20 0 1 0 35889902 63897600 13168 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 15600 13168 2496 2575 0 12507 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 62400 KiB
Current children cumulated memory: 52672 KiB

[startup+0.205584 s]*
/proc/loadavg: 4.10 4.14 4.11 5/265 26441
/proc/meminfo: memFree=129103896/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=61980 memory=52764 CPUtime=0.19 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 12594 0 0 0 17 2 0 0 20 0 1 0 35889902 63467520 13191 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 15495 13191 2560 2575 0 12402 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61980 KiB
Current children cumulated memory: 52764 KiB

[startup+0.305508 s]*
/proc/loadavg: 4.10 4.14 4.11 5/265 26441
/proc/meminfo: memFree=129070128/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=115900 memory=87560 CPUtime=0.29 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 21797 0 0 0 26 3 0 0 20 0 1 0 35889902 118681600 21890 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 28975 21890 2624 2575 0 25882 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 115900 KiB
Current children cumulated memory: 87560 KiB

[startup+0.700168 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 26441
/proc/meminfo: memFree=129062064/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=123856 memory=94728 CPUtime=0.67 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 23571 0 0 0 64 3 0 0 20 0 1 0 35889902 126828544 23682 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 30964 23682 2656 2575 0 27871 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 123856 KiB
Current children cumulated memory: 94728 KiB

[startup+1.50016 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 26441
/proc/meminfo: memFree=129053976/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=124604 memory=95624 CPUtime=1.47 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 23799 0 0 0 144 3 0 0 20 0 1 0 35889902 127594496 23906 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 31151 23906 2656 2575 0 28058 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 124604 KiB
Current children cumulated memory: 95624 KiB

[startup+3.10541 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 26441
/proc/meminfo: memFree=129013744/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=171284 memory=139232 CPUtime=3.08 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 35176 0 0 0 303 5 0 0 20 0 1 0 35889902 175394816 34808 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 42821 34808 2688 2575 0 39728 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 171284 KiB
Current children cumulated memory: 139232 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 26441
/proc/meminfo: memFree=128998196/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=180048 memory=147424 CPUtime=6.26 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 37236 0 0 0 621 5 0 0 20 0 1 0 35889902 184369152 36856 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 45012 36856 2688 2575 0 41919 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 180048 KiB
Current children cumulated memory: 147424 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.13 4.10 5/265 26441
/proc/meminfo: memFree=128958136/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=218644 memory=184912 CPUtime=12.65 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 48835 0 0 0 1257 8 0 0 20 0 1 0 35889902 223891456 46228 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 54661 46228 2688 2575 0 51568 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 218644 KiB
Current children cumulated memory: 184912 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.13 4.10 5/264 26441
/proc/meminfo: memFree=128917404/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=230660 memory=196788 CPUtime=25.41 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 57848 0 0 0 2531 10 0 0 20 0 1 0 35889902 236195840 49197 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 57665 49197 2688 2575 0 54572 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 230660 KiB
Current children cumulated memory: 196788 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.13 4.10 5/264 26441
/proc/meminfo: memFree=128882608/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=233956 memory=200256 CPUtime=50.94 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 60100 0 0 0 5084 10 0 0 20 0 1 0 35889902 239570944 50064 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 58489 50064 2688 2575 0 55396 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 233956 KiB
Current children cumulated memory: 200256 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/264 26445
/proc/meminfo: memFree=128871948/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=228156 memory=194660 CPUtime=101.99 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 60222 0 0 0 10188 11 0 0 20 0 1 0 35889902 233631744 48665 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 57039 48665 2688 2575 0 53946 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 228156 KiB
Current children cumulated memory: 194660 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/264 26448
/proc/meminfo: memFree=128777208/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=266060 memory=232676 CPUtime=161.81 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 69748 0 0 0 16169 12 0 0 20 0 1 0 35889902 272445440 58169 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 66515 58169 2688 2575 0 63422 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 266060 KiB
Current children cumulated memory: 232676 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/264 26451
/proc/meminfo: memFree=128681332/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=266492 memory=233060 CPUtime=221.62 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 69838 0 0 0 22149 13 0 0 20 0 1 0 35889902 272887808 58265 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 66623 58265 2688 2575 0 63530 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 266492 KiB
Current children cumulated memory: 233060 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 26458
/proc/meminfo: memFree=128656368/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=268528 memory=234980 CPUtime=281.4 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 70326 0 0 0 28127 13 0 0 20 0 1 0 35889902 274972672 58745 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 67132 58745 2688 2575 0 64039 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 268528 KiB
Current children cumulated memory: 234980 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 26460
/proc/meminfo: memFree=128647992/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=286656 memory=251236 CPUtime=341.18 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 74579 0 0 0 34104 14 0 0 20 0 1 0 35889902 293535744 62809 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 71664 62809 2688 2575 0 68571 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 286656 KiB
Current children cumulated memory: 251236 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/265 26462
/proc/meminfo: memFree=128621968/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=298700 memory=263516 CPUtime=400.96 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 77154 0 0 0 40081 15 0 0 20 0 1 0 35889902 305868800 65879 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 74675 65879 2688 2575 0 71582 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 298700 KiB
Current children cumulated memory: 263516 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 26464
/proc/meminfo: memFree=128601400/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=308248 memory=272860 CPUtime=460.73 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 79505 0 0 0 46057 16 0 0 20 0 1 0 35889902 315645952 68215 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 77062 68215 2688 2575 0 73969 0
Current children cumulated CPU time: 460.73 s

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

/proc/loadavg: 4.10 4.18 4.14 5/267 26979
/proc/meminfo: memFree=128312476/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=430744 memory=417712 CPUtime=1716.78 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 107465 0 0 0 171656 22 0 0 20 0 1 0 35889902 441081856 104428 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 107686 104428 2688 2575 0 104593 0
Current children cumulated CPU time: 1716.78 s
Current children cumulated vsize: 430744 KiB
Current children cumulated memory: 417712 KiB

[startup+1782.3 s]
/proc/loadavg: 4.13 4.17 4.14 5/265 26982
/proc/meminfo: memFree=128238132/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=430744 memory=418608 CPUtime=1776.61 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 107712 0 0 0 177639 22 0 0 20 0 1 0 35889902 441081856 104652 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 107686 104652 2688 2575 0 104593 0
Current children cumulated CPU time: 1776.61 s
Current children cumulated vsize: 430744 KiB
Current children cumulated memory: 418608 KiB

[startup+1842.3 s]
/proc/loadavg: 4.10 4.16 4.13 5/264 26984
/proc/meminfo: memFree=128177464/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=431960 memory=419632 CPUtime=1836.44 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 108066 0 0 0 183622 22 0 0 20 0 1 0 35889902 442327040 104908 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 107990 104908 2688 2575 0 104897 0
Current children cumulated CPU time: 1836.44 s
Current children cumulated vsize: 431960 KiB
Current children cumulated memory: 419632 KiB

[startup+1902.3 s]
/proc/loadavg: 4.15 4.16 4.13 5/263 26986
/proc/meminfo: memFree=128110404/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=436992 memory=421040 CPUtime=1896.23 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 108451 0 0 0 189601 22 0 0 20 0 1 0 35889902 447479808 105260 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 109248 105260 2688 2575 0 106155 0
Current children cumulated CPU time: 1896.23 s
Current children cumulated vsize: 436992 KiB
Current children cumulated memory: 421040 KiB

[startup+1962.3 s]
/proc/loadavg: 4.12 4.14 4.13 5/264 26991
/proc/meminfo: memFree=128044452/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=428720 CPUtime=1956.03 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 110495 0 0 0 195580 23 0 0 20 0 1 0 35889902 456564736 107180 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107180 2688 2575 0 108373 0
Current children cumulated CPU time: 1956.03 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 428720 KiB

[startup+2022.3 s]
/proc/loadavg: 4.03 4.11 4.12 5/265 27398
/proc/meminfo: memFree=126314628/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=430000 CPUtime=2015.81 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 110885 0 0 0 201558 23 0 0 20 0 1 0 35889902 456564736 107500 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107500 2688 2575 0 108373 0
Current children cumulated CPU time: 2015.81 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 430000 KiB

[startup+2082.3 s]
/proc/loadavg: 4.11 4.12 4.12 5/264 27401
/proc/meminfo: memFree=124250476/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=430896 CPUtime=2075.6 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111210 0 0 0 207537 23 0 0 20 0 1 0 35889902 456564736 107724 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107724 2688 2575 0 108373 0
Current children cumulated CPU time: 2075.6 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 430896 KiB

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

# cumulated CPU time of all completed processes:  user=2133.75 s, system=0.237229 s

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

[startup+2099.2 s]
/proc/loadavg: 4.08 4.11 4.11 5/264 27402
/proc/meminfo: memFree=124250548/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=431408 CPUtime=2092.44 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111371 0 0 0 209221 23 0 0 20 0 1 0 35889902 456564736 107852 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107852 2688 2575 0 108373 0
Current children cumulated CPU time: 2092.44 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 431408 KiB

[startup+2124.8 s]
/proc/loadavg: 4.12 4.12 4.11 5/264 27402
/proc/meminfo: memFree=124250556/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=431920 CPUtime=2117.95 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111501 0 0 0 211772 23 0 0 20 0 1 0 35889902 456564736 107980 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107980 2688 2575 0 108373 0
Current children cumulated CPU time: 2117.95 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 431920 KiB

[startup+2131.2 s]
/proc/loadavg: 4.11 4.12 4.11 5/264 27405
/proc/meminfo: memFree=124250100/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=431920 CPUtime=2124.32 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111509 0 0 0 212409 23 0 0 20 0 1 0 35889902 456564736 107980 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107980 2688 2575 0 108373 0
Current children cumulated CPU time: 2124.32 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 431920 KiB

[startup+2137.6 s]
/proc/loadavg: 4.10 4.11 4.11 5/264 27405
/proc/meminfo: memFree=124242244/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=431920 CPUtime=2130.7 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111509 0 0 0 213047 23 0 0 20 0 1 0 35889902 456564736 107980 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107980 2688 2575 0 108373 0
Current children cumulated CPU time: 2130.7 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 431920 KiB

[startup+2139.2 s]
/proc/loadavg: 4.09 4.11 4.11 5/264 27405
/proc/meminfo: memFree=124242244/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=431920 CPUtime=2132.3 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111509 0 0 0 213207 23 0 0 20 0 1 0 35889902 456564736 107980 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107980 2688 2575 0 108373 0
Current children cumulated CPU time: 2132.3 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 431920 KiB

[startup+2140 s]*
/proc/loadavg: 4.09 4.11 4.11 5/264 27405
/proc/meminfo: memFree=124242252/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=431920 CPUtime=2133.1 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111509 0 0 0 213287 23 0 0 20 0 1 0 35889902 456564736 107980 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107980 2688 2575 0 108373 0
Current children cumulated CPU time: 2133.1 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 431920 KiB

[startup+2140.4 s]
/proc/loadavg: 4.09 4.11 4.11 5/264 27405
/proc/meminfo: memFree=124242252/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=431920 CPUtime=2133.49 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111509 0 0 0 213326 23 0 0 20 0 1 0 35889902 456564736 107980 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107980 2688 2575 0 108373 0
Current children cumulated CPU time: 2133.49 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 431920 KiB

[startup+2140.8 s]
/proc/loadavg: 4.09 4.11 4.11 5/264 27405
/proc/meminfo: memFree=124242252/131249988 swapFree=33010684/33010684
[pid=26440] ppid=26437 vsize=445864 memory=431920 CPUtime=2133.89 cores=5,7
/proc/26440/stat : 26440 (pbsolver) R 26437 26440 25398 0 -1 4194304 111509 0 0 0 213366 23 0 0 20 0 1 0 35889902 456564736 107980 18446744073709551615 4198400 14743177 140728078893360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24313856 140728078899594 140728078899690 140728078899690 140728078905292 0
/proc/26440/statm: 111466 107980 2688 2575 0 108373 0
Current children cumulated CPU time: 2133.89 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 431920 KiB

Child status: 0

Real time (s): 2140.89
CPU time (s): 2133.99
CPU user time (s): 2133.75
CPU system time (s): 0.237229
CPU usage (%): 99.6777
Max. virtual memory (cumulated for all children) (KiB): 445864
Max. memory (cumulated for all children) (KiB): 431920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2133.75
system time used= 0.237229
maximum resident set size= 431920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111526
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= 49
involuntary context switches= 1355


# summary of solver processes directly reported to runsolver:
#   pid: 26440
#   total CPU time (s): 2133.99
#   total CPU user time (s): 2133.75
#   total CPU system time (s): 0.237229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.92043 second user time and 9.27517 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 15:02:03
IDJOB=4511023
IDBENCH=160417
IDSOLVER=3366
FILE ID=nodeC020/4511023-1751202123
RUNJOBID= nodeC020-1751194846-25411
SLURM_JOB_ID= 9587600
Free space on /tmp= 433020 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511023-1751202123/watcher-4511023-1751202123 -o /tmp/evaluation-result-4511023-1751202123/solver-4511023-1751202123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751194846-25411 --watchdog 3760  pbsolver -f HOME/instance-4511023-1751202123.opb -t 3600 -m 31000

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

MD5SUM BENCH= fb8182fd0bba68f9e66fcd22263b2e3b
RANDOM SEED=528223587

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129129128 kB
MemAvailable:   129235560 kB
Buffers:            3280 kB
Cached:           913352 kB
SwapCached:            0 kB
Active:           917884 kB
Inactive:         606048 kB
Active(anon):     625360 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   606048 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15304 kB
Writeback:            12 kB
AnonPages:        610428 kB
Mapped:           135176 kB
Shmem:             18056 kB
KReclaimable:      94196 kB
Slab:             180144 kB
SReclaimable:      94196 kB
SUnreclaim:        85948 kB
KernelStack:        4224 kB
PageTables:         4352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1030288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC020 at 2025-06-29 15:37:44