Trace number 4542830

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
UWrMaxSat-SCIP 2025-06-04UNSAT 316.935 317.912

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
MD5SUMd64fc744c65ccc2a81826d21c62acb02
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.326574
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables421
Total number of constraints212
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints210
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
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

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 212 PB-constraints to clauses...
0.00/0.00	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:          1471                                         |
0.00/0.01	c |  Number of clauses:            7352                                         |
0.00/0.01	c ===============================================================================
300.08/301.01	c Starting SCIP solver  (with time-limit: 900s) ...
316.91/317.90	c SCIP result: UNSATISFIABLE
316.91/317.90	c _______________________________________________________________________________
316.91/317.90	c 
316.91/317.90	c SCIP: SCIP Status        : problem is solved [infeasible]
316.91/317.90	c SCIP: Original Problem   :
316.91/317.90	c SCIP:   Problem name     : instance-4542830-1753219548.opb
316.91/317.90	c SCIP:   Variables        : 421 (421 binary, 0 integer, 0 implicit integer, 0 continuous)
316.91/317.90	c SCIP:   Constraints      : 424 initial, 424 maximal
316.91/317.90	c SCIP:   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
316.91/317.90	c SCIP: Total Time         :      16.90
316.91/317.90	c SCIP:   solving          :      16.90
316.91/317.90	c SCIP:   presolving       :       0.02 (included in solving)
316.91/317.90	c SCIP:   reading          :       0.00
316.91/317.90	c SCIP:   copying          :       0.32 (108 #copies) (minimal 0.00, maximal 0.01, average 0.00)
316.91/317.90	c =======================[ UWrMaxSat resources usage ]===========================
316.91/317.90	c Memory used            : 105.00 MB
316.91/317.90	c CPU time               : 316.826 s
316.91/317.90	c Constr Enc: Srt/BDD/Add: 209 0 0
316.91/317.90	c _______________________________________________________________________________
316.91/317.90	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542830-1753219548/watcher-4542830-1753219548 -o /tmp/evaluation-result-4542830-1753219548/solver-4542830-1753219548 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159867 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4542830-1753219548.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=160983, runsolver pid=160980
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.11 4.11 4.09 5/265 160984
/proc/meminfo: memFree=122228168/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=25756 memory=16216 CPUtime=0.1 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 1946 0 0 0 10 0 0 0 20 0 1 0 237632458 26374144 4054 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 6439 4054 2688 3139 0 2727 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25756 KiB
Current children cumulated memory: 16216 KiB

[startup+0.205707 s]*
/proc/loadavg: 4.11 4.11 4.09 5/265 160984
/proc/meminfo: memFree=122228168/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=26652 memory=17016 CPUtime=0.2 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 2258 0 0 0 20 0 0 0 20 0 1 0 237632458 27291648 4254 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 6663 4254 2720 3139 0 2951 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 26652 KiB
Current children cumulated memory: 17016 KiB

[startup+0.30447 s]*
/proc/loadavg: 4.11 4.11 4.09 5/265 160984
/proc/meminfo: memFree=122226404/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=27340 memory=17736 CPUtime=0.3 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 2751 0 0 0 30 0 0 0 20 0 1 0 237632458 27996160 4434 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 6835 4434 2720 3139 0 3123 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 27340 KiB
Current children cumulated memory: 17736 KiB

[startup+0.700113 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 160984
/proc/meminfo: memFree=122226404/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=27336 memory=17796 CPUtime=0.68 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 3495 0 0 0 68 0 0 0 20 0 1 0 237632458 27992064 4449 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 6834 4449 2720 3139 0 3122 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 27336 KiB
Current children cumulated memory: 17796 KiB

[startup+1.50018 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 160984
/proc/meminfo: memFree=122226404/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=30960 memory=21212 CPUtime=1.49 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 5487 0 0 0 148 1 0 0 20 0 1 0 237632458 31703040 5303 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 7740 5303 2720 3139 0 4028 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 30960 KiB
Current children cumulated memory: 21212 KiB

[startup+3.10542 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 160984
/proc/meminfo: memFree=122221060/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=29676 memory=20080 CPUtime=3.08 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 8154 0 0 0 307 1 0 0 20 0 1 0 237632458 30388224 5020 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 7419 5020 2720 3139 0 3707 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 29676 KiB
Current children cumulated memory: 20080 KiB

[startup+6.30018 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 160984
/proc/meminfo: memFree=122217280/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=37392 memory=27700 CPUtime=6.27 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 10723 0 0 0 625 2 0 0 20 0 1 0 237632458 38289408 6925 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 9348 6925 2720 3139 0 5636 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 37392 KiB
Current children cumulated memory: 27700 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 160985
/proc/meminfo: memFree=122197004/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=44468 memory=34820 CPUtime=12.65 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 15887 0 0 0 1262 3 0 0 20 0 1 0 237632458 45535232 8705 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 11117 8705 2720 3139 0 7405 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 44468 KiB
Current children cumulated memory: 34820 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 160985
/proc/meminfo: memFree=121832692/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=51364 memory=41732 CPUtime=25.41 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 17519 0 0 0 2538 3 0 0 20 0 1 0 237632458 52596736 10433 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 12841 10433 2720 3139 0 9129 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 51364 KiB
Current children cumulated memory: 41732 KiB

[startup+51.1053 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 160985
/proc/meminfo: memFree=121627280/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=47120 memory=37656 CPUtime=50.93 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 19764 0 0 0 5089 4 0 0 20 0 1 0 237632458 48250880 9414 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 11780 9414 2720 3139 0 8068 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 47120 KiB
Current children cumulated memory: 37656 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 160987
/proc/meminfo: memFree=122263568/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=85828 memory=76164 CPUtime=101.97 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 25971 0 0 0 10190 7 0 0 20 0 1 0 237632458 87887872 19041 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 21457 19041 2720 3139 0 17745 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 85828 KiB
Current children cumulated memory: 76164 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 160996
/proc/meminfo: memFree=122329248/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=85828 memory=76164 CPUtime=161.79 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 25997 0 0 0 16172 7 0 0 20 0 1 0 237632458 87887872 19041 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 21457 19041 2720 3139 0 17745 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 85828 KiB
Current children cumulated memory: 76164 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 160998
/proc/meminfo: memFree=123435908/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=93080 memory=83460 CPUtime=221.61 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 27816 0 0 0 22154 7 0 0 20 0 1 0 237632458 95313920 20865 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 23270 20865 2720 3139 0 19558 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 93080 KiB
Current children cumulated memory: 83460 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 161000
/proc/meminfo: memFree=123391984/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=85088 memory=75556 CPUtime=281.43 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 29592 0 0 0 28136 7 0 0 20 0 1 0 237632458 87130112 18889 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 21272 18889 2720 3139 0 17560 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 85088 KiB
Current children cumulated memory: 75556 KiB

[startup+317.912 s]
# the end of solver process 160983 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=316.826 s, system=0.108571 s

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

[startup+294.4 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 161000
/proc/meminfo: memFree=123367324/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=86948 memory=77484 CPUtime=293.5 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 31006 0 0 0 29341 9 0 0 20 0 1 0 237632458 89034752 19371 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 21737 19371 2720 3139 0 18025 0
Current children cumulated CPU time: 293.5 s
Current children cumulated vsize: 86948 KiB
Current children cumulated memory: 77484 KiB

[startup+307.2 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 161001
/proc/meminfo: memFree=123362912/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=90628 memory=82816 CPUtime=306.26 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 33291 0 0 0 30616 10 0 0 20 0 1 0 237632458 92803072 20704 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 22657 20704 3296 3139 0 18945 0
Current children cumulated CPU time: 306.26 s
Current children cumulated vsize: 90628 KiB
Current children cumulated memory: 82816 KiB

[startup+313.6 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 161001
/proc/meminfo: memFree=123336900/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=101248 memory=92928 CPUtime=312.63 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 35816 0 0 0 31253 10 0 0 20 0 1 0 237632458 103677952 23232 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 25312 23232 3296 3139 0 21600 0
Current children cumulated CPU time: 312.63 s
Current children cumulated vsize: 101248 KiB
Current children cumulated memory: 92928 KiB

[startup+315.2 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 161001
/proc/meminfo: memFree=123342264/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=101248 memory=93056 CPUtime=314.22 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 35848 0 0 0 31412 10 0 0 20 0 1 0 237632458 103677952 23264 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 25312 23264 3296 3139 0 21600 0
Current children cumulated CPU time: 314.22 s
Current children cumulated vsize: 101248 KiB
Current children cumulated memory: 93056 KiB

[startup+316.8 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 161002
/proc/meminfo: memFree=123342264/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=103084 memory=95744 CPUtime=315.82 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 36528 0 0 0 31572 10 0 0 20 0 1 0 237632458 105558016 23936 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 25771 23936 3296 3139 0 22059 0
Current children cumulated CPU time: 315.82 s
Current children cumulated vsize: 103084 KiB
Current children cumulated memory: 95744 KiB

[startup+317.6 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 161002
/proc/meminfo: memFree=123351260/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=104412 memory=97024 CPUtime=316.61 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 36861 0 0 0 31651 10 0 0 20 0 1 0 237632458 106917888 24256 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 26103 24256 3296 3139 0 22391 0
Current children cumulated CPU time: 316.61 s
Current children cumulated vsize: 104412 KiB
Current children cumulated memory: 97024 KiB

[startup+317.8 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 161002
/proc/meminfo: memFree=123351260/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=104412 memory=97152 CPUtime=316.81 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 36867 0 0 0 31671 10 0 0 20 0 1 0 237632458 106917888 24288 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 26103 24288 3296 3139 0 22391 0
Current children cumulated CPU time: 316.81 s
Current children cumulated vsize: 104412 KiB
Current children cumulated memory: 97152 KiB

[startup+317.9 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 161002
/proc/meminfo: memFree=123351260/131249996 swapFree=33003468/33010684
[pid=160983] ppid=160980 vsize=104412 memory=97152 CPUtime=316.91 cores=5,7
/proc/160983/stat : 160983 (uwrmaxsat-scip) R 160980 160983 159853 0 -1 4194304 36867 0 0 0 31681 10 0 0 20 0 1 0 237632458 106917888 24288 18446744073709551615 4198400 17051741 140732606310944 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 49885184 140732606318904 140732606319074 140732606319074 140732606324678 0
/proc/160983/statm: 26103 24288 3296 3139 0 22391 0
Current children cumulated CPU time: 316.91 s
Current children cumulated vsize: 104412 KiB
Current children cumulated memory: 97152 KiB

Child status: 20

Real time (s): 317.912
CPU time (s): 316.935
CPU user time (s): 316.826
CPU system time (s): 0.108571
CPU usage (%): 99.6926
Max. virtual memory (cumulated for all children) (KiB): 104412
Max. memory (cumulated for all children) (KiB): 97152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 316.826
system time used= 0.108571
maximum resident set size= 98184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1759


# summary of solver processes directly reported to runsolver:
#   pid: 160983
#   total CPU time (s): 316.935
#   total CPU user time (s): 316.826
#   total CPU system time (s): 0.108571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.647235 second user time and 1.36415 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 23:25:48
IDJOB=4542830
IDBENCH=164731
IDSOLVER=3373
FILE ID=nodeC021/4542830-1753219548
RUNJOBID= nodeC021-1753211204-159867
SLURM_JOB_ID= 9687790
Free space on /tmp= 432960 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542830-1753219548/watcher-4542830-1753219548 -o /tmp/evaluation-result-4542830-1753219548/solver-4542830-1753219548 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159867 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542830-1753219548.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= d64fc744c65ccc2a81826d21c62acb02
RANDOM SEED=998508404

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122232216 kB
MemAvailable:   123084232 kB
Buffers:            1056 kB
Cached:          1587976 kB
SwapCached:           56 kB
Active:          7724252 kB
Inactive:         495080 kB
Active(anon):    6613460 kB
Inactive(anon):    38496 kB
Active(file):    1110792 kB
Inactive(file):   456584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16604 kB
Writeback:             0 kB
AnonPages:       6628492 kB
Mapped:           143888 kB
Shmem:             21656 kB
KReclaimable:     247360 kB
Slab:             343292 kB
SReclaimable:     247360 kB
SUnreclaim:        95932 kB
KernelStack:        4272 kB
PageTables:        16368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7527148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2435072 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC021 at 2025-07-22 23:31:06