Trace number 4542707

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07UNSAT 77.4603 77.7905

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_036.shuf-2.opb
MD5SUM51f0204441dcd002ae254f35580dbb8b
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 benchmark3.67265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables577
Total number of constraints290
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints286
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4542707-1753215290.opb>
0.00/0.01	c original problem has 577 variables (577 bin, 0 int, 0 impl, 0 cont) and 290 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving:
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver (2 rounds): 1 aggregations, 0 fixings, 0 bound changes
0.00/0.01	c (round 1, medium)     1 del vars, 290 del conss, 144 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 51/576 (8.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.02	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.02	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.02	c presolving (2 rounds: 2 fast, 2 medium, 1 exhaustive):
0.00/0.02	c  1 deleted vars, 290 deleted constraints, 144 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 576 variables (576 bin, 0 int, 0 impl, 0 cont) and 144 constraints
0.00/0.02	c     144 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 10.0.0
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.02	c limits/time = 3596.997015
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.02	c limits/memory = 27900
0.00/0.02	c 
0.00/0.02	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.02	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = 1
0.00/0.02	c 
0.00/0.02	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.00/0.02	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.02	c misc/usesymmetry = 3
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.02	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.02	c 
0.00/0.02	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.02	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.02	c 
0.00/0.02	c # Type of symmetries that shall be computed?
0.00/0.02	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.02	c propagating/symmetry/symtype = 1
0.00/0.02	c 
0.00/0.02	c # Should components consisting of a single full reflection be handled?
0.00/0.02	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.03	c   0.0s|     1 |     0 |   204 |     - |  6402k |   0 | 576 | 183 | 144 |   0 |  0 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.0s|     1 |     0 |   383 |     - |  6767k |   0 | 576 | 183 | 158 |  14 |  1 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.0s|     1 |     0 |   385 |     - |  6859k |   0 | 576 | 183 | 163 |  19 |  2 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.0s|     1 |     0 |   389 |     - |  6887k |   0 | 576 | 183 | 165 |  21 |  3 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   391 |     - |  6922k |   0 | 576 | 183 | 169 |  25 |  4 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   402 |     - |  6968k |   0 | 576 | 183 | 172 |  28 |  5 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   418 |     - |  7208k |   0 | 576 | 183 | 174 |  30 |  6 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   438 |     - |  7610k |   0 | 576 | 183 | 176 |  32 |  7 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   444 |     - |  7963k |   0 | 576 | 183 | 179 |  35 |  8 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   445 |     - |  8650k |   0 | 576 | 183 | 180 |  36 |  9 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   452 |     - |  8669k |   0 | 576 | 183 | 184 |  40 | 10 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   480 |     - |  8689k |   0 | 576 | 183 | 186 |  42 | 11 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   484 |     - |  8774k |   0 | 576 | 183 | 187 |  43 | 12 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   485 |     - |  8810k |   0 | 576 | 183 | 188 |  44 | 13 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   487 |     - |  8830k |   0 | 576 | 183 | 189 |  45 | 14 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.08	c   0.1s|     1 |     0 |   488 |     - |  8848k |   0 | 576 | 183 | 190 |  46 | 15 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   489 |     - |  9009k |   0 | 576 | 183 | 169 |  47 | 16 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   491 |     - |  9024k |   0 | 576 | 183 | 170 |  48 | 17 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   494 |     - |  9042k |   0 | 576 | 183 | 171 |  49 | 18 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   498 |     - |  9060k |   0 | 576 | 183 | 172 |  50 | 19 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |   499 |     - |  9060k |   0 | 576 | 183 | 173 |  51 | 20 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.08/0.13	c   0.1s|     1 |     2 |   953 |     - |  9094k |   0 | 576 | 191 | 173 |  51 | 21 |  47 |   5 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.64	c   0.6s|   100 |   101 |  8932 |  85.2 |  9901k |  32 | 576 | 301 | 150 |  60 |  1 | 158 |   5 | 0.000000e+00 |      --      |    Inf | unknown
0.78/0.86	c   0.9s|   200 |   199 | 11770 |  56.6 |    10M |  52 | 576 | 367 | 154 | 105 |  1 | 224 |   5 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.04	c   1.0s|   300 |   299 | 13907 |  44.8 |    10M |  64 | 576 | 390 | 150 | 117 |  1 | 247 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.12	c   1.1s|   400 |   399 | 15011 |  36.4 |    10M |  64 | 576 | 404 | 150 | 117 |  1 | 262 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.18/1.24	c   1.2s|   500 |   499 | 16803 |  32.7 |    10M |  64 | 576 | 426 | 152 | 154 |  1 | 285 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.32	c   1.3s|   600 |   599 | 17689 |  28.7 |    10M |  77 | 576 | 426 | 148 | 201 |  1 | 285 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.38/1.43	c   1.4s|   700 |   699 | 18705 |  26.0 |    11M |  77 | 576 | 430 | 148 | 241 |  1 | 289 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.48/1.53	c   1.5s|   800 |   799 | 19037 |  23.2 |    11M |  77 | 576 | 430 | 152 | 263 |  1 | 289 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.48/1.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.48/1.59	c   1.6s|   900 |   899 | 19838 |  21.5 |    11M |  77 | 576 | 442 | 149 | 285 |  1 | 301 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.78/1.80	c   1.8s|  1000 |   999 | 21363 |  20.9 |    11M |  77 | 576 | 464 | 154 | 316 |  1 | 323 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.88/1.91	c   1.9s|  1100 |  1099 | 21910 |  19.5 |    11M | 114 | 576 | 470 | 154 | 316 |  1 | 329 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.88/1.94	c   1.9s|  1200 |  1199 | 22227 |  18.1 |    11M | 145 | 576 | 470 | 154 | 316 |  1 | 329 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.88/1.98	c   2.0s|  1300 |  1299 | 22780 |  17.2 |    11M | 187 | 576 | 473 | 158 | 320 |  1 | 332 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.98/2.04	c   2.0s|  1400 |  1399 | 23458 |  16.4 |    11M | 191 | 576 | 485 | 158 | 337 |  1 | 344 |   5 | 0.000000e+00 |      --      |    Inf | unknown
1.98/2.08	c   2.1s|  1500 |  1499 | 23869 |  15.6 |    11M | 199 | 576 | 492 | 157 | 351 |  1 | 351 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.08/2.11	c   2.1s|  1600 |  1599 | 24162 |  14.8 |    11M | 202 | 576 | 491 | 157 | 351 |  1 | 351 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.08/2.15	c   2.1s|  1700 |  1699 | 24604 |  14.2 |    11M | 226 | 576 | 497 | 157 | 351 |  1 | 357 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.08/2.18	c   2.2s|  1800 |  1799 | 24983 |  13.6 |    12M | 227 | 576 | 502 | 157 | 351 |  1 | 362 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.18/2.23	c   2.2s|  1900 |  1897 | 25556 |  13.2 |    12M | 227 | 576 | 540 | 157 | 351 |  1 | 403 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.18/2.27	c   2.3s|  2000 |  1997 | 25895 |  12.7 |    12M | 234 | 576 | 543 | 157 | 351 |  1 | 406 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.28/2.30	c   2.3s|  2100 |  2097 | 26278 |  12.3 |    12M | 234 | 576 | 548 | 158 | 351 |  1 | 412 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.28/2.36	c   2.4s|  2200 |  2197 | 26973 |  12.0 |    12M | 234 | 576 | 576 | 157 | 351 |  1 | 440 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.38/2.40	c   2.4s|  2300 |  2297 | 27438 |  11.7 |    12M | 234 | 576 | 585 | 157 | 351 |  1 | 449 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.38/2.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.38/2.45	c   2.4s|  2400 |  2397 | 28046 |  11.5 |    12M | 234 | 576 | 590 | 157 | 351 |  1 | 455 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.47/2.50	c   2.5s|  2500 |  2497 | 28816 |  11.3 |    12M | 234 | 576 | 621 | 157 | 351 |  1 | 487 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.47/2.53	c   2.5s|  2600 |  2597 | 29184 |  11.0 |    12M | 234 | 576 | 620 | 158 | 351 |  1 | 487 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.47/2.58	c   2.6s|  2700 |  2697 | 29751 |  10.8 |    12M | 234 | 576 | 632 | 158 | 351 |  1 | 501 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.62	c   2.6s|  2800 |  2797 | 30250 |  10.6 |    12M | 234 | 576 | 642 | 157 | 351 |  1 | 512 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.67	c   2.7s|  2900 |  2895 | 30838 |  10.5 |    13M | 234 | 576 | 686 | 158 | 351 |  1 | 556 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.71	c   2.7s|  3000 |  2993 | 31299 |  10.3 |    13M | 234 | 576 | 694 | 157 | 351 |  1 | 566 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.74	c   2.7s|  3100 |  3093 | 31601 |  10.0 |    13M | 237 | 576 | 694 | 158 | 351 |  1 | 566 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.67/2.79	c   2.8s|  3200 |  3187 | 32248 |   9.9 |    13M | 237 | 576 | 720 | 157 | 351 |  1 | 596 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.77/2.84	c   2.8s|  3300 |  3287 | 32890 |   9.8 |    13M | 237 | 576 | 720 | 157 | 351 |  1 | 599 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.77/2.88	c   2.9s|  3400 |  3383 | 33363 |   9.7 |    13M | 237 | 576 | 755 | 157 | 351 |  1 | 634 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.87/2.92	c   2.9s|  3500 |  3483 | 33879 |   9.5 |    13M | 237 | 576 | 771 | 158 | 351 |  1 | 650 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.87/2.96	c   3.0s|  3600 |  3579 | 34342 |   9.4 |    14M | 247 | 576 | 805 | 157 | 351 |  1 | 687 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.98/3.01	c   3.0s|  3700 |  3671 | 34877 |   9.3 |    14M | 253 | 576 | 850 | 157 | 351 |  1 | 735 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.98/3.06	c   3.1s|  3800 |  3769 | 35575 |   9.2 |    14M | 253 | 576 | 877 | 157 | 359 |  1 | 763 |   5 | 0.000000e+00 |      --      |    Inf | unknown
2.98/3.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.98/3.10	c   3.1s|  3900 |  3869 | 35971 |   9.1 |    15M | 253 | 576 | 885 | 157 | 359 |  1 | 771 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.08/3.14	c   3.1s|  4000 |  3969 | 36447 |   9.0 |    15M | 253 | 576 | 905 | 157 | 359 |  1 | 791 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.08/3.19	c   3.2s|  4100 |  4057 | 37111 |   8.9 |    15M | 253 | 576 | 935 | 157 | 359 |  1 | 824 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.17/3.23	c   3.2s|  4200 |  4155 | 37528 |   8.8 |    15M | 253 | 576 | 941 | 155 | 360 |  1 | 832 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.17/3.29	c   3.3s|  4300 |  4255 | 38340 |   8.8 |    15M | 253 | 576 | 962 | 158 | 368 |  1 | 854 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.37	c   3.4s|  4400 |  4355 | 39262 |   8.8 |    15M | 253 | 576 |1012 | 158 | 381 |  1 | 904 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.42	c   3.4s|  4500 |  4446 | 39631 |   8.7 |    15M | 253 | 576 |1031 | 158 | 386 |  1 | 924 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.46	c   3.5s|  4600 |  4542 | 40099 |   8.6 |    15M | 253 | 576 |1065 | 159 | 392 |  1 | 959 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.51	c   3.5s|  4700 |  4642 | 40620 |   8.5 |    15M | 253 | 576 |1089 | 159 | 398 |  1 | 983 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.55	c   3.5s|  4800 |  4742 | 41143 |   8.5 |    15M | 253 | 576 |1104 | 157 | 398 |  1 | 998 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.47/3.59	c   3.6s|  4900 |  4838 | 41595 |   8.4 |    15M | 253 | 576 |1104 | 158 | 398 |  1 |1002 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.63	c   3.6s|  5000 |  4938 | 42020 |   8.3 |    15M | 253 | 576 |1113 | 154 | 400 |  1 |1011 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.57/3.67	c   3.7s|  5100 |  5038 | 42623 |   8.3 |    15M | 253 | 576 |1127 | 154 | 400 |  1 |1025 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.67/3.74	c   3.7s|  5200 |  5138 | 43517 |   8.3 |    15M | 253 | 576 |1152 | 154 | 409 |  1 |1053 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.80	c   3.8s|  5300 |  5238 | 44309 |   8.3 |    15M | 253 | 576 |1192 | 160 | 414 |  1 |1093 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.77/3.84	c   3.8s|  5400 |  5338 | 44665 |   8.2 |    15M | 253 | 576 |1192 | 159 | 426 |  1 |1093 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.88	c   3.9s|  5500 |  5438 | 45079 |   8.1 |    15M | 253 | 576 |1198 | 159 | 428 |  1 |1099 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.87/3.91	c   3.9s|  5600 |  5538 | 45418 |   8.0 |    15M | 253 | 576 |1198 | 159 | 429 |  1 |1099 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.87/3.95	c   3.9s|  5700 |  5638 | 45850 |   8.0 |    15M | 253 | 576 |1208 | 157 | 429 |  1 |1109 |   5 | 0.000000e+00 |      --      |    Inf | unknown
3.87/3.99	c   4.0s|  5800 |  5728 | 46228 |   7.9 |    15M | 253 | 576 |1213 | 158 | 431 |  1 |1115 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.16/4.22	c   4.2s|  5900 |  5816 | 47209 |   7.9 |    15M | 253 | 576 |1226 | 148 | 447 |  1 |1135 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.16/4.29	c   4.3s|  6000 |  5889 | 48083 |   7.9 |    16M | 253 | 576 |1303 | 159 | 451 |  1 |1213 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.26/4.33	c   4.3s|  6100 |  5981 | 48448 |   7.9 |    16M | 253 | 576 |1320 | 158 | 467 |  1 |1231 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.26/4.38	c   4.4s|  6200 |  6081 | 49207 |   7.9 |    16M | 253 | 576 |1370 | 157 | 467 |  1 |1281 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.36/4.41	c   4.4s|  6300 |  6181 | 49566 |   7.8 |    16M | 253 | 576 |1370 | 158 | 482 |  1 |1281 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.36/4.48	c   4.5s|  6400 |  6281 | 50389 |   7.8 |    16M | 253 | 576 |1395 | 157 | 486 |  1 |1308 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.46/4.52	c   4.5s|  6500 |  6381 | 50853 |   7.7 |    17M | 253 | 576 |1407 | 154 | 494 |  1 |1320 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.46/4.57	c   4.6s|  6600 |  6481 | 51268 |   7.7 |    17M | 253 | 576 |1413 | 157 | 511 |  1 |1326 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.56/4.61	c   4.6s|  6700 |  6581 | 51662 |   7.6 |    17M | 253 | 576 |1412 | 157 | 518 |  1 |1326 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.56/4.65	c   4.6s|  6800 |  6681 | 52251 |   7.6 |    17M | 253 | 576 |1437 | 157 | 518 |  1 |1354 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.56/4.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.56/4.69	c   4.7s|  6900 |  6775 | 52713 |   7.6 |    17M | 253 | 576 |1459 | 158 | 525 |  1 |1377 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.66/4.78	c   4.8s|  7000 |  6871 | 53030 |   7.5 |    17M | 253 | 576 |1469 | 154 | 529 |  1 |1387 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.77/4.83	c   4.8s|  7100 |  6971 | 53636 |   7.5 |    17M | 253 | 576 |1481 | 154 | 537 |  1 |1404 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.77/4.89	c   4.9s|  7200 |  7071 | 54252 |   7.5 |    18M | 253 | 576 |1504 | 157 | 550 |  1 |1429 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.87/4.94	c   4.9s|  7300 |  7171 | 54848 |   7.4 |    19M | 253 | 576 |1540 | 157 | 550 |  1 |1468 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.87/4.98	c   5.0s|  7400 |  7271 | 55205 |   7.4 |    19M | 253 | 576 |1536 | 157 | 550 |  1 |1468 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.97/5.02	c   5.0s|  7500 |  7371 | 55687 |   7.4 |    19M | 253 | 576 |1548 | 158 | 550 |  1 |1485 |   5 | 0.000000e+00 |      --      |    Inf | unknown
4.97/5.06	c   5.1s|  7600 |  7471 | 56215 |   7.3 |    19M | 253 | 576 |1550 | 157 | 553 |  1 |1491 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.07/5.11	c   5.1s|  7700 |  7571 | 56681 |   7.3 |    19M | 253 | 576 |1560 | 157 | 553 |  1 |1507 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.07/5.15	c   5.1s|  7800 |  7671 | 57169 |   7.3 |    19M | 253 | 576 |1593 | 157 | 553 |  1 |1543 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.16/5.25	c   5.2s|  7900 |  7771 | 57766 |   7.2 |    19M | 253 | 576 |1621 | 157 | 553 |  1 |1574 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.16/5.29	c   5.3s|  8000 |  7867 | 58275 |   7.2 |    19M | 253 | 576 |1641 | 157 | 553 |  1 |1595 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.26/5.33	c   5.3s|  8100 |  7967 | 58724 |   7.2 |    19M | 254 | 576 |1652 | 158 | 553 |  1 |1611 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.36/5.40	c   5.4s|  8200 |  8063 | 59635 |   7.2 |    19M | 254 | 576 |1661 | 156 | 562 |  1 |1628 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.36/5.46	c   5.5s|  8300 |  8152 | 60409 |   7.2 |    19M | 261 | 576 |1675 | 148 | 574 |  1 |1652 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.46/5.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.46/5.55	c   5.5s|  8400 |  8252 | 61618 |   7.3 |    19M | 261 | 576 |1695 | 154 | 595 |  1 |1675 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.56/5.62	c   5.6s|  8500 |  8352 | 62447 |   7.3 |    19M | 261 | 576 |1695 | 153 | 629 |  1 |1675 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.56/5.68	c   5.7s|  8600 |  8452 | 63008 |   7.3 |    19M | 261 | 576 |1711 | 163 | 657 |  2 |1693 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.66/5.72	c   5.7s|  8700 |  8552 | 63405 |   7.2 |    21M | 261 | 576 |1711 | 159 | 699 |  1 |1693 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.86/5.95	c   5.9s|  8800 |  8652 | 64192 |   7.2 |    21M | 261 | 576 |1717 | 153 | 728 |  1 |1703 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.06/6.18	c   6.2s|  8900 |  8752 | 64600 |   7.2 |    21M | 261 | 576 |1717 | 150 | 765 |  2 |1703 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.15/6.22	c   6.2s|  9000 |  8852 | 65053 |   7.2 |    21M | 261 | 576 |1718 | 155 | 799 |  1 |1708 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.25/6.31	c   6.3s|  9100 |  8952 | 66069 |   7.2 |    21M | 261 | 576 |1734 | 161 | 848 |  1 |1729 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.25/6.35	c   6.3s|  9200 |  9052 | 66391 |   7.2 |    21M | 261 | 576 |1732 | 154 | 858 |  1 |1729 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.25/6.39	c   6.4s|  9300 |  9152 | 66784 |   7.1 |    21M | 261 | 576 |1746 | 154 | 867 |  1 |1749 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.35/6.45	c   6.4s|  9400 |  9252 | 67303 |   7.1 |    23M | 261 | 576 |1753 | 158 | 897 |  1 |1761 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.45/6.57	c   6.6s|  9500 |  9352 | 68129 |   7.1 |    23M | 261 | 576 |1750 | 160 | 931 |  1 |1767 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.56/6.61	c   6.6s|  9600 |  9444 | 68521 |   7.1 |    23M | 271 | 576 |1777 | 148 | 931 |  1 |1801 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.66/6.70	c   6.7s|  9700 |  9544 | 69557 |   7.1 |    23M | 271 | 576 |1801 | 154 | 971 |  1 |1830 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.66/6.73	c   6.7s|  9800 |  9644 | 69891 |   7.1 |    23M | 271 | 576 |1796 | 155 | 981 |  1 |1830 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.66/6.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.66/6.77	c   6.8s|  9900 |  9742 | 70242 |   7.0 |    23M | 271 | 576 |1792 | 153 | 987 |  1 |1830 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.76/6.80	c   6.8s| 10000 |  9840 | 70596 |   7.0 |    23M | 271 | 576 |1791 | 157 | 987 |  1 |1834 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.76/6.85	c   6.8s| 10100 |  9920 | 70956 |   7.0 |    24M | 271 | 576 |1831 | 157 | 992 |  1 |1886 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.86/6.93	c   6.9s| 10200 | 10012 | 71960 |   7.0 |    24M | 271 | 576 |1853 | 157 | 993 |  1 |1919 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.86/6.98	c   7.0s| 10300 | 10108 | 72431 |   7.0 |    24M | 271 | 576 |1855 | 157 | 997 |  1 |1930 |   5 | 0.000000e+00 |      --      |    Inf | unknown
6.97/7.03	c   7.0s| 10400 | 10208 | 72975 |   7.0 |    24M | 271 | 576 |1862 | 153 | 999 |  1 |1941 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.06/7.11	c   7.1s| 10500 | 10294 | 73371 |   6.9 |    25M | 271 | 576 |1860 | 158 | 999 |  1 |1950 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.16/7.22	c   7.2s| 10600 | 10382 | 73912 |   6.9 |    25M | 271 | 576 |1862 | 148 |1011 |  1 |1965 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.25/7.30	c   7.3s| 10700 | 10482 | 74875 |   7.0 |    25M | 271 | 576 |1866 | 157 |1018 |  1 |1979 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.25/7.34	c   7.3s| 10800 | 10582 | 75268 |   6.9 |    25M | 271 | 576 |1864 | 157 |1018 |  1 |1979 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.25/7.38	c   7.4s| 10900 | 10682 | 75786 |   6.9 |    25M | 271 | 576 |1874 | 158 |1018 |  1 |1998 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.35/7.42	c   7.4s| 11000 | 10778 | 76219 |   6.9 |    25M | 271 | 576 |1877 | 158 |1018 |  1 |2013 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.35/7.46	c   7.5s| 11100 | 10876 | 76713 |   6.9 |    25M | 271 | 576 |1864 | 158 |1018 |  1 |2015 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.45/7.50	c   7.5s| 11200 | 10971 | 77145 |   6.8 |    25M | 271 | 576 |1885 | 154 |1018 |  1 |2052 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.45/7.54	c   7.5s| 11300 | 11063 | 77552 |   6.8 |    25M | 271 | 576 |1895 | 154 |1018 |  1 |2071 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.45/7.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.45/7.59	c   7.6s| 11400 | 11159 | 78181 |   6.8 |    25M | 271 | 576 |1923 | 150 |1020 |  1 |2114 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.55/7.68	c   7.7s| 11500 | 11259 | 79359 |   6.9 |    25M | 271 | 576 |1925 | 154 |1050 |  1 |2126 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.75/7.84	c   7.8s| 11600 | 11359 | 79870 |   6.8 |    25M | 271 | 576 |1920 | 157 |1056 |  1 |2126 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.85/7.92	c   7.9s| 11700 | 11459 | 80213 |   6.8 |    25M | 271 | 576 |1914 | 148 |1056 |  1 |2126 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.96/8.03	c   8.0s| 11800 | 11559 | 80601 |   6.8 |    25M | 271 | 576 |1912 | 154 |1072 |  1 |2126 |   5 | 0.000000e+00 |      --      |    Inf | unknown
7.96/8.08	c   8.1s| 11900 | 11659 | 81255 |   6.8 |    25M | 271 | 576 |1904 | 155 |1072 |  1 |2134 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.05/8.13	c   8.1s| 12000 | 11759 | 81747 |   6.8 |    25M | 271 | 576 |1900 | 158 |1081 |  1 |2139 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.05/8.17	c   8.2s| 12100 | 11859 | 82297 |   6.8 |    25M | 271 | 576 |1897 | 157 |1081 |  1 |2149 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.15/8.22	c   8.2s| 12200 | 11955 | 82847 |   6.8 |    25M | 271 | 576 |1908 | 157 |1081 |  1 |2177 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.25/8.30	c   8.3s| 12300 | 12042 | 83188 |   6.7 |    25M | 271 | 576 |1919 | 159 |1085 |  1 |2202 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.35/8.42	c   8.4s| 12400 | 12142 | 83983 |   6.7 |    25M | 271 | 576 |1924 | 144 |1092 |  1 |2223 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.65/8.72	c   8.7s| 12500 | 12242 | 84339 |   6.7 |    25M | 271 | 576 |1920 | 152 |1125 |  1 |2223 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.75/8.81	c   8.8s| 12600 | 12342 | 85590 |   6.8 |    25M | 271 | 576 |1913 | 153 |1173 |  1 |2238 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.75/8.85	c   8.8s| 12700 | 12442 | 85972 |   6.7 |    25M | 271 | 576 |1903 | 155 |1200 |  1 |2238 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.85/8.95	c   8.9s| 12800 | 12542 | 86406 |   6.7 |    26M | 271 | 576 |1893 | 156 |1221 |  1 |2238 |   5 | 0.000000e+00 |      --      |    Inf | unknown
8.96/9.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.96/9.05	c   9.0s| 12900 | 12642 | 86924 |   6.7 |    26M | 271 | 576 |1906 | 154 |1223 |  1 |2272 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.06/9.10	c   9.1s| 13000 | 12738 | 87482 |   6.7 |    26M | 271 | 576 |1924 | 159 |1227 |  1 |2298 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.15/9.28	c   9.3s| 13100 | 12838 | 87864 |   6.7 |    26M | 271 | 576 |1916 | 150 |1236 |  1 |2298 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.25/9.34	c   9.3s| 13200 | 12934 | 88588 |   6.7 |    26M | 271 | 576 |1930 | 157 |1248 |  0 |2316 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.25/9.38	c   9.4s| 13300 | 13005 | 88999 |   6.7 |    26M | 271 | 576 |1932 |   0 |1248 |  0 |2344 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.45/9.59	c   9.6s| 13400 | 13090 | 89857 |   6.7 |    26M | 271 | 576 |1930 | 158 |1267 |  1 |2367 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.54/9.64	c   9.6s| 13500 | 13184 | 90508 |   6.7 |    26M | 271 | 576 |1930 | 157 |1282 |  1 |2382 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.54/9.69	c   9.7s| 13600 | 13284 | 91037 |   6.7 |    26M | 271 | 576 |1924 | 154 |1297 |  1 |2386 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.64/9.75	c   9.7s| 13700 | 13382 | 91775 |   6.7 |    26M | 271 | 576 |1919 | 157 |1302 |  1 |2386 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.74/9.80	c   9.8s| 13800 | 13482 | 92240 |   6.6 |    27M | 271 | 576 |1908 | 160 |1323 |  1 |2386 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.74/9.89	c   9.9s| 13900 | 13582 | 92625 |   6.6 |    27M | 271 | 576 |1906 | 158 |1331 |  1 |2393 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.84/9.93	c   9.9s| 14000 | 13670 | 93041 |   6.6 |    27M | 271 | 576 |1919 | 157 |1331 |  1 |2422 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.84/9.97	c  10.0s| 14100 | 13746 | 93408 |   6.6 |    27M | 271 | 576 |1963 | 157 |1331 |  1 |2478 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.95/10.00	c  10.0s| 14200 | 13825 | 93807 |   6.6 |    27M | 271 | 576 |1954 | 157 |1331 |  1 |2491 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.95/10.04	c  10.0s| 14300 | 13901 | 94244 |   6.6 |    27M | 271 | 576 |1970 | 158 |1331 |  1 |2526 |   5 | 0.000000e+00 |      --      |    Inf | unknown
9.95/10.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.95/10.10	c  10.1s| 14400 | 13988 | 94784 |   6.5 |    27M | 271 | 576 |1961 | 157 |1331 |  1 |2549 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.05/10.16	c  10.2s| 14500 | 14088 | 95531 |   6.6 |    27M | 271 | 576 |1970 | 155 |1353 |  1 |2582 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.14/10.27	c  10.3s| 14600 | 14184 | 96258 |   6.6 |    27M | 271 | 576 |1990 | 158 |1368 |  1 |2622 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.24/10.31	c  10.3s| 14700 | 14284 | 96705 |   6.5 |    29M | 271 | 576 |1986 | 158 |1368 |  1 |2629 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.24/10.36	c  10.4s| 14800 | 14368 | 97150 |   6.5 |    29M | 271 | 576 |2014 | 157 |1368 |  1 |2673 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.24/10.39	c  10.4s| 14900 | 14444 | 97520 |   6.5 |    29M | 271 | 576 |2028 | 157 |1368 |  1 |2703 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.34/10.44	c  10.4s| 15000 | 14526 | 97925 |   6.5 |    29M | 271 | 576 |2043 | 160 |1368 |  1 |2738 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.44/10.51	c  10.5s| 15100 | 14614 | 98674 |   6.5 |    29M | 271 | 576 |2056 | 148 |1373 |  1 |2771 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.54/10.64	c  10.6s| 15200 | 14706 | 99666 |   6.5 |    29M | 271 | 576 |2074 | 157 |1373 |  1 |2806 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.54/10.68	c  10.7s| 15300 | 14777 |100140 |   6.5 |    29M | 271 | 576 |2087 | 158 |1373 |  1 |2836 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.64/10.73	c  10.7s| 15400 | 14873 |100683 |   6.5 |    29M | 271 | 576 |2072 | 154 |1379 |  1 |2845 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.64/10.78	c  10.8s| 15500 | 14973 |101379 |   6.5 |    29M | 271 | 576 |2076 | 159 |1379 |  1 |2855 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.74/10.82	c  10.8s| 15600 | 15053 |101772 |   6.5 |    29M | 271 | 576 |2126 | 156 |1387 |  1 |2922 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.74/10.88	c  10.9s| 15700 | 15153 |102568 |   6.5 |    29M | 271 | 576 |2125 | 158 |1390 |  1 |2937 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.92	c  10.9s| 15800 | 15235 |103019 |   6.5 |    29M | 271 | 576 |2134 |   0 |1390 |  0 |2959 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.83/10.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.83/10.96	c  11.0s| 15900 | 15313 |103400 |   6.5 |    29M | 271 | 576 |2140 | 157 |1390 |  1 |2989 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.01	c  11.0s| 16000 | 15411 |104015 |   6.5 |    30M | 271 | 576 |2130 | 158 |1390 |  1 |3011 |   5 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.05	c  11.0s| 16100 | 15499 |104399 |   6.5 |    30M | 271 | 576 |2133 | 154 |1391 |  1 |3040 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.05/11.14	c  11.1s| 16200 | 15585 |104707 |   6.4 |    30M | 271 | 576 |2121 | 157 |1392 |  0 |3046 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.14/11.21	c  11.2s| 16300 | 15657 |105400 |   6.4 |    30M | 271 | 576 |2131 | 157 |1392 |  1 |3100 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.14/11.27	c  11.3s| 16400 | 15753 |106121 |   6.4 |    30M | 271 | 576 |2137 | 157 |1392 |  1 |3120 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.24/11.31	c  11.3s| 16500 | 15837 |106489 |   6.4 |    30M | 271 | 576 |2130 | 156 |1399 |  1 |3145 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.24/11.37	c  11.4s| 16600 | 15937 |107167 |   6.4 |    30M | 271 | 576 |2123 | 154 |1436 |  1 |3148 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.34/11.43	c  11.4s| 16700 | 16037 |107981 |   6.4 |    30M | 271 | 576 |2110 | 159 |1455 |  1 |3153 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.34/11.48	c  11.5s| 16800 | 16135 |108615 |   6.4 |    30M | 271 | 576 |2096 | 155 |1462 |  1 |3160 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.44/11.52	c  11.5s| 16900 | 16233 |109069 |   6.4 |    30M | 271 | 576 |2085 | 158 |1473 |  1 |3160 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.44/11.56	c  11.6s| 17000 | 16331 |109581 |   6.4 |    30M | 271 | 576 |2078 | 157 |1473 |  1 |3173 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.54/11.60	c  11.6s| 17100 | 16427 |109973 |   6.4 |    30M | 271 | 576 |2071 | 158 |1473 |  1 |3179 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.54/11.64	c  11.6s| 17200 | 16502 |110320 |   6.4 |    30M | 271 | 576 |2100 | 158 |1473 |  1 |3234 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.64/11.76	c  11.8s| 17300 | 16578 |110676 |   6.4 |    30M | 271 | 576 |2093 | 157 |1477 |  1 |3262 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.74/11.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.74/11.80	c  11.8s| 17400 | 16678 |111209 |   6.4 |    30M | 271 | 576 |2082 | 157 |1479 |  1 |3264 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.74/11.85	c  11.8s| 17500 | 16774 |111684 |   6.4 |    30M | 271 | 576 |2072 | 157 |1486 |  1 |3274 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.74/11.89	c  11.9s| 17600 | 16872 |112161 |   6.3 |    30M | 271 | 576 |2047 | 159 |1496 |  3 |3283 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.84/11.98	c  12.0s| 17700 | 16970 |113320 |   6.4 |    30M | 271 | 576 |2037 | 158 |1502 |  1 |3300 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.94/12.02	c  12.0s| 17800 | 17056 |113795 |   6.4 |    30M | 271 | 576 |2034 | 159 |1512 |  1 |3316 |   5 | 0.000000e+00 |      --      |    Inf | unknown
11.94/12.06	c  12.1s| 17900 | 17154 |114206 |   6.4 |    30M | 271 | 576 |2021 | 156 |1535 |  1 |3316 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.04/12.13	c  12.1s| 18000 | 17250 |114807 |   6.4 |    30M | 271 | 576 |2023 | 158 |1570 |  1 |3332 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.04/12.17	c  12.2s| 18100 | 17350 |115343 |   6.3 |    30M | 271 | 576 |2011 | 157 |1577 |  1 |3337 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.14/12.22	c  12.2s| 18200 | 17438 |115872 |   6.3 |    30M | 271 | 576 |2020 | 159 |1577 |  0 |3358 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.24/12.31	c  12.3s| 18300 | 17532 |116303 |   6.3 |    30M | 271 | 576 |1992 | 157 |1589 |  1 |3368 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.34/12.42	c  12.4s| 18400 | 17632 |116973 |   6.3 |    30M | 271 | 576 |2006 | 157 |1593 |  1 |3389 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.34/12.46	c  12.5s| 18500 | 17732 |117473 |   6.3 |    30M | 271 | 576 |1984 | 155 |1598 |  1 |3394 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.54/12.63	c  12.6s| 18600 | 17832 |117970 |   6.3 |    30M | 271 | 576 |1997 | 151 |1619 |  1 |3418 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.63/12.79	c  12.8s| 18700 | 17932 |118933 |   6.3 |    30M | 271 | 576 |2014 | 156 |1647 |  1 |3450 |   5 | 0.000000e+00 |      --      |    Inf | unknown
12.83/12.98	c  13.0s| 18800 | 18032 |119339 |   6.3 |    30M | 271 | 576 |2011 | 154 |1651 |  1 |3457 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.04/13.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.04/13.14	c  13.1s| 18900 | 18132 |119665 |   6.3 |    30M | 271 | 576 |2002 | 157 |1656 |  1 |3457 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.04/13.18	c  13.2s| 19000 | 18230 |120104 |   6.3 |    31M | 271 | 576 |2016 | 157 |1671 |  1 |3481 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.13/13.22	c  13.2s| 19100 | 18326 |120485 |   6.3 |    31M | 271 | 576 |2014 | 158 |1671 |  1 |3485 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.13/13.27	c  13.3s| 19200 | 18422 |120999 |   6.3 |    31M | 271 | 576 |2009 | 157 |1673 |  1 |3503 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.23/13.31	c  13.3s| 19300 | 18518 |121449 |   6.3 |    31M | 271 | 576 |1998 | 157 |1673 |  1 |3511 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.23/13.35	c  13.3s| 19400 | 18616 |121907 |   6.3 |    31M | 271 | 576 |1993 | 157 |1676 |  1 |3518 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.23/13.39	c  13.4s| 19500 | 18714 |122356 |   6.2 |    31M | 271 | 576 |1993 | 157 |1679 |  1 |3532 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.33/13.43	c  13.4s| 19600 | 18814 |122866 |   6.2 |    31M | 271 | 576 |1995 | 157 |1685 |  1 |3549 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.33/13.47	c  13.5s| 19700 | 18914 |123325 |   6.2 |    31M | 271 | 576 |1992 | 158 |1690 |  2 |3564 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.43/13.52	c  13.5s| 19800 | 19014 |123886 |   6.2 |    31M | 271 | 576 |1985 | 157 |1693 |  1 |3572 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.43/13.57	c  13.6s| 19900 | 19114 |124453 |   6.2 |    31M | 271 | 576 |2004 | 158 |1694 |  1 |3609 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.53/13.61	c  13.6s| 20000 | 19214 |124941 |   6.2 |    31M | 271 | 576 |2018 | 159 |1696 |  1 |3633 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.53/13.65	c  13.6s| 20100 | 19291 |125386 |   6.2 |    31M | 271 | 576 |2018 | 158 |1699 |  1 |3660 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.53/13.69	c  13.7s| 20200 | 19355 |125756 |   6.2 |    31M | 271 | 576 |2047 | 157 |1699 |  1 |3719 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.63/13.76	c  13.8s| 20300 | 19439 |126661 |   6.2 |    32M | 271 | 576 |2015 | 154 |1708 |  1 |3757 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.73/13.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.73/13.81	c  13.8s| 20400 | 19536 |127366 |   6.2 |    32M | 271 | 576 |2014 | 157 |1708 |  1 |3780 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.73/13.85	c  13.8s| 20500 | 19624 |127808 |   6.2 |    32M | 271 | 576 |1994 | 158 |1708 |  1 |3794 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.83/13.90	c  13.9s| 20600 | 19724 |128490 |   6.2 |    32M | 271 | 576 |1981 | 154 |1715 |  1 |3807 |   5 | 0.000000e+00 |      --      |    Inf | unknown
13.93/14.03	c  14.0s| 20700 | 19824 |129253 |   6.2 |    32M | 271 | 576 |1973 | 158 |1730 |  1 |3825 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.13/14.21	c  14.2s| 20800 | 19922 |129731 |   6.2 |    32M | 271 | 576 |1987 | 150 |1749 |  1 |3857 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.13/14.27	c  14.3s| 20900 | 20022 |130337 |   6.2 |    32M | 271 | 576 |1979 | 152 |1767 |  1 |3863 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.22/14.30	c  14.3s| 21000 | 20122 |130705 |   6.2 |    32M | 271 | 576 |1969 | 156 |1772 |  1 |3863 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.22/14.34	c  14.3s| 21100 | 20222 |131016 |   6.2 |    32M | 271 | 576 |1949 | 157 |1773 |  1 |3863 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.22/14.38	c  14.4s| 21200 | 20322 |131417 |   6.2 |    32M | 271 | 576 |1944 | 159 |1773 |  1 |3871 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.32/14.42	c  14.4s| 21300 | 20418 |131902 |   6.2 |    32M | 271 | 576 |1963 | 157 |1773 |  1 |3903 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.32/14.46	c  14.5s| 21400 | 20511 |132310 |   6.2 |    32M | 271 | 576 |1962 | 157 |1773 |  1 |3915 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.42/14.52	c  14.5s| 21500 | 20597 |133030 |   6.2 |    32M | 271 | 576 |1944 | 157 |1780 |  1 |3949 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.42/14.57	c  14.6s| 21600 | 20681 |133579 |   6.2 |    32M | 271 | 576 |1929 | 154 |1780 |  1 |3973 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.52/14.67	c  14.7s| 21700 | 20781 |134187 |   6.2 |    32M | 271 | 576 |1907 | 158 |1797 |  1 |3983 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.62/14.76	c  14.8s| 21800 | 20881 |135426 |   6.2 |    32M | 271 | 576 |1897 | 158 |1835 |  1 |3983 |   5 | 0.000000e+00 |      --      |    Inf | unknown
14.72/14.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.72/14.86	c  14.9s| 21900 | 20981 |136042 |   6.2 |    32M | 271 | 576 |1901 | 154 |1844 |  1 |4006 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.03/15.11	c  15.1s| 22000 | 21081 |137021 |   6.2 |    32M | 271 | 576 |1884 | 155 |1849 |  1 |4019 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.03/15.17	c  15.2s| 22100 | 21173 |137683 |   6.2 |    32M | 271 | 576 |1883 | 157 |1856 |  1 |4051 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.12/15.21	c  15.2s| 22200 | 21273 |138083 |   6.2 |    32M | 271 | 576 |1870 | 157 |1858 |  1 |4051 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.12/15.24	c  15.2s| 22300 | 21373 |138524 |   6.2 |    32M | 271 | 576 |1875 | 155 |1858 |  1 |4070 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.12/15.28	c  15.3s| 22400 | 21471 |138960 |   6.2 |    33M | 271 | 576 |1868 | 157 |1858 |  1 |4077 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.22/15.37	c  15.4s| 22500 | 21571 |140036 |   6.2 |    34M | 271 | 576 |1854 | 153 |1892 |  1 |4080 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.32/15.46	c  15.4s| 22600 | 21671 |140369 |   6.2 |    34M | 271 | 576 |1852 | 154 |1893 |  1 |4084 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.42/15.50	c  15.5s| 22700 | 21767 |140923 |   6.2 |    34M | 271 | 576 |1867 | 157 |1893 |  1 |4113 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.42/15.54	c  15.5s| 22800 | 21867 |141293 |   6.2 |    34M | 271 | 576 |1863 | 157 |1893 |  1 |4113 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.42/15.58	c  15.6s| 22900 | 21964 |141681 |   6.2 |    34M | 271 | 576 |1866 | 157 |1893 |  1 |4126 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.52/15.62	c  15.6s| 23000 | 22039 |142033 |   6.2 |    34M | 271 | 576 |1887 | 158 |1893 |  0 |4165 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.52/15.65	c  15.6s| 23100 | 22104 |142381 |   6.1 |    34M | 271 | 576 |1893 | 157 |1893 |  0 |4196 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.52/15.70	c  15.7s| 23200 | 22165 |142736 |   6.1 |    35M | 271 | 576 |1894 | 154 |1893 |  1 |4252 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.72/15.81	c  15.8s| 23300 | 22263 |143368 |   6.1 |    35M | 271 | 576 |1867 | 151 |1917 |  1 |4266 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.72/15.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.72/15.87	c  15.9s| 23400 | 22363 |144276 |   6.1 |    35M | 271 | 576 |1864 | 155 |1936 |  1 |4277 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.82/15.93	c  15.9s| 23500 | 22463 |144857 |   6.1 |    35M | 271 | 576 |1881 | 160 |1948 |  1 |4310 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.82/15.98	c  16.0s| 23600 | 22559 |145436 |   6.1 |    35M | 271 | 576 |1873 | 158 |1954 |  1 |4322 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.01	c  16.0s| 23700 | 22655 |145874 |   6.1 |    35M | 271 | 576 |1870 | 158 |1954 |  1 |4348 |   5 | 0.000000e+00 |      --      |    Inf | unknown
15.92/16.05	c  16.0s| 23800 | 22755 |146203 |   6.1 |    35M | 271 | 576 |1856 | 158 |1954 |  1 |4348 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.12	c  16.1s| 23900 | 22841 |147181 |   6.1 |    35M | 271 | 576 |1867 | 154 |1954 |  1 |4400 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.02/16.17	c  16.2s| 24000 | 22931 |147679 |   6.1 |    35M | 271 | 576 |1850 |   0 |1960 |  0 |4418 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.11/16.22	c  16.2s| 24100 | 23023 |148227 |   6.1 |    35M | 271 | 576 |1830 | 159 |1974 |  1 |4441 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.11/16.28	c  16.3s| 24200 | 23123 |148993 |   6.1 |    35M | 271 | 576 |1810 | 155 |1991 |  1 |4447 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.21/16.36	c  16.4s| 24300 | 23223 |149303 |   6.1 |    35M | 271 | 576 |1804 | 154 |1997 |  1 |4447 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.31/16.41	c  16.4s| 24400 | 23317 |149789 |   6.1 |    35M | 271 | 576 |1796 | 160 |2016 |  1 |4447 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.31/16.45	c  16.4s| 24500 | 23415 |150300 |   6.1 |    35M | 271 | 576 |1789 | 158 |2022 |  1 |4458 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.31/16.48	c  16.5s| 24600 | 23515 |150638 |   6.1 |    35M | 271 | 576 |1780 | 157 |2022 |  1 |4458 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.41/16.52	c  16.5s| 24700 | 23613 |151015 |   6.1 |    35M | 271 | 576 |1777 | 157 |2022 |  1 |4463 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.41/16.56	c  16.6s| 24800 | 23713 |151510 |   6.1 |    35M | 271 | 576 |1767 | 158 |2022 |  1 |4476 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.41/16.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.41/16.59	c  16.6s| 24900 | 23795 |151953 |   6.1 |    35M | 271 | 576 |1797 | 159 |2022 |  1 |4518 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.51/16.64	c  16.6s| 25000 | 23895 |152356 |   6.1 |    35M | 271 | 576 |1812 | 159 |2023 |  1 |4547 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.61/16.71	c  16.7s| 25100 | 23993 |153328 |   6.1 |    35M | 271 | 576 |1794 | 157 |2028 |  1 |4579 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.61/16.76	c  16.8s| 25200 | 24093 |153807 |   6.1 |    35M | 271 | 576 |1802 | 157 |2032 |  1 |4631 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.71/16.84	c  16.8s| 25300 | 24189 |154231 |   6.1 |    35M | 271 | 576 |1783 | 154 |2036 |  1 |4639 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.81/16.97	c  17.0s| 25400 | 24289 |155157 |   6.1 |    35M | 271 | 576 |1780 | 154 |2056 |  1 |4671 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.92/17.04	c  17.0s| 25500 | 24379 |155907 |   6.1 |    36M | 271 | 576 |1784 | 158 |2080 |  1 |4699 |   5 | 0.000000e+00 |      --      |    Inf | unknown
16.92/17.08	c  17.1s| 25600 | 24449 |156323 |   6.1 |    36M | 271 | 576 |1810 | 159 |2086 |  0 |4738 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.02/17.11	c  17.1s| 25700 | 24527 |156716 |   6.1 |    36M | 271 | 576 |1794 |   0 |2086 |  0 |4747 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.02/17.15	c  17.1s| 25800 | 24609 |157139 |   6.1 |    36M | 271 | 576 |1799 | 157 |2087 |  1 |4768 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.11/17.20	c  17.2s| 25900 | 24691 |157601 |   6.1 |    36M | 271 | 576 |1816 | 154 |2096 |  1 |4817 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.11/17.24	c  17.2s| 26000 | 24791 |158123 |   6.1 |    36M | 271 | 576 |1820 | 158 |2100 |  1 |4832 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.21/17.38	c  17.4s| 26100 | 24891 |158475 |   6.1 |    36M | 271 | 576 |1796 | 149 |2100 |  1 |4832 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.31/17.43	c  17.4s| 26200 | 24991 |159036 |   6.1 |    36M | 271 | 576 |1793 | 151 |2126 |  1 |4842 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.41/17.54	c  17.5s| 26300 | 25091 |159940 |   6.1 |    36M | 271 | 576 |1801 | 152 |2133 |  1 |4865 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.51/17.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.51/17.65	c  17.6s| 26400 | 25191 |160240 |   6.1 |    36M | 271 | 576 |1796 | 154 |2138 |  1 |4865 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.51/17.68	c  17.7s| 26500 | 25291 |160528 |   6.0 |    36M | 271 | 576 |1795 | 156 |2141 |  1 |4865 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.61/17.73	c  17.7s| 26600 | 25391 |161077 |   6.0 |    36M | 271 | 576 |1784 | 157 |2154 |  1 |4867 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.61/17.76	c  17.8s| 26700 | 25483 |161457 |   6.0 |    36M | 271 | 576 |1791 | 158 |2154 |  1 |4876 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.71/17.81	c  17.8s| 26800 | 25579 |162036 |   6.0 |    36M | 271 | 576 |1805 | 158 |2157 |  1 |4904 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.71/17.85	c  17.8s| 26900 | 25679 |162509 |   6.0 |    36M | 271 | 576 |1814 | 157 |2157 |  1 |4920 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.71/17.89	c  17.9s| 27000 | 25757 |162874 |   6.0 |    36M | 271 | 576 |1827 | 157 |2160 |  0 |4946 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.05	c  18.0s| 27100 | 25853 |164019 |   6.0 |    36M | 271 | 576 |1795 | 159 |2198 |  1 |4961 |   5 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.10	c  18.1s| 27200 | 25953 |164507 |   6.0 |    36M | 271 | 576 |1807 | 158 |2199 |  1 |4987 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.16	c  18.2s| 27300 | 26053 |165197 |   6.0 |    36M | 271 | 576 |1804 | 155 |2206 |  1 |5000 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.11/18.25	c  18.2s| 27400 | 26151 |165547 |   6.0 |    36M | 271 | 576 |1804 | 155 |2209 |  1 |5020 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.21/18.30	c  18.3s| 27500 | 26251 |166031 |   6.0 |    36M | 271 | 576 |1807 | 157 |2229 |  1 |5036 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.21/18.33	c  18.3s| 27600 | 26337 |166375 |   6.0 |    37M | 271 | 576 |1783 | 158 |2233 |  1 |5043 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.31/18.43	c  18.4s| 27700 | 26431 |167001 |   6.0 |    37M | 271 | 576 |1757 | 159 |2243 |  1 |5052 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.31/18.49	c  18.5s| 27800 | 26531 |167649 |   6.0 |    37M | 271 | 576 |1776 | 157 |2243 |  1 |5094 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.41/18.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.41/18.57	c  18.6s| 27900 | 26619 |168014 |   6.0 |    37M | 271 | 576 |1763 | 154 |2245 |  1 |5110 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.60/18.71	c  18.7s| 28000 | 26719 |168375 |   6.0 |    37M | 271 | 576 |1761 | 154 |2253 |  1 |5110 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.60/18.77	c  18.8s| 28100 | 26819 |168941 |   6.0 |    37M | 271 | 576 |1746 | 158 |2266 |  1 |5123 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.70/18.80	c  18.8s| 28200 | 26897 |169293 |   6.0 |    37M | 271 | 576 |1769 | 155 |2266 |  1 |5170 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.70/18.85	c  18.8s| 28300 | 26985 |169706 |   6.0 |    37M | 271 | 576 |1761 | 159 |2274 |  1 |5211 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.80/18.95	c  18.9s| 28400 | 27085 |170454 |   6.0 |    37M | 271 | 576 |1735 | 155 |2287 |  1 |5219 |   5 | 0.000000e+00 |      --      |    Inf | unknown
18.91/19.09	c  19.1s| 28500 | 27185 |170922 |   6.0 |    37M | 271 | 576 |1718 | 154 |2287 |  1 |5224 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.14	c  19.1s| 28600 | 27279 |171531 |   6.0 |    37M | 271 | 576 |1686 | 155 |2309 |  1 |5229 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.00/19.19	c  19.2s| 28700 | 27377 |171921 |   6.0 |    37M | 271 | 576 |1669 | 160 |2332 |  1 |5229 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.10/19.24	c  19.2s| 28800 | 27467 |172585 |   6.0 |    37M | 271 | 576 |1684 | 157 |2332 |  1 |5265 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.10/19.28	c  19.3s| 28900 | 27563 |172955 |   6.0 |    37M | 271 | 576 |1662 | 157 |2332 |  1 |5265 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.20/19.31	c  19.3s| 29000 | 27646 |173279 |   6.0 |    37M | 271 | 576 |1673 | 157 |2334 |  1 |5286 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.30/19.43	c  19.4s| 29100 | 27708 |174024 |   6.0 |    37M | 271 | 576 |1664 | 148 |2338 |  1 |5343 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.62	c  19.6s| 29200 | 27808 |175155 |   6.0 |    37M | 271 | 576 |1653 | 157 |2355 |  1 |5358 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.65	c  19.6s| 29300 | 27888 |175494 |   6.0 |    37M | 271 | 576 |1644 | 152 |2358 |  1 |5373 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.59/19.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.59/19.70	c  19.7s| 29400 | 27974 |176076 |   6.0 |    37M | 271 | 576 |1642 | 150 |2359 |  1 |5400 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.69/19.84	c  19.8s| 29500 | 28068 |176535 |   6.0 |    37M | 271 | 576 |1623 | 148 |2361 |  1 |5403 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.92	c  19.9s| 29600 | 28168 |177425 |   6.0 |    38M | 271 | 576 |1616 | 155 |2394 |  1 |5410 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.96	c  20.0s| 29700 | 28268 |177776 |   6.0 |    38M | 271 | 576 |1601 | 157 |2414 |  1 |5410 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.79/19.99	c  20.0s| 29800 | 28368 |178117 |   6.0 |    38M | 271 | 576 |1592 | 158 |2424 |  1 |5410 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.03	c  20.0s| 29900 | 28466 |178506 |   6.0 |    38M | 271 | 576 |1588 | 158 |2435 |  1 |5410 |   5 | 0.000000e+00 |      --      |    Inf | unknown
19.90/20.08	c  20.1s| 30000 | 28560 |178948 |   5.9 |    39M | 271 | 576 |1599 | 157 |2435 |  1 |5427 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.14	c  20.1s| 30100 | 28656 |179772 |   6.0 |    39M | 271 | 576 |1599 | 157 |2444 |  1 |5463 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.00/20.18	c  20.2s| 30200 | 28740 |180238 |   6.0 |    39M | 271 | 576 |1640 | 154 |2444 |  1 |5521 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.23	c  20.2s| 30300 | 28840 |180694 |   5.9 |    39M | 271 | 576 |1632 | 158 |2476 |  2 |5521 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.09/20.27	c  20.3s| 30400 | 28940 |181052 |   5.9 |    39M | 271 | 576 |1624 | 158 |2476 |  1 |5521 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.30	c  20.3s| 30500 | 29026 |181328 |   5.9 |    39M | 271 | 576 |1633 |   0 |2476 |  0 |5540 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.35	c  20.3s| 30600 | 29101 |181839 |   5.9 |    39M | 271 | 576 |1649 | 153 |2493 |  1 |5588 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.19/20.39	c  20.4s| 30700 | 29199 |182141 |   5.9 |    39M | 271 | 576 |1638 | 159 |2493 |  1 |5588 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.42	c  20.4s| 30800 | 29289 |182543 |   5.9 |    39M | 271 | 576 |1628 | 157 |2493 |  1 |5591 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.29/20.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.29/20.47	c  20.5s| 30900 | 29383 |183076 |   5.9 |    40M | 271 | 576 |1608 | 159 |2500 |  1 |5602 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.51	c  20.5s| 31000 | 29466 |183461 |   5.9 |    40M | 271 | 576 |1616 | 159 |2508 |  1 |5636 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.39/20.55	c  20.5s| 31100 | 29553 |183834 |   5.9 |    40M | 271 | 576 |1630 | 159 |2508 |  1 |5667 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.49/20.60	c  20.6s| 31200 | 29641 |184297 |   5.9 |    40M | 271 | 576 |1637 | 158 |2508 |  1 |5684 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.49/20.68	c  20.7s| 31300 | 29741 |185448 |   5.9 |    40M | 271 | 576 |1605 | 159 |2544 |  3 |5715 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.60/20.78	c  20.8s| 31400 | 29841 |186903 |   5.9 |    40M | 271 | 576 |1599 | 157 |2553 |  1 |5725 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.70/20.82	c  20.8s| 31500 | 29929 |187350 |   5.9 |    40M | 271 | 576 |1573 | 154 |2553 |  1 |5732 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.70/20.85	c  20.8s| 31600 | 30025 |187680 |   5.9 |    40M | 271 | 576 |1552 | 157 |2553 |  1 |5737 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.80/20.91	c  20.9s| 31700 | 30125 |188335 |   5.9 |    41M | 271 | 576 |1559 | 156 |2566 |  1 |5771 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.80/20.97	c  21.0s| 31800 | 30225 |188704 |   5.9 |    41M | 271 | 576 |1547 | 157 |2584 |  1 |5771 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.01	c  21.0s| 31900 | 30321 |189072 |   5.9 |    41M | 271 | 576 |1528 | 158 |2598 |  1 |5771 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.05	c  21.0s| 32000 | 30417 |189505 |   5.9 |    41M | 271 | 576 |1530 | 157 |2602 |  1 |5779 |   5 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.09	c  21.1s| 32100 | 30515 |189930 |   5.9 |    41M | 271 | 576 |1497 | 154 |2604 |  1 |5783 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.14	c  21.1s| 32200 | 30615 |190518 |   5.9 |    41M | 271 | 576 |1504 | 162 |2611 |  3 |5805 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.10/21.20	c  21.2s| 32300 | 30715 |191058 |   5.9 |    42M | 271 | 576 |1490 | 156 |2649 |  1 |5805 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.10/21.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.10/21.27	c  21.3s| 32400 | 30815 |191741 |   5.9 |    42M | 271 | 576 |1470 | 158 |2649 |  1 |5809 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.20/21.30	c  21.3s| 32500 | 30911 |192091 |   5.9 |    42M | 271 | 576 |1462 | 156 |2651 |  1 |5815 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.20/21.34	c  21.3s| 32600 | 31001 |192479 |   5.9 |    42M | 271 | 576 |1456 | 157 |2656 |  1 |5827 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.30/21.40	c  21.4s| 32700 | 31097 |193104 |   5.9 |    42M | 271 | 576 |1429 | 154 |2665 |  1 |5849 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.30/21.44	c  21.4s| 32800 | 31187 |193557 |   5.9 |    42M | 271 | 576 |1399 | 159 |2669 |  1 |5854 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.30/21.49	c  21.5s| 32900 | 31287 |194034 |   5.9 |    42M | 271 | 576 |1391 | 157 |2671 |  1 |5865 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.40/21.52	c  21.5s| 33000 | 31385 |194368 |   5.9 |    42M | 271 | 576 |1370 | 154 |2671 |  1 |5865 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.40/21.58	c  21.6s| 33100 | 31485 |194952 |   5.9 |    42M | 271 | 576 |1367 | 157 |2689 |  1 |5883 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.50/21.62	c  21.6s| 33200 | 31573 |195340 |   5.9 |    42M | 271 | 576 |1384 | 157 |2693 |  1 |5920 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.50/21.68	c  21.7s| 33300 | 31663 |196158 |   5.9 |    42M | 271 | 576 |1357 | 157 |2699 |  1 |5938 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.71	c  21.7s| 33400 | 31759 |196514 |   5.9 |    42M | 271 | 576 |1340 | 151 |2705 |  1 |5940 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.59/21.79	c  21.8s| 33500 | 31859 |197540 |   5.9 |    42M | 271 | 576 |1335 | 157 |2730 |  1 |5954 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.83	c  21.8s| 33600 | 31955 |197935 |   5.9 |    42M | 271 | 576 |1329 | 159 |2750 |  1 |5962 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.88	c  21.9s| 33700 | 32055 |198485 |   5.9 |    42M | 271 | 576 |1338 | 158 |2751 |  1 |5991 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.93	c  21.9s| 33800 | 32153 |198953 |   5.9 |    42M | 271 | 576 |1347 | 158 |2761 |  0 |6015 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.79/21.96	c  22.0s| 33900 | 32241 |199236 |   5.9 |    42M | 271 | 576 |1353 | 157 |2761 |  1 |6037 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.00	c  22.0s| 34000 | 32335 |199664 |   5.9 |    42M | 271 | 576 |1349 | 157 |2764 |  1 |6052 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.05	c  22.0s| 34100 | 32420 |200085 |   5.9 |    42M | 271 | 576 |1357 | 157 |2773 |  1 |6087 |   5 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.08	c  22.1s| 34200 | 32480 |200362 |   5.8 |    42M | 271 | 576 |1416 | 157 |2773 |  1 |6158 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.12	c  22.1s| 34300 | 32542 |200663 |   5.8 |    42M | 271 | 576 |1455 | 157 |2773 |  1 |6220 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.17	c  22.2s| 34400 | 32621 |201085 |   5.8 |    43M | 271 | 576 |1508 | 157 |2776 |  1 |6292 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.20	c  22.2s| 34500 | 32685 |201406 |   5.8 |    43M | 271 | 576 |1537 | 157 |2776 |  1 |6345 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.24	c  22.2s| 34600 | 32750 |201792 |   5.8 |    43M | 271 | 576 |1555 | 157 |2776 |  1 |6385 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.28	c  22.3s| 34700 | 32812 |202099 |   5.8 |    43M | 271 | 576 |1620 | 158 |2776 |  1 |6460 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.33	c  22.3s| 34800 | 32894 |202494 |   5.8 |    43M | 271 | 576 |1584 | 160 |2785 |  1 |6512 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.41	c  22.4s| 34900 | 32988 |203264 |   5.8 |    43M | 271 | 576 |1632 | 159 |2785 |  1 |6572 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.48	c  22.5s| 35000 | 33082 |204143 |   5.8 |    43M | 271 | 576 |1618 |   0 |2791 |  0 |6615 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.52	c  22.5s| 35100 | 33170 |204558 |   5.8 |    43M | 271 | 576 |1619 | 154 |2796 |  1 |6652 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.58	c  22.6s| 35200 | 33270 |205195 |   5.8 |    43M | 271 | 576 |1607 | 151 |2805 |  1 |6667 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.49/22.65	c  22.6s| 35300 | 33370 |206193 |   5.8 |    43M | 271 | 576 |1625 | 154 |2822 |  1 |6712 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.59/22.70	c  22.7s| 35400 | 33470 |206725 |   5.8 |    43M | 271 | 576 |1626 | 163 |2834 |  1 |6719 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.74	c  22.7s| 35500 | 33539 |207075 |   5.8 |    43M | 271 | 576 |1650 | 157 |2834 |  1 |6762 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.79	c  22.8s| 35600 | 33631 |207674 |   5.8 |    43M | 271 | 576 |1627 | 157 |2841 |  1 |6780 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.83	c  22.8s| 35700 | 33731 |208058 |   5.8 |    43M | 271 | 576 |1625 | 159 |2844 |  1 |6786 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.88	c  22.9s| 35800 | 33819 |208572 |   5.8 |    43M | 271 | 576 |1604 | 154 |2857 |  1 |6793 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.94	c  22.9s| 35900 | 33907 |209205 |   5.8 |    43M | 271 | 576 |1599 | 160 |2878 |  1 |6822 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.99	c  23.0s| 36000 | 34005 |209921 |   5.8 |    44M | 271 | 576 |1587 | 157 |2893 |  1 |6831 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.89/23.03	c  23.0s| 36100 | 34093 |210295 |   5.8 |    44M | 271 | 576 |1574 | 157 |2895 |  1 |6840 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.89/23.07	c  23.1s| 36200 | 34181 |210757 |   5.8 |    44M | 271 | 576 |1601 | 158 |2897 |  1 |6881 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.99/23.12	c  23.1s| 36300 | 34269 |211338 |   5.8 |    44M | 271 | 576 |1593 | 154 |2902 |  1 |6914 |   5 | 0.000000e+00 |      --      |    Inf | unknown
22.99/23.16	c  23.2s| 36400 | 34357 |211756 |   5.8 |    44M | 271 | 576 |1591 | 159 |2909 |  1 |6930 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.09/23.20	c  23.2s| 36500 | 34435 |212109 |   5.8 |    44M | 271 | 576 |1598 | 158 |2914 |  1 |6961 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.09/23.24	c  23.2s| 36600 | 34519 |212600 |   5.8 |    44M | 271 | 576 |1579 | 154 |2914 |  1 |7002 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.19/23.31	c  23.3s| 36700 | 34619 |213361 |   5.8 |    44M | 271 | 576 |1568 | 157 |2914 |  1 |7027 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.19/23.35	c  23.3s| 36800 | 34719 |213770 |   5.8 |    44M | 271 | 576 |1560 | 157 |2914 |  1 |7039 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.19/23.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.19/23.39	c  23.4s| 36900 | 34803 |214191 |   5.8 |    44M | 271 | 576 |1542 | 154 |2914 |  1 |7078 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.29/23.45	c  23.4s| 37000 | 34891 |215097 |   5.8 |    44M | 271 | 576 |1514 | 155 |2917 |  1 |7121 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.39/23.52	c  23.5s| 37100 | 34991 |216124 |   5.8 |    44M | 271 | 576 |1495 | 157 |2917 |  1 |7138 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.49/23.60	c  23.6s| 37200 | 35069 |217047 |   5.8 |    44M | 271 | 576 |1439 | 150 |2922 |  1 |7156 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.49/23.63	c  23.6s| 37300 | 35169 |217504 |   5.8 |    44M | 271 | 576 |1437 | 153 |2928 |  1 |7156 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.49/23.67	c  23.7s| 37400 | 35267 |217878 |   5.8 |    44M | 271 | 576 |1414 | 159 |2931 |  1 |7159 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.70	c  23.7s| 37500 | 35367 |218248 |   5.8 |    44M | 271 | 576 |1397 | 159 |2931 |  1 |7159 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.74	c  23.7s| 37600 | 35460 |218694 |   5.8 |    44M | 271 | 576 |1384 | 157 |2931 |  1 |7175 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.58/23.78	c  23.8s| 37700 | 35557 |219095 |   5.8 |    45M | 271 | 576 |1377 | 158 |2931 |  1 |7207 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.82	c  23.8s| 37800 | 35647 |219499 |   5.8 |    45M | 271 | 576 |1380 | 158 |2931 |  1 |7229 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.68/23.88	c  23.9s| 37900 | 35730 |220276 |   5.8 |    46M | 271 | 576 |1344 | 150 |2933 |  1 |7281 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.79/23.94	c  23.9s| 38000 | 35830 |221173 |   5.8 |    46M | 271 | 576 |1288 | 158 |2950 |  1 |7285 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.79/23.98	c  24.0s| 38100 | 35925 |221542 |   5.8 |    46M | 271 | 576 |1287 | 157 |2959 |  1 |7300 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.04	c  24.0s| 38200 | 36009 |222157 |   5.8 |    46M | 271 | 576 |1269 | 158 |2959 |  1 |7329 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.07	c  24.1s| 38300 | 36082 |222597 |   5.8 |    46M | 271 | 576 |1308 | 158 |2963 |  1 |7386 |   5 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.99/24.14	c  24.1s| 38400 | 36173 |223234 |   5.8 |    47M | 271 | 576 |1276 | 164 |2996 |  1 |7412 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.22	c  24.2s| 38500 | 36273 |224369 |   5.8 |    47M | 271 | 576 |1257 | 154 |3036 |  1 |7433 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.25	c  24.2s| 38600 | 36371 |224698 |   5.8 |    47M | 271 | 576 |1237 | 157 |3047 |  1 |7439 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.08/24.29	c  24.3s| 38700 | 36471 |225028 |   5.8 |    47M | 271 | 576 |1221 | 157 |3052 |  1 |7439 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.32	c  24.3s| 38800 | 36569 |225359 |   5.8 |    47M | 271 | 576 |1208 | 157 |3052 |  1 |7444 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.36	c  24.4s| 38900 | 36663 |225807 |   5.8 |    47M | 271 | 576 |1188 | 157 |3056 |  1 |7451 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.40	c  24.4s| 39000 | 36751 |226180 |   5.8 |    47M | 271 | 576 |1190 | 157 |3059 |  1 |7471 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.44	c  24.4s| 39100 | 36815 |226481 |   5.8 |    47M | 271 | 576 |1265 | 157 |3059 |  1 |7560 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.49	c  24.5s| 39200 | 36888 |226968 |   5.8 |    48M | 271 | 576 |1268 | 157 |3070 |  1 |7613 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.56	c  24.6s| 39300 | 36988 |228016 |   5.8 |    48M | 271 | 576 |1277 | 157 |3084 |  1 |7631 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.60	c  24.6s| 39400 | 37088 |228383 |   5.8 |    48M | 271 | 576 |1263 | 160 |3084 |  1 |7631 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.63	c  24.6s| 39500 | 37188 |228787 |   5.8 |    48M | 271 | 576 |1252 | 157 |3086 |  1 |7631 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.68	c  24.7s| 39600 | 37272 |229393 |   5.8 |    48M | 271 | 576 |1248 | 159 |3086 |  1 |7661 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.72	c  24.7s| 39700 | 37362 |229893 |   5.8 |    48M | 271 | 576 |1244 | 158 |3086 |  1 |7687 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.77	c  24.8s| 39800 | 37450 |230342 |   5.8 |    48M | 271 | 576 |1236 | 157 |3088 |  1 |7714 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.68/24.80	c  24.8s| 39900 | 37520 |230705 |   5.8 |    48M | 271 | 576 |1272 | 158 |3088 |  1 |7776 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.88	c  24.9s| 40000 | 37603 |231543 |   5.8 |    48M | 271 | 576 |1284 | 158 |3092 |  1 |7835 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.93	c  24.9s| 40100 | 37699 |232012 |   5.8 |    48M | 271 | 576 |1283 | 158 |3097 |  1 |7855 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.78/24.98	c  25.0s| 40200 | 37797 |232658 |   5.8 |    48M | 271 | 576 |1302 | 158 |3097 |  1 |7887 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.88/25.02	c  25.0s| 40300 | 37881 |233119 |   5.8 |    48M | 271 | 576 |1305 | 157 |3100 |  1 |7914 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.88/25.07	c  25.1s| 40400 | 37981 |233899 |   5.8 |    48M | 271 | 576 |1277 | 160 |3121 |  1 |7924 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.98/25.15	c  25.1s| 40500 | 38081 |234863 |   5.8 |    49M | 271 | 576 |1273 | 152 |3131 |  1 |7957 |   5 | 0.000000e+00 |      --      |    Inf | unknown
24.98/25.18	c  25.2s| 40600 | 38181 |235190 |   5.8 |    49M | 271 | 576 |1262 | 154 |3131 |  1 |7957 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.24	c  25.2s| 40700 | 38281 |235989 |   5.8 |    49M | 271 | 576 |1257 | 154 |3131 |  1 |7981 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.28	c  25.3s| 40800 | 38381 |236390 |   5.8 |    49M | 271 | 576 |1236 | 154 |3149 |  1 |7981 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.33	c  25.3s| 40900 | 38481 |237067 |   5.8 |    49M | 271 | 576 |1224 | 158 |3166 |  1 |7991 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.38	c  25.4s| 41000 | 38581 |237533 |   5.8 |    50M | 271 | 576 |1219 | 158 |3166 |  1 |8002 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.41	c  25.4s| 41100 | 38679 |237949 |   5.8 |    50M | 271 | 576 |1214 | 158 |3168 |  0 |8015 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.28/25.45	c  25.4s| 41200 | 38775 |238400 |   5.8 |    50M | 271 | 576 |1206 | 159 |3168 |  1 |8026 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.50	c  25.5s| 41300 | 38871 |238915 |   5.8 |    50M | 271 | 576 |1206 | 158 |3169 |  1 |8041 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.38/25.54	c  25.5s| 41400 | 38951 |239337 |   5.8 |    50M | 271 | 576 |1240 | 157 |3178 |  1 |8105 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.59	c  25.6s| 41500 | 39025 |239893 |   5.8 |    50M | 271 | 576 |1223 | 157 |3181 |  1 |8131 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.64	c  25.6s| 41600 | 39119 |240443 |   5.8 |    50M | 271 | 576 |1258 | 159 |3181 |  1 |8191 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.68	c  25.7s| 41700 | 39209 |240869 |   5.8 |    50M | 271 | 576 |1269 | 157 |3181 |  1 |8223 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.72	c  25.7s| 41800 | 39307 |241430 |   5.8 |    50M | 271 | 576 |1267 | 157 |3183 |  1 |8247 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.57/25.76	c  25.8s| 41900 | 39405 |241874 |   5.8 |    50M | 271 | 576 |1269 | 158 |3183 |  1 |8260 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.82	c  25.8s| 42000 | 39503 |242700 |   5.8 |    50M | 271 | 576 |1249 | 154 |3183 |  1 |8303 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.67/25.88	c  25.9s| 42100 | 39603 |243304 |   5.8 |    50M | 271 | 576 |1263 | 154 |3190 |  1 |8334 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.94	c  25.9s| 42200 | 39703 |243940 |   5.8 |    50M | 271 | 576 |1268 | 154 |3193 |  1 |8370 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.77/25.97	c  26.0s| 42300 | 39803 |244374 |   5.8 |    50M | 271 | 576 |1273 | 157 |3193 |  1 |8378 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.88/26.02	c  26.0s| 42400 | 39903 |244922 |   5.8 |    50M | 271 | 576 |1254 | 157 |3193 |  1 |8384 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.88/26.07	c  26.1s| 42500 | 39999 |245494 |   5.8 |    50M | 271 | 576 |1201 | 155 |3216 |  1 |8398 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.98/26.10	c  26.1s| 42600 | 40097 |245816 |   5.8 |    50M | 271 | 576 |1192 | 157 |3218 |  1 |8398 |   5 | 0.000000e+00 |      --      |    Inf | unknown
25.98/26.14	c  26.1s| 42700 | 40191 |246199 |   5.8 |    50M | 271 | 576 |1198 | 159 |3225 |  1 |8415 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.20	c  26.2s| 42800 | 40283 |246884 |   5.8 |    50M | 271 | 576 |1189 | 157 |3235 |  1 |8463 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.07/26.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.07/26.26	c  26.3s| 42900 | 40383 |247459 |   5.8 |    50M | 271 | 576 |1171 | 157 |3239 |  1 |8469 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.31	c  26.3s| 43000 | 40483 |248256 |   5.8 |    50M | 271 | 576 |1128 | 154 |3255 |  1 |8477 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.17/26.36	c  26.4s| 43100 | 40583 |248689 |   5.8 |    50M | 271 | 576 |1136 | 156 |3257 |  1 |8494 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.40	c  26.4s| 43200 | 40681 |249068 |   5.8 |    50M | 271 | 576 |1112 | 157 |3275 |  1 |8494 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.44	c  26.4s| 43300 | 40779 |249468 |   5.7 |    50M | 271 | 576 |1103 | 158 |3284 |  1 |8501 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.27/26.48	c  26.5s| 43400 | 40879 |249864 |   5.7 |    50M | 271 | 576 |1069 | 158 |3284 |  1 |8508 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.52	c  26.5s| 43500 | 40979 |250265 |   5.7 |    50M | 271 | 576 |1060 | 157 |3284 |  1 |8538 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.37/26.56	c  26.5s| 43600 | 41055 |250627 |   5.7 |    50M | 271 | 576 |1083 | 157 |3284 |  1 |8581 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.47/26.60	c  26.6s| 43700 | 41101 |250930 |   5.7 |    50M | 271 | 576 |1104 | 157 |3291 |  1 |8669 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.70	c  26.7s| 43800 | 41201 |252303 |   5.7 |    50M | 271 | 576 |1138 | 154 |3291 |  1 |8741 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.79	c  26.8s| 43900 | 41301 |253551 |   5.8 |    50M | 271 | 576 |1124 | 154 |3309 |  1 |8753 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.84	c  26.8s| 44000 | 41401 |253986 |   5.8 |    50M | 271 | 576 |1104 | 158 |3314 |  1 |8760 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.88	c  26.9s| 44100 | 41501 |254511 |   5.8 |    50M | 271 | 576 |1057 | 157 |3314 |  1 |8760 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.93	c  26.9s| 44200 | 41601 |254943 |   5.8 |    50M | 271 | 576 | 996 | 155 |3336 |  1 |8760 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.00	c  27.0s| 44300 | 41701 |255234 |   5.8 |    50M | 271 | 576 | 985 | 157 |3339 |  1 |8760 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.88/27.04	c  27.0s| 44400 | 41801 |255650 |   5.7 |    50M | 271 | 576 | 968 | 157 |3339 |  1 |8765 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.08	c  27.1s| 44500 | 41899 |256032 |   5.7 |    50M | 271 | 576 | 979 | 157 |3339 |  1 |8784 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.13	c  27.1s| 44600 | 41981 |256489 |   5.7 |    51M | 271 | 576 | 965 | 156 |3354 |  1 |8814 |   5 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.16	c  27.2s| 44700 | 42081 |256820 |   5.7 |    51M | 271 | 576 | 951 | 158 |3354 |  1 |8814 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.20	c  27.2s| 44800 | 42163 |257364 |   5.7 |    51M | 271 | 576 | 950 | 157 |3354 |  0 |8835 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.25	c  27.2s| 44900 | 42224 |257727 |   5.7 |    51M | 271 | 576 | 977 | 159 |3370 |  1 |8902 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.31	c  27.3s| 45000 | 42322 |258464 |   5.7 |    51M | 271 | 576 | 949 | 157 |3382 |  1 |8920 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.35	c  27.3s| 45100 | 42404 |258758 |   5.7 |    51M | 271 | 576 | 962 | 159 |3382 |  1 |8955 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.17/27.39	c  27.4s| 45200 | 42494 |259261 |   5.7 |    51M | 271 | 576 | 954 | 157 |3388 |  1 |8980 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.44	c  27.4s| 45300 | 42587 |259746 |   5.7 |    51M | 271 | 576 | 966 | 157 |3388 |  1 |9008 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.49	c  27.5s| 45400 | 42679 |260352 |   5.7 |    51M | 271 | 576 | 920 | 154 |3395 |  1 |9016 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.53	c  27.5s| 45500 | 42752 |260713 |   5.7 |    51M | 271 | 576 | 931 | 157 |3401 |  1 |9056 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.57	c  27.6s| 45600 | 42850 |261303 |   5.7 |    51M | 271 | 576 | 914 | 157 |3408 |  1 |9065 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.63	c  27.6s| 45700 | 42946 |261939 |   5.7 |    51M | 271 | 576 | 887 | 151 |3413 |  1 |9079 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.68	c  27.7s| 45800 | 43046 |262672 |   5.7 |    52M | 271 | 576 | 885 | 156 |3434 |  1 |9087 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.57/27.74	c  27.7s| 45900 | 43146 |263178 |   5.7 |    52M | 271 | 576 | 868 | 155 |3439 |  1 |9096 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.77	c  27.8s| 46000 | 43242 |263608 |   5.7 |    52M | 271 | 576 | 855 | 157 |3445 |  1 |9102 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.81	c  27.8s| 46100 | 43340 |264037 |   5.7 |    52M | 271 | 576 | 844 | 157 |3445 |  1 |9109 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.85	c  27.8s| 46200 | 43434 |264403 |   5.7 |    53M | 271 | 576 | 854 | 159 |3458 |  1 |9131 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.89	c  27.9s| 46300 | 43526 |264829 |   5.7 |    53M | 271 | 576 | 859 | 160 |3468 |  2 |9162 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.76/27.93	c  27.9s| 46400 | 43592 |265183 |   5.7 |    53M | 271 | 576 | 867 | 157 |3475 |  1 |9192 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.76/27.97	c  28.0s| 46500 | 43668 |265585 |   5.7 |    53M | 271 | 576 | 910 | 157 |3485 |  1 |9250 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.87/28.01	c  28.0s| 46600 | 43762 |266058 |   5.7 |    53M | 271 | 576 | 901 | 154 |3487 |  1 |9265 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.87/28.09	c  28.1s| 46700 | 43862 |267281 |   5.7 |    53M | 271 | 576 | 892 | 154 |3494 |  1 |9284 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.97/28.13	c  28.1s| 46800 | 43962 |267856 |   5.7 |    53M | 271 | 576 | 885 | 154 |3494 |  1 |9291 |   5 | 0.000000e+00 |      --      |    Inf | unknown
27.97/28.18	c  28.2s| 46900 | 44062 |268302 |   5.7 |    53M | 271 | 576 | 893 | 154 |3496 |  1 |9315 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.06/28.23	c  28.2s| 47000 | 44162 |268871 |   5.7 |    53M | 271 | 576 | 871 | 155 |3518 |  1 |9318 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.30	c  28.3s| 47100 | 44252 |269607 |   5.7 |    53M | 271 | 576 | 883 | 158 |3525 |  1 |9352 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.33	c  28.3s| 47200 | 44352 |269932 |   5.7 |    53M | 271 | 576 | 861 | 150 |3529 |  1 |9352 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.16/28.37	c  28.4s| 47300 | 44452 |270292 |   5.7 |    53M | 271 | 576 | 844 | 157 |3538 |  1 |9352 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.26/28.42	c  28.4s| 47400 | 44550 |270886 |   5.7 |    53M | 271 | 576 | 810 | 156 |3540 |  1 |9356 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.26/28.45	c  28.4s| 47500 | 44650 |271211 |   5.7 |    53M | 271 | 576 | 796 | 157 |3544 |  1 |9356 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.50	c  28.5s| 47600 | 44742 |271639 |   5.7 |    53M | 271 | 576 | 835 | 157 |3559 |  1 |9409 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.36/28.54	c  28.5s| 47700 | 44834 |272053 |   5.7 |    53M | 271 | 576 | 831 | 154 |3563 |  1 |9431 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.60	c  28.6s| 47800 | 44934 |272792 |   5.7 |    53M | 271 | 576 | 824 | 156 |3567 |  1 |9443 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.46/28.65	c  28.6s| 47900 | 45034 |273491 |   5.7 |    53M | 271 | 576 | 801 | 149 |3567 |  1 |9456 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.70	c  28.7s| 48000 | 45134 |273831 |   5.7 |    53M | 271 | 576 | 791 | 155 |3599 |  1 |9456 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.73	c  28.7s| 48100 | 45234 |274175 |   5.7 |    53M | 271 | 576 | 782 | 156 |3607 |  1 |9456 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.56/28.78	c  28.8s| 48200 | 45334 |274546 |   5.7 |    53M | 271 | 576 | 779 | 159 |3630 |  1 |9464 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.83	c  28.8s| 48300 | 45434 |275033 |   5.7 |    53M | 271 | 576 | 777 | 158 |3635 |  1 |9484 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.66/28.86	c  28.9s| 48400 | 45534 |275481 |   5.7 |    53M | 271 | 576 | 760 | 157 |3635 |  1 |9484 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.90	c  28.9s| 48500 | 45624 |275924 |   5.7 |    53M | 271 | 576 | 769 | 158 |3635 |  1 |9511 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.76/28.94	c  28.9s| 48600 | 45699 |276354 |   5.7 |    53M | 271 | 576 | 761 | 158 |3635 |  1 |9537 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.02	c  29.0s| 48700 | 45780 |277123 |   5.7 |    53M | 271 | 576 | 743 | 158 |3637 |  1 |9567 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.87/29.07	c  29.1s| 48800 | 45872 |277763 |   5.7 |    54M | 271 | 576 | 733 | 154 |3645 |  1 |9588 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.96/29.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.96/29.13	c  29.1s| 48900 | 45972 |278680 |   5.7 |    54M | 271 | 576 | 732 | 154 |3649 |  1 |9608 |   5 | 0.000000e+00 |      --      |    Inf | unknown
28.96/29.18	c  29.2s| 49000 | 46066 |279073 |   5.7 |    54M | 271 | 576 | 732 | 159 |3675 |  0 |9620 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.22	c  29.2s| 49100 | 46162 |279482 |   5.7 |    54M | 271 | 576 | 725 | 157 |3679 |  1 |9646 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.26	c  29.3s| 49200 | 46259 |279915 |   5.7 |    54M | 271 | 576 | 726 | 157 |3684 |  1 |9654 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.31	c  29.3s| 49300 | 46353 |280557 |   5.7 |    54M | 271 | 576 | 715 | 158 |3684 |  1 |9656 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.16/29.36	c  29.4s| 49400 | 46446 |281063 |   5.7 |    54M | 271 | 576 | 726 | 156 |3708 |  1 |9687 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.40	c  29.4s| 49500 | 46546 |281578 |   5.7 |    54M | 271 | 576 | 718 | 157 |3712 |  1 |9691 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.44	c  29.4s| 49600 | 46646 |282074 |   5.7 |    54M | 271 | 576 | 719 | 160 |3714 |  1 |9704 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.50	c  29.5s| 49700 | 46734 |282809 |   5.7 |    54M | 271 | 576 | 751 | 158 |3722 |  0 |9757 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.54	c  29.5s| 49800 | 46832 |283134 |   5.7 |    54M | 271 | 576 | 727 | 157 |3733 |  1 |9760 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.57	c  29.6s| 49900 | 46932 |283521 |   5.7 |    54M | 271 | 576 | 717 | 153 |3738 |  1 |9760 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.61	c  29.6s| 50000 | 47032 |283854 |   5.7 |    54M | 271 | 576 | 711 | 154 |3738 |  1 |9760 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.64	c  29.6s| 50100 | 47132 |284190 |   5.7 |    54M | 271 | 576 | 699 | 158 |3738 |  1 |9760 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.68	c  29.7s| 50200 | 47222 |284604 |   5.7 |    55M | 271 | 576 | 715 | 158 |3738 |  1 |9788 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.72	c  29.7s| 50300 | 47301 |284993 |   5.7 |    55M | 271 | 576 | 775 | 157 |3738 |  1 |9860 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.56/29.75	c  29.7s| 50400 | 47379 |285401 |   5.7 |    55M | 271 | 576 | 778 | 158 |3738 |  1 |9882 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.79	c  29.8s| 50500 | 47469 |285798 |   5.6 |    55M | 271 | 576 | 784 | 157 |3738 |  0 |9902 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.84	c  29.8s| 50600 | 47563 |286301 |   5.6 |    55M | 271 | 576 | 789 | 158 |3741 |  2 |9938 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.75/29.96	c  30.0s| 50700 | 47663 |287849 |   5.7 |    55M | 271 | 576 | 790 | 154 |3754 |  1 |9990 |   5 | 0.000000e+00 |      --      |    Inf | unknown
29.86/30.02	c  30.0s| 50800 | 47763 |288548 |   5.7 |    55M | 271 | 576 | 792 | 158 |3764 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
29.86/30.08	c  30.1s| 50900 | 47861 |289218 |   5.7 |    55M | 271 | 576 | 815 | 159 |3786 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
29.96/30.12	c  30.1s| 51000 | 47961 |289695 |   5.7 |    55M | 271 | 576 | 807 | 158 |3786 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
29.96/30.17	c  30.2s| 51100 | 48057 |290258 |   5.7 |    55M | 271 | 576 | 798 | 157 |3786 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.05/30.21	c  30.2s| 51200 | 48157 |290705 |   5.7 |    55M | 271 | 576 | 815 | 158 |3790 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.05/30.24	c  30.2s| 51300 | 48253 |291107 |   5.7 |    55M | 271 | 576 | 819 | 157 |3799 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.05/30.28	c  30.3s| 51400 | 48323 |291477 |   5.7 |    55M | 271 | 576 | 826 | 157 |3799 |  0 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.15/30.32	c  30.3s| 51500 | 48376 |291812 |   5.7 |    55M | 271 | 576 | 875 | 154 |3799 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.15/30.39	c  30.4s| 51600 | 48476 |292676 |   5.7 |    55M | 271 | 576 | 892 | 159 |3815 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.25/30.46	c  30.5s| 51700 | 48563 |293413 |   5.7 |    55M | 271 | 576 | 889 | 154 |3823 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.51	c  30.5s| 51800 | 48659 |293945 |   5.7 |    55M | 271 | 576 | 883 | 157 |3833 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.35/30.55	c  30.5s| 51900 | 48759 |294328 |   5.7 |    55M | 271 | 576 | 872 | 156 |3849 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.35/30.59	c  30.6s| 52000 | 48845 |294678 |   5.7 |    55M | 271 | 576 | 891 | 158 |3855 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.62	c  30.6s| 52100 | 48945 |294999 |   5.7 |    55M | 271 | 576 | 874 | 154 |3855 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.45/30.67	c  30.7s| 52200 | 49045 |295445 |   5.7 |    55M | 271 | 576 | 867 | 157 |3869 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.71	c  30.7s| 52300 | 49145 |295826 |   5.6 |    55M | 271 | 576 | 848 | 159 |3882 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.75	c  30.7s| 52400 | 49245 |296240 |   5.6 |    55M | 271 | 576 | 839 | 158 |3882 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.55/30.79	c  30.8s| 52500 | 49345 |296692 |   5.6 |    55M | 271 | 576 | 831 | 158 |3882 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.83	c  30.8s| 52600 | 49445 |297154 |   5.6 |    55M | 271 | 576 | 813 | 158 |3882 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.65/30.89	c  30.9s| 52700 | 49537 |297941 |   5.6 |    55M | 271 | 576 | 788 | 158 |3884 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.75/30.94	c  30.9s| 52800 | 49637 |298660 |   5.6 |    55M | 271 | 576 | 754 | 148 |3884 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.75/31.00	c  31.0s| 52900 | 49737 |299341 |   5.6 |    55M | 271 | 576 | 721 | 157 |3884 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.86/31.03	c  31.0s| 53000 | 49835 |299675 |   5.6 |    55M | 271 | 576 | 718 | 157 |3884 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.86/31.08	c  31.1s| 53100 | 49917 |300377 |   5.6 |    56M | 271 | 576 | 686 | 158 |3891 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.96/31.12	c  31.1s| 53200 | 50017 |300763 |   5.6 |    56M | 271 | 576 | 674 | 157 |3891 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
30.96/31.17	c  31.2s| 53300 | 50117 |301233 |   5.6 |    56M | 271 | 576 | 671 | 161 |3903 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.05/31.22	c  31.2s| 53400 | 50217 |301813 |   5.6 |    56M | 271 | 576 | 668 | 157 |3903 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.25	c  31.2s| 53500 | 50315 |302155 |   5.6 |    57M | 271 | 576 | 661 | 158 |3903 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.05/31.29	c  31.3s| 53600 | 50397 |302560 |   5.6 |    57M | 271 | 576 | 680 | 158 |3903 |  0 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.34	c  31.3s| 53700 | 50470 |303053 |   5.6 |    57M | 271 | 576 | 682 | 161 |3916 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.15/31.38	c  31.4s| 53800 | 50568 |303573 |   5.6 |    57M | 271 | 576 | 676 | 158 |3925 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.25/31.45	c  31.4s| 53900 | 50668 |304361 |   5.6 |    58M | 271 | 576 | 659 | 161 |3940 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.50	c  31.5s| 54000 | 50757 |304831 |   5.6 |    58M | 271 | 576 | 694 | 159 |3940 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.35/31.55	c  31.5s| 54100 | 50857 |305377 |   5.6 |    58M | 271 | 576 | 676 | 146 |3954 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.60	c  31.6s| 54200 | 50957 |305993 |   5.6 |    58M | 271 | 576 | 663 | 155 |3975 |  2 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.65	c  31.6s| 54300 | 51057 |306566 |   5.6 |    58M | 271 | 576 | 661 | 158 |3975 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.45/31.69	c  31.7s| 54400 | 51157 |307078 |   5.6 |    58M | 271 | 576 | 657 | 159 |3979 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.55/31.76	c  31.7s| 54500 | 51243 |307606 |   5.6 |    58M | 271 | 576 | 657 | 158 |3988 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.82	c  31.8s| 54600 | 51343 |308447 |   5.6 |    58M | 271 | 576 | 633 | 158 |4002 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.86	c  31.9s| 54700 | 51443 |308790 |   5.6 |    58M | 271 | 576 | 618 | 157 |4006 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.65/31.89	c  31.9s| 54800 | 51543 |309221 |   5.6 |    58M | 271 | 576 | 611 | 158 |4006 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.74/31.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.74/31.95	c  31.9s| 54900 | 51636 |309905 |   5.6 |    58M | 271 | 576 | 588 | 156 |4008 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.74/31.99	c  32.0s| 55000 | 51736 |310434 |   5.6 |    58M | 271 | 576 | 577 | 154 |4013 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.85/32.03	c  32.0s| 55100 | 51836 |310797 |   5.6 |    58M | 271 | 576 | 563 | 157 |4019 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.85/32.07	c  32.1s| 55200 | 51936 |311305 |   5.6 |    58M | 271 | 576 | 573 | 157 |4019 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.95/32.10	c  32.1s| 55300 | 52020 |311714 |   5.6 |    58M | 271 | 576 | 568 | 158 |4019 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
31.95/32.16	c  32.2s| 55400 | 52098 |312394 |   5.6 |    58M | 271 | 576 | 590 | 158 |4019 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.04/32.23	c  32.2s| 55500 | 52194 |313242 |   5.6 |    58M | 271 | 576 | 585 | 154 |4036 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.04/32.26	c  32.3s| 55600 | 52294 |313592 |   5.6 |    58M | 271 | 576 | 581 | 158 |4037 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.14/32.31	c  32.3s| 55700 | 52384 |314074 |   5.6 |    58M | 271 | 576 | 614 | 162 |4056 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.14/32.37	c  32.4s| 55800 | 52480 |314663 |   5.6 |    58M | 271 | 576 | 651 | 159 |4060 |  1 |  10k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.24/32.41	c  32.4s| 55900 | 52576 |314995 |   5.6 |    58M | 271 | 576 | 643 | 155 |4068 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.24/32.48	c  32.5s| 56000 | 52676 |315934 |   5.6 |    58M | 271 | 576 | 631 | 158 |4082 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.34/32.53	c  32.5s| 56100 | 52774 |316393 |   5.6 |    58M | 271 | 576 | 619 | 159 |4093 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.34/32.58	c  32.6s| 56200 | 52874 |317007 |   5.6 |    58M | 271 | 576 | 618 | 158 |4108 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.44/32.64	c  32.6s| 56300 | 52974 |317419 |   5.6 |    59M | 271 | 576 | 601 | 159 |4142 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.44/32.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.44/32.69	c  32.7s| 56400 | 53074 |317941 |   5.6 |    59M | 271 | 576 | 589 | 159 |4178 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.54/32.76	c  32.8s| 56500 | 53174 |318703 |   5.6 |    60M | 271 | 576 | 561 | 150 |4191 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.64/32.82	c  32.8s| 56600 | 53274 |319450 |   5.6 |    60M | 271 | 576 | 540 | 155 |4196 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.64/32.89	c  32.9s| 56700 | 53374 |320075 |   5.6 |    60M | 271 | 576 | 521 | 157 |4215 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.74/32.94	c  32.9s| 56800 | 53472 |320664 |   5.6 |    60M | 271 | 576 | 556 | 159 |4237 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.74/32.99	c  33.0s| 56900 | 53570 |321086 |   5.6 |    60M | 271 | 576 | 554 | 157 |4249 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.85/33.03	c  33.0s| 57000 | 53646 |321477 |   5.6 |    60M | 271 | 576 | 574 | 156 |4249 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.85/33.09	c  33.1s| 57100 | 53746 |322222 |   5.6 |    60M | 271 | 576 | 574 | 162 |4267 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
32.94/33.16	c  33.2s| 57200 | 53846 |322979 |   5.6 |    60M | 271 | 576 | 591 | 147 |4304 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.23	c  33.2s| 57300 | 53946 |323869 |   5.6 |    61M | 271 | 576 | 598 | 155 |4344 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.04/33.27	c  33.3s| 57400 | 54046 |324186 |   5.6 |    61M | 271 | 576 | 588 | 153 |4348 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.32	c  33.3s| 57500 | 54146 |324612 |   5.6 |    62M | 271 | 576 | 584 | 158 |4373 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.14/33.37	c  33.4s| 57600 | 54240 |325068 |   5.6 |    62M | 271 | 576 | 589 | 157 |4386 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.42	c  33.4s| 57700 | 54332 |325511 |   5.6 |    62M | 271 | 576 | 610 | 158 |4401 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.24/33.47	c  33.5s| 57800 | 54430 |325904 |   5.6 |    62M | 271 | 576 | 601 | 157 |4428 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.34/33.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.34/33.53	c  33.5s| 57900 | 54524 |326608 |   5.6 |    62M | 271 | 576 | 597 | 156 |4444 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.60	c  33.6s| 58000 | 54624 |327241 |   5.6 |    62M | 271 | 576 | 603 | 155 |4476 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.64	c  33.6s| 58100 | 54724 |327693 |   5.6 |    62M | 271 | 576 | 596 | 157 |4483 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.44/33.69	c  33.7s| 58200 | 54810 |328075 |   5.6 |    62M | 271 | 576 | 578 | 159 |4503 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.54/33.74	c  33.7s| 58300 | 54902 |328523 |   5.6 |    62M | 271 | 576 | 575 | 157 |4521 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.80	c  33.8s| 58400 | 54956 |329297 |   5.6 |    62M | 271 | 576 | 655 | 157 |4523 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.64/33.85	c  33.8s| 58500 | 55044 |329873 |   5.6 |    62M | 271 | 576 | 640 | 159 |4524 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.74/33.92	c  33.9s| 58600 | 55142 |330750 |   5.6 |    62M | 271 | 576 | 618 | 159 |4529 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.84/34.01	c  34.0s| 58700 | 55242 |331799 |   5.6 |    62M | 271 | 576 | 628 | 158 |4560 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.84/34.09	c  34.1s| 58800 | 55342 |332824 |   5.7 |    62M | 271 | 576 | 614 | 158 |4593 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.94/34.13	c  34.1s| 58900 | 55440 |333209 |   5.6 |    62M | 271 | 576 | 625 | 160 |4602 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
33.94/34.18	c  34.2s| 59000 | 55520 |333792 |   5.6 |    62M | 271 | 576 | 639 | 157 |4606 |  0 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.21	c  34.2s| 59100 | 55606 |334093 |   5.6 |    62M | 271 | 576 | 615 | 155 |4606 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.04/34.27	c  34.3s| 59200 | 55706 |334645 |   5.6 |    62M | 271 | 576 | 592 | 158 |4626 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.13/34.35	c  34.3s| 59300 | 55804 |335329 |   5.6 |    62M | 271 | 576 | 589 | 158 |4685 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.23/34.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.23/34.43	c  34.4s| 59400 | 55904 |335917 |   5.6 |    64M | 271 | 576 | 580 | 159 |4743 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.50	c  34.5s| 59500 | 56002 |336492 |   5.6 |    65M | 271 | 576 | 561 | 161 |4788 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.55	c  34.5s| 59600 | 56098 |336979 |   5.6 |    65M | 271 | 576 | 562 | 162 |4801 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.34/34.59	c  34.6s| 59700 | 56194 |337375 |   5.6 |    65M | 271 | 576 | 554 | 158 |4813 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.63	c  34.6s| 59800 | 56292 |337766 |   5.6 |    65M | 271 | 576 | 553 | 159 |4820 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.44/34.68	c  34.7s| 59900 | 56392 |338260 |   5.6 |    65M | 271 | 576 | 562 | 158 |4835 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.54/34.72	c  34.7s| 60000 | 56482 |338631 |   5.6 |    65M | 271 | 576 | 556 | 158 |4835 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.54/34.76	c  34.8s| 60100 | 56564 |339052 |   5.6 |    65M | 271 | 576 | 575 | 158 |4854 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.80	c  34.8s| 60200 | 56635 |339412 |   5.6 |    65M | 271 | 576 | 617 | 158 |4856 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.84	c  34.8s| 60300 | 56700 |339740 |   5.6 |    65M | 271 | 576 | 634 | 159 |4864 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.64/34.88	c  34.9s| 60400 | 56776 |340131 |   5.6 |    65M | 271 | 576 | 678 | 160 |4876 |  1 |  11k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.92	c  34.9s| 60500 | 56852 |340559 |   5.6 |    65M | 271 | 576 | 723 | 159 |4896 |  0 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.96	c  35.0s| 60600 | 56934 |340982 |   5.6 |    65M | 271 | 576 | 758 | 160 |4925 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.00	c  35.0s| 60700 | 56993 |341306 |   5.6 |    65M | 271 | 576 | 819 | 161 |4947 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.05	c  35.0s| 60800 | 57063 |341741 |   5.6 |    65M | 271 | 576 | 875 | 157 |4970 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
34.85/35.08	c  35.1s| 60900 | 57136 |342059 |   5.6 |    65M | 271 | 576 | 926 | 157 |4974 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.13	c  35.1s| 61000 | 57206 |342406 |   5.6 |    65M | 271 | 576 | 966 | 157 |4994 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
34.95/35.17	c  35.2s| 61100 | 57263 |342706 |   5.6 |    65M | 271 | 576 |1056 | 157 |5018 |  0 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.04/35.24	c  35.2s| 61200 | 57354 |343648 |   5.6 |    65M | 271 | 576 |1018 | 157 |5018 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.31	c  35.3s| 61300 | 57448 |344292 |   5.6 |    65M | 271 | 576 |1016 | 158 |5018 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.37	c  35.4s| 61400 | 57546 |345076 |   5.6 |    66M | 271 | 576 | 978 | 156 |5026 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.43	c  35.4s| 61500 | 57646 |345969 |   5.6 |    66M | 271 | 576 | 921 | 158 |5034 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.52	c  35.5s| 61600 | 57744 |347024 |   5.6 |    67M | 271 | 576 | 800 | 157 |5048 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.58	c  35.6s| 61700 | 57838 |347858 |   5.6 |    67M | 271 | 576 | 723 | 159 |5056 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.63	c  35.6s| 61800 | 57938 |348371 |   5.6 |    67M | 271 | 576 | 663 | 159 |5065 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.67	c  35.7s| 61900 | 58032 |348780 |   5.6 |    67M | 271 | 576 | 629 | 155 |5073 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.72	c  35.7s| 62000 | 58132 |349200 |   5.6 |    67M | 271 | 576 | 570 | 157 |5078 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.75	c  35.7s| 62100 | 58222 |349530 |   5.6 |    67M | 271 | 576 | 567 | 157 |5085 |  0 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.64/35.81	c  35.8s| 62200 | 58317 |350282 |   5.6 |    67M | 271 | 576 | 544 | 154 |5090 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.64/35.85	c  35.8s| 62300 | 58417 |350584 |   5.6 |    67M | 271 | 576 | 513 | 155 |5104 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.74/35.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.74/35.93	c  35.9s| 62400 | 58517 |351750 |   5.6 |    67M | 271 | 576 | 500 | 150 |5147 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.74/35.97	c  36.0s| 62500 | 58617 |352152 |   5.6 |    67M | 271 | 576 | 484 | 157 |5180 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.84/36.00	c  36.0s| 62600 | 58717 |352467 |   5.6 |    67M | 271 | 576 | 466 | 158 |5184 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.84/36.07	c  36.1s| 62700 | 58817 |353144 |   5.6 |    67M | 271 | 576 | 456 | 156 |5184 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.84/36.10	c  36.1s| 62800 | 58917 |353492 |   5.6 |    67M | 271 | 576 | 440 | 154 |5184 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.94/36.14	c  36.1s| 62900 | 59017 |354012 |   5.6 |    67M | 271 | 576 | 420 | 154 |5184 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
35.94/36.17	c  36.2s| 63000 | 59117 |354297 |   5.6 |    67M | 271 | 576 | 414 | 154 |5184 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.21	c  36.2s| 63100 | 59217 |354687 |   5.6 |    67M | 271 | 576 | 402 | 155 |5184 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.24	c  36.2s| 63200 | 59317 |355040 |   5.6 |    67M | 271 | 576 | 394 | 155 |5184 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.03/36.29	c  36.3s| 63300 | 59417 |355503 |   5.6 |    67M | 271 | 576 | 383 | 154 |5199 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.33	c  36.3s| 63400 | 59515 |355996 |   5.6 |    67M | 271 | 576 | 396 | 154 |5223 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.13/36.38	c  36.4s| 63500 | 59615 |356513 |   5.6 |    67M | 271 | 576 | 390 | 158 |5243 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.23/36.42	c  36.4s| 63600 | 59715 |356939 |   5.6 |    67M | 271 | 576 | 387 | 158 |5243 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.50	c  36.5s| 63700 | 59815 |357497 |   5.6 |    67M | 271 | 576 | 399 | 159 |5247 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.54	c  36.5s| 63800 | 59903 |357924 |   5.6 |    68M | 271 | 576 | 428 | 157 |5247 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.33/36.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.33/36.58	c  36.6s| 63900 | 60003 |358393 |   5.6 |    68M | 271 | 576 | 427 | 160 |5262 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.63	c  36.6s| 64000 | 60103 |358972 |   5.6 |    68M | 271 | 576 | 430 | 157 |5272 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.43/36.67	c  36.7s| 64100 | 60201 |359418 |   5.6 |    68M | 271 | 576 | 456 | 157 |5272 |  1 |  12k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.53/36.71	c  36.7s| 64200 | 60287 |359853 |   5.6 |    68M | 271 | 576 | 477 | 160 |5280 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.53/36.75	c  36.7s| 64300 | 60366 |360262 |   5.6 |    68M | 271 | 576 | 485 | 157 |5289 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.53/36.79	c  36.8s| 64400 | 60436 |360606 |   5.6 |    68M | 271 | 576 | 508 | 157 |5292 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.63/36.82	c  36.8s| 64500 | 60497 |360900 |   5.6 |    68M | 271 | 576 | 567 | 159 |5292 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.63/36.86	c  36.9s| 64600 | 60570 |361230 |   5.6 |    68M | 271 | 576 | 589 | 157 |5292 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.73/36.90	c  36.9s| 64700 | 60640 |361587 |   5.6 |    68M | 271 | 576 | 583 | 154 |5292 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.84/37.01	c  37.0s| 64800 | 60740 |363009 |   5.6 |    68M | 271 | 576 | 580 | 157 |5315 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.84/37.08	c  37.1s| 64900 | 60832 |363876 |   5.6 |    68M | 271 | 576 | 578 | 159 |5326 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
36.94/37.14	c  37.1s| 65000 | 60927 |364564 |   5.6 |    68M | 271 | 576 | 555 | 157 |5337 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.03/37.21	c  37.2s| 65100 | 61027 |365618 |   5.6 |    68M | 271 | 576 | 547 | 158 |5341 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.03/37.25	c  37.2s| 65200 | 61127 |365937 |   5.6 |    68M | 271 | 576 | 536 | 157 |5346 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.03/37.28	c  37.3s| 65300 | 61223 |366255 |   5.6 |    68M | 271 | 576 | 528 | 155 |5349 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.13/37.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.13/37.33	c  37.3s| 65400 | 61323 |366826 |   5.6 |    68M | 271 | 576 | 517 | 154 |5353 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.13/37.38	c  37.4s| 65500 | 61415 |367387 |   5.6 |    68M | 271 | 576 | 515 | 157 |5374 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.23/37.44	c  37.4s| 65600 | 61515 |368081 |   5.6 |    68M | 271 | 576 | 497 | 154 |5375 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.23/37.47	c  37.5s| 65700 | 61615 |368382 |   5.6 |    68M | 271 | 576 | 483 | 154 |5375 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.33/37.50	c  37.5s| 65800 | 61713 |368703 |   5.6 |    68M | 271 | 576 | 478 | 156 |5387 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.33/37.54	c  37.5s| 65900 | 61813 |369030 |   5.6 |    69M | 271 | 576 | 471 | 158 |5391 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.33/37.59	c  37.6s| 66000 | 61913 |369458 |   5.6 |    69M | 271 | 576 | 478 | 159 |5408 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.43/37.62	c  37.6s| 66100 | 62013 |369819 |   5.6 |    69M | 271 | 576 | 465 | 158 |5408 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.43/37.66	c  37.7s| 66200 | 62113 |370256 |   5.6 |    69M | 271 | 576 | 462 | 161 |5415 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.53/37.71	c  37.7s| 66300 | 62211 |370938 |   5.6 |    69M | 271 | 576 | 449 | 157 |5415 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.53/37.76	c  37.8s| 66400 | 62297 |371510 |   5.6 |    69M | 271 | 576 | 501 | 157 |5415 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.63/37.80	c  37.8s| 66500 | 62385 |371972 |   5.6 |    69M | 271 | 576 | 531 | 157 |5415 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.63/37.84	c  37.8s| 66600 | 62485 |372380 |   5.6 |    69M | 271 | 576 | 526 | 159 |5415 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.73/37.91	c  37.9s| 66700 | 62572 |373272 |   5.6 |    69M | 271 | 576 | 589 | 157 |5425 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.73/37.96	c  38.0s| 66800 | 62658 |373855 |   5.6 |    69M | 271 | 576 | 571 | 155 |5425 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.73/37.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.73/37.99	c  38.0s| 66900 | 62758 |374137 |   5.6 |    69M | 271 | 576 | 560 | 157 |5425 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.83/38.05	c  38.0s| 67000 | 62850 |374940 |   5.6 |    69M | 271 | 576 | 552 | 159 |5429 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.93/38.11	c  38.1s| 67100 | 62938 |375711 |   5.6 |    69M | 271 | 576 | 542 | 155 |5442 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
37.93/38.16	c  38.2s| 67200 | 63038 |376234 |   5.6 |    69M | 271 | 576 | 535 | 159 |5448 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.03/38.22	c  38.2s| 67300 | 63138 |376975 |   5.6 |    69M | 271 | 576 | 500 | 154 |5448 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.03/38.26	c  38.3s| 67400 | 63228 |377388 |   5.6 |    69M | 271 | 576 | 470 | 160 |5470 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.12/38.30	c  38.3s| 67500 | 63326 |377859 |   5.6 |    69M | 271 | 576 | 459 | 158 |5470 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.12/38.34	c  38.3s| 67600 | 63426 |378265 |   5.6 |    69M | 271 | 576 | 430 | 157 |5470 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.12/38.38	c  38.4s| 67700 | 63522 |378692 |   5.6 |    69M | 271 | 576 | 440 | 157 |5473 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.22/38.43	c  38.4s| 67800 | 63620 |379346 |   5.6 |    69M | 271 | 576 | 430 | 157 |5473 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.22/38.48	c  38.5s| 67900 | 63720 |379922 |   5.6 |    69M | 271 | 576 | 421 | 158 |5480 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.32/38.53	c  38.5s| 68000 | 63818 |380408 |   5.6 |    69M | 271 | 576 | 425 | 157 |5496 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.32/38.56	c  38.6s| 68100 | 63916 |380717 |   5.6 |    69M | 271 | 576 | 411 | 154 |5497 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.42/38.60	c  38.6s| 68200 | 64016 |381074 |   5.6 |    69M | 271 | 576 | 399 | 157 |5497 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.42/38.64	c  38.6s| 68300 | 64100 |381471 |   5.6 |    69M | 271 | 576 | 420 | 156 |5497 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.42/38.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.42/38.69	c  38.7s| 68400 | 64200 |382013 |   5.6 |    69M | 271 | 576 | 427 | 159 |5516 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.52/38.75	c  38.7s| 68500 | 64300 |382800 |   5.6 |    69M | 271 | 576 | 428 | 155 |5527 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.52/38.79	c  38.8s| 68600 | 64400 |383285 |   5.6 |    69M | 271 | 576 | 426 | 157 |5534 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.62/38.85	c  38.8s| 68700 | 64492 |384041 |   5.6 |    70M | 271 | 576 | 453 | 152 |5550 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.72/38.92	c  38.9s| 68800 | 64590 |384700 |   5.6 |    70M | 271 | 576 | 450 | 157 |5550 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.72/38.96	c  39.0s| 68900 | 64674 |385112 |   5.6 |    70M | 271 | 576 | 451 | 157 |5550 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.72/38.99	c  39.0s| 69000 | 64770 |385470 |   5.6 |    70M | 271 | 576 | 447 | 158 |5550 |  1 |  13k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.83/39.03	c  39.0s| 69100 | 64844 |385864 |   5.6 |    71M | 271 | 576 | 480 | 159 |5551 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.93/39.12	c  39.1s| 69200 | 64944 |387123 |   5.6 |    71M | 271 | 576 | 472 | 158 |5555 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
38.93/39.17	c  39.2s| 69300 | 65044 |387701 |   5.6 |    71M | 271 | 576 | 468 | 154 |5555 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.02/39.21	c  39.2s| 69400 | 65144 |388019 |   5.6 |    71M | 271 | 576 | 464 | 154 |5564 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.02/39.24	c  39.2s| 69500 | 65244 |388377 |   5.6 |    71M | 271 | 576 | 454 | 157 |5569 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.02/39.28	c  39.3s| 69600 | 65330 |388789 |   5.6 |    71M | 271 | 576 | 463 | 155 |5576 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.12/39.34	c  39.3s| 69700 | 65430 |389532 |   5.6 |    71M | 271 | 576 | 458 | 155 |5606 |  2 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.12/39.38	c  39.4s| 69800 | 65530 |389844 |   5.6 |    71M | 271 | 576 | 450 | 155 |5609 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.22/39.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.22/39.42	c  39.4s| 69900 | 65624 |390253 |   5.6 |    71M | 271 | 576 | 452 | 154 |5626 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.22/39.47	c  39.5s| 70000 | 65722 |390661 |   5.6 |    72M | 271 | 576 | 447 | 163 |5659 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.32/39.52	c  39.5s| 70100 | 65820 |391003 |   5.6 |    72M | 271 | 576 | 439 | 161 |5680 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.32/39.55	c  39.5s| 70200 | 65920 |391358 |   5.6 |    72M | 271 | 576 | 426 | 161 |5680 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.32/39.59	c  39.6s| 70300 | 66020 |391786 |   5.6 |    72M | 271 | 576 | 424 | 161 |5687 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.42/39.64	c  39.6s| 70400 | 66118 |392243 |   5.6 |    72M | 271 | 576 | 449 | 158 |5697 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.42/39.68	c  39.7s| 70500 | 66214 |392764 |   5.6 |    72M | 271 | 576 | 446 | 159 |5705 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.52/39.72	c  39.7s| 70600 | 66292 |393132 |   5.6 |    72M | 271 | 576 | 463 | 160 |5715 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.52/39.76	c  39.8s| 70700 | 66374 |393542 |   5.6 |    72M | 271 | 576 | 507 | 161 |5724 |  3 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.62/39.80	c  39.8s| 70800 | 66451 |393872 |   5.6 |    72M | 271 | 576 | 554 | 157 |5729 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.62/39.84	c  39.8s| 70900 | 66525 |394202 |   5.6 |    72M | 271 | 576 | 626 |   0 |5738 |  0 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.62/39.88	c  39.9s| 71000 | 66596 |394494 |   5.5 |    72M | 271 | 576 | 687 | 158 |5742 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.72/39.93	c  39.9s| 71100 | 66664 |394842 |   5.5 |    72M | 271 | 576 | 696 | 158 |5743 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.72/39.97	c  40.0s| 71200 | 66727 |395143 |   5.5 |    72M | 271 | 576 | 722 | 160 |5747 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.82/40.00	c  40.0s| 71300 | 66785 |395488 |   5.5 |    72M | 271 | 576 | 798 | 157 |5747 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.82/40.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.82/40.04	c  40.0s| 71400 | 66851 |395818 |   5.5 |    72M | 271 | 576 | 880 | 157 |5758 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.82/40.08	c  40.1s| 71500 | 66904 |396190 |   5.5 |    72M | 271 | 576 | 948 | 157 |5758 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
39.92/40.12	c  40.1s| 71600 | 66954 |396455 |   5.5 |    72M | 271 | 576 |1011 | 157 |5758 |  1 |  14k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.01/40.21	c  40.2s| 71700 | 67046 |397555 |   5.5 |    72M | 271 | 576 | 982 | 157 |5761 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.01/40.27	c  40.3s| 71800 | 67146 |398186 |   5.5 |    72M | 271 | 576 | 954 | 158 |5782 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.11/40.32	c  40.3s| 71900 | 67244 |398720 |   5.5 |    73M | 271 | 576 | 905 | 157 |5786 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.11/40.35	c  40.3s| 72000 | 67323 |399072 |   5.5 |    73M | 271 | 576 | 906 | 158 |5789 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.21/40.41	c  40.4s| 72100 | 67411 |399600 |   5.5 |    73M | 271 | 576 | 852 | 159 |5803 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.21/40.49	c  40.5s| 72200 | 67509 |400492 |   5.5 |    73M | 271 | 576 | 794 | 156 |5825 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.31/40.54	c  40.5s| 72300 | 67609 |401086 |   5.5 |    73M | 271 | 576 | 770 | 155 |5833 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.41/40.63	c  40.6s| 72400 | 67709 |402411 |   5.6 |    73M | 271 | 576 | 679 | 154 |5833 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.41/40.68	c  40.7s| 72500 | 67807 |402870 |   5.6 |    73M | 271 | 576 | 663 | 158 |5833 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.51/40.71	c  40.7s| 72600 | 67895 |403265 |   5.5 |    73M | 271 | 576 | 646 | 157 |5833 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.51/40.75	c  40.7s| 72700 | 67948 |403596 |   5.5 |    73M | 271 | 576 | 672 | 156 |5833 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.61/40.81	c  40.8s| 72800 | 68048 |404365 |   5.5 |    73M | 271 | 576 | 674 | 160 |5840 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.61/40.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.61/40.86	c  40.9s| 72900 | 68144 |404806 |   5.5 |    73M | 271 | 576 | 646 | 154 |5840 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.71/40.92	c  40.9s| 73000 | 68242 |405667 |   5.6 |    73M | 271 | 576 | 653 | 157 |5840 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.71/40.97	c  41.0s| 73100 | 68338 |406048 |   5.5 |    73M | 271 | 576 | 656 | 158 |5845 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.82/41.01	c  41.0s| 73200 | 68428 |406346 |   5.5 |    73M | 271 | 576 | 637 | 157 |5845 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.82/41.08	c  41.1s| 73300 | 68512 |407122 |   5.5 |    73M | 271 | 576 | 647 | 154 |5845 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.92/41.14	c  41.1s| 73400 | 68612 |407793 |   5.5 |    73M | 271 | 576 | 632 | 157 |5849 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
40.92/41.18	c  41.2s| 73500 | 68708 |408285 |   5.5 |    73M | 271 | 576 | 617 | 153 |5854 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.01/41.22	c  41.2s| 73600 | 68804 |408655 |   5.5 |    73M | 271 | 576 | 599 | 158 |5857 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.01/41.26	c  41.3s| 73700 | 68867 |409133 |   5.5 |    73M | 271 | 576 | 613 | 146 |5857 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.11/41.31	c  41.3s| 73800 | 68967 |409766 |   5.5 |    73M | 271 | 576 | 612 | 157 |5861 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.11/41.37	c  41.4s| 73900 | 69061 |410340 |   5.5 |    73M | 271 | 576 | 603 | 159 |5871 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.21/41.45	c  41.4s| 74000 | 69161 |411337 |   5.6 |    73M | 271 | 576 | 593 | 158 |5878 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.21/41.49	c  41.5s| 74100 | 69261 |411812 |   5.6 |    73M | 271 | 576 | 597 | 160 |5878 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.31/41.53	c  41.5s| 74200 | 69330 |412177 |   5.5 |    73M | 271 | 576 | 625 | 154 |5878 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.31/41.57	c  41.6s| 74300 | 69428 |412526 |   5.5 |    74M | 271 | 576 | 609 | 155 |5893 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.41/41.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.41/41.60	c  41.6s| 74400 | 69518 |412854 |   5.5 |    74M | 271 | 576 | 613 | 154 |5893 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.41/41.64	c  41.6s| 74500 | 69618 |413176 |   5.5 |    74M | 271 | 576 | 599 | 156 |5899 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.41/41.67	c  41.7s| 74600 | 69718 |413507 |   5.5 |    75M | 271 | 576 | 592 | 154 |5900 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.51/41.72	c  41.7s| 74700 | 69818 |414044 |   5.5 |    75M | 271 | 576 | 588 | 157 |5905 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.51/41.76	c  41.8s| 74800 | 69912 |414458 |   5.5 |    75M | 271 | 576 | 580 | 157 |5905 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.51/41.79	c  41.8s| 74900 | 69989 |414836 |   5.5 |    75M | 271 | 576 | 610 | 159 |5905 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.61/41.85	c  41.8s| 75000 | 70085 |415506 |   5.5 |    75M | 271 | 576 | 593 | 157 |5911 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.61/41.89	c  41.9s| 75100 | 70185 |416011 |   5.5 |    75M | 271 | 576 | 589 | 154 |5911 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.71/41.99	c  42.0s| 75200 | 70285 |417738 |   5.5 |    75M | 271 | 576 | 596 | 158 |5917 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.81/42.03	c  42.0s| 75300 | 70385 |418185 |   5.5 |    75M | 271 | 576 | 567 | 157 |5917 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.91/42.11	c  42.1s| 75400 | 70478 |419107 |   5.6 |    75M | 271 | 576 | 575 | 153 |5917 |  1 |  15k|   5 | 0.000000e+00 |      --      |    Inf | unknown
41.91/42.19	c  42.2s| 75500 | 70576 |420264 |   5.6 |    75M | 271 | 576 | 575 | 157 |5920 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.00/42.24	c  42.2s| 75600 | 70674 |420834 |   5.6 |    75M | 271 | 576 | 564 | 159 |5920 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.00/42.28	c  42.3s| 75700 | 70770 |421334 |   5.6 |    75M | 271 | 576 | 574 | 157 |5920 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.10/42.32	c  42.3s| 75800 | 70867 |421782 |   5.6 |    75M | 271 | 576 | 584 | 157 |5920 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.10/42.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.10/42.36	c  42.4s| 75900 | 70962 |422228 |   5.6 |    75M | 271 | 576 | 610 | 157 |5920 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.20/42.40	c  42.4s| 76000 | 71050 |422656 |   5.6 |    75M | 271 | 576 | 633 | 158 |5920 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.20/42.44	c  42.4s| 76100 | 71122 |422992 |   5.6 |    76M | 271 | 576 | 662 | 157 |5920 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.20/42.49	c  42.5s| 76200 | 71210 |423493 |   5.6 |    76M | 271 | 576 | 700 | 157 |5925 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.30/42.58	c  42.6s| 76300 | 71305 |424389 |   5.6 |    76M | 271 | 576 | 683 | 157 |5929 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.40/42.62	c  42.6s| 76400 | 71399 |424822 |   5.6 |    76M | 271 | 576 | 672 | 159 |5936 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.40/42.69	c  42.7s| 76500 | 71480 |425575 |   5.6 |    76M | 271 | 576 | 691 | 146 |5950 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.50/42.72	c  42.7s| 76600 | 71580 |425895 |   5.6 |    76M | 271 | 576 | 671 | 156 |5969 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.50/42.76	c  42.8s| 76700 | 71680 |426286 |   5.6 |    76M | 271 | 576 | 662 | 158 |5975 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.60/42.80	c  42.8s| 76800 | 71774 |426686 |   5.5 |    76M | 271 | 576 | 658 | 157 |5975 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.60/42.84	c  42.8s| 76900 | 71858 |427070 |   5.5 |    76M | 271 | 576 | 664 | 157 |5977 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.60/42.88	c  42.9s| 77000 | 71944 |427544 |   5.5 |    76M | 271 | 576 | 678 | 157 |5977 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.70/42.92	c  42.9s| 77100 | 72012 |427884 |   5.5 |    77M | 271 | 576 | 698 | 159 |5977 |  0 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.70/42.97	c  43.0s| 77200 | 72089 |428272 |   5.5 |    78M | 271 | 576 | 752 | 158 |5977 |  0 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.80/43.01	c  43.0s| 77300 | 72162 |428662 |   5.5 |    78M | 271 | 576 | 815 | 157 |5977 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.80/43.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.80/43.05	c  43.0s| 77400 | 72217 |429052 |   5.5 |    78M | 271 | 576 | 888 | 158 |5983 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.80/43.09	c  43.1s| 77500 | 72287 |429425 |   5.5 |    78M | 271 | 576 | 898 | 158 |5985 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.90/43.13	c  43.1s| 77600 | 72350 |429678 |   5.5 |    78M | 271 | 576 | 926 | 158 |5987 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
42.90/43.17	c  43.2s| 77700 | 72403 |430011 |   5.5 |    78M | 271 | 576 | 921 | 155 |5989 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.00/43.21	c  43.2s| 77800 | 72477 |430394 |   5.5 |    78M | 271 | 576 | 950 | 158 |5994 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.00/43.26	c  43.3s| 77900 | 72571 |430868 |   5.5 |    78M | 271 | 576 | 917 | 157 |5998 |  1 |  16k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.10/43.32	c  43.3s| 78000 | 72664 |431648 |   5.5 |    78M | 271 | 576 | 870 | 159 |6002 |  0 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.10/43.37	c  43.4s| 78100 | 72760 |432174 |   5.5 |    78M | 271 | 576 | 846 | 158 |6007 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.20/43.46	c  43.5s| 78200 | 72842 |433285 |   5.5 |    78M | 271 | 576 | 846 | 158 |6013 |  0 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.30/43.50	c  43.5s| 78300 | 72923 |433679 |   5.5 |    78M | 271 | 576 | 821 | 158 |6013 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.30/43.56	c  43.6s| 78400 | 73013 |434479 |   5.5 |    78M | 271 | 576 | 740 | 154 |6017 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.40/43.62	c  43.6s| 78500 | 73107 |435158 |   5.5 |    79M | 271 | 576 | 721 | 158 |6022 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.40/43.67	c  43.7s| 78600 | 73195 |435691 |   5.5 |    79M | 271 | 576 | 718 | 155 |6031 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.75	c  43.7s| 78700 | 73295 |436573 |   5.5 |    79M | 271 | 576 | 730 | 151 |6032 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.60/43.82	c  43.8s| 78800 | 73393 |437317 |   5.5 |    79M | 271 | 576 | 726 | 159 |6032 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.60/43.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.60/43.86	c  43.9s| 78900 | 73476 |437784 |   5.5 |    79M | 271 | 576 | 696 | 154 |6036 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.70/43.92	c  43.9s| 79000 | 73576 |438339 |   5.5 |    79M | 271 | 576 | 652 | 153 |6057 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.70/43.96	c  43.9s| 79100 | 73676 |438683 |   5.5 |    79M | 271 | 576 | 631 | 156 |6072 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.81/44.00	c  44.0s| 79200 | 73776 |439141 |   5.5 |    79M | 271 | 576 | 620 | 154 |6077 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.81/44.05	c  44.0s| 79300 | 73874 |439545 |   5.5 |    79M | 271 | 576 | 613 | 157 |6100 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.81/44.08	c  44.1s| 79400 | 73954 |440026 |   5.5 |    79M | 271 | 576 | 609 | 158 |6100 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.91/44.12	c  44.1s| 79500 | 74024 |440353 |   5.5 |    79M | 271 | 576 | 628 | 158 |6100 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
43.91/44.16	c  44.2s| 79600 | 74102 |440687 |   5.5 |    80M | 271 | 576 | 633 | 152 |6105 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.00/44.21	c  44.2s| 79700 | 74182 |441316 |   5.5 |    80M | 271 | 576 | 651 | 157 |6105 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.00/44.26	c  44.3s| 79800 | 74270 |441873 |   5.5 |    80M | 271 | 576 | 649 | 157 |6109 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.10/44.30	c  44.3s| 79900 | 74347 |442298 |   5.5 |    80M | 271 | 576 | 669 | 158 |6109 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.10/44.34	c  44.3s| 80000 | 74415 |442632 |   5.5 |    80M | 271 | 576 | 647 | 148 |6113 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.20/44.40	c  44.4s| 80100 | 74510 |443365 |   5.5 |    80M | 271 | 576 | 634 | 157 |6131 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.20/44.45	c  44.4s| 80200 | 74610 |443971 |   5.5 |    80M | 271 | 576 | 625 | 157 |6139 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.30/44.53	c  44.5s| 80300 | 74706 |444808 |   5.5 |    80M | 271 | 576 | 625 | 159 |6140 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.30/44.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.30/44.58	c  44.6s| 80400 | 74806 |445402 |   5.5 |    80M | 271 | 576 | 611 | 158 |6141 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.40/44.65	c  44.6s| 80500 | 74906 |446172 |   5.5 |    80M | 271 | 576 | 580 | 158 |6151 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.40/44.69	c  44.7s| 80600 | 75006 |446642 |   5.5 |    80M | 271 | 576 | 578 | 157 |6153 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.50/44.73	c  44.7s| 80700 | 75106 |447107 |   5.5 |    80M | 271 | 576 | 577 | 158 |6159 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.50/44.77	c  44.8s| 80800 | 75198 |447547 |   5.5 |    80M | 271 | 576 | 539 | 155 |6164 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.60/44.87	c  44.9s| 80900 | 75292 |448839 |   5.5 |    80M | 271 | 576 | 532 | 157 |6169 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.70/44.91	c  44.9s| 81000 | 75366 |449229 |   5.5 |    80M | 271 | 576 | 547 | 157 |6180 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.70/44.95	c  44.9s| 81100 | 75458 |449652 |   5.5 |    80M | 271 | 576 | 539 | 158 |6189 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.80/45.02	c  45.0s| 81200 | 75558 |450577 |   5.5 |    80M | 271 | 576 | 516 | 157 |6204 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.80/45.06	c  45.1s| 81300 | 75658 |450923 |   5.5 |    80M | 271 | 576 | 503 | 158 |6210 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.90/45.11	c  45.1s| 81400 | 75750 |451251 |   5.5 |    80M | 271 | 576 | 501 | 155 |6234 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
44.90/45.14	c  45.1s| 81500 | 75850 |451617 |   5.5 |    80M | 271 | 576 | 494 | 161 |6246 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.00/45.20	c  45.2s| 81600 | 75950 |452268 |   5.5 |    81M | 271 | 576 | 477 | 160 |6290 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.00/45.24	c  45.2s| 81700 | 76050 |452551 |   5.5 |    81M | 271 | 576 | 464 | 157 |6295 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.00/45.27	c  45.3s| 81800 | 76150 |452878 |   5.5 |    81M | 271 | 576 | 446 | 157 |6295 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.10/45.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.10/45.31	c  45.3s| 81900 | 76242 |453299 |   5.5 |    81M | 271 | 576 | 452 | 157 |6295 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.10/45.36	c  45.4s| 82000 | 76321 |453782 |   5.5 |    81M | 271 | 576 | 444 | 160 |6309 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.20/45.47	c  45.5s| 82100 | 76391 |455005 |   5.5 |    81M | 271 | 576 | 447 |   0 |6313 |  0 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.30/45.52	c  45.5s| 82200 | 76468 |455492 |   5.5 |    81M | 271 | 576 | 473 | 157 |6313 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.30/45.56	c  45.6s| 82300 | 76559 |455989 |   5.5 |    81M | 271 | 576 | 494 | 158 |6318 |  1 |  17k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.40/45.61	c  45.6s| 82400 | 76636 |456482 |   5.5 |    81M | 271 | 576 | 534 | 158 |6324 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.40/45.67	c  45.7s| 82500 | 76732 |457183 |   5.5 |    81M | 271 | 576 | 522 | 156 |6340 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.50/45.72	c  45.7s| 82600 | 76830 |457631 |   5.5 |    81M | 271 | 576 | 537 | 161 |6352 |  0 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.50/45.75	c  45.7s| 82700 | 76928 |457996 |   5.5 |    81M | 271 | 576 | 533 | 157 |6352 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.50/45.79	c  45.8s| 82800 | 77022 |458376 |   5.5 |    81M | 271 | 576 | 518 | 160 |6357 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.59/45.83	c  45.8s| 82900 | 77118 |458731 |   5.5 |    81M | 271 | 576 | 515 | 154 |6361 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.59/45.87	c  45.9s| 83000 | 77218 |459078 |   5.5 |    81M | 271 | 576 | 512 | 157 |6380 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.69/45.93	c  45.9s| 83100 | 77308 |459739 |   5.5 |    82M | 271 | 576 | 522 | 157 |6382 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.69/45.98	c  46.0s| 83200 | 77408 |460202 |   5.5 |    82M | 271 | 576 | 517 | 154 |6401 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.80/46.06	c  46.1s| 83300 | 77493 |460968 |   5.5 |    83M | 271 | 576 | 521 | 161 |6427 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.90/46.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.90/46.13	c  46.1s| 83400 | 77593 |461878 |   5.5 |    83M | 271 | 576 | 508 | 160 |6429 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.90/46.17	c  46.2s| 83500 | 77689 |462365 |   5.5 |    83M | 271 | 576 | 508 | 157 |6435 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.99/46.25	c  46.2s| 83600 | 77779 |463261 |   5.5 |    84M | 271 | 576 | 489 | 157 |6467 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
45.99/46.29	c  46.3s| 83700 | 77855 |463640 |   5.5 |    84M | 271 | 576 | 475 | 157 |6475 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.09/46.33	c  46.3s| 83800 | 77947 |464049 |   5.5 |    84M | 271 | 576 | 480 | 146 |6475 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.09/46.39	c  46.4s| 83900 | 78047 |464772 |   5.5 |    84M | 271 | 576 | 482 | 154 |6491 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.19/46.44	c  46.4s| 84000 | 78147 |465330 |   5.5 |    84M | 271 | 576 | 463 | 158 |6500 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.19/46.48	c  46.5s| 84100 | 78239 |465680 |   5.5 |    84M | 271 | 576 | 473 | 159 |6500 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.29/46.51	c  46.5s| 84200 | 78323 |466055 |   5.5 |    84M | 271 | 576 | 488 | 158 |6503 |  0 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.29/46.57	c  46.6s| 84300 | 78403 |466642 |   5.5 |    84M | 271 | 576 | 483 | 157 |6532 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.39/46.62	c  46.6s| 84400 | 78503 |467135 |   5.5 |    84M | 271 | 576 | 470 | 158 |6549 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.39/46.66	c  46.7s| 84500 | 78603 |467560 |   5.5 |    84M | 271 | 576 | 461 | 158 |6555 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.49/46.70	c  46.7s| 84600 | 78668 |467877 |   5.5 |    84M | 271 | 576 | 506 | 159 |6562 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.49/46.74	c  46.7s| 84700 | 78756 |468304 |   5.5 |    85M | 271 | 576 | 574 | 158 |6568 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.59/46.85	c  46.8s| 84800 | 78840 |469658 |   5.5 |    85M | 271 | 576 | 603 | 157 |6583 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.69/46.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.69/46.90	c  46.9s| 84900 | 78940 |470268 |   5.5 |    85M | 271 | 576 | 604 | 159 |6587 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.69/46.96	c  47.0s| 85000 | 79040 |470936 |   5.5 |    85M | 271 | 576 | 601 | 160 |6596 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.79/47.01	c  47.0s| 85100 | 79138 |471373 |   5.5 |    85M | 271 | 576 | 581 | 157 |6603 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.79/47.08	c  47.1s| 85200 | 79238 |472181 |   5.5 |    85M | 271 | 576 | 580 | 159 |6608 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.89/47.15	c  47.1s| 85300 | 79338 |473022 |   5.5 |    86M | 271 | 576 | 552 | 161 |6643 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
46.99/47.21	c  47.2s| 85400 | 79436 |473699 |   5.5 |    87M | 271 | 576 | 514 | 157 |6655 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.08/47.30	c  47.3s| 85500 | 79528 |474385 |   5.5 |    87M | 271 | 576 | 504 | 152 |6664 |  2 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.08/47.36	c  47.4s| 85600 | 79628 |474947 |   5.5 |    88M | 271 | 576 | 488 | 158 |6725 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.18/47.47	c  47.5s| 85700 | 79728 |476303 |   5.6 |    90M | 271 | 576 | 477 | 152 |6779 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.28/47.51	c  47.5s| 85800 | 79828 |476656 |   5.5 |    90M | 271 | 576 | 469 | 158 |6790 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.28/47.55	c  47.5s| 85900 | 79928 |477023 |   5.5 |    90M | 271 | 576 | 457 | 154 |6795 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.28/47.58	c  47.6s| 86000 | 80028 |477377 |   5.5 |    90M | 271 | 576 | 452 | 154 |6795 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.38/47.62	c  47.6s| 86100 | 80128 |477688 |   5.5 |    90M | 271 | 576 | 441 | 163 |6802 |  2 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.38/47.66	c  47.7s| 86200 | 80228 |478120 |   5.5 |    90M | 271 | 576 | 428 | 158 |6802 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.48/47.70	c  47.7s| 86300 | 80328 |478534 |   5.5 |    90M | 271 | 576 | 422 | 157 |6802 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.48/47.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
47.48/47.75	c  47.7s| 86400 | 80428 |479076 |   5.5 |    90M | 271 | 576 | 425 | 158 |6802 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.48/47.79	c  47.8s| 86500 | 80528 |479491 |   5.5 |    90M | 271 | 576 | 426 | 157 |6802 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.58/47.84	c  47.8s| 86600 | 80626 |479943 |   5.5 |    90M | 271 | 576 | 428 | 158 |6802 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.58/47.88	c  47.9s| 86700 | 80704 |480361 |   5.5 |    90M | 271 | 576 | 475 | 157 |6802 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.68/47.95	c  47.9s| 86800 | 80790 |481081 |   5.5 |    90M | 271 | 576 | 467 | 159 |6815 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.68/48.00	c  48.0s| 86900 | 80890 |481768 |   5.5 |    90M | 271 | 576 | 446 | 156 |6815 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.79/48.04	c  48.0s| 87000 | 80988 |482188 |   5.5 |    90M | 271 | 576 | 439 | 157 |6819 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.89/48.10	c  48.1s| 87100 | 81080 |483119 |   5.5 |    90M | 271 | 576 | 454 | 155 |6819 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.89/48.14	c  48.1s| 87200 | 81175 |483527 |   5.5 |    90M | 271 | 576 | 472 | 156 |6827 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.89/48.19	c  48.2s| 87300 | 81273 |484176 |   5.5 |    90M | 271 | 576 | 480 | 156 |6839 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
47.98/48.27	c  48.3s| 87400 | 81357 |485040 |   5.5 |    90M | 271 | 576 | 490 | 159 |6839 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.08/48.30	c  48.3s| 87500 | 81449 |485427 |   5.5 |    90M | 271 | 576 | 485 | 158 |6848 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.08/48.34	c  48.3s| 87600 | 81537 |485871 |   5.5 |    90M | 271 | 576 | 501 | 158 |6848 |  1 |  18k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.08/48.39	c  48.4s| 87700 | 81603 |486243 |   5.5 |    91M | 271 | 576 | 528 | 161 |6857 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.18/48.47	c  48.5s| 87800 | 81703 |487084 |   5.5 |    91M | 271 | 576 | 508 | 161 |6869 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.27/48.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.27/48.51	c  48.5s| 87900 | 81803 |487608 |   5.5 |    91M | 271 | 576 | 503 | 154 |6878 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.27/48.55	c  48.5s| 88000 | 81891 |487934 |   5.5 |    91M | 271 | 576 | 521 | 159 |6882 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.27/48.59	c  48.6s| 88100 | 81989 |488399 |   5.5 |    91M | 271 | 576 | 509 | 146 |6882 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.37/48.64	c  48.6s| 88200 | 82089 |488971 |   5.5 |    92M | 271 | 576 | 485 | 153 |6893 |  2 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.37/48.68	c  48.7s| 88300 | 82189 |489309 |   5.5 |    92M | 271 | 576 | 472 | 162 |6894 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.47/48.72	c  48.7s| 88400 | 82289 |489863 |   5.5 |    92M | 271 | 576 | 459 | 159 |6898 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.47/48.76	c  48.8s| 88500 | 82389 |490319 |   5.5 |    92M | 271 | 576 | 435 | 158 |6898 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.57/48.81	c  48.8s| 88600 | 82482 |490806 |   5.5 |    92M | 271 | 576 | 423 | 162 |6914 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.57/48.86	c  48.9s| 88700 | 82566 |491502 |   5.5 |    92M | 271 | 576 | 430 | 157 |6914 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.67/48.90	c  48.9s| 88800 | 82638 |491947 |   5.5 |    92M | 271 | 576 | 448 | 156 |6922 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.67/48.97	c  49.0s| 88900 | 82738 |492745 |   5.5 |    92M | 271 | 576 | 485 | 158 |6940 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.78/49.01	c  49.0s| 89000 | 82833 |493117 |   5.5 |    92M | 271 | 576 | 487 | 157 |6950 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.78/49.05	c  49.0s| 89100 | 82933 |493520 |   5.5 |    92M | 271 | 576 | 486 | 154 |6953 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.88/49.11	c  49.1s| 89200 | 83033 |494186 |   5.5 |    92M | 271 | 576 | 480 | 157 |6976 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.88/49.15	c  49.1s| 89300 | 83129 |494651 |   5.5 |    92M | 271 | 576 | 485 | 154 |6976 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.88/49.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.88/49.19	c  49.2s| 89400 | 83227 |495065 |   5.5 |    92M | 271 | 576 | 488 | 157 |6976 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
48.97/49.22	c  49.2s| 89500 | 83327 |495369 |   5.5 |    92M | 271 | 576 | 472 | 153 |6976 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.07/49.30	c  49.3s| 89600 | 83427 |496024 |   5.5 |    92M | 271 | 576 | 462 | 158 |6976 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.07/49.33	c  49.3s| 89700 | 83525 |496358 |   5.5 |    92M | 271 | 576 | 439 | 162 |6984 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.07/49.39	c  49.4s| 89800 | 83625 |497102 |   5.5 |    92M | 271 | 576 | 442 | 157 |6984 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.17/49.43	c  49.4s| 89900 | 83725 |497592 |   5.5 |    92M | 271 | 576 | 448 | 157 |6984 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.17/49.47	c  49.5s| 90000 | 83823 |498087 |   5.5 |    92M | 271 | 576 | 432 | 158 |6984 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.27/49.52	c  49.5s| 90100 | 83891 |498603 |   5.5 |    92M | 271 | 576 | 478 | 157 |6984 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.27/49.56	c  49.6s| 90200 | 83989 |499160 |   5.5 |    92M | 271 | 576 | 483 | 154 |6984 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.37/49.61	c  49.6s| 90300 | 84089 |499659 |   5.5 |    92M | 271 | 576 | 516 | 154 |6984 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.37/49.66	c  49.7s| 90400 | 84189 |500222 |   5.5 |    92M | 271 | 576 | 503 | 152 |7014 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.47/49.70	c  49.7s| 90500 | 84273 |500622 |   5.5 |    92M | 271 | 576 | 498 | 157 |7014 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.47/49.74	c  49.7s| 90600 | 84367 |501089 |   5.5 |    92M | 271 | 576 | 509 | 161 |7028 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.57/49.80	c  49.8s| 90700 | 84459 |501894 |   5.5 |    92M | 271 | 576 | 550 | 155 |7029 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.57/49.85	c  49.8s| 90800 | 84559 |502588 |   5.5 |    92M | 271 | 576 | 538 | 157 |7046 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.67/49.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.67/49.92	c  49.9s| 90900 | 84655 |503139 |   5.5 |    92M | 271 | 576 | 544 | 160 |7046 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.67/49.97	c  50.0s| 91000 | 84749 |503753 |   5.5 |    92M | 271 | 576 | 539 | 154 |7046 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.77/50.01	c  50.0s| 91100 | 84849 |504117 |   5.5 |    93M | 271 | 576 | 525 | 159 |7058 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.77/50.05	c  50.0s| 91200 | 84939 |504588 |   5.5 |    93M | 271 | 576 | 499 | 154 |7063 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.87/50.11	c  50.1s| 91300 | 85029 |505206 |   5.5 |    93M | 271 | 576 | 505 | 158 |7063 |  0 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.87/50.15	c  50.1s| 91400 | 85127 |505620 |   5.5 |    93M | 271 | 576 | 489 | 154 |7063 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.97/50.21	c  50.2s| 91500 | 85227 |506135 |   5.5 |    93M | 271 | 576 | 485 | 154 |7096 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
49.97/50.27	c  50.3s| 91600 | 85327 |506612 |   5.5 |    93M | 271 | 576 | 486 | 161 |7120 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.07/50.31	c  50.3s| 91700 | 85425 |506999 |   5.5 |    93M | 271 | 576 | 475 | 157 |7137 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.07/50.36	c  50.4s| 91800 | 85521 |507482 |   5.5 |    93M | 271 | 576 | 482 | 161 |7149 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.17/50.40	c  50.4s| 91900 | 85615 |507892 |   5.5 |    93M | 271 | 576 | 477 | 158 |7155 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.17/50.43	c  50.4s| 92000 | 85697 |508274 |   5.5 |    93M | 271 | 576 | 517 |   0 |7158 |  0 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.17/50.47	c  50.5s| 92100 | 85777 |508580 |   5.5 |    93M | 271 | 576 | 544 | 159 |7167 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.27/50.51	c  50.5s| 92200 | 85847 |508911 |   5.5 |    93M | 271 | 576 | 593 | 158 |7171 |  0 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.27/50.56	c  50.6s| 92300 | 85918 |509282 |   5.5 |    93M | 271 | 576 | 624 | 157 |7174 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.38/50.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.38/50.60	c  50.6s| 92400 | 86000 |509614 |   5.5 |    93M | 271 | 576 | 680 | 157 |7177 |  1 |  19k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.38/50.63	c  50.6s| 92500 | 86073 |509869 |   5.5 |    93M | 271 | 576 | 727 | 157 |7183 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.38/50.67	c  50.7s| 92600 | 86135 |510091 |   5.5 |    93M | 271 | 576 | 799 | 158 |7187 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.48/50.71	c  50.7s| 92700 | 86205 |510341 |   5.5 |    93M | 271 | 576 | 854 | 158 |7189 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.48/50.74	c  50.7s| 92800 | 86285 |510675 |   5.5 |    93M | 271 | 576 | 899 | 159 |7195 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.48/50.78	c  50.8s| 92900 | 86367 |510942 |   5.5 |    93M | 271 | 576 | 994 | 158 |7195 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.57/50.82	c  50.8s| 93000 | 86427 |511184 |   5.5 |    93M | 271 | 576 |1031 | 157 |7195 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.57/50.86	c  50.9s| 93100 | 86479 |511445 |   5.5 |    94M | 271 | 576 |1080 | 156 |7195 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.67/50.95	c  50.9s| 93200 | 86575 |512412 |   5.5 |    95M | 271 | 576 |1069 | 158 |7195 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.78/51.03	c  51.0s| 93300 | 86675 |513467 |   5.5 |    95M | 271 | 576 |1032 | 157 |7202 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.78/51.09	c  51.1s| 93400 | 86775 |514185 |   5.5 |    95M | 271 | 576 | 955 | 156 |7210 |  3 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.88/51.14	c  51.1s| 93500 | 86861 |514830 |   5.5 |    95M | 271 | 576 | 913 | 157 |7211 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.97/51.20	c  51.2s| 93600 | 86961 |515415 |   5.5 |    95M | 271 | 576 | 858 | 152 |7217 |  2 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.97/51.25	c  51.2s| 93700 | 87061 |516102 |   5.5 |    95M | 271 | 576 | 814 | 154 |7217 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
50.97/51.29	c  51.3s| 93800 | 87161 |516561 |   5.5 |    95M | 271 | 576 | 747 | 158 |7222 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.07/51.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.07/51.34	c  51.3s| 93900 | 87261 |517133 |   5.5 |    95M | 271 | 576 | 729 | 157 |7222 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.07/51.39	c  51.4s| 94000 | 87345 |517555 |   5.5 |    95M | 271 | 576 | 720 | 158 |7222 |  0 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.17/51.47	c  51.5s| 94100 | 87443 |518463 |   5.5 |    95M | 271 | 576 | 665 | 151 |7230 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.27/51.52	c  51.5s| 94200 | 87535 |518971 |   5.5 |    95M | 271 | 576 | 674 | 157 |7235 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.27/51.58	c  51.6s| 94300 | 87633 |519767 |   5.5 |    95M | 271 | 576 | 617 | 154 |7246 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.37/51.63	c  51.6s| 94400 | 87727 |520153 |   5.5 |    95M | 271 | 576 | 625 | 159 |7259 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.37/51.68	c  51.7s| 94500 | 87807 |520590 |   5.5 |    95M | 271 | 576 | 656 | 148 |7273 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.47/51.71	c  51.7s| 94600 | 87907 |521012 |   5.5 |    95M | 271 | 576 | 646 | 154 |7273 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.47/51.75	c  51.7s| 94700 | 88003 |521363 |   5.5 |    95M | 271 | 576 | 639 | 157 |7280 |  1 |  20k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.57/51.80	c  51.8s| 94800 | 88095 |521951 |   5.5 |    95M | 271 | 576 | 638 | 154 |7286 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.57/51.84	c  51.8s| 94900 | 88191 |522363 |   5.5 |    95M | 271 | 576 | 633 | 157 |7286 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.57/51.89	c  51.9s| 95000 | 88288 |522889 |   5.5 |    95M | 271 | 576 | 618 | 157 |7286 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.67/51.93	c  51.9s| 95100 | 88380 |523281 |   5.5 |    95M | 271 | 576 | 589 | 157 |7286 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.67/51.97	c  52.0s| 95200 | 88471 |523738 |   5.5 |    95M | 271 | 576 | 588 | 157 |7286 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.77/52.01	c  52.0s| 95300 | 88557 |524208 |   5.5 |    95M | 271 | 576 | 601 | 159 |7286 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.77/52.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
51.77/52.05	c  52.0s| 95400 | 88625 |524613 |   5.5 |    96M | 271 | 576 | 660 | 158 |7286 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.87/52.15	c  52.1s| 95500 | 88705 |525570 |   5.5 |    96M | 271 | 576 | 694 | 157 |7286 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.97/52.21	c  52.2s| 95600 | 88803 |526183 |   5.5 |    96M | 271 | 576 | 689 | 157 |7298 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
51.97/52.25	c  52.2s| 95700 | 88879 |526669 |   5.5 |    96M | 271 | 576 | 750 | 158 |7298 |  0 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.07/52.31	c  52.3s| 95800 | 88976 |527352 |   5.5 |    96M | 271 | 576 | 737 | 159 |7303 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.07/52.36	c  52.4s| 95900 | 89070 |527854 |   5.5 |    96M | 271 | 576 | 715 | 157 |7303 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.07/52.39	c  52.4s| 96000 | 89142 |528212 |   5.5 |    96M | 271 | 576 | 735 | 158 |7303 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.17/52.45	c  52.4s| 96100 | 89231 |528808 |   5.5 |    96M | 271 | 576 | 737 | 159 |7303 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.27/52.52	c  52.5s| 96200 | 89325 |529698 |   5.5 |    96M | 271 | 576 | 715 | 162 |7311 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.27/52.56	c  52.6s| 96300 | 89425 |530088 |   5.5 |    96M | 271 | 576 | 676 | 154 |7316 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.27/52.59	c  52.6s| 96400 | 89517 |530457 |   5.5 |    96M | 271 | 576 | 647 | 154 |7316 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.37/52.63	c  52.6s| 96500 | 89617 |530763 |   5.5 |    96M | 271 | 576 | 619 | 158 |7325 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.37/52.67	c  52.7s| 96600 | 89717 |531157 |   5.5 |    96M | 271 | 576 | 592 | 159 |7325 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.47/52.70	c  52.7s| 96700 | 89815 |531544 |   5.5 |    96M | 271 | 576 | 575 | 158 |7325 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.47/52.75	c  52.7s| 96800 | 89915 |532140 |   5.5 |    96M | 271 | 576 | 560 | 159 |7333 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.56/52.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.56/52.81	c  52.8s| 96900 | 89994 |532823 |   5.5 |    96M | 271 | 576 | 533 | 157 |7333 |  0 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.56/52.88	c  52.9s| 97000 | 90078 |533483 |   5.5 |    96M | 271 | 576 | 531 | 157 |7333 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.66/52.91	c  52.9s| 97100 | 90149 |533811 |   5.5 |    96M | 271 | 576 | 561 | 154 |7333 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.66/52.97	c  53.0s| 97200 | 90249 |534573 |   5.5 |    97M | 271 | 576 | 544 | 152 |7347 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.77/53.01	c  53.0s| 97300 | 90349 |534974 |   5.5 |    97M | 271 | 576 | 538 | 159 |7351 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.77/53.05	c  53.0s| 97400 | 90447 |535343 |   5.5 |    97M | 271 | 576 | 535 | 158 |7351 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.77/53.09	c  53.1s| 97500 | 90538 |535702 |   5.5 |    97M | 271 | 576 | 533 | 159 |7351 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.87/53.14	c  53.1s| 97600 | 90623 |536239 |   5.5 |    97M | 271 | 576 | 598 | 158 |7351 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.87/53.18	c  53.2s| 97700 | 90713 |536736 |   5.5 |    97M | 271 | 576 | 611 | 160 |7351 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.96/53.24	c  53.2s| 97800 | 90813 |537331 |   5.5 |    97M | 271 | 576 | 607 | 154 |7360 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
52.96/53.27	c  53.3s| 97900 | 90913 |537662 |   5.5 |    97M | 271 | 576 | 593 | 155 |7369 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.06/53.31	c  53.3s| 98000 | 91013 |538046 |   5.5 |    97M | 271 | 576 | 576 | 157 |7369 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.06/53.39	c  53.4s| 98100 | 91113 |538703 |   5.5 |    97M | 271 | 576 | 601 | 161 |7380 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.16/53.45	c  53.4s| 98200 | 91213 |539502 |   5.5 |    97M | 271 | 576 | 583 | 154 |7381 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.16/53.49	c  53.5s| 98300 | 91309 |539844 |   5.5 |    97M | 271 | 576 | 578 | 159 |7387 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.26/53.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.26/53.52	c  53.5s| 98400 | 91403 |540250 |   5.5 |    97M | 271 | 576 | 584 | 158 |7387 |  1 |  21k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.26/53.57	c  53.6s| 98500 | 91491 |540682 |   5.5 |    97M | 271 | 576 | 594 | 157 |7387 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.36/53.62	c  53.6s| 98600 | 91591 |541221 |   5.5 |    97M | 271 | 576 | 604 | 158 |7387 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.36/53.69	c  53.7s| 98700 | 91691 |542021 |   5.5 |    97M | 271 | 576 | 609 | 154 |7401 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.46/53.73	c  53.7s| 98800 | 91791 |542474 |   5.5 |    97M | 271 | 576 | 601 | 159 |7422 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.46/53.77	c  53.8s| 98900 | 91885 |542876 |   5.5 |    97M | 271 | 576 | 622 | 159 |7434 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.56/53.81	c  53.8s| 99000 | 91969 |543229 |   5.5 |    97M | 271 | 576 | 668 | 159 |7438 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.56/53.85	c  53.8s| 99100 | 92047 |543512 |   5.5 |    97M | 271 | 576 | 695 | 157 |7450 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.56/53.88	c  53.9s| 99200 | 92130 |543841 |   5.5 |    97M | 271 | 576 | 729 | 157 |7456 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.66/53.92	c  53.9s| 99300 | 92199 |544148 |   5.5 |    97M | 271 | 576 | 772 | 159 |7470 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.66/53.96	c  54.0s| 99400 | 92269 |544426 |   5.5 |    97M | 271 | 576 | 781 | 157 |7480 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.77/54.02	c  54.0s| 99500 | 92338 |545084 |   5.5 |    97M | 271 | 576 | 835 | 157 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.77/54.09	c  54.1s| 99600 | 92427 |545775 |   5.5 |    97M | 271 | 576 | 832 | 158 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.87/54.18	c  54.2s| 99700 | 92527 |546867 |   5.5 |    97M | 271 | 576 | 816 | 158 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.96/54.23	c  54.2s| 99800 | 92625 |547397 |   5.5 |    97M | 271 | 576 | 831 | 157 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
53.96/54.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
53.96/54.28	c  54.3s| 99900 | 92725 |547957 |   5.5 |    97M | 271 | 576 | 795 | 158 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.06/54.32	c  54.3s|100000 | 92825 |548456 |   5.5 |    97M | 271 | 576 | 767 | 157 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.06/54.36	c  54.4s|100100 | 92925 |548974 |   5.5 |    97M | 271 | 576 | 733 | 157 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.16/54.41	c  54.4s|100200 | 93025 |549485 |   5.5 |    98M | 271 | 576 | 722 | 157 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.16/54.45	c  54.4s|100300 | 93125 |549933 |   5.5 |    98M | 271 | 576 | 738 | 159 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.16/54.50	c  54.5s|100400 | 93203 |550340 |   5.5 |    98M | 271 | 576 | 699 | 154 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.26/54.55	c  54.5s|100500 | 93303 |551006 |   5.5 |    98M | 271 | 576 | 683 | 157 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.26/54.59	c  54.6s|100600 | 93393 |551399 |   5.5 |    98M | 271 | 576 | 682 | 158 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.36/54.63	c  54.6s|100700 | 93481 |551779 |   5.5 |    98M | 271 | 576 | 679 | 158 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.36/54.68	c  54.7s|100800 | 93563 |552320 |   5.5 |    99M | 271 | 576 | 662 | 154 |7487 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.46/54.74	c  54.7s|100900 | 93659 |553153 |   5.5 |    99M | 271 | 576 | 655 | 150 |7494 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.56/54.81	c  54.8s|101000 | 93759 |554013 |   5.5 |   100M | 271 | 576 | 635 | 155 |7513 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.56/54.84	c  54.8s|101100 | 93859 |554361 |   5.5 |   100M | 271 | 576 | 628 | 161 |7520 |  4 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.56/54.89	c  54.9s|101200 | 93955 |554921 |   5.5 |   100M | 271 | 576 | 640 | 157 |7520 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.66/54.96	c  54.9s|101300 | 94043 |555488 |   5.5 |   100M | 271 | 576 | 674 | 158 |7526 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.76/55.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.76/55.01	c  55.0s|101400 | 94143 |556115 |   5.5 |   100M | 271 | 576 | 646 | 157 |7526 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.76/55.04	c  55.0s|101500 | 94243 |556474 |   5.5 |   100M | 271 | 576 | 622 | 155 |7530 |  1 |  22k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.76/55.08	c  55.1s|101600 | 94337 |556864 |   5.5 |   100M | 271 | 576 | 611 | 151 |7549 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.86/55.14	c  55.1s|101700 | 94437 |557414 |   5.5 |   100M | 271 | 576 | 576 | 154 |7569 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.95/55.20	c  55.2s|101800 | 94537 |558217 |   5.5 |   100M | 271 | 576 | 547 | 155 |7572 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.95/55.25	c  55.2s|101900 | 94637 |558892 |   5.5 |   100M | 271 | 576 | 514 | 157 |7577 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
54.95/55.29	c  55.3s|102000 | 94727 |559284 |   5.5 |   100M | 271 | 576 | 538 | 161 |7587 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.05/55.33	c  55.3s|102100 | 94827 |559616 |   5.5 |   100M | 271 | 576 | 496 | 154 |7593 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.05/55.36	c  55.4s|102200 | 94925 |559998 |   5.5 |   100M | 271 | 576 | 462 | 157 |7599 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.15/55.40	c  55.4s|102300 | 95025 |560382 |   5.5 |   100M | 271 | 576 | 434 | 154 |7605 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.15/55.47	c  55.5s|102400 | 95117 |561335 |   5.5 |   100M | 271 | 576 | 433 | 156 |7617 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.25/55.56	c  55.5s|102500 | 95207 |562016 |   5.5 |   100M | 271 | 576 | 456 | 157 |7629 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.35/55.61	c  55.6s|102600 | 95307 |562779 |   5.5 |   100M | 271 | 576 | 439 | 155 |7629 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.35/55.66	c  55.7s|102700 | 95407 |563157 |   5.5 |   100M | 271 | 576 | 422 | 158 |7655 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.45/55.71	c  55.7s|102800 | 95501 |563626 |   5.5 |   100M | 271 | 576 | 415 | 156 |7661 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.45/55.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
55.45/55.74	c  55.7s|102900 | 95599 |563954 |   5.5 |   100M | 271 | 576 | 410 | 157 |7664 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.45/55.78	c  55.8s|103000 | 95682 |564308 |   5.5 |   100M | 271 | 576 | 427 | 157 |7664 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.55/55.82	c  55.8s|103100 | 95782 |564756 |   5.5 |   100M | 271 | 576 | 415 | 153 |7674 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.55/55.87	c  55.9s|103200 | 95882 |565323 |   5.5 |   100M | 271 | 576 | 399 | 154 |7679 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.65/55.91	c  55.9s|103300 | 95982 |565665 |   5.5 |   100M | 271 | 576 | 393 | 151 |7686 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.65/55.97	c  56.0s|103400 | 96080 |566467 |   5.5 |   101M | 271 | 576 | 408 | 154 |7689 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.76/56.02	c  56.0s|103500 | 96180 |567000 |   5.5 |   101M | 271 | 576 | 409 | 155 |7692 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.76/56.05	c  56.0s|103600 | 96274 |567357 |   5.5 |   101M | 271 | 576 | 420 | 157 |7692 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.86/56.11	c  56.1s|103700 | 96372 |567878 |   5.5 |   101M | 271 | 576 | 425 | 158 |7704 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.86/56.15	c  56.1s|103800 | 96467 |568229 |   5.5 |   101M | 271 | 576 | 434 | 150 |7717 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.95/56.21	c  56.2s|103900 | 96567 |568935 |   5.5 |   101M | 271 | 576 | 432 | 159 |7729 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.95/56.26	c  56.3s|104000 | 96665 |569427 |   5.5 |   101M | 271 | 576 | 436 | 155 |7729 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
55.95/56.29	c  56.3s|104100 | 96765 |569827 |   5.5 |   101M | 271 | 576 | 432 | 162 |7741 |  3 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.05/56.34	c  56.3s|104200 | 96863 |570289 |   5.5 |   101M | 271 | 576 | 428 | 157 |7746 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.05/56.38	c  56.4s|104300 | 96961 |570679 |   5.5 |   101M | 271 | 576 | 421 | 158 |7747 |  0 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.15/56.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.15/56.41	c  56.4s|104400 | 97059 |571041 |   5.5 |   101M | 271 | 576 | 412 | 157 |7747 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.15/56.46	c  56.5s|104500 | 97154 |571506 |   5.5 |   101M | 271 | 576 | 427 | 157 |7751 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.25/56.50	c  56.5s|104600 | 97254 |571963 |   5.5 |   101M | 271 | 576 | 432 | 157 |7752 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.25/56.55	c  56.5s|104700 | 97354 |572458 |   5.5 |   101M | 271 | 576 | 438 | 157 |7753 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.25/56.59	c  56.6s|104800 | 97454 |572997 |   5.5 |   101M | 271 | 576 | 450 | 159 |7755 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.35/56.64	c  56.6s|104900 | 97550 |573448 |   5.5 |   102M | 271 | 576 | 475 | 157 |7755 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.35/56.67	c  56.7s|105000 | 97626 |573921 |   5.5 |   102M | 271 | 576 | 496 | 157 |7755 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.45/56.71	c  56.7s|105100 | 97703 |574255 |   5.5 |   102M | 271 | 576 | 511 | 157 |7755 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.45/56.75	c  56.7s|105200 | 97767 |574562 |   5.5 |   102M | 271 | 576 | 529 | 157 |7755 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.45/56.79	c  56.8s|105300 | 97828 |574888 |   5.5 |   102M | 271 | 576 | 549 | 157 |7755 |  0 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.55/56.84	c  56.8s|105400 | 97914 |575401 |   5.5 |   102M | 271 | 576 | 548 | 158 |7763 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.55/56.90	c  56.9s|105500 | 97992 |575889 |   5.5 |   102M | 271 | 576 | 628 | 157 |7764 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.65/56.96	c  57.0s|105600 | 98075 |576744 |   5.5 |   102M | 271 | 576 | 666 | 158 |7764 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.75/57.03	c  57.0s|105700 | 98167 |577693 |   5.5 |   102M | 271 | 576 | 671 |   0 |7776 |  0 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.75/57.07	c  57.1s|105800 | 98233 |577973 |   5.5 |   102M | 271 | 576 | 647 | 157 |7776 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.85/57.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.85/57.17	c  57.2s|105900 | 98333 |579002 |   5.5 |   102M | 271 | 576 | 648 | 158 |7781 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
56.95/57.22	c  57.2s|106000 | 98433 |579688 |   5.5 |   102M | 271 | 576 | 624 | 158 |7781 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.04/57.30	c  57.3s|106100 | 98529 |580217 |   5.5 |   102M | 271 | 576 | 607 | 157 |7781 |  0 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.04/57.34	c  57.3s|106200 | 98603 |580687 |   5.5 |   102M | 271 | 576 | 570 | 159 |7781 |  0 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.04/57.39	c  57.4s|106300 | 98696 |581138 |   5.5 |   102M | 271 | 576 | 543 | 156 |7795 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.14/57.46	c  57.5s|106400 | 98790 |582157 |   5.5 |   102M | 271 | 576 | 516 | 150 |7805 |  1 |  23k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.24/57.54	c  57.5s|106500 | 98890 |583072 |   5.5 |   102M | 271 | 576 | 522 | 154 |7823 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.24/57.58	c  57.6s|106600 | 98990 |583518 |   5.5 |   102M | 271 | 576 | 523 | 161 |7836 |  2 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.34/57.61	c  57.6s|106700 | 99088 |583899 |   5.5 |   102M | 271 | 576 | 517 | 160 |7836 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.34/57.66	c  57.7s|106800 | 99186 |584385 |   5.5 |   102M | 271 | 576 | 521 | 158 |7836 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.44/57.70	c  57.7s|106900 | 99259 |584761 |   5.5 |   102M | 271 | 576 | 535 | 154 |7836 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.44/57.75	c  57.7s|107000 | 99357 |585238 |   5.5 |   102M | 271 | 576 | 547 | 158 |7840 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.54/57.81	c  57.8s|107100 | 99457 |585946 |   5.5 |   103M | 271 | 576 | 531 | 156 |7861 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.54/57.84	c  57.8s|107200 | 99557 |586312 |   5.5 |   103M | 271 | 576 | 517 | 152 |7891 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.54/57.89	c  57.9s|107300 | 99657 |586713 |   5.5 |   103M | 271 | 576 | 512 | 153 |7925 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.64/57.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
57.64/57.93	c  57.9s|107400 | 99757 |587183 |   5.5 |   103M | 271 | 576 | 498 | 159 |7933 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.64/57.97	c  58.0s|107500 | 99857 |587537 |   5.5 |   103M | 271 | 576 | 489 | 151 |7936 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.74/58.04	c  58.0s|107600 | 99955 |588235 |   5.5 |   103M | 271 | 576 | 482 | 156 |7938 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.74/58.07	c  58.1s|107700 |100055 |588558 |   5.5 |   103M | 271 | 576 | 478 | 154 |7938 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.84/58.13	c  58.1s|107800 |100155 |589080 |   5.5 |   103M | 271 | 576 | 469 | 157 |7954 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.84/58.18	c  58.2s|107900 |100255 |589566 |   5.5 |   103M | 271 | 576 | 453 | 158 |7975 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.94/58.23	c  58.2s|108000 |100353 |590074 |   5.5 |   103M | 271 | 576 | 446 | 158 |7975 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
57.94/58.28	c  58.3s|108100 |100451 |590716 |   5.5 |   103M | 271 | 576 | 475 | 159 |7975 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.04/58.32	c  58.3s|108200 |100549 |591147 |   5.5 |   103M | 271 | 576 | 466 | 157 |7975 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.04/58.36	c  58.4s|108300 |100641 |591605 |   5.5 |   103M | 271 | 576 | 477 | 157 |7975 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.14/58.40	c  58.4s|108400 |100741 |592055 |   5.5 |   103M | 271 | 576 | 482 | 157 |7977 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.14/58.44	c  58.4s|108500 |100835 |592548 |   5.5 |   103M | 271 | 576 | 495 | 158 |7977 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.14/58.49	c  58.5s|108600 |100921 |592986 |   5.5 |   103M | 271 | 576 | 530 | 157 |7979 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.24/58.53	c  58.5s|108700 |100996 |593328 |   5.5 |   103M | 271 | 576 | 557 | 157 |7979 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.24/58.57	c  58.6s|108800 |101058 |593621 |   5.5 |   105M | 271 | 576 | 593 | 158 |7985 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.34/58.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.34/58.60	c  58.6s|108900 |101108 |593909 |   5.4 |   105M | 271 | 576 | 669 | 158 |7987 |  0 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.34/58.65	c  58.6s|109000 |101166 |594258 |   5.4 |   105M | 271 | 576 | 694 | 157 |7995 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.34/58.69	c  58.7s|109100 |101212 |594536 |   5.4 |   105M | 271 | 576 | 813 | 159 |8001 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.44/58.73	c  58.7s|109200 |101264 |594864 |   5.4 |   106M | 271 | 576 | 786 | 158 |8003 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.44/58.79	c  58.8s|109300 |101326 |595488 |   5.4 |   106M | 271 | 576 | 753 | 160 |8003 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.54/58.86	c  58.9s|109400 |101420 |596275 |   5.4 |   106M | 271 | 576 | 726 | 158 |8003 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.64/58.91	c  58.9s|109500 |101500 |596771 |   5.4 |   106M | 271 | 576 | 726 | 157 |8003 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.64/58.97	c  59.0s|109600 |101572 |597449 |   5.4 |   106M | 271 | 576 | 756 | 158 |8005 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.74/59.02	c  59.0s|109700 |101658 |597987 |   5.4 |   106M | 271 | 576 | 774 | 157 |8005 |  0 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.74/59.09	c  59.1s|109800 |101754 |598966 |   5.5 |   106M | 271 | 576 | 741 | 159 |8011 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.84/59.13	c  59.1s|109900 |101845 |599386 |   5.4 |   107M | 271 | 576 | 715 | 150 |8011 |  1 |  24k|   5 | 0.000000e+00 |      --      |    Inf | unknown
58.93/59.25	c  59.2s|110000 |101941 |600764 |   5.5 |   107M | 271 | 576 | 718 | 158 |8018 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.03/59.31	c  59.3s|110100 |102033 |601312 |   5.5 |   107M | 271 | 576 | 741 | 157 |8021 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.03/59.35	c  59.3s|110200 |102104 |601651 |   5.5 |   107M | 271 | 576 | 710 | 154 |8023 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.13/59.41	c  59.4s|110300 |102196 |602382 |   5.5 |   108M | 271 | 576 | 716 | 157 |8023 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.13/59.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.13/59.45	c  59.4s|110400 |102286 |602771 |   5.5 |   108M | 271 | 576 | 717 | 157 |8025 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.23/59.51	c  59.5s|110500 |102380 |603378 |   5.5 |   108M | 271 | 576 | 699 | 155 |8032 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.23/59.56	c  59.6s|110600 |102478 |604060 |   5.5 |   108M | 271 | 576 | 671 | 160 |8036 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.33/59.60	c  59.6s|110700 |102576 |604475 |   5.5 |   108M | 271 | 576 | 665 | 160 |8036 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.33/59.64	c  59.6s|110800 |102644 |604852 |   5.5 |   108M | 271 | 576 | 676 | 157 |8036 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.33/59.69	c  59.7s|110900 |102703 |605197 |   5.5 |   108M | 271 | 576 | 712 |   0 |8036 |  0 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.43/59.77	c  59.8s|111000 |102793 |606196 |   5.5 |   108M | 271 | 576 | 682 | 157 |8036 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.53/59.81	c  59.8s|111100 |102871 |606596 |   5.5 |   108M | 271 | 576 | 677 | 157 |8039 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.53/59.85	c  59.8s|111200 |102969 |607074 |   5.5 |   108M | 271 | 576 | 656 | 159 |8044 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.63/59.90	c  59.9s|111300 |103069 |607511 |   5.5 |   108M | 271 | 576 | 643 | 158 |8044 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.63/59.93	c  59.9s|111400 |103163 |607910 |   5.5 |   108M | 271 | 576 | 640 | 158 |8044 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.63/59.97	c  60.0s|111500 |103249 |608256 |   5.5 |   108M | 271 | 576 | 633 | 153 |8044 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.73/60.04	c  60.0s|111600 |103349 |609126 |   5.5 |   108M | 271 | 576 | 613 | 149 |8063 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.73/60.08	c  60.1s|111700 |103449 |609472 |   5.5 |   108M | 271 | 576 | 593 | 155 |8092 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.83/60.14	c  60.1s|111800 |103549 |609863 |   5.5 |   108M | 271 | 576 | 586 | 160 |8092 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.83/60.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.83/60.18	c  60.2s|111900 |103646 |610291 |   5.4 |   108M | 271 | 576 | 551 | 157 |8095 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.93/60.23	c  60.2s|112000 |103746 |610738 |   5.4 |   108M | 271 | 576 | 533 | 160 |8111 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
59.93/60.27	c  60.3s|112100 |103846 |611220 |   5.4 |   108M | 271 | 576 | 520 | 158 |8111 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.03/60.31	c  60.3s|112200 |103932 |611546 |   5.4 |   108M | 271 | 576 | 523 | 149 |8125 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.03/60.37	c  60.4s|112300 |104032 |612345 |   5.4 |   108M | 271 | 576 | 494 | 156 |8134 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.13/60.42	c  60.4s|112400 |104132 |612961 |   5.4 |   108M | 271 | 576 | 488 | 159 |8134 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.13/60.47	c  60.5s|112500 |104214 |613444 |   5.4 |   108M | 271 | 576 | 551 | 157 |8134 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.23/60.56	c  60.6s|112600 |104303 |614292 |   5.5 |   108M | 271 | 576 | 552 | 154 |8136 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.33/60.61	c  60.6s|112700 |104403 |614828 |   5.5 |   108M | 271 | 576 | 535 | 154 |8136 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.33/60.65	c  60.6s|112800 |104465 |615189 |   5.4 |   108M | 271 | 576 | 592 | 158 |8140 |  0 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.43/60.71	c  60.7s|112900 |104541 |615836 |   5.5 |   108M | 271 | 576 | 614 | 159 |8141 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.43/60.75	c  60.7s|113000 |104617 |616221 |   5.4 |   108M | 271 | 576 | 613 | 154 |8146 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.52/60.82	c  60.8s|113100 |104697 |617016 |   5.5 |   108M | 271 | 576 | 605 | 156 |8159 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.52/60.87	c  60.9s|113200 |104797 |617642 |   5.5 |   108M | 271 | 576 | 589 | 154 |8167 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.62/60.90	c  60.9s|113300 |104897 |617999 |   5.5 |   108M | 271 | 576 | 578 | 154 |8171 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.62/60.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.62/60.94	c  60.9s|113400 |104991 |618371 |   5.4 |   108M | 271 | 576 | 577 | 158 |8182 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.62/60.98	c  61.0s|113500 |105079 |618693 |   5.4 |   108M | 271 | 576 | 553 | 153 |8183 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.73/61.03	c  61.0s|113600 |105179 |619188 |   5.4 |   108M | 271 | 576 | 547 | 158 |8200 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.73/61.08	c  61.1s|113700 |105279 |619689 |   5.4 |   108M | 271 | 576 | 528 | 157 |8208 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.83/61.13	c  61.1s|113800 |105371 |620238 |   5.4 |   109M | 271 | 576 | 522 | 155 |8208 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.83/61.18	c  61.2s|113900 |105471 |620790 |   5.4 |   109M | 271 | 576 | 499 | 159 |8215 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.92/61.22	c  61.2s|114000 |105565 |621180 |   5.4 |   109M | 271 | 576 | 475 | 147 |8219 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
60.92/61.26	c  61.3s|114100 |105665 |621547 |   5.4 |   109M | 271 | 576 | 462 | 154 |8239 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.02/61.31	c  61.3s|114200 |105765 |622190 |   5.4 |   109M | 271 | 576 | 433 | 154 |8239 |  1 |  25k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.12/61.41	c  61.4s|114300 |105865 |623410 |   5.4 |   109M | 271 | 576 | 434 | 155 |8246 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.12/61.47	c  61.5s|114400 |105965 |623963 |   5.4 |   109M | 271 | 576 | 435 | 154 |8259 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.22/61.51	c  61.5s|114500 |106065 |624423 |   5.4 |   109M | 271 | 576 | 429 | 157 |8275 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.22/61.55	c  61.5s|114600 |106165 |624818 |   5.4 |   109M | 271 | 576 | 420 | 157 |8277 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.22/61.59	c  61.6s|114700 |106245 |625266 |   5.4 |   109M | 271 | 576 | 418 | 157 |8277 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.32/61.63	c  61.6s|114800 |106339 |625734 |   5.4 |   109M | 271 | 576 | 417 | 158 |8282 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.32/61.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
61.32/61.68	c  61.7s|114900 |106432 |626234 |   5.4 |   109M | 271 | 576 | 431 | 155 |8290 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.42/61.72	c  61.7s|115000 |106532 |626631 |   5.4 |   109M | 271 | 576 | 427 | 155 |8296 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.42/61.76	c  61.8s|115100 |106632 |627081 |   5.4 |   109M | 271 | 576 | 427 | 160 |8299 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.52/61.83	c  61.8s|115200 |106726 |628111 |   5.4 |   109M | 271 | 576 | 442 | 154 |8303 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.52/61.87	c  61.9s|115300 |106826 |628616 |   5.4 |   109M | 271 | 576 | 439 | 155 |8311 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.62/61.91	c  61.9s|115400 |106926 |628950 |   5.4 |   109M | 271 | 576 | 432 | 160 |8319 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.62/61.95	c  61.9s|115500 |107024 |629374 |   5.4 |   109M | 271 | 576 | 433 | 159 |8320 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.62/61.99	c  62.0s|115600 |107103 |629739 |   5.4 |   109M | 271 | 576 | 460 | 159 |8320 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.72/62.04	c  62.0s|115700 |107200 |630365 |   5.4 |   109M | 271 | 576 | 459 | 155 |8325 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.82/62.13	c  62.1s|115800 |107300 |631576 |   5.4 |   109M | 271 | 576 | 452 | 155 |8338 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.92/62.21	c  62.2s|115900 |107400 |632291 |   5.5 |   109M | 271 | 576 | 442 | 156 |8340 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.92/62.25	c  62.2s|116000 |107500 |632637 |   5.4 |   109M | 271 | 576 | 441 | 158 |8340 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
61.92/62.29	c  62.3s|116100 |107600 |633077 |   5.4 |   109M | 271 | 576 | 437 | 154 |8340 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.02/62.33	c  62.3s|116200 |107686 |633459 |   5.4 |   110M | 271 | 576 | 440 | 157 |8340 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.02/62.37	c  62.4s|116300 |107757 |633824 |   5.4 |   110M | 271 | 576 | 486 | 159 |8340 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.12/62.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.12/62.41	c  62.4s|116400 |107845 |634207 |   5.4 |   110M | 271 | 576 | 481 | 159 |8340 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.12/62.44	c  62.4s|116500 |107923 |634589 |   5.4 |   110M | 271 | 576 | 489 | 159 |8340 |  0 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.12/62.49	c  62.5s|116600 |108023 |635051 |   5.4 |   110M | 271 | 576 | 489 | 157 |8348 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.22/62.54	c  62.5s|116700 |108123 |635718 |   5.4 |   110M | 271 | 576 | 479 | 157 |8348 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.32/62.60	c  62.6s|116800 |108223 |636422 |   5.4 |   110M | 271 | 576 | 472 | 154 |8363 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.32/62.64	c  62.6s|116900 |108323 |636780 |   5.4 |   111M | 271 | 576 | 469 | 157 |8369 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.32/62.68	c  62.7s|117000 |108407 |637117 |   5.4 |   111M | 271 | 576 | 509 | 159 |8373 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.42/62.71	c  62.7s|117100 |108503 |637508 |   5.4 |   111M | 271 | 576 | 511 | 159 |8373 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.42/62.76	c  62.8s|117200 |108590 |637865 |   5.4 |   112M | 271 | 576 | 525 | 159 |8382 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.51/62.82	c  62.8s|117300 |108684 |638479 |   5.4 |   112M | 271 | 576 | 530 | 158 |8406 |  0 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.51/62.88	c  62.9s|117400 |108780 |639067 |   5.4 |   112M | 271 | 576 | 521 | 157 |8425 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.61/62.92	c  62.9s|117500 |108868 |639596 |   5.4 |   112M | 271 | 576 | 527 | 157 |8425 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.61/62.97	c  63.0s|117600 |108920 |639921 |   5.4 |   112M | 271 | 576 | 522 | 157 |8425 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.72/63.09	c  63.1s|117700 |109020 |641142 |   5.4 |   112M | 271 | 576 | 545 | 155 |8440 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.82/63.14	c  63.1s|117800 |109118 |641649 |   5.4 |   112M | 271 | 576 | 548 | 157 |8449 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.82/63.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
62.82/63.18	c  63.2s|117900 |109216 |642005 |   5.4 |   112M | 271 | 576 | 530 | 157 |8464 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.91/63.22	c  63.2s|118000 |109307 |642389 |   5.4 |   113M | 271 | 576 | 519 | 154 |8485 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
62.91/63.26	c  63.3s|118100 |109403 |642772 |   5.4 |   113M | 271 | 576 | 552 | 159 |8488 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.02/63.32	c  63.3s|118200 |109503 |643431 |   5.4 |   113M | 271 | 576 | 532 | 156 |8488 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.02/63.36	c  63.3s|118300 |109603 |643773 |   5.4 |   113M | 271 | 576 | 524 | 157 |8496 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.12/63.41	c  63.4s|118400 |109703 |644236 |   5.4 |   113M | 271 | 576 | 536 | 158 |8522 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.12/63.45	c  63.4s|118500 |109789 |644688 |   5.4 |   113M | 271 | 576 | 550 | 157 |8522 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.22/63.50	c  63.5s|118600 |109869 |645170 |   5.4 |   113M | 271 | 576 | 543 | 154 |8543 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.22/63.56	c  63.6s|118700 |109969 |645654 |   5.4 |   113M | 271 | 576 | 521 | 156 |8559 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.32/63.61	c  63.6s|118800 |110069 |646203 |   5.4 |   113M | 271 | 576 | 508 | 159 |8565 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.32/63.66	c  63.7s|118900 |110165 |646718 |   5.4 |   113M | 271 | 576 | 501 | 158 |8573 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.42/63.70	c  63.7s|119000 |110257 |647092 |   5.4 |   113M | 271 | 576 | 488 | 158 |8579 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.42/63.74	c  63.7s|119100 |110353 |647393 |   5.4 |   113M | 271 | 576 | 478 | 162 |8589 |  2 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.42/63.77	c  63.8s|119200 |110429 |647687 |   5.4 |   114M | 271 | 576 | 509 |   0 |8592 |  0 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.52/63.81	c  63.8s|119300 |110495 |647968 |   5.4 |   114M | 271 | 576 | 594 | 153 |8598 |  1 |  26k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.52/63.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.52/63.88	c  63.9s|119400 |110595 |648931 |   5.4 |   114M | 271 | 576 | 591 | 158 |8598 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.62/63.93	c  63.9s|119500 |110692 |649459 |   5.4 |   114M | 271 | 576 | 594 | 157 |8608 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.62/63.97	c  64.0s|119600 |110777 |649803 |   5.4 |   114M | 271 | 576 | 609 | 159 |8617 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.72/64.02	c  64.0s|119700 |110877 |650290 |   5.4 |   114M | 271 | 576 | 613 | 158 |8620 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.72/64.07	c  64.1s|119800 |110975 |650771 |   5.4 |   114M | 271 | 576 | 629 | 157 |8623 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.82/64.13	c  64.1s|119900 |111067 |651450 |   5.4 |   114M | 271 | 576 | 594 | 159 |8645 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.82/64.18	c  64.2s|120000 |111153 |651846 |   5.4 |   114M | 271 | 576 | 549 | 158 |8645 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.92/64.22	c  64.2s|120100 |111221 |652255 |   5.4 |   114M | 271 | 576 | 569 | 157 |8645 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
63.92/64.26	c  64.3s|120200 |111284 |652670 |   5.4 |   114M | 271 | 576 | 582 | 160 |8650 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.02/64.33	c  64.3s|120300 |111365 |653289 |   5.4 |   114M | 271 | 576 | 619 | 157 |8650 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.02/64.37	c  64.4s|120400 |111465 |653817 |   5.4 |   114M | 271 | 576 | 613 | 161 |8654 |  2 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.12/64.42	c  64.4s|120500 |111533 |654232 |   5.4 |   114M | 271 | 576 | 626 | 157 |8654 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.12/64.46	c  64.5s|120600 |111582 |654583 |   5.4 |   114M | 271 | 576 | 641 | 154 |8654 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.22/64.53	c  64.5s|120700 |111682 |655344 |   5.4 |   114M | 271 | 576 | 650 | 157 |8661 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.22/64.56	c  64.6s|120800 |111776 |655714 |   5.4 |   114M | 271 | 576 | 653 | 157 |8661 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.31/64.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
64.31/64.62	c  64.6s|120900 |111868 |656481 |   5.4 |   114M | 271 | 576 | 642 | 157 |8661 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.41/64.73	c  64.7s|121000 |111959 |657525 |   5.4 |   114M | 271 | 576 | 650 | 157 |8665 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.41/64.78	c  64.8s|121100 |112059 |658023 |   5.4 |   114M | 271 | 576 | 638 | 154 |8665 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.51/64.82	c  64.8s|121200 |112143 |658592 |   5.4 |   114M | 271 | 576 | 639 | 157 |8672 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.51/64.87	c  64.9s|121300 |112211 |659008 |   5.4 |   114M | 271 | 576 | 640 | 153 |8676 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.61/64.94	c  64.9s|121400 |112311 |660029 |   5.4 |   114M | 271 | 576 | 601 | 154 |8686 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.61/64.98	c  65.0s|121500 |112411 |660395 |   5.4 |   114M | 271 | 576 | 594 | 157 |8686 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.72/65.01	c  65.0s|121600 |112511 |660833 |   5.4 |   114M | 271 | 576 | 586 | 158 |8686 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.72/65.05	c  65.0s|121700 |112607 |661265 |   5.4 |   114M | 271 | 576 | 563 | 153 |8686 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.72/65.09	c  65.1s|121800 |112702 |661591 |   5.4 |   114M | 271 | 576 | 549 | 157 |8689 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.82/65.13	c  65.1s|121900 |112802 |661986 |   5.4 |   114M | 271 | 576 | 535 | 159 |8700 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.82/65.17	c  65.2s|122000 |112888 |662476 |   5.4 |   114M | 271 | 576 | 521 | 157 |8707 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.91/65.21	c  65.2s|122100 |112963 |662893 |   5.4 |   114M | 271 | 576 | 546 | 158 |8715 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.91/65.25	c  65.2s|122200 |113057 |663235 |   5.4 |   114M | 271 | 576 | 536 | 160 |8720 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
64.91/65.29	c  65.3s|122300 |113147 |663593 |   5.4 |   114M | 271 | 576 | 546 | 158 |8720 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.01/65.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.01/65.33	c  65.3s|122400 |113212 |663947 |   5.4 |   114M | 271 | 576 | 590 | 157 |8720 |  0 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.01/65.37	c  65.4s|122500 |113285 |664365 |   5.4 |   115M | 271 | 576 | 620 | 158 |8720 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.11/65.41	c  65.4s|122600 |113349 |664746 |   5.4 |   116M | 271 | 576 | 621 | 155 |8720 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.21/65.53	c  65.5s|122700 |113449 |666173 |   5.4 |   116M | 271 | 576 | 615 | 156 |8726 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.21/65.57	c  65.6s|122800 |113549 |666477 |   5.4 |   116M | 271 | 576 | 606 | 154 |8732 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.31/65.62	c  65.6s|122900 |113649 |666943 |   5.4 |   116M | 271 | 576 | 609 | 157 |8752 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.31/65.67	c  65.7s|123000 |113749 |667486 |   5.4 |   116M | 271 | 576 | 636 | 158 |8761 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.41/65.75	c  65.7s|123100 |113847 |668585 |   5.4 |   116M | 271 | 576 | 625 | 157 |8769 |  1 |  27k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.51/65.80	c  65.8s|123200 |113927 |669038 |   5.4 |   116M | 271 | 576 | 630 | 158 |8773 |  0 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.51/65.84	c  65.8s|123300 |114003 |669405 |   5.4 |   116M | 271 | 576 | 630 | 157 |8779 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.61/65.91	c  65.9s|123400 |114085 |670032 |   5.4 |   116M | 271 | 576 | 642 | 154 |8783 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.61/65.97	c  66.0s|123500 |114185 |670838 |   5.4 |   116M | 271 | 576 | 615 | 154 |8783 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.72/66.03	c  66.0s|123600 |114285 |671469 |   5.4 |   116M | 271 | 576 | 601 | 158 |8783 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.72/66.06	c  66.1s|123700 |114385 |671813 |   5.4 |   116M | 271 | 576 | 586 | 154 |8783 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.81/66.11	c  66.1s|123800 |114485 |672281 |   5.4 |   116M | 271 | 576 | 587 | 158 |8791 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.81/66.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.81/66.14	c  66.1s|123900 |114585 |672598 |   5.4 |   116M | 271 | 576 | 564 | 158 |8791 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.81/66.19	c  66.2s|124000 |114677 |673213 |   5.4 |   116M | 271 | 576 | 558 | 158 |8791 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
65.91/66.26	c  66.3s|124100 |114762 |673928 |   5.4 |   116M | 271 | 576 | 547 | 154 |8802 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.01/66.33	c  66.3s|124200 |114862 |674875 |   5.4 |   116M | 271 | 576 | 525 | 154 |8802 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.01/66.39	c  66.4s|124300 |114962 |675580 |   5.4 |   116M | 271 | 576 | 518 | 158 |8810 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.11/66.42	c  66.4s|124400 |115062 |675956 |   5.4 |   116M | 271 | 576 | 505 | 157 |8815 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.11/66.49	c  66.5s|124500 |115144 |676747 |   5.4 |   116M | 271 | 576 | 515 | 157 |8821 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.21/66.53	c  66.5s|124600 |115240 |677170 |   5.4 |   116M | 271 | 576 | 500 | 157 |8827 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.31/66.63	c  66.6s|124700 |115340 |678130 |   5.4 |   116M | 271 | 576 | 494 | 158 |8846 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.31/66.67	c  66.7s|124800 |115408 |678485 |   5.4 |   116M | 271 | 576 | 518 | 157 |8846 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.41/66.70	c  66.7s|124900 |115478 |678780 |   5.4 |   116M | 271 | 576 | 554 | 158 |8846 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.41/66.74	c  66.7s|125000 |115562 |679193 |   5.4 |   116M | 271 | 576 | 543 | 157 |8846 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.41/66.78	c  66.8s|125100 |115656 |679603 |   5.4 |   117M | 271 | 576 | 538 | 157 |8846 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.50/66.82	c  66.8s|125200 |115748 |680048 |   5.4 |   117M | 271 | 576 | 519 | 163 |8846 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.50/66.87	c  66.9s|125300 |115848 |680590 |   5.4 |   117M | 271 | 576 | 506 | 154 |8846 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.60/66.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.60/66.92	c  66.9s|125400 |115942 |681131 |   5.4 |   117M | 271 | 576 | 522 | 157 |8859 |  0 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.60/66.98	c  67.0s|125500 |116038 |681790 |   5.4 |   117M | 271 | 576 | 508 | 159 |8869 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.71/67.02	c  67.0s|125600 |116126 |682115 |   5.4 |   118M | 271 | 576 | 493 | 151 |8872 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.71/67.06	c  67.1s|125700 |116226 |682616 |   5.4 |   118M | 271 | 576 | 489 | 154 |8891 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.71/67.10	c  67.1s|125800 |116326 |682953 |   5.4 |   118M | 271 | 576 | 483 | 154 |8891 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.81/67.14	c  67.1s|125900 |116406 |683440 |   5.4 |   118M | 271 | 576 | 487 | 158 |8904 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.81/67.19	c  67.2s|126000 |116504 |683916 |   5.4 |   118M | 271 | 576 | 495 | 154 |8904 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
66.90/67.25	c  67.2s|126100 |116586 |684644 |   5.4 |   118M | 271 | 576 | 523 | 157 |8911 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.00/67.31	c  67.3s|126200 |116680 |685407 |   5.4 |   118M | 271 | 576 | 516 | 161 |8922 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.00/67.36	c  67.4s|126300 |116761 |685807 |   5.4 |   118M | 271 | 576 | 554 | 154 |8922 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.10/67.40	c  67.4s|126400 |116859 |686191 |   5.4 |   118M | 271 | 576 | 553 | 158 |8932 |  0 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.10/67.44	c  67.4s|126500 |116949 |686541 |   5.4 |   118M | 271 | 576 | 546 | 152 |8935 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.10/67.47	c  67.5s|126600 |117039 |686868 |   5.4 |   118M | 271 | 576 | 520 | 154 |8935 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.20/67.51	c  67.5s|126700 |117133 |687195 |   5.4 |   118M | 271 | 576 | 497 | 152 |8937 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.30/67.60	c  67.6s|126800 |117227 |688114 |   5.4 |   119M | 271 | 576 | 481 | 158 |8978 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.30/67.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
67.30/67.67	c  67.7s|126900 |117307 |688788 |   5.4 |   119M | 271 | 576 | 523 | 156 |8985 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.40/67.73	c  67.7s|127000 |117407 |689572 |   5.4 |   119M | 271 | 576 | 522 | 157 |8987 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.40/67.76	c  67.8s|127100 |117507 |689950 |   5.4 |   119M | 271 | 576 | 515 | 157 |8987 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.50/67.81	c  67.8s|127200 |117570 |690443 |   5.4 |   119M | 271 | 576 | 576 | 158 |8987 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.50/67.86	c  67.9s|127300 |117668 |691061 |   5.4 |   119M | 271 | 576 | 571 | 153 |8990 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.60/67.90	c  67.9s|127400 |117756 |691441 |   5.4 |   119M | 271 | 576 | 563 | 157 |8990 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.60/67.97	c  68.0s|127500 |117839 |692174 |   5.4 |   119M | 271 | 576 | 529 | 156 |8996 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.70/68.03	c  68.0s|127600 |117898 |692860 |   5.4 |   119M | 271 | 576 | 563 | 157 |8996 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.70/68.07	c  68.1s|127700 |117996 |693352 |   5.4 |   119M | 271 | 576 | 573 | 157 |8996 |  1 |  28k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.80/68.13	c  68.1s|127800 |118080 |693869 |   5.4 |   119M | 271 | 576 | 581 | 156 |8996 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.80/68.19	c  68.2s|127900 |118180 |694486 |   5.4 |   119M | 271 | 576 | 559 | 159 |9005 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.89/68.22	c  68.2s|128000 |118280 |694785 |   5.4 |   119M | 271 | 576 | 538 | 153 |9006 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.89/68.26	c  68.3s|128100 |118361 |695092 |   5.4 |   119M | 271 | 576 | 566 | 157 |9014 |  0 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.99/68.33	c  68.3s|128200 |118451 |695820 |   5.4 |   119M | 271 | 576 | 580 | 157 |9017 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
67.99/68.37	c  68.4s|128300 |118543 |696201 |   5.4 |   119M | 271 | 576 | 599 | 158 |9021 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.09/68.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.09/68.41	c  68.4s|128400 |118622 |696550 |   5.4 |   119M | 271 | 576 | 605 | 159 |9026 |  2 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.09/68.45	c  68.4s|128500 |118722 |696905 |   5.4 |   119M | 271 | 576 | 552 | 157 |9033 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.19/68.51	c  68.5s|128600 |118822 |697595 |   5.4 |   119M | 271 | 576 | 539 | 156 |9051 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.19/68.56	c  68.6s|128700 |118922 |698293 |   5.4 |   119M | 271 | 576 | 524 | 159 |9062 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.29/68.64	c  68.6s|128800 |119022 |699015 |   5.4 |   119M | 271 | 576 | 510 | 155 |9062 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.29/68.68	c  68.7s|128900 |119122 |699462 |   5.4 |   120M | 271 | 576 | 486 | 157 |9081 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.39/68.72	c  68.7s|129000 |119214 |699825 |   5.4 |   120M | 271 | 576 | 487 | 157 |9087 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.39/68.76	c  68.8s|129100 |119296 |700195 |   5.4 |   120M | 271 | 576 | 511 | 157 |9095 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.49/68.80	c  68.8s|129200 |119364 |700526 |   5.4 |   120M | 271 | 576 | 602 | 158 |9097 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.49/68.84	c  68.8s|129300 |119432 |700941 |   5.4 |   120M | 271 | 576 | 629 | 154 |9097 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.59/68.91	c  68.9s|129400 |119512 |701749 |   5.4 |   120M | 271 | 576 | 650 | 157 |9103 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.59/68.97	c  69.0s|129500 |119604 |702372 |   5.4 |   120M | 271 | 576 | 657 | 154 |9108 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.69/69.02	c  69.0s|129600 |119689 |702901 |   5.4 |   120M | 271 | 576 | 630 | 150 |9119 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.69/69.07	c  69.1s|129700 |119789 |703313 |   5.4 |   120M | 271 | 576 | 624 | 158 |9139 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.79/69.11	c  69.1s|129800 |119876 |703796 |   5.4 |   120M | 271 | 576 | 613 | 159 |9144 |  2 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.79/69.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.79/69.15	c  69.1s|129900 |119960 |704205 |   5.4 |   120M | 271 | 576 | 638 | 159 |9150 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.79/69.19	c  69.2s|130000 |120042 |704568 |   5.4 |   120M | 271 | 576 | 643 | 157 |9152 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.89/69.23	c  69.2s|130100 |120130 |704945 |   5.4 |   120M | 271 | 576 | 634 | 157 |9152 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.89/69.27	c  69.3s|130200 |120185 |705241 |   5.4 |   120M | 271 | 576 | 650 | 157 |9152 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.99/69.32	c  69.3s|130300 |120246 |705537 |   5.4 |   120M | 271 | 576 | 687 | 157 |9152 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
68.99/69.36	c  69.4s|130400 |120346 |706092 |   5.4 |   120M | 271 | 576 | 674 | 158 |9152 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.09/69.41	c  69.4s|130500 |120446 |706661 |   5.4 |   120M | 271 | 576 | 673 | 157 |9152 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.09/69.46	c  69.5s|130600 |120533 |707104 |   5.4 |   120M | 271 | 576 | 704 | 159 |9152 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.20/69.55	c  69.5s|130700 |120625 |708053 |   5.4 |   120M | 271 | 576 | 714 | 153 |9158 |  1 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.30/69.61	c  69.6s|130800 |120718 |708686 |   5.4 |   120M | 271 | 576 | 704 | 157 |9166 |  0 |  29k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.30/69.66	c  69.7s|130900 |120796 |709182 |   5.4 |   120M | 271 | 576 | 681 | 154 |9166 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.39/69.73	c  69.7s|131000 |120896 |709968 |   5.4 |   120M | 271 | 576 | 660 | 157 |9193 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.39/69.79	c  69.8s|131100 |120992 |710539 |   5.4 |   120M | 271 | 576 | 641 | 157 |9193 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.49/69.83	c  69.8s|131200 |121067 |710898 |   5.4 |   120M | 271 | 576 | 654 | 158 |9194 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.49/69.87	c  69.9s|131300 |121141 |711307 |   5.4 |   120M | 271 | 576 | 666 | 157 |9194 |  0 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.59/69.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.59/69.91	c  69.9s|131400 |121201 |711645 |   5.4 |   121M | 271 | 576 | 666 | 157 |9194 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.59/69.95	c  69.9s|131500 |121258 |712041 |   5.4 |   121M | 271 | 576 | 711 | 157 |9194 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.59/69.99	c  70.0s|131600 |121318 |712385 |   5.4 |   121M | 271 | 576 | 727 | 158 |9200 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.70/70.03	c  70.0s|131700 |121367 |712686 |   5.4 |   121M | 271 | 576 | 763 |   0 |9200 |  0 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.80/70.11	c  70.1s|131800 |121461 |713585 |   5.4 |   121M | 271 | 576 | 712 | 155 |9200 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.80/70.18	c  70.2s|131900 |121561 |714639 |   5.4 |   121M | 271 | 576 | 684 | 154 |9200 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.89/70.23	c  70.2s|132000 |121661 |715291 |   5.4 |   121M | 271 | 576 | 646 | 154 |9217 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.89/70.28	c  70.3s|132100 |121757 |715814 |   5.4 |   121M | 271 | 576 | 621 | 155 |9217 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.99/70.35	c  70.3s|132200 |121857 |716833 |   5.4 |   121M | 271 | 576 | 585 | 155 |9223 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
69.99/70.39	c  70.4s|132300 |121945 |717275 |   5.4 |   121M | 271 | 576 | 568 | 158 |9229 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.09/70.44	c  70.4s|132400 |122031 |717743 |   5.4 |   121M | 271 | 576 | 570 | 157 |9233 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.19/70.50	c  70.5s|132500 |122110 |718299 |   5.4 |   121M | 271 | 576 | 576 | 157 |9240 |  0 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.19/70.55	c  70.5s|132600 |122181 |718742 |   5.4 |   121M | 271 | 576 | 618 | 158 |9244 |  2 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.29/70.63	c  70.6s|132700 |122281 |719577 |   5.4 |   121M | 271 | 576 | 609 | 154 |9255 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.29/70.67	c  70.7s|132800 |122371 |719930 |   5.4 |   121M | 271 | 576 | 603 | 159 |9261 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.39/70.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
70.39/70.70	c  70.7s|132900 |122465 |720230 |   5.4 |   121M | 271 | 576 | 575 | 154 |9261 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.39/70.75	c  70.7s|133000 |122565 |720589 |   5.4 |   121M | 271 | 576 | 569 | 157 |9274 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.39/70.79	c  70.8s|133100 |122627 |720936 |   5.4 |   121M | 271 | 576 | 576 | 156 |9274 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.49/70.83	c  70.8s|133200 |122727 |721443 |   5.4 |   121M | 271 | 576 | 567 | 157 |9274 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.59/70.90	c  70.9s|133300 |122825 |722098 |   5.4 |   121M | 271 | 576 | 554 | 149 |9282 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.59/70.96	c  71.0s|133400 |122925 |722950 |   5.4 |   122M | 271 | 576 | 543 | 157 |9282 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.59/70.99	c  71.0s|133500 |123025 |723288 |   5.4 |   122M | 271 | 576 | 537 | 158 |9282 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.69/71.03	c  71.0s|133600 |123125 |723657 |   5.4 |   122M | 271 | 576 | 523 | 158 |9282 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.69/71.07	c  71.1s|133700 |123225 |724063 |   5.4 |   122M | 271 | 576 | 510 | 160 |9282 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.79/71.11	c  71.1s|133800 |123323 |724529 |   5.4 |   122M | 271 | 576 | 509 | 158 |9282 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.79/71.15	c  71.1s|133900 |123361 |724798 |   5.4 |   122M | 271 | 576 | 520 |   0 |9282 |  0 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.89/71.20	c  71.2s|134000 |123425 |725177 |   5.4 |   122M | 271 | 576 | 565 | 157 |9282 |  1 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.89/71.28	c  71.3s|134100 |123521 |726282 |   5.4 |   122M | 271 | 576 | 562 | 157 |9289 |  0 |  30k|   5 | 0.000000e+00 |      --      |    Inf | unknown
70.99/71.32	c  71.3s|134200 |123591 |726624 |   5.4 |   122M | 271 | 576 | 585 | 158 |9289 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.09/71.41	c  71.4s|134300 |123679 |727465 |   5.4 |   123M | 271 | 576 | 588 | 151 |9299 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.09/71.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.09/71.46	c  71.5s|134400 |123779 |728172 |   5.4 |   123M | 271 | 576 | 593 | 158 |9306 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.19/71.50	c  71.5s|134500 |123837 |728572 |   5.4 |   123M | 271 | 576 | 616 | 157 |9306 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.19/71.55	c  71.5s|134600 |123922 |729040 |   5.4 |   123M | 271 | 576 | 610 | 157 |9313 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.28/71.60	c  71.6s|134700 |123998 |729505 |   5.4 |   123M | 271 | 576 | 576 | 155 |9313 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.28/71.64	c  71.6s|134800 |124096 |729866 |   5.4 |   123M | 271 | 576 | 542 | 156 |9313 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.28/71.69	c  71.7s|134900 |124192 |730292 |   5.4 |   123M | 271 | 576 | 529 | 160 |9324 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.38/71.73	c  71.7s|135000 |124290 |730682 |   5.4 |   123M | 271 | 576 | 509 | 157 |9324 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.38/71.77	c  71.8s|135100 |124348 |731026 |   5.4 |   123M | 271 | 576 | 558 | 157 |9324 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.48/71.83	c  71.8s|135200 |124444 |731839 |   5.4 |   124M | 271 | 576 | 513 | 157 |9324 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.48/71.87	c  71.9s|135300 |124544 |732222 |   5.4 |   124M | 271 | 576 | 495 | 158 |9324 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.58/71.91	c  71.9s|135400 |124630 |732645 |   5.4 |   124M | 271 | 576 | 485 | 157 |9324 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.58/71.98	c  72.0s|135500 |124727 |733430 |   5.4 |   124M | 271 | 576 | 478 | 155 |9332 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.69/72.01	c  72.0s|135600 |124819 |733765 |   5.4 |   124M | 271 | 576 | 495 | 157 |9332 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.69/72.06	c  72.1s|135700 |124911 |734263 |   5.4 |   124M | 271 | 576 | 481 | 157 |9332 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.69/72.09	c  72.1s|135800 |125001 |734602 |   5.4 |   124M | 271 | 576 | 460 | 159 |9332 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.79/72.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.79/72.16	c  72.2s|135900 |125095 |735395 |   5.4 |   125M | 271 | 576 | 478 | 150 |9340 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.88/72.22	c  72.2s|136000 |125174 |736184 |   5.4 |   125M | 271 | 576 | 490 | 158 |9348 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.88/72.27	c  72.3s|136100 |125274 |736740 |   5.4 |   125M | 271 | 576 | 475 | 157 |9348 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.98/72.30	c  72.3s|136200 |125374 |737105 |   5.4 |   125M | 271 | 576 | 448 | 154 |9348 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.98/72.35	c  72.3s|136300 |125474 |737549 |   5.4 |   125M | 271 | 576 | 444 | 159 |9352 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
71.98/72.38	c  72.4s|136400 |125570 |737884 |   5.4 |   125M | 271 | 576 | 435 | 159 |9352 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.08/72.46	c  72.5s|136500 |125670 |738605 |   5.4 |   125M | 271 | 576 | 439 | 158 |9369 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.18/72.50	c  72.5s|136600 |125756 |738929 |   5.4 |   125M | 271 | 576 | 468 |   0 |9369 |  0 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.18/72.53	c  72.5s|136700 |125849 |739228 |   5.4 |   125M | 271 | 576 | 446 | 150 |9375 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.18/72.57	c  72.6s|136800 |125949 |739642 |   5.4 |   125M | 271 | 576 | 438 | 157 |9381 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.28/72.62	c  72.6s|136900 |126049 |740199 |   5.4 |   125M | 271 | 576 | 428 | 158 |9400 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.28/72.65	c  72.6s|137000 |126149 |740601 |   5.4 |   125M | 271 | 576 | 422 | 158 |9405 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.28/72.69	c  72.7s|137100 |126235 |740935 |   5.4 |   125M | 271 | 576 | 435 | 153 |9411 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.38/72.75	c  72.7s|137200 |126335 |741775 |   5.4 |   125M | 271 | 576 | 432 | 159 |9415 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.48/72.80	c  72.8s|137300 |126435 |742484 |   5.4 |   125M | 271 | 576 | 430 | 158 |9415 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.48/72.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.48/72.85	c  72.8s|137400 |126530 |743092 |   5.4 |   125M | 271 | 576 | 462 | 155 |9420 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.48/72.89	c  72.9s|137500 |126630 |743505 |   5.4 |   125M | 271 | 576 | 461 | 154 |9429 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.58/72.96	c  73.0s|137600 |126726 |744135 |   5.4 |   125M | 271 | 576 | 452 | 155 |9430 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.58/73.00	c  73.0s|137700 |126818 |744490 |   5.4 |   125M | 271 | 576 | 460 | 158 |9433 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.68/73.03	c  73.0s|137800 |126916 |744829 |   5.4 |   125M | 271 | 576 | 454 | 154 |9441 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.68/73.09	c  73.1s|137900 |127012 |745514 |   5.4 |   125M | 271 | 576 | 470 | 157 |9449 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.78/73.13	c  73.1s|138000 |127094 |745884 |   5.4 |   125M | 271 | 576 | 498 | 157 |9449 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.78/73.17	c  73.2s|138100 |127176 |746418 |   5.4 |   125M | 271 | 576 | 527 | 157 |9449 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.87/73.21	c  73.2s|138200 |127252 |746856 |   5.4 |   125M | 271 | 576 | 540 | 157 |9449 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.87/73.24	c  73.2s|138300 |127317 |747185 |   5.4 |   125M | 271 | 576 | 541 | 158 |9449 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.87/73.28	c  73.3s|138400 |127371 |747530 |   5.4 |   125M | 271 | 576 | 597 | 157 |9449 |  1 |  31k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.97/73.31	c  73.3s|138500 |127426 |747849 |   5.4 |   125M | 271 | 576 | 617 | 157 |9449 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
72.97/73.35	c  73.3s|138600 |127503 |748291 |   5.4 |   125M | 271 | 576 | 599 | 153 |9449 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.07/73.43	c  73.4s|138700 |127583 |749363 |   5.4 |   125M | 271 | 576 | 614 | 159 |9453 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.07/73.48	c  73.5s|138800 |127683 |750158 |   5.4 |   126M | 271 | 576 | 601 | 153 |9453 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.17/73.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
73.17/73.54	c  73.5s|138900 |127783 |750866 |   5.4 |   126M | 271 | 576 | 615 | 160 |9460 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.17/73.58	c  73.6s|139000 |127883 |751208 |   5.4 |   126M | 271 | 576 | 592 | 159 |9472 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.27/73.62	c  73.6s|139100 |127983 |751668 |   5.4 |   126M | 271 | 576 | 576 | 159 |9472 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.27/73.65	c  73.6s|139200 |128034 |752052 |   5.4 |   126M | 271 | 576 | 577 | 154 |9472 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.37/73.73	c  73.7s|139300 |128134 |752923 |   5.4 |   126M | 271 | 576 | 572 | 155 |9472 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.37/73.77	c  73.8s|139400 |128218 |753277 |   5.4 |   126M | 271 | 576 | 542 | 157 |9476 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.47/73.80	c  73.8s|139500 |128308 |753680 |   5.4 |   126M | 271 | 576 | 525 | 152 |9484 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.47/73.86	c  73.9s|139600 |128408 |754365 |   5.4 |   126M | 271 | 576 | 489 | 148 |9486 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.57/73.91	c  73.9s|139700 |128508 |754966 |   5.4 |   126M | 271 | 576 | 489 | 157 |9513 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.57/73.95	c  73.9s|139800 |128602 |755396 |   5.4 |   126M | 271 | 576 | 475 | 158 |9521 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.68/74.01	c  74.0s|139900 |128700 |756315 |   5.4 |   127M | 271 | 576 | 440 | 154 |9522 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.68/74.05	c  74.0s|140000 |128800 |756643 |   5.4 |   127M | 271 | 576 | 426 | 158 |9535 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.68/74.08	c  74.1s|140100 |128900 |757041 |   5.4 |   127M | 271 | 576 | 420 | 158 |9537 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.78/74.12	c  74.1s|140200 |128992 |757427 |   5.4 |   127M | 271 | 576 | 441 | 158 |9539 |  0 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.78/74.16	c  74.1s|140300 |129077 |757765 |   5.4 |   127M | 271 | 576 | 441 | 154 |9544 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.87/74.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
73.87/74.20	c  74.2s|140400 |129157 |758187 |   5.4 |   127M | 271 | 576 | 479 | 159 |9548 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.87/74.24	c  74.2s|140500 |129217 |758491 |   5.4 |   127M | 271 | 576 | 561 | 160 |9550 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.87/74.28	c  74.3s|140600 |129291 |758819 |   5.4 |   127M | 271 | 576 | 590 | 161 |9552 |  2 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
73.97/74.33	c  74.3s|140700 |129376 |759416 |   5.4 |   127M | 271 | 576 | 610 | 156 |9557 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.07/74.40	c  74.4s|140800 |129470 |760029 |   5.4 |   127M | 271 | 576 | 629 | 157 |9559 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.07/74.43	c  74.4s|140900 |129549 |760409 |   5.4 |   127M | 271 | 576 | 658 | 154 |9565 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.07/74.48	c  74.5s|141000 |129649 |761071 |   5.4 |   127M | 271 | 576 | 657 | 157 |9571 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.17/74.54	c  74.5s|141100 |129739 |761882 |   5.4 |   127M | 271 | 576 | 664 |   0 |9577 |  0 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.27/74.60	c  74.6s|141200 |129833 |762594 |   5.4 |   127M | 271 | 576 | 659 | 157 |9577 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.27/74.65	c  74.6s|141300 |129931 |763208 |   5.4 |   127M | 271 | 576 | 649 | 156 |9581 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.27/74.69	c  74.7s|141400 |130031 |763632 |   5.4 |   127M | 271 | 576 | 629 | 154 |9589 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.37/74.74	c  74.7s|141500 |130131 |764173 |   5.4 |   128M | 271 | 576 | 621 | 156 |9596 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.37/74.77	c  74.8s|141600 |130231 |764519 |   5.4 |   128M | 271 | 576 | 600 | 157 |9596 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.47/74.80	c  74.8s|141700 |130331 |764933 |   5.4 |   128M | 271 | 576 | 544 | 155 |9602 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.47/74.84	c  74.8s|141800 |130429 |765360 |   5.4 |   128M | 271 | 576 | 532 | 159 |9616 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.47/74.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
74.47/74.88	c  74.9s|141900 |130504 |765814 |   5.4 |   128M | 271 | 576 | 535 | 158 |9622 |  0 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.57/74.99	c  75.0s|142000 |130581 |767036 |   5.4 |   129M | 271 | 576 | 506 | 160 |9642 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.67/75.03	c  75.0s|142100 |130675 |767578 |   5.4 |   129M | 271 | 576 | 513 | 157 |9642 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.67/75.07	c  75.1s|142200 |130767 |768069 |   5.4 |   129M | 271 | 576 | 519 | 157 |9650 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.77/75.12	c  75.1s|142300 |130863 |768548 |   5.4 |   129M | 271 | 576 | 519 | 159 |9656 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.77/75.16	c  75.2s|142400 |130949 |768991 |   5.4 |   129M | 271 | 576 | 526 | 157 |9656 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.86/75.20	c  75.2s|142500 |131049 |769492 |   5.4 |   129M | 271 | 576 | 510 | 157 |9669 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.86/75.26	c  75.3s|142600 |131147 |770183 |   5.4 |   129M | 271 | 576 | 513 | 158 |9688 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.96/75.30	c  75.3s|142700 |131245 |770655 |   5.4 |   129M | 271 | 576 | 506 | 158 |9688 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.96/75.33	c  75.3s|142800 |131322 |770978 |   5.4 |   129M | 271 | 576 | 516 | 154 |9688 |  1 |  32k|   5 | 0.000000e+00 |      --      |    Inf | unknown
74.96/75.37	c  75.4s|142900 |131414 |771382 |   5.4 |   129M | 271 | 576 | 528 | 160 |9693 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.06/75.42	c  75.4s|143000 |131496 |772019 |   5.4 |   129M | 271 | 576 | 542 | 158 |9693 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.06/75.46	c  75.5s|143100 |131592 |772401 |   5.4 |   129M | 271 | 576 | 545 | 161 |9696 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.16/75.51	c  75.5s|143200 |131683 |773081 |   5.4 |   129M | 271 | 576 | 577 | 157 |9710 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.16/75.55	c  75.5s|143300 |131771 |773590 |   5.4 |   129M | 271 | 576 | 587 | 158 |9712 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.26/75.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.26/75.61	c  75.6s|143400 |131861 |774251 |   5.4 |   129M | 271 | 576 | 614 |   0 |9729 |  0 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.26/75.64	c  75.6s|143500 |131943 |774606 |   5.4 |   129M | 271 | 576 | 609 | 149 |9729 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.26/75.68	c  75.7s|143600 |132043 |775032 |   5.4 |   129M | 271 | 576 | 611 | 155 |9740 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.36/75.75	c  75.7s|143700 |132143 |775541 |   5.4 |   129M | 271 | 576 | 599 | 158 |9752 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.46/75.81	c  75.8s|143800 |132236 |776337 |   5.4 |   129M | 271 | 576 | 605 | 156 |9776 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.46/75.85	c  75.8s|143900 |132336 |776817 |   5.4 |   129M | 271 | 576 | 600 | 162 |9782 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.46/75.89	c  75.9s|144000 |132427 |777202 |   5.4 |   129M | 271 | 576 | 616 | 159 |9783 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.56/75.93	c  75.9s|144100 |132519 |777579 |   5.4 |   129M | 271 | 576 | 626 | 157 |9788 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.56/75.97	c  76.0s|144200 |132609 |778006 |   5.4 |   129M | 271 | 576 | 640 | 157 |9793 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.67/76.01	c  76.0s|144300 |132695 |778390 |   5.4 |   129M | 271 | 576 | 659 | 158 |9795 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.67/76.05	c  76.0s|144400 |132787 |778772 |   5.4 |   129M | 271 | 576 | 662 | 160 |9801 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.67/76.08	c  76.1s|144500 |132854 |779150 |   5.4 |   129M | 271 | 576 | 720 | 157 |9806 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.77/76.12	c  76.1s|144600 |132917 |779471 |   5.4 |   129M | 271 | 576 | 723 | 157 |9807 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.77/76.18	c  76.2s|144700 |133000 |780033 |   5.4 |   130M | 271 | 576 | 774 | 152 |9807 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.86/76.23	c  76.2s|144800 |133098 |780677 |   5.4 |   130M | 271 | 576 | 774 | 160 |9817 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
75.96/76.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.96/76.33	c  76.3s|144900 |133177 |781735 |   5.4 |   130M | 271 | 576 | 749 | 156 |9818 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.06/76.41	c  76.4s|145000 |133277 |782940 |   5.4 |   130M | 271 | 576 | 744 | 156 |9818 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.06/76.45	c  76.4s|145100 |133377 |783275 |   5.4 |   130M | 271 | 576 | 727 | 156 |9822 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.06/76.48	c  76.5s|145200 |133442 |783578 |   5.4 |   130M | 271 | 576 | 722 | 157 |9822 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.16/76.53	c  76.5s|145300 |133542 |784074 |   5.4 |   130M | 271 | 576 | 682 | 158 |9834 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.16/76.58	c  76.6s|145400 |133614 |784677 |   5.4 |   130M | 271 | 576 | 669 | 162 |9834 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.26/76.62	c  76.6s|145500 |133703 |785042 |   5.4 |   130M | 271 | 576 | 647 | 158 |9846 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.26/76.65	c  76.6s|145600 |133799 |785348 |   5.4 |   130M | 271 | 576 | 626 | 155 |9847 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.26/76.69	c  76.7s|145700 |133892 |785814 |   5.4 |   130M | 271 | 576 | 634 | 148 |9847 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.36/76.74	c  76.7s|145800 |133992 |786364 |   5.4 |   130M | 271 | 576 | 621 | 157 |9847 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.36/76.78	c  76.8s|145900 |134084 |786797 |   5.4 |   130M | 271 | 576 | 608 | 154 |9857 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.46/76.84	c  76.8s|146000 |134184 |787514 |   5.4 |   130M | 271 | 576 | 588 | 159 |9883 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.46/76.88	c  76.9s|146100 |134271 |787845 |   5.4 |   130M | 271 | 576 | 566 | 155 |9883 |  1 |  33k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.56/76.93	c  76.9s|146200 |134363 |788297 |   5.4 |   130M | 271 | 576 | 589 |   0 |9902 |  0 |  34k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.56/76.97	c  77.0s|146300 |134460 |788682 |   5.4 |   130M | 271 | 576 | 562 | 158 |9922 |  1 |  34k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.66/77.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
76.66/77.06	c  77.1s|146400 |134558 |789617 |   5.4 |   130M | 271 | 576 | 541 | 154 |9941 |  1 |  34k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.76/77.12	c  77.1s|146500 |134649 |790447 |   5.4 |   130M | 271 | 576 | 581 | 157 |9951 |  1 |  34k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.76/77.16	c  77.2s|146600 |134732 |790831 |   5.4 |   130M | 271 | 576 | 597 | 160 |9957 |  1 |  34k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.86/77.20	c  77.2s|146700 |134820 |791167 |   5.4 |   130M | 271 | 576 | 594 | 157 |9960 |  1 |  34k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.86/77.25	c  77.2s|146800 |134908 |791656 |   5.4 |   130M | 271 | 576 | 604 | 165 |9978 |  1 |  34k|   5 | 0.000000e+00 |      --      |    Inf | unknown
76.96/77.35	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
77.36/77.77	c 
77.36/77.77	c SCIP Status        : problem is solved [infeasible]
77.36/77.77	c Solving Time (sec) : 77.76
77.36/77.77	c Solving Nodes      : 146821
77.36/77.77	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
77.36/77.77	c Dual Bound         : +1.00000000000000e+20
77.36/77.77	c Gap                : 0.00 %
77.36/77.77	s UNSATISFIABLE
77.36/77.77	c SCIP Status        : problem is solved [infeasible]
77.36/77.77	c Total Time         :      77.76
77.36/77.77	c   solving          :      77.76
77.36/77.77	c   presolving       :       0.01 (included in solving)
77.36/77.77	c   reading          :       0.00 (included in solving)
77.36/77.77	c   copying          :       0.95 (113 #copies) (minimal 0.00, maximal 0.01, average 0.01)
77.36/77.77	c Original Problem   :
77.36/77.77	c   Problem name     : HOME/instance-4542707-1753215290.opb
77.36/77.77	c   Variables        : 577 (577 binary, 0 integer, 0 implicit integer, 0 continuous)
77.36/77.77	c   Constraints      : 290 initial, 290 maximal
77.36/77.77	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
77.36/77.77	c Presolved Problem  :
77.36/77.77	c   Problem name     : t_HOME/instance-4542707-1753215290.opb
77.36/77.77	c   Variables        : 576 (576 binary, 0 integer, 0 implicit integer, 0 continuous)
77.36/77.77	c   Constraints      : 144 initial, 2152 maximal
77.36/77.77	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
77.36/77.77	c   Nonzeros         : 1152 constraint, 0 clique table
77.36/77.77	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
77.36/77.77	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
77.36/77.77	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   milp             :       0.00       0.00      1          0          1          0          0          0        290        144          0          0
77.36/77.77	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
77.36/77.77	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
77.36/77.77	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   linear           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
77.36/77.77	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
77.36/77.77	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
77.36/77.77	c   benderslp        :          0          0          0          0     141060          0          0      10259          0          0          0          0          0          0          0
77.36/77.77	c   integral         :          0          0          0          0     141060          0          0      10259          0          0          0          0          0          0     282120
77.36/77.77	c   knapsack         :          0+        49          0     411124          0          0          0          0      20226        519      36751          0          0          0          0
77.36/77.77	c   linear           :        144+       165         21     412227          0          0          0      10258     241633       3509     212234          0          0          0          0
77.36/77.77	c   logicor          :          0+      1971         21     124762          0          0          0          0      10604        219      11447          0          0          0          0
77.36/77.77	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
77.36/77.77	c   benderslp        :       0.02       0.00       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   integral         :       1.32       0.00       0.00       0.00       1.32       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   knapsack         :       0.50       0.00       0.00       0.45       0.00       0.00       0.00       0.00       0.05       0.00
77.36/77.77	c   linear           :       1.97       0.00       0.00       1.72       0.00       0.00       0.00       0.10       0.15       0.00
77.36/77.77	c   logicor          :       0.91       0.00       0.00       0.88       0.00       0.00       0.00       0.00       0.03       0.00
77.36/77.77	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   components       :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
77.36/77.77	c   dualfix          :          1          0          0          0
77.36/77.77	c   genvbounds       :          0          0          0          0
77.36/77.77	c   nlobbt           :          0          0          0          0
77.36/77.77	c   obbt             :          0          0          0          0
77.36/77.77	c   probing          :          0          0          0          0
77.36/77.77	c   pseudoobj        :          0          0          0          0
77.36/77.77	c   redcost          :          0          0          0          0
77.36/77.77	c   rootredcost      :          0          0          0          0
77.36/77.77	c   symmetry         :          0          0          0          0
77.36/77.77	c   vbounds          :          0          0          0          0
77.36/77.77	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
77.36/77.77	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   genvbounds       :       0.05       0.00       0.00       0.05       0.00       0.00
77.36/77.77	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
77.36/77.77	c   pseudoobj        :       0.05       0.00       0.00       0.05       0.00       0.00
77.36/77.77	c   redcost          :       0.03       0.00       0.00       0.03       0.00       0.00
77.36/77.77	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00       0.00
77.36/77.77	c   symmetry         :       0.06       0.00       0.00       0.06       0.00       0.00
77.36/77.77	c   vbounds          :       0.06       0.00       0.00       0.06       0.00       0.00
77.36/77.77	c Symmetry           :
77.36/77.77	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
77.36/77.77	c   orbital reduction:          0 reductions applied,          0 cutoffs
77.36/77.77	c   lexicographic red:          0 reductions applied,          0 cutoffs
77.36/77.77	c   shadow tree time :       0.00 s
77.36/77.77	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
77.36/77.77	c   propagation      :       0.24       2778       2778          -      20909       78.3        541       29.6          -          -          -
77.36/77.77	c   infeasible LP    :       1.44       5700       5661          -      48850      102.5        995       30.8       1601       64.0          0
77.36/77.77	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
77.36/77.77	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
77.36/77.77	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
77.36/77.77	c   applied globally :       0.03          -          -          0      30515       54.3          -          -       1596          -          -
77.36/77.77	c   applied locally  :          -          -          -          0       2123      108.5          -          -          4          -          -
77.36/77.77	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
77.36/77.77	c   cut pool         :       0.82          -      19083         40          -          -      18657      49334          -          -          -          -          -    (maximal pool size:        717)
77.36/77.77	c   aggregation      :       0.31       0.00       2438         21          0          0         41        155         17          7          5          2          0
77.36/77.77	c   > cmir           :          -          -          -          -          -          -          -        100          6          7          5          2          -
77.36/77.77	c   > flowcover      :          -          -          -          -          -          -          -         53          5          0          0          0          -
77.36/77.77	c   > knapsackcover  :          -          -          -          -          -          -          -          2          6          0          0          0          -
77.36/77.77	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   gomory           :       1.37       0.00       2427         10          0          0      30862      48490      12698       7585       6031       1554          0
77.36/77.77	c   > gomorymi       :          -          -          -          -          -          -          -       9081       6349       1005        209        796          -
77.36/77.77	c   > strongcg       :          -          -          -          -          -          -          -      39409       6349       6580       5822        758          -
77.36/77.77	c   impliedbounds    :       0.01       0.00       2438         21          0          0          0          0          0          0          0          0          0
77.36/77.77	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
77.36/77.77	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   multilinear      :       0.00       0.00        729         21          0          0          0          0          0          0          0          0          0
77.36/77.77	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
77.36/77.77	c   rapidlearning    :       4.57       0.00        100          1          0         29          0          0          0          0          0          0         70
77.36/77.77	c   rlt              :       0.00       0.00       1053         10          0          0          0          0          0          0          0          0          0
77.36/77.77	c   zerohalf         :       0.37       0.00       2437         20          0          0       2824        689       2355       2397        494       1903          0
77.36/77.77	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
77.36/77.77	c   hybrid           :       0.07       0.00       4238         20       9989          0      54415         51          0        301
77.36/77.77	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c Pricers            :   ExecTime  SetupTime      Calls       Vars
77.36/77.77	c   problem variables:       0.00          -          0          0
77.36/77.77	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
77.36/77.77	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c   relpscost        :       1.27       0.00     141060          0          0          0          0          0          0     282120
77.36/77.77	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
77.36/77.77	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
77.36/77.77	c   LP solutions     :       0.00          -          -          0          0
77.36/77.77	c   relax solutions  :       0.00          -          -          0          0
77.36/77.77	c   pseudo solutions :       0.00          -          -          0          0
77.36/77.77	c   strong branching :       0.00          -          -          0          0
77.36/77.77	c   actconsdiving    :       0.00       0.00          0          0          0
77.36/77.77	c   adaptivediving   :       0.17       0.00         42          0          0
77.36/77.77	c   alns             :       0.35       0.00         12          0          0
77.36/77.77	c   bound            :       0.00       0.00          0          0          0
77.36/77.77	c   clique           :       0.00       0.00          0          0          0
77.36/77.77	c   coefdiving       :       0.00       0.00          0          0          0
77.36/77.77	c   completesol      :       0.00       0.00          0          0          0
77.36/77.77	c   conflictdiving   :       5.07       0.00        811          0          0
77.36/77.77	c   crossover        :       0.01       0.00          0          0          0
77.36/77.77	c   dins             :       0.00       0.00          0          0          0
77.36/77.77	c   distributiondivin:       3.74       0.00        191          0          0
77.36/77.77	c   dps              :       0.00       0.00          0          0          0
77.36/77.77	c   dualval          :       0.00       0.00          0          0          0
77.36/77.77	c   farkasdiving     :       0.00       0.00          0          0          0
77.36/77.77	c   feasjump         :       0.01       0.00          1          0          0
77.36/77.77	c   feaspump         :       0.50       0.00        134          0          0
77.36/77.77	c   fixandinfer      :       0.00       0.00          0          0          0
77.36/77.77	c   fracdiving       :       1.70       0.00        247          0          0
77.36/77.77	c   gins             :       0.01       0.00          0          0          0
77.36/77.77	c   guideddiving     :       0.00       0.00          0          0          0
77.36/77.77	c   indcoefdiving    :       0.00       0.00          0          0          0
77.36/77.77	c   indicator        :       0.02       0.00          0          0          0
77.36/77.77	c   indicatordiving  :       0.00       0.00          0          0          0
77.36/77.77	c   indoneopt        :       0.02       0.00          0          0          0
77.36/77.77	c   indrounding      :       0.00       0.00          0          0          0
77.36/77.77	c   indtwoopt        :       0.00       0.00          0          0          0
77.36/77.77	c   intdiving        :       0.00       0.00          0          0          0
77.36/77.77	c   intshifting      :       0.00       0.00          0          0          0
77.36/77.77	c   linesearchdiving :       1.77       0.00        200          0          0
77.36/77.77	c   localbranching   :       0.00       0.00          0          0          0
77.36/77.77	c   locks            :       0.00       0.00          1          0          0
77.36/77.77	c   lpface           :       0.09       0.00          0          0          0
77.36/77.77	c   mpec             :       0.00       0.00          0          0          0
77.36/77.77	c   multistart       :       0.00       0.00          0          0          0
77.36/77.77	c   mutation         :       0.00       0.00          0          0          0
77.36/77.77	c   nlpdiving        :       0.00       0.00          0          0          0
77.36/77.77	c   objpscostdiving  :       0.37       0.00         78          0          0
77.36/77.77	c   octane           :       0.00       0.00          0          0          0
77.36/77.77	c   ofins            :       0.01       0.00          0          0          0
77.36/77.77	c   oneopt           :       0.03       0.00          0          0          0
77.36/77.77	c   padm             :       0.00       0.00          0          0          0
77.36/77.77	c   proximity        :       0.00       0.00          0          0          0
77.36/77.77	c   pscostdiving     :       2.00       0.00        141          0          0
77.36/77.77	c   randrounding     :       0.27       0.00      10252          0          0
77.36/77.77	c   rens             :       0.01       0.00          1          0          0
77.36/77.77	c   reoptsols        :       0.00       0.00          0          0          0
77.36/77.77	c   repair           :       0.00       0.00          0          0          0
77.36/77.77	c   rins             :       0.02       0.00          0          0          0
77.36/77.77	c   rootsoldiving    :       0.50       0.00         25          0          0
77.36/77.77	c   rounding         :       0.06       0.00       5336          0          0
77.36/77.77	c   scheduler        :       0.00       0.00          0          0          0
77.36/77.77	c   shiftandpropagate:       0.00       0.00          1          0          0
77.36/77.77	c   shifting         :       0.08       0.00       1882          0          0
77.36/77.77	c   simplerounding   :       0.03       0.00          0          0          0
77.36/77.77	c   smallcard        :       0.00       0.00          0          0          0
77.36/77.77	c   subnlp           :       0.03       0.00          0          0          0
77.36/77.77	c   trivial          :       0.00       0.00          2          0          0
77.36/77.77	c   trivialnegation  :       0.00       0.00          0          0          0
77.36/77.77	c   trustregion      :       0.00       0.00          0          0          0
77.36/77.77	c   trysol           :       0.02       0.00          0          0          0
77.36/77.77	c   twoopt           :       0.00       0.00          0          0          0
77.36/77.77	c   undercover       :       0.00       0.00          0          0          0
77.36/77.77	c   vbounds          :       0.00       0.00          0          0          0
77.36/77.77	c   veclendiving     :       1.65       0.00        236          0          0
77.36/77.77	c   zeroobj          :       0.00       0.00          0          0          0
77.36/77.77	c   zirounding       :       0.02       0.00       1000          0          0
77.36/77.77	c   other solutions  :          -          -          -          0          -
77.36/77.77	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
77.36/77.77	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
77.36/77.77	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
77.36/77.77	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
77.36/77.77	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
77.36/77.77	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
77.36/77.77	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
77.36/77.77	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
77.36/77.77	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
77.36/77.77	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
77.36/77.77	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
77.36/77.77	c   primal LP        :       0.23       1383          0       0.00       0.00       0.23       1383
77.36/77.77	c   dual LP          :      28.67     149354     533746       3.59   18614.37       0.05        629
77.36/77.77	c   lex dual LP      :       0.00          0          0       0.00          -
77.36/77.77	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
77.36/77.77	c   resolve instable :       0.00          0          0       0.00          -
77.36/77.77	c   diving/probing LP:       9.88      41038     258102       6.29   26123.95
77.36/77.77	c   strong branching :       0.00          5         25       5.00          -          -          -          0
77.36/77.77	c     (at root node) :          -          5         25       5.00          -
77.36/77.77	c   conflict analysis:       0.00          0          0       0.00          -
77.36/77.77	c B&B Tree           :
77.36/77.77	c   number of runs   :          1
77.36/77.77	c   nodes            :     146821 (141060 internal, 5761 leaves)
77.36/77.77	c   feasible leaves  :          0
77.36/77.77	c   infeas. leaves   :       5761
77.36/77.77	c   objective leaves :          0
77.36/77.77	c   nodes (total)    :     146821 (141060 internal, 5761 leaves)
77.36/77.77	c   nodes left       :          0
77.36/77.77	c   max depth        :        271
77.36/77.77	c   max depth (total):        271
77.36/77.77	c   backtracks       :       5743 (3.9%)
77.36/77.77	c   early backtracks :          0 (0.0%)
77.36/77.77	c   nodes exc. ref.  :          0 (0.0%)
77.36/77.77	c   delayed cutoffs  :     135300
77.36/77.77	c   repropagations   :      15129 (21030 domain reductions, 370 cutoffs)
77.36/77.77	c   avg switch length:       6.71
77.36/77.77	c   switching time   :       5.35
77.36/77.77	c Root Node          :
77.36/77.77	c   First LP value   : +0.00000000000000e+00
77.36/77.77	c   First LP Iters   :        204 (182142.86 Iter/sec)
77.36/77.77	c   First LP Time    :       0.00
77.36/77.77	c   Final Dual Bound :          -
77.36/77.77	c   Final Root Iters :        499
77.36/77.77	c   Root LP Estimate : +4.90511422581254e-04
77.36/77.77	c Solution           :
77.36/77.77	c   Solutions found  :          0 (0 improvements)
77.36/77.77	c   Primal Bound     : infeasible
77.36/77.77	c   Dual Bound       :          -
77.36/77.77	c   Gap              :       0.00 %
77.36/77.77	c Integrals          :      Total       Avg%
77.36/77.77	c   primal-dual      :          -          - (problem infeasible)
77.36/77.77	c   primal-ref       :          -          - (problem infeasible)
77.36/77.77	c   dual-ref         :          -          - (problem infeasible)
77.36/77.78	c Time complete: 77.4504.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542707-1753215290/watcher-4542707-1753215290 -o /tmp/evaluation-result-4542707-1753215290/solver-4542707-1753215290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753209881-195250 --watchdog 3760 pbscip -f HOME/instance-4542707-1753215290.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=195891, runsolver pid=195888

[startup+0.100059 s]*
/proc/loadavg: 4.05 4.10 4.17 5/263 195892
/proc/meminfo: memFree=105789632/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=54904 memory=27264 CPUtime=0.08 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 3263 0 0 0 8 0 0 0 20 0 1 0 237209274 56221696 6816 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 13726 6816 3936 3530 0 5177 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 54904 KiB
Current children cumulated memory: 27264 KiB

[startup+0.205693 s]*
/proc/loadavg: 4.05 4.10 4.17 5/263 195892
/proc/meminfo: memFree=105789128/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=57808 memory=30352 CPUtime=0.2 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 4428 0 0 0 19 1 0 0 20 0 1 0 237209274 59195392 7588 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 14452 7588 3936 3530 0 5903 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 57808 KiB
Current children cumulated memory: 30352 KiB

[startup+0.305622 s]*
/proc/loadavg: 4.05 4.10 4.17 5/263 195892
/proc/meminfo: memFree=105789128/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=57808 memory=30352 CPUtime=0.3 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 4429 0 0 0 29 1 0 0 20 0 1 0 237209274 59195392 7588 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 14452 7588 3936 3530 0 5903 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 57808 KiB
Current children cumulated memory: 30352 KiB

[startup+0.700166 s]
/proc/loadavg: 4.05 4.10 4.17 5/263 195892
/proc/meminfo: memFree=105788372/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=59256 memory=32528 CPUtime=0.68 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 4953 0 0 0 67 1 0 0 20 0 1 0 237209274 60678144 8132 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 14814 8132 3936 3530 0 6265 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 59256 KiB
Current children cumulated memory: 32528 KiB

[startup+1.50017 s]
/proc/loadavg: 4.05 4.10 4.17 5/263 195892
/proc/meminfo: memFree=105785348/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=61296 memory=34832 CPUtime=1.48 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 5539 0 0 0 147 1 0 0 20 0 1 0 237209274 62767104 8708 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 15324 8708 3936 3530 0 6775 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 61296 KiB
Current children cumulated memory: 34832 KiB

[startup+3.1058 s]
/proc/loadavg: 4.04 4.10 4.17 5/263 195892
/proc/meminfo: memFree=105778800/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=62036 memory=35728 CPUtime=3.08 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 5751 0 0 0 307 1 0 0 20 0 1 0 237209274 63524864 8932 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 15509 8932 3936 3530 0 6960 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 62036 KiB
Current children cumulated memory: 35728 KiB

[startup+6.30016 s]
/proc/loadavg: 4.04 4.10 4.17 5/263 195892
/proc/meminfo: memFree=105755408/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=82804 memory=56468 CPUtime=6.25 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 12485 0 0 0 623 2 0 0 20 0 1 0 237209274 84791296 14117 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 20701 14117 3936 3530 0 12152 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 82804 KiB
Current children cumulated memory: 56468 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.11 4.18 5/263 195893
/proc/meminfo: memFree=105769524/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=93452 memory=67436 CPUtime=12.63 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 21044 0 0 0 1258 5 0 0 20 0 1 0 237209274 95694848 16859 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 23363 16859 3936 3530 0 14814 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 93452 KiB
Current children cumulated memory: 67436 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 4.17 5/264 195945
/proc/meminfo: memFree=118104596/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=99004 memory=73476 CPUtime=25.38 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 25814 0 0 0 2531 7 0 0 20 0 1 0 237209274 101380096 18369 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 24751 18369 3936 3530 0 16202 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 99004 KiB
Current children cumulated memory: 73476 KiB

[startup+51.1058 s]
/proc/loadavg: 4.06 4.10 4.17 5/264 195945
/proc/meminfo: memFree=118025764/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=139352 memory=112176 CPUtime=50.88 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 36671 0 0 0 5078 10 0 0 20 0 1 0 237209274 142696448 28044 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 34838 28044 3936 3530 0 26289 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 139352 KiB
Current children cumulated memory: 112176 KiB

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

# cumulated CPU time of all completed processes:  user=77.325 s, system=0.135283 s

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

[startup+51.2002 s]
/proc/loadavg: 4.06 4.10 4.17 5/264 195945
/proc/meminfo: memFree=118025764/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=139352 memory=112176 CPUtime=50.97 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 36671 0 0 0 5087 10 0 0 20 0 1 0 237209274 142696448 28044 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 34838 28044 3936 3530 0 26289 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 139352 KiB
Current children cumulated memory: 112176 KiB

[startup+64.0002 s]*
/proc/loadavg: 4.12 4.11 4.17 5/263 195945
/proc/meminfo: memFree=117993856/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=157836 memory=130992 CPUtime=63.72 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 41370 0 0 0 6361 11 0 0 20 0 1 0 237209274 161624064 32748 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 39459 32748 3936 3530 0 30910 0
Current children cumulated CPU time: 63.72 s
Current children cumulated vsize: 157836 KiB
Current children cumulated memory: 130992 KiB

[startup+70.4001 s]
/proc/loadavg: 4.11 4.10 4.17 5/263 195946
/proc/meminfo: memFree=117988776/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=165108 memory=138288 CPUtime=70.09 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 43202 0 0 0 6997 12 0 0 20 0 1 0 237209274 169070592 34572 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 41277 34572 3936 3530 0 32728 0
Current children cumulated CPU time: 70.09 s
Current children cumulated vsize: 165108 KiB
Current children cumulated memory: 138288 KiB

[startup+73.6001 s]
/proc/loadavg: 4.10 4.10 4.17 4/259 195954
/proc/meminfo: memFree=119225140/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=169612 memory=143040 CPUtime=73.27 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 44835 0 0 0 7315 12 0 0 20 0 1 0 237209274 173682688 35760 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 42403 35760 3936 3530 0 33854 0
Current children cumulated CPU time: 73.27 s
Current children cumulated vsize: 169612 KiB
Current children cumulated memory: 143040 KiB

[startup+75.2001 s]
/proc/loadavg: 4.10 4.10 4.17 5/263 195991
/proc/meminfo: memFree=119200744/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=172280 memory=145600 CPUtime=74.86 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 45486 0 0 0 7474 12 0 0 20 0 1 0 237209274 176414720 36400 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 43070 36400 3936 3530 0 34521 0
Current children cumulated CPU time: 74.86 s
Current children cumulated vsize: 172280 KiB
Current children cumulated memory: 145600 KiB

[startup+76.8001 s]
/proc/loadavg: 4.10 4.10 4.17 5/263 195991
/proc/meminfo: memFree=119200744/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=173772 memory=147264 CPUtime=76.46 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 45878 0 0 0 7634 12 0 0 20 0 1 0 237209274 177942528 36816 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 43443 36816 3936 3530 0 34894 0
Current children cumulated CPU time: 76.46 s
Current children cumulated vsize: 173772 KiB
Current children cumulated memory: 147264 KiB

[startup+77.2001 s]
/proc/loadavg: 4.09 4.10 4.17 5/263 195991
/proc/meminfo: memFree=119186884/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=173964 memory=147520 CPUtime=76.86 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 45944 0 0 0 7674 12 0 0 20 0 1 0 237209274 178139136 36880 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 43491 36880 3936 3530 0 34942 0
Current children cumulated CPU time: 76.86 s
Current children cumulated vsize: 173964 KiB
Current children cumulated memory: 147520 KiB

[startup+77.6002 s]
/proc/loadavg: 4.09 4.10 4.17 5/263 195991
/proc/meminfo: memFree=119186884/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=173964 memory=147520 CPUtime=77.26 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 45944 0 0 0 7714 12 0 0 20 0 1 0 237209274 178139136 36880 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 43491 36880 3936 3530 0 34942 0
Current children cumulated CPU time: 77.26 s
Current children cumulated vsize: 173964 KiB
Current children cumulated memory: 147520 KiB

[startup+77.7001 s]
/proc/loadavg: 4.09 4.10 4.17 5/263 195991
/proc/meminfo: memFree=119186884/131250000 swapFree=33008868/33010684
[pid=195891] ppid=195888 vsize=173964 memory=147520 CPUtime=77.36 cores=0,2
/proc/195891/stat : 195891 (pbscip) R 195888 195891 195240 0 -1 4194304 45944 0 0 0 7724 12 0 0 20 0 1 0 237209274 178139136 36880 18446744073709551615 4235264 18693293 140720881310704 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 52486144 140720881318279 140720881318378 140720881318378 140720881323982 0
/proc/195891/statm: 43491 36880 3936 3530 0 34942 0
Current children cumulated CPU time: 77.36 s
Current children cumulated vsize: 173964 KiB
Current children cumulated memory: 147520 KiB

Child status: 0

Real time (s): 77.7905
CPU time (s): 77.4603
CPU user time (s): 77.325
CPU system time (s): 0.135283
CPU usage (%): 99.5755
Max. virtual memory (cumulated for all children) (KiB): 173964
Max. memory (cumulated for all children) (KiB): 147520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.325
system time used= 0.135283
maximum resident set size= 147520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45956
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= 84
involuntary context switches= 124


# summary of solver processes directly reported to runsolver:
#   pid: 195891
#   total CPU time (s): 77.4603
#   total CPU user time (s): 77.325
#   total CPU system time (s): 0.135283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.171834 second user time and 0.409088 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-22 22:14:50
IDJOB=4542707
IDBENCH=164553
IDSOLVER=3365
FILE ID=nodeC013/4542707-1753215290
RUNJOBID= nodeC013-1753209881-195250
SLURM_JOB_ID= 9687772
Free space on /tmp= 432944 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_036.shuf-2.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542707-1753215290/watcher-4542707-1753215290 -o /tmp/evaluation-result-4542707-1753215290/solver-4542707-1753215290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753209881-195250 --watchdog 3760  pbscip -f HOME/instance-4542707-1753215290.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 51f0204441dcd002ae254f35580dbb8b
RANDOM SEED=1613162073

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        105799964 kB
MemAvailable:   106950728 kB
Buffers:            1668 kB
Cached:          1891656 kB
SwapCached:           52 kB
Active:         23579020 kB
Inactive:        1033696 kB
Active(anon):   22735944 kB
Inactive(anon):     4872 kB
Active(file):     843076 kB
Inactive(file):  1028824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18720 kB
Writeback:            68 kB
AnonPages:      22722348 kB
Mapped:           137516 kB
Shmem:             21424 kB
KReclaimable:     235808 kB
Slab:             332428 kB
SReclaimable:     235808 kB
SUnreclaim:        96620 kB
KernelStack:        4240 kB
PageTables:        47848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   23976092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7268352 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC013 at 2025-07-22 22:16:08