Trace number 4542904

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 2.66811 2.74631

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
MD5SUMb02daac0bd5c49ad8b109680e19e1b42
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 benchmark0.041383
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables289
Total number of constraints146
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)144
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.01/2.12	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4542904-1753222578.opb
2.01/2.12	c Solving mode: decision
2.01/2.12	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
2.01/2.12	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
2.01/2.12	c original problem has 289 variables (289 bin, 0 int, 0 impl, 0 cont) and 146 constraints
2.01/2.12	c presolving:
2.01/2.12	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
2.01/2.12	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
2.01/2.12	c (round 3, exhaustive) 1 del vars, 74 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.01/2.12	c    (0.0s) probing: 51/288 (17.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.01/2.12	c    (0.0s) probing aborted: 50/50 successive totally useless probings
2.01/2.12	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2.01/2.12	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
2.01/2.12	c dynamic symmetry handling statistics:
2.01/2.12	c    orbitopal reduction:       no components
2.01/2.12	c    orbital reduction:         no components
2.01/2.12	c    lexicographic reduction:    1 permutations with support sizes 264
2.01/2.12	c handled 1 out of 1 symmetry components
2.01/2.12	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
2.01/2.12	c  1 deleted vars, 74 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.01/2.12	c  0 implications, 0 cliques
2.01/2.12	c presolved problem has 288 variables (288 bin, 0 int, 0 impl, 0 cont) and 72 constraints
2.01/2.12	c      72 constraints of type <linear>
2.01/2.12	c transformed objective value is always integral (scale: 1)
2.01/2.12	c Presolving Time: 0.00
2.01/2.12	c 
2.01/2.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.01/2.12	c   0.0s|     1 |     0 |   214 |     - |  6541k |   0 | 288 | 102 |  72 |   0 |  0 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   312 |     - |  6689k |   0 | 288 | 102 |  82 |  10 |  1 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   318 |     - |  6788k |   0 | 288 | 102 |  89 |  17 |  2 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   327 |     - |  6922k |   0 | 288 | 102 |  94 |  22 |  3 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   332 |     - |  7184k |   0 | 288 | 102 |  97 |  25 |  4 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   341 |     - |  7381k |   0 | 288 | 102 | 101 |  29 |  5 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   350 |     - |  7792k |   0 | 288 | 102 | 103 |  31 |  6 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   360 |     - |  7919k |   0 | 288 | 102 | 105 |  33 |  7 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   368 |     - |  8088k |   0 | 288 | 102 | 107 |  35 |  8 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   376 |     - |  8389k |   0 | 288 | 102 | 109 |  37 |  9 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   395 |     - |  9434k |   0 | 288 | 102 | 111 |  39 | 10 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   403 |     - |  9510k |   0 | 288 | 102 | 107 |  42 | 11 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.0s|     1 |     0 |   405 |     - |  9510k |   0 | 288 | 102 | 108 |  43 | 12 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.1s|     1 |     0 |   412 |     - |  9522k |   0 | 288 | 102 | 109 |  44 | 13 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.1s|     1 |     0 |   423 |     - |  9522k |   0 | 288 | 102 | 110 |  45 | 14 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.01/2.12	c   0.1s|     1 |     0 |   433 |     - |  9534k |   0 | 288 | 102 | 111 |  46 | 15 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.1s|     1 |     0 |   439 |     - |  9767k |   0 | 288 | 102 | 112 |  47 | 16 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.1s|     1 |     0 |   450 |     - |  9779k |   0 | 288 | 102 |  97 |  48 | 17 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.1s|     1 |     0 |   456 |     - |  9799k |   0 | 288 | 102 |  98 |  49 | 18 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.1s|     1 |     2 |   740 |     - |  9803k |   0 | 288 | 106 |  98 |  49 | 18 |  34 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.4s|   100 |    99 |  8391 |  80.2 |    11M |  16 | 288 | 200 |  75 | 152 |  1 | 139 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.7s|   200 |   199 | 11533 |  55.7 |    11M |  32 | 288 | 229 |  75 | 152 |  1 | 173 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.8s|   300 |   299 | 13360 |  43.2 |    12M |  47 | 288 | 281 |  81 | 182 |  2 | 227 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   0.9s|   400 |   399 | 15454 |  37.6 |    12M |  56 | 288 | 300 |  78 | 252 |  1 | 250 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.0s|   500 |   499 | 16436 |  32.0 |    12M |  88 | 288 | 302 |  78 | 252 |  1 | 254 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.1s|   600 |   599 | 17006 |  27.6 |    12M | 107 | 288 | 310 |  78 | 252 |  1 | 263 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.2s|   700 |   699 | 17677 |  24.6 |    12M | 107 | 288 | 324 |  78 | 252 |  1 | 282 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.2s|   800 |   799 | 18307 |  22.3 |    12M | 109 | 288 | 324 |  78 | 252 |  1 | 286 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.3s|   900 |   871 | 18711 |  20.3 |    13M | 140 | 288 | 329 |  78 | 252 |  1 | 306 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.3s|  1000 |   949 | 19055 |  18.6 |    13M | 140 | 288 | 351 |  78 | 252 |  1 | 340 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.01/2.12	c   1.3s|  1100 |  1007 | 19336 |  17.2 |    13M | 140 | 288 | 352 |  78 | 252 |  1 | 362 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.4s|  1200 |  1069 | 19654 |  16.0 |    13M | 140 | 288 | 354 |  78 | 252 |  1 | 383 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.4s|  1300 |  1151 | 20637 |  15.5 |    13M | 140 | 288 | 377 |  84 | 279 |  1 | 419 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.5s|  1400 |  1239 | 21575 |  15.1 |    13M | 140 | 288 | 394 |  78 | 290 |  1 | 445 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.5s|  1500 |  1319 | 21902 |  14.3 |    13M | 140 | 288 | 394 |  78 | 290 |  1 | 455 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.5s|  1600 |  1401 | 22484 |  13.8 |    13M | 140 | 288 | 401 |  78 | 291 |  1 | 476 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.7s|  1700 |  1471 | 23437 |  13.5 |    14M | 140 | 288 | 425 |  79 | 315 |  1 | 516 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.7s|  1800 |  1571 | 24222 |  13.2 |    14M | 140 | 288 | 427 |  84 | 326 |  1 | 522 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.01/2.12	c   1.8s|  1900 |  1671 | 25399 |  13.1 |    14M | 140 | 288 | 433 |  84 | 326 |  1 | 532 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.60/2.72	c   1.9s|  2000 |  1771 | 26091 |  12.8 |    14M | 140 | 288 | 433 |  79 | 355 |  1 | 533 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.60/2.72	c   2.0s|  2100 |  1871 | 26623 |  12.5 |    14M | 140 | 288 | 441 |  84 | 368 |  1 | 541 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.60/2.72	c   2.1s|  2200 |  1971 | 27328 |  12.2 |    15M | 140 | 288 | 450 |  80 | 392 |  1 | 553 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.60/2.72	c   2.2s|  2300 |  2071 | 28213 |  12.1 |    15M | 140 | 288 | 450 |  84 | 433 |  1 | 555 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.60/2.72	c   2.3s|  2400 |  2171 | 28751 |  11.8 |    16M | 140 | 288 | 450 |  84 | 443 |  1 | 558 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.60/2.72	c   2.4s|  2500 |  2271 | 29341 |  11.6 |    16M | 140 | 288 | 452 |  80 | 454 |  1 | 562 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.60/2.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.60/2.72	c   2.5s|  2600 |  2371 | 29697 |  11.3 |    16M | 140 | 288 | 452 |  86 | 471 |  1 | 562 |   3 | 0.000000e+00 |      --      |    Inf | unknown
2.60/2.72	c 
2.60/2.72	c SCIP Status        : problem is solved [infeasible]
2.60/2.72	c Solving Time (sec) : 2.54
2.60/2.72	c Solving Nodes      : 2638
2.60/2.72	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
2.60/2.72	c Dual Bound         : +1.00000000000000e+20
2.60/2.72	c Gap                : 0.00 %
2.60/2.72	c SCIP found the problem to be infeasible.
2.60/2.72	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: 63708 MiB (62102 MiB free)
  memory of node 1: 64465 MiB (59425 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542904-1753222578/watcher-4542904-1753222578 -o /tmp/evaluation-result-4542904-1753222578/solver-4542904-1753222578 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753222578-168828 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4542904-1753222578.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 1.08 1.11 1.53 2/268 168903
/proc/meminfo: memFree=124428776/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=59268 memory=20608 CPUtime=0.02 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 2317 0 15 0 2 0 0 0 20 0 1 0 237936354 60690432 5152 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 14817 5152 3232 1 0 3537 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 63460 KiB
Current children cumulated memory: 23552 KiB

[startup+0.205917 s]*
/proc/loadavg: 1.08 1.11 1.53 6/268 168903
/proc/meminfo: memFree=124331296/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=1208248 memory=58252 CPUtime=0.13 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 7593 0 25 0 11 2 0 0 20 0 1 0 237936354 1237245952 14563 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 302062 14563 7971 1 0 273420 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 1212440 KiB
Current children cumulated memory: 61196 KiB

[startup+0.305849 s]*
/proc/loadavg: 1.08 1.11 1.53 6/268 168903
/proc/meminfo: memFree=124206052/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=1208564 memory=60188 CPUtime=0.23 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 9069 0 25 0 21 2 0 0 20 0 1 0 237936354 1237569536 15047 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 302141 15047 7971 1 0 273499 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1212756 KiB
Current children cumulated memory: 63132 KiB

[startup+0.700196 s]
/proc/loadavg: 1.08 1.11 1.53 4/266 168911
/proc/meminfo: memFree=124185968/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=1212632 memory=63132 CPUtime=0.61 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 11871 0 25 0 59 2 0 0 20 0 1 0 237936354 1241735168 15783 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 303158 15783 7971 1 0 274516 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 1216824 KiB
Current children cumulated memory: 66076 KiB

[startup+1.50018 s]
/proc/loadavg: 1.08 1.11 1.53 4/263 168911
/proc/meminfo: memFree=124152452/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=1214896 memory=66076 CPUtime=1.4 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 12597 0 25 0 138 2 0 0 20 0 1 0 237936354 1244053504 16519 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 303724 16519 7971 1 0 275082 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 1219088 KiB
Current children cumulated memory: 69020 KiB

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

# cumulated CPU time of all completed processes:  user=2.6309 s, system=0.03721 s

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

[startup+1.60017 s]
/proc/loadavg: 1.08 1.11 1.53 4/263 168911
/proc/meminfo: memFree=124152452/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=1214896 memory=66076 CPUtime=1.5 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 12598 0 25 0 148 2 0 0 20 0 1 0 237936354 1244053504 16519 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 303724 16519 7971 1 0 275082 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 1219088 KiB
Current children cumulated memory: 69020 KiB

[startup+2.40017 s]
/proc/loadavg: 1.08 1.11 1.53 4/263 168911
/proc/meminfo: memFree=123741056/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=1218764 memory=70172 CPUtime=2.3 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 13625 0 25 0 228 2 0 0 20 0 1 0 237936354 1248014336 17543 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 304691 17543 7971 1 0 276049 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 1222956 KiB
Current children cumulated memory: 73116 KiB

[startup+2.60016 s]
/proc/loadavg: 1.08 1.11 1.53 4/263 168911
/proc/meminfo: memFree=123741056/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=1218764 memory=70428 CPUtime=2.5 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 13679 0 25 0 248 2 0 0 20 0 1 0 237936354 1248014336 17607 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 304691 17607 7971 1 0 276049 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 1222956 KiB
Current children cumulated memory: 73372 KiB

[startup+2.70015 s]
/proc/loadavg: 1.08 1.11 1.53 4/263 168911
/proc/meminfo: memFree=123741056/131249988 swapFree=33010416/33010684
[pid=168877] ppid=168868 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/168877/stat : 168877 (scip-naps-1.00.) S 168868 168877 168818 0 -1 4194304 256 319 0 0 0 0 0 0 20 0 1 0 237936349 4292608 736 18446744073709551615 94297738125312 94297739019845 140730836692704 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94297739258896 94297739306640 94297761497088 140730836695455 140730836695552 140730836695552 140730836701156 0
/proc/168877/statm: 1048 736 672 219 0 110 0
[pid=168901] ppid=168877 vsize=1219364 memory=70812 CPUtime=2.6 cores=0,2
/proc/168901/stat : 168901 (python3) R 168877 168877 168818 0 -1 4194304 13787 0 25 0 258 2 0 0 20 0 1 0 237936354 1248628736 17703 18446744073709551615 94706023960576 94706023960953 140733766209136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94706023972248 94706023972868 94706028158976 140733766211926 140733766212128 140733766212128 140733766217703 0
/proc/168901/statm: 304841 17703 7971 1 0 276199 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 1223556 KiB
Current children cumulated memory: 73756 KiB

Child status: 0

Real time (s): 2.74631
CPU time (s): 2.66811
CPU user time (s): 2.6309
CPU system time (s): 0.03721
CPU usage (%): 97.1525
Max. virtual memory (cumulated for all children) (KiB): 1223556
Max. memory (cumulated for all children) (KiB): 73756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.6309
system time used= 0.03721
maximum resident set size= 71580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14419
page faults= 25
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 513
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 168877
#   total CPU time (s): 2.66811
#   total CPU user time (s): 2.6309
#   total CPU system time (s): 0.03721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020731 second user time and 0.035529 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-23 00:16:18
IDJOB=4542904
IDBENCH=164900
IDSOLVER=3368
FILE ID=nodeC031/4542904-1753222578
RUNJOBID= nodeC031-1753222578-168828
SLURM_JOB_ID= 9687820
Free space on /tmp= 432952 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542904-1753222578/watcher-4542904-1753222578 -o /tmp/evaluation-result-4542904-1753222578/solver-4542904-1753222578 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753222578-168828 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4542904-1753222578.opb

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

MD5SUM BENCH= b02daac0bd5c49ad8b109680e19e1b42
RANDOM SEED=1686069667

nodeC031 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		: 3600.253
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.78
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		: 3600.502
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.78
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		: 3599.918
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.78
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.874
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.78
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.984
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.78
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.916
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.78
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		: 3599.862
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.78
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		: 2059.978
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        124444224 kB
MemAvailable:   129585792 kB
Buffers:            2128 kB
Cached:          5826524 kB
SwapCached:            8 kB
Active:          1216468 kB
Inactive:        4692472 kB
Active(anon):      96072 kB
Inactive(anon):    10464 kB
Active(file):    1120396 kB
Inactive(file):  4682008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22860 kB
Writeback:            16 kB
AnonPages:         83376 kB
Mapped:           108616 kB
Shmem:             26248 kB
KReclaimable:     356804 kB
Slab:             455560 kB
SReclaimable:     356804 kB
SUnreclaim:        98756 kB
KernelStack:        4128 kB
PageTables:         3072 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     358824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432924 MiB
End job on nodeC031 at 2025-07-23 00:16:21