Trace number 4545048

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2025-06-13? 3586.34 3597.2

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4545048-1753218670.opb>
0.10/0.11	c original problem has 5363 variables (5363 bin, 0 int, 0 cont) and 78421 constraints
0.10/0.11	c problem read in 0.113 seconds
0.10/0.11	c problem without objective
0.10/0.20	c presolving:
0.20/0.30	c (round 1, fast)       1 del vars, 1 del conss, 53 add conss, 0 chg bounds, 212 chg sides, 53 chg coeffs, 0 upgd conss, 0 impls, 74950 clqs
0.30/0.37	c    (0.4s) running MILP presolver
0.40/0.50	c    (0.5s) MILP presolver found nothing
0.59/0.64	c (round 2, exhaustive) 1 del vars, 1 del conss, 53 add conss, 0 chg bounds, 212 chg sides, 636 chg coeffs, 78404 upgd conss, 0 impls, 74950 clqs
0.69/0.73	c (round 3, medium)     1 del vars, 3826 del conss, 7703 add conss, 0 chg bounds, 212 chg sides, 636 chg coeffs, 78404 upgd conss, 0 impls, 82600 clqs
18.03/18.13	c    (18.1s) probing: 1000/5362 (18.6%) - 0 fixings, 0 aggregations, 938284 implications, 0 bound changes
18.03/18.15	c    (18.2s) probing: 1001/5362 (18.7%) - 0 fixings, 0 aggregations, 940004 implications, 0 bound changes
18.03/18.15	c    (18.2s) probing aborted: 1000/1000 successive useless probings
18.62/18.70	c    (18.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
18.62/18.76	c    (18.8s) no symmetry present (symcode time: 0.01)
18.62/18.78	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
18.62/18.78	c  1 deleted vars, 3826 deleted constraints, 7703 added constraints, 0 tightened bounds, 0 added holes, 212 changed sides, 636 changed coefficients
18.62/18.78	c  0 implications, 165863 cliques
18.62/18.78	c presolved problem has 5362 variables (5362 bin, 0 int, 0 cont) and 82298 constraints
18.62/18.78	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
18.62/18.78	c   82176 constraints of type <setppc>
18.62/18.78	c      53 constraints of type <linear>
18.62/18.78	c      69 constraints of type <logicor>
18.62/18.78	c transformed objective value is always integral (scale: 1)
18.62/18.78	c Presolving Time: 18.58
18.62/18.78	c 
18.62/18.78	c - non default parameters ----------------------------------------------------------------------
18.62/18.78	c 
18.62/18.78	c # SCIP version 10.0.0
18.62/18.78	c 
18.62/18.78	c # maximal time in seconds to run
18.62/18.78	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
18.62/18.78	c limits/time = 3596.998504
18.62/18.78	c 
18.62/18.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
18.62/18.78	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
18.62/18.78	c limits/memory = 27900
18.62/18.78	c 
18.62/18.78	c # belongs reading time to solving time?
18.62/18.78	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
18.62/18.78	c timing/reading = TRUE
18.62/18.78	c 
18.62/18.78	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
18.62/18.78	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
18.62/18.78	c reading/opbreader/maxintsize = 47
18.62/18.78	c 
18.62/18.78	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
18.62/18.78	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
18.62/18.78	c propagating/genvbounds/timingmask = 0
18.62/18.78	c 
18.62/18.78	c -----------------------------------------------------------------------------------------------
18.62/18.78	c 
19.31/19.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.31/19.41	c  19.4s|     1 |     0 |  1198 |     - |   361M |   0 |5362 |  82k|  82k|   0 |  0 | 130 |   0 | 0.000000e+00 |      --      |    Inf | unknown
34.88/35.00	c  35.0s|     1 |     0 | 21403 |     - |   384M |   0 |5362 |  82k|  82k|  18 |  1 | 130 |   0 | 0.000000e+00 |      --      |    Inf | unknown
37.47/37.68	c  37.7s|     1 |     0 | 21703 |     - |   397M |   0 |5362 |  82k|  82k|  45 |  2 | 140 |   0 | 0.000000e+00 |      --      |    Inf | unknown
37.97/38.15	c  38.2s|     1 |     0 | 22039 |     - |   414M |   0 |5362 |  82k|  82k|  68 |  3 | 140 |   0 | 0.000000e+00 |      --      |    Inf | unknown
39.76/39.95	c  39.9s|     1 |     0 | 22458 |     - |   431M |   0 |5362 |  82k|  82k|  89 |  4 | 146 |   0 | 0.000000e+00 |      --      |    Inf | unknown
40.56/40.74	c  40.7s|     1 |     0 | 23038 |     - |   442M |   0 |5362 |  82k|  82k| 114 |  5 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
48.24/48.43	c  48.4s|     1 |     0 | 23342 |     - |   461M |   0 |5362 |  82k|  82k| 131 |  6 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
55.92/56.15	c  56.2s|     1 |     0 | 24144 |     - |   470M |   0 |5362 |  82k|  82k| 146 |  7 | 157 |   0 | 0.000000e+00 |      --      |    Inf | unknown
56.82/57.10	c  57.1s|     1 |     0 | 25111 |     - |   482M |   0 |5362 |  82k|  82k| 161 |  8 | 166 |   0 | 0.000000e+00 |      --      |    Inf | unknown
68.38/68.67	c  68.7s|     1 |     0 | 25641 |     - |   495M |   0 |5362 |  82k|  82k| 175 |  9 | 175 |   0 | 0.000000e+00 |      --      |    Inf | unknown
79.95/80.21	c  80.2s|     1 |     0 | 26329 |     - |   503M |   0 |5362 |  82k|  82k| 186 | 10 | 182 |   0 | 0.000000e+00 |      --      |    Inf | unknown
80.76/81.05	c  81.0s|     1 |     0 | 27285 |     - |   517M |   0 |5362 |  82k|  82k| 198 | 11 | 189 |   0 | 0.000000e+00 |      --      |    Inf | unknown
99.60/100.00	c   100s|     1 |     2 | 36053 |     - |   517M |   0 |5362 |  82k|  82k| 198 | 11 | 246 |  19 | 0.000000e+00 |      --      |    Inf | unknown
163.50/164.04	c   164s|   100 |    37 |156107 |1301.2 |   576M |  19 |5362 |  83k|  82k| 310 |  1 | 917 |  19 | 0.000000e+00 |      --      |    Inf | unknown
190.53/191.18	c   191s|   200 |   103 |212222 | 929.3 |   638M |  20 |5362 |  83k|   0 | 462 |  0 |1698 |  19 | 0.000000e+00 |      --      |    Inf |   0.53%
194.61/195.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
194.61/195.26	c   195s|   300 |   100 |216022 | 631.2 |   648M |  26 |5362 |  83k|   0 | 510 |  0 |1977 |  19 | 0.000000e+00 |      --      |    Inf |   0.59%
197.10/197.73	c   198s|   400 |   104 |220074 | 483.2 |   650M |  26 |5362 |  84k|  82k| 537 |  1 |2283 |  19 | 0.000000e+00 |      --      |    Inf |   0.64%
199.59/200.27	c   200s|   500 |    99 |224022 | 394.3 |   654M |  26 |5362 |  84k|  82k| 583 |  1 |2582 |  19 | 0.000000e+00 |      --      |    Inf |   0.65%
202.48/203.13	c   203s|   600 |   103 |229185 | 337.1 |   657M |  26 |5362 |  84k|   0 | 600 |  0 |2805 |  19 | 0.000000e+00 |      --      |    Inf |   0.67%
206.37/207.03	c   207s|   700 |   116 |236492 | 299.3 |   661M |  26 |5362 |  84k|  82k| 633 |  1 |3166 |  19 | 0.000000e+00 |      --      |    Inf |   0.68%
210.65/211.34	c   211s|   800 |   120 |245208 | 272.7 |   665M |  26 |5362 |  84k|  82k| 659 |  1 |3565 |  19 | 0.000000e+00 |      --      |    Inf |   0.69%
214.73/215.40	c   215s|   900 |   116 |253400 | 251.5 |   666M |  26 |5362 |  84k|  82k| 695 |  1 |3846 |  19 | 0.000000e+00 |      --      |    Inf |   0.70%
217.92/218.69	c   219s|  1000 |   119 |259089 | 232.0 |   668M |  26 |5362 |  84k|  82k| 737 |  1 |4095 |  19 | 0.000000e+00 |      --      |    Inf |   0.70%
220.42/221.15	c   221s|  1100 |   116 |263972 | 215.4 |   670M |  30 |5362 |  84k|  82k| 741 |  1 |4371 |  19 | 0.000000e+00 |      --      |    Inf |   0.71%
220.61/221.31	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
220.61/221.31	c (run 1, node 1109) performing user restart
220.61/221.31	c 
220.61/221.33	c (restart) converted 43 cuts from the global cut pool into linear constraints
220.61/221.33	c 
220.71/221.41	c presolving:
220.91/221.64	c (round 1, exhaustive) 0 del vars, 71 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 165886 clqs
221.11/221.81	c (round 2, exhaustive) 0 del vars, 658 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 137 chg coeffs, 43 upgd conss, 0 impls, 165886 clqs
221.32/222.10	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
221.32/222.10	c  0 deleted vars, 666 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 257 changed coefficients
221.32/222.10	c  0 implications, 165886 cliques
221.32/222.10	c presolved problem has 5362 variables (5362 bin, 0 int, 0 cont) and 84073 constraints
221.32/222.10	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
221.32/222.10	c      10 constraints of type <knapsack>
221.32/222.10	c   82207 constraints of type <setppc>
221.32/222.10	c       1 constraints of type <and>
221.32/222.10	c      54 constraints of type <linear>
221.32/222.10	c    1801 constraints of type <logicor>
221.32/222.10	c transformed objective value is always integral (scale: 1)
221.32/222.10	c Presolving Time: 19.28
221.32/222.10	c 
221.71/222.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
221.71/222.45	c   222s|     1 |     0 |265907 |     - |   681M |   0 |5362 |  84k|  82k|   0 |  0 |4410 |  19 | 0.000000e+00 |      --      |    Inf | unknown
224.00/224.79	c   225s|     1 |     0 |266099 |     - |   690M |   0 |5362 |  83k|  82k|  26 |  1 |4410 |  19 | 0.000000e+00 |      --      |    Inf | unknown
225.41/226.13	c   226s|     1 |     0 |266472 |     - |   699M |   0 |5362 |  83k|  82k|  53 |  2 |4414 |  19 | 0.000000e+00 |      --      |    Inf | unknown
228.30/229.05	c   229s|     1 |     0 |267041 |     - |   703M |   0 |5362 |  83k|  82k|  82 |  3 |4414 |  19 | 0.000000e+00 |      --      |    Inf | unknown
230.09/230.80	c   231s|     1 |     0 |267522 |     - |   712M |   0 |5362 |  83k|  82k| 101 |  4 |4424 |  19 | 0.000000e+00 |      --      |    Inf | unknown
231.08/231.84	c   232s|     1 |     0 |267845 |     - |   720M |   0 |5362 |  83k|  82k| 122 |  5 |4428 |  19 | 0.000000e+00 |      --      |    Inf | unknown
242.26/243.09	c   243s|     1 |     0 |268818 |     - |   728M |   0 |5362 |  83k|  82k| 142 |  6 |4438 |  19 | 0.000000e+00 |      --      |    Inf | unknown
255.62/256.41	c   256s|     1 |     0 |269268 |     - |   736M |   0 |5362 |  83k|  82k| 162 |  7 |4447 |  19 | 0.000000e+00 |      --      |    Inf | unknown
258.01/258.86	c   259s|     1 |     0 |270679 |     - |   744M |   0 |5362 |  83k|  82k| 180 |  8 |4447 |  19 | 0.000000e+00 |      --      |    Inf | unknown
272.87/273.71	c   274s|     1 |     0 |272093 |     - |   752M |   0 |5362 |  83k|  82k| 194 |  9 |4447 |  19 | 0.000000e+00 |      --      |    Inf | unknown
288.63/289.57	c   290s|     1 |     0 |273290 |     - |   761M |   0 |5362 |  83k|  82k| 212 | 10 |4451 |  19 | 0.000000e+00 |      --      |    Inf | unknown
290.23/291.18	c   291s|     1 |     0 |274667 |     - |   769M |   0 |5362 |  83k|  82k| 237 | 11 |4451 |  19 | 0.000000e+00 |      --      |    Inf | unknown
322.73/323.71	c   324s|     1 |     2 |285903 |     - |   770M |   0 |5362 |  83k|  82k| 237 | 11 |4524 |  38 | 0.000000e+00 |      --      |    Inf | unknown
346.06/347.15	c   347s|   100 |    25 |313624 | 228.3 |   793M |  28 |5362 |  83k|  82k| 302 |  2 |4726 |  38 | 0.000000e+00 |      --      |    Inf | unknown
361.91/363.01	c   363s|   200 |    30 |344791 | 234.7 |   795M |  28 |5362 |  83k|   0 | 328 |  0 |4960 |  38 | 0.000000e+00 |      --      |    Inf | unknown
376.56/377.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
376.56/377.77	c   378s|   300 |    40 |368545 | 234.9 |   861M |  28 |5362 |  84k|   0 | 531 |  0 |5191 |  38 | 0.000000e+00 |      --      |    Inf |   0.62%
384.74/385.98	c   386s|   400 |    43 |376782 | 224.8 |   896M |  28 |5362 |  84k|  82k| 737 |  1 |5423 |  38 | 0.000000e+00 |      --      |    Inf |   1.07%
389.12/390.35	c   390s|   500 |    41 |385131 | 216.0 |   899M |  28 |5362 |  84k|  82k| 787 |  1 |5741 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
396.30/397.52	c   398s|   600 |    39 |392466 | 207.6 |   916M |  28 |5362 |  84k|  82k| 993 |  1 |5969 |  38 | 0.000000e+00 |      --      |    Inf |   1.59%
415.75/417.04	c   417s|   700 |    46 |404025 | 202.6 |   980M |  28 |5362 |  84k|  82k|1396 |  1 |6190 |  38 | 0.000000e+00 |      --      |    Inf |   2.14%
418.74/420.08	c   420s|   800 |    45 |408965 | 194.5 |   982M |  28 |5362 |  84k|   0 |1507 |  0 |6423 |  38 | 0.000000e+00 |      --      |    Inf |   2.27%
423.51/424.83	c   425s|   900 |    44 |414187 | 187.4 |   983M |  28 |5362 |  84k|  82k|1735 |  2 |6626 |  38 | 0.000000e+00 |      --      |    Inf |   2.35%
436.98/438.39	c   438s|  1000 |    51 |428020 | 185.1 |   983M |  28 |5362 |  84k|   0 |2020 |  0 |6844 |  38 | 0.000000e+00 |      --      |    Inf |   2.69%
445.65/447.08	c   447s|  1100 |    50 |437463 | 181.0 |  1000M |  28 |5362 |  84k|  82k|2178 |  1 |7071 |  38 | 0.000000e+00 |      --      |    Inf |   2.81%
451.33/452.75	c   453s|  1200 |    51 |449127 | 178.2 |  1005M |  28 |5362 |  84k|   0 |2201 |  0 |7354 |  38 | 0.000000e+00 |      --      |    Inf |   2.85%
454.92/456.35	c   456s|  1300 |    58 |457891 | 174.5 |  1009M |  28 |5362 |  85k|   0 |2297 |  0 |7665 |  38 | 0.000000e+00 |      --      |    Inf |   2.85%
457.91/459.35	c   459s|  1400 |    54 |464287 | 170.0 |  1010M |  28 |5362 |  85k|  82k|2370 |  1 |7909 |  38 | 0.000000e+00 |      --      |    Inf |   2.86%
464.59/466.07	c   466s|  1500 |    52 |478251 | 168.9 |  1013M |  28 |5362 |  85k|  82k|2517 |  1 |8217 |  38 | 0.000000e+00 |      --      |    Inf |   2.86%
468.77/470.26	c   470s|  1600 |    52 |486908 | 165.8 |  1013M |  28 |5362 |  85k|  82k|2636 |  1 |8510 |  38 | 0.000000e+00 |      --      |    Inf |   2.87%
473.56/475.01	c   475s|  1700 |    54 |496511 | 163.4 |  1014M |  28 |5362 |  85k|  82k|2701 |  2 |8742 |  38 | 0.000000e+00 |      --      |    Inf |   2.88%
479.44/480.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
479.44/480.97	c   481s|  1800 |    50 |508311 | 161.8 |  1016M |  28 |5362 |  85k|   0 |2817 |  0 |8972 |  38 | 0.000000e+00 |      --      |    Inf |   2.88%
487.02/488.51	c   489s|  1900 |    51 |523706 | 161.5 |  1018M |  28 |5362 |  85k|   0 |2932 |  0 |9211 |  38 | 0.000000e+00 |      --      |    Inf |   2.89%
491.30/492.82	c   493s|  2000 |    43 |532510 | 159.2 |  1020M |  30 |5362 |  85k|  82k|2932 |  1 |9403 |  38 | 0.000000e+00 |      --      |    Inf |   2.96%
494.50/496.09	c   496s|  2100 |    44 |539080 | 156.3 |  1021M |  30 |5362 |  85k|  82k|2974 |  1 |9580 |  38 | 0.000000e+00 |      --      |    Inf |   3.02%
498.58/500.11	c   500s|  2200 |    45 |547310 | 154.0 |  1022M |  30 |5362 |  85k|   0 |3016 |  0 |9834 |  38 | 0.000000e+00 |      --      |    Inf |   3.05%
502.27/503.89	c   504s|  2300 |    49 |554764 | 151.7 |  1023M |  30 |5362 |  85k|  82k|3120 |  1 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   3.05%
505.86/507.44	c   507s|  2400 |    46 |561510 | 149.3 |  1024M |  30 |5362 |  86k|  82k|3191 |  1 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   3.06%
509.14/510.71	c   511s|  2500 |    46 |569295 | 147.3 |  1025M |  30 |5362 |  86k|   0 |3215 |  0 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   3.06%
512.24/513.81	c   514s|  2600 |    46 |575582 | 145.0 |  1026M |  30 |5362 |  86k|   0 |3266 |  0 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   3.07%
516.82/518.48	c   518s|  2700 |    51 |585597 | 143.9 |  1027M |  30 |5362 |  86k|  82k|3307 |  1 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   3.09%
521.80/523.45	c   523s|  2800 |    50 |596358 | 142.9 |  1028M |  30 |5362 |  86k|   0 |3342 |  0 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   3.09%
526.19/527.83	c   528s|  2900 |    47 |605184 | 141.6 |  1029M |  31 |5362 |  86k|   0 |3384 |  0 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   3.09%
530.97/532.64	c   533s|  3000 |    41 |614385 | 140.4 |  1030M |  31 |5362 |  86k|  82k|3432 |  2 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   3.11%
535.16/536.85	c   537s|  3100 |    40 |623979 | 139.3 |  1030M |  31 |5362 |  86k|  82k|3449 |  1 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   3.19%
539.26/540.99	c   541s|  3200 |    38 |632284 | 138.0 |  1031M |  31 |5362 |  86k|  82k|3553 |  0 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   3.20%
564.18/565.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
564.18/565.97	c   566s|  3300 |    40 |643634 | 137.4 |  1040M |  31 |5362 |  86k|   0 |3644 |  0 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   3.40%
572.06/573.80	c   574s|  3400 |    50 |659101 | 137.8 |  1049M |  31 |5362 |  86k|  82k|3676 |  1 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   3.42%
575.05/576.81	c   577s|  3500 |    46 |665255 | 136.2 |  1049M |  31 |5362 |  86k|   0 |3709 |  0 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   3.43%
577.84/579.66	c   580s|  3600 |    47 |671633 | 134.6 |  1049M |  31 |5362 |  87k|  82k|3743 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   3.43%
588.61/590.45	c   590s|  3700 |    45 |678160 | 133.2 |  1050M |  31 |5362 |  87k|   0 |3788 |  0 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   3.49%
591.70/593.51	c   594s|  3800 |    50 |684855 | 131.8 |  1050M |  31 |5362 |  87k|  82k|3825 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   3.50%
594.20/596.03	c   596s|  3900 |    47 |690362 | 130.3 |  1051M |  31 |5362 |  87k|   0 |3837 |  0 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   3.51%
597.08/598.93	c   599s|  4000 |    50 |695244 | 128.7 |  1051M |  31 |5362 |  87k|  82k|3865 |  2 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   3.53%
600.37/602.27	c   602s|  4100 |    48 |701101 | 127.4 |  1052M |  31 |5362 |  87k|   0 |3912 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   3.53%
603.26/605.14	c   605s|  4200 |    47 |706884 | 126.1 |  1052M |  31 |5362 |  87k|   0 |3944 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   3.54%
606.16/608.01	c   608s|  4300 |    46 |712152 | 124.7 |  1053M |  31 |5362 |  87k|  82k|3985 |  2 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   3.54%
609.85/611.71	c   612s|  4400 |    47 |720631 | 124.0 |  1053M |  31 |5362 |  87k|  82k|3996 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
613.04/614.99	c   615s|  4500 |    41 |728125 | 123.1 |  1054M |  31 |5362 |  87k|   0 |4005 |  0 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   3.59%
618.72/620.62	c   621s|  4600 |    42 |739850 | 123.0 |  1054M |  31 |5362 |  87k|  82k|4066 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   3.61%
622.70/624.67	c   625s|  4700 |    46 |747960 | 122.3 |  1055M |  31 |5362 |  87k|  82k|4074 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
627.28/629.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
627.28/629.28	c   629s|  4800 |    47 |756317 | 121.6 |  1055M |  31 |5362 |  87k|   0 |4124 |  0 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
631.18/633.10	c   633s|  4900 |    44 |764975 | 121.0 |  1056M |  31 |5362 |  87k|  82k|4141 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
635.56/637.51	c   638s|  5000 |    48 |773530 | 120.5 |  1056M |  31 |5362 |  88k|  82k|4187 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
639.44/641.41	c   641s|  5100 |    46 |781055 | 119.7 |  1056M |  31 |5362 |  88k|   0 |4245 |  0 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
643.73/645.70	c   646s|  5200 |    45 |789802 | 119.2 |  1057M |  31 |5362 |  88k|  82k|4275 |  1 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
647.81/649.89	c   650s|  5300 |    44 |799275 | 118.8 |  1057M |  31 |5362 |  88k|   0 |4296 |  0 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   3.69%
661.08/663.19	c   663s|  5400 |    42 |808053 | 118.4 |  1058M |  31 |5362 |  88k|   0 |4375 |  0 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   3.71%
664.66/666.77	c   667s|  5500 |    46 |815213 | 117.6 |  1058M |  31 |5362 |  88k|  82k|4430 |  1 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   3.72%
668.65/670.70	c   671s|  5600 |    46 |822565 | 117.0 |  1058M |  31 |5362 |  88k|   0 |4483 |  0 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   3.73%
672.43/674.52	c   675s|  5700 |    44 |830568 | 116.4 |  1058M |  31 |5362 |  88k|   0 |4509 |  0 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   3.73%
676.62/678.71	c   679s|  5800 |    43 |841025 | 116.3 |  1060M |  31 |5362 |  88k|  82k|4540 |  1 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   3.73%
679.71/681.82	c   682s|  5900 |    44 |847164 | 115.5 |  1060M |  31 |5362 |  88k|   0 |4570 |  0 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   3.74%
683.39/685.59	c   686s|  6000 |    47 |855103 | 115.0 |  1061M |  31 |5362 |  89k|  82k|4605 |  1 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   3.74%
686.89/689.03	c   689s|  6100 |    41 |862494 | 114.4 |  1061M |  31 |5362 |  89k|   0 |4623 |  0 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   3.75%
689.88/692.06	c   692s|  6200 |    42 |868679 | 113.7 |  1062M |  31 |5362 |  89k|   0 |4638 |  0 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   3.75%
695.05/697.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
695.05/697.29	c   697s|  6300 |    45 |881969 | 114.0 |  1062M |  31 |5362 |  89k|   0 |4651 |  0 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   3.76%
698.64/700.81	c   701s|  6400 |    44 |889642 | 113.5 |  1062M |  31 |5362 |  89k|  82k|4677 |  2 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   3.78%
703.03/705.25	c   705s|  6500 |    43 |899337 | 113.2 |  1063M |  31 |5362 |  89k|  82k|4695 |  1 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   3.79%
707.41/709.65	c   710s|  6600 |    43 |908058 | 112.9 |  1064M |  31 |5362 |  89k|  82k|4720 |  1 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   3.79%
711.69/713.90	c   714s|  6700 |    42 |916061 | 112.5 |  1065M |  31 |5362 |  89k|  82k|4748 |  2 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   3.79%
716.08/718.39	c   718s|  6800 |    43 |925265 | 112.2 |  1066M |  31 |5362 |  89k|   0 |4756 |  0 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   3.80%
720.87/723.16	c   723s|  6900 |    45 |940572 | 112.7 |  1066M |  31 |5362 |  89k|  82k|4768 |  1 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   3.81%
725.05/727.39	c   727s|  7000 |    46 |950938 | 112.6 |  1066M |  31 |5362 |  89k|   0 |4782 |  0 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   3.81%
728.63/730.91	c   731s|  7100 |    48 |957872 | 112.1 |  1067M |  31 |5362 |  90k|  82k|4801 |  1 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   3.82%
731.83/734.16	c   734s|  7200 |    46 |964554 | 111.5 |  1067M |  31 |5362 |  90k|  82k|4823 |  2 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   3.82%
735.41/737.74	c   738s|  7300 |    48 |972256 | 111.1 |  1068M |  31 |5362 |  90k|  82k|4833 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   3.82%
738.40/740.77	c   741s|  7400 |    52 |979573 | 110.7 |  1068M |  31 |5362 |  90k|  82k|4849 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   3.82%
742.69/745.10	c   745s|  7500 |    47 |989297 | 110.5 |  1068M |  31 |5362 |  90k|   0 |4876 |  0 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   3.82%
746.87/749.27	c   749s|  7600 |    45 |998267 | 110.3 |  1069M |  31 |5362 |  90k|  82k|4924 |  1 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   3.83%
752.05/754.47	c   754s|  7700 |    41 |  1010k| 110.4 |  1070M |  31 |5362 |  90k|  82k|4987 |  0 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   3.83%
757.64/760.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
757.64/760.09	c   760s|  7800 |    46 |  1024k| 110.7 |  1070M |  31 |5362 |  90k|  82k|5019 |  1 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   3.83%
762.42/764.83	c   765s|  7900 |    42 |  1034k| 110.7 |  1070M |  31 |5362 |  90k|   0 |5034 |  0 |  25k|  38 | 0.000000e+00 |      --      |    Inf |   3.83%
776.08/778.50	c   778s|  8000 |    42 |  1045k| 110.6 |  1071M |  31 |5362 |  90k|  82k|5088 |  1 |  25k|  38 | 0.000000e+00 |      --      |    Inf |   3.86%
780.37/782.88	c   783s|  8100 |    43 |  1053k| 110.3 |  1071M |  31 |5362 |  90k|   0 |5125 |  0 |  25k|  38 | 0.000000e+00 |      --      |    Inf |   3.90%
785.25/787.75	c   788s|  8200 |    39 |  1063k| 110.2 |  1072M |  31 |5362 |  90k|  82k|5155 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   3.95%
789.83/792.35	c   792s|  8300 |    37 |  1072k| 110.0 |  1073M |  31 |5362 |  90k|  82k|5181 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   3.98%
797.21/799.70	c   800s|  8400 |    46 |  1086k| 110.2 |  1073M |  31 |5362 |  90k|  82k|5233 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   4.01%
800.20/802.73	c   803s|  8500 |    46 |  1091k| 109.6 |  1073M |  31 |5362 |  90k|  82k|5261 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   4.02%
804.09/806.66	c   807s|  8600 |    48 |  1099k| 109.3 |  1073M |  31 |5362 |  90k|   0 |5279 |  0 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   4.03%
807.97/810.57	c   811s|  8700 |    44 |  1106k| 109.0 |  1074M |  31 |5362 |  90k|   0 |5324 |  0 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   4.03%
820.54/823.12	c   823s|  8800 |    44 |  1116k| 108.9 |  1074M |  31 |5362 |  90k|   0 |5382 |  0 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   4.05%
824.43/827.05	c   827s|  8900 |    45 |  1124k| 108.6 |  1074M |  31 |5362 |  91k|  82k|5406 |  1 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   4.07%
828.91/831.56	c   832s|  9000 |    49 |  1133k| 108.4 |  1074M |  31 |5362 |  91k|   0 |5432 |  0 |  28k|  38 | 0.000000e+00 |      --      |    Inf |   4.09%
833.40/836.05	c   836s|  9100 |    47 |  1142k| 108.2 |  1074M |  31 |5362 |  91k|   0 |5483 |  0 |  28k|  38 | 0.000000e+00 |      --      |    Inf |   4.09%
837.48/840.11	c   840s|  9200 |    45 |  1151k| 108.0 |  1074M |  31 |5362 |  91k|   0 |5512 |  0 |  28k|  38 | 0.000000e+00 |      --      |    Inf |   4.09%
840.57/843.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
840.57/843.28	c   843s|  9300 |    48 |  1157k| 107.6 |  1074M |  31 |5362 |  91k|  82k|5563 |  1 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   4.09%
843.46/846.13	c   846s|  9400 |    45 |  1163k| 107.1 |  1074M |  31 |5362 |  91k|  82k|5599 |  1 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   4.09%
846.05/848.76	c   849s|  9500 |    43 |  1168k| 106.6 |  1075M |  31 |5362 |  91k|   0 |5619 |  0 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   4.09%
850.23/852.92	c   853s|  9600 |    47 |  1177k| 106.4 |  1075M |  31 |5362 |  91k|  82k|5668 |  1 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   4.10%
852.92/855.65	c   856s|  9700 |    45 |  1182k| 106.0 |  1075M |  31 |5362 |  91k|   0 |5688 |  0 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   4.10%
856.01/858.75	c   859s|  9800 |    43 |  1189k| 105.6 |  1075M |  31 |5362 |  91k|  82k|5715 |  1 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   4.10%
859.60/862.30	c   862s|  9900 |    44 |  1196k| 105.2 |  1076M |  31 |5362 |  91k|  82k|5761 |  1 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   4.10%
863.58/866.37	c   866s| 10000 |    43 |  1204k| 105.0 |  1076M |  31 |5362 |  91k|   0 |5781 |  0 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   4.11%
867.17/869.98	c   870s| 10100 |    45 |  1212k| 104.8 |  1076M |  31 |5362 |  91k|  82k|5801 |  1 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   4.12%
870.16/872.92	c   873s| 10200 |    44 |  1217k| 104.4 |  1076M |  31 |5362 |  92k|  82k|5811 |  1 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   4.12%
873.75/876.57	c   877s| 10300 |    43 |  1225k| 104.1 |  1077M |  31 |5362 |  92k|  82k|5847 |  1 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   4.12%
877.24/880.02	c   880s| 10400 |    45 |  1233k| 103.9 |  1077M |  31 |5362 |  92k|  82k|5866 |  1 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   4.12%
880.72/883.52	c   884s| 10500 |    41 |  1240k| 103.6 |  1077M |  31 |5362 |  92k|   0 |5891 |  0 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   4.13%
884.81/887.61	c   888s| 10600 |    41 |  1250k| 103.5 |  1078M |  31 |5362 |  92k|  82k|5925 |  1 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   4.13%
889.59/892.45	c   892s| 10700 |    44 |  1264k| 103.9 |  1078M |  31 |5362 |  92k|  82k|5957 |  1 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   4.14%
893.18/896.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
893.18/896.08	c   896s| 10800 |    48 |  1271k| 103.6 |  1078M |  31 |5362 |  92k|  82k|6010 |  1 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   4.14%
896.47/899.36	c   899s| 10900 |    46 |  1277k| 103.3 |  1078M |  31 |5362 |  92k|   0 |6038 |  0 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   4.15%
899.35/902.28	c   902s| 11000 |    46 |  1283k| 102.9 |  1078M |  31 |5362 |  92k|   0 |6104 |  0 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   4.15%
902.15/905.03	c   905s| 11100 |    44 |  1288k| 102.4 |  1078M |  31 |5362 |  92k|  82k|6141 |  1 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   4.15%
907.93/910.84	c   911s| 11200 |    48 |  1301k| 102.7 |  1079M |  31 |5362 |  92k|  82k|6172 |  0 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   4.15%
910.92/913.87	c   914s| 11300 |    48 |  1308k| 102.4 |  1079M |  31 |5362 |  92k|  82k|6194 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   4.15%
913.80/916.72	c   917s| 11400 |    49 |  1314k| 102.0 |  1079M |  31 |5362 |  92k|  82k|6221 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   4.15%
917.20/920.16	c   920s| 11500 |    47 |  1321k| 101.8 |  1079M |  31 |5362 |  92k|  82k|6239 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   4.15%
921.68/924.63	c   925s| 11600 |    51 |  1331k| 101.8 |  1080M |  31 |5362 |  92k|  82k|6248 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
926.07/929.02	c   929s| 11700 |    52 |  1343k| 101.9 |  1081M |  31 |5362 |  92k|  82k|6260 |  1 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
929.95/933.00	c   933s| 11800 |    49 |  1351k| 101.8 |  1084M |  31 |5362 |  92k|  82k|6267 |  1 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
933.94/936.96	c   937s| 11900 |    53 |  1361k| 101.8 |  1084M |  31 |5362 |  92k|   0 |6278 |  0 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
937.82/940.83	c   941s| 12000 |    54 |  1369k| 101.6 |  1085M |  31 |5362 |  92k|  82k|6292 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
941.91/944.95	c   945s| 12100 |    52 |  1378k| 101.5 |  1085M |  31 |5362 |  92k|  82k|6296 |  2 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
946.39/949.40	c   949s| 12200 |    54 |  1390k| 101.6 |  1086M |  31 |5362 |  92k|  82k|6305 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
950.18/953.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
950.18/953.23	c   953s| 12300 |    53 |  1398k| 101.5 |  1086M |  31 |5362 |  92k|  82k|6309 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
953.77/956.81	c   957s| 12400 |    57 |  1406k| 101.3 |  1087M |  34 |5362 |  92k|  82k|6316 |  1 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
958.85/961.92	c   962s| 12500 |    55 |  1415k| 101.3 |  1087M |  34 |5362 |  92k|  82k|6321 |  1 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
962.74/965.84	c   966s| 12600 |    55 |  1424k| 101.1 |  1089M |  34 |5362 |  92k|   0 |6321 |  0 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
968.12/971.22	c   971s| 12700 |    65 |  1436k| 101.3 |  1089M |  34 |5362 |  92k|  82k|6322 |  1 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
972.20/975.39	c   975s| 12800 |    58 |  1444k| 101.1 |  1090M |  34 |5362 |  92k|   0 |6322 |  0 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
976.79/979.98	c   980s| 12900 |    55 |  1455k| 101.2 |  1090M |  34 |5362 |  92k|  82k|6328 |  1 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
981.47/984.68	c   985s| 13000 |    47 |  1465k| 101.2 |  1090M |  34 |5362 |  92k|  82k|6349 |  1 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
985.56/988.70	c   989s| 13100 |    52 |  1473k| 101.0 |  1090M |  34 |5362 |  92k|   0 |6379 |  0 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
989.34/992.56	c   993s| 13200 |    49 |  1480k| 100.9 |  1091M |  34 |5362 |  92k|  82k|6396 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
992.73/995.97	c   996s| 13300 |    52 |  1487k| 100.6 |  1091M |  34 |5362 |  92k|  82k|6401 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
996.32/999.57	c  1000s| 13400 |    53 |  1494k| 100.4 |  1092M |  34 |5362 |  92k|  82k|6415 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
999.21/1002.47	c  1002s| 13500 |    50 |  1500k| 100.1 |  1092M |  34 |5362 |  92k|   0 |6418 |  0 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1003.00/1006.28	c  1006s| 13600 |    55 |  1509k| 100.0 |  1092M |  34 |5362 |  92k|  82k|6424 |  1 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1006.68/1009.93	c  1010s| 13700 |    49 |  1516k|  99.8 |  1094M |  34 |5362 |  92k|  82k|6430 |  1 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1010.08/1013.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1010.08/1013.34	c  1013s| 13800 |    48 |  1524k|  99.7 |  1094M |  34 |5362 |  92k|   0 |6432 |  0 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1014.16/1017.47	c  1017s| 13900 |    47 |  1532k|  99.6 |  1094M |  34 |5362 |  92k|   0 |6438 |  0 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1017.95/1021.20	c  1021s| 14000 |    45 |  1540k|  99.4 |  1094M |  34 |5362 |  92k|   0 |6447 |  0 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1021.64/1024.95	c  1025s| 14100 |    43 |  1547k|  99.3 |  1094M |  34 |5362 |  92k|   0 |6473 |  0 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1024.93/1028.25	c  1028s| 14200 |    46 |  1554k|  99.1 |  1094M |  34 |5362 |  92k|  82k|6485 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1028.72/1032.04	c  1032s| 14300 |    44 |  1560k|  98.9 |  1095M |  34 |5362 |  92k|  82k|6510 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1031.81/1035.17	c  1035s| 14400 |    47 |  1566k|  98.6 |  1095M |  34 |5362 |  92k|  82k|6520 |  1 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1034.70/1038.04	c  1038s| 14500 |    46 |  1572k|  98.3 |  1095M |  34 |5362 |  92k|   0 |6528 |  0 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1037.48/1040.85	c  1041s| 14600 |    46 |  1577k|  98.0 |  1095M |  35 |5362 |  92k|  82k|6539 |  1 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1040.78/1044.13	c  1044s| 14700 |    44 |  1583k|  97.8 |  1095M |  35 |5362 |  92k|  82k|6559 |  1 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1043.36/1046.76	c  1047s| 14800 |    44 |  1588k|  97.5 |  1095M |  35 |5362 |  92k|   0 |6569 |  0 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1046.25/1049.66	c  1050s| 14900 |    45 |  1593k|  97.2 |  1095M |  35 |5362 |  92k|  82k|6577 |  1 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1049.75/1053.13	c  1053s| 15000 |    44 |  1600k|  97.0 |  1095M |  35 |5362 |  92k|  82k|6583 |  1 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1053.83/1057.24	c  1057s| 15100 |    45 |  1608k|  96.9 |  1096M |  35 |5362 |  92k|  82k|6593 |  1 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1056.62/1060.09	c  1060s| 15200 |    47 |  1614k|  96.7 |  1096M |  35 |5362 |  92k|  82k|6602 |  1 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1059.21/1062.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1059.21/1062.67	c  1063s| 15300 |    46 |  1618k|  96.4 |  1096M |  35 |5362 |  92k|   0 |6612 |  0 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1062.60/1066.02	c  1066s| 15400 |    44 |  1625k|  96.2 |  1097M |  35 |5362 |  92k|   0 |6624 |  0 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1065.19/1068.65	c  1069s| 15500 |    44 |  1630k|  95.9 |  1097M |  35 |5362 |  92k|  82k|6633 |  2 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1067.88/1071.30	c  1071s| 15600 |    43 |  1635k|  95.6 |  1097M |  36 |5362 |  92k|  82k|6645 |  2 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1072.26/1075.77	c  1076s| 15700 |    41 |  1645k|  95.6 |  1097M |  36 |5362 |  92k|   0 |6656 |  0 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1076.05/1079.50	c  1080s| 15800 |    43 |  1653k|  95.6 |  1097M |  36 |5362 |  92k|   0 |6664 |  0 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1078.94/1082.46	c  1082s| 15900 |    43 |  1659k|  95.3 |  1097M |  36 |5362 |  92k|   0 |6677 |  0 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1081.93/1085.41	c  1085s| 16000 |    44 |  1668k|  95.3 |  1097M |  36 |5362 |  92k|   0 |6684 |  0 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1085.32/1088.88	c  1089s| 16100 |    43 |  1676k|  95.2 |  1097M |  36 |5362 |  92k|   0 |6697 |  0 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1091.10/1094.63	c  1095s| 16200 |    47 |  1686k|  95.3 |  1097M |  36 |5362 |  92k|  82k|6705 |  1 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1094.49/1098.04	c  1098s| 16300 |    47 |  1693k|  95.1 |  1097M |  36 |5362 |  92k|  82k|6706 |  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1097.97/1101.58	c  1102s| 16400 |    47 |  1700k|  95.0 |  1098M |  36 |5362 |  92k|  82k|6706 |  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1102.06/1105.68	c  1106s| 16500 |    46 |  1709k|  94.9 |  1098M |  36 |5362 |  92k|   0 |6712 |  0 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1104.65/1108.20	c  1108s| 16600 |    48 |  1714k|  94.7 |  1098M |  36 |5362 |  92k|   0 |6718 |  0 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1108.34/1111.96	c  1112s| 16700 |    45 |  1722k|  94.6 |  1098M |  36 |5362 |  92k|  82k|6721 |  1 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1111.82/1115.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1111.82/1115.44	c  1115s| 16800 |    44 |  1730k|  94.5 |  1098M |  36 |5362 |  92k|  82k|6725 |  1 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1115.01/1118.69	c  1119s| 16900 |    39 |  1737k|  94.4 |  1099M |  36 |5362 |  92k|  82k|6731 |  1 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1120.10/1123.79	c  1124s| 17000 |    39 |  1747k|  94.4 |  1099M |  36 |5362 |  92k|  82k|6744 |  1 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1123.98/1127.60	c  1128s| 17100 |    47 |  1755k|  94.4 |  1099M |  36 |5362 |  92k|  82k|6777 |  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1127.48/1131.19	c  1131s| 17200 |    43 |  1764k|  94.3 |  1099M |  36 |5362 |  92k|  82k|6789 |  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1130.66/1134.33	c  1134s| 17300 |    38 |  1771k|  94.2 |  1099M |  36 |5362 |  92k|  82k|6808 |  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1133.95/1137.67	c  1138s| 17400 |    44 |  1778k|  94.1 |  1099M |  36 |5362 |  92k|  82k|6823 |  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1137.34/1141.09	c  1141s| 17500 |    43 |  1787k|  94.0 |  1099M |  36 |5362 |  92k|   0 |6827 |  0 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1140.92/1144.65	c  1145s| 17600 |    44 |  1795k|  93.9 |  1099M |  36 |5362 |  92k|  82k|6848 |  1 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1145.51/1149.20	c  1149s| 17700 |    40 |  1804k|  94.0 |  1100M |  36 |5362 |  92k|  82k|6874 |  1 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1149.00/1152.77	c  1153s| 17800 |    40 |  1812k|  93.9 |  1101M |  36 |5362 |  92k|  82k|6884 |  1 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1152.88/1156.62	c  1157s| 17900 |    44 |  1820k|  93.8 |  1101M |  36 |5362 |  92k|  82k|6904 |  1 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1156.17/1159.94	c  1160s| 18000 |    37 |  1827k|  93.7 |  1101M |  36 |5362 |  92k|   0 |6906 |  0 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1160.96/1164.79	c  1165s| 18100 |    42 |  1837k|  93.7 |  1101M |  36 |5362 |  92k|  82k|6913 |  1 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1165.64/1169.42	c  1169s| 18200 |    37 |  1847k|  93.7 |  1101M |  36 |5362 |  92k|  82k|6919 |  1 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1172.62/1176.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1172.62/1176.45	c  1176s| 18300 |    40 |  1860k|  93.9 |  1102M |  36 |5362 |  92k|   0 |6953 |  0 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   4.19%
1175.81/1179.69	c  1180s| 18400 |    42 |  1867k|  93.8 |  1102M |  36 |5362 |  92k|  82k|6969 |  1 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   4.21%
1179.40/1183.26	c  1183s| 18500 |    43 |  1875k|  93.7 |  1102M |  36 |5362 |  92k|  82k|6989 |  1 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   4.22%
1181.89/1185.74	c  1186s| 18600 |    43 |  1880k|  93.5 |  1102M |  36 |5362 |  92k|  82k|7001 |  1 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   4.23%
1184.58/1188.40	c  1188s| 18700 |    36 |  1885k|  93.3 |  1102M |  36 |5362 |  92k|  82k|7027 |  1 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   4.24%
1188.66/1192.51	c  1193s| 18800 |    41 |  1894k|  93.3 |  1102M |  36 |5362 |  92k|  82k|7033 |  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1191.95/1195.83	c  1196s| 18900 |    41 |  1901k|  93.2 |  1102M |  36 |5362 |  92k|  82k|7050 |  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
1203.42/1207.38	c  1207s| 19000 |    36 |  1911k|  93.2 |  1103M |  36 |5362 |  92k|  82k|7084 |  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
1210.40/1214.38	c  1214s| 19100 |    45 |  1926k|  93.5 |  1103M |  36 |5362 |  92k|   0 |7099 |  0 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
1215.88/1219.84	c  1220s| 19200 |    40 |  1939k|  93.6 |  1103M |  36 |5362 |  92k|   0 |7118 |  0 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
1220.56/1224.52	c  1225s| 19300 |    43 |  1950k|  93.7 |  1104M |  36 |5362 |  92k|  82k|7134 |  2 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
1224.55/1228.56	c  1229s| 19400 |    45 |  1961k|  93.8 |  1104M |  36 |5362 |  92k|   0 |7166 |  0 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
1227.04/1231.09	c  1231s| 19500 |    47 |  1968k|  93.7 |  1104M |  36 |5362 |  92k|  82k|7169 |  1 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
1230.23/1234.23	c  1234s| 19600 |    45 |  1976k|  93.6 |  1104M |  36 |5362 |  92k|   0 |7173 |  0 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
1233.82/1237.85	c  1238s| 19700 |    48 |  1984k|  93.5 |  1104M |  36 |5362 |  92k|  82k|7187 |  1 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
1237.11/1241.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1237.11/1241.15	c  1241s| 19800 |    51 |  1993k|  93.5 |  1105M |  36 |5362 |  92k|  82k|7208 |  1 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
1240.29/1244.38	c  1244s| 19900 |    45 |  2000k|  93.4 |  1105M |  36 |5362 |  92k|   0 |7220 |  0 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
1244.18/1248.21	c  1248s| 20000 |    46 |  2009k|  93.4 |  1105M |  36 |5362 |  92k|   0 |7240 |  0 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1247.07/1251.13	c  1251s| 20100 |    50 |  2015k|  93.2 |  1105M |  36 |5362 |  92k|  82k|7256 |  1 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1250.06/1254.19	c  1254s| 20200 |    48 |  2021k|  93.1 |  1105M |  36 |5362 |  92k|  82k|7274 |  1 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1254.74/1258.87	c  1259s| 20300 |    46 |  2033k|  93.2 |  1105M |  36 |5362 |  92k|   0 |7290 |  0 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1258.63/1262.77	c  1263s| 20400 |    49 |  2042k|  93.2 |  1105M |  36 |5362 |  92k|  82k|7301 |  1 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1262.72/1266.81	c  1267s| 20500 |    50 |  2050k|  93.2 |  1105M |  36 |5362 |  92k|  82k|7306 |  1 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1265.51/1269.62	c  1270s| 20600 |    52 |  2056k|  93.0 |  1105M |  36 |5362 |  92k|   0 |7314 |  0 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1269.19/1273.39	c  1273s| 20700 |    46 |  2064k|  92.9 |  1105M |  36 |5362 |  92k|  82k|7325 |  0 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1272.99/1277.10	c  1277s| 20800 |    46 |  2072k|  92.9 |  1105M |  36 |5362 |  92k|  82k|7335 |  1 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1275.67/1279.84	c  1280s| 20900 |    48 |  2077k|  92.7 |  1105M |  36 |5362 |  92k|  82k|7347 |  1 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1278.76/1282.94	c  1283s| 21000 |    45 |  2084k|  92.6 |  1105M |  36 |5362 |  92k|   0 |7358 |  0 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1283.25/1287.48	c  1287s| 21100 |    46 |  2095k|  92.6 |  1106M |  36 |5362 |  92k|  82k|7370 |  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1286.73/1290.98	c  1291s| 21200 |    44 |  2102k|  92.6 |  1106M |  40 |5362 |  92k|  82k|7378 |  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   4.35%
1290.02/1294.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1290.02/1294.22	c  1294s| 21300 |    42 |  2109k|  92.4 |  1106M |  40 |5362 |  92k|  82k|7393 |  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1292.92/1297.11	c  1297s| 21400 |    45 |  2114k|  92.2 |  1106M |  40 |5362 |  92k|  82k|7407 |  1 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1295.70/1299.91	c  1300s| 21500 |    44 |  2119k|  92.1 |  1106M |  40 |5362 |  92k|  82k|7420 |  1 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1298.39/1302.62	c  1303s| 21600 |    43 |  2125k|  91.9 |  1106M |  40 |5362 |  92k|   0 |7433 |  0 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1301.58/1305.81	c  1306s| 21700 |    40 |  2132k|  91.9 |  1107M |  40 |5362 |  92k|   0 |7444 |  0 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1305.07/1309.39	c  1309s| 21800 |    45 |  2141k|  91.9 |  1107M |  40 |5362 |  92k|  82k|7453 |  1 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1308.26/1312.59	c  1313s| 21900 |    41 |  2148k|  91.7 |  1107M |  40 |5362 |  92k|  82k|7459 |  1 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1312.44/1316.76	c  1317s| 22000 |    44 |  2160k|  91.9 |  1107M |  40 |5362 |  92k|   0 |7460 |  0 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1315.43/1319.79	c  1320s| 22100 |    49 |  2166k|  91.7 |  1107M |  40 |5362 |  92k|  82k|7461 |  1 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1318.62/1322.98	c  1323s| 22200 |    46 |  2173k|  91.6 |  1107M |  40 |5362 |  92k|  82k|7472 |  1 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1321.82/1326.17	c  1326s| 22300 |    46 |  2181k|  91.6 |  1107M |  40 |5362 |  92k|  82k|7478 |  1 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   4.36%
1326.50/1330.86	c  1331s| 22400 |    45 |  2194k|  91.7 |  1107M |  40 |5362 |  92k|   0 |7479 |  0 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1330.08/1334.48	c  1334s| 22500 |    48 |  2202k|  91.7 |  1107M |  40 |5362 |  92k|  82k|7480 |  0 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1333.78/1338.19	c  1338s| 22600 |    56 |  2211k|  91.7 |  1108M |  40 |5362 |  92k|  82k|7481 |  1 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1337.26/1341.61	c  1342s| 22700 |    48 |  2218k|  91.6 |  1108M |  40 |5362 |  92k|   0 |7482 |  0 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1340.15/1344.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1340.15/1344.50	c  1345s| 22800 |    48 |  2227k|  91.6 |  1108M |  40 |5362 |  92k|   0 |7483 |  0 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1343.34/1347.70	c  1348s| 22900 |    51 |  2237k|  91.6 |  1109M |  40 |5362 |  92k|   0 |7485 |  0 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1346.13/1350.53	c  1351s| 23000 |    49 |  2243k|  91.5 |  1109M |  40 |5362 |  92k|   0 |7485 |  0 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1349.41/1353.80	c  1354s| 23100 |    49 |  2250k|  91.4 |  1109M |  40 |5362 |  92k|  82k|7492 |  0 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1352.50/1356.95	c  1357s| 23200 |    44 |  2257k|  91.3 |  1109M |  40 |5362 |  92k|  82k|7494 |  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1356.39/1360.80	c  1361s| 23300 |    46 |  2265k|  91.3 |  1109M |  40 |5362 |  92k|  82k|7501 |  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1358.59/1363.05	c  1363s| 23400 |    48 |  2269k|  91.1 |  1109M |  40 |5362 |  92k|  82k|7503 |  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1361.27/1365.76	c  1366s| 23500 |    52 |  2274k|  90.9 |  1109M |  40 |5362 |  92k|   0 |7516 |  0 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1363.67/1368.19	c  1368s| 23600 |    55 |  2279k|  90.7 |  1109M |  40 |5362 |  92k|  82k|7520 |  1 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1366.75/1371.25	c  1371s| 23700 |    54 |  2286k|  90.6 |  1109M |  40 |5362 |  92k|   0 |7529 |  0 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1369.65/1374.15	c  1374s| 23800 |    57 |  2292k|  90.5 |  1110M |  40 |5362 |  92k|   0 |7541 |  0 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1372.13/1376.67	c  1377s| 23900 |    54 |  2297k|  90.4 |  1110M |  40 |5362 |  92k|  82k|7543 |  1 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1375.12/1379.62	c  1380s| 24000 |    52 |  2303k|  90.2 |  1110M |  40 |5362 |  92k|   0 |7545 |  0 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1377.71/1382.21	c  1382s| 24100 |    52 |  2308k|  90.1 |  1110M |  40 |5362 |  92k|  82k|7558 |  2 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1380.31/1384.89	c  1385s| 24200 |    50 |  2313k|  89.9 |  1110M |  40 |5362 |  92k|  82k|7568 |  1 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1383.00/1387.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1383.00/1387.51	c  1388s| 24300 |    56 |  2318k|  89.8 |  1110M |  40 |5362 |  92k|  82k|7574 |  1 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1385.89/1390.48	c  1390s| 24400 |    56 |  2325k|  89.7 |  1110M |  40 |5362 |  92k|   0 |7578 |  0 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1388.48/1393.10	c  1393s| 24500 |    52 |  2330k|  89.5 |  1110M |  40 |5362 |  92k|  82k|7582 |  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1391.57/1396.11	c  1396s| 24600 |    51 |  2337k|  89.4 |  1110M |  40 |5362 |  92k|  82k|7586 |  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1395.56/1400.14	c  1400s| 24700 |    52 |  2345k|  89.4 |  1110M |  40 |5362 |  92k|  82k|7592 |  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1398.64/1403.24	c  1403s| 24800 |    51 |  2351k|  89.3 |  1110M |  40 |5362 |  92k|  82k|7603 |  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1401.63/1406.29	c  1406s| 24900 |    48 |  2356k|  89.2 |  1110M |  40 |5362 |  92k|  82k|7611 |  1 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1405.22/1409.83	c  1410s| 25000 |    52 |  2363k|  89.1 |  1110M |  40 |5362 |  92k|  82k|7613 |  1 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1408.41/1413.07	c  1413s| 25100 |    55 |  2371k|  89.1 |  1110M |  40 |5362 |  92k|  82k|7613 |  1 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1411.10/1415.78	c  1416s| 25200 |    54 |  2376k|  88.9 |  1111M |  40 |5362 |  92k|  82k|7613 |  1 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1414.19/1418.86	c  1419s| 25300 |    54 |  2383k|  88.8 |  1111M |  40 |5362 |  92k|  82k|7614 |  1 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1416.38/1421.07	c  1421s| 25400 |    52 |  2387k|  88.6 |  1111M |  40 |5362 |  92k|  82k|7614 |  1 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1418.48/1423.18	c  1423s| 25500 |    51 |  2391k|  88.5 |  1111M |  40 |5362 |  92k|   0 |7614 |  0 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1421.16/1425.87	c  1426s| 25600 |    48 |  2397k|  88.4 |  1111M |  40 |5362 |  92k|   0 |7614 |  0 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1424.25/1428.94	c  1429s| 25700 |    47 |  2404k|  88.3 |  1111M |  40 |5362 |  92k|  82k|7621 |  0 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1428.14/1432.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1428.14/1432.80	c  1433s| 25800 |    51 |  2411k|  88.2 |  1111M |  40 |5362 |  92k|   0 |7624 |  0 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1431.13/1435.80	c  1436s| 25900 |    56 |  2416k|  88.1 |  1111M |  40 |5362 |  92k|   0 |7633 |  0 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1434.82/1439.55	c  1440s| 26000 |    54 |  2425k|  88.1 |  1111M |  40 |5362 |  92k|  82k|7634 |  1 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1438.01/1442.74	c  1443s| 26100 |    51 |  2432k|  88.0 |  1111M |  40 |5362 |  92k|   0 |7637 |  0 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1441.40/1446.12	c  1446s| 26200 |    52 |  2441k|  88.0 |  1114M |  40 |5362 |  92k|  82k|7662 |  1 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1445.08/1449.85	c  1450s| 26300 |    55 |  2450k|  88.0 |  1114M |  40 |5362 |  92k|  82k|7664 |  1 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1447.67/1452.46	c  1452s| 26400 |    53 |  2455k|  87.9 |  1114M |  40 |5362 |  92k|  82k|7674 |  1 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1450.46/1455.21	c  1455s| 26500 |    58 |  2461k|  87.8 |  1114M |  40 |5362 |  92k|   0 |7680 |  0 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1453.65/1458.40	c  1458s| 26600 |    54 |  2470k|  87.8 |  1114M |  40 |5362 |  92k|  82k|7690 |  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1456.44/1461.26	c  1461s| 26700 |    55 |  2476k|  87.7 |  1114M |  40 |5362 |  92k|  82k|7703 |  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1459.73/1464.57	c  1465s| 26800 |    56 |  2483k|  87.6 |  1115M |  40 |5362 |  92k|  82k|7707 |  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1463.62/1468.43	c  1468s| 26900 |    60 |  2493k|  87.7 |  1115M |  40 |5362 |  92k|  82k|7711 |  1 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1466.90/1471.79	c  1472s| 27000 |    56 |  2501k|  87.6 |  1115M |  40 |5362 |  92k|   0 |7714 |  0 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1469.99/1474.87	c  1475s| 27100 |    57 |  2508k|  87.6 |  1115M |  40 |5362 |  92k|  82k|7726 |  1 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1473.68/1478.53	c  1479s| 27200 |    52 |  2517k|  87.6 |  1115M |  40 |5362 |  92k|   0 |7743 |  0 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1477.17/1482.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1477.17/1482.10	c  1482s| 27300 |    54 |  2526k|  87.6 |  1115M |  40 |5362 |  92k|   0 |7760 |  0 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1480.36/1485.26	c  1485s| 27400 |    51 |  2533k|  87.5 |  1115M |  40 |5362 |  92k|  82k|7776 |  2 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1483.15/1488.04	c  1488s| 27500 |    52 |  2538k|  87.4 |  1116M |  40 |5362 |  92k|  82k|7789 |  1 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1486.14/1491.08	c  1491s| 27600 |    56 |  2545k|  87.4 |  1116M |  40 |5362 |  92k|  82k|7792 |  1 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1489.42/1494.30	c  1494s| 27700 |    53 |  2553k|  87.3 |  1116M |  40 |5362 |  92k|  82k|7803 |  1 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1493.31/1498.27	c  1498s| 27800 |    54 |  2561k|  87.3 |  1116M |  40 |5362 |  92k|  82k|7803 |  1 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1497.10/1502.04	c  1502s| 27900 |    54 |  2570k|  87.3 |  1116M |  40 |5362 |  92k|  82k|7805 |  1 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1500.69/1505.66	c  1506s| 28000 |    52 |  2578k|  87.3 |  1116M |  40 |5362 |  92k|  82k|7805 |  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1504.08/1509.09	c  1509s| 28100 |    54 |  2586k|  87.3 |  1116M |  40 |5362 |  92k|  82k|7813 |  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1506.86/1511.80	c  1512s| 28200 |    52 |  2592k|  87.2 |  1116M |  40 |5362 |  92k|  82k|7818 |  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1509.45/1514.48	c  1514s| 28300 |    55 |  2597k|  87.1 |  1116M |  40 |5362 |  92k|  82k|7826 |  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1512.84/1517.86	c  1518s| 28400 |    49 |  2605k|  87.0 |  1116M |  40 |5362 |  92k|  82k|7827 |  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1516.14/1521.12	c  1521s| 28500 |    51 |  2612k|  87.0 |  1116M |  40 |5362 |  92k|   0 |7827 |  0 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1520.52/1525.58	c  1526s| 28600 |    53 |  2622k|  87.0 |  1116M |  40 |5362 |  92k|  82k|7830 |  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1523.11/1528.14	c  1528s| 28700 |    46 |  2627k|  86.9 |  1116M |  40 |5362 |  92k|   0 |7831 |  0 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1525.80/1530.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1525.80/1530.81	c  1531s| 28800 |    46 |  2632k|  86.8 |  1116M |  40 |5362 |  92k|  82k|7834 |  2 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1528.69/1533.74	c  1534s| 28900 |    49 |  2639k|  86.7 |  1116M |  40 |5362 |  92k|  82k|7834 |  1 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1531.78/1536.87	c  1537s| 29000 |    48 |  2647k|  86.7 |  1116M |  40 |5362 |  92k|  82k|7840 |  1 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1534.27/1539.35	c  1539s| 29100 |    48 |  2652k|  86.6 |  1117M |  40 |5362 |  92k|   0 |7840 |  0 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1537.16/1542.21	c  1542s| 29200 |    50 |  2660k|  86.5 |  1117M |  40 |5362 |  92k|  82k|7844 |  1 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1539.65/1544.70	c  1545s| 29300 |    53 |  2665k|  86.4 |  1117M |  40 |5362 |  92k|   0 |7852 |  0 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1542.54/1547.66	c  1548s| 29400 |    51 |  2674k|  86.4 |  1117M |  40 |5362 |  92k|   0 |7864 |  0 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1545.43/1550.58	c  1551s| 29500 |    55 |  2680k|  86.3 |  1117M |  40 |5362 |  92k|  82k|7871 |  1 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1548.52/1553.68	c  1554s| 29600 |    53 |  2689k|  86.4 |  1117M |  40 |5362 |  92k|   0 |7873 |  0 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1551.91/1557.07	c  1557s| 29700 |    46 |  2695k|  86.3 |  1125M |  44 |5362 |  92k|  82k|7899 |  0 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1555.89/1561.01	c  1561s| 29800 |    46 |  2704k|  86.3 |  1125M |  44 |5362 |  92k|   0 |7946 |  0 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1558.68/1563.83	c  1564s| 29900 |    46 |  2709k|  86.2 |  1125M |  44 |5362 |  92k|  82k|7962 |  1 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1562.07/1567.28	c  1567s| 30000 |    48 |  2717k|  86.1 |  1125M |  44 |5362 |  92k|   0 |7970 |  0 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1564.76/1569.90	c  1570s| 30100 |    48 |  2722k|  86.0 |  1125M |  44 |5362 |  92k|  82k|7971 |  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1567.65/1572.81	c  1573s| 30200 |    45 |  2728k|  85.9 |  1125M |  44 |5362 |  92k|  82k|7972 |  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1571.43/1576.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1571.43/1576.61	c  1577s| 30300 |    51 |  2737k|  86.0 |  1125M |  44 |5362 |  92k|  82k|7982 |  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1574.02/1579.27	c  1579s| 30400 |    49 |  2743k|  85.9 |  1126M |  44 |5362 |  92k|   0 |7983 |  0 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1577.21/1582.43	c  1582s| 30500 |    47 |  2749k|  85.8 |  1126M |  44 |5362 |  92k|  82k|7988 |  1 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1579.41/1584.64	c  1585s| 30600 |    45 |  2753k|  85.7 |  1126M |  44 |5362 |  92k|   0 |7991 |  0 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1582.80/1588.06	c  1588s| 30700 |    48 |  2763k|  85.7 |  1126M |  44 |5362 |  92k|  82k|7999 |  1 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1586.28/1591.55	c  1592s| 30800 |    46 |  2771k|  85.7 |  1126M |  44 |5362 |  92k|   0 |8007 |  0 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1590.37/1595.62	c  1596s| 30900 |    51 |  2782k|  85.7 |  1126M |  44 |5362 |  92k|  82k|8017 |  1 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1593.36/1598.60	c  1599s| 31000 |    53 |  2788k|  85.7 |  1126M |  44 |5362 |  92k|  82k|8033 |  1 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1595.86/1601.13	c  1601s| 31100 |    49 |  2793k|  85.6 |  1126M |  44 |5362 |  92k|  82k|8044 |  1 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1598.44/1603.70	c  1604s| 31200 |    49 |  2798k|  85.4 |  1126M |  44 |5362 |  92k|  82k|8056 |  0 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1601.63/1606.99	c  1607s| 31300 |    46 |  2804k|  85.4 |  1127M |  44 |5362 |  92k|  82k|8067 |  1 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1604.92/1610.26	c  1610s| 31400 |    49 |  2811k|  85.3 |  1128M |  44 |5362 |  92k|   0 |8074 |  0 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1607.71/1613.00	c  1613s| 31500 |    49 |  2817k|  85.2 |  1128M |  44 |5362 |  92k|   0 |8080 |  0 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1611.39/1616.75	c  1617s| 31600 |    49 |  2825k|  85.2 |  1128M |  44 |5362 |  92k|   0 |8088 |  0 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1615.69/1621.04	c  1621s| 31700 |    49 |  2834k|  85.3 |  1129M |  44 |5362 |  92k|  82k|8095 |  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1618.68/1624.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1618.68/1624.02	c  1624s| 31800 |    44 |  2841k|  85.2 |  1129M |  44 |5362 |  92k|  82k|8099 |  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1622.16/1627.57	c  1628s| 31900 |    44 |  2850k|  85.2 |  1129M |  44 |5362 |  92k|  82k|8107 |  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1625.15/1630.54	c  1631s| 32000 |    42 |  2857k|  85.2 |  1129M |  44 |5362 |  92k|   0 |8110 |  0 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1628.24/1633.66	c  1634s| 32100 |    38 |  2864k|  85.1 |  1130M |  44 |5362 |  92k|  82k|8111 |  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1631.43/1636.86	c  1637s| 32200 |    40 |  2871k|  85.1 |  1130M |  44 |5362 |  92k|   0 |8120 |  0 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1634.62/1640.07	c  1640s| 32300 |    40 |  2879k|  85.0 |  1130M |  44 |5362 |  92k|  82k|8120 |  1 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1637.71/1643.13	c  1643s| 32400 |    40 |  2886k|  85.0 |  1130M |  44 |5362 |  92k|  82k|8123 |  1 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1641.19/1646.67	c  1647s| 32500 |    47 |  2893k|  85.0 |  1130M |  44 |5362 |  92k|  82k|8132 |  1 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
1644.69/1650.17	c  1650s| 32600 |    49 |  2902k|  85.0 |  1130M |  44 |5362 |  92k|   0 |8141 |  0 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1647.17/1652.65	c  1653s| 32700 |    45 |  2907k|  84.9 |  1130M |  44 |5362 |  92k|   0 |8150 |  0 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1649.67/1655.10	c  1655s| 32800 |    48 |  2912k|  84.8 |  1130M |  44 |5362 |  92k|  82k|8153 |  1 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1651.86/1657.37	c  1657s| 32900 |    44 |  2917k|  84.7 |  1130M |  44 |5362 |  92k|   0 |8156 |  0 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1654.55/1660.03	c  1660s| 33000 |    43 |  2923k|  84.6 |  1130M |  44 |5362 |  92k|  82k|8161 |  1 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1657.24/1662.71	c  1663s| 33100 |    41 |  2928k|  84.5 |  1130M |  44 |5362 |  92k|  82k|8171 |  2 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1660.03/1665.50	c  1666s| 33200 |    42 |  2935k|  84.5 |  1130M |  44 |5362 |  92k|   0 |8178 |  0 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1663.92/1669.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1663.92/1669.41	c  1669s| 33300 |    45 |  2943k|  84.5 |  1130M |  44 |5362 |  92k|   0 |8185 |  0 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1666.31/1671.83	c  1672s| 33400 |    48 |  2948k|  84.4 |  1131M |  44 |5362 |  92k|  82k|8195 |  1 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1668.40/1673.90	c  1674s| 33500 |    54 |  2952k|  84.2 |  1131M |  44 |5362 |  92k|  82k|8201 |  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1670.50/1676.03	c  1676s| 33600 |    49 |  2956k|  84.1 |  1131M |  44 |5362 |  92k|  82k|8210 |  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1672.59/1678.15	c  1678s| 33700 |    44 |  2960k|  84.0 |  1131M |  44 |5362 |  92k|  82k|8221 |  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1675.08/1680.62	c  1681s| 33800 |    45 |  2966k|  83.9 |  1131M |  44 |5362 |  92k|   0 |8232 |  0 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1677.27/1682.88	c  1683s| 33900 |    43 |  2971k|  83.8 |  1131M |  44 |5362 |  92k|  82k|8238 |  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1679.66/1685.20	c  1685s| 34000 |    44 |  2976k|  83.7 |  1131M |  44 |5362 |  92k|  82k|8240 |  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1681.76/1687.37	c  1687s| 34100 |    40 |  2980k|  83.6 |  1131M |  44 |5362 |  92k|  82k|8241 |  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1685.35/1690.90	c  1691s| 34200 |    41 |  2988k|  83.6 |  1131M |  44 |5362 |  92k|  82k|8255 |  2 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1690.23/1695.84	c  1696s| 34300 |    47 |  2999k|  83.6 |  1131M |  44 |5362 |  92k|  82k|8260 |  1 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1693.22/1698.89	c  1699s| 34400 |    45 |  3006k|  83.6 |  1131M |  44 |5362 |  92k|  82k|8267 |  0 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1696.21/1701.87	c  1702s| 34500 |    45 |  3012k|  83.6 |  1131M |  44 |5362 |  92k|  82k|8272 |  1 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1699.60/1705.27	c  1705s| 34600 |    47 |  3019k|  83.5 |  1131M |  44 |5362 |  92k|  82k|8275 |  1 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1701.79/1707.41	c  1707s| 34700 |    45 |  3023k|  83.4 |  1131M |  44 |5362 |  92k|  82k|8278 |  1 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1704.08/1709.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1704.08/1709.79	c  1710s| 34800 |    44 |  3027k|  83.3 |  1131M |  44 |5362 |  92k|   0 |8292 |  0 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1706.58/1712.29	c  1712s| 34900 |    44 |  3033k|  83.2 |  1131M |  44 |5362 |  92k|  82k|8292 |  1 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1709.37/1715.06	c  1715s| 35000 |    45 |  3039k|  83.1 |  1131M |  44 |5362 |  92k|   0 |8295 |  0 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1712.06/1717.71	c  1718s| 35100 |    45 |  3045k|  83.1 |  1131M |  44 |5362 |  92k|  82k|8301 |  2 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1714.35/1720.00	c  1720s| 35200 |    46 |  3050k|  83.0 |  1131M |  44 |5362 |  92k|   0 |8307 |  0 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1716.94/1722.60	c  1723s| 35300 |    45 |  3055k|  82.9 |  1132M |  44 |5362 |  92k|  82k|8318 |  1 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1719.63/1725.33	c  1725s| 35400 |    42 |  3060k|  82.8 |  1132M |  44 |5362 |  92k|  82k|8321 |  1 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1722.92/1728.65	c  1729s| 35500 |    45 |  3067k|  82.8 |  1132M |  44 |5362 |  92k|  82k|8327 |  1 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1726.42/1732.13	c  1732s| 35600 |    46 |  3073k|  82.7 |  1140M |  44 |5362 |  92k|  82k|8362 |  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1729.80/1735.56	c  1736s| 35700 |    45 |  3079k|  82.6 |  1140M |  44 |5362 |  92k|  82k|8376 |  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1732.99/1738.79	c  1739s| 35800 |    49 |  3087k|  82.6 |  1140M |  44 |5362 |  92k|   0 |8376 |  0 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1735.98/1741.71	c  1742s| 35900 |    48 |  3093k|  82.6 |  1140M |  44 |5362 |  92k|   0 |8387 |  0 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1739.37/1745.15	c  1745s| 36000 |    48 |  3100k|  82.5 |  1140M |  44 |5362 |  92k|  82k|8396 |  1 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1742.96/1748.76	c  1749s| 36100 |    47 |  3108k|  82.5 |  1140M |  44 |5362 |  92k|  82k|8400 |  1 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1745.95/1751.70	c  1752s| 36200 |    44 |  3115k|  82.5 |  1140M |  44 |5362 |  92k|  82k|8413 |  1 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1748.94/1754.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1748.94/1754.72	c  1755s| 36300 |    45 |  3121k|  82.4 |  1140M |  44 |5362 |  92k|  82k|8422 |  1 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1751.13/1756.96	c  1757s| 36400 |    45 |  3126k|  82.3 |  1140M |  44 |5362 |  92k|  82k|8429 |  1 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1753.92/1759.75	c  1760s| 36500 |    46 |  3135k|  82.4 |  1140M |  44 |5362 |  92k|  82k|8441 |  1 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1756.11/1761.99	c  1762s| 36600 |    48 |  3140k|  82.3 |  1140M |  44 |5362 |  92k|  82k|8451 |  2 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1758.41/1764.29	c  1764s| 36700 |    48 |  3144k|  82.2 |  1140M |  44 |5362 |  92k|   0 |8475 |  0 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1760.80/1766.69	c  1767s| 36800 |    50 |  3148k|  82.1 |  1140M |  44 |5362 |  92k|  82k|8509 |  1 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1762.69/1768.58	c  1769s| 36900 |    46 |  3152k|  81.9 |  1140M |  44 |5362 |  92k|  82k|8519 |  1 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1764.98/1770.89	c  1771s| 37000 |    43 |  3157k|  81.9 |  1141M |  44 |5362 |  92k|   0 |8528 |  0 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1767.18/1773.09	c  1773s| 37100 |    45 |  3161k|  81.7 |  1141M |  44 |5362 |  92k|  82k|8533 |  1 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1769.47/1775.33	c  1775s| 37200 |    51 |  3165k|  81.6 |  1141M |  44 |5362 |  92k|  82k|8537 |  2 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1771.76/1777.61	c  1778s| 37300 |    45 |  3169k|  81.5 |  1141M |  44 |5362 |  92k|  82k|8550 |  1 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1773.85/1779.76	c  1780s| 37400 |    47 |  3172k|  81.4 |  1141M |  44 |5362 |  92k|   0 |8562 |  0 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1775.94/1781.80	c  1782s| 37500 |    48 |  3176k|  81.3 |  1141M |  44 |5362 |  92k|   0 |8571 |  0 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1777.94/1783.87	c  1784s| 37600 |    45 |  3179k|  81.2 |  1141M |  44 |5362 |  92k|  82k|8580 |  1 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1780.33/1786.21	c  1786s| 37700 |    47 |  3184k|  81.1 |  1141M |  44 |5362 |  92k|  82k|8582 |  1 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1783.02/1788.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1783.02/1788.98	c  1789s| 37800 |    44 |  3190k|  81.0 |  1141M |  44 |5362 |  92k|   0 |8586 |  0 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1785.31/1791.25	c  1791s| 37900 |    43 |  3194k|  80.9 |  1141M |  44 |5362 |  92k|  82k|8598 |  1 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1787.80/1793.71	c  1794s| 38000 |    39 |  3198k|  80.8 |  1141M |  44 |5362 |  92k|   0 |8605 |  0 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1790.89/1796.84	c  1797s| 38100 |    43 |  3205k|  80.8 |  1141M |  44 |5362 |  92k|  82k|8607 |  1 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1793.79/1799.73	c  1800s| 38200 |    41 |  3211k|  80.7 |  1141M |  44 |5362 |  92k|   0 |8614 |  0 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1796.68/1802.68	c  1803s| 38300 |    41 |  3217k|  80.7 |  1141M |  44 |5362 |  92k|   0 |8617 |  0 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1805.45/1811.43	c  1811s| 38400 |    46 |  3233k|  80.9 |  1141M |  44 |5362 |  92k|  82k|8622 |  2 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1809.33/1815.37	c  1815s| 38500 |    49 |  3240k|  80.9 |  1141M |  44 |5362 |  92k|  82k|8632 |  1 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1812.23/1818.23	c  1818s| 38600 |    48 |  3247k|  80.8 |  1141M |  44 |5362 |  92k|  82k|8636 |  1 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1815.61/1821.65	c  1822s| 38700 |    45 |  3254k|  80.8 |  1141M |  44 |5362 |  92k|  82k|8641 |  1 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1820.70/1826.70	c  1827s| 38800 |    43 |  3266k|  80.9 |  1141M |  44 |5362 |  92k|   0 |8646 |  0 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1826.18/1832.25	c  1832s| 38900 |    47 |  3280k|  81.1 |  1141M |  44 |5362 |  92k|  82k|8653 |  0 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1828.67/1834.75	c  1835s| 39000 |    46 |  3286k|  81.0 |  1141M |  44 |5362 |  92k|   0 |8654 |  0 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1833.26/1839.33	c  1839s| 39100 |    47 |  3296k|  81.0 |  1141M |  44 |5362 |  92k|   0 |8662 |  0 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1839.74/1845.88	c  1846s| 39200 |    48 |  3311k|  81.2 |  1142M |  44 |5362 |  92k|   0 |8668 |  0 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1843.23/1849.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1843.23/1849.36	c  1849s| 39300 |    51 |  3321k|  81.3 |  1142M |  44 |5362 |  92k|   0 |8675 |  0 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1847.71/1853.80	c  1854s| 39400 |    56 |  3330k|  81.3 |  1142M |  44 |5362 |  92k|  82k|8681 |  1 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1850.91/1857.09	c  1857s| 39500 |    54 |  3337k|  81.3 |  1142M |  44 |5362 |  92k|   0 |8682 |  0 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1854.49/1860.65	c  1861s| 39600 |    56 |  3346k|  81.3 |  1142M |  44 |5362 |  92k|  82k|8683 |  1 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1857.38/1863.51	c  1864s| 39700 |    52 |  3351k|  81.2 |  1142M |  44 |5362 |  92k|  82k|8684 |  1 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1862.37/1868.50	c  1868s| 39800 |    52 |  3362k|  81.3 |  1142M |  44 |5362 |  92k|   0 |8688 |  0 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1867.55/1873.78	c  1874s| 39900 |    52 |  3374k|  81.4 |  1142M |  44 |5362 |  92k|  82k|8688 |  1 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1871.64/1877.84	c  1878s| 40000 |    51 |  3382k|  81.4 |  1142M |  44 |5362 |  92k|  82k|8693 |  1 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1873.43/1879.65	c  1880s| 40100 |    51 |  3385k|  81.2 |  1142M |  44 |5362 |  92k|   0 |8698 |  0 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1875.52/1881.75	c  1882s| 40200 |    55 |  3389k|  81.1 |  1142M |  44 |5362 |  92k|  82k|8706 |  1 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1878.41/1884.66	c  1885s| 40300 |    60 |  3396k|  81.1 |  1142M |  44 |5362 |  92k|  82k|8710 |  1 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1880.81/1887.09	c  1887s| 40400 |    59 |  3401k|  81.0 |  1142M |  44 |5362 |  92k|  82k|8711 |  1 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1883.41/1889.62	c  1890s| 40500 |    56 |  3406k|  81.0 |  1143M |  44 |5362 |  92k|  82k|8713 |  1 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1886.90/1893.15	c  1893s| 40600 |    54 |  3414k|  81.0 |  1143M |  44 |5362 |  92k|  82k|8721 |  1 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1889.69/1895.90	c  1896s| 40700 |    56 |  3419k|  80.9 |  1143M |  44 |5362 |  92k|   0 |8726 |  0 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1892.18/1898.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1892.18/1898.46	c  1898s| 40800 |    53 |  3425k|  80.8 |  1143M |  44 |5362 |  92k|  82k|8727 |  1 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1895.27/1901.50	c  1902s| 40900 |    52 |  3432k|  80.8 |  1143M |  44 |5362 |  92k|   0 |8731 |  0 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1898.06/1904.38	c  1904s| 41000 |    54 |  3438k|  80.8 |  1143M |  44 |5362 |  92k|  82k|8732 |  1 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1902.45/1908.76	c  1909s| 41100 |    56 |  3444k|  80.7 |  1151M |  44 |5362 |  92k|  82k|8761 |  1 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1905.14/1911.40	c  1911s| 41200 |    61 |  3449k|  80.6 |  1151M |  44 |5362 |  92k|  82k|8774 |  1 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1907.73/1914.10	c  1914s| 41300 |    62 |  3454k|  80.6 |  1151M |  44 |5362 |  92k|  82k|8789 |  1 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1910.52/1916.88	c  1917s| 41400 |    62 |  3460k|  80.5 |  1151M |  44 |5362 |  92k|  82k|8818 |  1 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1914.21/1920.58	c  1921s| 41500 |    61 |  3467k|  80.5 |  1151M |  44 |5362 |  92k|  82k|8860 |  1 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1917.50/1923.82	c  1924s| 41600 |    55 |  3473k|  80.4 |  1151M |  44 |5362 |  92k|   0 |8890 |  0 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1920.69/1927.05	c  1927s| 41700 |    61 |  3480k|  80.4 |  1151M |  44 |5362 |  92k|   0 |8906 |  0 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1924.18/1930.52	c  1931s| 41800 |    61 |  3485k|  80.4 |  1151M |  44 |5362 |  92k|  82k|8947 |  1 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1927.47/1933.81	c  1934s| 41900 |    57 |  3493k|  80.3 |  1151M |  44 |5362 |  92k|  82k|8955 |  1 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1936.65/1943.01	c  1943s| 42000 |    60 |  3497k|  80.3 |  1151M |  46 |5362 |  92k|   0 |9024 |  0 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1939.83/1946.24	c  1946s| 42100 |    59 |  3503k|  80.2 |  1151M |  46 |5362 |  92k|  82k|9120 |  2 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1944.52/1950.98	c  1951s| 42200 |    63 |  3510k|  80.2 |  1159M |  46 |5362 |  92k|  82k|9204 |  1 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1948.11/1954.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1948.11/1954.57	c  1955s| 42300 |    55 |  3516k|  80.1 |  1167M |  46 |5362 |  92k|   0 |9289 |  0 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1952.29/1958.76	c  1959s| 42400 |    61 |  3523k|  80.1 |  1167M |  46 |5362 |  92k|  82k|9370 |  1 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1955.18/1961.66	c  1962s| 42500 |    57 |  3529k|  80.1 |  1167M |  46 |5362 |  92k|   0 |9384 |  0 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1958.37/1964.84	c  1965s| 42600 |    57 |  3536k|  80.0 |  1167M |  46 |5362 |  92k|   0 |9393 |  0 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1961.36/1967.80	c  1968s| 42700 |    57 |  3541k|  80.0 |  1167M |  46 |5362 |  92k|   0 |9406 |  0 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1966.55/1973.03	c  1973s| 42800 |    53 |  3551k|  80.0 |  1168M |  46 |5362 |  92k|   0 |9444 |  0 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1970.83/1977.33	c  1977s| 42900 |    51 |  3561k|  80.1 |  1168M |  46 |5362 |  92k|   0 |9464 |  0 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1975.42/1981.96	c  1982s| 43000 |    53 |  3573k|  80.2 |  1168M |  46 |5362 |  92k|  82k|9466 |  0 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1981.70/1988.27	c  1988s| 43100 |    56 |  3589k|  80.3 |  1168M |  46 |5362 |  92k|  82k|9476 |  2 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1986.19/1992.73	c  1993s| 43200 |    50 |  3599k|  80.4 |  1168M |  46 |5362 |  92k|  82k|9499 |  1 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1992.57/1999.12	c  1999s| 43300 |    58 |  3613k|  80.5 |  1168M |  46 |5362 |  92k|   0 |9560 |  0 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
1996.46/2003.10	c  2003s| 43400 |    58 |  3621k|  80.5 |  1168M |  46 |5362 |  92k|   0 |9582 |  0 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2000.45/2007.04	c  2007s| 43500 |    59 |  3633k|  80.6 |  1169M |  46 |5362 |  92k|  82k|9608 |  1 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2004.03/2010.61	c  2011s| 43600 |    60 |  3640k|  80.6 |  1169M |  46 |5362 |  92k|  82k|9623 |  1 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2007.32/2013.98	c  2014s| 43700 |    66 |  3647k|  80.6 |  1169M |  46 |5362 |  92k|  82k|9653 |  1 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2011.61/2018.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2011.61/2018.20	c  2018s| 43800 |    64 |  3654k|  80.5 |  1201M |  46 |5362 |  92k|  82k|9750 |  2 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2015.79/2022.42	c  2022s| 43900 |    72 |  3662k|  80.5 |  1201M |  46 |5362 |  92k|  82k|9808 |  2 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2019.28/2025.93	c  2026s| 44000 |    74 |  3669k|  80.5 |  1201M |  46 |5362 |  92k|  82k|9841 |  1 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2022.27/2028.94	c  2029s| 44100 |    77 |  3675k|  80.5 |  1202M |  46 |5362 |  92k|  82k|9892 |  1 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2025.26/2031.98	c  2032s| 44200 |    72 |  3681k|  80.4 |  1202M |  46 |5362 |  92k|  82k|9938 |  1 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2028.45/2035.19	c  2035s| 44300 |    72 |  3688k|  80.4 |  1202M |  46 |5362 |  92k|  82k|9989 |  1 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2031.44/2038.18	c  2038s| 44400 |    70 |  3694k|  80.3 |  1202M |  46 |5362 |  92k|  82k|  10k|  1 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2034.63/2041.38	c  2041s| 44500 |    68 |  3700k|  80.3 |  1202M |  46 |5362 |  92k|   0 |  10k|  0 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2039.61/2046.35	c  2046s| 44600 |    67 |  3709k|  80.3 |  1202M |  46 |5362 |  92k|  82k|  10k|  1 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2043.30/2050.06	c  2050s| 44700 |    63 |  3716k|  80.3 |  1202M |  46 |5362 |  92k|  82k|  10k|  1 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2053.96/2060.73	c  2061s| 44800 |    58 |  3723k|  80.3 |  1250M |  46 |5362 |  92k|  82k|  10k|  1 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2059.14/2065.95	c  2066s| 44900 |    61 |  3731k|  80.3 |  1258M |  46 |5362 |  92k|  82k|  10k|  1 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2062.03/2068.80	c  2069s| 45000 |    57 |  3736k|  80.2 |  1258M |  46 |5362 |  92k|  82k|  10k|  1 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2065.82/2072.68	c  2073s| 45100 |    51 |  3743k|  80.2 |  1266M |  46 |5362 |  92k|  82k|  10k|  2 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   4.38%
2070.50/2077.34	c  2077s| 45200 |    48 |  3749k|  80.2 |  1282M |  46 |5362 |  92k|  82k|  10k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2075.39/2082.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2075.39/2082.26	c  2082s| 45300 |    55 |  3760k|  80.2 |  1282M |  46 |5362 |  92k|  82k|  10k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2079.87/2086.79	c  2087s| 45400 |    50 |  3770k|  80.3 |  1282M |  46 |5362 |  92k|  82k|  10k|  1 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2084.86/2091.77	c  2092s| 45500 |    46 |  3777k|  80.2 |  1290M |  46 |5362 |  92k|   0 |  10k|  0 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2089.85/2096.70	c  2097s| 45600 |    44 |  3784k|  80.2 |  1290M |  46 |5362 |  92k|   0 |  10k|  0 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2093.14/2100.09	c  2100s| 45700 |    44 |  3792k|  80.2 |  1290M |  46 |5362 |  92k|  82k|  10k|  1 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2096.72/2103.63	c  2104s| 45800 |    50 |  3799k|  80.2 |  1290M |  46 |5362 |  92k|  82k|  10k|  2 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2100.12/2107.06	c  2107s| 45900 |    45 |  3807k|  80.2 |  1290M |  46 |5362 |  92k|  82k|  10k|  2 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2103.40/2110.30	c  2110s| 46000 |    48 |  3814k|  80.2 |  1290M |  46 |5362 |  92k|   0 |  10k|  0 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2106.30/2113.28	c  2113s| 46100 |    46 |  3820k|  80.1 |  1290M |  46 |5362 |  92k|  82k|  10k|  1 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2109.59/2116.57	c  2117s| 46200 |    45 |  3827k|  80.1 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2112.88/2119.86	c  2120s| 46300 |    42 |  3834k|  80.1 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2116.77/2123.79	c  2124s| 46400 |    45 |  3844k|  80.1 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2120.65/2127.60	c  2128s| 46500 |    41 |  3852k|  80.1 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2124.44/2131.49	c  2131s| 46600 |    40 |  3860k|  80.1 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2127.44/2134.47	c  2134s| 46700 |    41 |  3866k|  80.1 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2132.03/2139.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2132.03/2139.05	c  2139s| 46800 |    46 |  3878k|  80.2 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2134.81/2141.83	c  2142s| 46900 |    49 |  3884k|  80.1 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2137.31/2144.32	c  2144s| 47000 |    49 |  3890k|  80.1 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2139.90/2146.90	c  2147s| 47100 |    46 |  3896k|  80.1 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2142.29/2149.32	c  2149s| 47200 |    47 |  3901k|  80.0 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2145.58/2152.65	c  2153s| 47300 |    45 |  3908k|  80.0 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2148.17/2155.23	c  2155s| 47400 |    43 |  3913k|  79.9 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2151.37/2158.44	c  2158s| 47500 |    49 |  3920k|  79.9 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2153.86/2160.90	c  2161s| 47600 |    44 |  3925k|  79.8 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2156.95/2164.04	c  2164s| 47700 |    44 |  3932k|  79.8 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2159.84/2166.92	c  2167s| 47800 |    44 |  3939k|  79.8 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2162.83/2169.97	c  2170s| 47900 |    43 |  3946k|  79.8 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2166.22/2173.36	c  2173s| 48000 |    50 |  3953k|  79.7 |  1291M |  46 |5362 |  92k|  82k|  11k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2169.31/2176.41	c  2176s| 48100 |    57 |  3958k|  79.7 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2171.71/2178.84	c  2179s| 48200 |    50 |  3963k|  79.6 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2175.10/2182.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2175.10/2182.24	c  2182s| 48300 |    49 |  3970k|  79.6 |  1291M |  46 |5362 |  92k|   0 |  11k|  0 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2179.29/2186.40	c  2186s| 48400 |    51 |  3979k|  79.6 |  1292M |  46 |5362 |  92k|  82k|  11k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2181.88/2189.08	c  2189s| 48500 |    54 |  3985k|  79.6 |  1292M |  46 |5362 |  92k|  82k|  11k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2184.57/2191.75	c  2192s| 48600 |    47 |  3990k|  79.5 |  1292M |  46 |5362 |  92k|  82k|  11k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2187.56/2194.76	c  2195s| 48700 |    47 |  3997k|  79.5 |  1292M |  46 |5362 |  92k|  82k|  11k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2190.86/2198.10	c  2198s| 48800 |    47 |  4004k|  79.5 |  1292M |  46 |5362 |  92k|  82k|  11k|  1 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2193.85/2201.00	c  2201s| 48900 |    47 |  4011k|  79.5 |  1292M |  46 |5362 |  92k|   0 |  11k|  0 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2197.23/2204.47	c  2204s| 49000 |    50 |  4018k|  79.5 |  1292M |  46 |5362 |  92k|   0 |  11k|  0 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2200.83/2208.01	c  2208s| 49100 |    47 |  4026k|  79.4 |  1292M |  46 |5362 |  92k|   0 |  11k|  0 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2204.01/2211.28	c  2211s| 49200 |    50 |  4034k|  79.4 |  1292M |  46 |5362 |  92k|  82k|  11k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2206.61/2213.88	c  2214s| 49300 |    49 |  4039k|  79.4 |  1292M |  46 |5362 |  92k|  82k|  11k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2209.40/2216.63	c  2217s| 49400 |    46 |  4045k|  79.3 |  1292M |  46 |5362 |  92k|   0 |  11k|  0 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2211.89/2219.14	c  2219s| 49500 |    48 |  4050k|  79.3 |  1292M |  46 |5362 |  92k|  82k|  11k|  1 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2216.28/2223.51	c  2224s| 49600 |    48 |  4059k|  79.3 |  1293M |  46 |5362 |  92k|  82k|  11k|  1 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2219.37/2226.62	c  2227s| 49700 |    48 |  4065k|  79.3 |  1293M |  46 |5362 |  92k|  82k|  11k|  1 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2222.16/2229.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2222.16/2229.48	c  2229s| 49800 |    50 |  4072k|  79.2 |  1293M |  46 |5362 |  92k|  82k|  11k|  1 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2225.55/2232.88	c  2233s| 49900 |    53 |  4079k|  79.2 |  1293M |  46 |5362 |  92k|   0 |  11k|  0 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2228.04/2235.37	c  2235s| 50000 |    51 |  4085k|  79.2 |  1293M |  46 |5362 |  92k|  82k|  11k|  1 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2230.93/2238.29	c  2238s| 50100 |    53 |  4090k|  79.1 |  1293M |  46 |5362 |  92k|  82k|  11k|  2 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2234.32/2241.62	c  2242s| 50200 |    51 |  4097k|  79.1 |  1293M |  46 |5362 |  92k|  82k|  11k|  1 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2237.91/2245.26	c  2245s| 50300 |    49 |  4103k|  79.1 |  1301M |  46 |5362 |  92k|   0 |  11k|  0 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2241.00/2248.37	c  2248s| 50400 |    46 |  4111k|  79.1 |  1301M |  46 |5362 |  92k|  82k|  11k|  1 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2244.09/2251.44	c  2251s| 50500 |    50 |  4119k|  79.1 |  1301M |  46 |5362 |  92k|  82k|  11k|  1 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2246.59/2253.96	c  2254s| 50600 |    49 |  4124k|  79.0 |  1301M |  46 |5362 |  92k|  82k|  11k|  1 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2249.78/2257.19	c  2257s| 50700 |    48 |  4132k|  79.0 |  1301M |  46 |5362 |  92k|  82k|  11k|  1 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2252.77/2260.12	c  2260s| 50800 |    45 |  4137k|  79.0 |  1301M |  46 |5362 |  92k|  82k|  12k|  1 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2255.76/2263.17	c  2263s| 50900 |    42 |  4144k|  79.0 |  1301M |  46 |5362 |  92k|   0 |  12k|  0 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2259.55/2266.97	c  2267s| 51000 |    48 |  4154k|  79.0 |  1302M |  46 |5362 |  92k|   0 |  12k|  0 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2264.64/2272.07	c  2272s| 51100 |    50 |  4158k|  78.9 |  1302M |  46 |5362 |  92k|   0 |  12k|  0 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2270.12/2277.59	c  2278s| 51200 |    55 |  4162k|  78.9 |  1302M |  46 |5362 |  92k|   0 |  12k|  0 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2279.20/2286.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2279.20/2286.69	c  2287s| 51300 |    50 |  4166k|  78.8 |  1302M |  46 |5362 |  92k|  82k|  12k|  1 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2283.09/2290.50	c  2291s| 51400 |    51 |  4171k|  78.7 |  1310M |  47 |5362 |  92k|   0 |  12k|  0 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2289.57/2297.02	c  2297s| 51500 |    51 |  4177k|  78.7 |  1342M |  47 |5362 |  92k|   0 |  12k|  0 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2299.25/2306.75	c  2307s| 51600 |    49 |  4183k|  78.7 |  1367M |  47 |5362 |  92k|  82k|  13k|  1 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2317.90/2325.42	c  2325s| 51700 |    48 |  4192k|  78.7 |  1407M |  47 |5362 |  92k|   0 |  13k|  0 | 153k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2331.97/2339.59	c  2340s| 51800 |    48 |  4198k|  78.6 |  1441M |  47 |5362 |  92k|   0 |  13k|  0 | 153k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2340.05/2347.65	c  2348s| 51900 |    50 |  4206k|  78.6 |  1443M |  47 |5362 |  92k|  82k|  14k|  0 | 153k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2344.64/2352.21	c  2352s| 52000 |    58 |  4215k|  78.7 |  1443M |  47 |5362 |  92k|   0 |  14k|  0 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2356.41/2364.10	c  2364s| 52100 |    59 |  4222k|  78.6 |  1476M |  47 |5362 |  92k|   0 |  14k|  0 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2363.89/2371.53	c  2372s| 52200 |    61 |  4230k|  78.7 |  1502M |  47 |5362 |  92k|   0 |  14k|  0 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2378.95/2386.61	c  2387s| 52300 |    54 |  4238k|  78.6 |  1536M |  47 |5362 |  92k|  82k|  15k|  1 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2386.64/2394.31	c  2394s| 52400 |    52 |  4245k|  78.6 |  1552M |  47 |5362 |  92k|  82k|  15k|  1 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2393.02/2400.72	c  2401s| 52500 |    53 |  4253k|  78.6 |  1552M |  47 |5362 |  92k|   0 |  15k|  0 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2403.30/2411.08	c  2411s| 52600 |    52 |  4261k|  78.6 |  1585M |  47 |5362 |  92k|  82k|  16k|  1 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2411.67/2419.42	c  2419s| 52700 |    51 |  4270k|  78.7 |  1585M |  47 |5362 |  92k|  82k|  16k|  2 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2415.86/2423.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2415.86/2423.69	c  2424s| 52800 |    49 |  4278k|  78.7 |  1585M |  47 |5362 |  92k|   0 |  16k|  0 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2431.42/2439.27	c  2439s| 52900 |    48 |  4291k|  78.8 |  1632M |  47 |5362 |  92k|   0 |  17k|  0 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2445.89/2453.73	c  2454s| 53000 |    53 |  4303k|  78.8 |  1665M |  47 |5362 |  92k|  82k|  17k|  1 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2452.18/2460.05	c  2460s| 53100 |    47 |  4313k|  78.9 |  1681M |  47 |5362 |  92k|  82k|  18k|  1 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2458.16/2466.00	c  2466s| 53200 |    55 |  4322k|  78.9 |  1681M |  47 |5362 |  92k|   0 |  18k|  0 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2465.54/2473.42	c  2473s| 53300 |    53 |  4332k|  78.9 |  1689M |  47 |5362 |  92k|  82k|  18k|  1 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2472.32/2480.21	c  2480s| 53400 |    60 |  4343k|  79.0 |  1689M |  47 |5362 |  92k|  82k|  19k|  1 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2478.80/2486.71	c  2487s| 53500 |    57 |  4356k|  79.1 |  1697M |  47 |5362 |  92k|  82k|  19k|  1 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2485.29/2493.20	c  2493s| 53600 |    59 |  4367k|  79.1 |  1697M |  47 |5362 |  92k|  82k|  19k|  2 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2496.86/2504.87	c  2505s| 53700 |    61 |  4380k|  79.2 |  1713M |  47 |5362 |  92k|  82k|  20k|  3 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2503.34/2511.30	c  2511s| 53800 |    62 |  4389k|  79.2 |  1713M |  47 |5362 |  92k|  82k|  20k|  1 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2515.61/2523.62	c  2524s| 53900 |    63 |  4397k|  79.3 |  1721M |  48 |5362 |  92k|  82k|  20k|  0 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2520.10/2528.15	c  2528s| 54000 |    64 |  4407k|  79.3 |  1729M |  48 |5362 |  92k|   0 |  21k|  0 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2526.18/2534.29	c  2534s| 54100 |    63 |  4419k|  79.4 |  1729M |  48 |5362 |  92k|  82k|  21k|  1 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2536.56/2544.65	c  2545s| 54200 |    64 |  4428k|  79.4 |  1745M |  48 |5362 |  92k|   0 |  21k|  0 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2548.73/2556.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2548.73/2556.88	c  2557s| 54300 |    60 |  4436k|  79.4 |  1753M |  48 |5362 |  92k|  82k|  21k|  1 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2554.51/2562.62	c  2563s| 54400 |    64 |  4451k|  79.5 |  1753M |  49 |5362 |  92k|   0 |  22k|  0 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2558.60/2566.70	c  2567s| 54500 |    73 |  4460k|  79.5 |  1753M |  52 |5362 |  92k|  82k|  22k|  1 | 162k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2561.20/2569.31	c  2569s| 54600 |    71 |  4466k|  79.5 |  1753M |  52 |5362 |  92k|  82k|  22k|  1 | 162k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2565.18/2573.35	c  2573s| 54700 |    74 |  4477k|  79.6 |  1754M |  52 |5362 |  92k|   0 |  22k|  0 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2568.98/2577.11	c  2577s| 54800 |    73 |  4487k|  79.6 |  1754M |  52 |5362 |  92k|   0 |  22k|  0 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2575.46/2583.64	c  2584s| 54900 |    70 |  4496k|  79.6 |  1770M |  52 |5362 |  92k|   0 |  22k|  0 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2578.15/2586.39	c  2586s| 55000 |    66 |  4503k|  79.6 |  1770M |  52 |5362 |  92k|   0 |  22k|  0 | 164k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2581.84/2590.04	c  2590s| 55100 |    69 |  4511k|  79.6 |  1770M |  52 |5362 |  92k|  82k|  23k|  1 | 164k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2585.43/2593.64	c  2594s| 55200 |    76 |  4519k|  79.6 |  1770M |  52 |5362 |  92k|  82k|  23k|  1 | 164k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2590.32/2598.56	c  2599s| 55300 |    72 |  4529k|  79.6 |  1770M |  52 |5362 |  92k|  82k|  23k|  1 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2593.91/2602.19	c  2602s| 55400 |    70 |  4538k|  79.6 |  1770M |  52 |5362 |  92k|  82k|  23k|  1 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2599.19/2607.43	c  2607s| 55500 |    77 |  4549k|  79.7 |  1771M |  52 |5362 |  92k|  82k|  23k|  1 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2605.28/2613.57	c  2614s| 55600 |    77 |  4560k|  79.8 |  1771M |  52 |5362 |  92k|  82k|  23k|  1 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2610.07/2618.33	c  2618s| 55700 |    76 |  4571k|  79.8 |  1771M |  52 |5362 |  92k|   0 |  24k|  0 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2615.76/2624.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2615.76/2624.04	c  2624s| 55800 |    75 |  4581k|  79.8 |  1771M |  52 |5362 |  92k|  82k|  24k|  1 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2621.44/2629.79	c  2630s| 55900 |    76 |  4595k|  79.9 |  1771M |  52 |5362 |  92k|   0 |  24k|  0 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2625.03/2633.33	c  2633s| 56000 |    71 |  4603k|  80.0 |  1772M |  52 |5362 |  92k|   0 |  24k|  0 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2628.92/2637.27	c  2637s| 56100 |    70 |  4609k|  79.9 |  1772M |  52 |5362 |  92k|  82k|  24k|  1 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2631.32/2639.65	c  2640s| 56200 |    70 |  4614k|  79.9 |  1772M |  52 |5362 |  92k|  82k|  24k|  1 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2634.61/2642.92	c  2643s| 56300 |    67 |  4621k|  79.8 |  1772M |  52 |5362 |  92k|   0 |  24k|  0 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2641.49/2649.84	c  2650s| 56400 |    66 |  4629k|  79.8 |  1772M |  52 |5362 |  92k|  82k|  24k|  1 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2646.28/2654.68	c  2655s| 56500 |    63 |  4636k|  79.8 |  1772M |  52 |5362 |  92k|   0 |  25k|  0 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2649.97/2658.39	c  2658s| 56600 |    62 |  4644k|  79.8 |  1772M |  52 |5362 |  92k|   0 |  25k|  0 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2654.66/2663.07	c  2663s| 56700 |    66 |  4656k|  79.9 |  1772M |  52 |5362 |  92k|  82k|  25k|  1 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2659.24/2667.61	c  2668s| 56800 |    68 |  4667k|  79.9 |  1772M |  52 |5362 |  92k|  82k|  25k|  1 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2662.83/2671.20	c  2671s| 56900 |    68 |  4676k|  80.0 |  1772M |  52 |5362 |  92k|  82k|  25k|  1 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2667.52/2675.98	c  2676s| 57000 |    71 |  4688k|  80.0 |  1772M |  52 |5362 |  92k|   0 |  26k|  0 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2671.41/2679.87	c  2680s| 57100 |    66 |  4697k|  80.0 |  1772M |  52 |5362 |  92k|  82k|  26k|  1 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2676.00/2684.45	c  2684s| 57200 |    66 |  4703k|  80.0 |  1789M |  52 |5362 |  92k|  82k|  26k|  1 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2679.49/2687.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2679.49/2687.96	c  2688s| 57300 |    61 |  4711k|  80.0 |  1789M |  54 |5362 |  92k|   0 |  26k|  0 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2682.78/2691.23	c  2691s| 57400 |    58 |  4719k|  80.0 |  1789M |  54 |5362 |  92k|   0 |  26k|  0 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2692.75/2701.23	c  2701s| 57500 |    54 |  4731k|  80.1 |  1789M |  54 |5362 |  92k|   0 |  26k|  0 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2701.54/2710.00	c  2710s| 57600 |    56 |  4740k|  80.1 |  1797M |  54 |5362 |  92k|  82k|  27k|  1 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2710.91/2719.41	c  2719s| 57700 |    56 |  4750k|  80.1 |  1813M |  54 |5362 |  92k|  82k|  27k|  1 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2717.39/2726.00	c  2726s| 57800 |    51 |  4761k|  80.2 |  1813M |  54 |5362 |  92k|  82k|  27k|  1 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2721.28/2729.84	c  2730s| 57900 |    58 |  4770k|  80.2 |  1813M |  54 |5362 |  92k|  82k|  27k|  1 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2724.67/2733.22	c  2733s| 58000 |    56 |  4778k|  80.2 |  1813M |  54 |5362 |  92k|   0 |  27k|  0 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2727.96/2736.55	c  2737s| 58100 |    58 |  4787k|  80.2 |  1813M |  54 |5362 |  92k|  82k|  27k|  1 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2731.65/2740.26	c  2740s| 58200 |    59 |  4796k|  80.2 |  1813M |  54 |5362 |  92k|  82k|  28k|  1 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2735.84/2744.47	c  2744s| 58300 |    65 |  4805k|  80.2 |  1813M |  54 |5362 |  92k|  82k|  28k|  1 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2741.53/2750.17	c  2750s| 58400 |    57 |  4811k|  80.2 |  1813M |  54 |5362 |  92k|   0 |  28k|  0 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2747.01/2755.67	c  2756s| 58500 |    59 |  4823k|  80.3 |  1822M |  54 |5362 |  92k|   0 |  28k|  0 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2751.20/2759.82	c  2760s| 58600 |    61 |  4832k|  80.3 |  1822M |  54 |5362 |  92k|   0 |  28k|  0 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2755.29/2763.93	c  2764s| 58700 |    59 |  4841k|  80.3 |  1822M |  54 |5362 |  92k|  82k|  28k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2758.49/2767.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2758.49/2767.17	c  2767s| 58800 |    55 |  4848k|  80.3 |  1822M |  54 |5362 |  92k|  82k|  28k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2763.07/2771.72	c  2772s| 58900 |    52 |  4856k|  80.3 |  1822M |  54 |5362 |  92k|  82k|  28k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2769.46/2778.15	c  2778s| 59000 |    53 |  4867k|  80.4 |  1822M |  54 |5362 |  92k|  82k|  29k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2774.04/2782.78	c  2783s| 59100 |    53 |  4876k|  80.4 |  1822M |  54 |5362 |  92k|   0 |  29k|  0 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2784.12/2792.82	c  2793s| 59200 |    56 |  4890k|  80.5 |  1822M |  54 |5362 |  92k|  82k|  29k|  1 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2787.11/2795.80	c  2796s| 59300 |    56 |  4896k|  80.4 |  1822M |  54 |5362 |  92k|  82k|  29k|  0 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2790.60/2799.38	c  2799s| 59400 |    53 |  4904k|  80.4 |  1822M |  54 |5362 |  92k|  82k|  29k|  1 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2796.29/2805.09	c  2805s| 59500 |    50 |  4915k|  80.5 |  1823M |  54 |5362 |  92k|  82k|  29k|  1 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2803.86/2812.65	c  2813s| 59600 |    49 |  4924k|  80.5 |  1823M |  54 |5362 |  92k|  82k|  30k|  1 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2811.55/2820.39	c  2820s| 59700 |    45 |  4933k|  80.5 |  1831M |  54 |5362 |  92k|  82k|  30k|  1 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2816.83/2825.62	c  2826s| 59800 |    42 |  4945k|  80.6 |  1831M |  54 |5362 |  92k|  82k|  30k|  0 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2820.72/2829.53	c  2830s| 59900 |    40 |  4953k|  80.6 |  1831M |  54 |5362 |  92k|  82k|  30k|  2 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2824.81/2833.63	c  2834s| 60000 |    46 |  4962k|  80.6 |  1831M |  54 |5362 |  92k|  82k|  30k|  0 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2828.90/2837.76	c  2838s| 60100 |    43 |  4971k|  80.6 |  1831M |  54 |5362 |  92k|   0 |  31k|  0 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2834.29/2843.17	c  2843s| 60200 |    41 |  4987k|  80.7 |  1832M |  54 |5362 |  92k|   0 |  31k|  0 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2837.87/2846.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2837.87/2846.73	c  2847s| 60300 |    41 |  4994k|  80.7 |  1832M |  54 |5362 |  92k|  82k|  31k|  1 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2841.56/2850.45	c  2850s| 60400 |    39 |  5003k|  80.7 |  1832M |  54 |5362 |  92k|  82k|  31k|  1 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2849.64/2858.51	c  2859s| 60500 |    34 |  5012k|  80.8 |  1832M |  54 |5362 |  92k|  82k|  31k|  1 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2854.33/2863.28	c  2863s| 60600 |    36 |  5019k|  80.7 |  1832M |  54 |5362 |  92k|  82k|  31k|  1 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   4.57%
2856.63/2865.54	c  2866s| 60700 |    33 |  5023k|  80.7 |  1832M |  54 |5362 |  92k|   0 |  31k|  0 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   4.59%
2866.11/2875.07	c  2875s| 60800 |    47 |  5039k|  80.8 |  1832M |  54 |5362 |  92k|  82k|  32k|  2 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   4.75%
2868.69/2877.68	c  2878s| 60900 |    41 |  5044k|  80.7 |  1832M |  54 |5362 |  92k|   0 |  32k|  0 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   4.76%
2872.68/2881.70	c  2882s| 61000 |    40 |  5051k|  80.7 |  1832M |  54 |5362 |  92k|  82k|  32k|  1 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   4.89%
2886.45/2895.41	c  2895s| 61100 |    44 |  5061k|  80.8 |  1833M |  54 |5362 |  92k|  82k|  32k|  1 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   4.97%
2929.76/2938.89	c  2939s| 61200 |    52 |  5075k|  80.8 |  1841M |  54 |5362 |  92k|  82k|  32k|  1 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   5.06%
2932.85/2941.91	c  2942s| 61300 |    54 |  5082k|  80.8 |  1841M |  54 |5362 |  92k|  82k|  33k|  1 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   5.09%
2946.42/2955.59	c  2956s| 61400 |    54 |  5092k|  80.9 |  1841M |  54 |5362 |  92k|  82k|  33k|  1 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   5.13%
2964.08/2973.20	c  2973s| 61500 |    61 |  5104k|  80.9 |  1841M |  54 |5362 |  92k|   0 |  33k|  0 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   5.18%
2966.97/2976.13	c  2976s| 61600 |    61 |  5110k|  80.9 |  1841M |  54 |5362 |  92k|  82k|  33k|  1 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   5.19%
2969.86/2979.07	c  2979s| 61700 |    59 |  5117k|  80.9 |  1841M |  54 |5362 |  92k|   0 |  33k|  0 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   5.20%
2972.65/2981.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2972.65/2981.84	c  2982s| 61800 |    60 |  5123k|  80.8 |  1841M |  54 |5362 |  92k|  82k|  33k|  1 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   5.20%
2975.24/2984.40	c  2984s| 61900 |    60 |  5129k|  80.8 |  1841M |  54 |5362 |  92k|   0 |  34k|  0 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   5.21%
3005.08/3014.30	c  3014s| 62000 |    61 |  5137k|  80.8 |  1841M |  54 |5362 |  92k|   0 |  34k|  0 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   5.24%
3009.06/3018.31	c  3018s| 62100 |    62 |  5145k|  80.8 |  1841M |  54 |5362 |  92k|  82k|  34k|  1 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   5.25%
3012.76/3022.00	c  3022s| 62200 |    61 |  5154k|  80.8 |  1841M |  54 |5362 |  92k|  82k|  34k|  1 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   5.27%
3015.85/3025.11	c  3025s| 62300 |    61 |  5160k|  80.8 |  1841M |  54 |5362 |  92k|   0 |  34k|  0 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   5.27%
3021.13/3030.47	c  3030s| 62400 |    63 |  5171k|  80.8 |  1841M |  54 |5362 |  92k|   0 |  34k|  0 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   5.30%
3023.83/3033.15	c  3033s| 62500 |    71 |  5177k|  80.8 |  1841M |  54 |5362 |  92k|  82k|  34k|  1 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   5.32%
3026.42/3035.71	c  3036s| 62600 |    68 |  5183k|  80.8 |  1841M |  54 |5362 |  92k|   0 |  34k|  0 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   5.32%
3029.01/3038.37	c  3038s| 62700 |    64 |  5188k|  80.7 |  1841M |  54 |5362 |  92k|   0 |  34k|  0 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   5.35%
3032.20/3041.52	c  3042s| 62800 |    64 |  5195k|  80.7 |  1841M |  54 |5362 |  92k|  82k|  35k|  1 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   5.35%
3039.28/3048.60	c  3049s| 62900 |    66 |  5203k|  80.7 |  1849M |  54 |5362 |  92k|   0 |  35k|  0 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   5.35%
3041.97/3051.33	c  3051s| 63000 |    66 |  5208k|  80.7 |  1849M |  54 |5362 |  92k|  82k|  35k|  2 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   5.36%
3048.26/3057.69	c  3058s| 63100 |    67 |  5217k|  80.7 |  1849M |  54 |5362 |  92k|  82k|  35k|  1 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   5.37%
3050.85/3060.26	c  3060s| 63200 |    69 |  5222k|  80.6 |  1849M |  54 |5362 |  92k|  82k|  35k|  1 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   5.38%
3053.84/3063.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3053.84/3063.22	c  3063s| 63300 |    69 |  5229k|  80.6 |  1850M |  54 |5362 |  92k|  82k|  35k|  1 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   5.39%
3056.53/3065.92	c  3066s| 63400 |    68 |  5235k|  80.6 |  1850M |  54 |5362 |  92k|   0 |  35k|  0 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   5.39%
3059.43/3068.85	c  3069s| 63500 |    70 |  5241k|  80.5 |  1850M |  54 |5362 |  92k|  82k|  36k|  1 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   5.40%
3062.02/3071.46	c  3071s| 63600 |    69 |  5246k|  80.5 |  1850M |  54 |5362 |  92k|  82k|  36k|  0 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   5.40%
3064.62/3074.06	c  3074s| 63700 |    68 |  5252k|  80.5 |  1850M |  54 |5362 |  92k|  82k|  36k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   5.40%
3077.18/3086.61	c  3087s| 63800 |    69 |  5259k|  80.4 |  1850M |  54 |5362 |  92k|  82k|  36k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   5.41%
3079.88/3089.37	c  3089s| 63900 |    73 |  5264k|  80.4 |  1850M |  54 |5362 |  92k|  82k|  36k|  2 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   5.41%
3083.17/3092.66	c  3093s| 64000 |    72 |  5271k|  80.4 |  1850M |  54 |5362 |  92k|  82k|  36k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   5.42%
3086.86/3096.31	c  3096s| 64100 |    70 |  5279k|  80.4 |  1850M |  54 |5362 |  92k|  82k|  36k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   5.42%
3089.85/3099.37	c  3099s| 64200 |    70 |  5285k|  80.4 |  1850M |  54 |5362 |  92k|  82k|  36k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   5.43%
3093.34/3102.88	c  3103s| 64300 |    68 |  5293k|  80.4 |  1850M |  54 |5362 |  92k|  82k|  37k|  2 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   5.43%
3096.83/3106.38	c  3106s| 64400 |    70 |  5301k|  80.4 |  1850M |  54 |5362 |  92k|  82k|  37k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   5.43%
3100.92/3110.48	c  3110s| 64500 |    74 |  5310k|  80.4 |  1850M |  54 |5362 |  92k|  82k|  37k|  1 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   5.44%
3104.01/3113.53	c  3114s| 64600 |    71 |  5316k|  80.3 |  1850M |  54 |5362 |  92k|  82k|  37k|  1 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   5.44%
3107.70/3117.25	c  3117s| 64700 |    75 |  5325k|  80.3 |  1850M |  54 |5362 |  92k|  82k|  37k|  1 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   5.45%
3110.39/3119.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3110.39/3119.93	c  3120s| 64800 |    72 |  5330k|  80.3 |  1850M |  54 |5362 |  92k|   0 |  37k|  0 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   5.45%
3113.38/3122.94	c  3123s| 64900 |    71 |  5336k|  80.3 |  1850M |  54 |5362 |  92k|   0 |  37k|  0 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   5.45%
3117.27/3126.81	c  3127s| 65000 |    72 |  5345k|  80.3 |  1850M |  54 |5362 |  92k|  82k|  37k|  1 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   5.45%
3120.56/3130.18	c  3130s| 65100 |    79 |  5353k|  80.3 |  1850M |  54 |5362 |  92k|  82k|  37k|  1 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   5.45%
3123.15/3132.72	c  3133s| 65200 |    71 |  5359k|  80.3 |  1850M |  54 |5362 |  92k|  82k|  37k|  1 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   5.45%
3126.45/3136.05	c  3136s| 65300 |    75 |  5367k|  80.3 |  1850M |  54 |5362 |  92k|  82k|  37k|  1 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   5.45%
3129.83/3139.43	c  3139s| 65400 |    75 |  5374k|  80.2 |  1850M |  54 |5362 |  92k|  82k|  38k|  1 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3133.53/3143.13	c  3143s| 65500 |    73 |  5383k|  80.3 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3136.22/3145.88	c  3146s| 65600 |    74 |  5389k|  80.2 |  1850M |  54 |5362 |  92k|  82k|  38k|  1 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3138.91/3148.51	c  3149s| 65700 |    71 |  5395k|  80.2 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3141.60/3151.21	c  3151s| 65800 |    71 |  5401k|  80.2 |  1850M |  54 |5362 |  92k|  82k|  38k|  1 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3147.98/3157.67	c  3158s| 65900 |    73 |  5413k|  80.2 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3151.38/3161.02	c  3161s| 66000 |    75 |  5420k|  80.2 |  1850M |  54 |5362 |  92k|  82k|  38k|  1 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3154.56/3164.29	c  3164s| 66100 |    70 |  5427k|  80.2 |  1850M |  54 |5362 |  92k|  82k|  38k|  2 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3157.66/3167.31	c  3167s| 66200 |    74 |  5434k|  80.2 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   5.46%
3160.55/3170.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3160.55/3170.26	c  3170s| 66300 |    72 |  5441k|  80.2 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3163.34/3173.03	c  3173s| 66400 |    72 |  5447k|  80.1 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3166.34/3176.09	c  3176s| 66500 |    73 |  5455k|  80.1 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3169.02/3178.79	c  3179s| 66600 |    76 |  5461k|  80.1 |  1850M |  54 |5362 |  92k|  82k|  38k|  2 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3171.42/3181.16	c  3181s| 66700 |    74 |  5466k|  80.1 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3174.31/3184.04	c  3184s| 66800 |    78 |  5472k|  80.0 |  1850M |  54 |5362 |  92k|  82k|  38k|  1 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3176.90/3186.67	c  3187s| 66900 |    74 |  5477k|  80.0 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3179.59/3189.39	c  3189s| 67000 |    71 |  5483k|  80.0 |  1850M |  54 |5362 |  92k|   0 |  38k|  0 | 198k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3183.39/3193.18	c  3193s| 67100 |    72 |  5491k|  80.0 |  1851M |  54 |5362 |  92k|   0 |  38k|  0 | 198k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3186.57/3196.39	c  3196s| 67200 |    78 |  5498k|  79.9 |  1851M |  54 |5362 |  92k|   0 |  38k|  0 | 198k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3190.06/3199.88	c  3200s| 67300 |    74 |  5506k|  79.9 |  1851M |  54 |5362 |  92k|   0 |  38k|  0 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3193.45/3203.22	c  3203s| 67400 |    73 |  5514k|  79.9 |  1851M |  54 |5362 |  92k|  82k|  38k|  2 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3197.64/3207.48	c  3207s| 67500 |    75 |  5523k|  80.0 |  1851M |  54 |5362 |  92k|  82k|  38k|  1 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3200.34/3210.14	c  3210s| 67600 |    77 |  5528k|  79.9 |  1851M |  54 |5362 |  92k|  82k|  39k|  1 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3203.23/3213.07	c  3213s| 67700 |    75 |  5534k|  79.9 |  1851M |  54 |5362 |  92k|  82k|  39k|  1 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3206.52/3216.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3206.52/3216.33	c  3216s| 67800 |    74 |  5542k|  79.9 |  1851M |  54 |5362 |  92k|   0 |  39k|  0 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3211.01/3220.88	c  3221s| 67900 |    72 |  5552k|  79.9 |  1852M |  54 |5362 |  92k|   0 |  39k|  0 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3215.20/3225.04	c  3225s| 68000 |    72 |  5561k|  79.9 |  1852M |  54 |5362 |  92k|   0 |  39k|  0 | 201k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3218.98/3228.87	c  3229s| 68100 |    72 |  5570k|  79.9 |  1852M |  54 |5362 |  92k|  82k|  39k|  1 | 201k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3223.18/3233.07	c  3233s| 68200 |    73 |  5578k|  79.9 |  1852M |  54 |5362 |  92k|  82k|  39k|  1 | 201k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3226.36/3236.21	c  3236s| 68300 |    72 |  5585k|  79.9 |  1852M |  54 |5362 |  92k|  82k|  39k|  1 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3230.26/3240.15	c  3240s| 68400 |    72 |  5595k|  80.0 |  1852M |  54 |5362 |  92k|  82k|  39k|  2 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3234.44/3244.36	c  3244s| 68500 |    69 |  5604k|  80.0 |  1852M |  54 |5362 |  92k|   0 |  39k|  0 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3238.53/3248.44	c  3248s| 68600 |    71 |  5614k|  80.0 |  1852M |  54 |5362 |  92k|   0 |  39k|  0 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3242.23/3252.15	c  3252s| 68700 |    69 |  5623k|  80.0 |  1852M |  54 |5362 |  92k|   0 |  39k|  0 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   5.47%
3246.61/3256.54	c  3257s| 68800 |    69 |  5631k|  80.0 |  1853M |  54 |5362 |  92k|  82k|  39k|  2 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   5.48%
3250.90/3260.88	c  3261s| 68900 |    74 |  5640k|  80.0 |  1853M |  54 |5362 |  92k|  82k|  39k|  1 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   5.48%
3254.69/3264.67	c  3265s| 69000 |    77 |  5649k|  80.0 |  1853M |  54 |5362 |  92k|  82k|  39k|  1 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   5.48%
3257.08/3267.03	c  3267s| 69100 |    75 |  5654k|  80.0 |  1853M |  54 |5362 |  92k|  82k|  39k|  1 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   5.48%
3259.67/3269.64	c  3270s| 69200 |    72 |  5660k|  80.0 |  1853M |  54 |5362 |  92k|   0 |  39k|  0 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   5.48%
3262.36/3272.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3262.36/3272.31	c  3272s| 69300 |    76 |  5665k|  79.9 |  1853M |  54 |5362 |  92k|   0 |  39k|  0 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   5.48%
3265.95/3275.92	c  3276s| 69400 |    75 |  5673k|  79.9 |  1853M |  54 |5362 |  92k|   0 |  39k|  0 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3269.24/3279.20	c  3279s| 69500 |    75 |  5681k|  79.9 |  1853M |  54 |5362 |  92k|  82k|  39k|  1 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3271.84/3281.81	c  3282s| 69600 |    72 |  5686k|  79.9 |  1853M |  54 |5362 |  92k|  82k|  39k|  1 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3275.53/3285.50	c  3286s| 69700 |    71 |  5694k|  79.9 |  1853M |  54 |5362 |  92k|  82k|  39k|  1 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3281.01/3291.07	c  3291s| 69800 |    77 |  5705k|  79.9 |  1853M |  54 |5362 |  92k|  82k|  39k|  2 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3287.39/3297.49	c  3297s| 69900 |    78 |  5721k|  80.0 |  1854M |  54 |5362 |  92k|  82k|  39k|  2 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3290.28/3300.32	c  3300s| 70000 |    76 |  5728k|  80.0 |  1854M |  54 |5362 |  92k|   0 |  39k|  0 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3293.27/3303.36	c  3303s| 70100 |    80 |  5735k|  80.0 |  1854M |  54 |5362 |  92k|  82k|  39k|  1 | 207k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3296.26/3306.37	c  3306s| 70200 |    79 |  5740k|  80.0 |  1854M |  54 |5362 |  92k|  82k|  39k|  1 | 207k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3298.75/3308.80	c  3309s| 70300 |    81 |  5746k|  79.9 |  1854M |  54 |5362 |  92k|  82k|  39k|  1 | 207k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3301.65/3311.72	c  3312s| 70400 |    82 |  5752k|  79.9 |  1854M |  54 |5362 |  92k|   0 |  39k|  0 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3304.14/3314.29	c  3314s| 70500 |    79 |  5758k|  79.9 |  1854M |  54 |5362 |  92k|   0 |  40k|  0 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3306.73/3316.84	c  3317s| 70600 |    77 |  5764k|  79.9 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3309.62/3319.71	c  3320s| 70700 |    77 |  5770k|  79.8 |  1854M |  54 |5362 |  92k|   0 |  40k|  0 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3312.92/3323.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3312.92/3323.01	c  3323s| 70800 |    77 |  5777k|  79.8 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 209k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3316.20/3326.31	c  3326s| 70900 |    76 |  5784k|  79.8 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 209k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3321.19/3331.32	c  3331s| 71000 |    82 |  5795k|  79.8 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 209k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3324.58/3334.70	c  3335s| 71100 |    80 |  5802k|  79.8 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3327.17/3337.36	c  3337s| 71200 |    78 |  5808k|  79.8 |  1854M |  54 |5362 |  92k|   0 |  40k|  0 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3330.06/3340.28	c  3340s| 71300 |    74 |  5814k|  79.8 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3333.26/3343.49	c  3343s| 71400 |    72 |  5821k|  79.8 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3335.85/3346.03	c  3346s| 71500 |    77 |  5826k|  79.7 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3339.04/3349.28	c  3349s| 71600 |    80 |  5833k|  79.7 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3341.63/3351.82	c  3352s| 71700 |    79 |  5838k|  79.7 |  1854M |  54 |5362 |  92k|   0 |  40k|  0 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3344.83/3355.01	c  3355s| 71800 |    83 |  5845k|  79.7 |  1854M |  54 |5362 |  92k|  82k|  40k|  0 | 212k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3347.51/3357.73	c  3358s| 71900 |    84 |  5851k|  79.6 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 212k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3350.32/3360.58	c  3361s| 72000 |    84 |  5857k|  79.6 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 212k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3353.31/3363.52	c  3364s| 72100 |    86 |  5864k|  79.6 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3356.20/3366.48	c  3366s| 72200 |    85 |  5871k|  79.6 |  1854M |  54 |5362 |  92k|  82k|  40k|  1 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3359.39/3369.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3359.39/3369.65	c  3370s| 72300 |    86 |  5878k|  79.6 |  1854M |  54 |5362 |  92k|   0 |  40k|  0 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3362.08/3372.39	c  3372s| 72400 |    84 |  5884k|  79.5 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3365.57/3375.81	c  3376s| 72500 |    82 |  5891k|  79.5 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3368.56/3378.83	c  3379s| 72600 |    83 |  5898k|  79.5 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3371.55/3381.89	c  3382s| 72700 |    80 |  5905k|  79.5 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3374.55/3384.82	c  3385s| 72800 |    78 |  5911k|  79.5 |  1855M |  54 |5362 |  92k|   0 |  40k|  0 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3377.34/3387.63	c  3388s| 72900 |    79 |  5918k|  79.5 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3380.43/3390.74	c  3391s| 73000 |    74 |  5924k|  79.4 |  1855M |  54 |5362 |  92k|   0 |  40k|  0 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3382.92/3393.23	c  3393s| 73100 |    76 |  5930k|  79.4 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3385.51/3395.87	c  3396s| 73200 |    76 |  5935k|  79.4 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3388.31/3398.66	c  3399s| 73300 |    74 |  5941k|  79.3 |  1855M |  54 |5362 |  92k|   0 |  40k|  0 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   5.49%
3392.49/3402.84	c  3403s| 73400 |    74 |  5950k|  79.4 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3396.08/3406.40	c  3406s| 73500 |    74 |  5957k|  79.3 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3399.28/3409.60	c  3410s| 73600 |    75 |  5965k|  79.3 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3402.27/3412.65	c  3413s| 73700 |    73 |  5971k|  79.3 |  1855M |  54 |5362 |  92k|   0 |  40k|  0 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3404.96/3415.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3404.96/3415.38	c  3415s| 73800 |    73 |  5977k|  79.3 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3408.15/3418.52	c  3419s| 73900 |    76 |  5984k|  79.3 |  1855M |  54 |5362 |  92k|  82k|  40k|  1 | 218k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3410.84/3421.20	c  3421s| 74000 |    80 |  5990k|  79.3 |  1855M |  54 |5362 |  92k|  82k|  40k|  2 | 218k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3413.43/3423.80	c  3424s| 74100 |    77 |  5996k|  79.2 |  1855M |  54 |5362 |  92k|  82k|  41k|  1 | 218k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3416.13/3426.53	c  3427s| 74200 |    82 |  6002k|  79.2 |  1855M |  54 |5362 |  92k|   0 |  41k|  0 | 219k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3418.62/3429.08	c  3429s| 74300 |    81 |  6010k|  79.2 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 219k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3420.91/3431.31	c  3431s| 74400 |    82 |  6014k|  79.2 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 219k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3423.50/3433.91	c  3434s| 74500 |    84 |  6019k|  79.1 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 220k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3426.00/3436.49	c  3436s| 74600 |    82 |  6025k|  79.1 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 220k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3428.49/3438.93	c  3439s| 74700 |    83 |  6030k|  79.1 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 220k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3430.88/3441.38	c  3441s| 74800 |    79 |  6036k|  79.0 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3433.38/3443.87	c  3444s| 74900 |    78 |  6041k|  79.0 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3436.37/3446.84	c  3447s| 75000 |    81 |  6047k|  79.0 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3438.96/3449.40	c  3449s| 75100 |    83 |  6052k|  78.9 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3441.85/3452.33	c  3452s| 75200 |    82 |  6059k|  78.9 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3444.24/3454.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3444.24/3454.71	c  3455s| 75300 |    80 |  6063k|  78.9 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3447.04/3457.55	c  3458s| 75400 |    82 |  6069k|  78.8 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3449.73/3460.21	c  3460s| 75500 |    81 |  6076k|  78.8 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3454.62/3465.16	c  3465s| 75600 |    82 |  6085k|  78.8 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3456.91/3467.46	c  3467s| 75700 |    78 |  6089k|  78.8 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3460.00/3470.59	c  3471s| 75800 |    77 |  6096k|  78.8 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3464.49/3475.09	c  3475s| 75900 |    78 |  6107k|  78.8 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3467.28/3477.88	c  3478s| 76000 |    80 |  6113k|  78.8 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3470.27/3480.88	c  3481s| 76100 |    77 |  6119k|  78.8 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3474.46/3485.08	c  3485s| 76200 |    86 |  6128k|  78.8 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3476.85/3487.48	c  3487s| 76300 |    83 |  6134k|  78.8 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3480.94/3491.58	c  3492s| 76400 |    83 |  6145k|  78.8 |  1856M |  54 |5362 |  92k|  82k|  41k|  2 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3483.73/3494.37	c  3494s| 76500 |    83 |  6151k|  78.8 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 226k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3485.92/3496.55	c  3497s| 76600 |    82 |  6155k|  78.7 |  1856M |  54 |5362 |  92k|   0 |  41k|  0 | 226k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3489.61/3500.23	c  3500s| 76700 |    85 |  6164k|  78.7 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 226k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3492.60/3503.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3492.60/3503.26	c  3503s| 76800 |    82 |  6171k|  78.7 |  1856M |  54 |5362 |  92k|  82k|  41k|  1 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3494.70/3505.39	c  3505s| 76900 |    85 |  6175k|  78.7 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3497.69/3508.38	c  3508s| 77000 |    81 |  6181k|  78.7 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3500.78/3511.48	c  3511s| 77100 |    78 |  6188k|  78.6 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3504.27/3515.00	c  3515s| 77200 |    82 |  6196k|  78.6 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3506.96/3517.62	c  3518s| 77300 |    82 |  6202k|  78.6 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3509.16/3519.82	c  3520s| 77400 |    80 |  6206k|  78.6 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3511.25/3521.94	c  3522s| 77500 |    78 |  6210k|  78.5 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3513.84/3524.56	c  3525s| 77600 |    80 |  6215k|  78.5 |  1857M |  54 |5362 |  92k|  82k|  41k|  2 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3516.73/3527.46	c  3527s| 77700 |    81 |  6222k|  78.5 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3519.83/3530.53	c  3531s| 77800 |    83 |  6229k|  78.5 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3522.42/3533.17	c  3533s| 77900 |    81 |  6236k|  78.5 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3525.11/3535.81	c  3536s| 78000 |    81 |  6242k|  78.4 |  1857M |  54 |5362 |  92k|  82k|  41k|  2 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3527.70/3538.47	c  3538s| 78100 |    79 |  6249k|  78.4 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3530.59/3541.39	c  3541s| 78200 |    83 |  6256k|  78.4 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3533.59/3544.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3533.59/3544.37	c  3544s| 78300 |    80 |  6263k|  78.4 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3536.38/3547.12	c  3547s| 78400 |    80 |  6269k|  78.4 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3539.37/3550.13	c  3550s| 78500 |    80 |  6276k|  78.4 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3542.16/3552.91	c  3553s| 78600 |    78 |  6282k|  78.3 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3544.65/3555.49	c  3555s| 78700 |    77 |  6287k|  78.3 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3547.25/3558.06	c  3558s| 78800 |    78 |  6292k|  78.3 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3549.94/3560.73	c  3561s| 78900 |    77 |  6298k|  78.3 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3552.24/3563.03	c  3563s| 79000 |    77 |  6303k|  78.2 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3555.33/3566.17	c  3566s| 79100 |    81 |  6310k|  78.2 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3557.92/3568.70	c  3569s| 79200 |    78 |  6315k|  78.2 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 233k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3560.41/3571.24	c  3571s| 79300 |    76 |  6320k|  78.1 |  1857M |  54 |5362 |  92k|  82k|  41k|  2 | 233k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3563.21/3574.03	c  3574s| 79400 |    75 |  6326k|  78.1 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3566.99/3577.85	c  3578s| 79500 |    73 |  6336k|  78.1 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3569.98/3580.86	c  3581s| 79600 |    74 |  6342k|  78.1 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3572.97/3583.84	c  3584s| 79700 |    80 |  6348k|  78.1 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3575.57/3586.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3575.57/3586.47	c  3586s| 79800 |    74 |  6354k|  78.1 |  1857M |  54 |5362 |  92k|  82k|  41k|  1 | 235k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3578.46/3589.39	c  3589s| 79900 |    76 |  6361k|  78.1 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 235k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3581.75/3592.61	c  3593s| 80000 |    75 |  6368k|  78.1 |  1857M |  54 |5362 |  92k|   0 |  41k|  0 | 235k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3584.54/3595.48	c  3595s| 80100 |    74 |  6375k|  78.0 |  1857M |  54 |5362 |  92k|  82k|  41k|  2 | 236k|  38 | 0.000000e+00 |      --      |    Inf |   5.50%
3586.14/3597.01	c 
3586.14/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.14/3597.01	c Solving Time (sec) : 3597.01
3586.14/3597.01	c Solving Nodes      : 80136 (total of 81245 nodes in 2 runs)
3586.14/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.14/3597.01	c Dual Bound         : +0.00000000000000e+00
3586.14/3597.01	c Gap                : infinite
3586.14/3597.01	s UNKNOWN
3586.14/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.14/3597.01	c Total Time         :    3597.01
3586.14/3597.01	c   solving          :    3597.01
3586.14/3597.01	c   presolving       :      19.28 (included in solving)
3586.14/3597.01	c   reading          :       0.11 (included in solving)
3586.14/3597.01	c   copying          :       1.24 (13 #copies) (minimal 0.08, maximal 0.11, average 0.10)
3586.14/3597.01	c Original Problem   :
3586.14/3597.01	c   Problem name     : HOME/instance-4545048-1753218670.opb
3586.14/3597.01	c   Variables        : 5363 (5363 binary, 0 integer, 0 continuous)
3586.14/3597.01	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.14/3597.01	c   Constraints      : 78421 initial, 78421 maximal
3586.14/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.14/3597.01	c Presolved Problem  :
3586.14/3597.01	c   Problem name     : t_HOME/instance-4545048-1753218670.opb
3586.14/3597.01	c   Variables        : 5362 (5362 binary, 0 integer, 0 continuous)
3586.14/3597.01	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.14/3597.01	c   Constraints      : 84073 initial, 92388 maximal
3586.14/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.14/3597.01	c   Nonzeros         : 304836 constraint, 334489 clique table
3586.14/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.14/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   domcol           :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   dualsparsify     :       0.55       0.00      1          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   gateextraction   :       0.13       0.00      4          0          0          0          0          0         10          1          0          0
3586.14/3597.01	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   milp             :       0.20       0.00      1          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   sparsify         :       0.04       0.00      1          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   trivial          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   dualfix          :       0.00       0.00      7          1          0          0          0          0          0          0          0          0
3586.14/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   probing          :      17.26       0.00      1          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   symmetry         :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   vbounds          :       0.02       0.00      3          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   knapsack         :       0.18       0.00     10          0          0          0          0          0       3825       7650          1         18
3586.14/3597.01	c   setppc           :       0.26       0.01     13          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   and              :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   linear           :       0.20       0.02     11          0          0          0          0          0          1         53        212        636
3586.14/3597.01	c   logicor          :       0.23       0.04     13          0          0          0          0          0        656          0          0        239
3586.14/3597.01	c   components       :       0.04       0.00      2          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.14/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.14/3597.01	c   integral         :          0          0          0          0      50168          0          0       6098          0          0          0          0          0          0     100336
3586.14/3597.01	c   knapsack         :         10+        41         11     571072          0          0          0          0     184089        367     128023         31          9          0          0
3586.14/3597.01	c   setppc           :      82207+     82217         22     579188          0          0          0       6093   35400804      31904   15974904          0          0          0          0
3586.14/3597.01	c   and              :          1          1         99       2542          0          0          0          0      21111          0         41          4          3          0          0
3586.14/3597.01	c   linear           :         54+        98         22     547284          0          0          0          3      51975       1227    1628775          0          0          0          0
3586.14/3597.01	c   logicor          :       1801+     10054         22     384660          0          0          0          0     680690      14315     458946         35         21          0          0
3586.14/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.14/3597.01	c   integral         :     106.21       0.00       0.00       0.00     106.21       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c   knapsack         :       7.46       0.00       0.07       7.10       0.00       0.00       0.00       0.00       0.29       0.00
3586.14/3597.01	c   setppc           :     131.59       0.01       0.11     123.68       0.00       0.00       0.00       0.07       7.55       0.17
3586.14/3597.01	c   and              :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c   linear           :       8.74       0.02       0.00       8.24       0.00       0.00       0.00       0.00       0.48       0.00
3586.14/3597.01	c   logicor          :      29.88       0.04       0.01      25.51       0.00       0.00       0.00       0.00       4.31       0.01
3586.14/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.14/3597.01	c   dualfix          :          2          0          0          0
3586.14/3597.01	c   genvbounds       :          0          0          0          0
3586.14/3597.01	c   nlobbt           :          0          0          0          0
3586.14/3597.01	c   obbt             :          0          0          0          0
3586.14/3597.01	c   probing          :          0          0          0          0
3586.14/3597.01	c   pseudoobj        :          0          0          0          0
3586.14/3597.01	c   redcost          :          0          0          0          0
3586.14/3597.01	c   rootredcost      :          0          0          0          0
3586.14/3597.01	c   symmetry         :          0          0          0          0
3586.14/3597.01	c   vbounds          :     517803          0          0          0
3586.14/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.14/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.14/3597.01	c   probing          :      17.26       0.00      17.26       0.00       0.00       0.00
3586.14/3597.01	c   pseudoobj        :       0.15       0.00       0.00       0.15       0.00       0.00
3586.14/3597.01	c   redcost          :       0.05       0.00       0.00       0.05       0.00       0.00
3586.14/3597.01	c   rootredcost      :       0.06       0.00       0.00       0.06       0.00       0.00
3586.14/3597.01	c   symmetry         :       0.18       0.00       0.05       0.12       0.00       0.00
3586.14/3597.01	c   vbounds          :      21.73       0.00       0.02      21.72       0.00       0.00
3586.14/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.14/3597.01	c   propagation      :      42.98      47346      47202          -     617502      498.4       5949      182.1          -          -          -
3586.14/3597.01	c   infeasible LP    :       6.23       1854       1826          -      31344      691.0         25      161.5       1504      505.3          0
3586.14/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.14/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.14/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.14/3597.01	c   applied globally :      16.22          -          -          0     234660      272.7          -          -       1461          -          -
3586.14/3597.01	c   applied locally  :          -          -          -          0         56      693.0          -          -         43          -          -
3586.14/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.14/3597.01	c   cut pool         :       4.27          -      10529         42          -          -      34788     174156          -          -          -          -          -    (maximal pool size:       4305)
3586.14/3597.01	c   aggregation      :       3.27       0.00        731         22          0          0         10        113          7         94         92          2          0
3586.14/3597.01	c   > cmir           :          -          -          -          -          -          -          -        113          6         93         92          1          -
3586.14/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.14/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          1          1          0          1          -
3586.14/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   clique           :       0.84       0.00         22         22          0          0        205        701          0        339        339          0          0
3586.14/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   gomory           :     563.93       0.00        729         20          0          0      37568     155253       4371      28401      28022        379          0
3586.14/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -      62319       2203       8985       8760        225          -
3586.14/3597.01	c   > strongcg       :          -          -          -          -          -          -          -      92934       2168      19416      19262        154          -
3586.14/3597.01	c   impliedbounds    :       3.10       0.00        731         22          0          0        706      13978          0      10127      10127          0          0
3586.14/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   mcf              :       0.06       0.00          2          2          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   multilinear      :       0.00       0.00        803         22          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
3586.14/3597.01	c   zerohalf         :       7.40       0.00        731         22          0          0       2034       4111       1357       3483       2506        977          0
3586.14/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.14/3597.01	c   hybrid           :       0.49       0.00       6801         22      42311        267     137650        435          0       3594
3586.14/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.14/3597.01	c   problem variables:       0.00          -          0          0
3586.14/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.14/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c   relpscost        :     106.12       0.00      50168          0          0          0          0          0          0     100336
3586.14/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.14/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.14/3597.01	c   LP solutions     :       0.00          -          -          0          0
3586.14/3597.01	c   relax solutions  :       0.00          -          -          0          0
3586.14/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3586.14/3597.01	c   strong branching :       0.00          -          -          0          0
3586.14/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3586.14/3597.01	c   adaptivediving   :       9.97       0.00         18          0          0
3586.14/3597.01	c   alns             :       4.22       0.00         11          0          0
3586.14/3597.01	c   bound            :       0.00       0.00          0          0          0
3586.14/3597.01	c   clique           :       0.14       0.00          1          0          0
3586.14/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3586.14/3597.01	c   completesol      :       0.00       0.00          0          0          0
3586.14/3597.01	c   conflictdiving   :      32.39       0.00         47          0          0
3586.14/3597.01	c   crossover        :       0.02       0.00          0          0          0
3586.14/3597.01	c   dins             :       0.00       0.00          0          0          0
3586.14/3597.01	c   distributiondivin:      22.43       0.00         46          0          0
3586.14/3597.01	c   dks              :       0.00       0.00          0          0          0
3586.14/3597.01	c   dps              :       0.00       0.00          0          0          0
3586.14/3597.01	c   dualval          :       0.00       0.00          0          0          0
3586.14/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3586.14/3597.01	c   feaspump         :      32.72       0.00         21          0          0
3586.14/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3586.14/3597.01	c   fracdiving       :       6.56       0.00         47          0          0
3586.14/3597.01	c   gins             :       0.02       0.00          0          0          0
3586.14/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3586.14/3597.01	c   indicator        :       0.00       0.00          0          0          0
3586.14/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3586.14/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3586.14/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3586.14/3597.01	c   linesearchdiving :       5.44       0.00         47          0          0
3586.14/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3586.14/3597.01	c   locks            :       0.06       0.00          1          0          0
3586.14/3597.01	c   lpface           :       1.03       0.00          0          0          0
3586.14/3597.01	c   mpec             :       0.00       0.00          0          0          0
3586.14/3597.01	c   multistart       :       0.00       0.00          0          0          0
3586.14/3597.01	c   mutation         :       0.00       0.00          0          0          0
3586.14/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3586.14/3597.01	c   objpscostdiving  :      53.55       0.00         18          0          0
3586.14/3597.01	c   octane           :       0.00       0.00          0          0          0
3586.14/3597.01	c   ofins            :       0.00       0.00          0          0          0
3586.14/3597.01	c   oneopt           :       0.03       0.00          0          0          0
3586.14/3597.01	c   padm             :       0.00       0.00          0          0          0
3586.14/3597.01	c   proximity        :       0.00       0.00          0          0          0
3586.14/3597.01	c   pscostdiving     :      20.80       0.00         48          0          0
3586.14/3597.01	c   randrounding     :       2.42       0.00       6108          0          0
3586.14/3597.01	c   rens             :       0.61       0.00          2          0          0
3586.14/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3586.14/3597.01	c   repair           :       0.00       0.00          0          0          0
3586.14/3597.01	c   rins             :       0.03       0.00          0          0          0
3586.14/3597.01	c   rootsoldiving    :      16.43       0.00         22          0          0
3586.14/3597.01	c   rounding         :       7.84       0.00       3326          0          0
3586.14/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3586.14/3597.01	c   shiftandpropagate:       0.22       0.00          2          0          0
3586.14/3597.01	c   shifting         :       8.24       0.00       1513          0          0
3586.14/3597.01	c   simplerounding   :       0.03       0.00          0          0          0
3586.14/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3586.14/3597.01	c   trivial          :       0.00       0.00          4          0          0
3586.14/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3586.14/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3586.14/3597.01	c   trysol           :       0.02       0.00          0          0          0
3586.14/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3586.14/3597.01	c   undercover       :       0.00       0.00          1          0          0
3586.14/3597.01	c   vbounds          :       0.25       0.00          2          0          0
3586.14/3597.01	c   veclendiving     :       3.62       0.00         47          0          0
3586.14/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3586.14/3597.01	c   zirounding       :       0.63       0.00       1000          0          0
3586.14/3597.01	c   other solutions  :          -          -          -          0          -
3586.14/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.14/3597.01	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
3586.14/3597.01	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
3586.14/3597.01	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
3586.14/3597.01	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
3586.14/3597.01	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
3586.14/3597.01	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
3586.14/3597.01	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
3586.14/3597.01	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
3586.14/3597.01	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
3586.14/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.14/3597.01	c   primal LP        :      12.66       2083          0       0.00       0.00      12.66       2083
3586.14/3597.01	c   dual LP          :    1864.37      58807    5870480      99.87    3148.77       0.18         28
3586.14/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3586.14/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.14/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3586.14/3597.01	c   diving/probing LP:     183.56       3491     510430     146.21    2780.78
3586.14/3597.01	c   strong branching :      16.44         38      22674     596.68    1379.55          -          -         39
3586.14/3597.01	c     (at root node) :          -         38      22674     596.68          -
3586.14/3597.01	c   conflict analysis:       0.00          0          0       0.00          -
3586.14/3597.01	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3586.14/3597.01	c   benders          :       0.00          0          0          0       0.00          0          0          0
3586.14/3597.01	c B&B Tree           :
3586.14/3597.01	c   number of runs   :          2
3586.14/3597.01	c   nodes            :      80136 (49434 internal, 30702 leaves)
3586.14/3597.01	c   feasible leaves  :          0
3586.14/3597.01	c   infeas. leaves   :      30702
3586.14/3597.01	c   objective leaves :          0
3586.14/3597.01	c   nodes (total)    :      81245 (50168 internal, 31077 leaves)
3586.14/3597.01	c   nodes left       :         81
3586.14/3597.01	c   max depth        :         54
3586.14/3597.01	c   max depth (total):         54
3586.14/3597.01	c   backtracks       :      19127 (23.9%)
3586.14/3597.01	c   early backtracks :          0 (0.0%)
3586.14/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3586.14/3597.01	c   delayed cutoffs  :      18652
3586.14/3597.01	c   repropagations   :     100182 (5696636 domain reductions, 17337 cutoffs)
3586.14/3597.01	c   avg switch length:       3.84
3586.14/3597.01	c   switching time   :     123.74
3586.14/3597.01	c Root Node          :
3586.14/3597.01	c   First LP value   : +0.00000000000000e+00
3586.14/3597.01	c   First LP Iters   :       1198 (9700.80 Iter/sec)
3586.14/3597.01	c   First LP Time    :       0.12
3586.14/3597.01	c   Final Dual Bound : +0.00000000000000e+00
3586.14/3597.01	c   Final Root Iters :      37806
3586.14/3597.01	c   Root LP Estimate : +1.37565166969745e-02
3586.14/3597.01	c Solution           :
3586.14/3597.01	c   Solutions found  :          0 (0 improvements)
3586.14/3597.01	c   Primal Bound     :          -
3586.14/3597.01	c   Dual Bound       : +0.00000000000000e+00
3586.14/3597.01	c   Gap              :   infinite
3586.14/3597.01	c Integrals          :      Total       Avg%
3586.14/3597.01	c   primal-dual      :  359701.01     100.00
3586.14/3597.01	c   primal-ref       :          -          - (not evaluated)
3586.14/3597.01	c   dual-ref         :          -          - (not evaluated)
3586.24/3597.20	c Time complete (sec):   3586.341

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61521 MiB free)
  memory of node 1: 64465 MiB (61091 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545048-1753218670/watcher-4545048-1753218670 -o /tmp/evaluation-result-4545048-1753218670/solver-4545048-1753218670 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753209881-158260 --watchdog 3760 pbsolver -f HOME/instance-4545048-1753218670.opb -t 3600 -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
Starting watchdog thread
solver pid=161603, runsolver pid=161600
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.07 4.08 4.09 5/264 161604
/proc/meminfo: memFree=125539988/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=63124 memory=52224 CPUtime=0.1 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 11079 0 0 0 8 2 0 0 20 0 1 0 237541581 64638976 13056 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 15781 13056 2176 2575 0 12688 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63124 KiB
Current children cumulated memory: 52224 KiB

[startup+0.205527 s]*
/proc/loadavg: 4.07 4.08 4.09 5/264 161604
/proc/meminfo: memFree=125467916/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=132740 memory=121340 CPUtime=0.2 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 28741 0 0 0 16 4 0 0 20 0 1 0 237541581 135925760 30335 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 33185 30335 2432 2575 0 30092 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 132740 KiB
Current children cumulated memory: 121340 KiB

[startup+0.305521 s]*
/proc/loadavg: 4.07 4.08 4.09 5/264 161604
/proc/meminfo: memFree=125459852/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=151236 memory=131708 CPUtime=0.3 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 31357 0 0 0 25 5 0 0 20 0 1 0 237541581 154865664 32927 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 37809 32927 2432 2575 0 34716 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 151236 KiB
Current children cumulated memory: 131708 KiB

[startup+0.700187 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 161604
/proc/meminfo: memFree=125422744/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=178740 memory=167420 CPUtime=0.69 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 50094 0 0 0 61 8 0 0 20 0 1 0 237541581 183029760 41855 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 44685 41855 2560 2575 0 41592 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 178740 KiB
Current children cumulated memory: 167420 KiB

[startup+1.50018 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 161604
/proc/meminfo: memFree=125411152/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=197296 memory=185576 CPUtime=1.48 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 54066 0 0 0 140 8 0 0 20 0 1 0 237541581 202031104 46394 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 49324 46394 2592 2575 0 46231 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 197296 KiB
Current children cumulated memory: 185576 KiB

[startup+3.10554 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 161604
/proc/meminfo: memFree=125399612/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=200884 memory=188776 CPUtime=3.08 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 54889 0 0 0 300 8 0 0 20 0 1 0 237541581 205705216 47194 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 50221 47194 2592 2575 0 47128 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 200884 KiB
Current children cumulated memory: 188776 KiB

[startup+6.30017 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 161605
/proc/meminfo: memFree=125399620/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=200884 memory=188776 CPUtime=6.27 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 54893 0 0 0 618 9 0 0 20 0 1 0 237541581 205705216 47194 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 50221 47194 2592 2575 0 47128 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 200884 KiB
Current children cumulated memory: 188776 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 161605
/proc/meminfo: memFree=125383540/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=202728 memory=190568 CPUtime=12.64 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 55353 0 0 0 1255 9 0 0 20 0 1 0 237541581 207593472 47642 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 50682 47642 2592 2575 0 47589 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 202728 KiB
Current children cumulated memory: 190568 KiB

[startup+25.5002 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 161605
/proc/meminfo: memFree=125190492/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=422872 memory=383592 CPUtime=25.4 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 88346 0 0 0 2524 16 0 0 20 0 1 0 237541581 433020928 95898 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 105718 95898 2656 2575 0 102625 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 422872 KiB
Current children cumulated memory: 383592 KiB

[startup+51.1053 s]
/proc/loadavg: 4.09 4.08 4.09 5/264 161605
/proc/meminfo: memFree=125113272/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=539640 memory=450620 CPUtime=50.94 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 103740 0 0 0 5075 19 0 0 20 0 1 0 237541581 552591360 112655 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 134910 112655 2688 2575 0 131817 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 539640 KiB
Current children cumulated memory: 450620 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 161607
/proc/meminfo: memFree=124992264/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=688388 memory=562048 CPUtime=101.99 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 137360 0 0 0 10175 24 0 0 20 0 1 0 237541581 704909312 140512 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 172097 140512 2688 2575 0 169004 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 688388 KiB
Current children cumulated memory: 562048 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 161609
/proc/meminfo: memFree=125012368/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=689008 memory=562816 CPUtime=161.8 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 137597 0 0 0 16156 24 0 0 20 0 1 0 237541581 705544192 140704 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 172252 140704 2688 2575 0 169159 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 689008 KiB
Current children cumulated memory: 562816 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/262 161611
/proc/meminfo: memFree=124921292/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=828908 memory=665792 CPUtime=221.61 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 174241 0 0 0 22131 30 0 0 20 0 1 0 237541581 848801792 166448 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 207227 166448 2688 2575 0 204134 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 828908 KiB
Current children cumulated memory: 665792 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 161614
/proc/meminfo: memFree=124889380/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=834432 memory=665792 CPUtime=281.45 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 174261 0 0 0 28115 30 0 0 20 0 1 0 237541581 854458368 166448 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 208608 166448 2688 2575 0 205515 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 834432 KiB
Current children cumulated memory: 665792 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.09 4.09 5/263 161616
/proc/meminfo: memFree=124584980/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=924936 memory=741452 CPUtime=341.27 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 199332 0 0 0 34093 34 0 0 20 0 1 0 237541581 947134464 185363 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 231234 185363 2688 2575 0 228141 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 924936 KiB
Current children cumulated memory: 741452 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 161618
/proc/meminfo: memFree=124589660/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1017572 memory=743780 CPUtime=401.08 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 199415 0 0 0 40074 34 0 0 20 0 1 0 237541581 1041993728 185945 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 254393 185945 2688 2575 0 251300 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 1017572 KiB
Current children cumulated memory: 743780 KiB

[startup+462.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/264 161627
/proc/meminfo: memFree=124586164/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1090152 memory=749204 CPUtime=460.9 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 200279 0 0 0 46056 34 0 0 20 0 1 0 237541581 1116315648 187301 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 272538 187301 2688 2575 0 269445 0
Current children cumulated CPU time: 460.9 s

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

/proc/loadavg: 1.09 1.18 2.04 2/250 161888
/proc/meminfo: memFree=126291148/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1956164 memory=1163928 CPUtime=3152.67 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 303665 0 0 0 315215 52 0 0 20 0 1 0 237541581 2003111936 290982 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 489041 290982 2688 2575 0 485948 0
Current children cumulated CPU time: 3152.67 s
Current children cumulated vsize: 1956164 KiB
Current children cumulated memory: 1163928 KiB

[startup+3222.3 s]
/proc/loadavg: 1.07 1.16 1.97 2/251 161891
/proc/meminfo: memFree=126290808/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1956164 memory=1163928 CPUtime=3212.5 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 303666 0 0 0 321198 52 0 0 20 0 1 0 237541581 2003111936 290982 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 489041 290982 2688 2575 0 485948 0
Current children cumulated CPU time: 3212.5 s
Current children cumulated vsize: 1956164 KiB
Current children cumulated memory: 1163928 KiB

[startup+3282.3 s]
/proc/loadavg: 1.06 1.14 1.92 2/248 161895
/proc/meminfo: memFree=126264844/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1956164 memory=1188376 CPUtime=3272.34 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 303680 0 0 0 327182 52 0 0 20 0 1 0 237541581 2003111936 297094 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 489041 297094 2688 2575 0 485948 0
Current children cumulated CPU time: 3272.34 s
Current children cumulated vsize: 1956164 KiB
Current children cumulated memory: 1188376 KiB

[startup+3342.3 s]
/proc/loadavg: 1.06 1.13 1.86 2/247 161897
/proc/meminfo: memFree=126205652/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1235760 CPUtime=3332.16 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 321962 0 0 0 333162 54 0 0 20 0 1 0 237541581 2026311680 308940 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 308940 2688 2575 0 491612 0
Current children cumulated CPU time: 3332.16 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1235760 KiB

[startup+3402.3 s]
/proc/loadavg: 1.13 1.13 1.82 2/248 161900
/proc/meminfo: memFree=126183168/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1260208 CPUtime=3392 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 321964 0 0 0 339145 55 0 0 20 0 1 0 237541581 2026311680 315052 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 315052 2688 2575 0 491612 0
Current children cumulated CPU time: 3392 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1260208 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.12 1.77 2/248 161904
/proc/meminfo: memFree=126137340/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1279152 CPUtime=3451.82 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322070 0 0 0 345127 55 0 0 20 0 1 0 237541581 2026311680 319788 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 319788 2688 2575 0 491612 0
Current children cumulated CPU time: 3451.82 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1279152 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.11 1.72 2/246 161911
/proc/meminfo: memFree=126130700/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1290672 CPUtime=3511.65 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322254 0 0 0 351110 55 0 0 20 0 1 0 237541581 2026311680 322668 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 322668 2688 2575 0 491612 0
Current children cumulated CPU time: 3511.65 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1290672 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.11 1.68 2/246 161913
/proc/meminfo: memFree=126120536/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1300912 CPUtime=3571.48 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322282 0 0 0 357093 55 0 0 20 0 1 0 237541581 2026311680 325228 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 325228 2688 2575 0 491612 0
Current children cumulated CPU time: 3571.48 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1300912 KiB

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

# cumulated CPU time of all completed processes:  user=3585.79 s, system=0.559143 s

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

[startup+3584 s]*
/proc/loadavg: 1.10 1.11 1.68 2/246 161913
/proc/meminfo: memFree=126120536/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1300912 CPUtime=3573.18 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322282 0 0 0 357263 55 0 0 20 0 1 0 237541581 2026311680 325228 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 325228 2688 2575 0 491612 0
Current children cumulated CPU time: 3573.18 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1300912 KiB

[startup+3590.4 s]
/proc/loadavg: 1.09 1.10 1.67 2/246 161913
/proc/meminfo: memFree=126120536/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1300912 CPUtime=3579.55 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322386 0 0 0 357900 55 0 0 20 0 1 0 237541581 2026311680 325228 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 325228 2688 2575 0 491612 0
Current children cumulated CPU time: 3579.55 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1300912 KiB

[startup+3593.6 s]
/proc/loadavg: 1.09 1.10 1.67 2/246 161913
/proc/meminfo: memFree=126120536/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1300912 CPUtime=3582.75 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322386 0 0 0 358220 55 0 0 20 0 1 0 237541581 2026311680 325228 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 325228 2688 2575 0 491612 0
Current children cumulated CPU time: 3582.75 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1300912 KiB

[startup+3595.2 s]
/proc/loadavg: 1.08 1.10 1.67 2/246 161913
/proc/meminfo: memFree=126120536/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1300912 CPUtime=3584.34 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322386 0 0 0 358379 55 0 0 20 0 1 0 237541581 2026311680 325228 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 325228 2688 2575 0 491612 0
Current children cumulated CPU time: 3584.34 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1300912 KiB

[startup+3596 s]*
/proc/loadavg: 1.08 1.10 1.67 2/246 161913
/proc/meminfo: memFree=126120536/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1300912 CPUtime=3585.14 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322386 0 0 0 358459 55 0 0 20 0 1 0 237541581 2026311680 325228 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 325228 2688 2575 0 491612 0
Current children cumulated CPU time: 3585.14 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1300912 KiB

[startup+3596.8 s]
/proc/loadavg: 1.08 1.10 1.67 2/246 161913
/proc/meminfo: memFree=126120536/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1978820 memory=1300912 CPUtime=3585.94 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322386 0 0 0 358539 55 0 0 20 0 1 0 237541581 2026311680 325228 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 494705 325228 2688 2575 0 491612 0
Current children cumulated CPU time: 3585.94 s
Current children cumulated vsize: 1978820 KiB
Current children cumulated memory: 1300912 KiB

[startup+3597.2 s]
/proc/loadavg: 1.08 1.10 1.67 2/246 161913
/proc/meminfo: memFree=126120536/131249992 swapFree=33009392/33010684
[pid=161603] ppid=161600 vsize=1782464 memory=1124284 CPUtime=3586.33 cores=0,2
/proc/161603/stat : 161603 (pbsolver) R 161600 161603 158250 0 -1 4194304 322523 0 0 0 358578 55 0 0 20 0 1 0 237541581 1825243136 281071 18446744073709551615 4198400 14743177 140733599912944 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 52965376 140733599918472 140733599918568 140733599918568 140733599924172 0
/proc/161603/statm: 445616 281071 2688 2575 0 442523 0
Current children cumulated CPU time: 3586.33 s
Current children cumulated vsize: 1782464 KiB
Current children cumulated memory: 1124284 KiB

Child status: 0

Real time (s): 3597.2
CPU time (s): 3586.34
CPU user time (s): 3585.79
CPU system time (s): 0.559143
CPU usage (%): 99.6981
Max. virtual memory (cumulated for all children) (KiB): 2030388
Max. memory (cumulated for all children) (KiB): 1300912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.79
system time used= 0.559143
maximum resident set size= 1300912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322523
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= 41
involuntary context switches= 8607


# summary of solver processes directly reported to runsolver:
#   pid: 161603
#   total CPU time (s): 3586.34
#   total CPU user time (s): 3585.79
#   total CPU system time (s): 0.559143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81534 second user time and 15.025 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-22 23:11:10
IDJOB=4545048
IDBENCH=180696
IDSOLVER=3366
FILE ID=nodeC035/4545048-1753218670
RUNJOBID= nodeC035-1753209881-158260
SLURM_JOB_ID= 9687779
Free space on /tmp= 432408 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545048-1753218670/watcher-4545048-1753218670 -o /tmp/evaluation-result-4545048-1753218670/solver-4545048-1753218670 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753209881-158260 --watchdog 3760  pbsolver -f HOME/instance-4545048-1753218670.opb -t 3600 -m 31000

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=2078738062

nodeC035 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		: 3603.216
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.51
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.741
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.686
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.51
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.748
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.51
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.631
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.51
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.51
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		: 3594.330
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        125555944 kB
MemAvailable:   127820364 kB
Buffers:             664 kB
Cached:          3015352 kB
SwapCached:          336 kB
Active:          2761828 kB
Inactive:        2145096 kB
Active(anon):    1897904 kB
Inactive(anon):    18908 kB
Active(file):     863924 kB
Inactive(file):  2126188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16624 kB
Writeback:             0 kB
AnonPages:       1893352 kB
Mapped:           141356 kB
Shmem:             25904 kB
KReclaimable:     227096 kB
Slab:             322616 kB
SReclaimable:     227096 kB
SUnreclaim:        95520 kB
KernelStack:        4204 kB
PageTables:         7212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2601036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432448 MiB
End job on nodeC035 at 2025-07-23 00:11:08