Trace number 4512915

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-04? (TO) 3600.06 3610.01

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-2.opb
MD5SUM37b3a609918eb30d871bb851627bd55e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 14
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.07	c Converting 9408 PB-constraints to clauses...
0.00/0.07	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.09/0.15	c ============================[ Encoding Statistics ]============================
0.09/0.15	c |  Number of variables:         15776                                         |
0.09/0.15	c |  Number of clauses:           64446                                         |
0.09/0.15	c ===============================================================================
300.28/301.15	c Starting SCIP solver  (with time-limit: 900s) ...
1198.04/1201.15	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.04/3610.00	c *** TERMINATED by signal 15 ***
3600.04/3610.00	c _______________________________________________________________________________
3600.04/3610.00	c 
3600.04/3610.00	c _______________________________________________________________________________
3600.04/3610.00	c 
3600.04/3610.00	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3610.00	c Memory used            : 439.00 MB
3600.04/3610.00	c CPU time               : 3599.37 s
3600.04/3610.00	c Constr Enc: Srt/BDD/Add: 810 0 0
3600.04/3610.00	c _______________________________________________________________________________
3600.04/3610.00	c _______________________________________________________________________________
3600.04/3610.00	s UNKNOWN

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 (50428 MiB free)
  memory of node 1: 64507 MiB (62615 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100062 s]*
/proc/loadavg: 4.10 4.10 4.09 5/264 29253
/proc/meminfo: memFree=115737276/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=46136 memory=36224 CPUtime=0.09 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 6756 0 0 0 9 0 0 0 20 0 1 0 35638860 47243264 9056 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 11534 9056 2688 3139 0 7822 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46136 KiB
Current children cumulated memory: 36224 KiB

[startup+0.205513 s]*
/proc/loadavg: 4.10 4.10 4.09 5/264 29253
/proc/meminfo: memFree=115729464/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=58812 memory=46768 CPUtime=0.19 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 10094 0 0 0 19 0 0 0 20 0 1 0 35638860 60223488 11692 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 14703 11692 2688 3139 0 10991 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 58812 KiB
Current children cumulated memory: 46768 KiB

[startup+0.305449 s]*
/proc/loadavg: 4.10 4.10 4.09 5/264 29253
/proc/meminfo: memFree=115729472/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=61320 memory=49328 CPUtime=0.29 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 10722 0 0 0 29 0 0 0 20 0 1 0 35638860 62791680 12332 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 15330 12332 2688 3139 0 11618 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 61320 KiB
Current children cumulated memory: 49328 KiB

[startup+0.70018 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 29253
/proc/meminfo: memFree=115729472/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=64400 memory=52372 CPUtime=0.69 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 12743 0 0 0 68 1 0 0 20 0 1 0 35638860 65945600 13093 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 16100 13093 2688 3139 0 12388 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 64400 KiB
Current children cumulated memory: 52372 KiB

[startup+1.50016 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 29253
/proc/meminfo: memFree=115723676/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=65188 memory=53600 CPUtime=1.48 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 13754 0 0 0 147 1 0 0 20 0 1 0 35638860 66752512 13400 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 16297 13400 2720 3139 0 12585 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 65188 KiB
Current children cumulated memory: 53600 KiB

[startup+3.10502 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 29253
/proc/meminfo: memFree=115723908/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=65188 memory=53636 CPUtime=3.08 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 14019 0 0 0 307 1 0 0 20 0 1 0 35638860 66752512 13409 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 16297 13409 2720 3139 0 12585 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 65188 KiB
Current children cumulated memory: 53636 KiB

[startup+6.30017 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 29253
/proc/meminfo: memFree=115720380/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=72556 memory=60960 CPUtime=6.28 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 16489 0 0 0 626 2 0 0 20 0 1 0 35638860 74297344 15240 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 18139 15240 2720 3139 0 14427 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 72556 KiB
Current children cumulated memory: 60960 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 29253
/proc/meminfo: memFree=115718380/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=72556 memory=61004 CPUtime=12.66 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 16839 0 0 0 1264 2 0 0 20 0 1 0 35638860 74297344 15251 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 18139 15251 2720 3139 0 14427 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 72556 KiB
Current children cumulated memory: 61004 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 29253
/proc/meminfo: memFree=115704216/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=93188 memory=81568 CPUtime=25.42 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 18855 0 0 0 2539 3 0 0 20 0 1 0 35638860 95424512 20392 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 23297 20392 2720 3139 0 19585 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 93188 KiB
Current children cumulated memory: 81568 KiB

[startup+51.1052 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 29299
/proc/meminfo: memFree=128404652/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=79704 memory=68128 CPUtime=50.95 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 20947 0 0 0 5092 3 0 0 20 0 1 0 35638860 81616896 17032 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 19926 17032 2720 3139 0 16214 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 79704 KiB
Current children cumulated memory: 68128 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 29299
/proc/meminfo: memFree=128269596/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=121228 memory=109608 CPUtime=102 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 28360 0 0 0 10191 9 0 0 20 0 1 0 35638860 124137472 27402 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 30307 27402 2720 3139 0 26595 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 121228 KiB
Current children cumulated memory: 109608 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 29347
/proc/meminfo: memFree=129275100/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=104876 memory=93224 CPUtime=161.84 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 31728 0 0 0 16173 11 0 0 20 0 1 0 35638860 107393024 23306 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 26219 23306 2720 3139 0 22507 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 104876 KiB
Current children cumulated memory: 93224 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/265 29352
/proc/meminfo: memFree=129209128/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=108040 memory=96424 CPUtime=221.68 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 32531 0 0 0 22157 11 0 0 20 0 1 0 35638860 110632960 24106 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 27010 24106 2720 3139 0 23298 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 108040 KiB
Current children cumulated memory: 96424 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/266 29359
/proc/meminfo: memFree=129221564/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=115936 memory=104636 CPUtime=281.52 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 37779 0 0 0 28139 13 0 0 20 0 1 0 35638860 118718464 26159 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 28984 26159 2720 3139 0 25272 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 115936 KiB
Current children cumulated memory: 104636 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/266 29362
/proc/meminfo: memFree=129069664/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=214020 memory=201864 CPUtime=341.36 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 54666 0 0 0 34117 19 0 0 20 0 1 0 35638860 219156480 50466 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 53505 50466 3296 3139 0 49793 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 214020 KiB
Current children cumulated memory: 201864 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/266 29364
/proc/meminfo: memFree=128986308/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=227264 memory=217096 CPUtime=401.19 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 57945 0 0 0 40100 19 0 0 20 0 1 0 35638860 232718336 54274 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 56816 54274 3296 3139 0 53104 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 227264 KiB
Current children cumulated memory: 217096 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 29366
/proc/meminfo: memFree=128904164/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=227264 memory=218888 CPUtime=461.05 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 57945 0 0 0 46086 19 0 0 20 0 1 0 35638860 232718336 54722 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 56816 54722 3296 3139 0 53104 0

################
# More data... #
################

Current children cumulated memory: 239292 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/265 29542
/proc/meminfo: memFree=128883868/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=2854.55 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 78944 0 0 0 285417 38 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 2854.55 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/265 29544
/proc/meminfo: memFree=128884596/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=2914.37 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 79017 0 0 0 291399 38 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 2914.37 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 29546
/proc/meminfo: memFree=128884660/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=2974.19 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 79041 0 0 0 297381 38 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 2974.19 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 29548
/proc/meminfo: memFree=128882288/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=3034.02 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 79041 0 0 0 303364 38 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 3034.02 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 29551
/proc/meminfo: memFree=128822852/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=3093.84 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 79041 0 0 0 309346 38 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 3093.84 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 29553
/proc/meminfo: memFree=128802688/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=3153.66 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 79153 0 0 0 315327 39 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 3153.66 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+3222.3 s]
/proc/loadavg: 4.36 4.17 4.11 5/265 29557
/proc/meminfo: memFree=128800436/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=328224 memory=319820 CPUtime=3213.48 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 80131 0 0 0 321305 43 0 0 20 0 1 0 35638860 336101376 79955 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 82056 79955 3296 3139 0 78344 0
Current children cumulated CPU time: 3213.48 s
Current children cumulated vsize: 328224 KiB
Current children cumulated memory: 319820 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.18 4.12 5/265 29564
/proc/meminfo: memFree=128808528/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=3273.29 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 81446 0 0 0 327284 45 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 3273.29 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/265 29566
/proc/meminfo: memFree=128751080/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=319112 memory=310708 CPUtime=3333.12 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 82790 0 0 0 333262 50 0 0 20 0 1 0 35638860 326770688 77677 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 79778 77677 3296 3139 0 76066 0
Current children cumulated CPU time: 3333.12 s
Current children cumulated vsize: 319112 KiB
Current children cumulated memory: 310708 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/265 29569
/proc/meminfo: memFree=128665092/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=3392.95 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 83569 0 0 0 339243 52 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 3392.95 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+3462.3 s]
/proc/loadavg: 3.45 3.96 4.04 4/258 29601
/proc/meminfo: memFree=129026396/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=247676 memory=239292 CPUtime=3452.77 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 84409 0 0 0 345223 54 0 0 20 0 1 0 35638860 253620224 59823 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 61919 59823 3296 3139 0 58207 0
Current children cumulated CPU time: 3452.77 s
Current children cumulated vsize: 247676 KiB
Current children cumulated memory: 239292 KiB

[startup+3522.3 s]
/proc/loadavg: 3.28 3.81 3.99 4/258 29603
/proc/meminfo: memFree=128931420/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=346432 memory=338048 CPUtime=3512.6 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 85829 0 0 0 351202 58 0 0 20 0 1 0 35638860 354746368 84512 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 86608 84512 3296 3139 0 82896 0
Current children cumulated CPU time: 3512.6 s
Current children cumulated vsize: 346432 KiB
Current children cumulated memory: 338048 KiB

[startup+3582.3 s]
/proc/loadavg: 3.16 3.68 3.93 4/258 29605
/proc/meminfo: memFree=128962916/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=322264 memory=313880 CPUtime=3572.42 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 87496 0 0 0 357177 65 0 0 20 0 1 0 35638860 329998336 78470 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 80566 78470 3296 3139 0 76854 0
Current children cumulated CPU time: 3572.42 s
Current children cumulated vsize: 322264 KiB
Current children cumulated memory: 313880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 3.18 3.63 3.90 4/257 29607
/proc/meminfo: memFree=128947036/131249996 swapFree=33010684/33010684
[pid=29252] ppid=29249 vsize=324340 memory=315956 CPUtime=3600.04 cores=1,3
/proc/29252/stat : 29252 (uwrmaxsat-scip) R 29249 29252 26915 0 -1 4194304 88628 0 0 0 359936 68 0 0 20 0 1 0 35638860 332124160 78989 18446744073709551615 4198400 17051741 140732103842832 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 37298176 140732103850298 140732103850468 140732103850468 140732103856070 0
/proc/29252/statm: 81085 78989 3296 3139 0 77373 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 324340 KiB
Current children cumulated memory: 315956 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3599.37 s, system=0.687196 s

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

Child status: 0

Real time (s): 3610.01
CPU time (s): 3600.06
CPU user time (s): 3599.37
CPU system time (s): 0.687196
CPU usage (%): 99.7243
Max. virtual memory (cumulated for all children) (KiB): 449728
Max. memory (cumulated for all children) (KiB): 431400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.37
system time used= 0.687196
maximum resident set size= 441256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88628
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= 37
involuntary context switches= 5159


# summary of solver processes directly reported to runsolver:
#   pid: 29252
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.37
#   total CPU system time (s): 0.687196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.47217 second user time and 15.2523 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 14:20:12
IDJOB=4512915
IDBENCH=162196
IDSOLVER=3373
FILE ID=nodeC021/4512915-1751199612
RUNJOBID= nodeC021-1751192387-26927
SLURM_JOB_ID= 9587584
Free space on /tmp= 432916 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-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-4512915-1751199612/watcher-4512915-1751199612 -o /tmp/evaluation-result-4512915-1751199612/solver-4512915-1751199612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751192387-26927 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4512915-1751199612.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 37b3a609918eb30d871bb851627bd55e
RANDOM SEED=807416096

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.776
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.815
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		: 3600.097
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.811
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.826
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.759
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		: 3727.574
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		: 3495.436
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:        115757200 kB
MemAvailable:   115898832 kB
Buffers:            3280 kB
Cached:           950324 kB
SwapCached:            0 kB
Active:         14153856 kB
Inactive:         692964 kB
Active(anon):   13911280 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   692964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17056 kB
Writeback:             0 kB
AnonPages:      13895760 kB
Mapped:           137920 kB
Shmem:             18060 kB
KReclaimable:      90264 kB
Slab:             176396 kB
SReclaimable:      90264 kB
SUnreclaim:        86132 kB
KernelStack:        4288 kB
PageTables:        30568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14915580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6598656 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= 433012 MiB
End job on nodeC021 at 2025-06-29 15:20:22