Trace number 4542361

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.04 3610.2

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb
MD5SUM623c8f5cac41c95d6cbe9efd54b08dc9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.38233
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96646
Total number of constraints11257
Number of constraints which are clauses5755
Number of constraints which are cardinality constraints (but not clauses)4556
Number of constraints which are nor clauses,nor cardinality constraints946
Minimum length of a constraint19
Maximum length of a constraint24
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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.30/0.38	c Converting 11257 PB-constraints to clauses...
0.78/0.84	c ============================[ Encoding Statistics ]============================
0.78/0.84	c |  Number of variables:        147963                                         |
0.78/0.84	c |  Number of clauses:          564329                                         |
0.78/0.84	c ===============================================================================
3600.02/3610.20	c *** TERMINATED by signal 15 ***
3600.02/3610.20	c _______________________________________________________________________________
3600.02/3610.20	c 
3600.02/3610.20	c _______________________________________________________________________________
3600.02/3610.20	c 
3600.02/3610.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3610.20	c Memory used            : 459.00 MB
3600.02/3610.20	c CPU time               : 3595.57 s
3600.02/3610.20	c Constr Enc: Srt/BDD/Add: 5502 0 0
3600.02/3610.20	c _______________________________________________________________________________
3600.02/3610.20	c _______________________________________________________________________________
3600.02/3610.20	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62628 MiB free)
  memory of node 1: 64507 MiB (63447 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542361-1753217107/watcher-4542361-1753217107 -o /tmp/evaluation-result-4542361-1753217107/solver-4542361-1753217107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753209881-163445 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4542361-1753217107.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100057 s]*
/proc/loadavg: 4.15 4.11 4.09 5/263 164238
/proc/meminfo: memFree=129023140/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=21764 memory=20508 CPUtime=0.09 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 5122 0 0 0 9 0 0 0 20 0 1 0 237388504 22286336 5127 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 5441 5127 448 484 0 4852 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21764 KiB
Current children cumulated memory: 20508 KiB

[startup+0.204664 s]*
/proc/loadavg: 4.15 4.11 4.09 5/261 164246
/proc/meminfo: memFree=128982328/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=39880 memory=38488 CPUtime=0.2 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 9998 0 0 0 19 1 0 0 20 0 1 0 237388504 40837120 9622 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 10006 9622 448 484 0 9417 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39880 KiB
Current children cumulated memory: 38488 KiB

[startup+0.305685 s]*
/proc/loadavg: 4.15 4.11 4.09 5/261 164246
/proc/meminfo: memFree=128954860/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=62096 memory=59480 CPUtime=0.3 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 15006 0 0 0 28 2 0 0 20 0 1 0 237388504 63586304 14870 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 15524 14870 448 484 0 14935 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 62096 KiB
Current children cumulated memory: 59480 KiB

[startup+0.700129 s]
/proc/loadavg: 4.15 4.11 4.09 5/261 164246
/proc/meminfo: memFree=128893372/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=132232 memory=129260 CPUtime=0.68 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 28811 0 0 0 64 4 0 0 20 0 1 0 237388504 135405568 32315 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 33058 32315 480 484 0 32469 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 132232 KiB
Current children cumulated memory: 129260 KiB

[startup+1.50013 s]
/proc/loadavg: 4.15 4.11 4.09 6/263 164258
/proc/meminfo: memFree=128724408/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=228040 memory=220184 CPUtime=1.48 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 41433 0 0 0 140 8 0 0 20 0 1 0 237388504 233512960 55046 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 57010 55046 544 484 0 56421 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 228040 KiB
Current children cumulated memory: 220184 KiB

[startup+3.10469 s]
/proc/loadavg: 4.15 4.11 4.09 6/266 164284
/proc/meminfo: memFree=128100696/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=241200 memory=236388 CPUtime=3.09 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 44916 0 0 0 299 10 0 0 20 0 1 0 237388504 246988800 59097 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 60300 59097 544 484 0 59711 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 241200 KiB
Current children cumulated memory: 236388 KiB

[startup+6.30012 s]
/proc/loadavg: 4.14 4.10 4.09 6/266 164284
/proc/meminfo: memFree=127185812/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=241872 memory=238296 CPUtime=6.27 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 46840 0 0 0 614 13 0 0 20 0 1 0 237388504 247676928 59574 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 60468 59574 544 484 0 59879 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 241872 KiB
Current children cumulated memory: 238296 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.10 4.09 6/266 164284
/proc/meminfo: memFree=125705564/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=199096 memory=195684 CPUtime=12.66 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 48512 0 0 0 1251 15 0 0 20 0 1 0 237388504 203874304 48921 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 49774 48921 544 484 0 49185 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 199096 KiB
Current children cumulated memory: 195684 KiB

[startup+25.5001 s]
/proc/loadavg: 4.10 4.10 4.09 6/266 164284
/proc/meminfo: memFree=123966440/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=246452 memory=229912 CPUtime=25.42 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 56842 0 0 0 2520 22 0 0 20 0 1 0 237388504 252366848 57478 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 61613 57478 544 484 0 61024 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 246452 KiB
Current children cumulated memory: 229912 KiB

[startup+51.1047 s]
/proc/loadavg: 4.12 4.10 4.09 6/266 164285
/proc/meminfo: memFree=123899740/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=251052 memory=247512 CPUtime=50.96 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 62098 0 0 0 5069 27 0 0 20 0 1 0 237388504 257077248 61878 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 62763 61878 544 484 0 62174 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 251052 KiB
Current children cumulated memory: 247512 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/265 164286
/proc/meminfo: memFree=123900444/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=244000 memory=240344 CPUtime=102 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 68880 0 0 0 10166 34 0 0 20 0 1 0 237388504 249856000 60086 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 61000 60086 544 484 0 60411 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 244000 KiB
Current children cumulated memory: 240344 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/265 164288
/proc/meminfo: memFree=123862768/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=275448 memory=271836 CPUtime=161.8 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 76811 0 0 0 16139 41 0 0 20 0 1 0 237388504 282058752 67959 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 68862 67959 544 484 0 68273 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 275448 KiB
Current children cumulated memory: 271836 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.09 4.09 6/266 164293
/proc/meminfo: memFree=123721708/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=245288 memory=241636 CPUtime=221.61 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 79874 0 0 0 22117 44 0 0 20 0 1 0 237388504 251174912 60409 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 61322 60409 544 484 0 60733 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 245288 KiB
Current children cumulated memory: 241636 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 6/266 164299
/proc/meminfo: memFree=123777284/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=247740 memory=244204 CPUtime=281.43 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 90496 0 0 0 28084 59 0 0 20 0 1 0 237388504 253685760 61051 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 61935 61051 544 484 0 61346 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 247740 KiB
Current children cumulated memory: 244204 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.10 4.09 6/266 164302
/proc/meminfo: memFree=123739036/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=248100 memory=244564 CPUtime=341.24 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 99239 0 0 0 34051 73 0 0 20 0 1 0 237388504 254054400 61141 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 62025 61141 544 484 0 61436 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 248100 KiB
Current children cumulated memory: 244564 KiB

[startup+402.3 s]
/proc/loadavg: 4.40 4.16 4.11 6/266 164304
/proc/meminfo: memFree=123732292/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=249944 memory=246412 CPUtime=401.05 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 107292 0 0 0 40020 85 0 0 20 0 1 0 237388504 255942656 61603 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 62486 61603 544 484 0 61897 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 249944 KiB
Current children cumulated memory: 246412 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 4.16 4.11 6/265 164306
/proc/meminfo: memFree=123732260/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=251084 memory=247568 CPUtime=460.86 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 113542 0 0 0 45992 94 0 0 20 0 1 0 237388504 257110016 61892 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 62771 61892 544 484 0 62182 0

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

Current children cumulated memory: 329644 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/264 164491
/proc/meminfo: memFree=119796584/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=332204 memory=329948 CPUtime=2854.09 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 285724 0 0 0 285028 381 0 0 20 0 1 0 237388504 340176896 82487 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83051 82487 544 484 0 82462 0
Current children cumulated CPU time: 2854.09 s
Current children cumulated vsize: 332204 KiB
Current children cumulated memory: 329948 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/264 164493
/proc/meminfo: memFree=119801200/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=328940 memory=326684 CPUtime=2913.94 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 287972 0 0 0 291007 387 0 0 20 0 1 0 237388504 336834560 81671 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 82235 81671 544 484 0 81646 0
Current children cumulated CPU time: 2913.94 s
Current children cumulated vsize: 328940 KiB
Current children cumulated memory: 326684 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.11 4.10 5/264 164495
/proc/meminfo: memFree=119809112/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=386120 memory=380688 CPUtime=2973.78 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 289926 0 0 0 296986 392 0 0 20 0 1 0 237388504 395386880 95172 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 96530 95172 544 484 0 95941 0
Current children cumulated CPU time: 2973.78 s
Current children cumulated vsize: 386120 KiB
Current children cumulated memory: 380688 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 164498
/proc/meminfo: memFree=119817380/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=335004 memory=332748 CPUtime=3033.63 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 292072 0 0 0 302966 397 0 0 20 0 1 0 237388504 343044096 83187 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83751 83187 544 484 0 83162 0
Current children cumulated CPU time: 3033.63 s
Current children cumulated vsize: 335004 KiB
Current children cumulated memory: 332748 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 164500
/proc/meminfo: memFree=119807876/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=333920 memory=331664 CPUtime=3093.47 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 294603 0 0 0 308943 404 0 0 20 0 1 0 237388504 341934080 82916 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83480 82916 544 484 0 82891 0
Current children cumulated CPU time: 3093.47 s
Current children cumulated vsize: 333920 KiB
Current children cumulated memory: 331664 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 164502
/proc/meminfo: memFree=119779592/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=334308 memory=332052 CPUtime=3153.31 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 296651 0 0 0 314923 408 0 0 20 0 1 0 237388504 342331392 83013 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83577 83013 544 484 0 82988 0
Current children cumulated CPU time: 3153.31 s
Current children cumulated vsize: 334308 KiB
Current children cumulated memory: 332052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 164504
/proc/meminfo: memFree=119765368/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=334236 memory=331980 CPUtime=3213.15 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 298716 0 0 0 320902 413 0 0 20 0 1 0 237388504 342257664 82995 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83559 82995 544 484 0 82970 0
Current children cumulated CPU time: 3213.15 s
Current children cumulated vsize: 334236 KiB
Current children cumulated memory: 331980 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 164509
/proc/meminfo: memFree=119772900/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=333464 memory=331208 CPUtime=3272.99 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 300759 0 0 0 326881 418 0 0 20 0 1 0 237388504 341467136 82802 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83366 82802 544 484 0 82777 0
Current children cumulated CPU time: 3272.99 s
Current children cumulated vsize: 333464 KiB
Current children cumulated memory: 331208 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 164515
/proc/meminfo: memFree=119787152/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=332904 memory=330648 CPUtime=3332.83 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 303186 0 0 0 332860 423 0 0 20 0 1 0 237388504 340893696 82662 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83226 82662 544 484 0 82637 0
Current children cumulated CPU time: 3332.83 s
Current children cumulated vsize: 332904 KiB
Current children cumulated memory: 330648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 164517
/proc/meminfo: memFree=119793788/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=331692 memory=329436 CPUtime=3392.68 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 305358 0 0 0 338840 428 0 0 20 0 1 0 237388504 339652608 82359 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 82923 82359 544 484 0 82334 0
Current children cumulated CPU time: 3392.68 s
Current children cumulated vsize: 331692 KiB
Current children cumulated memory: 329436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 164519
/proc/meminfo: memFree=119787056/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=334160 memory=331904 CPUtime=3452.52 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 307602 0 0 0 344819 433 0 0 20 0 1 0 237388504 342179840 82976 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83540 82976 544 484 0 82951 0
Current children cumulated CPU time: 3452.52 s
Current children cumulated vsize: 334160 KiB
Current children cumulated memory: 331904 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 164521
/proc/meminfo: memFree=119783784/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=337476 memory=335220 CPUtime=3512.36 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 309948 0 0 0 350798 438 0 0 20 0 1 0 237388504 345575424 83805 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 84369 83805 544 484 0 83780 0
Current children cumulated CPU time: 3512.36 s
Current children cumulated vsize: 337476 KiB
Current children cumulated memory: 335220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 164523
/proc/meminfo: memFree=119758044/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=341832 memory=339576 CPUtime=3572.19 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 312071 0 0 0 356776 443 0 0 20 0 1 0 237388504 350035968 84894 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 85458 84894 544 484 0 84869 0
Current children cumulated CPU time: 3572.19 s
Current children cumulated vsize: 341832 KiB
Current children cumulated memory: 339576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.07 4.08 4.09 4/260 164535
/proc/meminfo: memFree=121609868/131249996 swapFree=33010416/33010684
[pid=164237] ppid=164226 vsize=333248 memory=330992 CPUtime=3600.02 cores=0,2
/proc/164237/stat : 164237 (uwrmaxsat) R 164226 164237 163435 0 -1 4194304 312605 0 0 0 359556 446 0 0 20 0 1 0 237388504 341245952 82748 18446744073709551615 4198400 6176925 140721014357968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 26963968 140721014364520 140721014364647 140721014364647 140721014370251 0
/proc/164237/statm: 83312 82748 544 484 0 82723 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 333248 KiB
Current children cumulated memory: 330992 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.57 s, system=4.47198 s

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

Child status: 0

Real time (s): 3610.2
CPU time (s): 3600.04
CPU user time (s): 3595.57
CPU system time (s): 4.47198
CPU usage (%): 99.7184
Max. virtual memory (cumulated for all children) (KiB): 470592
Max. memory (cumulated for all children) (KiB): 466852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.57
system time used= 4.47199
maximum resident set size= 466852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312605
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= 48
involuntary context switches= 4680


# summary of solver processes directly reported to runsolver:
#   pid: 164237
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3595.57
#   total CPU system time (s): 4.47198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.78015 second user time and 14.555 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-22 22:45:07
IDJOB=4542361
IDBENCH=163921
IDSOLVER=3372
FILE ID=nodeC017/4542361-1753217107
RUNJOBID= nodeC017-1753209881-163445
SLURM_JOB_ID= 9687774
Free space on /tmp= 433020 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542361-1753217107/watcher-4542361-1753217107 -o /tmp/evaluation-result-4542361-1753217107/solver-4542361-1753217107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753209881-163445 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4542361-1753217107.opb -mem-lim=31000

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

MD5SUM BENCH= 623c8f5cac41c95d6cbe9efd54b08dc9
RANDOM SEED=1613162073

nodeC017 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.059
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.12
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.066
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.12
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.192
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.12
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		: 3618.616
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.12
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.322
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.12
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.616
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.12
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.202
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.12
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		: 3605.051
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129106416 kB
MemAvailable:   129553612 kB
Buffers:            1688 kB
Cached:          1214492 kB
SwapCached:           32 kB
Active:          1190560 kB
Inactive:         240760 kB
Active(anon):     217276 kB
Inactive(anon):    24108 kB
Active(file):     973284 kB
Inactive(file):   216652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37536 kB
Writeback:             0 kB
AnonPages:        218252 kB
Mapped:           110704 kB
Shmem:             26240 kB
KReclaimable:     192600 kB
Slab:             288120 kB
SReclaimable:     192600 kB
SUnreclaim:        95520 kB
KernelStack:        4236 kB
PageTables:         3356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     511752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432912 MiB
End job on nodeC017 at 2025-07-22 23:45:18