Trace number 4508885

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.00a1OPT-167 822.166 824.447

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.36/39.55	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4508885-1751505865.opb
39.36/39.55	c Solving mode: optimization
39.36/39.55	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
39.36/39.55	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
39.36/39.55	c original problem has 949 variables (949 bin, 0 int, 0 impl, 0 cont) and 1248 constraints
39.36/39.55	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
39.36/39.55	c presolving:
39.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	c    (0.0s) probing: 51/949 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
39.36/39.55	c    (0.0s) probing aborted: 50/50 successive totally useless probings
39.36/39.55	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
39.36/39.55	c    (0.0s) no symmetry present (symcode time: 0.00)
39.36/39.55	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
39.36/39.55	c  0 deleted vars, 2496 deleted constraints, 1872 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
39.36/39.55	c  0 implications, 1248 cliques
39.36/39.55	c presolved problem has 949 variables (949 bin, 0 int, 0 impl, 0 cont) and 624 constraints
39.36/39.55	c     624 constraints of type <and>
39.36/39.55	c transformed objective value is always integral (scale: 1)
39.36/39.55	c Presolving Time: 0.03
39.36/39.55	c transformed 2/2 original solutions to the transformed problem space
39.36/39.55	c 
39.36/39.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	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.36/39.55	c d 3.8s|     1 |     0 | 31564 |     - |conflict|   0 | 949 | 625 |1866 |   0 | 24 |   1 |   0 |-1.749795e+02 |-1.560000e+02 |  12.17%| unknown
39.36/39.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
39.36/39.55	c   3.8s|     1 |     0 | 31566 |     - |    44M |   0 | 949 | 625 |1866 | 720 | 24 |   1 |   0 |-1.749795e+02 |-1.560000e+02 |  12.17%| unknown
39.36/39.55	c i 3.8s|     1 |     0 | 31566 |     - |  oneopt|   0 | 949 | 625 |1866 | 720 | 24 |   1 |   0 |-1.749795e+02 |-1.570000e+02 |  11.45%| unknown
39.36/39.55	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.36/39.55	c   6.7s|     1 |     2 | 31573 |     - |    44M |   0 | 949 | 625 |1870 | 724 | 26 |   1 |  29 |-1.746488e+02 |-1.570000e+02 |  11.24%| unknown
39.36/39.55	c *22.3s|    50 |    47 | 55660 | 926.8 |    LP  |  36 | 949 | 625 |1921 |1053 |  1 |   1 | 186 |-1.745819e+02 |-1.590000e+02 |   9.80%| unknown
39.36/39.55	c  26.7s|   100 |    71 | 75911 | 663.3 |   106M |  36 | 949 | 631 |1885 |1316 |  2 |   7 | 199 |-1.742530e+02 |-1.590000e+02 |   9.59%| unknown
39.36/39.55	c  32.7s|   200 |   101 |104928 | 475.8 |   147M |  36 | 949 | 641 |1923 |1586 |  0 |  17 | 229 |-1.740199e+02 |-1.590000e+02 |   9.45%| unknown
39.36/39.55	c  37.6s|   300 |   121 |144037 | 447.5 |   170M |  37 | 949 | 668 |1935 |1741 |  2 |  44 | 265 |-1.738212e+02 |-1.590000e+02 |   9.32%| unknown
39.36/39.55	c  39.0s|   400 |   117 |156287 | 366.0 |   170M |  39 | 949 | 706 |1933 |1802 |  0 |  82 | 281 |-1.737141e+02 |-1.590000e+02 |   9.25%| unknown
120.83/121.23	c d39.4s|   404 |   119 |160115 | 371.9 |guideddi|  39 | 949 | 706 |1869 |   0 |  2 |  82 | 281 |-1.736364e+02 |-1.620000e+02 |   7.18%| unknown
120.83/121.23	c d41.4s|   464 |   122 |174834 | 355.5 |adaptive|  39 | 949 | 706 |1883 |   0 |  2 |  82 | 296 |-1.735782e+02 |-1.630000e+02 |   6.49%| unknown
120.83/121.23	c  42.9s|   500 |   120 |183805 | 347.8 |   171M |  39 | 949 | 718 |1940 |1970 |  0 |  94 | 313 |-1.735782e+02 |-1.630000e+02 |   6.49%| unknown
120.83/121.23	c  45.8s|   600 |   140 |207357 | 329.1 |   171M |  39 | 949 | 730 |1947 |2093 |  2 | 106 | 327 |-1.734216e+02 |-1.630000e+02 |   6.39%| unknown
120.83/121.23	c L45.9s|   606 |   135 |208081 | 327.0 |    gins|  39 | 949 | 730 |1945 |2095 |  2 | 106 | 327 |-1.734216e+02 |-1.640000e+02 |   5.74%| unknown
120.83/121.23	c  48.5s|   700 |   139 |225276 | 307.6 |   169M |  39 | 949 | 778 |1949 |2168 |  0 | 154 | 364 |-1.734216e+02 |-1.640000e+02 |   5.74%| unknown
120.83/121.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.83/121.23	c  51.8s|   800 |   145 |250182 | 300.3 |   165M |  39 | 949 | 810 |1947 |2321 |  0 | 186 | 392 |-1.732427e+02 |-1.640000e+02 |   5.64%| unknown
120.83/121.23	c  59.5s|   900 |   169 |305900 | 328.9 |   166M |  39 | 949 | 847 |1938 |2485 |  1 | 223 | 420 |-1.731139e+02 |-1.640000e+02 |   5.56%| unknown
120.83/121.23	c  62.4s|  1000 |   183 |329242 | 319.3 |   166M |  39 | 949 | 860 |1946 |2575 |  0 | 236 | 429 |-1.730720e+02 |-1.640000e+02 |   5.53%| unknown
120.83/121.23	c  65.5s|  1100 |   185 |350939 | 310.0 |   166M |  39 | 949 | 898 |1942 |2688 |  2 | 274 | 457 |-1.730677e+02 |-1.640000e+02 |   5.53%| unknown
120.83/121.23	c *69.5s|  1165 |   196 |368466 | 307.7 |    LP  |  39 | 949 | 904 |1934 |2777 |  1 | 280 | 470 |-1.730157e+02 |-1.650000e+02 |   4.86%| unknown
120.83/121.23	c  69.9s|  1200 |   197 |371662 | 301.4 |   166M |  39 | 949 | 942 |1935 |2796 |  0 | 318 | 489 |-1.730157e+02 |-1.650000e+02 |   4.86%| unknown
120.83/121.23	c  72.5s|  1300 |   211 |390530 | 292.7 |   167M |  39 | 949 | 953 |1940 |2871 |  0 | 329 | 500 |-1.728290e+02 |-1.650000e+02 |   4.74%| unknown
120.83/121.23	c  75.7s|  1400 |   227 |410218 | 285.9 |   167M |  39 | 949 | 999 |1940 |2954 |  3 | 375 | 527 |-1.727339e+02 |-1.650000e+02 |   4.69%| unknown
120.83/121.23	c  77.5s|  1500 |   235 |422469 | 275.0 |   167M |  39 | 949 |1014 |1938 |3002 |  1 | 390 | 553 |-1.727075e+02 |-1.650000e+02 |   4.67%| unknown
120.83/121.23	c  79.3s|  1600 |   247 |436833 | 266.8 |   167M |  39 | 949 |1035 |1932 |3052 |  1 | 411 | 567 |-1.726612e+02 |-1.650000e+02 |   4.64%| unknown
120.83/121.23	c  82.9s|  1700 |   259 |463581 | 266.8 |   168M |  39 | 949 |1044 |1935 |3173 |  0 | 420 | 584 |-1.726073e+02 |-1.650000e+02 |   4.61%| unknown
120.83/121.23	c  86.4s|  1800 |   265 |484606 | 263.7 |   168M |  39 | 949 |1120 |1926 |3331 |  1 | 496 | 631 |-1.725508e+02 |-1.650000e+02 |   4.58%| unknown
120.83/121.23	c  90.4s|  1900 |   277 |504117 | 260.1 |   170M |  39 | 949 |1152 |1943 |3503 |  0 | 528 | 665 |-1.725034e+02 |-1.650000e+02 |   4.55%| unknown
120.83/121.23	c  92.9s|  2000 |   281 |523953 | 257.0 |   170M |  39 | 949 |1218 |1939 |3609 |  0 | 594 | 708 |-1.724628e+02 |-1.650000e+02 |   4.52%| unknown
120.83/121.23	c  98.9s|  2100 |   313 |552057 | 258.1 |   171M |  39 | 949 |1328 |1935 |3828 |  0 | 704 | 765 |-1.724164e+02 |-1.650000e+02 |   4.49%| unknown
120.83/121.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.83/121.23	c   103s|  2200 |   333 |578263 | 258.3 |   172M |  39 | 949 |1450 |1932 |3973 |  0 | 826 | 817 |-1.723395e+02 |-1.650000e+02 |   4.45%| unknown
120.83/121.23	c   106s|  2300 |   349 |598308 | 255.8 |   172M |  39 | 949 |1559 |1938 |4058 |  0 | 935 | 867 |-1.722595e+02 |-1.650000e+02 |   4.40%| unknown
120.83/121.23	c   109s|  2400 |   345 |616496 | 252.7 |   173M |  39 | 949 |1678 |1933 |4184 |  0 |1054 | 917 |-1.722589e+02 |-1.650000e+02 |   4.40%| unknown
120.83/121.23	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
120.83/121.23	c (run 1, node 2477) performing user restart
120.83/121.23	c 
120.83/121.23	c (restart) converted 444 cuts from the global cut pool into linear constraints
120.83/121.23	c 
120.83/121.23	c presolving:
120.83/121.23	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
120.83/121.23	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
120.83/121.23	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
120.83/121.23	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
120.83/121.23	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
120.83/121.23	c  0 deleted vars, 61 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 182 changed coefficients
120.83/121.23	c  0 implications, 1248 cliques
120.83/121.23	c presolved problem has 949 variables (949 bin, 0 int, 0 impl, 0 cont) and 2249 constraints
120.83/121.23	c     298 constraints of type <knapsack>
120.83/121.23	c     146 constraints of type <setppc>
120.83/121.23	c     624 constraints of type <and>
120.83/121.23	c    1181 constraints of type <logicor>
120.83/121.23	c transformed objective value is always integral (scale: 1)
120.83/121.23	c Presolving Time: 0.11
120.83/121.23	c transformed 33/33 original solutions to the transformed problem space
120.83/121.23	c 
120.83/121.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.83/121.23	c   116s|     1 |     0 |653903 |     - |   167M |   0 | 949 |2249 |1692 |   0 |  0 |1242 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   116s|     1 |     0 |654308 |     - |   180M |   0 | 949 |2249 |1750 |  58 |  1 |1242 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   117s|     1 |     0 |654819 |     - |   197M |   0 | 949 |2249 |1779 |  87 |  2 |1242 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   117s|     1 |     0 |655317 |     - |   210M |   0 | 949 |2249 |1801 | 109 |  3 |1242 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   117s|     1 |     0 |655819 |     - |   212M |   0 | 949 |2250 |1824 | 132 |  4 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   118s|     1 |     0 |656453 |     - |   223M |   0 | 949 |2250 |1836 | 144 |  5 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   118s|     1 |     0 |657217 |     - |   231M |   0 | 949 |2250 |1859 | 167 |  6 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   118s|     1 |     0 |657535 |     - |   242M |   0 | 949 |2250 |1870 | 178 |  7 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   119s|     1 |     0 |657796 |     - |   251M |   0 | 949 |2250 |1881 | 189 |  8 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   120s|     1 |     0 |658532 |     - |   252M |   0 | 949 |2250 |1890 | 198 |  9 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   120s|     1 |     0 |658759 |     - |   257M |   0 | 949 |2250 |1898 | 206 | 10 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   120s|     1 |     0 |658953 |     - |   257M |   0 | 949 |2250 |1902 | 210 | 11 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   120s|     1 |     0 |659099 |     - |   257M |   0 | 949 |2250 |1906 | 214 | 12 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   120s|     1 |     0 |659425 |     - |   257M |   0 | 949 |2250 |1910 | 218 | 13 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   121s|     1 |     0 |659605 |     - |   257M |   0 | 949 |2250 |1856 | 220 | 14 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
120.83/121.23	c   121s|     1 |     0 |659688 |     - |   257M |   0 | 949 |2250 |1860 | 224 | 15 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   121s|     1 |     0 |659843 |     - |   258M |   0 | 949 |2250 |1866 | 230 | 16 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
120.83/121.23	c   121s|     1 |     0 |659901 |     - |   258M |   0 | 949 |2250 |1874 | 238 | 17 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   121s|     1 |     0 |660323 |     - |   258M |   0 | 949 |2250 |1878 | 242 | 18 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   121s|     1 |     0 |660468 |     - |   258M |   0 | 949 |2250 |1890 | 254 | 19 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   121s|     1 |     0 |660607 |     - |   258M |   0 | 949 |2250 |1824 | 259 | 20 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   121s|     1 |     0 |660669 |     - |   258M |   0 | 949 |2250 |1830 | 265 | 21 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   122s|     1 |     0 |660698 |     - |   258M |   0 | 949 |2250 |1837 | 272 | 22 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   122s|     1 |     0 |660714 |     - |   258M |   0 | 949 |2250 |1839 | 274 | 23 |1243 | 991 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   125s|     1 |     2 |672223 |     - |   258M |   0 | 949 |2263 |1839 | 274 | 24 |1256 |1009 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   135s|   100 |    41 |730299 | 274.9 |   285M |  28 | 949 |2290 |1923 | 669 |  0 |1283 |1035 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   138s|   200 |    51 |756442 | 274.4 |   285M |  28 | 949 |2299 |1921 | 760 |  1 |1292 |1054 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   142s|   300 |    57 |783377 | 274.2 |   285M |  28 | 949 |2369 |1949 | 889 |  1 |1364 |1093 |-1.722104e+02 |-1.650000e+02 |   4.37%| unknown
267.42/268.24	c   146s|   400 |    67 |805006 | 272.2 |   272M |  28 | 949 |2416 |1916 | 971 |  0 |1418 |1122 |-1.721695e+02 |-1.650000e+02 |   4.35%| unknown
267.42/268.24	c   149s|   500 |    77 |825166 | 269.8 |   271M |  28 | 949 |2499 |1934 |1049 |  0 |1504 |1172 |-1.721546e+02 |-1.650000e+02 |   4.34%| unknown
267.42/268.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.42/268.24	c   151s|   600 |    85 |842088 | 266.6 |   271M |  28 | 949 |2574 |1928 |1119 |  3 |1580 |1216 |-1.721546e+02 |-1.650000e+02 |   4.34%| unknown
267.42/268.24	c   153s|   700 |   101 |858705 | 263.4 |   271M |  28 | 949 |2595 |1934 |1172 |  2 |1608 |1241 |-1.721069e+02 |-1.650000e+02 |   4.31%| unknown
267.42/268.24	c   156s|   800 |    97 |882014 | 262.5 |   271M |  28 | 949 |2679 |1926 |1227 |  4 |1695 |1300 |-1.720691e+02 |-1.650000e+02 |   4.28%| unknown
267.42/268.24	c   159s|   900 |    95 |903587 | 261.1 |   271M |  28 | 949 |2704 |1936 |1292 |  0 |1721 |1311 |-1.720234e+02 |-1.650000e+02 |   4.26%| unknown
267.42/268.24	c   162s|  1000 |   109 |925432 | 259.9 |   271M |  28 | 949 |2730 |1934 |1369 |  1 |1759 |1353 |-1.720234e+02 |-1.650000e+02 |   4.26%| unknown
267.42/268.24	c   164s|  1100 |   113 |945562 | 258.2 |   271M |  28 | 949 |2786 |1931 |1434 |  2 |1819 |1379 |-1.719305e+02 |-1.650000e+02 |   4.20%| unknown
267.42/268.24	c   167s|  1200 |   117 |967625 | 257.2 |   271M |  28 | 949 |2843 |1920 |1514 |  0 |1879 |1426 |-1.719272e+02 |-1.650000e+02 |   4.20%| unknown
267.42/268.24	c   172s|  1300 |   111 |  1004k| 260.2 |   271M |  28 | 949 |2903 |1917 |1560 |  0 |1942 |1469 |-1.719272e+02 |-1.650000e+02 |   4.20%| unknown
267.42/268.24	c   175s|  1400 |   123 |  1030k| 260.3 |   271M |  28 | 949 |3048 |1925 |1654 |  0 |2090 |1554 |-1.719118e+02 |-1.650000e+02 |   4.19%| unknown
267.42/268.24	c   178s|  1500 |   141 |  1054k| 259.7 |   271M |  28 | 949 |3128 |1934 |1719 |  3 |2176 |1615 |-1.718375e+02 |-1.650000e+02 |   4.14%| unknown
267.42/268.24	c   182s|  1600 |   145 |  1082k| 260.2 |   271M |  28 | 949 |3258 |1930 |1779 |  2 |2323 |1684 |-1.717894e+02 |-1.650000e+02 |   4.11%| unknown
267.42/268.24	c   184s|  1700 |   159 |  1104k| 259.1 |   271M |  28 | 949 |3415 |1920 |1842 |  2 |2486 |1752 |-1.717714e+02 |-1.650000e+02 |   4.10%| unknown
267.42/268.24	c   187s|  1800 |   163 |  1125k| 258.0 |   271M |  28 | 949 |3557 |1928 |1910 |  3 |2635 |1817 |-1.717135e+02 |-1.650000e+02 |   4.07%| unknown
267.42/268.24	c   188s|  1900 |   157 |  1141k| 255.7 |   271M |  28 | 949 |3623 |1920 |1944 |  0 |2701 |1849 |-1.717135e+02 |-1.650000e+02 |   4.07%| unknown
267.42/268.24	c   191s|  2000 |   171 |  1168k| 256.0 |   271M |  28 | 949 |3625 |1928 |2011 |  0 |2725 |1849 |-1.716503e+02 |-1.650000e+02 |   4.03%| unknown
267.42/268.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.42/268.24	c   195s|  2100 |   177 |  1192k| 255.7 |   271M |  28 | 949 |3684 |1927 |2113 |  5 |2787 |1880 |-1.716503e+02 |-1.650000e+02 |   4.03%| unknown
267.42/268.24	c   198s|  2200 |   193 |  1217k| 255.7 |   271M |  28 | 949 |3754 |1925 |2204 |  4 |2871 |1922 |-1.716168e+02 |-1.650000e+02 |   4.01%| unknown
267.42/268.24	c   200s|  2300 |   201 |  1238k| 254.7 |   272M |  28 | 949 |3791 |1929 |2270 |  0 |2917 |1937 |-1.715738e+02 |-1.650000e+02 |   3.98%| unknown
267.42/268.24	c   203s|  2400 |   205 |  1260k| 254.0 |   272M |  28 | 949 |3849 |1933 |2330 |  0 |2985 |1969 |-1.715590e+02 |-1.650000e+02 |   3.98%| unknown
267.42/268.24	c d 206s|  2483 |   204 |  1281k| 253.9 |pscostdi|  28 | 949 |3845 |1909 |   0 |  2 |2992 |1970 |-1.715234e+02 |-1.660000e+02 |   3.33%| unknown
267.42/268.24	c   206s|  2500 |   205 |  1283k| 253.5 |   272M |  28 | 949 |3845 |1925 |2407 |  1 |2992 |1970 |-1.715234e+02 |-1.660000e+02 |   3.33%| unknown
267.42/268.24	c   209s|  2600 |   219 |  1308k| 253.3 |   272M |  28 | 949 |3892 |1951 |2489 |  0 |3060 |1990 |-1.714551e+02 |-1.660000e+02 |   3.29%| unknown
267.42/268.24	c   212s|  2700 |   221 |  1330k| 252.7 |   272M |  28 | 949 |3918 |1948 |2524 |  0 |3093 |2037 |-1.714359e+02 |-1.660000e+02 |   3.27%| unknown
267.42/268.24	c   215s|  2800 |   228 |  1354k| 252.6 |   273M |  28 | 949 |3934 |1937 |2558 |  0 |3131 |2041 |-1.713414e+02 |-1.660000e+02 |   3.22%| unknown
267.42/268.24	c   221s|  2900 |   252 |  1386k| 253.7 |   274M |  28 | 949 |3924 |1952 |2677 |  0 |3144 |2041 |-1.713252e+02 |-1.660000e+02 |   3.21%| unknown
267.42/268.24	c   225s|  3000 |   268 |  1418k| 255.0 |   275M |  28 | 949 |3921 |1962 |2734 |  2 |3161 |2043 |-1.712657e+02 |-1.660000e+02 |   3.17%| unknown
267.42/268.24	c   229s|  3100 |   280 |  1449k| 256.0 |   283M |  28 | 949 |3923 |1956 |2830 |  2 |3180 |2053 |-1.712623e+02 |-1.660000e+02 |   3.17%| unknown
267.42/268.24	c   232s|  3200 |   294 |  1476k| 256.3 |   283M |  28 | 949 |3952 |1950 |2878 |  0 |3223 |2063 |-1.712552e+02 |-1.660000e+02 |   3.17%| unknown
267.42/268.24	c   234s|  3300 |   294 |  1497k| 255.5 |   283M |  28 | 949 |4059 |1951 |2916 |  0 |3333 |2112 |-1.712552e+02 |-1.660000e+02 |   3.17%| unknown
267.42/268.24	c   237s|  3400 |   292 |  1518k| 254.6 |   283M |  28 | 949 |4128 |1951 |2947 |  0 |3416 |2157 |-1.712552e+02 |-1.660000e+02 |   3.17%| unknown
267.42/268.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.42/268.24	c   240s|  3500 |   306 |  1541k| 254.2 |   284M |  28 | 949 |4100 |1937 |3008 |  2 |3426 |2160 |-1.712425e+02 |-1.660000e+02 |   3.16%| unknown
267.42/268.24	c   242s|  3600 |   312 |  1560k| 253.2 |   284M |  28 | 949 |4133 |1947 |3047 |  0 |3475 |2174 |-1.711969e+02 |-1.660000e+02 |   3.13%| unknown
267.42/268.24	c   244s|  3700 |   316 |  1579k| 252.2 |   284M |  28 | 949 |4139 |1944 |3071 |  0 |3506 |2185 |-1.711925e+02 |-1.660000e+02 |   3.13%| unknown
267.42/268.24	c   246s|  3800 |   318 |  1602k| 251.8 |   284M |  28 | 949 |4178 |1944 |3137 |  0 |3578 |2212 |-1.711729e+02 |-1.660000e+02 |   3.12%| unknown
267.42/268.24	c   249s|  3900 |   326 |  1622k| 250.9 |   284M |  28 | 949 |4308 |1947 |3197 |  3 |3720 |2295 |-1.711710e+02 |-1.660000e+02 |   3.12%| unknown
267.42/268.24	c   252s|  4000 |   334 |  1643k| 250.4 |   312M |  28 | 949 |4275 |1949 |3257 |  0 |3770 |2315 |-1.711685e+02 |-1.660000e+02 |   3.11%|   8.76%
267.42/268.24	c   254s|  4100 |   338 |  1664k| 249.8 |   312M |  28 | 949 |4251 |1962 |3298 |  0 |3793 |2320 |-1.711616e+02 |-1.660000e+02 |   3.11%|   8.87%
267.42/268.24	c   257s|  4200 |   342 |  1688k| 249.5 |   334M |  28 | 949 |4291 |1941 |3343 |  0 |3854 |2343 |-1.711616e+02 |-1.660000e+02 |   3.11%|   8.92%
267.42/268.24	c   261s|  4300 |   362 |  1718k| 250.4 |   334M |  28 | 949 |4349 |1948 |3410 |  2 |3967 |2397 |-1.711274e+02 |-1.660000e+02 |   3.09%|   9.05%
267.42/268.24	c   263s|  4400 |   360 |  1735k| 249.2 |   334M |  28 | 949 |4392 |1950 |3448 |  0 |4010 |2422 |-1.711274e+02 |-1.660000e+02 |   3.09%|   9.06%
267.42/268.24	c * 265s|  4428 |   362 |  1743k| 249.3 |strongbr|  28 | 949 |4350 |1958 |3482 |  1 |4019 |2433 |-1.711103e+02 |-1.670000e+02 |   2.46%|   9.23%
821.41/823.74	c   268s|  4500 |   372 |  1762k| 249.4 |   375M |  28 | 949 |4239 |1961 |3537 |  3 |4029 |2437 |-1.710876e+02 |-1.670000e+02 |   2.45%|   9.69%
821.41/823.74	c   273s|  4600 |   374 |  1791k| 250.0 |   394M |  28 | 949 |4162 |1975 |3598 |  1 |4039 |2439 |-1.710732e+02 |-1.670000e+02 |   2.44%|  10.34%
821.41/823.74	c   278s|  4700 |   372 |  1814k| 249.8 |   401M |  28 | 949 |4138 |1972 |3660 |  0 |4043 |2439 |-1.710732e+02 |-1.670000e+02 |   2.44%|  10.90%
821.41/823.74	c   282s|  4800 |   380 |  1840k| 250.0 |   405M |  28 | 949 |4075 |1955 |3749 |  0 |4051 |2439 |-1.710526e+02 |-1.670000e+02 |   2.43%|  11.13%
821.41/823.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
821.41/823.74	c   286s|  4900 |   382 |  1862k| 249.5 |   447M |  28 | 949 |4056 |1963 |3838 |  2 |4055 |2440 |-1.710526e+02 |-1.670000e+02 |   2.43%|  11.20%
821.41/823.74	c   289s|  5000 |   386 |  1885k| 249.3 |   460M |  28 | 949 |4037 |1965 |3919 |  0 |4064 |2442 |-1.710324e+02 |-1.670000e+02 |   2.41%|  11.31%
821.41/823.74	c   298s|  5100 |   410 |  1923k| 251.0 |   463M |  28 | 949 |3906 |1969 |4123 |  0 |4070 |2443 |-1.710062e+02 |-1.670000e+02 |   2.40%|  11.63%
821.41/823.74	c   303s|  5200 |   418 |  1949k| 251.1 |   463M |  28 | 949 |3828 |1963 |4225 |  0 |4075 |2443 |-1.709953e+02 |-1.670000e+02 |   2.39%|  11.77%
821.41/823.74	c   307s|  5300 |   418 |  1975k| 251.2 |   464M |  28 | 949 |3793 |1966 |4310 |  2 |4085 |2445 |-1.709697e+02 |-1.670000e+02 |   2.38%|  11.96%
821.41/823.74	c   311s|  5400 |   424 |  2000k| 251.2 |   464M |  28 | 949 |3716 |1963 |4398 |  0 |4087 |2445 |-1.709389e+02 |-1.670000e+02 |   2.36%|  12.26%
821.41/823.74	c   317s|  5500 |   436 |  2032k| 252.0 |   454M |  28 | 949 |3610 |1975 |4532 |  0 |4101 |2445 |-1.709071e+02 |-1.670000e+02 |   2.34%|  12.55%
821.41/823.74	c   330s|  5600 |   456 |  2081k| 255.0 |   460M |  28 | 949 |3514 |1982 |4843 |  2 |4134 |2456 |-1.708675e+02 |-1.670000e+02 |   2.32%|  13.11%
821.41/823.74	c   338s|  5700 |   460 |  2115k| 256.1 |   461M |  28 | 949 |3466 |1985 |5018 |  2 |4164 |2469 |-1.708675e+02 |-1.670000e+02 |   2.32%|  13.58%
821.41/823.74	c   347s|  5800 |   462 |  2154k| 257.6 |   462M |  28 | 949 |3386 |1979 |5236 |  0 |4239 |2505 |-1.708552e+02 |-1.670000e+02 |   2.31%|  13.97%
821.41/823.74	c   356s|  5900 |   462 |  2189k| 258.8 |   462M |  28 | 949 |3207 |1995 |5463 |  2 |4241 |2506 |-1.708386e+02 |-1.670000e+02 |   2.30%|  14.53%
821.41/823.74	c   366s|  6000 |   462 |  2231k| 260.6 |   462M |  28 | 949 |3150 |1979 |5751 |  1 |4254 |2508 |-1.708167e+02 |-1.670000e+02 |   2.29%|  15.20%
821.41/823.74	c   374s|  6100 |   468 |  2270k| 262.1 |   468M |  28 | 949 |3033 |1990 |5900 |  2 |4266 |2510 |-1.708064e+02 |-1.670000e+02 |   2.28%|  15.94%
821.41/823.74	c   382s|  6200 |   466 |  2307k| 263.4 |   469M |  28 | 949 |2959 |1978 |6124 |  0 |4278 |2511 |-1.707935e+02 |-1.670000e+02 |   2.27%|  16.92%
821.41/823.74	c   397s|  6300 |   470 |  2356k| 266.0 |   470M |  28 | 949 |2802 |1972 |6490 |  0 |4278 |2511 |-1.707880e+02 |-1.670000e+02 |   2.27%|  18.03%
821.41/823.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
821.41/823.74	c   408s|  6400 |   466 |  2397k| 267.6 |   471M |  28 | 949 |2770 |1967 |6754 |  0 |4284 |2511 |-1.707515e+02 |-1.670000e+02 |   2.25%|  19.23%
821.41/823.74	c   416s|  6500 |   472 |  2437k| 269.1 |   471M |  28 | 949 |2775 |1982 |6998 |  2 |4294 |2512 |-1.707473e+02 |-1.670000e+02 |   2.24%|  19.79%
821.41/823.74	c   429s|  6600 |   462 |  2483k| 271.2 |   472M |  28 | 949 |2759 |1988 |7355 |  0 |4324 |2529 |-1.707406e+02 |-1.670000e+02 |   2.24%|  20.91%
821.41/823.74	c   441s|  6700 |   462 |  2527k| 273.0 |   473M |  28 | 949 |2731 |1954 |7686 |  1 |4359 |2557 |-1.707276e+02 |-1.670000e+02 |   2.23%|  21.89%
821.41/823.74	c   456s|  6800 |   454 |  2582k| 276.0 |   473M |  28 | 949 |2684 |2027 |8123 |  2 |4369 |2559 |-1.707223e+02 |-1.670000e+02 |   2.23%|  23.59%
821.41/823.74	c   469s|  6900 |   456 |  2631k| 278.3 |   474M |  28 | 949 |2618 |1962 |8539 |  2 |4374 |2560 |-1.707050e+02 |-1.670000e+02 |   2.22%|  24.66%
821.41/823.74	c   484s|  7000 |   446 |  2686k| 281.1 |   474M |  28 | 949 |2603 |2006 |8962 |  0 |4385 |2563 |-1.706849e+02 |-1.670000e+02 |   2.21%|  26.53%
821.41/823.74	c   498s|  7100 |   430 |  2739k| 283.7 |   474M |  28 | 949 |2555 |1984 |9412 |  1 |4385 |2563 |-1.706806e+02 |-1.670000e+02 |   2.20%|  28.63%
821.41/823.74	c   517s|  7200 |   410 |  2800k| 287.2 |   477M |  28 | 949 |2503 |1987 |9927 |  3 |4394 |2568 |-1.706704e+02 |-1.670000e+02 |   2.20%|  31.08%
821.41/823.74	c   533s|  7300 |   392 |  2854k| 289.7 |   478M |  28 | 949 |2464 |2009 |  10k|  0 |4400 |2571 |-1.706606e+02 |-1.670000e+02 |   2.19%|  32.68%
821.41/823.74	c   547s|  7400 |   374 |  2906k| 292.1 |   479M |  28 | 949 |2435 |2019 |  10k|  0 |4407 |2574 |-1.706466e+02 |-1.670000e+02 |   2.18%|  34.79%
821.41/823.74	c   562s|  7500 |   372 |  2967k| 295.2 |   481M |  28 | 949 |2365 |2012 |  11k|  2 |4412 |2575 |-1.706309e+02 |-1.670000e+02 |   2.17%|  37.46%
821.41/823.74	c   575s|  7600 |   364 |  3012k| 296.8 |   481M |  28 | 949 |2325 |2015 |  11k|  0 |4414 |2579 |-1.706117e+02 |-1.670000e+02 |   2.16%|  39.12%
821.41/823.74	c   593s|  7700 |   354 |  3075k| 300.1 |   483M |  28 | 949 |2270 |2003 |  12k|  0 |4431 |2590 |-1.705992e+02 |-1.670000e+02 |   2.16%|  41.19%
821.41/823.74	c   612s|  7800 |   342 |  3140k| 303.5 |   480M |  28 | 949 |2196 |1990 |  12k|  2 |4431 |2590 |-1.705862e+02 |-1.670000e+02 |   2.15%|  44.16%
821.41/823.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
821.41/823.74	c   628s|  7900 |   324 |  3201k| 306.4 |   480M |  28 | 949 |2113 |1989 |  13k|  1 |4449 |2605 |-1.705642e+02 |-1.670000e+02 |   2.13%|  47.31%
821.41/823.74	c   647s|  8000 |   298 |  3270k| 310.0 |   480M |  28 | 949 |2060 |2058 |  14k|  5 |4461 |2613 |-1.705159e+02 |-1.670000e+02 |   2.11%|  50.97%
821.41/823.74	c   663s|  8100 |   276 |  3332k| 313.0 |   482M |  28 | 949 |2015 |1999 |  14k|  0 |4490 |2626 |-1.704892e+02 |-1.670000e+02 |   2.09%|  53.77%
821.41/823.74	c   686s|  8200 |   258 |  3404k| 316.8 |   483M |  28 | 949 |1953 |2039 |  15k|  0 |4511 |2637 |-1.704705e+02 |-1.670000e+02 |   2.08%|  56.64%
821.41/823.74	c   705s|  8300 |   236 |  3474k| 320.4 |   483M |  28 | 949 |1894 |2033 |  16k|  2 |4524 |2643 |-1.704582e+02 |-1.670000e+02 |   2.07%|  60.74%
821.41/823.74	c   722s|  8400 |   210 |  3535k| 323.1 |   483M |  28 | 949 |1829 |2015 |  16k|  1 |4535 |2646 |-1.704381e+02 |-1.670000e+02 |   2.06%|  64.36%
821.41/823.74	c   739s|  8500 |   182 |  3597k| 325.8 |   484M |  28 | 949 |1790 |1999 |  17k|  1 |4535 |2649 |-1.704190e+02 |-1.670000e+02 |   2.05%|  69.11%
821.41/823.74	c   757s|  8600 |   146 |  3671k| 329.5 |   484M |  28 | 949 |1749 |1963 |  18k|  0 |4546 |2655 |-1.704103e+02 |-1.670000e+02 |   2.04%|  73.89%
821.41/823.74	c   775s|  8700 |   114 |  3744k| 333.0 |   484M |  28 | 949 |1702 |1980 |  18k|  0 |4546 |2657 |-1.703531e+02 |-1.670000e+02 |   2.01%|  79.19%
821.41/823.74	c   795s|  8800 |    74 |  3818k| 336.6 |   485M |  28 | 949 |1666 |1994 |  19k|  2 |4557 |2663 |-1.703418e+02 |-1.670000e+02 |   2.00%|  85.55%
821.41/823.74	c   808s|  8900 |    42 |  3881k| 339.3 |   485M |  28 | 949 |1646 |1987 |  20k|  0 |4561 |2666 |-1.703170e+02 |-1.670000e+02 |   1.99%|  90.96%
821.41/823.74	c   821s|  9000 |    12 |  3947k| 342.1 |   485M |  28 | 949 |1610 |1966 |  20k|  2 |4564 |2667 |-1.701700e+02 |-1.670000e+02 |   1.90%|  97.53%
821.41/823.74	c 
821.41/823.74	c SCIP Status        : problem is solved [optimal solution found]
821.41/823.74	c Solving Time (sec) : 823.58
821.41/823.74	c Solving Nodes      : 9038 (total of 11515 nodes in 2 runs)
821.41/823.74	c Primal Bound       : -1.67000000000000e+02 (50 solutions)
821.41/823.74	c Dual Bound         : -1.67000000000000e+02
821.41/823.74	c Gap                : 0.00 %
821.41/823.74	c All original constraints are satisfied.
821.41/823.74	c SCIP's best solution is verified feasible for the original problem.
821.41/823.74	c SCIP found an optimal solution.
821.41/823.74	o -167
821.41/823.74	s OPTIMUM FOUND
821.41/823.74	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
821.41/823.74	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
821.41/823.74	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 (61620 MiB free)
  memory of node 1: 64507 MiB (49243 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508885-1751505865/watcher-4508885-1751505865 -o /tmp/evaluation-result-4508885-1751505865/solver-4508885-1751505865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751500140-76141 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4508885-1751505865.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=77771, runsolver pid=77768
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.44 4.22 4.13 5/270 77776
/proc/meminfo: memFree=113512760/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1187856 memory=32788 CPUtime=0.06 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 3950 0 0 0 6 0 0 0 20 0 1 0 66264433 1216364544 8197 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 296964 8197 4905 1 0 268986 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1192048 KiB
Current children cumulated memory: 35732 KiB

[startup+0.205573 s]*
/proc/loadavg: 4.44 4.22 4.13 5/270 77776
/proc/meminfo: memFree=113489828/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1211344 memory=63124 CPUtime=0.17 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 8544 0 0 0 16 1 0 0 20 0 1 0 66264433 1240416256 15781 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 302836 15781 8137 1 0 274194 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1215536 KiB
Current children cumulated memory: 66068 KiB

[startup+0.305439 s]*
/proc/loadavg: 4.44 4.22 4.13 5/270 77776
/proc/meminfo: memFree=113481764/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1221040 memory=72740 CPUtime=0.27 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 11470 0 0 0 25 2 0 0 20 0 1 0 66264433 1250344960 18185 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 305260 18185 8137 1 0 276618 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1225232 KiB
Current children cumulated memory: 75684 KiB

[startup+0.700168 s]
/proc/loadavg: 4.44 4.22 4.13 5/270 77776
/proc/meminfo: memFree=113481764/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1226968 memory=78372 CPUtime=0.66 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 12881 0 0 0 64 2 0 0 20 0 1 0 66264433 1256415232 19593 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 306742 19593 8137 1 0 278100 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1231160 KiB
Current children cumulated memory: 81316 KiB

[startup+1.50016 s]
/proc/loadavg: 4.44 4.22 4.13 5/270 77776
/proc/meminfo: memFree=113475272/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1242588 memory=92324 CPUtime=1.46 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 16357 0 0 0 143 3 0 0 20 0 1 0 66264433 1272410112 23081 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 310647 23081 8137 1 0 282005 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1246780 KiB
Current children cumulated memory: 95268 KiB

[startup+3.10534 s]
/proc/loadavg: 4.44 4.22 4.13 5/270 77776
/proc/meminfo: memFree=113455324/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1244976 memory=93604 CPUtime=3.06 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 16686 0 0 0 303 3 0 0 20 0 1 0 66264433 1274855424 23401 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 311244 23401 8137 1 0 282602 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1249168 KiB
Current children cumulated memory: 96548 KiB

[startup+6.30018 s]
/proc/loadavg: 4.41 4.21 4.13 5/270 77776
/proc/meminfo: memFree=113455576/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1246284 memory=95048 CPUtime=6.24 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 17533 0 0 0 621 3 0 0 20 0 1 0 66264433 1276194816 23762 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 311571 23762 8137 1 0 282929 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1250476 KiB
Current children cumulated memory: 97992 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.21 4.13 5/270 77777
/proc/meminfo: memFree=112771972/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1246284 memory=95048 CPUtime=12.63 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 17534 0 0 0 1260 3 0 0 20 0 1 0 66264433 1276194816 23762 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 311571 23762 8137 1 0 282929 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1250476 KiB
Current children cumulated memory: 97992 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.22 4.13 5/270 77777
/proc/meminfo: memFree=112702160/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1289368 memory=135880 CPUtime=25.39 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 27781 0 0 0 2535 4 0 0 20 0 1 0 66264433 1320312832 33970 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 322342 33970 8137 1 0 293700 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1293560 KiB
Current children cumulated memory: 138824 KiB

[startup+51.1054 s]
/proc/loadavg: 4.30 4.21 4.14 5/270 77777
/proc/meminfo: memFree=112485604/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1374128 memory=217568 CPUtime=50.93 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 49000 0 0 0 5085 8 0 0 20 0 1 0 66264433 1407107072 54392 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 343532 54392 8137 1 0 314890 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1378320 KiB
Current children cumulated memory: 220512 KiB

[startup+102.3 s]
/proc/loadavg: 4.25 4.21 4.14 5/271 77782
/proc/meminfo: memFree=112328000/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1379416 memory=224352 CPUtime=101.99 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 50693 0 0 0 10190 9 0 0 20 0 1 0 66264433 1412521984 56088 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 344854 56088 8137 1 0 316212 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 1383608 KiB
Current children cumulated memory: 227296 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.18 4.13 5/271 77784
/proc/meminfo: memFree=112297460/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1491624 memory=337248 CPUtime=161.82 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 78938 0 0 0 16169 13 0 0 20 0 1 0 66264433 1527422976 84312 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 372906 84312 8137 1 0 344264 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1495816 KiB
Current children cumulated memory: 340192 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.16 4.13 5/272 77787
/proc/meminfo: memFree=112305428/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1491624 memory=337376 CPUtime=221.65 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 78942 0 0 0 22152 13 0 0 20 0 1 0 66264433 1527422976 84344 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 372906 84344 8137 1 0 344264 0
Current children cumulated CPU time: 221.65 s

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

/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 125724 0 0 0 40095 20 0 0 20 0 1 0 66264433 1715200000 129758 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 418750 129758 8137 1 0 390108 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 1679192 KiB
Current children cumulated memory: 521976 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/272 77802
/proc/meminfo: memFree=112181592/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1676492 memory=520440 CPUtime=460.99 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 126076 0 0 0 46078 21 0 0 20 0 1 0 66264433 1716727808 130110 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 419123 130110 8137 1 0 390481 0
Current children cumulated CPU time: 460.99 s
Current children cumulated vsize: 1680684 KiB
Current children cumulated memory: 523384 KiB

[startup+522.3 s]
/proc/loadavg: 4.09 4.12 4.11 5/271 77804
/proc/meminfo: memFree=112136812/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1677052 memory=521208 CPUtime=520.82 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 126283 0 0 0 52061 21 0 0 20 0 1 0 66264433 1717301248 130302 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 419263 130302 8137 1 0 390621 0
Current children cumulated CPU time: 520.82 s
Current children cumulated vsize: 1681244 KiB
Current children cumulated memory: 524152 KiB

[startup+582.3 s]
/proc/loadavg: 4.14 4.13 4.11 5/273 77808
/proc/meminfo: memFree=109516016/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1682108 memory=525688 CPUtime=580.66 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 127400 0 0 0 58045 21 0 0 20 0 1 0 66264433 1722478592 131422 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 420527 131422 8137 1 0 391885 0
Current children cumulated CPU time: 580.66 s
Current children cumulated vsize: 1686300 KiB
Current children cumulated memory: 528632 KiB

[startup+642.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/272 77811
/proc/meminfo: memFree=106460124/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1682108 memory=525816 CPUtime=640.49 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 127437 0 0 0 64028 21 0 0 20 0 1 0 66264433 1722478592 131454 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 420527 131454 8137 1 0 391885 0
Current children cumulated CPU time: 640.49 s
Current children cumulated vsize: 1686300 KiB
Current children cumulated memory: 528760 KiB

[startup+702.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/273 77816
/proc/meminfo: memFree=106246972/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1683960 memory=527608 CPUtime=700.33 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 127889 0 0 0 70012 21 0 0 20 0 1 0 66264433 1724375040 131902 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 420990 131902 8137 1 0 392348 0
Current children cumulated CPU time: 700.33 s
Current children cumulated vsize: 1688152 KiB
Current children cumulated memory: 530552 KiB

[startup+762.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/272 77818
/proc/meminfo: memFree=106260780/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1684216 memory=527608 CPUtime=760.17 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 127890 0 0 0 75995 22 0 0 20 0 1 0 66264433 1724637184 131902 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 421054 131902 8137 1 0 392412 0
Current children cumulated CPU time: 760.17 s
Current children cumulated vsize: 1688408 KiB
Current children cumulated memory: 530552 KiB

[startup+822.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/272 77820
/proc/meminfo: memFree=104474628/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1684216 memory=527608 CPUtime=820.01 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 127890 0 0 0 81979 22 0 0 20 0 1 0 66264433 1724637184 131902 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 421054 131902 8137 1 0 392412 0
Current children cumulated CPU time: 820.01 s
Current children cumulated vsize: 1688408 KiB
Current children cumulated memory: 530552 KiB

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

# cumulated CPU time of all completed processes:  user=821.918 s, system=0.247775 s

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

[startup+822.4 s]
/proc/loadavg: 4.09 4.11 4.09 5/272 77820
/proc/meminfo: memFree=104474628/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1684216 memory=527608 CPUtime=820.11 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 127890 0 0 0 81989 22 0 0 20 0 1 0 66264433 1724637184 131902 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 421054 131902 8137 1 0 392412 0
Current children cumulated CPU time: 820.11 s
Current children cumulated vsize: 1688408 KiB
Current children cumulated memory: 530552 KiB

[startup+823.2 s]
/proc/loadavg: 4.09 4.11 4.09 5/272 77820
/proc/meminfo: memFree=104413828/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1684216 memory=527608 CPUtime=820.91 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 127890 0 0 0 82069 22 0 0 20 0 1 0 66264433 1724637184 131902 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 421054 131902 8137 1 0 392412 0
Current children cumulated CPU time: 820.91 s
Current children cumulated vsize: 1688408 KiB
Current children cumulated memory: 530552 KiB

[startup+824 s]*
/proc/loadavg: 4.08 4.11 4.09 5/272 77820
/proc/meminfo: memFree=104352020/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1684728 memory=528504 CPUtime=821.71 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 128040 0 0 0 82149 22 0 0 20 0 1 0 66264433 1725161472 132126 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 421182 132126 8201 1 0 392540 0
Current children cumulated CPU time: 821.71 s
Current children cumulated vsize: 1688920 KiB
Current children cumulated memory: 531448 KiB

[startup+824.4 s]
/proc/loadavg: 4.08 4.11 4.09 5/272 77820
/proc/meminfo: memFree=104352020/131249996 swapFree=33010684/33010684
[pid=77771] ppid=77768 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77771/stat : 77771 (scip-naps-1.00.) S 77768 77771 76130 0 -1 4194304 254 329 0 0 0 0 0 0 20 0 1 0 66264431 4292608 736 18446744073709551615 94596526673920 94596527568453 140728916935552 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94596527807504 94596527855248 94596546256896 140728916937121 140728916937218 140728916937218 140728916942820 0
/proc/77771/statm: 1048 736 672 219 0 110 0
[pid=77776] ppid=77771 vsize=1684728 memory=528504 CPUtime=822.11 cores=4,6
/proc/77776/stat : 77776 (python3) R 77771 77771 76130 0 -1 4194304 128040 0 0 0 82189 22 0 0 20 0 1 0 66264433 1725161472 132126 18446744073709551615 94812239847424 94812239847801 140736830514352 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94812239859096 94812239859716 94812244373504 140736830523751 140736830523938 140736830523938 140736830529511 0
/proc/77776/statm: 421182 132126 8201 1 0 392540 0
Current children cumulated CPU time: 822.11 s
Current children cumulated vsize: 1688920 KiB
Current children cumulated memory: 531448 KiB

Child status: 0

Real time (s): 824.447
CPU time (s): 822.166
CPU user time (s): 821.918
CPU system time (s): 0.247775
CPU usage (%): 99.7233
Max. virtual memory (cumulated for all children) (KiB): 1688920
Max. memory (cumulated for all children) (KiB): 531448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 821.918
system time used= 0.247775
maximum resident set size= 528504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128666
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= 350
involuntary context switches= 558


# summary of solver processes directly reported to runsolver:
#   pid: 77771
#   total CPU time (s): 822.166
#   total CPU user time (s): 821.918
#   total CPU system time (s): 0.247775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60799 second user time and 3.77361 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-03 03:24:25
IDJOB=4508885
IDBENCH=158516
IDSOLVER=3368
FILE ID=nodeC024/4508885-1751505865
RUNJOBID= nodeC024-1751500140-76141
SLURM_JOB_ID= 9598580
Free space on /tmp= 432304 MiB

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

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

MD5SUM BENCH= 21e597bc04bc5fa012b59bdeb9fb9987
RANDOM SEED=1170820920

nodeC024 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.674
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.36
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.677
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.36
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		: 3600.149
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.36
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		: 3604.497
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113537080 kB
MemAvailable:   121167132 kB
Buffers:            3280 kB
Cached:          8397468 kB
SwapCached:            0 kB
Active:          8913372 kB
Inactive:        8089168 kB
Active(anon):    8619856 kB
Inactive(anon):        0 kB
Active(file):     293516 kB
Inactive(file):  8089168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5512 kB
Writeback:            40 kB
AnonPages:       8601296 kB
Mapped:           131516 kB
Shmem:             18064 kB
KReclaimable:     172816 kB
Slab:             264904 kB
SReclaimable:     172816 kB
SUnreclaim:        92088 kB
KernelStack:        4352 kB
PageTables:        20692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12656316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2764800 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432284 MiB
End job on nodeC024 at 2025-07-03 03:38:10