Trace number 4513994

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.06 3610.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v051-n2.opb
MD5SUM7729cb4e99fea72bb32a899c13dec964
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.019991
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.00	c Converting 102 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           153                                         |
0.00/0.00	c |  Number of clauses:             816                                         |
0.00/0.00	c ===============================================================================
3600.06/3610.60	c *** TERMINATED by signal 15 ***
3600.06/3610.60	c _______________________________________________________________________________
3600.06/3610.60	c 
3600.06/3610.60	c _______________________________________________________________________________
3600.06/3610.60	c 
3600.06/3610.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3610.60	c Memory used            : 178.00 MB
3600.06/3610.60	c CPU time               : 3599.69 s
3600.06/3610.60	c Constr Enc: Srt/BDD/Add: 51 0 0
3600.06/3610.60	c _______________________________________________________________________________
3600.06/3610.60	c _______________________________________________________________________________
3600.06/3610.60	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 (60729 MiB free)
  memory of node 1: 64507 MiB (59660 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513994-1751219450/watcher-4513994-1751219450 -o /tmp/evaluation-result-4513994-1751219450/solver-4513994-1751219450 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30254 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4513994-1751219450.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=31166, runsolver pid=31163

[startup+0.100072 s]*
/proc/loadavg: 4.26 4.17 4.12 5/250 31167
/proc/meminfo: memFree=123279200/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=3820 memory=3200 CPUtime=0.1 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 367 0 0 0 10 0 0 0 20 0 1 0 37624822 3911680 800 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 955 800 544 484 0 366 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 3820 KiB
Current children cumulated memory: 3200 KiB

[startup+0.213464 s]*
/proc/loadavg: 4.26 4.17 4.12 5/250 31167
/proc/meminfo: memFree=123279200/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=3836 memory=3284 CPUtime=0.21 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 459 0 0 0 21 0 0 0 20 0 1 0 37624822 3928064 821 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 959 821 544 484 0 370 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 3836 KiB
Current children cumulated memory: 3284 KiB

[startup+0.31326 s]*
/proc/loadavg: 4.26 4.17 4.12 5/250 31167
/proc/meminfo: memFree=123279200/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=4020 memory=3408 CPUtime=0.31 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 529 0 0 0 31 0 0 0 20 0 1 0 37624822 4116480 852 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 1005 852 544 484 0 416 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 4020 KiB
Current children cumulated memory: 3408 KiB

[startup+0.700311 s]
/proc/loadavg: 4.26 4.17 4.12 5/250 31167
/proc/meminfo: memFree=123279200/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=4832 memory=4268 CPUtime=0.68 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 998 0 0 0 68 0 0 0 20 0 1 0 37624822 4947968 1067 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 1208 1067 544 484 0 619 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 4832 KiB
Current children cumulated memory: 4268 KiB

[startup+1.50024 s]
/proc/loadavg: 4.26 4.17 4.12 5/250 31167
/proc/meminfo: memFree=123279200/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=6272 memory=5724 CPUtime=1.47 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 1649 0 0 0 147 0 0 0 20 0 1 0 37624822 6422528 1431 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 1568 1431 544 484 0 979 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 6272 KiB
Current children cumulated memory: 5724 KiB

[startup+3.11313 s]
/proc/loadavg: 4.24 4.16 4.11 5/250 31167
/proc/meminfo: memFree=123279200/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=7140 memory=6532 CPUtime=3.09 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 3113 0 0 0 308 1 0 0 20 0 1 0 37624822 7311360 1633 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 1785 1633 544 484 0 1196 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 7140 KiB
Current children cumulated memory: 6532 KiB

[startup+6.30032 s]
/proc/loadavg: 4.24 4.16 4.11 5/250 31167
/proc/meminfo: memFree=123279200/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=10952 memory=10320 CPUtime=6.26 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 5547 0 0 0 625 1 0 0 20 0 1 0 37624822 11214848 2580 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 2738 2580 544 484 0 2149 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 10952 KiB
Current children cumulated memory: 10320 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.16 4.11 5/250 31167
/proc/meminfo: memFree=123269876/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=15428 memory=14720 CPUtime=12.65 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 7568 0 0 0 1263 2 0 0 20 0 1 0 37624822 15798272 3680 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 3857 3680 544 484 0 3268 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 15428 KiB
Current children cumulated memory: 14720 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.17 4.12 5/250 31167
/proc/meminfo: memFree=123256392/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=20228 memory=19496 CPUtime=25.41 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 11327 0 0 0 2538 3 0 0 20 0 1 0 37624822 20713472 4874 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 5057 4874 544 484 0 4468 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 20228 KiB
Current children cumulated memory: 19496 KiB

[startup+51.1132 s]
/proc/loadavg: 4.17 4.15 4.11 5/250 31168
/proc/meminfo: memFree=123250708/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=23180 memory=22700 CPUtime=50.95 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 12726 0 0 0 5092 3 0 0 20 0 1 0 37624822 23736320 5675 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 5795 5675 544 484 0 5206 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 23180 KiB
Current children cumulated memory: 22700 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/249 31169
/proc/meminfo: memFree=123216024/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=31356 memory=30748 CPUtime=101.98 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 17920 0 0 0 10193 5 0 0 20 0 1 0 37624822 32108544 7687 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 7839 7687 544 484 0 7250 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 31356 KiB
Current children cumulated memory: 30748 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/251 31175
/proc/meminfo: memFree=123211588/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=44412 memory=43692 CPUtime=161.8 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 19067 0 0 0 16174 6 0 0 20 0 1 0 37624822 45477888 10923 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 11103 10923 544 484 0 10514 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 44412 KiB
Current children cumulated memory: 43692 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/252 31178
/proc/meminfo: memFree=123166836/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=46752 memory=46124 CPUtime=221.61 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 19669 0 0 0 22155 6 0 0 20 0 1 0 37624822 47874048 11531 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 11688 11531 544 484 0 11099 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 46752 KiB
Current children cumulated memory: 46124 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/252 31180
/proc/meminfo: memFree=123161032/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=49404 memory=48812 CPUtime=281.43 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 20401 0 0 0 28137 6 0 0 20 0 1 0 37624822 50589696 12203 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 12351 12203 544 484 0 11762 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 49404 KiB
Current children cumulated memory: 48812 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/252 31182
/proc/meminfo: memFree=123150244/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=58464 memory=57508 CPUtime=341.26 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 25806 0 0 0 34118 8 0 0 20 0 1 0 37624822 59867136 14377 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 14616 14377 544 484 0 14027 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 58464 KiB
Current children cumulated memory: 57508 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/252 31188
/proc/meminfo: memFree=123143748/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=75592 memory=74924 CPUtime=401.1 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 26087 0 0 0 40101 9 0 0 20 0 1 0 37624822 77406208 18731 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 18898 18731 544 484 0 18309 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 75592 KiB
Current children cumulated memory: 74924 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/251 31190
/proc/meminfo: memFree=123097284/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=84660 memory=84012 CPUtime=460.94 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 27979 0 0 0 46084 10 0 0 20 0 1 0 37624822 86691840 21003 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 21165 21003 544 484 0 20576 0

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

Current children cumulated memory: 131368 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.12 4.14 5/250 31311
/proc/meminfo: memFree=122913676/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141608 CPUtime=2854 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53491 0 0 0 285368 32 0 0 20 0 1 0 37624822 145612800 35402 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35402 544 484 0 34961 0
Current children cumulated CPU time: 2854 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141608 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.12 4.14 5/250 31313
/proc/meminfo: memFree=122949556/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141608 CPUtime=2913.82 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53491 0 0 0 291350 32 0 0 20 0 1 0 37624822 145612800 35402 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35402 544 484 0 34961 0
Current children cumulated CPU time: 2913.82 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141608 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/250 31315
/proc/meminfo: memFree=122947552/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141608 CPUtime=2973.64 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53491 0 0 0 297332 32 0 0 20 0 1 0 37624822 145612800 35402 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35402 544 484 0 34961 0
Current children cumulated CPU time: 2973.64 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141608 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.14 4.14 5/250 31317
/proc/meminfo: memFree=122947360/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141608 CPUtime=3033.47 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53491 0 0 0 303314 33 0 0 20 0 1 0 37624822 145612800 35402 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35402 544 484 0 34961 0
Current children cumulated CPU time: 3033.47 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141608 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/249 31319
/proc/meminfo: memFree=122882680/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141608 CPUtime=3093.3 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53545 0 0 0 309297 33 0 0 20 0 1 0 37624822 145612800 35402 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35402 544 484 0 34961 0
Current children cumulated CPU time: 3093.3 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141608 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.13 4.14 5/250 31324
/proc/meminfo: memFree=122908104/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=178180 memory=177528 CPUtime=3153.12 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53863 0 0 0 315278 34 0 0 20 0 1 0 37624822 182456320 44382 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 44545 44382 544 484 0 43956 0
Current children cumulated CPU time: 3153.12 s
Current children cumulated vsize: 178180 KiB
Current children cumulated memory: 177528 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/250 31326
/proc/meminfo: memFree=122896068/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141668 CPUtime=3212.94 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53863 0 0 0 321260 34 0 0 20 0 1 0 37624822 145612800 35417 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35417 544 484 0 34961 0
Current children cumulated CPU time: 3212.94 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141668 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/250 31328
/proc/meminfo: memFree=122906960/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141668 CPUtime=3272.76 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53923 0 0 0 327242 34 0 0 20 0 1 0 37624822 145612800 35417 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35417 544 484 0 34961 0
Current children cumulated CPU time: 3272.76 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141668 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.12 5/250 31331
/proc/meminfo: memFree=122903728/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141668 CPUtime=3332.59 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53927 0 0 0 333225 34 0 0 20 0 1 0 37624822 145612800 35417 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35417 544 484 0 34961 0
Current children cumulated CPU time: 3332.59 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141668 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/250 31337
/proc/meminfo: memFree=122889488/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141668 CPUtime=3392.41 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53927 0 0 0 339207 34 0 0 20 0 1 0 37624822 145612800 35417 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35417 544 484 0 34961 0
Current children cumulated CPU time: 3392.41 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141668 KiB

[startup+3462.3 s]
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123182132/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141668 CPUtime=3452.22 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53980 0 0 0 345186 36 0 0 20 0 1 0 37624822 145612800 35417 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35417 544 484 0 34961 0
Current children cumulated CPU time: 3452.22 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141668 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.11 5/249 31566
/proc/meminfo: memFree=123146720/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141668 CPUtime=3512.03 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53989 0 0 0 351167 36 0 0 20 0 1 0 37624822 145612800 35417 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35417 544 484 0 34961 0
Current children cumulated CPU time: 3512.03 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141668 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.10 5/249 31568
/proc/meminfo: memFree=123125860/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141668 CPUtime=3571.85 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 53989 0 0 0 357148 37 0 0 20 0 1 0 37624822 145612800 35417 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35417 544 484 0 34961 0
Current children cumulated CPU time: 3571.85 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.11 4.10 4.10 5/249 31569
/proc/meminfo: memFree=123113860/131382112 swapFree=33010684/33010684
[pid=31166] ppid=31163 vsize=142200 memory=141668 CPUtime=3600.06 cores=5,7
/proc/31166/stat : 31166 (uwrmaxsat) R 31163 31166 30241 0 -1 4194304 54029 0 0 0 359969 37 0 0 20 0 1 0 37624822 145612800 35417 18446744073709551615 4198400 6176925 140732360796528 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39600128 140732360804714 140732360804841 140732360804841 140732360810443 0
/proc/31166/statm: 35550 35417 544 484 0 34961 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 142200 KiB
Current children cumulated memory: 141668 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.69 s, system=0.372441 s

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

Child status: 0

Real time (s): 3610.6
CPU time (s): 3600.06
CPU user time (s): 3599.69
CPU system time (s): 0.372441
CPU usage (%): 99.7082
Max. virtual memory (cumulated for all children) (KiB): 182464
Max. memory (cumulated for all children) (KiB): 181796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.69
system time used= 0.372441
maximum resident set size= 181796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 1378


# summary of solver processes directly reported to runsolver:
#   pid: 31166
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.69
#   total CPU system time (s): 0.372441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8966 second user time and 35.5483 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 19:50:50
IDJOB=4513994
IDBENCH=162594
IDSOLVER=3372
FILE ID=nodeC009/4513994-1751219450
RUNJOBID= nodeC009-1751215608-30254
SLURM_JOB_ID= 9587652
Free space on /tmp= 432652 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v051-n2.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513994-1751219450/watcher-4513994-1751219450 -o /tmp/evaluation-result-4513994-1751219450/solver-4513994-1751219450 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30254 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4513994-1751219450.opb -mem-lim=31000

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

MD5SUM BENCH= 7729cb4e99fea72bb32a899c13dec964
RANDOM SEED=324544889

nodeC009 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		: 3660.713
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.85
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		: 3662.105
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.85
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.628
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.85
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.472
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.85
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		: 3491.946
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.85
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.234
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.85
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.759
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.85
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.484
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123279200 kB
MemAvailable:   129717156 kB
Buffers:            3280 kB
Cached:          7211816 kB
SwapCached:            0 kB
Active:           517700 kB
Inactive:        6914528 kB
Active(anon):     234124 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6913560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2580 kB
Writeback:             0 kB
AnonPages:        216760 kB
Mapped:           109392 kB
Shmem:             17960 kB
KReclaimable:     160508 kB
Slab:             243600 kB
SReclaimable:     160508 kB
SUnreclaim:        83092 kB
KernelStack:        4064 kB
PageTables:         3376 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     549820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432644 MiB
End job on nodeC009 at 2025-06-29 20:51:01