Trace number 4512878

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-6.opb
MD5SUM94dee3519407525a3e2f33fb04ced940
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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.10/0.12	c ============================[ Encoding Statistics ]============================
0.10/0.12	c |  Number of variables:         16176                                         |
0.10/0.12	c |  Number of clauses:           66244                                         |
0.10/0.12	c ===============================================================================
3600.07/3610.90	c *** TERMINATED by signal 15 ***
3600.07/3610.90	c _______________________________________________________________________________
3600.07/3610.90	c 
3600.07/3610.90	c _______________________________________________________________________________
3600.07/3610.90	c 
3600.07/3610.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3610.90	c Memory used            : 374.00 MB
3600.07/3610.90	c CPU time               : 3598.28 s
3600.07/3610.90	c Constr Enc: Srt/BDD/Add: 840 0 0
3600.07/3610.90	c _______________________________________________________________________________
3600.07/3610.90	c _______________________________________________________________________________
3600.07/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: 63708 MiB (52504 MiB free)
  memory of node 1: 64465 MiB (63884 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512878-1751200057/watcher-4512878-1751200057 -o /tmp/evaluation-result-4512878-1751200057/solver-4512878-1751200057 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751194547-23914 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4512878-1751200057.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100062 s]*
/proc/loadavg: 4.07 4.14 4.11 5/265 26330
/proc/meminfo: memFree=119173264/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=23160 memory=21448 CPUtime=0.1 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 5457 0 0 0 9 1 0 0 20 0 1 0 35628258 23715840 5362 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 5790 5362 480 484 0 5201 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 23160 KiB
Current children cumulated memory: 21448 KiB

[startup+0.205593 s]*
/proc/loadavg: 4.07 4.14 4.11 5/265 26330
/proc/meminfo: memFree=119167720/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=27576 memory=24856 CPUtime=0.2 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 6895 0 0 0 19 1 0 0 20 0 1 0 35628258 28237824 6214 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 6894 6214 544 484 0 6305 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27576 KiB
Current children cumulated memory: 24856 KiB

[startup+0.305272 s]*
/proc/loadavg: 4.07 4.14 4.11 5/265 26330
/proc/meminfo: memFree=119165956/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=30672 memory=27928 CPUtime=0.3 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 7669 0 0 0 29 1 0 0 20 0 1 0 35628258 31408128 6982 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 7668 6982 544 484 0 7079 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 30672 KiB
Current children cumulated memory: 27928 KiB

[startup+0.700128 s]
/proc/loadavg: 4.07 4.14 4.11 5/265 26330
/proc/meminfo: memFree=119163940/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=31492 memory=28800 CPUtime=0.68 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 8011 0 0 0 67 1 0 0 20 0 1 0 35628258 32247808 7200 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 7873 7200 544 484 0 7284 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 31492 KiB
Current children cumulated memory: 28800 KiB

[startup+1.50012 s]
/proc/loadavg: 4.07 4.14 4.11 5/265 26330
/proc/meminfo: memFree=119156128/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=34888 memory=32404 CPUtime=1.48 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 11020 0 0 0 146 2 0 0 20 0 1 0 35628258 35725312 8101 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 8722 8101 544 484 0 8133 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 34888 KiB
Current children cumulated memory: 32404 KiB

[startup+3.10536 s]
/proc/loadavg: 4.07 4.14 4.11 5/265 26330
/proc/meminfo: memFree=119156132/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=35328 memory=32916 CPUtime=3.08 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 11130 0 0 0 306 2 0 0 20 0 1 0 35628258 36175872 8229 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 8832 8229 544 484 0 8243 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 35328 KiB
Current children cumulated memory: 32916 KiB

[startup+6.30011 s]
/proc/loadavg: 4.07 4.14 4.11 5/265 26330
/proc/meminfo: memFree=119154420/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=42100 memory=39764 CPUtime=6.27 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 13618 0 0 0 624 3 0 0 20 0 1 0 35628258 43110400 9941 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 10525 9941 544 484 0 9936 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 42100 KiB
Current children cumulated memory: 39764 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.14 4.10 5/264 26330
/proc/meminfo: memFree=119154444/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=47540 memory=45108 CPUtime=12.65 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 14753 0 0 0 1262 3 0 0 20 0 1 0 35628258 48680960 11277 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 11885 11277 544 484 0 11296 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 47540 KiB
Current children cumulated memory: 45108 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.15 4.11 5/264 26330
/proc/meminfo: memFree=119151932/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=59528 memory=57144 CPUtime=25.41 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 16931 0 0 0 2537 4 0 0 20 0 1 0 35628258 60956672 14286 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 14882 14286 544 484 0 14293 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 59528 KiB
Current children cumulated memory: 57144 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 4.14 4.10 5/264 26330
/proc/meminfo: memFree=119136292/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=49564 memory=47160 CPUtime=50.95 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 19218 0 0 0 5090 5 0 0 20 0 1 0 35628258 50753536 11790 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 12391 11790 544 484 0 11802 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 49564 KiB
Current children cumulated memory: 47160 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 26378
/proc/meminfo: memFree=129740936/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=105152 memory=102716 CPUtime=101.99 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 28405 0 0 0 10189 10 0 0 20 0 1 0 35628258 107675648 25679 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 26288 25679 544 484 0 25699 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 105152 KiB
Current children cumulated memory: 102716 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/265 26380
/proc/meminfo: memFree=129644704/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=86916 memory=84780 CPUtime=161.82 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 30397 0 0 0 16171 11 0 0 20 0 1 0 35628258 89001984 21195 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 21729 21195 544 484 0 21140 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 86916 KiB
Current children cumulated memory: 84780 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.11 4.09 5/266 26383
/proc/meminfo: memFree=129540748/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=86916 memory=84780 CPUtime=221.66 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 30424 0 0 0 22155 11 0 0 20 0 1 0 35628258 89001984 21195 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 21729 21195 544 484 0 21140 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 86916 KiB
Current children cumulated memory: 84780 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 26385
/proc/meminfo: memFree=129537588/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=121424 memory=119340 CPUtime=281.51 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 38355 0 0 0 28133 18 0 0 20 0 1 0 35628258 124338176 29835 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 30356 29835 544 484 0 29767 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 121424 KiB
Current children cumulated memory: 119340 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 26387
/proc/meminfo: memFree=129497140/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=141000 memory=139144 CPUtime=341.33 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 44038 0 0 0 34111 22 0 0 20 0 1 0 35628258 144384000 34786 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 35250 34786 544 484 0 34661 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 141000 KiB
Current children cumulated memory: 139144 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 26389
/proc/meminfo: memFree=129400704/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=177048 memory=175220 CPUtime=401.19 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 48080 0 0 0 40091 28 0 0 20 0 1 0 35628258 181297152 43805 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 44262 43805 544 484 0 43673 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 177048 KiB
Current children cumulated memory: 175220 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 26394
/proc/meminfo: memFree=129434980/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=169256 memory=167428 CPUtime=461.01 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 53603 0 0 0 46065 36 0 0 20 0 1 0 35628258 173318144 41857 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 42314 41857 544 484 0 41725 0

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

Current children cumulated memory: 234680 KiB

[startup+2922.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/264 26526
/proc/meminfo: memFree=129171956/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=237956 memory=236088 CPUtime=2913.43 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 115324 0 0 0 291164 179 0 0 20 0 1 0 35628258 243666944 59022 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 59489 59022 544 484 0 58900 0
Current children cumulated CPU time: 2913.43 s
Current children cumulated vsize: 237956 KiB
Current children cumulated memory: 236088 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/264 26528
/proc/meminfo: memFree=129167804/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=237956 memory=236088 CPUtime=2973.24 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 115396 0 0 0 297145 179 0 0 20 0 1 0 35628258 243666944 59022 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 59489 59022 544 484 0 58900 0
Current children cumulated CPU time: 2973.24 s
Current children cumulated vsize: 237956 KiB
Current children cumulated memory: 236088 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/264 26534
/proc/meminfo: memFree=129157252/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=239384 memory=237496 CPUtime=3033.04 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 115778 0 0 0 303125 179 0 0 20 0 1 0 35628258 245129216 59374 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 59846 59374 544 484 0 59257 0
Current children cumulated CPU time: 3033.04 s
Current children cumulated vsize: 239384 KiB
Current children cumulated memory: 237496 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 26536
/proc/meminfo: memFree=129159036/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=239384 memory=237496 CPUtime=3092.86 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 115778 0 0 0 309107 179 0 0 20 0 1 0 35628258 245129216 59374 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 59846 59374 544 484 0 59257 0
Current children cumulated CPU time: 3092.86 s
Current children cumulated vsize: 239384 KiB
Current children cumulated memory: 237496 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 26540
/proc/meminfo: memFree=129148352/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=240664 memory=238776 CPUtime=3152.66 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 116099 0 0 0 315087 179 0 0 20 0 1 0 35628258 246439936 59694 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 60166 59694 544 484 0 59577 0
Current children cumulated CPU time: 3152.66 s
Current children cumulated vsize: 240664 KiB
Current children cumulated memory: 238776 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 26542
/proc/meminfo: memFree=129147364/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=241972 memory=240184 CPUtime=3212.5 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 116414 0 0 0 321071 179 0 0 20 0 1 0 35628258 247779328 60046 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 60493 60046 544 484 0 59904 0
Current children cumulated CPU time: 3212.5 s
Current children cumulated vsize: 241972 KiB
Current children cumulated memory: 240184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/264 26544
/proc/meminfo: memFree=129146356/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=241972 memory=240184 CPUtime=3272.35 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 116485 0 0 0 327056 179 0 0 20 0 1 0 35628258 247779328 60046 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 60493 60046 544 484 0 59904 0
Current children cumulated CPU time: 3272.35 s
Current children cumulated vsize: 241972 KiB
Current children cumulated memory: 240184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 26547
/proc/meminfo: memFree=129137064/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=242828 memory=240952 CPUtime=3332.19 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 116730 0 0 0 333040 179 0 0 20 0 1 0 35628258 248655872 60238 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 60707 60238 544 484 0 60118 0
Current children cumulated CPU time: 3332.19 s
Current children cumulated vsize: 242828 KiB
Current children cumulated memory: 240952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 26549
/proc/meminfo: memFree=129137404/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=242828 memory=240952 CPUtime=3392.03 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 116731 0 0 0 339024 179 0 0 20 0 1 0 35628258 248655872 60238 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 60707 60238 544 484 0 60118 0
Current children cumulated CPU time: 3392.03 s
Current children cumulated vsize: 242828 KiB
Current children cumulated memory: 240952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.16 4.11 5/263 26596
/proc/meminfo: memFree=129364924/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=244068 memory=242232 CPUtime=3451.87 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 117044 0 0 0 345008 179 0 0 20 0 1 0 35628258 249925632 60558 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 61017 60558 544 484 0 60428 0
Current children cumulated CPU time: 3451.87 s
Current children cumulated vsize: 244068 KiB
Current children cumulated memory: 242232 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/264 26646
/proc/meminfo: memFree=129469620/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=244068 memory=242232 CPUtime=3511.71 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 117044 0 0 0 350992 179 0 0 20 0 1 0 35628258 249925632 60558 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 61017 60558 544 484 0 60428 0
Current children cumulated CPU time: 3511.71 s
Current children cumulated vsize: 244068 KiB
Current children cumulated memory: 242232 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/264 26648
/proc/meminfo: memFree=129488480/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=180788 memory=179164 CPUtime=3571.55 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 117551 0 0 0 356976 179 0 0 20 0 1 0 35628258 185126912 44791 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 45197 44791 544 484 0 44608 0
Current children cumulated CPU time: 3571.55 s
Current children cumulated vsize: 180788 KiB
Current children cumulated memory: 179164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.14 4.13 4.10 5/264 26648
/proc/meminfo: memFree=129487508/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=180828 memory=179204 CPUtime=3600.07 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 118017 0 0 0 359827 180 0 0 20 0 1 0 35628258 185167872 44801 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 45207 44801 544 484 0 44618 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 180828 KiB
Current children cumulated memory: 179204 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.28 s, system=1.80921 s

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

[startup+3610.9 s]
/proc/loadavg: 4.14 4.13 4.10 5/264 26648
/proc/meminfo: memFree=129487508/131250000 swapFree=33010684/33010684
[pid=26329] ppid=26326 vsize=180828 memory=179204 CPUtime=3600.07 cores=5,7
/proc/26329/stat : 26329 (uwrmaxsat) R 26326 26329 23901 0 -1 4194304 118017 0 0 0 359827 180 0 0 20 0 1 0 35628258 185167872 44801 18446744073709551615 4198400 6176925 140723526167088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 16416768 140723526175082 140723526175209 140723526175209 140723526180811 0
/proc/26329/statm: 45207 44801 544 484 0 44618 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 180828 KiB
Current children cumulated memory: 179204 KiB

Child status: 0

Real time (s): 3610.9
CPU time (s): 3600.09
CPU user time (s): 3598.28
CPU system time (s): 1.80921
CPU usage (%): 99.7005
Max. virtual memory (cumulated for all children) (KiB): 383996
Max. memory (cumulated for all children) (KiB): 370544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.28
system time used= 1.80922
maximum resident set size= 382064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118017
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= 29
involuntary context switches= 1433


# summary of solver processes directly reported to runsolver:
#   pid: 26329
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.28
#   total CPU system time (s): 1.80921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13396 second user time and 15.1915 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-29 14:27:37
IDJOB=4512878
IDBENCH=162182
IDSOLVER=3372
FILE ID=nodeC028/4512878-1751200057
RUNJOBID= nodeC028-1751194547-23914
SLURM_JOB_ID= 9587599
Free space on /tmp= 432956 MiB

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

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

MD5SUM BENCH= 94dee3519407525a3e2f33fb04ced940
RANDOM SEED=1510635914

nodeC028 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.089
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.161
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.965
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.393
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.076
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.120
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.066
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.089
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119181912 kB
MemAvailable:   118989456 kB
Buffers:            3280 kB
Cached:           617440 kB
SwapCached:            0 kB
Active:         11088992 kB
Inactive:         361072 kB
Active(anon):   10847412 kB
Inactive(anon):        0 kB
Active(file):     241580 kB
Inactive(file):   361072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3064 kB
Writeback:             8 kB
AnonPages:      10832028 kB
Mapped:           108984 kB
Shmem:             18068 kB
KReclaimable:      88264 kB
Slab:             171716 kB
SReclaimable:      88264 kB
SUnreclaim:        83452 kB
KernelStack:        4304 kB
PageTables:        24512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11839144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5412864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

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