Trace number 4511095

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2025-06-13UNSAT 41.0464 41.2171

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x80split.opb
MD5SUM1a3ecc72c33db076137ced748302e815
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.8759
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints401
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)401
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4511095-1751202992.opb>
0.00/0.00	c original problem has 801 variables (801 bin, 0 int, 0 cont) and 401 constraints
0.00/0.00	c problem read in 0.001 seconds
0.00/0.00	c problem without objective
0.00/0.00	c presolving:
0.00/0.00	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c    (0.0s) running MILP presolver
0.00/0.00	c    (0.0s) MILP presolver found nothing
0.00/0.01	c    (0.0s) probing: 51/800 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.01	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.30) (symcode time: 0.00)
0.00/0.01	c dynamic symmetry handling statistics:
0.00/0.01	c    orbitopal reduction:       no components
0.00/0.01	c    orbital reduction:         no components
0.00/0.01	c    lexicographic reduction:    1 permutations with support sizes 640
0.00/0.01	c handled 1 out of 1 symmetry components
0.00/0.01	c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
0.00/0.01	c  1 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 800 variables (800 bin, 0 int, 0 cont) and 400 constraints
0.00/0.01	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.01	c     400 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c 
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c 
0.00/0.01	c # SCIP version 10.0.0
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.01	c limits/time = 3596.998293
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.01	c limits/memory = 27900
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.00/0.01	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.01	c reading/opbreader/maxintsize = 47
0.00/0.01	c 
0.00/0.01	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.01	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.01	c propagating/genvbounds/timingmask = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.02	c   0.0s|     1 |     0 |   438 |     - |    14M |   0 | 800 | 421 | 400 |   0 |  0 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.1s|     1 |     0 |   633 |     - |    14M |   0 | 800 | 448 | 415 |  15 |  1 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.05	c   0.1s|     1 |     0 |   650 |     - |    15M |   0 | 800 | 448 | 428 |  28 |  2 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   683 |     - |    15M |   0 | 800 | 448 | 437 |  37 |  3 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   707 |     - |    16M |   0 | 800 | 448 | 446 |  46 |  4 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.10	c   0.1s|     1 |     0 |   744 |     - |    19M |   0 | 800 | 448 | 453 |  53 |  5 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.11	c   0.1s|     1 |     0 |   754 |     - |    20M |   0 | 800 | 449 | 460 |  60 |  6 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.13	c   0.1s|     1 |     0 |   790 |     - |    22M |   0 | 800 | 449 | 469 |  69 |  7 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.15	c   0.2s|     1 |     0 |   817 |     - |    24M |   0 | 800 | 450 | 476 |  76 |  8 |  23 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.18	c   0.2s|     1 |     0 |   861 |     - |    27M |   0 | 800 | 450 | 480 |  80 |  9 |  23 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.20	c   0.2s|     1 |     0 |   864 |     - |    28M |   0 | 800 | 451 | 489 |  89 | 10 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.20	c   0.2s|     1 |     0 |   899 |     - |    28M |   0 | 800 | 451 | 493 |  93 | 11 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.23	c   0.2s|     1 |     2 |  1098 |     - |    28M |   0 | 800 | 457 | 493 |  93 | 11 |  30 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.78/0.82	c   0.8s|   100 |   101 |  6095 |  52.5 |    31M |  36 | 800 | 620 | 410 | 214 |  1 | 193 |  11 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.07	c   1.1s|   200 |   198 |  8256 |  37.0 |    33M |  44 | 800 | 732 | 410 | 311 |  1 | 306 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.28/1.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.28/1.37	c   1.4s|   300 |   298 | 11054 |  34.0 |    34M |  44 | 800 | 897 | 410 | 412 |  1 | 475 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.58/1.69	c   1.7s|   400 |   398 | 15156 |  35.7 |    35M |  53 | 800 | 975 | 410 | 485 |  1 | 554 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.87/1.95	c   2.0s|   500 |   498 | 16366 |  31.0 |    35M |  87 | 800 |1052 | 415 | 513 |  1 | 632 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.98/2.05	c   2.0s|   600 |   598 | 16901 |  26.7 |    35M | 136 | 800 |1093 | 415 | 513 |  1 | 674 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.08/2.12	c   2.1s|   700 |   696 | 17356 |  23.5 |    35M | 137 | 800 |1122 | 415 | 513 |  1 | 703 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.17/2.25	c   2.2s|   800 |   792 | 18212 |  21.7 |    35M | 163 | 800 |1165 | 415 | 542 |  1 | 746 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.27/2.34	c   2.3s|   900 |   884 | 18791 |  19.9 |    36M | 163 | 800 |1245 | 415 | 547 |  1 | 826 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.38/2.47	c   2.5s|  1000 |   984 | 19457 |  18.6 |    36M | 163 | 800 |1303 | 415 | 554 |  1 | 884 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.48/2.57	c   2.6s|  1100 |  1079 | 20048 |  17.4 |    36M | 163 | 800 |1363 | 415 | 554 |  1 | 944 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.58/2.64	c   2.6s|  1200 |  1179 | 20476 |  16.3 |    36M | 163 | 800 |1409 | 415 | 566 |  1 | 990 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.68/2.72	c   2.7s|  1300 |  1276 | 21055 |  15.5 |    36M | 163 | 800 |1485 | 415 | 574 |  1 |1066 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.78/2.83	c   2.8s|  1400 |  1371 | 21643 |  14.8 |    37M | 163 | 800 |1570 | 415 | 593 |  1 |1153 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.88/2.90	c   2.9s|  1500 |  1458 | 22160 |  14.2 |    37M | 163 | 800 |1661 | 415 | 601 |  1 |1245 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2.98/3.09	c   3.1s|  1600 |  1554 | 22853 |  13.7 |    37M | 163 | 800 |1721 | 415 | 622 |  1 |1305 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.27/3.35	c   3.4s|  1700 |  1650 | 23606 |  13.4 |    37M | 163 | 800 |1812 | 415 | 630 |  1 |1397 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.37/3.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.37/3.43	c   3.4s|  1800 |  1729 | 24092 |  12.9 |    38M | 164 | 800 |1871 | 415 | 649 |  1 |1456 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.68/3.71	c   3.7s|  1900 |  1822 | 25009 |  12.7 |    38M | 170 | 800 |1930 | 415 | 676 |  2 |1520 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.68/3.77	c   3.8s|  2000 |  1920 | 25386 |  12.2 |    38M | 170 | 800 |1942 | 415 | 676 |  1 |1536 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.77/3.84	c   3.8s|  2100 |  2009 | 25965 |  11.9 |    38M | 170 | 800 |1998 | 415 | 706 |  1 |1598 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.98/4.00	c   4.0s|  2200 |  2102 | 26912 |  11.8 |    38M | 170 | 800 |2060 | 415 | 728 |  1 |1667 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.98/4.10	c   4.1s|  2300 |  2196 | 27667 |  11.6 |    39M | 170 | 800 |2178 | 415 | 739 |  1 |1791 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.08/4.18	c   4.2s|  2400 |  2294 | 28215 |  11.4 |    39M | 170 | 800 |2200 | 416 | 748 |  1 |1818 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.17/4.25	c   4.2s|  2500 |  2384 | 28806 |  11.2 |    39M | 170 | 800 |2238 | 417 | 768 |  1 |1861 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.27/4.33	c   4.3s|  2600 |  2482 | 29438 |  11.0 |    39M | 170 | 800 |2312 | 415 | 789 |  1 |1938 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.37/4.41	c   4.4s|  2700 |  2573 | 29973 |  10.8 |    39M | 170 | 800 |2354 | 415 | 797 |  1 |1989 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.37/4.49	c   4.5s|  2800 |  2654 | 30475 |  10.6 |    39M | 170 | 800 |2530 | 415 | 805 |  1 |2166 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.47/4.57	c   4.6s|  2900 |  2748 | 30910 |  10.4 |    40M | 170 | 800 |2597 | 415 | 807 |  1 |2236 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.57/4.63	c   4.6s|  3000 |  2832 | 31316 |  10.1 |    40M | 170 | 800 |2705 | 418 | 816 |  0 |2347 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.67/4.76	c   4.8s|  3100 |  2917 | 31703 |   9.9 |    40M | 170 | 800 |2748 | 415 | 824 |  1 |2394 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.87/4.99	c   5.0s|  3200 |  3013 | 32359 |   9.8 |    40M | 170 | 800 |2793 | 415 | 826 |  1 |2443 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.97/5.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.97/5.06	c   5.1s|  3300 |  3090 | 32894 |   9.7 |    40M | 170 | 800 |2893 | 417 | 855 |  1 |2549 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.07/5.12	c   5.1s|  3400 |  3168 | 33298 |   9.5 |    40M | 170 | 800 |2987 | 415 | 862 |  1 |2653 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.07/5.19	c   5.2s|  3500 |  3255 | 33741 |   9.4 |    40M | 170 | 800 |3042 | 415 | 874 |  1 |2713 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.26/5.35	c   5.4s|  3600 |  3345 | 34301 |   9.3 |    41M | 170 | 800 |3089 | 415 | 905 |  1 |2761 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.36/5.42	c   5.4s|  3700 |  3435 | 34751 |   9.2 |    41M | 170 | 800 |3108 | 418 | 921 |  1 |2785 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.46/5.50	c   5.5s|  3800 |  3527 | 35413 |   9.1 |    41M | 170 | 800 |3214 | 417 | 935 |  1 |2900 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.46/5.56	c   5.6s|  3900 |  3597 | 35853 |   9.0 |    41M | 170 | 800 |3245 |   0 | 974 |  0 |2942 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.56/5.62	c   5.6s|  4000 |  3666 | 36300 |   8.9 |    41M | 170 | 800 |3437 |   0 | 999 |  0 |3140 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.56/5.68	c   5.7s|  4100 |  3736 | 36814 |   8.8 |    42M | 170 | 800 |3601 | 415 |1027 |  1 |3306 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.66/5.75	c   5.7s|  4200 |  3809 | 37286 |   8.7 |    42M | 170 | 800 |3687 | 415 |1052 |  1 |3399 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.76/5.80	c   5.8s|  4300 |  3878 | 37597 |   8.5 |    42M | 170 | 800 |3776 |   0 |1067 |  0 |3492 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.76/5.85	c   5.9s|  4400 |  3921 | 37947 |   8.4 |    42M | 170 | 800 |3919 | 415 |1074 |  1 |3637 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.07/6.13	c   6.1s|  4500 |  4000 | 38720 |   8.4 |    43M | 170 | 800 |3975 | 419 |1090 |  2 |3707 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.16/6.21	c   6.2s|  4600 |  4084 | 39463 |   8.4 |    43M | 170 | 800 |4036 | 418 |1125 |  1 |3782 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.16/6.28	c   6.3s|  4700 |  4182 | 40124 |   8.3 |    43M | 170 | 800 |4072 | 417 |1146 |  1 |3819 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.26/6.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.26/6.36	c   6.4s|  4800 |  4272 | 40785 |   8.3 |    43M | 170 | 800 |4123 | 415 |1172 |  1 |3877 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.36/6.42	c   6.4s|  4900 |  4332 | 41286 |   8.2 |    43M | 170 | 800 |4203 | 418 |1200 |  1 |3970 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.46/6.57	c   6.6s|  5000 |  4419 | 41807 |   8.2 |    44M | 170 | 800 |4277 | 417 |1226 |  1 |4050 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.75/6.81	c   6.8s|  5100 |  4498 | 42394 |   8.1 |    44M | 170 | 800 |4355 | 417 |1245 |  1 |4136 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.75/6.86	c   6.9s|  5200 |  4563 | 42748 |   8.0 |    44M | 170 | 800 |4411 | 415 |1245 |  1 |4206 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.85/6.91	c   6.9s|  5300 |  4631 | 43135 |   8.0 |    44M | 170 | 800 |4436 | 415 |1245 |  1 |4256 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.85/6.96	c   7.0s|  5400 |  4685 | 43455 |   7.9 |    44M | 170 | 800 |4559 | 415 |1245 |  1 |4396 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.06/7.11	c   7.1s|  5500 |  4745 | 43779 |   7.8 |    44M | 170 | 800 |4697 | 415 |1245 |  1 |4539 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.16/7.29	c   7.3s|  5600 |  4837 | 44630 |   7.8 |    44M | 170 | 800 |4732 | 415 |1259 |  1 |4607 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.46/7.55	c   7.6s|  5700 |  4931 | 45292 |   7.8 |    44M | 170 | 800 |4766 | 415 |1273 |  1 |4648 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.56/7.61	c   7.6s|  5800 |  5011 | 45759 |   7.7 |    44M | 170 | 800 |4822 | 415 |1299 |  1 |4727 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.56/7.68	c   7.7s|  5900 |  5099 | 46323 |   7.7 |    44M | 170 | 800 |4843 | 418 |1341 |  1 |4769 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.66/7.74	c   7.7s|  6000 |  5191 | 46867 |   7.7 |    44M | 170 | 800 |4866 |   0 |1369 |  0 |4817 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.15/8.23	c   8.2s|  6100 |  5291 | 47680 |   7.7 |    45M | 170 | 800 |4889 | 415 |1376 |  1 |4866 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.15/8.29	c   8.3s|  6200 |  5387 | 48277 |   7.6 |    45M | 170 | 800 |4920 | 417 |1403 |  1 |4916 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.25/8.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.25/8.38	c   8.4s|  6300 |  5475 | 48947 |   7.6 |    45M | 170 | 800 |4964 | 415 |1424 |  1 |5011 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.35/8.46	c   8.5s|  6400 |  5567 | 49719 |   7.6 |    45M | 170 | 800 |5042 | 418 |1452 |  1 |5114 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.55/8.62	c   8.6s|  6500 |  5644 | 50142 |   7.6 |    46M | 170 | 800 |5071 | 417 |1462 |  1 |5187 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.65/8.70	c   8.7s|  6600 |  5722 | 50703 |   7.5 |    46M | 170 | 800 |5110 | 418 |1481 |  1 |5263 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.75/8.86	c   8.9s|  6700 |  5775 | 51126 |   7.5 |    47M | 170 | 800 |5174 | 415 |1481 |  1 |5388 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.85/8.92	c   8.9s|  6800 |  5856 | 51622 |   7.5 |    47M | 170 | 800 |5189 | 415 |1488 |  1 |5434 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.85/8.98	c   9.0s|  6900 |  5937 | 52238 |   7.4 |    47M | 170 | 800 |5213 | 415 |1513 |  1 |5490 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.95/9.05	c   9.0s|  7000 |  6006 | 52761 |   7.4 |    47M | 170 | 800 |5319 |   0 |1537 |  0 |5615 |  11 | 0.000000e+00 |      --      |    Inf | unknown
9.24/9.36	c   9.4s|  7100 |  6094 | 53762 |   7.4 |    47M | 170 | 800 |5379 | 415 |1537 |  1 |5711 |  11 | 0.000000e+00 |      --      |    Inf | unknown
9.65/9.74	c   9.7s|  7200 |  6194 | 54449 |   7.4 |    48M | 170 | 800 |5390 | 415 |1537 |  1 |5745 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.05/10.12	c  10.1s|  7300 |  6290 | 54908 |   7.4 |    48M | 170 | 800 |5402 |   0 |1544 |  0 |5777 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.05/10.18	c  10.2s|  7400 |  6371 | 55442 |   7.4 |    48M | 170 | 800 |5457 | 415 |1572 |  1 |5869 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.14/10.26	c  10.3s|  7500 |  6465 | 56129 |   7.4 |    48M | 170 | 800 |5511 | 418 |1600 |  1 |5957 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.54/10.63	c  10.6s|  7600 |  6563 | 56994 |   7.4 |    48M | 170 | 800 |5519 | 418 |1614 |  1 |5987 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.64/10.72	c  10.7s|  7700 |  6663 | 57724 |   7.4 |    48M | 170 | 800 |5549 | 415 |1628 |  1 |6059 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.64/10.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.64/10.78	c  10.8s|  7800 |  6748 | 58102 |   7.3 |    48M | 170 | 800 |5580 | 415 |1628 |  1 |6125 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.74/10.85	c  10.8s|  7900 |  6824 | 58555 |   7.3 |    48M | 170 | 800 |5648 | 415 |1648 |  1 |6256 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.84/10.91	c  10.9s|  8000 |  6902 | 59079 |   7.3 |    48M | 170 | 800 |5692 | 415 |1673 |  1 |6362 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.84/10.97	c  11.0s|  8100 |  6985 | 59547 |   7.2 |    48M | 170 | 800 |5715 | 415 |1687 |  1 |6411 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.05	c  11.0s|  8200 |  7064 | 60068 |   7.2 |    48M | 170 | 800 |5788 | 416 |1699 |  1 |6533 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.94/11.10	c  11.1s|  8300 |  7139 | 60415 |   7.2 |    48M | 170 | 800 |5816 | 415 |1709 |  1 |6600 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.14/11.28	c  11.3s|  8400 |  7225 | 60891 |   7.1 |    48M | 170 | 800 |5807 | 415 |1709 |  1 |6691 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.24/11.35	c  11.3s|  8500 |  7317 | 61423 |   7.1 |    48M | 170 | 800 |5815 | 415 |1734 |  1 |6751 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.34/11.42	c  11.4s|  8600 |  7413 | 61996 |   7.1 |    48M | 170 | 800 |5808 | 415 |1762 |  1 |6837 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.64/11.79	c  11.8s|  8700 |  7512 | 62786 |   7.1 |    49M | 170 | 800 |5730 | 415 |1783 |  1 |6858 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.74/11.86	c  11.9s|  8800 |  7599 | 63293 |   7.1 |    49M | 170 | 800 |5714 |   0 |1793 |  0 |6909 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.84/11.94	c  11.9s|  8900 |  7699 | 63971 |   7.1 |    49M | 170 | 800 |5667 | 415 |1793 |  1 |6946 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.95/12.09	c  12.1s|  9000 |  7784 | 64599 |   7.1 |    49M | 170 | 800 |5640 | 415 |1803 |  1 |6998 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.05/12.15	c  12.2s|  9100 |  7866 | 65199 |   7.1 |    49M | 170 | 800 |5646 | 422 |1831 |  2 |7050 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.14/12.21	c  12.2s|  9200 |  7938 | 65596 |   7.0 |    49M | 170 | 800 |5687 | 415 |1838 |  1 |7129 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.14/12.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.14/12.28	c  12.3s|  9300 |  8016 | 66139 |   7.0 |    49M | 170 | 800 |5676 | 418 |1862 |  1 |7173 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.34/12.44	c  12.4s|  9400 |  8082 | 66559 |   7.0 |    49M | 170 | 800 |5627 | 415 |1883 |  2 |7221 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.54/12.62	c  12.6s|  9500 |  8176 | 67292 |   7.0 |    49M | 170 | 800 |5609 | 418 |1897 |  1 |7252 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.54/12.68	c  12.7s|  9600 |  8254 | 67761 |   7.0 |    49M | 170 | 800 |5599 | 415 |1911 |  1 |7294 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.64/12.74	c  12.7s|  9700 |  8332 | 68325 |   7.0 |    50M | 170 | 800 |5603 | 415 |1939 |  1 |7351 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.74/12.82	c  12.8s|  9800 |  8425 | 68892 |   6.9 |    50M | 170 | 800 |5538 | 415 |1953 |  1 |7398 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.74/12.89	c  12.9s|  9900 |  8499 | 69513 |   6.9 |    50M | 170 | 800 |5575 | 417 |1985 |  1 |7483 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.84/12.96	c  13.0s| 10000 |  8575 | 70068 |   6.9 |    50M | 170 | 800 |5561 | 418 |2006 |  1 |7585 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.94/13.03	c  13.0s| 10100 |  8649 | 70609 |   6.9 |    50M | 170 | 800 |5572 | 415 |2027 |  1 |7677 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.94/13.10	c  13.1s| 10200 |  8720 | 71175 |   6.9 |    50M | 170 | 800 |5569 | 418 |2039 |  0 |7797 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.24/13.32	c  13.3s| 10300 |  8799 | 72072 |   6.9 |    50M | 170 | 800 |5404 | 418 |2041 |  1 |7896 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.43/13.56	c  13.6s| 10400 |  8897 | 73171 |   6.9 |    50M | 170 | 800 |5223 | 415 |2075 |  2 |7937 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.53/13.64	c  13.6s| 10500 |  8983 | 73780 |   6.9 |    50M | 170 | 800 |5230 | 415 |2082 |  0 |8053 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.63/13.74	c  13.7s| 10600 |  9077 | 74520 |   6.9 |    50M | 170 | 800 |5187 | 415 |2096 |  1 |8096 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.73/13.81	c  13.8s| 10700 |  9134 | 75086 |   6.9 |    51M | 170 | 800 |5092 | 415 |2124 |  1 |8252 |  11 | 0.000000e+00 |      --      |    Inf | unknown
13.94/14.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.94/14.08	c  14.1s| 10800 |  9228 | 75726 |   6.9 |    51M | 170 | 800 |5039 | 415 |2131 |  1 |8294 |  11 | 0.000000e+00 |      --      |    Inf | unknown
14.04/14.16	c  14.2s| 10900 |  9294 | 76332 |   6.9 |    51M | 170 | 800 |4957 | 415 |2138 |  1 |8409 |  11 | 0.000000e+00 |      --      |    Inf | unknown
14.33/14.40	c  14.4s| 11000 |  9384 | 76838 |   6.9 |    51M | 170 | 800 |4945 | 415 |2157 |  1 |8469 |  11 | 0.000000e+00 |      --      |    Inf | unknown
14.43/14.52	c  14.5s| 11100 |  9470 | 77622 |   6.9 |    51M | 170 | 800 |4802 | 415 |2172 |  1 |8577 |  11 | 0.000000e+00 |      --      |    Inf | unknown
14.63/14.77	c  14.8s| 11200 |  9564 | 78080 |   6.9 |    51M | 170 | 800 |4771 | 415 |2172 |  1 |8631 |  11 | 0.000000e+00 |      --      |    Inf | unknown
14.83/14.93	c  14.9s| 11300 |  9646 | 78611 |   6.9 |    51M | 170 | 800 |4541 | 416 |2181 |  1 |8736 |  11 | 0.000000e+00 |      --      |    Inf | unknown
14.93/15.04	c  15.0s| 11400 |  9742 | 79306 |   6.9 |    52M | 170 | 800 |4456 |   0 |2245 |  0 |8772 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.13/15.20	c  15.2s| 11500 |  9836 | 79830 |   6.9 |    52M | 170 | 800 |4449 | 414 |2254 |  1 |8803 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.13/15.26	c  15.3s| 11600 |  9925 | 80298 |   6.8 |    53M | 170 | 800 |4452 | 414 |2254 |  1 |8852 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.42/15.51	c  15.5s| 11700 | 10013 | 80870 |   6.8 |    53M | 170 | 800 |4422 | 416 |2261 |  1 |8890 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.52/15.60	c  15.6s| 11800 | 10113 | 81492 |   6.8 |    53M | 170 | 800 |4400 | 416 |2283 |  1 |8926 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.72/15.86	c  15.9s| 11900 | 10211 | 82332 |   6.8 |    53M | 170 | 800 |4403 | 415 |2289 |  1 |8964 |  11 | 0.000000e+00 |      --      |    Inf | unknown
15.82/16.00	c  16.0s| 12000 | 10283 | 82788 |   6.8 |    53M | 170 | 800 |4363 | 415 |2289 |  1 |9011 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.03/16.16	c  16.2s| 12100 | 10374 | 83438 |   6.8 |    53M | 170 | 800 |4304 | 415 |2301 |  1 |9077 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.22/16.33	c  16.3s| 12200 | 10456 | 84044 |   6.8 |    53M | 170 | 800 |4260 | 416 |2301 |  1 |9146 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.22/16.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.22/16.39	c  16.4s| 12300 | 10544 | 84490 |   6.8 |    54M | 170 | 800 |4197 | 415 |2301 |  1 |9176 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.32/16.47	c  16.5s| 12400 | 10633 | 85086 |   6.8 |    54M | 170 | 800 |4102 | 415 |2313 |  1 |9221 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.52/16.64	c  16.6s| 12500 | 10731 | 85791 |   6.8 |    54M | 170 | 800 |3962 | 415 |2329 |  1 |9274 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.62/16.71	c  16.7s| 12600 | 10823 | 86254 |   6.8 |    54M | 170 | 800 |3946 | 415 |2329 |  1 |9299 |  11 | 0.000000e+00 |      --      |    Inf | unknown
16.92/17.02	c  17.0s| 12700 | 10918 | 87029 |   6.8 |    54M | 170 | 800 |3867 | 416 |2381 |  1 |9379 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.02/17.10	c  17.1s| 12800 | 11014 | 87610 |   6.8 |    54M | 170 | 800 |3875 | 415 |2381 |  1 |9428 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.22/17.38	c  17.4s| 12900 | 11104 | 88138 |   6.8 |    55M | 170 | 800 |3824 | 421 |2406 |  1 |9555 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.41/17.56	c  17.6s| 13000 | 11186 | 88812 |   6.8 |    55M | 170 | 800 |3812 | 415 |2418 |  1 |9607 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.51/17.69	c  17.7s| 13100 | 11262 | 89170 |   6.7 |    55M | 170 | 800 |3747 | 413 |2418 |  1 |9662 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.81/17.99	c  18.0s| 13200 | 11349 | 89785 |   6.7 |    55M | 170 | 800 |3740 | 415 |2419 |  1 |9715 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.13	c  18.1s| 13300 | 11449 | 90710 |   6.8 |    55M | 170 | 800 |3583 | 410 |2482 |  1 |9812 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.11/18.21	c  18.2s| 13400 | 11544 | 91370 |   6.8 |    55M | 170 | 800 |3623 | 416 |2495 |  1 |9918 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.21/18.36	c  18.4s| 13500 | 11632 | 91930 |   6.7 |    55M | 170 | 800 |3636 | 415 |2496 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
18.31/18.44	c  18.4s| 13600 | 11720 | 92478 |   6.7 |    55M | 170 | 800 |3651 | 415 |2496 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
18.31/18.49	c  18.5s| 13700 | 11793 | 92835 |   6.7 |    55M | 170 | 800 |3704 | 415 |2496 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
18.41/18.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.41/18.55	c  18.6s| 13800 | 11873 | 93286 |   6.7 |    55M | 170 | 800 |3779 | 415 |2496 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
18.61/18.70	c  18.7s| 13900 | 11959 | 93767 |   6.7 |    55M | 170 | 800 |3767 | 416 |2497 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
18.71/18.85	c  18.9s| 14000 | 12051 | 94161 |   6.7 |    55M | 170 | 800 |3787 | 415 |2497 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
18.81/18.92	c  18.9s| 14100 | 12119 | 94527 |   6.6 |    55M | 170 | 800 |3764 | 415 |2510 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
18.91/19.04	c  19.0s| 14200 | 12201 | 95471 |   6.7 |    55M | 170 | 800 |3748 | 410 |2521 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
19.01/19.17	c  19.2s| 14300 | 12301 | 96368 |   6.7 |    56M | 170 | 800 |3706 | 416 |2558 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
19.11/19.23	c  19.2s| 14400 | 12388 | 96764 |   6.7 |    56M | 170 | 800 |3780 | 415 |2558 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
19.20/19.39	c  19.4s| 14500 | 12486 | 97458 |   6.7 |    56M | 170 | 800 |3742 | 418 |2558 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
19.50/19.69	c  19.7s| 14600 | 12582 | 98075 |   6.7 |    56M | 170 | 800 |3752 | 416 |2563 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf | unknown
19.60/19.77	c  19.8s| 14700 | 12668 | 98642 |   6.6 |    56M | 170 | 800 |3780 | 415 |2563 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
19.80/19.90	c  19.9s| 14800 | 12754 | 99235 |   6.6 |    57M | 170 | 800 |3702 | 416 |2594 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
19.91/20.07	c  20.1s| 14900 | 12852 | 99931 |   6.6 |    57M | 170 | 800 |3664 | 410 |2610 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
20.20/20.32	c  20.3s| 15000 | 12947 |100697 |   6.7 |    57M | 170 | 800 |3595 | 414 |2654 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
20.40/20.52	c  20.5s| 15100 | 13045 |101562 |   6.7 |    57M | 170 | 800 |3513 | 416 |2686 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
20.50/20.68	c  20.7s| 15200 | 13131 |102206 |   6.7 |    57M | 170 | 800 |3617 | 416 |2687 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
20.60/20.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.60/20.74	c  20.7s| 15300 | 13210 |102740 |   6.7 |    57M | 170 | 800 |3657 | 415 |2687 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
20.70/20.82	c  20.8s| 15400 | 13293 |103210 |   6.6 |    57M | 170 | 800 |3667 | 415 |2687 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
20.80/20.93	c  20.9s| 15500 | 13386 |104084 |   6.7 |    57M | 170 | 800 |3604 | 415 |2712 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.00	c  21.0s| 15600 | 13481 |104614 |   6.6 |    57M | 170 | 800 |3612 | 416 |2714 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
20.90/21.08	c  21.1s| 15700 | 13561 |105187 |   6.6 |    57M | 170 | 800 |3612 | 415 |2717 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
21.00/21.17	c  21.2s| 15800 | 13647 |105774 |   6.6 |    58M | 170 | 800 |3606 | 425 |2729 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf | unknown
21.20/21.35	c  21.4s| 15900 | 13745 |106680 |   6.7 |    58M | 170 | 800 |3542 | 417 |2785 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
21.40/21.54	c  21.5s| 16000 | 13845 |107508 |   6.7 |    58M | 170 | 800 |3499 | 416 |2835 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
21.50/21.64	c  21.6s| 16100 | 13943 |108172 |   6.7 |    59M | 170 | 800 |3273 | 415 |2836 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
21.60/21.73	c  21.7s| 16200 | 14020 |108655 |   6.7 |    59M | 170 | 800 |3181 | 418 |2855 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
21.69/21.83	c  21.8s| 16300 | 14108 |109476 |   6.7 |    59M | 170 | 800 |3086 | 421 |2908 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
21.79/21.94	c  21.9s| 16400 | 14207 |110339 |   6.7 |    59M | 170 | 800 |2862 | 423 |2946 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
21.90/22.07	c  22.1s| 16500 | 14307 |111356 |   6.7 |    60M | 170 | 800 |2774 | 419 |2984 |  2 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.00/22.19	c  22.2s| 16600 | 14385 |112104 |   6.7 |    60M | 170 | 800 |2828 | 415 |2985 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.09/22.28	c  22.3s| 16700 | 14481 |112707 |   6.7 |    60M | 170 | 800 |2790 | 416 |2990 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.19/22.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
22.19/22.39	c  22.4s| 16800 | 14563 |113358 |   6.7 |    61M | 170 | 800 |2766 | 420 |3026 |  2 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.29/22.49	c  22.5s| 16900 | 14651 |114132 |   6.7 |    61M | 170 | 800 |2774 | 416 |3064 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.39/22.58	c  22.6s| 17000 | 14737 |114778 |   6.7 |    61M | 170 | 800 |2769 | 415 |3086 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.49/22.68	c  22.7s| 17100 | 14835 |115484 |   6.7 |    62M | 170 | 800 |2658 | 415 |3102 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.59/22.78	c  22.8s| 17200 | 14931 |116392 |   6.7 |    62M | 170 | 800 |2667 | 418 |3106 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.69/22.87	c  22.9s| 17300 | 15015 |117022 |   6.7 |    62M | 170 | 800 |2611 | 420 |3144 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.79/22.96	c  23.0s| 17400 | 15113 |117758 |   6.7 |    62M | 170 | 800 |2619 | 413 |3155 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.89/23.03	c  23.0s| 17500 | 15184 |118258 |   6.7 |    62M | 170 | 800 |2689 | 413 |3155 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
22.99/23.15	c  23.2s| 17600 | 15277 |119215 |   6.7 |    62M | 170 | 800 |2691 | 415 |3180 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.09/23.24	c  23.2s| 17700 | 15369 |119756 |   6.7 |    63M | 170 | 800 |2753 | 416 |3181 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.19/23.33	c  23.3s| 17800 | 15469 |120331 |   6.7 |    63M | 170 | 800 |2702 | 415 |3181 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.29/23.41	c  23.4s| 17900 | 15555 |120896 |   6.7 |    63M | 170 | 800 |2721 | 415 |3181 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.29/23.47	c  23.5s| 18000 | 15643 |121325 |   6.7 |    63M | 170 | 800 |2715 | 415 |3181 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.39/23.59	c  23.6s| 18100 | 15732 |122117 |   6.7 |    63M | 170 | 800 |2673 | 415 |3193 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.49/23.69	c  23.7s| 18200 | 15818 |122961 |   6.7 |    63M | 170 | 800 |2633 | 418 |3249 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.59/23.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.59/23.76	c  23.8s| 18300 | 15890 |123352 |   6.7 |    63M | 170 | 800 |2645 | 415 |3250 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.69/23.81	c  23.8s| 18400 | 15965 |123743 |   6.7 |    63M | 170 | 800 |2675 | 415 |3250 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.79/23.90	c  23.9s| 18500 | 16047 |124444 |   6.7 |    65M | 170 | 800 |2648 | 419 |3272 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.89/24.01	c  24.0s| 18600 | 16147 |125281 |   6.7 |    65M | 170 | 800 |2621 | 415 |3314 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.10	c  24.1s| 18700 | 16245 |126000 |   6.7 |    65M | 170 | 800 |2603 | 417 |3318 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
23.99/24.17	c  24.2s| 18800 | 16329 |126468 |   6.7 |    65M | 170 | 800 |2586 | 420 |3334 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.09/24.27	c  24.3s| 18900 | 16417 |127311 |   6.7 |    65M | 170 | 800 |2576 | 426 |3374 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.18/24.34	c  24.3s| 19000 | 16509 |127759 |   6.7 |    65M | 170 | 800 |2577 | 418 |3379 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.28/24.46	c  24.5s| 19100 | 16601 |128630 |   6.7 |    65M | 170 | 800 |2531 | 415 |3407 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.38/24.54	c  24.5s| 19200 | 16697 |129147 |   6.7 |    65M | 170 | 800 |2530 | 417 |3413 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.48/24.62	c  24.6s| 19300 | 16780 |129647 |   6.7 |    65M | 170 | 800 |2552 | 415 |3429 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.58/24.73	c  24.7s| 19400 | 16865 |130302 |   6.7 |    67M | 170 | 800 |2613 | 415 |3452 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.80	c  24.8s| 19500 | 16931 |130750 |   6.7 |    68M | 170 | 800 |2721 | 416 |3452 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.68/24.89	c  24.9s| 19600 | 17011 |131366 |   6.7 |    68M | 170 | 800 |2715 | 415 |3457 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.89/25.01	c  25.0s| 19700 | 17105 |132238 |   6.7 |    68M | 170 | 800 |2656 | 419 |3500 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.89/25.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.89/25.08	c  25.1s| 19800 | 17166 |132621 |   6.7 |    68M | 170 | 800 |2602 | 417 |3502 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
24.99/25.15	c  25.2s| 19900 | 17251 |133050 |   6.6 |    68M | 170 | 800 |2622 | 415 |3502 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.08/25.25	c  25.2s| 20000 | 17330 |133707 |   6.6 |    68M | 170 | 800 |2535 | 418 |3547 |  2 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.18/25.37	c  25.4s| 20100 | 17428 |134484 |   6.6 |    68M | 170 | 800 |2437 | 422 |3593 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.38/25.50	c  25.5s| 20200 | 17523 |135409 |   6.7 |    68M | 170 | 800 |2425 | 415 |3620 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.48/25.62	c  25.6s| 20300 | 17622 |136316 |   6.7 |    69M | 170 | 800 |2338 | 419 |3681 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.58/25.71	c  25.7s| 20400 | 17712 |136945 |   6.7 |    69M | 170 | 800 |2274 | 417 |3685 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.78/25.93	c  25.9s| 20500 | 17804 |139487 |   6.8 |    69M | 170 | 800 |2231 | 415 |3723 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.78/25.99	c  26.0s| 20600 | 17881 |139862 |   6.7 |    69M | 170 | 800 |2267 | 415 |3723 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.88/26.06	c  26.1s| 20700 | 17939 |140202 |   6.7 |    69M | 170 | 800 |2341 | 416 |3726 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
25.98/26.17	c  26.2s| 20800 | 18032 |140845 |   6.7 |    69M | 170 | 800 |2350 | 419 |3734 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.08/26.28	c  26.3s| 20900 | 18124 |141714 |   6.7 |    69M | 170 | 800 |2247 | 415 |3757 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.28/26.46	c  26.5s| 21000 | 18221 |143156 |   6.8 |    69M | 170 | 800 |2209 | 416 |3807 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.38/26.54	c  26.5s| 21100 | 18289 |143895 |   6.8 |    70M | 170 | 800 |2256 |   0 |3809 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.48/26.66	c  26.7s| 21200 | 18382 |144605 |   6.8 |    70M | 170 | 800 |2152 | 410 |3821 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.57/26.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.57/26.77	c  26.8s| 21300 | 18473 |145348 |   6.8 |    70M | 170 | 800 |2146 | 415 |3864 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.67/26.83	c  26.8s| 21400 | 18546 |145714 |   6.8 |    70M | 170 | 800 |2213 | 415 |3864 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.77/26.91	c  26.9s| 21500 | 18636 |146309 |   6.8 |    71M | 170 | 800 |2227 | 419 |3869 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.88/27.03	c  27.0s| 21600 | 18726 |147047 |   6.8 |    71M | 170 | 800 |2222 | 413 |3884 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
26.98/27.18	c  27.2s| 21700 | 18818 |148150 |   6.8 |    71M | 170 | 800 |2185 | 415 |3916 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
27.07/27.27	c  27.3s| 21800 | 18906 |148909 |   6.8 |    71M | 170 | 800 |2175 |   0 |3944 |  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
27.27/27.41	c  27.4s| 21900 | 19006 |150014 |   6.8 |    71M | 170 | 800 |2117 | 418 |3977 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
27.37/27.53	c  27.5s| 22000 | 19106 |151011 |   6.8 |    71M | 170 | 800 |2074 | 417 |4009 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
27.47/27.64	c  27.6s| 22100 | 19195 |151775 |   6.8 |    71M | 170 | 800 |2032 | 416 |4035 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
27.57/27.75	c  27.8s| 22200 | 19286 |152499 |   6.8 |    71M | 170 | 800 |1954 | 413 |4064 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
27.67/27.86	c  27.9s| 22300 | 19384 |153367 |   6.8 |    71M | 170 | 800 |1892 | 415 |4099 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
27.77/27.97	c  28.0s| 22400 | 19474 |154333 |   6.9 |    71M | 170 | 800 |1886 | 419 |4123 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
27.97/28.14	c  28.1s| 22500 | 19572 |155611 |   6.9 |    71M | 170 | 800 |1905 | 415 |4174 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.07/28.21	c  28.2s| 22600 | 19662 |156084 |   6.9 |    71M | 170 | 800 |1938 | 418 |4186 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.17/28.32	c  28.3s| 22700 | 19757 |156973 |   6.9 |    71M | 170 | 800 |1958 | 415 |4219 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.17/28.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.17/28.38	c  28.4s| 22800 | 19849 |157349 |   6.9 |    71M | 170 | 800 |1978 | 414 |4219 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.27/28.45	c  28.5s| 22900 | 19931 |157847 |   6.9 |    71M | 170 | 800 |1995 | 414 |4219 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.37/28.54	c  28.5s| 23000 | 20025 |158478 |   6.9 |    71M | 170 | 800 |2020 | 416 |4221 |  2 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.47/28.64	c  28.6s| 23100 | 20121 |159045 |   6.8 |    71M | 170 | 800 |2057 | 415 |4221 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.57/28.73	c  28.7s| 23200 | 20215 |159711 |   6.8 |    71M | 170 | 800 |2007 | 413 |4254 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.67/28.82	c  28.8s| 23300 | 20307 |160320 |   6.8 |    71M | 170 | 800 |2044 | 415 |4254 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.77/28.90	c  28.9s| 23400 | 20387 |160698 |   6.8 |    71M | 170 | 800 |2114 | 415 |4258 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.77/28.99	c  29.0s| 23500 | 20483 |161368 |   6.8 |    71M | 170 | 800 |2116 | 419 |4266 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.97/29.12	c  29.1s| 23600 | 20579 |162476 |   6.8 |    72M | 170 | 800 |2089 | 415 |4283 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
28.97/29.19	c  29.2s| 23700 | 20661 |162939 |   6.8 |    72M | 170 | 800 |2119 | 415 |4283 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.06/29.26	c  29.3s| 23800 | 20747 |163527 |   6.8 |    72M | 170 | 800 |2097 | 423 |4299 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.26/29.43	c  29.4s| 23900 | 20843 |164961 |   6.9 |    72M | 170 | 800 |2084 | 416 |4341 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.50	c  29.5s| 24000 | 20933 |165521 |   6.9 |    72M | 170 | 800 |2101 | 415 |4341 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.36/29.56	c  29.6s| 24100 | 21009 |165960 |   6.8 |    73M | 170 | 800 |2148 |   0 |4341 |  0 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.46/29.67	c  29.7s| 24200 | 21099 |166735 |   6.9 |    74M | 170 | 800 |2109 | 418 |4363 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.56/29.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.56/29.75	c  29.8s| 24300 | 21172 |167345 |   6.8 |    74M | 170 | 800 |2162 | 414 |4380 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.66/29.85	c  29.9s| 24400 | 21262 |168068 |   6.9 |    74M | 170 | 800 |2130 | 415 |4421 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.76/29.94	c  29.9s| 24500 | 21347 |168650 |   6.8 |    74M | 170 | 800 |2164 | 416 |4426 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.87/30.08	c  30.1s| 24600 | 21445 |169783 |   6.9 |    75M | 170 | 800 |2144 | 416 |4472 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
29.97/30.16	c  30.2s| 24700 | 21522 |170308 |   6.9 |    75M | 170 | 800 |2198 | 415 |4477 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.07/30.23	c  30.2s| 24800 | 21586 |170920 |   6.9 |    76M | 170 | 800 |2235 | 415 |4492 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.17/30.34	c  30.3s| 24900 | 21686 |171686 |   6.9 |    76M | 170 | 800 |2182 | 415 |4509 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.27/30.44	c  30.4s| 25000 | 21771 |172430 |   6.9 |    76M | 170 | 800 |2162 | 415 |4548 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.47/30.60	c  30.6s| 25100 | 21871 |173797 |   6.9 |    76M | 170 | 800 |2071 | 419 |4619 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.47/30.68	c  30.7s| 25200 | 21963 |174294 |   6.9 |    76M | 170 | 800 |2116 | 415 |4629 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.57/30.79	c  30.8s| 25300 | 22057 |175289 |   6.9 |    76M | 170 | 800 |2077 | 407 |4652 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.66/30.88	c  30.9s| 25400 | 22135 |176063 |   6.9 |    76M | 170 | 800 |2061 | 416 |4689 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.76/30.97	c  31.0s| 25500 | 22205 |176549 |   6.9 |    76M | 170 | 800 |2061 | 415 |4704 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.87/31.04	c  31.0s| 25600 | 22287 |177075 |   6.9 |    76M | 170 | 800 |2023 | 415 |4723 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf | unknown
30.97/31.13	c  31.1s| 25700 | 22387 |177868 |   6.9 |    76M | 170 | 800 |1989 | 419 |4750 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.06/31.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.06/31.23	c  31.2s| 25800 | 22469 |178440 |   6.9 |    76M | 170 | 800 |1994 | 417 |4766 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.16/31.32	c  31.3s| 25900 | 22561 |179123 |   6.9 |    76M | 170 | 800 |2001 | 418 |4773 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.26/31.40	c  31.4s| 26000 | 22655 |179692 |   6.9 |    76M | 170 | 800 |1986 | 415 |4774 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.36/31.52	c  31.5s| 26100 | 22744 |180705 |   6.9 |    76M | 170 | 800 |1973 | 415 |4801 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.46/31.60	c  31.6s| 26200 | 22821 |181172 |   6.9 |    76M | 170 | 800 |1973 | 415 |4801 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.56/31.71	c  31.7s| 26300 | 22910 |181947 |   6.9 |    76M | 170 | 800 |1979 | 425 |4868 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.66/31.88	c  31.9s| 26400 | 23009 |183016 |   6.9 |    78M | 170 | 800 |1910 | 419 |4913 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.76/31.98	c  32.0s| 26500 | 23095 |183553 |   6.9 |    78M | 170 | 800 |1931 | 420 |4925 |  3 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
31.86/32.09	c  32.1s| 26600 | 23187 |184419 |   6.9 |    78M | 170 | 800 |1910 | 410 |4990 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.06/32.22	c  32.2s| 26700 | 23283 |185565 |   6.9 |    78M | 170 | 800 |1890 | 419 |5039 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.16/32.33	c  32.3s| 26800 | 23375 |186431 |   6.9 |    78M | 170 | 800 |1859 | 424 |5080 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.26/32.44	c  32.4s| 26900 | 23463 |187361 |   6.9 |    79M | 170 | 800 |1854 | 416 |5114 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.36/32.53	c  32.5s| 27000 | 23556 |188027 |   6.9 |    79M | 170 | 800 |1853 | 415 |5135 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.46/32.62	c  32.6s| 27100 | 23637 |188607 |   6.9 |    79M | 170 | 800 |1848 | 418 |5153 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.56/32.71	c  32.7s| 27200 | 23721 |189134 |   6.9 |    79M | 170 | 800 |1905 | 416 |5155 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.56/32.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.56/32.78	c  32.8s| 27300 | 23812 |189604 |   6.9 |    79M | 170 | 800 |1959 | 413 |5155 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.66/32.84	c  32.8s| 27400 | 23878 |189993 |   6.9 |    79M | 170 | 800 |2013 | 413 |5155 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.66/32.89	c  32.9s| 27500 | 23952 |190338 |   6.9 |    79M | 170 | 800 |2030 | 415 |5155 |  0 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.76/32.95	c  33.0s| 27600 | 24037 |190650 |   6.9 |    79M | 170 | 800 |2038 | 414 |5155 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.86/33.06	c  33.1s| 27700 | 24133 |191282 |   6.9 |    79M | 170 | 800 |2083 | 423 |5171 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
32.96/33.19	c  33.2s| 27800 | 24231 |192124 |   6.9 |    79M | 170 | 800 |2099 | 418 |5202 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.15/33.30	c  33.3s| 27900 | 24329 |192759 |   6.9 |    79M | 170 | 800 |2133 | 417 |5224 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.15/33.38	c  33.4s| 28000 | 24396 |193329 |   6.9 |    79M | 170 | 800 |2224 | 415 |5236 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.25/33.46	c  33.5s| 28100 | 24473 |193755 |   6.9 |    79M | 170 | 800 |2295 | 416 |5239 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.35/33.52	c  33.5s| 28200 | 24555 |194255 |   6.9 |    79M | 170 | 800 |2329 | 415 |5240 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.45/33.62	c  33.6s| 28300 | 24637 |195051 |   6.9 |    79M | 170 | 800 |2358 | 416 |5269 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.55/33.73	c  33.7s| 28400 | 24722 |195913 |   6.9 |    79M | 170 | 800 |2330 | 413 |5310 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.65/33.81	c  33.8s| 28500 | 24816 |196496 |   6.9 |    79M | 170 | 800 |2295 | 421 |5336 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.75/33.92	c  33.9s| 28600 | 24901 |197413 |   6.9 |    79M | 170 | 800 |2300 | 415 |5345 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.86/34.01	c  34.0s| 28700 | 24982 |197935 |   6.9 |    79M | 170 | 800 |2304 | 415 |5354 |  0 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.86/34.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
33.86/34.07	c  34.1s| 28800 | 25060 |198417 |   6.9 |    79M | 170 | 800 |2344 | 415 |5354 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
33.96/34.14	c  34.1s| 28900 | 25134 |198952 |   6.9 |    79M | 170 | 800 |2394 | 415 |5354 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.05/34.20	c  34.2s| 29000 | 25201 |199367 |   6.8 |    79M | 170 | 800 |2443 | 415 |5354 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.05/34.28	c  34.3s| 29100 | 25265 |199867 |   6.8 |    80M | 170 | 800 |2522 | 420 |5375 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.25/34.40	c  34.4s| 29200 | 25357 |200722 |   6.8 |    80M | 170 | 800 |2426 | 417 |5416 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.25/34.47	c  34.5s| 29300 | 25431 |201171 |   6.8 |    80M | 170 | 800 |2482 | 415 |5416 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.35/34.54	c  34.5s| 29400 | 25519 |201596 |   6.8 |    81M | 170 | 800 |2522 |   0 |5416 |  0 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.45/34.69	c  34.7s| 29500 | 25603 |202438 |   6.8 |    81M | 170 | 800 |2482 | 421 |5483 |  3 |  21k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.65/34.84	c  34.8s| 29600 | 25703 |203589 |   6.8 |    81M | 170 | 800 |2430 | 415 |5564 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.74/34.96	c  35.0s| 29700 | 25801 |204424 |   6.9 |    81M | 170 | 800 |2431 | 420 |5601 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
34.85/35.06	c  35.1s| 29800 | 25889 |205090 |   6.9 |    81M | 170 | 800 |2513 | 415 |5615 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.04/35.20	c  35.2s| 29900 | 25960 |205659 |   6.8 |    81M | 170 | 800 |2590 | 417 |5622 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.30	c  35.3s| 30000 | 26048 |206302 |   6.8 |    81M | 170 | 800 |2552 | 416 |5632 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.14/35.38	c  35.4s| 30100 | 26129 |206875 |   6.8 |    81M | 170 | 800 |2563 |   0 |5645 |  0 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.24/35.45	c  35.5s| 30200 | 26214 |207269 |   6.8 |    81M | 170 | 800 |2661 | 415 |5645 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.34/35.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.34/35.56	c  35.6s| 30300 | 26304 |207969 |   6.8 |    81M | 170 | 800 |2652 | 414 |5670 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.44/35.64	c  35.6s| 30400 | 26385 |208608 |   6.8 |    81M | 170 | 800 |2669 | 415 |5676 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.54/35.74	c  35.7s| 30500 | 26466 |209213 |   6.8 |    81M | 170 | 800 |2714 | 413 |5692 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.64/35.83	c  35.8s| 30600 | 26557 |209967 |   6.8 |    81M | 170 | 800 |2649 | 419 |5723 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.74/35.94	c  35.9s| 30700 | 26644 |210761 |   6.8 |    81M | 170 | 800 |2573 | 420 |5749 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.84/36.03	c  36.0s| 30800 | 26722 |211344 |   6.8 |    81M | 170 | 800 |2549 | 421 |5770 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.94/36.10	c  36.1s| 30900 | 26792 |211996 |   6.8 |    81M | 170 | 800 |2585 | 416 |5776 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
35.94/36.16	c  36.2s| 31000 | 26858 |212456 |   6.8 |    81M | 170 | 800 |2648 | 415 |5780 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.04/36.24	c  36.2s| 31100 | 26931 |212973 |   6.8 |    83M | 170 | 800 |2640 | 418 |5789 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.14/36.37	c  36.4s| 31200 | 27029 |213766 |   6.8 |    83M | 170 | 800 |2557 | 414 |5865 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.24/36.44	c  36.4s| 31300 | 27111 |214189 |   6.8 |    83M | 170 | 800 |2562 | 418 |5877 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.34/36.53	c  36.5s| 31400 | 27197 |214911 |   6.8 |    83M | 170 | 800 |2515 | 419 |5912 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.44/36.62	c  36.6s| 31500 | 27295 |215482 |   6.8 |    83M | 170 | 800 |2459 | 415 |5939 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.70	c  36.7s| 31600 | 27368 |216057 |   6.8 |    83M | 170 | 800 |2454 | 423 |5970 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.54/36.78	c  36.8s| 31700 | 27438 |216714 |   6.8 |    83M | 170 | 800 |2481 | 415 |5978 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.64/36.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.64/36.86	c  36.9s| 31800 | 27519 |217484 |   6.8 |    83M | 170 | 800 |2508 | 420 |5992 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.74/36.94	c  36.9s| 31900 | 27584 |218065 |   6.8 |    83M | 170 | 800 |2580 | 422 |6002 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.84/37.05	c  37.0s| 32000 | 27651 |218751 |   6.8 |    83M | 170 | 800 |2537 | 415 |6034 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
36.94/37.13	c  37.1s| 32100 | 27722 |219280 |   6.8 |    83M | 170 | 800 |2532 | 423 |6050 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.03/37.20	c  37.2s| 32200 | 27818 |219842 |   6.8 |    84M | 170 | 800 |2562 | 418 |6054 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.03/37.27	c  37.3s| 32300 | 27900 |220432 |   6.8 |    86M | 170 | 800 |2604 | 416 |6059 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.13/37.34	c  37.3s| 32400 | 27973 |220869 |   6.8 |    86M | 170 | 800 |2633 | 415 |6059 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.23/37.41	c  37.4s| 32500 | 28060 |221418 |   6.8 |    86M | 170 | 800 |2625 | 416 |6068 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.33/37.50	c  37.5s| 32600 | 28151 |222074 |   6.8 |    86M | 170 | 800 |2628 | 422 |6091 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.33/37.57	c  37.6s| 32700 | 28239 |222581 |   6.8 |    86M | 170 | 800 |2624 | 415 |6094 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.43/37.66	c  37.7s| 32800 | 28335 |223249 |   6.8 |    86M | 170 | 800 |2653 | 417 |6108 |  2 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.53/37.74	c  37.7s| 32900 | 28427 |223905 |   6.8 |    86M | 170 | 800 |2706 | 415 |6118 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.63/37.84	c  37.8s| 33000 | 28521 |224569 |   6.8 |    86M | 170 | 800 |2686 | 416 |6154 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.73/37.90	c  37.9s| 33100 | 28592 |225085 |   6.8 |    86M | 170 | 800 |2709 | 414 |6156 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.73/37.98	c  38.0s| 33200 | 28672 |225571 |   6.8 |    86M | 170 | 800 |2706 | 413 |6158 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.84/38.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.84/38.04	c  38.0s| 33300 | 28751 |226017 |   6.8 |    86M | 170 | 800 |2723 | 413 |6158 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf | unknown
37.84/38.10	c  38.1s| 33400 | 28818 |226485 |   6.8 |    86M | 170 | 800 |2811 | 413 |6158 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.03/38.20	c  38.2s| 33500 | 28895 |227208 |   6.8 |    86M | 170 | 800 |2841 | 413 |6180 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.13/38.34	c  38.3s| 33600 | 28988 |228191 |   6.8 |    86M | 170 | 800 |2863 | 415 |6226 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.23/38.43	c  38.4s| 33700 | 29057 |228828 |   6.8 |    86M | 170 | 800 |2911 | 422 |6249 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.33/38.52	c  38.5s| 33800 | 29137 |229316 |   6.8 |    86M | 170 | 800 |2950 | 415 |6267 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.43/38.63	c  38.6s| 33900 | 29220 |229997 |   6.8 |    86M | 170 | 800 |2924 | 414 |6303 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.53/38.75	c  38.8s| 34000 | 29308 |230695 |   6.8 |    86M | 170 | 800 |2945 | 413 |6340 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.63/38.82	c  38.8s| 34100 | 29376 |231295 |   6.8 |    86M | 170 | 800 |2966 | 422 |6351 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.73/38.97	c  39.0s| 34200 | 29468 |232295 |   6.8 |    87M | 170 | 800 |3011 | 421 |6387 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.83/39.07	c  39.1s| 34300 | 29542 |233004 |   6.8 |    88M | 170 | 800 |3001 | 418 |6418 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf | unknown
38.93/39.14	c  39.1s| 34400 | 29594 |233432 |   6.8 |    88M | 170 | 800 |3002 | 418 |6429 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.02/39.23	c  39.2s| 34500 | 29690 |233991 |   6.8 |    88M | 170 | 800 |2973 | 415 |6433 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.12/39.34	c  39.3s| 34600 | 29786 |234703 |   6.8 |    88M | 170 | 800 |2849 | 420 |6489 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.22/39.44	c  39.4s| 34700 | 29868 |235436 |   6.8 |    88M | 170 | 800 |2910 | 418 |6515 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.32/39.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.32/39.52	c  39.5s| 34800 | 29960 |235882 |   6.8 |    88M | 170 | 800 |2965 | 418 |6529 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.42/39.62	c  39.6s| 34900 | 30056 |236532 |   6.8 |    88M | 170 | 800 |2966 | 421 |6554 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.52/39.74	c  39.7s| 35000 | 30150 |237305 |   6.8 |    88M | 170 | 800 |3009 | 417 |6585 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.62/39.82	c  39.8s| 35100 | 30218 |237799 |   6.7 |    88M | 170 | 800 |3095 | 415 |6593 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.62/39.89	c  39.9s| 35200 | 30278 |238334 |   6.7 |    88M | 170 | 800 |3106 | 415 |6611 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.72/39.99	c  40.0s| 35300 | 30358 |239177 |   6.8 |    88M | 170 | 800 |3107 | 415 |6648 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.82/40.07	c  40.1s| 35400 | 30422 |239698 |   6.7 |    88M | 170 | 800 |3174 | 415 |6662 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf | unknown
39.92/40.15	c  40.1s| 35500 | 30484 |240181 |   6.7 |    88M | 170 | 800 |3226 | 417 |6674 |  0 |  27k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.02/40.22	c  40.2s| 35600 | 30525 |240561 |   6.7 |    88M | 170 | 800 |3445 | 415 |6686 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.12/40.30	c  40.3s| 35700 | 30595 |241173 |   6.7 |    88M | 170 | 800 |3464 | 419 |6708 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.12/40.39	c  40.4s| 35800 | 30679 |241772 |   6.7 |    88M | 170 | 800 |3451 | 413 |6728 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.22/40.45	c  40.5s| 35900 | 30755 |242105 |   6.7 |    88M | 170 | 800 |3508 | 414 |6730 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.32/40.54	c  40.5s| 36000 | 30837 |242722 |   6.7 |    88M | 170 | 800 |3490 | 417 |6736 |  0 |  27k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.42/40.61	c  40.6s| 36100 | 30897 |243134 |   6.7 |    88M | 170 | 800 |3507 | 415 |6740 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.52/40.70	c  40.7s| 36200 | 30951 |243766 |   6.7 |    88M | 170 | 800 |3515 | 417 |6757 |  1 |  28k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.62/40.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.62/40.84	c  40.8s| 36300 | 31038 |244775 |   6.7 |    88M | 170 | 800 |3168 | 416 |6818 |  1 |  28k|  11 | 0.000000e+00 |      --      |    Inf | unknown
40.82/41.10	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
40.92/41.19	c 
40.92/41.19	c SCIP Status        : problem is solved [infeasible]
40.92/41.19	c Solving Time (sec) : 41.19
40.92/41.19	c Solving Nodes      : 36394
40.92/41.19	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
40.92/41.19	c Dual Bound         : +1.00000000000000e+20
40.92/41.19	c Gap                : 0.00 %
40.92/41.19	s UNSATISFIABLE
40.92/41.19	c SCIP Status        : problem is solved [infeasible]
40.92/41.19	c Total Time         :      41.19
40.92/41.19	c   solving          :      41.19
40.92/41.19	c   presolving       :       0.01 (included in solving)
40.92/41.19	c   reading          :       0.00 (included in solving)
40.92/41.19	c   copying          :       1.09 (108 #copies) (minimal 0.00, maximal 0.02, average 0.01)
40.92/41.19	c Original Problem   :
40.92/41.19	c   Problem name     : HOME/instance-4511095-1751202992.opb
40.92/41.19	c   Variables        : 801 (801 binary, 0 integer, 0 continuous)
40.92/41.19	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
40.92/41.19	c   Constraints      : 401 initial, 401 maximal
40.92/41.19	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
40.92/41.19	c Presolved Problem  :
40.92/41.19	c   Problem name     : t_HOME/instance-4511095-1751202992.opb
40.92/41.19	c   Variables        : 800 (800 binary, 0 integer, 0 continuous)
40.92/41.19	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
40.92/41.19	c   Constraints      : 400 initial, 5849 maximal
40.92/41.19	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
40.92/41.19	c   Nonzeros         : 1600 constraint, 0 clique table
40.92/41.19	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
40.92/41.19	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   implics          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   milp             :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
40.92/41.19	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
40.92/41.19	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   linear           :       0.00       0.00      3          0          1          0          0          0          1          0          0          0
40.92/41.19	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
40.92/41.19	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
40.92/41.19	c   integral         :          0          0          0          0      34014          0          0       2859          0          0          0          0          0          0      68028
40.92/41.19	c   knapsack         :          0+        84          0     176412          0          0          0          0      16123        641      18918          0          0          0          0
40.92/41.19	c   linear           :        400+       479         12     176821          0          0          0       2858     145333       3325      61948          0          0          0          0
40.92/41.19	c   logicor          :          0+      5386         11      74308          0          0          0          0       7563        903       5669          0          0          0          0
40.92/41.19	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
40.92/41.19	c   integral         :       0.50       0.00       0.00       0.00       0.50       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c   knapsack         :       0.40       0.00       0.00       0.38       0.00       0.00       0.00       0.00       0.03       0.00
40.92/41.19	c   linear           :       1.14       0.00       0.00       1.01       0.00       0.00       0.00       0.06       0.07       0.00
40.92/41.19	c   logicor          :       0.80       0.00       0.00       0.78       0.00       0.00       0.00       0.00       0.02       0.00
40.92/41.19	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
40.92/41.19	c   dualfix          :          1          0          0          0
40.92/41.19	c   genvbounds       :          0          0          0          0
40.92/41.19	c   nlobbt           :          0          0          0          0
40.92/41.19	c   obbt             :          0          0          0          0
40.92/41.19	c   probing          :          0          0          0          0
40.92/41.19	c   pseudoobj        :          0          0          0          0
40.92/41.19	c   redcost          :          0          0          0          0
40.92/41.19	c   rootredcost      :          0          0          0          0
40.92/41.19	c   symmetry         :     170188          0          2         48
40.92/41.19	c   vbounds          :          0          0          0          0
40.92/41.19	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
40.92/41.19	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
40.92/41.19	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00       0.00
40.92/41.19	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
40.92/41.19	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
40.92/41.19	c   symmetry         :       2.58       0.00       0.00       2.58       0.00       0.00
40.92/41.19	c   vbounds          :       0.03       0.00       0.00       0.03       0.00       0.00
40.92/41.19	c Symmetry           :
40.92/41.19	c   #affected vars   :        640 (640 bin, 0 int, 0 cont)
40.92/41.19	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
40.92/41.19	c   orbital reduction:          0 reductions applied,          0 cutoffs
40.92/41.19	c   lexicographic red:        224 reductions applied,          2 cutoffs
40.92/41.19	c   shadow tree time :       0.06 s
40.92/41.19	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
40.92/41.19	c   propagation      :       0.24       3531       3531          -      32735       57.4       1840        8.9          -          -          -
40.92/41.19	c   infeasible LP    :       0.37       1586       1584          -      12106       51.0        609        8.4       1575       46.7          0
40.92/41.19	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
40.92/41.19	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
40.92/41.19	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
40.92/41.19	c   applied globally :       0.02          -          -          0      26675       39.5          -          -       1574          -          -
40.92/41.19	c   applied locally  :          -          -          -          0         29       34.9          -          -          0          -          -
40.92/41.19	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
40.92/41.19	c   cut pool         :       0.99          -       5189         21          -          -      10799     167883          -          -          -          -          -    (maximal pool size:       2462)
40.92/41.19	c   aggregation      :       0.06       0.00        368         11          0          0         13        178          2         38         37          1          0
40.92/41.19	c   > cmir           :          -          -          -          -          -          -          -        175          0         37         37          0          -
40.92/41.19	c   > flowcover      :          -          -          -          -          -          -          -          3          0          0          0          0          -
40.92/41.19	c   > knapsackcover  :          -          -          -          -          -          -          -          0          2          1          0          1          -
40.92/41.19	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   gomory           :       0.75       0.00        367         10          0          0      11244     166386        708       6356       6302         54          0
40.92/41.19	c   > gomorymi       :          -          -          -          -          -          -          -      38248        379        438        414         24          -
40.92/41.19	c   > strongcg       :          -          -          -          -          -          -          -     128138        329       5918       5888         30          -
40.92/41.19	c   impliedbounds    :       0.00       0.00        368         11          0          0          0          0          0          0          0          0          0
40.92/41.19	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
40.92/41.19	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   multilinear      :       0.00       0.00        108         11          0          0          0          0          0          0          0          0          0
40.92/41.19	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
40.92/41.19	c   rapidlearning    :       7.57       0.00        100          1          0        969          0          0          0          0          0          0        937
40.92/41.19	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
40.92/41.19	c   zerohalf         :       0.09       0.00        368         11          0          0        526       1319        274        545        376        169          0
40.92/41.19	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
40.92/41.19	c   hybrid           :       0.13       0.00       2110         11       6939          0     161928         93          0       2398
40.92/41.19	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c Pricers            :   ExecTime  SetupTime      Calls       Vars
40.92/41.19	c   problem variables:       0.00          -          0          0
40.92/41.19	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
40.92/41.19	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c   relpscost        :       0.49       0.00      34014          0          0          0          0          0          0      68028
40.92/41.19	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
40.92/41.19	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
40.92/41.19	c   LP solutions     :       0.00          -          -          0          0
40.92/41.19	c   relax solutions  :       0.00          -          -          0          0
40.92/41.19	c   pseudo solutions :       0.00          -          -          0          0
40.92/41.19	c   strong branching :       0.00          -          -          0          0
40.92/41.19	c   actconsdiving    :       0.00       0.00          0          0          0
40.92/41.19	c   adaptivediving   :       0.20       0.00         38          0          0
40.92/41.19	c   alns             :       0.20       0.00          7          0          0
40.92/41.19	c   bound            :       0.00       0.00          0          0          0
40.92/41.19	c   clique           :       0.00       0.00          0          0          0
40.92/41.19	c   coefdiving       :       0.00       0.00          0          0          0
40.92/41.19	c   completesol      :       0.00       0.00          0          0          0
40.92/41.19	c   conflictdiving   :       1.42       0.00        313          0          0
40.92/41.19	c   crossover        :       0.00       0.00          0          0          0
40.92/41.19	c   dins             :       0.00       0.00          0          0          0
40.92/41.19	c   distributiondivin:       1.75       0.00        142          0          0
40.92/41.19	c   dks              :       0.00       0.00          0          0          0
40.92/41.19	c   dps              :       0.00       0.00          0          0          0
40.92/41.19	c   dualval          :       0.00       0.00          0          0          0
40.92/41.19	c   farkasdiving     :       0.00       0.00          0          0          0
40.92/41.19	c   feaspump         :       0.30       0.00         44          0          0
40.92/41.19	c   fixandinfer      :       0.00       0.00          0          0          0
40.92/41.19	c   fracdiving       :       1.33       0.00        312          0          0
40.92/41.19	c   gins             :       0.00       0.00          0          0          0
40.92/41.19	c   guideddiving     :       0.00       0.00          0          0          0
40.92/41.19	c   indicator        :       0.00       0.00          0          0          0
40.92/41.19	c   indicatordiving  :       0.00       0.00          0          0          0
40.92/41.19	c   intdiving        :       0.00       0.00          0          0          0
40.92/41.19	c   intshifting      :       0.00       0.00          0          0          0
40.92/41.19	c   linesearchdiving :       1.30       0.00        166          0          0
40.92/41.19	c   localbranching   :       0.00       0.00          0          0          0
40.92/41.19	c   locks            :       0.00       0.00          1          0          0
40.92/41.19	c   lpface           :       0.03       0.00          0          0          0
40.92/41.19	c   mpec             :       0.00       0.00          0          0          0
40.92/41.19	c   multistart       :       0.00       0.00          0          0          0
40.92/41.19	c   mutation         :       0.00       0.00          0          0          0
40.92/41.19	c   nlpdiving        :       0.00       0.00          0          0          0
40.92/41.19	c   objpscostdiving  :       0.28       0.00         14          0          0
40.92/41.19	c   octane           :       0.00       0.00          0          0          0
40.92/41.19	c   ofins            :       0.00       0.00          0          0          0
40.92/41.19	c   oneopt           :       0.01       0.00          0          0          0
40.92/41.19	c   padm             :       0.00       0.00          0          0          0
40.92/41.19	c   proximity        :       0.00       0.00          0          0          0
40.92/41.19	c   pscostdiving     :       1.19       0.00         92          0          0
40.92/41.19	c   randrounding     :       0.13       0.00       2858          0          0
40.92/41.19	c   rens             :       0.01       0.00          1          0          0
40.92/41.19	c   reoptsols        :       0.00       0.00          0          0          0
40.92/41.19	c   repair           :       0.00       0.00          0          0          0
40.92/41.19	c   rins             :       0.01       0.00          0          0          0
40.92/41.19	c   rootsoldiving    :       0.19       0.00         15          0          0
40.92/41.19	c   rounding         :       0.04       0.00       2650          0          0
40.92/41.19	c   scheduler        :       0.00       0.00          0          0          0
40.92/41.19	c   shiftandpropagate:       0.00       0.00          1          0          0
40.92/41.19	c   shifting         :       0.05       0.00       1022          0          0
40.92/41.19	c   simplerounding   :       0.01       0.00          0          0          0
40.92/41.19	c   subnlp           :       0.00       0.00          0          0          0
40.92/41.19	c   trivial          :       0.00       0.00          2          0          0
40.92/41.19	c   trivialnegation  :       0.00       0.00          0          0          0
40.92/41.19	c   trustregion      :       0.00       0.00          0          0          0
40.92/41.19	c   trysol           :       0.00       0.00          0          0          0
40.92/41.19	c   twoopt           :       0.00       0.00          0          0          0
40.92/41.19	c   undercover       :       0.00       0.00          0          0          0
40.92/41.19	c   vbounds          :       0.00       0.00          0          0          0
40.92/41.19	c   veclendiving     :       1.42       0.00        312          0          0
40.92/41.19	c   zeroobj          :       0.00       0.00          0          0          0
40.92/41.19	c   zirounding       :       0.01       0.00       1000          0          0
40.92/41.19	c   other solutions  :          -          -          -          0          -
40.92/41.19	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
40.92/41.19	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
40.92/41.19	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
40.92/41.19	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
40.92/41.19	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
40.92/41.19	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
40.92/41.19	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
40.92/41.19	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
40.92/41.19	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
40.92/41.19	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
40.92/41.19	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
40.92/41.19	c   primal LP        :       0.24        902          0       0.00       0.00       0.24        902
40.92/41.19	c   dual LP          :      12.05      37002     172184       4.68   14289.61       0.03        181
40.92/41.19	c   lex dual LP      :       0.00          0          0       0.00          -
40.92/41.19	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
40.92/41.19	c   resolve instable :       0.00          0          0       0.00          -
40.92/41.19	c   diving/probing LP:       4.11      10479      74292       7.09   18090.38
40.92/41.19	c   strong branching :       0.01         11         68       6.18          -          -          -          0
40.92/41.19	c     (at root node) :          -         11         68       6.18          -
40.92/41.19	c   conflict analysis:       0.00          0          0       0.00          -
40.92/41.19	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
40.92/41.19	c   benders          :       0.00          0          0          0       0.00          0          0          0
40.92/41.19	c B&B Tree           :
40.92/41.19	c   number of runs   :          1
40.92/41.19	c   nodes            :      36394 (34014 internal, 2380 leaves)
40.92/41.19	c   feasible leaves  :          0
40.92/41.19	c   infeas. leaves   :       2380
40.92/41.19	c   objective leaves :          0
40.92/41.19	c   nodes (total)    :      36394 (34014 internal, 2380 leaves)
40.92/41.19	c   nodes left       :          0
40.92/41.19	c   max depth        :        170
40.92/41.19	c   max depth (total):        170
40.92/41.19	c   backtracks       :       2047 (5.6%)
40.92/41.19	c   early backtracks :          0 (0.0%)
40.92/41.19	c   nodes exc. ref.  :          0 (0.0%)
40.92/41.19	c   delayed cutoffs  :      31635
40.92/41.19	c   repropagations   :       7645 (11103 domain reductions, 365 cutoffs)
40.92/41.19	c   avg switch length:       4.57
40.92/41.19	c   switching time   :       2.42
40.92/41.19	c Root Node          :
40.92/41.19	c   First LP value   : +0.00000000000000e+00
40.92/41.19	c   First LP Iters   :        438 (215551.18 Iter/sec)
40.92/41.19	c   First LP Time    :       0.00
40.92/41.19	c   Final Dual Bound :          -
40.92/41.19	c   Final Root Iters :        899
40.92/41.19	c   Root LP Estimate : +2.88602909596095e-03
40.92/41.19	c Solution           :
40.92/41.19	c   Solutions found  :          0 (0 improvements)
40.92/41.19	c   Primal Bound     : infeasible
40.92/41.19	c   Dual Bound       :          -
40.92/41.19	c   Gap              :       0.00 %
40.92/41.19	c Integrals          :      Total       Avg%
40.92/41.19	c   primal-dual      :          -          - (problem infeasible)
40.92/41.19	c   primal-ref       :          -          - (problem infeasible)
40.92/41.19	c   dual-ref         :          -          - (problem infeasible)
41.01/41.21	c Time complete (sec):     41.040

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511095-1751202992/watcher-4511095-1751202992 -o /tmp/evaluation-result-4511095-1751202992/solver-4511095-1751202992 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751194846-25409 --watchdog 3760 pbsolver -f HOME/instance-4511095-1751202992.opb -t 3600 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=26576, runsolver pid=26573

[startup+0.100057 s]*
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128747080/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=42040 memory=29184 CPUtime=0.09 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 4858 0 0 0 9 0 0 0 20 0 1 0 35976728 43048960 7296 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 10510 7296 2688 2575 0 7417 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42040 KiB
Current children cumulated memory: 29184 KiB

[startup+0.205651 s]*
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128747080/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=49532 memory=37248 CPUtime=0.2 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 6902 0 0 0 19 1 0 0 20 0 1 0 35976728 50720768 9312 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 12383 9312 2688 2575 0 9290 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 49532 KiB
Current children cumulated memory: 37248 KiB

[startup+0.305598 s]*
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128739268/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=56112 memory=42708 CPUtime=0.3 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 8492 0 0 0 29 1 0 0 20 0 1 0 35976728 57458688 10677 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 14028 10677 2688 2575 0 10935 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 56112 KiB
Current children cumulated memory: 42708 KiB

[startup+0.700191 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128739268/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=58672 memory=46548 CPUtime=0.68 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 9454 0 0 0 67 1 0 0 20 0 1 0 35976728 60080128 11637 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 14668 11637 2688 2575 0 11575 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 58672 KiB
Current children cumulated memory: 46548 KiB

[startup+1.50021 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128735492/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=60568 memory=48468 CPUtime=1.48 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 9930 0 0 0 147 1 0 0 20 0 1 0 35976728 62021632 12117 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 15142 12117 2688 2575 0 12049 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 60568 KiB
Current children cumulated memory: 48468 KiB

[startup+3.10538 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128725916/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=70836 memory=57920 CPUtime=3.08 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 14583 0 0 0 306 2 0 0 20 0 1 0 35976728 72536064 14480 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 17709 14480 2688 2575 0 14616 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 70836 KiB
Current children cumulated memory: 57920 KiB

[startup+6.30019 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128710544/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=81952 memory=70136 CPUtime=6.26 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 21265 0 0 0 622 4 0 0 20 0 1 0 35976728 83918848 17534 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 20488 17534 2688 2575 0 17395 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 81952 KiB
Current children cumulated memory: 70136 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128698204/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=97408 memory=85508 CPUtime=12.64 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 36386 0 0 0 1257 7 0 0 20 0 1 0 35976728 99745792 21377 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 24352 21377 2688 2575 0 21259 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 97408 KiB
Current children cumulated memory: 85508 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 26577
/proc/meminfo: memFree=128695692/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=100600 memory=89128 CPUtime=25.38 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 40640 0 0 0 2531 7 0 0 20 0 1 0 35976728 103014400 22282 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 25150 22282 2688 2575 0 22057 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 100600 KiB
Current children cumulated memory: 89128 KiB

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

# cumulated CPU time of all completed processes:  user=40.9518 s, system=0.094637 s

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

[startup+25.6002 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 26577
/proc/meminfo: memFree=128695692/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=100600 memory=89128 CPUtime=25.48 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 40640 0 0 0 2541 7 0 0 20 0 1 0 35976728 103014400 22282 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 25150 22282 2688 2575 0 22057 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 100600 KiB
Current children cumulated memory: 89128 KiB

[startup+32.0002 s]*
/proc/loadavg: 4.09 4.09 4.09 5/264 26577
/proc/meminfo: memFree=128694440/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=103736 memory=92328 CPUtime=31.86 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 41446 0 0 0 3178 8 0 0 20 0 1 0 35976728 106225664 23082 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 25934 23082 2688 2575 0 22841 0
Current children cumulated CPU time: 31.86 s
Current children cumulated vsize: 103736 KiB
Current children cumulated memory: 92328 KiB

[startup+35.2002 s]
/proc/loadavg: 4.16 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128692684/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=110012 memory=97704 CPUtime=35.04 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 42782 0 0 0 3496 8 0 0 20 0 1 0 35976728 112652288 24426 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 27503 24426 2688 2575 0 24410 0
Current children cumulated CPU time: 35.04 s
Current children cumulated vsize: 110012 KiB
Current children cumulated memory: 97704 KiB

[startup+38.4002 s]
/proc/loadavg: 4.16 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128688904/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=110012 memory=97832 CPUtime=38.23 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 42818 0 0 0 3815 8 0 0 20 0 1 0 35976728 112652288 24458 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 27503 24458 2688 2575 0 24410 0
Current children cumulated CPU time: 38.23 s
Current children cumulated vsize: 110012 KiB
Current children cumulated memory: 97832 KiB

[startup+40.0002 s]*
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128681092/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=111404 memory=99624 CPUtime=39.82 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 43265 0 0 0 3974 8 0 0 20 0 1 0 35976728 114077696 24906 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 27851 24906 2688 2575 0 24758 0
Current children cumulated CPU time: 39.82 s
Current children cumulated vsize: 111404 KiB
Current children cumulated memory: 99624 KiB

[startup+40.8002 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128681092/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=111404 memory=99624 CPUtime=40.62 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 43268 0 0 0 4054 8 0 0 20 0 1 0 35976728 114077696 24906 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 27851 24906 2688 2575 0 24758 0
Current children cumulated CPU time: 40.62 s
Current children cumulated vsize: 111404 KiB
Current children cumulated memory: 99624 KiB

[startup+41.2002 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 26577
/proc/meminfo: memFree=128681344/131249988 swapFree=33010684/33010684
[pid=26576] ppid=26573 vsize=111632 memory=99880 CPUtime=41.01 cores=4,6
/proc/26576/stat : 26576 (pbsolver) R 26573 26576 25398 0 -1 4194304 43325 0 0 0 4093 8 0 0 20 0 1 0 35976728 114311168 24970 18446744073709551615 4198400 14743177 140723238805360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54591488 140723238812042 140723238812138 140723238812138 140723238817740 0
/proc/26576/statm: 27908 24970 2688 2575 0 24815 0
Current children cumulated CPU time: 41.01 s
Current children cumulated vsize: 111632 KiB
Current children cumulated memory: 99880 KiB

Child status: 0

Real time (s): 41.2171
CPU time (s): 41.0464
CPU user time (s): 40.9518
CPU system time (s): 0.094637
CPU usage (%): 99.5859
Max. virtual memory (cumulated for all children) (KiB): 111632
Max. memory (cumulated for all children) (KiB): 99880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9518
system time used= 0.094637
maximum resident set size= 99880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43325
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= 3
involuntary context switches= 259


# summary of solver processes directly reported to runsolver:
#   pid: 26576
#   total CPU time (s): 41.0464
#   total CPU user time (s): 40.9518
#   total CPU system time (s): 0.094637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.085184 second user time and 0.238338 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 15:16:32
IDJOB=4511095
IDBENCH=160428
IDSOLVER=3366
FILE ID=nodeC020/4511095-1751202992
RUNJOBID= nodeC020-1751194846-25409
SLURM_JOB_ID= 9587600
Free space on /tmp= 433016 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x80split.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511095-1751202992/watcher-4511095-1751202992 -o /tmp/evaluation-result-4511095-1751202992/solver-4511095-1751202992 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751194846-25409 --watchdog 3760  pbsolver -f HOME/instance-4511095-1751202992.opb -t 3600 -m 31000

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

MD5SUM BENCH= 1a3ecc72c33db076137ced748302e815
RANDOM SEED=528223587

nodeC020 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.917
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.79
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.890
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.79
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		: 3608.547
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128762956 kB
MemAvailable:   128870420 kB
Buffers:            3280 kB
Cached:           914372 kB
SwapCached:            0 kB
Active:          1280776 kB
Inactive:         607064 kB
Active(anon):     988252 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   607064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15120 kB
Writeback:            16 kB
AnonPages:        973140 kB
Mapped:           135076 kB
Shmem:             18056 kB
KReclaimable:      94228 kB
Slab:             180204 kB
SReclaimable:      94228 kB
SUnreclaim:        85976 kB
KernelStack:        4288 kB
PageTables:         5024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1331620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC020 at 2025-06-29 15:17:13