Trace number 4543921

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.1 3610.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_088.opb
MD5SUM225933de352582a5f5a47ed5392988f0
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 benchmark5.31605
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables234990
Total number of constraints5311
Number of constraints which are clauses2671
Number of constraints which are cardinality constraints (but not clauses)2640
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint89
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 90
Number of bits of the biggest sum of numbers7
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...
1.68/1.70	c Converting 5311 PB-constraints to clauses...
2.58/2.68	c ============================[ Encoding Statistics ]============================
2.58/2.68	c |  Number of variables:        298350                                         |
2.58/2.68	c |  Number of clauses:         1019071                                         |
2.58/2.68	c ===============================================================================
3600.09/3610.90	c *** TERMINATED by signal 15 ***
3600.09/3610.90	c _______________________________________________________________________________
3600.09/3610.90	c 
3600.09/3610.90	c _______________________________________________________________________________
3600.09/3610.90	c 
3600.09/3610.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3610.90	c Memory used            : 689.00 MB
3600.09/3610.90	c CPU time               : 3593.83 s
3600.09/3610.90	c Constr Enc: Srt/BDD/Add: 2640 0 0
3600.09/3610.90	c _______________________________________________________________________________
3600.09/3610.90	c _______________________________________________________________________________
3600.09/3610.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: 63794 MiB (62560 MiB free)
  memory of node 1: 64507 MiB (63124 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543921-1753228446/watcher-4543921-1753228446 -o /tmp/evaluation-result-4543921-1753228446/solver-4543921-1753228446 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753224833-151856 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4543921-1753228446.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
Starting watchdog thread
solver pid=152283, runsolver pid=152280
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 4.07 4.08 4.03 6/252 152284
/proc/meminfo: memFree=128701876/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=10100 memory=9000 CPUtime=0.1 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 2033 0 0 0 10 0 0 0 20 0 1 0 238523985 10342400 2250 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 2525 2250 448 484 0 1936 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10100 KiB
Current children cumulated memory: 9000 KiB

[startup+0.213263 s]*
/proc/loadavg: 4.07 4.08 4.03 5/252 152284
/proc/meminfo: memFree=128692048/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=16892 memory=15620 CPUtime=0.21 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 3907 0 0 0 21 0 0 0 20 0 1 0 238523985 17297408 3905 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 4223 3905 448 484 0 3634 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 16892 KiB
Current children cumulated memory: 15620 KiB

[startup+0.312839 s]*
/proc/loadavg: 4.07 4.08 4.03 5/252 152284
/proc/meminfo: memFree=128684236/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=20640 memory=19460 CPUtime=0.31 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 4851 0 0 0 30 1 0 0 20 0 1 0 238523985 21135360 4865 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 5160 4865 448 484 0 4571 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 20640 KiB
Current children cumulated memory: 19460 KiB

[startup+0.700253 s]
/proc/loadavg: 4.07 4.08 4.03 5/252 152284
/proc/meminfo: memFree=128668360/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=52180 memory=49288 CPUtime=0.68 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 12452 0 0 0 65 3 0 0 20 0 1 0 238523985 53432320 12322 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 13045 12322 448 484 0 12456 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 52180 KiB
Current children cumulated memory: 49288 KiB

[startup+1.50025 s]
/proc/loadavg: 4.07 4.08 4.03 5/252 152284
/proc/meminfo: memFree=128632324/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=124896 memory=122032 CPUtime=1.49 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 28073 0 0 0 141 8 0 0 20 0 1 0 238523985 127893504 30508 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 31224 30508 448 484 0 30635 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 124896 KiB
Current children cumulated memory: 122032 KiB

[startup+3.11287 s]
/proc/loadavg: 4.06 4.08 4.03 5/248 152292
/proc/meminfo: memFree=128680812/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=410488 memory=388556 CPUtime=3.08 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 64537 0 0 0 291 17 0 0 20 0 1 0 238523985 420339712 97139 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 102622 97139 544 484 0 102033 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 410488 KiB
Current children cumulated memory: 388556 KiB

[startup+6.30026 s]
/proc/loadavg: 4.06 4.08 4.03 5/252 152329
/proc/meminfo: memFree=128533064/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=424724 memory=402884 CPUtime=6.27 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 70777 0 0 0 604 23 0 0 20 0 1 0 238523985 434917376 100721 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 106181 100721 544 484 0 105592 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 424724 KiB
Current children cumulated memory: 402884 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.08 4.03 5/252 152329
/proc/meminfo: memFree=128513856/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=441636 memory=419888 CPUtime=12.65 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 76172 0 0 0 1236 29 0 0 20 0 1 0 238523985 452235264 104972 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 110409 104972 544 484 0 109820 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 441636 KiB
Current children cumulated memory: 419888 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 4.07 4.03 5/252 152330
/proc/meminfo: memFree=128514444/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=436016 memory=417908 CPUtime=25.41 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 82156 0 0 0 2505 36 0 0 20 0 1 0 238523985 446480384 104477 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 109004 104477 544 484 0 108415 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 436016 KiB
Current children cumulated memory: 417908 KiB

[startup+51.113 s]
/proc/loadavg: 4.09 4.08 4.03 5/252 152330
/proc/meminfo: memFree=128468256/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=402016 memory=388764 CPUtime=50.96 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 93358 0 0 0 5039 57 0 0 20 0 1 0 238523985 411664384 97191 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 100504 97191 544 484 0 99915 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 402016 KiB
Current children cumulated memory: 388764 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.08 4.03 5/252 152337
/proc/meminfo: memFree=128445684/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=412972 memory=399720 CPUtime=101.99 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 106347 0 0 0 10116 83 0 0 20 0 1 0 238523985 422883328 99930 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 103243 99930 544 484 0 102654 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 412972 KiB
Current children cumulated memory: 399720 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/251 152339
/proc/meminfo: memFree=128383284/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=418168 memory=405532 CPUtime=161.8 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 116980 0 0 0 16072 108 0 0 20 0 1 0 238523985 428204032 101383 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 104542 101383 544 484 0 103953 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 418168 KiB
Current children cumulated memory: 405532 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.08 4.03 5/251 152341
/proc/meminfo: memFree=128324936/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=417808 memory=407600 CPUtime=221.62 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 126149 0 0 0 22031 131 0 0 20 0 1 0 238523985 427835392 101900 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 104452 101900 544 484 0 103863 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 417808 KiB
Current children cumulated memory: 407600 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/251 152343
/proc/meminfo: memFree=128302268/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=440204 memory=430380 CPUtime=281.44 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 132895 0 0 0 27996 148 0 0 20 0 1 0 238523985 450768896 107595 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 110051 107595 544 484 0 109462 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 440204 KiB
Current children cumulated memory: 430380 KiB

[startup+342.3 s]
/proc/loadavg: 4.54 4.19 4.07 5/250 152345
/proc/meminfo: memFree=128282988/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=425088 memory=415264 CPUtime=341.27 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 138782 0 0 0 33962 165 0 0 20 0 1 0 238523985 435290112 103816 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 106272 103816 544 484 0 105683 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 425088 KiB
Current children cumulated memory: 415264 KiB

[startup+402.3 s]
/proc/loadavg: 4.50 4.26 4.10 5/251 152349
/proc/meminfo: memFree=128291308/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=424132 memory=414308 CPUtime=401.12 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 143969 0 0 0 39934 178 0 0 20 0 1 0 238523985 434311168 103577 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 106033 103577 544 484 0 105444 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 424132 KiB
Current children cumulated memory: 414308 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.21 4.09 5/252 152369
/proc/meminfo: memFree=128301124/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=428980 memory=419156 CPUtime=460.95 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 148438 0 0 0 45906 189 0 0 20 0 1 0 238523985 439275520 104789 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 107245 104789 544 484 0 106656 0
Current children cumulated CPU time: 460.95 s

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

Current children cumulated memory: 516324 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/250 152484
/proc/meminfo: memFree=127961264/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=529272 memory=519556 CPUtime=2913.49 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 260073 0 0 0 290808 541 0 0 20 0 1 0 238523985 541974528 129889 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 132318 129889 544 484 0 131729 0
Current children cumulated CPU time: 2913.49 s
Current children cumulated vsize: 529272 KiB
Current children cumulated memory: 519556 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/250 152486
/proc/meminfo: memFree=127966960/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=522876 memory=513160 CPUtime=2973.31 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 261201 0 0 0 296786 545 0 0 20 0 1 0 238523985 535425024 128290 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 130719 128290 544 484 0 130130 0
Current children cumulated CPU time: 2973.31 s
Current children cumulated vsize: 522876 KiB
Current children cumulated memory: 513160 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/250 152488
/proc/meminfo: memFree=127920448/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=526084 memory=516368 CPUtime=3033.14 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 263211 0 0 0 302762 552 0 0 20 0 1 0 238523985 538710016 129092 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 131521 129092 544 484 0 130932 0
Current children cumulated CPU time: 3033.14 s
Current children cumulated vsize: 526084 KiB
Current children cumulated memory: 516368 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.08 4.09 5/250 152496
/proc/meminfo: memFree=127955672/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=538548 memory=528832 CPUtime=3092.97 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 264589 0 0 0 308740 557 0 0 20 0 1 0 238523985 551473152 132208 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 134637 132208 544 484 0 134048 0
Current children cumulated CPU time: 3092.97 s
Current children cumulated vsize: 538548 KiB
Current children cumulated memory: 528832 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/251 152499
/proc/meminfo: memFree=127961864/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=524236 memory=514624 CPUtime=3152.79 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 267422 0 0 0 314712 567 0 0 20 0 1 0 238523985 536817664 128656 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 131059 128656 544 484 0 130470 0
Current children cumulated CPU time: 3152.79 s
Current children cumulated vsize: 524236 KiB
Current children cumulated memory: 514624 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 152501
/proc/meminfo: memFree=127932636/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=548404 memory=538580 CPUtime=3212.63 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 268923 0 0 0 320687 576 0 0 20 0 1 0 238523985 561565696 134645 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 137101 134645 544 484 0 136512 0
Current children cumulated CPU time: 3212.63 s
Current children cumulated vsize: 548404 KiB
Current children cumulated memory: 538580 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/251 152503
/proc/meminfo: memFree=127939792/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=540184 memory=530360 CPUtime=3272.45 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 272036 0 0 0 326661 584 0 0 20 0 1 0 238523985 553148416 132590 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 135046 132590 544 484 0 134457 0
Current children cumulated CPU time: 3272.45 s
Current children cumulated vsize: 540184 KiB
Current children cumulated memory: 530360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/251 152505
/proc/meminfo: memFree=127927160/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=551048 memory=541224 CPUtime=3332.26 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 273222 0 0 0 332637 589 0 0 20 0 1 0 238523985 564273152 135306 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 137762 135306 544 484 0 137173 0
Current children cumulated CPU time: 3332.26 s
Current children cumulated vsize: 551048 KiB
Current children cumulated memory: 541224 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/250 152507
/proc/meminfo: memFree=127947956/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=544260 memory=534436 CPUtime=3392.09 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 274813 0 0 0 338611 598 0 0 20 0 1 0 238523985 557322240 133609 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 136065 133609 544 484 0 135476 0
Current children cumulated CPU time: 3392.09 s
Current children cumulated vsize: 544260 KiB
Current children cumulated memory: 534436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 152512
/proc/meminfo: memFree=127928332/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=565712 memory=555464 CPUtime=3451.91 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 280973 0 0 0 344584 607 0 0 20 0 1 0 238523985 579289088 138866 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 141428 138866 544 484 0 140839 0
Current children cumulated CPU time: 3451.91 s
Current children cumulated vsize: 565712 KiB
Current children cumulated memory: 555464 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/250 152514
/proc/meminfo: memFree=127807568/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=582492 memory=572564 CPUtime=3511.75 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 284209 0 0 0 350561 614 0 0 20 0 1 0 238523985 596471808 143141 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 145623 143141 544 484 0 145034 0
Current children cumulated CPU time: 3511.75 s
Current children cumulated vsize: 582492 KiB
Current children cumulated memory: 572564 KiB

[startup+3582.3 s]
/proc/loadavg: 4.74 4.27 4.15 5/250 152516
/proc/meminfo: memFree=127868980/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=579008 memory=569080 CPUtime=3571.57 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 285983 0 0 0 356536 621 0 0 20 0 1 0 238523985 592904192 142270 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 144752 142270 544 484 0 144163 0
Current children cumulated CPU time: 3571.57 s
Current children cumulated vsize: 579008 KiB
Current children cumulated memory: 569080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.53 4.26 4.15 5/250 152517
/proc/meminfo: memFree=127894204/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=576120 memory=566296 CPUtime=3600.09 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 287041 0 0 0 359383 626 0 0 20 0 1 0 238523985 589946880 141574 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 144030 141574 544 484 0 143441 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 576120 KiB
Current children cumulated memory: 566296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.83 s, system=6.26969 s

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

[startup+3610.9 s]
/proc/loadavg: 4.53 4.26 4.15 5/250 152517
/proc/meminfo: memFree=127894204/131382120 swapFree=33010416/33010684
[pid=152283] ppid=152280 vsize=576120 memory=566296 CPUtime=3600.09 cores=0,2
/proc/152283/stat : 152283 (uwrmaxsat) R 152280 152283 151846 0 -1 4194304 287041 0 0 0 359383 626 0 0 20 0 1 0 238523985 589946880 141574 18446744073709551615 4198400 6176925 140726265391120 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 18227200 140726265399656 140726265399783 140726265399783 140726265405387 0
/proc/152283/statm: 144030 141574 544 484 0 143441 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 576120 KiB
Current children cumulated memory: 566296 KiB

Child status: 0

Real time (s): 3610.9
CPU time (s): 3600.1
CPU user time (s): 3593.83
CPU system time (s): 6.26969
CPU usage (%): 99.7009
Max. virtual memory (cumulated for all children) (KiB): 705760
Max. memory (cumulated for all children) (KiB): 695756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.83
system time used= 6.26969
maximum resident set size= 695756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287041
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= 72
involuntary context switches= 8998


# summary of solver processes directly reported to runsolver:
#   pid: 152283
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3593.83
#   total CPU system time (s): 6.26969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6541 second user time and 33.8041 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 01:54:06
IDJOB=4543921
IDBENCH=174715
IDSOLVER=3372
FILE ID=nodeC006/4543921-1753228446
RUNJOBID= nodeC006-1753224833-151856
SLURM_JOB_ID= 9687836
Free space on /tmp= 432772 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_30_088.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543921-1753228446/watcher-4543921-1753228446 -o /tmp/evaluation-result-4543921-1753228446/solver-4543921-1753228446 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753224833-151856 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4543921-1753228446.opb -mem-lim=31000

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

MD5SUM BENCH= 225933de352582a5f5a47ed5392988f0
RANDOM SEED=272527688

nodeC006 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	: 0xb00001f
cpu MHz		: 1197.145
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.146
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.527
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.086
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.137
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3659.186
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.331
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.099
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128701808 kB
MemAvailable:   129405656 kB
Buffers:            2128 kB
Cached:          1381160 kB
SwapCached:           12 kB
Active:          1413472 kB
Inactive:         403604 kB
Active(anon):     449148 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   392812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13076 kB
Writeback:            76 kB
AnonPages:        435720 kB
Mapped:           114100 kB
Shmem:             26140 kB
KReclaimable:     372292 kB
Slab:             467364 kB
SReclaimable:     372292 kB
SUnreclaim:        95072 kB
KernelStack:        4012 kB
PageTables:         4124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     786696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432768 MiB
End job on nodeC006 at 2025-07-23 02:54:17