Trace number 4529880

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a2UNSAT 8.17924 8.23186

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x70split.cnf-extracted.pb.metafix.opb
MD5SUM6c6f54dbad76425fd68d4f6d2aa72935
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.17924
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints980
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)978
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.44/5.51	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529880-1752260134.opb
5.44/5.51	c Solving mode: decision
5.44/5.51	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
5.44/5.51	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
5.44/5.51	c original problem has 701 variables (701 bin, 0 int, 0 impl, 0 cont) and 980 constraints
5.44/5.51	c presolving:
5.44/5.51	c (round 1, medium)     1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
5.44/5.51	c (round 2, fast)       1 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
5.44/5.51	c (round 3, exhaustive) 1 del vars, 630 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
5.44/5.51	c    (0.0s) probing: 51/700 (7.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.44/5.51	c    (0.0s) probing aborted: 50/50 successive totally useless probings
5.44/5.51	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
5.44/5.51	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
5.44/5.51	c dynamic symmetry handling statistics:
5.44/5.51	c    orbitopal reduction:       no components
5.44/5.51	c    orbital reduction:         no components
5.44/5.51	c    lexicographic reduction:    1 permutations with support sizes 560
5.44/5.51	c handled 1 out of 1 symmetry components
5.44/5.51	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
5.44/5.51	c  1 deleted vars, 630 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.44/5.51	c  0 implications, 0 cliques
5.44/5.51	c presolved problem has 700 variables (700 bin, 0 int, 0 impl, 0 cont) and 350 constraints
5.44/5.51	c     350 constraints of type <linear>
5.44/5.51	c transformed objective value is always integral (scale: 1)
5.44/5.51	c Presolving Time: 0.01
5.44/5.51	c 
5.44/5.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.44/5.51	c   0.0s|     1 |     0 |   586 |     - |    12M |   0 | 700 | 514 | 350 |   0 |  0 | 164 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   822 |     - |    13M |   0 | 700 | 542 | 374 |  24 |  1 | 167 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   846 |     - |    13M |   0 | 700 | 542 | 384 |  34 |  2 | 167 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   874 |     - |    13M |   0 | 700 | 542 | 392 |  42 |  3 | 167 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   894 |     - |    14M |   0 | 700 | 542 | 398 |  48 |  4 | 167 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   913 |     - |    15M |   0 | 700 | 542 | 405 |  55 |  5 | 167 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   923 |     - |    15M |   0 | 700 | 543 | 408 |  58 |  6 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   927 |     - |    15M |   0 | 700 | 543 | 412 |  62 |  7 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   935 |     - |    16M |   0 | 700 | 543 | 413 |  63 |  8 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   939 |     - |    17M |   0 | 700 | 543 | 416 |  66 |  9 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   947 |     - |    17M |   0 | 700 | 543 | 419 |  69 | 10 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   955 |     - |    17M |   0 | 700 | 543 | 421 |  71 | 11 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   956 |     - |    18M |   0 | 700 | 543 | 422 |  72 | 12 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   961 |     - |    18M |   0 | 700 | 543 | 423 |  73 | 13 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   963 |     - |    18M |   0 | 700 | 543 | 424 |  74 | 14 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.44/5.51	c   0.1s|     1 |     0 |   965 |     - |    18M |   0 | 700 | 543 | 393 |  75 | 15 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   967 |     - |    18M |   0 | 700 | 543 | 394 |  76 | 16 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   984 |     - |    18M |   0 | 700 | 543 | 396 |  78 | 17 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |   996 |     - |    18M |   0 | 700 | 543 | 397 |  79 | 18 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.1s|     1 |     0 |  1000 |     - |    18M |   0 | 700 | 544 | 399 |  81 | 19 | 169 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.2s|     1 |     2 |  1130 |     - |    18M |   0 | 700 | 549 | 399 |  81 | 19 | 174 |   5 | 0.000000e+00 |      --      |    Inf | unknown
5.44/5.51	c   0.7s|   100 |    95 |  6523 |  55.8 |    22M |  12 | 700 | 756 | 357 | 294 |  1 | 383 |   5 | 0.000000e+00 |      --      |    Inf |   0.59%
5.44/5.51	c   1.1s|   200 |   193 | 11148 |  51.0 |    22M |  18 | 700 |1075 | 354 | 521 |  1 | 705 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   1.9s|   300 |   293 | 15779 |  49.4 |    23M |  22 | 700 |1251 | 356 | 756 |  1 | 881 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   2.5s|   400 |   393 | 16851 |  39.7 |    24M |  22 | 700 |1295 | 350 | 991 |  1 | 926 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   3.2s|   500 |   493 | 18634 |  35.3 |    25M |  22 | 700 |1419 | 350 |1257 |  1 |1051 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   3.7s|   600 |   593 | 19906 |  31.6 |    25M |  32 | 700 |1590 | 358 |1336 |  1 |1226 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   4.0s|   700 |   693 | 20997 |  28.6 |    25M |  44 | 700 |1715 | 366 |1370 |  3 |1352 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   4.2s|   800 |   793 | 22349 |  26.7 |    25M |  44 | 700 |1876 | 374 |1412 |  3 |1515 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   4.3s|   900 |   893 | 23035 |  24.5 |    25M |  51 | 700 |1911 | 363 |1459 |  1 |1551 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.44/5.51	c   4.4s|  1000 |   993 | 24139 |  23.2 |    26M |  51 | 700 |1938 | 362 |1531 |  2 |1580 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   4.5s|  1100 |  1091 | 25027 |  21.9 |    26M |  51 | 700 |1952 | 360 |1580 |  1 |1598 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   4.6s|  1200 |  1187 | 25849 |  20.7 |    26M |  51 | 700 |1993 | 363 |1655 |  1 |1640 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   4.7s|  1300 |  1287 | 26736 |  19.8 |    26M |  51 | 700 |2016 | 364 |1764 |  1 |1664 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   4.8s|  1400 |  1387 | 27571 |  19.0 |    26M |  51 | 700 |2073 | 364 |1949 |  1 |1722 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   4.9s|  1500 |  1485 | 28412 |  18.3 |    27M |  51 | 700 |2133 | 366 |2065 |  3 |1783 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   5.0s|  1600 |  1585 | 29361 |  17.7 |    27M |  52 | 700 |2186 | 368 |2176 |  3 |1837 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   5.1s|  1700 |  1685 | 30302 |  17.2 |    27M |  52 | 700 |2193 | 358 |2319 |  1 |1844 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
5.44/5.51	c   5.3s|  1800 |  1785 | 31022 |  16.7 |    28M |  52 | 700 |2236 | 364 |2435 |  1 |1890 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   5.4s|  1900 |  1885 | 31898 |  16.3 |    29M |  52 | 700 |2274 | 364 |2557 |  1 |1930 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   5.5s|  2000 |  1985 | 32677 |  15.8 |    31M |  52 | 700 |2300 | 358 |2660 |  1 |1958 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   5.6s|  2100 |  2081 | 33937 |  15.7 |    31M |  52 | 700 |2368 | 364 |2759 |  1 |2028 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   5.7s|  2200 |  2181 | 34679 |  15.3 |    31M |  52 | 700 |2397 | 361 |2826 |  1 |2057 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   5.9s|  2300 |  2281 | 36137 |  15.3 |    33M |  52 | 700 |2429 | 359 |3025 |  1 |2094 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   6.0s|  2400 |  2381 | 36986 |  15.0 |    33M |  52 | 700 |2439 | 362 |3127 |  1 |2109 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.13/8.20	c   6.1s|  2500 |  2481 | 38170 |  14.9 |    33M |  52 | 700 |2477 | 367 |3262 |  1 |2148 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   6.2s|  2600 |  2581 | 39190 |  14.7 |    33M |  52 | 700 |2534 | 364 |3379 |  1 |2206 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   6.4s|  2700 |  2681 | 40550 |  14.7 |    33M |  52 | 700 |2555 | 366 |3548 |  1 |2231 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   6.5s|  2800 |  2781 | 41831 |  14.6 |    33M |  52 | 700 |2571 | 358 |3727 |  1 |2249 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   6.6s|  2900 |  2879 | 42990 |  14.5 |    34M |  52 | 700 |2611 | 368 |3905 |  1 |2295 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   6.7s|  3000 |  2979 | 44145 |  14.4 |    34M |  52 | 700 |2624 | 364 |4099 |  1 |2311 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   6.9s|  3100 |  3079 | 45320 |  14.3 |    36M |  52 | 700 |2686 | 358 |4270 |  1 |2374 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   7.0s|  3200 |  3179 | 46158 |  14.1 |    36M |  52 | 700 |2719 | 364 |4438 |  1 |2408 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   7.3s|  3300 |  3279 | 48222 |  14.3 |    36M |  52 | 700 |2762 | 370 |4579 |  1 |2456 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   7.5s|  3400 |  3379 | 49797 |  14.4 |    37M |  52 | 700 |2801 | 370 |4766 |  2 |2498 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   7.7s|  3500 |  3479 | 50698 |  14.2 |    37M |  55 | 700 |2812 | 370 |4923 |  1 |2510 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   7.8s|  3600 |  3575 | 51591 |  14.1 |    38M |  55 | 700 |2837 | 360 |5072 |  1 |2537 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c   8.0s|  3700 |  3675 | 52824 |  14.0 |    38M |  55 | 700 |2856 | 358 |5187 |  1 |2557 |   5 | 0.000000e+00 |      --      |    Inf |   0.78%
8.13/8.20	c 
8.13/8.20	c SCIP Status        : problem is solved [infeasible]
8.13/8.20	c Solving Time (sec) : 8.05
8.13/8.20	c Solving Nodes      : 3758
8.13/8.20	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
8.13/8.20	c Dual Bound         : +1.00000000000000e+20
8.13/8.20	c Gap                : 0.00 %
8.13/8.20	c SCIP found the problem to be infeasible.
8.13/8.20	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529880-1752260134/watcher-4529880-1752260134 -o /tmp/evaluation-result-4529880-1752260134/solver-4529880-1752260134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752253388-115874 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529880-1752260134.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.el
Current StackSize limit: 8192 KiB

solver pid=118108, runsolver pid=118105

[startup+0.100062 s]*
/proc/loadavg: 4.15 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121829892/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1187380 memory=32352 CPUtime=0.07 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 3816 0 0 0 6 1 0 0 20 0 1 0 141691120 1215877120 8088 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 296845 8088 4928 1 0 268867 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191572 KiB
Current children cumulated memory: 35296 KiB

[startup+0.205591 s]*
/proc/loadavg: 4.15 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121801668/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1217552 memory=66912 CPUtime=0.17 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 9467 0 0 0 15 2 0 0 20 0 1 0 141691120 1246773248 16728 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 304388 16728 8160 1 0 275746 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1221744 KiB
Current children cumulated memory: 69856 KiB

[startup+0.305802 s]*
/proc/loadavg: 4.15 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121801668/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1222244 memory=71656 CPUtime=0.27 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 11126 0 0 0 25 2 0 0 20 0 1 0 141691120 1251577856 17914 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 305561 17914 8160 1 0 276919 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1226436 KiB
Current children cumulated memory: 74600 KiB

[startup+0.700158 s]
/proc/loadavg: 4.15 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121801668/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1223484 memory=73576 CPUtime=0.66 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 11609 0 0 0 64 2 0 0 20 0 1 0 141691120 1252847616 18394 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 305871 18394 8160 1 0 277229 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1227676 KiB
Current children cumulated memory: 76520 KiB

[startup+1.50018 s]
/proc/loadavg: 4.15 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121801668/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1230788 memory=81128 CPUtime=1.45 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 13508 0 0 0 143 2 0 0 20 0 1 0 141691120 1260326912 20282 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 307697 20282 8160 1 0 279055 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1234980 KiB
Current children cumulated memory: 84072 KiB

[startup+3.10568 s]
/proc/loadavg: 4.14 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121786212/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1234196 memory=85000 CPUtime=3.06 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 16385 0 0 0 303 3 0 0 20 0 1 0 141691120 1263816704 21250 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 308549 21250 8160 1 0 279907 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1238388 KiB
Current children cumulated memory: 87944 KiB

[startup+6.30017 s]
/proc/loadavg: 4.14 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121786212/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1239676 memory=89440 CPUtime=6.24 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 18310 0 0 0 621 3 0 0 20 0 1 0 141691120 1269428224 22360 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 309919 22360 8160 1 0 281277 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1243868 KiB
Current children cumulated memory: 92384 KiB

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

# cumulated CPU time of all completed processes:  user=8.12885 s, system=0.050392 s

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

[startup+6.40019 s]
/proc/loadavg: 4.14 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121786212/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1239676 memory=89440 CPUtime=6.34 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 18310 0 0 0 631 3 0 0 20 0 1 0 141691120 1269428224 22360 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 309919 22360 8160 1 0 281277 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 1243868 KiB
Current children cumulated memory: 92384 KiB

[startup+7.20017 s]
/proc/loadavg: 4.14 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121773924/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1239676 memory=89440 CPUtime=7.13 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 18314 0 0 0 710 3 0 0 20 0 1 0 141691120 1269428224 22360 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 309919 22360 8160 1 0 281277 0
Current children cumulated CPU time: 7.13 s
Current children cumulated vsize: 1243868 KiB
Current children cumulated memory: 92384 KiB

[startup+8.00015 s]*
/proc/loadavg: 4.13 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121758076/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1249068 memory=100168 CPUtime=7.94 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 22330 0 0 0 790 4 0 0 20 0 1 0 141691120 1279045632 25042 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 312267 25042 8160 1 0 283625 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 1253260 KiB
Current children cumulated memory: 103112 KiB

[startup+8.20014 s]
/proc/loadavg: 4.13 4.11 4.09 5/270 118113
/proc/meminfo: memFree=121758076/131249996 swapFree=33003468/33010684
[pid=118108] ppid=118105 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/118108/stat : 118108 (scip-naps-1.00a) S 118105 118108 115863 0 -1 4194304 261 328 0 0 0 0 0 0 20 0 1 0 141691118 4292608 736 18446744073709551615 94695400255488 94695401150021 140728286541968 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94695401389072 94695401436816 94695410139136 140728286546331 140728286546430 140728286546430 140728286552034 0
/proc/118108/statm: 1048 736 672 219 0 110 0
[pid=118113] ppid=118108 vsize=1249068 memory=100168 CPUtime=8.13 cores=4,6
/proc/118113/stat : 118113 (python3) R 118108 118108 115863 0 -1 4194304 22339 0 0 0 809 4 0 0 20 0 1 0 141691120 1279045632 25042 18446744073709551615 94126714867712 94126714868089 140726518408032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94126714879384 94126714880004 94126719852544 140726518409551 140726518409760 140726518409760 140726518415335 0
/proc/118113/statm: 312267 25042 8160 1 0 283625 0
Current children cumulated CPU time: 8.13 s
Current children cumulated vsize: 1253260 KiB
Current children cumulated memory: 103112 KiB

Child status: 0

Real time (s): 8.23186
CPU time (s): 8.17924
CPU user time (s): 8.12885
CPU system time (s): 0.050392
CPU usage (%): 99.3608
Max. virtual memory (cumulated for all children) (KiB): 1255860
Max. memory (cumulated for all children) (KiB): 105468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.12885
system time used= 0.050392
maximum resident set size= 102524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22967
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= 333
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 118108
#   total CPU time (s): 8.17924
#   total CPU user time (s): 8.12885
#   total CPU system time (s): 0.050392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023192 second user time and 0.069573 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-11 20:55:34
IDJOB=4529880
IDBENCH=160374
IDSOLVER=3388
FILE ID=nodeC021/4529880-1752260134
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/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x70split.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529880-1752260134/watcher-4529880-1752260134 -o /tmp/evaluation-result-4529880-1752260134/solver-4529880-1752260134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752253388-115874 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529880-1752260134.opb

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

MD5SUM BENCH= 6c6f54dbad76425fd68d4f6d2aa72935
RANDOM SEED=1024005025

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.814
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.781
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		: 3701.821
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		: 3599.906
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		: 3599.768
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.779
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		: 3600.076
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:        121848568 kB
MemAvailable:   128594576 kB
Buffers:            1056 kB
Cached:          7476476 kB
SwapCached:           32 kB
Active:          1694564 kB
Inactive:        6956424 kB
Active(anon):    1147148 kB
Inactive(anon):    39760 kB
Active(file):     547416 kB
Inactive(file):  6916664 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5676 kB
Writeback:             0 kB
AnonPages:       1175964 kB
Mapped:           127016 kB
Shmem:             13452 kB
KReclaimable:     241936 kB
Slab:             336700 kB
SReclaimable:     241936 kB
SUnreclaim:        94764 kB
KernelStack:        4364 kB
PageTables:         5988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4772472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 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:43