Trace number 4530435

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 NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a2OPT-167 806.598 809.11

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament26.lin.opb
MD5SUM21e597bc04bc5fa012b59bdeb9fb9987
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-167
Best CPU time to get the best result obtained on this benchmark455.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables949
Total number of constraints1248
Number of constraints which are clauses624
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints624
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 852
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 920
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 920
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

39.04/39.23	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530435-1752259313.opb
39.04/39.23	c Solving mode: optimization
39.04/39.23	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
39.04/39.23	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
39.04/39.23	c original problem has 949 variables (949 bin, 0 int, 0 impl, 0 cont) and 1248 constraints
39.04/39.23	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
39.04/39.23	c presolving:
39.04/39.23	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 624 upgd conss, 0 impls, 0 clqs
39.04/39.23	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1248 upgd conss, 0 impls, 0 clqs
39.04/39.23	c (round 3, medium)     0 del vars, 624 del conss, 1248 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1248 upgd conss, 0 impls, 1248 clqs
39.04/39.23	c (round 4, exhaustive) 0 del vars, 2496 del conss, 1872 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1248 upgd conss, 0 impls, 1248 clqs
39.04/39.23	c    (0.0s) probing: 51/949 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
39.04/39.23	c    (0.0s) probing aborted: 50/50 successive totally useless probings
39.04/39.23	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
39.04/39.23	c    (0.0s) no symmetry present (symcode time: 0.00)
39.04/39.23	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
39.04/39.23	c  0 deleted vars, 2496 deleted constraints, 1872 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
39.04/39.23	c  0 implications, 1248 cliques
39.04/39.23	c presolved problem has 949 variables (949 bin, 0 int, 0 impl, 0 cont) and 624 constraints
39.04/39.23	c     624 constraints of type <and>
39.04/39.23	c transformed objective value is always integral (scale: 1)
39.04/39.23	c Presolving Time: 0.03
39.04/39.23	c transformed 2/2 original solutions to the transformed problem space
39.04/39.23	c 
39.04/39.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.04/39.23	c p 0.0s|     1 |     0 |     0 |     - |  clique|   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-4.600000e+02 |-4.800000e+01 | 858.33%| unknown
39.04/39.23	c p 0.0s|     1 |     0 |     0 |     - | vbounds|   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-4.600000e+02 |-1.220000e+02 | 277.05%| unknown
39.04/39.23	c   0.1s|     1 |     0 |   817 |     - |    12M |   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-2.110000e+02 |-1.220000e+02 |  72.95%| unknown
39.04/39.23	c   0.1s|     1 |     0 |   914 |     - |    13M |   0 | 949 | 624 |1433 | 185 |  1 |   0 |   0 |-2.100000e+02 |-1.220000e+02 |  72.13%| unknown
39.04/39.23	c r 0.1s|     1 |     0 |   914 |     - |shifting|   0 | 949 | 624 |1433 | 185 |  1 |   0 |   0 |-2.100000e+02 |-1.430000e+02 |  46.85%| unknown
39.04/39.23	c   0.2s|     1 |     0 |  1334 |     - |    16M |   0 | 949 | 624 |1555 | 307 |  2 |   0 |   0 |-1.920000e+02 |-1.430000e+02 |  34.27%| unknown
39.04/39.23	c i 0.2s|     1 |     0 |  1334 |     - |  oneopt|   0 | 949 | 624 |1555 | 307 |  2 |   0 |   0 |-1.920000e+02 |-1.440000e+02 |  33.33%| unknown
39.04/39.23	c   0.2s|     1 |     0 |  1552 |     - |    17M |   0 | 949 | 624 |1599 | 351 |  3 |   0 |   0 |-1.910000e+02 |-1.440000e+02 |  32.64%| unknown
39.04/39.23	c   0.3s|     1 |     0 |  1832 |     - |    19M |   0 | 949 | 624 |1634 | 386 |  4 |   0 |   0 |-1.885000e+02 |-1.440000e+02 |  30.90%| unknown
39.04/39.23	c   0.4s|     1 |     0 |  2147 |     - |    22M |   0 | 949 | 624 |1658 | 410 |  5 |   0 |   0 |-1.854375e+02 |-1.440000e+02 |  28.78%| unknown
39.04/39.23	c   0.6s|     1 |     0 |  2686 |     - |    28M |   0 | 949 | 624 |1684 | 436 |  6 |   0 |   0 |-1.839375e+02 |-1.440000e+02 |  27.73%| unknown
39.04/39.23	c   0.8s|     1 |     0 |  3190 |     - |    31M |   0 | 949 | 624 |1710 | 462 |  7 |   0 |   0 |-1.820156e+02 |-1.440000e+02 |  26.40%| unknown
39.04/39.23	c   0.9s|     1 |     0 |  3653 |     - |    32M |   0 | 949 | 624 |1743 | 495 |  8 |   0 |   0 |-1.807005e+02 |-1.440000e+02 |  25.49%| unknown
39.04/39.23	c   1.0s|     1 |     0 |  4040 |     - |    35M |   0 | 949 | 624 |1763 | 515 |  9 |   0 |   0 |-1.794800e+02 |-1.440000e+02 |  24.64%| unknown
39.04/39.23	c   1.2s|     1 |     0 |  4713 |     - |    42M |   0 | 949 | 624 |1785 | 537 | 10 |   0 |   0 |-1.781985e+02 |-1.440000e+02 |  23.75%| unknown
39.04/39.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.04/39.23	c   1.3s|     1 |     0 |  5390 |     - |    42M |   0 | 949 | 624 |1808 | 560 | 11 |   0 |   0 |-1.775540e+02 |-1.440000e+02 |  23.30%| unknown
39.04/39.23	c   1.3s|     1 |     0 |  5940 |     - |    42M |   0 | 949 | 624 |1834 | 586 | 12 |   0 |   0 |-1.768380e+02 |-1.440000e+02 |  22.80%| unknown
39.04/39.23	c   1.4s|     1 |     0 |  6327 |     - |    42M |   0 | 949 | 624 |1852 | 604 | 13 |   0 |   0 |-1.765684e+02 |-1.440000e+02 |  22.62%| unknown
39.04/39.23	c   1.5s|     1 |     0 |  7037 |     - |    43M |   0 | 949 | 624 |1866 | 618 | 14 |   0 |   0 |-1.762254e+02 |-1.440000e+02 |  22.38%| unknown
39.04/39.23	c   1.6s|     1 |     0 |  7508 |     - |    43M |   0 | 949 | 624 |1826 | 632 | 15 |   0 |   0 |-1.760331e+02 |-1.440000e+02 |  22.25%| unknown
39.04/39.23	c   1.7s|     1 |     0 |  8265 |     - |    43M |   0 | 949 | 624 |1842 | 648 | 16 |   0 |   0 |-1.756765e+02 |-1.440000e+02 |  22.00%| unknown
39.04/39.23	c   1.7s|     1 |     0 |  8785 |     - |    43M |   0 | 949 | 624 |1855 | 661 | 17 |   0 |   0 |-1.754670e+02 |-1.440000e+02 |  21.85%| unknown
39.04/39.23	c   1.8s|     1 |     0 |  9114 |     - |    44M |   0 | 949 | 624 |1870 | 676 | 18 |   0 |   0 |-1.753900e+02 |-1.440000e+02 |  21.80%| unknown
39.04/39.23	c   1.9s|     1 |     0 |  9571 |     - |    44M |   0 | 949 | 624 |1885 | 691 | 19 |   0 |   0 |-1.751891e+02 |-1.440000e+02 |  21.66%| unknown
39.04/39.23	c   1.9s|     1 |     0 | 10073 |     - |    44M |   0 | 949 | 624 |1896 | 702 | 20 |   0 |   0 |-1.749912e+02 |-1.440000e+02 |  21.52%| unknown
39.04/39.23	c   2.0s|     1 |     0 | 10180 |     - |    44M |   0 | 949 | 624 |1857 | 711 | 21 |   0 |   0 |-1.749849e+02 |-1.440000e+02 |  21.52%| unknown
39.04/39.23	c   2.0s|     1 |     0 | 10240 |     - |    44M |   0 | 949 | 624 |1864 | 718 | 22 |   0 |   0 |-1.749795e+02 |-1.440000e+02 |  21.51%| unknown
39.04/39.23	c   2.0s|     1 |     0 | 10244 |     - |    44M |   0 | 949 | 625 |1866 | 720 | 23 |   1 |   0 |-1.749795e+02 |-1.440000e+02 |  21.51%| unknown
39.04/39.23	c d 3.1s|     1 |     0 | 23184 |     - |farkasdi|   0 | 949 | 625 |1866 |   0 | 24 |   1 |   0 |-1.749795e+02 |-1.500000e+02 |  16.65%| unknown
39.04/39.23	c d 3.7s|     1 |     0 | 31564 |     - |conflict|   0 | 949 | 625 |1866 |   0 | 24 |   1 |   0 |-1.749795e+02 |-1.560000e+02 |  12.17%| unknown
39.04/39.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.04/39.23	c   3.7s|     1 |     0 | 31566 |     - |    44M |   0 | 949 | 625 |1866 | 720 | 24 |   1 |   0 |-1.749795e+02 |-1.560000e+02 |  12.17%| unknown
39.04/39.23	c i 3.7s|     1 |     0 | 31566 |     - |  oneopt|   0 | 949 | 625 |1866 | 720 | 24 |   1 |   0 |-1.749795e+02 |-1.570000e+02 |  11.45%| unknown
39.04/39.23	c   3.8s|     1 |     0 | 31573 |     - |    44M |   0 | 949 | 625 |1870 | 724 | 25 |   1 |   0 |-1.749795e+02 |-1.570000e+02 |  11.45%| unknown
39.04/39.23	c   6.6s|     1 |     2 | 31573 |     - |    44M |   0 | 949 | 625 |1870 | 724 | 26 |   1 |  29 |-1.746488e+02 |-1.570000e+02 |  11.24%| unknown
39.04/39.23	c *22.1s|    50 |    47 | 55660 | 926.8 |    LP  |  36 | 949 | 625 |1921 |1053 |  1 |   1 | 186 |-1.745819e+02 |-1.590000e+02 |   9.80%| unknown
39.04/39.23	c  26.5s|   100 |    71 | 75911 | 663.3 |   106M |  36 | 949 | 631 |1885 |1316 |  2 |   7 | 199 |-1.742530e+02 |-1.590000e+02 |   9.59%| unknown
39.04/39.23	c  32.4s|   200 |   101 |104928 | 475.8 |   147M |  36 | 949 | 641 |1923 |1586 |  0 |  17 | 229 |-1.740199e+02 |-1.590000e+02 |   9.45%| unknown
39.04/39.23	c  37.3s|   300 |   121 |144037 | 447.5 |   170M |  37 | 949 | 668 |1935 |1741 |  2 |  44 | 265 |-1.738212e+02 |-1.590000e+02 |   9.32%| unknown
39.04/39.23	c  38.7s|   400 |   117 |156287 | 366.0 |   170M |  39 | 949 | 706 |1933 |1802 |  0 |  82 | 281 |-1.737141e+02 |-1.590000e+02 |   9.25%| unknown
119.68/120.13	c d39.1s|   404 |   119 |160115 | 371.9 |guideddi|  39 | 949 | 706 |1869 |   0 |  2 |  82 | 281 |-1.736364e+02 |-1.620000e+02 |   7.18%| unknown
119.68/120.13	c d41.0s|   464 |   122 |174834 | 355.5 |adaptive|  39 | 949 | 706 |1883 |   0 |  2 |  82 | 296 |-1.735782e+02 |-1.630000e+02 |   6.49%| unknown
119.68/120.13	c  42.6s|   500 |   120 |183805 | 347.8 |   171M |  39 | 949 | 718 |1940 |1970 |  0 |  94 | 313 |-1.735782e+02 |-1.630000e+02 |   6.49%| unknown
119.68/120.13	c  45.4s|   600 |   140 |207357 | 329.1 |   171M |  39 | 949 | 730 |1947 |2093 |  2 | 106 | 327 |-1.734216e+02 |-1.630000e+02 |   6.39%| unknown
119.68/120.13	c L45.5s|   606 |   135 |208081 | 327.0 |    gins|  39 | 949 | 730 |1945 |2095 |  2 | 106 | 327 |-1.734216e+02 |-1.640000e+02 |   5.74%| unknown
119.68/120.13	c  48.1s|   700 |   139 |225276 | 307.6 |   169M |  39 | 949 | 778 |1949 |2168 |  0 | 154 | 364 |-1.734216e+02 |-1.640000e+02 |   5.74%| unknown
119.68/120.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.68/120.13	c  51.4s|   800 |   145 |250182 | 300.3 |   165M |  39 | 949 | 810 |1947 |2321 |  0 | 186 | 392 |-1.732427e+02 |-1.640000e+02 |   5.64%| unknown
119.68/120.13	c  59.0s|   900 |   169 |305900 | 328.9 |   166M |  39 | 949 | 847 |1938 |2485 |  1 | 223 | 420 |-1.731139e+02 |-1.640000e+02 |   5.56%| unknown
119.68/120.13	c  61.9s|  1000 |   183 |329242 | 319.3 |   166M |  39 | 949 | 860 |1946 |2575 |  0 | 236 | 429 |-1.730720e+02 |-1.640000e+02 |   5.53%| unknown
119.68/120.13	c  65.0s|  1100 |   185 |350939 | 310.0 |   166M |  39 | 949 | 898 |1942 |2688 |  2 | 274 | 457 |-1.730677e+02 |-1.640000e+02 |   5.53%| unknown
119.68/120.13	c *69.0s|  1165 |   196 |368466 | 307.7 |    LP  |  39 | 949 | 904 |1934 |2777 |  1 | 280 | 470 |-1.730157e+02 |-1.650000e+02 |   4.86%| unknown
119.68/120.13	c  69.3s|  1200 |   197 |371662 | 301.4 |   166M |  39 | 949 | 942 |1935 |2796 |  0 | 318 | 489 |-1.730157e+02 |-1.650000e+02 |   4.86%| unknown
119.68/120.13	c  71.9s|  1300 |   211 |390530 | 292.7 |   167M |  39 | 949 | 953 |1940 |2871 |  0 | 329 | 500 |-1.728290e+02 |-1.650000e+02 |   4.74%| unknown
119.68/120.13	c  75.1s|  1400 |   227 |410218 | 285.9 |   167M |  39 | 949 | 999 |1940 |2954 |  3 | 375 | 527 |-1.727339e+02 |-1.650000e+02 |   4.69%| unknown
119.68/120.13	c  76.8s|  1500 |   235 |422469 | 275.0 |   167M |  39 | 949 |1014 |1938 |3002 |  1 | 390 | 553 |-1.727075e+02 |-1.650000e+02 |   4.67%| unknown
119.68/120.13	c  78.6s|  1600 |   247 |436833 | 266.8 |   167M |  39 | 949 |1035 |1932 |3052 |  1 | 411 | 567 |-1.726612e+02 |-1.650000e+02 |   4.64%| unknown
119.68/120.13	c  82.2s|  1700 |   259 |463581 | 266.8 |   168M |  39 | 949 |1044 |1935 |3173 |  0 | 420 | 584 |-1.726073e+02 |-1.650000e+02 |   4.61%| unknown
119.68/120.13	c  85.7s|  1800 |   265 |484606 | 263.7 |   168M |  39 | 949 |1120 |1926 |3331 |  1 | 496 | 631 |-1.725508e+02 |-1.650000e+02 |   4.58%| unknown
119.68/120.13	c  89.6s|  1900 |   277 |504117 | 260.1 |   170M |  39 | 949 |1152 |1943 |3503 |  0 | 528 | 665 |-1.725034e+02 |-1.650000e+02 |   4.55%| unknown
119.68/120.13	c  92.2s|  2000 |   281 |523953 | 257.0 |   170M |  39 | 949 |1218 |1939 |3609 |  0 | 594 | 708 |-1.724628e+02 |-1.650000e+02 |   4.52%| unknown
119.68/120.13	c  98.1s|  2100 |   313 |552057 | 258.1 |   171M |  39 | 949 |1328 |1935 |3828 |  0 | 704 | 765 |-1.724164e+02 |-1.650000e+02 |   4.49%| unknown
119.68/120.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.68/120.13	c   102s|  2200 |   333 |578263 | 258.3 |   172M |  39 | 949 |1450 |1932 |3973 |  0 | 826 | 817 |-1.723395e+02 |-1.650000e+02 |   4.45%| unknown
119.68/120.13	c   105s|  2300 |   349 |598308 | 255.8 |   172M |  39 | 949 |1559 |1938 |4058 |  0 | 935 | 867 |-1.722595e+02 |-1.650000e+02 |   4.40%| unknown
119.68/120.13	c   108s|  2400 |   345 |616496 | 252.7 |   173M |  39 | 949 |1678 |1933 |4184 |  0 |1054 | 917 |-1.722589e+02 |-1.650000e+02 |   4.40%| unknown
119.68/120.13	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
119.68/120.13	c (run 1, node 2477) performing user restart
119.68/120.13	c 
119.68/120.13	c (restart) converted 444 cuts from the global cut pool into linear constraints
119.68/120.13	c 
119.68/120.13	c presolving:
119.68/120.13	c (round 1, fast)       0 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1248 clqs
119.68/120.13	c (round 2, exhaustive) 0 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 0 impls, 1248 clqs
119.68/120.13	c (round 3, exhaustive) 0 del vars, 56 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 180 chg coeffs, 444 upgd conss, 0 impls, 1248 clqs
119.68/120.13	c (round 4, exhaustive) 0 del vars, 61 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 182 chg coeffs, 444 upgd conss, 0 impls, 1248 clqs
119.68/120.13	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
119.68/120.13	c  0 deleted vars, 61 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 182 changed coefficients
119.68/120.13	c  0 implications, 1248 cliques
119.68/120.13	c presolved problem has 949 variables (949 bin, 0 int, 0 impl, 0 cont) and 2249 constraints
119.68/120.13	c     298 constraints of type <knapsack>
119.68/120.13	c     146 constraints of type <setppc>
119.68/120.13	c     624 constraints of type <and>
119.68/120.13	c    1181 constraints of type <logicor>
119.68/120.13	c transformed objective value is always integral (scale: 1)
119.68/120.13	c Presolving Time: 0.10
119.68/120.13	c transformed 33/33 original solutions to the transformed problem space
119.68/120.13	c 
119.68/120.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.68/120.13	c   115s|     1 |     0 |653903 |     - |   167M |   0 | 949 |2249 |1692 |   0 |  0 |1242 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   115s|     1 |     0 |654308 |     - |   180M |   0 | 949 |2249 |1750 |  58 |  1 |1242 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   116s|     1 |     0 |654819 |     - |   197M |   0 | 949 |2249 |1779 |  87 |  2 |1242 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   116s|     1 |     0 |655317 |     - |   210M |   0 | 949 |2249 |1801 | 109 |  3 |1242 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   116s|     1 |     0 |655819 |     - |   212M |   0 | 949 |2250 |1824 | 132 |  4 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   117s|     1 |     0 |656453 |     - |   223M |   0 | 949 |2250 |1836 | 144 |  5 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   117s|     1 |     0 |657217 |     - |   231M |   0 | 949 |2250 |1859 | 167 |  6 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   117s|     1 |     0 |657535 |     - |   242M |   0 | 949 |2250 |1870 | 178 |  7 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   118s|     1 |     0 |657796 |     - |   251M |   0 | 949 |2250 |1881 | 189 |  8 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   118s|     1 |     0 |658532 |     - |   252M |   0 | 949 |2250 |1890 | 198 |  9 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   119s|     1 |     0 |658759 |     - |   257M |   0 | 949 |2250 |1898 | 206 | 10 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   119s|     1 |     0 |658953 |     - |   257M |   0 | 949 |2250 |1902 | 210 | 11 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   119s|     1 |     0 |659099 |     - |   257M |   0 | 949 |2250 |1906 | 214 | 12 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   119s|     1 |     0 |659425 |     - |   257M |   0 | 949 |2250 |1910 | 218 | 13 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   119s|     1 |     0 |659605 |     - |   257M |   0 | 949 |2250 |1856 | 220 | 14 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.68/120.13	c   120s|     1 |     0 |659688 |     - |   257M |   0 | 949 |2250 |1860 | 224 | 15 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   120s|     1 |     0 |659843 |     - |   258M |   0 | 949 |2250 |1866 | 230 | 16 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
119.68/120.13	c   120s|     1 |     0 |659901 |     - |   258M |   0 | 949 |2250 |1874 | 238 | 17 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   120s|     1 |     0 |660323 |     - |   258M |   0 | 949 |2250 |1878 | 242 | 18 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   120s|     1 |     0 |660468 |     - |   258M |   0 | 949 |2250 |1890 | 254 | 19 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   120s|     1 |     0 |660607 |     - |   258M |   0 | 949 |2250 |1824 | 259 | 20 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   120s|     1 |     0 |660669 |     - |   258M |   0 | 949 |2250 |1830 | 265 | 21 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   120s|     1 |     0 |660698 |     - |   258M |   0 | 949 |2250 |1837 | 272 | 22 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   121s|     1 |     0 |660714 |     - |   258M |   0 | 949 |2250 |1839 | 274 | 23 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   124s|     1 |     2 |672223 |     - |   258M |   0 | 949 |2263 |1839 | 274 | 24 |1256 |1009 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   133s|   100 |    41 |730299 | 274.9 |   285M |  28 | 949 |2290 |1923 | 669 |  0 |1283 |1035 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   137s|   200 |    51 |756442 | 274.4 |   285M |  28 | 949 |2299 |1921 | 760 |  1 |1292 |1054 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   141s|   300 |    57 |783377 | 274.2 |   285M |  28 | 949 |2369 |1949 | 889 |  1 |1364 |1093 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
262.42/263.33	c   144s|   400 |    67 |805006 | 272.2 |   272M |  28 | 949 |2416 |1916 | 971 |  0 |1418 |1122 |-1.721695e+02 |-1.650000e+02 |   4.35%| unknown
262.42/263.33	c   147s|   500 |    77 |825166 | 269.8 |   271M |  28 | 949 |2499 |1934 |1049 |  0 |1504 |1172 |-1.721546e+02 |-1.650000e+02 |   4.34%| unknown
262.42/263.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
262.42/263.33	c   149s|   600 |    85 |842088 | 266.6 |   271M |  28 | 949 |2574 |1928 |1119 |  3 |1580 |1216 |-1.721546e+02 |-1.650000e+02 |   4.34%| unknown
262.42/263.33	c   152s|   700 |   101 |858705 | 263.4 |   271M |  28 | 949 |2595 |1934 |1172 |  2 |1608 |1241 |-1.721069e+02 |-1.650000e+02 |   4.31%| unknown
262.42/263.33	c   155s|   800 |    97 |882014 | 262.5 |   271M |  28 | 949 |2679 |1926 |1227 |  4 |1695 |1300 |-1.720691e+02 |-1.650000e+02 |   4.28%| unknown
262.42/263.33	c   157s|   900 |    95 |903587 | 261.1 |   271M |  28 | 949 |2704 |1936 |1292 |  0 |1721 |1311 |-1.720234e+02 |-1.650000e+02 |   4.26%| unknown
262.42/263.33	c   160s|  1000 |   109 |925432 | 259.9 |   271M |  28 | 949 |2730 |1934 |1369 |  1 |1759 |1353 |-1.720234e+02 |-1.650000e+02 |   4.26%| unknown
262.42/263.33	c   163s|  1100 |   113 |945562 | 258.2 |   271M |  28 | 949 |2786 |1931 |1434 |  2 |1819 |1379 |-1.719305e+02 |-1.650000e+02 |   4.20%| unknown
262.42/263.33	c   166s|  1200 |   117 |967625 | 257.2 |   271M |  28 | 949 |2843 |1920 |1514 |  0 |1879 |1426 |-1.719272e+02 |-1.650000e+02 |   4.20%| unknown
262.42/263.33	c   170s|  1300 |   111 |  1004k| 260.2 |   271M |  28 | 949 |2903 |1917 |1560 |  0 |1942 |1469 |-1.719272e+02 |-1.650000e+02 |   4.20%| unknown
262.42/263.33	c   173s|  1400 |   123 |  1030k| 260.3 |   271M |  28 | 949 |3048 |1925 |1654 |  0 |2090 |1554 |-1.719118e+02 |-1.650000e+02 |   4.19%| unknown
262.42/263.33	c   176s|  1500 |   141 |  1054k| 259.7 |   271M |  28 | 949 |3128 |1934 |1719 |  3 |2176 |1615 |-1.718375e+02 |-1.650000e+02 |   4.14%| unknown
262.42/263.33	c   179s|  1600 |   145 |  1082k| 260.2 |   271M |  28 | 949 |3258 |1930 |1779 |  2 |2323 |1684 |-1.717894e+02 |-1.650000e+02 |   4.11%| unknown
262.42/263.33	c   182s|  1700 |   159 |  1104k| 259.1 |   271M |  28 | 949 |3415 |1920 |1842 |  2 |2486 |1752 |-1.717714e+02 |-1.650000e+02 |   4.10%| unknown
262.42/263.33	c   184s|  1800 |   163 |  1125k| 258.0 |   271M |  28 | 949 |3557 |1928 |1910 |  3 |2635 |1817 |-1.717135e+02 |-1.650000e+02 |   4.07%| unknown
262.42/263.33	c   186s|  1900 |   157 |  1141k| 255.7 |   271M |  28 | 949 |3623 |1920 |1944 |  0 |2701 |1849 |-1.717135e+02 |-1.650000e+02 |   4.07%| unknown
262.42/263.33	c   188s|  2000 |   171 |  1168k| 256.0 |   271M |  28 | 949 |3625 |1928 |2011 |  0 |2725 |1849 |-1.716503e+02 |-1.650000e+02 |   4.03%| unknown
262.42/263.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
262.42/263.33	c   192s|  2100 |   177 |  1192k| 255.7 |   271M |  28 | 949 |3684 |1927 |2113 |  5 |2787 |1880 |-1.716503e+02 |-1.650000e+02 |   4.03%| unknown
262.42/263.33	c   195s|  2200 |   193 |  1217k| 255.7 |   271M |  28 | 949 |3754 |1925 |2204 |  4 |2871 |1922 |-1.716168e+02 |-1.650000e+02 |   4.01%| unknown
262.42/263.33	c   197s|  2300 |   201 |  1238k| 254.7 |   272M |  28 | 949 |3791 |1929 |2270 |  0 |2917 |1937 |-1.715738e+02 |-1.650000e+02 |   3.98%| unknown
262.42/263.33	c   200s|  2400 |   205 |  1260k| 254.0 |   272M |  28 | 949 |3849 |1933 |2330 |  0 |2985 |1969 |-1.715590e+02 |-1.650000e+02 |   3.98%| unknown
262.42/263.33	c d 202s|  2483 |   204 |  1281k| 253.9 |pscostdi|  28 | 949 |3845 |1909 |   0 |  2 |2992 |1970 |-1.715234e+02 |-1.660000e+02 |   3.33%| unknown
262.42/263.33	c   203s|  2500 |   205 |  1283k| 253.5 |   272M |  28 | 949 |3845 |1925 |2407 |  1 |2992 |1970 |-1.715234e+02 |-1.660000e+02 |   3.33%| unknown
262.42/263.33	c   206s|  2600 |   219 |  1308k| 253.3 |   272M |  28 | 949 |3892 |1951 |2489 |  0 |3060 |1990 |-1.714551e+02 |-1.660000e+02 |   3.29%| unknown
262.42/263.33	c   209s|  2700 |   221 |  1330k| 252.7 |   272M |  28 | 949 |3918 |1948 |2524 |  0 |3093 |2037 |-1.714359e+02 |-1.660000e+02 |   3.27%| unknown
262.42/263.33	c   212s|  2800 |   228 |  1354k| 252.6 |   273M |  28 | 949 |3934 |1937 |2558 |  0 |3131 |2041 |-1.713414e+02 |-1.660000e+02 |   3.22%| unknown
262.42/263.33	c   217s|  2900 |   252 |  1386k| 253.7 |   274M |  28 | 949 |3924 |1952 |2677 |  0 |3144 |2041 |-1.713252e+02 |-1.660000e+02 |   3.21%| unknown
262.42/263.33	c   221s|  3000 |   268 |  1418k| 255.0 |   275M |  28 | 949 |3921 |1962 |2734 |  2 |3161 |2043 |-1.712657e+02 |-1.660000e+02 |   3.17%| unknown
262.42/263.33	c   225s|  3100 |   280 |  1449k| 256.0 |   283M |  28 | 949 |3923 |1956 |2830 |  2 |3180 |2053 |-1.712623e+02 |-1.660000e+02 |   3.17%| unknown
262.42/263.33	c   228s|  3200 |   294 |  1476k| 256.3 |   283M |  28 | 949 |3952 |1950 |2878 |  0 |3223 |2063 |-1.712552e+02 |-1.660000e+02 |   3.17%| unknown
262.42/263.33	c   231s|  3300 |   294 |  1497k| 255.5 |   283M |  28 | 949 |4059 |1951 |2916 |  0 |3333 |2112 |-1.712552e+02 |-1.660000e+02 |   3.17%| unknown
262.42/263.33	c   233s|  3400 |   292 |  1518k| 254.6 |   283M |  28 | 949 |4128 |1951 |2947 |  0 |3416 |2157 |-1.712552e+02 |-1.660000e+02 |   3.17%| unknown
262.42/263.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
262.42/263.33	c   236s|  3500 |   306 |  1541k| 254.2 |   284M |  28 | 949 |4100 |1937 |3008 |  2 |3426 |2160 |-1.712425e+02 |-1.660000e+02 |   3.16%| unknown
262.42/263.33	c   238s|  3600 |   312 |  1560k| 253.2 |   284M |  28 | 949 |4133 |1947 |3047 |  0 |3475 |2174 |-1.711969e+02 |-1.660000e+02 |   3.13%| unknown
262.42/263.33	c   240s|  3700 |   316 |  1579k| 252.2 |   284M |  28 | 949 |4139 |1944 |3071 |  0 |3506 |2185 |-1.711925e+02 |-1.660000e+02 |   3.13%| unknown
262.42/263.33	c   242s|  3800 |   318 |  1602k| 251.8 |   284M |  28 | 949 |4178 |1944 |3137 |  0 |3578 |2212 |-1.711729e+02 |-1.660000e+02 |   3.12%| unknown
262.42/263.33	c   245s|  3900 |   326 |  1622k| 250.9 |   284M |  28 | 949 |4308 |1947 |3197 |  3 |3720 |2295 |-1.711710e+02 |-1.660000e+02 |   3.12%| unknown
262.42/263.33	c   247s|  4000 |   334 |  1643k| 250.4 |   312M |  28 | 949 |4275 |1949 |3257 |  0 |3770 |2315 |-1.711685e+02 |-1.660000e+02 |   3.11%|   8.76%
262.42/263.33	c   250s|  4100 |   338 |  1664k| 249.8 |   312M |  28 | 949 |4251 |1962 |3298 |  0 |3793 |2320 |-1.711616e+02 |-1.660000e+02 |   3.11%|   8.87%
262.42/263.33	c   253s|  4200 |   342 |  1688k| 249.5 |   334M |  28 | 949 |4291 |1941 |3343 |  0 |3854 |2343 |-1.711616e+02 |-1.660000e+02 |   3.11%|   8.92%
262.42/263.33	c   257s|  4300 |   362 |  1718k| 250.4 |   334M |  28 | 949 |4349 |1948 |3410 |  2 |3967 |2397 |-1.711274e+02 |-1.660000e+02 |   3.09%|   9.05%
262.42/263.33	c   258s|  4400 |   360 |  1735k| 249.2 |   334M |  28 | 949 |4392 |1950 |3448 |  0 |4010 |2422 |-1.711274e+02 |-1.660000e+02 |   3.09%|   9.06%
262.42/263.33	c * 260s|  4428 |   362 |  1743k| 249.3 |strongbr|  28 | 949 |4350 |1958 |3482 |  1 |4019 |2433 |-1.711103e+02 |-1.670000e+02 |   2.46%|   9.23%
805.98/808.55	c   263s|  4500 |   372 |  1762k| 249.4 |   375M |  28 | 949 |4239 |1961 |3537 |  3 |4029 |2437 |-1.710876e+02 |-1.670000e+02 |   2.45%|   9.69%
805.98/808.55	c   268s|  4600 |   374 |  1791k| 250.0 |   394M |  28 | 949 |4162 |1975 |3598 |  1 |4039 |2439 |-1.710732e+02 |-1.670000e+02 |   2.44%|  10.34%
805.98/808.55	c   272s|  4700 |   372 |  1814k| 249.8 |   401M |  28 | 949 |4138 |1972 |3660 |  0 |4043 |2439 |-1.710732e+02 |-1.670000e+02 |   2.44%|  10.90%
805.98/808.55	c   277s|  4800 |   380 |  1840k| 250.0 |   405M |  28 | 949 |4075 |1955 |3749 |  0 |4051 |2439 |-1.710526e+02 |-1.670000e+02 |   2.43%|  11.13%
805.98/808.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
805.98/808.55	c   281s|  4900 |   382 |  1862k| 249.5 |   447M |  28 | 949 |4056 |1963 |3838 |  2 |4055 |2440 |-1.710526e+02 |-1.670000e+02 |   2.43%|  11.20%
805.98/808.55	c   284s|  5000 |   386 |  1885k| 249.3 |   460M |  28 | 949 |4037 |1965 |3919 |  0 |4064 |2442 |-1.710324e+02 |-1.670000e+02 |   2.41%|  11.31%
805.98/808.55	c   293s|  5100 |   410 |  1923k| 251.0 |   463M |  28 | 949 |3906 |1969 |4123 |  0 |4070 |2443 |-1.710062e+02 |-1.670000e+02 |   2.40%|  11.63%
805.98/808.55	c   297s|  5200 |   418 |  1949k| 251.1 |   463M |  28 | 949 |3828 |1963 |4225 |  0 |4075 |2443 |-1.709953e+02 |-1.670000e+02 |   2.39%|  11.77%
805.98/808.55	c   302s|  5300 |   418 |  1975k| 251.2 |   464M |  28 | 949 |3793 |1966 |4310 |  2 |4085 |2445 |-1.709697e+02 |-1.670000e+02 |   2.38%|  11.96%
805.98/808.55	c   305s|  5400 |   424 |  2000k| 251.2 |   464M |  28 | 949 |3716 |1963 |4398 |  0 |4087 |2445 |-1.709389e+02 |-1.670000e+02 |   2.36%|  12.26%
805.98/808.55	c   311s|  5500 |   436 |  2032k| 252.0 |   454M |  28 | 949 |3610 |1975 |4532 |  0 |4101 |2445 |-1.709071e+02 |-1.670000e+02 |   2.34%|  12.55%
805.98/808.55	c   324s|  5600 |   456 |  2081k| 255.0 |   460M |  28 | 949 |3514 |1982 |4843 |  2 |4134 |2456 |-1.708675e+02 |-1.670000e+02 |   2.32%|  13.11%
805.98/808.55	c   332s|  5700 |   460 |  2115k| 256.1 |   461M |  28 | 949 |3466 |1985 |5018 |  2 |4164 |2469 |-1.708675e+02 |-1.670000e+02 |   2.32%|  13.58%
805.98/808.55	c   341s|  5800 |   462 |  2154k| 257.6 |   462M |  28 | 949 |3386 |1979 |5236 |  0 |4239 |2505 |-1.708552e+02 |-1.670000e+02 |   2.31%|  13.97%
805.98/808.55	c   349s|  5900 |   462 |  2189k| 258.8 |   462M |  28 | 949 |3207 |1995 |5463 |  2 |4241 |2506 |-1.708386e+02 |-1.670000e+02 |   2.30%|  14.53%
805.98/808.55	c   359s|  6000 |   462 |  2231k| 260.6 |   462M |  28 | 949 |3150 |1979 |5751 |  1 |4254 |2508 |-1.708167e+02 |-1.670000e+02 |   2.29%|  15.20%
805.98/808.55	c   367s|  6100 |   468 |  2270k| 262.1 |   468M |  28 | 949 |3033 |1990 |5900 |  2 |4266 |2510 |-1.708064e+02 |-1.670000e+02 |   2.28%|  15.94%
805.98/808.55	c   376s|  6200 |   466 |  2307k| 263.4 |   469M |  28 | 949 |2959 |1978 |6124 |  0 |4278 |2511 |-1.707935e+02 |-1.670000e+02 |   2.27%|  16.92%
805.98/808.55	c   390s|  6300 |   470 |  2356k| 266.0 |   470M |  28 | 949 |2802 |1972 |6490 |  0 |4278 |2511 |-1.707880e+02 |-1.670000e+02 |   2.27%|  18.03%
805.98/808.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
805.98/808.55	c   400s|  6400 |   466 |  2397k| 267.6 |   471M |  28 | 949 |2770 |1967 |6754 |  0 |4284 |2511 |-1.707515e+02 |-1.670000e+02 |   2.25%|  19.23%
805.98/808.55	c   409s|  6500 |   472 |  2437k| 269.1 |   471M |  28 | 949 |2775 |1982 |6998 |  2 |4294 |2512 |-1.707473e+02 |-1.670000e+02 |   2.24%|  19.79%
805.98/808.55	c   421s|  6600 |   462 |  2483k| 271.2 |   472M |  28 | 949 |2759 |1988 |7355 |  0 |4324 |2529 |-1.707406e+02 |-1.670000e+02 |   2.24%|  20.91%
805.98/808.55	c   433s|  6700 |   462 |  2527k| 273.0 |   473M |  28 | 949 |2731 |1954 |7686 |  1 |4359 |2557 |-1.707276e+02 |-1.670000e+02 |   2.23%|  21.89%
805.98/808.55	c   448s|  6800 |   454 |  2582k| 276.0 |   473M |  28 | 949 |2684 |2027 |8123 |  2 |4369 |2559 |-1.707223e+02 |-1.670000e+02 |   2.23%|  23.59%
805.98/808.55	c   461s|  6900 |   456 |  2631k| 278.3 |   474M |  28 | 949 |2618 |1962 |8539 |  2 |4374 |2560 |-1.707050e+02 |-1.670000e+02 |   2.22%|  24.66%
805.98/808.55	c   476s|  7000 |   446 |  2686k| 281.1 |   474M |  28 | 949 |2603 |2006 |8962 |  0 |4385 |2563 |-1.706849e+02 |-1.670000e+02 |   2.21%|  26.53%
805.98/808.55	c   489s|  7100 |   430 |  2739k| 283.7 |   474M |  28 | 949 |2555 |1984 |9412 |  1 |4385 |2563 |-1.706806e+02 |-1.670000e+02 |   2.20%|  28.63%
805.98/808.55	c   508s|  7200 |   410 |  2800k| 287.2 |   477M |  28 | 949 |2503 |1987 |9927 |  3 |4394 |2568 |-1.706704e+02 |-1.670000e+02 |   2.20%|  31.08%
805.98/808.55	c   524s|  7300 |   392 |  2854k| 289.7 |   478M |  28 | 949 |2464 |2009 |  10k|  0 |4400 |2571 |-1.706606e+02 |-1.670000e+02 |   2.19%|  32.68%
805.98/808.55	c   538s|  7400 |   374 |  2906k| 292.1 |   479M |  28 | 949 |2435 |2019 |  10k|  0 |4407 |2574 |-1.706466e+02 |-1.670000e+02 |   2.18%|  34.79%
805.98/808.55	c   553s|  7500 |   372 |  2967k| 295.2 |   481M |  28 | 949 |2365 |2012 |  11k|  2 |4412 |2575 |-1.706309e+02 |-1.670000e+02 |   2.17%|  37.46%
805.98/808.55	c   565s|  7600 |   364 |  3012k| 296.8 |   481M |  28 | 949 |2325 |2015 |  11k|  0 |4414 |2579 |-1.706117e+02 |-1.670000e+02 |   2.16%|  39.12%
805.98/808.55	c   584s|  7700 |   354 |  3075k| 300.1 |   483M |  28 | 949 |2270 |2003 |  12k|  0 |4431 |2590 |-1.705992e+02 |-1.670000e+02 |   2.16%|  41.19%
805.98/808.55	c   602s|  7800 |   342 |  3140k| 303.5 |   480M |  28 | 949 |2196 |1990 |  12k|  2 |4431 |2590 |-1.705862e+02 |-1.670000e+02 |   2.15%|  44.16%
805.98/808.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
805.98/808.55	c   618s|  7900 |   324 |  3201k| 306.4 |   480M |  28 | 949 |2113 |1989 |  13k|  1 |4449 |2605 |-1.705642e+02 |-1.670000e+02 |   2.13%|  47.31%
805.98/808.55	c   636s|  8000 |   298 |  3270k| 310.0 |   480M |  28 | 949 |2060 |2058 |  14k|  5 |4461 |2613 |-1.705159e+02 |-1.670000e+02 |   2.11%|  50.97%
805.98/808.55	c   653s|  8100 |   276 |  3332k| 313.0 |   482M |  28 | 949 |2015 |1999 |  14k|  0 |4490 |2626 |-1.704892e+02 |-1.670000e+02 |   2.09%|  53.77%
805.98/808.55	c   674s|  8200 |   258 |  3404k| 316.8 |   483M |  28 | 949 |1953 |2039 |  15k|  0 |4511 |2637 |-1.704705e+02 |-1.670000e+02 |   2.08%|  56.64%
805.98/808.55	c   693s|  8300 |   236 |  3474k| 320.4 |   483M |  28 | 949 |1894 |2033 |  16k|  2 |4524 |2643 |-1.704582e+02 |-1.670000e+02 |   2.07%|  60.74%
805.98/808.55	c   710s|  8400 |   210 |  3535k| 323.1 |   483M |  28 | 949 |1829 |2015 |  16k|  1 |4535 |2646 |-1.704381e+02 |-1.670000e+02 |   2.06%|  64.36%
805.98/808.55	c   727s|  8500 |   182 |  3597k| 325.8 |   484M |  28 | 949 |1790 |1999 |  17k|  1 |4535 |2649 |-1.704190e+02 |-1.670000e+02 |   2.05%|  69.11%
805.98/808.55	c   744s|  8600 |   146 |  3671k| 329.5 |   484M |  28 | 949 |1749 |1963 |  18k|  0 |4546 |2655 |-1.704103e+02 |-1.670000e+02 |   2.04%|  73.89%
805.98/808.55	c   761s|  8700 |   114 |  3744k| 333.0 |   484M |  28 | 949 |1702 |1980 |  18k|  0 |4546 |2657 |-1.703531e+02 |-1.670000e+02 |   2.01%|  79.19%
805.98/808.55	c   780s|  8800 |    74 |  3818k| 336.6 |   485M |  28 | 949 |1666 |1994 |  19k|  2 |4557 |2663 |-1.703418e+02 |-1.670000e+02 |   2.00%|  85.55%
805.98/808.55	c   794s|  8900 |    42 |  3881k| 339.3 |   485M |  28 | 949 |1646 |1987 |  20k|  0 |4561 |2666 |-1.703170e+02 |-1.670000e+02 |   1.99%|  90.96%
805.98/808.55	c   806s|  9000 |    12 |  3947k| 342.1 |   485M |  28 | 949 |1610 |1966 |  20k|  2 |4564 |2667 |-1.701700e+02 |-1.670000e+02 |   1.90%|  97.53%
805.98/808.55	c 
805.98/808.55	c SCIP Status        : problem is solved [optimal solution found]
805.98/808.55	c Solving Time (sec) : 808.39
805.98/808.55	c Solving Nodes      : 9038 (total of 11515 nodes in 2 runs)
805.98/808.55	c Primal Bound       : -1.67000000000000e+02 (50 solutions)
805.98/808.55	c Dual Bound         : -1.67000000000000e+02
805.98/808.55	c Gap                : 0.00 %
805.98/808.55	c All original constraints are satisfied.
805.98/808.55	c SCIP's best solution is verified feasible for the original problem.
805.98/808.55	c SCIP found an optimal solution.
805.98/808.55	o -167
805.98/808.55	s OPTIMUM FOUND
805.98/808.55	v -x326 x1 -x2 -x327 -x136 -x328 -x329 -x330 x89 -x331 -x133 -x332 -x333 -x3 x14 -x334 x59 -x335 -x336 -x337 -x4 x78 -x338 -x201 -x339 -x340 -x341 -x5 -x34 -x342 x35 -x343 x76 -x344 -x345 x6 x346 x347 -x348 -x349 -x7 x62 -x350 -x169 -x351 -x352 -x353 x8 -x11 -x354 -x15 -x355 -x356 -x357 x9 -x63 -x358 -x79 x359 x199 x360 -x361 -x10 -x145 -x362 -x149 -x363 x172 -x364 -x365 -x366 x97 -x367 -x368 -x12 x122 -x369 -x171 -x370 x204 -x371 -x372 -x13 x17 -x373 x228 -x374 x375 x60 x376 -x377 -x378 -x379 -x16 -x83 -x380 x106 -x381 -x180 -x382 -x383 -x18 -x384 -x42 -x385 -x56 -x386 x22 x387 x19 x197 x388 x389 x390 -x391 -x20 x107 -x392 -x127 -x393 -x211 -x394 -x395 -x21 -x30 -x396 x40 -x397 -x68 -x398 -x399 -x23 -x400 -x31 -x401 -x73 -x402 x26 -x403 -x24 -x404 x128 -x405 x155 -x406 -x407 -x25 -x408 x53 -x409 -x410 -x411 -x27 -x412 -x92 x413 -x414 x32 -x415 x28 -x416 -x156 -x417 -x181 x418 x419 x29 -x420 -x70 -x421 x422 -x423 x216 -x424 -x220 -x425 -x426 x43 -x427 x55 -x428 -x429 -x33 -x430 -x113 x431 -x432 -x433 -x434 -x96 x435 x142 -x436 x36 -x37 -x437 -x47 -x438 -x101 x439 -x440 x48 -x441 -x66 -x442 -x123 -x443 -x38 -x444 x182 -x445 x212 -x446 -x447 -x39 -x448 x85 -x449 -x450 -x451 -x86 -x452 -x453 -x41 -x454 -x455 -x456 -x457 x57 -x458 x72 -x459 -x44 -x460 -x137 -x461 -x462 -x45 x95 -x463 -x464 -x46 -x465 -x466 -x467 -x468 x49 -x469 -x470 -x152 -x471 -x50 -x472 x473 -x474 -x475 x476 -x477 x154 -x478 -x479 -x51 -x480 x214 -x481 -x482 -x483 -x52 -x484 x109 -x485 -x486 -x487 -x488 -x489 -x54 -x490 x223 -x491 -x492 -x493 -x494 -x90 -x495 x74 -x496 x91 -x497 -x58 -x498 -x226 -x499 -x500 -x116 -x501 -x140 x502 x166 -x503 x504 x61 -x505 -x506 x507 -x508 -x80 x509 -x510 -x511 -x512 x64 x513 x100 -x514 -x515 -x516 -x65 x67 -x517 x102 -x518 x178 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 x69 -x527 x528 -x529 -x131 x530 x215 -x531 -x532 -x533 x71 -x534 -x535 x536 -x537 -x538 -x111 x539 -x540 x93 -x541 x112 -x542 -x75 -x543 -x193 -x544 -x545 -x141 -x546 x77 x547 -x548 x549 -x550
805.98/808.55	v x551 x98 x552 -x553 -x554 -x168 -x555 -x81 -x556 -x557 -x558 x120 -x559 -x560 x82 x561 -x562 x563 -x564 x84 -x565 -x566 x567 x158 x568 x183 -x569 -x87 -x570 -x571 -x572 x219 -x573 -x574 -x575 -x222 -x576 -x88 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x134 -x584 x114 -x585 x135 -x586 -x94 -x587 -x227 -x588 -x589 -x196 -x590 x591 -x592 -x593 -x594 -x118 -x595 -x198 -x596 -x99 -x597 -x598 -x203 -x599 -x600 x601 x144 -x602 -x173 -x603 x103 -x604 -x605 -x147 -x606 -x177 -x607 -x608 -x174 -x609 x610 -x611 -x104 -x105 -x612 -x613 -x614 -x615 -x616 -x617 x618 -x619 -x620 -x108 -x621 -x622 x185 -x623 -x624 -x110 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x162 -x634 x138 -x635 x163 -x636 -x115 -x637 -x638 -x639 x117 -x640 -x641 -x642 -x194 -x643 x644 -x645 x119 -x646 -x647 -x121 x648 -x649 x650 x651 x652 -x653 -x654 -x655 x656 x151 -x657 -x658 -x659 -x206 -x660 x661 x124 x125 x662 x663 x664 -x665 x666 x667 x668 x126 x213 x669 x670 -x671 -x672 -x673 -x674 -x130 -x675 -x129 -x676 -x677 -x678 -x679 -x680 x218 -x681 x132 -x682 -x683 -x188 x684 -x685 -x686 -x687 -x187 -x688 -x689 -x690 -x691 -x692 -x190 -x693 x164 -x694 x191 -x695 -x696 x192 -x697 -x139 -x698 -x699 -x700 -x701 x143 -x702 -x703 x704 -x705 -x706 x707 -x708 -x146 -x709 -x710 -x711 x148 -x712 -x713 -x714 -x715 -x150 -x716 -x717 -x718 -x719 -x720 x205 -x721 -x722 -x723 -x724 x725 x726 -x727 -x153 -x728 -x729 -x730 -x731 -x732 -x733 x734 x735 -x736 x737 -x738 x157 -x739 -x740 -x159 x741 -x742 -x743 -x160 -x744 -x745 -x184 -x746 -x747 -x161 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x224 -x755 -x756 -x757 x165 -x167 x758 -x759 -x760 x761 -x762 -x763 -x764 -x765 -x766 -x767 x200 -x768 -x769 -x170 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x176 -x778 -x779 -x780 x175 x781 -x782 x783 -x784 -x785 -x786 x787 x179 x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 x186 -x803 -x804 -x805 -x217 -x806 -x807 x189 -x808 -x809 -x810 -x811 x812 x813 -x814 -x815 -x816 -x817
805.98/808.55	v -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x195 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 x833 x834 -x835 -x202 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 x844 x207 x845 x846 -x847 -x848 -x208 x849 -x850 -x209 -x851 -x852 -x853 -x210 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 x862 -x863 x864 -x865 -x866 x867 -x868 -x869 -x221 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 x225 -x878 -x879 x880 -x881 -x882 -x883 -x884 x885 -x886 -x887 -x888 -x889 x890 -x891 x892 x893 -x894 -x895 x896 -x897 -x898 x899 -x900 -x901 -x902 -x903 x904 x905 -x906 -x907 -x908 x909 x910 -x911 -x912 -x913 -x914 -x915 x916 -x917 -x918 x919 x920 -x921 x922 -x923 x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 x933 -x934 -x935 x936 x937 x938 -x939 -x940 -x941 -x942 x943 x944 -x945 -x946 -x947 -x948 -x949 -x232 -x236 -x233 -x243 x260 -x255 -x256 x248 x240 x261 -x262 x235 -x249 -x275 x252 -x241 -x245 x283 x273 x277 -x281 x288 x284 x282 x291 -x295 x257 -x278 x294 x299 x237 -x285 -x230 x272 -x267 x292 -x229 -x274 -x303 -x254 x289 x305 x234 x251 x264 -x296 -x290 x268 x270 -x231 -x247 -x250 x259 -x269 x310 x242 x300 x266 -x271 -x244 x253 -x314 -x315 -x316 x307 x246 -x304 x286 -x318 x309 x263 x287 x320 x265 -x308 x279 -x321 x239 -x306 -x276 -x258 x302 -x293 x298 -x323 -x317 x311 -x322 -x297 x312 x313 -x301 -x319 x280 -x324 x325 x238

Verifier Data

OK	-167

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (58011 MiB free)
  memory of node 1: 64507 MiB (61339 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530435-1752259313/watcher-4530435-1752259313 -o /tmp/evaluation-result-4530435-1752259313/solver-4530435-1752259313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752253388-115874 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530435-1752259313.opb 

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=117920, runsolver pid=117917

[startup+0.100059 s]*
/proc/loadavg: 4.12 4.13 4.10 5/270 117925
/proc/meminfo: memFree=122205284/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1187396 memory=32280 CPUtime=0.07 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 3821 0 0 0 6 1 0 0 20 0 1 0 141608951 1215893504 8070 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 296849 8070 4906 1 0 268871 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191588 KiB
Current children cumulated memory: 35224 KiB

[startup+0.205665 s]*
/proc/loadavg: 4.12 4.13 4.10 5/270 117925
/proc/meminfo: memFree=122181092/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1211284 memory=62872 CPUtime=0.17 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 8502 0 0 0 15 2 0 0 20 0 1 0 141608951 1240354816 15718 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 302821 15718 8138 1 0 274179 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1215476 KiB
Current children cumulated memory: 65816 KiB

[startup+0.305625 s]*
/proc/loadavg: 4.12 4.13 4.10 5/270 117925
/proc/meminfo: memFree=122173280/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1221092 memory=72784 CPUtime=0.27 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 11478 0 0 0 24 3 0 0 20 0 1 0 141608951 1250398208 18196 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 305273 18196 8138 1 0 276631 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1225284 KiB
Current children cumulated memory: 75728 KiB

[startup+0.700189 s]
/proc/loadavg: 4.12 4.13 4.10 5/270 117925
/proc/meminfo: memFree=122173212/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1227056 memory=78544 CPUtime=0.66 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 12901 0 0 0 63 3 0 0 20 0 1 0 141608951 1256505344 19636 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 306764 19636 8138 1 0 278122 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1231248 KiB
Current children cumulated memory: 81488 KiB

[startup+1.50021 s]
/proc/loadavg: 4.12 4.13 4.10 5/270 117925
/proc/meminfo: memFree=122165400/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1242808 memory=92624 CPUtime=1.45 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 16419 0 0 0 142 3 0 0 20 0 1 0 141608951 1272635392 23156 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 310702 23156 8138 1 0 282060 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1247000 KiB
Current children cumulated memory: 95568 KiB

[startup+3.10543 s]
/proc/loadavg: 4.12 4.13 4.10 5/270 117926
/proc/meminfo: memFree=122149524/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1245216 memory=93776 CPUtime=3.05 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 16712 0 0 0 302 3 0 0 20 0 1 0 141608951 1275101184 23444 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 311304 23444 8138 1 0 282662 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1249408 KiB
Current children cumulated memory: 96720 KiB

[startup+6.30014 s]
/proc/loadavg: 4.11 4.13 4.10 5/270 117926
/proc/meminfo: memFree=122150048/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1249508 memory=97104 CPUtime=6.25 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 17533 0 0 0 621 4 0 0 20 0 1 0 141608951 1279496192 24276 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 312377 24276 8138 1 0 283735 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1253700 KiB
Current children cumulated memory: 100048 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.13 4.10 5/270 117926
/proc/meminfo: memFree=122142644/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1249508 memory=97104 CPUtime=12.63 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 17534 0 0 0 1259 4 0 0 20 0 1 0 141608951 1279496192 24276 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 312377 24276 8138 1 0 283735 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1253700 KiB
Current children cumulated memory: 100048 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.12 4.10 5/270 117926
/proc/meminfo: memFree=122077972/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1289296 memory=135680 CPUtime=25.39 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 27720 0 0 0 2533 6 0 0 20 0 1 0 141608951 1320239104 33920 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 322324 33920 8138 1 0 293682 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1293488 KiB
Current children cumulated memory: 138624 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.13 4.10 5/269 117926
/proc/meminfo: memFree=121970860/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1374176 memory=217796 CPUtime=50.91 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 49225 0 0 0 5081 10 0 0 20 0 1 0 141608951 1407156224 54449 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 343544 54449 8138 1 0 314902 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1378368 KiB
Current children cumulated memory: 220740 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/271 117930
/proc/meminfo: memFree=121869408/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1379512 memory=224452 CPUtime=101.93 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 50901 0 0 0 10183 10 0 0 20 0 1 0 141608951 1412620288 56113 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 344878 56113 8138 1 0 316236 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 1383704 KiB
Current children cumulated memory: 227396 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/271 117933
/proc/meminfo: memFree=121745412/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1491092 memory=336836 CPUtime=161.74 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 78986 0 0 0 16161 13 0 0 20 0 1 0 141608951 1526878208 84209 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 372773 84209 8138 1 0 344131 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 1495284 KiB
Current children cumulated memory: 339780 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/270 117936
/proc/meminfo: memFree=121731704/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1491092 memory=336836 CPUtime=221.55 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 79001 0 0 0 22141 14 0 0 20 0 1 0 141608951 1526878208 84209 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 372773 84209 8138 1 0 344131 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 1495284 KiB

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

/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1682376 memory=525260 CPUtime=640.21 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128085 0 0 0 63996 25 0 0 20 0 1 0 141608951 1722753024 131315 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420594 131315 8138 1 0 391952 0
Current children cumulated CPU time: 640.21 s
Current children cumulated vsize: 1686568 KiB
Current children cumulated memory: 528204 KiB

[startup+702.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/269 117960
/proc/meminfo: memFree=121391740/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1683728 memory=532556 CPUtime=700.05 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128288 0 0 0 69979 26 0 0 20 0 1 0 141608951 1724137472 133139 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420932 133139 8138 1 0 392290 0
Current children cumulated CPU time: 700.05 s
Current children cumulated vsize: 1687920 KiB
Current children cumulated memory: 535500 KiB

[startup+762.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 117963
/proc/meminfo: memFree=121328312/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1683984 memory=533452 CPUtime=759.89 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128299 0 0 0 75963 26 0 0 20 0 1 0 141608951 1724399616 133363 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420996 133363 8138 1 0 392354 0
Current children cumulated CPU time: 759.89 s
Current children cumulated vsize: 1688176 KiB
Current children cumulated memory: 536396 KiB

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

# cumulated CPU time of all completed processes:  user=806.306 s, system=0.291537 s

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

[startup+768 s]*
/proc/loadavg: 4.08 4.10 4.09 5/269 117963
/proc/meminfo: memFree=121330208/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1683984 memory=533452 CPUtime=765.58 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128299 0 0 0 76532 26 0 0 20 0 1 0 141608951 1724399616 133363 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420996 133363 8138 1 0 392354 0
Current children cumulated CPU time: 765.58 s
Current children cumulated vsize: 1688176 KiB
Current children cumulated memory: 536396 KiB

[startup+793.6 s]
/proc/loadavg: 4.12 4.11 4.09 5/269 117964
/proc/meminfo: memFree=121304780/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1683984 memory=533580 CPUtime=791.11 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128302 0 0 0 79085 26 0 0 20 0 1 0 141608951 1724399616 133395 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420996 133395 8138 1 0 392354 0
Current children cumulated CPU time: 791.11 s
Current children cumulated vsize: 1688176 KiB
Current children cumulated memory: 536524 KiB

[startup+800 s]*
/proc/loadavg: 4.10 4.11 4.09 5/269 117965
/proc/meminfo: memFree=121302444/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1683984 memory=534220 CPUtime=797.5 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128303 0 0 0 79723 27 0 0 20 0 1 0 141608951 1724399616 133555 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420996 133555 8138 1 0 392354 0
Current children cumulated CPU time: 797.5 s
Current children cumulated vsize: 1688176 KiB
Current children cumulated memory: 537164 KiB

[startup+803.2 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 117965
/proc/meminfo: memFree=121302696/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1683984 memory=534220 CPUtime=800.69 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128303 0 0 0 80042 27 0 0 20 0 1 0 141608951 1724399616 133555 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420996 133555 8138 1 0 392354 0
Current children cumulated CPU time: 800.69 s
Current children cumulated vsize: 1688176 KiB
Current children cumulated memory: 537164 KiB

[startup+806.4 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 117965
/proc/meminfo: memFree=121302696/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1683984 memory=534220 CPUtime=803.88 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128303 0 0 0 80361 27 0 0 20 0 1 0 141608951 1724399616 133555 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420996 133555 8138 1 0 392354 0
Current children cumulated CPU time: 803.88 s
Current children cumulated vsize: 1688176 KiB
Current children cumulated memory: 537164 KiB

[startup+808 s]*
/proc/loadavg: 4.09 4.10 4.09 5/269 117965
/proc/meminfo: memFree=121302696/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1683984 memory=534220 CPUtime=805.48 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128303 0 0 0 80521 27 0 0 20 0 1 0 141608951 1724399616 133555 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 420996 133555 8138 1 0 392354 0
Current children cumulated CPU time: 805.48 s
Current children cumulated vsize: 1688176 KiB
Current children cumulated memory: 537164 KiB

[startup+808.8 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 117965
/proc/meminfo: memFree=121302696/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1684496 memory=535116 CPUtime=806.28 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128451 0 0 0 80601 27 0 0 20 0 1 0 141608951 1724923904 133779 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 421124 133779 8202 1 0 392482 0
Current children cumulated CPU time: 806.28 s
Current children cumulated vsize: 1688688 KiB
Current children cumulated memory: 538060 KiB

[startup+809 s]*
/proc/loadavg: 4.08 4.10 4.09 5/269 117965
/proc/meminfo: memFree=121304972/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
[pid=117925] ppid=117920 vsize=1684496 memory=535116 CPUtime=806.48 cores=4,6
/proc/117925/stat : 117925 (python3) R 117920 117920 115863 0 -1 4194304 128451 0 0 0 80621 27 0 0 20 0 1 0 141608951 1724923904 133779 18446744073709551615 93880415436800 93880415437177 140728482599488 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93880415448472 93880415449092 93880429342720 140728482601310 140728482601504 140728482601504 140728482607079 0
/proc/117925/statm: 421124 133779 8202 1 0 392482 0
Current children cumulated CPU time: 806.48 s
Current children cumulated vsize: 1688688 KiB
Current children cumulated memory: 538060 KiB

[startup+809.106 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 117965
/proc/meminfo: memFree=121304972/131249996 swapFree=33003468/33010684
[pid=117920] ppid=117917 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/117920/stat : 117920 (scip-naps-1.00a) S 117917 117920 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141608949 4292608 736 18446744073709551615 94338618617856 94338619512389 140720621092800 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94338619751440 94338619799184 94338631471104 140720621099419 140720621099518 140720621099518 140720621105122 0
/proc/117920/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 809.11
CPU time (s): 806.598
CPU user time (s): 806.306
CPU system time (s): 0.291537
CPU usage (%): 99.6896
Max. virtual memory (cumulated for all children) (KiB): 1688688
Max. memory (cumulated for all children) (KiB): 538060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 806.306
system time used= 0.291537
maximum resident set size= 535116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 367
involuntary context switches= 536


# summary of solver processes directly reported to runsolver:
#   pid: 117920
#   total CPU time (s): 806.598
#   total CPU user time (s): 806.306
#   total CPU system time (s): 0.291537

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37124 second user time and 3.79416 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-11 20:41:53
IDJOB=4530435
IDBENCH=158516
IDSOLVER=3388
FILE ID=nodeC021/4530435-1752259313
RUNJOBID= nodeC021-1752253388-115874
SLURM_JOB_ID= 9682586
Free space on /tmp= 430844 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament26.lin.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530435-1752259313/watcher-4530435-1752259313 -o /tmp/evaluation-result-4530435-1752259313/solver-4530435-1752259313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752253388-115874 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530435-1752259313.opb

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

MD5SUM BENCH= 21e597bc04bc5fa012b59bdeb9fb9987
RANDOM SEED=1217186097

nodeC021 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.797
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.56
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.814
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.56
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		: 3583.181
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.56
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		: 3566.988
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.56
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.543
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.56
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.777
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.56
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		: 3598.061
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122214860 kB
MemAvailable:   128960056 kB
Buffers:            1056 kB
Cached:          7475704 kB
SwapCached:           32 kB
Active:          1279680 kB
Inactive:        6955652 kB
Active(anon):     732264 kB
Inactive(anon):    39760 kB
Active(file):     547416 kB
Inactive(file):  6915892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12504 kB
Writeback:             0 kB
AnonPages:        761016 kB
Mapped:           124828 kB
Shmem:             13452 kB
KReclaimable:     241856 kB
Slab:             336444 kB
SReclaimable:     241856 kB
SUnreclaim:        94588 kB
KernelStack:        4400 kB
PageTables:         5328 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4431748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430836 MiB
End job on nodeC021 at 2025-07-11 20:55:22