Trace number 4515140

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07SAT 1356.3 1360.09

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-cvs16r70-62.0.s.opb
MD5SUM4e99b38fa81d8e2d96927a91dd0f6056
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.10937
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2112
Total number of constraints3279
Number of constraints which are clauses3200
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint1120
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 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1162
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4515140-1751231092.opb>
0.00/0.02	c original problem has 2112 variables (2112 bin, 0 int, 0 impl, 0 cont) and 3279 constraints
0.00/0.02	c problem read in 0.01
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving:
0.00/0.03	c    (0.0s) running MILP presolver
0.00/0.04	c    (0.0s) MILP presolver found nothing
0.00/0.05	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 3262 clqs
0.39/0.46	c    (0.4s) probing: 1000/2112 (47.3%) - 0 fixings, 0 aggregations, 48510 implications, 0 bound changes
0.39/0.46	c    (0.4s) probing: 1001/2112 (47.4%) - 0 fixings, 0 aggregations, 48585 implications, 0 bound changes
0.39/0.46	c    (0.4s) probing aborted: 1000/1000 successive useless probings
0.39/0.46	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.39/0.48	c    (0.5s) symmetry computation finished: 15 generators found (max: 1500, log10 of symmetry group size: 10.0) (symcode time: 0.01)
0.39/0.48	c dynamic symmetry handling statistics:
0.39/0.48	c    orbitopal reduction:       no components
0.39/0.48	c    orbital reduction:         no components
0.39/0.48	c    lexicographic reduction:   no permutations
0.39/0.48	c handled 1 out of 1 symmetry components
0.39/0.48	c (round 2, exhaustive) 460 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 4927 clqs
0.39/0.48	c (round 3, fast)       800 del vars, 1176 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 4927 clqs
0.49/0.52	c    (0.5s) probing: 1101/2112 (52.1%) - 0 fixings, 0 aggregations, 53385 implications, 0 bound changes
0.49/0.52	c    (0.5s) probing aborted: 1000/1000 successive useless probings
0.49/0.53	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
0.49/0.53	c  800 deleted vars, 1176 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.53	c  0 implications, 9257 cliques
0.49/0.53	c presolved problem has 1652 variables (1652 bin, 0 int, 0 impl, 0 cont) and 2104 constraints
0.49/0.53	c      17 constraints of type <knapsack>
0.49/0.53	c    2086 constraints of type <setppc>
0.49/0.53	c       1 constraints of type <orbitope>
0.49/0.53	c transformed objective value is always integral (scale: 1)
0.49/0.53	c Presolving Time: 0.50
0.49/0.53	c - non default parameters ----------------------------------------------------------------------
0.49/0.53	c # SCIP version 10.0.0
0.49/0.53	c 
0.49/0.53	c # maximal time in seconds to run
0.49/0.53	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.49/0.53	c limits/time = 3596.99707
0.49/0.53	c 
0.49/0.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.53	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.49/0.53	c limits/memory = 27900
0.49/0.53	c 
0.49/0.53	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.49/0.53	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.49/0.53	c limits/solutions = 1
0.49/0.53	c 
0.49/0.53	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.49/0.53	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.49/0.53	c misc/usesymmetry = 3
0.49/0.53	c 
0.49/0.53	c # belongs reading time to solving time?
0.49/0.53	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c timing/reading = TRUE
0.49/0.53	c 
0.49/0.53	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.49/0.53	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.49/0.53	c propagating/symmetry/detectdoublelex = FALSE
0.49/0.53	c 
0.49/0.53	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.49/0.53	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.49/0.53	c propagating/symmetry/detectsubgroups = FALSE
0.49/0.53	c 
0.49/0.53	c # Type of symmetries that shall be computed?
0.49/0.53	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.49/0.53	c propagating/symmetry/symtype = 1
0.49/0.53	c 
0.49/0.53	c # Should components consisting of a single full reflection be handled?
0.49/0.53	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.49/0.53	c propagating/symmetry/usesimplesgncomp = FALSE
0.49/0.53	c 
0.49/0.53	c -----------------------------------------------------------------------------------------------
0.49/0.53	c start solving
0.49/0.53	c 
0.68/0.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.68/0.79	c   0.8s|     1 |     0 |  1643 |     - |    31M |   0 |1652 |2113 |2103 |   0 |  0 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.68/1.77	c   1.8s|     1 |     0 |  9552 |     - |    35M |   0 |1652 |2113 |2106 |   3 |  1 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.48/2.56	c   2.6s|     1 |     0 |  9799 |     - |    43M |   0 |1652 |2113 |2110 |   7 |  2 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.68/2.78	c   2.8s|     1 |     0 |  9969 |     - |    44M |   0 |1652 |2118 |2116 |  13 |  3 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.88/2.99	c   3.0s|     1 |     0 | 10114 |     - |    45M |   0 |1652 |2119 |2123 |  20 |  4 |  18 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.18/3.22	c   3.2s|     1 |     0 | 10337 |     - |    46M |   0 |1652 |2119 |2127 |  24 |  5 |  18 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.38/3.44	c   3.4s|     1 |     0 | 10482 |     - |    47M |   0 |1652 |2125 |2132 |  29 |  6 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.58/3.67	c   3.7s|     1 |     0 | 10593 |     - |    48M |   0 |1652 |2125 |2136 |  33 |  7 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.86	c   3.9s|     1 |     0 | 10639 |     - |    48M |   0 |1652 |2125 |2138 |  35 |  8 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.98/4.04	c   4.0s|     1 |     0 | 10708 |     - |    49M |   0 |1652 |2125 |2141 |  38 |  9 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.17/4.20	c   4.2s|     1 |     0 | 10765 |     - |    49M |   0 |1652 |2126 |2142 |  39 | 10 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.17/4.27	c   4.3s|     1 |     0 | 10827 |     - |    49M |   0 |1652 |2126 |2140 |  40 | 11 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.37/5.48	c   5.5s|     1 |     2 | 14642 |     - |    50M |   0 |1652 |2171 |2140 |  40 | 11 |  71 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.96/9.08	c   9.1s|   100 |    33 | 30031 | 194.0 |    51M |  33 |1652 |2447 |2128 |  48 |  1 | 347 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.35/13.43	c  13.4s|   200 |    69 | 67174 | 283.2 |    52M |  33 |1652 |2962 |2128 |  51 |  1 | 862 |  11 | 0.000000e+00 |      --      |    Inf | unknown
14.64/14.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.64/14.71	c  14.7s|   300 |    75 | 77515 | 223.1 |    53M |  33 |1652 |3247 |2128 |  51 |  0 |1147 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.54/16.66	c  16.7s|   400 |    77 | 93871 | 208.1 |    53M |  33 |1652 |3459 |2128 |  52 |  0 |1360 |  11 | 0.000000e+00 |      --      |    Inf | unknown
20.73/20.82	c  20.8s|   500 |    93 |122885 | 224.6 |    55M |  33 |1652 |3897 |2128 |  70 |  1 |1820 |  11 | 0.000000e+00 |      --      |    Inf | unknown
26.61/26.71	c  26.7s|   600 |   127 |166135 | 259.3 |    56M |  33 |1652 |4211 |2121 |  85 |  1 |2198 |  11 | 0.000000e+00 |      --      |    Inf | unknown
31.50/31.65	c  31.6s|   700 |   159 |199391 | 269.8 |    56M |  33 |1652 |4524 |2129 |  93 |  0 |2564 |  11 | 0.000000e+00 |      --      |    Inf | unknown
34.00/34.13	c  34.1s|   800 |   171 |219759 | 261.5 |    57M |  33 |1652 |4784 |2128 |  93 |  0 |2862 |  11 | 0.000000e+00 |      --      |    Inf | unknown
39.48/39.60	c  39.6s|   900 |   205 |262991 | 280.5 |    58M |  33 |1652 |5044 |2128 |  96 |  1 |3184 |  11 | 0.000000e+00 |      --      |    Inf | unknown
41.27/41.46	c  41.5s|  1000 |   209 |276544 | 266.0 |    58M |  33 |1652 |5166 |2128 |  99 |  1 |3340 |  11 | 0.000000e+00 |      --      |    Inf | unknown
43.37/43.54	c  43.5s|  1100 |   213 |291146 | 255.1 |    58M |  35 |1652 |5320 |2127 | 100 |  1 |3549 |  11 | 0.000000e+00 |      --      |    Inf | unknown
45.76/45.91	c  45.9s|  1200 |   217 |306247 | 246.4 |    58M |  35 |1652 |5441 |2128 | 102 |  0 |3700 |  11 | 0.000000e+00 |      --      |    Inf | unknown
47.16/47.38	c  47.4s|  1300 |   215 |316025 | 235.0 |    58M |  35 |1652 |5562 |2128 | 103 |  1 |3860 |  11 | 0.000000e+00 |      --      |    Inf | unknown
49.05/49.29	c  49.3s|  1400 |   217 |330248 | 228.3 |    59M |  35 |1652 |5735 |2128 | 105 |  1 |4108 |  11 | 0.000000e+00 |      --      |    Inf | unknown
50.55/50.77	c  50.8s|  1500 |   211 |339581 | 219.3 |    59M |  35 |1652 |5812 |2128 | 110 |  0 |4232 |  11 | 0.000000e+00 |      --      |    Inf | unknown
51.85/52.10	c  52.1s|  1600 |   211 |350261 | 212.3 |    59M |  35 |1652 |6033 |2129 | 112 |  0 |4498 |  11 | 0.000000e+00 |      --      |    Inf | unknown
53.74/53.99	c  54.0s|  1700 |   224 |363212 | 207.4 |    59M |  35 |1652 |6185 |2128 | 113 |  1 |4731 |  11 | 0.000000e+00 |      --      |    Inf | unknown
55.24/55.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.24/55.40	c  55.4s|  1800 |   229 |374058 | 201.9 |    59M |  35 |1652 |6365 |2128 | 113 |  1 |4942 |  11 | 0.000000e+00 |      --      |    Inf | unknown
56.04/56.27	c  56.3s|  1900 |   229 |381304 | 195.1 |    59M |  35 |1652 |6415 |2128 | 113 |  1 |5018 |  11 | 0.000000e+00 |      --      |    Inf | unknown
58.33/58.54	c  58.5s|  2000 |   235 |395909 | 192.6 |    60M |  35 |1652 |6511 |2128 | 121 |  1 |5183 |  11 | 0.000000e+00 |      --      |    Inf | unknown
59.23/59.47	c  59.5s|  2100 |   235 |403656 | 187.2 |    60M |  35 |1652 |6653 |2128 | 122 |  1 |5336 |  11 | 0.000000e+00 |      --      |    Inf | unknown
60.03/60.25	c  60.2s|  2200 |   235 |410794 | 181.9 |    60M |  35 |1652 |6679 |2128 | 122 |  0 |5376 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.02/61.29	c  61.3s|  2300 |   235 |419385 | 177.7 |    60M |  35 |1652 |6703 |2124 | 123 |  1 |5436 |  11 | 0.000000e+00 |      --      |    Inf | unknown
61.72/61.91	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
61.72/61.91	c (run 1, node 2342) performing user restart
61.72/61.91	c 
61.72/61.91	c (restart) converted 18 cuts from the global cut pool into linear constraints
61.72/61.91	c 
61.72/61.94	c presolving:
61.72/62.00	c (round 1, exhaustive) 0 del vars, 3 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17 upgd conss, 0 impls, 9257 clqs
62.32/62.54	c (round 2, exhaustive) 0 del vars, 1809 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 165 chg coeffs, 17 upgd conss, 0 impls, 9257 clqs
63.13/63.34	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
63.13/63.34	c  0 deleted vars, 1812 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 177 changed coefficients
63.13/63.34	c  0 implications, 9257 cliques
63.13/63.34	c presolved problem has 1652 variables (1652 bin, 0 int, 0 impl, 0 cont) and 4941 constraints
63.13/63.34	c      34 constraints of type <knapsack>
63.13/63.34	c    2088 constraints of type <setppc>
63.13/63.34	c       1 constraints of type <linear>
63.13/63.34	c       1 constraints of type <orbitope>
63.13/63.34	c    2817 constraints of type <logicor>
63.13/63.34	c transformed objective value is always integral (scale: 1)
63.13/63.34	c Presolving Time: 1.93
63.13/63.34	c 
63.42/63.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.42/63.60	c  63.6s|     1 |     0 |425099 |     - |   117M |   0 |1652 |4774 |2121 |   0 |  0 |5477 |  11 | 0.000000e+00 |      --      |    Inf | unknown
63.82/64.06	c  64.1s|     1 |     0 |425244 |     - |   117M |   0 |1652 |4774 |2130 |   9 |  1 |5484 |  11 | 0.000000e+00 |      --      |    Inf | unknown
64.02/64.20	c  64.2s|     1 |     0 |425322 |     - |   118M |   0 |1652 |4773 |2131 |  10 |  2 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
64.12/64.32	c  64.3s|     1 |     0 |425365 |     - |   118M |   0 |1652 |4773 |2133 |  12 |  3 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
64.22/64.45	c  64.4s|     1 |     0 |425465 |     - |   118M |   0 |1652 |4769 |2135 |  14 |  4 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
64.32/64.59	c  64.6s|     1 |     0 |425525 |     - |   118M |   0 |1652 |4769 |2136 |  15 |  5 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
64.52/64.72	c  64.7s|     1 |     0 |425602 |     - |   118M |   0 |1652 |4767 |2138 |  17 |  6 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
64.62/64.85	c  64.8s|     1 |     0 |425655 |     - |   118M |   0 |1652 |4764 |2139 |  18 |  7 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
64.72/64.98	c  65.0s|     1 |     0 |425732 |     - |   119M |   0 |1652 |4764 |2140 |  19 |  8 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
64.92/65.11	c  65.1s|     1 |     0 |425795 |     - |   119M |   0 |1652 |4763 |2141 |  20 |  9 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.02/65.25	c  65.2s|     1 |     0 |425854 |     - |   119M |   0 |1652 |4763 |2143 |  22 | 10 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.12/65.31	c  65.3s|     1 |     0 |425901 |     - |   119M |   0 |1652 |4762 |2146 |  25 | 11 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
70.50/70.70	c  70.7s|     1 |     2 |429332 |     - |   119M |   0 |1652 |4769 |2146 |  25 | 11 |5506 |  22 | 0.000000e+00 |      --      |    Inf | unknown
73.29/73.51	c  73.5s|   100 |    29 |447414 | 177.8 |   119M |  34 |1652 |4993 |2122 |  28 |  1 |5744 |  22 | 0.000000e+00 |      --      |    Inf | unknown
74.59/74.85	c  74.8s|   200 |    31 |458102 | 175.0 |   119M |  34 |1652 |5014 |2122 |  32 |  1 |5783 |  22 | 0.000000e+00 |      --      |    Inf | unknown
75.69/75.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.69/75.92	c  75.9s|   300 |    37 |466882 | 171.7 |   120M |  34 |1652 |5129 |2122 |  36 |  0 |5911 |  22 | 0.000000e+00 |      --      |    Inf | unknown
76.89/77.10	c  77.1s|   400 |    39 |476686 | 169.0 |   120M |  40 |1652 |5280 |2123 |  43 |  1 |6074 |  22 | 0.000000e+00 |      --      |    Inf | unknown
78.08/78.39	c  78.4s|   500 |    37 |486682 | 166.6 |   120M |  40 |1652 |5458 |2125 |  59 |  0 |6272 |  22 | 0.000000e+00 |      --      |    Inf | unknown
79.28/79.52	c  79.5s|   600 |    41 |496146 | 164.2 |   120M |  40 |1652 |5525 |2123 |  65 |  1 |6370 |  22 | 0.000000e+00 |      --      |    Inf | unknown
80.27/80.59	c  80.6s|   700 |    39 |505427 | 161.8 |   120M |  40 |1652 |5677 |2123 |  68 |  0 |6545 |  22 | 0.000000e+00 |      --      |    Inf | unknown
81.78/82.05	c  82.0s|   800 |    43 |517809 | 160.6 |   120M |  40 |1652 |5834 |2122 |  71 |  1 |6759 |  22 | 0.000000e+00 |      --      |    Inf | unknown
82.87/83.19	c  83.2s|   900 |    38 |527681 | 158.7 |   120M |  40 |1652 |6014 |2122 |  74 |  0 |6990 |  22 | 0.000000e+00 |      --      |    Inf | unknown
84.36/84.66	c  84.7s|  1000 |    42 |540483 | 157.8 |   121M |  40 |1652 |6188 |2122 |  74 |  0 |7186 |  22 | 0.000000e+00 |      --      |    Inf | unknown
85.36/85.62	c  85.6s|  1100 |    42 |548649 | 155.6 |   121M |  40 |1652 |6397 |2123 |  75 |  1 |7432 |  22 | 0.000000e+00 |      --      |    Inf | unknown
86.56/86.82	c  86.8s|  1200 |    46 |559067 | 154.1 |   121M |  40 |1652 |6597 |2123 |  78 |  1 |7650 |  22 | 0.000000e+00 |      --      |    Inf | unknown
87.86/88.16	c  88.2s|  1300 |    44 |570718 | 153.1 |   121M |  50 |1652 |6801 |2123 |  83 |  0 |7863 |  22 | 0.000000e+00 |      --      |    Inf | unknown
89.15/89.44	c  89.4s|  1400 |    42 |581901 | 152.0 |   121M |  50 |1652 |7034 |2123 |  86 |  0 |8108 |  22 | 0.000000e+00 |      --      |    Inf | unknown
90.55/90.82	c  90.8s|  1500 |    46 |593922 | 151.1 |   122M |  50 |1652 |7087 |2122 |  90 |  1 |8172 |  22 | 0.000000e+00 |      --      |    Inf | unknown
91.45/91.72	c  91.7s|  1600 |    46 |601391 | 149.2 |   122M |  50 |1652 |7291 |2125 | 102 |  1 |8395 |  22 | 0.000000e+00 |      --      |    Inf | unknown
92.54/92.84	c  92.8s|  1700 |    44 |611681 | 148.1 |   122M |  50 |1652 |7396 |2122 | 104 |  0 |8509 |  22 | 0.000000e+00 |      --      |    Inf | unknown
93.54/93.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
93.54/93.82	c  93.8s|  1800 |    44 |619344 | 146.3 |   122M |  50 |1652 |7551 |2122 | 108 |  1 |8672 |  22 | 0.000000e+00 |      --      |    Inf | unknown
94.84/95.10	c  95.1s|  1900 |    44 |630788 | 145.6 |   122M |  50 |1652 |7630 |2123 | 110 |  2 |8759 |  22 | 0.000000e+00 |      --      |    Inf | unknown
95.74/96.03	c  96.0s|  2000 |    44 |638688 | 144.1 |   123M |  50 |1652 |7739 |2124 | 116 |  0 |8881 |  22 | 0.000000e+00 |      --      |    Inf | unknown
96.93/97.29	c  97.3s|  2100 |    42 |649397 | 143.2 |   123M |  50 |1652 |7868 |2122 | 127 |  0 |9043 |  22 | 0.000000e+00 |      --      |    Inf | unknown
98.33/98.67	c  98.7s|  2200 |    44 |661542 | 142.7 |   123M |  50 |1652 |8064 |2122 | 128 |  1 |9269 |  22 | 0.000000e+00 |      --      |    Inf | unknown
99.62/99.99	c   100s|  2300 |    44 |673333 | 142.2 |   124M |  50 |1652 |8232 |2123 | 132 |  1 |9461 |  22 | 0.000000e+00 |      --      |    Inf | unknown
101.02/101.31	c   101s|  2400 |    42 |684659 | 141.6 |   124M |  50 |1652 |8329 |2123 | 141 |  0 |9572 |  22 | 0.000000e+00 |      --      |    Inf | unknown
102.62/103.00	c   103s|  2500 |    44 |698658 | 141.6 |   124M |  50 |1652 |8335 |2122 | 148 |  0 |9651 |  22 | 0.000000e+00 |      --      |    Inf | unknown
103.82/104.18	c   104s|  2600 |    50 |709058 | 140.8 |   124M |  50 |1652 |8391 |2123 | 159 |  1 |9762 |  22 | 0.000000e+00 |      --      |    Inf | unknown
105.21/105.50	c   105s|  2700 |    52 |720789 | 140.3 |   124M |  50 |1652 |8508 |2122 | 162 |  1 |9905 |  22 | 0.000000e+00 |      --      |    Inf | unknown
106.61/106.92	c   107s|  2800 |    46 |733169 | 140.0 |   124M |  50 |1652 |8756 |2123 | 164 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
108.40/108.73	c   109s|  2900 |    56 |748189 | 140.2 |   125M |  50 |1652 |8834 |2123 | 173 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
109.70/110.06	c   110s|  3000 |    56 |759573 | 139.7 |   125M |  50 |1652 |8873 |2124 | 181 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
111.19/111.54	c   112s|  3100 |    62 |772839 | 139.6 |   125M |  50 |1652 |8995 |2123 | 183 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
112.59/112.98	c   113s|  3200 |    62 |786026 | 139.4 |   125M |  50 |1652 |9046 |2122 | 185 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
114.09/114.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
114.09/114.48	c   114s|  3300 |    62 |799594 | 139.4 |   125M |  50 |1652 |9105 |2123 | 189 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
115.38/115.77	c   116s|  3400 |    61 |811072 | 139.0 |   125M |  50 |1652 |9216 |2123 | 189 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
116.98/117.37	c   117s|  3500 |    61 |825647 | 139.1 |   125M |  50 |1652 |9228 |2123 | 189 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
118.47/118.80	c   119s|  3600 |    58 |838469 | 138.9 |   125M |  50 |1652 |9281 |2124 | 191 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
119.78/120.11	c   120s|  3700 |    60 |850498 | 138.6 |   125M |  50 |1652 |9458 |2122 | 191 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
121.17/121.53	c   122s|  3800 |    58 |863453 | 138.4 |   125M |  50 |1652 |9491 |2123 | 191 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
122.46/122.84	c   123s|  3900 |    64 |875595 | 138.2 |   126M |  50 |1652 |9676 |2122 | 193 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
123.96/124.32	c   124s|  4000 |    66 |889592 | 138.2 |   126M |  50 |1652 |9771 |2122 | 194 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
125.06/125.48	c   125s|  4100 |    66 |900298 | 137.7 |   126M |  50 |1652 |9836 |2122 | 195 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
126.25/126.64	c   127s|  4200 |    66 |910806 | 137.2 |   126M |  50 |1652 |9899 |2123 | 197 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
127.45/127.88	c   128s|  4300 |    68 |922040 | 136.8 |   126M |  50 |1652 |9932 |2122 | 197 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
128.54/128.94	c   129s|  4400 |    68 |932146 | 136.3 |   126M |  50 |1652 |9964 |2122 | 197 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
129.54/129.99	c   130s|  4500 |    64 |941689 | 135.7 |   126M |  50 |1652 |  10k|2122 | 199 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
130.94/131.31	c   131s|  4600 |    62 |953971 | 135.5 |   126M |  50 |1652 |  10k|2122 | 199 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
132.33/132.72	c   133s|  4700 |    64 |966870 | 135.4 |   126M |  50 |1652 |  10k|2122 | 199 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
133.74/134.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
133.74/134.14	c   134s|  4800 |    64 |980188 | 135.4 |   126M |  50 |1652 |  10k|2122 | 204 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
135.13/135.51	c   136s|  4900 |    62 |993168 | 135.3 |   126M |  50 |1652 |  10k|2122 | 207 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
136.63/137.09	c   137s|  5000 |    64 |  1007k| 135.5 |   126M |  50 |1652 |  10k|2123 | 208 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
138.02/138.41	c   138s|  5100 |    66 |  1019k| 135.2 |   126M |  50 |1652 |  10k|2123 | 216 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
139.12/139.56	c   140s|  5200 |    66 |  1029k| 134.8 |   127M |  50 |1652 |  10k|2122 | 219 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
140.51/140.97	c   141s|  5300 |    60 |  1042k| 134.7 |   127M |  50 |1652 |  10k|2123 | 223 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
141.91/142.31	c   142s|  5400 |    62 |  1055k| 134.6 |   127M |  50 |1652 |  10k|2123 | 228 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
143.11/143.52	c   144s|  5500 |    58 |  1066k| 134.3 |   127M |  50 |1652 |  10k|2122 | 232 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
144.30/144.70	c   145s|  5600 |    54 |  1076k| 133.9 |   127M |  50 |1652 |  10k|2122 | 238 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
145.70/146.12	c   146s|  5700 |    56 |  1089k| 133.8 |   127M |  50 |1652 |  10k|2122 | 241 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
146.80/147.27	c   147s|  5800 |    57 |  1099k| 133.5 |   127M |  50 |1652 |  10k|2122 | 244 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
147.99/148.46	c   148s|  5900 |    57 |  1110k| 133.2 |   127M |  50 |1652 |  10k|2123 | 246 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
148.79/149.29	c   149s|  6000 |    65 |  1118k| 132.5 |   127M |  50 |1652 |  10k|2122 | 246 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
149.79/150.23	c   150s|  6100 |    63 |  1127k| 132.0 |   127M |  50 |1652 |  10k|2122 | 248 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
150.48/151.00	c   151s|  6200 |    65 |  1134k| 131.3 |   127M |  50 |1652 |  10k|2122 | 249 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
151.38/151.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
151.38/151.88	c   152s|  6300 |    61 |  1142k| 130.7 |   127M |  50 |1652 |  10k|2122 | 249 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
152.28/152.73	c   153s|  6400 |    67 |  1150k| 130.1 |   127M |  50 |1652 |  10k|2122 | 249 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
153.38/153.85	c   154s|  6500 |    61 |  1160k| 129.8 |   127M |  50 |1652 |  10k|2123 | 256 |  2 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
154.47/154.96	c   155s|  6600 |    61 |  1170k| 129.5 |   127M |  50 |1652 |  10k|2123 | 258 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
155.87/156.38	c   156s|  6700 |    62 |  1183k| 129.5 |   127M |  50 |1652 |  10k|2123 | 265 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
156.87/157.39	c   157s|  6800 |    64 |  1193k| 129.1 |   127M |  50 |1652 |  10k|2123 | 270 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
157.86/158.38	c   158s|  6900 |    62 |  1202k| 128.6 |   127M |  50 |1652 |  10k|2123 | 272 |  2 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
158.96/159.49	c   159s|  7000 |    62 |  1212k| 128.4 |   127M |  50 |1652 |  10k|2124 | 278 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
160.16/160.68	c   161s|  7100 |    64 |  1223k| 128.2 |   127M |  50 |1652 |  10k|2123 | 283 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
161.16/161.68	c   162s|  7200 |    64 |  1232k| 127.8 |   127M |  50 |1652 |  10k|2123 | 284 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
162.05/162.59	c   163s|  7300 |    66 |  1241k| 127.4 |   127M |  50 |1652 |  11k|2123 | 284 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
163.15/163.62	c   164s|  7400 |    70 |  1250k| 127.0 |   127M |  50 |1652 |  11k|2123 | 286 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
164.15/164.63	c   165s|  7500 |    68 |  1260k| 126.7 |   127M |  50 |1652 |  11k|2123 | 286 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
165.04/165.56	c   166s|  7600 |    65 |  1269k| 126.3 |   127M |  50 |1652 |  11k|2124 | 287 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
166.14/166.61	c   167s|  7700 |    65 |  1278k| 126.0 |   127M |  50 |1652 |  11k|2124 | 292 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
167.14/167.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
167.14/167.68	c   168s|  7800 |    63 |  1288k| 125.8 |   127M |  50 |1652 |  11k|2123 | 293 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
168.44/168.94	c   169s|  7900 |    63 |  1300k| 125.7 |   127M |  50 |1652 |  11k|2123 | 294 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
169.54/170.06	c   170s|  8000 |    63 |  1311k| 125.5 |   127M |  50 |1652 |  11k|2123 | 297 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
170.83/171.31	c   171s|  8100 |    63 |  1322k| 125.4 |   127M |  50 |1652 |  11k|2123 | 301 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
172.03/172.57	c   173s|  8200 |    63 |  1334k| 125.3 |   127M |  50 |1652 |  11k|2123 | 303 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
173.22/173.72	c   174s|  8300 |    67 |  1344k| 125.1 |   127M |  50 |1652 |  11k|2123 | 305 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
174.22/174.79	c   175s|  8400 |    65 |  1355k| 124.9 |   127M |  50 |1652 |  11k|2123 | 305 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
175.91/176.42	c   176s|  8500 |    65 |  1366k| 124.8 |   128M |  50 |1652 |  11k|2123 | 309 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
176.91/177.44	c   177s|  8600 |    60 |  1375k| 124.5 |   128M |  50 |1652 |  12k|2123 | 309 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
178.21/178.71	c   179s|  8700 |    58 |  1387k| 124.4 |   128M |  50 |1652 |  11k|2123 | 317 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
179.51/180.07	c   180s|  8800 |    58 |  1399k| 124.4 |   128M |  50 |1652 |  11k|2123 | 318 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
180.51/181.07	c   181s|  8900 |    58 |  1408k| 124.1 |   128M |  50 |1652 |  11k|2122 | 320 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
181.80/182.32	c   182s|  9000 |    58 |  1420k| 124.1 |   128M |  50 |1652 |  11k|2122 | 321 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
183.19/183.78	c   184s|  9100 |    56 |  1433k| 124.1 |   128M |  50 |1652 |  11k|2123 | 327 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
184.50/185.07	c   185s|  9200 |    56 |  1445k| 124.1 |   128M |  50 |1652 |  11k|2123 | 330 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
185.99/186.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
185.99/186.59	c   187s|  9300 |    58 |  1459k| 124.2 |   128M |  50 |1652 |  11k|2123 | 330 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
187.78/188.35	c   188s|  9400 |    56 |  1476k| 124.6 |   128M |  50 |1652 |  11k|2123 | 332 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
189.28/189.84	c   190s|  9500 |    58 |  1489k| 124.7 |   128M |  50 |1652 |  11k|2122 | 332 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
190.58/191.15	c   191s|  9600 |    60 |  1501k| 124.6 |   128M |  50 |1652 |  10k|2122 | 333 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
191.67/192.26	c   192s|  9700 |    62 |  1511k| 124.4 |   128M |  50 |1652 |  10k|2122 | 334 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
192.97/193.51	c   193s|  9800 |    58 |  1522k| 124.3 |   128M |  50 |1652 |  10k|2122 | 336 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
194.16/194.78	c   195s|  9900 |    58 |  1534k| 124.2 |   128M |  50 |1652 |  10k|2123 | 339 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
195.57/196.12	c   196s| 10000 |    58 |  1545k| 124.2 |   128M |  50 |1652 |  11k|2122 | 342 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
196.86/197.48	c   197s| 10100 |    56 |  1558k| 124.2 |   128M |  50 |1652 |  11k|2122 | 351 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
198.15/198.74	c   199s| 10200 |    58 |  1568k| 124.0 |   128M |  50 |1652 |  10k|2122 | 356 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
199.45/200.02	c   200s| 10300 |    58 |  1580k| 123.9 |   128M |  50 |1652 |  10k|2122 | 357 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
202.04/202.61	c   203s| 10400 |    70 |  1599k| 124.5 |   128M |  50 |1652 |  10k|2122 | 375 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
203.64/204.22	c   204s| 10500 |    70 |  1613k| 124.6 |   128M |  50 |1652 |9912 |2122 | 376 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
205.03/205.65	c   206s| 10600 |    70 |  1626k| 124.6 |   128M |  50 |1652 |9792 |2122 | 382 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
207.03/207.63	c   208s| 10700 |    80 |  1640k| 124.8 |   128M |  50 |1652 |9100 |2125 | 402 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
208.43/209.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
208.43/209.10	c   209s| 10800 |    84 |  1653k| 124.8 |   128M |  50 |1652 |8787 |2124 | 411 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
209.72/210.38	c   210s| 10900 |    82 |  1664k| 124.7 |   128M |  50 |1652 |8858 |2125 | 415 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
211.22/211.82	c   212s| 11000 |    84 |  1677k| 124.8 |   128M |  50 |1652 |8902 |2125 | 421 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
212.61/213.23	c   213s| 11100 |    85 |  1690k| 124.8 |   128M |  50 |1652 |8768 |2124 | 428 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
214.41/215.07	c   215s| 11200 |    97 |  1706k| 125.1 |   128M |  50 |1652 |8677 |2123 | 438 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
215.81/216.42	c   216s| 11300 |    97 |  1718k| 125.0 |   128M |  50 |1652 |8768 |2123 | 442 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
217.70/218.36	c   218s| 11400 |   119 |  1736k| 125.4 |   128M |  50 |1652 |8824 |2124 | 450 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
219.10/219.73	c   220s| 11500 |   121 |  1748k| 125.4 |   128M |  50 |1652 |9002 |2124 | 460 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
220.79/221.41	c   221s| 11600 |   121 |  1763k| 125.5 |   128M |  50 |1652 |9123 |2126 | 476 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
222.09/222.74	c   223s| 11700 |   121 |  1775k| 125.5 |   128M |  50 |1652 |9252 |2126 | 484 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
223.39/224.06	c   224s| 11800 |   121 |  1787k| 125.4 |   128M |  50 |1652 |9428 |2126 | 497 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
224.58/225.22	c   225s| 11900 |   121 |  1797k| 125.3 |   128M |  50 |1652 |9654 |2128 | 500 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
225.98/226.65	c   227s| 12000 |   121 |  1810k| 125.3 |   128M |  50 |1652 |9819 |2126 | 509 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
227.27/227.96	c   228s| 12100 |   121 |  1821k| 125.2 |   128M |  50 |1652 |  10k|2126 | 519 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
228.87/229.58	c   230s| 12200 |   121 |  1837k| 125.4 |   128M |  50 |1652 |  10k|2124 | 524 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
230.37/231.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
230.37/231.04	c   231s| 12300 |   115 |  1849k| 125.4 |   128M |  50 |1652 |  10k|2126 | 532 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
231.96/232.61	c   233s| 12400 |   111 |  1863k| 125.5 |   128M |  50 |1652 |  10k|2126 | 542 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
233.36/234.02	c   234s| 12500 |   113 |  1875k| 125.5 |   128M |  50 |1652 |  10k|2124 | 556 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
234.75/235.41	c   235s| 12600 |   113 |  1887k| 125.4 |   128M |  50 |1652 |  10k|2127 | 568 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
236.15/236.85	c   237s| 12700 |   110 |  1899k| 125.4 |   128M |  50 |1652 |  10k|2125 | 568 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
237.35/238.01	c   238s| 12800 |   103 |  1909k| 125.2 |   128M |  50 |1652 |  10k|2126 | 576 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
238.54/239.23	c   239s| 12900 |   103 |  1920k| 125.1 |   128M |  50 |1652 |  10k|2126 | 587 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
240.24/240.90	c   241s| 13000 |   101 |  1933k| 125.2 |   128M |  50 |1652 |  10k|2124 | 600 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
241.63/242.34	c   242s| 13100 |    99 |  1946k| 125.2 |   128M |  50 |1652 |  10k|2125 | 612 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
243.23/243.97	c   244s| 13200 |    93 |  1961k| 125.3 |   128M |  50 |1652 |  10k|2126 | 628 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
244.83/245.58	c   246s| 13300 |    91 |  1975k| 125.5 |   128M |  50 |1652 |  10k|2126 | 638 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
246.33/247.04	c   247s| 13400 |    95 |  1988k| 125.5 |   128M |  50 |1652 |  10k|2125 | 658 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
247.62/248.32	c   248s| 13500 |    93 |  2000k| 125.4 |   128M |  50 |1652 |  10k|2125 | 664 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
248.91/249.64	c   250s| 13600 |    91 |  2012k| 125.4 |   128M |  50 |1652 |  10k|2125 | 674 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
250.01/250.72	c   251s| 13700 |    91 |  2022k| 125.3 |   128M |  50 |1652 |  10k|2125 | 687 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
251.21/251.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
251.21/251.99	c   252s| 13800 |    91 |  2034k| 125.2 |   128M |  50 |1652 |  11k|2125 | 690 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
252.80/253.52	c   254s| 13900 |    89 |  2048k| 125.3 |   128M |  50 |1652 |  11k|2127 | 699 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
254.20/254.98	c   255s| 14000 |    91 |  2062k| 125.4 |   128M |  50 |1652 |  11k|2123 | 701 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
255.79/256.54	c   257s| 14100 |    91 |  2075k| 125.4 |   128M |  50 |1652 |  11k|2125 | 715 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
257.19/257.95	c   258s| 14200 |    95 |  2088k| 125.5 |   128M |  50 |1652 |  11k|2124 | 718 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
258.39/259.15	c   259s| 14300 |    97 |  2099k| 125.4 |   128M |  50 |1652 |  11k|2124 | 729 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
259.48/260.27	c   260s| 14400 |    95 |  2110k| 125.2 |   128M |  50 |1652 |  11k|2125 | 744 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
260.58/261.37	c   261s| 14500 |    93 |  2120k| 125.1 |   128M |  50 |1652 |  11k|2125 | 752 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
262.18/262.98	c   263s| 14600 |    97 |  2135k| 125.3 |   128M |  50 |1652 |  11k|2124 | 753 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
263.67/264.49	c   264s| 14700 |    93 |  2148k| 125.3 |   128M |  50 |1652 |  11k|2125 | 763 |  2 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
265.17/265.90	c   266s| 14800 |    95 |  2161k| 125.3 |   128M |  50 |1652 |  11k|2123 | 775 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.47/267.26	c   267s| 14900 |    93 |  2174k| 125.3 |   128M |  50 |1652 |  11k|2126 | 789 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
267.96/268.77	c   269s| 15000 |    91 |  2188k| 125.4 |   128M |  50 |1652 |  12k|2124 | 796 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
269.86/270.67	c   271s| 15100 |    89 |  2203k| 125.6 |   129M |  50 |1652 |  11k|2124 | 816 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
271.26/272.03	c   272s| 15200 |    91 |  2216k| 125.6 |   129M |  50 |1652 |  10k|2124 | 820 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
272.65/273.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
272.65/273.40	c   273s| 15300 |    93 |  2228k| 125.5 |   129M |  50 |1652 |  10k|2125 | 822 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
273.85/274.67	c   275s| 15400 |    89 |  2239k| 125.5 |   129M |  50 |1652 |  11k|2126 | 830 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
275.25/276.09	c   276s| 15500 |    89 |  2251k| 125.5 |   129M |  50 |1652 |  10k|2126 | 837 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
276.54/277.39	c   277s| 15600 |    97 |  2261k| 125.3 |   129M |  50 |1652 |9784 |2124 | 849 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
277.44/278.28	c   278s| 15700 |   102 |  2269k| 125.0 |   129M |  50 |1652 |9804 |2124 | 853 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
278.13/279.00	c   279s| 15800 |   102 |  2275k| 124.7 |   129M |  50 |1652 |9808 |2125 | 855 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
278.83/279.68	c   280s| 15900 |   102 |  2281k| 124.4 |   129M |  50 |1652 |9894 |2126 | 860 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
279.73/280.57	c   281s| 16000 |   101 |  2289k| 124.1 |   129M |  50 |1652 |9929 |2126 | 862 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
280.93/281.73	c   282s| 16100 |    99 |  2299k| 124.0 |   129M |  50 |1652 |  10k|2124 | 866 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
281.72/282.52	c   283s| 16200 |    99 |  2307k| 123.7 |   129M |  50 |1652 |  10k|2124 | 869 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
282.42/283.25	c   283s| 16300 |    99 |  2313k| 123.4 |   129M |  50 |1652 |  10k|2123 | 874 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
283.42/284.23	c   284s| 16400 |    99 |  2322k| 123.2 |   129M |  50 |1652 |  10k|2124 | 883 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
284.32/285.12	c   285s| 16500 |    99 |  2330k| 123.0 |   129M |  50 |1652 |  10k|2124 | 889 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
285.11/286.00	c   286s| 16600 |    99 |  2338k| 122.8 |   129M |  50 |1652 |  10k|2123 | 889 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
286.11/286.92	c   287s| 16700 |    95 |  2346k| 122.5 |   129M |  50 |1652 |  10k|2125 | 902 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
287.21/288.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
287.21/288.00	c   288s| 16800 |    97 |  2356k| 122.4 |   129M |  50 |1652 |  10k|2126 | 910 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
288.11/288.98	c   289s| 16900 |   103 |  2364k| 122.2 |   129M |  50 |1652 |  10k|2125 | 920 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
288.90/289.70	c   290s| 17000 |   107 |  2371k| 121.9 |   129M |  50 |1652 |  10k|2127 | 930 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
289.60/290.44	c   290s| 17100 |   110 |  2378k| 121.6 |   129M |  50 |1652 |  10k|2126 | 939 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
290.40/291.21	c   291s| 17200 |   104 |  2384k| 121.4 |   129M |  50 |1652 |  10k|2125 | 945 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
291.10/291.92	c   292s| 17300 |   102 |  2391k| 121.1 |   129M |  50 |1652 |  11k|2126 | 945 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
291.99/292.88	c   293s| 17400 |    99 |  2399k| 120.9 |   129M |  50 |1652 |  11k|2125 | 953 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
293.09/293.91	c   294s| 17500 |    99 |  2409k| 120.8 |   129M |  50 |1652 |  11k|2125 | 963 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
294.19/295.03	c   295s| 17600 |    97 |  2417k| 120.6 |   129M |  50 |1652 |  11k|2125 | 967 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
295.19/296.05	c   296s| 17700 |    97 |  2427k| 120.4 |   129M |  50 |1652 |  11k|2126 | 974 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
295.98/296.85	c   297s| 17800 |    99 |  2434k| 120.2 |   129M |  50 |1652 |  11k|2125 | 979 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
297.28/298.12	c   298s| 17900 |    97 |  2445k| 120.2 |   129M |  50 |1652 |  11k|2125 | 985 |  2 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
298.28/299.12	c   299s| 18000 |    95 |  2454k| 120.0 |   129M |  50 |1652 |  11k|2126 | 989 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
299.28/300.16	c   300s| 18100 |    95 |  2464k| 119.9 |   129M |  50 |1652 |  11k|2125 |1002 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
300.47/301.31	c   301s| 18200 |    93 |  2474k| 119.8 |   129M |  50 |1652 |  11k|2124 |1004 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
301.47/302.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
301.47/302.32	c   302s| 18300 |    93 |  2483k| 119.6 |   129M |  50 |1652 |  11k|2124 |1010 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
302.27/303.12	c   303s| 18400 |    97 |  2489k| 119.4 |   129M |  50 |1652 |  10k|2124 |1016 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
303.06/303.96	c   304s| 18500 |    97 |  2497k| 119.2 |   129M |  50 |1652 |  10k|2124 |1027 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
303.86/304.76	c   305s| 18600 |   101 |  2504k| 119.0 |   129M |  50 |1652 |  10k|2124 |1033 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
304.66/305.57	c   306s| 18700 |   101 |  2512k| 118.8 |   129M |  50 |1652 |  10k|2124 |1036 |  2 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
305.56/306.42	c   306s| 18800 |    97 |  2520k| 118.6 |   129M |  50 |1652 |  10k|2124 |1039 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
306.45/307.36	c   307s| 18900 |    99 |  2529k| 118.4 |   129M |  50 |1652 |  10k|2124 |1047 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
307.26/308.13	c   308s| 19000 |    95 |  2536k| 118.2 |   129M |  50 |1652 |  11k|2125 |1053 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
308.05/308.91	c   309s| 19100 |    99 |  2543k| 118.0 |   129M |  50 |1652 |  11k|2125 |1059 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
308.75/309.65	c   310s| 19200 |    99 |  2549k| 117.7 |   129M |  50 |1652 |  11k|2124 |1062 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
309.64/310.56	c   311s| 19300 |    97 |  2558k| 117.6 |   129M |  50 |1652 |  11k|2124 |1066 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
310.65/311.53	c   312s| 19400 |   101 |  2567k| 117.5 |   129M |  50 |1652 |  11k|2123 |1070 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
311.65/312.51	c   313s| 19500 |   102 |  2576k| 117.3 |   129M |  50 |1652 |  11k|2123 |1072 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
312.45/313.32	c   313s| 19600 |   104 |  2582k| 117.1 |   129M |  50 |1652 |  11k|2124 |1078 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
313.44/314.33	c   314s| 19700 |   100 |  2591k| 117.0 |   129M |  50 |1652 |  11k|2123 |1082 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
314.15/315.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
314.15/315.09	c   315s| 19800 |    98 |  2598k| 116.8 |   129M |  50 |1652 |  11k|2124 |1083 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
315.04/315.96	c   316s| 19900 |    98 |  2606k| 116.6 |   129M |  50 |1652 |  12k|2123 |1088 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
316.04/316.98	c   317s| 20000 |    96 |  2615k| 116.5 |   129M |  50 |1652 |  12k|2124 |1088 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
317.03/317.94	c   318s| 20100 |    98 |  2623k| 116.3 |   130M |  50 |1652 |  12k|2124 |1091 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
318.13/319.03	c   319s| 20200 |   101 |  2634k| 116.3 |   130M |  50 |1652 |  11k|2124 |1096 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
319.03/319.95	c   320s| 20300 |   101 |  2642k| 116.1 |   130M |  50 |1652 |  11k|2123 |1101 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
320.13/321.05	c   321s| 20400 |    99 |  2653k| 116.1 |   130M |  50 |1652 |  11k|2126 |1110 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
321.13/322.06	c   322s| 20500 |    99 |  2662k| 116.0 |   130M |  50 |1652 |  11k|2124 |1115 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
322.12/323.01	c   323s| 20600 |   101 |  2670k| 115.8 |   130M |  50 |1652 |  12k|2127 |1128 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
323.12/324.06	c   324s| 20700 |    99 |  2680k| 115.7 |   130M |  50 |1652 |  12k|2124 |1134 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
324.12/325.02	c   325s| 20800 |    97 |  2688k| 115.6 |   130M |  50 |1652 |  12k|2123 |1135 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
325.21/326.14	c   326s| 20900 |    99 |  2699k| 115.6 |   130M |  50 |1652 |  12k|2124 |1139 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
326.50/327.45	c   327s| 21000 |    99 |  2711k| 115.6 |   130M |  50 |1652 |  11k|2125 |1144 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
327.50/328.42	c   328s| 21100 |   101 |  2719k| 115.5 |   130M |  50 |1652 |  12k|2123 |1147 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
328.30/329.26	c   329s| 21200 |   105 |  2727k| 115.3 |   130M |  50 |1652 |  12k|2126 |1155 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
329.30/330.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
329.30/330.26	c   330s| 21300 |   103 |  2737k| 115.2 |   130M |  50 |1652 |  12k|2124 |1158 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
330.39/331.34	c   331s| 21400 |   101 |  2747k| 115.2 |   130M |  50 |1652 |  12k|2124 |1164 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
331.29/332.29	c   332s| 21500 |   101 |  2756k| 115.0 |   130M |  50 |1652 |  12k|2126 |1172 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
332.29/333.22	c   333s| 21600 |    99 |  2764k| 114.9 |   130M |  50 |1652 |  12k|2124 |1187 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
333.39/334.37	c   334s| 21700 |    99 |  2774k| 114.9 |   130M |  50 |1652 |  12k|2125 |1197 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
334.68/335.64	c   336s| 21800 |    97 |  2786k| 114.9 |   130M |  50 |1652 |  12k|2125 |1203 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
335.68/336.65	c   337s| 21900 |    99 |  2795k| 114.8 |   130M |  50 |1652 |  12k|2125 |1209 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
336.68/337.67	c   338s| 22000 |    99 |  2804k| 114.7 |   130M |  50 |1652 |  12k|2125 |1216 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
337.77/338.73	c   339s| 22100 |    98 |  2813k| 114.6 |   130M |  50 |1652 |  12k|2124 |1220 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.07/340.09	c   340s| 22200 |    98 |  2826k| 114.6 |   131M |  50 |1652 |  12k|2125 |1225 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
340.47/341.43	c   341s| 22300 |    98 |  2838k| 114.6 |   131M |  50 |1652 |  12k|2123 |1228 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
341.56/342.52	c   343s| 22400 |    96 |  2848k| 114.6 |   131M |  50 |1652 |  12k|2124 |1238 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
342.46/343.46	c   343s| 22500 |    98 |  2856k| 114.4 |   131M |  50 |1652 |  11k|2123 |1238 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
343.16/344.15	c   344s| 22600 |   102 |  2862k| 114.2 |   131M |  50 |1652 |  11k|2123 |1242 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
344.06/345.08	c   345s| 22700 |   102 |  2870k| 114.1 |   131M |  50 |1652 |  12k|2123 |1244 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
344.95/345.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
344.95/345.98	c   346s| 22800 |   104 |  2878k| 114.0 |   131M |  50 |1652 |  12k|2124 |1249 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
345.85/346.88	c   347s| 22900 |   100 |  2887k| 113.9 |   131M |  50 |1652 |  12k|2123 |1249 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
346.85/347.90	c   348s| 23000 |    98 |  2896k| 113.8 |   131M |  50 |1652 |  12k|2126 |1261 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
347.94/348.91	c   349s| 23100 |    96 |  2905k| 113.7 |   131M |  50 |1652 |  12k|2123 |1267 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
349.24/350.20	c   350s| 23200 |    98 |  2916k| 113.7 |   131M |  50 |1652 |  12k|2124 |1273 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
350.34/351.39	c   351s| 23300 |    96 |  2927k| 113.7 |   131M |  50 |1652 |  12k|2124 |1280 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
351.93/352.91	c   353s| 23400 |   100 |  2941k| 113.7 |   131M |  50 |1652 |  11k|2125 |1286 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
353.23/354.26	c   354s| 23500 |    98 |  2953k| 113.8 |   131M |  50 |1652 |  10k|2124 |1292 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
354.33/355.36	c   355s| 23600 |    98 |  2963k| 113.7 |   131M |  50 |1652 |  10k|2122 |1296 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
355.42/356.42	c   356s| 23700 |   102 |  2972k| 113.7 |   131M |  50 |1652 |9162 |2122 |1304 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
356.22/357.29	c   357s| 23800 |   102 |  2981k| 113.5 |   131M |  50 |1652 |8665 |2122 |1305 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
357.32/358.31	c   358s| 23900 |   102 |  2990k| 113.4 |   131M |  50 |1652 |8249 |2124 |1309 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
358.62/359.60	c   360s| 24000 |   102 |  3001k| 113.5 |   131M |  50 |1652 |8314 |2124 |1316 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
359.71/360.77	c   361s| 24100 |   104 |  3012k| 113.4 |   131M |  50 |1652 |7075 |2122 |1318 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
360.91/361.94	c   362s| 24200 |   104 |  3022k| 113.4 |   131M |  50 |1652 |6533 |2122 |1325 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
362.11/363.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
362.11/363.14	c   363s| 24300 |   102 |  3033k| 113.4 |   131M |  50 |1652 |6489 |2124 |1327 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
363.50/364.57	c   365s| 24400 |   102 |  3046k| 113.4 |   131M |  50 |1652 |5890 |2123 |1333 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
364.80/365.82	c   366s| 24500 |   102 |  3057k| 113.4 |   131M |  50 |1652 |5494 |2125 |1345 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
366.00/367.03	c   367s| 24600 |   104 |  3067k| 113.4 |   131M |  50 |1652 |5615 |2124 |1346 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
366.89/367.98	c   368s| 24700 |   104 |  3076k| 113.3 |   131M |  50 |1652 |5648 |2122 |1352 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
368.10/369.18	c   369s| 24800 |   108 |  3086k| 113.2 |   131M |  50 |1652 |5789 |2123 |1364 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
369.19/370.21	c   370s| 24900 |   102 |  3096k| 113.2 |   131M |  50 |1652 |5916 |2122 |1369 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
370.48/371.59	c   372s| 25000 |   106 |  3108k| 113.2 |   131M |  50 |1652 |5844 |2125 |1376 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
371.98/373.02	c   373s| 25100 |   110 |  3121k| 113.3 |   131M |  50 |1652 |5904 |2124 |1384 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
373.08/374.17	c   374s| 25200 |   108 |  3131k| 113.2 |   131M |  50 |1652 |5921 |2125 |1388 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
374.67/375.79	c   376s| 25300 |   116 |  3146k| 113.4 |   131M |  50 |1652 |5915 |2124 |1392 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
376.47/377.55	c   378s| 25400 |   120 |  3162k| 113.5 |   131M |  50 |1652 |5986 |2125 |1396 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
378.07/379.11	c   379s| 25500 |   110 |  3176k| 113.6 |   131M |  50 |1652 |6052 |2125 |1398 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
379.56/380.63	c   381s| 25600 |   108 |  3190k| 113.7 |   131M |  50 |1652 |6123 |2124 |1402 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
381.06/382.15	c   382s| 25700 |   104 |  3204k| 113.8 |   131M |  50 |1652 |6155 |2124 |1403 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
382.35/383.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
382.35/383.44	c   383s| 25800 |   102 |  3216k| 113.8 |   131M |  50 |1652 |6179 |2124 |1405 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
383.65/384.71	c   385s| 25900 |   104 |  3227k| 113.8 |   131M |  50 |1652 |6143 |2125 |1412 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
385.34/386.45	c   386s| 26000 |   108 |  3241k| 113.9 |   131M |  50 |1652 |6023 |2123 |1418 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
386.64/387.72	c   388s| 26100 |   106 |  3252k| 113.9 |   131M |  50 |1652 |5920 |2124 |1420 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.51%
387.84/388.96	c   389s| 26200 |   106 |  3264k| 113.9 |   131M |  50 |1652 |5743 |2125 |1426 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.51%
389.33/390.40	c   390s| 26300 |   106 |  3277k| 114.0 |   131M |  50 |1652 |5765 |2123 |1432 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.51%
390.73/391.80	c   392s| 26400 |   104 |  3290k| 114.0 |   131M |  50 |1652 |5754 |2124 |1434 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.51%
391.73/392.85	c   393s| 26500 |   102 |  3300k| 114.0 |   131M |  50 |1652 |5717 |2125 |1436 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.51%
393.22/394.30	c   394s| 26600 |   106 |  3312k| 114.0 |   131M |  50 |1652 |5667 |2123 |1445 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |   0.51%
394.52/395.64	c   396s| 26700 |   110 |  3323k| 114.0 |   131M |  50 |1652 |5540 |2121 |1451 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.52%
395.42/396.56	c   397s| 26800 |   110 |  3331k| 113.9 |   131M |  50 |1652 |5681 |2122 |1453 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.52%
396.21/397.38	c   397s| 26900 |   108 |  3339k| 113.7 |   131M |  50 |1652 |5857 |2122 |1454 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
397.31/398.41	c   398s| 27000 |   112 |  3348k| 113.7 |   131M |  50 |1652 |5901 |2121 |1456 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
398.31/399.46	c   399s| 27100 |   112 |  3358k| 113.6 |   131M |  50 |1652 |6008 |2121 |1458 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.53%
399.71/400.81	c   401s| 27200 |   116 |  3369k| 113.6 |   131M |  50 |1652 |5613 |2121 |1468 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.66%
400.60/401.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
400.60/401.78	c   402s| 27300 |   118 |  3377k| 113.5 |   131M |  50 |1652 |5639 |2123 |1471 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
401.80/402.91	c   403s| 27400 |   116 |  3388k| 113.5 |   131M |  50 |1652 |5702 |2121 |1472 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
402.90/404.06	c   404s| 27500 |   116 |  3399k| 113.5 |   131M |  50 |1652 |5844 |2121 |1474 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |   0.68%
404.09/405.28	c   405s| 27600 |   122 |  3409k| 113.4 |   131M |  50 |1652 |5443 |2123 |1481 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.70%
404.90/406.06	c   406s| 27700 |   120 |  3416k| 113.3 |   131M |  50 |1652 |5441 |2123 |1482 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.71%
406.09/407.22	c   407s| 27800 |   120 |  3426k| 113.2 |   131M |  50 |1652 |5385 |2123 |1493 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.73%
407.38/408.50	c   408s| 27900 |   120 |  3437k| 113.2 |   131M |  50 |1652 |5454 |2122 |1496 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.74%
408.28/409.49	c   409s| 28000 |   122 |  3446k| 113.2 |   131M |  50 |1652 |5460 |2121 |1496 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.78%
409.18/410.37	c   410s| 28100 |   120 |  3454k| 113.0 |   131M |  50 |1652 |5550 |2121 |1496 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
410.28/411.46	c   411s| 28200 |   120 |  3464k| 113.0 |   131M |  50 |1652 |5668 |2121 |1496 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
411.17/412.33	c   412s| 28300 |   122 |  3471k| 112.9 |   131M |  50 |1652 |5736 |2121 |1496 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.79%
412.17/413.34	c   413s| 28400 |   118 |  3479k| 112.8 |   131M |  50 |1652 |5604 |2125 |1501 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.89%
413.07/414.23	c   414s| 28500 |   120 |  3487k| 112.7 |   131M |  50 |1652 |5592 |2125 |1501 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
413.77/414.98	c   415s| 28600 |   127 |  3494k| 112.5 |   131M |  50 |1652 |5726 |2125 |1502 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
414.97/416.19	c   416s| 28700 |   129 |  3501k| 112.4 |   131M |  50 |1652 |5740 |2125 |1503 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.91%
415.76/416.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
415.76/416.96	c   417s| 28800 |   127 |  3508k| 112.2 |   131M |  50 |1652 |5812 |2126 |1506 |  2 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.92%
416.56/417.78	c   418s| 28900 |   129 |  3515k| 112.1 |   131M |  50 |1652 |5853 |2125 |1507 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.92%
417.36/418.58	c   419s| 29000 |   123 |  3523k| 112.0 |   131M |  50 |1652 |5979 |2125 |1507 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.92%
418.25/419.45	c   419s| 29100 |   123 |  3531k| 111.9 |   131M |  50 |1652 |5966 |2125 |1508 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
419.15/420.35	c   420s| 29200 |   123 |  3539k| 111.8 |   131M |  50 |1652 |6023 |2125 |1511 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
420.05/421.27	c   421s| 29300 |   123 |  3547k| 111.7 |   131M |  50 |1652 |6098 |2126 |1516 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
420.95/422.20	c   422s| 29400 |   126 |  3555k| 111.6 |   131M |  50 |1652 |6176 |2125 |1517 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
421.85/423.02	c   423s| 29500 |   126 |  3563k| 111.5 |   131M |  50 |1652 |6303 |2126 |1520 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
422.74/423.94	c   424s| 29600 |   128 |  3572k| 111.4 |   131M |  50 |1652 |6329 |2126 |1521 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
423.54/424.78	c   425s| 29700 |   124 |  3579k| 111.3 |   131M |  50 |1652 |6408 |2127 |1523 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
424.34/425.59	c   426s| 29800 |   126 |  3587k| 111.2 |   131M |  50 |1652 |6465 |2126 |1530 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
425.04/426.26	c   426s| 29900 |   126 |  3592k| 111.0 |   131M |  50 |1652 |6660 |2126 |1532 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
425.84/427.04	c   427s| 30000 |   123 |  3600k| 110.9 |   131M |  50 |1652 |6771 |2126 |1533 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
426.63/427.86	c   428s| 30100 |   123 |  3607k| 110.8 |   131M |  50 |1652 |6869 |2125 |1534 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
427.33/428.52	c   429s| 30200 |   123 |  3613k| 110.6 |   131M |  50 |1652 |7047 |2125 |1535 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
428.03/429.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
428.03/429.26	c   429s| 30300 |   123 |  3619k| 110.5 |   131M |  50 |1652 |7152 |2127 |1544 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
428.83/430.06	c   430s| 30400 |   123 |  3627k| 110.4 |   131M |  50 |1652 |7066 |2125 |1545 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
429.72/430.92	c   431s| 30500 |   125 |  3634k| 110.3 |   131M |  50 |1652 |7162 |2125 |1546 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.93%
430.52/431.79	c   432s| 30600 |   123 |  3642k| 110.2 |   131M |  50 |1652 |7090 |2125 |1550 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
431.22/432.45	c   432s| 30700 |   124 |  3648k| 110.0 |   131M |  50 |1652 |7238 |2126 |1552 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
431.82/433.01	c   433s| 30800 |   124 |  3653k| 109.8 |   131M |  50 |1652 |7344 |2127 |1554 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
432.42/433.65	c   434s| 30900 |   126 |  3659k| 109.7 |   131M |  50 |1652 |7496 |2126 |1558 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
433.21/434.44	c   434s| 31000 |   124 |  3666k| 109.6 |   131M |  50 |1652 |7511 |2125 |1566 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
434.11/435.30	c   435s| 31100 |   124 |  3674k| 109.5 |   131M |  50 |1652 |7613 |2125 |1575 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
435.01/436.21	c   436s| 31200 |   128 |  3681k| 109.4 |   131M |  50 |1652 |7728 |2126 |1589 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
435.91/437.15	c   437s| 31300 |   126 |  3690k| 109.3 |   131M |  50 |1652 |7798 |2129 |1600 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
436.70/438.00	c   438s| 31400 |   124 |  3698k| 109.2 |   131M |  50 |1652 |7875 |2129 |1607 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
437.70/438.98	c   439s| 31500 |   124 |  3707k| 109.2 |   131M |  50 |1652 |7635 |2126 |1615 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.94%
438.80/440.05	c   440s| 31600 |   120 |  3716k| 109.1 |   131M |  50 |1652 |7359 |2121 |1625 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.95%
439.50/440.75	c   441s| 31700 |   122 |  3722k| 109.0 |   131M |  50 |1652 |7016 |2123 |1630 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.96%
440.39/441.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
440.39/441.65	c   442s| 31800 |   124 |  3730k| 108.9 |   131M |  50 |1652 |6758 |2124 |1635 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.98%
441.19/442.42	c   442s| 31900 |   128 |  3737k| 108.8 |   131M |  50 |1652 |6748 |2123 |1639 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.98%
441.89/443.15	c   443s| 32000 |   126 |  3744k| 108.6 |   131M |  50 |1652 |6796 |2123 |1644 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.98%
442.69/443.96	c   444s| 32100 |   122 |  3751k| 108.5 |   131M |  50 |1652 |6860 |2123 |1648 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   0.98%
443.58/444.89	c   445s| 32200 |   120 |  3760k| 108.5 |   131M |  50 |1652 |6716 |2121 |1651 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   1.00%
444.48/445.73	c   446s| 32300 |   124 |  3768k| 108.4 |   131M |  50 |1652 |6697 |2122 |1657 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   1.02%
445.38/446.65	c   447s| 32400 |   128 |  3776k| 108.3 |   131M |  50 |1652 |6703 |2122 |1660 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   1.03%
446.28/447.52	c   448s| 32500 |   124 |  3784k| 108.2 |   131M |  50 |1652 |6849 |2122 |1666 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |   1.03%
447.08/448.38	c   448s| 32600 |   124 |  3792k| 108.1 |   131M |  50 |1652 |6986 |2121 |1667 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.03%
448.17/449.42	c   449s| 32700 |   126 |  3801k| 108.1 |   131M |  50 |1652 |7002 |2121 |1669 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.03%
448.97/450.20	c   450s| 32800 |   124 |  3808k| 108.0 |   131M |  50 |1652 |7057 |2122 |1672 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.04%
449.97/451.25	c   451s| 32900 |   122 |  3817k| 108.0 |   131M |  50 |1652 |7003 |2122 |1675 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.04%
451.06/452.34	c   452s| 33000 |   120 |  3827k| 107.9 |   131M |  50 |1652 |7076 |2122 |1677 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.05%
452.36/453.62	c   454s| 33100 |   122 |  3838k| 107.9 |   131M |  50 |1652 |6989 |2126 |1685 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.06%
453.36/454.60	c   455s| 33200 |   124 |  3846k| 107.8 |   131M |  50 |1652 |6935 |2122 |1691 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.12%
454.36/455.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
454.36/455.63	c   456s| 33300 |   124 |  3855k| 107.8 |   131M |  50 |1652 |6879 |2122 |1697 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.14%
455.35/456.60	c   457s| 33400 |   124 |  3864k| 107.7 |   131M |  50 |1652 |6925 |2123 |1700 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.16%
456.35/457.69	c   458s| 33500 |   126 |  3874k| 107.7 |   131M |  50 |1652 |6907 |2124 |1707 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.18%
457.35/458.67	c   459s| 33600 |   118 |  3883k| 107.7 |   131M |  50 |1652 |6920 |2126 |1713 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.19%
458.24/459.56	c   460s| 33700 |   116 |  3891k| 107.6 |   131M |  50 |1652 |6786 |2126 |1715 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.24%
459.24/460.53	c   461s| 33800 |   124 |  3899k| 107.5 |   131M |  50 |1652 |6739 |2126 |1718 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
460.24/461.50	c   461s| 33900 |   124 |  3909k| 107.5 |   131M |  50 |1652 |6792 |2126 |1721 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
461.14/462.46	c   462s| 34000 |   128 |  3917k| 107.4 |   131M |  50 |1652 |6886 |2126 |1722 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
462.13/463.41	c   463s| 34100 |   124 |  3926k| 107.4 |   131M |  50 |1652 |7084 |2127 |1724 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
462.84/464.17	c   464s| 34200 |   123 |  3933k| 107.3 |   131M |  50 |1652 |7069 |2126 |1728 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
463.73/465.05	c   465s| 34300 |   121 |  3942k| 107.2 |   131M |  50 |1652 |7053 |2127 |1731 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
464.93/466.22	c   466s| 34400 |   123 |  3953k| 107.2 |   132M |  50 |1652 |7152 |2126 |1734 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
465.83/467.11	c   467s| 34500 |   121 |  3961k| 107.2 |   132M |  50 |1652 |7180 |2127 |1738 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
466.83/468.17	c   468s| 34600 |   121 |  3970k| 107.1 |   132M |  50 |1652 |7088 |2126 |1744 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
467.82/469.19	c   469s| 34700 |   123 |  3980k| 107.1 |   132M |  50 |1652 |7157 |2125 |1747 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.26%
468.92/470.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
468.92/470.24	c   470s| 34800 |   127 |  3989k| 107.1 |   132M |  50 |1652 |7250 |2125 |1751 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
469.91/471.24	c   471s| 34900 |   127 |  3999k| 107.0 |   132M |  50 |1652 |7302 |2125 |1751 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
471.31/472.68	c   473s| 35000 |   129 |  4011k| 107.1 |   132M |  50 |1652 |7387 |2126 |1753 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
472.41/473.74	c   474s| 35100 |   123 |  4021k| 107.1 |   132M |  50 |1652 |7360 |2126 |1756 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
473.60/474.96	c   475s| 35200 |   123 |  4032k| 107.1 |   132M |  50 |1652 |7325 |2125 |1761 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
474.70/476.02	c   476s| 35300 |   121 |  4041k| 107.0 |   132M |  50 |1652 |7402 |2125 |1763 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
475.70/477.03	c   477s| 35400 |   117 |  4050k| 107.0 |   132M |  50 |1652 |7431 |2125 |1768 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
476.70/478.01	c   478s| 35500 |   121 |  4059k| 106.9 |   132M |  50 |1652 |7376 |2126 |1771 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
477.59/478.99	c   479s| 35600 |   123 |  4068k| 106.9 |   132M |  50 |1652 |7407 |2126 |1776 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
478.49/479.84	c   480s| 35700 |   121 |  4076k| 106.8 |   132M |  50 |1652 |7501 |2126 |1777 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
479.39/480.74	c   481s| 35800 |   123 |  4084k| 106.7 |   132M |  50 |1652 |7520 |2125 |1779 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
480.48/481.84	c   482s| 35900 |   123 |  4093k| 106.7 |   132M |  50 |1652 |7606 |2125 |1782 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
481.28/482.62	c   483s| 36000 |   123 |  4100k| 106.6 |   132M |  50 |1652 |7609 |2125 |1789 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
482.18/483.53	c   484s| 36100 |   129 |  4109k| 106.5 |   132M |  50 |1652 |7668 |2126 |1793 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
482.98/484.32	c   484s| 36200 |   125 |  4115k| 106.4 |   132M |  50 |1652 |7842 |2127 |1799 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
483.78/485.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
483.78/485.13	c   485s| 36300 |   123 |  4122k| 106.3 |   132M |  50 |1652 |7947 |2126 |1803 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
484.87/486.23	c   486s| 36400 |   121 |  4132k| 106.3 |   132M |  50 |1652 |7940 |2126 |1814 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
485.97/487.31	c   487s| 36500 |   119 |  4141k| 106.3 |   132M |  50 |1652 |8041 |2127 |1824 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
487.06/488.48	c   488s| 36600 |   115 |  4151k| 106.3 |   132M |  50 |1652 |8047 |2128 |1831 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.27%
488.06/489.42	c   489s| 36700 |   117 |  4160k| 106.2 |   132M |  50 |1652 |7954 |2125 |1833 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
488.86/490.22	c   490s| 36800 |   117 |  4167k| 106.1 |   132M |  50 |1652 |8031 |2126 |1834 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
489.66/491.08	c   491s| 36900 |   119 |  4175k| 106.1 |   132M |  50 |1652 |8027 |2125 |1843 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
490.46/491.86	c   492s| 37000 |   117 |  4182k| 106.0 |   132M |  50 |1652 |8156 |2127 |1849 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
491.45/492.80	c   493s| 37100 |   115 |  4190k| 105.9 |   132M |  50 |1652 |8210 |2126 |1852 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
492.85/494.29	c   494s| 37200 |   121 |  4203k| 106.0 |   132M |  50 |1652 |7841 |2124 |1854 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
494.05/495.47	c   495s| 37300 |   115 |  4214k| 106.0 |   132M |  50 |1652 |7862 |2126 |1857 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
495.04/496.46	c   496s| 37400 |   117 |  4223k| 105.9 |   132M |  50 |1652 |7895 |2128 |1867 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
496.04/497.40	c   497s| 37500 |   119 |  4231k| 105.9 |   132M |  50 |1652 |7968 |2126 |1873 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
496.74/498.19	c   498s| 37600 |   117 |  4238k| 105.8 |   132M |  50 |1652 |8026 |2126 |1883 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
497.74/499.12	c   499s| 37700 |   119 |  4246k| 105.7 |   132M |  50 |1652 |8039 |2127 |1893 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
498.83/500.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.83/500.21	c   500s| 37800 |   125 |  4256k| 105.7 |   132M |  50 |1652 |8035 |2128 |1898 |  2 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
499.83/501.22	c   501s| 37900 |   125 |  4265k| 105.7 |   132M |  50 |1652 |8073 |2129 |1903 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
500.83/502.21	c   502s| 38000 |   117 |  4274k| 105.6 |   132M |  50 |1652 |8133 |2127 |1908 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
501.82/503.24	c   503s| 38100 |   117 |  4283k| 105.6 |   132M |  50 |1652 |8139 |2127 |1912 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
502.73/504.19	c   504s| 38200 |   117 |  4291k| 105.5 |   132M |  50 |1652 |8254 |2128 |1916 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
503.82/505.22	c   505s| 38300 |   119 |  4299k| 105.5 |   132M |  50 |1652 |8270 |2126 |1926 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
504.72/506.14	c   506s| 38400 |   119 |  4307k| 105.4 |   132M |  50 |1652 |8276 |2126 |1931 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
505.72/507.12	c   507s| 38500 |   117 |  4316k| 105.4 |   132M |  50 |1652 |8348 |2126 |1933 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
506.62/508.01	c   508s| 38600 |   117 |  4324k| 105.3 |   132M |  50 |1652 |8395 |2125 |1935 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
507.51/508.96	c   509s| 38700 |   115 |  4333k| 105.3 |   132M |  50 |1652 |8521 |2125 |1935 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
508.51/509.94	c   510s| 38800 |   113 |  4341k| 105.2 |   132M |  50 |1652 |8576 |2125 |1944 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
509.50/510.98	c   511s| 38900 |   113 |  4350k| 105.2 |   132M |  50 |1652 |8558 |2125 |1944 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
511.10/512.52	c   513s| 39000 |   115 |  4364k| 105.3 |   132M |  50 |1652 |7832 |2124 |1947 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.28%
512.50/513.95	c   514s| 39100 |   121 |  4376k| 105.3 |   132M |  50 |1652 |7208 |2123 |1953 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.32%
513.49/514.98	c   515s| 39200 |   119 |  4385k| 105.2 |   132M |  50 |1652 |6857 |2125 |1953 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf |   1.33%
514.89/516.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
514.89/516.30	c   516s| 39300 |   121 |  4397k| 105.3 |   132M |  50 |1652 |6732 |2124 |1956 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   1.34%
516.48/517.99	c   518s| 39400 |   129 |  4409k| 105.3 |   132M |  50 |1652 |6423 |2124 |1972 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   1.47%
517.69/519.11	c   519s| 39500 |   129 |  4420k| 105.3 |   132M |  50 |1652 |6155 |2124 |1974 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   1.50%
518.88/520.37	c   520s| 39600 |   129 |  4430k| 105.3 |   132M |  50 |1652 |6096 |2123 |1981 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   1.52%
519.88/521.37	c   521s| 39700 |   131 |  4438k| 105.3 |   132M |  50 |1652 |6071 |2123 |1985 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   1.53%
521.17/522.61	c   523s| 39800 |   133 |  4449k| 105.3 |   132M |  50 |1652 |6024 |2123 |1986 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   1.56%
522.27/523.77	c   524s| 39900 |   131 |  4459k| 105.3 |   132M |  50 |1652 |5776 |2126 |1990 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   1.56%
524.06/525.57	c   526s| 40000 |   137 |  4472k| 105.3 |   132M |  50 |1652 |5317 |2123 |2012 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   1.96%
525.26/526.73	c   527s| 40100 |   137 |  4481k| 105.3 |   133M |  50 |1652 |5221 |2123 |2017 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   2.04%
526.06/527.52	c   528s| 40200 |   141 |  4489k| 105.2 |   133M |  50 |1652 |5323 |2125 |2020 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   2.07%
526.76/528.24	c   528s| 40300 |   139 |  4495k| 105.1 |   133M |  50 |1652 |5420 |2123 |2024 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   2.08%
527.95/529.41	c   529s| 40400 |   137 |  4505k| 105.1 |   133M |  50 |1652 |5439 |2124 |2033 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf |   2.10%
528.75/530.23	c   530s| 40500 |   143 |  4513k| 105.0 |   133M |  50 |1652 |5548 |2123 |2033 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   2.12%
529.45/530.96	c   531s| 40600 |   139 |  4520k| 105.0 |   133M |  50 |1652 |5619 |2123 |2033 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   2.12%
530.25/531.78	c   532s| 40700 |   139 |  4527k| 104.9 |   133M |  50 |1652 |5643 |2123 |2033 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   2.14%
530.85/532.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
530.85/532.31	c   532s| 40800 |   141 |  4532k| 104.7 |   133M |  50 |1652 |5770 |2123 |2039 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   2.14%
531.44/532.94	c   533s| 40900 |   141 |  4537k| 104.6 |   133M |  50 |1652 |5870 |2123 |2047 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   2.14%
532.14/533.61	c   534s| 41000 |   141 |  4543k| 104.5 |   133M |  50 |1652 |6033 |2124 |2053 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   2.15%
532.94/534.41	c   534s| 41100 |   141 |  4551k| 104.5 |   133M |  50 |1652 |6080 |2124 |2062 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   2.15%
533.64/535.10	c   535s| 41200 |   139 |  4557k| 104.4 |   133M |  50 |1652 |6179 |2124 |2073 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf |   2.15%
534.34/535.89	c   536s| 41300 |   137 |  4564k| 104.3 |   133M |  50 |1652 |6179 |2124 |2077 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   2.16%
535.43/536.98	c   537s| 41400 |   137 |  4574k| 104.3 |   133M |  50 |1652 |6132 |2124 |2080 |  0 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   2.18%
536.23/537.77	c   538s| 41500 |   137 |  4581k| 104.2 |   133M |  50 |1652 |6231 |2124 |2084 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   2.18%
537.23/538.77	c   539s| 41600 |   147 |  4590k| 104.2 |   133M |  50 |1652 |6149 |2121 |2088 |  0 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   2.19%
538.23/539.72	c   540s| 41700 |   148 |  4598k| 104.1 |   133M |  50 |1652 |6173 |2121 |2091 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   2.20%
539.12/540.68	c   541s| 41800 |   144 |  4607k| 104.1 |   133M |  50 |1652 |6266 |2121 |2091 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   2.20%
540.22/541.72	c   542s| 41900 |   146 |  4616k| 104.1 |   133M |  50 |1652 |6340 |2121 |2091 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   2.20%
541.42/542.90	c   543s| 42000 |   144 |  4627k| 104.1 |   133M |  50 |1652 |6303 |2121 |2092 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf |   2.20%
542.31/543.85	c   544s| 42100 |   146 |  4635k| 104.0 |   133M |  50 |1652 |6306 |2121 |2093 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
543.01/544.59	c   545s| 42200 |   146 |  4642k| 103.9 |   133M |  50 |1652 |6498 |2121 |2094 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
543.81/545.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
543.81/545.31	c   545s| 42300 |   146 |  4649k| 103.8 |   133M |  50 |1652 |6629 |2121 |2094 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
544.41/545.98	c   546s| 42400 |   144 |  4655k| 103.8 |   133M |  50 |1652 |6846 |2121 |2094 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
545.30/546.87	c   547s| 42500 |   144 |  4663k| 103.7 |   133M |  50 |1652 |6858 |2121 |2094 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
546.20/547.73	c   548s| 42600 |   146 |  4671k| 103.7 |   133M |  50 |1652 |6950 |2121 |2097 |  0 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
547.00/548.50	c   548s| 42700 |   144 |  4678k| 103.6 |   133M |  50 |1652 |7108 |2121 |2102 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
548.89/550.49	c   550s| 42800 |   146 |  4694k| 103.7 |   133M |  50 |1652 |7243 |2121 |2102 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
549.69/551.27	c   551s| 42900 |   144 |  4701k| 103.6 |   133M |  50 |1652 |7435 |2121 |2102 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
550.69/552.21	c   552s| 43000 |   144 |  4710k| 103.6 |   133M |  50 |1652 |7554 |2121 |2102 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
551.59/553.14	c   553s| 43100 |   144 |  4718k| 103.5 |   133M |  50 |1652 |7722 |2121 |2102 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
552.49/554.07	c   554s| 43200 |   144 |  4727k| 103.5 |   133M |  50 |1652 |7797 |2121 |2102 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
553.68/555.23	c   555s| 43300 |   144 |  4737k| 103.5 |   133M |  50 |1652 |7909 |2122 |2110 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   2.21%
554.78/556.32	c   556s| 43400 |   142 |  4747k| 103.5 |   133M |  50 |1652 |7868 |2121 |2111 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
555.97/557.51	c   557s| 43500 |   144 |  4758k| 103.5 |   133M |  50 |1652 |7917 |2121 |2112 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
557.17/558.72	c   559s| 43600 |   140 |  4769k| 103.5 |   133M |  50 |1652 |7633 |2124 |2115 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
558.07/559.64	c   560s| 43700 |   141 |  4777k| 103.5 |   133M |  50 |1652 |7264 |2121 |2115 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
559.06/560.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
559.06/560.65	c   561s| 43800 |   140 |  4787k| 103.5 |   133M |  50 |1652 |7347 |2122 |2117 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
560.26/561.84	c   562s| 43900 |   142 |  4798k| 103.5 |   133M |  50 |1652 |7321 |2121 |2117 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
561.46/563.03	c   563s| 44000 |   140 |  4808k| 103.5 |   133M |  50 |1652 |7390 |2121 |2118 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
562.65/564.28	c   564s| 44100 |   138 |  4819k| 103.5 |   133M |  50 |1652 |7584 |2121 |2118 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
563.85/565.48	c   565s| 44200 |   140 |  4830k| 103.5 |   133M |  50 |1652 |7598 |2123 |2118 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   2.22%
565.24/566.89	c   567s| 44300 |   143 |  4839k| 103.5 |   133M |  50 |1652 |7436 |2122 |2125 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   2.23%
566.45/568.03	c   568s| 44400 |   145 |  4849k| 103.5 |   133M |  50 |1652 |7188 |2121 |2128 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf |   2.24%
567.54/569.11	c   569s| 44500 |   141 |  4859k| 103.5 |   133M |  50 |1652 |7211 |2121 |2131 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   2.24%
568.73/570.30	c   570s| 44600 |   143 |  4869k| 103.5 |   133M |  50 |1652 |7360 |2121 |2138 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   2.24%
569.83/571.43	c   571s| 44700 |   139 |  4879k| 103.5 |   133M |  50 |1652 |7277 |2121 |2140 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   2.25%
571.33/572.91	c   573s| 44800 |   145 |  4890k| 103.5 |   133M |  50 |1652 |6761 |2124 |2167 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   2.54%
572.62/574.25	c   574s| 44900 |   153 |  4900k| 103.4 |   133M |  50 |1652 |6344 |2122 |2184 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   3.08%
573.32/574.99	c   575s| 45000 |   151 |  4906k| 103.4 |   133M |  50 |1652 |6416 |2122 |2191 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
574.02/575.68	c   576s| 45100 |   151 |  4913k| 103.3 |   133M |  50 |1652 |6542 |2122 |2195 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
574.82/576.41	c   576s| 45200 |   153 |  4919k| 103.2 |   133M |  50 |1652 |6667 |2123 |2200 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
575.52/577.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
575.52/577.20	c   577s| 45300 |   151 |  4926k| 103.1 |   133M |  50 |1652 |6810 |2124 |2210 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
576.31/577.94	c   578s| 45400 |   148 |  4932k| 103.0 |   133M |  50 |1652 |7017 |2123 |2211 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
577.21/578.86	c   579s| 45500 |   154 |  4941k| 103.0 |   133M |  50 |1652 |7107 |2123 |2216 |  2 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
578.11/579.79	c   580s| 45600 |   150 |  4949k| 103.0 |   133M |  50 |1652 |7186 |2122 |2218 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
579.10/580.74	c   581s| 45700 |   152 |  4958k| 102.9 |   133M |  50 |1652 |7291 |2122 |2224 |  1 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   3.11%
580.20/581.87	c   582s| 45800 |   148 |  4968k| 102.9 |   133M |  50 |1652 |7410 |2124 |2229 |  1 |  60k|  22 | 0.000000e+00 |      --      |    Inf |   3.12%
581.20/582.82	c   583s| 45900 |   150 |  4977k| 102.9 |   133M |  50 |1652 |7231 |2122 |2231 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   3.14%
582.00/583.67	c   584s| 46000 |   151 |  4984k| 102.8 |   133M |  50 |1652 |7219 |2123 |2238 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
582.99/584.61	c   585s| 46100 |   153 |  4992k| 102.8 |   133M |  50 |1652 |7381 |2123 |2243 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
583.99/585.63	c   586s| 46200 |   153 |  5002k| 102.8 |   133M |  50 |1652 |7526 |2122 |2245 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
584.89/586.51	c   587s| 46300 |   155 |  5010k| 102.7 |   133M |  50 |1652 |7639 |2122 |2245 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
585.88/587.53	c   588s| 46400 |   151 |  5019k| 102.7 |   133M |  50 |1652 |7753 |2122 |2246 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   3.15%
587.38/589.09	c   589s| 46500 |   153 |  5031k| 102.7 |   133M |  50 |1652 |7404 |2124 |2263 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf |   3.53%
588.68/590.31	c   590s| 46600 |   153 |  5040k| 102.7 |   133M |  50 |1652 |7226 |2122 |2271 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.69%
589.97/591.62	c   592s| 46700 |   155 |  5049k| 102.7 |   134M |  50 |1652 |7174 |2123 |2276 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.80%
591.67/593.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
591.67/593.39	c   593s| 46800 |   171 |  5061k| 102.7 |   135M |  50 |1652 |6417 |2124 |2302 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.89%
592.86/594.53	c   595s| 46900 |   177 |  5070k| 102.7 |   135M |  50 |1652 |6420 |2123 |2310 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.91%
593.76/595.48	c   595s| 47000 |   179 |  5079k| 102.7 |   135M |  50 |1652 |6470 |2124 |2312 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.92%
594.96/596.60	c   597s| 47100 |   177 |  5090k| 102.7 |   135M |  50 |1652 |6512 |2124 |2315 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.92%
596.16/597.82	c   598s| 47200 |   175 |  5101k| 102.7 |   135M |  50 |1652 |6504 |2123 |2323 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.94%
597.85/599.58	c   600s| 47300 |   187 |  5115k| 102.8 |   135M |  50 |1652 |6548 |2122 |2335 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.97%
598.95/600.62	c   601s| 47400 |   193 |  5124k| 102.8 |   135M |  50 |1652 |6651 |2122 |2336 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.98%
600.24/601.90	c   602s| 47500 |   197 |  5136k| 102.8 |   135M |  50 |1652 |6818 |2123 |2344 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf |   3.99%
601.35/603.07	c   603s| 47600 |   197 |  5146k| 102.8 |   135M |  50 |1652 |6902 |2122 |2357 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   3.99%
602.54/604.21	c   604s| 47700 |   207 |  5156k| 102.8 |   135M |  50 |1652 |6986 |2124 |2365 |  3 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   3.99%
603.63/605.30	c   605s| 47800 |   205 |  5166k| 102.8 |   135M |  50 |1652 |7120 |2122 |2373 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   3.99%
604.63/606.36	c   606s| 47900 |   203 |  5176k| 102.8 |   135M |  50 |1652 |7201 |2123 |2373 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   4.00%
605.83/607.53	c   608s| 48000 |   201 |  5187k| 102.8 |   135M |  50 |1652 |7251 |2122 |2378 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   4.00%
607.22/608.95	c   609s| 48100 |   211 |  5199k| 102.8 |   135M |  50 |1652 |7337 |2122 |2384 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   4.00%
608.52/610.22	c   610s| 48200 |   205 |  5211k| 102.8 |   135M |  50 |1652 |7469 |2122 |2386 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   4.00%
609.91/611.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
609.91/611.66	c   612s| 48300 |   209 |  5224k| 102.9 |   135M |  50 |1652 |7430 |2122 |2388 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
611.32/613.10	c   613s| 48400 |   217 |  5236k| 102.9 |   135M |  50 |1652 |7509 |2123 |2398 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
612.51/614.24	c   614s| 48500 |   215 |  5247k| 103.0 |   135M |  50 |1652 |7692 |2123 |2402 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
613.70/615.44	c   615s| 48600 |   225 |  5258k| 103.0 |   135M |  50 |1652 |7798 |2123 |2409 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
614.70/616.46	c   616s| 48700 |   223 |  5267k| 102.9 |   135M |  50 |1652 |7895 |2123 |2412 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
616.10/617.83	c   618s| 48800 |   229 |  5280k| 103.0 |   135M |  50 |1652 |7919 |2122 |2413 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
617.30/619.04	c   619s| 48900 |   229 |  5291k| 103.0 |   135M |  50 |1652 |8021 |2123 |2414 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
618.69/620.44	c   620s| 49000 |   221 |  5304k| 103.1 |   135M |  50 |1652 |8079 |2123 |2418 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
619.79/621.52	c   622s| 49100 |   215 |  5313k| 103.0 |   135M |  50 |1652 |8084 |2122 |2420 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   4.01%
620.98/622.79	c   623s| 49200 |   217 |  5324k| 103.0 |   135M |  50 |1652 |7953 |2125 |2433 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   4.03%
622.28/624.09	c   624s| 49300 |   215 |  5334k| 103.1 |   135M |  50 |1652 |8006 |2124 |2433 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   4.04%
623.77/625.51	c   626s| 49400 |   217 |  5346k| 103.1 |   135M |  50 |1652 |7814 |2124 |2444 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   4.05%
624.97/626.77	c   627s| 49500 |   225 |  5358k| 103.1 |   135M |  50 |1652 |7669 |2125 |2450 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   4.06%
626.07/627.88	c   628s| 49600 |   221 |  5368k| 103.1 |   135M |  50 |1652 |7749 |2125 |2453 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   4.07%
627.37/629.13	c   629s| 49700 |   225 |  5379k| 103.1 |   135M |  50 |1652 |7790 |2125 |2465 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf |   4.07%
628.46/630.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
628.46/630.29	c   630s| 49800 |   227 |  5389k| 103.1 |   135M |  50 |1652 |7762 |2124 |2468 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.08%
629.67/631.44	c   631s| 49900 |   227 |  5400k| 103.1 |   135M |  50 |1652 |7823 |2125 |2474 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.09%
630.66/632.42	c   632s| 50000 |   227 |  5408k| 103.1 |   135M |  50 |1652 |7871 |2125 |2474 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.10%
631.76/633.53	c   634s| 50100 |   227 |  5418k| 103.1 |   135M |  50 |1652 |7884 |2122 |2476 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.11%
632.86/634.70	c   635s| 50200 |   227 |  5429k| 103.1 |   135M |  50 |1652 |7590 |2126 |2486 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.12%
634.05/635.88	c   636s| 50300 |   229 |  5440k| 103.1 |   135M |  50 |1652 |7377 |2124 |2493 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.14%
635.45/637.20	c   637s| 50400 |   233 |  5451k| 103.1 |   135M |  50 |1652 |7261 |2124 |2504 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.16%
636.45/638.27	c   638s| 50500 |   231 |  5461k| 103.1 |   135M |  50 |1652 |7263 |2124 |2506 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.17%
637.35/639.17	c   639s| 50600 |   233 |  5470k| 103.1 |   135M |  50 |1652 |7427 |2126 |2514 |  2 |  66k|  22 | 0.000000e+00 |      --      |    Inf |   4.18%
638.64/640.40	c   640s| 50700 |   231 |  5481k| 103.1 |   135M |  50 |1652 |7530 |2124 |2520 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   4.18%
639.74/641.52	c   642s| 50800 |   229 |  5491k| 103.1 |   135M |  50 |1652 |7710 |2122 |2525 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   4.19%
641.03/642.83	c   643s| 50900 |   227 |  5503k| 103.1 |   135M |  50 |1652 |7680 |2122 |2529 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   4.21%
642.23/644.06	c   644s| 51000 |   227 |  5514k| 103.1 |   135M |  50 |1652 |7761 |2123 |2531 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   4.22%
643.42/645.28	c   645s| 51100 |   229 |  5525k| 103.2 |   135M |  50 |1652 |7784 |2124 |2536 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   4.22%
644.62/646.44	c   646s| 51200 |   227 |  5536k| 103.2 |   135M |  50 |1652 |7791 |2122 |2536 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   4.22%
645.72/647.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
645.72/647.55	c   648s| 51300 |   229 |  5546k| 103.2 |   135M |  50 |1652 |7809 |2124 |2542 |  2 |  67k|  22 | 0.000000e+00 |      --      |    Inf |   4.23%
646.72/648.56	c   649s| 51400 |   231 |  5555k| 103.1 |   135M |  50 |1652 |7906 |2126 |2545 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   4.24%
647.91/649.77	c   650s| 51500 |   227 |  5566k| 103.1 |   135M |  50 |1652 |7922 |2122 |2548 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   4.25%
649.31/651.19	c   651s| 51600 |   227 |  5577k| 103.2 |   135M |  50 |1652 |7562 |2126 |2558 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   4.35%
650.70/652.50	c   652s| 51700 |   223 |  5588k| 103.2 |   135M |  50 |1652 |7334 |2128 |2573 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   4.43%
651.70/653.57	c   654s| 51800 |   225 |  5598k| 103.2 |   135M |  50 |1652 |7296 |2122 |2575 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   4.46%
653.20/655.02	c   655s| 51900 |   229 |  5611k| 103.2 |   135M |  50 |1652 |7276 |2125 |2584 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   4.47%
654.89/656.70	c   657s| 52000 |   231 |  5625k| 103.3 |   135M |  50 |1652 |7397 |2125 |2596 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   4.49%
656.59/658.40	c   658s| 52100 |   244 |  5641k| 103.4 |   135M |  50 |1652 |7470 |2126 |2610 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf |   4.49%
657.78/659.60	c   660s| 52200 |   242 |  5652k| 103.4 |   135M |  50 |1652 |7699 |2126 |2610 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.49%
659.38/661.21	c   661s| 52300 |   248 |  5666k| 103.5 |   135M |  50 |1652 |7824 |2126 |2615 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.50%
660.57/662.47	c   662s| 52400 |   248 |  5677k| 103.5 |   135M |  50 |1652 |7904 |2125 |2620 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.50%
661.87/663.73	c   664s| 52500 |   246 |  5688k| 103.5 |   135M |  50 |1652 |7884 |2123 |2623 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.50%
663.07/664.92	c   665s| 52600 |   246 |  5699k| 103.5 |   135M |  50 |1652 |7817 |2123 |2627 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.54%
664.66/666.55	c   667s| 52700 |   250 |  5712k| 103.5 |   135M |  50 |1652 |7609 |2127 |2647 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.56%
665.86/667.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
665.86/667.78	c   668s| 52800 |   258 |  5723k| 103.6 |   135M |  50 |1652 |7590 |2128 |2653 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.59%
666.86/668.76	c   669s| 52900 |   258 |  5732k| 103.5 |   135M |  50 |1652 |7700 |2129 |2657 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.60%
667.95/669.86	c   670s| 53000 |   258 |  5741k| 103.5 |   135M |  50 |1652 |7775 |2128 |2667 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf |   4.61%
669.25/671.18	c   671s| 53100 |   266 |  5753k| 103.5 |   135M |  50 |1652 |7816 |2128 |2677 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.61%
670.45/672.35	c   672s| 53200 |   264 |  5764k| 103.5 |   135M |  50 |1652 |7879 |2127 |2689 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
671.44/673.39	c   673s| 53300 |   262 |  5773k| 103.5 |   135M |  50 |1652 |7975 |2128 |2696 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
672.64/674.56	c   675s| 53400 |   262 |  5784k| 103.5 |   135M |  50 |1652 |8089 |2129 |2704 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
673.74/675.68	c   676s| 53500 |   260 |  5794k| 103.5 |   135M |  50 |1652 |8236 |2129 |2707 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
674.73/676.69	c   677s| 53600 |   260 |  5803k| 103.5 |   135M |  50 |1652 |8288 |2129 |2713 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
676.03/677.94	c   678s| 53700 |   256 |  5815k| 103.5 |   135M |  50 |1652 |8421 |2130 |2718 |  2 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.62%
677.52/679.42	c   679s| 53800 |   260 |  5827k| 103.6 |   135M |  50 |1652 |8396 |2128 |2730 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.64%
678.72/680.68	c   681s| 53900 |   254 |  5838k| 103.6 |   135M |  50 |1652 |8333 |2129 |2737 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.65%
679.92/681.82	c   682s| 54000 |   254 |  5849k| 103.6 |   135M |  50 |1652 |8253 |2127 |2746 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.67%
681.31/683.29	c   683s| 54100 |   256 |  5861k| 103.6 |   135M |  50 |1652 |8069 |2124 |2761 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf |   4.72%
682.51/684.43	c   684s| 54200 |   260 |  5872k| 103.6 |   135M |  50 |1652 |7904 |2126 |2767 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   4.73%
684.11/686.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
684.11/686.04	c   686s| 54300 |   262 |  5883k| 103.6 |   135M |  50 |1652 |7882 |2124 |2769 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   4.74%
685.21/687.11	c   687s| 54400 |   258 |  5893k| 103.6 |   135M |  50 |1652 |7999 |2124 |2772 |  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   4.74%
686.50/688.41	c   688s| 54500 |   260 |  5905k| 103.7 |   135M |  50 |1652 |8132 |2126 |2784 |  2 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
687.70/689.60	c   690s| 54600 |   260 |  5916k| 103.7 |   135M |  50 |1652 |8339 |2126 |2794 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
688.89/690.84	c   691s| 54700 |   256 |  5927k| 103.7 |   135M |  50 |1652 |8284 |2124 |2805 |  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf |   4.75%
690.09/692.01	c   692s| 54800 |   256 |  5937k| 103.7 |   135M |  50 |1652 |8099 |2124 |2812 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   4.77%
691.19/693.15	c   693s| 54900 |   260 |  5948k| 103.7 |   135M |  50 |1652 |7955 |2125 |2818 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   4.78%
692.88/694.88	c   695s| 55000 |   268 |  5960k| 103.7 |   135M |  50 |1652 |7429 |2123 |2842 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   4.84%
694.28/696.28	c   696s| 55100 |   266 |  5973k| 103.8 |   135M |  50 |1652 |7299 |2125 |2843 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   4.91%
695.77/697.79	c   698s| 55200 |   272 |  5985k| 103.8 |   135M |  50 |1652 |7247 |2123 |2857 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   4.98%
697.07/699.06	c   699s| 55300 |   276 |  5996k| 103.8 |   136M |  50 |1652 |7260 |2122 |2865 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.02%
698.36/700.32	c   700s| 55400 |   276 |  6007k| 103.8 |   136M |  50 |1652 |7342 |2122 |2871 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.03%
699.56/701.54	c   702s| 55500 |   274 |  6019k| 103.8 |   136M |  50 |1652 |7396 |2122 |2876 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.04%
700.96/703.00	c   703s| 55600 |   282 |  6032k| 103.9 |   136M |  50 |1652 |7391 |2122 |2881 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.07%
702.16/704.18	c   704s| 55700 |   278 |  6042k| 103.9 |   136M |  50 |1652 |7497 |2124 |2895 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.12%
703.45/705.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
703.45/705.47	c   705s| 55800 |   278 |  6053k| 103.9 |   136M |  50 |1652 |7518 |2123 |2898 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.16%
705.05/707.06	c   707s| 55900 |   286 |  6067k| 103.9 |   136M |  50 |1652 |7312 |2123 |2910 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.22%
706.74/708.70	c   709s| 56000 |   288 |  6081k| 104.0 |   136M |  50 |1652 |7171 |2125 |2918 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.23%
708.23/710.29	c   710s| 56100 |   286 |  6095k| 104.1 |   136M |  50 |1652 |7214 |2127 |2933 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf |   5.25%
709.63/711.66	c   712s| 56200 |   284 |  6108k| 104.1 |   136M |  50 |1652 |7294 |2124 |2941 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   5.25%
711.13/713.13	c   713s| 56300 |   286 |  6121k| 104.2 |   136M |  50 |1652 |7134 |2125 |2951 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   5.32%
712.52/714.50	c   714s| 56400 |   292 |  6133k| 104.2 |   136M |  50 |1652 |7143 |2125 |2956 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   5.34%
713.72/715.78	c   716s| 56500 |   296 |  6144k| 104.2 |   136M |  50 |1652 |7264 |2125 |2960 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   5.35%
715.31/717.34	c   717s| 56600 |   296 |  6157k| 104.2 |   136M |  50 |1652 |7525 |2125 |2966 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   5.36%
716.51/718.56	c   719s| 56700 |   288 |  6168k| 104.3 |   136M |  50 |1652 |7486 |2126 |2974 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   5.40%
717.81/719.81	c   720s| 56800 |   284 |  6178k| 104.3 |   136M |  50 |1652 |7388 |2124 |2985 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   5.46%
718.80/720.82	c   721s| 56900 |   288 |  6188k| 104.2 |   136M |  50 |1652 |7240 |2124 |2995 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf |   5.50%
719.90/721.96	c   722s| 57000 |   285 |  6198k| 104.2 |   136M |  50 |1652 |7408 |2124 |3003 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   5.51%
720.80/722.86	c   723s| 57100 |   285 |  6206k| 104.2 |   136M |  50 |1652 |7434 |2124 |3005 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   5.53%
721.79/723.85	c   724s| 57200 |   287 |  6215k| 104.2 |   136M |  50 |1652 |7354 |2124 |3006 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   5.55%
722.69/724.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
722.69/724.73	c   725s| 57300 |   285 |  6223k| 104.1 |   136M |  50 |1652 |7430 |2124 |3007 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   5.57%
723.80/725.82	c   726s| 57400 |   287 |  6233k| 104.1 |   136M |  50 |1652 |7479 |2126 |3018 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
724.69/726.79	c   727s| 57500 |   285 |  6242k| 104.1 |   136M |  50 |1652 |7546 |2124 |3029 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   5.58%
726.09/728.12	c   728s| 57600 |   287 |  6254k| 104.1 |   136M |  50 |1652 |7649 |2126 |3041 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf |   5.59%
727.18/729.29	c   729s| 57700 |   283 |  6265k| 104.1 |   136M |  50 |1652 |7819 |2125 |3050 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
728.38/730.45	c   730s| 57800 |   285 |  6275k| 104.1 |   136M |  50 |1652 |8078 |2127 |3068 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
729.28/731.34	c   731s| 57900 |   283 |  6283k| 104.1 |   136M |  50 |1652 |8366 |2126 |3073 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
730.28/732.38	c   732s| 58000 |   282 |  6293k| 104.1 |   136M |  50 |1652 |8593 |2126 |3077 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf |   5.60%
731.47/733.58	c   734s| 58100 |   282 |  6303k| 104.1 |   136M |  50 |1652 |8594 |2127 |3089 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   5.70%
732.67/734.78	c   735s| 58200 |   280 |  6314k| 104.1 |   136M |  50 |1652 |8765 |2125 |3093 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   5.70%
733.97/736.06	c   736s| 58300 |   288 |  6325k| 104.1 |   136M |  50 |1652 |8588 |2127 |3112 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   5.72%
735.26/737.33	c   737s| 58400 |   287 |  6337k| 104.1 |   136M |  50 |1652 |8868 |2126 |3122 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   5.72%
736.56/738.67	c   739s| 58500 |   289 |  6349k| 104.1 |   136M |  50 |1652 |8888 |2126 |3128 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf |   5.72%
737.75/739.85	c   740s| 58600 |   283 |  6360k| 104.1 |   136M |  50 |1652 |8895 |2123 |3135 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.72%
738.95/741.03	c   741s| 58700 |   285 |  6370k| 104.1 |   136M |  50 |1652 |8580 |2123 |3141 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.73%
739.95/742.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
739.95/742.10	c   742s| 58800 |   286 |  6379k| 104.1 |   136M |  50 |1652 |8585 |2132 |3152 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.73%
741.34/743.47	c   743s| 58900 |   282 |  6392k| 104.2 |   136M |  50 |1652 |8488 |2123 |3154 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.73%
742.73/744.81	c   745s| 59000 |   276 |  6404k| 104.2 |   136M |  50 |1652 |8116 |2123 |3158 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.75%
743.83/745.93	c   746s| 59100 |   276 |  6414k| 104.2 |   136M |  50 |1652 |8021 |2129 |3175 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.76%
745.23/747.35	c   747s| 59200 |   274 |  6426k| 104.2 |   136M |  50 |1652 |7700 |2124 |3186 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.82%
746.52/748.60	c   749s| 59300 |   274 |  6437k| 104.2 |   136M |  50 |1652 |7551 |2122 |3191 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.87%
747.93/750.03	c   750s| 59400 |   274 |  6449k| 104.2 |   136M |  50 |1652 |7174 |2123 |3199 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.97%
749.12/751.24	c   751s| 59500 |   274 |  6460k| 104.3 |   136M |  50 |1652 |7032 |2124 |3207 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   5.99%
750.21/752.33	c   752s| 59600 |   276 |  6470k| 104.2 |   136M |  50 |1652 |6933 |2123 |3215 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   6.00%
751.51/753.60	c   754s| 59700 |   276 |  6482k| 104.3 |   136M |  50 |1652 |7036 |2126 |3227 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   6.00%
752.71/754.86	c   755s| 59800 |   270 |  6493k| 104.3 |   136M |  50 |1652 |6845 |2123 |3229 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf |   6.02%
754.70/756.82	c   757s| 59900 |   276 |  6509k| 104.4 |   136M |  50 |1652 |6854 |2128 |3250 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.05%
755.80/758.00	c   758s| 60000 |   275 |  6520k| 104.4 |   136M |  50 |1652 |6827 |2129 |3258 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.08%
756.90/759.07	c   759s| 60100 |   279 |  6530k| 104.4 |   136M |  50 |1652 |6846 |2129 |3262 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.10%
758.00/760.15	c   760s| 60200 |   277 |  6540k| 104.4 |   136M |  50 |1652 |6897 |2125 |3270 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.11%
759.19/761.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
759.19/761.39	c   761s| 60300 |   273 |  6551k| 104.4 |   136M |  50 |1652 |6909 |2128 |3279 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.13%
760.39/762.55	c   763s| 60400 |   277 |  6562k| 104.4 |   136M |  50 |1652 |6916 |2128 |3290 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.15%
761.68/763.88	c   764s| 60500 |   273 |  6574k| 104.4 |   136M |  50 |1652 |6913 |2125 |3297 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.16%
763.38/765.51	c   765s| 60600 |   279 |  6587k| 104.4 |   136M |  50 |1652 |6858 |2123 |3314 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.23%
764.17/766.37	c   766s| 60700 |   275 |  6595k| 104.4 |   136M |  50 |1652 |6929 |2125 |3316 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.26%
765.07/767.23	c   767s| 60800 |   274 |  6603k| 104.4 |   136M |  50 |1652 |6959 |2122 |3323 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.27%
766.17/768.39	c   768s| 60900 |   280 |  6613k| 104.4 |   136M |  50 |1652 |6981 |2123 |3352 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf |   6.28%
767.17/769.37	c   769s| 61000 |   274 |  6622k| 104.3 |   136M |  50 |1652 |7072 |2125 |3381 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.28%
768.27/770.41	c   770s| 61100 |   277 |  6632k| 104.3 |   136M |  50 |1652 |7108 |2125 |3414 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.28%
769.27/771.48	c   771s| 61200 |   275 |  6641k| 104.3 |   136M |  50 |1652 |7163 |2122 |3428 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.29%
770.36/772.54	c   773s| 61300 |   281 |  6651k| 104.3 |   136M |  50 |1652 |7187 |2125 |3445 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.29%
771.46/773.67	c   774s| 61400 |   275 |  6661k| 104.3 |   136M |  50 |1652 |7242 |2125 |3465 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.29%
772.46/774.69	c   775s| 61500 |   275 |  6670k| 104.3 |   136M |  50 |1652 |7395 |2122 |3469 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.29%
773.65/775.81	c   776s| 61600 |   275 |  6680k| 104.3 |   136M |  50 |1652 |7326 |2126 |3481 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.29%
774.95/777.13	c   777s| 61700 |   275 |  6693k| 104.3 |   136M |  50 |1652 |7280 |2126 |3495 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.29%
775.95/778.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
775.95/778.18	c   778s| 61800 |   275 |  6703k| 104.3 |   136M |  50 |1652 |7409 |2126 |3502 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf |   6.30%
776.95/779.18	c   779s| 61900 |   275 |  6712k| 104.3 |   136M |  50 |1652 |7498 |2128 |3510 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   6.30%
778.24/780.49	c   780s| 62000 |   275 |  6723k| 104.3 |   136M |  50 |1652 |7409 |2123 |3519 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   6.30%
779.23/781.47	c   781s| 62100 |   277 |  6732k| 104.3 |   136M |  50 |1652 |7282 |2125 |3525 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   6.32%
780.33/782.55	c   783s| 62200 |   275 |  6742k| 104.3 |   136M |  50 |1652 |7413 |2125 |3531 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   6.32%
781.33/783.53	c   784s| 62300 |   275 |  6751k| 104.2 |   136M |  50 |1652 |7532 |2124 |3539 |  2 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   6.33%
782.32/784.56	c   785s| 62400 |   275 |  6761k| 104.2 |   136M |  50 |1652 |7574 |2123 |3540 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   6.34%
783.32/785.56	c   786s| 62500 |   272 |  6770k| 104.2 |   136M |  50 |1652 |7700 |2123 |3548 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf |   6.34%
784.42/786.68	c   787s| 62600 |   272 |  6780k| 104.2 |   136M |  50 |1652 |7899 |2122 |3555 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   6.35%
785.61/787.82	c   788s| 62700 |   272 |  6791k| 104.2 |   136M |  50 |1652 |7995 |2124 |3559 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   6.35%
786.71/788.91	c   789s| 62800 |   272 |  6801k| 104.2 |   136M |  50 |1652 |7828 |2123 |3566 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   6.38%
787.81/790.02	c   790s| 62900 |   270 |  6811k| 104.2 |   136M |  50 |1652 |7840 |2128 |3585 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   6.39%
789.00/791.23	c   791s| 63000 |   268 |  6822k| 104.2 |   136M |  50 |1652 |7622 |2125 |3587 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   6.40%
790.10/792.33	c   792s| 63100 |   270 |  6832k| 104.2 |   136M |  50 |1652 |6998 |2125 |3590 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   6.40%
791.29/793.58	c   794s| 63200 |   268 |  6843k| 104.2 |   136M |  50 |1652 |6773 |2124 |3592 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   6.40%
792.39/794.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
792.39/794.67	c   795s| 63300 |   268 |  6853k| 104.2 |   136M |  50 |1652 |6776 |2125 |3596 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf |   6.43%
793.99/796.28	c   796s| 63400 |   268 |  6868k| 104.3 |   136M |  50 |1652 |6213 |2124 |3599 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.46%
795.58/797.88	c   798s| 63500 |   271 |  6881k| 104.3 |   136M |  50 |1652 |5701 |2126 |3607 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.49%
796.78/799.04	c   799s| 63600 |   271 |  6892k| 104.3 |   136M |  50 |1652 |5604 |2124 |3614 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.50%
798.97/801.28	c   801s| 63700 |   277 |  6910k| 104.4 |   136M |  50 |1652 |5371 |2123 |3619 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.50%
800.57/802.89	c   803s| 63800 |   291 |  6923k| 104.5 |   136M |  50 |1652 |5038 |2123 |3629 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.67%
801.46/803.79	c   804s| 63900 |   287 |  6931k| 104.4 |   136M |  50 |1652 |5029 |2124 |3631 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.67%
802.56/804.80	c   805s| 64000 |   285 |  6940k| 104.4 |   136M |  50 |1652 |5051 |2125 |3633 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.67%
803.86/806.11	c   806s| 64100 |   285 |  6952k| 104.4 |   136M |  50 |1652 |4954 |2123 |3637 |  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.68%
804.86/807.17	c   807s| 64200 |   285 |  6961k| 104.4 |   136M |  50 |1652 |4962 |2123 |3640 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.68%
806.15/808.45	c   808s| 64300 |   283 |  6973k| 104.4 |   136M |  50 |1652 |4843 |2122 |3641 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.68%
807.15/809.48	c   809s| 64400 |   283 |  6982k| 104.4 |   136M |  50 |1652 |4843 |2124 |3646 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.69%
808.44/810.76	c   811s| 64500 |   281 |  6994k| 104.4 |   136M |  50 |1652 |4813 |2125 |3652 |  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf |   6.69%
809.74/812.00	c   812s| 64600 |   281 |  7006k| 104.5 |   136M |  50 |1652 |4655 |2122 |3654 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
810.74/813.05	c   813s| 64700 |   285 |  7015k| 104.4 |   136M |  50 |1652 |4728 |2125 |3657 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
811.74/814.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
811.74/814.04	c   814s| 64800 |   287 |  7024k| 104.4 |   136M |  50 |1652 |4749 |2123 |3665 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
812.43/814.80	c   815s| 64900 |   289 |  7031k| 104.4 |   136M |  50 |1652 |4894 |2123 |3665 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
813.23/815.57	c   816s| 65000 |   287 |  7039k| 104.3 |   136M |  50 |1652 |4994 |2123 |3666 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
814.42/816.70	c   817s| 65100 |   285 |  7049k| 104.3 |   136M |  50 |1652 |5099 |2123 |3668 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
815.42/817.70	c   818s| 65200 |   289 |  7059k| 104.3 |   136M |  50 |1652 |5163 |2124 |3673 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
816.12/818.47	c   818s| 65300 |   287 |  7066k| 104.3 |   136M |  50 |1652 |5213 |2124 |3673 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
817.02/819.35	c   819s| 65400 |   285 |  7075k| 104.3 |   136M |  50 |1652 |5354 |2124 |3673 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
818.01/820.31	c   820s| 65500 |   283 |  7084k| 104.2 |   136M |  50 |1652 |5441 |2125 |3677 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
819.11/821.44	c   821s| 65600 |   285 |  7094k| 104.2 |   136M |  50 |1652 |5486 |2124 |3680 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
820.31/822.66	c   823s| 65700 |   285 |  7105k| 104.2 |   136M |  50 |1652 |5397 |2122 |3680 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
821.50/823.80	c   824s| 65800 |   283 |  7116k| 104.2 |   136M |  50 |1652 |5436 |2123 |3682 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
822.60/825.00	c   825s| 65900 |   287 |  7127k| 104.2 |   136M |  50 |1652 |5276 |2122 |3687 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.70%
823.80/826.17	c   826s| 66000 |   287 |  7137k| 104.2 |   136M |  50 |1652 |5062 |2126 |3692 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.72%
825.19/827.55	c   828s| 66100 |   287 |  7150k| 104.3 |   136M |  50 |1652 |4949 |2125 |3699 |  2 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.74%
826.49/828.83	c   829s| 66200 |   289 |  7160k| 104.3 |   136M |  50 |1652 |4863 |2124 |3714 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.78%
827.69/830.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
827.69/830.02	c   830s| 66300 |   287 |  7170k| 104.3 |   136M |  50 |1652 |4866 |2122 |3716 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.79%
828.88/831.22	c   831s| 66400 |   287 |  7181k| 104.3 |   136M |  50 |1652 |4829 |2128 |3724 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.80%
829.98/832.38	c   832s| 66500 |   293 |  7192k| 104.3 |   136M |  50 |1652 |4799 |2128 |3724 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.80%
831.27/833.68	c   834s| 66600 |   293 |  7202k| 104.3 |   136M |  50 |1652 |4736 |2127 |3735 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf |   6.82%
832.27/834.68	c   835s| 66700 |   295 |  7211k| 104.3 |   136M |  50 |1652 |4755 |2124 |3738 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   6.83%
833.17/835.58	c   836s| 66800 |   294 |  7220k| 104.2 |   136M |  50 |1652 |4882 |2125 |3740 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   6.83%
833.97/836.36	c   836s| 66900 |   294 |  7227k| 104.2 |   136M |  50 |1652 |5055 |2124 |3742 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   6.83%
834.77/837.14	c   837s| 67000 |   292 |  7234k| 104.1 |   136M |  50 |1652 |5197 |2125 |3743 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   6.83%
835.56/837.91	c   838s| 67100 |   292 |  7241k| 104.1 |   136M |  50 |1652 |5334 |2125 |3745 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   6.83%
836.56/838.93	c   839s| 67200 |   292 |  7251k| 104.1 |   136M |  50 |1652 |5252 |2124 |3747 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
837.55/839.96	c   840s| 67300 |   292 |  7260k| 104.1 |   136M |  50 |1652 |5202 |2126 |3753 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
838.55/840.98	c   841s| 67400 |   291 |  7270k| 104.1 |   136M |  50 |1652 |5284 |2125 |3756 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
839.95/842.35	c   842s| 67500 |   291 |  7282k| 104.1 |   136M |  50 |1652 |5387 |2125 |3761 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
841.14/843.55	c   844s| 67600 |   289 |  7293k| 104.1 |   136M |  50 |1652 |5483 |2126 |3767 |  2 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
842.44/844.84	c   845s| 67700 |   289 |  7305k| 104.1 |   136M |  50 |1652 |5423 |2123 |3768 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
843.54/845.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
843.54/845.99	c   846s| 67800 |   287 |  7315k| 104.1 |   136M |  50 |1652 |5391 |2127 |3769 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
844.83/847.28	c   847s| 67900 |   291 |  7326k| 104.1 |   136M |  50 |1652 |5388 |2125 |3776 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
846.23/848.60	c   849s| 68000 |   291 |  7339k| 104.1 |   136M |  50 |1652 |5513 |2124 |3777 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
847.43/849.88	c   850s| 68100 |   291 |  7350k| 104.2 |   136M |  50 |1652 |5544 |2122 |3781 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.84%
848.82/851.23	c   851s| 68200 |   289 |  7361k| 104.2 |   136M |  50 |1652 |5385 |2124 |3789 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf |   6.90%
850.01/852.49	c   852s| 68300 |   289 |  7373k| 104.2 |   136M |  50 |1652 |5462 |2125 |3794 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.94%
851.21/853.62	c   854s| 68400 |   293 |  7383k| 104.2 |   136M |  50 |1652 |5511 |2124 |3801 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.94%
852.31/854.73	c   855s| 68500 |   289 |  7393k| 104.2 |   136M |  50 |1652 |5578 |2124 |3806 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.95%
853.21/855.64	c   856s| 68600 |   291 |  7401k| 104.2 |   136M |  50 |1652 |5587 |2126 |3813 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.95%
854.10/856.53	c   857s| 68700 |   289 |  7410k| 104.1 |   136M |  50 |1652 |5643 |2124 |3817 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.95%
855.30/857.71	c   858s| 68800 |   293 |  7421k| 104.1 |   136M |  50 |1652 |5665 |2125 |3827 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.96%
856.30/858.74	c   859s| 68900 |   289 |  7430k| 104.1 |   136M |  50 |1652 |5723 |2124 |3839 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.96%
857.49/859.99	c   860s| 69000 |   297 |  7441k| 104.1 |   136M |  50 |1652 |5472 |2121 |3845 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.98%
858.39/860.86	c   861s| 69100 |   295 |  7449k| 104.1 |   136M |  50 |1652 |5554 |2121 |3845 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.98%
859.19/861.61	c   862s| 69200 |   299 |  7456k| 104.0 |   136M |  50 |1652 |5630 |2121 |3847 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.98%
860.08/862.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
860.08/862.53	c   863s| 69300 |   299 |  7465k| 104.0 |   136M |  50 |1652 |5700 |2121 |3847 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.99%
861.08/863.55	c   864s| 69400 |   297 |  7475k| 104.0 |   136M |  50 |1652 |5709 |2121 |3850 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf |   6.99%
862.18/864.62	c   865s| 69500 |   299 |  7485k| 104.0 |   136M |  50 |1652 |5791 |2121 |3852 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   6.99%
863.18/865.61	c   866s| 69600 |   299 |  7494k| 104.0 |   136M |  50 |1652 |5976 |2122 |3856 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
864.07/866.52	c   867s| 69700 |   294 |  7502k| 104.0 |   136M |  50 |1652 |6167 |2122 |3856 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
865.27/867.77	c   868s| 69800 |   296 |  7514k| 104.0 |   136M |  50 |1652 |6171 |2121 |3860 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
866.37/868.85	c   869s| 69900 |   300 |  7524k| 104.0 |   136M |  50 |1652 |6231 |2122 |3861 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
867.36/869.85	c   870s| 70000 |   298 |  7533k| 104.0 |   136M |  50 |1652 |6300 |2122 |3866 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
868.26/870.77	c   871s| 70100 |   300 |  7542k| 103.9 |   136M |  50 |1652 |6347 |2122 |3868 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
869.36/871.80	c   872s| 70200 |   294 |  7552k| 103.9 |   136M |  50 |1652 |6422 |2123 |3869 |  0 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
870.16/872.65	c   873s| 70300 |   296 |  7559k| 103.9 |   136M |  50 |1652 |6492 |2121 |3870 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
871.15/873.62	c   874s| 70400 |   296 |  7569k| 103.9 |   136M |  50 |1652 |6534 |2121 |3870 |  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
872.05/874.59	c   875s| 70500 |   298 |  7578k| 103.9 |   136M |  50 |1652 |6637 |2122 |3874 |  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
873.05/875.50	c   875s| 70600 |   298 |  7586k| 103.8 |   136M |  50 |1652 |6780 |2121 |3874 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
873.94/876.40	c   876s| 70700 |   302 |  7595k| 103.8 |   136M |  50 |1652 |6870 |2121 |3874 |  1 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
874.94/877.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
874.94/877.40	c   877s| 70800 |   298 |  7604k| 103.8 |   136M |  50 |1652 |6972 |2122 |3875 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
876.04/878.53	c   879s| 70900 |   296 |  7615k| 103.8 |   136M |  50 |1652 |7085 |2122 |3875 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
877.14/879.64	c   880s| 71000 |   298 |  7625k| 103.8 |   136M |  50 |1652 |7140 |2122 |3875 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
878.23/880.75	c   881s| 71100 |   294 |  7636k| 103.8 |   136M |  50 |1652 |7162 |2121 |3876 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
879.33/881.82	c   882s| 71200 |   294 |  7646k| 103.8 |   136M |  50 |1652 |7255 |2122 |3877 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
880.53/883.03	c   883s| 71300 |   296 |  7657k| 103.8 |   136M |  50 |1652 |7052 |2121 |3878 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.00%
881.63/884.13	c   884s| 71400 |   302 |  7667k| 103.8 |   136M |  50 |1652 |6577 |2121 |3879 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.01%
882.62/885.12	c   885s| 71500 |   304 |  7676k| 103.8 |   136M |  50 |1652 |6450 |2121 |3881 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.02%
883.52/886.04	c   886s| 71600 |   304 |  7685k| 103.8 |   136M |  50 |1652 |6489 |2121 |3884 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.02%
884.62/887.14	c   887s| 71700 |   306 |  7694k| 103.7 |   136M |  50 |1652 |6484 |2122 |3886 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.02%
885.61/888.12	c   888s| 71800 |   304 |  7703k| 103.7 |   136M |  50 |1652 |6507 |2121 |3889 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.02%
886.81/889.33	c   889s| 71900 |   298 |  7715k| 103.7 |   136M |  50 |1652 |6500 |2122 |3895 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.02%
887.90/890.49	c   890s| 72000 |   304 |  7725k| 103.7 |   136M |  50 |1652 |6332 |2121 |3898 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.03%
888.90/891.47	c   891s| 72100 |   302 |  7734k| 103.7 |   136M |  50 |1652 |6471 |2121 |3900 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.03%
890.20/892.73	c   893s| 72200 |   304 |  7745k| 103.7 |   136M |  50 |1652 |6640 |2121 |3901 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.03%
891.29/893.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
891.29/893.88	c   894s| 72300 |   304 |  7756k| 103.7 |   136M |  50 |1652 |6687 |2121 |3902 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.03%
892.69/895.25	c   895s| 72400 |   302 |  7768k| 103.8 |   136M |  50 |1652 |6688 |2121 |3904 |  0 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.03%
893.88/896.47	c   896s| 72500 |   302 |  7780k| 103.8 |   136M |  50 |1652 |6714 |2121 |3904 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf |   7.04%
895.08/897.63	c   898s| 72600 |   297 |  7790k| 103.8 |   136M |  50 |1652 |6822 |2122 |3909 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.04%
896.38/898.92	c   899s| 72700 |   297 |  7801k| 103.8 |   136M |  50 |1652 |6499 |2122 |3918 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.23%
897.58/900.14	c   900s| 72800 |   304 |  7812k| 103.8 |   136M |  50 |1652 |6089 |2122 |3920 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.25%
898.77/901.39	c   901s| 72900 |   302 |  7824k| 103.8 |   136M |  50 |1652 |6184 |2122 |3923 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.25%
900.27/902.89	c   903s| 73000 |   302 |  7838k| 103.9 |   136M |  50 |1652 |6117 |2122 |3926 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.25%
901.47/904.02	c   904s| 73100 |   300 |  7847k| 103.8 |   136M |  50 |1652 |5713 |2123 |3931 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.31%
902.57/905.12	c   905s| 73200 |   302 |  7857k| 103.8 |   136M |  50 |1652 |5806 |2124 |3933 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.36%
903.76/906.37	c   906s| 73300 |   304 |  7868k| 103.8 |   136M |  50 |1652 |5469 |2125 |3935 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.37%
905.25/907.86	c   908s| 73400 |   304 |  7881k| 103.9 |   136M |  50 |1652 |5423 |2123 |3935 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.37%
906.15/908.78	c   909s| 73500 |   306 |  7890k| 103.9 |   136M |  50 |1652 |5405 |2123 |3935 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf |   7.37%
907.05/909.60	c   910s| 73600 |   308 |  7898k| 103.8 |   136M |  50 |1652 |5412 |2123 |3936 |  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
907.75/910.33	c   910s| 73700 |   306 |  7904k| 103.8 |   136M |  50 |1652 |5488 |2122 |3936 |  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
908.55/911.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
908.55/911.17	c   911s| 73800 |   304 |  7912k| 103.7 |   136M |  50 |1652 |5585 |2123 |3938 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
909.64/912.22	c   912s| 73900 |   302 |  7922k| 103.7 |   136M |  50 |1652 |5590 |2123 |3938 |  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
910.64/913.27	c   913s| 74000 |   306 |  7932k| 103.7 |   136M |  50 |1652 |5498 |2123 |3938 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
911.74/914.39	c   914s| 74100 |   304 |  7943k| 103.7 |   136M |  50 |1652 |5498 |2123 |3938 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
912.83/915.40	c   915s| 74200 |   304 |  7952k| 103.7 |   136M |  50 |1652 |5453 |2123 |3940 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
914.23/916.83	c   917s| 74300 |   302 |  7965k| 103.8 |   136M |  50 |1652 |5479 |2124 |3941 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
915.53/918.17	c   918s| 74400 |   300 |  7977k| 103.8 |   136M |  50 |1652 |5505 |2125 |3944 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
916.82/919.45	c   919s| 74500 |   302 |  7988k| 103.8 |   136M |  50 |1652 |5668 |2126 |3945 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
918.62/921.23	c   921s| 74600 |   300 |  8000k| 103.8 |   136M |  50 |1652 |5680 |2125 |3956 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.38%
920.01/922.62	c   923s| 74700 |   302 |  8013k| 103.8 |   136M |  50 |1652 |5724 |2126 |3959 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.39%
921.41/924.06	c   924s| 74800 |   300 |  8026k| 103.9 |   136M |  50 |1652 |5894 |2126 |3963 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf |   7.39%
922.71/925.37	c   925s| 74900 |   304 |  8036k| 103.9 |   136M |  50 |1652 |5870 |2124 |3973 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   7.39%
924.10/926.73	c   927s| 75000 |   300 |  8049k| 103.9 |   136M |  50 |1652 |5597 |2124 |3977 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
925.30/927.95	c   928s| 75100 |   302 |  8060k| 103.9 |   136M |  50 |1652 |5577 |2124 |3980 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
926.30/928.93	c   929s| 75200 |   302 |  8068k| 103.9 |   136M |  50 |1652 |5687 |2124 |3980 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
927.51/930.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
927.51/930.15	c   930s| 75300 |   300 |  8079k| 103.9 |   136M |  50 |1652 |5747 |2122 |3981 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
928.60/931.22	c   931s| 75400 |   300 |  8089k| 103.9 |   136M |  50 |1652 |5760 |2123 |3991 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
929.79/932.47	c   932s| 75500 |   308 |  8100k| 103.9 |   136M |  50 |1652 |5464 |2122 |3994 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
930.99/933.60	c   934s| 75600 |   310 |  8110k| 103.9 |   136M |  50 |1652 |5473 |2124 |4000 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
932.19/934.83	c   935s| 75700 |   310 |  8121k| 103.9 |   136M |  50 |1652 |5551 |2124 |4001 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
933.18/935.86	c   936s| 75800 |   310 |  8130k| 103.9 |   136M |  50 |1652 |5636 |2122 |4001 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
934.28/936.98	c   937s| 75900 |   310 |  8140k| 103.9 |   136M |  50 |1652 |5663 |2123 |4003 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
935.18/937.87	c   938s| 76000 |   314 |  8149k| 103.8 |   136M |  50 |1652 |5739 |2124 |4008 |  2 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
936.26/938.97	c   939s| 76100 |   310 |  8158k| 103.8 |   136M |  50 |1652 |5737 |2123 |4016 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
937.55/940.25	c   940s| 76200 |   310 |  8170k| 103.9 |   136M |  50 |1652 |5780 |2124 |4023 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
938.94/941.62	c   942s| 76300 |   314 |  8182k| 103.9 |   136M |  50 |1652 |5779 |2124 |4028 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
940.14/942.84	c   943s| 76400 |   318 |  8193k| 103.9 |   136M |  50 |1652 |5866 |2124 |4028 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
941.04/943.75	c   944s| 76500 |   322 |  8201k| 103.9 |   136M |  50 |1652 |6069 |2124 |4029 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
942.13/944.83	c   945s| 76600 |   322 |  8211k| 103.8 |   136M |  50 |1652 |6131 |2124 |4029 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
943.44/946.12	c   946s| 76700 |   326 |  8223k| 103.9 |   136M |  50 |1652 |6220 |2124 |4032 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
944.93/947.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
944.93/947.65	c   948s| 76800 |   320 |  8236k| 103.9 |   137M |  50 |1652 |6240 |2124 |4043 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
946.33/949.01	c   949s| 76900 |   326 |  8248k| 103.9 |   137M |  50 |1652 |6253 |2124 |4043 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
947.62/950.39	c   950s| 77000 |   324 |  8261k| 104.0 |   137M |  50 |1652 |6292 |2124 |4043 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
948.82/951.55	c   952s| 77100 |   324 |  8271k| 104.0 |   137M |  50 |1652 |6304 |2124 |4046 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
949.91/952.63	c   953s| 77200 |   324 |  8281k| 104.0 |   137M |  50 |1652 |6386 |2124 |4046 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
950.91/953.67	c   954s| 77300 |   322 |  8291k| 103.9 |   137M |  50 |1652 |6421 |2124 |4047 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
952.01/954.72	c   955s| 77400 |   322 |  8300k| 103.9 |   137M |  50 |1652 |6404 |2124 |4047 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
953.01/955.70	c   956s| 77500 |   324 |  8310k| 103.9 |   137M |  50 |1652 |6476 |2124 |4048 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
954.10/956.82	c   957s| 77600 |   320 |  8320k| 103.9 |   137M |  50 |1652 |6485 |2124 |4048 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.40%
955.30/958.01	c   958s| 77700 |   318 |  8331k| 103.9 |   137M |  50 |1652 |6303 |2123 |4049 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.41%
956.79/959.54	c   960s| 77800 |   318 |  8344k| 104.0 |   137M |  50 |1652 |5815 |2123 |4054 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.43%
957.59/960.32	c   960s| 77900 |   316 |  8351k| 103.9 |   137M |  50 |1652 |5743 |2123 |4054 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.44%
958.49/961.25	c   961s| 78000 |   320 |  8359k| 103.9 |   137M |  50 |1652 |5713 |2123 |4057 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.45%
959.39/962.14	c   962s| 78100 |   316 |  8367k| 103.9 |   137M |  50 |1652 |5540 |2124 |4059 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.45%
960.29/963.06	c   963s| 78200 |   318 |  8376k| 103.8 |   137M |  50 |1652 |5572 |2123 |4060 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf |   7.45%
961.48/964.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
961.48/964.25	c   964s| 78300 |   318 |  8386k| 103.8 |   137M |  50 |1652 |5337 |2125 |4067 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   7.46%
962.78/965.58	c   966s| 78400 |   326 |  8397k| 103.8 |   137M |  50 |1652 |5028 |2123 |4082 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   7.47%
963.58/966.30	c   966s| 78500 |   330 |  8403k| 103.8 |   137M |  50 |1652 |5130 |2122 |4087 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   7.47%
964.28/967.09	c   967s| 78600 |   325 |  8410k| 103.7 |   137M |  50 |1652 |5286 |2122 |4089 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   7.47%
965.28/968.00	c   968s| 78700 |   327 |  8419k| 103.7 |   137M |  50 |1652 |5229 |2122 |4095 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   7.48%
966.07/968.86	c   969s| 78800 |   331 |  8427k| 103.7 |   137M |  50 |1652 |5274 |2122 |4096 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   7.48%
966.87/969.62	c   970s| 78900 |   333 |  8434k| 103.7 |   137M |  50 |1652 |5404 |2122 |4098 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf |   7.49%
967.56/970.39	c   970s| 79000 |   331 |  8441k| 103.6 |   137M |  50 |1652 |5511 |2122 |4098 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   7.49%
968.56/971.30	c   971s| 79100 |   325 |  8449k| 103.6 |   137M |  50 |1652 |5553 |2122 |4104 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   7.49%
969.27/972.07	c   972s| 79200 |   329 |  8456k| 103.5 |   137M |  50 |1652 |5668 |2122 |4105 |  1 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   7.49%
970.16/972.95	c   973s| 79300 |   325 |  8465k| 103.5 |   137M |  50 |1652 |5658 |2123 |4111 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   7.49%
971.26/974.00	c   974s| 79400 |   329 |  8475k| 103.5 |   137M |  50 |1652 |5677 |2122 |4119 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   7.49%
972.26/975.00	c   975s| 79500 |   329 |  8484k| 103.5 |   137M |  50 |1652 |5837 |2124 |4122 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
973.05/975.81	c   976s| 79600 |   327 |  8492k| 103.5 |   137M |  50 |1652 |5864 |2123 |4128 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
973.85/976.62	c   977s| 79700 |   329 |  8499k| 103.4 |   137M |  50 |1652 |6079 |2122 |4133 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
974.85/977.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
974.85/977.60	c   978s| 79800 |   329 |  8508k| 103.4 |   137M |  50 |1652 |6213 |2124 |4139 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
975.74/978.58	c   979s| 79900 |   327 |  8517k| 103.4 |   137M |  50 |1652 |6215 |2123 |4147 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
976.74/979.55	c   980s| 80000 |   327 |  8527k| 103.4 |   137M |  50 |1652 |6224 |2124 |4153 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
977.64/980.43	c   980s| 80100 |   325 |  8534k| 103.4 |   137M |  50 |1652 |6176 |2122 |4160 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
978.63/981.41	c   981s| 80200 |   329 |  8544k| 103.4 |   137M |  50 |1652 |6120 |2123 |4165 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
979.63/982.48	c   982s| 80300 |   329 |  8554k| 103.4 |   137M |  50 |1652 |6230 |2123 |4169 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
980.63/983.40	c   983s| 80400 |   327 |  8563k| 103.3 |   137M |  50 |1652 |6343 |2123 |4171 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
981.63/984.43	c   984s| 80500 |   329 |  8573k| 103.3 |   137M |  50 |1652 |6358 |2123 |4172 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
982.42/985.26	c   985s| 80600 |   335 |  8581k| 103.3 |   137M |  50 |1652 |6461 |2124 |4181 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
983.42/986.27	c   986s| 80700 |   335 |  8590k| 103.3 |   137M |  50 |1652 |6508 |2124 |4183 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
984.62/987.41	c   987s| 80800 |   329 |  8601k| 103.3 |   137M |  50 |1652 |6426 |2125 |4187 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
985.52/988.35	c   988s| 80900 |   326 |  8610k| 103.3 |   137M |  50 |1652 |6370 |2122 |4194 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.50%
986.41/989.28	c   989s| 81000 |   324 |  8619k| 103.3 |   137M |  50 |1652 |6359 |2122 |4202 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
987.51/990.36	c   990s| 81100 |   328 |  8629k| 103.3 |   137M |  50 |1652 |6197 |2123 |4214 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
988.31/991.16	c   991s| 81200 |   328 |  8636k| 103.2 |   137M |  50 |1652 |6217 |2122 |4214 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
989.31/992.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
989.31/992.15	c   992s| 81300 |   324 |  8646k| 103.2 |   137M |  50 |1652 |6092 |2123 |4219 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
990.21/993.03	c   993s| 81400 |   326 |  8654k| 103.2 |   137M |  50 |1652 |6085 |2122 |4221 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
991.31/994.11	c   994s| 81500 |   324 |  8664k| 103.2 |   137M |  50 |1652 |6072 |2125 |4226 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
992.20/995.07	c   995s| 81600 |   322 |  8674k| 103.2 |   137M |  50 |1652 |6046 |2122 |4226 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
993.10/995.96	c   996s| 81700 |   328 |  8682k| 103.2 |   137M |  50 |1652 |5984 |2122 |4227 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
993.89/996.72	c   997s| 81800 |   326 |  8689k| 103.1 |   137M |  50 |1652 |6023 |2122 |4229 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
994.69/997.55	c   998s| 81900 |   322 |  8697k| 103.1 |   137M |  50 |1652 |6070 |2123 |4231 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
995.69/998.51	c   999s| 82000 |   323 |  8706k| 103.1 |   137M |  50 |1652 |6146 |2123 |4236 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
996.79/999.60	c  1000s| 82100 |   323 |  8717k| 103.1 |   137M |  50 |1652 |6141 |2123 |4240 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
997.78/1000.66	c  1001s| 82200 |   331 |  8726k| 103.1 |   137M |  50 |1652 |6196 |2122 |4242 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
998.78/1001.69	c  1002s| 82300 |   328 |  8736k| 103.1 |   137M |  50 |1652 |6279 |2122 |4243 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
999.78/1002.65	c  1003s| 82400 |   324 |  8746k| 103.1 |   137M |  50 |1652 |6362 |2122 |4249 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
1000.98/1003.80	c  1004s| 82500 |   324 |  8757k| 103.1 |   137M |  50 |1652 |6376 |2122 |4249 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
1001.87/1004.74	c  1005s| 82600 |   319 |  8766k| 103.0 |   137M |  50 |1652 |6338 |2122 |4249 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf |   7.51%
1003.07/1005.94	c  1006s| 82700 |   319 |  8777k| 103.1 |   137M |  50 |1652 |6260 |2122 |4250 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   7.52%
1004.17/1007.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1004.17/1007.05	c  1007s| 82800 |   319 |  8787k| 103.1 |   137M |  50 |1652 |6219 |2124 |4253 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   7.52%
1005.46/1008.38	c  1008s| 82900 |   325 |  8799k| 103.1 |   137M |  50 |1652 |6123 |2124 |4257 |  2 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   7.53%
1006.86/1009.70	c  1010s| 83000 |   321 |  8811k| 103.1 |   137M |  50 |1652 |6318 |2124 |4262 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   7.53%
1008.06/1010.99	c  1011s| 83100 |   319 |  8824k| 103.1 |   137M |  50 |1652 |6465 |2122 |4263 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf |   7.54%
1009.26/1012.15	c  1012s| 83200 |   321 |  8834k| 103.1 |   137M |  50 |1652 |6583 |2122 |4267 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   7.54%
1010.45/1013.31	c  1013s| 83300 |   319 |  8845k| 103.1 |   137M |  50 |1652 |6688 |2124 |4276 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   7.54%
1011.65/1014.51	c  1015s| 83400 |   323 |  8856k| 103.1 |   137M |  50 |1652 |6307 |2123 |4277 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   7.55%
1012.94/1015.84	c  1016s| 83500 |   323 |  8868k| 103.2 |   137M |  50 |1652 |6328 |2123 |4277 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   7.55%
1014.15/1017.08	c  1017s| 83600 |   325 |  8879k| 103.2 |   137M |  50 |1652 |6205 |2124 |4280 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   7.55%
1015.34/1018.22	c  1018s| 83700 |   321 |  8889k| 103.2 |   137M |  50 |1652 |6323 |2125 |4285 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   7.55%
1016.34/1019.20	c  1019s| 83800 |   323 |  8898k| 103.1 |   137M |  50 |1652 |6279 |2124 |4285 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   7.55%
1017.63/1020.51	c  1021s| 83900 |   321 |  8910k| 103.2 |   137M |  50 |1652 |6077 |2125 |4287 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf |   7.56%
1018.93/1021.85	c  1022s| 84000 |   321 |  8921k| 103.2 |   137M |  50 |1652 |5879 |2123 |4296 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.56%
1019.93/1022.84	c  1023s| 84100 |   325 |  8931k| 103.2 |   137M |  50 |1652 |5703 |2123 |4297 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.57%
1020.82/1023.77	c  1024s| 84200 |   326 |  8940k| 103.2 |   137M |  50 |1652 |5733 |2124 |4297 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.59%
1021.82/1024.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1021.82/1024.78	c  1025s| 84300 |   324 |  8949k| 103.1 |   137M |  50 |1652 |5764 |2123 |4297 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.60%
1022.92/1025.89	c  1026s| 84400 |   320 |  8959k| 103.1 |   137M |  50 |1652 |5776 |2125 |4299 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.60%
1023.82/1026.76	c  1027s| 84500 |   326 |  8967k| 103.1 |   137M |  50 |1652 |5516 |2123 |4305 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.61%
1024.81/1027.70	c  1028s| 84600 |   326 |  8976k| 103.1 |   137M |  50 |1652 |5591 |2124 |4314 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.61%
1026.01/1028.99	c  1029s| 84700 |   324 |  8987k| 103.1 |   137M |  50 |1652 |5675 |2125 |4321 |  2 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.62%
1027.01/1029.95	c  1030s| 84800 |   324 |  8996k| 103.1 |   137M |  50 |1652 |5674 |2124 |4326 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf |   7.63%
1027.90/1030.83	c  1031s| 84900 |   330 |  9004k| 103.1 |   137M |  50 |1652 |5919 |2123 |4327 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   7.64%
1029.00/1031.90	c  1032s| 85000 |   330 |  9013k| 103.0 |   137M |  50 |1652 |6121 |2124 |4332 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   7.64%
1030.00/1032.90	c  1033s| 85100 |   326 |  9022k| 103.0 |   137M |  50 |1652 |6340 |2123 |4336 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   7.64%
1031.00/1033.96	c  1034s| 85200 |   322 |  9031k| 103.0 |   137M |  50 |1652 |6320 |2124 |4341 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf |   7.65%
1032.10/1035.01	c  1035s| 85300 |   320 |  9040k| 103.0 |   137M |  50 |1652 |6516 |2123 |4353 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   7.65%
1033.20/1036.11	c  1036s| 85400 |   322 |  9050k| 103.0 |   137M |  50 |1652 |6510 |2123 |4355 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   7.65%
1034.69/1037.61	c  1038s| 85500 |   324 |  9063k| 103.0 |   137M |  50 |1652 |6555 |2124 |4360 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   7.65%
1036.19/1039.15	c  1039s| 85600 |   322 |  9075k| 103.0 |   137M |  50 |1652 |6764 |2123 |4373 |  1 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   7.65%
1037.88/1040.85	c  1041s| 85700 |   318 |  9090k| 103.1 |   137M |  50 |1652 |6650 |2123 |4395 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   7.65%
1039.08/1042.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1039.08/1042.03	c  1042s| 85800 |   318 |  9101k| 103.1 |   137M |  50 |1652 |6580 |2122 |4398 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   7.65%
1040.37/1043.35	c  1043s| 85900 |   323 |  9113k| 103.1 |   137M |  50 |1652 |6410 |2123 |4403 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1041.37/1044.38	c  1044s| 86000 |   323 |  9123k| 103.1 |   137M |  50 |1652 |6487 |2123 |4412 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1042.17/1045.14	c  1045s| 86100 |   325 |  9130k| 103.1 |   137M |  50 |1652 |6666 |2123 |4412 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1042.87/1045.86	c  1046s| 86200 |   323 |  9136k| 103.0 |   137M |  50 |1652 |6798 |2124 |4416 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1043.76/1046.77	c  1047s| 86300 |   325 |  9144k| 103.0 |   137M |  50 |1652 |6786 |2123 |4420 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1044.56/1047.56	c  1048s| 86400 |   324 |  9151k| 103.0 |   137M |  50 |1652 |6776 |2123 |4420 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1046.06/1049.02	c  1049s| 86500 |   322 |  9165k| 103.0 |   137M |  50 |1652 |6792 |2123 |4423 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1047.16/1050.13	c  1050s| 86600 |   324 |  9175k| 103.0 |   137M |  50 |1652 |6973 |2124 |4426 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1048.06/1051.08	c  1051s| 86700 |   323 |  9184k| 103.0 |   137M |  50 |1652 |7176 |2124 |4427 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1049.25/1052.21	c  1052s| 86800 |   324 |  9194k| 103.0 |   137M |  50 |1652 |7339 |2124 |4428 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1050.35/1053.31	c  1053s| 86900 |   322 |  9204k| 103.0 |   137M |  50 |1652 |7440 |2123 |4428 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1051.34/1054.34	c  1054s| 87000 |   322 |  9213k| 103.0 |   137M |  50 |1652 |7402 |2123 |4428 |  1 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   7.66%
1052.24/1055.22	c  1055s| 87100 |   326 |  9221k| 103.0 |   137M |  50 |1652 |7481 |2123 |4430 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1053.04/1056.07	c  1056s| 87200 |   326 |  9229k| 102.9 |   137M |  50 |1652 |7631 |2124 |4433 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1053.94/1056.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1053.94/1056.99	c  1057s| 87300 |   324 |  9238k| 102.9 |   137M |  50 |1652 |7808 |2124 |4434 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1054.93/1057.93	c  1058s| 87400 |   322 |  9247k| 102.9 |   137M |  50 |1652 |7947 |2123 |4434 |  0 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1055.83/1058.86	c  1059s| 87500 |   324 |  9255k| 102.9 |   137M |  50 |1652 |8100 |2124 |4435 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1056.83/1059.86	c  1060s| 87600 |   322 |  9264k| 102.9 |   138M |  50 |1652 |8398 |2123 |4435 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1057.82/1060.81	c  1061s| 87700 |   324 |  9273k| 102.8 |   138M |  50 |1652 |8658 |2124 |4436 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1058.92/1061.91	c  1062s| 87800 |   324 |  9284k| 102.8 |   138M |  50 |1652 |8719 |2124 |4437 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1059.72/1062.79	c  1063s| 87900 |   326 |  9292k| 102.8 |   138M |  50 |1652 |8801 |2124 |4439 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1060.82/1063.84	c  1064s| 88000 |   326 |  9301k| 102.8 |   138M |  50 |1652 |8806 |2124 |4443 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1061.81/1064.89	c  1065s| 88100 |   322 |  9311k| 102.8 |   138M |  50 |1652 |8921 |2124 |4443 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1062.81/1065.84	c  1066s| 88200 |   324 |  9319k| 102.8 |   138M |  50 |1652 |8768 |2123 |4443 |  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1063.51/1066.58	c  1067s| 88300 |   322 |  9326k| 102.7 |   138M |  50 |1652 |8990 |2124 |4445 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1064.21/1067.29	c  1067s| 88400 |   326 |  9333k| 102.7 |   138M |  50 |1652 |9124 |2124 |4446 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1065.11/1068.12	c  1068s| 88500 |   328 |  9340k| 102.7 |   138M |  50 |1652 |9195 |2123 |4447 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1065.90/1068.95	c  1069s| 88600 |   326 |  9348k| 102.7 |   138M |  50 |1652 |9257 |2125 |4448 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1066.90/1069.90	c  1070s| 88700 |   321 |  9357k| 102.6 |   138M |  50 |1652 |9341 |2123 |4450 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1068.10/1071.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1068.10/1071.12	c  1071s| 88800 |   319 |  9368k| 102.6 |   138M |  50 |1652 |8365 |2126 |4452 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1068.89/1071.96	c  1072s| 88900 |   323 |  9375k| 102.6 |   138M |  50 |1652 |8285 |2125 |4455 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1070.10/1073.11	c  1073s| 89000 |   323 |  9386k| 102.6 |   138M |  50 |1652 |8356 |2125 |4455 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.67%
1071.09/1074.17	c  1074s| 89100 |   325 |  9395k| 102.6 |   138M |  50 |1652 |8036 |2125 |4461 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1071.89/1074.99	c  1075s| 89200 |   325 |  9403k| 102.6 |   138M |  50 |1652 |8099 |2124 |4462 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1072.78/1075.82	c  1076s| 89300 |   327 |  9411k| 102.6 |   138M |  50 |1652 |8162 |2125 |4463 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1073.78/1076.88	c  1077s| 89400 |   323 |  9421k| 102.6 |   138M |  50 |1652 |8248 |2125 |4464 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1074.98/1078.08	c  1078s| 89500 |   327 |  9433k| 102.6 |   138M |  50 |1652 |8228 |2124 |4465 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1076.27/1079.38	c  1079s| 89600 |   327 |  9445k| 102.6 |   138M |  50 |1652 |8316 |2124 |4465 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1077.47/1080.56	c  1081s| 89700 |   325 |  9457k| 102.6 |   138M |  50 |1652 |8424 |2124 |4466 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1078.67/1081.72	c  1082s| 89800 |   325 |  9467k| 102.6 |   138M |  50 |1652 |8500 |2124 |4470 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1079.77/1082.85	c  1083s| 89900 |   319 |  9478k| 102.6 |   138M |  50 |1652 |8651 |2124 |4473 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1081.16/1084.26	c  1084s| 90000 |   321 |  9491k| 102.6 |   138M |  50 |1652 |8564 |2124 |4477 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   7.68%
1082.26/1085.38	c  1085s| 90100 |   321 |  9501k| 102.6 |   138M |  50 |1652 |7972 |2123 |4480 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1083.16/1086.29	c  1086s| 90200 |   323 |  9509k| 102.6 |   138M |  50 |1652 |7838 |2124 |4483 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1084.06/1087.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1084.06/1087.19	c  1087s| 90300 |   319 |  9518k| 102.6 |   138M |  50 |1652 |7696 |2123 |4483 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1084.85/1087.99	c  1088s| 90400 |   323 |  9526k| 102.6 |   138M |  50 |1652 |7703 |2123 |4485 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1085.95/1089.05	c  1089s| 90500 |   325 |  9536k| 102.6 |   138M |  50 |1652 |7847 |2124 |4486 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1086.95/1090.10	c  1090s| 90600 |   321 |  9546k| 102.6 |   138M |  50 |1652 |7941 |2123 |4486 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1087.95/1091.09	c  1091s| 90700 |   325 |  9555k| 102.6 |   138M |  50 |1652 |8074 |2123 |4490 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1089.04/1092.10	c  1092s| 90800 |   321 |  9565k| 102.6 |   138M |  50 |1652 |8275 |2123 |4491 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1089.94/1093.08	c  1093s| 90900 |   323 |  9574k| 102.5 |   138M |  50 |1652 |8460 |2124 |4492 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1091.13/1094.28	c  1094s| 91000 |   321 |  9585k| 102.6 |   138M |  50 |1652 |8530 |2123 |4493 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1092.23/1095.34	c  1095s| 91100 |   323 |  9595k| 102.5 |   138M |  50 |1652 |8223 |2123 |4494 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1093.23/1096.31	c  1096s| 91200 |   319 |  9604k| 102.5 |   138M |  50 |1652 |8238 |2124 |4494 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   7.69%
1094.72/1097.88	c  1098s| 91300 |   329 |  9619k| 102.6 |   138M |  50 |1652 |7801 |2123 |4494 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1095.82/1099.00	c  1099s| 91400 |   323 |  9630k| 102.6 |   138M |  50 |1652 |7814 |2123 |4494 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1096.92/1100.05	c  1100s| 91500 |   321 |  9640k| 102.6 |   138M |  50 |1652 |8004 |2123 |4494 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1097.92/1101.02	c  1101s| 91600 |   325 |  9649k| 102.6 |   138M |  50 |1652 |8120 |2123 |4494 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1098.81/1101.94	c  1102s| 91700 |   326 |  9658k| 102.6 |   138M |  50 |1652 |8388 |2123 |4494 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1099.71/1102.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1099.71/1102.88	c  1103s| 91800 |   330 |  9666k| 102.5 |   138M |  50 |1652 |8637 |2123 |4494 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1100.81/1103.91	c  1104s| 91900 |   326 |  9676k| 102.5 |   138M |  50 |1652 |8819 |2123 |4494 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1101.70/1104.82	c  1105s| 92000 |   326 |  9684k| 102.5 |   138M |  50 |1652 |9067 |2123 |4494 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1103.01/1106.13	c  1106s| 92100 |   324 |  9696k| 102.5 |   138M |  50 |1652 |9198 |2123 |4494 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1104.00/1107.13	c  1107s| 92200 |   326 |  9705k| 102.5 |   138M |  50 |1652 |9419 |2123 |4494 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1104.90/1108.05	c  1108s| 92300 |   328 |  9714k| 102.5 |   138M |  50 |1652 |9379 |2123 |4494 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1105.79/1108.99	c  1109s| 92400 |   330 |  9722k| 102.5 |   138M |  50 |1652 |9463 |2123 |4494 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1106.90/1110.04	c  1110s| 92500 |   332 |  9732k| 102.5 |   138M |  50 |1652 |9605 |2123 |4494 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1107.99/1111.18	c  1111s| 92600 |   334 |  9743k| 102.5 |   138M |  50 |1652 |9848 |2123 |4494 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1109.18/1112.35	c  1112s| 92700 |   334 |  9754k| 102.5 |   138M |  50 |1652 |9982 |2123 |4494 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1110.18/1113.34	c  1113s| 92800 |   328 |  9763k| 102.5 |   138M |  50 |1652 |9972 |2123 |4494 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1111.18/1114.35	c  1114s| 92900 |   330 |  9773k| 102.5 |   138M |  50 |1652 |9895 |2123 |4494 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1112.28/1115.43	c  1115s| 93000 |   324 |  9783k| 102.5 |   138M |  50 |1652 |9972 |2123 |4495 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1113.47/1116.64	c  1117s| 93100 |   326 |  9794k| 102.5 |   138M |  50 |1652 |  10k|2123 |4496 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1114.57/1117.73	c  1118s| 93200 |   326 |  9804k| 102.5 |   139M |  50 |1652 |  10k|2123 |4497 |  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1115.37/1118.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1115.37/1118.56	c  1119s| 93300 |   326 |  9812k| 102.5 |   139M |  50 |1652 |  10k|2123 |4497 |  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1116.36/1119.53	c  1120s| 93400 |   322 |  9821k| 102.4 |   139M |  50 |1652 |  10k|2123 |4497 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1117.46/1120.63	c  1121s| 93500 |   322 |  9831k| 102.4 |   139M |  50 |1652 |  10k|2123 |4499 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   7.70%
1118.66/1121.89	c  1122s| 93600 |   320 |  9842k| 102.4 |   139M |  50 |1652 |9880 |2125 |4499 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1119.75/1122.90	c  1123s| 93700 |   321 |  9851k| 102.4 |   139M |  50 |1652 |9574 |2123 |4499 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1120.75/1123.99	c  1124s| 93800 |   323 |  9861k| 102.4 |   139M |  50 |1652 |9183 |2123 |4499 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1121.85/1125.02	c  1125s| 93900 |   319 |  9871k| 102.4 |   139M |  50 |1652 |9217 |2123 |4499 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1122.85/1126.06	c  1126s| 94000 |   324 |  9881k| 102.4 |   139M |  50 |1652 |9308 |2123 |4499 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1123.85/1127.03	c  1127s| 94100 |   319 |  9890k| 102.4 |   139M |  50 |1652 |9352 |2123 |4499 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1125.14/1128.31	c  1128s| 94200 |   317 |  9902k| 102.4 |   139M |  50 |1652 |8917 |2124 |4500 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1126.04/1129.21	c  1129s| 94300 |   319 |  9910k| 102.4 |   139M |  50 |1652 |8353 |2123 |4500 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1127.04/1130.28	c  1130s| 94400 |   321 |  9920k| 102.4 |   139M |  50 |1652 |8164 |2123 |4500 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   7.71%
1127.94/1131.13	c  1131s| 94500 |   321 |  9928k| 102.4 |   139M |  50 |1652 |8244 |2123 |4500 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   7.72%
1128.93/1132.13	c  1132s| 94600 |   321 |  9937k| 102.4 |   139M |  50 |1652 |8295 |2123 |4500 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   7.72%
1130.13/1133.30	c  1133s| 94700 |   317 |  9947k| 102.4 |   139M |  50 |1652 |7943 |2124 |4501 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   7.72%
1131.22/1134.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1131.22/1134.48	c  1134s| 94800 |   323 |  9958k| 102.4 |   139M |  50 |1652 |7573 |2121 |4501 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf |   7.72%
1132.32/1135.58	c  1136s| 94900 |   325 |  9968k| 102.4 |   139M |  50 |1652 |7509 |2121 |4501 |  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   7.73%
1133.22/1136.49	c  1136s| 95000 |   325 |  9977k| 102.4 |   139M |  50 |1652 |7664 |2122 |4503 |  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   7.73%
1134.42/1137.60	c  1138s| 95100 |   331 |  9987k| 102.4 |   139M |  50 |1652 |7747 |2121 |4503 |  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   7.73%
1135.21/1138.48	c  1138s| 95200 |   330 |  9995k| 102.3 |   139M |  50 |1652 |7887 |   0 |4503 |  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   7.73%
1136.41/1139.65	c  1140s| 95300 |   328 | 10006k| 102.3 |   139M |  50 |1652 |7936 |2123 |4504 |  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   7.73%
1137.61/1140.88	c  1141s| 95400 |   330 | 10017k| 102.4 |   139M |  50 |1652 |8061 |2122 |4504 |  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf |   7.73%
1138.60/1141.86	c  1142s| 95500 |   327 | 10026k| 102.3 |   139M |  50 |1652 |8284 |2122 |4504 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   7.73%
1139.81/1143.08	c  1143s| 95600 |   325 | 10037k| 102.4 |   139M |  50 |1652 |7822 |2123 |4504 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   7.75%
1140.70/1143.91	c  1144s| 95700 |   327 | 10045k| 102.3 |   139M |  50 |1652 |7921 |2123 |4504 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   7.75%
1141.70/1144.91	c  1145s| 95800 |   325 | 10054k| 102.3 |   139M |  50 |1652 |8083 |2123 |4504 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   7.75%
1142.69/1145.97	c  1146s| 95900 |   331 | 10064k| 102.3 |   139M |  50 |1652 |8087 |2122 |4505 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf |   7.76%
1143.59/1146.85	c  1147s| 96000 |   328 | 10072k| 102.3 |   139M |  50 |1652 |8271 |2121 |4506 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   7.76%
1144.69/1147.97	c  1148s| 96100 |   326 | 10082k| 102.3 |   139M |  50 |1652 |8482 |2121 |4508 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   7.76%
1145.98/1149.26	c  1149s| 96200 |   332 | 10094k| 102.3 |   139M |  50 |1652 |8428 |2123 |4510 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   7.76%
1147.08/1150.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1147.08/1150.33	c  1150s| 96300 |   332 | 10104k| 102.3 |   139M |  50 |1652 |8377 |2123 |4512 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   7.76%
1148.38/1151.64	c  1152s| 96400 |   334 | 10116k| 102.3 |   139M |  50 |1652 |8401 |2123 |4514 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   7.76%
1149.47/1152.79	c  1153s| 96500 |   332 | 10126k| 102.3 |   139M |  50 |1652 |8463 |2123 |4515 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf |   7.77%
1150.67/1153.95	c  1154s| 96600 |   330 | 10137k| 102.3 |   139M |  50 |1652 |8224 |2123 |4515 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   7.77%
1151.87/1155.19	c  1155s| 96700 |   332 | 10148k| 102.3 |   139M |  50 |1652 |7588 |2123 |4516 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   7.80%
1152.77/1156.02	c  1156s| 96800 |   334 | 10156k| 102.3 |   139M |  50 |1652 |7523 |2125 |4516 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   7.80%
1154.06/1157.32	c  1157s| 96900 |   330 | 10168k| 102.3 |   139M |  50 |1652 |7474 |2125 |4517 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   7.81%
1155.26/1158.58	c  1159s| 97000 |   334 | 10179k| 102.3 |   139M |  50 |1652 |7263 |2123 |4530 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   7.94%
1156.26/1159.54	c  1160s| 97100 |   334 | 10187k| 102.3 |   139M |  50 |1652 |7172 |2123 |4531 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   8.02%
1157.15/1160.49	c  1160s| 97200 |   332 | 10196k| 102.3 |   139M |  50 |1652 |7348 |2124 |4532 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   8.02%
1158.15/1161.43	c  1161s| 97300 |   332 | 10204k| 102.3 |   139M |  50 |1652 |7520 |2123 |4534 |  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf |   8.02%
1158.85/1162.12	c  1162s| 97400 |   332 | 10211k| 102.2 |   139M |  50 |1652 |7644 |2123 |4534 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   8.02%
1160.15/1163.44	c  1163s| 97500 |   334 | 10221k| 102.2 |   139M |  50 |1652 |7343 |2124 |4545 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   8.21%
1161.24/1164.57	c  1165s| 97600 |   330 | 10231k| 102.2 |   139M |  50 |1652 |7276 |2125 |4550 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   8.22%
1163.14/1166.41	c  1166s| 97700 |   334 | 10246k| 102.3 |   139M |  50 |1652 |6275 |2123 |4563 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   8.32%
1164.43/1167.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1164.43/1167.75	c  1168s| 97800 |   332 | 10258k| 102.3 |   139M |  50 |1652 |5945 |2123 |4567 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   8.52%
1165.74/1169.08	c  1169s| 97900 |   336 | 10269k| 102.3 |   139M |  50 |1652 |5603 |2123 |4571 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   8.54%
1166.83/1170.15	c  1170s| 98000 |   342 | 10279k| 102.3 |   139M |  50 |1652 |5452 |2124 |4575 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1168.42/1171.76	c  1172s| 98100 |   336 | 10294k| 102.4 |   139M |  50 |1652 |5599 |2124 |4576 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1169.42/1172.75	c  1173s| 98200 |   344 | 10303k| 102.3 |   139M |  50 |1652 |5760 |2124 |4576 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1170.52/1173.87	c  1174s| 98300 |   342 | 10313k| 102.3 |   139M |  50 |1652 |5967 |2124 |4576 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1171.61/1174.90	c  1175s| 98400 |   338 | 10323k| 102.3 |   139M |  50 |1652 |5982 |2123 |4576 |  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1172.51/1175.85	c  1176s| 98500 |   341 | 10331k| 102.3 |   139M |  50 |1652 |6033 |2125 |4579 |  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1173.81/1177.18	c  1177s| 98600 |   343 | 10343k| 102.3 |   139M |  50 |1652 |6140 |2125 |4593 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1175.20/1178.55	c  1179s| 98700 |   341 | 10355k| 102.4 |   139M |  50 |1652 |6269 |2124 |4603 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1176.40/1179.76	c  1180s| 98800 |   337 | 10366k| 102.4 |   139M |  50 |1652 |6376 |2127 |4610 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.55%
1177.70/1181.05	c  1181s| 98900 |   337 | 10377k| 102.4 |   139M |  50 |1652 |5873 |2126 |4623 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.58%
1179.19/1182.54	c  1183s| 99000 |   337 | 10391k| 102.4 |   139M |  50 |1652 |5264 |2125 |4629 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.61%
1180.59/1183.94	c  1184s| 99100 |   339 | 10402k| 102.4 |   139M |  50 |1652 |4956 |2123 |4636 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.62%
1181.99/1185.39	c  1185s| 99200 |   339 | 10414k| 102.4 |   139M |  50 |1652 |4623 |2123 |4643 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.73%
1183.28/1186.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1183.28/1186.64	c  1187s| 99300 |   339 | 10424k| 102.4 |   139M |  50 |1652 |4594 |2123 |4643 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.77%
1184.18/1187.57	c  1188s| 99400 |   337 | 10433k| 102.4 |   139M |  50 |1652 |4644 |2126 |4644 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.77%
1185.18/1188.59	c  1189s| 99500 |   341 | 10442k| 102.4 |   139M |  50 |1652 |4700 |2124 |4644 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.78%
1186.27/1189.62	c  1190s| 99600 |   341 | 10451k| 102.4 |   139M |  50 |1652 |4717 |2124 |4644 |  0 | 127k|  22 | 0.000000e+00 |      --      |    Inf |   8.79%
1187.27/1190.67	c  1191s| 99700 |   343 | 10461k| 102.4 |   139M |  50 |1652 |4821 |2124 |4647 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.79%
1188.27/1191.65	c  1192s| 99800 |   341 | 10470k| 102.4 |   139M |  50 |1652 |4913 |2124 |4649 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.79%
1189.77/1193.11	c  1193s| 99900 |   342 | 10484k| 102.4 |   139M |  50 |1652 |4938 |2123 |4649 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.82%
1190.86/1194.21	c  1194s|100000 |   340 | 10493k| 102.4 |   139M |  50 |1652 |4949 |2122 |4649 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.83%
1191.66/1195.04	c  1195s|100100 |   344 | 10501k| 102.4 |   139M |  50 |1652 |4907 |2122 |4649 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.83%
1193.06/1196.45	c  1196s|100200 |   342 | 10512k| 102.4 |   139M |  50 |1652 |4626 |2122 |4655 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.83%
1193.85/1197.23	c  1197s|100300 |   348 | 10519k| 102.4 |   139M |  50 |1652 |4658 |2122 |4657 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.83%
1194.76/1198.11	c  1198s|100400 |   348 | 10527k| 102.3 |   139M |  50 |1652 |4809 |2122 |4664 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.83%
1195.45/1198.89	c  1199s|100500 |   344 | 10534k| 102.3 |   139M |  50 |1652 |4913 |2122 |4665 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf |   8.83%
1196.55/1199.91	c  1200s|100600 |   344 | 10543k| 102.3 |   139M |  50 |1652 |5011 |2123 |4666 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.84%
1197.84/1201.23	c  1201s|100700 |   346 | 10554k| 102.3 |   139M |  50 |1652 |4820 |2122 |4671 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.89%
1198.75/1202.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1198.75/1202.15	c  1202s|100800 |   346 | 10562k| 102.3 |   139M |  50 |1652 |4790 |2122 |4671 |  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.89%
1199.54/1202.90	c  1203s|100900 |   346 | 10569k| 102.2 |   139M |  50 |1652 |4903 |2122 |4671 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.89%
1200.54/1203.90	c  1204s|101000 |   346 | 10578k| 102.2 |   139M |  50 |1652 |5016 |2122 |4671 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.89%
1201.64/1205.00	c  1205s|101100 |   346 | 10588k| 102.2 |   139M |  50 |1652 |4995 |2123 |4671 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   8.89%
1203.03/1206.49	c  1206s|101200 |   348 | 10599k| 102.2 |   139M |  50 |1652 |4891 |2123 |4688 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   9.12%
1204.63/1208.07	c  1208s|101300 |   347 | 10610k| 102.3 |   139M |  50 |1652 |4843 |2125 |4717 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   9.42%
1205.92/1209.35	c  1209s|101400 |   347 | 10622k| 102.3 |   139M |  50 |1652 |4868 |2123 |4717 |  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf |   9.46%
1207.12/1210.52	c  1211s|101500 |   347 | 10633k| 102.3 |   139M |  50 |1652 |4766 |2125 |4719 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   9.49%
1208.81/1212.25	c  1212s|101600 |   353 | 10649k| 102.3 |   139M |  50 |1652 |4616 |2124 |4720 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   9.50%
1210.11/1213.57	c  1214s|101700 |   355 | 10661k| 102.3 |   139M |  50 |1652 |4560 |2124 |4720 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   9.50%
1211.41/1214.86	c  1215s|101800 |   353 | 10673k| 102.4 |   139M |  50 |1652 |4519 |2122 |4720 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   9.51%
1212.90/1216.38	c  1216s|101900 |   357 | 10685k| 102.4 |   139M |  50 |1652 |4412 |2122 |4730 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   9.59%
1213.80/1217.27	c  1217s|102000 |   358 | 10693k| 102.4 |   139M |  50 |1652 |4624 |2122 |4730 |  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   9.59%
1214.80/1218.20	c  1218s|102100 |   364 | 10701k| 102.3 |   139M |  50 |1652 |4722 |2122 |4730 |  0 | 130k|  22 | 0.000000e+00 |      --      |    Inf |   9.59%
1215.79/1219.23	c  1219s|102200 |   363 | 10710k| 102.3 |   139M |  50 |1652 |4754 |2123 |4731 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.60%
1216.60/1220.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1216.60/1220.06	c  1220s|102300 |   369 | 10718k| 102.3 |   140M |  50 |1652 |4704 |2123 |4731 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.60%
1217.29/1220.74	c  1221s|102400 |   363 | 10725k| 102.3 |   140M |  50 |1652 |4722 |2125 |4731 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.60%
1218.29/1221.78	c  1222s|102500 |   369 | 10733k| 102.3 |   140M |  50 |1652 |4662 |2122 |4739 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.62%
1219.28/1222.76	c  1223s|102600 |   371 | 10742k| 102.2 |   140M |  50 |1652 |4689 |2123 |4742 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.63%
1220.28/1223.76	c  1224s|102700 |   371 | 10751k| 102.2 |   140M |  50 |1652 |4676 |2123 |4745 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.64%
1221.28/1224.73	c  1225s|102800 |   368 | 10760k| 102.2 |   140M |  50 |1652 |4710 |2122 |4749 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.64%
1222.18/1225.68	c  1226s|102900 |   370 | 10768k| 102.2 |   140M |  50 |1652 |4736 |2123 |4754 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.65%
1223.17/1226.69	c  1227s|103000 |   371 | 10777k| 102.2 |   140M |  50 |1652 |4764 |2124 |4758 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.65%
1223.87/1227.34	c  1227s|103100 |   369 | 10783k| 102.1 |   140M |  50 |1652 |4778 |2121 |4758 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.65%
1224.67/1228.18	c  1228s|103200 |   371 | 10790k| 102.1 |   140M |  50 |1652 |4831 |2124 |4760 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf |   9.66%
1225.47/1228.99	c  1229s|103300 |   373 | 10797k| 102.1 |   140M |  50 |1652 |5023 |2124 |4761 |  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   9.67%
1226.36/1229.85	c  1230s|103400 |   371 | 10805k| 102.1 |   140M |  50 |1652 |5247 |2124 |4761 |  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   9.67%
1227.26/1230.75	c  1231s|103500 |   373 | 10813k| 102.0 |   140M |  50 |1652 |5301 |2123 |4762 |  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   9.67%
1228.06/1231.54	c  1232s|103600 |   373 | 10820k| 102.0 |   140M |  50 |1652 |5424 |2123 |4762 |  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf |   9.67%
1229.06/1232.56	c  1233s|103700 |   371 | 10829k| 102.0 |   140M |  50 |1652 |5394 |2124 |4763 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.67%
1230.15/1233.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1230.15/1233.67	c  1234s|103800 |   365 | 10839k| 102.0 |   140M |  50 |1652 |5245 |2122 |4765 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.67%
1231.15/1234.67	c  1235s|103900 |   369 | 10849k| 102.0 |   140M |  50 |1652 |5241 |2123 |4771 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.67%
1232.15/1235.66	c  1236s|104000 |   367 | 10858k| 102.0 |   140M |  50 |1652 |5248 |2123 |4781 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.67%
1233.04/1236.54	c  1237s|104100 |   367 | 10866k| 102.0 |   140M |  50 |1652 |5220 |2123 |4782 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.68%
1233.94/1237.43	c  1237s|104200 |   365 | 10874k| 101.9 |   140M |  50 |1652 |5236 |2123 |4783 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.68%
1234.74/1238.26	c  1238s|104300 |   365 | 10882k| 101.9 |   140M |  50 |1652 |5292 |2122 |4788 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.68%
1235.84/1239.30	c  1239s|104400 |   365 | 10892k| 101.9 |   140M |  50 |1652 |5220 |2122 |4790 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.69%
1236.93/1240.47	c  1240s|104500 |   368 | 10901k| 101.9 |   140M |  50 |1652 |5202 |2124 |4799 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.69%
1238.23/1241.73	c  1242s|104600 |   372 | 10913k| 101.9 |   140M |  50 |1652 |5173 |2124 |4801 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.70%
1239.23/1242.77	c  1243s|104700 |   370 | 10922k| 101.9 |   140M |  50 |1652 |5266 |2124 |4803 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.70%
1240.42/1243.98	c  1244s|104800 |   372 | 10933k| 101.9 |   140M |  50 |1652 |5377 |2124 |4803 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.71%
1241.63/1245.14	c  1245s|104900 |   370 | 10944k| 101.9 |   140M |  50 |1652 |5434 |2124 |4803 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.71%
1242.82/1246.35	c  1246s|105000 |   370 | 10955k| 101.9 |   140M |  50 |1652 |5495 |2124 |4803 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.71%
1244.11/1247.61	c  1248s|105100 |   368 | 10967k| 102.0 |   140M |  50 |1652 |5485 |2124 |4803 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.71%
1245.31/1248.85	c  1249s|105200 |   362 | 10978k| 102.0 |   140M |  50 |1652 |5434 |2124 |4803 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf |   9.71%
1246.51/1250.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1246.51/1250.06	c  1250s|105300 |   364 | 10989k| 102.0 |   140M |  50 |1652 |5280 |2123 |4803 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.73%
1247.51/1251.03	c  1251s|105400 |   360 | 10998k| 102.0 |   140M |  50 |1652 |5185 |2124 |4803 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.73%
1248.61/1252.19	c  1252s|105500 |   368 | 11007k| 102.0 |   140M |  50 |1652 |5000 |2121 |4812 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.75%
1249.60/1253.19	c  1253s|105600 |   364 | 11016k| 101.9 |   140M |  50 |1652 |5061 |2123 |4812 |  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.75%
1250.80/1254.38	c  1254s|105700 |   360 | 11027k| 101.9 |   140M |  50 |1652 |4992 |2127 |4812 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.75%
1251.89/1255.41	c  1255s|105800 |   360 | 11037k| 101.9 |   140M |  50 |1652 |5131 |2127 |4812 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.76%
1252.99/1256.57	c  1257s|105900 |   360 | 11047k| 101.9 |   140M |  50 |1652 |5262 |2127 |4812 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.76%
1254.09/1257.64	c  1258s|106000 |   360 | 11057k| 101.9 |   140M |  50 |1652 |5159 |2124 |4812 |  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.78%
1255.08/1258.66	c  1259s|106100 |   360 | 11066k| 101.9 |   140M |  50 |1652 |5025 |2123 |4812 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.79%
1256.18/1259.78	c  1260s|106200 |   358 | 11076k| 101.9 |   140M |  50 |1652 |4912 |2124 |4814 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf |   9.79%
1257.38/1260.96	c  1261s|106300 |   368 | 11087k| 101.9 |   140M |  50 |1652 |5026 |2122 |4814 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   9.80%
1258.67/1262.26	c  1262s|106400 |   372 | 11098k| 101.9 |   140M |  50 |1652 |5085 |2122 |4814 |  0 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   9.81%
1259.77/1263.34	c  1263s|106500 |   372 | 11108k| 101.9 |   140M |  50 |1652 |5147 |2123 |4815 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   9.81%
1260.87/1264.44	c  1264s|106600 |   368 | 11118k| 101.9 |   140M |  50 |1652 |5318 |2122 |4818 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   9.81%
1262.06/1265.66	c  1266s|106700 |   367 | 11129k| 101.9 |   140M |  50 |1652 |5414 |2124 |4819 |  0 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   9.81%
1263.57/1267.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1263.57/1267.11	c  1267s|106800 |   367 | 11142k| 102.0 |   140M |  50 |1652 |5574 |2124 |4819 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf |   9.81%
1264.96/1268.57	c  1269s|106900 |   361 | 11155k| 102.0 |   140M |  50 |1652 |5493 |2126 |4819 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.82%
1265.95/1269.58	c  1270s|107000 |   365 | 11164k| 102.0 |   140M |  50 |1652 |5326 |2123 |4819 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.82%
1266.95/1270.55	c  1271s|107100 |   363 | 11173k| 102.0 |   140M |  50 |1652 |5481 |2123 |4819 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.82%
1268.05/1271.69	c  1272s|107200 |   367 | 11183k| 102.0 |   140M |  50 |1652 |5298 |2125 |4819 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.82%
1269.34/1272.99	c  1273s|107300 |   367 | 11195k| 102.0 |   140M |  50 |1652 |5314 |2121 |4819 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.82%
1270.94/1274.53	c  1275s|107400 |   365 | 11209k| 102.0 |   140M |  50 |1652 |5131 |2123 |4819 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf |   9.82%
1272.63/1276.20	c  1276s|107500 |   365 | 11223k| 102.1 |   140M |  50 |1652 |4985 |2122 |4829 |  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.92%
1273.73/1277.39	c  1277s|107600 |   367 | 11233k| 102.1 |   140M |  50 |1652 |5020 |2121 |4829 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.93%
1275.03/1278.69	c  1279s|107700 |   369 | 11245k| 102.1 |   140M |  50 |1652 |5003 |2124 |4834 |  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.95%
1276.12/1279.79	c  1280s|107800 |   363 | 11255k| 102.1 |   140M |  50 |1652 |5181 |2125 |4836 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.95%
1277.22/1280.83	c  1281s|107900 |   367 | 11265k| 102.1 |   140M |  50 |1652 |5105 |2121 |4836 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.96%
1278.32/1281.90	c  1282s|108000 |   367 | 11275k| 102.1 |   140M |  50 |1652 |5277 |2121 |4836 |  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.96%
1279.62/1283.27	c  1283s|108100 |   375 | 11286k| 102.1 |   140M |  50 |1652 |5339 |2125 |4842 |  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf |   9.97%
1280.52/1284.18	c  1284s|108200 |   371 | 11294k| 102.1 |   140M |  50 |1652 |5434 |2125 |4842 |  0 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.97%
1281.51/1285.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1281.51/1285.15	c  1285s|108300 |   377 | 11303k| 102.0 |   140M |  50 |1652 |5532 |2126 |4842 |  0 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
1282.31/1285.98	c  1286s|108400 |   377 | 11310k| 102.0 |   140M |  50 |1652 |5671 |2126 |4842 |  0 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
1283.30/1286.99	c  1287s|108500 |   377 | 11320k| 102.0 |   140M |  50 |1652 |5871 |2126 |4842 |  0 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
1284.41/1288.08	c  1288s|108600 |   375 | 11330k| 102.0 |   140M |  50 |1652 |5939 |2126 |4842 |  0 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
1285.50/1289.19	c  1289s|108700 |   375 | 11340k| 102.0 |   140M |  50 |1652 |5881 |2126 |4842 |  0 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
1286.80/1290.44	c  1290s|108800 |   375 | 11352k| 102.0 |   140M |  50 |1652 |5813 |2125 |4842 |  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
1287.89/1291.57	c  1292s|108900 |   373 | 11364k| 102.0 |   140M |  50 |1652 |5925 |2126 |4842 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
1288.99/1292.67	c  1293s|109000 |   375 | 11374k| 102.0 |   140M |  50 |1652 |6053 |2126 |4842 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.98%
1290.09/1293.74	c  1294s|109100 |   373 | 11383k| 102.0 |   140M |  50 |1652 |5849 |2123 |4842 |  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.99%
1291.88/1295.50	c  1295s|109200 |   377 | 11399k| 102.1 |   140M |  50 |1652 |5527 |2125 |4842 |  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |   9.99%
1292.98/1296.69	c  1297s|109300 |   377 | 11409k| 102.1 |   140M |  50 |1652 |5233 |2121 |4845 |  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |  10.09%
1294.67/1298.34	c  1298s|109400 |   379 | 11421k| 102.1 |   140M |  50 |1652 |4917 |2124 |4859 |  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |  10.26%
1295.97/1299.69	c  1300s|109500 |   377 | 11433k| 102.1 |   140M |  50 |1652 |4577 |2123 |4864 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf |  10.34%
1296.87/1300.59	c  1301s|109600 |   380 | 11440k| 102.1 |   140M |  50 |1652 |4709 |2123 |4868 |  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf |  10.35%
1297.76/1301.45	c  1301s|109700 |   378 | 11448k| 102.1 |   140M |  50 |1652 |4818 |2123 |4869 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |  10.36%
1298.76/1302.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1298.76/1302.43	c  1302s|109800 |   380 | 11455k| 102.0 |   140M |  50 |1652 |4912 |2123 |4871 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |  10.36%
1299.76/1303.46	c  1303s|109900 |   380 | 11463k| 102.0 |   140M |  50 |1652 |4909 |2123 |4877 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |  10.44%
1300.76/1304.42	c  1304s|110000 |   380 | 11471k| 102.0 |   140M |  50 |1652 |4940 |2124 |4882 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf |  10.49%
1301.46/1305.18	c  1305s|110100 |   378 | 11478k| 102.0 |   140M |  50 |1652 |5079 |2124 |4884 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |  10.49%
1302.55/1306.23	c  1306s|110200 |   384 | 11486k| 101.9 |   140M |  50 |1652 |5038 |2122 |4889 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf |  10.50%
1303.35/1307.10	c  1307s|110300 |   381 | 11494k| 101.9 |   140M |  50 |1652 |5074 |2122 |4889 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |  10.52%
1304.65/1308.31	c  1308s|110400 |   385 | 11505k| 101.9 |   140M |  50 |1652 |4916 |2124 |4889 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |  10.53%
1305.54/1309.24	c  1309s|110500 |   385 | 11514k| 101.9 |   140M |  50 |1652 |4912 |2122 |4889 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |  10.53%
1306.35/1310.10	c  1310s|110600 |   385 | 11521k| 101.9 |   140M |  50 |1652 |5076 |2122 |4889 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |  10.53%
1307.54/1311.20	c  1311s|110700 |   383 | 11532k| 101.9 |   140M |  50 |1652 |4935 |2125 |4889 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf |  10.54%
1308.63/1312.33	c  1312s|110800 |   385 | 11542k| 101.9 |   140M |  50 |1652 |5144 |2125 |4889 |  0 | 141k|  22 | 0.000000e+00 |      --      |    Inf |  10.54%
1309.93/1313.62	c  1314s|110900 |   387 | 11553k| 101.9 |   140M |  50 |1652 |5058 |2124 |4895 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  10.54%
1310.73/1314.43	c  1314s|111000 |   389 | 11561k| 101.9 |   140M |  50 |1652 |4960 |2128 |4904 |  2 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  10.61%
1311.73/1315.41	c  1315s|111100 |   381 | 11569k| 101.9 |   140M |  50 |1652 |4924 |2126 |4912 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  10.72%
1313.02/1316.70	c  1317s|111200 |   385 | 11577k| 101.9 |   140M |  50 |1652 |4766 |2124 |4936 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  11.11%
1314.42/1318.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1314.42/1318.12	c  1318s|111300 |   387 | 11587k| 101.9 |   140M |  50 |1652 |4511 |2124 |4953 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  11.16%
1315.52/1319.23	c  1319s|111400 |   393 | 11596k| 101.8 |   140M |  50 |1652 |4368 |2123 |4960 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  11.24%
1316.81/1320.57	c  1321s|111500 |   393 | 11607k| 101.8 |   140M |  50 |1652 |4481 |2124 |4970 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  11.28%
1317.71/1321.45	c  1321s|111600 |   393 | 11615k| 101.8 |   140M |  50 |1652 |4560 |2126 |4977 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  11.29%
1318.71/1322.40	c  1322s|111700 |   391 | 11624k| 101.8 |   140M |  50 |1652 |4676 |2125 |4984 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf |  11.30%
1319.70/1323.49	c  1323s|111800 |   391 | 11634k| 101.8 |   140M |  50 |1652 |4696 |2127 |4992 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.31%
1321.00/1324.70	c  1325s|111900 |   395 | 11645k| 101.8 |   140M |  50 |1652 |4722 |2127 |5003 |  2 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.33%
1322.20/1325.92	c  1326s|112000 |   393 | 11656k| 101.8 |   140M |  50 |1652 |4785 |2125 |5014 |  2 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.33%
1323.30/1327.02	c  1327s|112100 |   392 | 11666k| 101.8 |   140M |  50 |1652 |4846 |2125 |5031 |  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.34%
1324.40/1328.14	c  1328s|112200 |   390 | 11677k| 101.8 |   140M |  50 |1652 |4957 |2126 |5043 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.34%
1325.69/1329.42	c  1329s|112300 |   390 | 11688k| 101.8 |   140M |  50 |1652 |4855 |2123 |5050 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.36%
1326.98/1330.79	c  1331s|112400 |   398 | 11699k| 101.8 |   140M |  50 |1652 |4711 |2123 |5063 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.48%
1328.18/1331.94	c  1332s|112500 |   402 | 11709k| 101.8 |   140M |  50 |1652 |4690 |2123 |5064 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.54%
1329.28/1333.01	c  1333s|112600 |   400 | 11719k| 101.8 |   140M |  50 |1652 |4760 |2123 |5065 |  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.54%
1330.18/1333.98	c  1334s|112700 |   400 | 11727k| 101.8 |   140M |  50 |1652 |4736 |2124 |5069 |  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf |  11.55%
1331.28/1335.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1331.28/1335.06	c  1335s|112800 |   400 | 11737k| 101.8 |   140M |  50 |1652 |4796 |2124 |5072 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |  11.56%
1332.17/1335.97	c  1336s|112900 |   400 | 11745k| 101.8 |   140M |  50 |1652 |4921 |2123 |5072 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |  11.56%
1333.37/1337.17	c  1337s|113000 |   400 | 11756k| 101.8 |   140M |  50 |1652 |5026 |2123 |5077 |  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf |  11.56%
1334.46/1338.26	c  1338s|113100 |   399 | 11766k| 101.8 |   140M |  50 |1652 |5118 |2124 |5078 |  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf |  11.56%
1335.76/1339.50	c  1339s|113200 |   395 | 11777k| 101.8 |   140M |  50 |1652 |5327 |2124 |5083 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |  11.56%
1337.16/1340.98	c  1341s|113300 |   399 | 11788k| 101.8 |   142M |  50 |1652 |5358 |2124 |5091 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |  11.60%
1338.45/1342.27	c  1342s|113400 |   402 | 11799k| 101.8 |   142M |  50 |1652 |5399 |2124 |5101 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf |  11.65%
1339.65/1343.47	c  1343s|113500 |   402 | 11810k| 101.8 |   142M |  50 |1652 |5371 |2126 |5103 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  11.67%
1340.85/1344.61	c  1345s|113600 |   400 | 11820k| 101.8 |   142M |  50 |1652 |5498 |2126 |5108 |  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  11.67%
1342.14/1345.93	c  1346s|113700 |   402 | 11832k| 101.8 |   142M |  50 |1652 |5431 |2124 |5116 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  11.78%
1343.14/1346.93	c  1347s|113800 |   400 | 11841k| 101.8 |   142M |  50 |1652 |5524 |2124 |5116 |  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1344.04/1347.82	c  1348s|113900 |   402 | 11849k| 101.8 |   142M |  50 |1652 |5672 |2124 |5117 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1344.84/1348.69	c  1349s|114000 |   404 | 11857k| 101.8 |   142M |  50 |1652 |5776 |2126 |5126 |  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1345.63/1349.45	c  1349s|114100 |   402 | 11864k| 101.8 |   142M |  50 |1652 |5963 |2125 |5132 |  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1346.53/1350.36	c  1350s|114200 |   400 | 11872k| 101.8 |   142M |  50 |1652 |6127 |2126 |5140 |  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1347.53/1351.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1347.53/1351.33	c  1351s|114300 |   400 | 11881k| 101.8 |   142M |  50 |1652 |6283 |2126 |5145 |  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1348.62/1352.43	c  1352s|114400 |   398 | 11892k| 101.8 |   142M |  50 |1652 |6383 |2124 |5147 |  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1349.52/1353.30	c  1353s|114500 |   406 | 11900k| 101.7 |   142M |  50 |1652 |6495 |2126 |5150 |  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1350.23/1354.04	c  1354s|114600 |   406 | 11906k| 101.7 |   142M |  50 |1652 |6709 |2126 |5150 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  11.79%
1351.02/1354.89	c  1355s|114700 |   400 | 11914k| 101.7 |   142M |  50 |1652 |6648 |2124 |5155 |  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  11.80%
1352.11/1355.99	c  1356s|114800 |   404 | 11924k| 101.7 |   142M |  50 |1652 |6572 |2126 |5162 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  11.80%
1353.01/1356.87	c  1357s|114900 |   402 | 11932k| 101.7 |   142M |  50 |1652 |6704 |2126 |5168 |  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  11.80%
1354.01/1357.83	c  1358s|115000 |   404 | 11941k| 101.7 |   142M |  50 |1652 |6804 |2126 |5172 |  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  11.80%
1354.91/1358.77	c  1359s|115100 |   404 | 11950k| 101.6 |   142M |  50 |1652 |7061 |2126 |5173 |  0 | 147k|  22 | 0.000000e+00 |      --      |    Inf |  11.80%
1355.80/1359.68	c  1360s|115200 |   404 | 11958k| 101.6 |   142M |  50 |1652 |7276 |2124 |5174 |  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf |  11.80%
1356.21/1360.05	c *1360s|115249 |     0 | 11961k| 101.6 |    LP  |  50 |1652 |7256 |2125 |5176 |  1 | 148k|  22 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
1356.21/1360.05	c 
1356.21/1360.05	c SCIP Status        : problem is solved [optimal solution found]
1356.21/1360.05	c Solving Time (sec) : 1360.04
1356.21/1360.05	c Solving Nodes      : 115249 (total of 117591 nodes in 2 runs)
1356.21/1360.05	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
1356.21/1360.05	c Dual Bound         : +0.00000000000000e+00
1356.21/1360.05	c Gap                : 0.00 %
1356.21/1360.05	s SATISFIABLE
1356.21/1360.05	v -x2112 -x2111 -x2110 -x2109 -x2108 -x2107 -x2106 -x2105 -x2104 -x2103 x2102 -x2101 -x2100 -x2099 -x2098 -x2097 -x2096 -x2095 -x2094 
1356.21/1360.05	v -x2093 -x2092 -x2091 -x2090 -x2089 -x2088 -x2087 -x2086 -x2085 -x2084 x2083 -x2082 -x2081 -x2080 -x2079 -x2078 -x2077 -x2076 
1356.21/1360.05	v -x2075 -x2074 -x2073 -x2072 -x2071 -x2070 -x2069 -x2068 -x2067 -x2066 x2065 -x2064 -x2063 -x2062 -x2061 -x2060 -x2059 -x2058 
1356.21/1360.05	v -x2057 -x2056 -x2055 -x2054 x2053 -x2052 -x2051 -x2050 -x2049 -x2048 -x2047 -x2046 -x2045 -x2044 -x2043 -x2042 -x2041 -x2040 
1356.21/1360.05	v -x2039 -x2038 -x2037 x2036 -x2035 -x2034 -x2033 -x2032 -x2031 -x2030 -x2029 -x2028 -x2027 -x2026 -x2025 -x2024 -x2023 -x2022 
1356.21/1360.05	v -x2021 -x2020 -x2019 x2018 -x2017 -x2016 -x2015 -x2014 -x2013 -x2012 -x2011 -x2010 -x2009 x2008 -x2007 -x2006 -x2005 -x2004 
1356.21/1360.05	v -x2003 -x2002 -x2001 -x2000 -x1999 -x1998 -x1997 -x1996 -x1995 -x1994 -x1993 -x1992 -x1991 -x1990 -x1989 x1988 -x1987 -x1986 
1356.21/1360.05	v -x1985 -x1984 -x1983 -x1982 -x1981 -x1980 -x1979 -x1978 -x1977 -x1976 -x1975 -x1974 -x1973 -x1972 -x1971 x1970 -x1969 -x1968 
1356.21/1360.05	v -x1967 -x1966 -x1965 -x1964 -x1963 -x1962 x1961 -x1960 -x1959 -x1958 -x1957 -x1956 -x1955 -x1954 -x1953 -x1952 -x1951 -x1950 
1356.21/1360.05	v -x1949 -x1948 -x1947 -x1946 -x1945 -x1944 -x1943 -x1942 -x1941 -x1940 x1939 -x1938 -x1937 -x1936 -x1935 -x1934 -x1933 -x1932 
1356.21/1360.05	v -x1931 -x1930 -x1929 -x1928 -x1927 x1926 -x1925 -x1924 -x1923 -x1922 -x1921 -x1920 -x1919 -x1918 -x1917 -x1916 -x1915 -x1914 
1356.21/1360.05	v -x1913 -x1912 -x1911 -x1910 x1909 -x1908 -x1907 -x1906 -x1905 -x1904 -x1903 -x1902 -x1901 -x1900 -x1899 -x1898 -x1897 -x1896 
1356.21/1360.05	v -x1895 -x1894 -x1893 -x1892 -x1891 -x1890 -x1889 -x1888 -x1887 -x1886 -x1885 -x1884 -x1883 -x1882 -x1881 -x1880 -x1879 -x1878 
1356.21/1360.05	v -x1877 -x1876 x1875 -x1874 -x1873 -x1872 -x1871 -x1870 -x1869 -x1868 -x1867 -x1866 -x1865 -x1864 -x1863 -x1862 -x1861 -x1860 
1356.21/1360.05	v -x1859 -x1858 x1857 -x1856 -x1855 -x1854 -x1853 -x1852 -x1851 -x1850 -x1849 -x1848 -x1847 -x1846 -x1845 -x1844 x1843 -x1842 
1356.21/1360.05	v -x1841 -x1840 -x1839 -x1838 -x1837 -x1836 -x1835 -x1834 -x1833 -x1832 -x1831 -x1830 -x1829 x1828 -x1827 -x1826 -x1825 -x1824 
1356.21/1360.05	v -x1823 -x1822 -x1821 -x1820 -x1819 -x1818 -x1817 -x1816 -x1815 -x1814 -x1813 x1812 -x1811 -x1810 -x1809 -x1808 -x1807 -x1806 
1356.21/1360.05	v -x1805 -x1804 -x1803 -x1802 -x1801 -x1800 -x1799 -x1798 x1797 -x1796 -x1795 -x1794 -x1793 -x1792 -x1791 -x1790 -x1789 -x1788 
1356.21/1360.05	v -x1787 -x1786 -x1785 -x1784 -x1783 -x1782 x1781 -x1780 -x1779 -x1778 -x1777 -x1776 -x1775 -x1774 -x1773 -x1772 -x1771 -x1770 
1356.21/1360.05	v -x1769 -x1768 -x1767 -x1766 -x1765 x1764 -x1763 -x1762 -x1761 -x1760 -x1759 -x1758 -x1757 -x1756 -x1755 -x1754 -x1753 -x1752 
1356.21/1360.05	v x1751 -x1750 -x1749 -x1748 -x1747 -x1746 -x1745 -x1744 -x1743 -x1742 -x1741 -x1740 -x1739 -x1738 x1737 -x1736 -x1735 -x1734 
1356.21/1360.05	v -x1733 -x1732 -x1731 -x1730 -x1729 -x1728 -x1727 -x1726 -x1725 -x1724 -x1723 -x1722 -x1721 -x1720 -x1719 -x1718 -x1717 x1716 
1356.21/1360.05	v -x1715 -x1714 -x1713 -x1712 -x1711 -x1710 -x1709 -x1708 -x1707 -x1706 -x1705 -x1704 -x1703 -x1702 -x1701 -x1700 -x1699 -x1698 
1356.21/1360.05	v x1697 -x1696 -x1695 -x1694 -x1693 -x1692 -x1691 -x1690 -x1689 -x1688 x1687 -x1686 -x1685 -x1684 -x1683 -x1682 -x1681 -x1680 
1356.21/1360.05	v -x1679 -x1678 -x1677 -x1676 -x1675 -x1674 -x1673 -x1672 -x1671 -x1670 -x1669 -x1668 -x1667 x1666 -x1665 -x1664 -x1663 -x1662 
1356.21/1360.05	v -x1661 -x1660 -x1659 -x1658 -x1657 -x1656 x1655 -x1654 -x1653 -x1652 -x1651 -x1650 -x1649 -x1648 -x1647 -x1646 -x1645 -x1644 
1356.21/1360.05	v -x1643 -x1642 -x1641 -x1640 x1639 -x1638 -x1637 -x1636 -x1635 -x1634 -x1633 -x1632 -x1631 -x1630 -x1629 -x1628 -x1627 -x1626 
1356.21/1360.05	v -x1625 -x1624 -x1623 -x1622 -x1621 -x1620 x1619 -x1618 -x1617 -x1616 -x1615 -x1614 -x1613 x1612 -x1611 -x1610 -x1609 -x1608 
1356.21/1360.05	v -x1607 -x1606 -x1605 -x1604 -x1603 -x1602 -x1601 -x1600 -x1599 -x1598 -x1597 -x1596 -x1595 -x1594 -x1593 -x1592 -x1591 x1590 
1356.21/1360.05	v -x1589 -x1588 -x1587 -x1586 -x1585 -x1584 -x1583 -x1582 -x1581 -x1580 -x1579 -x1578 -x1577 -x1576 -x1575 -x1574 -x1573 -x1572 
1356.21/1360.05	v x1571 -x1570 -x1569 -x1568 -x1567 -x1566 -x1565 -x1564 -x1563 x1562 -x1561 -x1560 -x1559 -x1558 -x1557 -x1556 -x1555 -x1554 
1356.21/1360.05	v -x1553 -x1552 -x1551 -x1550 -x1549 x1548 -x1547 -x1546 -x1545 -x1544 -x1543 -x1542 -x1541 -x1540 -x1539 -x1538 -x1537 -x1536 
1356.21/1360.05	v -x1535 -x1534 -x1533 -x1532 -x1531 -x1530 -x1529 -x1528 -x1527 -x1526 -x1525 -x1524 -x1523 x1522 -x1521 -x1520 -x1519 -x1518 
1356.21/1360.05	v -x1517 -x1516 -x1515 -x1514 x1513 -x1512 -x1511 -x1510 -x1509 -x1508 -x1507 -x1506 -x1505 -x1504 -x1503 -x1502 -x1501 -x1500 
1356.21/1360.05	v -x1499 -x1498 -x1497 x1496 -x1495 -x1494 -x1493 -x1492 -x1491 -x1490 -x1489 -x1488 -x1487 -x1486 -x1485 -x1484 -x1483 -x1482 
1356.21/1360.05	v -x1481 -x1480 -x1479 -x1478 x1477 -x1476 -x1475 -x1474 -x1473 -x1472 -x1471 -x1470 -x1469 -x1468 -x1467 -x1466 x1465 -x1464 
1356.21/1360.05	v -x1463 -x1462 -x1461 -x1460 -x1459 -x1458 -x1457 -x1456 -x1455 -x1454 -x1453 -x1452 -x1451 -x1450 -x1449 -x1448 -x1447 -x1446 
1356.21/1360.05	v -x1445 -x1444 -x1443 -x1442 x1441 -x1440 -x1439 -x1438 -x1437 -x1436 -x1435 -x1434 -x1433 -x1432 -x1431 -x1430 -x1429 -x1428 
1356.21/1360.05	v x1427 -x1426 -x1425 -x1424 -x1423 -x1422 -x1421 -x1420 -x1419 -x1418 -x1417 -x1416 -x1415 x1414 -x1413 -x1412 -x1411 -x1410 
1356.21/1360.05	v -x1409 -x1408 -x1407 -x1406 -x1405 -x1404 -x1403 -x1402 -x1401 -x1400 -x1399 -x1398 -x1397 -x1396 -x1395 -x1394 x1393 -x1392 
1356.21/1360.05	v -x1391 -x1390 -x1389 -x1388 -x1387 -x1386 -x1385 -x1384 -x1383 -x1382 -x1381 -x1380 -x1379 -x1378 x1377 -x1376 -x1375 -x1374 
1356.21/1360.05	v -x1373 -x1372 -x1371 -x1370 -x1369 -x1368 -x1367 x1366 -x1365 -x1364 -x1363 -x1362 -x1361 -x1360 -x1359 -x1358 -x1357 -x1356 
1356.21/1360.05	v -x1355 -x1354 -x1353 -x1352 -x1351 -x1350 -x1349 -x1348 x1347 -x1346 -x1345 -x1344 -x1343 -x1342 -x1341 -x1340 -x1339 -x1338 
1356.21/1360.05	v -x1337 -x1336 -x1335 -x1334 -x1333 -x1332 -x1331 x1330 -x1329 -x1328 -x1327 -x1326 -x1325 -x1324 -x1323 -x1322 -x1321 -x1320 
1356.21/1360.05	v -x1319 -x1318 x1317 -x1316 -x1315 -x1314 -x1313 -x1312 -x1311 -x1310 -x1309 -x1308 -x1307 -x1306 -x1305 -x1304 -x1303 -x1302 
1356.21/1360.05	v -x1301 x1300 -x1299 -x1298 -x1297 -x1296 -x1295 -x1294 -x1293 -x1292 -x1291 -x1290 x1289 -x1288 -x1287 -x1286 -x1285 -x1284 
1356.21/1360.05	v -x1283 -x1282 -x1281 -x1280 -x1279 -x1278 -x1277 -x1276 -x1275 -x1274 -x1273 x1272 -x1271 -x1270 -x1269 -x1268 -x1267 -x1266 
1356.21/1360.05	v -x1265 -x1264 -x1263 -x1262 -x1261 -x1260 -x1259 -x1258 -x1257 -x1256 x1255 -x1254 -x1253 -x1252 -x1251 -x1250 -x1249 -x1248 
1356.21/1360.05	v -x1247 -x1246 -x1245 -x1244 -x1243 -x1242 -x1241 -x1240 x1239 -x1238 -x1237 -x1236 -x1235 -x1234 -x1233 -x1232 -x1231 -x1230 
1356.21/1360.05	v -x1229 -x1228 -x1227 -x1226 -x1225 -x1224 -x1223 x1222 -x1221 -x1220 -x1219 -x1218 -x1217 -x1216 -x1215 -x1214 -x1213 -x1212 
1356.21/1360.05	v -x1211 -x1210 -x1209 -x1208 -x1207 -x1206 x1205 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 -x1198 -x1197 -x1196 -x1195 -x1194 
1356.21/1360.05	v -x1193 -x1192 -x1191 -x1190 -x1189 x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 -x1179 -x1178 -x1177 -x1176 
1356.21/1360.05	v -x1175 -x1174 -x1173 -x1172 x1171 -x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 -x1163 -x1162 -x1161 -x1160 -x1159 -x1158 
1356.21/1360.05	v -x1157 -x1156 -x1155 -x1154 x1153 -x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 -x1144 -x1143 -x1142 -x1141 -x1140 
1356.21/1360.05	v -x1139 x1138 -x1137 -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 -x1122 
1356.21/1360.05	v x1121 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 -x1107 -x1106 -x1105 -x1104 
1356.21/1360.05	v -x1103 -x1102 -x1101 -x1100 -x1099 -x1098 -x1097 -x1096 x1095 -x1094 -x1093 -x1092 -x1091 -x1090 -x1089 -x1088 -x1087 -x1086 
1356.21/1360.05	v -x1085 -x1084 -x1083 -x1082 -x1081 -x1080 -x1079 -x1078 -x1077 x1076 -x1075 -x1074 -x1073 -x1072 -x1071 -x1070 -x1069 -x1068 
1356.21/1360.05	v -x1067 -x1066 -x1065 -x1064 -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x1050 
1356.21/1360.05	v -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 -x1034 -x1033 -x1032 
1356.21/1360.05	v -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 -x1023 -x1022 -x1021 x1020 -x1019 -x1018 -x1017 -x1016 -x1015 -x1014 
1356.21/1360.05	v -x1013 -x1012 -x1011 -x1010 -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 
1356.21/1360.05	v -x994 x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 
1356.21/1360.05	v -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 
1356.21/1360.05	v -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 
1356.21/1360.05	v -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 x916 -x915 -x914 -x913 -x912 -x911 
1356.21/1360.05	v -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 
1356.21/1360.05	v -x890 -x889 -x888 -x887 x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 
1356.21/1360.05	v -x869 -x868 x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 
1356.21/1360.05	v -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 
1356.21/1360.05	v -x827 -x826 x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 
1356.21/1360.05	v -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 x792 -x791 -x790 -x789 -x788 -x787 -x786 
1356.21/1360.05	v -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 
1356.21/1360.05	v -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 
1356.21/1360.05	v -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 
1356.21/1360.05	v x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 
1356.21/1360.05	v -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 
1356.21/1360.05	v -x680 -x679 -x678 -x677 -x676 -x675 x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 x662 -x661 -x660 
1356.21/1360.05	v -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 x643 -x642 -x641 -x640 -x639 
1356.21/1360.05	v -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 
1356.21/1360.05	v x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 
1356.21/1360.05	v -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 x577 -x576 
1356.21/1360.05	v -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 x561 -x560 -x559 -x558 -x557 -x556 -x555 
1356.21/1360.05	v -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 
1356.21/1360.05	v -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 
1356.21/1360.05	v -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 
1356.21/1360.05	v -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 
1356.21/1360.05	v -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 x455 -x454 -x453 -x452 -x451 -x450 
1356.21/1360.05	v -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 
1356.21/1360.05	v -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 
1356.21/1360.05	v -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 x393 -x392 -x391 -x390 -x389 -x388 
1356.21/1360.05	v -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 
1356.21/1360.05	v -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 x346 
1356.21/1360.05	v -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 x325 
1356.21/1360.05	v -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 x310 -x309 -x308 -x307 -x306 -x305 -x304 
1356.21/1360.05	v -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 
1356.21/1360.05	v -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 
1356.21/1360.05	v -x261 -x260 -x259 x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 x241 
1356.21/1360.05	v -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 
1356.21/1360.05	v -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 
1356.21/1360.05	v -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 
1356.21/1360.05	v -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 
1356.21/1360.05	v -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 
1356.21/1360.05	v -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 
1356.21/1360.05	v -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 
1356.21/1360.05	v -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 
1356.21/1360.05	v -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 
1356.21/1360.05	v -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 
1356.21/1360.05	v -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1356.21/1360.05	c SCIP Status        : problem is solved [optimal solution found]
1356.21/1360.05	c Total Time         :    1360.04
1356.21/1360.05	c   solving          :    1360.04
1356.21/1360.05	c   presolving       :       1.93 (included in solving)
1356.21/1360.05	c   reading          :       0.01 (included in solving)
1356.21/1360.05	c   copying          :       3.03 (112 #copies) (minimal 0.01, maximal 0.09, average 0.03)
1356.21/1360.05	c Original Problem   :
1356.21/1360.05	c   Problem name     : HOME/instance-4515140-1751231092.opb
1356.21/1360.05	c   Variables        : 2112 (2112 binary, 0 integer, 0 implicit integer, 0 continuous)
1356.21/1360.05	c   Constraints      : 3279 initial, 3279 maximal
1356.21/1360.05	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1356.21/1360.05	c Presolved Problem  :
1356.21/1360.05	c   Problem name     : t_HOME/instance-4515140-1751231092.opb
1356.21/1360.05	c   Variables        : 1652 (1652 binary, 0 integer, 0 implicit integer, 0 continuous)
1356.21/1360.05	c   Constraints      : 4941 initial, 12123 maximal
1356.21/1360.05	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1356.21/1360.05	c   Nonzeros         : 291059 constraint, 19267 clique table
1356.21/1360.05	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1356.21/1360.05	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   domcol           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   gateextraction   :       0.03       0.00      3          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   trivial          :       0.00       0.00      7        340          0          0          0          0          0          0          0          0
1356.21/1360.05	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   dualfix          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   probing          :       0.42       0.00      2          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   symmetry         :       0.02       0.00      1        120          0          0          0          0          0          1          0          0
1356.21/1360.05	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   knapsack         :       0.02       0.00     16          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   setppc           :       0.01       0.00     16          0          0          0          0          0       1176          0          0          0
1356.21/1360.05	c   linear           :       0.02       0.00      8          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   orbitope         :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   logicor          :       1.07       0.29      8          0          0          0          0          0       1812          0          0        177
1356.21/1360.05	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   components       :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
1356.21/1360.05	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
1356.21/1360.05	c   benderslp        :          0          0          0          0      59165          0          0       6362          0          0          0          0          0          0          0
1356.21/1360.05	c   integral         :          0          0          0          0      59165          0          0       6362          0          0          0          0          0          0     118328
1356.21/1360.05	c   knapsack         :         34         34         22     387117          1          0          0       6355         72         48          0          0          0          0          0
1356.21/1360.05	c   setppc           :       2088+      2091         22     387059          1          0          0          8   18162032         33    2630056          0          0          0          0
1356.21/1360.05	c   linear           :          1          1         11     362819          0          0          0          3          0          0          0          0          0          0          0
1356.21/1360.05	c   orbitope         :          1          1          0     384033          0          0          0          0     824333         30      97921          0          0          0          0
1356.21/1360.05	c   logicor          :       2817+      9999         22     105473          0          0          0          0      63140        184      17401          0          0          0          0
1356.21/1360.05	c   benders          :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
1356.21/1360.05	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
1356.21/1360.05	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
1356.21/1360.05	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
1356.21/1360.05	c   benderslp        :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   integral         :       6.42       0.00       0.00       0.00       6.42       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   knapsack         :       2.11       0.00       0.25       1.65       0.00       0.00       0.00       0.21       0.00       0.00
1356.21/1360.05	c   setppc           :       8.75       0.00       0.00       5.42       0.00       0.00       0.00       0.00       3.33       0.00
1356.21/1360.05	c   linear           :       0.17       0.00       0.00       0.17       0.00       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   orbitope         :       1.45       0.00       0.00       1.41       0.00       0.00       0.00       0.00       0.03       0.00
1356.21/1360.05	c   logicor          :       4.08       0.29       0.01       3.64       0.00       0.00       0.00       0.00       0.14       0.00
1356.21/1360.05	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   components       :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1356.21/1360.05	c   dualfix          :          2          0          0          0
1356.21/1360.05	c   genvbounds       :          0          0          0          0
1356.21/1360.05	c   nlobbt           :          0          0          0          0
1356.21/1360.05	c   obbt             :          0          0          0          0
1356.21/1360.05	c   probing          :          0          0          0          0
1356.21/1360.05	c   pseudoobj        :          0          0          0          0
1356.21/1360.05	c   redcost          :          0          0          0          0
1356.21/1360.05	c   rootredcost      :          0          0          0          0
1356.21/1360.05	c   symmetry         :          0          0          0          0
1356.21/1360.05	c   vbounds          :     256814          0          0          0
1356.21/1360.05	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
1356.21/1360.05	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   genvbounds       :       0.05       0.00       0.00       0.05       0.00       0.00
1356.21/1360.05	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
1356.21/1360.05	c   probing          :       0.42       0.00       0.42       0.00       0.00       0.00
1356.21/1360.05	c   pseudoobj        :       0.05       0.00       0.00       0.05       0.00       0.00
1356.21/1360.05	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
1356.21/1360.05	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00       0.00
1356.21/1360.05	c   symmetry         :       0.08       0.00       0.02       0.07       0.00       0.00
1356.21/1360.05	c   vbounds          :       1.74       0.00       0.00       1.73       0.00       0.00
1356.21/1360.05	c Symmetry           :
1356.21/1360.05	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
1356.21/1360.05	c   orbital reduction:          0 reductions applied,          0 cutoffs
1356.21/1360.05	c   lexicographic red:          0 reductions applied,          0 cutoffs
1356.21/1360.05	c   shadow tree time :       0.00 s
1356.21/1360.05	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
1356.21/1360.05	c   propagation      :       0.10        251        227          -       2168      306.6          0        0.0          -          -          -
1356.21/1360.05	c   infeasible LP    :      44.21      58786      25289          -     582634      192.4          2      134.5          0        0.0          0
1356.21/1360.05	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
1356.21/1360.05	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
1356.21/1360.05	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
1356.21/1360.05	c   applied globally :       5.98          -          -          0     148313      121.1          -          -          0          -          -
1356.21/1360.05	c   applied locally  :          -          -          -          0         15      359.7          -          -          0          -          -
1356.21/1360.05	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
1356.21/1360.05	c   cut pool         :       0.11          -       8970         42          -          -       1141       8983          -          -          -          -          -    (maximal pool size:        192)
1356.21/1360.05	c   aggregation      :       0.72       0.00        430         22          0          0          2        713          0        326        326          0          0
1356.21/1360.05	c   > cmir           :          -          -          -          -          -          -          -        713          0        326        326          0          -
1356.21/1360.05	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
1356.21/1360.05	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
1356.21/1360.05	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   clique           :       0.30       0.00         22         22          0          0          2          3          0          2          2          0          0
1356.21/1360.05	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   gomory           :      18.99       0.00        428         20          0          0       1649       7431        724       3727       3708         19          0
1356.21/1360.05	c   > gomorymi       :          -          -          -          -          -          -          -       4393        362       2921       2904         17          -
1356.21/1360.05	c   > strongcg       :          -          -          -          -          -          -          -       3038        362        806        804          2          -
1356.21/1360.05	c   impliedbounds    :       0.16       0.00        430         22          0          0        147        682          0        422        422          0          0
1356.21/1360.05	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   mcf              :       0.01       0.00          2          2          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   multilinear      :       0.00       0.00       1795         22          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   rapidlearning    :       7.18       0.00        100          2          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   rlt              :       0.00       0.00        234         20          0          0          0          0          0          0          0          0          0
1356.21/1360.05	c   zerohalf         :       2.47       0.00        430         22          0          0        885        154        820        822        129        693          0
1356.21/1360.05	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
1356.21/1360.05	c   hybrid           :       0.02       0.00       3621         22       5299          0       5228         65          0        173
1356.21/1360.05	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1356.21/1360.05	c   problem variables:       0.00          -          0          0
1356.21/1360.05	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
1356.21/1360.05	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c   relpscost        :       6.38       0.00      59164          0          0          0          0          0          0     118328
1356.21/1360.05	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
1356.21/1360.05	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
1356.21/1360.05	c   LP solutions     :       0.00          -          -          1          1
1356.21/1360.05	c   relax solutions  :       0.00          -          -          0          0
1356.21/1360.05	c   pseudo solutions :       0.00          -          -          0          0
1356.21/1360.05	c   strong branching :       0.00          -          -          0          0
1356.21/1360.05	c   actconsdiving    :       0.00       0.00          0          0          0
1356.21/1360.05	c   adaptivediving   :       5.34       0.00         32          0          0
1356.21/1360.05	c   alns             :       3.57       0.00         11          0          0
1356.21/1360.05	c   bound            :       0.00       0.00          0          0          0
1356.21/1360.05	c   clique           :       0.01       0.00          1          0          0
1356.21/1360.05	c   coefdiving       :       0.00       0.00          0          0          0
1356.21/1360.05	c   completesol      :       0.00       0.00          0          0          0
1356.21/1360.05	c   conflictdiving   :       3.41       0.00         16          0          0
1356.21/1360.05	c   crossover        :       0.01       0.00          0          0          0
1356.21/1360.05	c   dins             :       0.00       0.00          0          0          0
1356.21/1360.05	c   distributiondivin:       5.56       0.00         16          0          0
1356.21/1360.05	c   dps              :       0.00       0.00          0          0          0
1356.21/1360.05	c   dualval          :       0.00       0.00          0          0          0
1356.21/1360.05	c   farkasdiving     :       0.00       0.00          0          0          0
1356.21/1360.05	c   feasjump         :       0.20       0.00          2          0          0
1356.21/1360.05	c   feaspump         :       1.46       0.00          8          0          0
1356.21/1360.05	c   fixandinfer      :       0.00       0.00          0          0          0
1356.21/1360.05	c   fracdiving       :       2.49       0.00         16          0          0
1356.21/1360.05	c   gins             :       0.01       0.00          0          0          0
1356.21/1360.05	c   guideddiving     :       0.00       0.00          0          0          0
1356.21/1360.05	c   indcoefdiving    :       0.00       0.00          0          0          0
1356.21/1360.05	c   indicator        :       0.01       0.00          0          0          0
1356.21/1360.05	c   indicatordiving  :       0.00       0.00          0          0          0
1356.21/1360.05	c   indoneopt        :       0.02       0.00          0          0          0
1356.21/1360.05	c   indrounding      :       0.00       0.00          0          0          0
1356.21/1360.05	c   indtwoopt        :       0.00       0.00          0          0          0
1356.21/1360.05	c   intdiving        :       0.00       0.00          0          0          0
1356.21/1360.05	c   intshifting      :       0.00       0.00          0          0          0
1356.21/1360.05	c   linesearchdiving :       3.65       0.00         16          0          0
1356.21/1360.05	c   localbranching   :       0.00       0.00          0          0          0
1356.21/1360.05	c   locks            :       0.01       0.00          1          0          0
1356.21/1360.05	c   lpface           :       0.10       0.00          0          0          0
1356.21/1360.05	c   mpec             :       0.00       0.00          0          0          0
1356.21/1360.05	c   multistart       :       0.00       0.00          0          0          0
1356.21/1360.05	c   mutation         :       0.00       0.00          0          0          0
1356.21/1360.05	c   nlpdiving        :       0.00       0.00          0          0          0
1356.21/1360.05	c   objpscostdiving  :       4.72       0.00          8          0          0
1356.21/1360.05	c   octane           :       0.00       0.00          0          0          0
1356.21/1360.05	c   ofins            :       0.01       0.00          0          0          0
1356.21/1360.05	c   oneopt           :       0.02       0.00          0          0          0
1356.21/1360.05	c   padm             :       0.00       0.00          0          0          0
1356.21/1360.05	c   proximity        :       0.00       0.00          0          0          0
1356.21/1360.05	c   pscostdiving     :       3.47       0.00         16          0          0
1356.21/1360.05	c   randrounding     :       0.81       0.00       6369          0          0
1356.21/1360.05	c   rens             :       4.12       0.00          1          0          0
1356.21/1360.05	c   reoptsols        :       0.00       0.00          0          0          0
1356.21/1360.05	c   repair           :       0.00       0.00          0          0          0
1356.21/1360.05	c   rins             :       0.01       0.00          0          0          0
1356.21/1360.05	c   rootsoldiving    :       0.81       0.00          9          0          0
1356.21/1360.05	c   rounding         :       0.70       0.00       3466          0          0
1356.21/1360.05	c   scheduler        :       0.00       0.00          0          0          0
1356.21/1360.05	c   shiftandpropagate:       0.03       0.00          2          0          0
1356.21/1360.05	c   shifting         :       6.67       0.00       1335          0          0
1356.21/1360.05	c   simplerounding   :       0.02       0.00          0          0          0
1356.21/1360.05	c   smallcard        :       0.00       0.00          0          0          0
1356.21/1360.05	c   subnlp           :       0.03       0.00          0          0          0
1356.21/1360.05	c   trivial          :       0.00       0.00          4          0          0
1356.21/1360.05	c   trivialnegation  :       0.00       0.00          0          0          0
1356.21/1360.05	c   trustregion      :       0.00       0.00          0          0          0
1356.21/1360.05	c   trysol           :       0.02       0.00          0          0          0
1356.21/1360.05	c   twoopt           :       0.00       0.00          0          0          0
1356.21/1360.05	c   undercover       :       0.00       0.00          0          0          0
1356.21/1360.05	c   vbounds          :       0.06       0.00          2          0          0
1356.21/1360.05	c   veclendiving     :       5.29       0.00         16          0          0
1356.21/1360.05	c   zeroobj          :       0.00       0.00          0          0          0
1356.21/1360.05	c   zirounding       :       0.10       0.00       1000          0          0
1356.21/1360.05	c   other solutions  :          -          -          -          0          -
1356.21/1360.05	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
1356.21/1360.05	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
1356.21/1360.05	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
1356.21/1360.05	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
1356.21/1360.05	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
1356.21/1360.05	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
1356.21/1360.05	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
1356.21/1360.05	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
1356.21/1360.05	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
1356.21/1360.05	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
1356.21/1360.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
1356.21/1360.05	c   primal LP        :       0.42       1069          0       0.00       0.00       0.42       1069
1356.21/1360.05	c   dual LP          :    1170.11     121098   11698833      96.62    9998.03       0.01         17
1356.21/1360.05	c   lex dual LP      :       0.00          0          0       0.00          -
1356.21/1360.05	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1356.21/1360.05	c   resolve instable :       0.00          0          0       0.00          -
1356.21/1360.05	c   diving/probing LP:      31.46        987     263159     266.63    8364.91
1356.21/1360.05	c   strong branching :       1.09         22       8076     367.09    7390.51          -          -          1
1356.21/1360.05	c     (at root node) :          -         22       8076     367.09          -
1356.21/1360.05	c   conflict analysis:       0.00          0          0       0.00          -
1356.21/1360.05	c B&B Tree           :
1356.21/1360.05	c   number of runs   :          2
1356.21/1360.05	c   nodes            :     115249 (57876 internal, 57373 leaves)
1356.21/1360.05	c   feasible leaves  :          1
1356.21/1360.05	c   infeas. leaves   :      57372
1356.21/1360.05	c   objective leaves :          0
1356.21/1360.05	c   nodes (total)    :     117591 (59164 internal, 58427 leaves)
1356.21/1360.05	c   nodes left       :          0
1356.21/1360.05	c   max depth        :         50
1356.21/1360.05	c   max depth (total):         50
1356.21/1360.05	c   backtracks       :      16890 (14.7%)
1356.21/1360.05	c   early backtracks :          0 (0.0%)
1356.21/1360.05	c   nodes exc. ref.  :          0 (0.0%)
1356.21/1360.05	c   delayed cutoffs  :         97
1356.21/1360.05	c   repropagations   :      35219 (96595 domain reductions, 89 cutoffs)
1356.21/1360.05	c   avg switch length:       3.10
1356.21/1360.05	c   switching time   :      11.22
1356.21/1360.05	c Root Node          :
1356.21/1360.05	c   First LP value   : +0.00000000000000e+00
1356.21/1360.05	c   First LP Iters   :       1639 (17107.13 Iter/sec)
1356.21/1360.05	c   First LP Time    :       0.10
1356.21/1360.05	c   Final Dual Bound : +0.00000000000000e+00
1356.21/1360.05	c   Final Root Iters :      13357
1356.21/1360.05	c   Root LP Estimate : +3.38162679247213e-02
1356.21/1360.05	c Solution           :
1356.21/1360.05	c   Solutions found  :          1 (1 improvements)
1356.21/1360.05	c   First Solution   : +0.00000000000000e+00   (in run 2, after 115249 nodes, 1360.04 seconds, depth 33, found by <relaxation>)
1356.21/1360.05	c   Gap First Sol.   :       0.00 %
1356.21/1360.05	c   Gap Last Sol.    :       0.00 %
1356.21/1360.05	c   Primal Bound     : +0.00000000000000e+00   (in run 2, after 115249 nodes, 1360.04 seconds, depth 33, found by <relaxation>)
1356.21/1360.05	c   Dual Bound       : +0.00000000000000e+00
1356.21/1360.05	c   Gap              :       0.00 %
1356.21/1360.05	c Integrals          :      Total       Avg%
1356.21/1360.05	c   primal-dual      :  136004.16     100.00
1356.21/1360.05	c   primal-ref       :          -          - (not evaluated)
1356.21/1360.05	c   dual-ref         :          -          - (not evaluated)
1356.21/1360.08	c Time complete: 1356.3.

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62807 MiB free)
  memory of node 1: 64507 MiB (63220 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515140-1751231092/watcher-4515140-1751231092 -o /tmp/evaluation-result-4515140-1751231092/solver-4515140-1751231092 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751227488-29472 --watchdog 3760 pbscip -f HOME/instance-4515140-1751231092.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=30512, runsolver pid=30509

[startup+0.100062 s]*
/proc/loadavg: 4.05 4.08 4.01 5/261 30513
/proc/meminfo: memFree=129036372/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=60536 memory=34560 CPUtime=0.08 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 5312 0 0 0 8 0 0 0 20 0 1 0 38788101 61988864 8640 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 15134 8640 3712 3530 0 6585 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 60536 KiB
Current children cumulated memory: 34560 KiB

[startup+0.205597 s]*
/proc/loadavg: 4.05 4.08 4.01 5/261 30513
/proc/meminfo: memFree=129010932/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=61692 memory=35456 CPUtime=0.19 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 5543 0 0 0 19 0 0 0 20 0 1 0 38788101 63172608 8864 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 15423 8864 3712 3530 0 6874 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61692 KiB
Current children cumulated memory: 35456 KiB

[startup+0.305531 s]*
/proc/loadavg: 4.05 4.08 4.01 5/259 30513
/proc/meminfo: memFree=128992788/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=62204 memory=35968 CPUtime=0.29 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 5671 0 0 0 29 0 0 0 20 0 1 0 38788101 63696896 8992 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 15551 8992 3712 3530 0 7002 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 62204 KiB
Current children cumulated memory: 35968 KiB

[startup+0.700168 s]
/proc/loadavg: 4.05 4.08 4.01 5/259 30513
/proc/meminfo: memFree=128988756/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=75924 memory=46976 CPUtime=0.68 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 8234 0 0 0 67 1 0 0 20 0 1 0 38788101 77746176 11744 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 18981 11744 3904 3530 0 10432 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 75924 KiB
Current children cumulated memory: 46976 KiB

[startup+1.50011 s]
/proc/loadavg: 4.05 4.08 4.01 5/259 30513
/proc/meminfo: memFree=128913472/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=79168 memory=50048 CPUtime=1.48 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 9010 0 0 0 147 1 0 0 20 0 1 0 38788101 81068032 12512 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 19792 12512 3904 3530 0 11243 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 79168 KiB
Current children cumulated memory: 50048 KiB

[startup+3.10524 s]
/proc/loadavg: 4.04 4.07 4.01 5/264 30523
/proc/meminfo: memFree=126965096/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=91716 memory=62548 CPUtime=3.08 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 13306 0 0 0 306 2 0 0 20 0 1 0 38788101 93917184 15637 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 22929 15637 3904 3530 0 14380 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 91716 KiB
Current children cumulated memory: 62548 KiB

[startup+6.30015 s]
/proc/loadavg: 4.04 4.07 4.01 5/264 30523
/proc/meminfo: memFree=125668752/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=112008 memory=81876 CPUtime=6.27 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 18159 0 0 0 624 3 0 0 20 0 1 0 38788101 114696192 20469 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 28002 20469 3904 3530 0 19453 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 112008 KiB
Current children cumulated memory: 81876 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.09 4.02 5/264 30524
/proc/meminfo: memFree=125394576/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=112528 memory=82684 CPUtime=12.65 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 21606 0 0 0 1262 3 0 0 20 0 1 0 38788101 115228672 20671 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 28132 20671 3904 3530 0 19583 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 112528 KiB
Current children cumulated memory: 82684 KiB

[startup+25.5001 s]
/proc/loadavg: 4.10 4.08 4.02 5/264 30524
/proc/meminfo: memFree=122274456/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=130808 memory=99316 CPUtime=25.42 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 36283 0 0 0 2536 6 0 0 20 0 1 0 38788101 133947392 24829 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 32702 24829 3904 3530 0 24153 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 130808 KiB
Current children cumulated memory: 99316 KiB

[startup+51.1053 s]
/proc/loadavg: 4.06 4.08 4.01 5/264 30524
/proc/meminfo: memFree=118605260/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=153780 memory=124024 CPUtime=50.95 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 52726 0 0 0 5087 8 0 0 20 0 1 0 38788101 157470720 31006 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 38445 31006 3904 3530 0 29896 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 153780 KiB
Current children cumulated memory: 124024 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.09 4.02 5/264 30526
/proc/meminfo: memFree=114069468/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=188132 CPUtime=102.02 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 71900 0 0 0 10191 11 0 0 20 0 1 0 38788101 225558528 47033 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 47033 3904 3530 0 46519 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 188132 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.09 4.02 5/263 30528
/proc/meminfo: memFree=113744508/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=188132 CPUtime=161.85 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 71905 0 0 0 16174 11 0 0 20 0 1 0 38788101 225558528 47033 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 47033 3904 3530 0 46519 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 188132 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 4.07 4.01 5/264 30531
/proc/meminfo: memFree=113716984/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=188132 CPUtime=221.69 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 71907 0 0 0 22158 11 0 0 20 0 1 0 38788101 225558528 47033 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 47033 3904 3530 0 46519 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 188132 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.09 4.02 6/265 30538
/proc/meminfo: memFree=113675624/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=188132 CPUtime=281.52 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 71907 0 0 0 28141 11 0 0 20 0 1 0 38788101 225558528 47033 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 47033 3904 3530 0 46519 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 188132 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.09 4.02 5/264 30540
/proc/meminfo: memFree=113630712/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=188132 CPUtime=341.36 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 71908 0 0 0 34124 12 0 0 20 0 1 0 38788101 225558528 47033 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 47033 3904 3530 0 46519 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 188132 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.08 4.02 5/264 30543
/proc/meminfo: memFree=113543480/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=188132 CPUtime=401.2 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 71908 0 0 0 40108 12 0 0 20 0 1 0 38788101 225558528 47033 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 47033 3904 3530 0 46519 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 188132 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/265 30546
/proc/meminfo: memFree=113528932/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=188132 CPUtime=461.04 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 71908 0 0 0 46092 12 0 0 20 0 1 0 38788101 225558528 47033 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 47033 3904 3530 0 46519 0

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

/proc/loadavg: 4.19 4.16 4.06 5/267 30626
/proc/meminfo: memFree=102004052/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=939.64 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72074 0 0 0 93945 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 939.64 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1002.3 s]
/proc/loadavg: 4.11 4.14 4.06 5/264 30673
/proc/meminfo: memFree=101927592/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=999.48 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72149 0 0 0 99929 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 999.48 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1062.3 s]
/proc/loadavg: 4.14 4.14 4.07 5/265 30676
/proc/meminfo: memFree=101525016/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1059.32 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72225 0 0 0 105913 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1059.32 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1122.3 s]
/proc/loadavg: 4.09 4.13 4.07 5/265 30678
/proc/meminfo: memFree=101454860/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1119.16 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72225 0 0 0 111897 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1119.16 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1182.3 s]
/proc/loadavg: 4.14 4.14 4.07 6/265 30680
/proc/meminfo: memFree=101427828/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1178.99 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72302 0 0 0 117880 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1178.99 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1242.3 s]
/proc/loadavg: 4.11 4.12 4.07 6/264 30684
/proc/meminfo: memFree=101403112/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1238.83 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72302 0 0 0 123864 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1238.83 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1302.3 s]
/proc/loadavg: 4.16 4.13 4.08 5/263 30686
/proc/meminfo: memFree=101389588/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1298.66 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72302 0 0 0 129847 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1298.66 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

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

# cumulated CPU time of all completed processes:  user=1356.1 s, system=0.201944 s

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

[startup+1331.2 s]
/proc/loadavg: 4.11 4.12 4.08 5/263 30687
/proc/meminfo: memFree=101399036/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1327.48 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72377 0 0 0 132729 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1327.48 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1344 s]*
/proc/loadavg: 4.08 4.11 4.08 5/263 30687
/proc/meminfo: memFree=101371436/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1340.25 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72377 0 0 0 134006 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1340.25 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1350.4 s]
/proc/loadavg: 4.16 4.13 4.08 5/263 30687
/proc/meminfo: memFree=101371940/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1346.63 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72377 0 0 0 134644 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1346.63 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1356.8 s]
/proc/loadavg: 4.14 4.12 4.08 5/263 30687
/proc/meminfo: memFree=101374364/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1353.01 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72377 0 0 0 135282 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1353.01 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1358.4 s]
/proc/loadavg: 4.13 4.12 4.08 5/263 30687
/proc/meminfo: memFree=101374364/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1354.61 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72377 0 0 0 135442 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1354.61 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1359.2 s]
/proc/loadavg: 4.13 4.12 4.08 5/263 30687
/proc/meminfo: memFree=101374364/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1355.41 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72377 0 0 0 135522 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1355.41 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1359.6 s]
/proc/loadavg: 4.13 4.12 4.08 5/263 30687
/proc/meminfo: memFree=101374364/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1355.8 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72377 0 0 0 135561 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1355.8 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

[startup+1360 s]*
/proc/loadavg: 4.13 4.12 4.08 5/263 30687
/proc/meminfo: memFree=101374364/131249988 swapFree=33010684/33010684
[pid=30512] ppid=30509 vsize=220272 memory=197092 CPUtime=1356.21 cores=0,2
/proc/30512/stat : 30512 (pbscip) R 30509 30512 29462 0 -1 4194304 72377 0 0 0 135602 19 0 0 20 0 1 0 38788101 225558528 49273 18446744073709551615 4235264 18693293 140727482825728 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 34131968 140727482829193 140727482829292 140727482829292 140727482834894 0
/proc/30512/statm: 55068 49273 4096 3530 0 46519 0
Current children cumulated CPU time: 1356.21 s
Current children cumulated vsize: 220272 KiB
Current children cumulated memory: 197092 KiB

Child status: 0

Real time (s): 1360.09
CPU time (s): 1356.3
CPU user time (s): 1356.1
CPU system time (s): 0.201944
CPU usage (%): 99.722
Max. virtual memory (cumulated for all children) (KiB): 232440
Max. memory (cumulated for all children) (KiB): 197092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1356.1
system time used= 0.201944
maximum resident set size= 197092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72387
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= 109
involuntary context switches= 3002


# summary of solver processes directly reported to runsolver:
#   pid: 30512
#   total CPU time (s): 1356.3
#   total CPU user time (s): 1356.1
#   total CPU system time (s): 0.201944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.61375 second user time and 5.57216 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-29 23:04:52
IDJOB=4515140
IDBENCH=164171
IDSOLVER=3365
FILE ID=nodeC034/4515140-1751231092
RUNJOBID= nodeC034-1751227488-29472
SLURM_JOB_ID= 9587686
Free space on /tmp= 432512 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-cvs16r70-62.0.s.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515140-1751231092/watcher-4515140-1751231092 -o /tmp/evaluation-result-4515140-1751231092/solver-4515140-1751231092 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751227488-29472 --watchdog 3760  pbscip -f HOME/instance-4515140-1751231092.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 4e99b38fa81d8e2d96927a91dd0f6056
RANDOM SEED=1979936501

nodeC034 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.316
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.53
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.748
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.53
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.500
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.53
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		: 3614.969
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.53
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.753
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.770
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.53
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		: 3384.188
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.53
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.531
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129060816 kB
MemAvailable:   129260436 kB
Buffers:            3280 kB
Cached:          1008644 kB
SwapCached:            0 kB
Active:           809480 kB
Inactive:         786752 kB
Active(anon):     602144 kB
Inactive(anon):        0 kB
Active(file):     207336 kB
Inactive(file):   786752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            423216 kB
Writeback:             0 kB
AnonPages:        587228 kB
Mapped:           126256 kB
Shmem:             18104 kB
KReclaimable:      89144 kB
Slab:             175576 kB
SReclaimable:      89144 kB
SUnreclaim:        86432 kB
KernelStack:        4208 kB
PageTables:         4144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     908092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432552 MiB
End job on nodeC034 at 2025-06-29 23:27:33