Trace number 4512843

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.07 3609.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMdb16a7a70580abe6c27a020416a9caab
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.10/0.15	c ============================[ Encoding Statistics ]============================
0.10/0.15	c |  Number of variables:         15895                                         |
0.10/0.15	c |  Number of clauses:           64953                                         |
0.10/0.15	c ===============================================================================
300.25/301.15	c Starting SCIP solver  (with time-limit: 900s) ...
1198.06/1201.15	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.05/3609.50	c *** TERMINATED by signal 15 ***
3600.05/3609.50	c _______________________________________________________________________________
3600.05/3609.50	c 
3600.05/3609.50	c _______________________________________________________________________________
3600.05/3609.50	c 
3600.05/3609.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3609.50	c Memory used            : 433.00 MB
3600.05/3609.50	c CPU time               : 3599.27 s
3600.05/3609.50	c Constr Enc: Srt/BDD/Add: 820 0 0
3600.05/3609.50	c _______________________________________________________________________________
3600.05/3609.50	c _______________________________________________________________________________
3600.05/3609.50	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 (51913 MiB free)
  memory of node 1: 64507 MiB (61772 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100062 s]*
/proc/loadavg: 4.11 4.12 4.09 5/264 29199
/proc/meminfo: memFree=116393492/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=46400 memory=36476 CPUtime=0.1 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 6815 0 0 0 9 1 0 0 20 0 1 0 35618481 47513600 9119 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 11600 9119 2688 3139 0 7888 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 46400 KiB
Current children cumulated memory: 36476 KiB

[startup+0.205619 s]*
/proc/loadavg: 4.11 4.12 4.09 5/264 29199
/proc/meminfo: memFree=116385680/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=58844 memory=46932 CPUtime=0.2 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 10109 0 0 0 19 1 0 0 20 0 1 0 35618481 60256256 11733 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 14711 11733 2688 3139 0 10999 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 46932 KiB

[startup+0.305488 s]*
/proc/loadavg: 4.11 4.12 4.09 5/264 29199
/proc/meminfo: memFree=116385680/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=61888 memory=49876 CPUtime=0.3 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 10871 0 0 0 29 1 0 0 20 0 1 0 35618481 63373312 12469 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 15472 12469 2688 3139 0 11760 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 61888 KiB
Current children cumulated memory: 49876 KiB

[startup+0.700165 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 29199
/proc/meminfo: memFree=116384924/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=64344 memory=52340 CPUtime=0.69 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 12759 0 0 0 67 2 0 0 20 0 1 0 35618481 65888256 13085 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 16086 13085 2688 3139 0 12374 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 64344 KiB
Current children cumulated memory: 52340 KiB

[startup+1.50017 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 29199
/proc/meminfo: memFree=116364700/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=65336 memory=53676 CPUtime=1.49 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 13789 0 0 0 147 2 0 0 20 0 1 0 35618481 66904064 13419 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 16334 13419 2720 3139 0 12622 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 65336 KiB
Current children cumulated memory: 53676 KiB

[startup+3.10532 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 29199
/proc/meminfo: memFree=116344364/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=65336 memory=53772 CPUtime=3.09 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 14373 0 0 0 307 2 0 0 20 0 1 0 35618481 66904064 13443 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 16334 13443 2720 3139 0 12622 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 65336 KiB
Current children cumulated memory: 53772 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 29201
/proc/meminfo: memFree=116307760/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=67876 memory=56368 CPUtime=6.27 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 16717 0 0 0 624 3 0 0 20 0 1 0 35618481 69505024 14092 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 16969 14092 2720 3139 0 13257 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 67876 KiB
Current children cumulated memory: 56368 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 29201
/proc/meminfo: memFree=116230448/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=80048 memory=68480 CPUtime=12.65 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 17717 0 0 0 1262 3 0 0 20 0 1 0 35618481 81969152 17120 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 20012 17120 2720 3139 0 16300 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 80048 KiB
Current children cumulated memory: 68480 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 29201
/proc/meminfo: memFree=116068092/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=90560 memory=79028 CPUtime=25.42 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 20645 0 0 0 2538 4 0 0 20 0 1 0 35618481 92733440 19757 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 22640 19757 2720 3139 0 18928 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 90560 KiB
Current children cumulated memory: 79028 KiB

[startup+51.1054 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 29201
/proc/meminfo: memFree=115792024/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=80360 memory=68788 CPUtime=50.95 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 22618 0 0 0 5091 4 0 0 20 0 1 0 35618481 82288640 17197 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 20090 17197 2720 3139 0 16378 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 80360 KiB
Current children cumulated memory: 68788 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 29203
/proc/meminfo: memFree=115220400/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=127904 memory=116404 CPUtime=102.01 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 29281 0 0 0 10193 8 0 0 20 0 1 0 35618481 130973696 29101 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 31976 29101 2720 3139 0 28264 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 127904 KiB
Current children cumulated memory: 116404 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 29205
/proc/meminfo: memFree=114899056/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=103604 memory=92080 CPUtime=161.85 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 31242 0 0 0 16176 9 0 0 20 0 1 0 35618481 106090496 23020 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 25901 23020 2720 3139 0 22189 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 103604 KiB
Current children cumulated memory: 92080 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 29253
/proc/meminfo: memFree=115708432/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=108368 memory=96816 CPUtime=221.68 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 32443 0 0 0 22158 10 0 0 20 0 1 0 35618481 110968832 24204 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 27092 24204 2720 3139 0 23380 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 108368 KiB
Current children cumulated memory: 96816 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 29299
/proc/meminfo: memFree=128347876/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=145408 memory=133916 CPUtime=281.5 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 35677 0 0 0 28135 15 0 0 20 0 1 0 35618481 148897792 33479 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 36352 33479 2720 3139 0 32640 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 145408 KiB
Current children cumulated memory: 133916 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 29301
/proc/meminfo: memFree=128242672/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=243684 memory=229944 CPUtime=341.35 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 59953 0 0 0 34114 21 0 0 20 0 1 0 35618481 249532416 57486 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 60921 57486 3296 3139 0 57209 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 243684 KiB
Current children cumulated memory: 229944 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 29348
/proc/meminfo: memFree=129251356/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=243684 memory=230584 CPUtime=401.2 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 59977 0 0 0 40099 21 0 0 20 0 1 0 35618481 249532416 57646 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 60921 57646 3296 3139 0 57209 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 243684 KiB
Current children cumulated memory: 230584 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 29353
/proc/meminfo: memFree=129175140/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=243684 memory=234808 CPUtime=461.05 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 59996 0 0 0 46084 21 0 0 20 0 1 0 35618481 249532416 58702 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 60921 58702 3296 3139 0 57209 0

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

Current children cumulated memory: 240640 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/265 29535
/proc/meminfo: memFree=128891600/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=248676 memory=240640 CPUtime=2914.73 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 77092 0 0 0 291432 41 0 0 20 0 1 0 35618481 254644224 60160 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 62169 60160 3296 3139 0 58457 0
Current children cumulated CPU time: 2914.73 s
Current children cumulated vsize: 248676 KiB
Current children cumulated memory: 240640 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 29538
/proc/meminfo: memFree=128887972/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=248676 memory=240640 CPUtime=2974.56 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 77092 0 0 0 297415 41 0 0 20 0 1 0 35618481 254644224 60160 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 62169 60160 3296 3139 0 58457 0
Current children cumulated CPU time: 2974.56 s
Current children cumulated vsize: 248676 KiB
Current children cumulated memory: 240640 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/265 29541
/proc/meminfo: memFree=128884076/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=248676 memory=240640 CPUtime=3034.4 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 77092 0 0 0 303398 42 0 0 20 0 1 0 35618481 254644224 60160 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 62169 60160 3296 3139 0 58457 0
Current children cumulated CPU time: 3034.4 s
Current children cumulated vsize: 248676 KiB
Current children cumulated memory: 240640 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 29543
/proc/meminfo: memFree=128881152/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=248676 memory=240640 CPUtime=3094.24 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 77095 0 0 0 309382 42 0 0 20 0 1 0 35618481 254644224 60160 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 62169 60160 3296 3139 0 58457 0
Current children cumulated CPU time: 3094.24 s
Current children cumulated vsize: 248676 KiB
Current children cumulated memory: 240640 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 29545
/proc/meminfo: memFree=128884620/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=248676 memory=240640 CPUtime=3154.07 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 77168 0 0 0 315365 42 0 0 20 0 1 0 35618481 254644224 60160 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 62169 60160 3296 3139 0 58457 0
Current children cumulated CPU time: 3154.07 s
Current children cumulated vsize: 248676 KiB
Current children cumulated memory: 240640 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 29547
/proc/meminfo: memFree=128854012/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=248676 memory=240640 CPUtime=3213.91 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 77180 0 0 0 321348 43 0 0 20 0 1 0 35618481 254644224 60160 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 62169 60160 3296 3139 0 58457 0
Current children cumulated CPU time: 3213.91 s
Current children cumulated vsize: 248676 KiB
Current children cumulated memory: 240640 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 29550
/proc/meminfo: memFree=128884368/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=248676 memory=240640 CPUtime=3273.75 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 77181 0 0 0 327332 43 0 0 20 0 1 0 35618481 254644224 60160 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 62169 60160 3296 3139 0 58457 0
Current children cumulated CPU time: 3273.75 s
Current children cumulated vsize: 248676 KiB
Current children cumulated memory: 240640 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 29552
/proc/meminfo: memFree=128801312/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=323984 memory=315948 CPUtime=3333.58 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 79009 0 0 0 333308 50 0 0 20 0 1 0 35618481 331759616 78987 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 80996 78987 3296 3139 0 77284 0
Current children cumulated CPU time: 3333.58 s
Current children cumulated vsize: 323984 KiB
Current children cumulated memory: 315948 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 29554
/proc/meminfo: memFree=128753444/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=324860 memory=316824 CPUtime=3393.42 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 81056 0 0 0 339284 58 0 0 20 0 1 0 35618481 332656640 79206 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 81215 79206 3296 3139 0 77503 0
Current children cumulated CPU time: 3393.42 s
Current children cumulated vsize: 324860 KiB
Current children cumulated memory: 316824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.18 4.12 5/264 29558
/proc/meminfo: memFree=128793284/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=328096 memory=320060 CPUtime=3453.25 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 83709 0 0 0 345260 65 0 0 20 0 1 0 35618481 335970304 80015 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 82024 80015 3296 3139 0 78312 0
Current children cumulated CPU time: 3453.25 s
Current children cumulated vsize: 328096 KiB
Current children cumulated memory: 320060 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.17 4.12 5/265 29565
/proc/meminfo: memFree=128716248/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=317428 memory=309392 CPUtime=3513.09 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 85803 0 0 0 351239 70 0 0 20 0 1 0 35618481 325046272 77348 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 79357 77348 3296 3139 0 75645 0
Current children cumulated CPU time: 3513.09 s
Current children cumulated vsize: 317428 KiB
Current children cumulated memory: 309392 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.16 4.11 5/264 29567
/proc/meminfo: memFree=128713736/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=342320 memory=334284 CPUtime=3572.93 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 88418 0 0 0 357217 76 0 0 20 0 1 0 35618481 350535680 83571 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 85580 83571 3296 3139 0 81868 0
Current children cumulated CPU time: 3572.93 s
Current children cumulated vsize: 342320 KiB
Current children cumulated memory: 334284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.14 4.16 4.11 5/265 29569
/proc/meminfo: memFree=128620036/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=350692 memory=342656 CPUtime=3600.05 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 88946 0 0 0 359926 79 0 0 20 0 1 0 35618481 359108608 85664 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 87673 85664 3296 3139 0 83961 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 350692 KiB
Current children cumulated memory: 342656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.27 s, system=0.795974 s

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

[startup+3609.5 s]
/proc/loadavg: 4.14 4.16 4.11 5/265 29569
/proc/meminfo: memFree=128620036/131249996 swapFree=33010684/33010684
[pid=29198] ppid=29195 vsize=350692 memory=342656 CPUtime=3600.05 cores=4,6
/proc/29198/stat : 29198 (uwrmaxsat-scip) R 29195 29198 26915 0 -1 4194304 88946 0 0 0 359926 79 0 0 20 0 1 0 35618481 359108608 85664 18446744073709551615 4198400 17051741 140729476966288 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 43495424 140729476974906 140729476975076 140729476975076 140729476980678 0
/proc/29198/statm: 87673 85664 3296 3139 0 83961 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 350692 KiB
Current children cumulated memory: 342656 KiB

Child status: 0

Real time (s): 3609.5
CPU time (s): 3600.07
CPU user time (s): 3599.27
CPU system time (s): 0.795974
CPU usage (%): 99.7386
Max. virtual memory (cumulated for all children) (KiB): 444336
Max. memory (cumulated for all children) (KiB): 436280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.27
system time used= 0.795974
maximum resident set size= 436280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88946
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= 26
involuntary context switches= 1308


# summary of solver processes directly reported to runsolver:
#   pid: 29198
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.27
#   total CPU system time (s): 0.795974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.4816 second user time and 15.6421 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 14:16:48
IDJOB=4512843
IDBENCH=162179
IDSOLVER=3373
FILE ID=nodeC021/4512843-1751199408
RUNJOBID= nodeC021-1751192387-26926
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-4.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-4512843-1751199408/watcher-4512843-1751199408 -o /tmp/evaluation-result-4512843-1751199408/solver-4512843-1751199408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751192387-26926 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4512843-1751199408.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=1566772500

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.762
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.797
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		: 3601.799
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		: 3700.000
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.767
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.745
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		: 3591.281
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		: 3583.287
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:        116413456 kB
MemAvailable:   116554572 kB
Buffers:            3280 kB
Cached:           949804 kB
SwapCached:            0 kB
Active:         13469020 kB
Inactive:         692448 kB
Active(anon):   13226444 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   692448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16988 kB
Writeback:            32 kB
AnonPages:      13211388 kB
Mapped:           140032 kB
Shmem:             18060 kB
KReclaimable:      90260 kB
Slab:             176320 kB
SReclaimable:      90260 kB
SUnreclaim:        86060 kB
KernelStack:        4224 kB
PageTables:        29204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14954860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6658048 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= 432996 MiB
End job on nodeC021 at 2025-06-29 15:16:58