Trace number 4512842

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 2025-06-04? (TO) 3600.06 3609.9

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.09/0.12	c ============================[ Encoding Statistics ]============================
0.09/0.12	c |  Number of variables:         15895                                         |
0.09/0.12	c |  Number of clauses:           64953                                         |
0.09/0.12	c ===============================================================================
3600.05/3609.90	c *** TERMINATED by signal 15 ***
3600.05/3609.90	c _______________________________________________________________________________
3600.05/3609.90	c 
3600.05/3609.90	c _______________________________________________________________________________
3600.05/3609.90	c 
3600.05/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3609.90	c Memory used            : 366.00 MB
3600.05/3609.90	c CPU time               : 3598.29 s
3600.05/3609.90	c Constr Enc: Srt/BDD/Add: 820 0 0
3600.05/3609.90	c _______________________________________________________________________________
3600.05/3609.90	c _______________________________________________________________________________
3600.05/3609.90	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: 63708 MiB (53354 MiB free)
  memory of node 1: 64465 MiB (52976 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512842-1751199958/watcher-4512842-1751199958 -o /tmp/evaluation-result-4512842-1751199958/solver-4512842-1751199958 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751194547-23913 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4512842-1751199958.opb -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
Current StackSize limit: 8192 KiB

solver pid=26275, runsolver pid=26272

[startup+0.100062 s]*
/proc/loadavg: 4.23 4.19 4.12 5/263 26276
/proc/meminfo: memFree=108876844/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=22748 memory=21116 CPUtime=0.09 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 5367 0 0 0 9 0 0 0 20 0 1 0 35618277 23293952 5279 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 5687 5279 480 484 0 5098 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 22748 KiB
Current children cumulated memory: 21116 KiB

[startup+0.205481 s]*
/proc/loadavg: 4.23 4.19 4.12 5/263 26276
/proc/meminfo: memFree=108868780/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=27624 memory=24868 CPUtime=0.2 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 6795 0 0 0 20 0 0 0 20 0 1 0 35618277 28286976 6217 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 6906 6217 544 484 0 6317 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27624 KiB
Current children cumulated memory: 24868 KiB

[startup+0.305416 s]*
/proc/loadavg: 4.23 4.19 4.12 5/263 26276
/proc/meminfo: memFree=108868780/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=30668 memory=27968 CPUtime=0.3 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 7047 0 0 0 30 0 0 0 20 0 1 0 35618277 31404032 6992 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 7667 6992 544 484 0 7078 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 30668 KiB
Current children cumulated memory: 27968 KiB

[startup+0.70016 s]
/proc/loadavg: 4.23 4.19 4.12 5/263 26276
/proc/meminfo: memFree=108864684/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=34524 memory=31396 CPUtime=0.69 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 9187 0 0 0 68 1 0 0 20 0 1 0 35618277 35352576 7849 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 8631 7849 544 484 0 8042 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 34524 KiB
Current children cumulated memory: 31396 KiB

[startup+1.50014 s]
/proc/loadavg: 4.23 4.19 4.12 5/263 26276
/proc/meminfo: memFree=108864432/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=37256 memory=34712 CPUtime=1.49 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 10237 0 0 0 148 1 0 0 20 0 1 0 35618277 38150144 8678 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 9314 8678 544 484 0 8725 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 37256 KiB
Current children cumulated memory: 34712 KiB

[startup+3.10531 s]
/proc/loadavg: 4.23 4.19 4.12 5/263 26276
/proc/meminfo: memFree=108836028/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=34216 memory=31772 CPUtime=3.08 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 10913 0 0 0 307 1 0 0 20 0 1 0 35618277 35037184 7943 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 8554 7943 544 484 0 7965 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 34216 KiB
Current children cumulated memory: 31772 KiB

[startup+6.30015 s]
/proc/loadavg: 4.22 4.19 4.12 5/263 26276
/proc/meminfo: memFree=108831384/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=36596 memory=34216 CPUtime=6.27 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 13750 0 0 0 625 2 0 0 20 0 1 0 35618277 37474304 8554 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 9149 8554 544 484 0 8560 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 36596 KiB
Current children cumulated memory: 34216 KiB

[startup+12.7001 s]
/proc/loadavg: 4.20 4.18 4.12 5/263 26276
/proc/meminfo: memFree=108733592/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=47196 memory=44712 CPUtime=12.65 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 14356 0 0 0 1263 2 0 0 20 0 1 0 35618277 48328704 11178 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 11799 11178 544 484 0 11210 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 47196 KiB
Current children cumulated memory: 44712 KiB

[startup+25.5001 s]
/proc/loadavg: 4.15 4.17 4.12 5/263 26276
/proc/meminfo: memFree=108563896/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=59648 memory=57152 CPUtime=25.41 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 17097 0 0 0 2538 3 0 0 20 0 1 0 35618277 61079552 14288 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 14912 14288 544 484 0 14323 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 59648 KiB
Current children cumulated memory: 57152 KiB

[startup+51.1053 s]
/proc/loadavg: 4.17 4.17 4.12 5/263 26277
/proc/meminfo: memFree=108284780/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=63664 memory=61180 CPUtime=50.95 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 19804 0 0 0 5091 4 0 0 20 0 1 0 35618277 65191936 15295 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 15916 15295 544 484 0 15327 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 63664 KiB
Current children cumulated memory: 61180 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.14 4.11 5/265 26330
/proc/meminfo: memFree=119156132/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=95764 memory=93376 CPUtime=102.01 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 26304 0 0 0 10194 7 0 0 20 0 1 0 35618277 98062336 23344 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 23941 23344 544 484 0 23352 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 95764 KiB
Current children cumulated memory: 93376 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.13 4.10 5/265 26333
/proc/meminfo: memFree=119115780/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=72232 memory=69824 CPUtime=161.83 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 28394 0 0 0 16176 7 0 0 20 0 1 0 35618277 73965568 17456 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 18058 17456 544 484 0 17469 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 72232 KiB
Current children cumulated memory: 69824 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/265 26379
/proc/meminfo: memFree=129700760/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=77280 memory=74816 CPUtime=221.65 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 29660 0 0 0 22158 7 0 0 20 0 1 0 35618277 79134720 18704 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 19320 18704 544 484 0 18731 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 77280 KiB
Current children cumulated memory: 74816 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/266 26382
/proc/meminfo: memFree=129641924/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=110112 memory=107740 CPUtime=281.49 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 32911 0 0 0 28139 10 0 0 20 0 1 0 35618277 112754688 26935 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 27528 26935 544 484 0 26939 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 110112 KiB
Current children cumulated memory: 107740 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/266 26383
/proc/meminfo: memFree=129490072/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=154788 memory=152904 CPUtime=341.31 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 35182 0 0 0 34119 12 0 0 20 0 1 0 35618277 158502912 38226 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 38697 38226 544 484 0 38108 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 154788 KiB
Current children cumulated memory: 152904 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 26385
/proc/meminfo: memFree=129534444/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=99748 memory=97864 CPUtime=401.16 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 40567 0 0 0 40100 16 0 0 20 0 1 0 35618277 102141952 24466 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 24937 24466 544 484 0 24348 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 99748 KiB
Current children cumulated memory: 97864 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 26387
/proc/meminfo: memFree=129458652/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=106352 memory=104564 CPUtime=461.01 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 44179 0 0 0 46079 22 0 0 20 0 1 0 35618277 108904448 26141 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 26588 26141 544 484 0 25999 0

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

Current children cumulated memory: 190536 KiB

[startup+2922.3 s]
/proc/loadavg: 4.24 4.15 4.11 5/263 26520
/proc/meminfo: memFree=129178772/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=218180 memory=216264 CPUtime=2914.44 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 103998 0 0 0 291270 174 0 0 20 0 1 0 35618277 223416320 54066 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 54545 54066 544 484 0 53956 0
Current children cumulated CPU time: 2914.44 s
Current children cumulated vsize: 218180 KiB
Current children cumulated memory: 216264 KiB

[startup+2982.3 s]
/proc/loadavg: 4.23 4.16 4.11 5/264 26525
/proc/meminfo: memFree=129184140/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=218180 memory=216264 CPUtime=2974.28 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 103998 0 0 0 297254 174 0 0 20 0 1 0 35618277 223416320 54066 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 54545 54066 544 484 0 53956 0
Current children cumulated CPU time: 2974.28 s
Current children cumulated vsize: 218180 KiB
Current children cumulated memory: 216264 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 26527
/proc/meminfo: memFree=129171764/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=219784 memory=217800 CPUtime=3034.12 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 104400 0 0 0 303238 174 0 0 20 0 1 0 35618277 225058816 54450 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 54946 54450 544 484 0 54357 0
Current children cumulated CPU time: 3034.12 s
Current children cumulated vsize: 219784 KiB
Current children cumulated memory: 217800 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/264 26533
/proc/meminfo: memFree=129158992/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=221080 memory=219208 CPUtime=3093.96 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 104727 0 0 0 309222 174 0 0 20 0 1 0 35618277 226385920 54802 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 55270 54802 544 484 0 54681 0
Current children cumulated CPU time: 3093.96 s
Current children cumulated vsize: 221080 KiB
Current children cumulated memory: 219208 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.12 4.09 5/264 26535
/proc/meminfo: memFree=129163108/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=221080 memory=219208 CPUtime=3153.8 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 104794 0 0 0 315206 174 0 0 20 0 1 0 35618277 226385920 54802 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 55270 54802 544 484 0 54681 0
Current children cumulated CPU time: 3153.8 s
Current children cumulated vsize: 221080 KiB
Current children cumulated memory: 219208 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/264 26538
/proc/meminfo: memFree=129151684/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=222500 memory=220616 CPUtime=3213.65 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 105180 0 0 0 321190 175 0 0 20 0 1 0 35618277 227840000 55154 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 55625 55154 544 484 0 55036 0
Current children cumulated CPU time: 3213.65 s
Current children cumulated vsize: 222500 KiB
Current children cumulated memory: 220616 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 26541
/proc/meminfo: memFree=129154656/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=222500 memory=220616 CPUtime=3273.47 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 105180 0 0 0 327172 175 0 0 20 0 1 0 35618277 227840000 55154 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 55625 55154 544 484 0 55036 0
Current children cumulated CPU time: 3273.47 s
Current children cumulated vsize: 222500 KiB
Current children cumulated memory: 220616 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 26543
/proc/meminfo: memFree=129148012/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=223752 memory=221768 CPUtime=3333.29 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 105493 0 0 0 333154 175 0 0 20 0 1 0 35618277 229122048 55442 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 55938 55442 544 484 0 55349 0
Current children cumulated CPU time: 3333.29 s
Current children cumulated vsize: 223752 KiB
Current children cumulated memory: 221768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 26545
/proc/meminfo: memFree=129144716/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=223752 memory=221768 CPUtime=3393.1 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 105493 0 0 0 339135 175 0 0 20 0 1 0 35618277 229122048 55442 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 55938 55442 544 484 0 55349 0
Current children cumulated CPU time: 3393.1 s
Current children cumulated vsize: 223752 KiB
Current children cumulated memory: 221768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 26548
/proc/meminfo: memFree=129137356/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=224844 memory=222920 CPUtime=3452.91 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 105850 0 0 0 345116 175 0 0 20 0 1 0 35618277 230240256 55730 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 56211 55730 544 484 0 55622 0
Current children cumulated CPU time: 3452.91 s
Current children cumulated vsize: 224844 KiB
Current children cumulated memory: 222920 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 26550
/proc/meminfo: memFree=129137220/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=224844 memory=222920 CPUtime=3512.72 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 105864 0 0 0 351097 175 0 0 20 0 1 0 35618277 230240256 55730 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 56211 55730 544 484 0 55622 0
Current children cumulated CPU time: 3512.72 s
Current children cumulated vsize: 224844 KiB
Current children cumulated memory: 222920 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.14 4.11 5/263 26596
/proc/meminfo: memFree=129363900/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=162180 memory=160448 CPUtime=3572.53 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 106684 0 0 0 357077 176 0 0 20 0 1 0 35618277 166072320 40112 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 40545 40112 544 484 0 39956 0
Current children cumulated CPU time: 3572.53 s
Current children cumulated vsize: 162180 KiB
Current children cumulated memory: 160448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.15 4.13 4.10 5/264 26601
/proc/meminfo: memFree=129337972/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=162396 memory=160664 CPUtime=3600.05 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 107143 0 0 0 359828 177 0 0 20 0 1 0 35618277 166293504 40166 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 40599 40166 544 484 0 40010 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 162396 KiB
Current children cumulated memory: 160664 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.29 s, system=1.77404 s

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

[startup+3609.9 s]
/proc/loadavg: 4.15 4.13 4.10 5/264 26601
/proc/meminfo: memFree=129337972/131250000 swapFree=33010684/33010684
[pid=26275] ppid=26272 vsize=162396 memory=160664 CPUtime=3600.05 cores=1,3
/proc/26275/stat : 26275 (uwrmaxsat) R 26272 26275 23901 0 -1 4194304 107143 0 0 0 359828 177 0 0 20 0 1 0 35618277 166293504 40166 18446744073709551615 4198400 6176925 140732886294832 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 15568896 140732886301034 140732886301161 140732886301161 140732886306763 0
/proc/26275/statm: 40599 40166 544 484 0 40010 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 162396 KiB
Current children cumulated memory: 160664 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.06
CPU user time (s): 3598.29
CPU system time (s): 1.77404
CPU usage (%): 99.7274
Max. virtual memory (cumulated for all children) (KiB): 375476
Max. memory (cumulated for all children) (KiB): 373488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.29
system time used= 1.77404
maximum resident set size= 373488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107143
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= 24
involuntary context switches= 5032


# summary of solver processes directly reported to runsolver:
#   pid: 26275
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598.29
#   total CPU system time (s): 1.77404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04624 second user time and 15.6445 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-29 14:25:58
IDJOB=4512842
IDBENCH=162179
IDSOLVER=3372
FILE ID=nodeC028/4512842-1751199958
RUNJOBID= nodeC028-1751194547-23913
SLURM_JOB_ID= 9587599
Free space on /tmp= 432828 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-4.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512842-1751199958/watcher-4512842-1751199958 -o /tmp/evaluation-result-4512842-1751199958/solver-4512842-1751199958 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751194547-23913 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4512842-1751199958.opb -mem-lim=31000

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=1857775621

nodeC028 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.090
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.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	: 7000.16
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		: 3665.737
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.16
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		: 3600.046
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.16
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.039
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.16
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.092
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.360
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.16
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		: 3580.370
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        108882112 kB
MemAvailable:   108822416 kB
Buffers:            3280 kB
Cached:           750192 kB
SwapCached:            0 kB
Active:         21255144 kB
Inactive:         493824 kB
Active(anon):   21013564 kB
Inactive(anon):        0 kB
Active(file):     241580 kB
Inactive(file):   493824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2972 kB
Writeback:             0 kB
AnonPages:      20998184 kB
Mapped:           108804 kB
Shmem:             18068 kB
KReclaimable:      88280 kB
Slab:             172104 kB
SReclaimable:      88280 kB
SUnreclaim:        83824 kB
KernelStack:        4272 kB
PageTables:        45168 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   23279500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10969088 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC028 at 2025-06-29 15:26:08