Trace number 4544077

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.09 3610.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_06_048.opb
MD5SUM9511341aa7d4b7fef4c29d2b14b834db
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 benchmark0.135504
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14118
Total number of constraints583
Number of constraints which are clauses295
Number of constraints which are cardinality constraints (but not clauses)288
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint49
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
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.05	c Converting 583 PB-constraints to clauses...
0.00/0.09	c ============================[ Encoding Statistics ]============================
0.00/0.09	c |  Number of variables:         17574                                         |
0.00/0.09	c |  Number of clauses:           61351                                         |
0.00/0.09	c ===============================================================================
3600.09/3610.10	c *** TERMINATED by signal 15 ***
3600.09/3610.10	c _______________________________________________________________________________
3600.09/3610.10	c 
3600.09/3610.10	c _______________________________________________________________________________
3600.09/3610.10	c 
3600.09/3610.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3610.10	c Memory used            : 1157.00 MB
3600.09/3610.10	c CPU time               : 3598.04 s
3600.09/3610.10	c Constr Enc: Srt/BDD/Add: 288 0 0
3600.09/3610.10	c _______________________________________________________________________________
3600.09/3610.10	c _______________________________________________________________________________
3600.09/3610.10	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 (59698 MiB free)
  memory of node 1: 64507 MiB (52991 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544077-1753228692/watcher-4544077-1753228692 -o /tmp/evaluation-result-4544077-1753228692/solver-4544077-1753228692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753221469-176444 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4544077-1753228692.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=177697, runsolver pid=177694

[startup+0.10006 s]*
/proc/loadavg: 4.09 4.08 4.09 5/261 177698
/proc/meminfo: memFree=115374272/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=24584 memory=22484 CPUtime=0.09 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 6160 0 0 0 9 0 0 0 20 0 1 0 238549081 25174016 5621 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 6146 5621 512 484 0 5557 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24584 KiB
Current children cumulated memory: 22484 KiB

[startup+0.204532 s]*
/proc/loadavg: 4.09 4.08 4.09 5/259 177706
/proc/meminfo: memFree=115364696/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=31752 memory=27720 CPUtime=0.2 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 8913 0 0 0 19 1 0 0 20 0 1 0 238549081 32514048 6898 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 7938 6930 512 484 0 7349 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 31752 KiB
Current children cumulated memory: 27720 KiB

[startup+0.305462 s]*
/proc/loadavg: 4.09 4.08 4.09 4/259 177706
/proc/meminfo: memFree=115364696/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=28228 memory=25680 CPUtime=0.29 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 9632 0 0 0 28 1 0 0 20 0 1 0 238549081 28905472 6420 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 7057 6420 512 484 0 6468 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 28228 KiB
Current children cumulated memory: 25680 KiB

[startup+0.700153 s]
/proc/loadavg: 4.09 4.08 4.09 4/259 177706
/proc/meminfo: memFree=115364444/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=30416 memory=27848 CPUtime=0.67 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 13745 0 0 0 65 2 0 0 20 0 1 0 238549081 31145984 6962 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 7604 6962 512 484 0 7015 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 30416 KiB
Current children cumulated memory: 27848 KiB

[startup+1.50018 s]
/proc/loadavg: 4.09 4.08 4.09 3/255 177718
/proc/meminfo: memFree=115568320/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=30736 memory=28664 CPUtime=1.46 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 18423 0 0 0 143 3 0 0 20 0 1 0 238549081 31473664 7166 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 7684 7166 512 484 0 7095 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 30736 KiB
Current children cumulated memory: 28664 KiB

[startup+3.10527 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 177833
/proc/meminfo: memFree=115390840/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=31696 memory=29704 CPUtime=3.06 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 21935 0 0 0 302 4 0 0 20 0 1 0 238549081 32456704 7426 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 7924 7426 512 484 0 7335 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 31696 KiB
Current children cumulated memory: 29704 KiB

[startup+6.30012 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 177835
/proc/meminfo: memFree=115231004/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=41052 memory=39048 CPUtime=6.25 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 25793 0 0 0 620 5 0 0 20 0 1 0 238549081 42037248 9762 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 10263 9762 512 484 0 9674 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 41052 KiB
Current children cumulated memory: 39048 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 177835
/proc/meminfo: memFree=115188692/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=41348 memory=39300 CPUtime=12.64 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 30302 0 0 0 1257 7 0 0 20 0 1 0 238549081 42340352 9825 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 10337 9825 512 484 0 9748 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 41348 KiB
Current children cumulated memory: 39300 KiB

[startup+25.5001 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 177835
/proc/meminfo: memFree=115222588/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=49444 memory=47368 CPUtime=25.4 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 39060 0 0 0 2531 9 0 0 20 0 1 0 238549081 50630656 11842 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 12361 11842 512 484 0 11772 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 49444 KiB
Current children cumulated memory: 47368 KiB

[startup+51.1053 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 177835
/proc/meminfo: memFree=115183284/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=54112 memory=52144 CPUtime=50.95 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 43566 0 0 0 5084 11 0 0 20 0 1 0 238549081 55410688 13036 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 13528 13036 512 484 0 12939 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 54112 KiB
Current children cumulated memory: 52144 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 177837
/proc/meminfo: memFree=115187312/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=79772 memory=77704 CPUtime=102.02 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 54402 0 0 0 10187 15 0 0 20 0 1 0 238549081 81686528 19426 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 19943 19426 512 484 0 19354 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 79772 KiB
Current children cumulated memory: 77704 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 177839
/proc/meminfo: memFree=115133144/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=90952 memory=89344 CPUtime=161.87 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 61337 0 0 0 16169 18 0 0 20 0 1 0 238549081 93134848 22336 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 22738 22336 512 484 0 22149 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 90952 KiB
Current children cumulated memory: 89344 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 177857
/proc/meminfo: memFree=115120128/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=91204 memory=89608 CPUtime=221.74 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 63324 0 0 0 22154 20 0 0 20 0 1 0 238549081 93392896 22402 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 22801 22402 512 484 0 22212 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 91204 KiB
Current children cumulated memory: 89608 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/265 177863
/proc/meminfo: memFree=115074548/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=122776 memory=121220 CPUtime=281.6 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 66068 0 0 0 28138 22 0 0 20 0 1 0 238549081 125722624 30305 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 30694 30305 512 484 0 30105 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 122776 KiB
Current children cumulated memory: 121220 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 177865
/proc/meminfo: memFree=115022448/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=108156 memory=106544 CPUtime=341.46 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 70747 0 0 0 34121 25 0 0 20 0 1 0 238549081 110751744 26636 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 27039 26636 512 484 0 26450 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 108156 KiB
Current children cumulated memory: 106544 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/264 177867
/proc/meminfo: memFree=115035056/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=154192 memory=152412 CPUtime=401.32 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 82755 0 0 0 40100 32 0 0 20 0 1 0 238549081 157892608 38103 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 38548 38103 512 484 0 37959 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 154192 KiB
Current children cumulated memory: 152412 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 177871
/proc/meminfo: memFree=115023200/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=174512 memory=172808 CPUtime=461.18 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 85027 0 0 0 46083 35 0 0 20 0 1 0 238549081 178700288 43202 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 43628 43202 512 484 0 43039 0
Current children cumulated CPU time: 461.18 s

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

Current children cumulated memory: 247440 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 178035
/proc/meminfo: memFree=114222452/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=238560 memory=237024 CPUtime=2914.25 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 239234 0 0 0 291277 148 0 0 20 0 1 0 238549081 244285440 59256 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 59640 59256 512 484 0 59051 0
Current children cumulated CPU time: 2914.25 s
Current children cumulated vsize: 238560 KiB
Current children cumulated memory: 237024 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/262 178037
/proc/meminfo: memFree=114247972/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=234300 memory=232764 CPUtime=2974.08 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 241165 0 0 0 297257 151 0 0 20 0 1 0 238549081 239923200 58191 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 58575 58191 512 484 0 57986 0
Current children cumulated CPU time: 2974.08 s
Current children cumulated vsize: 234300 KiB
Current children cumulated memory: 232764 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/264 178043
/proc/meminfo: memFree=114223940/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=238684 memory=237228 CPUtime=3033.91 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 244149 0 0 0 303235 156 0 0 20 0 1 0 238549081 244412416 59307 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 59671 59307 512 484 0 59082 0
Current children cumulated CPU time: 3033.91 s
Current children cumulated vsize: 238684 KiB
Current children cumulated memory: 237228 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/264 178045
/proc/meminfo: memFree=114181112/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=238916 memory=237460 CPUtime=3093.74 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 246693 0 0 0 309213 161 0 0 20 0 1 0 238549081 244649984 59365 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 59729 59365 512 484 0 59140 0
Current children cumulated CPU time: 3093.74 s
Current children cumulated vsize: 238916 KiB
Current children cumulated memory: 237460 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/264 178047
/proc/meminfo: memFree=114129192/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=276548 memory=275092 CPUtime=3153.57 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 249046 0 0 0 315191 166 0 0 20 0 1 0 238549081 283185152 68773 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 69137 68773 512 484 0 68548 0
Current children cumulated CPU time: 3153.57 s
Current children cumulated vsize: 276548 KiB
Current children cumulated memory: 275092 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 178049
/proc/meminfo: memFree=114096028/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=241800 memory=240344 CPUtime=3213.4 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 251486 0 0 0 321168 172 0 0 20 0 1 0 238549081 247603200 60086 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 60450 60086 512 484 0 59861 0
Current children cumulated CPU time: 3213.4 s
Current children cumulated vsize: 241800 KiB
Current children cumulated memory: 240344 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 178055
/proc/meminfo: memFree=113795320/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=242464 memory=241008 CPUtime=3273.23 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 253504 0 0 0 327148 175 0 0 20 0 1 0 238549081 248283136 60252 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 60616 60252 512 484 0 60027 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 242464 KiB
Current children cumulated memory: 241008 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 178057
/proc/meminfo: memFree=113821464/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=242860 memory=241404 CPUtime=3333.05 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 255504 0 0 0 333127 178 0 0 20 0 1 0 238549081 248688640 60351 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 60715 60351 512 484 0 60126 0
Current children cumulated CPU time: 3333.05 s
Current children cumulated vsize: 242860 KiB
Current children cumulated memory: 241404 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/264 178060
/proc/meminfo: memFree=113509884/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=245912 memory=242064 CPUtime=3392.87 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 257895 0 0 0 339102 185 0 0 20 0 1 0 238549081 251813888 60516 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 61478 60516 512 484 0 60889 0
Current children cumulated CPU time: 3392.87 s
Current children cumulated vsize: 245912 KiB
Current children cumulated memory: 242064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 178062
/proc/meminfo: memFree=113565436/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=278616 memory=274768 CPUtime=3452.7 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 261033 0 0 0 345079 191 0 0 20 0 1 0 238549081 285302784 68692 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 69654 68692 512 484 0 69065 0
Current children cumulated CPU time: 3452.7 s
Current children cumulated vsize: 278616 KiB
Current children cumulated memory: 274768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 6/264 178064
/proc/meminfo: memFree=113457500/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=247084 memory=243236 CPUtime=3512.52 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 263395 0 0 0 351057 195 0 0 20 0 1 0 238549081 253014016 60809 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 61771 60809 512 484 0 61182 0
Current children cumulated CPU time: 3512.52 s
Current children cumulated vsize: 247084 KiB
Current children cumulated memory: 243236 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 178066
/proc/meminfo: memFree=113824272/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=248488 memory=244640 CPUtime=3572.36 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 266552 0 0 0 357034 202 0 0 20 0 1 0 238549081 254451712 61160 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 62122 61160 512 484 0 61533 0
Current children cumulated CPU time: 3572.36 s
Current children cumulated vsize: 248488 KiB
Current children cumulated memory: 244640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 178066
/proc/meminfo: memFree=113821228/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=250660 memory=246812 CPUtime=3600.09 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 268522 0 0 0 359804 205 0 0 20 0 1 0 238549081 256675840 61703 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 62665 61703 512 484 0 62076 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 250660 KiB
Current children cumulated memory: 246812 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.04 s, system=2.05349 s

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

[startup+3610.11 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 178066
/proc/meminfo: memFree=113821228/131250000 swapFree=33010416/33010684
[pid=177697] ppid=177694 vsize=250660 memory=246812 CPUtime=3600.09 cores=4,6
/proc/177697/stat : 177697 (uwrmaxsat) R 177694 177697 176433 0 -1 4194304 268522 0 0 0 359804 205 0 0 20 0 1 0 238549081 256675840 61703 18446744073709551615 4198400 6176925 140727277805280 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 18292736 140727277807976 140727277808103 140727277808103 140727277813707 0
/proc/177697/statm: 62665 61703 512 484 0 62076 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 250660 KiB
Current children cumulated memory: 246812 KiB

Child status: 0

Real time (s): 3610.11
CPU time (s): 3600.09
CPU user time (s): 3598.04
CPU system time (s): 2.05349
CPU usage (%): 99.7226
Max. virtual memory (cumulated for all children) (KiB): 1185504
Max. memory (cumulated for all children) (KiB): 1182444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.04
system time used= 2.05349
maximum resident set size= 1182444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268522
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= 26
involuntary context switches= 2625


# summary of solver processes directly reported to runsolver:
#   pid: 177697
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.04
#   total CPU system time (s): 2.05349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63233 second user time and 15.4661 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 01:58:12
IDJOB=4544077
IDBENCH=174876
IDSOLVER=3372
FILE ID=nodeC027/4544077-1753228692
RUNJOBID= nodeC027-1753221469-176444
SLURM_JOB_ID= 9687812
Free space on /tmp= 432992 MiB

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

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

MD5SUM BENCH= 9511341aa7d4b7fef4c29d2b14b834db
RANDOM SEED=732454682

nodeC027 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		: 3598.847
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.29
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.623
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.29
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		: 3599.693
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.29
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		: 3575.572
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.29
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.616
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.29
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.557
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.29
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.663
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.29
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		: 3683.239
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115399028 kB
MemAvailable:   129331580 kB
Buffers:            2488 kB
Cached:         14698216 kB
SwapCached:            8 kB
Active:          1567740 kB
Inactive:       13601468 kB
Active(anon):     491968 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13598680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5284 kB
Writeback:             0 kB
AnonPages:        469992 kB
Mapped:           113368 kB
Shmem:             26252 kB
KReclaimable:     194276 kB
Slab:             289832 kB
SReclaimable:     194276 kB
SUnreclaim:        95556 kB
KernelStack:        4188 kB
PageTables:         4040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     796492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC027 at 2025-07-23 02:58:22