Trace number 4543804

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.05 3610.12

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_092.opb
MD5SUM5c5515a98844bb1e4abadd55fcb10579
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 benchmark5.84433
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256710
Total number of constraints5551
Number of constraints which are clauses2791
Number of constraints which are cardinality constraints (but not clauses)2760
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint93
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
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...
1.68/1.74	c Converting 5551 PB-constraints to clauses...
2.78/2.81	c ============================[ Encoding Statistics ]============================
2.78/2.81	c |  Number of variables:        328470                                         |
2.78/2.81	c |  Number of clauses:         1117831                                         |
2.78/2.81	c ===============================================================================
3600.04/3610.11	c *** TERMINATED by signal 15 ***
3600.04/3610.11	c _______________________________________________________________________________
3600.04/3610.11	c 
3600.04/3610.11	c _______________________________________________________________________________
3600.04/3610.11	c 
3600.04/3610.11	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3610.11	c Memory used            : 699.00 MB
3600.04/3610.11	c CPU time               : 3593.71 s
3600.04/3610.11	c Constr Enc: Srt/BDD/Add: 2760 0 0
3600.04/3610.11	c _______________________________________________________________________________
3600.04/3610.11	c _______________________________________________________________________________
3600.04/3610.11	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: 63837 MiB (63101 MiB free)
  memory of node 1: 64465 MiB (63085 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543804-1753226602/watcher-4543804-1753226602 -o /tmp/evaluation-result-4543804-1753226602/solver-4543804-1753226602 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194559 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4543804-1753226602.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=194981, runsolver pid=194977

[startup+0.100104 s]*
/proc/loadavg: 4.00 4.14 4.17 5/251 194988
/proc/meminfo: memFree=129193908/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=9904 memory=8876 CPUtime=0.1 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 2016 0 0 0 10 0 0 0 20 0 1 0 238339377 10141696 2219 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 2476 2219 448 484 0 1887 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9904 KiB
Current children cumulated memory: 8876 KiB

[startup+0.214094 s]*
/proc/loadavg: 4.00 4.14 4.17 5/251 194988
/proc/meminfo: memFree=129169968/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=17392 memory=16256 CPUtime=0.22 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 4050 0 0 0 21 1 0 0 20 0 1 0 238339377 17809408 4064 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 4348 4064 448 484 0 3759 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 17392 KiB
Current children cumulated memory: 16256 KiB

[startup+0.313984 s]*
/proc/loadavg: 4.00 4.14 4.17 5/251 194988
/proc/meminfo: memFree=129124608/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=26284 memory=24388 CPUtime=0.31 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 6473 0 0 0 30 1 0 0 20 0 1 0 238339377 26914816 6097 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 6571 6097 448 484 0 5982 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26284 KiB
Current children cumulated memory: 24388 KiB

[startup+0.700303 s]
/proc/loadavg: 4.00 4.14 4.17 5/251 194988
/proc/meminfo: memFree=129101424/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=53208 memory=50608 CPUtime=0.69 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 12758 0 0 0 65 4 0 0 20 0 1 0 238339377 54484992 12652 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 13302 12652 448 484 0 12713 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 53208 KiB
Current children cumulated memory: 50608 KiB

[startup+1.50038 s]
/proc/loadavg: 4.00 4.14 4.17 5/251 194988
/proc/meminfo: memFree=128944992/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=128740 memory=126868 CPUtime=1.48 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 29274 0 0 0 140 8 0 0 20 0 1 0 238339377 131829760 31717 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 32185 31717 448 484 0 31596 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 128740 KiB
Current children cumulated memory: 126868 KiB

[startup+3.11343 s]
/proc/loadavg: 4.08 4.15 4.17 5/251 194988
/proc/meminfo: memFree=128121616/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=430544 memory=369664 CPUtime=3.09 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 66647 0 0 0 291 18 0 0 20 0 1 0 238339377 440877056 92416 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 107636 92416 544 484 0 107047 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 430544 KiB
Current children cumulated memory: 369664 KiB

[startup+6.30032 s]
/proc/loadavg: 4.08 4.15 4.17 5/251 194988
/proc/meminfo: memFree=127906188/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=430844 memory=406036 CPUtime=6.27 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 71879 0 0 0 604 23 0 0 20 0 1 0 238339377 441184256 101509 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 107711 101509 544 484 0 107122 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 430844 KiB
Current children cumulated memory: 406036 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.15 4.17 5/251 194988
/proc/meminfo: memFree=127894592/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=462104 memory=437504 CPUtime=12.65 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 81310 0 0 0 1233 32 0 0 20 0 1 0 238339377 473194496 109376 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 115526 109376 544 484 0 114937 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 462104 KiB
Current children cumulated memory: 437504 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.16 4.18 5/251 194988
/proc/meminfo: memFree=127933704/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=464876 memory=445288 CPUtime=25.43 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 87524 0 0 0 2503 40 0 0 20 0 1 0 238339377 476033024 111322 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 116219 111322 544 484 0 115630 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 464876 KiB
Current children cumulated memory: 445288 KiB

[startup+51.1127 s]
/proc/loadavg: 4.15 4.16 4.18 5/251 194988
/proc/meminfo: memFree=127930848/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=411864 memory=396576 CPUtime=50.97 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 99472 0 0 0 5041 56 0 0 20 0 1 0 238339377 421748736 99144 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 102966 99144 544 484 0 102377 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 411864 KiB
Current children cumulated memory: 396576 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 4.18 4.18 5/252 194992
/proc/meminfo: memFree=127881680/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=419452 memory=404164 CPUtime=102.03 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 118960 0 0 0 10117 86 0 0 20 0 1 0 238339377 429518848 101041 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 104863 101041 544 484 0 104274 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 419452 KiB
Current children cumulated memory: 404164 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/252 194994
/proc/meminfo: memFree=127856980/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=422904 memory=407616 CPUtime=161.86 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 132150 0 0 0 16077 109 0 0 20 0 1 0 238339377 433053696 101904 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 105726 101904 544 484 0 105137 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 422904 KiB
Current children cumulated memory: 407616 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/253 195003
/proc/meminfo: memFree=127835832/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=427292 memory=412004 CPUtime=221.69 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 142787 0 0 0 22040 129 0 0 20 0 1 0 238339377 437547008 103001 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 106823 103001 544 484 0 106234 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 427292 KiB
Current children cumulated memory: 412004 KiB

[startup+282.3 s]
/proc/loadavg: 4.64 4.29 4.22 5/253 195005
/proc/meminfo: memFree=127809404/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=433388 memory=418100 CPUtime=281.53 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 153580 0 0 0 28002 151 0 0 20 0 1 0 238339377 443789312 104525 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 108347 104525 544 484 0 107758 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 433388 KiB
Current children cumulated memory: 418100 KiB

[startup+342.3 s]
/proc/loadavg: 5.02 4.48 4.29 5/252 195008
/proc/meminfo: memFree=127696820/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=436932 memory=421516 CPUtime=341.33 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 161908 0 0 0 33965 168 0 0 20 0 1 0 238339377 447418368 105379 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 109233 105379 544 484 0 108644 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 436932 KiB
Current children cumulated memory: 421516 KiB

[startup+402.3 s]
/proc/loadavg: 4.51 4.43 4.29 5/251 195010
/proc/meminfo: memFree=127733324/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=452764 memory=438628 CPUtime=401.16 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 168099 0 0 0 39934 182 0 0 20 0 1 0 238339377 463630336 109657 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 113191 109657 544 484 0 112602 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 452764 KiB
Current children cumulated memory: 438628 KiB

[startup+462.3 s]
/proc/loadavg: 4.24 4.37 4.27 5/251 195012
/proc/meminfo: memFree=127730776/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=455768 memory=442528 CPUtime=460.97 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 174139 0 0 0 45901 196 0 0 20 0 1 0 238339377 466706432 110632 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 113942 110632 544 484 0 113353 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 558056 KiB

[startup+2922.3 s]
/proc/loadavg: 4.22 4.15 4.12 5/249 195141
/proc/meminfo: memFree=127154808/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=578420 memory=565436 CPUtime=2914.04 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 299894 0 0 0 290843 561 0 0 20 0 1 0 238339377 592302080 141359 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 144605 141359 544 484 0 144016 0
Current children cumulated CPU time: 2914.04 s
Current children cumulated vsize: 578420 KiB
Current children cumulated memory: 565436 KiB

[startup+2982.3 s]
/proc/loadavg: 4.18 4.15 4.12 5/249 195144
/proc/meminfo: memFree=127195852/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=576688 memory=563704 CPUtime=2973.88 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 301206 0 0 0 296822 566 0 0 20 0 1 0 238339377 590528512 140926 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 144172 140926 544 484 0 143583 0
Current children cumulated CPU time: 2973.88 s
Current children cumulated vsize: 576688 KiB
Current children cumulated memory: 563704 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/249 195146
/proc/meminfo: memFree=127176844/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=570188 memory=557204 CPUtime=3033.73 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 302744 0 0 0 302802 571 0 0 20 0 1 0 238339377 583872512 139301 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 142547 139301 544 484 0 141958 0
Current children cumulated CPU time: 3033.73 s
Current children cumulated vsize: 570188 KiB
Current children cumulated memory: 557204 KiB

[startup+3102.3 s]
/proc/loadavg: 4.31 4.17 4.12 5/249 195148
/proc/meminfo: memFree=127183916/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=563644 memory=550660 CPUtime=3093.57 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 304343 0 0 0 308781 576 0 0 20 0 1 0 238339377 577171456 137665 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 140911 137665 544 484 0 140322 0
Current children cumulated CPU time: 3093.57 s
Current children cumulated vsize: 563644 KiB
Current children cumulated memory: 550660 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.16 4.12 5/249 195150
/proc/meminfo: memFree=127181044/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=567416 memory=554432 CPUtime=3153.41 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 306094 0 0 0 314758 583 0 0 20 0 1 0 238339377 581033984 138608 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 141854 138608 544 484 0 141265 0
Current children cumulated CPU time: 3153.41 s
Current children cumulated vsize: 567416 KiB
Current children cumulated memory: 554432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/250 195159
/proc/meminfo: memFree=127133168/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=569448 memory=556464 CPUtime=3213.25 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 307249 0 0 0 320739 586 0 0 20 0 1 0 238339377 583114752 139116 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 142362 139116 544 484 0 141773 0
Current children cumulated CPU time: 3213.25 s
Current children cumulated vsize: 569448 KiB
Current children cumulated memory: 556464 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/250 195161
/proc/meminfo: memFree=127129456/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=570708 memory=557772 CPUtime=3273.08 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 308355 0 0 0 326719 589 0 0 20 0 1 0 238339377 584404992 139443 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 142677 139443 544 484 0 142088 0
Current children cumulated CPU time: 3273.08 s
Current children cumulated vsize: 570708 KiB
Current children cumulated memory: 557772 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/250 195163
/proc/meminfo: memFree=127112912/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=578300 memory=565316 CPUtime=3332.92 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 310520 0 0 0 332697 595 0 0 20 0 1 0 238339377 592179200 141329 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 144575 141329 544 484 0 143986 0
Current children cumulated CPU time: 3332.92 s
Current children cumulated vsize: 578300 KiB
Current children cumulated memory: 565316 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/252 195167
/proc/meminfo: memFree=127116048/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=580800 memory=567816 CPUtime=3392.77 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 312999 0 0 0 338670 607 0 0 20 0 1 0 238339377 594739200 141954 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 145200 141954 544 484 0 144611 0
Current children cumulated CPU time: 3392.77 s
Current children cumulated vsize: 580800 KiB
Current children cumulated memory: 567816 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/252 195169
/proc/meminfo: memFree=127080952/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=582048 memory=569064 CPUtime=3452.61 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 315398 0 0 0 344646 615 0 0 20 0 1 0 238339377 596017152 142266 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 145512 142266 544 484 0 144923 0
Current children cumulated CPU time: 3452.61 s
Current children cumulated vsize: 582048 KiB
Current children cumulated memory: 569064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/251 195171
/proc/meminfo: memFree=127043404/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=587972 memory=574988 CPUtime=3512.45 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 316343 0 0 0 350625 620 0 0 20 0 1 0 238339377 602083328 143747 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 146993 143747 544 484 0 146404 0
Current children cumulated CPU time: 3512.45 s
Current children cumulated vsize: 587972 KiB
Current children cumulated memory: 574988 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/251 195173
/proc/meminfo: memFree=127054596/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=585228 memory=572244 CPUtime=3572.3 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 319390 0 0 0 356599 631 0 0 20 0 1 0 238339377 599273472 143061 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 146307 143061 544 484 0 145718 0
Current children cumulated CPU time: 3572.3 s
Current children cumulated vsize: 585228 KiB
Current children cumulated memory: 572244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.20 4.14 4.10 5/251 195174
/proc/meminfo: memFree=127049376/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=579040 memory=566056 CPUtime=3600.04 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 320392 0 0 0 359371 633 0 0 20 0 1 0 238339377 592936960 141514 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 144760 141514 544 484 0 144171 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 579040 KiB
Current children cumulated memory: 566056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.71 s, system=6.33951 s

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

[startup+3610.11 s]
/proc/loadavg: 4.20 4.14 4.10 5/251 195174
/proc/meminfo: memFree=127049376/131382116 swapFree=33009904/33010684
[pid=194981] ppid=194977 vsize=579040 memory=566056 CPUtime=3600.04 cores=4,6
/proc/194981/stat : 194981 (uwrmaxsat) R 194977 194981 194548 0 -1 4194304 320392 0 0 0 359371 633 0 0 20 0 1 0 238339377 592936960 141514 18446744073709551615 4198400 6176925 140720777105184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14254080 140720777107816 140720777107943 140720777107943 140720777113547 0
/proc/194981/statm: 144760 141514 544 484 0 144171 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 579040 KiB
Current children cumulated memory: 566056 KiB

Child status: 0

Real time (s): 3610.12
CPU time (s): 3600.05
CPU user time (s): 3593.71
CPU system time (s): 6.33951
CPU usage (%): 99.7212
Max. virtual memory (cumulated for all children) (KiB): 716252
Max. memory (cumulated for all children) (KiB): 703208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.71
system time used= 6.3395
maximum resident set size= 703208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320392
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= 84
involuntary context switches= 2775


# summary of solver processes directly reported to runsolver:
#   pid: 194981
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3593.71
#   total CPU system time (s): 6.33951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8225 second user time and 38.0792 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 01:23:22
IDJOB=4543804
IDBENCH=174610
IDSOLVER=3372
FILE ID=nodeC004/4543804-1753226602
RUNJOBID= nodeC004-1753222988-194559
SLURM_JOB_ID= 9687825
Free space on /tmp= 432996 MiB

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

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

MD5SUM BENCH= 5c5515a98844bb1e4abadd55fcb10579
RANDOM SEED=1980743340

nodeC004 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.337
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.74
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.174
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.74
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.215
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.74
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.358
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.74
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.460
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.74
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		: 1197.213
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.74
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.210
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.74
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.206
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129221064 kB
MemAvailable:   129855528 kB
Buffers:            2128 kB
Cached:          1382832 kB
SwapCached:           32 kB
Active:          1138260 kB
Inactive:         315880 kB
Active(anon):      84912 kB
Inactive(anon):    10468 kB
Active(file):    1053348 kB
Inactive(file):   305412 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25156 kB
Writeback:             0 kB
AnonPages:         72308 kB
Mapped:           109240 kB
Shmem:             26132 kB
KReclaimable:     230664 kB
Slab:             323312 kB
SReclaimable:     230664 kB
SUnreclaim:        92648 kB
KernelStack:        3900 kB
PageTables:         3228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     353300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC004 at 2025-07-23 02:23:32