Trace number 4514924

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-07? 3587.13 3597.03

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib3/normalized-seymour.0.u.opb
MD5SUM8ef3131177365cbfba34b2238fc87839
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4945
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1372
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 422
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1794
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4514924-1751228451.opb>
0.00/0.02	c original problem has 1372 variables (1372 bin, 0 int, 0 impl, 0 cont) and 4945 constraints
0.00/0.02	c problem read in 0.01
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.03	c presolving:
0.00/0.04	c (round 1, fast)       154 del vars, 154 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 248 clqs
0.00/0.04	c (round 2, fast)       157 del vars, 157 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 245 clqs
0.00/0.04	c (round 3, fast)       190 del vars, 270 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 232 clqs
0.00/0.04	c (round 4, fast)       192 del vars, 272 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 230 clqs
0.00/0.04	c (round 5, fast)       193 del vars, 273 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 229 clqs
0.00/0.04	c (round 6, fast)       194 del vars, 277 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 229 clqs
0.00/0.04	c (round 7, fast)       196 del vars, 277 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 229 clqs
0.00/0.05	c    (0.0s) running MILP presolver
0.00/0.06	c    (0.1s) MILP presolver found nothing
0.00/0.08	c (round 8, exhaustive) 196 del vars, 277 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 4632 upgd conss, 0 impls, 229 clqs
0.00/0.09	c (round 9, exhaustive) 196 del vars, 277 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 4668 upgd conss, 0 impls, 229 clqs
0.00/0.10	c (round 10, exhaustive) 369 del vars, 277 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 0 chg coeffs, 4668 upgd conss, 0 impls, 229 clqs
0.00/0.10	c (round 11, fast)       380 del vars, 288 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1460 chg coeffs, 4668 upgd conss, 0 impls, 273 clqs
0.00/0.10	c (round 12, fast)       380 del vars, 317 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1460 chg coeffs, 4668 upgd conss, 0 impls, 273 clqs
0.09/0.11	c    (0.1s) running MILP presolver
0.09/0.12	c    (0.1s) MILP presolver (3 rounds): 0 aggregations, 18 fixings, 0 bound changes
0.09/0.12	c (round 13, medium)     398 del vars, 367 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1460 chg coeffs, 4668 upgd conss, 0 impls, 253 clqs
0.09/0.12	c (round 14, exhaustive) 398 del vars, 468 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1460 chg coeffs, 4668 upgd conss, 0 impls, 253 clqs
0.09/0.13	c (round 15, exhaustive) 430 del vars, 468 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1460 chg coeffs, 4668 upgd conss, 0 impls, 253 clqs
0.09/0.13	c (round 16, fast)       431 del vars, 469 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1636 chg coeffs, 4668 upgd conss, 0 impls, 263 clqs
0.09/0.14	c (round 17, exhaustive) 431 del vars, 489 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1636 chg coeffs, 4668 upgd conss, 0 impls, 263 clqs
0.09/0.15	c (round 18, exhaustive) 440 del vars, 489 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1636 chg coeffs, 4668 upgd conss, 0 impls, 263 clqs
0.09/0.15	c (round 19, fast)       440 del vars, 489 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1735 chg coeffs, 4668 upgd conss, 0 impls, 265 clqs
0.09/0.15	c (round 20, exhaustive) 440 del vars, 517 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1735 chg coeffs, 4668 upgd conss, 0 impls, 265 clqs
0.09/0.16	c (round 21, exhaustive) 444 del vars, 517 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1735 chg coeffs, 4668 upgd conss, 0 impls, 263 clqs
0.09/0.16	c (round 22, fast)       444 del vars, 519 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1772 chg coeffs, 4668 upgd conss, 0 impls, 263 clqs
0.09/0.17	c (round 23, exhaustive) 444 del vars, 534 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1772 chg coeffs, 4668 upgd conss, 0 impls, 263 clqs
0.09/0.17	c (round 24, exhaustive) 447 del vars, 534 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1772 chg coeffs, 4668 upgd conss, 0 impls, 263 clqs
0.09/0.17	c (round 25, fast)       447 del vars, 534 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1870 chg coeffs, 4668 upgd conss, 0 impls, 266 clqs
0.09/0.18	c (round 26, exhaustive) 447 del vars, 575 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1870 chg coeffs, 4668 upgd conss, 0 impls, 266 clqs
0.09/0.19	c (round 27, exhaustive) 449 del vars, 575 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1870 chg coeffs, 4668 upgd conss, 0 impls, 266 clqs
0.09/0.19	c (round 28, fast)       449 del vars, 575 del conss, 0 add conss, 117 chg bounds, 0 chg sides, 1938 chg coeffs, 4668 upgd conss, 0 impls, 266 clqs
0.09/0.21	c    (0.2s) probing: 51/923 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.19/0.23	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.19/0.24	c    (0.2s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
0.19/0.24	c dynamic symmetry handling statistics:
0.19/0.24	c    orbitopal reduction:       no components
0.19/0.24	c    orbital reduction:         no components
0.19/0.24	c    lexicographic reduction:    1 permutations with support sizes 6
0.19/0.24	c handled 3 out of 3 symmetry components
0.19/0.25	c presolving (29 rounds: 29 fast, 15 medium, 14 exhaustive):
0.19/0.25	c  449 deleted vars, 575 deleted constraints, 2 added constraints, 117 tightened bounds, 0 added holes, 0 changed sides, 1938 changed coefficients
0.19/0.25	c  0 implications, 268 cliques
0.19/0.25	c presolved problem has 923 variables (923 bin, 0 int, 0 impl, 0 cont) and 4372 constraints
0.19/0.25	c       1 constraints of type <knapsack>
0.19/0.25	c     223 constraints of type <setppc>
0.19/0.25	c       2 constraints of type <linear>
0.19/0.25	c    4146 constraints of type <logicor>
0.19/0.25	c transformed objective value is always integral (scale: 1)
0.19/0.25	c Presolving Time: 0.22
0.19/0.25	c - non default parameters ----------------------------------------------------------------------
0.19/0.25	c # SCIP version 10.0.0
0.19/0.25	c 
0.19/0.25	c # maximal time in seconds to run
0.19/0.25	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.19/0.25	c limits/time = 3596.997022
0.19/0.25	c 
0.19/0.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.25	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.19/0.25	c limits/memory = 27900
0.19/0.25	c 
0.19/0.25	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.19/0.25	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.19/0.25	c limits/solutions = 1
0.19/0.25	c 
0.19/0.25	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.19/0.25	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.19/0.25	c misc/usesymmetry = 3
0.19/0.25	c 
0.19/0.25	c # belongs reading time to solving time?
0.19/0.25	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c timing/reading = TRUE
0.19/0.25	c 
0.19/0.25	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.19/0.25	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.25	c propagating/symmetry/detectdoublelex = FALSE
0.19/0.25	c 
0.19/0.25	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.19/0.25	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.25	c propagating/symmetry/detectsubgroups = FALSE
0.19/0.25	c 
0.19/0.25	c # Type of symmetries that shall be computed?
0.19/0.25	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.19/0.25	c propagating/symmetry/symtype = 1
0.19/0.25	c 
0.19/0.25	c # Should components consisting of a single full reflection be handled?
0.19/0.25	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.25	c propagating/symmetry/usesimplesgncomp = FALSE
0.19/0.25	c 
0.19/0.25	c -----------------------------------------------------------------------------------------------
0.19/0.25	c start solving
0.19/0.25	c 
0.68/0.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.68/0.73	c   0.7s|     1 |     0 |  2822 |     - |    38M |   0 | 923 |4372 |4372 |   0 |  0 |   2 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.57/2.63	c   2.6s|     1 |     0 | 17337 |     - |    55M |   0 | 923 |4372 |4378 |  10 |  1 |   3 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.77/2.85	c   2.8s|     1 |     0 | 17683 |     - |    70M |   0 | 923 |4371 |4391 |  23 |  2 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.08/3.16	c   3.2s|     1 |     0 | 18629 |     - |    83M |   0 | 923 |4372 |4399 |  31 |  3 |   6 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.38	c   3.4s|     1 |     0 | 19004 |     - |    96M |   0 | 923 |4372 |4407 |  39 |  4 |   7 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.58/3.60	c   3.6s|     1 |     0 | 19400 |     - |   107M |   0 | 923 |4372 |4412 |  44 |  5 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.90	c   3.9s|     1 |     0 | 20156 |     - |   119M |   0 | 923 |4372 |4419 |  51 |  6 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.08/4.12	c   4.1s|     1 |     0 | 20521 |     - |   133M |   0 | 923 |4372 |4425 |  57 |  7 |  10 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.27/4.36	c   4.4s|     1 |     0 | 20973 |     - |   146M |   0 | 923 |4372 |4430 |  62 |  8 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.47/4.59	c   4.6s|     1 |     0 | 21355 |     - |   163M |   0 | 923 |4372 |4435 |  67 |  9 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.77/4.84	c   4.8s|     1 |     0 | 21742 |     - |   181M |   0 | 923 |4372 |4438 |  70 | 10 |  13 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.98/5.05	c   5.0s|     1 |     0 | 22318 |     - |   181M |   0 | 923 |4372 |4441 |  73 | 11 |  14 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.56/8.63	c   8.6s|     1 |     2 | 25847 |     - |   181M |   0 | 923 |4392 |4441 |  73 | 11 |  35 |  19 | 0.000000e+00 |      --      |    Inf | unknown
51.65/51.82	c  51.8s|   100 |   101 |185766 |1651.0 |   194M |  12 | 923 |4496 |4414 | 106 |  1 | 161 |  19 | 0.000000e+00 |      --      |    Inf | unknown
83.96/84.27	c  84.3s|   200 |   201 |322909 |1510.5 |   272M |  13 | 923 |4632 |4414 | 573 |  1 | 363 |  19 | 0.000000e+00 |      --      |    Inf | unknown
124.16/124.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
124.16/124.51	c   125s|   300 |   301 |493515 |1575.9 |   357M |  14 | 923 |4759 |4448 |1300 |  1 | 597 |  19 | 0.000000e+00 |      --      |    Inf | unknown
155.18/155.69	c   156s|   400 |   401 |629267 |1521.2 |   373M |  15 | 923 |4803 |4414 |2304 |  1 | 766 |  19 | 0.000000e+00 |      --      |    Inf | unknown
186.50/187.00	c   187s|   500 |   501 |766373 |1491.1 |   375M |  15 | 923 |4810 |4414 |3119 |  1 | 936 |  19 | 0.000000e+00 |      --      |    Inf | unknown
204.15/204.76	c   205s|   600 |   547 |857443 |1394.2 |   376M |  21 | 923 |4802 |4468 |3401 |  2 | 987 |  19 | 0.000000e+00 |      --      |    Inf | unknown
228.78/229.44	c   229s|   700 |   605 |978205 |1367.5 |   377M |  21 | 923 |4823 |4414 |4003 |  1 |1115 |  19 | 0.000000e+00 |      --      |    Inf | unknown
250.44/251.17	c   251s|   800 |   662 |  1081k|1325.5 |   376M |  21 | 923 |4897 |4452 |4570 |  1 |1234 |  19 | 0.000000e+00 |      --      |    Inf | unknown
266.59/267.31	c   267s|   900 |   702 |  1159k|1265.4 |   375M |  23 | 923 |4955 |4505 |4810 |  1 |1338 |  19 | 0.000000e+00 |      --      |    Inf | unknown
275.07/275.81	c   276s|  1000 |   699 |  1205k|1184.4 |   374M |  26 | 923 |5025 |4495 |4990 |  0 |1411 |  19 | 0.000000e+00 |      --      |    Inf | unknown
299.50/300.34	c   300s|  1100 |   717 |  1307k|1169.4 |   373M |  26 | 923 |5040 |4460 |5241 |  0 |1462 |  19 | 0.000000e+00 |      --      |    Inf | unknown
299.50/300.34	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
299.50/300.36	c (run 1, node 1101) performing user restart
299.50/300.36	c 
299.50/300.36	c (restart) converted 78 cuts from the global cut pool into linear constraints
299.50/300.36	c 
299.60/300.43	c presolving:
299.60/300.43	c (round 1, fast)       2 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 277 clqs
299.60/300.44	c (round 2, exhaustive) 2 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80 upgd conss, 0 impls, 277 clqs
299.60/300.44	c (round 3, exhaustive) 2 del vars, 36 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 1 chg coeffs, 80 upgd conss, 0 impls, 277 clqs
299.60/300.49	c (round 4, exhaustive) 2 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 2073 chg coeffs, 80 upgd conss, 0 impls, 277 clqs
299.70/300.54	c (round 5, exhaustive) 2 del vars, 153 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 2077 chg coeffs, 80 upgd conss, 0 impls, 277 clqs
299.70/300.59	c (round 6, exhaustive) 4 del vars, 153 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 2082 chg coeffs, 80 upgd conss, 0 impls, 277 clqs
299.80/300.65	c presolving (7 rounds: 7 fast, 6 medium, 6 exhaustive):
299.80/300.65	c  4 deleted vars, 154 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 2090 changed coefficients
299.80/300.65	c  0 implications, 277 cliques
299.80/300.65	c presolved problem has 919 variables (919 bin, 0 int, 0 impl, 0 cont) and 4964 constraints
299.80/300.65	c      68 constraints of type <knapsack>
299.80/300.65	c     203 constraints of type <setppc>
299.80/300.65	c    4693 constraints of type <logicor>
299.80/300.65	c transformed objective value is always integral (scale: 1)
299.80/300.65	c Presolving Time: 0.44
299.80/300.65	c 
300.40/301.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
300.40/301.21	c   301s|     1 |     0 |  1310k|     - |   288M |   0 | 919 |4964 |4412 |   0 |  0 |1466 |  19 | 0.000000e+00 |      --      |    Inf | unknown
300.60/301.45	c   301s|     1 |     0 |  1310k|     - |   288M |   0 | 919 |4964 |4418 |   6 |  1 |1467 |  19 | 0.000000e+00 |      --      |    Inf | unknown
300.90/301.76	c   302s|     1 |     0 |  1311k|     - |   291M |   0 | 919 |4964 |4424 |  12 |  2 |1468 |  19 | 0.000000e+00 |      --      |    Inf | unknown
301.20/302.04	c   302s|     1 |     0 |  1312k|     - |   291M |   0 | 919 |4964 |4432 |  20 |  3 |1469 |  19 | 0.000000e+00 |      --      |    Inf | unknown
301.40/302.25	c   302s|     1 |     0 |  1313k|     - |   291M |   0 | 919 |4964 |4441 |  29 |  4 |1470 |  19 | 0.000000e+00 |      --      |    Inf | unknown
301.60/302.43	c   302s|     1 |     0 |  1313k|     - |   294M |   0 | 919 |4964 |4444 |  32 |  5 |1471 |  19 | 0.000000e+00 |      --      |    Inf | unknown
301.90/302.72	c   303s|     1 |     0 |  1314k|     - |   302M |   0 | 919 |4964 |4448 |  36 |  6 |1472 |  19 | 0.000000e+00 |      --      |    Inf | unknown
302.10/302.95	c   303s|     1 |     0 |  1314k|     - |   304M |   0 | 919 |4963 |4452 |  40 |  7 |1473 |  19 | 0.000000e+00 |      --      |    Inf | unknown
302.30/303.15	c   303s|     1 |     0 |  1314k|     - |   307M |   0 | 919 |4948 |4456 |  44 |  8 |1474 |  19 | 0.000000e+00 |      --      |    Inf | unknown
302.49/303.38	c   303s|     1 |     0 |  1315k|     - |   313M |   0 | 919 |4934 |4459 |  47 |  9 |1475 |  19 | 0.000000e+00 |      --      |    Inf | unknown
302.79/303.60	c   304s|     1 |     0 |  1315k|     - |   318M |   0 | 919 |4898 |4462 |  50 | 10 |1476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
302.79/303.69	c   304s|     1 |     0 |  1315k|     - |   319M |   0 | 919 |4870 |4464 |  52 | 11 |1477 |  19 | 0.000000e+00 |      --      |    Inf | unknown
306.48/307.38	c   307s|     1 |     2 |  1320k|     - |   319M |   0 | 919 |4842 |4464 |  52 | 11 |1501 |  38 | 0.000000e+00 |      --      |    Inf | unknown
316.17/317.04	c   317s|   100 |    23 |  1372k|1118.7 |   321M |  21 | 919 |4734 |4420 | 106 |  0 |1516 |  38 | 0.000000e+00 |      --      |    Inf | unknown
323.04/323.96	c   324s|   200 |    19 |  1415k|1065.6 |   323M |  21 | 919 |4702 |4417 | 158 |  0 |1518 |  38 | 0.000000e+00 |      --      |    Inf | unknown
332.32/333.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
332.32/333.20	c   333s|   300 |    35 |  1468k|1027.0 |   324M |  21 | 919 |4720 |4432 | 203 |  0 |1561 |  38 | 0.000000e+00 |      --      |    Inf | unknown
341.20/342.14	c   342s|   400 |    43 |  1516k| 990.7 |   324M |  24 | 919 |4759 |4426 | 233 |  1 |1627 |  38 | 0.000000e+00 |      --      |    Inf | unknown
349.27/350.22	c   350s|   500 |    51 |  1566k| 960.0 |   324M |  25 | 919 |4782 |4426 | 276 |  0 |1675 |  38 | 0.000000e+00 |      --      |    Inf | unknown
354.96/355.94	c   356s|   600 |    39 |  1605k| 926.6 |   321M |  25 | 919 |4790 |4433 | 298 |  0 |1689 |  38 | 0.000000e+00 |      --      |    Inf | unknown
361.64/362.67	c   363s|   700 |    41 |  1648k| 899.0 |   314M |  25 | 919 |4792 |4436 | 390 |  0 |1692 |  38 | 0.000000e+00 |      --      |    Inf | unknown
368.03/369.09	c   369s|   800 |    41 |  1690k| 874.0 |   314M |  26 | 919 |4821 |4430 | 450 |  0 |1723 |  38 | 0.000000e+00 |      --      |    Inf | unknown
374.51/375.50	c   375s|   900 |    39 |  1734k| 852.2 |   314M |  26 | 919 |4846 |4420 | 505 |  0 |1753 |  38 | 0.000000e+00 |      --      |    Inf | unknown
382.69/383.75	c   384s|  1000 |    49 |  1788k| 837.1 |   314M |  26 | 919 |4851 |4423 | 526 |  1 |1765 |  38 | 0.000000e+00 |      --      |    Inf | unknown
389.77/390.81	c   391s|  1100 |    43 |  1835k| 820.3 |   314M |  26 | 919 |4858 |4426 | 611 |  1 |1773 |  38 | 0.000000e+00 |      --      |    Inf | unknown
396.75/397.85	c   398s|  1200 |    33 |  1882k| 805.3 |   314M |  26 | 919 |4874 |4428 | 706 |  0 |1789 |  38 | 0.000000e+00 |      --      |    Inf | unknown
403.94/405.06	c   405s|  1300 |    37 |  1929k| 791.5 |   314M |  26 | 919 |4885 |4432 | 771 |  0 |1800 |  38 | 0.000000e+00 |      --      |    Inf | unknown
411.21/412.38	c   412s|  1400 |    49 |  1977k| 778.8 |   314M |  26 | 919 |4905 |4433 | 853 |  1 |1821 |  38 | 0.000000e+00 |      --      |    Inf | unknown
418.69/419.86	c   420s|  1500 |    57 |  2024k| 767.0 |   314M |  27 | 919 |4943 |4432 | 882 |  1 |1861 |  38 | 0.000000e+00 |      --      |    Inf | unknown
425.88/427.02	c   427s|  1600 |    51 |  2072k| 756.3 |   314M |  27 | 919 |4982 |4432 | 890 |  1 |1900 |  38 | 0.000000e+00 |      --      |    Inf | unknown
432.56/433.78	c   434s|  1700 |    59 |  2118k| 745.8 |   314M |  27 | 919 |4997 |4433 | 941 |  0 |1916 |  38 | 0.000000e+00 |      --      |    Inf | unknown
443.53/444.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
443.53/444.70	c   445s|  1800 |    59 |  2180k| 741.5 |   314M |  27 | 919 |5014 |4434 | 971 |  1 |1933 |  38 | 0.000000e+00 |      --      |    Inf | unknown
448.92/450.17	c   450s|  1900 |    55 |  2218k| 729.3 |   314M |  27 | 919 |5037 |4431 | 983 |  0 |1956 |  38 | 0.000000e+00 |      --      |    Inf | unknown
461.08/462.35	c   462s|  2000 |    61 |  2268k| 722.1 |   314M |  27 | 919 |5060 |4431 | 993 |  1 |1979 |  38 | 0.000000e+00 |      --      |    Inf | unknown
467.37/468.68	c   469s|  2100 |    63 |  2312k| 713.3 |   314M |  27 | 919 |5091 |4435 |1015 |  0 |2010 |  38 | 0.000000e+00 |      --      |    Inf | unknown
473.05/474.39	c   474s|  2200 |    62 |  2352k| 703.6 |   314M |  28 | 919 |5123 |4433 |1035 |  1 |2044 |  38 | 0.000000e+00 |      --      |    Inf | unknown
478.64/479.98	c   480s|  2300 |    50 |  2391k| 694.4 |   314M |  28 | 919 |5170 |4432 |1049 |  2 |2091 |  38 | 0.000000e+00 |      --      |    Inf | unknown
484.42/485.70	c   486s|  2400 |    50 |  2430k| 685.7 |   314M |  28 | 919 |5186 |4431 |1060 |  0 |2107 |  38 | 0.000000e+00 |      --      |    Inf | unknown
490.51/491.88	c   492s|  2500 |    36 |  2472k| 678.4 |   314M |  28 | 919 |5235 |4431 |1074 |  0 |2159 |  38 | 0.000000e+00 |      --      |    Inf | unknown
497.69/499.02	c   499s|  2600 |    36 |  2519k| 672.7 |   314M |  28 | 919 |5261 |4433 |1119 |  2 |2187 |  38 | 0.000000e+00 |      --      |    Inf | unknown
505.17/506.59	c   507s|  2700 |    36 |  2572k| 668.9 |   314M |  28 | 919 |5293 |4431 |1148 |  0 |2220 |  38 | 0.000000e+00 |      --      |    Inf | unknown
511.55/512.97	c   513s|  2800 |    34 |  2616k| 663.1 |   314M |  28 | 919 |5293 |4425 |1200 |  0 |2222 |  38 | 0.000000e+00 |      --      |    Inf | unknown
517.93/519.37	c   519s|  2900 |    32 |  2660k| 657.4 |   314M |  28 | 919 |5294 |4429 |1232 |  1 |2231 |  38 | 0.000000e+00 |      --      |    Inf | unknown
525.02/526.46	c   526s|  3000 |    44 |  2706k| 652.8 |   314M |  28 | 919 |5295 |4431 |1236 |  2 |2243 |  38 | 0.000000e+00 |      --      |    Inf | unknown
531.30/532.71	c   533s|  3100 |    36 |  2750k| 647.7 |   314M |  28 | 919 |5295 |4430 |1251 |  1 |2243 |  38 | 0.000000e+00 |      --      |    Inf | unknown
538.08/539.59	c   540s|  3200 |    26 |  2798k| 643.7 |   314M |  28 | 919 |5324 |4434 |1264 |  0 |2276 |  38 | 0.000000e+00 |      --      |    Inf | unknown
545.26/546.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
545.26/546.78	c   547s|  3300 |    32 |  2846k| 640.0 |   314M |  28 | 919 |5314 |4423 |1293 |  1 |2305 |  38 | 0.000000e+00 |      --      |    Inf | unknown
551.75/553.27	c   553s|  3400 |    34 |  2888k| 635.2 |   314M |  28 | 919 |5349 |4427 |1320 |  1 |2344 |  38 | 0.000000e+00 |      --      |    Inf | unknown
557.23/558.77	c   559s|  3500 |    29 |  2925k| 629.4 |   314M |  29 | 919 |5383 |4427 |1340 |  0 |2382 |  38 | 0.000000e+00 |      --      |    Inf | unknown
567.01/568.51	c   569s|  3600 |    35 |  2975k| 626.6 |   314M |  29 | 919 |5396 |4423 |1367 |  0 |2397 |  38 | 0.000000e+00 |      --      |    Inf | unknown
572.69/574.28	c   574s|  3700 |    31 |  3015k| 621.9 |   314M |  29 | 919 |5407 |4429 |1395 |  0 |2411 |  38 | 0.000000e+00 |      --      |    Inf | unknown
578.58/580.14	c   580s|  3800 |    25 |  3055k| 617.4 |   314M |  29 | 919 |5421 |4427 |1427 |  1 |2432 |  38 | 0.000000e+00 |      --      |    Inf | unknown
584.16/585.71	c   586s|  3900 |    25 |  3093k| 612.6 |   314M |  29 | 919 |5460 |4431 |1440 |  1 |2472 |  38 | 0.000000e+00 |      --      |    Inf | unknown
590.25/591.86	c   592s|  4000 |    23 |  3134k| 608.7 |   314M |  29 | 919 |5488 |4428 |1454 |  1 |2504 |  38 | 0.000000e+00 |      --      |    Inf | unknown
596.73/598.37	c   598s|  4100 |    23 |  3177k| 605.2 |   314M |  29 | 919 |5502 |4426 |1491 |  1 |2523 |  38 | 0.000000e+00 |      --      |    Inf | unknown
603.31/604.97	c   605s|  4200 |    29 |  3222k| 602.4 |   314M |  29 | 919 |5517 |4432 |1511 |  1 |2539 |  38 | 0.000000e+00 |      --      |    Inf |   0.55%
609.50/611.19	c   611s|  4300 |    25 |  3265k| 599.1 |   314M |  29 | 919 |5516 |4426 |1549 |  1 |2540 |  38 | 0.000000e+00 |      --      |    Inf |   0.55%
616.39/618.07	c   618s|  4400 |    27 |  3311k| 596.5 |   314M |  29 | 919 |5518 |4431 |1574 |  0 |2543 |  38 | 0.000000e+00 |      --      |    Inf |   0.56%
623.37/625.00	c   625s|  4500 |    27 |  3357k| 594.2 |   314M |  29 | 919 |5518 |4426 |1619 |  1 |2545 |  38 | 0.000000e+00 |      --      |    Inf |   0.57%
636.23/637.95	c   638s|  4600 |    23 |  3412k| 593.3 |   314M |  29 | 919 |5514 |4426 |1664 |  1 |2545 |  38 | 0.000000e+00 |      --      |    Inf |   0.60%
643.21/644.97	c   645s|  4700 |    23 |  3460k| 591.4 |   314M |  29 | 919 |5507 |4430 |1708 |  0 |2546 |  38 | 0.000000e+00 |      --      |    Inf |   0.62%
649.80/651.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
649.80/651.52	c   652s|  4800 |    21 |  3505k| 589.0 |   314M |  29 | 919 |5505 |4430 |1729 |  1 |2546 |  38 | 0.000000e+00 |      --      |    Inf |   0.63%
656.48/658.28	c   658s|  4900 |    23 |  3548k| 586.4 |   315M |  29 | 919 |5500 |4434 |1773 |  0 |2546 |  38 | 0.000000e+00 |      --      |    Inf |   0.69%
662.27/664.01	c   664s|  5000 |    19 |  3587k| 583.2 |   315M |  29 | 919 |5497 |4433 |1804 |  0 |2546 |  38 | 0.000000e+00 |      --      |    Inf |   0.70%
668.55/670.32	c   670s|  5100 |    17 |  3631k| 580.8 |   315M |  29 | 919 |5495 |4429 |1839 |  0 |2546 |  38 | 0.000000e+00 |      --      |    Inf |   0.75%
674.83/676.65	c   677s|  5200 |    23 |  3674k| 578.4 |   315M |  29 | 919 |5489 |4429 |1874 |  1 |2551 |  38 | 0.000000e+00 |      --      |    Inf |   0.78%
683.11/684.96	c   685s|  5300 |    25 |  3729k| 578.0 |   315M |  29 | 919 |5493 |4432 |1886 |  0 |2606 |  38 | 0.000000e+00 |      --      |    Inf |   0.80%
691.09/692.91	c   693s|  5400 |    39 |  3782k| 577.3 |   315M |  29 | 919 |5552 |4437 |1927 |  1 |2685 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
697.47/699.36	c   699s|  5500 |    39 |  3825k| 575.0 |   315M |  30 | 919 |5629 |4435 |1932 |  1 |2768 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
703.95/705.82	c   706s|  5600 |    41 |  3867k| 572.7 |   315M |  30 | 919 |5682 |4436 |1961 |  0 |2829 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
709.54/711.41	c   711s|  5700 |    43 |  3904k| 569.7 |   315M |  30 | 919 |5750 |4437 |1979 |  1 |2898 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
715.13/717.05	c   717s|  5800 |    38 |  3942k| 567.0 |   315M |  30 | 919 |5818 |4436 |2004 |  1 |2966 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
721.22/723.13	c   723s|  5900 |    46 |  3980k| 564.3 |   315M |  33 | 919 |5849 |4430 |2023 |  1 |3008 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
725.40/727.34	c   727s|  6000 |    44 |  4009k| 560.5 |   315M |  33 | 919 |5851 |4428 |2033 |  1 |3012 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
730.09/732.10	c   732s|  6100 |    40 |  4043k| 557.4 |   315M |  33 | 919 |5851 |4427 |2035 |  0 |3012 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
735.97/737.94	c   738s|  6200 |    46 |  4081k| 555.0 |   315M |  33 | 919 |5858 |4433 |2056 |  1 |3025 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
741.16/743.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
741.16/743.17	c   743s|  6300 |    48 |  4117k| 552.3 |   315M |  35 | 919 |5889 |4430 |2066 |  1 |3057 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
745.05/747.09	c   747s|  6400 |    44 |  4144k| 548.6 |   315M |  39 | 919 |5889 |4429 |2076 |  0 |3058 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
749.24/751.28	c   751s|  6500 |    44 |  4173k| 545.1 |   315M |  39 | 919 |5889 |4434 |2103 |  0 |3058 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
756.62/758.60	c   759s|  6600 |    52 |  4210k| 542.9 |   315M |  39 | 919 |5896 |4436 |2124 |  1 |3065 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
760.81/762.86	c   763s|  6700 |    48 |  4240k| 539.7 |   315M |  39 | 919 |5896 |4433 |2135 |  1 |3065 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
765.49/767.56	c   768s|  6800 |    46 |  4272k| 536.9 |   315M |  40 | 919 |5896 |4435 |2151 |  1 |3065 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
770.58/772.66	c   773s|  6900 |    44 |  4306k| 534.6 |   315M |  40 | 919 |5891 |4428 |2207 |  0 |3067 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
775.47/777.59	c   778s|  7000 |    54 |  4341k| 532.2 |   315M |  40 | 919 |5890 |4435 |2243 |  0 |3067 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
779.66/781.77	c   782s|  7100 |    52 |  4370k| 529.3 |   315M |  40 | 919 |5888 |4433 |2269 |  1 |3067 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
783.75/785.85	c   786s|  7200 |    46 |  4399k| 526.4 |   315M |  40 | 919 |5888 |4434 |2286 |  1 |3067 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
787.74/789.83	c   790s|  7300 |    46 |  4426k| 523.4 |   315M |  40 | 919 |5888 |4435 |2311 |  0 |3067 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
791.73/793.87	c   794s|  7400 |    50 |  4454k| 520.5 |   315M |  40 | 919 |5889 |4433 |2323 |  1 |3068 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
795.42/797.55	c   798s|  7500 |    52 |  4480k| 517.4 |   315M |  40 | 919 |5890 |4438 |2337 |  1 |3069 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
800.20/802.33	c   802s|  7600 |    46 |  4512k| 515.2 |   315M |  40 | 919 |5892 |4440 |2378 |  2 |3072 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
804.49/806.63	c   807s|  7700 |    48 |  4541k| 512.6 |   315M |  40 | 919 |5892 |4439 |2399 |  0 |3072 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
809.08/811.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
809.08/811.29	c   811s|  7800 |    46 |  4573k| 510.5 |   315M |  40 | 919 |5894 |4439 |2446 |  1 |3074 |  38 | 0.000000e+00 |      --      |    Inf |   0.81%
814.27/816.48	c   816s|  7900 |    40 |  4608k| 508.7 |   315M |  40 | 919 |5899 |4428 |2474 |  0 |3082 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
820.05/822.25	c   822s|  8000 |    38 |  4648k| 507.5 |   315M |  40 | 919 |5928 |4437 |2534 |  1 |3121 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
825.94/828.14	c   828s|  8100 |    38 |  4688k| 506.3 |   315M |  40 | 919 |5957 |4439 |2562 |  0 |3164 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
832.02/834.27	c   834s|  8200 |    42 |  4728k| 505.2 |   315M |  40 | 919 |5984 |4431 |2587 |  0 |3198 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
836.92/839.11	c   839s|  8300 |    44 |  4762k| 503.4 |   315M |  40 | 919 |5980 |4434 |2626 |  0 |3198 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
841.90/844.17	c   844s|  8400 |    50 |  4796k| 501.7 |   315M |  40 | 919 |5975 |4434 |2648 |  2 |3199 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
846.49/848.72	c   849s|  8500 |    56 |  4828k| 499.8 |   315M |  40 | 919 |5975 |4436 |2665 |  1 |3199 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
850.18/852.43	c   852s|  8600 |    50 |  4854k| 497.3 |   315M |  40 | 919 |5975 |4437 |2674 |  1 |3199 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
854.17/856.48	c   856s|  8700 |    54 |  4882k| 495.1 |   315M |  40 | 919 |5978 |4437 |2690 |  2 |3203 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
858.36/860.66	c   861s|  8800 |    50 |  4911k| 493.0 |   315M |  40 | 919 |5981 |4437 |2700 |  2 |3206 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
862.05/864.31	c   864s|  8900 |    46 |  4936k| 490.6 |   315M |  40 | 919 |5981 |4436 |2709 |  2 |3206 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
865.64/867.92	c   868s|  9000 |    48 |  4961k| 488.2 |   315M |  40 | 919 |5983 |4436 |2712 |  0 |3208 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
870.22/872.50	c   872s|  9100 |    48 |  4993k| 486.6 |   315M |  40 | 919 |5983 |4437 |2735 |  0 |3208 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
874.41/876.72	c   877s|  9200 |    50 |  5022k| 484.7 |   315M |  40 | 919 |5985 |4437 |2746 |  0 |3210 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
878.30/880.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
878.30/880.67	c   881s|  9300 |    42 |  5049k| 482.6 |   315M |  40 | 919 |5985 |4437 |2752 |  0 |3210 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
882.89/885.29	c   885s|  9400 |    46 |  5080k| 480.9 |   315M |  40 | 919 |5985 |4432 |2770 |  1 |3210 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
887.18/889.57	c   890s|  9500 |    42 |  5109k| 479.1 |   315M |  40 | 919 |5985 |4432 |2780 |  0 |3210 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
892.17/894.57	c   895s|  9600 |    46 |  5143k| 477.9 |   315M |  40 | 919 |5988 |4432 |2787 |  0 |3214 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
898.05/900.40	c   900s|  9700 |    50 |  5176k| 476.5 |   315M |  40 | 919 |6001 |4434 |2809 |  1 |3227 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
902.24/904.68	c   905s|  9800 |    54 |  5206k| 474.9 |   316M |  40 | 919 |6001 |4439 |2828 |  0 |3227 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
906.53/908.93	c   909s|  9900 |    44 |  5235k| 473.2 |   316M |  40 | 919 |6001 |4440 |2861 |  0 |3227 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
911.32/913.71	c   914s| 10000 |    54 |  5267k| 471.8 |   316M |  40 | 919 |6007 |4443 |2943 |  1 |3233 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
915.71/918.15	c   918s| 10100 |    58 |  5298k| 470.3 |   316M |  40 | 919 |6007 |4447 |2990 |  0 |3233 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
920.20/922.67	c   923s| 10200 |    54 |  5329k| 468.9 |   316M |  40 | 919 |6007 |4448 |3002 |  0 |3233 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
924.59/927.10	c   927s| 10300 |    52 |  5360k| 467.6 |   316M |  40 | 919 |6007 |4447 |3051 |  1 |3233 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
929.27/931.75	c   932s| 10400 |    54 |  5392k| 466.3 |   316M |  40 | 919 |6007 |4445 |3112 |  0 |3233 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
933.86/936.32	c   936s| 10500 |    48 |  5424k| 465.0 |   316M |  40 | 919 |6007 |4451 |3160 |  0 |3233 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
937.95/940.41	c   940s| 10600 |    48 |  5453k| 463.5 |   316M |  40 | 919 |6007 |4450 |3171 |  1 |3233 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
943.04/945.59	c   946s| 10700 |    48 |  5489k| 462.7 |   316M |  41 | 919 |6008 |4453 |3194 |  0 |3234 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
947.63/950.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
947.63/950.14	c   950s| 10800 |    50 |  5520k| 461.3 |   316M |  41 | 919 |6008 |4452 |3225 |  0 |3234 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
952.41/954.92	c   955s| 10900 |    46 |  5550k| 460.0 |   317M |  42 | 919 |6013 |4448 |3285 |  0 |3239 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
956.40/958.93	c   959s| 11000 |    50 |  5577k| 458.5 |   317M |  42 | 919 |6012 |4456 |3326 |  1 |3239 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
960.99/963.58	c   964s| 11100 |    44 |  5610k| 457.4 |   317M |  42 | 919 |6012 |4450 |3380 |  0 |3239 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
965.88/968.49	c   968s| 11200 |    46 |  5642k| 456.3 |   317M |  42 | 919 |6013 |4447 |3474 |  1 |3241 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
969.97/972.55	c   973s| 11300 |    42 |  5670k| 454.8 |   317M |  42 | 919 |6013 |4431 |3474 |  1 |3241 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
975.05/977.69	c   978s| 11400 |    46 |  5706k| 454.1 |   317M |  42 | 919 |6017 |4431 |3509 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
991.11/993.74	c   994s| 11500 |    60 |  5759k| 454.7 |   317M |  42 | 919 |6017 |4445 |3591 |  1 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
995.70/998.36	c   998s| 11600 |    60 |  5791k| 453.6 |   317M |  42 | 919 |6017 |4454 |3673 |  1 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1000.39/1003.04	c  1003s| 11700 |    52 |  5823k| 452.6 |   317M |  42 | 919 |6017 |4454 |3723 |  2 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1005.48/1008.19	c  1008s| 11800 |    52 |  5858k| 451.8 |   317M |  42 | 919 |6017 |4447 |3797 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1009.67/1012.35	c  1012s| 11900 |    52 |  5887k| 450.6 |   317M |  42 | 919 |6017 |4454 |3821 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1015.05/1017.76	c  1018s| 12000 |    56 |  5924k| 449.9 |   317M |  42 | 919 |6017 |4448 |3937 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1019.84/1022.54	c  1023s| 12100 |    58 |  5956k| 449.0 |   317M |  42 | 919 |6017 |4454 |3976 |  1 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1024.93/1027.61	c  1028s| 12200 |    52 |  5990k| 448.2 |   317M |  42 | 919 |6017 |4451 |4046 |  1 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1029.21/1031.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1029.21/1031.95	c  1032s| 12300 |    50 |  6020k| 447.0 |   317M |  42 | 919 |6017 |4455 |4063 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1033.70/1036.48	c  1036s| 12400 |    50 |  6051k| 446.0 |   317M |  42 | 919 |6017 |4431 |4100 |  1 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1038.49/1041.24	c  1041s| 12500 |    56 |  6084k| 445.1 |   317M |  42 | 919 |6017 |4446 |4161 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1042.98/1045.75	c  1046s| 12600 |    54 |  6114k| 444.1 |   317M |  42 | 919 |6017 |4449 |4205 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1047.67/1050.40	c  1050s| 12700 |    50 |  6146k| 443.2 |   317M |  42 | 919 |6017 |4449 |4211 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1052.95/1055.70	c  1056s| 12800 |    48 |  6182k| 442.6 |   317M |  42 | 919 |6017 |4453 |4311 |  0 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1057.64/1060.41	c  1060s| 12900 |    50 |  6214k| 441.7 |   317M |  42 | 919 |6017 |4452 |4386 |  1 |3245 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1062.43/1065.25	c  1065s| 13000 |    46 |  6247k| 440.9 |   317M |  42 | 919 |6019 |4451 |4447 |  1 |3247 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1068.11/1070.93	c  1071s| 13100 |    42 |  6285k| 440.5 |   317M |  42 | 919 |6019 |4452 |4490 |  1 |3247 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1073.40/1076.25	c  1076s| 13200 |    42 |  6321k| 440.0 |   317M |  42 | 919 |6021 |4452 |4534 |  0 |3250 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1078.59/1081.44	c  1081s| 13300 |    40 |  6357k| 439.4 |   317M |  42 | 919 |6022 |4456 |4647 |  0 |3251 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1087.07/1089.96	c  1090s| 13400 |    42 |  6396k| 439.1 |   317M |  42 | 919 |6022 |4449 |4703 |  1 |3257 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1092.26/1095.13	c  1095s| 13500 |    44 |  6432k| 438.5 |   317M |  42 | 919 |6022 |4454 |4791 |  0 |3257 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1097.44/1100.38	c  1100s| 13600 |    40 |  6468k| 438.0 |   317M |  42 | 919 |6022 |4449 |4870 |  1 |3257 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1103.13/1106.07	c  1106s| 13700 |    38 |  6508k| 437.7 |   317M |  42 | 919 |6024 |4459 |4978 |  2 |3259 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1108.22/1111.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1108.22/1111.12	c  1111s| 13800 |    38 |  6543k| 437.1 |   317M |  42 | 919 |6023 |4457 |5052 |  1 |3259 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1114.29/1117.23	c  1117s| 13900 |    44 |  6583k| 436.9 |   317M |  42 | 919 |6026 |4452 |5144 |  1 |3262 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1124.37/1127.31	c  1127s| 14000 |    46 |  6643k| 437.9 |   317M |  42 | 919 |6027 |4456 |5272 |  2 |3263 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1130.06/1133.09	c  1133s| 14100 |    42 |  6682k| 437.6 |   317M |  42 | 919 |6027 |4457 |5383 |  2 |3263 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1135.05/1138.05	c  1138s| 14200 |    40 |  6716k| 437.0 |   317M |  42 | 919 |6027 |4452 |5454 |  0 |3263 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1139.83/1142.80	c  1143s| 14300 |    38 |  6748k| 436.3 |   317M |  42 | 919 |6027 |4440 |5501 |  1 |3264 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1145.12/1148.12	c  1148s| 14400 |    36 |  6785k| 435.8 |   317M |  42 | 919 |6027 |4447 |5577 |  0 |3264 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1150.40/1153.47	c  1153s| 14500 |    32 |  6821k| 435.3 |   317M |  42 | 919 |6028 |4451 |5677 |  0 |3265 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1157.58/1160.60	c  1161s| 14600 |    44 |  6869k| 435.6 |   317M |  42 | 919 |6022 |4448 |5736 |  0 |3265 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1163.97/1167.01	c  1167s| 14700 |    44 |  6912k| 435.6 |   317M |  42 | 919 |6025 |4446 |5825 |  1 |3268 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1169.75/1172.83	c  1173s| 14800 |    46 |  6951k| 435.3 |   317M |  42 | 919 |6025 |4446 |5876 |  1 |3268 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1175.73/1178.86	c  1179s| 14900 |    46 |  6991k| 435.1 |   317M |  42 | 919 |6037 |4453 |5923 |  1 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1181.62/1184.78	c  1185s| 15000 |    42 |  7031k| 434.9 |   317M |  42 | 919 |6037 |4456 |6013 |  0 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1193.19/1196.34	c  1196s| 15100 |    48 |  7077k| 435.0 |   317M |  42 | 919 |6037 |4453 |6073 |  1 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1198.67/1201.86	c  1202s| 15200 |    46 |  7115k| 434.7 |   317M |  42 | 919 |6037 |4448 |6109 |  1 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1205.26/1208.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1205.26/1208.40	c  1208s| 15300 |    44 |  7160k| 434.7 |   317M |  42 | 919 |6037 |4456 |6191 |  0 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1211.64/1214.88	c  1215s| 15400 |    44 |  7203k| 434.7 |   317M |  42 | 919 |6037 |4458 |6251 |  1 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1217.93/1221.13	c  1221s| 15500 |    42 |  7246k| 434.7 |   317M |  42 | 919 |6037 |4453 |6283 |  1 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1223.71/1226.91	c  1227s| 15600 |    42 |  7286k| 434.5 |   317M |  42 | 919 |6037 |4454 |6320 |  1 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1229.90/1233.12	c  1233s| 15700 |    42 |  7328k| 434.4 |   317M |  42 | 919 |6037 |4451 |6388 |  1 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1237.17/1240.41	c  1240s| 15800 |    46 |  7378k| 434.8 |   317M |  42 | 919 |6034 |4450 |6483 |  1 |3280 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1243.56/1246.81	c  1247s| 15900 |    54 |  7421k| 434.8 |   317M |  42 | 919 |6035 |4454 |6543 |  2 |3281 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1249.85/1253.15	c  1253s| 16000 |    60 |  7463k| 434.7 |   317M |  42 | 919 |6038 |4450 |6601 |  1 |3284 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1256.03/1259.37	c  1259s| 16100 |    58 |  7505k| 434.6 |   317M |  42 | 919 |6038 |4452 |6662 |  2 |3284 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1261.41/1264.74	c  1265s| 16200 |    60 |  7542k| 434.2 |   317M |  42 | 919 |6038 |4453 |6676 |  0 |3284 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1267.00/1270.37	c  1270s| 16300 |    54 |  7580k| 433.9 |   317M |  42 | 919 |6038 |4456 |6715 |  0 |3284 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1272.79/1276.14	c  1276s| 16400 |    56 |  7620k| 433.7 |   317M |  42 | 919 |6038 |4455 |6782 |  1 |3284 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1278.27/1281.69	c  1282s| 16500 |    52 |  7658k| 433.4 |   317M |  42 | 919 |6038 |4455 |6816 |  0 |3284 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1284.15/1287.53	c  1288s| 16600 |    50 |  7697k| 433.2 |   317M |  42 | 919 |6038 |4458 |6879 |  2 |3284 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1289.94/1293.32	c  1293s| 16700 |    46 |  7736k| 433.0 |   317M |  42 | 919 |6044 |4450 |6915 |  0 |3290 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1296.22/1299.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1296.22/1299.69	c  1300s| 16800 |    48 |  7779k| 432.9 |   317M |  42 | 919 |6048 |4455 |6990 |  2 |3294 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1303.30/1306.71	c  1307s| 16900 |    40 |  7827k| 433.2 |   317M |  42 | 919 |6061 |4447 |7064 |  0 |3307 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1310.28/1313.74	c  1314s| 17000 |    44 |  7875k| 433.4 |   317M |  42 | 919 |6064 |4451 |7150 |  1 |3311 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1320.56/1324.09	c  1324s| 17100 |    44 |  7936k| 434.4 |   317M |  42 | 919 |6064 |4449 |7205 |  1 |3311 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1326.94/1330.48	c  1330s| 17200 |    44 |  7979k| 434.4 |   317M |  42 | 919 |6064 |4456 |7231 |  1 |3311 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1333.12/1336.66	c  1337s| 17300 |    42 |  8021k| 434.3 |   317M |  42 | 919 |6064 |4455 |7272 |  0 |3311 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1339.21/1342.74	c  1343s| 17400 |    44 |  8063k| 434.2 |   317M |  42 | 919 |6064 |4454 |7317 |  0 |3311 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1345.69/1349.21	c  1349s| 17500 |    40 |  8107k| 434.2 |   317M |  42 | 919 |6064 |4449 |7364 |  1 |3311 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1352.17/1355.74	c  1356s| 17600 |    40 |  8150k| 434.2 |   317M |  42 | 919 |6064 |4454 |7414 |  2 |3311 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1358.56/1362.18	c  1362s| 17700 |    36 |  8194k| 434.3 |   317M |  42 | 919 |6064 |4423 |7478 |  1 |3311 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1365.74/1369.30	c  1369s| 17800 |    38 |  8242k| 434.5 |   317M |  42 | 919 |6068 |4448 |7615 |  0 |3315 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1371.12/1374.70	c  1375s| 17900 |    44 |  8278k| 434.1 |   317M |  42 | 919 |6069 |4453 |7633 |  0 |3319 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1376.01/1379.62	c  1380s| 18000 |    46 |  8312k| 433.6 |   317M |  42 | 919 |6068 |4452 |7644 |  0 |3319 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1382.30/1385.97	c  1386s| 18100 |    50 |  8355k| 433.6 |   317M |  42 | 919 |6076 |4455 |7664 |  0 |3327 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1387.98/1391.60	c  1392s| 18200 |    50 |  8392k| 433.3 |   317M |  42 | 919 |6085 |4450 |7740 |  0 |3336 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1392.87/1396.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1392.87/1396.53	c  1397s| 18300 |    50 |  8424k| 432.7 |   317M |  42 | 919 |6087 |4455 |7774 |  0 |3338 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1403.35/1407.05	c  1407s| 18400 |    50 |  8468k| 432.7 |   317M |  42 | 919 |6110 |4454 |7836 |  0 |3361 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1408.33/1412.10	c  1412s| 18500 |    54 |  8502k| 432.2 |   317M |  42 | 919 |6119 |4451 |7861 |  1 |3370 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1412.92/1416.61	c  1417s| 18600 |    50 |  8532k| 431.6 |   317M |  42 | 919 |6119 |4453 |7871 |  0 |3370 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1418.41/1422.12	c  1422s| 18700 |    52 |  8569k| 431.3 |   317M |  42 | 919 |6120 |4453 |7880 |  0 |3371 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1424.39/1428.19	c  1428s| 18800 |    54 |  8610k| 431.2 |   317M |  42 | 919 |6124 |4453 |7933 |  1 |3375 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1429.67/1433.49	c  1433s| 18900 |    52 |  8646k| 430.8 |   317M |  42 | 919 |6124 |4443 |7944 |  0 |3375 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1435.16/1438.95	c  1439s| 19000 |    52 |  8683k| 430.5 |   317M |  42 | 919 |6123 |4447 |7949 |  1 |3375 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1440.94/1444.78	c  1445s| 19100 |    46 |  8723k| 430.4 |   317M |  42 | 919 |6123 |4452 |8003 |  0 |3375 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1446.03/1449.85	c  1450s| 19200 |    48 |  8757k| 429.9 |   317M |  42 | 919 |6130 |4442 |8024 |  1 |3382 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1451.62/1455.44	c  1455s| 19300 |    48 |  8795k| 429.7 |   317M |  42 | 919 |6131 |4451 |8047 |  0 |3386 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1456.40/1460.25	c  1460s| 19400 |    48 |  8828k| 429.2 |   317M |  42 | 919 |6131 |4456 |8073 |  1 |3387 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1461.59/1465.43	c  1465s| 19500 |    48 |  8863k| 428.8 |   317M |  42 | 919 |6133 |4455 |8107 |  1 |3389 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1470.37/1474.21	c  1474s| 19600 |    46 |  8904k| 428.7 |   317M |  42 | 919 |6133 |4455 |8115 |  0 |3389 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1475.26/1479.14	c  1479s| 19700 |    42 |  8938k| 428.3 |   317M |  42 | 919 |6133 |4453 |8124 |  0 |3389 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1481.04/1484.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1481.04/1484.95	c  1485s| 19800 |    44 |  8978k| 428.1 |   317M |  42 | 919 |6134 |4454 |8153 |  1 |3391 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1486.92/1490.89	c  1491s| 19900 |    40 |  9017k| 428.0 |   317M |  42 | 919 |6137 |4443 |8221 |  1 |3396 |  38 | 0.000000e+00 |      --      |    Inf |   0.82%
1493.61/1497.54	c  1498s| 20000 |    44 |  9062k| 428.1 |   317M |  42 | 919 |6144 |4447 |8286 |  1 |3406 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1499.39/1503.38	c  1503s| 20100 |    42 |  9101k| 427.9 |   317M |  42 | 919 |6145 |4446 |8326 |  0 |3408 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1505.97/1509.91	c  1510s| 20200 |    48 |  9143k| 427.9 |   317M |  42 | 919 |6163 |4453 |8437 |  0 |3426 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1516.45/1520.40	c  1520s| 20300 |    46 |  9187k| 427.9 |   317M |  42 | 919 |6166 |4443 |8437 |  1 |3432 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1522.63/1526.61	c  1527s| 20400 |    46 |  9228k| 427.8 |   317M |  42 | 919 |6169 |4452 |8530 |  2 |3435 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1528.51/1532.53	c  1533s| 20500 |    46 |  9268k| 427.7 |   317M |  42 | 919 |6174 |4450 |8591 |  0 |3440 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1533.80/1537.82	c  1538s| 20600 |    42 |  9303k| 427.3 |   317M |  42 | 919 |6187 |4447 |8627 |  0 |3453 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1541.58/1545.65	c  1546s| 20700 |    46 |  9355k| 427.8 |   317M |  42 | 919 |6194 |4443 |8729 |  1 |3460 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1548.86/1552.94	c  1553s| 20800 |    48 |  9403k| 428.0 |   317M |  42 | 919 |6196 |4446 |8785 |  1 |3462 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1555.44/1559.55	c  1560s| 20900 |    50 |  9446k| 428.0 |   317M |  42 | 919 |6208 |4445 |8836 |  1 |3474 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1562.12/1566.24	c  1566s| 21000 |    48 |  9490k| 428.1 |   317M |  42 | 919 |6217 |4451 |8887 |  0 |3483 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1575.09/1579.25	c  1579s| 21100 |    48 |  9556k| 429.1 |   317M |  42 | 919 |6221 |4445 |8925 |  1 |3487 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1582.17/1586.30	c  1586s| 21200 |    50 |  9603k| 429.3 |   317M |  42 | 919 |6226 |4443 |8976 |  1 |3492 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1588.65/1592.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1588.65/1592.81	c  1593s| 21300 |    48 |  9645k| 429.3 |   317M |  42 | 919 |6233 |4443 |9025 |  1 |3499 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1594.64/1598.89	c  1599s| 21400 |    48 |  9686k| 429.2 |   317M |  42 | 919 |6239 |4451 |9083 |  1 |3505 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1602.22/1606.49	c  1606s| 21500 |    52 |  9737k| 429.5 |   317M |  42 | 919 |6248 |4452 |9129 |  1 |3519 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1608.50/1612.75	c  1613s| 21600 |    45 |  9778k| 429.4 |   317M |  42 | 919 |6259 |4449 |9183 |  1 |3530 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1615.58/1619.88	c  1620s| 21700 |    47 |  9823k| 429.5 |   317M |  42 | 919 |6266 |4445 |9201 |  1 |3537 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1622.66/1626.90	c  1627s| 21800 |    41 |  9869k| 429.7 |   317M |  42 | 919 |6272 |4452 |9250 |  0 |3543 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1629.65/1633.97	c  1634s| 21900 |    45 |  9916k| 429.8 |   317M |  42 | 919 |6281 |4443 |9313 |  1 |3552 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1636.83/1641.13	c  1641s| 22000 |    45 |  9964k| 430.1 |   317M |  42 | 919 |6287 |4448 |9364 |  0 |3558 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1643.51/1647.84	c  1648s| 22100 |    41 | 10009k| 430.1 |   317M |  42 | 919 |6303 |4442 |9400 |  0 |3576 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1650.29/1654.60	c  1655s| 22200 |    45 | 10055k| 430.2 |   317M |  42 | 919 |6304 |4443 |9430 |  1 |3578 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1656.97/1661.37	c  1661s| 22300 |    45 | 10100k| 430.3 |   317M |  42 | 919 |6302 |4449 |9481 |  1 |3581 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1663.76/1668.17	c  1668s| 22400 |    45 | 10146k| 430.5 |   317M |  42 | 919 |6314 |4443 |9503 |  1 |3595 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1670.94/1675.36	c  1675s| 22500 |    43 | 10194k| 430.7 |   317M |  42 | 919 |6317 |4451 |9574 |  1 |3598 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1678.12/1682.52	c  1683s| 22600 |    41 | 10242k| 430.9 |   317M |  42 | 919 |6328 |4443 |9602 |  0 |3609 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1684.80/1689.21	c  1689s| 22700 |    41 | 10286k| 430.9 |   317M |  42 | 919 |6340 |4450 |9652 |  0 |3621 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1690.88/1695.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1690.88/1695.37	c  1695s| 22800 |    45 | 10327k| 430.8 |   317M |  42 | 919 |6345 |4443 |9701 |  0 |3626 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1696.67/1701.15	c  1701s| 22900 |    43 | 10366k| 430.7 |   317M |  42 | 919 |6362 |4443 |9712 |  1 |3643 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1702.85/1707.38	c  1707s| 23000 |    39 | 10407k| 430.6 |   317M |  42 | 919 |6365 |4443 |9741 |  1 |3647 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1709.04/1713.51	c  1714s| 23100 |    39 | 10448k| 430.5 |   317M |  42 | 919 |6370 |4444 |9775 |  0 |3652 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1715.02/1719.52	c  1720s| 23200 |    41 | 10488k| 430.4 |   317M |  42 | 919 |6374 |4441 |9819 |  0 |3657 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1721.80/1726.35	c  1726s| 23300 |    43 | 10533k| 430.4 |   317M |  42 | 919 |6384 |4450 |9911 |  0 |3667 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1728.78/1733.31	c  1733s| 23400 |    45 | 10579k| 430.6 |   317M |  42 | 919 |6393 |4447 |9976 |  0 |3676 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1737.57/1742.13	c  1742s| 23500 |    47 | 10624k| 430.6 |   317M |  42 | 919 |6399 |4441 |  10k|  0 |3682 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1743.85/1748.43	c  1748s| 23600 |    43 | 10667k| 430.6 |   317M |  42 | 919 |6404 |4447 |  10k|  0 |3687 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1750.93/1755.58	c  1756s| 23700 |    45 | 10713k| 430.8 |   317M |  42 | 919 |6422 |4449 |  10k|  1 |3705 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1757.01/1761.66	c  1762s| 23800 |    41 | 10753k| 430.7 |   317M |  42 | 919 |6446 |4445 |  10k|  1 |3729 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1763.59/1768.28	c  1768s| 23900 |    39 | 10797k| 430.7 |   317M |  42 | 919 |6461 |4442 |  10k|  1 |3745 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1769.88/1774.50	c  1774s| 24000 |    41 | 10839k| 430.6 |   317M |  42 | 919 |6465 |4444 |  10k|  0 |3749 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1783.45/1788.19	c  1788s| 24100 |    41 | 10890k| 431.0 |   317M |  42 | 919 |6471 |4441 |  10k|  1 |3755 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1789.23/1793.93	c  1794s| 24200 |    39 | 10929k| 430.8 |   317M |  42 | 919 |6479 |4442 |  10k|  1 |3763 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1795.61/1800.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1795.61/1800.34	c  1800s| 24300 |    41 | 10972k| 430.8 |   317M |  42 | 919 |6485 |4442 |  10k|  1 |3769 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1800.89/1805.62	c  1806s| 24400 |    37 | 11007k| 430.5 |   317M |  42 | 919 |6503 |4441 |  10k|  1 |3787 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1808.08/1812.88	c  1813s| 24500 |    41 | 11056k| 430.7 |   317M |  42 | 919 |6511 |4446 |  10k|  0 |3802 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1814.16/1818.95	c  1819s| 24600 |    43 | 11097k| 430.6 |   317M |  42 | 919 |6513 |4448 |  10k|  1 |3805 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1820.54/1825.36	c  1825s| 24700 |    39 | 11140k| 430.6 |   317M |  42 | 919 |6517 |4446 |  10k|  0 |3809 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1827.23/1832.10	c  1832s| 24800 |    43 | 11185k| 430.7 |   317M |  42 | 919 |6543 |4446 |  10k|  0 |3842 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1833.41/1838.24	c  1838s| 24900 |    37 | 11226k| 430.6 |   317M |  42 | 919 |6546 |4448 |  10k|  1 |3845 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1839.89/1844.70	c  1845s| 25000 |    41 | 11268k| 430.6 |   317M |  42 | 919 |6550 |4447 |  10k|  1 |3850 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1846.18/1851.06	c  1851s| 25100 |    39 | 11311k| 430.6 |   317M |  42 | 919 |6560 |4446 |  10k|  0 |3860 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1852.36/1857.23	c  1857s| 25200 |    41 | 11351k| 430.5 |   317M |  42 | 919 |6561 |4452 |  10k|  1 |3862 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1864.93/1869.83	c  1870s| 25300 |    43 | 11403k| 430.8 |   317M |  42 | 919 |6564 |4446 |  10k|  1 |3865 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1871.81/1876.75	c  1877s| 25400 |    41 | 11449k| 430.9 |   317M |  42 | 919 |6570 |4446 |  10k|  0 |3871 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1878.59/1883.56	c  1884s| 25500 |    43 | 11493k| 430.9 |   317M |  42 | 919 |6584 |4453 |  10k|  1 |3885 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1884.98/1889.96	c  1890s| 25600 |    39 | 11535k| 430.9 |   317M |  42 | 919 |6596 |4451 |  10k|  1 |3897 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1891.96/1896.94	c  1897s| 25700 |    41 | 11580k| 431.0 |   317M |  42 | 919 |6596 |4448 |  10k|  1 |3913 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1898.15/1903.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1898.15/1903.19	c  1903s| 25800 |    37 | 11623k| 431.0 |   317M |  42 | 919 |6593 |4448 |  10k|  0 |3915 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1904.73/1909.72	c  1910s| 25900 |    41 | 11667k| 431.0 |   317M |  42 | 919 |6593 |4449 |  11k|  0 |3915 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1911.31/1916.31	c  1916s| 26000 |    41 | 11711k| 431.0 |   317M |  42 | 919 |6593 |4449 |  11k|  1 |3915 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1918.00/1923.08	c  1923s| 26100 |    37 | 11757k| 431.1 |   317M |  42 | 919 |6592 |4448 |  11k|  0 |3915 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1924.87/1929.95	c  1930s| 26200 |    37 | 11804k| 431.3 |   317M |  42 | 919 |6594 |4451 |  11k|  1 |3917 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1931.56/1936.67	c  1937s| 26300 |    37 | 11849k| 431.4 |   317M |  42 | 919 |6586 |4444 |  11k|  0 |3919 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1939.14/1944.20	c  1944s| 26400 |    39 | 11899k| 431.6 |   317M |  42 | 919 |6586 |4450 |  11k|  1 |3929 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1945.52/1950.69	c  1951s| 26500 |    43 | 11943k| 431.7 |   317M |  42 | 919 |6580 |4444 |  11k|  0 |3929 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1952.01/1957.13	c  1957s| 26600 |    45 | 11988k| 431.7 |   317M |  42 | 919 |6583 |4449 |  11k|  1 |3935 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1957.69/1962.87	c  1963s| 26700 |    45 | 12027k| 431.6 |   317M |  42 | 919 |6589 |4451 |  11k|  1 |3941 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1964.17/1969.35	c  1969s| 26800 |    43 | 12072k| 431.6 |   317M |  42 | 919 |6590 |4446 |  11k|  0 |3942 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1971.15/1976.33	c  1976s| 26900 |    43 | 12118k| 431.7 |   317M |  42 | 919 |6590 |4450 |  11k|  0 |3942 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1976.94/1982.17	c  1982s| 27000 |    41 | 12158k| 431.6 |   317M |  42 | 919 |6593 |4450 |  11k|  1 |3945 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1983.72/1988.90	c  1989s| 27100 |    39 | 12203k| 431.7 |   317M |  42 | 919 |6593 |4453 |  11k|  1 |3945 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
1990.30/1995.56	c  1996s| 27200 |    41 | 12249k| 431.8 |   317M |  42 | 919 |6593 |4450 |  11k|  0 |3945 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2000.68/2005.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2000.68/2005.93	c  2006s| 27300 |    39 | 12309k| 432.4 |   317M |  42 | 919 |6593 |4444 |  11k|  1 |3945 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2007.16/2012.49	c  2012s| 27400 |    39 | 12354k| 432.4 |   317M |  42 | 919 |6593 |4444 |  11k|  1 |3945 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2014.64/2019.95	c  2020s| 27500 |    35 | 12405k| 432.7 |   317M |  42 | 919 |6584 |4447 |  11k|  2 |3945 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2020.92/2026.23	c  2026s| 27600 |    41 | 12447k| 432.7 |   317M |  42 | 919 |6586 |4443 |  11k|  1 |3951 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2028.11/2033.49	c  2033s| 27700 |    41 | 12495k| 432.8 |   317M |  42 | 919 |6600 |4444 |  11k|  1 |3967 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2034.79/2040.18	c  2040s| 27800 |    37 | 12540k| 432.9 |   317M |  42 | 919 |6599 |4447 |  11k|  1 |3967 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2041.57/2046.95	c  2047s| 27900 |    39 | 12585k| 432.9 |   317M |  42 | 919 |6607 |4449 |  11k|  1 |3975 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2048.05/2053.47	c  2053s| 28000 |    39 | 12629k| 433.0 |   317M |  42 | 919 |6611 |4444 |  12k|  1 |3980 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2054.24/2059.65	c  2060s| 28100 |    37 | 12671k| 432.9 |   317M |  42 | 919 |6624 |4444 |  12k|  1 |3993 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2059.92/2065.38	c  2065s| 28200 |    39 | 12709k| 432.7 |   317M |  42 | 919 |6631 |4447 |  12k|  1 |4000 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2066.11/2071.54	c  2072s| 28300 |    41 | 12750k| 432.7 |   317M |  42 | 919 |6639 |4450 |  12k|  1 |4008 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2072.29/2077.76	c  2078s| 28400 |    35 | 12792k| 432.6 |   317M |  42 | 919 |6643 |4450 |  12k|  0 |4012 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2078.87/2084.36	c  2084s| 28500 |    37 | 12836k| 432.6 |   317M |  42 | 919 |6657 |4448 |  12k|  2 |4026 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2086.15/2091.64	c  2092s| 28600 |    37 | 12884k| 432.8 |   317M |  42 | 919 |6669 |4442 |  12k|  1 |4043 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2092.54/2098.07	c  2098s| 28700 |    37 | 12927k| 432.8 |   317M |  42 | 919 |6660 |4442 |  12k|  0 |4045 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2102.01/2107.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2102.01/2107.59	c  2108s| 28800 |    37 | 12983k| 433.2 |   317M |  42 | 919 |6666 |4444 |  12k|  1 |4068 |  38 | 0.000000e+00 |      --      |    Inf |   0.83%
2108.90/2114.45	c  2114s| 28900 |    39 | 13028k| 433.3 |   317M |  42 | 919 |6729 |4447 |  12k|  0 |4146 |  38 | 0.000000e+00 |      --      |    Inf |   0.84%
2116.08/2121.67	c  2122s| 29000 |    39 | 13077k| 433.5 |   317M |  42 | 919 |6763 |4440 |  12k|  1 |4192 |  38 | 0.000000e+00 |      --      |    Inf |   0.84%
2123.26/2128.84	c  2129s| 29100 |    39 | 13125k| 433.6 |   317M |  42 | 919 |6822 |4446 |  12k|  0 |4252 |  38 | 0.000000e+00 |      --      |    Inf |   0.84%
2129.94/2135.54	c  2136s| 29200 |    39 | 13169k| 433.7 |   318M |  42 | 919 |6882 |4448 |  12k|  0 |4312 |  38 | 0.000000e+00 |      --      |    Inf |   0.84%
2136.53/2142.19	c  2142s| 29300 |    37 | 13214k| 433.7 |   318M |  42 | 919 |6929 |4449 |  12k|  0 |4367 |  38 | 0.000000e+00 |      --      |    Inf |   0.84%
2143.11/2148.76	c  2149s| 29400 |    41 | 13258k| 433.7 |   318M |  42 | 919 |6969 |4449 |  12k|  1 |4423 |  38 | 0.000000e+00 |      --      |    Inf |   0.84%
2149.69/2155.39	c  2155s| 29500 |    39 | 13301k| 433.7 |   318M |  42 | 919 |7027 |4447 |  12k|  1 |4481 |  38 | 0.000000e+00 |      --      |    Inf |   0.84%
2155.97/2161.63	c  2162s| 29600 |    33 | 13342k| 433.6 |   318M |  42 | 919 |7052 |4442 |  12k|  0 |4516 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2161.96/2167.66	c  2168s| 29700 |    37 | 13381k| 433.5 |   318M |  42 | 919 |7072 |4445 |  12k|  0 |4549 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2167.74/2173.42	c  2173s| 29800 |    35 | 13419k| 433.3 |   318M |  42 | 919 |7096 |4444 |  12k|  0 |4577 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2175.12/2180.86	c  2181s| 29900 |    37 | 13467k| 433.5 |   318M |  42 | 919 |7103 |4439 |  12k|  0 |4593 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2181.31/2187.06	c  2187s| 30000 |    35 | 13508k| 433.4 |   318M |  42 | 919 |7129 |4440 |  12k|  0 |4619 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2186.99/2192.72	c  2193s| 30100 |    33 | 13546k| 433.2 |   318M |  42 | 919 |7130 |4440 |  12k|  1 |4631 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2193.57/2199.31	c  2199s| 30200 |    31 | 13590k| 433.2 |   318M |  42 | 919 |7144 |4440 |  12k|  0 |4645 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2200.26/2206.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2200.26/2206.08	c  2206s| 30300 |    31 | 13635k| 433.3 |   318M |  42 | 919 |7151 |4440 |  12k|  0 |4654 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2206.54/2212.35	c  2212s| 30400 |    37 | 13676k| 433.2 |   318M |  42 | 919 |7139 |4441 |  12k|  0 |4664 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2212.72/2218.52	c  2219s| 30500 |    39 | 13717k| 433.2 |   318M |  42 | 919 |7143 |4443 |  12k|  1 |4670 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2218.91/2224.75	c  2225s| 30600 |    37 | 13759k| 433.1 |   318M |  42 | 919 |7158 |4441 |  12k|  1 |4686 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2225.59/2231.43	c  2231s| 30700 |    43 | 13804k| 433.1 |   318M |  42 | 919 |7169 |4447 |  12k|  1 |4698 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2232.57/2238.47	c  2238s| 30800 |    41 | 13851k| 433.3 |   318M |  42 | 919 |7201 |4448 |  12k|  2 |4730 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2239.35/2245.24	c  2245s| 30900 |    39 | 13895k| 433.3 |   318M |  42 | 919 |7242 |4447 |  12k|  2 |4775 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2245.54/2251.46	c  2251s| 31000 |    35 | 13937k| 433.2 |   318M |  42 | 919 |7253 |4443 |  12k|  1 |4787 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2251.72/2257.62	c  2258s| 31100 |    35 | 13977k| 433.2 |   318M |  42 | 919 |7282 |4445 |  12k|  0 |4818 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2258.60/2264.53	c  2265s| 31200 |    37 | 14023k| 433.2 |   318M |  42 | 919 |7300 |4447 |  13k|  2 |4838 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2264.79/2270.75	c  2271s| 31300 |    33 | 14065k| 433.2 |   318M |  42 | 919 |7315 |4441 |  13k|  0 |4855 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2271.47/2277.43	c  2277s| 31400 |    37 | 14110k| 433.2 |   318M |  42 | 919 |7329 |4442 |  13k|  0 |4873 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2278.35/2284.39	c  2284s| 31500 |    39 | 14156k| 433.3 |   318M |  42 | 919 |7335 |4449 |  13k|  2 |4879 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2285.73/2291.72	c  2292s| 31600 |    49 | 14202k| 433.4 |   318M |  42 | 919 |7349 |4446 |  13k|  2 |4893 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2297.41/2303.47	c  2303s| 31700 |    49 | 14249k| 433.5 |   318M |  42 | 919 |7356 |4448 |  13k|  0 |4900 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2304.09/2310.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2304.09/2310.11	c  2310s| 31800 |    41 | 14294k| 433.5 |   318M |  42 | 919 |7360 |4449 |  13k|  0 |4904 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2309.98/2316.08	c  2316s| 31900 |    37 | 14334k| 433.5 |   318M |  42 | 919 |7364 |4445 |  13k|  1 |4908 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2316.55/2322.60	c  2323s| 32000 |    47 | 14376k| 433.4 |   318M |  42 | 919 |7372 |4446 |  13k|  1 |4917 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2321.84/2327.97	c  2328s| 32100 |    43 | 14412k| 433.2 |   318M |  42 | 919 |7374 |4447 |  13k|  1 |4919 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2327.93/2334.01	c  2334s| 32200 |    49 | 14453k| 433.1 |   318M |  42 | 919 |7375 |4446 |  13k|  0 |4921 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2333.81/2339.93	c  2340s| 32300 |    43 | 14493k| 433.0 |   318M |  42 | 919 |7381 |4447 |  13k|  1 |4927 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2339.69/2345.85	c  2346s| 32400 |    37 | 14532k| 432.9 |   318M |  42 | 919 |7381 |4447 |  13k|  1 |4927 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2345.88/2352.04	c  2352s| 32500 |    37 | 14573k| 432.8 |   318M |  42 | 919 |7381 |4452 |  13k|  2 |4927 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2352.46/2358.60	c  2359s| 32600 |    41 | 14617k| 432.8 |   318M |  42 | 919 |7400 |4450 |  13k|  0 |4946 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2358.15/2364.33	c  2364s| 32700 |    37 | 14655k| 432.7 |   318M |  42 | 919 |7422 |4445 |  13k|  1 |4968 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2364.03/2370.25	c  2370s| 32800 |    39 | 14694k| 432.6 |   318M |  42 | 919 |7432 |4448 |  13k|  2 |4978 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2370.11/2376.31	c  2376s| 32900 |    35 | 14734k| 432.5 |   318M |  42 | 919 |7448 |4445 |  13k|  0 |4994 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2377.30/2383.54	c  2384s| 33000 |    35 | 14782k| 432.6 |   318M |  42 | 919 |7477 |4445 |  13k|  0 |5023 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2383.88/2390.11	c  2390s| 33100 |    31 | 14825k| 432.6 |   318M |  42 | 919 |7489 |4445 |  13k|  0 |5035 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2390.36/2396.62	c  2397s| 33200 |    39 | 14868k| 432.6 |   318M |  42 | 919 |7496 |4444 |  13k|  1 |5043 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2397.14/2403.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2397.14/2403.45	c  2403s| 33300 |    39 | 14913k| 432.7 |   318M |  42 | 919 |7508 |4448 |  13k|  1 |5055 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2403.93/2410.24	c  2410s| 33400 |    37 | 14959k| 432.7 |   318M |  42 | 919 |7517 |4439 |  13k|  0 |5064 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2410.21/2416.53	c  2417s| 33500 |    35 | 15002k| 432.7 |   318M |  42 | 919 |7526 |4448 |  13k|  0 |5073 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2416.49/2422.80	c  2423s| 33600 |    37 | 15042k| 432.6 |   318M |  42 | 919 |7530 |4448 |  13k|  0 |5077 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2422.68/2429.01	c  2429s| 33700 |    33 | 15083k| 432.6 |   318M |  42 | 919 |7540 |4439 |  13k|  0 |5088 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2428.77/2435.11	c  2435s| 33800 |    33 | 15123k| 432.5 |   318M |  42 | 919 |7540 |4441 |  13k|  0 |5102 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2434.05/2440.46	c  2440s| 33900 |    37 | 15158k| 432.2 |   318M |  42 | 919 |7532 |4446 |  13k|  1 |5109 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2440.23/2446.64	c  2447s| 34000 |    35 | 15200k| 432.2 |   318M |  42 | 919 |7478 |4448 |  13k|  0 |5121 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2448.01/2454.45	c  2454s| 34100 |    47 | 15250k| 432.4 |   318M |  42 | 919 |7383 |4438 |  13k|  0 |5129 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2453.60/2460.06	c  2460s| 34200 |    51 | 15287k| 432.2 |   318M |  42 | 919 |7384 |4442 |  13k|  0 |5134 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2458.18/2464.60	c  2465s| 34300 |    47 | 15317k| 431.8 |   318M |  42 | 919 |7388 |4442 |  13k|  1 |5138 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2464.07/2470.59	c  2471s| 34400 |    51 | 15356k| 431.7 |   318M |  42 | 919 |7399 |4445 |  14k|  1 |5149 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2468.16/2474.62	c  2475s| 34500 |    51 | 15383k| 431.3 |   318M |  42 | 919 |7402 |4448 |  14k|  1 |5152 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2474.24/2480.71	c  2481s| 34600 |    49 | 15423k| 431.2 |   318M |  42 | 919 |7407 |4442 |  14k|  1 |5157 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2480.63/2487.14	c  2487s| 34700 |    43 | 15466k| 431.2 |   318M |  42 | 919 |7414 |4438 |  14k|  0 |5164 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2485.71/2492.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2485.71/2492.23	c  2492s| 34800 |    45 | 15500k| 430.9 |   318M |  42 | 919 |7427 |4444 |  14k|  0 |5177 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2492.00/2498.54	c  2499s| 34900 |    49 | 15542k| 430.9 |   318M |  42 | 919 |7435 |4442 |  14k|  1 |5190 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2497.88/2504.49	c  2504s| 35000 |    49 | 15580k| 430.8 |   318M |  42 | 919 |7447 |4446 |  14k|  1 |5204 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2503.67/2510.22	c  2510s| 35100 |    45 | 15618k| 430.6 |   318M |  42 | 919 |7450 |4446 |  14k|  1 |5207 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2508.85/2515.47	c  2515s| 35200 |    47 | 15653k| 430.4 |   318M |  42 | 919 |7454 |4438 |  14k|  0 |5211 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2514.54/2521.17	c  2521s| 35300 |    45 | 15691k| 430.3 |   318M |  42 | 919 |7461 |4445 |  14k|  0 |5219 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2519.23/2525.82	c  2526s| 35400 |    47 | 15723k| 429.9 |   318M |  42 | 919 |7466 |4448 |  14k|  1 |5224 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2524.11/2530.76	c  2531s| 35500 |    47 | 15755k| 429.7 |   318M |  42 | 919 |7468 |4438 |  14k|  1 |5228 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2530.79/2537.41	c  2537s| 35600 |    45 | 15799k| 429.7 |   318M |  42 | 919 |7475 |4447 |  14k|  1 |5236 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2537.38/2544.01	c  2544s| 35700 |    43 | 15843k| 429.7 |   318M |  42 | 919 |7483 |4448 |  14k|  1 |5244 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2545.74/2552.49	c  2552s| 35800 |    45 | 15887k| 429.7 |   318M |  42 | 919 |7501 |4442 |  14k|  2 |5263 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2551.53/2558.29	c  2558s| 35900 |    53 | 15926k| 429.6 |   318M |  42 | 919 |7513 |4445 |  14k|  1 |5275 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2557.31/2564.07	c  2564s| 36000 |    49 | 15965k| 429.5 |   318M |  42 | 919 |7516 |4438 |  14k|  0 |5278 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2564.19/2570.94	c  2571s| 36100 |    51 | 16011k| 429.6 |   318M |  42 | 919 |7517 |4446 |  14k|  1 |5280 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2570.47/2577.22	c  2577s| 36200 |    53 | 16053k| 429.6 |   318M |  42 | 919 |7524 |4446 |  14k|  0 |5288 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2575.95/2582.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2575.95/2582.71	c  2583s| 36300 |    47 | 16090k| 429.4 |   318M |  42 | 919 |7533 |4447 |  14k|  0 |5298 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2581.53/2588.30	c  2588s| 36400 |    51 | 16127k| 429.3 |   318M |  42 | 919 |7551 |4445 |  14k|  2 |5317 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2590.70/2597.59	c  2598s| 36500 |    48 | 16174k| 429.4 |   318M |  42 | 919 |7560 |4443 |  14k|  1 |5326 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2597.48/2604.39	c  2604s| 36600 |    48 | 16218k| 429.4 |   318M |  42 | 919 |7561 |4445 |  14k|  0 |5329 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2603.66/2610.56	c  2611s| 36700 |    46 | 16259k| 429.3 |   318M |  42 | 919 |7574 |4437 |  14k|  0 |5342 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2609.94/2616.89	c  2617s| 36800 |    50 | 16300k| 429.3 |   318M |  42 | 919 |7591 |4443 |  14k|  1 |5360 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2614.33/2621.25	c  2621s| 36900 |    50 | 16328k| 428.9 |   318M |  42 | 919 |7611 |4443 |  14k|  1 |5380 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2619.41/2626.30	c  2626s| 37000 |    50 | 16362k| 428.7 |   318M |  42 | 919 |7640 |4443 |  14k|  0 |5409 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2625.69/2632.65	c  2633s| 37100 |    50 | 16402k| 428.6 |   318M |  42 | 919 |7649 |4448 |  14k|  0 |5425 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2631.18/2638.11	c  2638s| 37200 |    48 | 16440k| 428.5 |   318M |  42 | 919 |7649 |4445 |  14k|  1 |5427 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2635.76/2642.77	c  2643s| 37300 |    48 | 16472k| 428.2 |   318M |  42 | 919 |7650 |4445 |  14k|  1 |5428 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2640.95/2647.97	c  2648s| 37400 |    50 | 16507k| 428.0 |   318M |  42 | 919 |7653 |4443 |  14k|  0 |5431 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2645.93/2652.94	c  2653s| 37500 |    48 | 16541k| 427.7 |   318M |  42 | 919 |7658 |4447 |  14k|  0 |5436 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2651.31/2658.32	c  2658s| 37600 |    48 | 16577k| 427.6 |   318M |  42 | 919 |7660 |4446 |  15k|  0 |5438 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2657.39/2664.45	c  2664s| 37700 |    52 | 16616k| 427.5 |   318M |  42 | 919 |7667 |4447 |  15k|  1 |5445 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2662.98/2670.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2662.98/2670.10	c  2670s| 37800 |    46 | 16654k| 427.3 |   318M |  42 | 919 |7666 |4446 |  15k|  0 |5446 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2668.56/2675.70	c  2676s| 37900 |    50 | 16690k| 427.2 |   318M |  42 | 919 |7668 |4446 |  15k|  0 |5449 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2674.94/2682.00	c  2682s| 38000 |    44 | 16732k| 427.2 |   318M |  42 | 919 |7671 |4445 |  15k|  0 |5452 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2681.51/2688.66	c  2689s| 38100 |    42 | 16775k| 427.2 |   318M |  42 | 919 |7678 |4444 |  15k|  0 |5459 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2687.59/2694.79	c  2695s| 38200 |    44 | 16815k| 427.1 |   318M |  42 | 919 |7694 |4443 |  15k|  0 |5475 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2693.17/2700.37	c  2700s| 38300 |    46 | 16852k| 427.0 |   318M |  42 | 919 |7695 |4448 |  15k|  2 |5477 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2699.06/2706.27	c  2706s| 38400 |    44 | 16892k| 426.9 |   318M |  42 | 919 |7701 |4446 |  15k|  0 |5485 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2706.13/2713.30	c  2713s| 38500 |    44 | 16940k| 427.0 |   318M |  42 | 919 |7712 |4444 |  15k|  0 |5496 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2711.92/2719.12	c  2719s| 38600 |    44 | 16979k| 426.9 |   318M |  42 | 919 |7727 |4444 |  15k|  0 |5511 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2717.80/2725.01	c  2725s| 38700 |    42 | 17019k| 426.9 |   318M |  42 | 919 |7731 |4434 |  15k|  0 |5519 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2723.97/2731.23	c  2731s| 38800 |    46 | 17061k| 426.8 |   318M |  42 | 919 |7735 |4444 |  15k|  1 |5525 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2730.25/2737.56	c  2738s| 38900 |    43 | 17104k| 426.8 |   318M |  42 | 919 |7748 |4438 |  15k|  1 |5538 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2736.24/2743.53	c  2744s| 39000 |    43 | 17143k| 426.8 |   318M |  42 | 919 |7749 |4444 |  15k|  1 |5539 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2742.52/2749.86	c  2750s| 39100 |    43 | 17186k| 426.8 |   318M |  42 | 919 |7752 |4434 |  15k|  1 |5542 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2748.30/2755.64	c  2756s| 39200 |    43 | 17226k| 426.7 |   318M |  42 | 919 |7762 |4444 |  15k|  1 |5552 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2753.79/2761.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2753.79/2761.19	c  2761s| 39300 |    41 | 17264k| 426.6 |   318M |  42 | 919 |7770 |4434 |  15k|  0 |5560 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2759.86/2767.24	c  2767s| 39400 |    43 | 17304k| 426.5 |   318M |  42 | 919 |7773 |4446 |  15k|  0 |5564 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2765.65/2773.08	c  2773s| 39500 |    41 | 17344k| 426.5 |   318M |  42 | 919 |7777 |4443 |  15k|  0 |5568 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2771.43/2778.87	c  2779s| 39600 |    41 | 17383k| 426.4 |   318M |  42 | 919 |7785 |4438 |  15k|  0 |5576 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2778.11/2785.51	c  2786s| 39700 |    39 | 17427k| 426.4 |   318M |  42 | 919 |7791 |4444 |  15k|  0 |5582 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2783.99/2791.47	c  2791s| 39800 |    41 | 17467k| 426.3 |   318M |  42 | 919 |7797 |4441 |  15k|  0 |5591 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2790.87/2798.36	c  2798s| 39900 |    45 | 17514k| 426.4 |   318M |  42 | 919 |7797 |4444 |  15k|  0 |5592 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2796.15/2803.68	c  2804s| 40000 |    47 | 17548k| 426.2 |   318M |  42 | 919 |7800 |4446 |  15k|  0 |5596 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2802.34/2809.81	c  2810s| 40100 |    45 | 17589k| 426.2 |   318M |  42 | 919 |7800 |4449 |  15k|  0 |5599 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2807.92/2815.48	c  2815s| 40200 |    41 | 17628k| 426.1 |   318M |  42 | 919 |7801 |4447 |  15k|  0 |5602 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2814.10/2821.69	c  2822s| 40300 |    41 | 17669k| 426.1 |   318M |  42 | 919 |7800 |4444 |  15k|  1 |5602 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2820.98/2828.59	c  2829s| 40400 |    41 | 17715k| 426.1 |   318M |  42 | 919 |7806 |4439 |  15k|  0 |5611 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2826.96/2834.58	c  2835s| 40500 |    43 | 17755k| 426.1 |   318M |  42 | 919 |7819 |4438 |  15k|  1 |5626 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2832.25/2839.88	c  2840s| 40600 |    43 | 17791k| 425.9 |   318M |  42 | 919 |7819 |4446 |  15k|  1 |5626 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2837.23/2844.80	c  2845s| 40700 |    45 | 17824k| 425.7 |   318M |  42 | 919 |7825 |4438 |  15k|  0 |5632 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2842.42/2850.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2842.42/2850.04	c  2850s| 40800 |    43 | 17859k| 425.5 |   318M |  42 | 919 |7833 |4446 |  16k|  0 |5640 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2847.10/2854.76	c  2855s| 40900 |    42 | 17892k| 425.3 |   318M |  42 | 919 |7863 |4445 |  16k|  0 |5670 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2852.68/2860.37	c  2860s| 41000 |    42 | 17930k| 425.2 |   318M |  42 | 919 |7879 |4439 |  16k|  0 |5686 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2858.47/2866.14	c  2866s| 41100 |    44 | 17968k| 425.1 |   318M |  42 | 919 |7884 |4446 |  16k|  1 |5691 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2865.15/2872.80	c  2873s| 41200 |    44 | 18013k| 425.1 |   318M |  42 | 919 |7886 |4441 |  16k|  1 |5693 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2872.13/2879.89	c  2880s| 41300 |    44 | 18058k| 425.2 |   318M |  42 | 919 |7887 |4445 |  16k|  1 |5694 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2879.11/2886.84	c  2887s| 41400 |    40 | 18104k| 425.3 |   318M |  42 | 919 |7890 |4439 |  16k|  1 |5697 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2885.79/2893.56	c  2894s| 41500 |    40 | 18149k| 425.3 |   318M |  42 | 919 |7892 |4438 |  16k|  0 |5699 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2892.37/2900.19	c  2900s| 41600 |    36 | 18193k| 425.4 |   318M |  42 | 919 |7901 |4446 |  16k|  0 |5708 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2899.15/2906.94	c  2907s| 41700 |    40 | 18238k| 425.4 |   318M |  42 | 919 |7895 |4438 |  16k|  0 |5711 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2904.73/2912.50	c  2912s| 41800 |    38 | 18275k| 425.3 |   318M |  42 | 919 |7903 |4442 |  16k|  2 |5719 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2911.01/2918.83	c  2919s| 41900 |    46 | 18318k| 425.3 |   318M |  42 | 919 |7913 |4444 |  16k|  0 |5730 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2916.30/2924.13	c  2924s| 42000 |    42 | 18354k| 425.2 |   319M |  42 | 919 |7912 |4445 |  16k|  0 |5731 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2921.78/2929.69	c  2930s| 42100 |    42 | 18391k| 425.0 |   319M |  42 | 919 |7923 |4447 |  16k|  0 |5743 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2927.06/2934.91	c  2935s| 42200 |    42 | 18427k| 424.9 |   319M |  42 | 919 |7929 |4439 |  16k|  1 |5750 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2932.44/2940.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2932.44/2940.35	c  2940s| 42300 |    42 | 18464k| 424.8 |   319M |  42 | 919 |7946 |4447 |  16k|  0 |5767 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2937.83/2945.78	c  2946s| 42400 |    44 | 18502k| 424.6 |   319M |  42 | 919 |7947 |4446 |  16k|  1 |5768 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2942.71/2950.67	c  2951s| 42500 |    40 | 18535k| 424.4 |   319M |  42 | 919 |7947 |4423 |  16k|  1 |5768 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2949.00/2956.95	c  2957s| 42600 |    42 | 18577k| 424.4 |   319M |  42 | 919 |7970 |4444 |  16k|  0 |5791 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2955.08/2963.00	c  2963s| 42700 |    40 | 18617k| 424.4 |   319M |  42 | 919 |7987 |4443 |  16k|  1 |5808 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2960.96/2968.90	c  2969s| 42800 |    44 | 18656k| 424.3 |   319M |  42 | 919 |7990 |4447 |  16k|  1 |5813 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2967.15/2975.15	c  2975s| 42900 |    42 | 18698k| 424.3 |   319M |  42 | 919 |7994 |4440 |  16k|  0 |5817 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2972.82/2980.84	c  2981s| 43000 |    46 | 18736k| 424.2 |   319M |  42 | 919 |7994 |4446 |  16k|  1 |5817 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2978.21/2986.20	c  2986s| 43100 |    42 | 18773k| 424.0 |   319M |  42 | 919 |7994 |4442 |  16k|  1 |5817 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2984.29/2992.30	c  2992s| 43200 |    40 | 18813k| 424.0 |   319M |  42 | 919 |8000 |4442 |  16k|  0 |5823 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2989.27/2997.37	c  2997s| 43300 |    42 | 18847k| 423.8 |   319M |  42 | 919 |8002 |4442 |  16k|  1 |5825 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
2995.75/3003.80	c  3004s| 43400 |    42 | 18889k| 423.8 |   319M |  42 | 919 |8002 |4446 |  16k|  1 |5825 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3001.74/3009.89	c  3010s| 43500 |    42 | 18930k| 423.8 |   319M |  42 | 919 |8010 |4444 |  16k|  0 |5833 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3007.52/3015.69	c  3016s| 43600 |    40 | 18968k| 423.7 |   319M |  42 | 919 |8010 |4445 |  16k|  1 |5833 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3014.00/3022.15	c  3022s| 43700 |    38 | 19011k| 423.7 |   319M |  42 | 919 |8010 |4440 |  16k|  1 |5833 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3020.78/3028.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3020.78/3028.90	c  3029s| 43800 |    40 | 19055k| 423.7 |   319M |  42 | 919 |8024 |4441 |  17k|  0 |5847 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3027.06/3035.23	c  3035s| 43900 |    40 | 19097k| 423.7 |   319M |  42 | 919 |8041 |4446 |  17k|  0 |5864 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3033.44/3041.63	c  3042s| 44000 |    40 | 19140k| 423.7 |   319M |  42 | 919 |8046 |4442 |  17k|  0 |5869 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3039.02/3047.20	c  3047s| 44100 |    40 | 19178k| 423.6 |   319M |  42 | 919 |8057 |4442 |  17k|  1 |5880 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3044.20/3052.40	c  3052s| 44200 |    42 | 19212k| 423.5 |   319M |  42 | 919 |8057 |4448 |  17k|  0 |5880 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3049.69/3057.95	c  3058s| 44300 |    44 | 19249k| 423.3 |   319M |  42 | 919 |8058 |4446 |  17k|  0 |5881 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3054.97/3063.26	c  3063s| 44400 |    42 | 19285k| 423.2 |   319M |  42 | 919 |8058 |4445 |  17k|  1 |5881 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3060.76/3069.05	c  3069s| 44500 |    38 | 19324k| 423.1 |   319M |  42 | 919 |8058 |4446 |  17k|  0 |5881 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3066.64/3074.99	c  3075s| 44600 |    44 | 19363k| 423.1 |   319M |  42 | 919 |8073 |4446 |  17k|  0 |5896 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3071.72/3080.09	c  3080s| 44700 |    44 | 19397k| 422.9 |   319M |  42 | 919 |8074 |4450 |  17k|  1 |5897 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3078.00/3086.31	c  3086s| 44800 |    42 | 19438k| 422.8 |   319M |  42 | 919 |8074 |4446 |  17k|  1 |5897 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3084.18/3092.55	c  3093s| 44900 |    38 | 19479k| 422.8 |   319M |  42 | 919 |8074 |4441 |  17k|  1 |5897 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3090.77/3099.18	c  3099s| 45000 |    44 | 19522k| 422.8 |   319M |  42 | 919 |8080 |4447 |  17k|  1 |5903 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3096.44/3104.85	c  3105s| 45100 |    40 | 19560k| 422.7 |   319M |  42 | 919 |8082 |4448 |  17k|  1 |5905 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3102.92/3111.36	c  3111s| 45200 |    38 | 19603k| 422.7 |   319M |  42 | 919 |8090 |4442 |  17k|  1 |5913 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3108.11/3116.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3108.11/3116.54	c  3117s| 45300 |    38 | 19638k| 422.6 |   319M |  42 | 919 |8115 |4449 |  17k|  0 |5938 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3112.79/3121.26	c  3121s| 45400 |    40 | 19669k| 422.4 |   319M |  42 | 919 |8130 |4446 |  17k|  1 |5953 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3119.27/3127.78	c  3128s| 45500 |    38 | 19713k| 422.4 |   319M |  42 | 919 |8141 |4442 |  17k|  1 |5964 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3125.75/3134.28	c  3134s| 45600 |    40 | 19756k| 422.4 |   319M |  42 | 919 |8145 |4449 |  17k|  1 |5968 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3131.24/3139.73	c  3140s| 45700 |    40 | 19793k| 422.3 |   319M |  42 | 919 |8150 |4450 |  17k|  0 |5973 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3137.32/3145.87	c  3146s| 45800 |    38 | 19833k| 422.2 |   319M |  42 | 919 |8166 |4452 |  17k|  0 |5989 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3143.40/3151.96	c  3152s| 45900 |    36 | 19873k| 422.2 |   319M |  42 | 919 |8173 |4449 |  17k|  1 |5996 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3149.48/3158.00	c  3158s| 46000 |    36 | 19914k| 422.2 |   319M |  42 | 919 |8176 |4453 |  17k|  0 |5999 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3156.46/3165.09	c  3165s| 46100 |    36 | 19960k| 422.3 |   319M |  42 | 919 |8189 |4449 |  17k|  0 |6013 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3162.74/3171.34	c  3171s| 46200 |    36 | 20001k| 422.2 |   319M |  42 | 919 |8212 |4444 |  17k|  0 |6039 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3168.22/3176.82	c  3177s| 46300 |    36 | 20037k| 422.1 |   319M |  42 | 919 |8231 |4444 |  17k|  0 |6061 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3174.00/3182.63	c  3183s| 46400 |    38 | 20075k| 422.0 |   319M |  42 | 919 |8241 |4453 |  17k|  1 |6073 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3179.29/3187.94	c  3188s| 46500 |    42 | 20110k| 421.8 |   319M |  42 | 919 |8248 |4450 |  17k|  0 |6082 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3184.67/3193.31	c  3193s| 46600 |    39 | 20145k| 421.7 |   319M |  42 | 919 |8262 |4452 |  17k|  0 |6097 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3189.75/3198.48	c  3198s| 46700 |    37 | 20179k| 421.5 |   319M |  42 | 919 |8263 |4452 |  18k|  0 |6098 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3195.23/3203.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3195.23/3203.99	c  3204s| 46800 |    37 | 20216k| 421.4 |   319M |  42 | 919 |8267 |4445 |  18k|  1 |6104 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3200.72/3209.41	c  3209s| 46900 |    37 | 20252k| 421.3 |   319M |  42 | 919 |8267 |4450 |  18k|  0 |6104 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3207.40/3216.16	c  3216s| 47000 |    37 | 20297k| 421.4 |   319M |  42 | 919 |8271 |4453 |  18k|  1 |6108 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3213.28/3222.08	c  3222s| 47100 |    37 | 20336k| 421.3 |   319M |  42 | 919 |8271 |4443 |  18k|  0 |6108 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3219.16/3227.92	c  3228s| 47200 |    37 | 20374k| 421.2 |   319M |  42 | 919 |8271 |4448 |  18k|  1 |6108 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3225.53/3234.31	c  3234s| 47300 |    37 | 20414k| 421.2 |   319M |  42 | 919 |8271 |4451 |  18k|  0 |6108 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3232.11/3240.92	c  3241s| 47400 |    35 | 20456k| 421.2 |   319M |  42 | 919 |8274 |4453 |  18k|  1 |6111 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3240.68/3249.59	c  3250s| 47500 |    41 | 20501k| 421.2 |   319M |  42 | 919 |8267 |4446 |  18k|  1 |6123 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3245.67/3254.57	c  3255s| 47600 |    39 | 20534k| 421.0 |   319M |  42 | 919 |8273 |4442 |  18k|  1 |6142 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3250.75/3259.61	c  3260s| 47700 |    41 | 20567k| 420.8 |   319M |  42 | 919 |8253 |4448 |  18k|  0 |6148 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3259.32/3268.26	c  3268s| 47800 |    43 | 20617k| 421.0 |   319M |  42 | 919 |8250 |4447 |  18k|  1 |6156 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3264.31/3273.26	c  3273s| 47900 |    39 | 20651k| 420.8 |   319M |  42 | 919 |8229 |4442 |  18k|  1 |6160 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3270.59/3279.54	c  3280s| 48000 |    41 | 20693k| 420.8 |   319M |  42 | 919 |8231 |4442 |  18k|  0 |6164 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3275.18/3284.13	c  3284s| 48100 |    43 | 20723k| 420.6 |   319M |  42 | 919 |8252 |4450 |  18k|  0 |6185 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3280.06/3289.03	c  3289s| 48200 |    45 | 20755k| 420.4 |   319M |  42 | 919 |8272 |4451 |  18k|  1 |6205 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3284.84/3293.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3284.84/3293.80	c  3294s| 48300 |    41 | 20787k| 420.2 |   319M |  42 | 919 |8289 |4451 |  18k|  0 |6222 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3290.72/3299.77	c  3300s| 48400 |    39 | 20826k| 420.1 |   319M |  42 | 919 |8303 |4454 |  18k|  0 |6237 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3296.50/3305.51	c  3306s| 48500 |    41 | 20864k| 420.1 |   319M |  42 | 919 |8306 |4451 |  18k|  1 |6240 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3301.69/3310.72	c  3311s| 48600 |    37 | 20899k| 419.9 |   319M |  42 | 919 |8326 |4442 |  18k|  0 |6260 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3307.97/3317.06	c  3317s| 48700 |    41 | 20942k| 419.9 |   319M |  42 | 919 |8328 |4449 |  18k|  1 |6262 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3313.25/3322.34	c  3322s| 48800 |    41 | 20977k| 419.8 |   319M |  42 | 919 |8328 |4451 |  18k|  1 |6262 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3318.33/3327.48	c  3327s| 48900 |    39 | 21011k| 419.6 |   319M |  42 | 919 |8331 |4451 |  18k|  2 |6265 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3324.32/3333.42	c  3333s| 49000 |    37 | 21051k| 419.6 |   319M |  42 | 919 |8334 |4450 |  18k|  0 |6268 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3329.60/3338.79	c  3339s| 49100 |    37 | 21087k| 419.5 |   319M |  42 | 919 |8338 |4450 |  18k|  0 |6272 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3335.18/3344.37	c  3344s| 49200 |    39 | 21123k| 419.3 |   319M |  42 | 919 |8342 |4453 |  18k|  0 |6276 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3340.87/3350.00	c  3350s| 49300 |    41 | 21160k| 419.2 |   319M |  42 | 919 |8322 |4446 |  19k|  1 |6279 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3346.35/3355.54	c  3356s| 49400 |    37 | 21197k| 419.2 |   319M |  42 | 919 |8325 |4451 |  19k|  0 |6283 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3353.03/3362.21	c  3362s| 49500 |    39 | 21240k| 419.2 |   319M |  42 | 919 |8309 |4451 |  19k|  0 |6285 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3358.61/3367.88	c  3368s| 49600 |    39 | 21277k| 419.1 |   319M |  42 | 919 |8309 |4444 |  19k|  1 |6286 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3364.69/3373.98	c  3374s| 49700 |    43 | 21318k| 419.1 |   319M |  42 | 919 |8315 |4447 |  19k|  0 |6292 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3370.67/3379.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3370.67/3379.98	c  3380s| 49800 |    41 | 21357k| 419.0 |   319M |  42 | 919 |8315 |4451 |  19k|  1 |6293 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3376.45/3385.78	c  3386s| 49900 |    41 | 21395k| 418.9 |   319M |  42 | 919 |8314 |4453 |  19k|  0 |6293 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3383.33/3392.68	c  3393s| 50000 |    39 | 21439k| 419.0 |   319M |  42 | 919 |8314 |4450 |  19k|  0 |6293 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3389.31/3398.62	c  3399s| 50100 |    39 | 21479k| 418.9 |   319M |  42 | 919 |8314 |4451 |  19k|  1 |6293 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3395.80/3405.18	c  3405s| 50200 |    35 | 21522k| 418.9 |   319M |  42 | 919 |8315 |4449 |  19k|  0 |6297 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3402.68/3412.03	c  3412s| 50300 |    35 | 21567k| 419.0 |   319M |  42 | 919 |8310 |4447 |  19k|  1 |6297 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3408.66/3418.06	c  3418s| 50400 |    37 | 21606k| 419.0 |   319M |  42 | 919 |8314 |4439 |  19k|  1 |6302 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3415.53/3424.98	c  3425s| 50500 |    37 | 21651k| 419.0 |   319M |  42 | 919 |8315 |4451 |  19k|  0 |6310 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3422.41/3431.87	c  3432s| 50600 |    35 | 21696k| 419.1 |   319M |  42 | 919 |8311 |4445 |  19k|  0 |6316 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3428.59/3438.03	c  3438s| 50700 |    37 | 21737k| 419.1 |   319M |  42 | 919 |8317 |4441 |  19k|  1 |6322 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3436.06/3445.52	c  3446s| 50800 |    31 | 21786k| 419.2 |   319M |  42 | 919 |8309 |4443 |  19k|  1 |6328 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3441.84/3451.35	c  3451s| 50900 |    37 | 21822k| 419.1 |   319M |  42 | 919 |8320 |4446 |  19k|  0 |6346 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3447.23/3456.78	c  3457s| 51000 |    41 | 21858k| 419.0 |   319M |  42 | 919 |8325 |4443 |  19k|  1 |6353 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3452.71/3462.27	c  3462s| 51100 |    37 | 21893k| 418.8 |   319M |  42 | 919 |8337 |4445 |  19k|  1 |6365 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3458.69/3468.27	c  3468s| 51200 |    37 | 21931k| 418.8 |   319M |  42 | 919 |8351 |4451 |  19k|  1 |6380 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3464.47/3474.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3464.47/3474.09	c  3474s| 51300 |    37 | 21969k| 418.7 |   319M |  42 | 919 |8364 |4447 |  19k|  1 |6398 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3470.56/3480.17	c  3480s| 51400 |    35 | 22009k| 418.7 |   319M |  42 | 919 |8368 |4453 |  20k|  0 |6403 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3476.54/3486.18	c  3486s| 51500 |    33 | 22049k| 418.6 |   319M |  42 | 919 |8372 |4451 |  20k|  0 |6410 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3482.42/3492.06	c  3492s| 51600 |    37 | 22087k| 418.5 |   319M |  42 | 919 |8365 |4441 |  20k|  1 |6411 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3488.69/3498.30	c  3498s| 51700 |    37 | 22128k| 418.5 |   319M |  42 | 919 |8364 |4441 |  20k|  1 |6414 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3494.78/3504.49	c  3504s| 51800 |    35 | 22169k| 418.5 |   319M |  42 | 919 |8353 |4441 |  20k|  0 |6416 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3500.56/3510.29	c  3510s| 51900 |    39 | 22207k| 418.4 |   319M |  42 | 919 |8351 |4450 |  20k|  0 |6428 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3507.44/3517.10	c  3517s| 52000 |    37 | 22253k| 418.5 |   319M |  42 | 919 |8345 |4441 |  20k|  1 |6429 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3513.32/3523.01	c  3523s| 52100 |    37 | 22293k| 418.5 |   319M |  42 | 919 |8327 |4446 |  20k|  1 |6431 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3518.50/3528.21	c  3528s| 52200 |    35 | 22328k| 418.4 |   319M |  42 | 919 |8316 |4449 |  20k|  0 |6431 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3524.98/3534.73	c  3535s| 52300 |    35 | 22371k| 418.4 |   319M |  42 | 919 |8312 |4450 |  20k|  0 |6434 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3531.06/3540.86	c  3541s| 52400 |    35 | 22412k| 418.4 |   319M |  42 | 919 |8299 |4449 |  20k|  0 |6435 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3537.74/3547.52	c  3548s| 52500 |    33 | 22454k| 418.4 |   319M |  42 | 919 |8288 |4444 |  20k|  0 |6438 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3543.92/3553.76	c  3554s| 52600 |    37 | 22495k| 418.3 |   319M |  42 | 919 |8287 |4454 |  20k|  2 |6450 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3548.71/3558.52	c  3559s| 52700 |    35 | 22527k| 418.2 |   319M |  42 | 919 |8288 |4449 |  20k|  1 |6462 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3554.09/3563.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3554.09/3563.97	c  3564s| 52800 |    33 | 22563k| 418.1 |   319M |  42 | 919 |8295 |4448 |  20k|  0 |6474 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3559.28/3569.17	c  3569s| 52900 |    31 | 22598k| 417.9 |   319M |  42 | 919 |8301 |4448 |  20k|  0 |6480 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3564.96/3574.80	c  3575s| 53000 |    29 | 22636k| 417.9 |   319M |  42 | 919 |8304 |4448 |  20k|  1 |6483 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3570.54/3580.40	c  3580s| 53100 |    31 | 22674k| 417.8 |   319M |  42 | 919 |8303 |4460 |  20k|  2 |6486 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3579.22/3589.11	c  3589s| 53200 |    31 | 22721k| 417.9 |   319M |  42 | 919 |8278 |4441 |  20k|  1 |6497 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3585.39/3595.35	c  3595s| 53300 |    29 | 22763k| 417.9 |   319M |  42 | 919 |8179 |4444 |  20k|  1 |6504 |  38 | 0.000000e+00 |      --      |    Inf |   0.85%
3587.09/3597.00	c 
3587.09/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.09/3597.00	c Solving Time (sec) : 3597.00
3587.09/3597.00	c Solving Nodes      : 53327 (total of 54428 nodes in 2 runs)
3587.09/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.09/3597.00	c Dual Bound         : +0.00000000000000e+00
3587.09/3597.00	c Gap                : infinite
3587.09/3597.00	s UNKNOWN
3587.09/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.09/3597.00	c Total Time         :    3597.00
3587.09/3597.00	c   solving          :    3597.00
3587.09/3597.00	c   presolving       :       0.44 (included in solving)
3587.09/3597.00	c   reading          :       0.01 (included in solving)
3587.09/3597.00	c   copying          :       1.17 (107 #copies) (minimal 0.01, maximal 0.02, average 0.01)
3587.09/3597.00	c Original Problem   :
3587.09/3597.00	c   Problem name     : HOME/instance-4514924-1751228451.opb
3587.09/3597.00	c   Variables        : 1372 (1372 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.09/3597.00	c   Constraints      : 4945 initial, 4945 maximal
3587.09/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.09/3597.00	c Presolved Problem  :
3587.09/3597.00	c   Problem name     : t_HOME/instance-4514924-1751228451.opb
3587.09/3597.00	c   Variables        : 919 (919 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.09/3597.00	c   Constraints      : 4964 initial, 8372 maximal
3587.09/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.09/3597.00	c   Nonzeros         : 64512 constraint, 565 clique table
3587.09/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.09/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   domcol           :       0.02       0.00      9        225          0          0          0          0          0          0          0          0
3587.09/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   dualsparsify     :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   gateextraction   :       0.03       0.00     19          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   implics          :       0.00       0.00     21          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   milp             :       0.03       0.00      2         18          0          0          0          0          0          0          0          0
3587.09/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   trivial          :       0.00       0.00     36          2          0          0          0          0          0          0          0          0
3587.09/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   dualfix          :       0.00       0.00     36         36          0          0          0          0          0          0          0          0
3587.09/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          2          0          0
3587.09/3597.00	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   knapsack         :       0.01       0.00     67          0          0          0          0          0          0          0          0          1
3587.09/3597.00	c   setppc           :       0.00       0.00     67          0          0          0          0          0         38          0          0          0
3587.09/3597.00	c   linear           :       0.03       0.00     14        117         43          0        117          0        277          0          0          0
3587.09/3597.00	c   logicor          :       0.24       0.01     64         12          0          0          0          0        414          0          0       4027
3587.09/3597.00	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   components       :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   root node        :          -          -      -          2          -          -          2          -          -          -          -          -
3587.09/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.09/3597.00	c   benderslp        :          0          0          0          0      27592          0          0       1755          0          0          0          0          0          0          0
3587.09/3597.00	c   integral         :          0          0          0          0      27592          0          0       1755          0          0          0          0          0          0      55184
3587.09/3597.00	c   knapsack         :         68         68         22     143126          0          0          0       1750      29550        174      11747          0          0          0          0
3587.09/3597.00	c   setppc           :        203        203         22     142885          0          0          0        934      35046          0      12845          0          0          0          0
3587.09/3597.00	c   logicor          :       4693+      8101         22      74302          0          0          0          0      27557        160      20475          0          0          0          0
3587.09/3597.00	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.09/3597.00	c   benderslp        :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   integral         :       8.91       0.00       0.00       0.00       8.91       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   knapsack         :       2.20       0.00       0.28       1.87       0.00       0.00       0.00       0.03       0.02       0.00
3587.09/3597.00	c   setppc           :       0.11       0.00       0.00       0.09       0.00       0.00       0.00       0.01       0.01       0.00
3587.09/3597.00	c   logicor          :       0.86       0.01       0.02       0.80       0.00       0.00       0.00       0.00       0.02       0.00
3587.09/3597.00	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   components       :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.09/3597.00	c   dualfix          :          3          0          0          0
3587.09/3597.00	c   genvbounds       :          0          0          0          0
3587.09/3597.00	c   nlobbt           :          0          0          0          0
3587.09/3597.00	c   obbt             :          0          0          0          0
3587.09/3597.00	c   probing          :          0          0          0          0
3587.09/3597.00	c   pseudoobj        :          0          0          0          0
3587.09/3597.00	c   redcost          :          0          0          0          0
3587.09/3597.00	c   rootredcost      :          0          0          0          0
3587.09/3597.00	c   symmetry         :          0          0          0          0
3587.09/3597.00	c   vbounds          :      35531          0          0          0
3587.09/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.09/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   genvbounds       :       0.04       0.00       0.00       0.04       0.00       0.00
3587.09/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.09/3597.00	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00       0.00
3587.09/3597.00	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
3587.09/3597.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3587.09/3597.00	c   symmetry         :       0.10       0.00       0.01       0.09       0.00       0.00
3587.09/3597.00	c   vbounds          :       0.10       0.00       0.00       0.10       0.00       0.00
3587.09/3597.00	c Symmetry           :
3587.09/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.09/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.09/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.09/3597.00	c   shadow tree time :       0.10 s
3587.09/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.09/3597.00	c   propagation      :       0.02        334        280          -       1579      188.0          1        6.0          -          -          -
3587.09/3597.00	c   infeasible LP    :       4.94      27300       3861          -      35553       39.6          1        3.0          0        0.0          0
3587.09/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.09/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.09/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.09/3597.00	c   applied globally :       0.04          -          -          0       6301       35.0          -          -          0          -          -
3587.09/3597.00	c   applied locally  :          -          -          -          0        203      157.2          -          -          0          -          -
3587.09/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.09/3597.00	c   cut pool         :       1.95          -       6623         42          -          -      11403      69411          -          -          -          -          -    (maximal pool size:       5204)
3587.09/3597.00	c   aggregation      :       0.72       0.00        235         22          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.09/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.09/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.09/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   clique           :       0.01       0.00         22         22          0          0         17        312          0        212        212          0          0
3587.09/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   gomory           :       5.52       0.00        234         20          0          0      14783      23292       4114       4206       4189         17          0
3587.09/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -       6453       2057         63         47         16          -
3587.09/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      16839       2057       4143       4142          1          -
3587.09/3597.00	c   impliedbounds    :       0.01       0.00        236         22          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   mcf              :       0.01       0.00          2          2          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   multilinear      :       0.00       0.00        332         22          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   rapidlearning    :       6.38       0.00        100          2          0          2          0          0          0          0          0          0          0
3587.09/3597.00	c   rlt              :       0.00       0.00        179         20          0          0          0          0          0          0          0          0          0
3587.09/3597.00	c   zerohalf         :       2.53       0.00        235         22          0          0       1015      45807        298      21826      21572        254          0
3587.09/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.09/3597.00	c   hybrid           :       0.26       0.00       5263         22      26244          0      47579        125          0       3998
3587.09/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.09/3597.00	c   problem variables:       0.00          -          0          0
3587.09/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.09/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c   relpscost        :       8.88       0.00      27592          0          0          0          0          0          0      55184
3587.09/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.09/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.09/3597.00	c   LP solutions     :       0.00          -          -          0          0
3587.09/3597.00	c   relax solutions  :       0.00          -          -          0          0
3587.09/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3587.09/3597.00	c   strong branching :       0.00          -          -          0          0
3587.09/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3587.09/3597.00	c   adaptivediving   :      16.18       0.00         50          0          0
3587.09/3597.00	c   alns             :       3.97       0.00          9          0          0
3587.09/3597.00	c   bound            :       0.00       0.00          0          0          0
3587.09/3597.00	c   clique           :       0.01       0.00          1          0          0
3587.09/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3587.09/3597.00	c   completesol      :       0.00       0.00          0          0          0
3587.09/3597.00	c   conflictdiving   :      28.25       0.00         53          0          0
3587.09/3597.00	c   crossover        :       0.01       0.00          0          0          0
3587.09/3597.00	c   dins             :       0.00       0.00          0          0          0
3587.09/3597.00	c   distributiondivin:      24.63       0.00         43          0          0
3587.09/3597.00	c   dps              :       0.00       0.00          0          0          0
3587.09/3597.00	c   dualval          :       0.00       0.00          0          0          0
3587.09/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3587.09/3597.00	c   feasjump         :       0.17       0.00          2          0          0
3587.09/3597.00	c   feaspump         :       9.67       0.00         21          0          0
3587.09/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3587.09/3597.00	c   fracdiving       :      22.64       0.00         43          0          0
3587.09/3597.00	c   gins             :       0.01       0.00          0          0          0
3587.09/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3587.09/3597.00	c   indcoefdiving    :       0.00       0.00          0          0          0
3587.09/3597.00	c   indicator        :       0.01       0.00          0          0          0
3587.09/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3587.09/3597.00	c   indoneopt        :       0.02       0.00          0          0          0
3587.09/3597.00	c   indrounding      :       0.00       0.00          0          0          0
3587.09/3597.00	c   indtwoopt        :       0.00       0.00          0          0          0
3587.09/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3587.09/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3587.09/3597.00	c   linesearchdiving :      19.18       0.00         43          0          0
3587.09/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3587.09/3597.00	c   locks            :       0.00       0.00          1          0          0
3587.09/3597.00	c   lpface           :       0.06       0.00          0          0          0
3587.09/3597.00	c   mpec             :       0.00       0.00          0          0          0
3587.09/3597.00	c   multistart       :       0.00       0.00          0          0          0
3587.09/3597.00	c   mutation         :       0.00       0.00          0          0          0
3587.09/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3587.09/3597.00	c   objpscostdiving  :     110.10       0.00         22          0          0
3587.09/3597.00	c   octane           :       0.00       0.00          0          0          0
3587.09/3597.00	c   ofins            :       0.01       0.00          0          0          0
3587.09/3597.00	c   oneopt           :       0.02       0.00          0          0          0
3587.09/3597.00	c   padm             :       0.00       0.00          0          0          0
3587.09/3597.00	c   proximity        :       0.00       0.00          0          0          0
3587.09/3597.00	c   pscostdiving     :      29.07       0.00         44          0          0
3587.09/3597.00	c   randrounding     :       0.36       0.00       1765          0          0
3587.09/3597.00	c   rens             :       0.00       0.00          0          0          0
3587.09/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3587.09/3597.00	c   repair           :       0.00       0.00          0          0          0
3587.09/3597.00	c   rins             :       0.01       0.00          0          0          0
3587.09/3597.00	c   rootsoldiving    :      13.25       0.00         22          0          0
3587.09/3597.00	c   rounding         :      14.80       0.00       2502          0          0
3587.09/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3587.09/3597.00	c   shiftandpropagate:       0.02       0.00          2          0          0
3587.09/3597.00	c   shifting         :      10.51       0.00       1252          0          0
3587.09/3597.00	c   simplerounding   :       0.02       0.00          0          0          0
3587.09/3597.00	c   smallcard        :       0.00       0.00          0          0          0
3587.09/3597.00	c   subnlp           :       0.04       0.00          0          0          0
3587.09/3597.00	c   trivial          :       0.00       0.00          4          0          0
3587.09/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3587.09/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3587.09/3597.00	c   trysol           :       0.02       0.00          0          0          0
3587.09/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3587.09/3597.00	c   undercover       :       0.00       0.00          0          0          0
3587.09/3597.00	c   vbounds          :       0.00       0.00          0          0          0
3587.09/3597.00	c   veclendiving     :      13.51       0.00         43          0          0
3587.09/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3587.09/3597.00	c   zirounding       :       0.32       0.00       1000          0          0
3587.09/3597.00	c   other solutions  :          -          -          -          0          -
3587.09/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.09/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.09/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.09/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.09/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.09/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.09/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.09/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.09/3597.00	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.09/3597.00	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.09/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.09/3597.00	c   primal LP        :       1.79       2040          0       0.00       0.00       1.79       2040
3587.09/3597.00	c   dual LP          :    3205.45      59703   21914097     367.11    6836.51       0.01         10
3587.09/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3587.09/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.09/3597.00	c   resolve instable :       1.54          3      10817    3605.67    7004.14
3587.09/3597.00	c   diving/probing LP:     276.67       3325     860788     258.88    3111.23
3587.09/3597.00	c   strong branching :       4.70         38      24644     648.53    5247.90          -          -         36
3587.09/3597.00	c     (at root node) :          -         38      24644     648.53          -
3587.09/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3587.09/3597.00	c B&B Tree           :
3587.09/3597.00	c   number of runs   :          2
3587.09/3597.00	c   nodes            :      53327 (26681 internal, 26646 leaves)
3587.09/3597.00	c   feasible leaves  :          0
3587.09/3597.00	c   infeas. leaves   :      26645
3587.09/3597.00	c   objective leaves :          0
3587.09/3597.00	c   nodes (total)    :      54428 (27592 internal, 26836 leaves)
3587.09/3597.00	c   nodes left       :         29
3587.09/3597.00	c   max depth        :         42
3587.09/3597.00	c   max depth (total):         42
3587.09/3597.00	c   backtracks       :       9876 (18.5%)
3587.09/3597.00	c   early backtracks :          0 (0.0%)
3587.09/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3587.09/3597.00	c   delayed cutoffs  :          8
3587.09/3597.00	c   repropagations   :       6072 (3127 domain reductions, 8 cutoffs)
3587.09/3597.00	c   avg switch length:       2.77
3587.09/3597.00	c   switching time   :       4.39
3587.09/3597.00	c Root Node          :
3587.09/3597.00	c   First LP value   : +0.00000000000000e+00
3587.09/3597.00	c   First LP Iters   :       2822 (7414.71 Iter/sec)
3587.09/3597.00	c   First LP Time    :       0.38
3587.09/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3587.09/3597.00	c   Final Root Iters :      30306
3587.09/3597.00	c   Root LP Estimate : +3.10448324694657e-02
3587.09/3597.00	c Solution           :
3587.09/3597.00	c   Solutions found  :          0 (0 improvements)
3587.09/3597.00	c   Primal Bound     :          -
3587.09/3597.00	c   Dual Bound       : +0.00000000000000e+00
3587.09/3597.00	c   Gap              :   infinite
3587.09/3597.00	c Integrals          :      Total       Avg%
3587.09/3597.00	c   primal-dual      :  359699.82     100.00
3587.09/3597.00	c   primal-ref       :          -          - (not evaluated)
3587.09/3597.00	c   dual-ref         :          -          - (not evaluated)
3587.09/3597.02	c Time complete: 3587.13.

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100064 s]*
/proc/loadavg: 4.06 4.01 3.23 5/263 30206
/proc/meminfo: memFree=128552580/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=63020 memory=36952 CPUtime=0.09 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 7077 0 0 0 8 1 0 0 20 0 1 0 38523979 64532480 9238 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 15755 9238 3712 3530 0 7206 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 63020 KiB
Current children cumulated memory: 36952 KiB

[startup+0.205443 s]*
/proc/loadavg: 4.06 4.01 3.23 5/263 30206
/proc/meminfo: memFree=128552580/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=67872 memory=41944 CPUtime=0.19 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 8301 0 0 0 18 1 0 0 20 0 1 0 38523979 69500928 10486 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 16968 10486 3744 3530 0 8419 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 67872 KiB
Current children cumulated memory: 41944 KiB

[startup+0.305164 s]*
/proc/loadavg: 4.06 4.01 3.23 6/263 30206
/proc/meminfo: memFree=128548484/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=84388 memory=56752 CPUtime=0.29 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 12455 0 0 0 28 1 0 0 20 0 1 0 38523979 86413312 14188 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 21097 14188 3808 3530 0 12548 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 84388 KiB
Current children cumulated memory: 56752 KiB

[startup+0.700128 s]
/proc/loadavg: 4.06 4.01 3.23 5/263 30206
/proc/meminfo: memFree=128547852/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=84776 memory=57520 CPUtime=0.68 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 12583 0 0 0 67 1 0 0 20 0 1 0 38523979 86810624 14380 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 21194 14380 3904 3530 0 12645 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 84776 KiB
Current children cumulated memory: 57520 KiB

[startup+1.50013 s]
/proc/loadavg: 4.06 4.01 3.23 5/263 30206
/proc/meminfo: memFree=128547852/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=84932 memory=57776 CPUtime=1.48 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 12629 0 0 0 147 1 0 0 20 0 1 0 38523979 86970368 14444 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 21233 14444 3904 3530 0 12684 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 84932 KiB
Current children cumulated memory: 57776 KiB

[startup+3.10524 s]
/proc/loadavg: 4.06 4.01 3.23 5/263 30206
/proc/meminfo: memFree=128516780/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=130496 memory=102228 CPUtime=3.08 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 24435 0 0 0 305 3 0 0 20 0 1 0 38523979 133627904 25557 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 32624 25557 3936 3530 0 24075 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 130496 KiB
Current children cumulated memory: 102228 KiB

[startup+6.30012 s]
/proc/loadavg: 4.06 4.01 3.23 5/263 30206
/proc/meminfo: memFree=128416848/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=235412 memory=199764 CPUtime=6.26 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 48818 0 0 0 619 7 0 0 20 0 1 0 38523979 241061888 49941 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 58853 49941 3936 3530 0 50304 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 235412 KiB
Current children cumulated memory: 199764 KiB

[startup+12.7001 s]
/proc/loadavg: 4.05 4.01 3.24 5/263 30207
/proc/meminfo: memFree=128412944/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=235412 memory=199764 CPUtime=12.65 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 48824 0 0 0 1258 7 0 0 20 0 1 0 38523979 241061888 49941 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 58853 49941 3936 3530 0 50304 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 235412 KiB
Current children cumulated memory: 199764 KiB

[startup+25.5001 s]
/proc/loadavg: 4.04 4.00 3.25 5/263 30207
/proc/meminfo: memFree=128418852/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=235412 memory=199764 CPUtime=25.41 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 48824 0 0 0 2534 7 0 0 20 0 1 0 38523979 241061888 49941 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 58853 49941 3936 3530 0 50304 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 235412 KiB
Current children cumulated memory: 199764 KiB

[startup+51.1053 s]
/proc/loadavg: 4.08 4.02 3.28 5/263 30207
/proc/meminfo: memFree=128394640/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=257528 memory=223152 CPUtime=50.95 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 57040 0 0 0 5086 9 0 0 20 0 1 0 38523979 263708672 55788 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 64382 55788 3936 3530 0 55833 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 257528 KiB
Current children cumulated memory: 223152 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.03 3.32 5/264 30210
/proc/meminfo: memFree=128283660/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=366404 memory=333772 CPUtime=102.02 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 88238 0 0 0 10187 15 0 0 20 0 1 0 38523979 375197696 83443 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 91601 83443 3936 3530 0 83052 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 366404 KiB
Current children cumulated memory: 333772 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.04 3.37 5/264 30215
/proc/meminfo: memFree=128217312/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=423548 memory=394060 CPUtime=161.86 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 102132 0 0 0 16170 16 0 0 20 0 1 0 38523979 433713152 98515 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 105887 98515 3936 3530 0 97338 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 423548 KiB
Current children cumulated memory: 394060 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.06 3.43 5/264 30217
/proc/meminfo: memFree=128203568/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=437744 memory=409512 CPUtime=221.7 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 108908 0 0 0 22153 17 0 0 20 0 1 0 38523979 448249856 102378 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109436 102378 3936 3530 0 100887 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 437744 KiB
Current children cumulated memory: 409512 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.06 3.47 5/264 30219
/proc/meminfo: memFree=128193164/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438524 memory=413792 CPUtime=281.55 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 110756 0 0 0 28137 18 0 0 20 0 1 0 38523979 449048576 103448 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109631 103448 4096 3530 0 101082 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 438524 KiB
Current children cumulated memory: 413792 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.08 3.52 5/264 30221
/proc/meminfo: memFree=128199392/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438668 memory=413920 CPUtime=341.39 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 110792 0 0 0 34121 18 0 0 20 0 1 0 38523979 449196032 103480 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109667 103480 4096 3530 0 101118 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 438668 KiB
Current children cumulated memory: 413920 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.08 3.55 5/263 30223
/proc/meminfo: memFree=128169808/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438668 memory=413920 CPUtime=401.24 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 110797 0 0 0 40106 18 0 0 20 0 1 0 38523979 449196032 103480 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109667 103480 4096 3530 0 101118 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 438668 KiB
Current children cumulated memory: 413920 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.09 3.59 5/263 30229
/proc/meminfo: memFree=128168960/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438668 memory=414048 CPUtime=461.08 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 110802 0 0 0 46090 18 0 0 20 0 1 0 38523979 449196032 103512 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109667 103512 4128 3530 0 101118 0
Current children cumulated CPU time: 461.08 s

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

/proc/loadavg: 4.08 4.08 4.02 5/265 30548
/proc/meminfo: memFree=113512164/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3153.77 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111798 0 0 0 315359 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3153.77 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.10 4.03 7/265 30553
/proc/meminfo: memFree=116242952/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3213.57 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111798 0 0 0 321339 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3213.57 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.08 4.02 5/265 30555
/proc/meminfo: memFree=114029748/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3273.38 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111805 0 0 0 327320 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3273.38 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.02 6/265 30557
/proc/meminfo: memFree=110691424/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3333.19 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111925 0 0 0 333301 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3333.19 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/264 30559
/proc/meminfo: memFree=110170408/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3393 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111955 0 0 0 339282 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3393 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.03 7/264 30561
/proc/meminfo: memFree=104676332/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3452.81 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111960 0 0 0 345263 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3452.81 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.18 4.06 5/264 30567
/proc/meminfo: memFree=101119648/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3512.62 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111966 0 0 0 351244 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3512.62 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.16 4.06 5/267 30626
/proc/meminfo: memFree=102003748/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3572.44 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111975 0 0 0 357226 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3572.44 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

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

# cumulated CPU time of all completed processes:  user=3586.94 s, system=0.19239 s

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

[startup+3584 s]*
/proc/loadavg: 4.19 4.16 4.06 5/267 30626
/proc/meminfo: memFree=101956296/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3574.13 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111975 0 0 0 357395 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3574.13 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3590.4 s]
/proc/loadavg: 4.18 4.16 4.06 8/267 30626
/proc/meminfo: memFree=101891868/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3580.51 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111976 0 0 0 358033 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3580.51 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3593.6 s]
/proc/loadavg: 4.18 4.16 4.06 6/264 30627
/proc/meminfo: memFree=101883804/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3583.7 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111976 0 0 0 358352 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3583.7 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3595.2 s]
/proc/loadavg: 4.16 4.15 4.06 5/264 30627
/proc/meminfo: memFree=101877296/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3585.29 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111976 0 0 0 358511 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3585.29 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3596 s]*
/proc/loadavg: 4.16 4.15 4.06 5/264 30627
/proc/meminfo: memFree=101869232/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3586.1 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111976 0 0 0 358592 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3586.1 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3596.8 s]
/proc/loadavg: 4.16 4.15 4.06 5/264 30627
/proc/meminfo: memFree=101869232/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3586.89 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111976 0 0 0 358671 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3586.89 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

[startup+3597 s]*
/proc/loadavg: 4.16 4.15 4.06 5/264 30627
/proc/meminfo: memFree=101869484/131249988 swapFree=33010684/33010684
[pid=30205] ppid=30202 vsize=438760 memory=414176 CPUtime=3587.09 cores=1,3
/proc/30205/stat : 30205 (pbscip) R 30202 30205 29462 0 -1 4194304 111976 0 0 0 358691 18 0 0 20 0 1 0 38523979 449290240 103544 18446744073709551615 4235264 18693293 140720470656544 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42065920 140720470665609 140720470665708 140720470665708 140720470671310 0
/proc/30205/statm: 109690 103544 4128 3530 0 101141 0
Current children cumulated CPU time: 3587.09 s
Current children cumulated vsize: 438760 KiB
Current children cumulated memory: 414176 KiB

Child status: 0

Real time (s): 3597.03
CPU time (s): 3587.13
CPU user time (s): 3586.94
CPU system time (s): 0.19239
CPU usage (%): 99.7248
Max. virtual memory (cumulated for all children) (KiB): 438760
Max. memory (cumulated for all children) (KiB): 414176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.94
system time used= 0.19239
maximum resident set size= 414176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112000
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= 107
involuntary context switches= 1146


# summary of solver processes directly reported to runsolver:
#   pid: 30205
#   total CPU time (s): 3587.13
#   total CPU user time (s): 3586.94
#   total CPU system time (s): 0.19239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30287 second user time and 13.6319 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-29 22:20:51
IDJOB=4514924
IDBENCH=163980
IDSOLVER=3365
FILE ID=nodeC034/4514924-1751228451
RUNJOBID= nodeC034-1751227488-29474
SLURM_JOB_ID= 9587686
Free space on /tmp= 433000 MiB

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

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=1180946810

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128543652 kB
MemAvailable:   128368352 kB
Buffers:            3280 kB
Cached:           634348 kB
SwapCached:            0 kB
Active:          1621680 kB
Inactive:         412188 kB
Active(anon):    1414344 kB
Inactive(anon):        0 kB
Active(file):     207336 kB
Inactive(file):   412188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18708 kB
Writeback:            12 kB
AnonPages:       1399316 kB
Mapped:           137796 kB
Shmem:             18104 kB
KReclaimable:      88432 kB
Slab:             175144 kB
SReclaimable:      88432 kB
SUnreclaim:        86712 kB
KernelStack:        4288 kB
PageTables:         5788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1751076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432556 MiB
End job on nodeC034 at 2025-06-29 23:20:49