Trace number 4512806

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.01 3609.8

General information on the benchmark

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

Solver Data

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=26228, runsolver pid=26225

[startup+0.10006 s]*
/proc/loadavg: 4.23 4.19 4.12 5/264 26229
/proc/meminfo: memFree=101154832/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=21896 memory=20160 CPUtime=0.09 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 5057 0 0 0 9 0 0 0 20 0 1 0 35610369 22421504 5040 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 5474 5040 480 484 0 4885 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21896 KiB
Current children cumulated memory: 20160 KiB

[startup+0.205513 s]*
/proc/loadavg: 4.23 4.19 4.12 5/264 26229
/proc/meminfo: memFree=101145192/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=27628 memory=24820 CPUtime=0.2 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 6914 0 0 0 19 1 0 0 20 0 1 0 35610369 28291072 6205 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 6907 6205 544 484 0 6318 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27628 KiB
Current children cumulated memory: 24820 KiB

[startup+0.305481 s]*
/proc/loadavg: 4.23 4.19 4.12 5/264 26229
/proc/meminfo: memFree=101141412/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=30800 memory=28020 CPUtime=0.3 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 7708 0 0 0 29 1 0 0 20 0 1 0 35610369 31539200 7005 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 7700 7005 544 484 0 7111 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 30800 KiB
Current children cumulated memory: 28020 KiB

[startup+0.700186 s]
/proc/loadavg: 4.23 4.19 4.12 5/264 26229
/proc/meminfo: memFree=101137380/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=34972 memory=32248 CPUtime=0.69 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 10042 0 0 0 67 2 0 0 20 0 1 0 35610369 35811328 8062 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 8743 8062 544 484 0 8154 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 34972 KiB
Current children cumulated memory: 32248 KiB

[startup+1.50018 s]
/proc/loadavg: 4.23 4.19 4.12 5/264 26229
/proc/meminfo: memFree=101129188/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=34808 memory=32340 CPUtime=1.49 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 10805 0 0 0 147 2 0 0 20 0 1 0 35610369 35643392 8085 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 8702 8085 544 484 0 8113 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 34808 KiB
Current children cumulated memory: 32340 KiB

[startup+3.10529 s]
/proc/loadavg: 4.21 4.19 4.12 5/264 26229
/proc/meminfo: memFree=101063460/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=34808 memory=32384 CPUtime=3.09 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 11259 0 0 0 307 2 0 0 20 0 1 0 35610369 35643392 8096 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 8702 8096 544 484 0 8113 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 34808 KiB
Current children cumulated memory: 32384 KiB

[startup+6.30019 s]
/proc/loadavg: 4.21 4.19 4.12 5/264 26229
/proc/meminfo: memFree=100985512/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=40400 memory=38040 CPUtime=6.26 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 14066 0 0 0 624 2 0 0 20 0 1 0 35610369 41369600 9510 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 10100 9510 544 484 0 9511 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 40400 KiB
Current children cumulated memory: 38040 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.18 4.12 5/264 26229
/proc/meminfo: memFree=100844312/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=48292 memory=45824 CPUtime=12.65 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 15395 0 0 0 1262 3 0 0 20 0 1 0 35610369 49451008 11456 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 12073 11456 544 484 0 11484 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 45824 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.17 4.11 5/263 26229
/proc/meminfo: memFree=100547904/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=63096 memory=60736 CPUtime=25.41 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 18912 0 0 0 2537 4 0 0 20 0 1 0 35610369 64610304 15184 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 15774 15184 544 484 0 15185 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 63096 KiB
Current children cumulated memory: 60736 KiB

[startup+51.1053 s]
/proc/loadavg: 4.16 4.17 4.11 5/263 26229
/proc/meminfo: memFree=100023340/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=49624 memory=47164 CPUtime=50.95 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 20363 0 0 0 5090 5 0 0 20 0 1 0 35610369 50814976 11791 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 12406 11791 544 484 0 11817 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 49624 KiB
Current children cumulated memory: 47164 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.18 4.12 5/263 26276
/proc/meminfo: memFree=108599552/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=82936 memory=80772 CPUtime=101.99 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 26364 0 0 0 10191 8 0 0 20 0 1 0 35610369 84926464 20193 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 20734 20193 544 484 0 20145 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 82936 KiB
Current children cumulated memory: 80772 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.16 4.11 5/265 26284
/proc/meminfo: memFree=107984996/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=82936 memory=80780 CPUtime=161.79 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 28207 0 0 0 16170 9 0 0 20 0 1 0 35610369 84926464 20195 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 20734 20195 544 484 0 20145 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 82936 KiB
Current children cumulated memory: 80780 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/264 26330
/proc/meminfo: memFree=119149304/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=82936 memory=80780 CPUtime=221.59 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 28228 0 0 0 22150 9 0 0 20 0 1 0 35610369 84926464 20195 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 20734 20195 544 484 0 20145 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 82936 KiB
Current children cumulated memory: 80780 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 26378
/proc/meminfo: memFree=129720780/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=128676 memory=126520 CPUtime=281.4 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 38203 0 0 0 28121 19 0 0 20 0 1 0 35610369 131764224 31630 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 32169 31630 544 484 0 31580 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 128676 KiB
Current children cumulated memory: 126520 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/265 26380
/proc/meminfo: memFree=129622616/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=135468 memory=133824 CPUtime=341.23 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 42510 0 0 0 34102 21 0 0 20 0 1 0 35610369 138719232 33456 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 33867 33456 544 484 0 33278 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 135468 KiB
Current children cumulated memory: 133824 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 4.11 4.09 5/266 26383
/proc/meminfo: memFree=129540748/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=174364 memory=172592 CPUtime=401.1 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 47555 0 0 0 40085 25 0 0 20 0 1 0 35610369 178548736 43148 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 43591 43148 544 484 0 43002 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 174364 KiB
Current children cumulated memory: 172592 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 26385
/proc/meminfo: memFree=129537592/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=132176 memory=130404 CPUtime=460.94 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 51459 0 0 0 46065 29 0 0 20 0 1 0 35610369 135348224 32601 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 33044 32601 544 484 0 32455 0
Current children cumulated CPU time: 460.94 s

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

Current children cumulated memory: 227204 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.13 4.11 5/264 26515
/proc/meminfo: memFree=129189632/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=229036 memory=227204 CPUtime=2854.59 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 122692 0 0 0 285275 184 0 0 20 0 1 0 35610369 234532864 56801 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 57259 56801 544 484 0 56670 0
Current children cumulated CPU time: 2854.59 s
Current children cumulated vsize: 229036 KiB
Current children cumulated memory: 227204 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/262 26517
/proc/meminfo: memFree=129231864/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=230808 memory=228996 CPUtime=2914.42 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 123215 0 0 0 291257 185 0 0 20 0 1 0 35610369 236347392 57249 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 57702 57249 544 484 0 57113 0
Current children cumulated CPU time: 2914.42 s
Current children cumulated vsize: 230808 KiB
Current children cumulated memory: 228996 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/263 26520
/proc/meminfo: memFree=129208524/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=232068 memory=230276 CPUtime=2974.24 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 123545 0 0 0 297239 185 0 0 20 0 1 0 35610369 237637632 57569 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 58017 57569 544 484 0 57428 0
Current children cumulated CPU time: 2974.24 s
Current children cumulated vsize: 232068 KiB
Current children cumulated memory: 230276 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/264 26525
/proc/meminfo: memFree=129183388/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=232068 memory=230276 CPUtime=3034.07 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 123546 0 0 0 303221 186 0 0 20 0 1 0 35610369 237637632 57569 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 58017 57569 544 484 0 57428 0
Current children cumulated CPU time: 3034.07 s
Current children cumulated vsize: 232068 KiB
Current children cumulated memory: 230276 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/264 26527
/proc/meminfo: memFree=129171804/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=233364 memory=231556 CPUtime=3093.91 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 123870 0 0 0 309204 187 0 0 20 0 1 0 35610369 238964736 57889 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 58341 57889 544 484 0 57752 0
Current children cumulated CPU time: 3093.91 s
Current children cumulated vsize: 233364 KiB
Current children cumulated memory: 231556 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/264 26533
/proc/meminfo: memFree=129170964/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=233364 memory=231556 CPUtime=3153.74 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 123870 0 0 0 315187 187 0 0 20 0 1 0 35610369 238964736 57889 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 58341 57889 544 484 0 57752 0
Current children cumulated CPU time: 3153.74 s
Current children cumulated vsize: 233364 KiB
Current children cumulated memory: 231556 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/264 26535
/proc/meminfo: memFree=129162812/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=233364 memory=231556 CPUtime=3213.58 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 123962 0 0 0 321171 187 0 0 20 0 1 0 35610369 238964736 57889 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 58341 57889 544 484 0 57752 0
Current children cumulated CPU time: 3213.58 s
Current children cumulated vsize: 233364 KiB
Current children cumulated memory: 231556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 26537
/proc/meminfo: memFree=129159528/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=242688 memory=240900 CPUtime=3273.42 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 124769 0 0 0 327154 188 0 0 20 0 1 0 35610369 248512512 60225 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 60672 60225 544 484 0 60083 0
Current children cumulated CPU time: 3273.42 s
Current children cumulated vsize: 242688 KiB
Current children cumulated memory: 240900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 26541
/proc/meminfo: memFree=129154508/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=242688 memory=240900 CPUtime=3333.25 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 124770 0 0 0 333136 189 0 0 20 0 1 0 35610369 248512512 60225 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 60672 60225 544 484 0 60083 0
Current children cumulated CPU time: 3333.25 s
Current children cumulated vsize: 242688 KiB
Current children cumulated memory: 240900 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 26543
/proc/meminfo: memFree=129147396/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=243984 memory=242180 CPUtime=3393.08 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 125094 0 0 0 339119 189 0 0 20 0 1 0 35610369 249839616 60545 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 60996 60545 544 484 0 60407 0
Current children cumulated CPU time: 3393.08 s
Current children cumulated vsize: 243984 KiB
Current children cumulated memory: 242180 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/264 26545
/proc/meminfo: memFree=129146212/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=243984 memory=242180 CPUtime=3452.92 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 125094 0 0 0 345102 190 0 0 20 0 1 0 35610369 249839616 60545 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 60996 60545 544 484 0 60407 0
Current children cumulated CPU time: 3452.92 s
Current children cumulated vsize: 243984 KiB
Current children cumulated memory: 242180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 26548
/proc/meminfo: memFree=129137096/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=245288 memory=243460 CPUtime=3512.74 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 125528 0 0 0 351084 190 0 0 20 0 1 0 35610369 251174912 60865 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 61322 60865 544 484 0 60733 0
Current children cumulated CPU time: 3512.74 s
Current children cumulated vsize: 245288 KiB
Current children cumulated memory: 243460 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 26550
/proc/meminfo: memFree=129137260/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=245288 memory=243460 CPUtime=3572.57 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 125528 0 0 0 357066 191 0 0 20 0 1 0 35610369 251174912 60865 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 61322 60865 544 484 0 60733 0
Current children cumulated CPU time: 3572.57 s
Current children cumulated vsize: 245288 KiB
Current children cumulated memory: 243460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 26550
/proc/meminfo: memFree=129184424/131250000 swapFree=33010684/33010684
[pid=26228] ppid=26225 vsize=246320 memory=244484 CPUtime=3600 cores=4,6
/proc/26228/stat : 26228 (uwrmaxsat) R 26225 26228 23901 0 -1 4194304 125786 0 0 0 359809 191 0 0 20 0 1 0 35610369 252231680 61121 18446744073709551615 4198400 6176925 140721861082672 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 16252928 140721861085546 140721861085673 140721861085673 140721861091275 0
/proc/26228/statm: 61580 61121 544 484 0 60991 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 246320 KiB
Current children cumulated memory: 244484 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.09 s, system=1.91946 s

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

Child status: 0

Real time (s): 3609.8
CPU time (s): 3600.01
CPU user time (s): 3598.09
CPU system time (s): 1.91946
CPU usage (%): 99.7288
Max. virtual memory (cumulated for all children) (KiB): 352420
Max. memory (cumulated for all children) (KiB): 350484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.09
system time used= 1.91946
maximum resident set size= 350484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125786
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= 28
involuntary context switches= 3079


# summary of solver processes directly reported to runsolver:
#   pid: 26228
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3598.09
#   total CPU system time (s): 1.91946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22725 second user time and 15.4489 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-29 14:24:39
IDJOB=4512806
IDBENCH=162160
IDSOLVER=3372
FILE ID=nodeC028/4512806-1751199878
RUNJOBID= nodeC028-1751194547-23912
SLURM_JOB_ID= 9587599
Free space on /tmp= 432796 MiB

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

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

MD5SUM BENCH= ab6600e5fcf1c6d7769b5fd648c35e77
RANDOM SEED=1857775621

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.077
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 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.086
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		: 3600.518
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		: 3602.186
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.082
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.058
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		: 3600.020
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.400
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:        101162704 kB
MemAvailable:   101136252 kB
Buffers:            3280 kB
Cached:           783412 kB
SwapCached:            0 kB
Active:         28903600 kB
Inactive:         527044 kB
Active(anon):   28662020 kB
Inactive(anon):        0 kB
Active(file):     241580 kB
Inactive(file):   527044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2976 kB
Writeback:             0 kB
AnonPages:      28646992 kB
Mapped:           108544 kB
Shmem:             18068 kB
KReclaimable:      88328 kB
Slab:             171628 kB
SReclaimable:      88328 kB
SUnreclaim:        83300 kB
KernelStack:        4304 kB
PageTables:        60404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   31152292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16093184 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:24:49