Trace number 4510629

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.00a1UNSAT 9.51463 9.59124

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510629-1751204037/watcher-4510629-1751204037 -o /tmp/evaluation-result-4510629-1751204037/solver-4510629-1751204037 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751204026-25378 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4510629-1751204037.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100073 s]*
/proc/loadavg: 2.08 3.45 3.86 5/260 25604
/proc/meminfo: memFree=130070224/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=13276 memory=10348 CPUtime=0.06 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 1604 0 0 0 5 1 0 0 20 0 1 0 36083448 13594624 2587 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 3319 2587 1248 1 0 1461 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17468 KiB
Current children cumulated memory: 13420 KiB

[startup+0.213975 s]*
/proc/loadavg: 2.08 3.45 3.86 5/260 25604
/proc/meminfo: memFree=130053844/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1186236 memory=30904 CPUtime=0.17 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 3542 0 0 0 15 2 0 0 20 0 1 0 36083448 1214705664 7726 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 296559 7726 4819 1 0 268581 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1190428 KiB
Current children cumulated memory: 33976 KiB

[startup+0.314208 s]*
/proc/loadavg: 2.08 3.45 3.86 5/260 25604
/proc/meminfo: memFree=130041244/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1190388 memory=35256 CPUtime=0.26 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 4464 0 0 0 24 2 0 0 20 0 1 0 36083448 1218957312 8814 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 297597 8814 5043 1 0 269506 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1194580 KiB
Current children cumulated memory: 38328 KiB

[startup+0.700413 s]
/proc/loadavg: 2.08 3.45 3.86 5/260 25604
/proc/meminfo: memFree=130006468/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1217500 memory=67896 CPUtime=0.64 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 9777 0 0 0 59 5 0 0 20 0 1 0 36083448 1246720000 16974 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 304375 16974 8115 1 0 275733 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1221692 KiB
Current children cumulated memory: 70968 KiB

[startup+1.50041 s]
/proc/loadavg: 2.08 3.45 3.86 5/260 25604
/proc/meminfo: memFree=129998404/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1223428 memory=73528 CPUtime=1.42 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 11186 0 0 0 137 5 0 0 20 0 1 0 36083448 1252790272 18382 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 305857 18382 8115 1 0 277215 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 1227620 KiB
Current children cumulated memory: 76600 KiB

[startup+3.1135 s]
/proc/loadavg: 2.23 3.46 3.86 5/260 25604
/proc/meminfo: memFree=129982300/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1231288 memory=81752 CPUtime=3.04 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 13804 0 0 0 298 6 0 0 20 0 1 0 36083448 1260838912 20438 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 307822 20438 8115 1 0 279180 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1235480 KiB
Current children cumulated memory: 84824 KiB

[startup+6.30036 s]
/proc/loadavg: 2.23 3.46 3.86 5/260 25604
/proc/meminfo: memFree=129962140/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1233928 memory=84620 CPUtime=6.21 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 16749 0 0 0 615 6 0 0 20 0 1 0 36083448 1263542272 21155 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 308482 21155 8115 1 0 279840 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1238120 KiB
Current children cumulated memory: 87692 KiB

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

# cumulated CPU time of all completed processes:  user=9.42289 s, system=0.091742 s

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

[startup+6.40045 s]
/proc/loadavg: 2.23 3.46 3.86 5/260 25604
/proc/meminfo: memFree=129962140/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1233928 memory=84620 CPUtime=6.31 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 16749 0 0 0 625 6 0 0 20 0 1 0 36083448 1263542272 21155 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 308482 21155 8115 1 0 279840 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 1238120 KiB
Current children cumulated memory: 87692 KiB

[startup+8.00036 s]*
/proc/loadavg: 2.37 3.47 3.86 5/260 25604
/proc/meminfo: memFree=129947524/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1233928 memory=84660 CPUtime=7.91 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 17876 0 0 0 785 6 0 0 20 0 1 0 36083448 1263542272 21165 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 308482 21165 8115 1 0 279840 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 1238120 KiB
Current children cumulated memory: 87732 KiB

[startup+8.80032 s]
/proc/loadavg: 2.37 3.47 3.86 5/260 25604
/proc/meminfo: memFree=129947524/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1243112 memory=93464 CPUtime=8.71 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 21663 0 0 0 864 7 0 0 20 0 1 0 36083448 1272946688 23366 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 310778 23366 8115 1 0 282136 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 1247304 KiB
Current children cumulated memory: 96536 KiB

[startup+9.20037 s]
/proc/loadavg: 2.37 3.47 3.86 5/260 25604
/proc/meminfo: memFree=129928120/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1249624 memory=99700 CPUtime=9.1 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 23639 0 0 0 903 7 0 0 20 0 1 0 36083448 1279614976 24925 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 312406 24925 8115 1 0 283764 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 1253816 KiB
Current children cumulated memory: 102772 KiB

[startup+9.40036 s]
/proc/loadavg: 2.37 3.47 3.86 5/260 25604
/proc/meminfo: memFree=129928120/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1249624 memory=99700 CPUtime=9.3 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 23645 0 0 0 923 7 0 0 20 0 1 0 36083448 1279614976 24925 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 312406 24925 8115 1 0 283764 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 1253816 KiB
Current children cumulated memory: 102772 KiB

[startup+9.50039 s]
/proc/loadavg: 2.37 3.47 3.86 5/260 25604
/proc/meminfo: memFree=129928120/131382116 swapFree=33010684/33010684
[pid=25599] ppid=25596 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/25599/stat : 25599 (scip-naps-1.00.) S 25596 25599 25366 0 -1 4194304 255 320 0 0 0 0 0 0 20 0 1 0 36083445 4292608 768 18446744073709551615 94022836244480 94022837139013 140723193986496 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94022837378064 94022837425808 94022843088896 140723193989537 140723193989634 140723193989634 140723193995236 0
/proc/25599/statm: 1048 768 704 219 0 110 0
[pid=25604] ppid=25599 vsize=1249624 memory=99700 CPUtime=9.4 cores=1,3
/proc/25604/stat : 25604 (python3) R 25599 25599 25366 0 -1 4194304 23648 0 0 0 933 7 0 0 20 0 1 0 36083448 1279614976 24925 18446744073709551615 94838997245952 94838997246329 140728222407136 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94838997257624 94838997258244 94839010656256 140728222411096 140728222411298 140728222411298 140728222416871 0
/proc/25604/statm: 312406 24925 8115 1 0 283764 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 1253816 KiB
Current children cumulated memory: 102772 KiB

Child status: 0

Real time (s): 9.59124
CPU time (s): 9.51463
CPU user time (s): 9.42289
CPU system time (s): 0.091742
CPU usage (%): 99.2013
Max. virtual memory (cumulated for all children) (KiB): 1255208
Max. memory (cumulated for all children) (KiB): 103192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.42289
system time used= 0.091742
maximum resident set size= 101272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24281
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= 334
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 25599
#   total CPU time (s): 9.51463
#   total CPU user time (s): 9.42289
#   total CPU system time (s): 0.091742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.091051 second user time and 0.158542 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 15:33:57
IDJOB=4510629
IDBENCH=160374
IDSOLVER=3368
FILE ID=nodeC011/4510629-1751204037
RUNJOBID= nodeC011-1751204026-25378
SLURM_JOB_ID= 9587615
Free space on /tmp= 433036 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x70split.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510629-1751204037/watcher-4510629-1751204037 -o /tmp/evaluation-result-4510629-1751204037/solver-4510629-1751204037 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751204026-25378 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4510629-1751204037.opb

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

MD5SUM BENCH= 6c6f54dbad76425fd68d4f6d2aa72935
RANDOM SEED=1502049360

nodeC011 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	: 0xb00001f
cpu MHz		: 3691.690
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.605
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.173
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.304
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3691.650
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.292
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.839
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130078592 kB
MemAvailable:   129817372 kB
Buffers:            3280 kB
Cached:           549712 kB
SwapCached:            0 kB
Active:           518460 kB
Inactive:         251444 kB
Active(anon):     234896 kB
Inactive(anon):        0 kB
Active(file):     283564 kB
Inactive(file):   251444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23276 kB
Writeback:             8 kB
AnonPages:        220100 kB
Mapped:           124216 kB
Shmem:             17960 kB
KReclaimable:      86416 kB
Slab:             166648 kB
SReclaimable:      86416 kB
SUnreclaim:        80232 kB
KernelStack:        4176 kB
PageTables:         3744 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2690620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC011 at 2025-06-29 15:34:07