Trace number 4544819

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 352.877 354.126

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat12_11_identity_complement.opb
MD5SUM6b491c2baabcf28ebf0b874cd3568279
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 benchmark1.17133
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1584
Total number of constraints50832
Number of constraints which are clauses47928
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2904
Minimum length of a constraint2
Maximum length of a constraint11
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.20/0.21	c Converting 50832 PB-constraints to clauses...
0.20/0.21	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.30/0.36	c ============================[ Encoding Statistics ]============================
0.30/0.36	c |  Number of variables:          2310                                         |
0.30/0.36	c |  Number of clauses:           52284                                         |
0.30/0.36	c ===============================================================================
300.23/301.36	c Starting SCIP solver  (with time-limit: 900s) ...
352.85/354.11	c SCIP result: UNSATISFIABLE
352.85/354.11	c _______________________________________________________________________________
352.85/354.11	c 
352.85/354.11	c SCIP: SCIP Status        : problem is solved [infeasible]
352.85/354.11	c SCIP: Original Problem   :
352.85/354.11	c SCIP:   Problem name     : instance-4544819-1753224861.opb
352.85/354.11	c SCIP:   Variables        : 1584 (1584 binary, 0 integer, 0 implicit integer, 0 continuous)
352.85/354.11	c SCIP:   Constraints      : 101664 initial, 101664 maximal
352.85/354.11	c SCIP:   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
352.85/354.11	c SCIP: Total Time         :      52.75
352.85/354.11	c SCIP:   solving          :      52.75
352.85/354.11	c SCIP:   presolving       :      30.38 (included in solving)
352.85/354.11	c SCIP:   reading          :       0.00
352.85/354.11	c SCIP:   copying          :       0.03 (1 #copies) (minimal 0.03, maximal 0.03, average 0.03)
352.85/354.11	c =======================[ UWrMaxSat resources usage ]===========================
352.85/354.11	c Memory used            : 326.00 MB
352.85/354.11	c CPU time               : 352.603 s
352.85/354.11	c Constr Enc: Srt/BDD/Add: 1452 0 0
352.85/354.11	c _______________________________________________________________________________
352.85/354.11	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 (61653 MiB free)
  memory of node 1: 64465 MiB (62734 MiB free)
  node distances:
     10  21
     21  10

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

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
Current StackSize limit: 8192 KiB

solver pid=171627, runsolver pid=171624

[startup+0.10006 s]*
/proc/loadavg: 4.18 4.12 4.01 5/264 171628
/proc/meminfo: memFree=127356560/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=38276 memory=22528 CPUtime=0.09 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 4650 0 0 0 9 0 0 0 20 0 1 0 238162691 39194624 5632 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 9569 5632 1120 3139 0 5857 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 38276 KiB
Current children cumulated memory: 22528 KiB

[startup+0.204845 s]*
/proc/loadavg: 4.18 4.12 4.01 5/264 171628
/proc/meminfo: memFree=127348748/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=56072 memory=40192 CPUtime=0.2 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 9075 0 0 0 19 1 0 0 20 0 1 0 238162691 57417728 10048 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 14018 10048 1120 3139 0 10306 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 56072 KiB
Current children cumulated memory: 40192 KiB

[startup+0.305195 s]*
/proc/loadavg: 4.18 4.12 4.01 5/264 171628
/proc/meminfo: memFree=127308680/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=94156 memory=83368 CPUtime=0.3 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 18495 0 0 0 28 2 0 0 20 0 1 0 238162691 96415744 20842 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 23539 20842 2688 3139 0 19827 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 94156 KiB
Current children cumulated memory: 83368 KiB

[startup+0.700156 s]
/proc/loadavg: 4.18 4.12 4.01 3/259 171628
/proc/meminfo: memFree=127364084/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=111288 memory=100028 CPUtime=0.69 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 24343 0 0 0 66 3 0 0 20 0 1 0 238162691 113958912 25007 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 27822 25007 2688 3139 0 24110 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 111288 KiB
Current children cumulated memory: 100028 KiB

[startup+1.50013 s]
/proc/loadavg: 4.18 4.12 4.01 3/256 171644
/proc/meminfo: memFree=127385308/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=109612 memory=98836 CPUtime=1.48 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 26401 0 0 0 144 4 0 0 20 0 1 0 238162691 112242688 24709 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 27403 24709 2688 3139 0 23691 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 109612 KiB
Current children cumulated memory: 98836 KiB

[startup+3.10515 s]
/proc/loadavg: 4.18 4.12 4.01 4/260 171726
/proc/meminfo: memFree=127407816/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=112392 memory=101560 CPUtime=3.06 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 30370 0 0 0 299 7 0 0 20 0 1 0 238162691 115089408 25390 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 28098 25390 2688 3139 0 24386 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 112392 KiB
Current children cumulated memory: 101560 KiB

[startup+6.30016 s]
/proc/loadavg: 4.16 4.12 4.01 5/264 171763
/proc/meminfo: memFree=127470616/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=114112 memory=103232 CPUtime=6.23 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 31421 0 0 0 615 8 0 0 20 0 1 0 238162691 116850688 25808 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 28528 25808 2688 3139 0 24816 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 114112 KiB
Current children cumulated memory: 103232 KiB

[startup+12.7001 s]
/proc/loadavg: 4.15 4.12 4.01 5/264 171763
/proc/meminfo: memFree=127545532/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=110000 memory=99224 CPUtime=12.61 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 37403 0 0 0 1252 9 0 0 20 0 1 0 238162691 112640000 24806 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 27500 24806 2688 3139 0 23788 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 110000 KiB
Current children cumulated memory: 99224 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.13 4.01 5/259 171798
/proc/meminfo: memFree=127848192/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=116068 memory=105240 CPUtime=25.35 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 38920 0 0 0 2525 10 0 0 20 0 1 0 238162691 118853632 26310 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 29017 26310 2688 3139 0 25305 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 116068 KiB
Current children cumulated memory: 105240 KiB

[startup+51.1055 s]
/proc/loadavg: 4.13 4.12 4.01 5/264 171808
/proc/meminfo: memFree=127009736/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=119200 memory=108336 CPUtime=50.87 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 47549 0 0 0 5075 12 0 0 20 0 1 0 238162691 122060800 27084 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 29800 27084 2688 3139 0 26088 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 119200 KiB
Current children cumulated memory: 108336 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.01 5/266 171814
/proc/meminfo: memFree=127026032/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=113788 memory=103012 CPUtime=101.9 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 49827 0 0 0 10177 13 0 0 20 0 1 0 238162691 116518912 25753 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 28447 25753 2688 3139 0 24735 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 113788 KiB
Current children cumulated memory: 103012 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/265 171816
/proc/meminfo: memFree=127000124/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=129932 memory=119088 CPUtime=161.7 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 60851 0 0 0 16153 17 0 0 20 0 1 0 238162691 133050368 29772 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 32483 29772 2688 3139 0 28771 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 129932 KiB
Current children cumulated memory: 119088 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.01 5/265 171907
/proc/meminfo: memFree=126478332/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=127292 memory=116400 CPUtime=221.48 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 66410 0 0 0 22130 18 0 0 20 0 1 0 238162691 130347008 29100 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 31823 29100 2688 3139 0 28111 0
Current children cumulated CPU time: 221.48 s
Current children cumulated vsize: 127292 KiB
Current children cumulated memory: 116400 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.01 5/265 171909
/proc/meminfo: memFree=126485212/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=130876 memory=119984 CPUtime=281.29 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 67306 0 0 0 28110 19 0 0 20 0 1 0 238162691 134017024 29996 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 32719 29996 2688 3139 0 29007 0
Current children cumulated CPU time: 281.29 s
Current children cumulated vsize: 130876 KiB
Current children cumulated memory: 119984 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.09 4.01 5/265 171912
/proc/meminfo: memFree=125425684/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=318396 memory=281340 CPUtime=341.08 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 105917 0 0 0 34083 25 0 0 20 0 1 0 238162691 326037504 70335 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 79599 70335 3296 3139 0 75887 0
Current children cumulated CPU time: 341.08 s
Current children cumulated vsize: 318396 KiB
Current children cumulated memory: 281340 KiB

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

# cumulated CPU time of all completed processes:  user=352.603 s, system=0.274154 s

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

[startup+345.6 s]
/proc/loadavg: 4.05 4.08 4.01 5/265 171912
/proc/meminfo: memFree=125413800/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=318396 memory=281852 CPUtime=344.37 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 106094 0 0 0 34412 25 0 0 20 0 1 0 238162691 326037504 70463 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 79599 70463 3296 3139 0 75887 0
Current children cumulated CPU time: 344.37 s
Current children cumulated vsize: 318396 KiB
Current children cumulated memory: 281852 KiB

[startup+348.8 s]
/proc/loadavg: 4.05 4.08 4.01 5/265 171912
/proc/meminfo: memFree=125397668/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=318396 memory=281980 CPUtime=347.56 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 106111 0 0 0 34730 26 0 0 20 0 1 0 238162691 326037504 70495 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 79599 70495 3296 3139 0 75887 0
Current children cumulated CPU time: 347.56 s
Current children cumulated vsize: 318396 KiB
Current children cumulated memory: 281980 KiB

[startup+352 s]*
/proc/loadavg: 4.05 4.08 4.01 5/265 171912
/proc/meminfo: memFree=125393572/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=321284 memory=282876 CPUtime=350.76 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 106324 0 0 0 35050 26 0 0 20 0 1 0 238162691 328994816 70719 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 80321 70719 3296 3139 0 76609 0
Current children cumulated CPU time: 350.76 s
Current children cumulated vsize: 321284 KiB
Current children cumulated memory: 282876 KiB

[startup+352.8 s]
/proc/loadavg: 4.05 4.08 4.01 5/265 171912
/proc/meminfo: memFree=125393572/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=326364 memory=283388 CPUtime=351.55 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 106463 0 0 0 35129 26 0 0 20 0 1 0 238162691 334196736 70847 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 81591 70847 3296 3139 0 77879 0
Current children cumulated CPU time: 351.55 s
Current children cumulated vsize: 326364 KiB
Current children cumulated memory: 283388 KiB

[startup+353.6 s]
/proc/loadavg: 4.05 4.08 4.01 5/265 171912
/proc/meminfo: memFree=125381412/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=331580 memory=284028 CPUtime=352.35 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 106624 0 0 0 35209 26 0 0 20 0 1 0 238162691 339537920 71007 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 82895 71007 3296 3139 0 79183 0
Current children cumulated CPU time: 352.35 s
Current children cumulated vsize: 331580 KiB
Current children cumulated memory: 284028 KiB

[startup+354 s]*
/proc/loadavg: 4.05 4.08 4.01 5/265 171912
/proc/meminfo: memFree=125381412/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=333588 memory=284028 CPUtime=352.75 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 106628 0 0 0 35249 26 0 0 20 0 1 0 238162691 341594112 71007 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 83397 71007 3296 3139 0 79685 0
Current children cumulated CPU time: 352.75 s
Current children cumulated vsize: 333588 KiB
Current children cumulated memory: 284028 KiB

[startup+354.105 s]
/proc/loadavg: 4.05 4.08 4.01 5/265 171912
/proc/meminfo: memFree=125381412/131250000 swapFree=33008356/33010684
[pid=171627] ppid=171624 vsize=333988 memory=284028 CPUtime=352.85 cores=0,2
/proc/171627/stat : 171627 (uwrmaxsat-scip) R 171624 171627 169389 0 -1 4194304 106629 0 0 0 35259 26 0 0 20 0 1 0 238162691 342003712 71007 18446744073709551615 4198400 17051741 140733016572528 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 57049088 140733016578360 140733016578530 140733016578530 140733016584134 0
/proc/171627/statm: 83497 71007 3296 3139 0 79785 0
Current children cumulated CPU time: 352.85 s
Current children cumulated vsize: 333988 KiB
Current children cumulated memory: 284028 KiB

Child status: 20

Real time (s): 354.126
CPU time (s): 352.877
CPU user time (s): 352.603
CPU system time (s): 0.274154
CPU usage (%): 99.6474
Max. virtual memory (cumulated for all children) (KiB): 333988
Max. memory (cumulated for all children) (KiB): 284028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.603
system time used= 0.274154
maximum resident set size= 284028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106629
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= 464


# summary of solver processes directly reported to runsolver:
#   pid: 171627
#   total CPU time (s): 352.877
#   total CPU user time (s): 352.603
#   total CPU system time (s): 0.274154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.694288 second user time and 1.54593 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 00:54:21
IDJOB=4544819
IDBENCH=180683
IDSOLVER=3373
FILE ID=nodeC014/4544819-1753224861
RUNJOBID= nodeC014-1753222581-169399
SLURM_JOB_ID= 9687821
Free space on /tmp= 432800 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_11_identity_complement.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-4544819-1753224861/watcher-4544819-1753224861 -o /tmp/evaluation-result-4544819-1753224861/solver-4544819-1753224861 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169399 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4544819-1753224861.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 6b491c2baabcf28ebf0b874cd3568279
RANDOM SEED=284929650

nodeC014 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.121
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	: 7000.23
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.754
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	: 7000.23
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.358
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	: 7000.23
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		: 3694.249
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	: 7000.23
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		: 3600.116
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	: 7000.23
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		: 3600.074
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	: 7000.23
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		: 3700.000
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	: 7000.23
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		: 3600.772
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127372436 kB
MemAvailable:   127887828 kB
Buffers:             696 kB
Cached:          1260452 kB
SwapCached:         1624 kB
Active:          1664152 kB
Inactive:         440444 kB
Active(anon):     842364 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   414748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             54192 kB
Writeback:             4 kB
AnonPages:        843632 kB
Mapped:           134648 kB
Shmem:             24612 kB
KReclaimable:     236192 kB
Slab:             332112 kB
SReclaimable:     236192 kB
SUnreclaim:        95920 kB
KernelStack:        4272 kB
PageTables:         4708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1210592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432768 MiB
End job on nodeC014 at 2025-07-23 01:00:15