Trace number 4493239

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? 3585.56 3597.26

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM447851c4fd40c5c34c03bb94532f1e8d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.916974
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint50
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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-4493239-1751146320.opb>
0.09/0.11	c original problem has 2750 variables (2750 bin, 0 int, 0 cont) and 74305 constraints
0.09/0.11	c problem read in 0.111 seconds
0.09/0.11	c problem without objective
0.09/0.19	c presolving:
0.28/0.34	c    (0.3s) running MILP presolver
0.28/0.39	c    (0.4s) MILP presolver found nothing
0.48/0.51	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 74305 upgd conss, 0 impls, 74250 clqs
0.86/0.96	c    (1.0s) probing: 51/2750 (1.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.86/0.96	c    (1.0s) probing aborted: 50/50 successive totally useless probings
0.86/0.98	c    (1.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.26/1.30	c    (1.3s) symmetry computation finished: 103 generators found (max: 1500, log10 of symmetry group size: 137.59) (symcode time: 0.31)
1.26/1.31	c dynamic symmetry handling statistics:
1.26/1.31	c    orbitopal reduction:        2 components: 50x55, 55x50
1.26/1.31	c    orbital reduction:         no components
1.26/1.31	c    lexicographic reduction:   no permutations
1.26/1.31	c handled 1 out of 1 symmetry components
1.26/1.31	c (round 2, exhaustive) 0 del vars, 0 del conss, 103 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 74305 upgd conss, 0 impls, 74353 clqs
1.26/1.37	c (round 3, exhaustive) 0 del vars, 0 del conss, 103 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 74408 upgd conss, 0 impls, 74353 clqs
1.36/1.47	c presolving (4 rounds: 4 fast, 4 medium, 4 exhaustive):
1.36/1.47	c  0 deleted vars, 0 deleted constraints, 103 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 25 changed coefficients
1.36/1.47	c  0 implications, 74353 cliques
1.36/1.47	c presolved problem has 2750 variables (2750 bin, 0 int, 0 cont) and 74408 constraints
1.36/1.47	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
1.36/1.47	c   74353 constraints of type <setppc>
1.36/1.47	c      55 constraints of type <logicor>
1.36/1.47	c transformed objective value is always integral (scale: 1)
1.36/1.47	c Presolving Time: 1.28
1.36/1.47	c 
1.36/1.47	c - non default parameters ----------------------------------------------------------------------
1.36/1.47	c 
1.36/1.47	c # SCIP version 10.0.0
1.36/1.47	c 
1.36/1.47	c # maximal time in seconds to run
1.36/1.47	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
1.36/1.47	c limits/time = 3596.998431
1.36/1.47	c 
1.36/1.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.36/1.47	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
1.36/1.47	c limits/memory = 27900
1.36/1.47	c 
1.36/1.47	c # belongs reading time to solving time?
1.36/1.47	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
1.36/1.47	c timing/reading = TRUE
1.36/1.47	c 
1.36/1.47	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
1.36/1.47	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
1.36/1.47	c reading/opbreader/maxintsize = 47
1.36/1.47	c 
1.36/1.47	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
1.36/1.47	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
1.36/1.47	c propagating/genvbounds/timingmask = 0
1.36/1.47	c 
1.36/1.47	c -----------------------------------------------------------------------------------------------
1.36/1.47	c 
1.76/1.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.76/1.89	c   1.9s|     1 |     0 |   265 |     - |   200M |   0 |2750 |  74k|  74k|   0 |  0 |  70 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.37/2.48	c   2.5s|     1 |     0 |  3945 |     - |   213M |   0 |2750 |  74k|  73k| 201 |  1 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.07/3.17	c   3.2s|     1 |     0 |  4714 |     - |   223M |   0 |2750 |  73k|  72k| 207 |  2 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.76/3.83	c   3.8s|     1 |     0 |  5243 |     - |   235M |   0 |2750 |  72k|  72k| 217 |  3 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.76/4.81	c   4.8s|     1 |     0 |  5835 |     - |   247M |   0 |2750 |  72k|  72k| 225 |  4 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.75/5.83	c   5.8s|     1 |     0 |  6805 |     - |   255M |   0 |2750 |  72k|  72k| 233 |  5 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.55/6.64	c   6.6s|     1 |     0 |  7195 |     - |   271M |   0 |2750 |  72k|  72k| 240 |  6 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.65/7.72	c   7.7s|     1 |     0 |  8304 |     - |   282M |   0 |2750 |  72k|  72k| 245 |  7 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.25/8.39	c   8.4s|     1 |     0 |  8450 |     - |   289M |   0 |2750 |  72k|  72k| 251 |  8 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.95/9.05	c   9.0s|     1 |     0 |  9062 |     - |   296M |   0 |2750 |  72k|  72k| 255 |  9 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
9.64/9.73	c   9.7s|     1 |     0 |  9328 |     - |   303M |   0 |2750 |  72k|  72k| 260 | 10 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
9.64/9.79	c   9.8s|     1 |     0 |  9391 |     - |   310M |   0 |2750 |  72k|  72k| 264 | 11 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
13.82/13.94	c  13.9s|     1 |     2 | 13868 |     - |   312M |   0 |2750 |  72k|  72k| 264 | 11 |  82 |  20 | 0.000000e+00 |      --      |    Inf | unknown
22.20/22.39	c  22.4s|   100 |    17 | 20649 | 114.8 |   366M |  22 |2750 |  72k|   0 | 337 |  0 | 152 |  20 | 0.000000e+00 |      --      |    Inf |  25.70%
34.26/34.43	c  34.4s|   200 |    39 | 40921 | 159.0 |   394M |  22 |2750 |  72k|  72k| 447 |  1 | 163 |  20 | 0.000000e+00 |      --      |    Inf |  40.95%
40.14/40.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.14/40.35	c  40.3s|   300 |    57 | 53009 | 146.2 |   397M |  22 |2750 |  73k|  72k| 500 |  1 | 203 |  20 | 0.000000e+00 |      --      |    Inf |  41.19%
46.82/47.03	c  47.0s|   400 |   107 | 78488 | 173.4 |   406M |  22 |2750 |  73k|  72k| 566 |  1 | 461 |  20 | 0.000000e+00 |      --      |    Inf |  41.22%
55.79/56.06	c  56.1s|   500 |   135 | 92938 | 167.6 |   419M |  23 |2750 |  73k|   0 | 721 |  0 | 506 |  20 | 0.000000e+00 |      --      |    Inf |  41.98%
61.16/61.43	c  61.4s|   600 |   161 |108247 | 165.2 |   424M |  24 |2750 |  73k|   0 | 769 |  0 | 597 |  20 | 0.000000e+00 |      --      |    Inf |  42.06%
68.74/69.05	c  69.1s|   700 |   189 |131691 | 175.1 |   428M |  24 |2750 |  73k|  72k| 894 |  2 | 917 |  20 | 0.000000e+00 |      --      |    Inf |  42.16%
73.52/73.81	c  73.8s|   800 |   205 |139621 | 163.1 |   437M |  33 |2750 |  73k|   0 | 965 |  0 | 918 |  20 | 0.000000e+00 |      --      |    Inf |  43.93%
75.41/75.73	c  75.7s|   900 |   221 |143591 | 149.4 |   438M |  34 |2750 |  73k|   0 | 991 |  0 | 928 |  20 | 0.000000e+00 |      --      |    Inf |  44.02%
78.60/78.90	c  78.9s|  1000 |   233 |149556 | 140.4 |   445M |  47 |2750 |  73k|  72k|1051 |  2 | 928 |  20 | 0.000000e+00 |      --      |    Inf |  44.03%
82.28/82.60	c  82.6s|  1100 |   251 |157891 | 135.2 |   448M |  47 |2750 |  73k|  72k|1111 |  1 | 928 |  20 | 0.000000e+00 |      --      |    Inf |  44.12%
85.07/85.40	c  85.4s|  1200 |   257 |160257 | 125.9 |   455M |  59 |2750 |  73k|  72k|1139 |  1 | 928 |  20 | 0.000000e+00 |      --      |    Inf |  44.12%
89.26/89.64	c  89.6s|  1300 |   277 |182091 | 133.0 |   457M |  61 |2750 |  73k|   0 |1193 |  0 | 928 |  20 | 0.000000e+00 |      --      |    Inf |  44.12%
92.05/92.46	c  92.5s|  1400 |   287 |187026 | 127.1 |   465M |  61 |2750 |  73k|  72k|1228 |  1 | 928 |  20 | 0.000000e+00 |      --      |    Inf |  44.18%
95.54/95.94	c  95.9s|  1500 |   303 |198482 | 126.2 |   475M |  61 |2750 |  73k|   0 |1272 |  0 | 940 |  20 | 0.000000e+00 |      --      |    Inf |  44.18%
97.83/98.29	c  98.3s|  1600 |   313 |202329 | 120.7 |   476M |  61 |2750 |  73k|   0 |1309 |  0 | 940 |  20 | 0.000000e+00 |      --      |    Inf |  44.28%
103.81/104.24	c   104s|  1700 |   329 |212259 | 119.5 |   486M |  61 |2750 |  73k|   0 |1354 |  0 |1010 |  20 | 0.000000e+00 |      --      |    Inf |  47.17%
112.69/113.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
112.69/113.19	c   113s|  1800 |   343 |216193 | 115.0 |   493M |  61 |2750 |  73k|  72k|1426 |  2 |1010 |  20 | 0.000000e+00 |      --      |    Inf |  49.08%
119.46/119.93	c   120s|  1900 |   359 |218578 | 110.2 |   493M |  61 |2750 |  73k|  72k|1501 |  1 |1010 |  20 | 0.000000e+00 |      --      |    Inf |  55.64%
124.45/124.92	c   125s|  2000 |   389 |227811 | 109.3 |   496M |  61 |2750 |  73k|  72k|1562 |  2 |1054 |  20 | 0.000000e+00 |      --      |    Inf |  56.13%
128.83/129.39	c   129s|  2100 |   437 |247612 | 113.5 |   502M |  61 |2750 |  73k|  72k|1619 |  1 |1144 |  20 | 0.000000e+00 |      --      |    Inf |  56.16%
131.22/131.79	c   132s|  2200 |   449 |253402 | 111.0 |   503M |  61 |2750 |  73k|  72k|1665 |  1 |1174 |  20 | 0.000000e+00 |      --      |    Inf |  56.29%
134.91/135.43	c   135s|  2300 |   481 |266332 | 111.8 |   505M |  61 |2750 |  73k|   0 |1730 |  0 |1209 |  20 | 0.000000e+00 |      --      |    Inf |  56.30%
139.90/140.47	c   140s|  2400 |   499 |268615 | 108.1 |   515M |  61 |2750 |  73k|  72k|1806 |  1 |1209 |  20 | 0.000000e+00 |      --      |    Inf |  60.04%
145.78/146.37	c   146s|  2500 |   513 |279205 | 108.0 |   515M |  61 |2750 |  73k|  72k|1885 |  1 |1219 |  20 | 0.000000e+00 |      --      |    Inf |  60.53%
153.06/153.60	c   154s|  2600 |   527 |289287 | 107.7 |   526M |  61 |2750 |  73k|  72k|1952 |  1 |1277 |  20 | 0.000000e+00 |      --      |    Inf |  61.23%
155.56/156.18	c   156s|  2700 |   531 |291669 | 104.6 |   526M |  61 |2750 |  73k|  72k|2006 |  1 |1277 |  20 | 0.000000e+00 |      --      |    Inf |  62.78%
158.84/159.44	c   159s|  2800 |   543 |296137 | 102.5 |   527M |  61 |2750 |  73k|  72k|2072 |  1 |1287 |  20 | 0.000000e+00 |      --      |    Inf |  63.18%
164.72/165.33	c   165s|  2900 |   555 |305607 | 102.2 |   534M |  61 |2750 |  73k|   0 |2146 |  0 |1287 |  20 | 0.000000e+00 |      --      |    Inf |  63.38%
166.62/167.24	c   167s|  3000 |   569 |310070 | 100.3 |   536M |  65 |2750 |  73k|  72k|2173 |  1 |1287 |  20 | 0.000000e+00 |      --      |    Inf |  63.38%
166.82/167.42	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
166.82/167.42	c (run 1, node 3006) performing user restart
166.82/167.42	c 
166.82/167.43	c (restart) converted 9 cuts from the global cut pool into linear constraints
166.82/167.43	c 
166.92/167.51	c presolving:
166.92/167.53	c (round 1, fast)       56 del vars, 8 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 115 chg coeffs, 0 upgd conss, 0 impls, 72771 clqs
166.92/167.54	c (round 2, fast)       65 del vars, 513 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 115 chg coeffs, 0 upgd conss, 0 impls, 72272 clqs
166.92/167.55	c (round 3, fast)       76 del vars, 1123 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 115 chg coeffs, 0 upgd conss, 0 impls, 71666 clqs
166.92/167.57	c (round 4, fast)       103 del vars, 2608 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 115 chg coeffs, 0 upgd conss, 0 impls, 70182 clqs
167.02/167.64	c (round 5, exhaustive) 104 del vars, 2662 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 115 chg coeffs, 9 upgd conss, 0 impls, 70128 clqs
167.21/167.83	c presolving (6 rounds: 6 fast, 2 medium, 2 exhaustive):
167.21/167.83	c  104 deleted vars, 2662 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 115 changed coefficients
167.21/167.83	c  0 implications, 70128 cliques
167.21/167.83	c presolved problem has 2646 variables (2646 bin, 0 int, 0 cont) and 70987 constraints
167.21/167.83	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
167.21/167.83	c       2 constraints of type <knapsack>
167.21/167.83	c   70128 constraints of type <setppc>
167.21/167.83	c     857 constraints of type <logicor>
167.21/167.83	c transformed objective value is always integral (scale: 1)
167.21/167.83	c Presolving Time: 1.61
167.21/167.83	c 
167.31/167.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
167.31/167.97	c   168s|     1 |     0 |311140 |     - |   535M |   0 |2646 |  71k|  70k|   0 |  0 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
167.81/168.48	c   168s|     1 |     0 |312279 |     - |   542M |   0 |2646 |  71k|  70k|   5 |  1 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
168.51/169.11	c   169s|     1 |     0 |313620 |     - |   549M |   0 |2646 |  71k|  70k|  10 |  2 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
169.20/169.83	c   170s|     1 |     0 |314764 |     - |   556M |   0 |2646 |  71k|  70k|  16 |  3 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
170.30/170.95	c   171s|     1 |     0 |315962 |     - |   563M |   0 |2646 |  71k|  70k|  23 |  4 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
171.70/172.38	c   172s|     1 |     0 |317064 |     - |   572M |   0 |2646 |  71k|  70k|  31 |  5 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
173.19/173.84	c   174s|     1 |     0 |317667 |     - |   580M |   0 |2646 |  71k|  70k|  39 |  6 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
173.99/174.64	c   175s|     1 |     0 |317967 |     - |   586M |   0 |2646 |  71k|  70k|  46 |  7 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
174.89/175.54	c   176s|     1 |     0 |318227 |     - |   593M |   0 |2646 |  71k|  70k|  51 |  8 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
175.28/175.99	c   176s|     1 |     0 |318321 |     - |   600M |   0 |2646 |  71k|  70k|  55 |  9 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
175.89/176.52	c   177s|     1 |     0 |318596 |     - |   607M |   0 |2646 |  71k|  70k|  59 | 10 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
175.89/176.56	c   177s|     1 |     0 |318642 |     - |   614M |   0 |2646 |  71k|  70k|  63 | 11 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
176.09/176.75	c   177s|     1 |     0 |319217 |     - |   621M |   0 |2646 |  71k|  70k|  66 | 12 |1327 |  20 | 0.000000e+00 |      --      |    Inf | unknown
179.48/180.13	c   180s|     1 |     2 |322032 |     - |   622M |   0 |2646 |  71k|  70k|  66 | 12 |1337 |  39 | 0.000000e+00 |      --      |    Inf | unknown
188.55/189.24	c   189s|   100 |    67 |347006 | 106.0 |   639M |  34 |2646 |  71k|  70k|  77 |  1 |1465 |  39 | 0.000000e+00 |      --      |    Inf | unknown
192.44/193.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
192.44/193.18	c   193s|   200 |   121 |355032 | 105.2 |   655M |  45 |2646 |  71k|  70k|  91 |  0 |1547 |  39 | 0.000000e+00 |      --      |    Inf | unknown
198.22/198.94	c   199s|   300 |   149 |366435 | 105.5 |   677M |  45 |2646 |  71k|  70k| 133 |  1 |1633 |  39 | 0.000000e+00 |      --      |    Inf | unknown
201.01/201.76	c   202s|   400 |   167 |372923 | 104.3 |   679M |  45 |2646 |  71k|  70k| 143 |  0 |1710 |  39 | 0.000000e+00 |      --      |    Inf | unknown
206.99/207.73	c   208s|   500 |   181 |379998 | 103.3 |   699M |  45 |2646 |  71k|  70k| 201 |  0 |1788 |  39 | 0.000000e+00 |      --      |    Inf | unknown
213.77/214.53	c   215s|   600 |   197 |388610 | 102.9 |   701M |  45 |2646 |  71k|  70k| 256 |  0 |1910 |  39 | 0.000000e+00 |      --      |    Inf | unknown
222.74/223.54	c   224s|   700 |   203 |400452 | 103.3 |   717M |  45 |2646 |  71k|  70k| 339 |  1 |2005 |  39 | 0.000000e+00 |      --      |    Inf | unknown
225.53/226.34	c   226s|   800 |   195 |406426 | 102.1 |   718M |  46 |2646 |  71k|  70k| 382 |  0 |2101 |  39 | 0.000000e+00 |      --      |    Inf | unknown
228.52/229.37	c   229s|   900 |   201 |413647 | 101.4 |   718M |  46 |2646 |  71k|  70k| 395 |  1 |2188 |  39 | 0.000000e+00 |      --      |    Inf | unknown
232.31/233.17	c   233s|  1000 |   209 |425173 | 101.7 |   718M |  53 |2646 |  71k|  70k| 422 |  0 |2249 |  39 | 0.000000e+00 |      --      |    Inf | unknown
235.10/235.96	c   236s|  1100 |   209 |432804 | 101.1 |   719M |  53 |2646 |  71k|  70k| 437 |  0 |2317 |  39 | 0.000000e+00 |      --      |    Inf | unknown
238.29/239.17	c   239s|  1200 |   208 |439336 | 100.2 |   719M |  58 |2646 |  71k|  70k| 457 |  1 |2380 |  39 | 0.000000e+00 |      --      |    Inf | unknown
241.18/242.01	c   242s|  1300 |   202 |444966 |  99.2 |   719M |  58 |2646 |  71k|  70k| 474 |  0 |2435 |  39 | 0.000000e+00 |      --      |    Inf | unknown
243.87/244.73	c   245s|  1400 |   204 |451515 |  98.5 |   719M |  58 |2646 |  71k|  70k| 492 |  1 |2494 |  39 | 0.000000e+00 |      --      |    Inf | unknown
246.27/247.18	c   247s|  1500 |   207 |457707 |  97.6 |   720M |  58 |2646 |  71k|  70k| 507 |  0 |2566 |  39 | 0.000000e+00 |      --      |    Inf | unknown
250.15/251.05	c   251s|  1600 |   204 |464706 |  97.0 |   727M |  63 |2646 |  71k|  70k| 552 |  2 |2643 |  39 | 0.000000e+00 |      --      |    Inf | unknown
254.63/255.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
254.63/255.51	c   256s|  1700 |   206 |471943 |  96.5 |   745M |  63 |2646 |  71k|  70k| 587 |  0 |2713 |  39 | 0.000000e+00 |      --      |    Inf | unknown
258.32/259.24	c   259s|  1800 |   203 |479165 |  96.0 |   745M |  63 |2646 |  71k|  70k| 611 |  1 |2772 |  39 | 0.000000e+00 |      --      |    Inf | unknown
261.61/262.55	c   263s|  1900 |   205 |484787 |  95.2 |   745M |  63 |2646 |  71k|  70k| 628 |  1 |2841 |  39 | 0.000000e+00 |      --      |    Inf | unknown
265.00/265.93	c   266s|  2000 |   229 |488033 |  93.9 |   748M |  63 |2646 |  71k|  70k| 647 |  1 |2889 |  39 | 0.000000e+00 |      --      |    Inf | unknown
268.49/269.46	c   269s|  2100 |   236 |490318 |  92.6 |   749M |  63 |2646 |  71k|  70k| 679 |  1 |2935 |  39 | 0.000000e+00 |      --      |    Inf | unknown
272.58/273.58	c   274s|  2200 |   240 |493827 |  91.5 |   749M |  63 |2646 |  71k|  70k| 712 |  0 |2997 |  39 | 0.000000e+00 |      --      |    Inf | unknown
275.17/276.15	c   276s|  2300 |   252 |498897 |  90.7 |   750M |  63 |2646 |  71k|  70k| 736 |  0 |3068 |  39 | 0.000000e+00 |      --      |    Inf | unknown
278.56/279.53	c   280s|  2400 |   265 |504883 |  90.1 |   757M |  63 |2646 |  71k|  70k| 767 |  1 |3136 |  39 | 0.000000e+00 |      --      |    Inf | unknown
281.45/282.46	c   282s|  2500 |   269 |509211 |  89.3 |   757M |  67 |2646 |  72k|  70k| 795 |  2 |3219 |  39 | 0.000000e+00 |      --      |    Inf | unknown
286.14/287.14	c   287s|  2600 |   277 |517184 |  89.1 |   763M |  67 |2646 |  72k|  70k| 827 |  0 |3275 |  39 | 0.000000e+00 |      --      |    Inf | unknown
296.01/297.06	c   297s|  2700 |   285 |524678 |  88.8 |   780M |  67 |2646 |  72k|  70k| 901 |  1 |3327 |  39 | 0.000000e+00 |      --      |    Inf | unknown
299.29/300.34	c   300s|  2800 |   281 |530608 |  88.3 |   780M |  67 |2646 |  72k|  70k| 921 |  0 |3382 |  39 | 0.000000e+00 |      --      |    Inf | unknown
302.68/303.77	c   304s|  2900 |   289 |539799 |  88.4 |   781M |  67 |2646 |  72k|  70k| 987 |  1 |3431 |  39 | 0.000000e+00 |      --      |    Inf | unknown
304.57/305.62	c   306s|  3000 |   307 |542496 |  87.4 |   781M |  87 |2646 |  72k|  70k|1011 |  1 |3473 |  39 | 0.000000e+00 |      --      |    Inf | unknown
307.76/308.85	c   309s|  3100 |   309 |548058 |  86.9 |   788M |  87 |2646 |  72k|  70k|1042 |  2 |3535 |  39 | 0.000000e+00 |      --      |    Inf | unknown
310.96/312.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
310.96/312.10	c   312s|  3200 |   307 |554766 |  86.5 |   788M |  87 |2646 |  72k|  70k|1075 |  0 |3602 |  39 | 0.000000e+00 |      --      |    Inf | unknown
315.64/316.71	c   317s|  3300 |   315 |557449 |  85.6 |   788M |  87 |2646 |  72k|  70k|1094 |  1 |3657 |  39 | 0.000000e+00 |      --      |    Inf | unknown
317.43/318.58	c   319s|  3400 |   331 |560672 |  84.8 |   788M |  87 |2646 |  72k|  70k|1099 |  1 |3721 |  39 | 0.000000e+00 |      --      |    Inf | unknown
320.03/321.11	c   321s|  3500 |   341 |563450 |  83.9 |   790M |  87 |2646 |  72k|  70k|1111 |  0 |3773 |  39 | 0.000000e+00 |      --      |    Inf | unknown
324.31/325.42	c   325s|  3600 |   339 |566750 |  83.1 |   791M |  87 |2646 |  72k|  70k|1142 |  0 |3823 |  39 | 0.000000e+00 |      --      |    Inf | unknown
326.40/327.54	c   328s|  3700 |   343 |571013 |  82.5 |   791M |  87 |2646 |  72k|  70k|1154 |  0 |3904 |  39 | 0.000000e+00 |      --      |    Inf | unknown
328.99/330.15	c   330s|  3800 |   351 |580025 |  82.6 |   792M |  87 |2646 |  72k|  70k|1173 |  1 |3982 |  39 | 0.000000e+00 |      --      |    Inf | unknown
331.28/332.49	c   332s|  3900 |   355 |583007 |  81.9 |   792M |  87 |2646 |  72k|  70k|1195 |  1 |4062 |  39 | 0.000000e+00 |      --      |    Inf | unknown
334.67/335.85	c   336s|  4000 |   363 |586039 |  81.1 |   792M |  87 |2646 |  72k|  70k|1216 |  1 |4148 |  39 | 0.000000e+00 |      --      |    Inf | unknown
342.15/343.32	c   343s|  4100 |   381 |590540 |  80.6 |   793M |  87 |2646 |  72k|  70k|1282 |  1 |4214 |  39 | 0.000000e+00 |      --      |    Inf | unknown
349.03/350.26	c   350s|  4200 |   392 |595392 |  80.2 |   796M |  87 |2646 |  72k|  70k|1362 |  1 |4284 |  39 | 0.000000e+00 |      --      |    Inf | unknown
353.32/354.52	c   355s|  4300 |   400 |599707 |  79.7 |   797M |  87 |2646 |  72k|  70k|1398 |  0 |4364 |  39 | 0.000000e+00 |      --      |    Inf | unknown
358.20/359.42	c   359s|  4400 |   408 |604302 |  79.2 |   800M |  87 |2646 |  72k|  70k|1457 |  1 |4412 |  39 | 0.000000e+00 |      --      |    Inf | unknown
361.59/362.88	c   363s|  4500 |   412 |607911 |  78.6 |   801M |  87 |2646 |  72k|  70k|1498 |  0 |4468 |  39 | 0.000000e+00 |      --      |    Inf | unknown
364.88/366.12	c   366s|  4600 |   422 |612442 |  78.2 |   803M |  87 |2646 |  72k|  70k|1534 |  0 |4513 |  39 | 0.000000e+00 |      --      |    Inf | unknown
366.78/368.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
366.78/368.02	c   368s|  4700 |   428 |615534 |  77.6 |   803M |  87 |2646 |  72k|  70k|1568 |  1 |4584 |  39 | 0.000000e+00 |      --      |    Inf | unknown
368.67/369.94	c   370s|  4800 |   432 |618964 |  77.0 |   804M |  87 |2646 |  72k|  70k|1593 |  0 |4657 |  39 | 0.000000e+00 |      --      |    Inf | unknown
372.65/373.98	c   374s|  4900 |   436 |623311 |  76.6 |   804M |  87 |2646 |  73k|  70k|1617 |  0 |4706 |  39 | 0.000000e+00 |      --      |    Inf | unknown
375.44/376.73	c   377s|  5000 |   442 |627968 |  76.2 |   805M |  87 |2646 |  73k|  70k|1658 |  1 |4762 |  39 | 0.000000e+00 |      --      |    Inf | unknown
377.84/379.17	c   379s|  5100 |   446 |631296 |  75.7 |   806M |  87 |2646 |  73k|  70k|1690 |  1 |4811 |  39 | 0.000000e+00 |      --      |    Inf | unknown
379.83/381.13	c   381s|  5200 |   450 |634933 |  75.2 |   806M |  87 |2646 |  73k|  70k|1707 |  0 |4861 |  39 | 0.000000e+00 |      --      |    Inf | unknown
381.73/383.02	c   383s|  5300 |   446 |638151 |  74.7 |   806M |  87 |2646 |  73k|   0 |1734 |  0 |4913 |  39 | 0.000000e+00 |      --      |    Inf | unknown
383.61/384.95	c   385s|  5400 |   450 |641672 |  74.2 |   806M |  87 |2646 |  73k|  70k|1765 |  0 |4961 |  39 | 0.000000e+00 |      --      |    Inf | unknown
386.30/387.62	c   388s|  5500 |   454 |645862 |  73.8 |   806M |  87 |2646 |  73k|  70k|1799 |  1 |5009 |  39 | 0.000000e+00 |      --      |    Inf | unknown
389.59/391.00	c   391s|  5600 |   459 |650535 |  73.5 |   807M |  87 |2646 |  73k|  70k|1834 |  1 |5072 |  39 | 0.000000e+00 |      --      |    Inf | unknown
391.49/392.87	c   393s|  5700 |   461 |653777 |  73.1 |   807M |  87 |2646 |  73k|  70k|1868 |  1 |5121 |  39 | 0.000000e+00 |      --      |    Inf | unknown
393.38/394.77	c   395s|  5800 |   461 |656965 |  72.6 |   807M |  87 |2646 |  73k|  70k|1898 |  0 |5171 |  39 | 0.000000e+00 |      --      |    Inf | unknown
395.37/396.77	c   397s|  5900 |   467 |660681 |  72.2 |   807M |  87 |2646 |  73k|  70k|1926 |  2 |5218 |  39 | 0.000000e+00 |      --      |    Inf | unknown
397.37/398.72	c   399s|  6000 |   469 |664525 |  71.8 |   807M |  87 |2646 |  73k|  70k|1945 |  0 |5268 |  39 | 0.000000e+00 |      --      |    Inf | unknown
399.56/400.90	c   401s|  6100 |   477 |669136 |  71.5 |   808M |  87 |2646 |  73k|  70k|1961 |  1 |5314 |  39 | 0.000000e+00 |      --      |    Inf | unknown
401.45/402.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
401.45/402.82	c   403s|  6200 |   483 |672307 |  71.1 |   808M |  87 |2646 |  73k|  70k|1989 |  0 |5361 |  39 | 0.000000e+00 |      --      |    Inf | unknown
403.34/404.70	c   405s|  6300 |   489 |675433 |  70.7 |   809M |  87 |2646 |  73k|  70k|2002 |  0 |5409 |  39 | 0.000000e+00 |      --      |    Inf | unknown
405.14/406.59	c   407s|  6400 |   493 |678534 |  70.3 |   809M |  87 |2646 |  73k|  70k|2019 |  0 |5457 |  39 | 0.000000e+00 |      --      |    Inf | unknown
408.03/409.44	c   409s|  6500 |   514 |680875 |  69.8 |   814M |  87 |2646 |  73k|  70k|2042 |  1 |5507 |  39 | 0.000000e+00 |      --      |    Inf | unknown
413.31/414.78	c   415s|  6600 |   514 |682870 |  69.2 |   814M |  87 |2646 |  73k|  70k|2083 |  1 |5559 |  39 | 0.000000e+00 |      --      |    Inf | unknown
417.30/418.74	c   419s|  6700 |   523 |686345 |  68.9 |   814M |  87 |2646 |  73k|  70k|2140 |  1 |5605 |  39 | 0.000000e+00 |      --      |    Inf | unknown
419.09/420.59	c   421s|  6800 |   522 |689288 |  68.5 |   814M |  87 |2646 |  73k|  70k|2158 |  2 |5655 |  39 | 0.000000e+00 |      --      |    Inf | unknown
421.08/422.54	c   423s|  6900 |   522 |692720 |  68.1 |   814M |  87 |2646 |  73k|  70k|2172 |  1 |5704 |  39 | 0.000000e+00 |      --      |    Inf | unknown
422.88/424.36	c   424s|  7000 |   530 |695638 |  67.7 |   814M |  87 |2646 |  73k|  70k|2186 |  1 |5750 |  39 | 0.000000e+00 |      --      |    Inf | unknown
424.67/426.12	c   426s|  7100 |   532 |698582 |  67.4 |   815M |  87 |2646 |  73k|  70k|2189 |  0 |5799 |  39 | 0.000000e+00 |      --      |    Inf | unknown
426.46/427.94	c   428s|  7200 |   533 |701913 |  67.0 |   816M |  87 |2646 |  73k|  70k|2191 |  0 |5847 |  39 | 0.000000e+00 |      --      |    Inf | unknown
428.36/429.80	c   430s|  7300 |   535 |705502 |  66.7 |   816M |  88 |2646 |  73k|  70k|2195 |  1 |5896 |  39 | 0.000000e+00 |      --      |    Inf | unknown
430.25/431.73	c   432s|  7400 |   531 |709172 |  66.4 |   816M |  88 |2646 |  73k|  70k|2200 |  1 |5947 |  39 | 0.000000e+00 |      --      |    Inf | unknown
432.14/433.61	c   434s|  7500 |   527 |711703 |  66.1 |   816M |  88 |2646 |  73k|  70k|2235 |  2 |5997 |  39 | 0.000000e+00 |      --      |    Inf | unknown
435.23/436.78	c   437s|  7600 |   525 |713765 |  65.6 |   816M |  88 |2646 |  73k|  70k|2261 |  0 |6043 |  39 | 0.000000e+00 |      --      |    Inf | unknown
438.82/440.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
438.82/440.36	c   440s|  7700 |   544 |719450 |  65.5 |   816M |  88 |2646 |  73k|  70k|2280 |  0 |6085 |  39 | 0.000000e+00 |      --      |    Inf | unknown
441.41/442.90	c   443s|  7800 |   540 |722493 |  65.2 |   816M |  88 |2646 |  73k|  70k|2301 |  1 |6132 |  39 | 0.000000e+00 |      --      |    Inf | unknown
443.20/444.71	c   445s|  7900 |   544 |725860 |  64.9 |   816M |  88 |2646 |  73k|  70k|2305 |  1 |6180 |  39 | 0.000000e+00 |      --      |    Inf | unknown
444.90/446.47	c   446s|  8000 |   548 |728877 |  64.6 |   816M |  88 |2646 |  73k|  70k|2311 |  0 |6228 |  39 | 0.000000e+00 |      --      |    Inf | unknown
446.89/448.43	c   448s|  8100 |   542 |731700 |  64.3 |   816M |  88 |2646 |  73k|  70k|2321 |  1 |6287 |  39 | 0.000000e+00 |      --      |    Inf | unknown
449.48/451.04	c   451s|  8200 |   550 |734143 |  63.9 |   816M |  88 |2646 |  73k|  70k|2336 |  1 |6360 |  39 | 0.000000e+00 |      --      |    Inf | unknown
453.96/455.54	c   456s|  8300 |   552 |736483 |  63.6 |   816M |  88 |2646 |  73k|  70k|2374 |  0 |6409 |  39 | 0.000000e+00 |      --      |    Inf | unknown
457.16/458.78	c   459s|  8400 |   563 |742073 |  63.5 |   817M |  88 |2646 |  73k|  70k|2405 |  0 |6463 |  39 | 0.000000e+00 |      --      |    Inf | unknown
460.85/462.45	c   462s|  8500 |   584 |745988 |  63.3 |   817M |  88 |2646 |  73k|  70k|2437 |  1 |6515 |  39 | 0.000000e+00 |      --      |    Inf | unknown
464.34/465.95	c   466s|  8600 |   594 |748682 |  63.0 |   818M |  88 |2646 |  73k|  70k|2486 |  1 |6587 |  39 | 0.000000e+00 |      --      |    Inf | unknown
470.12/471.70	c   472s|  8700 |   602 |750580 |  62.6 |   819M |  88 |2646 |  73k|  70k|2548 |  1 |6655 |  39 | 0.000000e+00 |      --      |    Inf | unknown
471.71/473.38	c   473s|  8800 |   608 |752123 |  62.2 |   819M |  88 |2646 |  73k|  70k|2574 |  0 |6738 |  39 | 0.000000e+00 |      --      |    Inf | unknown
477.89/479.58	c   480s|  8900 |   617 |755500 |  62.0 |   819M |  88 |2646 |  73k|  70k|2646 |  1 |6786 |  39 | 0.000000e+00 |      --      |    Inf | unknown
483.87/485.50	c   486s|  9000 |   609 |758290 |  61.7 |   819M |  88 |2646 |  73k|  70k|2720 |  0 |6846 |  39 | 0.000000e+00 |      --      |    Inf | unknown
487.86/489.51	c   490s|  9100 |   609 |761047 |  61.4 |   819M |  88 |2646 |  73k|  70k|2759 |  0 |6900 |  39 | 0.000000e+00 |      --      |    Inf | unknown
489.75/491.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
489.75/491.43	c   491s|  9200 |   611 |764897 |  61.2 |   819M |  88 |2646 |  73k|  70k|2764 |  0 |6951 |  39 | 0.000000e+00 |      --      |    Inf | unknown
494.14/495.81	c   496s|  9300 |   616 |771069 |  61.2 |   826M |  88 |2646 |  73k|  70k|2809 |  2 |7006 |  39 | 0.000000e+00 |      --      |    Inf | unknown
496.63/498.34	c   498s|  9400 |   607 |775899 |  61.1 |   826M |  88 |2646 |  73k|  70k|2824 |  0 |7065 |  39 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.59	c   502s|  9500 |   598 |779318 |  60.9 |   826M |  88 |2646 |  73k|  70k|2849 |  1 |7116 |  39 | 0.000000e+00 |      --      |    Inf | unknown
502.81/504.56	c   505s|  9600 |   594 |782655 |  60.7 |   826M |  93 |2646 |  73k|  70k|2878 |  1 |7169 |  39 | 0.000000e+00 |      --      |    Inf | unknown
504.90/506.64	c   507s|  9700 |   598 |786511 |  60.5 |   826M |  93 |2646 |  73k|  70k|2890 |  0 |7253 |  39 | 0.000000e+00 |      --      |    Inf | unknown
506.70/508.41	c   508s|  9800 |   604 |788926 |  60.2 |   826M |  93 |2646 |  73k|  70k|2908 |  1 |7346 |  39 | 0.000000e+00 |      --      |    Inf | unknown
509.59/511.31	c   511s|  9900 |   608 |791610 |  60.0 |   826M |  93 |2646 |  73k|  70k|2928 |  1 |7426 |  39 | 0.000000e+00 |      --      |    Inf | unknown
514.87/516.62	c   517s| 10000 |   612 |794125 |  59.7 |   826M |  93 |2646 |  73k|  70k|2978 |  0 |7509 |  39 | 0.000000e+00 |      --      |    Inf | unknown
521.75/523.54	c   524s| 10100 |   622 |799385 |  59.6 |   826M |  93 |2646 |  73k|  70k|3028 |  0 |7592 |  39 | 0.000000e+00 |      --      |    Inf | unknown
529.23/531.05	c   531s| 10200 |   631 |806547 |  59.7 |   831M |  93 |2646 |  73k|  70k|3093 |  0 |7658 |  39 | 0.000000e+00 |      --      |    Inf | unknown
533.81/535.62	c   536s| 10300 |   671 |810154 |  59.6 |   839M |  93 |2646 |  73k|  70k|3134 |  1 |7697 |  39 | 0.000000e+00 |      --      |    Inf | unknown
536.50/538.31	c   538s| 10400 |   686 |814508 |  59.4 |   840M |  93 |2646 |  73k|  70k|3165 |  1 |7761 |  39 | 0.000000e+00 |      --      |    Inf | unknown
538.89/540.76	c   541s| 10500 |   712 |820550 |  59.4 |   841M |  93 |2646 |  73k|  70k|3172 |  0 |7852 |  39 | 0.000000e+00 |      --      |    Inf | unknown
540.98/542.87	c   543s| 10600 |   734 |824898 |  59.3 |   842M |  93 |2646 |  73k|  70k|3177 |  0 |7943 |  39 | 0.000000e+00 |      --      |    Inf | unknown
542.98/544.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
542.98/544.80	c   545s| 10700 |   748 |828774 |  59.2 |   842M |  93 |2646 |  73k|  70k|3182 |  1 |8013 |  39 | 0.000000e+00 |      --      |    Inf | unknown
548.26/550.18	c   550s| 10800 |   784 |831641 |  59.0 |   843M |  93 |2646 |  73k|  70k|3231 |  2 |8047 |  39 | 0.000000e+00 |      --      |    Inf | unknown
552.44/554.38	c   554s| 10900 |   800 |835610 |  58.8 |   846M |  93 |2646 |  73k|  70k|3277 |  1 |8106 |  39 | 0.000000e+00 |      --      |    Inf | unknown
555.43/557.34	c   557s| 11000 |   815 |839769 |  58.7 |   846M |  93 |2646 |  73k|  70k|3298 |  1 |8179 |  39 | 0.000000e+00 |      --      |    Inf | unknown
557.73/559.69	c   560s| 11100 |   829 |845599 |  58.7 |   846M |  93 |2646 |  73k|  70k|3316 |  0 |8264 |  39 | 0.000000e+00 |      --      |    Inf | unknown
563.61/565.52	c   566s| 11200 |   843 |850452 |  58.6 |   846M |  93 |2646 |  73k|  70k|3363 |  0 |8339 |  39 | 0.000000e+00 |      --      |    Inf | unknown
569.99/571.91	c   572s| 11300 |   865 |855233 |  58.5 |   856M |  93 |2646 |  73k|  70k|3446 |  1 |8387 |  39 | 0.000000e+00 |      --      |    Inf | unknown
575.27/577.23	c   577s| 11400 |   880 |858533 |  58.4 |   871M |  93 |2646 |  73k|  70k|3530 |  0 |8443 |  39 | 0.000000e+00 |      --      |    Inf | unknown
577.66/579.63	c   580s| 11500 |   902 |862037 |  58.2 |   871M |  93 |2646 |  73k|  70k|3549 |  0 |8502 |  39 | 0.000000e+00 |      --      |    Inf | unknown
580.45/582.46	c   582s| 11600 |   916 |865468 |  58.0 |   873M |  93 |2646 |  73k|  70k|3567 |  1 |8565 |  39 | 0.000000e+00 |      --      |    Inf | unknown
582.94/584.98	c   585s| 11700 |   928 |870188 |  58.0 |   873M |  93 |2646 |  73k|  70k|3592 |  0 |8638 |  39 | 0.000000e+00 |      --      |    Inf | unknown
584.94/586.94	c   587s| 11800 |   934 |874810 |  57.9 |   874M |  93 |2646 |  73k|  70k|3594 |  0 |8709 |  39 | 0.000000e+00 |      --      |    Inf | unknown
587.13/589.16	c   589s| 11900 |   942 |880684 |  57.9 |   874M |  93 |2646 |  73k|  70k|3594 |  0 |8781 |  39 | 0.000000e+00 |      --      |    Inf | unknown
589.13/591.18	c   591s| 12000 |   950 |885259 |  57.8 |   874M |  93 |2646 |  73k|  70k|3596 |  0 |8864 |  39 | 0.000000e+00 |      --      |    Inf | unknown
591.21/593.23	c   593s| 12100 |   960 |890009 |  57.7 |   874M |  93 |2646 |  73k|  70k|3597 |  1 |8936 |  39 | 0.000000e+00 |      --      |    Inf | unknown
593.11/595.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
593.11/595.15	c   595s| 12200 |   964 |894244 |  57.6 |   874M |  93 |2646 |  73k|  70k|3601 |  0 |9009 |  39 | 0.000000e+00 |      --      |    Inf | unknown
595.40/597.41	c   597s| 12300 |   974 |898268 |  57.5 |   874M |  93 |2646 |  73k|  70k|3614 |  0 |9081 |  39 | 0.000000e+00 |      --      |    Inf | unknown
597.49/599.50	c   599s| 12400 |   998 |902784 |  57.4 |   875M |  93 |2646 |  73k|  70k|3619 |  0 |9161 |  39 | 0.000000e+00 |      --      |    Inf | unknown
599.99/602.07	c   602s| 12500 |  1026 |906577 |  57.3 |   876M |  93 |2646 |  73k|  70k|3628 |  0 |9216 |  39 | 0.000000e+00 |      --      |    Inf | unknown
603.47/605.58	c   606s| 12600 |  1036 |910123 |  57.2 |   876M |  93 |2646 |  73k|  70k|3648 |  0 |9282 |  39 | 0.000000e+00 |      --      |    Inf | unknown
605.86/607.90	c   608s| 12700 |  1048 |912620 |  57.0 |   877M |  93 |2646 |  73k|  70k|3660 |  1 |9336 |  39 | 0.000000e+00 |      --      |    Inf | unknown
607.86/609.97	c   610s| 12800 |  1054 |917111 |  56.9 |   877M |  93 |2646 |  73k|  70k|3671 |  1 |9405 |  39 | 0.000000e+00 |      --      |    Inf | unknown
610.35/612.42	c   612s| 12900 |  1059 |921783 |  56.8 |   877M |  93 |2646 |  73k|  70k|3690 |  1 |9464 |  39 | 0.000000e+00 |      --      |    Inf | unknown
614.83/616.91	c   617s| 13000 |  1083 |924988 |  56.7 |   877M |  93 |2646 |  73k|  70k|3734 |  0 |9510 |  39 | 0.000000e+00 |      --      |    Inf | unknown
617.03/619.19	c   619s| 13100 |  1109 |930252 |  56.7 |   878M |  93 |2646 |  73k|  70k|3749 |  0 |9582 |  39 | 0.000000e+00 |      --      |    Inf | unknown
622.61/624.74	c   625s| 13200 |  1141 |933885 |  56.5 |   881M |  93 |2646 |  73k|  70k|3786 |  0 |9634 |  39 | 0.000000e+00 |      --      |    Inf | unknown
624.60/626.71	c   627s| 13300 |  1151 |937989 |  56.4 |   881M |  93 |2646 |  73k|  70k|3798 |  1 |9713 |  39 | 0.000000e+00 |      --      |    Inf | unknown
626.59/628.76	c   629s| 13400 |  1159 |942684 |  56.4 |   881M |  93 |2646 |  73k|  70k|3808 |  0 |9800 |  39 | 0.000000e+00 |      --      |    Inf | unknown
629.08/631.23	c   631s| 13500 |  1169 |946954 |  56.3 |   881M |  93 |2646 |  73k|  70k|3827 |  0 |9867 |  39 | 0.000000e+00 |      --      |    Inf | unknown
631.37/633.58	c   634s| 13600 |  1179 |953015 |  56.3 |   882M |  93 |2646 |  73k|  70k|3836 |  0 |9941 |  39 | 0.000000e+00 |      --      |    Inf | unknown
634.56/636.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
634.56/636.80	c   637s| 13700 |  1183 |957150 |  56.2 |   882M |  93 |2646 |  73k|  70k|3850 |  1 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
636.56/638.79	c   639s| 13800 |  1189 |961158 |  56.1 |   882M |  93 |2646 |  73k|  70k|3867 |  1 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
638.65/640.86	c   641s| 13900 |  1193 |965740 |  56.1 |   882M |  93 |2646 |  74k|  70k|3879 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
641.34/643.53	c   644s| 14000 |  1203 |971207 |  56.1 |   882M |  93 |2646 |  74k|  70k|3909 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
645.13/647.39	c   647s| 14100 |  1211 |975297 |  56.0 |   882M |  93 |2646 |  74k|  70k|3938 |  1 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
649.01/651.25	c   651s| 14200 |  1217 |981515 |  56.0 |   884M |  93 |2646 |  74k|  70k|3961 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
656.29/658.51	c   659s| 14300 |  1225 |989003 |  56.1 |   884M |  93 |2646 |  74k|  70k|4019 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
660.57/662.82	c   663s| 14400 |  1235 |993696 |  56.1 |   885M |  93 |2646 |  74k|  70k|4059 |  1 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
662.57/664.89	c   665s| 14500 |  1243 |998029 |  56.0 |   885M |  93 |2646 |  74k|  70k|4082 |  1 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
664.56/666.88	c   667s| 14600 |  1251 |  1002k|  55.9 |   886M |  93 |2646 |  74k|  70k|4099 |  1 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
669.15/671.46	c   671s| 14700 |  1263 |  1006k|  55.8 |   887M |  93 |2646 |  74k|  70k|4128 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
671.34/673.67	c   674s| 14800 |  1281 |  1011k|  55.8 |   888M |  93 |2646 |  74k|  70k|4154 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
673.53/675.86	c   676s| 14900 |  1291 |  1016k|  55.8 |   888M |  93 |2646 |  74k|  70k|4186 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
675.73/678.03	c   678s| 15000 |  1299 |  1021k|  55.7 |   888M |  93 |2646 |  74k|  70k|4209 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
678.82/681.14	c   681s| 15100 |  1305 |  1025k|  55.7 |   888M |  93 |2646 |  74k|  70k|4234 |  0 |  10k|  39 | 0.000000e+00 |      --      |    Inf | unknown
683.50/685.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
683.50/685.82	c   686s| 15200 |  1311 |  1031k|  55.7 |   894M |  93 |2646 |  74k|  70k|4276 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
688.38/690.72	c   691s| 15300 |  1319 |  1036k|  55.6 |   895M |  93 |2646 |  74k|  70k|4322 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
692.77/695.19	c   695s| 15400 |  1325 |  1041k|  55.6 |   895M |  93 |2646 |  74k|  70k|4372 |  1 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
699.55/701.97	c   702s| 15500 |  1329 |  1046k|  55.6 |   896M |  93 |2646 |  74k|  70k|4438 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
703.14/705.50	c   706s| 15600 |  1341 |  1050k|  55.5 |   896M |  93 |2646 |  74k|  70k|4472 |  2 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
707.52/709.95	c   710s| 15700 |  1349 |  1055k|  55.5 |   896M |  93 |2646 |  74k|  70k|4512 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
713.90/716.30	c   716s| 15800 |  1357 |  1061k|  55.5 |   896M |  93 |2646 |  74k|  70k|4596 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
716.70/719.16	c   719s| 15900 |  1369 |  1066k|  55.5 |   896M |  93 |2646 |  74k|  70k|4632 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
718.79/721.20	c   721s| 16000 |  1377 |  1070k|  55.4 |   898M |  93 |2646 |  74k|  70k|4659 |  1 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
722.17/724.60	c   725s| 16100 |  1383 |  1075k|  55.4 |   898M |  93 |2646 |  74k|  70k|4703 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
726.86/729.30	c   729s| 16200 |  1393 |  1080k|  55.3 |   898M |  93 |2646 |  74k|  70k|4751 |  1 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
729.35/731.81	c   732s| 16300 |  1407 |  1084k|  55.3 |   899M |  93 |2646 |  74k|  70k|4781 |  1 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
731.84/734.37	c   734s| 16400 |  1411 |  1089k|  55.2 |   899M |  93 |2646 |  74k|  70k|4806 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
738.62/741.11	c   741s| 16500 |  1421 |  1095k|  55.3 |   899M |  93 |2646 |  74k|  70k|4858 |  0 |  11k|  39 | 0.000000e+00 |      --      |    Inf | unknown
743.70/746.23	c   746s| 16600 |  1435 |  1100k|  55.2 |   899M |  93 |2646 |  74k|  70k|4905 |  0 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
745.89/748.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
745.89/748.49	c   748s| 16700 |  1451 |  1106k|  55.2 |   900M |  93 |2646 |  74k|  70k|4928 |  1 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
749.68/752.26	c   752s| 16800 |  1459 |  1111k|  55.2 |   902M |  93 |2646 |  74k|  70k|4961 |  0 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
752.07/754.64	c   755s| 16900 |  1467 |  1117k|  55.2 |   902M |  93 |2646 |  74k|  70k|4996 |  1 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
756.76/759.32	c   759s| 17000 |  1473 |  1122k|  55.2 |   902M |  93 |2646 |  74k|  70k|5030 |  2 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
763.14/765.71	c   766s| 17100 |  1483 |  1128k|  55.2 |   902M |  93 |2646 |  74k|  70k|5075 |  0 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
768.92/771.54	c   772s| 17200 |  1491 |  1134k|  55.2 |   902M |  93 |2646 |  74k|  70k|5137 |  0 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
775.30/777.98	c   778s| 17300 |  1501 |  1140k|  55.3 |   902M |  93 |2646 |  75k|  70k|5200 |  0 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
782.28/784.90	c   785s| 17400 |  1509 |  1146k|  55.3 |   903M |  93 |2646 |  75k|  70k|5245 |  1 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
785.57/788.20	c   788s| 17500 |  1519 |  1153k|  55.4 |   904M |  93 |2646 |  75k|  70k|5302 |  2 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
789.36/792.01	c   792s| 17600 |  1525 |  1159k|  55.4 |   904M |  93 |2646 |  75k|  70k|5347 |  1 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
794.84/797.53	c   798s| 17700 |  1537 |  1166k|  55.5 |   915M |  93 |2646 |  75k|  70k|5411 |  1 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
800.22/802.99	c   803s| 17800 |  1541 |  1171k|  55.5 |   915M |  93 |2646 |  75k|  70k|5476 |  0 |  12k|  39 | 0.000000e+00 |      --      |    Inf | unknown
805.90/808.61	c   809s| 17900 |  1549 |  1176k|  55.4 |   916M |  93 |2646 |  75k|  70k|5542 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
811.18/813.97	c   814s| 18000 |  1555 |  1181k|  55.4 |   917M |  93 |2646 |  75k|  70k|5598 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
816.37/819.14	c   819s| 18100 |  1561 |  1187k|  55.4 |   919M |  93 |2646 |  75k|  70k|5668 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
819.66/822.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
819.66/822.40	c   822s| 18200 |  1571 |  1192k|  55.4 |   921M |  93 |2646 |  75k|  70k|5716 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
824.74/827.53	c   828s| 18300 |  1585 |  1198k|  55.4 |   924M |  93 |2646 |  75k|  70k|5763 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
831.32/834.17	c   834s| 18400 |  1591 |  1203k|  55.4 |   926M |  93 |2646 |  75k|  70k|5815 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
836.50/839.32	c   839s| 18500 |  1601 |  1209k|  55.4 |   926M |  93 |2646 |  75k|  70k|5866 |  1 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
842.19/845.03	c   845s| 18600 |  1607 |  1214k|  55.4 |   926M |  93 |2646 |  75k|  70k|5933 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
848.96/851.84	c   852s| 18700 |  1615 |  1220k|  55.4 |   926M |  93 |2646 |  75k|  70k|5985 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
853.35/856.29	c   856s| 18800 |  1621 |  1225k|  55.4 |   926M |  93 |2646 |  75k|  70k|6034 |  1 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
857.93/860.82	c   861s| 18900 |  1628 |  1229k|  55.3 |   926M |  93 |2646 |  75k|  70k|6062 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
861.62/864.54	c   865s| 19000 |  1642 |  1234k|  55.3 |   926M |  93 |2646 |  75k|  70k|6105 |  1 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
867.60/870.54	c   871s| 19100 |  1646 |  1238k|  55.2 |   927M |  93 |2646 |  75k|  70k|6159 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
873.78/876.75	c   877s| 19200 |  1652 |  1242k|  55.1 |   927M |  93 |2646 |  75k|  70k|6222 |  0 |  13k|  39 | 0.000000e+00 |      --      |    Inf | unknown
876.77/879.70	c   880s| 19300 |  1664 |  1247k|  55.1 |   927M |  93 |2646 |  75k|  70k|6262 |  1 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
878.97/881.91	c   882s| 19400 |  1670 |  1251k|  55.1 |   927M |  93 |2646 |  75k|  70k|6306 |  1 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
882.35/885.38	c   885s| 19500 |  1676 |  1256k|  55.0 |   933M |  93 |2646 |  76k|  70k|6346 |  0 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
887.64/890.61	c   891s| 19600 |  1684 |  1261k|  55.0 |   933M |  93 |2646 |  76k|  70k|6383 |  0 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
890.73/893.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
890.73/893.79	c   894s| 19700 |  1693 |  1267k|  55.1 |   934M |  93 |2646 |  76k|  70k|6406 |  0 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
894.12/897.17	c   897s| 19800 |  1700 |  1272k|  55.0 |   934M |  93 |2646 |  76k|  70k|6426 |  0 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
896.90/899.91	c   900s| 19900 |  1724 |  1277k|  55.0 |   935M |  93 |2646 |  76k|  70k|6452 |  1 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
900.69/903.77	c   904s| 20000 |  1728 |  1281k|  54.9 |   935M |  93 |2646 |  76k|  70k|6490 |  1 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
904.78/907.85	c   908s| 20100 |  1745 |  1286k|  54.9 |   936M |  93 |2646 |  76k|  70k|6522 |  1 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
906.87/909.92	c   910s| 20200 |  1751 |  1290k|  54.8 |   936M |  93 |2646 |  76k|  70k|6549 |  1 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
910.36/913.47	c   913s| 20300 |  1757 |  1294k|  54.8 |   936M |  93 |2646 |  76k|  70k|6578 |  1 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
917.34/920.48	c   920s| 20400 |  1761 |  1298k|  54.7 |   936M |  93 |2646 |  76k|  70k|6646 |  0 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
922.72/925.87	c   926s| 20500 |  1769 |  1302k|  54.6 |   936M |  93 |2646 |  76k|  70k|6714 |  1 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
927.91/931.02	c   931s| 20600 |  1769 |  1305k|  54.6 |   937M |  93 |2646 |  76k|  70k|6763 |  0 |  14k|  39 | 0.000000e+00 |      --      |    Inf | unknown
934.89/938.09	c   938s| 20700 |  1779 |  1312k|  54.6 |   937M |  93 |2646 |  76k|  70k|6801 |  0 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
937.07/940.21	c   940s| 20800 |  1791 |  1316k|  54.6 |   938M |  93 |2646 |  76k|  70k|6824 |  1 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
939.17/942.36	c   942s| 20900 |  1813 |  1321k|  54.5 |   938M |  93 |2646 |  76k|  70k|6824 |  1 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
944.75/947.98	c   948s| 21000 |  1827 |  1326k|  54.5 |   938M |  93 |2646 |  76k|  70k|6857 |  0 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
947.14/950.35	c   950s| 21100 |  1835 |  1332k|  54.5 |   939M |  93 |2646 |  76k|  70k|6880 |  0 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
952.22/955.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
952.22/955.41	c   955s| 21200 |  1845 |  1337k|  54.5 |   939M |  93 |2646 |  76k|  70k|6907 |  0 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
955.02/958.27	c   958s| 21300 |  1850 |  1342k|  54.5 |   940M |  93 |2646 |  76k|  70k|6938 |  0 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
957.51/960.75	c   961s| 21400 |  1872 |  1346k|  54.5 |   942M |  93 |2646 |  76k|  70k|6947 |  1 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
959.70/962.99	c   963s| 21500 |  1876 |  1352k|  54.5 |   942M |  93 |2646 |  76k|  70k|6949 |  0 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
963.98/967.28	c   967s| 21600 |  1888 |  1360k|  54.6 |   947M |  93 |2646 |  76k|  70k|6978 |  1 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
970.77/974.01	c   974s| 21700 |  1894 |  1366k|  54.6 |   947M |  93 |2646 |  76k|  70k|7038 |  0 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
975.25/978.59	c   979s| 21800 |  1902 |  1372k|  54.6 |   947M |  93 |2646 |  76k|  70k|7070 |  1 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
977.24/980.59	c   981s| 21900 |  1910 |  1376k|  54.6 |   947M |  93 |2646 |  76k|  70k|7085 |  1 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
979.63/982.94	c   983s| 22000 |  1924 |  1380k|  54.5 |   948M |  93 |2646 |  76k|  70k|7097 |  1 |  15k|  39 | 0.000000e+00 |      --      |    Inf | unknown
981.73/985.09	c   985s| 22100 |  1930 |  1385k|  54.5 |   948M |  93 |2646 |  76k|  70k|7123 |  0 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
985.12/988.48	c   988s| 22200 |  1938 |  1391k|  54.5 |   948M |  93 |2646 |  76k|  70k|7160 |  1 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
988.11/991.47	c   991s| 22300 |  1946 |  1397k|  54.5 |   948M |  93 |2646 |  76k|  70k|7195 |  2 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
990.00/993.36	c   993s| 22400 |  1960 |  1400k|  54.4 |   948M |  93 |2646 |  76k|  70k|7208 |  0 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
997.78/1001.18	c  1001s| 22500 |  1966 |  1405k|  54.4 |   949M |  93 |2646 |  76k|  70k|7261 |  1 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1002.56/1005.91	c  1006s| 22600 |  1972 |  1410k|  54.4 |   949M |  93 |2646 |  76k|  70k|7306 |  1 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1007.34/1010.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1007.34/1010.72	c  1011s| 22700 |  1978 |  1415k|  54.4 |   949M |  93 |2646 |  76k|  70k|7346 |  0 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1009.24/1012.69	c  1013s| 22800 |  1992 |  1419k|  54.3 |   950M |  93 |2646 |  76k|  70k|7361 |  0 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1014.42/1017.82	c  1018s| 22900 |  2000 |  1423k|  54.3 |   957M |  93 |2646 |  76k|  70k|7403 |  1 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1018.01/1021.42	c  1021s| 23000 |  2012 |  1427k|  54.2 |   957M |  93 |2646 |  76k|  70k|7434 |  2 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1020.10/1023.55	c  1024s| 23100 |  2027 |  1432k|  54.2 |   958M |  93 |2646 |  76k|  70k|7452 |  0 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1022.09/1025.50	c  1026s| 23200 |  2039 |  1436k|  54.1 |   958M |  93 |2646 |  76k|  70k|7463 |  0 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1024.09/1027.58	c  1028s| 23300 |  2051 |  1440k|  54.1 |   959M |  93 |2646 |  76k|  70k|7478 |  1 |  16k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1026.68/1030.18	c  1030s| 23400 |  2055 |  1444k|  54.0 |   959M |  93 |2646 |  76k|  70k|7494 |  0 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1028.67/1032.14	c  1032s| 23500 |  2061 |  1448k|  54.0 |   959M |  93 |2646 |  76k|  70k|7510 |  1 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1030.57/1034.00	c  1034s| 23600 |  2067 |  1452k|  53.9 |   959M |  93 |2646 |  76k|  70k|7519 |  0 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1032.46/1035.91	c  1036s| 23700 |  2077 |  1455k|  53.8 |   960M |  93 |2646 |  76k|  70k|7535 |  0 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1034.45/1037.96	c  1038s| 23800 |  2095 |  1460k|  53.8 |   960M |  93 |2646 |  76k|  70k|7537 |  1 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1036.55/1040.10	c  1040s| 23900 |  2101 |  1465k|  53.8 |   960M |  93 |2646 |  76k|  70k|7546 |  0 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1038.73/1042.27	c  1042s| 24000 |  2113 |  1470k|  53.8 |   961M |  93 |2646 |  76k|  70k|7559 |  1 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1042.82/1046.33	c  1046s| 24100 |  2123 |  1475k|  53.8 |   961M |  93 |2646 |  76k|  70k|7589 |  1 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1046.61/1050.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1046.61/1050.15	c  1050s| 24200 |  2139 |  1479k|  53.7 |   961M |  93 |2646 |  76k|  70k|7623 |  1 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1048.80/1052.30	c  1052s| 24300 |  2149 |  1484k|  53.7 |   961M |  93 |2646 |  76k|  70k|7633 |  0 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1051.89/1055.46	c  1055s| 24400 |  2159 |  1489k|  53.7 |   961M |  93 |2646 |  76k|  70k|7654 |  1 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1054.18/1057.73	c  1058s| 24500 |  2169 |  1494k|  53.7 |   962M |  93 |2646 |  76k|  70k|7679 |  0 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1059.87/1063.44	c  1063s| 24600 |  2177 |  1500k|  53.7 |   963M |  93 |2646 |  76k|  70k|7713 |  0 |  17k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1062.86/1066.48	c  1066s| 24700 |  2189 |  1507k|  53.8 |   963M |  93 |2646 |  76k|  70k|7732 |  3 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1067.15/1070.72	c  1071s| 24800 |  2199 |  1512k|  53.8 |   963M |  93 |2646 |  76k|  70k|7766 |  1 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1069.34/1072.91	c  1073s| 24900 |  2211 |  1517k|  53.7 |   963M |  93 |2646 |  76k|  70k|7791 |  1 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1073.63/1077.27	c  1077s| 25000 |  2227 |  1522k|  53.7 |   965M |  93 |2646 |  76k|  70k|7842 |  1 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1080.11/1083.76	c  1084s| 25100 |  2241 |  1527k|  53.7 |   966M |  93 |2646 |  76k|  70k|7892 |  0 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1086.09/1089.79	c  1090s| 25200 |  2255 |  1535k|  53.8 |   966M |  93 |2646 |  76k|  70k|7963 |  1 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1092.27/1095.96	c  1096s| 25300 |  2263 |  1539k|  53.8 |   966M |  93 |2646 |  76k|  70k|8013 |  0 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1098.55/1102.26	c  1102s| 25400 |  2279 |  1546k|  53.8 |   968M |  93 |2646 |  76k|  70k|8083 |  1 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1101.94/1105.63	c  1106s| 25500 |  2289 |  1552k|  53.8 |   968M |  93 |2646 |  76k|  70k|8113 |  1 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1104.83/1108.54	c  1109s| 25600 |  2295 |  1557k|  53.8 |   968M |  93 |2646 |  76k|  70k|8153 |  0 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1109.51/1113.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1109.51/1113.21	c  1113s| 25700 |  2305 |  1563k|  53.9 |   969M |  93 |2646 |  76k|  70k|8203 |  1 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1112.60/1116.33	c  1116s| 25800 |  2313 |  1570k|  53.9 |   970M |  93 |2646 |  76k|  70k|8223 |  0 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1119.18/1122.94	c  1123s| 25900 |  2323 |  1577k|  54.0 |   970M |  93 |2646 |  76k|  70k|8290 |  1 |  18k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1123.67/1127.48	c  1127s| 26000 |  2329 |  1583k|  54.0 |   971M |  93 |2646 |  76k|  70k|8340 |  0 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1127.15/1130.92	c  1131s| 26100 |  2339 |  1589k|  54.0 |   971M |  93 |2646 |  76k|  70k|8382 |  1 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1133.04/1136.82	c  1137s| 26200 |  2345 |  1594k|  54.0 |   971M |  93 |2646 |  76k|  70k|8438 |  1 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1137.92/1141.72	c  1142s| 26300 |  2357 |  1600k|  54.0 |   971M |  93 |2646 |  76k|  70k|8484 |  1 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1142.80/1146.60	c  1147s| 26400 |  2365 |  1606k|  54.0 |   971M |  93 |2646 |  76k|  70k|8538 |  0 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1146.49/1150.39	c  1150s| 26500 |  2373 |  1611k|  54.0 |   971M |  93 |2646 |  76k|  70k|8566 |  0 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1150.08/1153.96	c  1154s| 26600 |  2383 |  1616k|  54.0 |   972M |  93 |2646 |  76k|  70k|8617 |  1 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1153.07/1156.99	c  1157s| 26700 |  2391 |  1622k|  54.0 |   972M |  93 |2646 |  76k|  70k|8656 |  0 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1156.06/1159.90	c  1160s| 26800 |  2399 |  1626k|  54.0 |   972M |  93 |2646 |  76k|  70k|8676 |  2 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1160.45/1164.38	c  1164s| 26900 |  2411 |  1631k|  54.0 |   972M |  93 |2646 |  76k|  70k|8731 |  1 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1165.83/1169.70	c  1170s| 27000 |  2417 |  1636k|  54.0 |   972M |  93 |2646 |  76k|  70k|8777 |  1 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1172.21/1176.10	c  1176s| 27100 |  2425 |  1643k|  54.0 |   972M |  93 |2646 |  76k|  70k|8846 |  1 |  19k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1175.49/1179.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1175.49/1179.44	c  1179s| 27200 |  2433 |  1650k|  54.0 |   973M |  93 |2646 |  76k|  70k|8883 |  0 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1180.78/1184.75	c  1185s| 27300 |  2443 |  1655k|  54.0 |   973M |  93 |2646 |  76k|  70k|8929 |  0 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1184.46/1188.44	c  1188s| 27400 |  2449 |  1660k|  54.0 |   973M |  93 |2646 |  76k|  70k|8963 |  0 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1189.45/1193.49	c  1193s| 27500 |  2459 |  1665k|  54.0 |   974M |  93 |2646 |  77k|  70k|9009 |  1 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1195.33/1199.35	c  1199s| 27600 |  2467 |  1670k|  54.0 |   975M |  93 |2646 |  77k|  70k|9077 |  1 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1200.41/1204.41	c  1204s| 27700 |  2475 |  1675k|  54.0 |   975M |  93 |2646 |  77k|  70k|9130 |  0 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1206.20/1210.25	c  1210s| 27800 |  2487 |  1681k|  54.0 |   979M |  93 |2646 |  77k|  70k|9182 |  2 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1209.09/1213.16	c  1213s| 27900 |  2493 |  1686k|  54.0 |   979M |  93 |2646 |  77k|  70k|9213 |  0 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1212.28/1216.34	c  1216s| 28000 |  2499 |  1692k|  54.0 |   979M |  93 |2646 |  77k|  70k|9250 |  0 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1214.87/1219.00	c  1219s| 28100 |  2507 |  1696k|  54.0 |   979M |  93 |2646 |  77k|  70k|9295 |  2 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1217.96/1222.04	c  1222s| 28200 |  2511 |  1701k|  54.0 |   979M |  93 |2646 |  77k|  70k|9328 |  1 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1224.24/1228.31	c  1228s| 28300 |  2517 |  1706k|  54.0 |   980M |  93 |2646 |  77k|  70k|9383 |  1 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1230.02/1234.11	c  1234s| 28400 |  2527 |  1713k|  54.0 |   981M |  93 |2646 |  77k|  70k|9437 |  0 |  20k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1232.61/1236.79	c  1237s| 28500 |  2533 |  1718k|  54.0 |   981M |  93 |2646 |  77k|  70k|9468 |  0 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1237.79/1241.92	c  1242s| 28600 |  2541 |  1724k|  54.0 |   981M |  93 |2646 |  77k|  70k|9516 |  1 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1243.47/1247.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1243.47/1247.68	c  1248s| 28700 |  2545 |  1728k|  54.0 |   981M |  93 |2646 |  77k|  70k|9569 |  1 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1249.65/1253.85	c  1254s| 28800 |  2555 |  1735k|  54.0 |   981M |  93 |2646 |  77k|  70k|9617 |  0 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1254.24/1258.42	c  1258s| 28900 |  2561 |  1740k|  54.0 |   981M |  93 |2646 |  77k|  70k|9668 |  0 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1256.73/1260.96	c  1261s| 29000 |  2567 |  1747k|  54.0 |   981M |  93 |2646 |  77k|  70k|9697 |  0 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1258.72/1262.99	c  1263s| 29100 |  2573 |  1751k|  54.0 |   981M |  93 |2646 |  77k|  70k|9710 |  0 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1261.01/1265.20	c  1265s| 29200 |  2585 |  1756k|  54.0 |   981M |  93 |2646 |  77k|  70k|9725 |  1 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1266.70/1270.92	c  1271s| 29300 |  2593 |  1762k|  54.0 |   981M |  93 |2646 |  77k|  70k|9790 |  0 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1271.98/1276.28	c  1276s| 29400 |  2603 |  1769k|  54.0 |   982M |  93 |2646 |  77k|  70k|9837 |  1 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1275.07/1279.35	c  1279s| 29500 |  2612 |  1773k|  54.0 |   982M |  93 |2646 |  77k|  70k|9851 |  1 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1278.86/1283.17	c  1283s| 29600 |  2618 |  1777k|  54.0 |   982M |  93 |2646 |  77k|  70k|9889 |  0 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1282.34/1286.69	c  1287s| 29700 |  2628 |  1782k|  54.0 |   982M |  93 |2646 |  78k|  70k|9914 |  0 |  21k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1284.93/1289.25	c  1289s| 29800 |  2638 |  1788k|  54.0 |   992M |  93 |2646 |  78k|  70k|9942 |  2 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1287.63/1291.95	c  1292s| 29900 |  2644 |  1793k|  54.0 |   992M |  93 |2646 |  78k|  70k|9962 |  1 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1293.01/1297.30	c  1297s| 30000 |  2648 |  1799k|  54.0 |   992M |  93 |2646 |  78k|  70k|  10k|  0 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1295.10/1299.44	c  1299s| 30100 |  2656 |  1804k|  54.0 |   992M |  93 |2646 |  78k|  70k|  10k|  1 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1299.99/1304.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1299.99/1304.37	c  1304s| 30200 |  2662 |  1809k|  54.0 |   992M |  93 |2646 |  78k|  70k|  10k|  0 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1302.38/1306.72	c  1307s| 30300 |  2668 |  1814k|  54.0 |   994M |  93 |2646 |  78k|  70k|  10k|  1 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1306.36/1310.73	c  1311s| 30400 |  2676 |  1819k|  53.9 |   994M |  93 |2646 |  78k|  70k|  10k|  1 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1311.75/1316.18	c  1316s| 30500 |  2680 |  1825k|  53.9 |   994M |  93 |2646 |  78k|  70k|  10k|  0 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1314.44/1318.84	c  1319s| 30600 |  2692 |  1831k|  54.0 |   995M |  93 |2646 |  78k|  70k|  10k|  0 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1318.82/1323.21	c  1323s| 30700 |  2700 |  1836k|  54.0 |   995M |  93 |2646 |  78k|  70k|  10k|  1 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1324.50/1328.99	c  1329s| 30800 |  2706 |  1841k|  53.9 |   995M |  93 |2646 |  78k|  70k|  10k|  1 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1329.39/1333.89	c  1334s| 30900 |  2710 |  1845k|  53.9 |   995M |  93 |2646 |  78k|  70k|  10k|  2 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1334.07/1338.53	c  1339s| 31000 |  2716 |  1850k|  53.9 |   995M |  93 |2646 |  78k|  70k|  10k|  1 |  22k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1337.16/1341.60	c  1342s| 31100 |  2722 |  1856k|  53.9 |   995M |  93 |2646 |  78k|  70k|  10k|  1 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1343.14/1347.62	c  1348s| 31200 |  2726 |  1860k|  53.9 |   995M |  93 |2646 |  78k|  70k|  10k|  1 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1348.53/1353.01	c  1353s| 31300 |  2734 |  1867k|  53.9 |   996M |  93 |2646 |  78k|  70k|  10k|  1 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1353.31/1357.88	c  1358s| 31400 |  2740 |  1872k|  53.9 |   997M |  93 |2646 |  78k|  70k|  10k|  0 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1357.50/1362.06	c  1362s| 31500 |  2750 |  1876k|  53.9 |   997M |  93 |2646 |  78k|  70k|  10k|  0 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1361.28/1365.82	c  1366s| 31600 |  2754 |  1882k|  53.9 |   997M |  93 |2646 |  78k|  70k|  10k|  0 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1365.67/1370.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1365.67/1370.23	c  1370s| 31700 |  2764 |  1886k|  53.9 |   997M |  93 |2646 |  79k|  70k|  10k|  1 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1369.46/1374.01	c  1374s| 31800 |  2768 |  1891k|  53.8 |   997M |  93 |2646 |  79k|  70k|  10k|  3 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1376.44/1381.02	c  1381s| 31900 |  2772 |  1897k|  53.8 |   997M |  93 |2646 |  79k|  70k|  10k|  0 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1379.53/1384.15	c  1384s| 32000 |  2778 |  1903k|  53.9 |   997M |  93 |2646 |  79k|  70k|  10k|  0 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1383.51/1388.14	c  1388s| 32100 |  2788 |  1909k|  53.9 |   997M |  93 |2646 |  79k|  70k|  10k|  1 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1385.60/1390.29	c  1390s| 32200 |  2792 |  1913k|  53.8 |   997M |  93 |2646 |  79k|  70k|  10k|  0 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1390.29/1394.90	c  1395s| 32300 |  2798 |  1917k|  53.8 |   998M |  93 |2646 |  79k|  70k|  10k|  1 |  23k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1395.87/1400.54	c  1401s| 32400 |  2808 |  1923k|  53.8 |   998M |  93 |2646 |  79k|  70k|  11k|  1 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1398.16/1402.84	c  1403s| 32500 |  2818 |  1929k|  53.8 |   999M |  93 |2646 |  79k|  70k|  11k|  1 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1400.36/1405.05	c  1405s| 32600 |  2828 |  1934k|  53.8 |  1000M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1402.45/1407.11	c  1407s| 32700 |  2834 |  1938k|  53.8 |  1000M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1404.54/1409.25	c  1409s| 32800 |  2856 |  1943k|  53.8 |  1000M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1406.53/1411.21	c  1411s| 32900 |  2862 |  1947k|  53.7 |  1000M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1410.91/1415.61	c  1416s| 33000 |  2872 |  1951k|  53.7 |  1000M |  93 |2646 |  79k|  70k|  11k|  1 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1416.30/1421.02	c  1421s| 33100 |  2878 |  1956k|  53.7 |  1002M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1422.28/1427.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1422.28/1427.07	c  1427s| 33200 |  2886 |  1961k|  53.7 |  1002M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1428.16/1432.99	c  1433s| 33300 |  2902 |  1967k|  53.7 |  1002M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1432.44/1437.28	c  1437s| 33400 |  2912 |  1972k|  53.7 |  1002M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1437.93/1442.75	c  1443s| 33500 |  2930 |  1976k|  53.7 |  1003M |  93 |2646 |  79k|  70k|  11k|  0 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1442.51/1447.31	c  1447s| 33600 |  2952 |  1982k|  53.7 |  1005M |  93 |2646 |  79k|  70k|  11k|  1 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1444.80/1449.68	c  1450s| 33700 |  2970 |  1987k|  53.7 |  1005M |  93 |2646 |  79k|  70k|  11k|  1 |  24k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1447.00/1451.87	c  1452s| 33800 |  2986 |  1992k|  53.6 |  1005M |  93 |2646 |  79k|  70k|  11k|  0 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1450.78/1455.62	c  1456s| 33900 |  2998 |  1997k|  53.7 |  1005M |  93 |2646 |  79k|  70k|  11k|  1 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1452.87/1457.72	c  1458s| 34000 |  3008 |  2002k|  53.6 |  1005M |  93 |2646 |  79k|  70k|  11k|  1 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1454.87/1459.75	c  1460s| 34100 |  3016 |  2006k|  53.6 |  1006M |  93 |2646 |  79k|  70k|  11k|  1 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1457.16/1462.09	c  1462s| 34200 |  3024 |  2013k|  53.6 |  1006M |  93 |2646 |  79k|  70k|  11k|  1 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1459.95/1464.82	c  1465s| 34300 |  3030 |  2018k|  53.6 |  1006M |  93 |2646 |  79k|  70k|  11k|  0 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1464.93/1469.86	c  1470s| 34400 |  3036 |  2022k|  53.6 |  1006M |  93 |2646 |  79k|  70k|  11k|  0 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1470.92/1475.84	c  1476s| 34500 |  3046 |  2027k|  53.6 |  1011M |  93 |2646 |  79k|  70k|  11k|  0 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1476.71/1481.68	c  1482s| 34600 |  3052 |  2032k|  53.6 |  1011M |  93 |2646 |  79k|  70k|  11k|  0 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1483.09/1488.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1483.09/1488.01	c  1488s| 34700 |  3064 |  2036k|  53.5 |  1011M |  93 |2646 |  79k|  70k|  11k|  1 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1486.97/1491.98	c  1492s| 34800 |  3072 |  2041k|  53.5 |  1012M |  93 |2646 |  79k|  70k|  11k|  1 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1493.06/1498.10	c  1498s| 34900 |  3082 |  2046k|  53.5 |  1013M |  93 |2646 |  79k|  70k|  11k|  1 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1496.54/1501.54	c  1502s| 35000 |  3086 |  2050k|  53.5 |  1013M |  93 |2646 |  79k|  70k|  11k|  0 |  25k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1502.72/1507.74	c  1508s| 35100 |  3096 |  2055k|  53.5 |  1013M |  93 |2646 |  79k|  70k|  11k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1507.12/1512.16	c  1512s| 35200 |  3114 |  2061k|  53.5 |  1013M |  93 |2646 |  79k|  70k|  11k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1511.70/1516.71	c  1517s| 35300 |  3122 |  2065k|  53.5 |  1014M |  93 |2646 |  79k|  70k|  12k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1515.88/1520.91	c  1521s| 35400 |  3132 |  2069k|  53.4 |  1014M |  93 |2646 |  79k|  70k|  12k|  1 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1520.47/1525.58	c  1526s| 35500 |  3138 |  2074k|  53.4 |  1014M |  93 |2646 |  79k|  70k|  12k|  1 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1525.45/1530.56	c  1531s| 35600 |  3142 |  2078k|  53.4 |  1014M |  93 |2646 |  79k|  70k|  12k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1527.64/1532.73	c  1533s| 35700 |  3148 |  2083k|  53.4 |  1015M |  93 |2646 |  80k|  70k|  12k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1531.43/1536.54	c  1537s| 35800 |  3151 |  2086k|  53.3 |  1015M |  93 |2646 |  80k|  70k|  12k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1533.43/1538.51	c  1539s| 35900 |  3161 |  2091k|  53.3 |  1015M |  93 |2646 |  80k|  70k|  12k|  1 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1536.32/1541.42	c  1541s| 36000 |  3173 |  2097k|  53.3 |  1015M |  93 |2646 |  80k|  70k|  12k|  1 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1539.31/1544.43	c  1544s| 36100 |  3181 |  2101k|  53.3 |  1016M |  93 |2646 |  80k|  70k|  12k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1541.70/1546.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1541.70/1546.86	c  1547s| 36200 |  3187 |  2105k|  53.3 |  1016M |  93 |2646 |  80k|  70k|  12k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1546.99/1552.10	c  1552s| 36300 |  3193 |  2109k|  53.2 |  1016M |  93 |2646 |  80k|  70k|  12k|  1 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1551.87/1557.01	c  1557s| 36400 |  3201 |  2115k|  53.2 |  1017M |  93 |2646 |  80k|  70k|  12k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1558.05/1563.26	c  1563s| 36500 |  3211 |  2122k|  53.3 |  1019M |  93 |2646 |  80k|  70k|  12k|  0 |  26k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1561.33/1566.60	c  1567s| 36600 |  3217 |  2126k|  53.2 |  1030M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1567.22/1572.47	c  1572s| 36700 |  3223 |  2131k|  53.2 |  1030M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1570.91/1576.12	c  1576s| 36800 |  3225 |  2135k|  53.2 |  1030M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1575.39/1580.60	c  1581s| 36900 |  3239 |  2141k|  53.2 |  1030M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1577.38/1582.68	c  1583s| 37000 |  3249 |  2145k|  53.2 |  1030M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1582.96/1588.26	c  1588s| 37100 |  3253 |  2149k|  53.2 |  1030M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1586.95/1592.23	c  1592s| 37200 |  3255 |  2153k|  53.1 |  1030M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1590.44/1595.77	c  1596s| 37300 |  3261 |  2159k|  53.1 |  1030M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1595.02/1600.31	c  1600s| 37400 |  3267 |  2164k|  53.1 |  1030M |  93 |2646 |  80k|  70k|  12k|  1 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1601.20/1606.56	c  1607s| 37500 |  3271 |  2170k|  53.2 |  1031M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1605.39/1610.79	c  1611s| 37600 |  3279 |  2175k|  53.1 |  1032M |  93 |2646 |  80k|  70k|  12k|  1 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1609.38/1614.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1609.38/1614.71	c  1615s| 37700 |  3279 |  2180k|  53.1 |  1032M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1613.46/1618.83	c  1619s| 37800 |  3285 |  2184k|  53.1 |  1032M |  93 |2646 |  80k|  70k|  12k|  1 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1617.35/1622.76	c  1623s| 37900 |  3290 |  2188k|  53.1 |  1032M |  93 |2646 |  80k|  70k|  12k|  0 |  27k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1620.04/1625.43	c  1625s| 38000 |  3298 |  2193k|  53.0 |  1032M |  93 |2646 |  80k|  70k|  12k|  0 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1623.33/1628.74	c  1629s| 38100 |  3308 |  2199k|  53.1 |  1032M |  93 |2646 |  80k|  70k|  12k|  0 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1625.32/1630.79	c  1631s| 38200 |  3316 |  2204k|  53.1 |  1032M |  93 |2646 |  80k|  70k|  12k|  1 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1627.42/1632.81	c  1633s| 38300 |  3324 |  2208k|  53.0 |  1032M |  93 |2646 |  80k|  70k|  12k|  0 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1629.61/1635.09	c  1635s| 38400 |  3338 |  2213k|  53.0 |  1033M |  93 |2646 |  80k|  70k|  13k|  1 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1636.98/1642.45	c  1642s| 38500 |  3352 |  2220k|  53.1 |  1034M |  93 |2646 |  80k|  70k|  13k|  1 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1640.87/1646.36	c  1646s| 38600 |  3358 |  2224k|  53.0 |  1034M |  93 |2646 |  80k|  70k|  13k|  1 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1643.76/1649.22	c  1649s| 38700 |  3370 |  2229k|  53.0 |  1034M |  93 |2646 |  80k|  70k|  13k|  1 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1647.75/1653.21	c  1653s| 38800 |  3378 |  2234k|  53.0 |  1034M |  93 |2646 |  80k|  70k|  13k|  0 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1655.12/1660.66	c  1661s| 38900 |  3386 |  2239k|  53.0 |  1034M |  93 |2646 |  80k|  70k|  13k|  0 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1658.52/1664.06	c  1664s| 39000 |  3392 |  2244k|  53.0 |  1034M |  93 |2646 |  80k|  70k|  13k|  0 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1661.30/1666.83	c  1667s| 39100 |  3400 |  2248k|  53.0 |  1034M |  93 |2646 |  80k|  70k|  13k|  1 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1664.79/1670.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1664.79/1670.38	c  1670s| 39200 |  3406 |  2253k|  53.0 |  1034M |  93 |2646 |  80k|  70k|  13k|  1 |  28k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1667.68/1673.25	c  1673s| 39300 |  3416 |  2259k|  53.0 |  1034M |  93 |2646 |  80k|  70k|  13k|  0 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1670.67/1676.25	c  1676s| 39400 |  3422 |  2264k|  53.0 |  1035M |  93 |2646 |  80k|  70k|  13k|  0 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1674.76/1680.32	c  1680s| 39500 |  3424 |  2269k|  53.0 |  1036M |  93 |2646 |  80k|  70k|  13k|  1 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1677.55/1683.18	c  1683s| 39600 |  3432 |  2274k|  53.0 |  1036M |  93 |2646 |  80k|  70k|  13k|  0 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1681.04/1686.61	c  1687s| 39700 |  3438 |  2278k|  52.9 |  1036M |  93 |2646 |  80k|  70k|  13k|  0 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1683.93/1689.58	c  1690s| 39800 |  3452 |  2282k|  52.9 |  1037M |  93 |2646 |  80k|  70k|  13k|  1 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1689.31/1694.95	c  1695s| 39900 |  3456 |  2288k|  52.9 |  1038M |  93 |2646 |  80k|  70k|  13k|  0 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1695.50/1701.14	c  1701s| 40000 |  3462 |  2294k|  52.9 |  1038M |  93 |2646 |  80k|  70k|  13k|  1 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1697.58/1703.21	c  1703s| 40100 |  3464 |  2298k|  52.9 |  1038M |  93 |2646 |  80k|  70k|  13k|  0 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1699.68/1705.33	c  1705s| 40200 |  3470 |  2303k|  52.9 |  1038M |  93 |2646 |  80k|  70k|  13k|  1 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1705.06/1710.70	c  1711s| 40300 |  3476 |  2308k|  52.9 |  1038M |  93 |2646 |  80k|  70k|  13k|  1 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1709.15/1714.84	c  1715s| 40400 |  3482 |  2313k|  52.9 |  1039M |  93 |2646 |  80k|  70k|  13k|  2 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1714.63/1720.40	c  1720s| 40500 |  3490 |  2319k|  52.9 |  1039M |  93 |2646 |  80k|  70k|  13k|  1 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1716.52/1722.27	c  1722s| 40600 |  3494 |  2322k|  52.9 |  1039M |  93 |2646 |  80k|  70k|  13k|  0 |  29k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1718.42/1724.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1718.42/1724.19	c  1724s| 40700 |  3500 |  2326k|  52.8 |  1039M |  93 |2646 |  80k|  70k|  13k|  1 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1720.31/1726.09	c  1726s| 40800 |  3504 |  2329k|  52.8 |  1039M |  93 |2646 |  80k|  70k|  13k|  0 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1727.19/1732.92	c  1733s| 40900 |  3514 |  2334k|  52.8 |  1039M |  93 |2646 |  80k|  70k|  13k|  0 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1733.27/1739.03	c  1739s| 41000 |  3526 |  2338k|  52.7 |  1039M |  93 |2646 |  80k|  70k|  13k|  1 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1738.55/1744.35	c  1744s| 41100 |  3530 |  2342k|  52.7 |  1039M |  93 |2646 |  80k|  70k|  13k|  0 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1742.44/1748.24	c  1748s| 41200 |  3534 |  2346k|  52.7 |  1039M |  93 |2646 |  80k|  70k|  13k|  0 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1745.63/1751.47	c  1751s| 41300 |  3540 |  2352k|  52.7 |  1039M |  93 |2646 |  80k|  70k|  13k|  1 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1750.11/1755.94	c  1756s| 41400 |  3553 |  2359k|  52.7 |  1040M |  93 |2646 |  80k|  70k|  13k|  1 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1754.89/1760.76	c  1761s| 41500 |  3559 |  2363k|  52.7 |  1046M |  93 |2646 |  80k|  70k|  13k|  1 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1759.38/1765.28	c  1765s| 41600 |  3570 |  2367k|  52.7 |  1047M |  93 |2646 |  80k|  70k|  13k|  2 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1764.56/1770.48	c  1770s| 41700 |  3578 |  2373k|  52.7 |  1047M |  93 |2646 |  80k|  70k|  13k|  1 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1767.75/1773.64	c  1774s| 41800 |  3581 |  2377k|  52.7 |  1047M |  93 |2646 |  80k|  70k|  13k|  0 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1769.94/1775.84	c  1776s| 41900 |  3593 |  2382k|  52.7 |  1047M |  93 |2646 |  80k|  70k|  13k|  1 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1771.84/1777.72	c  1778s| 42000 |  3601 |  2386k|  52.6 |  1047M |  93 |2646 |  80k|  70k|  13k|  1 |  30k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1774.13/1780.05	c  1780s| 42100 |  3611 |  2391k|  52.6 |  1048M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1777.62/1783.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1777.62/1783.50	c  1783s| 42200 |  3623 |  2395k|  52.6 |  1049M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1782.30/1788.29	c  1788s| 42300 |  3631 |  2399k|  52.6 |  1049M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1785.20/1791.14	c  1791s| 42400 |  3640 |  2405k|  52.6 |  1049M |  93 |2646 |  80k|  70k|  14k|  1 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1789.58/1795.51	c  1796s| 42500 |  3644 |  2409k|  52.6 |  1049M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1792.37/1798.32	c  1798s| 42600 |  3650 |  2413k|  52.5 |  1049M |  93 |2646 |  80k|  70k|  14k|  1 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1796.75/1802.76	c  1803s| 42700 |  3658 |  2417k|  52.5 |  1049M |  93 |2646 |  80k|  70k|  14k|  1 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1803.63/1809.68	c  1810s| 42800 |  3662 |  2421k|  52.5 |  1050M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1808.13/1814.15	c  1814s| 42900 |  3670 |  2426k|  52.5 |  1050M |  93 |2646 |  80k|  70k|  14k|  1 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1812.21/1818.28	c  1818s| 43000 |  3680 |  2430k|  52.5 |  1050M |  93 |2646 |  80k|  70k|  14k|  1 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1815.80/1821.86	c  1822s| 43100 |  3682 |  2435k|  52.4 |  1051M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1819.59/1825.62	c  1826s| 43200 |  3684 |  2439k|  52.4 |  1051M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1825.77/1831.88	c  1832s| 43300 |  3690 |  2443k|  52.4 |  1051M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1831.35/1837.42	c  1837s| 43400 |  3690 |  2447k|  52.4 |  1051M |  93 |2646 |  80k|  70k|  14k|  0 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1836.84/1842.90	c  1843s| 43500 |  3696 |  2452k|  52.4 |  1051M |  93 |2646 |  80k|  70k|  14k|  1 |  31k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1839.33/1845.40	c  1845s| 43600 |  3712 |  2456k|  52.3 |  1052M |  93 |2646 |  80k|  70k|  14k|  2 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1841.22/1847.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1841.22/1847.33	c  1847s| 43700 |  3722 |  2460k|  52.3 |  1052M |  93 |2646 |  80k|  70k|  14k|  1 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1843.51/1849.65	c  1850s| 43800 |  3730 |  2466k|  52.3 |  1052M |  93 |2646 |  80k|  70k|  14k|  1 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1847.01/1853.17	c  1853s| 43900 |  3742 |  2470k|  52.3 |  1066M |  93 |2646 |  80k|  70k|  14k|  0 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1849.29/1855.44	c  1855s| 44000 |  3752 |  2475k|  52.3 |  1067M |  93 |2646 |  80k|  70k|  14k|  1 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1851.29/1857.49	c  1857s| 44100 |  3758 |  2479k|  52.3 |  1067M |  93 |2646 |  80k|  70k|  14k|  2 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1855.88/1862.01	c  1862s| 44200 |  3762 |  2483k|  52.2 |  1067M |  93 |2646 |  80k|  70k|  14k|  0 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1857.76/1863.92	c  1864s| 44300 |  3764 |  2487k|  52.2 |  1067M |  93 |2646 |  80k|  70k|  14k|  1 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1859.86/1866.05	c  1866s| 44400 |  3772 |  2491k|  52.2 |  1068M |  93 |2646 |  80k|  70k|  14k|  0 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1864.14/1870.35	c  1870s| 44500 |  3786 |  2495k|  52.2 |  1068M |  93 |2646 |  80k|  70k|  14k|  0 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1870.12/1876.32	c  1876s| 44600 |  3792 |  2498k|  52.1 |  1068M |  93 |2646 |  80k|  70k|  14k|  1 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1874.21/1880.45	c  1880s| 44700 |  3797 |  2502k|  52.1 |  1068M |  93 |2646 |  80k|  70k|  14k|  1 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1877.10/1883.38	c  1883s| 44800 |  3805 |  2506k|  52.1 |  1068M |  93 |2646 |  80k|  70k|  14k|  0 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1884.28/1890.58	c  1891s| 44900 |  3813 |  2510k|  52.0 |  1068M |  93 |2646 |  80k|  70k|  14k|  1 |  32k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1887.57/1893.85	c  1894s| 45000 |  3823 |  2512k|  52.0 |  1070M |  93 |2646 |  80k|  70k|  14k|  1 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1890.26/1896.58	c  1897s| 45100 |  3825 |  2517k|  52.0 |  1070M |  93 |2646 |  80k|  70k|  14k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1896.84/1903.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1896.84/1903.13	c  1903s| 45200 |  3831 |  2523k|  52.0 |  1070M |  93 |2646 |  80k|  70k|  14k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1899.63/1905.91	c  1906s| 45300 |  3835 |  2528k|  52.0 |  1070M |  93 |2646 |  80k|  70k|  14k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1901.73/1908.02	c  1908s| 45400 |  3841 |  2533k|  52.0 |  1070M |  93 |2646 |  80k|  70k|  14k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1903.91/1910.27	c  1910s| 45500 |  3847 |  2538k|  52.0 |  1070M |  93 |2646 |  80k|  70k|  14k|  1 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1906.81/1913.16	c  1913s| 45600 |  3851 |  2542k|  51.9 |  1070M |  93 |2646 |  80k|  70k|  14k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1911.09/1917.49	c  1917s| 45700 |  3852 |  2548k|  52.0 |  1070M |  93 |2646 |  80k|  70k|  14k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1916.97/1923.31	c  1923s| 45800 |  3858 |  2554k|  52.0 |  1070M |  93 |2646 |  80k|  70k|  14k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1922.15/1928.59	c  1929s| 45900 |  3868 |  2560k|  52.0 |  1071M |  93 |2646 |  80k|  70k|  14k|  1 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1927.74/1934.18	c  1934s| 46000 |  3876 |  2564k|  52.0 |  1071M |  93 |2646 |  80k|  70k|  15k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1930.53/1937.00	c  1937s| 46100 |  3882 |  2569k|  52.0 |  1071M |  93 |2646 |  80k|  70k|  15k|  0 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1932.63/1939.08	c  1939s| 46200 |  3888 |  2573k|  51.9 |  1072M |  93 |2646 |  80k|  70k|  15k|  1 |  33k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1934.62/1941.06	c  1941s| 46300 |  3898 |  2577k|  51.9 |  1073M |  93 |2646 |  80k|  70k|  15k|  0 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1936.61/1943.05	c  1943s| 46400 |  3906 |  2581k|  51.9 |  1073M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1938.70/1945.11	c  1945s| 46500 |  3914 |  2585k|  51.9 |  1073M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1940.60/1947.02	c  1947s| 46600 |  3918 |  2589k|  51.8 |  1073M |  93 |2646 |  80k|  70k|  15k|  0 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1942.59/1949.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1942.59/1949.06	c  1949s| 46700 |  3924 |  2593k|  51.8 |  1074M |  93 |2646 |  80k|  70k|  15k|  0 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1944.68/1951.19	c  1951s| 46800 |  3934 |  2597k|  51.8 |  1074M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1947.27/1953.72	c  1954s| 46900 |  3940 |  2601k|  51.8 |  1074M |  93 |2646 |  80k|  70k|  15k|  0 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1949.26/1955.78	c  1956s| 47000 |  3946 |  2606k|  51.8 |  1074M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1951.56/1958.03	c  1958s| 47100 |  3956 |  2611k|  51.8 |  1074M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1953.55/1960.07	c  1960s| 47200 |  3963 |  2615k|  51.7 |  1075M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1957.73/1964.23	c  1964s| 47300 |  3969 |  2619k|  51.7 |  1075M |  93 |2646 |  80k|  70k|  15k|  0 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1960.63/1967.16	c  1967s| 47400 |  3979 |  2623k|  51.7 |  1076M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1963.01/1969.58	c  1970s| 47500 |  3989 |  2627k|  51.7 |  1076M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1965.11/1971.66	c  1972s| 47600 |  3995 |  2631k|  51.7 |  1076M |  93 |2646 |  80k|  70k|  15k|  1 |  34k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1969.39/1975.97	c  1976s| 47700 |  3999 |  2636k|  51.6 |  1076M |  93 |2646 |  80k|  70k|  15k|  0 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1972.59/1979.19	c  1979s| 47800 |  4007 |  2640k|  51.6 |  1076M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1977.27/1983.83	c  1984s| 47900 |  4023 |  2647k|  51.7 |  1077M |  93 |2646 |  80k|  70k|  15k|  0 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1983.55/1990.16	c  1990s| 48000 |  4041 |  2652k|  51.7 |  1077M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1989.23/1995.89	c  1996s| 48100 |  4057 |  2656k|  51.6 |  1079M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
1995.91/2002.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1995.91/2002.57	c  2003s| 48200 |  4065 |  2662k|  51.6 |  1079M |  93 |2646 |  80k|  70k|  15k|  0 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2000.10/2006.78	c  2007s| 48300 |  4068 |  2665k|  51.6 |  1080M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2002.29/2008.99	c  2009s| 48400 |  4085 |  2670k|  51.6 |  1082M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2006.87/2013.54	c  2014s| 48500 |  4099 |  2674k|  51.6 |  1082M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2013.25/2019.99	c  2020s| 48600 |  4107 |  2680k|  51.6 |  1082M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2018.24/2024.99	c  2025s| 48700 |  4115 |  2684k|  51.6 |  1083M |  93 |2646 |  80k|  70k|  15k|  0 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2020.43/2027.11	c  2027s| 48800 |  4125 |  2688k|  51.6 |  1083M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2022.52/2029.26	c  2029s| 48900 |  4131 |  2692k|  51.5 |  1083M |  93 |2646 |  80k|  70k|  15k|  0 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2026.41/2033.16	c  2033s| 49000 |  4136 |  2697k|  51.5 |  1083M |  93 |2646 |  80k|  70k|  15k|  1 |  35k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2033.88/2040.61	c  2041s| 49100 |  4142 |  2702k|  51.5 |  1083M |  93 |2646 |  80k|  70k|  15k|  1 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2039.27/2046.01	c  2046s| 49200 |  4148 |  2706k|  51.5 |  1083M |  93 |2646 |  80k|  70k|  15k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2041.16/2047.91	c  2048s| 49300 |  4154 |  2710k|  51.5 |  1083M |  93 |2646 |  80k|  70k|  15k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2043.26/2050.04	c  2050s| 49400 |  4162 |  2714k|  51.5 |  1083M |  93 |2646 |  80k|  70k|  15k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2046.04/2052.80	c  2053s| 49500 |  4168 |  2718k|  51.4 |  1083M |  93 |2646 |  80k|  70k|  15k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2047.94/2054.74	c  2055s| 49600 |  4176 |  2722k|  51.4 |  1083M |  93 |2646 |  80k|  70k|  15k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2050.83/2057.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2050.83/2057.67	c  2058s| 49700 |  4182 |  2726k|  51.4 |  1084M |  93 |2646 |  80k|  70k|  15k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2054.62/2061.43	c  2061s| 49800 |  4188 |  2730k|  51.4 |  1084M |  93 |2646 |  80k|  70k|  15k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2059.40/2066.28	c  2066s| 49900 |  4200 |  2735k|  51.4 |  1084M |  93 |2646 |  80k|  70k|  16k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2064.48/2071.36	c  2071s| 50000 |  4206 |  2738k|  51.3 |  1084M |  93 |2646 |  80k|  70k|  16k|  1 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2069.87/2076.70	c  2077s| 50100 |  4214 |  2742k|  51.3 |  1084M |  93 |2646 |  80k|  70k|  16k|  1 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2076.15/2083.02	c  2083s| 50200 |  4222 |  2748k|  51.3 |  1084M |  93 |2646 |  80k|  70k|  16k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2083.33/2090.25	c  2090s| 50300 |  4228 |  2751k|  51.3 |  1086M |  93 |2646 |  80k|  70k|  16k|  0 |  36k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2087.71/2094.67	c  2095s| 50400 |  4236 |  2756k|  51.3 |  1086M |  93 |2646 |  80k|  70k|  16k|  2 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2092.79/2099.73	c  2100s| 50500 |  4242 |  2760k|  51.3 |  1087M |  93 |2646 |  80k|  70k|  16k|  0 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2095.58/2102.57	c  2103s| 50600 |  4250 |  2766k|  51.3 |  1089M |  93 |2646 |  80k|  70k|  16k|  1 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2098.08/2105.02	c  2105s| 50700 |  4274 |  2770k|  51.3 |  1089M |  93 |2646 |  80k|  70k|  16k|  0 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2100.47/2107.40	c  2107s| 50800 |  4282 |  2775k|  51.3 |  1089M |  93 |2646 |  80k|  70k|  16k|  0 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2102.46/2109.41	c  2109s| 50900 |  4304 |  2779k|  51.2 |  1089M |  93 |2646 |  80k|  70k|  16k|  1 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2105.35/2112.37	c  2112s| 51000 |  4326 |  2784k|  51.2 |  1090M |  93 |2646 |  80k|  70k|  16k|  0 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2107.44/2114.46	c  2114s| 51100 |  4338 |  2789k|  51.2 |  1090M |  93 |2646 |  80k|  70k|  16k|  0 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2109.83/2116.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2109.83/2116.83	c  2117s| 51200 |  4348 |  2795k|  51.2 |  1090M |  93 |2646 |  80k|  70k|  16k|  1 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2113.52/2120.58	c  2121s| 51300 |  4354 |  2799k|  51.2 |  1092M |  93 |2646 |  80k|  70k|  16k|  2 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2116.81/2123.85	c  2124s| 51400 |  4362 |  2804k|  51.2 |  1092M |  93 |2646 |  80k|  70k|  16k|  0 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2120.60/2127.66	c  2128s| 51500 |  4372 |  2808k|  51.2 |  1092M |  93 |2646 |  80k|  70k|  16k|  0 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2127.08/2134.11	c  2134s| 51600 |  4380 |  2814k|  51.2 |  1093M |  93 |2646 |  80k|  70k|  16k|  0 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2131.76/2138.82	c  2139s| 51700 |  4390 |  2819k|  51.2 |  1093M |  93 |2646 |  80k|  70k|  16k|  1 |  37k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2134.65/2141.74	c  2142s| 51800 |  4398 |  2824k|  51.2 |  1093M |  93 |2646 |  80k|  70k|  16k|  1 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2138.44/2145.50	c  2146s| 51900 |  4407 |  2828k|  51.2 |  1093M |  93 |2646 |  80k|  70k|  16k|  1 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2141.23/2148.31	c  2148s| 52000 |  4415 |  2833k|  51.2 |  1094M |  93 |2646 |  80k|  70k|  16k|  0 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2143.22/2150.38	c  2150s| 52100 |  4427 |  2837k|  51.2 |  1094M |  93 |2646 |  80k|  70k|  16k|  0 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2146.81/2153.98	c  2154s| 52200 |  4439 |  2842k|  51.2 |  1095M |  93 |2646 |  80k|  70k|  16k|  1 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2151.30/2158.50	c  2158s| 52300 |  4447 |  2847k|  51.2 |  1096M |  93 |2646 |  80k|  70k|  16k|  0 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2158.98/2166.17	c  2166s| 52400 |  4459 |  2853k|  51.2 |  1097M |  93 |2646 |  80k|  70k|  16k|  0 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2164.16/2171.32	c  2171s| 52500 |  4469 |  2858k|  51.2 |  1097M |  93 |2646 |  80k|  70k|  16k|  1 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2169.94/2177.12	c  2177s| 52600 |  4479 |  2864k|  51.2 |  1098M |  93 |2646 |  80k|  70k|  16k|  1 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2175.22/2182.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2175.22/2182.42	c  2182s| 52700 |  4483 |  2869k|  51.2 |  1098M |  93 |2646 |  80k|  70k|  17k|  0 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2181.91/2189.13	c  2189s| 52800 |  4491 |  2875k|  51.2 |  1106M |  93 |2646 |  80k|  70k|  17k|  1 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2187.89/2195.12	c  2195s| 52900 |  4497 |  2880k|  51.2 |  1106M |  93 |2646 |  80k|  70k|  17k|  0 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2192.78/2200.09	c  2200s| 53000 |  4519 |  2884k|  51.2 |  1110M |  93 |2646 |  80k|  70k|  17k|  1 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2197.56/2204.85	c  2205s| 53100 |  4539 |  2888k|  51.2 |  1112M |  93 |2646 |  80k|  70k|  17k|  0 |  38k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2203.14/2210.45	c  2210s| 53200 |  4547 |  2893k|  51.2 |  1112M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2208.42/2215.76	c  2216s| 53300 |  4557 |  2897k|  51.1 |  1112M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2214.30/2221.69	c  2222s| 53400 |  4567 |  2903k|  51.2 |  1112M |  93 |2646 |  80k|  70k|  17k|  2 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2218.99/2226.39	c  2226s| 53500 |  4577 |  2907k|  51.1 |  1112M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2223.27/2230.65	c  2231s| 53600 |  4583 |  2911k|  51.1 |  1114M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2228.76/2236.17	c  2236s| 53700 |  4597 |  2915k|  51.1 |  1114M |  93 |2646 |  80k|  70k|  17k|  1 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2235.23/2242.63	c  2243s| 53800 |  4609 |  2919k|  51.1 |  1114M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2240.22/2247.68	c  2248s| 53900 |  4623 |  2923k|  51.1 |  1129M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2243.51/2250.91	c  2251s| 54000 |  4633 |  2929k|  51.1 |  1129M |  93 |2646 |  80k|  70k|  17k|  1 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2245.60/2253.09	c  2253s| 54100 |  4639 |  2933k|  51.1 |  1129M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2247.79/2255.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2247.79/2255.27	c  2255s| 54200 |  4649 |  2938k|  51.1 |  1130M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2250.78/2258.21	c  2258s| 54300 |  4661 |  2943k|  51.1 |  1131M |  93 |2646 |  80k|  70k|  17k|  1 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2256.06/2263.58	c  2264s| 54400 |  4667 |  2949k|  51.1 |  1131M |  93 |2646 |  80k|  70k|  17k|  0 |  39k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2259.66/2267.16	c  2267s| 54500 |  4677 |  2953k|  51.1 |  1131M |  93 |2646 |  80k|  70k|  17k|  1 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2263.44/2270.96	c  2271s| 54600 |  4687 |  2958k|  51.1 |  1131M |  93 |2646 |  80k|  70k|  18k|  0 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2267.63/2275.14	c  2275s| 54700 |  4695 |  2964k|  51.1 |  1131M |  93 |2646 |  80k|  70k|  18k|  0 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2271.71/2279.20	c  2279s| 54800 |  4703 |  2969k|  51.1 |  1131M |  93 |2646 |  80k|  70k|  18k|  1 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2278.09/2285.66	c  2286s| 54900 |  4711 |  2974k|  51.1 |  1131M |  93 |2646 |  80k|  70k|  18k|  1 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2283.48/2291.08	c  2291s| 55000 |  4715 |  2979k|  51.1 |  1132M |  93 |2646 |  80k|  70k|  18k|  0 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2290.25/2297.86	c  2298s| 55100 |  4723 |  2982k|  51.0 |  1132M |  93 |2646 |  80k|  70k|  18k|  0 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2295.34/2302.98	c  2303s| 55200 |  4730 |  2986k|  51.0 |  1132M |  93 |2646 |  80k|  70k|  18k|  1 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2300.43/2308.04	c  2308s| 55300 |  4736 |  2991k|  51.0 |  1132M |  93 |2646 |  80k|  70k|  18k|  1 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2304.81/2312.47	c  2312s| 55400 |  4742 |  2995k|  51.0 |  1132M |  93 |2646 |  80k|  70k|  18k|  0 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2309.99/2317.65	c  2318s| 55500 |  4753 |  2999k|  51.0 |  1132M |  93 |2646 |  80k|  70k|  18k|  1 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2315.38/2323.03	c  2323s| 55600 |  4761 |  3004k|  51.0 |  1132M |  93 |2646 |  80k|  70k|  18k|  0 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2322.15/2329.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2322.15/2329.84	c  2330s| 55700 |  4771 |  3011k|  51.0 |  1132M |  93 |2646 |  80k|  70k|  18k|  0 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2328.13/2335.88	c  2336s| 55800 |  4777 |  3018k|  51.0 |  1132M |  93 |2646 |  80k|  70k|  18k|  0 |  40k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2334.11/2341.86	c  2342s| 55900 |  4787 |  3024k|  51.0 |  1133M |  93 |2646 |  80k|  70k|  18k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2340.59/2348.31	c  2348s| 56000 |  4795 |  3030k|  51.1 |  1134M |  93 |2646 |  80k|  70k|  18k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2345.48/2353.27	c  2353s| 56100 |  4805 |  3035k|  51.1 |  1135M |  93 |2646 |  80k|  70k|  18k|  1 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2349.37/2357.16	c  2357s| 56200 |  4815 |  3039k|  51.0 |  1135M |  93 |2646 |  80k|  70k|  18k|  1 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2355.35/2363.14	c  2363s| 56300 |  4821 |  3044k|  51.0 |  1135M |  93 |2646 |  80k|  70k|  18k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2359.34/2367.10	c  2367s| 56400 |  4835 |  3049k|  51.0 |  1135M |  93 |2646 |  80k|  70k|  18k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2365.81/2373.66	c  2374s| 56500 |  4841 |  3055k|  51.0 |  1135M |  93 |2646 |  80k|  70k|  19k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2371.09/2378.94	c  2379s| 56600 |  4851 |  3060k|  51.1 |  1136M |  93 |2646 |  80k|  70k|  19k|  1 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2377.87/2385.74	c  2386s| 56700 |  4861 |  3066k|  51.1 |  1136M |  93 |2646 |  80k|  70k|  19k|  1 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2383.16/2391.01	c  2391s| 56800 |  4869 |  3072k|  51.1 |  1136M |  93 |2646 |  80k|  70k|  19k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2387.94/2395.83	c  2396s| 56900 |  4877 |  3076k|  51.1 |  1136M |  93 |2646 |  80k|  70k|  19k|  1 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2393.03/2400.90	c  2401s| 57000 |  4880 |  3080k|  51.0 |  1136M |  93 |2646 |  80k|  70k|  19k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2398.51/2406.42	c  2406s| 57100 |  4896 |  3085k|  51.0 |  1137M |  93 |2646 |  80k|  70k|  19k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2403.29/2411.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2403.29/2411.29	c  2411s| 57200 |  4908 |  3092k|  51.1 |  1139M |  93 |2646 |  80k|  70k|  19k|  0 |  41k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2406.28/2414.21	c  2414s| 57300 |  4918 |  3097k|  51.1 |  1140M |  93 |2646 |  80k|  70k|  19k|  0 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2411.96/2419.91	c  2420s| 57400 |  4930 |  3101k|  51.1 |  1140M |  93 |2646 |  80k|  70k|  19k|  0 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2417.15/2425.13	c  2425s| 57500 |  4938 |  3105k|  51.0 |  1140M |  93 |2646 |  80k|  70k|  19k|  0 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2419.94/2427.95	c  2428s| 57600 |  4944 |  3109k|  51.0 |  1140M |  93 |2646 |  80k|  70k|  19k|  0 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2424.92/2432.98	c  2433s| 57700 |  4960 |  3114k|  51.0 |  1140M |  93 |2646 |  80k|  70k|  19k|  0 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2430.70/2438.74	c  2439s| 57800 |  4976 |  3119k|  51.0 |  1140M |  93 |2646 |  80k|  70k|  19k|  1 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2433.00/2441.03	c  2441s| 57900 |  4992 |  3124k|  51.0 |  1141M |  93 |2646 |  80k|  70k|  19k|  0 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2434.89/2442.93	c  2443s| 58000 |  5002 |  3127k|  51.0 |  1141M |  93 |2646 |  80k|  70k|  19k|  0 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2436.99/2445.03	c  2445s| 58100 |  5014 |  3132k|  51.0 |  1141M |  93 |2646 |  80k|  70k|  19k|  2 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2438.98/2447.08	c  2447s| 58200 |  5030 |  3136k|  50.9 |  1141M |  93 |2646 |  80k|  70k|  19k|  0 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2442.97/2451.03	c  2451s| 58300 |  5040 |  3140k|  50.9 |  1141M |  93 |2646 |  80k|  70k|  19k|  1 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2445.25/2453.34	c  2453s| 58400 |  5054 |  3145k|  50.9 |  1142M |  93 |2646 |  80k|  70k|  19k|  3 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2447.15/2455.24	c  2455s| 58500 |  5068 |  3148k|  50.9 |  1143M |  93 |2646 |  80k|  70k|  19k|  1 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2449.04/2457.11	c  2457s| 58600 |  5076 |  3152k|  50.9 |  1143M |  93 |2646 |  80k|  70k|  19k|  1 |  42k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2452.53/2460.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2452.53/2460.64	c  2461s| 58700 |  5084 |  3156k|  50.9 |  1143M |  93 |2646 |  80k|  70k|  19k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2457.11/2465.24	c  2465s| 58800 |  5092 |  3161k|  50.9 |  1143M |  93 |2646 |  80k|  70k|  19k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2463.39/2471.57	c  2472s| 58900 |  5102 |  3167k|  50.9 |  1143M |  93 |2646 |  80k|  70k|  19k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2467.78/2475.96	c  2476s| 59000 |  5112 |  3172k|  50.9 |  1143M |  93 |2646 |  80k|  70k|  20k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2473.46/2481.67	c  2482s| 59100 |  5118 |  3177k|  50.9 |  1144M |  93 |2646 |  80k|  70k|  20k|  1 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2479.44/2487.63	c  2488s| 59200 |  5122 |  3182k|  50.9 |  1151M |  93 |2646 |  80k|  70k|  20k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2483.83/2492.04	c  2492s| 59300 |  5130 |  3187k|  50.9 |  1151M |  93 |2646 |  80k|  70k|  20k|  1 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2485.92/2494.15	c  2494s| 59400 |  5140 |  3192k|  50.9 |  1152M |  93 |2646 |  80k|  70k|  20k|  1 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2490.91/2499.16	c  2499s| 59500 |  5148 |  3196k|  50.9 |  1152M |  93 |2646 |  80k|  70k|  20k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2494.69/2503.00	c  2503s| 59600 |  5162 |  3201k|  50.9 |  1154M |  93 |2646 |  80k|  70k|  20k|  1 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2501.47/2509.76	c  2510s| 59700 |  5166 |  3206k|  50.8 |  1154M |  93 |2646 |  80k|  70k|  20k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2505.56/2513.80	c  2514s| 59800 |  5180 |  3211k|  50.8 |  1154M |  93 |2646 |  80k|  70k|  20k|  1 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2510.54/2518.85	c  2519s| 59900 |  5185 |  3215k|  50.8 |  1154M |  93 |2646 |  80k|  70k|  20k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2514.43/2522.74	c  2523s| 60000 |  5193 |  3219k|  50.8 |  1154M |  93 |2646 |  80k|  70k|  20k|  0 |  43k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2519.21/2527.52	c  2528s| 60100 |  5203 |  3224k|  50.8 |  1155M |  93 |2646 |  80k|  70k|  20k|  0 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2522.40/2530.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2522.40/2530.77	c  2531s| 60200 |  5209 |  3228k|  50.8 |  1155M |  93 |2646 |  80k|  70k|  20k|  1 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2527.38/2535.75	c  2536s| 60300 |  5215 |  3232k|  50.8 |  1155M |  93 |2646 |  80k|  70k|  20k|  1 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2532.37/2540.78	c  2541s| 60400 |  5218 |  3236k|  50.8 |  1155M |  93 |2646 |  80k|  70k|  20k|  1 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2538.95/2547.38	c  2547s| 60500 |  5224 |  3240k|  50.7 |  1155M |  93 |2646 |  80k|  70k|  20k|  1 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2542.54/2550.93	c  2551s| 60600 |  5227 |  3244k|  50.7 |  1155M |  93 |2646 |  80k|  70k|  20k|  0 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2545.83/2554.27	c  2554s| 60700 |  5231 |  3247k|  50.7 |  1155M |  93 |2646 |  80k|  70k|  20k|  1 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2548.81/2557.21	c  2557s| 60800 |  5237 |  3251k|  50.7 |  1155M |  93 |2646 |  80k|  70k|  20k|  0 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2552.71/2561.15	c  2561s| 60900 |  5243 |  3256k|  50.7 |  1163M |  93 |2646 |  80k|  70k|  20k|  0 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2559.59/2568.07	c  2568s| 61000 |  5253 |  3263k|  50.7 |  1163M |  93 |2646 |  80k|  70k|  20k|  0 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2561.68/2570.15	c  2570s| 61100 |  5261 |  3268k|  50.7 |  1163M |  93 |2646 |  80k|  70k|  20k|  1 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2563.87/2572.39	c  2572s| 61200 |  5267 |  3272k|  50.7 |  1163M |  93 |2646 |  80k|  70k|  20k|  0 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2566.46/2574.97	c  2575s| 61300 |  5279 |  3279k|  50.7 |  1165M |  93 |2646 |  80k|  70k|  20k|  1 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2568.56/2577.02	c  2577s| 61400 |  5283 |  3283k|  50.7 |  1165M |  93 |2646 |  80k|  70k|  20k|  1 |  44k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2571.35/2579.87	c  2580s| 61500 |  5289 |  3287k|  50.7 |  1165M |  93 |2646 |  80k|  70k|  20k|  1 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2577.03/2585.51	c  2586s| 61600 |  5295 |  3292k|  50.7 |  1165M |  93 |2646 |  80k|  70k|  20k|  1 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2584.40/2593.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2584.40/2593.00	c  2593s| 61700 |  5303 |  3297k|  50.7 |  1166M |  93 |2646 |  80k|  70k|  20k|  3 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2590.19/2598.77	c  2599s| 61800 |  5311 |  3303k|  50.7 |  1166M |  93 |2646 |  80k|  70k|  21k|  1 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2595.17/2603.72	c  2604s| 61900 |  5317 |  3308k|  50.7 |  1166M |  93 |2646 |  80k|  70k|  21k|  2 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2601.56/2610.11	c  2610s| 62000 |  5321 |  3312k|  50.7 |  1166M |  93 |2646 |  80k|  70k|  21k|  1 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2604.55/2613.12	c  2613s| 62100 |  5325 |  3316k|  50.7 |  1167M |  93 |2646 |  80k|  70k|  21k|  0 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2607.44/2616.02	c  2616s| 62200 |  5331 |  3320k|  50.7 |  1167M |  93 |2646 |  80k|  70k|  21k|  0 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2610.43/2619.09	c  2619s| 62300 |  5337 |  3325k|  50.7 |  1167M |  93 |2646 |  80k|  70k|  21k|  3 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2616.41/2625.10	c  2625s| 62400 |  5343 |  3331k|  50.7 |  1167M |  93 |2646 |  80k|  70k|  21k|  0 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2622.49/2631.20	c  2631s| 62500 |  5349 |  3336k|  50.7 |  1168M |  93 |2646 |  80k|  70k|  21k|  0 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2629.66/2638.36	c  2638s| 62600 |  5359 |  3342k|  50.7 |  1168M |  93 |2646 |  80k|  70k|  21k|  1 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2635.45/2644.13	c  2644s| 62700 |  5365 |  3347k|  50.7 |  1168M |  93 |2646 |  80k|  70k|  21k|  0 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2639.73/2648.42	c  2648s| 62800 |  5371 |  3351k|  50.7 |  1168M |  93 |2646 |  80k|  70k|  21k|  0 |  45k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2643.61/2652.38	c  2652s| 62900 |  5377 |  3356k|  50.7 |  1168M |  93 |2646 |  80k|  70k|  21k|  0 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2650.69/2659.43	c  2659s| 63000 |  5387 |  3361k|  50.7 |  1187M |  93 |2646 |  80k|  70k|  21k|  0 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2654.38/2663.13	c  2663s| 63100 |  5393 |  3365k|  50.6 |  1187M |  93 |2646 |  80k|  70k|  21k|  2 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2656.38/2665.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2656.38/2665.13	c  2665s| 63200 |  5401 |  3369k|  50.6 |  1187M |  93 |2646 |  80k|  70k|  21k|  1 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2658.56/2667.30	c  2667s| 63300 |  5409 |  3373k|  50.6 |  1187M |  93 |2646 |  80k|  70k|  21k|  2 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2663.05/2671.88	c  2672s| 63400 |  5423 |  3378k|  50.6 |  1187M |  93 |2646 |  80k|  70k|  21k|  1 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2665.54/2674.37	c  2674s| 63500 |  5429 |  3383k|  50.6 |  1187M |  93 |2646 |  80k|  70k|  21k|  2 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2667.53/2676.34	c  2676s| 63600 |  5437 |  3387k|  50.6 |  1188M |  93 |2646 |  80k|  70k|  21k|  1 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2671.02/2679.90	c  2680s| 63700 |  5451 |  3391k|  50.6 |  1188M |  93 |2646 |  80k|  70k|  21k|  1 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2674.51/2683.38	c  2683s| 63800 |  5459 |  3395k|  50.6 |  1188M |  93 |2646 |  80k|  70k|  21k|  1 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2676.50/2685.35	c  2685s| 63900 |  5467 |  3399k|  50.5 |  1188M |  93 |2646 |  80k|  70k|  21k|  1 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2679.20/2688.02	c  2688s| 64000 |  5471 |  3403k|  50.5 |  1188M |  93 |2646 |  80k|  70k|  21k|  0 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2683.18/2692.08	c  2692s| 64100 |  5477 |  3407k|  50.5 |  1188M |  93 |2646 |  80k|  70k|  21k|  1 |  46k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2688.27/2697.12	c  2697s| 64200 |  5487 |  3412k|  50.5 |  1188M |  93 |2646 |  80k|  70k|  21k|  0 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2692.45/2701.31	c  2701s| 64300 |  5499 |  3417k|  50.5 |  1189M |  93 |2646 |  80k|  70k|  21k|  1 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2694.64/2703.52	c  2704s| 64400 |  5507 |  3421k|  50.5 |  1191M |  93 |2646 |  80k|  70k|  21k|  1 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2697.33/2706.29	c  2706s| 64500 |  5517 |  3428k|  50.5 |  1191M |  93 |2646 |  80k|  70k|  21k|  1 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2699.23/2708.19	c  2708s| 64600 |  5524 |  3432k|  50.5 |  1191M |  93 |2646 |  80k|  70k|  21k|  0 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2701.72/2710.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2701.72/2710.63	c  2711s| 64700 |  5528 |  3438k|  50.5 |  1192M |  93 |2646 |  80k|  70k|  22k|  0 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2704.11/2713.09	c  2713s| 64800 |  5538 |  3444k|  50.5 |  1192M |  93 |2646 |  80k|  70k|  22k|  1 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2706.40/2715.32	c  2715s| 64900 |  5541 |  3449k|  50.5 |  1192M |  93 |2646 |  80k|  70k|  22k|  0 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2708.59/2717.57	c  2718s| 65000 |  5544 |  3454k|  50.5 |  1192M |  93 |2646 |  80k|  70k|  22k|  0 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2714.18/2723.13	c  2723s| 65100 |  5552 |  3459k|  50.5 |  1193M |  93 |2646 |  80k|  70k|  22k|  0 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2716.07/2725.08	c  2725s| 65200 |  5558 |  3464k|  50.5 |  1193M |  93 |2646 |  80k|  70k|  22k|  1 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2718.96/2727.96	c  2728s| 65300 |  5564 |  3468k|  50.5 |  1195M |  93 |2646 |  80k|  70k|  22k|  0 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2720.85/2729.81	c  2730s| 65400 |  5570 |  3471k|  50.5 |  1195M |  93 |2646 |  80k|  70k|  22k|  1 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2722.74/2731.79	c  2732s| 65500 |  5581 |  3475k|  50.5 |  1196M |  93 |2646 |  80k|  70k|  22k|  1 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2727.13/2736.16	c  2736s| 65600 |  5589 |  3480k|  50.5 |  1196M |  93 |2646 |  80k|  70k|  22k|  0 |  47k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2728.92/2737.98	c  2738s| 65700 |  5593 |  3484k|  50.5 |  1196M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2731.51/2740.53	c  2741s| 65800 |  5601 |  3489k|  50.4 |  1196M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2736.00/2745.07	c  2745s| 65900 |  5607 |  3493k|  50.4 |  1196M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2741.58/2750.66	c  2751s| 66000 |  5612 |  3499k|  50.5 |  1196M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2746.56/2755.63	c  2756s| 66100 |  5622 |  3504k|  50.5 |  1196M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2753.43/2762.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2753.43/2762.52	c  2763s| 66200 |  5628 |  3509k|  50.5 |  1197M |  93 |2646 |  80k|  70k|  22k|  0 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2755.73/2764.83	c  2765s| 66300 |  5634 |  3513k|  50.4 |  1197M |  93 |2646 |  80k|  70k|  22k|  0 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2757.82/2766.97	c  2767s| 66400 |  5646 |  3517k|  50.4 |  1197M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2760.11/2769.27	c  2769s| 66500 |  5650 |  3523k|  50.4 |  1197M |  93 |2646 |  80k|  70k|  22k|  0 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2762.30/2771.45	c  2771s| 66600 |  5656 |  3528k|  50.4 |  1197M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2767.89/2777.05	c  2777s| 66700 |  5664 |  3532k|  50.4 |  1197M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2771.98/2781.19	c  2781s| 66800 |  5666 |  3536k|  50.4 |  1197M |  93 |2646 |  80k|  70k|  22k|  0 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2773.97/2783.16	c  2783s| 66900 |  5676 |  3540k|  50.4 |  1197M |  93 |2646 |  80k|  70k|  22k|  1 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2778.15/2787.37	c  2787s| 67000 |  5684 |  3547k|  50.4 |  1198M |  93 |2646 |  80k|  70k|  22k|  0 |  48k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2783.13/2792.32	c  2792s| 67100 |  5693 |  3551k|  50.4 |  1198M |  93 |2646 |  80k|  70k|  22k|  1 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2788.02/2797.26	c  2797s| 67200 |  5701 |  3555k|  50.4 |  1199M |  93 |2646 |  80k|  70k|  22k|  1 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2791.60/2800.81	c  2801s| 67300 |  5705 |  3559k|  50.4 |  1199M |  93 |2646 |  80k|  70k|  22k|  1 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2794.99/2804.25	c  2804s| 67400 |  5712 |  3564k|  50.4 |  1199M |  93 |2646 |  80k|  70k|  22k|  1 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2797.28/2806.54	c  2807s| 67500 |  5714 |  3568k|  50.4 |  1199M |  93 |2646 |  80k|  70k|  22k|  1 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2800.47/2809.76	c  2810s| 67600 |  5722 |  3572k|  50.3 |  1199M |  93 |2646 |  80k|  70k|  22k|  1 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2802.66/2811.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2802.66/2811.96	c  2812s| 67700 |  5730 |  3577k|  50.4 |  1199M |  93 |2646 |  80k|  70k|  22k|  0 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2804.86/2814.13	c  2814s| 67800 |  5740 |  3582k|  50.3 |  1200M |  93 |2646 |  80k|  70k|  22k|  0 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2806.85/2816.17	c  2816s| 67900 |  5748 |  3587k|  50.3 |  1200M |  93 |2646 |  80k|  70k|  22k|  2 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2808.94/2818.22	c  2818s| 68000 |  5752 |  3591k|  50.3 |  1200M |  93 |2646 |  80k|  70k|  22k|  0 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2811.13/2820.47	c  2820s| 68100 |  5766 |  3596k|  50.3 |  1200M |  93 |2646 |  80k|  70k|  22k|  2 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2813.23/2822.52	c  2823s| 68200 |  5776 |  3600k|  50.3 |  1201M |  93 |2646 |  80k|  70k|  22k|  3 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2815.32/2824.69	c  2825s| 68300 |  5784 |  3606k|  50.3 |  1201M |  93 |2646 |  80k|  70k|  22k|  1 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2817.61/2826.94	c  2827s| 68400 |  5792 |  3611k|  50.3 |  1201M |  93 |2646 |  80k|  70k|  22k|  0 |  49k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2819.60/2828.92	c  2829s| 68500 |  5802 |  3615k|  50.3 |  1201M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2821.60/2830.90	c  2831s| 68600 |  5812 |  3619k|  50.3 |  1201M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2823.59/2832.91	c  2833s| 68700 |  5824 |  3623k|  50.3 |  1201M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2825.38/2834.73	c  2835s| 68800 |  5828 |  3626k|  50.3 |  1201M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2827.28/2836.64	c  2837s| 68900 |  5832 |  3630k|  50.2 |  1201M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2829.27/2838.63	c  2839s| 69000 |  5834 |  3634k|  50.2 |  1202M |  93 |2646 |  80k|  70k|  22k|  0 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2831.16/2840.52	c  2841s| 69100 |  5840 |  3638k|  50.2 |  1203M |  93 |2646 |  80k|  70k|  22k|  0 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2833.16/2842.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2833.16/2842.57	c  2843s| 69200 |  5850 |  3643k|  50.2 |  1203M |  93 |2646 |  80k|  70k|  22k|  0 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2835.05/2844.49	c  2844s| 69300 |  5854 |  3646k|  50.2 |  1203M |  93 |2646 |  80k|  70k|  22k|  0 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2836.94/2846.37	c  2846s| 69400 |  5856 |  3650k|  50.2 |  1203M |  93 |2646 |  80k|  70k|  22k|  0 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2839.14/2848.51	c  2849s| 69500 |  5868 |  3655k|  50.2 |  1203M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2841.03/2850.43	c  2850s| 69600 |  5876 |  3659k|  50.2 |  1204M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2842.92/2852.30	c  2852s| 69700 |  5878 |  3663k|  50.1 |  1204M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2844.82/2854.28	c  2854s| 69800 |  5887 |  3667k|  50.1 |  1204M |  93 |2646 |  80k|  70k|  22k|  1 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2846.62/2856.01	c  2856s| 69900 |  5890 |  3670k|  50.1 |  1204M |  93 |2646 |  80k|  70k|  22k|  0 |  50k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2848.31/2857.73	c  2858s| 70000 |  5892 |  3673k|  50.1 |  1204M |  93 |2646 |  80k|  70k|  22k|  0 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2850.50/2859.99	c  2860s| 70100 |  5900 |  3678k|  50.1 |  1204M |  93 |2646 |  80k|  70k|  22k|  0 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2852.70/2862.16	c  2862s| 70200 |  5904 |  3684k|  50.1 |  1204M |  93 |2646 |  80k|  70k|  22k|  0 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2855.59/2865.07	c  2865s| 70300 |  5914 |  3690k|  50.1 |  1206M |  93 |2646 |  80k|  70k|  22k|  2 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2857.58/2867.04	c  2867s| 70400 |  5928 |  3694k|  50.1 |  1206M |  93 |2646 |  80k|  70k|  22k|  2 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2859.77/2869.26	c  2869s| 70500 |  5940 |  3700k|  50.1 |  1206M |  93 |2646 |  80k|  70k|  22k|  1 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2861.86/2871.36	c  2871s| 70600 |  5946 |  3705k|  50.1 |  1206M |  93 |2646 |  80k|  70k|  22k|  0 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2864.95/2874.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2864.95/2874.42	c  2874s| 70700 |  5954 |  3709k|  50.1 |  1206M |  93 |2646 |  80k|  70k|  22k|  1 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2866.94/2876.47	c  2876s| 70800 |  5968 |  3714k|  50.1 |  1206M |  93 |2646 |  80k|  70k|  22k|  1 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2869.14/2878.65	c  2879s| 70900 |  5980 |  3719k|  50.1 |  1208M |  93 |2646 |  80k|  70k|  22k|  0 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2872.93/2882.43	c  2882s| 71000 |  5990 |  3724k|  50.1 |  1208M |  93 |2646 |  80k|  70k|  22k|  1 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2879.61/2889.12	c  2889s| 71100 |  5996 |  3729k|  50.1 |  1208M |  93 |2646 |  80k|  70k|  22k|  1 |  51k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2886.08/2895.65	c  2896s| 71200 |  6004 |  3734k|  50.1 |  1209M |  93 |2646 |  80k|  70k|  22k|  0 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2889.27/2898.85	c  2899s| 71300 |  6010 |  3738k|  50.1 |  1209M |  93 |2646 |  80k|  70k|  22k|  0 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2894.76/2904.36	c  2904s| 71400 |  6016 |  3743k|  50.1 |  1209M |  93 |2646 |  80k|  70k|  23k|  1 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2900.24/2909.87	c  2910s| 71500 |  6024 |  3748k|  50.1 |  1209M |  93 |2646 |  80k|  70k|  23k|  0 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2904.13/2913.71	c  2914s| 71600 |  6030 |  3753k|  50.1 |  1209M |  93 |2646 |  80k|  70k|  23k|  0 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2910.51/2920.17	c  2920s| 71700 |  6036 |  3758k|  50.1 |  1209M |  93 |2646 |  80k|  70k|  23k|  1 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2916.19/2925.85	c  2926s| 71800 |  6046 |  3763k|  50.1 |  1210M |  93 |2646 |  80k|  70k|  23k|  0 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2922.07/2931.74	c  2932s| 71900 |  6054 |  3769k|  50.1 |  1210M |  93 |2646 |  80k|  70k|  23k|  0 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2926.26/2935.92	c  2936s| 72000 |  6064 |  3773k|  50.1 |  1210M |  93 |2646 |  80k|  70k|  23k|  1 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2930.24/2939.99	c  2940s| 72100 |  6074 |  3779k|  50.1 |  1210M |  93 |2646 |  80k|  70k|  23k|  0 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2935.23/2944.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2935.23/2944.99	c  2945s| 72200 |  6084 |  3784k|  50.1 |  1211M |  93 |2646 |  80k|  70k|  23k|  0 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2940.81/2950.56	c  2951s| 72300 |  6090 |  3789k|  50.1 |  1211M |  93 |2646 |  80k|  70k|  23k|  1 |  52k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2946.89/2956.64	c  2957s| 72400 |  6098 |  3792k|  50.1 |  1211M |  93 |2646 |  80k|  70k|  23k|  0 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2950.68/2960.43	c  2960s| 72500 |  6108 |  3797k|  50.1 |  1213M |  93 |2646 |  80k|  70k|  23k|  0 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2954.17/2963.95	c  2964s| 72600 |  6120 |  3801k|  50.0 |  1213M |  93 |2646 |  80k|  70k|  23k|  0 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2958.86/2968.69	c  2969s| 72700 |  6126 |  3808k|  50.1 |  1213M |  93 |2646 |  80k|  70k|  23k|  0 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2961.25/2971.07	c  2971s| 72800 |  6136 |  3811k|  50.0 |  1213M |  93 |2646 |  80k|  70k|  23k|  1 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2966.34/2976.17	c  2976s| 72900 |  6140 |  3816k|  50.0 |  1213M |  93 |2646 |  80k|  70k|  23k|  1 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2972.61/2982.42	c  2982s| 73000 |  6144 |  3820k|  50.0 |  1213M |  93 |2646 |  80k|  70k|  23k|  0 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2978.79/2988.65	c  2989s| 73100 |  6152 |  3824k|  50.0 |  1213M |  93 |2646 |  80k|  70k|  23k|  1 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2983.08/2992.95	c  2993s| 73200 |  6162 |  3828k|  50.0 |  1213M |  93 |2646 |  80k|  70k|  23k|  2 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2986.77/2996.60	c  2997s| 73300 |  6166 |  3832k|  50.0 |  1213M |  93 |2646 |  80k|  70k|  23k|  0 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2993.35/3003.21	c  3003s| 73400 |  6172 |  3836k|  50.0 |  1214M |  93 |2646 |  80k|  70k|  24k|  1 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2997.04/3006.95	c  3007s| 73500 |  6180 |  3840k|  50.0 |  1216M |  93 |2646 |  80k|  70k|  24k|  0 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
2999.53/3009.43	c  3009s| 73600 |  6190 |  3843k|  49.9 |  1216M |  93 |2646 |  80k|  70k|  24k|  0 |  53k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3001.42/3011.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3001.42/3011.37	c  3011s| 73700 |  6202 |  3847k|  49.9 |  1216M |  93 |2646 |  80k|  70k|  24k|  0 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3003.32/3013.26	c  3013s| 73800 |  6212 |  3850k|  49.9 |  1216M |  93 |2646 |  80k|  70k|  24k|  1 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3005.12/3015.07	c  3015s| 73900 |  6218 |  3854k|  49.9 |  1216M |  93 |2646 |  80k|  70k|  24k|  0 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3007.21/3017.11	c  3017s| 74000 |  6226 |  3859k|  49.9 |  1216M |  93 |2646 |  80k|  70k|  24k|  0 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3009.20/3019.10	c  3019s| 74100 |  6242 |  3863k|  49.9 |  1216M |  93 |2646 |  80k|  70k|  24k|  0 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3010.89/3020.88	c  3021s| 74200 |  6251 |  3866k|  49.8 |  1217M |  93 |2646 |  80k|  70k|  24k|  1 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3014.49/3024.42	c  3024s| 74300 |  6269 |  3871k|  49.9 |  1218M |  93 |2646 |  80k|  70k|  24k|  0 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3016.68/3026.64	c  3027s| 74400 |  6281 |  3876k|  49.9 |  1218M |  93 |2646 |  80k|  70k|  24k|  1 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3019.57/3029.50	c  3030s| 74500 |  6290 |  3881k|  49.8 |  1218M |  93 |2646 |  80k|  70k|  24k|  1 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3025.06/3035.05	c  3035s| 74600 |  6296 |  3888k|  49.9 |  1218M |  93 |2646 |  80k|  70k|  24k|  0 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3029.74/3039.77	c  3040s| 74700 |  6298 |  3892k|  49.9 |  1218M |  93 |2646 |  80k|  70k|  24k|  0 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3035.32/3045.39	c  3045s| 74800 |  6300 |  3896k|  49.9 |  1218M |  93 |2646 |  80k|  70k|  24k|  3 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3041.11/3051.16	c  3051s| 74900 |  6306 |  3900k|  49.8 |  1218M |  93 |2646 |  80k|  70k|  24k|  1 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3043.10/3053.17	c  3053s| 75000 |  6317 |  3905k|  49.8 |  1218M |  93 |2646 |  80k|  70k|  24k|  1 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3048.88/3058.95	c  3059s| 75100 |  6321 |  3909k|  49.8 |  1219M |  93 |2646 |  80k|  70k|  24k|  0 |  54k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3053.37/3063.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3053.37/3063.44	c  3063s| 75200 |  6329 |  3912k|  49.8 |  1219M |  93 |2646 |  80k|  70k|  24k|  0 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3058.06/3068.12	c  3068s| 75300 |  6337 |  3916k|  49.8 |  1219M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3060.45/3070.56	c  3071s| 75400 |  6336 |  3920k|  49.8 |  1219M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3065.63/3075.71	c  3076s| 75500 |  6342 |  3925k|  49.8 |  1219M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3067.82/3077.96	c  3078s| 75600 |  6348 |  3930k|  49.8 |  1219M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3070.61/3080.75	c  3081s| 75700 |  6356 |  3934k|  49.8 |  1220M |  93 |2646 |  80k|  70k|  24k|  0 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3075.60/3085.76	c  3086s| 75800 |  6368 |  3939k|  49.8 |  1221M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3077.49/3087.67	c  3088s| 75900 |  6374 |  3942k|  49.7 |  1221M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3081.78/3091.98	c  3092s| 76000 |  6378 |  3945k|  49.7 |  1221M |  93 |2646 |  80k|  70k|  24k|  0 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3084.97/3095.17	c  3095s| 76100 |  6390 |  3950k|  49.7 |  1222M |  93 |2646 |  80k|  70k|  24k|  0 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3086.97/3097.19	c  3097s| 76200 |  6402 |  3954k|  49.7 |  1222M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3089.15/3099.32	c  3099s| 76300 |  6410 |  3959k|  49.7 |  1222M |  93 |2646 |  80k|  70k|  24k|  0 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3091.35/3101.59	c  3102s| 76400 |  6420 |  3964k|  49.7 |  1222M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3094.94/3105.19	c  3105s| 76500 |  6430 |  3970k|  49.7 |  1222M |  93 |2646 |  80k|  70k|  24k|  1 |  55k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3100.32/3110.53	c  3111s| 76600 |  6436 |  3976k|  49.7 |  1222M |  93 |2646 |  80k|  70k|  24k|  1 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3104.21/3114.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3104.21/3114.44	c  3114s| 76700 |  6440 |  3982k|  49.7 |  1222M |  93 |2646 |  80k|  70k|  24k|  0 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3107.10/3117.35	c  3117s| 76800 |  6452 |  3987k|  49.7 |  1223M |  93 |2646 |  80k|  70k|  24k|  1 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3109.99/3120.20	c  3120s| 76900 |  6460 |  3992k|  49.7 |  1224M |  93 |2646 |  80k|  70k|  24k|  0 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3113.58/3123.89	c  3124s| 77000 |  6466 |  3997k|  49.7 |  1224M |  93 |2646 |  80k|  70k|  24k|  0 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3118.56/3128.87	c  3129s| 77100 |  6474 |  4005k|  49.8 |  1224M |  93 |2646 |  80k|  70k|  24k|  0 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3125.34/3135.64	c  3136s| 77200 |  6482 |  4011k|  49.8 |  1225M |  93 |2646 |  80k|  70k|  24k|  0 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3129.63/3139.90	c  3140s| 77300 |  6492 |  4017k|  49.8 |  1225M |  93 |2646 |  80k|  70k|  24k|  0 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3132.92/3143.26	c  3143s| 77400 |  6502 |  4022k|  49.8 |  1225M |  93 |2646 |  80k|  70k|  24k|  1 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3139.60/3149.99	c  3150s| 77500 |  6512 |  4027k|  49.8 |  1227M |  93 |2646 |  80k|  70k|  24k|  1 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3145.18/3155.50	c  3156s| 77600 |  6520 |  4032k|  49.8 |  1228M |  93 |2646 |  80k|  70k|  25k|  1 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3147.27/3157.66	c  3158s| 77700 |  6532 |  4037k|  49.8 |  1229M |  93 |2646 |  80k|  70k|  25k|  1 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3151.86/3162.28	c  3162s| 77800 |  6540 |  4042k|  49.8 |  1230M |  93 |2646 |  80k|  70k|  25k|  1 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3157.14/3167.51	c  3168s| 77900 |  6546 |  4048k|  49.8 |  1230M |  93 |2646 |  80k|  70k|  25k|  0 |  56k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3161.23/3171.65	c  3172s| 78000 |  6552 |  4052k|  49.8 |  1230M |  93 |2646 |  80k|  70k|  25k|  1 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3166.31/3176.78	c  3177s| 78100 |  6564 |  4058k|  49.8 |  1230M |  93 |2646 |  80k|  70k|  25k|  1 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3172.29/3182.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3172.29/3182.77	c  3183s| 78200 |  6572 |  4066k|  49.9 |  1231M |  93 |2646 |  80k|  70k|  25k|  0 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3177.98/3188.41	c  3188s| 78300 |  6580 |  4072k|  49.9 |  1231M |  93 |2646 |  80k|  70k|  25k|  1 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3182.67/3193.15	c  3193s| 78400 |  6590 |  4077k|  49.9 |  1232M |  93 |2646 |  80k|  70k|  25k|  1 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3188.34/3198.83	c  3199s| 78500 |  6618 |  4083k|  49.9 |  1244M |  93 |2646 |  80k|  70k|  25k|  1 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3193.13/3203.63	c  3204s| 78600 |  6638 |  4088k|  49.9 |  1244M |  93 |2646 |  80k|  70k|  25k|  1 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3200.51/3211.01	c  3211s| 78700 |  6658 |  4095k|  49.9 |  1244M |  93 |2646 |  80k|  70k|  25k|  0 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3204.79/3215.32	c  3215s| 78800 |  6679 |  4100k|  49.9 |  1246M |  93 |2646 |  80k|  70k|  25k|  0 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3210.08/3220.66	c  3221s| 78900 |  6687 |  4104k|  49.9 |  1246M |  93 |2646 |  80k|  70k|  25k|  0 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3214.57/3225.10	c  3225s| 79000 |  6699 |  4108k|  49.9 |  1247M |  93 |2646 |  80k|  70k|  25k|  0 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3220.45/3231.08	c  3231s| 79100 |  6715 |  4112k|  49.9 |  1247M |  93 |2646 |  80k|  70k|  25k|  0 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3226.92/3237.58	c  3238s| 79200 |  6729 |  4117k|  49.9 |  1247M |  93 |2646 |  80k|  70k|  25k|  1 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3231.51/3242.11	c  3242s| 79300 |  6735 |  4121k|  49.9 |  1249M |  93 |2646 |  80k|  70k|  25k|  0 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3235.40/3246.09	c  3246s| 79400 |  6749 |  4125k|  49.8 |  1271M |  93 |2646 |  80k|  70k|  25k|  0 |  57k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3237.49/3248.11	c  3248s| 79500 |  6757 |  4129k|  49.8 |  1271M |  93 |2646 |  80k|  70k|  25k|  0 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3240.08/3250.73	c  3251s| 79600 |  6771 |  4134k|  49.8 |  1271M |  93 |2646 |  80k|  70k|  26k|  0 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3242.57/3253.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3242.57/3253.29	c  3253s| 79700 |  6784 |  4137k|  49.8 |  1271M |  93 |2646 |  80k|  70k|  26k|  2 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3244.86/3255.50	c  3255s| 79800 |  6794 |  4143k|  49.8 |  1271M |  93 |2646 |  80k|  70k|  26k|  0 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3246.96/3257.65	c  3258s| 79900 |  6808 |  4148k|  49.8 |  1272M |  93 |2646 |  80k|  70k|  26k|  1 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3249.05/3259.70	c  3260s| 80000 |  6814 |  4153k|  49.8 |  1272M |  93 |2646 |  80k|  70k|  26k|  1 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3251.14/3261.86	c  3262s| 80100 |  6822 |  4158k|  49.8 |  1272M |  93 |2646 |  80k|  70k|  26k|  1 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3253.24/3263.92	c  3264s| 80200 |  6828 |  4162k|  49.8 |  1272M |  93 |2646 |  80k|  70k|  26k|  1 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3255.23/3265.90	c  3266s| 80300 |  6834 |  4166k|  49.8 |  1272M |  93 |2646 |  80k|  70k|  26k|  1 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3257.43/3268.14	c  3268s| 80400 |  6840 |  4172k|  49.8 |  1272M |  93 |2646 |  80k|  70k|  26k|  1 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3259.52/3270.28	c  3270s| 80500 |  6848 |  4177k|  49.8 |  1273M |  93 |2646 |  80k|  70k|  26k|  0 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3263.80/3274.52	c  3275s| 80600 |  6856 |  4183k|  49.8 |  1273M |  93 |2646 |  80k|  70k|  26k|  1 |  58k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3267.49/3278.20	c  3278s| 80700 |  6862 |  4188k|  49.8 |  1273M |  93 |2646 |  80k|  70k|  26k|  1 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3271.58/3282.34	c  3282s| 80800 |  6870 |  4195k|  49.8 |  1274M |  93 |2646 |  80k|  70k|  26k|  0 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3275.96/3286.75	c  3287s| 80900 |  6876 |  4200k|  49.9 |  1274M |  93 |2646 |  80k|  70k|  26k|  1 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3279.25/3290.01	c  3290s| 81000 |  6882 |  4207k|  49.9 |  1274M |  93 |2646 |  80k|  70k|  26k|  0 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3285.33/3296.12	c  3296s| 81100 |  6890 |  4212k|  49.9 |  1274M |  93 |2646 |  80k|  70k|  26k|  0 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3290.32/3301.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3290.32/3301.17	c  3301s| 81200 |  6898 |  4216k|  49.9 |  1274M |  93 |2646 |  80k|  70k|  26k|  1 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3296.40/3307.28	c  3307s| 81300 |  6906 |  4221k|  49.9 |  1274M |  93 |2646 |  80k|  70k|  26k|  2 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3301.58/3312.41	c  3312s| 81400 |  6912 |  4226k|  49.9 |  1274M |  93 |2646 |  80k|  70k|  26k|  0 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3308.96/3319.88	c  3320s| 81500 |  6922 |  4232k|  49.9 |  1274M |  93 |2646 |  80k|  70k|  26k|  0 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3313.54/3324.48	c  3324s| 81600 |  6928 |  4236k|  49.9 |  1274M |  93 |2646 |  80k|  70k|  26k|  1 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3320.03/3330.93	c  3331s| 81700 |  6942 |  4242k|  49.9 |  1275M |  93 |2646 |  80k|  70k|  26k|  1 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3325.81/3336.74	c  3337s| 81800 |  6946 |  4248k|  49.9 |  1276M |  93 |2646 |  80k|  70k|  26k|  0 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3330.20/3341.12	c  3341s| 81900 |  6950 |  4252k|  49.9 |  1276M |  93 |2646 |  80k|  70k|  26k|  0 |  59k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3333.68/3344.65	c  3345s| 82000 |  6960 |  4258k|  49.9 |  1277M |  93 |2646 |  80k|  70k|  26k|  3 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3338.07/3349.01	c  3349s| 82100 |  6970 |  4262k|  49.9 |  1277M |  93 |2646 |  80k|  70k|  26k|  0 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3341.56/3352.55	c  3353s| 82200 |  6985 |  4267k|  49.9 |  1277M |  93 |2646 |  80k|  70k|  26k|  1 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3346.05/3357.07	c  3357s| 82300 |  7001 |  4272k|  49.9 |  1279M |  93 |2646 |  80k|  70k|  27k|  0 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3350.53/3361.59	c  3362s| 82400 |  7017 |  4277k|  49.9 |  1281M |  93 |2646 |  80k|  70k|  27k|  0 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3356.32/3367.31	c  3367s| 82500 |  7027 |  4283k|  49.9 |  1281M |  93 |2646 |  80k|  70k|  27k|  0 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3360.11/3371.15	c  3371s| 82600 |  7031 |  4288k|  49.9 |  1281M |  93 |2646 |  80k|  70k|  27k|  1 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3364.00/3375.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3364.00/3375.05	c  3375s| 82700 |  7037 |  4293k|  49.9 |  1281M |  93 |2646 |  80k|  70k|  27k|  1 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3366.29/3377.30	c  3377s| 82800 |  7047 |  4298k|  49.9 |  1281M |  93 |2646 |  80k|  70k|  27k|  0 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3370.67/3381.75	c  3382s| 82900 |  7048 |  4301k|  49.9 |  1281M |  93 |2646 |  80k|  70k|  27k|  1 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3374.86/3386.00	c  3386s| 83000 |  7056 |  4306k|  49.9 |  1281M |  93 |2646 |  80k|  70k|  27k|  0 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3376.75/3387.89	c  3388s| 83100 |  7072 |  4310k|  49.8 |  1281M |  93 |2646 |  80k|  70k|  27k|  1 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3380.14/3391.30	c  3391s| 83200 |  7079 |  4314k|  49.8 |  1281M |  93 |2646 |  80k|  70k|  27k|  1 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3382.24/3393.36	c  3393s| 83300 |  7087 |  4318k|  49.8 |  1281M |  93 |2646 |  80k|  70k|  27k|  0 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3385.33/3396.49	c  3396s| 83400 |  7097 |  4323k|  49.8 |  1283M |  93 |2646 |  80k|  70k|  27k|  0 |  60k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3388.92/3400.09	c  3400s| 83500 |  7106 |  4327k|  49.8 |  1284M |  93 |2646 |  80k|  70k|  27k|  1 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3393.30/3404.47	c  3404s| 83600 |  7112 |  4330k|  49.8 |  1284M |  93 |2646 |  80k|  70k|  27k|  1 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3396.59/3407.78	c  3408s| 83700 |  7114 |  4334k|  49.8 |  1284M |  93 |2646 |  80k|  70k|  27k|  0 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3402.48/3413.64	c  3414s| 83800 |  7119 |  4338k|  49.8 |  1285M |  93 |2646 |  80k|  70k|  27k|  1 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3407.26/3418.44	c  3418s| 83900 |  7115 |  4341k|  49.8 |  1285M |  93 |2646 |  80k|  70k|  27k|  0 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3410.86/3422.05	c  3422s| 84000 |  7117 |  4346k|  49.7 |  1285M |  93 |2646 |  80k|  70k|  27k|  0 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3414.14/3425.30	c  3425s| 84100 |  7127 |  4350k|  49.7 |  1285M |  93 |2646 |  80k|  70k|  27k|  1 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3420.22/3431.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3420.22/3431.40	c  3431s| 84200 |  7130 |  4354k|  49.7 |  1285M |  93 |2646 |  80k|  70k|  27k|  1 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3424.51/3435.77	c  3436s| 84300 |  7136 |  4359k|  49.7 |  1285M |  93 |2646 |  80k|  70k|  27k|  1 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3429.80/3441.06	c  3441s| 84400 |  7150 |  4363k|  49.7 |  1285M |  93 |2646 |  80k|  70k|  27k|  0 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3432.89/3444.13	c  3444s| 84500 |  7154 |  4367k|  49.7 |  1285M |  93 |2646 |  80k|  70k|  27k|  1 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3435.58/3446.85	c  3447s| 84600 |  7157 |  4372k|  49.7 |  1285M |  93 |2646 |  80k|  70k|  27k|  0 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3437.87/3449.11	c  3449s| 84700 |  7167 |  4378k|  49.7 |  1285M |  93 |2646 |  80k|  70k|  27k|  1 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3439.87/3451.13	c  3451s| 84800 |  7175 |  4382k|  49.7 |  1287M |  93 |2646 |  80k|  70k|  27k|  0 |  61k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3444.05/3455.30	c  3455s| 84900 |  7183 |  4386k|  49.7 |  1287M |  93 |2646 |  80k|  70k|  27k|  2 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3449.43/3460.76	c  3461s| 85000 |  7191 |  4390k|  49.7 |  1287M |  93 |2646 |  80k|  70k|  27k|  0 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3455.22/3466.58	c  3467s| 85100 |  7199 |  4396k|  49.7 |  1287M |  93 |2646 |  80k|  70k|  27k|  0 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3460.40/3471.73	c  3472s| 85200 |  7205 |  4400k|  49.7 |  1287M |  93 |2646 |  80k|  70k|  27k|  1 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3465.58/3476.90	c  3477s| 85300 |  7215 |  4406k|  49.7 |  1287M |  93 |2646 |  80k|  70k|  27k|  0 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3467.98/3479.32	c  3479s| 85400 |  7225 |  4412k|  49.7 |  1287M |  93 |2646 |  80k|  70k|  27k|  0 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3472.56/3483.91	c  3484s| 85500 |  7233 |  4418k|  49.7 |  1287M |  93 |2646 |  80k|  70k|  28k|  0 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3475.55/3486.97	c  3487s| 85600 |  7241 |  4422k|  49.7 |  1288M |  93 |2646 |  80k|  70k|  28k|  1 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3479.74/3491.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3479.74/3491.15	c  3491s| 85700 |  7249 |  4427k|  49.7 |  1288M |  93 |2646 |  80k|  70k|  28k|  0 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3484.03/3495.40	c  3495s| 85800 |  7255 |  4431k|  49.7 |  1288M |  93 |2646 |  80k|  70k|  28k|  1 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3486.82/3498.26	c  3498s| 85900 |  7261 |  4435k|  49.7 |  1288M |  93 |2646 |  80k|  70k|  28k|  1 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3490.91/3502.38	c  3502s| 86000 |  7269 |  4439k|  49.7 |  1288M |  93 |2646 |  80k|  70k|  28k|  0 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3495.89/3507.32	c  3507s| 86100 |  7277 |  4443k|  49.7 |  1288M |  93 |2646 |  80k|  70k|  28k|  1 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3498.08/3509.53	c  3510s| 86200 |  7280 |  4447k|  49.7 |  1289M |  93 |2646 |  80k|  70k|  28k|  1 |  62k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3502.47/3513.99	c  3514s| 86300 |  7288 |  4452k|  49.7 |  1289M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3508.66/3520.12	c  3520s| 86400 |  7296 |  4456k|  49.6 |  1289M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3512.74/3524.27	c  3524s| 86500 |  7303 |  4459k|  49.6 |  1289M |  93 |2646 |  80k|  70k|  28k|  1 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3516.33/3527.80	c  3528s| 86600 |  7315 |  4465k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3518.22/3529.76	c  3530s| 86700 |  7321 |  4469k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3521.81/3533.37	c  3533s| 86800 |  7326 |  4474k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3527.39/3538.98	c  3539s| 86900 |  7330 |  4479k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3530.28/3541.82	c  3542s| 87000 |  7338 |  4484k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3535.47/3547.04	c  3547s| 87100 |  7346 |  4488k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  1 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3540.25/3551.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3540.25/3551.86	c  3552s| 87200 |  7345 |  4492k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  1 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3543.93/3555.58	c  3556s| 87300 |  7343 |  4495k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3547.12/3558.77	c  3559s| 87400 |  7343 |  4498k|  49.6 |  1293M |  93 |2646 |  80k|  70k|  28k|  1 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3549.61/3561.29	c  3561s| 87500 |  7347 |  4502k|  49.5 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3555.29/3566.90	c  3567s| 87600 |  7350 |  4505k|  49.5 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3562.17/3573.85	c  3574s| 87700 |  7356 |  4511k|  49.5 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  63k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3566.85/3578.50	c  3579s| 87800 |  7362 |  4516k|  49.5 |  1293M |  93 |2646 |  80k|  70k|  28k|  0 |  64k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3571.94/3583.69	c  3584s| 87900 |  7365 |  4521k|  49.5 |  1295M |  93 |2646 |  80k|  70k|  28k|  0 |  64k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3578.11/3589.85	c  3590s| 88000 |  7372 |  4525k|  49.5 |  1295M |  93 |2646 |  80k|  70k|  28k|  0 |  64k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3580.90/3592.69	c  3593s| 88100 |  7384 |  4529k|  49.5 |  1296M |  93 |2646 |  80k|  70k|  28k|  1 |  64k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3584.49/3596.26	c  3596s| 88200 |  7388 |  4533k|  49.5 |  1296M |  93 |2646 |  80k|  70k|  28k|  2 |  64k|  39 | 0.000000e+00 |      --      |    Inf | unknown
3585.19/3597.00	c 
3585.19/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.19/3597.00	c Solving Time (sec) : 3597.00
3585.19/3597.00	c Solving Nodes      : 88236 (total of 91242 nodes in 2 runs)
3585.19/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.19/3597.00	c Dual Bound         : +0.00000000000000e+00
3585.19/3597.00	c Gap                : infinite
3585.19/3597.00	s UNKNOWN
3585.19/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.19/3597.00	c Total Time         :    3597.00
3585.19/3597.00	c   solving          :    3597.00
3585.19/3597.00	c   presolving       :       1.61 (included in solving)
3585.19/3597.00	c   reading          :       0.11 (included in solving)
3585.19/3597.00	c   copying          :       0.97 (13 #copies) (minimal 0.07, maximal 0.09, average 0.07)
3585.19/3597.00	c Original Problem   :
3585.19/3597.00	c   Problem name     : HOME/instance-4493239-1751146320.opb
3585.19/3597.00	c   Variables        : 2750 (2750 binary, 0 integer, 0 continuous)
3585.19/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.19/3597.00	c   Constraints      : 74305 initial, 74305 maximal
3585.19/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.19/3597.00	c Presolved Problem  :
3585.19/3597.00	c   Problem name     : t_HOME/instance-4493239-1751146320.opb
3585.19/3597.00	c   Variables        : 2646 (2646 binary, 0 integer, 0 continuous)
3585.19/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.19/3597.00	c   Constraints      : 70987 initial, 80185 maximal
3585.19/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.19/3597.00	c   Nonzeros         : 204192 constraint, 140679 clique table
3585.19/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.19/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   domcol           :       0.05       0.00      3          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   dualsparsify     :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   gateextraction   :       0.12       0.00      5          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   milp             :       0.11       0.00      1          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   sparsify         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   trivial          :       0.00       0.00     10         56          0          0          0          0          0          0          0          0
3585.19/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   dualfix          :       0.00       0.00     10          4          0          0          0          0          0          0          0          0
3585.19/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   probing          :       0.30       0.00      1          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   symmetry         :       0.34       0.00      1          0          0          0          0          0          0        103          0          0
3585.19/3597.00	c   vbounds          :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   knapsack         :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   setppc           :       0.26       0.01     19         44          0          0          0          0       2644          0          0          0
3585.19/3597.00	c   linear           :       0.19       0.01     10          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   logicor          :       0.11       0.01     17          0          0          0          0          0         18          0          0        140
3585.19/3597.00	c   components       :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   root node        :          -          -      -         56          -          -         56          -          -          -          -          -
3585.19/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.19/3597.00	c   integral         :          0          0          0          0      49728          0          0       7976          0          0          0          0          0          0      99456
3585.19/3597.00	c   knapsack         :          2          2          0     406046          0          0          0          0     253550          9      25305          0          0          0          0
3585.19/3597.00	c   setppc           :      70128      70128         23     411503          0          0          0       7972   19723202        130    2091762          0          0          0          0
3585.19/3597.00	c   logicor          :        857+     10055         23      62248          0          0          0         27     252598        768      39866          3          0          0          0
3585.19/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.19/3597.00	c   integral         :      66.85       0.00       0.00       0.00      66.85       0.00       0.00       0.00       0.00       0.00
3585.19/3597.00	c   knapsack         :       1.36       0.00       0.00       1.14       0.00       0.00       0.00       0.00       0.22       0.00
3585.19/3597.00	c   setppc           :      19.25       0.01       0.09      12.36       0.00       0.00       0.00       2.74       4.03       0.01
3585.19/3597.00	c   logicor          :       8.52       0.01       0.00       8.23       0.00       0.00       0.00       0.00       0.27       0.00
3585.19/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.19/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.19/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.19/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.19/3597.00	c   dualfix          :          4          0          0          1
3585.19/3597.00	c   genvbounds       :          0          0          0          0
3585.19/3597.00	c   nlobbt           :          0          0          0          0
3585.19/3597.00	c   obbt             :          0          0          0          0
3585.19/3597.00	c   probing          :          0          0          0          0
3585.19/3597.00	c   pseudoobj        :          0          0          0          0
3585.19/3597.00	c   redcost          :          0          0          0          0
3585.19/3597.00	c   rootredcost      :          0          0          0          0
3585.19/3597.00	c   symmetry         :       3606          0       1216      19491
3585.19/3597.00	c   vbounds          :     302314          0          0          0
3585.19/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.19/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.19/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.19/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.19/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.19/3597.00	c   probing          :       0.30       0.00       0.30       0.00       0.00       0.00
3585.19/3597.00	c   pseudoobj        :       0.14       0.00       0.00       0.14       0.00       0.00
3585.19/3597.00	c   redcost          :       0.05       0.00       0.00       0.05       0.00       0.00
3585.19/3597.00	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00       0.00
3585.19/3597.00	c   symmetry         :       1.34       0.00       0.34       1.00       0.00       0.00
3585.19/3597.00	c   vbounds          :       4.12       0.00       0.01       4.12       0.00       0.00
3585.19/3597.00	c Symmetry           :
3585.19/3597.00	c   #affected vars   :       2750 (2750 bin, 0 int, 0 cont)
3585.19/3597.00	c   orbitopal red.   :      19491 reductions applied,       1216 cutoffs
3585.19/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.19/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.19/3597.00	c   shadow tree time :       0.00 s
3585.19/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.19/3597.00	c   propagation      :       0.03        896        171          -       3530       99.7          1       12.0          -          -          -
3585.19/3597.00	c   infeasible LP    :      63.84      41408      41256          -     551538      287.5          0        0.0          3      299.0          0
3585.19/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.19/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.19/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.19/3597.00	c   applied globally :       2.95          -          -          0      64292       78.4          -          -          3          -          -
3585.19/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.19/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.19/3597.00	c   cut pool         :      11.09          -      14481         44          -          -     142446     480928          -          -          -          -          -    (maximal pool size:       4028)
3585.19/3597.00	c   aggregation      :      14.36       0.00       4526         23          0          0         13        249          0         41         41          0          0
3585.19/3597.00	c   > cmir           :          -          -          -          -          -          -          -         73          0          1          1          0          -
3585.19/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.19/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -        176          0         40         40          0          -
3585.19/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   clique           :       0.21       0.00         23         23          0          0         72       1572          0       1428       1428          0          0
3585.19/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   gomory           :    1500.90       0.00       4523         20          0          0     137270     445567        988      16814      16611        203          0
3585.19/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -     174853        494       1374       1272        102          -
3585.19/3597.00	c   > strongcg       :          -          -          -          -          -          -          -     270714        494      15440      15339        101          -
3585.19/3597.00	c   impliedbounds    :       5.56       0.00       4526         23          0         42          0          0          0          0          0          0          0
3585.19/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   mcf              :       0.04       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   multilinear      :       0.00       0.00        367         23          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
3585.19/3597.00	c   zerohalf         :      20.53       0.00       4526         23          0          0       6396      33540        317      12725      12490        235          0
3585.19/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.19/3597.00	c   hybrid           :       0.44       0.00       8663         23      30811        198     451425        132        198       2062
3585.19/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.19/3597.00	c   problem variables:       0.00          -          0          0
3585.19/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.19/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c   relpscost        :      66.76       0.00      49728          0          0          0          0          0          0      99456
3585.19/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.19/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.19/3597.00	c   LP solutions     :       0.00          -          -          0          0
3585.19/3597.00	c   relax solutions  :       0.00          -          -          0          0
3585.19/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3585.19/3597.00	c   strong branching :       0.00          -          -          0          0
3585.19/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3585.19/3597.00	c   adaptivediving   :       5.35       0.00         24          0          0
3585.19/3597.00	c   alns             :       2.61       0.00         10          0          0
3585.19/3597.00	c   bound            :       0.00       0.00          0          0          0
3585.19/3597.00	c   clique           :       0.07       0.00          1          0          0
3585.19/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3585.19/3597.00	c   completesol      :       0.00       0.00          0          0          0
3585.19/3597.00	c   conflictdiving   :      14.58       0.00        148          0          0
3585.19/3597.00	c   crossover        :       0.03       0.00          0          0          0
3585.19/3597.00	c   dins             :       0.00       0.00          0          0          0
3585.19/3597.00	c   distributiondivin:      24.39       0.00        147          0          0
3585.19/3597.00	c   dks              :       0.00       0.00          0          0          0
3585.19/3597.00	c   dps              :       0.00       0.00          0          0          0
3585.19/3597.00	c   dualval          :       0.00       0.00          0          0          0
3585.19/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3585.19/3597.00	c   feaspump         :      12.06       0.00         55          0          0
3585.19/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3585.19/3597.00	c   fracdiving       :      13.55       0.00        148          0          0
3585.19/3597.00	c   gins             :       0.02       0.00          0          0          0
3585.19/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3585.19/3597.00	c   indicator        :       0.00       0.00          0          0          0
3585.19/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3585.19/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3585.19/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3585.19/3597.00	c   linesearchdiving :      11.90       0.00        147          0          0
3585.19/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3585.19/3597.00	c   locks            :       0.00       0.00          1          0          0
3585.19/3597.00	c   lpface           :       0.41       0.00          0          0          0
3585.19/3597.00	c   mpec             :       0.00       0.00          0          0          0
3585.19/3597.00	c   multistart       :       0.00       0.00          0          0          0
3585.19/3597.00	c   mutation         :       0.00       0.00          0          0          0
3585.19/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3585.19/3597.00	c   objpscostdiving  :       7.83       0.00         37          0          0
3585.19/3597.00	c   octane           :       0.00       0.00          0          0          0
3585.19/3597.00	c   ofins            :       0.00       0.00          0          0          0
3585.19/3597.00	c   oneopt           :       0.05       0.00          0          0          0
3585.19/3597.00	c   padm             :       0.00       0.00          0          0          0
3585.19/3597.00	c   proximity        :       0.00       0.00          0          0          0
3585.19/3597.00	c   pscostdiving     :      19.68       0.00        148          0          0
3585.19/3597.00	c   randrounding     :       3.53       0.00       7967          0          0
3585.19/3597.00	c   rens             :       0.39       0.00          2          0          0
3585.19/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3585.19/3597.00	c   repair           :       0.00       0.00          0          0          0
3585.19/3597.00	c   rins             :       0.04       0.00          0          0          0
3585.19/3597.00	c   rootsoldiving    :       9.63       0.00         28          0          0
3585.19/3597.00	c   rounding         :       6.76       0.00       3305          0          0
3585.19/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3585.19/3597.00	c   shiftandpropagate:       0.13       0.00          2          0          0
3585.19/3597.00	c   shifting         :       4.06       0.00       1638          0          0
3585.19/3597.00	c   simplerounding   :       0.07       0.00      58391          0          0
3585.19/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3585.19/3597.00	c   trivial          :       0.01       0.00          4          0          0
3585.19/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3585.19/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3585.19/3597.00	c   trysol           :       0.02       0.00          0          0          0
3585.19/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3585.19/3597.00	c   undercover       :       0.00       0.00          0          0          0
3585.19/3597.00	c   vbounds          :       0.29       0.00          2          0          0
3585.19/3597.00	c   veclendiving     :      10.98       0.00        148          0          0
3585.19/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3585.19/3597.00	c   zirounding       :       2.15       0.00       1000          0          0
3585.19/3597.00	c   other solutions  :          -          -          -          0          -
3585.19/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.19/3597.00	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
3585.19/3597.00	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
3585.19/3597.00	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
3585.19/3597.00	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
3585.19/3597.00	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
3585.19/3597.00	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
3585.19/3597.00	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
3585.19/3597.00	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
3585.19/3597.00	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
3585.19/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.19/3597.00	c   primal LP        :      14.18       3066          0       0.00       0.00      14.18       3066
3585.19/3597.00	c   dual LP          :    1072.69      98657    3971166      40.30    3702.07       0.41        118
3585.19/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3585.19/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.19/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3585.19/3597.00	c   diving/probing LP:      89.64       5127     564468     110.10    6296.92
3585.19/3597.00	c   strong branching :       3.67         39      17498     448.67    4762.74          -          -         21
3585.19/3597.00	c     (at root node) :          -         39      17498     448.67          -
3585.19/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3585.19/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3585.19/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3585.19/3597.00	c B&B Tree           :
3585.19/3597.00	c   number of runs   :          2
3585.19/3597.00	c   nodes            :      88236 (47940 internal, 40296 leaves)
3585.19/3597.00	c   feasible leaves  :          0
3585.19/3597.00	c   infeas. leaves   :      40295
3585.19/3597.00	c   objective leaves :          0
3585.19/3597.00	c   nodes (total)    :      91242 (49728 internal, 41514 leaves)
3585.19/3597.00	c   nodes left       :       7389
3585.19/3597.00	c   max depth        :         93
3585.19/3597.00	c   max depth (total):         93
3585.19/3597.00	c   backtracks       :       5004 (5.7%)
3585.19/3597.00	c   early backtracks :          0 (0.0%)
3585.19/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3585.19/3597.00	c   delayed cutoffs  :        257
3585.19/3597.00	c   repropagations   :     205197 (38519 domain reductions, 94 cutoffs)
3585.19/3597.00	c   avg switch length:       6.25
3585.19/3597.00	c   switching time   :      50.88
3585.19/3597.00	c Root Node          :
3585.19/3597.00	c   First LP value   : +0.00000000000000e+00
3585.19/3597.00	c   First LP Iters   :        157 (8831.64 Iter/sec)
3585.19/3597.00	c   First LP Time    :       0.02
3585.19/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3585.19/3597.00	c   Final Root Iters :      17825
3585.19/3597.00	c   Root LP Estimate : +2.02758198312939e-03
3585.19/3597.00	c Solution           :
3585.19/3597.00	c   Solutions found  :          0 (0 improvements)
3585.19/3597.00	c   Primal Bound     :          -
3585.19/3597.00	c   Dual Bound       : +0.00000000000000e+00
3585.19/3597.00	c   Gap              :   infinite
3585.19/3597.00	c Integrals          :      Total       Avg%
3585.19/3597.00	c   primal-dual      :  359699.96     100.00
3585.19/3597.00	c   primal-ref       :          -          - (not evaluated)
3585.19/3597.00	c   dual-ref         :          -          - (not evaluated)
3585.49/3597.26	c Time complete (sec):   3585.555

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493239-1751146320/watcher-4493239-1751146320 -o /tmp/evaluation-result-4493239-1751146320/solver-4493239-1751146320 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751146306-16117 --watchdog 3760 pbsolver -f HOME/instance-4493239-1751146320.opb -t 3600 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=17344, runsolver pid=17341

[startup+0.100064 s]*
/proc/loadavg: 1.24 1.93 3.04 5/265 17345
/proc/meminfo: memFree=128693752/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=59792 memory=48768 CPUtime=0.09 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 10252 0 0 0 8 1 0 0 20 0 1 0 30309805 61227008 12192 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 14948 12192 2176 2575 0 11855 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 59792 KiB
Current children cumulated memory: 48768 KiB

[startup+0.205838 s]*
/proc/loadavg: 1.24 1.93 3.04 5/265 17345
/proc/meminfo: memFree=128637556/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=116156 memory=105524 CPUtime=0.18 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 24613 0 0 0 15 3 0 0 20 0 1 0 30309805 118943744 26381 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 29039 26381 2400 2575 0 25946 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 116156 KiB
Current children cumulated memory: 105524 KiB

[startup+0.305725 s]*
/proc/loadavg: 1.24 1.93 3.04 5/265 17345
/proc/meminfo: memFree=128613364/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=141356 memory=126004 CPUtime=0.28 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 29739 0 0 0 24 4 0 0 20 0 1 0 30309805 144748544 31501 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 35339 31501 2432 2575 0 32246 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 141356 KiB
Current children cumulated memory: 126004 KiB

[startup+0.700216 s]
/proc/loadavg: 1.24 1.93 3.04 5/265 17345
/proc/meminfo: memFree=128589044/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=148444 memory=137548 CPUtime=0.67 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 45477 0 0 0 60 7 0 0 20 0 1 0 30309805 152006656 34387 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 37111 34387 2528 2575 0 34018 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 148444 KiB
Current children cumulated memory: 137548 KiB

[startup+1.5002 s]
/proc/loadavg: 1.24 1.93 3.04 5/265 17345
/proc/meminfo: memFree=128589188/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=207424 memory=193868 CPUtime=1.46 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 59906 0 0 0 137 9 0 0 20 0 1 0 30309805 212402176 48467 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 51856 48467 2592 2575 0 48763 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 207424 KiB
Current children cumulated memory: 193868 KiB

[startup+3.10443 s]
/proc/loadavg: 1.38 1.94 3.04 5/265 17390
/proc/meminfo: memFree=128593208/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=331912 memory=316536 CPUtime=3.07 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 90849 0 0 0 292 15 0 0 20 0 1 0 30309805 339877888 79134 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 82978 79134 2688 2575 0 79885 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 331912 KiB
Current children cumulated memory: 316536 KiB

[startup+6.30017 s]
/proc/loadavg: 1.38 1.94 3.04 5/265 17435
/proc/meminfo: memFree=128002960/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=331912 memory=316536 CPUtime=6.25 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 90855 0 0 0 610 15 0 0 20 0 1 0 30309805 339877888 79134 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 82978 79134 2688 2575 0 79885 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 331912 KiB
Current children cumulated memory: 316536 KiB

[startup+12.7002 s]
/proc/loadavg: 1.59 1.98 3.04 5/264 17435
/proc/meminfo: memFree=127663060/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=452244 memory=399352 CPUtime=12.63 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 111620 0 0 0 1245 18 0 0 20 0 1 0 30309805 463097856 99838 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 113061 99838 2688 2575 0 109968 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 452244 KiB
Current children cumulated memory: 399352 KiB

[startup+25.5002 s]
/proc/loadavg: 2.20 2.09 3.06 5/265 17436
/proc/meminfo: memFree=127582964/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=496532 memory=435288 CPUtime=25.39 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 120137 0 0 0 2519 20 0 0 20 0 1 0 30309805 508448768 108822 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 124133 108822 2688 2575 0 121040 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 496532 KiB
Current children cumulated memory: 435288 KiB

[startup+51.1057 s]
/proc/loadavg: 2.88 2.26 3.10 5/264 17436
/proc/meminfo: memFree=127503464/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=534456 memory=466520 CPUtime=50.9 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 127951 0 0 0 5069 21 0 0 20 0 1 0 30309805 547282944 116630 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 133614 116630 2688 2575 0 130521 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 534456 KiB
Current children cumulated memory: 466520 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 2.55 3.15 5/264 17438
/proc/meminfo: memFree=127246872/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=550816 memory=472152 CPUtime=101.92 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 128953 0 0 0 10171 21 0 0 20 0 1 0 30309805 564035584 118038 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 137704 118038 2688 2575 0 134611 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 550816 KiB
Current children cumulated memory: 472152 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 2.83 3.21 5/264 17440
/proc/meminfo: memFree=127145312/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=583312 memory=477668 CPUtime=161.73 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 129825 0 0 0 16151 22 0 0 20 0 1 0 30309805 597311488 119417 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 145828 119417 2688 2575 0 142735 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 583312 KiB
Current children cumulated memory: 477668 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.08 3.27 5/264 17442
/proc/meminfo: memFree=126948980/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=784144 memory=558368 CPUtime=221.54 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 153542 0 0 0 22128 26 0 0 20 0 1 0 30309805 802963456 139592 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 196036 139592 2688 2575 0 192943 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 784144 KiB
Current children cumulated memory: 558368 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 3.26 3.33 5/264 17444
/proc/meminfo: memFree=126902896/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=819972 memory=561812 CPUtime=281.35 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 153872 0 0 0 28109 26 0 0 20 0 1 0 30309805 839651328 140453 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 204993 140453 2688 2575 0 201900 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 819972 KiB
Current children cumulated memory: 561812 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.41 3.38 5/262 17446
/proc/meminfo: memFree=126903424/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=846312 memory=562068 CPUtime=341.15 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 153939 0 0 0 34089 26 0 0 20 0 1 0 30309805 866623488 140517 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 211578 140517 2688 2575 0 208485 0
Current children cumulated CPU time: 341.15 s
Current children cumulated vsize: 846312 KiB
Current children cumulated memory: 562068 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.55 3.43 5/264 17454
/proc/meminfo: memFree=126809320/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=859112 memory=574560 CPUtime=400.95 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 155621 0 0 0 40068 27 0 0 20 0 1 0 30309805 879730688 143640 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 214778 143640 2688 2575 0 211685 0
Current children cumulated CPU time: 400.95 s
Current children cumulated vsize: 859112 KiB
Current children cumulated memory: 574560 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.65 3.47 5/265 17459
/proc/meminfo: memFree=126715416/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=924360 memory=638916 CPUtime=460.75 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 176642 0 0 0 46045 30 0 0 20 0 1 0 30309805 946544640 159729 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 231090 159729 2688 2575 0 227997 0
Current children cumulated CPU time: 460.75 s

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

/proc/loadavg: 4.10 4.09 4.08 5/263 17623
/proc/meminfo: memFree=125039796/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1325264 memory=1127060 CPUtime=3151.96 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 264525 0 0 0 315149 47 0 0 20 0 1 0 30309805 1357070336 281765 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 331316 281765 2688 2575 0 328223 0
Current children cumulated CPU time: 3151.96 s
Current children cumulated vsize: 1325264 KiB
Current children cumulated memory: 1127060 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.08 5/263 17625
/proc/meminfo: memFree=125014212/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1335704 memory=1143288 CPUtime=3211.77 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 265321 0 0 0 321130 47 0 0 20 0 1 0 30309805 1367760896 285822 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 333926 285822 2688 2575 0 330833 0
Current children cumulated CPU time: 3211.77 s
Current children cumulated vsize: 1335704 KiB
Current children cumulated memory: 1143288 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.08 5/263 17627
/proc/meminfo: memFree=124979016/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1151780 CPUtime=3271.58 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 265722 0 0 0 327111 47 0 0 20 0 1 0 30309805 1389928448 287945 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 287945 2688 2575 0 336245 0
Current children cumulated CPU time: 3271.58 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1151780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.08 5/263 17629
/proc/meminfo: memFree=124947252/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1151780 CPUtime=3331.39 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 265731 0 0 0 333092 47 0 0 20 0 1 0 30309805 1389928448 287945 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 287945 2688 2575 0 336245 0
Current children cumulated CPU time: 3331.39 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1151780 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.08 5/264 17636
/proc/meminfo: memFree=124793348/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1160020 CPUtime=3391.21 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 265739 0 0 0 339073 48 0 0 20 0 1 0 30309805 1389928448 290005 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 290005 2688 2575 0 336245 0
Current children cumulated CPU time: 3391.21 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1160020 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.08 5/265 17641
/proc/meminfo: memFree=124802416/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1160020 CPUtime=3451.03 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266028 0 0 0 345055 48 0 0 20 0 1 0 30309805 1389928448 290005 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 290005 2688 2575 0 336245 0
Current children cumulated CPU time: 3451.03 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1160020 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.08 5/264 17643
/proc/meminfo: memFree=124758680/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1164116 CPUtime=3510.84 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266084 0 0 0 351036 48 0 0 20 0 1 0 30309805 1389928448 291029 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 291029 2688 2575 0 336245 0
Current children cumulated CPU time: 3510.84 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1164116 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.11 4.09 5/264 17645
/proc/meminfo: memFree=124776836/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1168212 CPUtime=3570.64 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266110 0 0 0 357016 48 0 0 20 0 1 0 30309805 1389928448 292053 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 292053 2688 2575 0 336245 0
Current children cumulated CPU time: 3570.64 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1168212 KiB

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

# cumulated CPU time of all completed processes:  user=3585.07 s, system=0.491352 s

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

[startup+3584 s]*
/proc/loadavg: 4.16 4.11 4.09 5/264 17645
/proc/meminfo: memFree=124776844/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1168212 CPUtime=3572.34 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266110 0 0 0 357186 48 0 0 20 0 1 0 30309805 1389928448 292053 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 292053 2688 2575 0 336245 0
Current children cumulated CPU time: 3572.34 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1168212 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.10 4.09 4/260 17653
/proc/meminfo: memFree=126706004/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1168212 CPUtime=3578.71 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266110 0 0 0 357823 48 0 0 20 0 1 0 30309805 1389928448 292053 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 292053 2688 2575 0 336245 0
Current children cumulated CPU time: 3578.71 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1168212 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 17690
/proc/meminfo: memFree=126044180/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1168212 CPUtime=3581.9 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266110 0 0 0 358142 48 0 0 20 0 1 0 30309805 1389928448 292053 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 292053 2688 2575 0 336245 0
Current children cumulated CPU time: 3581.9 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1168212 KiB

[startup+3595.2 s]
/proc/loadavg: 4.13 4.10 4.09 4/262 17690
/proc/meminfo: memFree=127180264/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1168212 CPUtime=3583.49 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266110 0 0 0 358301 48 0 0 20 0 1 0 30309805 1389928448 292053 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 292053 2688 2575 0 336245 0
Current children cumulated CPU time: 3583.49 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1168212 KiB

[startup+3596 s]*
/proc/loadavg: 4.13 4.10 4.09 5/260 17726
/proc/meminfo: memFree=127021848/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1168212 CPUtime=3584.3 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266110 0 0 0 358382 48 0 0 20 0 1 0 30309805 1389928448 292053 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 292053 2688 2575 0 336245 0
Current children cumulated CPU time: 3584.3 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1168212 KiB

[startup+3596.8 s]
/proc/loadavg: 4.13 4.10 4.09 5/260 17726
/proc/meminfo: memFree=127021848/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1168212 CPUtime=3585.09 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266110 0 0 0 358461 48 0 0 20 0 1 0 30309805 1389928448 292053 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 292053 2688 2575 0 336245 0
Current children cumulated CPU time: 3585.09 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1168212 KiB

[startup+3597.2 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 17735
/proc/meminfo: memFree=126707336/131249996 swapFree=33010684/33010684
[pid=17344] ppid=17341 vsize=1357352 memory=1168212 CPUtime=3585.49 cores=5,7
/proc/17344/stat : 17344 (pbsolver) R 17341 17344 16104 0 -1 4194304 266121 0 0 0 358501 48 0 0 20 0 1 0 30309805 1389928448 292053 18446744073709551615 4198400 14743177 140721698883920 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 34775040 140721698888074 140721698888170 140721698888170 140721698893772 0
/proc/17344/statm: 339338 292053 2688 2575 0 336245 0
Current children cumulated CPU time: 3585.49 s
Current children cumulated vsize: 1357352 KiB
Current children cumulated memory: 1168212 KiB

Child status: 0

Real time (s): 3597.26
CPU time (s): 3585.56
CPU user time (s): 3585.07
CPU system time (s): 0.491352
CPU usage (%): 99.6746
Max. virtual memory (cumulated for all children) (KiB): 1357352
Max. memory (cumulated for all children) (KiB): 1168212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.07
system time used= 0.491352
maximum resident set size= 1168212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266160
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= 73
involuntary context switches= 19264


# summary of solver processes directly reported to runsolver:
#   pid: 17344
#   total CPU time (s): 3585.56
#   total CPU user time (s): 3585.07
#   total CPU system time (s): 0.491352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91588 second user time and 16.2701 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-28 23:32:00
IDJOB=4493239
IDBENCH=147856
IDSOLVER=3366
FILE ID=nodeC017/4493239-1751146320
RUNJOBID= nodeC017-1751146306-16117
SLURM_JOB_ID= 9587458
Free space on /tmp= 432960 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493239-1751146320/watcher-4493239-1751146320 -o /tmp/evaluation-result-4493239-1751146320/solver-4493239-1751146320 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751146306-16117 --watchdog 3760  pbsolver -f HOME/instance-4493239-1751146320.opb -t 3600 -m 31000

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

MD5SUM BENCH= 447851c4fd40c5c34c03bb94532f1e8d
RANDOM SEED=1570597588

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.059
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	: 7000.12
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		: 3600.046
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	: 7000.12
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		: 3619.586
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	: 7000.12
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		: 3625.899
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	: 7000.12
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		: 3600.056
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	: 7000.12
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		: 3613.425
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	: 7000.12
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		: 3600.161
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	: 7000.12
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		: 3600.059
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128721168 kB
MemAvailable:   128436304 kB
Buffers:            3280 kB
Cached:           526256 kB
SwapCached:            0 kB
Active:          1468112 kB
Inactive:         307280 kB
Active(anon):    1263940 kB
Inactive(anon):        0 kB
Active(file):     204172 kB
Inactive(file):   307280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72620 kB
Writeback:             0 kB
AnonPages:       1248272 kB
Mapped:           134296 kB
Shmem:             18080 kB
KReclaimable:      85448 kB
Slab:             168256 kB
SReclaimable:      85448 kB
SUnreclaim:        82808 kB
KernelStack:        4256 kB
PageTables:         5608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1642308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC017 at 2025-06-29 00:31:58