Trace number 4512914

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.02 3610.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-2.opb
MD5SUM37b3a609918eb30d871bb851627bd55e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.07	c Converting 9408 PB-constraints to clauses...
0.09/0.12	c ============================[ Encoding Statistics ]============================
0.09/0.12	c |  Number of variables:         15776                                         |
0.09/0.12	c |  Number of clauses:           64446                                         |
0.09/0.12	c ===============================================================================
3600.00/3610.60	c *** TERMINATED by signal 15 ***
3600.00/3610.60	c _______________________________________________________________________________
3600.00/3610.60	c 
3600.00/3610.60	c _______________________________________________________________________________
3600.00/3610.60	c 
3600.00/3610.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3610.60	c Memory used            : 352.00 MB
3600.00/3610.60	c CPU time               : 3598.08 s
3600.00/3610.60	c Constr Enc: Srt/BDD/Add: 810 0 0
3600.00/3610.60	c _______________________________________________________________________________
3600.00/3610.60	c _______________________________________________________________________________
3600.00/3610.60	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 (62862 MiB free)
  memory of node 1: 64465 MiB (63570 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512914-1751200089/watcher-4512914-1751200089 -o /tmp/evaluation-result-4512914-1751200089/solver-4512914-1751200089 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25923 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4512914-1751200089.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=26964, runsolver pid=26961
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.11 4.10 4.09 5/262 26965
/proc/meminfo: memFree=129454760/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=21828 memory=20068 CPUtime=0.09 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 5027 0 0 0 9 0 0 0 20 0 1 0 35687427 22351872 5017 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 5457 5017 480 484 0 4868 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21828 KiB
Current children cumulated memory: 20068 KiB

[startup+0.205534 s]*
/proc/loadavg: 4.11 4.10 4.09 6/262 26965
/proc/meminfo: memFree=129449216/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=27576 memory=24840 CPUtime=0.2 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 6773 0 0 0 19 1 0 0 20 0 1 0 35687427 28237824 6210 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 6894 6210 544 484 0 6305 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27576 KiB
Current children cumulated memory: 24840 KiB

[startup+0.305486 s]*
/proc/loadavg: 4.11 4.10 4.09 6/262 26965
/proc/meminfo: memFree=129445436/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=30084 memory=27400 CPUtime=0.3 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 7401 0 0 0 29 1 0 0 20 0 1 0 35687427 30806016 6850 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 7521 6850 544 484 0 6932 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 30084 KiB
Current children cumulated memory: 27400 KiB

[startup+0.700178 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 26965
/proc/meminfo: memFree=129445436/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=33160 memory=30392 CPUtime=0.68 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 9420 0 0 0 67 1 0 0 20 0 1 0 35687427 33955840 7598 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 8290 7598 544 484 0 7701 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 33160 KiB
Current children cumulated memory: 30392 KiB

[startup+1.50013 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 26965
/proc/meminfo: memFree=129437108/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=33952 memory=31496 CPUtime=1.48 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 10425 0 0 0 147 1 0 0 20 0 1 0 35687427 34766848 7874 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 8488 7874 544 484 0 7899 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 33952 KiB
Current children cumulated memory: 31496 KiB

[startup+3.10539 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 27010
/proc/meminfo: memFree=129616140/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=33952 memory=31532 CPUtime=3.08 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 10697 0 0 0 305 3 0 0 20 0 1 0 35687427 34766848 7883 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 8488 7883 544 484 0 7899 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 33952 KiB
Current children cumulated memory: 31532 KiB

[startup+6.30013 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 27010
/proc/meminfo: memFree=129611732/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=39464 memory=37044 CPUtime=6.26 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 13833 0 0 0 622 4 0 0 20 0 1 0 35687427 40411136 9261 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 9866 9261 544 484 0 9277 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 39464 KiB
Current children cumulated memory: 37044 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 27010
/proc/meminfo: memFree=129613860/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=48060 memory=45620 CPUtime=12.64 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 15316 0 0 0 1260 4 0 0 20 0 1 0 35687427 49213440 11405 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 12015 11405 544 484 0 11426 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 48060 KiB
Current children cumulated memory: 45620 KiB

[startup+25.5001 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 27010
/proc/meminfo: memFree=129593508/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=57432 memory=54908 CPUtime=25.41 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 17439 0 0 0 2536 5 0 0 20 0 1 0 35687427 58810368 13727 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 14358 13727 544 484 0 13769 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 57432 KiB
Current children cumulated memory: 54908 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 27011
/proc/meminfo: memFree=129595884/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=50948 memory=48520 CPUtime=50.94 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 20422 0 0 0 5088 6 0 0 20 0 1 0 35687427 52170752 12130 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 12737 12130 544 484 0 12148 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 50948 KiB
Current children cumulated memory: 48520 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 27059
/proc/meminfo: memFree=129665520/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=105096 memory=102676 CPUtime=101.99 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 26809 0 0 0 10190 9 0 0 20 0 1 0 35687427 107618304 25669 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 26274 25669 544 484 0 25685 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 105096 KiB
Current children cumulated memory: 102676 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/264 27067
/proc/meminfo: memFree=129662724/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=63116 memory=61220 CPUtime=161.82 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 30110 0 0 0 16171 11 0 0 20 0 1 0 35687427 64630784 15305 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 15779 15305 544 484 0 15190 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 63116 KiB
Current children cumulated memory: 61220 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 27069
/proc/meminfo: memFree=129655500/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=88208 memory=86300 CPUtime=221.64 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 32836 0 0 0 22152 12 0 0 20 0 1 0 35687427 90324992 21575 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 22052 21575 544 484 0 21463 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 88208 KiB
Current children cumulated memory: 86300 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 27071
/proc/meminfo: memFree=129609736/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=146524 memory=144540 CPUtime=281.46 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 35776 0 0 0 28131 15 0 0 20 0 1 0 35687427 150040576 36135 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 36631 36135 544 484 0 36042 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 146524 KiB
Current children cumulated memory: 144540 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/264 27162
/proc/meminfo: memFree=129635616/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=146524 memory=144648 CPUtime=341.29 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 36766 0 0 0 34112 17 0 0 20 0 1 0 35687427 150040576 36162 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 36631 36162 544 484 0 36042 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 146524 KiB
Current children cumulated memory: 144648 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 27165
/proc/meminfo: memFree=129511020/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=146524 memory=144648 CPUtime=401.12 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 37688 0 0 0 40092 20 0 0 20 0 1 0 35687427 150040576 36162 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 36631 36162 544 484 0 36042 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 146524 KiB
Current children cumulated memory: 144648 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 27167
/proc/meminfo: memFree=129482792/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=182524 memory=180628 CPUtime=460.94 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 40106 0 0 0 46070 24 0 0 20 0 1 0 35687427 186904576 45157 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 45631 45157 544 484 0 45042 0

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

Current children cumulated memory: 222748 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 27337
/proc/meminfo: memFree=129154208/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=224724 memory=222748 CPUtime=2853.89 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 99223 0 0 0 285206 183 0 0 20 0 1 0 35687427 230117376 55687 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 56181 55687 544 484 0 55592 0
Current children cumulated CPU time: 2853.89 s
Current children cumulated vsize: 224724 KiB
Current children cumulated memory: 222748 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/263 27339
/proc/meminfo: memFree=129137192/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=226232 memory=224284 CPUtime=2913.71 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 99670 0 0 0 291187 184 0 0 20 0 1 0 35687427 231661568 56071 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 56558 56071 544 484 0 55969 0
Current children cumulated CPU time: 2913.71 s
Current children cumulated vsize: 226232 KiB
Current children cumulated memory: 224284 KiB

[startup+2982.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/263 27341
/proc/meminfo: memFree=129138768/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=226232 memory=224284 CPUtime=2973.52 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 99694 0 0 0 297168 184 0 0 20 0 1 0 35687427 231661568 56071 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 56558 56071 544 484 0 55969 0
Current children cumulated CPU time: 2973.52 s
Current children cumulated vsize: 226232 KiB
Current children cumulated memory: 224284 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 27343
/proc/meminfo: memFree=129125176/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=192268 memory=190364 CPUtime=3033.35 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 100094 0 0 0 303150 185 0 0 20 0 1 0 35687427 196882432 47591 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 48067 47591 544 484 0 47478 0
Current children cumulated CPU time: 3033.35 s
Current children cumulated vsize: 192268 KiB
Current children cumulated memory: 190364 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 27345
/proc/meminfo: memFree=129116364/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=222640 memory=220700 CPUtime=3093.18 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 100533 0 0 0 309132 186 0 0 20 0 1 0 35687427 227983360 55175 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 55660 55175 544 484 0 55071 0
Current children cumulated CPU time: 3093.18 s
Current children cumulated vsize: 222640 KiB
Current children cumulated memory: 220700 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 27353
/proc/meminfo: memFree=129119296/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=222640 memory=220700 CPUtime=3153.01 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 100533 0 0 0 315114 187 0 0 20 0 1 0 35687427 227983360 55175 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 55660 55175 544 484 0 55071 0
Current children cumulated CPU time: 3153.01 s
Current children cumulated vsize: 222640 KiB
Current children cumulated memory: 220700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/262 27355
/proc/meminfo: memFree=129100488/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=222640 memory=220700 CPUtime=3212.83 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 100602 0 0 0 321096 187 0 0 20 0 1 0 35687427 227983360 55175 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 55660 55175 544 484 0 55071 0
Current children cumulated CPU time: 3212.83 s
Current children cumulated vsize: 222640 KiB
Current children cumulated memory: 220700 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/262 27357
/proc/meminfo: memFree=129115388/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=223984 memory=222108 CPUtime=3272.66 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 100967 0 0 0 327079 187 0 0 20 0 1 0 35687427 229359616 55527 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 55996 55527 544 484 0 55407 0
Current children cumulated CPU time: 3272.66 s
Current children cumulated vsize: 223984 KiB
Current children cumulated memory: 222108 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/262 27359
/proc/meminfo: memFree=129096148/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=225568 memory=223644 CPUtime=3332.49 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 101363 0 0 0 333061 188 0 0 20 0 1 0 35687427 230981632 55911 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 56392 55911 544 484 0 55803 0
Current children cumulated CPU time: 3332.49 s
Current children cumulated vsize: 225568 KiB
Current children cumulated memory: 223644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 27362
/proc/meminfo: memFree=129149752/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=225568 memory=223644 CPUtime=3392.31 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 101364 0 0 0 339043 188 0 0 20 0 1 0 35687427 230981632 55911 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 56392 55911 544 484 0 55803 0
Current children cumulated CPU time: 3392.31 s
Current children cumulated vsize: 225568 KiB
Current children cumulated memory: 223644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 27364
/proc/meminfo: memFree=129179956/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=163076 memory=161328 CPUtime=3452.14 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 101713 0 0 0 345025 189 0 0 20 0 1 0 35687427 166989824 40332 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 40769 40332 544 484 0 40180 0
Current children cumulated CPU time: 3452.14 s
Current children cumulated vsize: 163076 KiB
Current children cumulated memory: 161328 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.09 4.09 5/263 27366
/proc/meminfo: memFree=129181648/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=163272 memory=161524 CPUtime=3511.96 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 103025 0 0 0 351005 191 0 0 20 0 1 0 35687427 167190528 40381 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 40818 40381 544 484 0 40229 0
Current children cumulated CPU time: 3511.96 s
Current children cumulated vsize: 163272 KiB
Current children cumulated memory: 161524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 27368
/proc/meminfo: memFree=129205928/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=171852 memory=166604 CPUtime=3571.79 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 104121 0 0 0 356986 193 0 0 20 0 1 0 35687427 175976448 41651 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 42963 41651 544 484 0 42374 0
Current children cumulated CPU time: 3571.79 s
Current children cumulated vsize: 171852 KiB
Current children cumulated memory: 166604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.15 4.10 4.09 5/263 27368
/proc/meminfo: memFree=129207452/131249988 swapFree=33010684/33010684
[pid=26964] ppid=26961 vsize=171852 memory=166604 CPUtime=3600 cores=4,6
/proc/26964/stat : 26964 (uwrmaxsat) R 26961 26964 25912 0 -1 4194304 104121 0 0 0 359807 193 0 0 20 0 1 0 35687427 175976448 41651 18446744073709551615 4198400 6176925 140727275572688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 23199744 140727275575658 140727275575785 140727275575785 140727275581387 0
/proc/26964/statm: 42963 41651 544 484 0 42374 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 171852 KiB
Current children cumulated memory: 166604 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.08 s, system=1.93713 s

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

Child status: 0

Real time (s): 3610.6
CPU time (s): 3600.02
CPU user time (s): 3598.08
CPU system time (s): 1.93713
CPU usage (%): 99.7069
Max. virtual memory (cumulated for all children) (KiB): 361208
Max. memory (cumulated for all children) (KiB): 359328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.08
system time used= 1.93713
maximum resident set size= 359328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104121
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= 25
involuntary context switches= 1565


# summary of solver processes directly reported to runsolver:
#   pid: 26964
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3598.08
#   total CPU system time (s): 1.93713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.77514 second user time and 15.4865 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 14:28:09
IDJOB=4512914
IDBENCH=162196
IDSOLVER=3372
FILE ID=nodeC031/4512914-1751200089
RUNJOBID= nodeC031-1751192867-25923
SLURM_JOB_ID= 9587586
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= 37b3a609918eb30d871bb851627bd55e
RANDOM SEED=1384006931

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.917
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.154
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		: 3700.000
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:        129468116 kB
MemAvailable:   129217100 kB
Buffers:            3280 kB
Cached:           558664 kB
SwapCached:            0 kB
Active:           820596 kB
Inactive:         339644 kB
Active(anon):     616360 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   339644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2972 kB
Writeback:             0 kB
AnonPages:        599804 kB
Mapped:           109520 kB
Shmem:             18064 kB
KReclaimable:      88684 kB
Slab:             174444 kB
SReclaimable:      88684 kB
SUnreclaim:        85760 kB
KernelStack:        4256 kB
PageTables:         4152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     931188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 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-29 15:28:20