Trace number 4516658

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-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb/normalized-subsetcard-eq-random4reg-4000.opb
MD5SUM505a4ae26cb167d5fc0677a4ae659532
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.18398
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16001
Total number of constraints8000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8000
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.09	c Converting 16000 PB-constraints to clauses...
0.10/0.19	c ============================[ Encoding Statistics ]============================
0.10/0.19	c |  Number of variables:         16001                                         |
0.10/0.19	c |  Number of clauses:           64014                                         |
0.10/0.19	c ===============================================================================
3600.01/3609.20	c *** TERMINATED by signal 15 ***
3600.01/3609.20	c _______________________________________________________________________________
3600.01/3609.20	c 
3600.01/3609.20	c _______________________________________________________________________________
3600.01/3609.20	c 
3600.01/3609.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3609.20	c Memory used            : 838.00 MB
3600.01/3609.20	c CPU time               : 3594.83 s
3600.01/3609.20	c Constr Enc: Srt/BDD/Add: 8000 0 0
3600.01/3609.20	c _______________________________________________________________________________
3600.01/3609.20	c _______________________________________________________________________________
3600.01/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 (62975 MiB free)
  memory of node 1: 64465 MiB (63868 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516658-1751239612/watcher-4516658-1751239612 -o /tmp/evaluation-result-4516658-1751239612/solver-4516658-1751239612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751239612-34267 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4516658-1751239612.opb -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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=34306, runsolver pid=34299

[startup+0.10003 s]*
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129833284/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=23184 memory=22304 CPUtime=0.1 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 5452 0 0 0 9 1 0 0 20 0 1 0 39639738 23740416 5576 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 5796 5576 480 484 0 5207 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 23184 KiB
Current children cumulated memory: 22304 KiB

[startup+0.205569 s]*
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129780112/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=40064 memory=35756 CPUtime=0.19 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 9998 0 0 0 18 1 0 0 20 0 1 0 39639738 41025536 8939 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 10016 8939 480 484 0 9427 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 40064 KiB
Current children cumulated memory: 35756 KiB

[startup+0.305529 s]*
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129764740/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=40064 memory=36012 CPUtime=0.29 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 10002 0 0 0 28 1 0 0 20 0 1 0 39639738 41025536 9003 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 10016 9003 544 484 0 9427 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 40064 KiB
Current children cumulated memory: 36012 KiB

[startup+0.70018 s]
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129757988/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=43116 memory=38904 CPUtime=0.69 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 13501 0 0 0 67 2 0 0 20 0 1 0 39639738 44150784 9726 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 10779 9726 544 484 0 10190 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43116 KiB
Current children cumulated memory: 38904 KiB

[startup+1.50016 s]
/proc/loadavg: 0.87 1.06 1.64 5/264 34325
/proc/meminfo: memFree=129757988/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=48480 memory=44328 CPUtime=1.48 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 15728 0 0 0 146 2 0 0 20 0 1 0 39639738 49643520 11082 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 12120 11082 544 484 0 11531 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 48480 KiB
Current children cumulated memory: 44328 KiB

[startup+3.10533 s]
/proc/loadavg: 1.12 1.11 1.66 5/264 34325
/proc/meminfo: memFree=129742552/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=46416 memory=42220 CPUtime=3.08 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 16751 0 0 0 306 2 0 0 20 0 1 0 39639738 47529984 10555 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 11604 10555 544 484 0 11015 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 46416 KiB
Current children cumulated memory: 42220 KiB

[startup+6.3001 s]
/proc/loadavg: 1.12 1.11 1.66 5/264 34325
/proc/meminfo: memFree=129722852/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=45748 memory=41792 CPUtime=6.27 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 18960 0 0 0 624 3 0 0 20 0 1 0 39639738 46845952 10448 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 11437 10448 544 484 0 10848 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 41792 KiB

[startup+12.7002 s]
/proc/loadavg: 1.56 1.20 1.68 5/264 34325
/proc/meminfo: memFree=129710692/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=60976 memory=56204 CPUtime=12.65 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 22735 0 0 0 1261 4 0 0 20 0 1 0 39639738 62439424 14051 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 15244 14051 544 484 0 14655 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 60976 KiB
Current children cumulated memory: 56204 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 1.31 1.71 5/264 34325
/proc/meminfo: memFree=129640788/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=81176 memory=76304 CPUtime=25.43 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 26675 0 0 0 2536 7 0 0 20 0 1 0 39639738 83124224 19076 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 20294 19076 544 484 0 19705 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 81176 KiB
Current children cumulated memory: 76304 KiB

[startup+51.1053 s]
/proc/loadavg: 2.69 1.53 1.78 5/265 34327
/proc/meminfo: memFree=129590564/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=89700 memory=84880 CPUtime=50.96 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 28206 0 0 0 5089 7 0 0 20 0 1 0 39639738 91852800 21220 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 22425 21220 544 484 0 21836 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 89700 KiB
Current children cumulated memory: 84880 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 1.96 1.91 5/265 34329
/proc/meminfo: memFree=129408568/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=155124 memory=151708 CPUtime=102.02 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 33001 0 0 0 10191 11 0 0 20 0 1 0 39639738 158846976 37927 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 38781 37927 544 484 0 38192 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 155124 KiB
Current children cumulated memory: 151708 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.37 2.06 5/265 34331
/proc/meminfo: memFree=129372680/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=120496 memory=118288 CPUtime=161.87 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 39338 0 0 0 16171 16 0 0 20 0 1 0 39639738 123387904 29572 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 30124 29572 544 484 0 29535 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 120496 KiB
Current children cumulated memory: 118288 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.66 2.18 5/264 34335
/proc/meminfo: memFree=129372436/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=128812 memory=126608 CPUtime=221.74 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 41464 0 0 0 22157 17 0 0 20 0 1 0 39639738 131903488 31652 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 32203 31652 544 484 0 31614 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 128812 KiB
Current children cumulated memory: 126608 KiB

[startup+282.3 s]
/proc/loadavg: 4.36 3.00 2.32 5/265 34342
/proc/meminfo: memFree=129124752/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=243004 memory=240612 CPUtime=281.59 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 48333 0 0 0 28134 25 0 0 20 0 1 0 39639738 248836096 60153 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 60751 60153 544 484 0 60162 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 243004 KiB
Current children cumulated memory: 240612 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 3.20 2.44 5/264 34343
/proc/meminfo: memFree=129085928/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=224528 memory=221176 CPUtime=341.45 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 53955 0 0 0 34107 38 0 0 20 0 1 0 39639738 229916672 55294 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 56132 55294 544 484 0 55543 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 224528 KiB
Current children cumulated memory: 221176 KiB

[startup+402.3 s]
/proc/loadavg: 4.40 3.44 2.57 5/263 34345
/proc/meminfo: memFree=129110080/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=203872 memory=200520 CPUtime=401.31 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 59007 0 0 0 40081 50 0 0 20 0 1 0 39639738 208764928 50130 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 50968 50130 544 484 0 50379 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 203872 KiB
Current children cumulated memory: 200520 KiB

[startup+462.3 s]
/proc/loadavg: 4.24 3.57 2.67 5/264 34348
/proc/meminfo: memFree=129093788/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=229412 memory=226060 CPUtime=461.17 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 62746 0 0 0 46056 61 0 0 20 0 1 0 39639738 234917888 56515 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 57353 56515 544 484 0 56764 0
Current children cumulated CPU time: 461.17 s

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

Current children cumulated memory: 546776 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.12 4.03 5/263 34475
/proc/meminfo: memFree=128205656/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=528340 memory=526132 CPUtime=2854.92 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 205318 0 0 0 285042 450 0 0 20 0 1 0 39639738 541020160 131533 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 132085 131533 544 484 0 131496 0
Current children cumulated CPU time: 2854.92 s
Current children cumulated vsize: 528340 KiB
Current children cumulated memory: 526132 KiB

[startup+2922.3 s]
/proc/loadavg: 4.05 4.10 4.02 5/263 34476
/proc/meminfo: memFree=128336320/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=390700 memory=388492 CPUtime=2914.76 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 208046 0 0 0 291018 458 0 0 20 0 1 0 39639738 400076800 97123 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 97675 97123 544 484 0 97086 0
Current children cumulated CPU time: 2914.76 s
Current children cumulated vsize: 390700 KiB
Current children cumulated memory: 388492 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.09 4.02 5/263 34478
/proc/meminfo: memFree=128259332/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=391812 memory=389604 CPUtime=2974.59 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 211375 0 0 0 296996 463 0 0 20 0 1 0 39639738 401215488 97401 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 97953 97401 544 484 0 97364 0
Current children cumulated CPU time: 2974.59 s
Current children cumulated vsize: 391812 KiB
Current children cumulated memory: 389604 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/263 34480
/proc/meminfo: memFree=128303900/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=392472 memory=390264 CPUtime=3034.45 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 214104 0 0 0 302976 469 0 0 20 0 1 0 39639738 401891328 97566 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 98118 97566 544 484 0 97529 0
Current children cumulated CPU time: 3034.45 s
Current children cumulated vsize: 392472 KiB
Current children cumulated memory: 390264 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/263 34482
/proc/meminfo: memFree=128313996/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=393300 memory=391092 CPUtime=3094.31 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 217168 0 0 0 308957 474 0 0 20 0 1 0 39639738 402739200 97773 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 98325 97773 544 484 0 97736 0
Current children cumulated CPU time: 3094.31 s
Current children cumulated vsize: 393300 KiB
Current children cumulated memory: 391092 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.11 4.03 5/263 34484
/proc/meminfo: memFree=128360864/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=394296 memory=392088 CPUtime=3154.17 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 219732 0 0 0 314938 479 0 0 20 0 1 0 39639738 403759104 98022 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 98574 98022 544 484 0 97985 0
Current children cumulated CPU time: 3154.17 s
Current children cumulated vsize: 394296 KiB
Current children cumulated memory: 392088 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/263 34489
/proc/meminfo: memFree=128344680/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=394828 memory=392620 CPUtime=3214.02 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 222714 0 0 0 320918 484 0 0 20 0 1 0 39639738 404303872 98155 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 98707 98155 544 484 0 98118 0
Current children cumulated CPU time: 3214.02 s
Current children cumulated vsize: 394828 KiB
Current children cumulated memory: 392620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/264 34496
/proc/meminfo: memFree=128355636/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=395396 memory=393188 CPUtime=3273.88 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 225468 0 0 0 326899 489 0 0 20 0 1 0 39639738 404885504 98297 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 98849 98297 544 484 0 98260 0
Current children cumulated CPU time: 3273.88 s
Current children cumulated vsize: 395396 KiB
Current children cumulated memory: 393188 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.09 4.03 5/264 34498
/proc/meminfo: memFree=128302872/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=396172 memory=394036 CPUtime=3333.74 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 228072 0 0 0 332879 495 0 0 20 0 1 0 39639738 405680128 98509 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 99043 98509 544 484 0 98454 0
Current children cumulated CPU time: 3333.74 s
Current children cumulated vsize: 396172 KiB
Current children cumulated memory: 394036 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/264 34500
/proc/meminfo: memFree=128295532/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=397024 memory=394816 CPUtime=3393.61 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 230716 0 0 0 338860 501 0 0 20 0 1 0 39639738 406552576 98704 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 99256 98704 544 484 0 98667 0
Current children cumulated CPU time: 3393.61 s
Current children cumulated vsize: 397024 KiB
Current children cumulated memory: 394816 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/264 34502
/proc/meminfo: memFree=128295500/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=397644 memory=395520 CPUtime=3453.46 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 233653 0 0 0 344840 506 0 0 20 0 1 0 39639738 407187456 98880 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 99411 98880 544 484 0 98822 0
Current children cumulated CPU time: 3453.46 s
Current children cumulated vsize: 397644 KiB
Current children cumulated memory: 395520 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/263 34504
/proc/meminfo: memFree=128290168/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=398268 memory=396060 CPUtime=3513.32 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 235654 0 0 0 350821 511 0 0 20 0 1 0 39639738 407826432 99015 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 99567 99015 544 484 0 98978 0
Current children cumulated CPU time: 3513.32 s
Current children cumulated vsize: 398268 KiB
Current children cumulated memory: 396060 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.07 4.03 5/262 34506
/proc/meminfo: memFree=128274312/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=399088 memory=396880 CPUtime=3573.18 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 238334 0 0 0 356801 517 0 0 20 0 1 0 39639738 408666112 99220 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 99772 99220 544 484 0 99183 0
Current children cumulated CPU time: 3573.18 s
Current children cumulated vsize: 399088 KiB
Current children cumulated memory: 396880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.08 4.08 4.03 5/262 34508
/proc/meminfo: memFree=128261176/131249988 swapFree=33010684/33010684
[pid=34306] ppid=34299 vsize=399512 memory=397304 CPUtime=3600.01 cores=4,6
/proc/34306/stat : 34306 (uwrmaxsat) R 34299 34306 34256 0 -1 4194304 239207 0 0 0 359482 519 0 0 20 0 1 0 39639738 409100288 99326 18446744073709551615 4198400 6176925 140729355020944 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 9691136 140729355024746 140729355024873 140729355024873 140729355030475 0
/proc/34306/statm: 99878 99326 544 484 0 99289 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 399512 KiB
Current children cumulated memory: 397304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.83 s, system=5.19678 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): 3594.83
CPU system time (s): 5.19678
CPU usage (%): 99.7458
Max. virtual memory (cumulated for all children) (KiB): 858968
Max. memory (cumulated for all children) (KiB): 789304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.83
system time used= 5.19678
maximum resident set size= 856688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239207
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= 97
involuntary context switches= 1917


# summary of solver processes directly reported to runsolver:
#   pid: 34306
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3594.83
#   total CPU system time (s): 5.19678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64781 second user time and 15.3782 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-30 01:26:52
IDJOB=4516658
IDBENCH=175711
IDSOLVER=3372
FILE ID=nodeC031/4516658-1751239612
RUNJOBID= nodeC031-1751239612-34267
SLURM_JOB_ID= 9587721
Free space on /tmp= 433060 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb/normalized-subsetcard-eq-random4reg-4000.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516658-1751239612/watcher-4516658-1751239612 -o /tmp/evaluation-result-4516658-1751239612/solver-4516658-1751239612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751239612-34267 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4516658-1751239612.opb -mem-lim=31000

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

MD5SUM BENCH= 505a4ae26cb167d5fc0677a4ae659532
RANDOM SEED=1093104389

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		: 3600.077
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		: 1609.928
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.937
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		: 1199.026
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		: 3600.037
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		: 1200.512
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.866
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		: 1691.027
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:        129897388 kB
MemAvailable:   129788232 kB
Buffers:            3280 kB
Cached:           699236 kB
SwapCached:            0 kB
Active:           336488 kB
Inactive:         444504 kB
Active(anon):      96540 kB
Inactive(anon):        0 kB
Active(file):     239948 kB
Inactive(file):   444504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2916 kB
Writeback:             0 kB
AnonPages:         81944 kB
Mapped:           102820 kB
Shmem:             18064 kB
KReclaimable:      91260 kB
Slab:             178268 kB
SReclaimable:      91260 kB
SUnreclaim:        87008 kB
KernelStack:        4024 kB
PageTables:         2704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     340544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 433048 MiB
End job on nodeC031 at 2025-06-30 02:27:01