Trace number 4513130

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.03 3609.2

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-6.opb
MD5SUMc9436c9260c5d2d4def6ae640460810c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2263.43
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 constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
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.13	c ============================[ Encoding Statistics ]============================
0.09/0.13	c |  Number of variables:         16651                                         |
0.09/0.13	c |  Number of clauses:           67783                                         |
0.09/0.13	c ===============================================================================
3600.02/3609.20	c *** TERMINATED by signal 15 ***
3600.02/3609.20	c _______________________________________________________________________________
3600.02/3609.20	c 
3600.02/3609.20	c _______________________________________________________________________________
3600.02/3609.20	c 
3600.02/3609.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3609.20	c Memory used            : 375.00 MB
3600.02/3609.20	c CPU time               : 3598.07 s
3600.02/3609.20	c Constr Enc: Srt/BDD/Add: 870 0 0
3600.02/3609.20	c _______________________________________________________________________________
3600.02/3609.20	c _______________________________________________________________________________
3600.02/3609.20	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 (62834 MiB free)
  memory of node 1: 64465 MiB (63701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513130-1751201312/watcher-4513130-1751201312 -o /tmp/evaluation-result-4513130-1751201312/solver-4513130-1751201312 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25922 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4513130-1751201312.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=27245, runsolver pid=27242

[startup+0.10007 s]*
/proc/loadavg: 4.46 4.20 4.12 5/264 27246
/proc/meminfo: memFree=129573328/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=21380 memory=19780 CPUtime=0.09 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 4952 0 0 0 9 0 0 0 20 0 1 0 35809770 21893120 4945 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 5345 4945 480 484 0 4756 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21380 KiB
Current children cumulated memory: 19780 KiB

[startup+0.205576 s]*
/proc/loadavg: 4.46 4.20 4.12 5/264 27246
/proc/meminfo: memFree=129573308/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=27652 memory=24864 CPUtime=0.2 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 6922 0 0 0 19 1 0 0 20 0 1 0 35809770 28315648 6216 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 6913 6216 544 484 0 6324 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27652 KiB
Current children cumulated memory: 24864 KiB

[startup+0.305558 s]*
/proc/loadavg: 4.46 4.20 4.12 5/264 27246
/proc/meminfo: memFree=129573308/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=30856 memory=28064 CPUtime=0.3 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 7724 0 0 0 29 1 0 0 20 0 1 0 35809770 31596544 7016 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 7714 7016 544 484 0 7125 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 30856 KiB
Current children cumulated memory: 28064 KiB

[startup+0.700182 s]
/proc/loadavg: 4.46 4.20 4.12 5/264 27246
/proc/meminfo: memFree=129573308/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=30856 memory=28064 CPUtime=0.68 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 7725 0 0 0 67 1 0 0 20 0 1 0 35809770 31596544 7016 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 7714 7016 544 484 0 7125 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 30856 KiB
Current children cumulated memory: 28064 KiB

[startup+1.50018 s]
/proc/loadavg: 4.46 4.20 4.12 5/264 27246
/proc/meminfo: memFree=129573308/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=34428 memory=31820 CPUtime=1.48 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 10055 0 0 0 147 1 0 0 20 0 1 0 35809770 35254272 7955 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 8607 7955 544 484 0 8018 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 34428 KiB
Current children cumulated memory: 31820 KiB

[startup+3.10542 s]
/proc/loadavg: 4.46 4.20 4.12 5/264 27246
/proc/meminfo: memFree=129573564/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=35412 memory=33028 CPUtime=3.09 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 10884 0 0 0 307 2 0 0 20 0 1 0 35809770 36261888 8257 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 8853 8257 544 484 0 8264 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 35412 KiB
Current children cumulated memory: 33028 KiB

[startup+6.30017 s]
/proc/loadavg: 4.43 4.20 4.12 5/264 27246
/proc/meminfo: memFree=129564932/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=41016 memory=38676 CPUtime=6.26 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 14149 0 0 0 624 2 0 0 20 0 1 0 35809770 42000384 9669 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 10254 9669 544 484 0 9665 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 41016 KiB
Current children cumulated memory: 38676 KiB

[startup+12.7001 s]
/proc/loadavg: 4.47 4.21 4.13 5/264 27246
/proc/meminfo: memFree=129565004/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=39132 memory=36796 CPUtime=12.65 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 15395 0 0 0 1262 3 0 0 20 0 1 0 35809770 40071168 9199 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 9783 9199 544 484 0 9194 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 39132 KiB
Current children cumulated memory: 36796 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.20 4.12 5/264 27246
/proc/meminfo: memFree=129552732/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=42336 memory=40136 CPUtime=25.41 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 19146 0 0 0 2537 4 0 0 20 0 1 0 35809770 43352064 10034 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 10584 10034 544 484 0 9995 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 42336 KiB
Current children cumulated memory: 40136 KiB

[startup+51.1055 s]
/proc/loadavg: 4.24 4.18 4.12 5/264 27246
/proc/meminfo: memFree=129552740/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=51712 memory=49460 CPUtime=50.94 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 21493 0 0 0 5089 5 0 0 20 0 1 0 35809770 52953088 12365 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 12928 12365 544 484 0 12339 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 51712 KiB
Current children cumulated memory: 49460 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.18 4.12 5/265 27249
/proc/meminfo: memFree=129506036/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=108208 memory=105992 CPUtime=101.99 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 34958 0 0 0 10187 12 0 0 20 0 1 0 35809770 110804992 26498 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 27052 26498 544 484 0 26463 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 108208 KiB
Current children cumulated memory: 105992 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.18 4.12 5/265 27259
/proc/meminfo: memFree=129432704/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=77044 memory=74888 CPUtime=161.81 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 37209 0 0 0 16168 13 0 0 20 0 1 0 35809770 78893056 18722 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 19261 18722 544 484 0 18672 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 77044 KiB
Current children cumulated memory: 74888 KiB

[startup+222.3 s]
/proc/loadavg: 4.27 4.22 4.14 5/265 27261
/proc/meminfo: memFree=129347760/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=82076 memory=79880 CPUtime=221.64 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 38471 0 0 0 22151 13 0 0 20 0 1 0 35809770 84045824 19970 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 20519 19970 544 484 0 19930 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 82076 KiB
Current children cumulated memory: 79880 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.19 4.13 5/266 27265
/proc/meminfo: memFree=129301160/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=139400 memory=137316 CPUtime=281.47 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 46649 0 0 0 28128 19 0 0 20 0 1 0 35809770 142745600 34329 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 34850 34329 544 484 0 34261 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 139400 KiB
Current children cumulated memory: 137316 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.17 4.13 5/265 27267
/proc/meminfo: memFree=129222788/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=158184 memory=156056 CPUtime=341.31 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 49445 0 0 0 34108 23 0 0 20 0 1 0 35809770 161980416 39014 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 39546 39014 544 484 0 38957 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 158184 KiB
Current children cumulated memory: 156056 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.15 4.12 5/264 27269
/proc/meminfo: memFree=129199256/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=141280 memory=139620 CPUtime=401.13 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 53379 0 0 0 40083 30 0 0 20 0 1 0 35809770 144670720 34905 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 35320 34905 544 484 0 34731 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 141280 KiB
Current children cumulated memory: 139620 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.14 4.12 5/263 27271
/proc/meminfo: memFree=129155440/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=137756 memory=136012 CPUtime=460.97 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 59813 0 0 0 46059 38 0 0 20 0 1 0 35809770 141062144 34003 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 34439 34003 544 484 0 33850 0

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

Current children cumulated memory: 240520 KiB

[startup+2862.3 s]
/proc/loadavg: 1.21 2.16 3.18 2/244 27486
/proc/meminfo: memFree=129773104/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=196108 memory=194184 CPUtime=2854.77 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 128462 0 0 0 285284 193 0 0 20 0 1 0 35809770 200814592 48546 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 49027 48546 544 484 0 48438 0
Current children cumulated CPU time: 2854.77 s
Current children cumulated vsize: 196108 KiB
Current children cumulated memory: 194184 KiB

[startup+2922.3 s]
/proc/loadavg: 1.13 1.96 3.04 2/244 27488
/proc/meminfo: memFree=129744428/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=225756 memory=223880 CPUtime=2914.63 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 128721 0 0 0 291270 193 0 0 20 0 1 0 35809770 231174144 55970 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 56439 55970 544 484 0 55850 0
Current children cumulated CPU time: 2914.63 s
Current children cumulated vsize: 225756 KiB
Current children cumulated memory: 223880 KiB

[startup+2982.3 s]
/proc/loadavg: 1.09 1.80 2.92 2/244 27490
/proc/meminfo: memFree=129746904/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=227080 memory=225160 CPUtime=2974.5 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 129123 0 0 0 297257 193 0 0 20 0 1 0 35809770 232529920 56290 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 56770 56290 544 484 0 56181 0
Current children cumulated CPU time: 2974.5 s
Current children cumulated vsize: 227080 KiB
Current children cumulated memory: 225160 KiB

[startup+3042.3 s]
/proc/loadavg: 1.13 1.68 2.80 2/244 27492
/proc/meminfo: memFree=129746888/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=227080 memory=225160 CPUtime=3034.37 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 129155 0 0 0 303244 193 0 0 20 0 1 0 35809770 232529920 56290 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 56770 56290 544 484 0 56181 0
Current children cumulated CPU time: 3034.37 s
Current children cumulated vsize: 227080 KiB
Current children cumulated memory: 225160 KiB

[startup+3102.3 s]
/proc/loadavg: 1.09 1.57 2.69 2/244 27494
/proc/meminfo: memFree=129743960/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=228676 memory=226696 CPUtime=3094.24 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 129557 0 0 0 309231 193 0 0 20 0 1 0 35809770 234164224 56674 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 57169 56674 544 484 0 56580 0
Current children cumulated CPU time: 3094.24 s
Current children cumulated vsize: 228676 KiB
Current children cumulated memory: 226696 KiB

[startup+3162.3 s]
/proc/loadavg: 1.14 1.49 2.60 2/245 27503
/proc/meminfo: memFree=129743992/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=228676 memory=226696 CPUtime=3154.11 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 129557 0 0 0 315218 193 0 0 20 0 1 0 35809770 234164224 56674 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 57169 56674 544 484 0 56580 0
Current children cumulated CPU time: 3154.11 s
Current children cumulated vsize: 228676 KiB
Current children cumulated memory: 226696 KiB

[startup+3222.3 s]
/proc/loadavg: 1.11 1.42 2.50 2/245 27505
/proc/meminfo: memFree=129739928/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=229960 memory=227976 CPUtime=3213.97 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 129878 0 0 0 321204 193 0 0 20 0 1 0 35809770 235479040 56994 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 57490 56994 544 484 0 56901 0
Current children cumulated CPU time: 3213.97 s
Current children cumulated vsize: 229960 KiB
Current children cumulated memory: 227976 KiB

[startup+3282.3 s]
/proc/loadavg: 1.16 1.37 2.41 2/246 27508
/proc/meminfo: memFree=129735688/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=231188 memory=229256 CPUtime=3273.84 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 130254 0 0 0 327191 193 0 0 20 0 1 0 35809770 236736512 57314 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 57797 57314 544 484 0 57208 0
Current children cumulated CPU time: 3273.84 s
Current children cumulated vsize: 231188 KiB
Current children cumulated memory: 229256 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.32 2.33 2/246 27510
/proc/meminfo: memFree=129736408/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=231188 memory=229256 CPUtime=3333.71 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 130286 0 0 0 333178 193 0 0 20 0 1 0 35809770 236736512 57314 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 57797 57314 544 484 0 57208 0
Current children cumulated CPU time: 3333.71 s
Current children cumulated vsize: 231188 KiB
Current children cumulated memory: 229256 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.27 2.25 2/246 27512
/proc/meminfo: memFree=129736516/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=232348 memory=230408 CPUtime=3393.58 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 130577 0 0 0 339165 193 0 0 20 0 1 0 35809770 237924352 57602 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 58087 57602 544 484 0 57498 0
Current children cumulated CPU time: 3393.58 s
Current children cumulated vsize: 232348 KiB
Current children cumulated memory: 230408 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.25 2.17 2/245 27514
/proc/meminfo: memFree=129733028/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=232348 memory=230408 CPUtime=3453.45 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 130578 0 0 0 345152 193 0 0 20 0 1 0 35809770 237924352 57602 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 58087 57602 544 484 0 57498 0
Current children cumulated CPU time: 3453.45 s
Current children cumulated vsize: 232348 KiB
Current children cumulated memory: 230408 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.22 2.10 2/245 27516
/proc/meminfo: memFree=129776636/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=169176 memory=167432 CPUtime=3513.32 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 131042 0 0 0 351138 194 0 0 20 0 1 0 35809770 173236224 41858 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 42294 41858 544 484 0 41705 0
Current children cumulated CPU time: 3513.32 s
Current children cumulated vsize: 169176 KiB
Current children cumulated memory: 167432 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.19 2.04 2/244 27518
/proc/meminfo: memFree=129777696/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=177412 memory=172104 CPUtime=3573.18 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 131707 0 0 0 357123 195 0 0 20 0 1 0 35809770 181669888 43026 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 44353 43026 544 484 0 43764 0
Current children cumulated CPU time: 3573.18 s
Current children cumulated vsize: 177412 KiB
Current children cumulated memory: 172104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 1.11 1.19 2.01 2/244 27519
/proc/meminfo: memFree=129771344/131249988 swapFree=33010684/33010684
[pid=27245] ppid=27242 vsize=177572 memory=172264 CPUtime=3600.02 cores=0,2
/proc/27245/stat : 27245 (uwrmaxsat) R 27242 27245 25912 0 -1 4194304 132261 0 0 0 359807 195 0 0 20 0 1 0 35809770 181833728 43066 18446744073709551615 4198400 6176925 140724196924032 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36462592 140724196931946 140724196932073 140724196932073 140724196937675 0
/proc/27245/statm: 44393 43066 544 484 0 43804 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 177572 KiB
Current children cumulated memory: 172264 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.07 s, system=1.95794 s

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

Child status: 0

Real time (s): 3609.2
CPU time (s): 3600.03
CPU user time (s): 3598.07
CPU system time (s): 1.95794
CPU usage (%): 99.7459
Max. virtual memory (cumulated for all children) (KiB): 384532
Max. memory (cumulated for all children) (KiB): 380628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.07
system time used= 1.95794
maximum resident set size= 381012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132261
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= 27
involuntary context switches= 7871


# summary of solver processes directly reported to runsolver:
#   pid: 27245
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3598.07
#   total CPU system time (s): 1.95794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.82654 second user time and 15.5217 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 14:48:32
IDJOB=4513130
IDBENCH=162267
IDSOLVER=3372
FILE ID=nodeC031/4513130-1751201312
RUNJOBID= nodeC031-1751192867-25922
SLURM_JOB_ID= 9587586
Free space on /tmp= 433052 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round23-6.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513130-1751201312/watcher-4513130-1751201312 -o /tmp/evaluation-result-4513130-1751201312/solver-4513130-1751201312 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25922 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4513130-1751201312.opb -mem-lim=31000

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

MD5SUM BENCH= c9436c9260c5d2d4def6ae640460810c
RANDOM SEED=910992419

nodeC031 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.492
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.78
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.891
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129573112 kB
MemAvailable:   129323344 kB
Buffers:            3280 kB
Cached:           559892 kB
SwapCached:            0 kB
Active:           741452 kB
Inactive:         340872 kB
Active(anon):     537216 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   340872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2980 kB
Writeback:             0 kB
AnonPages:        522220 kB
Mapped:           109308 kB
Shmem:             18064 kB
KReclaimable:      88728 kB
Slab:             174504 kB
SReclaimable:      88728 kB
SUnreclaim:        85776 kB
KernelStack:        4316 kB
PageTables:         3996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     852996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC031 at 2025-06-29 15:48:42