Trace number 4543960

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.02 3610.2

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_10_016.opb
MD5SUMa1449aeb0ea4317e9a99ca91ee17eb22
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.024216
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2730
Total number of constraints331
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint17
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
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.00/0.02	c Converting 331 PB-constraints to clauses...
0.00/0.04	c ============================[ Encoding Statistics ]============================
0.00/0.04	c |  Number of variables:          3370                                         |
0.00/0.04	c |  Number of clauses:           10731                                         |
0.00/0.04	c ===============================================================================
3600.01/3610.20	c *** TERMINATED by signal 15 ***
3600.01/3610.20	c _______________________________________________________________________________
3600.01/3610.20	c 
3600.01/3610.20	c _______________________________________________________________________________
3600.01/3610.20	c 
3600.01/3610.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3610.20	c Memory used            : 171.00 MB
3600.01/3610.20	c CPU time               : 3599.37 s
3600.01/3610.20	c Constr Enc: Srt/BDD/Add: 160 0 0
3600.01/3610.20	c _______________________________________________________________________________
3600.01/3610.20	c _______________________________________________________________________________
3600.01/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: 63794 MiB (62560 MiB free)
  memory of node 1: 64507 MiB (63128 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543960-1753228446/watcher-4543960-1753228446 -o /tmp/evaluation-result-4543960-1753228446/solver-4543960-1753228446 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753224833-151858 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4543960-1753228446.opb -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=152274, runsolver pid=152271
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 4.07 4.08 4.03 5/252 152284
/proc/meminfo: memFree=128701620/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=7088 memory=6516 CPUtime=0.1 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 1375 0 0 0 10 0 0 0 20 0 1 0 238523976 7258112 1629 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 1772 1629 544 484 0 1183 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 7088 KiB
Current children cumulated memory: 6516 KiB

[startup+0.214201 s]*
/proc/loadavg: 4.07 4.08 4.03 5/252 152284
/proc/meminfo: memFree=128701876/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=7368 memory=6884 CPUtime=0.21 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 1753 0 0 0 21 0 0 0 20 0 1 0 238523976 7544832 1721 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 1842 1721 544 484 0 1253 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 7368 KiB
Current children cumulated memory: 6884 KiB

[startup+0.314083 s]*
/proc/loadavg: 4.07 4.08 4.03 6/252 152284
/proc/meminfo: memFree=128690032/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=7472 memory=6988 CPUtime=0.31 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 2002 0 0 0 31 0 0 0 20 0 1 0 238523976 7651328 1747 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 1868 1747 544 484 0 1279 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 7472 KiB
Current children cumulated memory: 6988 KiB

[startup+0.700312 s]
/proc/loadavg: 4.07 4.08 4.03 5/252 152284
/proc/meminfo: memFree=128674156/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=7560 memory=7168 CPUtime=0.69 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 2603 0 0 0 68 1 0 0 20 0 1 0 238523976 7741440 1792 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 1890 1792 544 484 0 1301 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 7560 KiB
Current children cumulated memory: 7168 KiB

[startup+1.5003 s]
/proc/loadavg: 4.07 4.08 4.03 5/252 152284
/proc/meminfo: memFree=128640388/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=9156 memory=8580 CPUtime=1.48 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 3923 0 0 0 147 1 0 0 20 0 1 0 238523976 9375744 2145 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 2289 2145 544 484 0 1700 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 9156 KiB
Current children cumulated memory: 8580 KiB

[startup+3.11385 s]
/proc/loadavg: 4.06 4.08 4.03 4/248 152292
/proc/meminfo: memFree=128696948/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=11868 memory=11064 CPUtime=3.09 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 5196 0 0 0 307 2 0 0 20 0 1 0 238523976 12152832 2766 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 2967 2766 544 484 0 2378 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 11868 KiB
Current children cumulated memory: 11064 KiB

[startup+6.30032 s]
/proc/loadavg: 4.06 4.08 4.03 5/252 152329
/proc/meminfo: memFree=128532896/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=15136 memory=14400 CPUtime=6.27 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 8195 0 0 0 625 2 0 0 20 0 1 0 238523976 15499264 3600 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 3784 3600 544 484 0 3195 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 15136 KiB
Current children cumulated memory: 14400 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.08 4.03 5/252 152329
/proc/meminfo: memFree=128513856/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=19600 memory=18868 CPUtime=12.64 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 12294 0 0 0 1261 3 0 0 20 0 1 0 238523976 20070400 4717 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 4900 4717 544 484 0 4311 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 19600 KiB
Current children cumulated memory: 18868 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 4.07 4.03 5/252 152330
/proc/meminfo: memFree=128514444/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=29704 memory=28848 CPUtime=25.41 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 15342 0 0 0 2537 4 0 0 20 0 1 0 238523976 30416896 7212 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 7426 7212 544 484 0 6837 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 29704 KiB
Current children cumulated memory: 28848 KiB

[startup+51.1136 s]
/proc/loadavg: 4.09 4.08 4.03 5/252 152330
/proc/meminfo: memFree=128490152/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=39288 memory=38512 CPUtime=50.94 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 16721 0 0 0 5090 4 0 0 20 0 1 0 238523976 40230912 9628 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 9822 9628 544 484 0 9233 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 39288 KiB
Current children cumulated memory: 38512 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.08 4.03 5/252 152337
/proc/meminfo: memFree=128445380/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=43540 memory=42736 CPUtime=101.97 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 20480 0 0 0 10191 6 0 0 20 0 1 0 238523976 44584960 10684 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 10885 10684 544 484 0 10296 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 43540 KiB
Current children cumulated memory: 42736 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/251 152339
/proc/meminfo: memFree=128383244/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=48728 memory=47984 CPUtime=161.78 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 21782 0 0 0 16171 7 0 0 20 0 1 0 238523976 49897472 11996 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 12182 11996 544 484 0 11593 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 48728 KiB
Current children cumulated memory: 47984 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.08 4.03 5/251 152341
/proc/meminfo: memFree=128341004/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=63456 memory=62700 CPUtime=221.59 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 24252 0 0 0 22150 9 0 0 20 0 1 0 238523976 64978944 15675 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 15864 15675 544 484 0 15275 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 63456 KiB
Current children cumulated memory: 62700 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/251 152343
/proc/meminfo: memFree=128302268/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=81672 memory=80880 CPUtime=281.4 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 25740 0 0 0 28130 10 0 0 20 0 1 0 238523976 83632128 20220 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 20418 20220 544 484 0 19829 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 81672 KiB
Current children cumulated memory: 80880 KiB

[startup+342.3 s]
/proc/loadavg: 4.54 4.19 4.07 5/250 152345
/proc/meminfo: memFree=128282988/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=71984 memory=71280 CPUtime=341.21 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 27116 0 0 0 34109 12 0 0 20 0 1 0 238523976 73711616 17820 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 17996 17820 544 484 0 17407 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 71984 KiB
Current children cumulated memory: 71280 KiB

[startup+402.3 s]
/proc/loadavg: 4.50 4.26 4.10 5/251 152349
/proc/meminfo: memFree=128291308/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=86036 memory=85360 CPUtime=401.03 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 29563 0 0 0 40090 13 0 0 20 0 1 0 238523976 88100864 21340 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 21509 21340 544 484 0 20920 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 86036 KiB
Current children cumulated memory: 85360 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.21 4.09 5/252 152369
/proc/meminfo: memFree=128301124/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=87172 memory=86512 CPUtime=460.85 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 29848 0 0 0 46071 14 0 0 20 0 1 0 238523976 89264128 21628 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 21793 21628 544 484 0 21204 0
Current children cumulated CPU time: 460.85 s

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

Current children cumulated memory: 158576 KiB

[startup+2862.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/251 152482
/proc/meminfo: memFree=127964604/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=2854.09 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63561 0 0 0 285356 53 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 2854.09 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/250 152484
/proc/meminfo: memFree=127960024/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=2913.94 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63566 0 0 0 291340 54 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 2913.94 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/250 152486
/proc/meminfo: memFree=127965360/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=2973.78 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63566 0 0 0 297324 54 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 2973.78 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/250 152488
/proc/meminfo: memFree=127920448/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=3033.62 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63566 0 0 0 303308 54 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 3033.62 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.08 4.09 5/250 152496
/proc/meminfo: memFree=127955672/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=3093.46 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63632 0 0 0 309291 55 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 3093.46 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/251 152499
/proc/meminfo: memFree=127961864/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=3153.3 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63637 0 0 0 315274 56 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 3153.3 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 152501
/proc/meminfo: memFree=127930692/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=3213.14 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63637 0 0 0 321257 57 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 3213.14 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/251 152503
/proc/meminfo: memFree=127939792/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=3272.99 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63638 0 0 0 327241 58 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 3272.99 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/251 152505
/proc/meminfo: memFree=127927160/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159192 memory=158576 CPUtime=3332.82 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 63638 0 0 0 333224 58 0 0 20 0 1 0 238523976 163012608 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39798 39644 544 484 0 39209 0
Current children cumulated CPU time: 3332.82 s
Current children cumulated vsize: 159192 KiB
Current children cumulated memory: 158576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/250 152507
/proc/meminfo: memFree=127947956/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=148852 memory=148196 CPUtime=3392.66 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 65231 0 0 0 339205 61 0 0 20 0 1 0 238523976 152424448 37049 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 37213 37049 544 484 0 36624 0
Current children cumulated CPU time: 3392.66 s
Current children cumulated vsize: 148852 KiB
Current children cumulated memory: 148196 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 152512
/proc/meminfo: memFree=127928332/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=151208 memory=150500 CPUtime=3452.5 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 65831 0 0 0 345188 62 0 0 20 0 1 0 238523976 154836992 37625 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 37802 37625 544 484 0 37213 0
Current children cumulated CPU time: 3452.5 s
Current children cumulated vsize: 151208 KiB
Current children cumulated memory: 150500 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/250 152514
/proc/meminfo: memFree=127807568/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=155608 memory=154992 CPUtime=3512.34 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 66420 0 0 0 351172 62 0 0 20 0 1 0 238523976 159342592 38748 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 38902 38748 544 484 0 38313 0
Current children cumulated CPU time: 3512.34 s
Current children cumulated vsize: 155608 KiB
Current children cumulated memory: 154992 KiB

[startup+3582.3 s]
/proc/loadavg: 4.74 4.27 4.15 5/250 152516
/proc/meminfo: memFree=127868980/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159196 memory=158576 CPUtime=3572.18 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 66806 0 0 0 357155 63 0 0 20 0 1 0 238523976 163016704 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39799 39644 544 484 0 39210 0
Current children cumulated CPU time: 3572.18 s
Current children cumulated vsize: 159196 KiB
Current children cumulated memory: 158576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.53 4.26 4.15 5/250 152516
/proc/meminfo: memFree=127891860/131382120 swapFree=33010416/33010684
[pid=152274] ppid=152271 vsize=159196 memory=158576 CPUtime=3600.01 cores=1,3
/proc/152274/stat : 152274 (uwrmaxsat) R 152271 152274 151846 0 -1 4194304 66806 0 0 0 359937 64 0 0 20 0 1 0 238523976 163016704 39644 18446744073709551615 4198400 6176925 140723516031632 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 10686464 140723516037480 140723516037607 140723516037607 140723516043211 0
/proc/152274/statm: 39799 39644 544 484 0 39210 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 159196 KiB
Current children cumulated memory: 158576 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.37 s, system=0.648469 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.02
CPU user time (s): 3599.37
CPU system time (s): 0.648469
CPU usage (%): 99.718
Max. virtual memory (cumulated for all children) (KiB): 175304
Max. memory (cumulated for all children) (KiB): 174576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.37
system time used= 0.648469
maximum resident set size= 174576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66806
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= 27
involuntary context switches= 1410


# summary of solver processes directly reported to runsolver:
#   pid: 152274
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.37
#   total CPU system time (s): 0.648469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1405 second user time and 36.0199 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 01:54:06
IDJOB=4543960
IDBENCH=174721
IDSOLVER=3372
FILE ID=nodeC006/4543960-1753228446
RUNJOBID= nodeC006-1753224833-151858
SLURM_JOB_ID= 9687836
Free space on /tmp= 432776 MiB

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

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

MD5SUM BENCH= a1449aeb0ea4317e9a99ca91ee17eb22
RANDOM SEED=272527688

nodeC006 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	: 0xb00001f
cpu MHz		: 1197.147
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.099
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.143
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.136
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.130
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3591.435
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.139
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.234
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128713300 kB
MemAvailable:   129413468 kB
Buffers:            2128 kB
Cached:          1377476 kB
SwapCached:           12 kB
Active:          1412360 kB
Inactive:         399924 kB
Active(anon):     448036 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   389132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9384 kB
Writeback:            92 kB
AnonPages:        434860 kB
Mapped:           110752 kB
Shmem:             26140 kB
KReclaimable:     372292 kB
Slab:             467212 kB
SReclaimable:     372292 kB
SUnreclaim:        94920 kB
KernelStack:        4064 kB
PageTables:         3980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     742668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432768 MiB
End job on nodeC006 at 2025-07-23 02:54:17