Trace number 4513490

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-04UNSAT 57.9164 58.1277

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
MD5SUM6d6cd561f3b9d650ea4fe5a812bf9deb
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 benchmark54.9817
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1401
Total number of constraints701
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)701
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
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.02	c Converting 1402 PB-constraints to clauses...
0.00/0.04	c ============================[ Encoding Statistics ]============================
0.00/0.04	c |  Number of variables:          1401                                         |
0.00/0.04	c |  Number of clauses:            5602                                         |
0.00/0.04	c ===============================================================================
57.89/58.12	c _______________________________________________________________________________
57.89/58.12	c 
57.89/58.12	c =======================[ UWrMaxSat resources usage ]===========================
57.89/58.12	c Memory used            : 65.00 MB
57.89/58.12	c CPU time               : 57.7069 s
57.89/58.12	c Constr Enc: Srt/BDD/Add: 701 0 0
57.89/58.12	c _______________________________________________________________________________
57.89/58.12	s UNSATISFIABLE

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 (60772 MiB free)
  memory of node 1: 64507 MiB (59731 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513490-1751215639/watcher-4513490-1751215639 -o /tmp/evaluation-result-4513490-1751215639/solver-4513490-1751215639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30254 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4513490-1751215639.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
solver pid=30355, runsolver pid=30352
Current StackSize limit: 8192 KiB


[startup+0.100097 s]*
/proc/loadavg: 2.22 2.83 3.57 5/259 30356
/proc/meminfo: memFree=123396516/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=6476 memory=5744 CPUtime=0.1 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 1307 0 0 0 10 0 0 0 20 0 1 0 37243719 6631424 1436 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 1619 1436 544 484 0 1030 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 6476 KiB
Current children cumulated memory: 5744 KiB

[startup+0.21324 s]*
/proc/loadavg: 2.22 2.83 3.57 5/259 30356
/proc/meminfo: memFree=123396516/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=6956 memory=6156 CPUtime=0.21 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 1519 0 0 0 21 0 0 0 20 0 1 0 37243719 7122944 1539 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 1739 1539 544 484 0 1150 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 6956 KiB
Current children cumulated memory: 6156 KiB

[startup+0.313365 s]*
/proc/loadavg: 2.22 2.83 3.57 5/259 30356
/proc/meminfo: memFree=123396516/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=7040 memory=6324 CPUtime=0.31 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 1670 0 0 0 31 0 0 0 20 0 1 0 37243719 7208960 1581 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 1760 1581 544 484 0 1171 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 7040 KiB
Current children cumulated memory: 6324 KiB

[startup+0.700334 s]
/proc/loadavg: 2.22 2.83 3.57 5/259 30356
/proc/meminfo: memFree=123396516/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=8416 memory=7600 CPUtime=0.69 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 2402 0 0 0 68 1 0 0 20 0 1 0 37243719 8617984 1900 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 2104 1900 544 484 0 1515 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 8416 KiB
Current children cumulated memory: 7600 KiB

[startup+1.50035 s]
/proc/loadavg: 2.22 2.83 3.57 5/259 30356
/proc/meminfo: memFree=123396524/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=10300 memory=9480 CPUtime=1.48 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 4505 0 0 0 147 1 0 0 20 0 1 0 37243719 10547200 2370 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 2575 2370 544 484 0 1986 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10300 KiB
Current children cumulated memory: 9480 KiB

[startup+3.11297 s]
/proc/loadavg: 2.36 2.85 3.57 5/259 30356
/proc/meminfo: memFree=123394060/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=12476 memory=11756 CPUtime=3.1 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 11257 0 0 0 307 3 0 0 20 0 1 0 37243719 12775424 2939 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 3119 2939 544 484 0 2530 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 12476 KiB
Current children cumulated memory: 11756 KiB

[startup+6.30031 s]
/proc/loadavg: 2.36 2.85 3.57 5/259 30356
/proc/meminfo: memFree=123358560/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=19448 memory=18320 CPUtime=6.27 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 18533 0 0 0 623 4 0 0 20 0 1 0 37243719 19914752 4580 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 4862 4580 544 484 0 4273 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 19448 KiB
Current children cumulated memory: 18320 KiB

[startup+12.7004 s]
/proc/loadavg: 2.49 2.87 3.57 5/259 30401
/proc/meminfo: memFree=123386656/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=26532 memory=25860 CPUtime=12.65 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 24996 0 0 0 1257 8 0 0 20 0 1 0 37243719 27168768 6465 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 6633 6465 544 484 0 6044 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 26532 KiB
Current children cumulated memory: 25860 KiB

[startup+25.5003 s]
/proc/loadavg: 2.89 2.94 3.59 5/259 30491
/proc/meminfo: memFree=123400888/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=31000 memory=30324 CPUtime=25.4 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 29869 0 0 0 2530 10 0 0 20 0 1 0 37243719 31744000 7581 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 7750 7581 544 484 0 7161 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 31000 KiB
Current children cumulated memory: 30324 KiB

[startup+51.1131 s]
/proc/loadavg: 3.35 3.04 3.60 5/259 30537
/proc/meminfo: memFree=123384812/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=64708 memory=63816 CPUtime=50.91 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 43913 0 0 0 5072 19 0 0 20 0 1 0 37243719 66260992 15954 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 16177 15954 544 484 0 15588 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 64708 KiB
Current children cumulated memory: 63816 KiB

[startup+58.1276 s]
# the end of solver process 30355 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=57.7069 s, system=0.209499 s

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

[startup+51.2004 s]
/proc/loadavg: 3.35 3.04 3.60 5/259 30537
/proc/meminfo: memFree=123384812/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=64708 memory=63816 CPUtime=51 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 43913 0 0 0 5081 19 0 0 20 0 1 0 37243719 66260992 15954 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 16177 15954 544 484 0 15588 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 64708 KiB
Current children cumulated memory: 63816 KiB

[startup+54.4003 s]
/proc/loadavg: 3.40 3.06 3.61 5/259 30537
/proc/meminfo: memFree=123391280/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=56084 memory=55164 CPUtime=54.19 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 45061 0 0 0 5400 19 0 0 20 0 1 0 37243719 57430016 13791 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 14021 13791 544 484 0 13432 0
Current children cumulated CPU time: 54.19 s
Current children cumulated vsize: 56084 KiB
Current children cumulated memory: 55164 KiB

[startup+56.0003 s]*
/proc/loadavg: 3.40 3.06 3.61 5/259 30537
/proc/meminfo: memFree=123369416/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=56236 memory=55440 CPUtime=55.8 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 46314 0 0 0 5560 20 0 0 20 0 1 0 37243719 57585664 13860 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 14059 13860 544 484 0 13470 0
Current children cumulated CPU time: 55.8 s
Current children cumulated vsize: 56236 KiB
Current children cumulated memory: 55440 KiB

[startup+56.8003 s]
/proc/loadavg: 3.40 3.06 3.61 5/259 30537
/proc/meminfo: memFree=123369416/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=56228 memory=55432 CPUtime=56.58 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 46439 0 0 0 5638 20 0 0 20 0 1 0 37243719 57577472 13858 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 14057 13858 544 484 0 13468 0
Current children cumulated CPU time: 56.58 s
Current children cumulated vsize: 56228 KiB
Current children cumulated memory: 55432 KiB

[startup+57.6003 s]
/proc/loadavg: 3.40 3.06 3.61 5/259 30537
/proc/meminfo: memFree=123367400/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=56272 memory=55600 CPUtime=57.38 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 47086 0 0 0 5718 20 0 0 20 0 1 0 37243719 57622528 13900 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 14068 13900 544 484 0 13479 0
Current children cumulated CPU time: 57.38 s
Current children cumulated vsize: 56272 KiB
Current children cumulated memory: 55600 KiB

[startup+58.0003 s]*
/proc/loadavg: 3.45 3.07 3.61 5/259 30537
/proc/meminfo: memFree=123367400/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=48176 memory=47288 CPUtime=57.79 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 47753 0 0 0 5759 20 0 0 20 0 1 0 37243719 49332224 11822 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 12044 11822 544 484 0 11455 0
Current children cumulated CPU time: 57.79 s
Current children cumulated vsize: 48176 KiB
Current children cumulated memory: 47288 KiB

[startup+58.1131 s]
/proc/loadavg: 3.45 3.07 3.61 5/259 30537
/proc/meminfo: memFree=123367400/131382112 swapFree=33010684/33010684
[pid=30355] ppid=30352 vsize=48176 memory=47288 CPUtime=57.89 cores=5,7
/proc/30355/stat : 30355 (uwrmaxsat) R 30352 30355 30241 0 -1 4194304 47753 0 0 0 5769 20 0 0 20 0 1 0 37243719 49332224 11822 18446744073709551615 4198400 6176925 140734248394064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10907648 140734248401258 140734248401385 140734248401385 140734248406987 0
/proc/30355/statm: 12044 11822 544 484 0 11455 0
Current children cumulated CPU time: 57.89 s
Current children cumulated vsize: 48176 KiB
Current children cumulated memory: 47288 KiB

Child status: 20

Real time (s): 58.1277
CPU time (s): 57.9164
CPU user time (s): 57.7069
CPU system time (s): 0.209499
CPU usage (%): 99.6365
Max. virtual memory (cumulated for all children) (KiB): 66872
Max. memory (cumulated for all children) (KiB): 65788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.7069
system time used= 0.209499
maximum resident set size= 66168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47753
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= 6
involuntary context switches= 80


# summary of solver processes directly reported to runsolver:
#   pid: 30355
#   total CPU time (s): 57.9164
#   total CPU user time (s): 57.7069
#   total CPU system time (s): 0.209499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.31357 second user time and 0.6326 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 18:47:19
IDJOB=4513490
IDBENCH=162352
IDSOLVER=3372
FILE ID=nodeC009/4513490-1751215639
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/EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513490-1751215639/watcher-4513490-1751215639 -o /tmp/evaluation-result-4513490-1751215639/solver-4513490-1751215639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30254 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4513490-1751215639.opb -mem-lim=31000

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

MD5SUM BENCH= 6d6cd561f3b9d650ea4fe5a812bf9deb
RANDOM SEED=125963444

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		: 3662.799
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		: 3491.929
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.525
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.435
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		: 3662.744
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.229
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.391
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.947
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:        123396516 kB
MemAvailable:   129832836 kB
Buffers:            3280 kB
Cached:          7210220 kB
SwapCached:            0 kB
Active:           466392 kB
Inactive:        6912932 kB
Active(anon):     182816 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6911964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2604 kB
Writeback:             0 kB
AnonPages:        168652 kB
Mapped:           109464 kB
Shmem:             17960 kB
KReclaimable:     160428 kB
Slab:             243592 kB
SReclaimable:     160428 kB
SUnreclaim:        83164 kB
KernelStack:        4192 kB
PageTables:         3232 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     501852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149576 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 432648 MiB
End job on nodeC009 at 2025-06-29 18:48:18