Trace number 4511711

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
SynLSCD-PS 2025-06-01? (MO) 123.619 123.987

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
MD5SUM4a42be2aaf272439af058ac9b796a856
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.94313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables661504
Total number of constraints5680
Number of constraints which are clauses2583
Number of constraints which are cardinality constraints (but not clauses)2583
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2584
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 935283
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2150318
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.09/2.12	c #vars 661504 #constraints 5680 0.00858649 1

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: 63708 MiB (62289 MiB free)
  memory of node 1: 64465 MiB (63766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511711-1751202104/watcher-4511711-1751202104 -o /tmp/evaluation-result-4511711-1751202104/solver-4511711-1751202104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751194487-24985 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4511711-1751202104.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100064 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 27366
/proc/meminfo: memFree=129080328/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=312932 memory=239252 CPUtime=0.09 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 10862 0 0 0 4 5 0 0 20 0 1 0 35889119 320442368 59813 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 78233 59813 2208 595 0 62900 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 312932 KiB
Current children cumulated memory: 239252 KiB

[startup+0.205839 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 27366
/proc/meminfo: memFree=128927768/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=542516 memory=468708 CPUtime=0.19 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 12016 0 0 0 10 9 0 0 20 0 1 0 35889119 555536384 117177 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 135629 117177 2208 595 0 120296 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 542516 KiB
Current children cumulated memory: 468708 KiB

[startup+0.305746 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 27366
/proc/meminfo: memFree=128899096/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=602268 memory=529220 CPUtime=0.29 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 19516 0 0 0 18 11 0 0 20 0 1 0 35889119 616722432 132305 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 150567 132305 2240 595 0 135234 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 602268 KiB
Current children cumulated memory: 529220 KiB

[startup+0.700166 s]
/proc/loadavg: 4.09 4.11 4.09 6/263 27366
/proc/meminfo: memFree=128893992/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=694392 memory=625412 CPUtime=0.68 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 42559 0 0 0 54 14 0 0 20 0 1 0 35889119 711057408 156353 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 173598 156353 2240 595 0 158265 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 694392 KiB
Current children cumulated memory: 625412 KiB

[startup+1.50017 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 27366
/proc/meminfo: memFree=128889896/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=757492 memory=696920 CPUtime=1.48 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 73063 0 0 0 128 20 0 0 20 0 1 0 35889119 775671808 174230 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 189373 174230 2240 595 0 174040 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 757492 KiB
Current children cumulated memory: 696920 KiB

[startup+3.10527 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 27366
/proc/meminfo: memFree=128812160/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=1040624 memory=981844 CPUtime=3.08 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 124515 0 0 0 278 30 0 0 20 0 1 0 35889119 1065598976 245461 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 260156 245461 2304 595 0 244823 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1040624 KiB
Current children cumulated memory: 981844 KiB

[startup+6.30016 s]
/proc/loadavg: 4.16 4.12 4.10 5/263 27366
/proc/meminfo: memFree=128185480/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=1691244 memory=1527608 CPUtime=6.27 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 203876 0 0 0 575 52 0 0 20 0 1 0 35889119 1731833856 381902 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 422811 381902 2304 595 0 407478 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1691244 KiB
Current children cumulated memory: 1527608 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.13 4.10 5/263 27366
/proc/meminfo: memFree=127217680/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=2874068 memory=2715492 CPUtime=12.64 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 408279 0 0 0 1166 98 0 0 20 0 1 0 35889119 2943045632 678873 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 718517 678873 2304 595 0 703184 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2874068 KiB
Current children cumulated memory: 2715492 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.13 4.10 5/263 27366
/proc/meminfo: memFree=123819368/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=5869652 memory=5148740 CPUtime=25.42 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 840152 0 0 0 2334 208 0 0 20 0 1 0 35889119 6010523648 1287185 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 1467413 1287185 2304 595 0 1452080 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 5869652 KiB
Current children cumulated memory: 5148740 KiB

[startup+51.1053 s]
/proc/loadavg: 4.17 4.13 4.10 5/263 27412
/proc/meminfo: memFree=116574316/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=10535060 memory=9595216 CPUtime=50.96 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 1591379 0 0 0 4704 392 0 0 20 0 1 0 35889119 10787901440 2398804 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 2633765 2398804 2304 595 0 2618432 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 10535060 KiB
Current children cumulated memory: 9595216 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 27413
/proc/meminfo: memFree=101770552/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=19043052 memory=17736172 CPUtime=101.99 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 2956150 0 0 0 9474 725 0 0 20 0 1 0 35889119 19500085248 4434043 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 4760763 4434043 2304 595 0 4745430 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 19043052 KiB
Current children cumulated memory: 17736172 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+121.5 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 27459
/proc/meminfo: memFree=107211532/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=32345528 memory=20401648 CPUtime=121.13 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 3394474 0 0 0 11295 818 0 0 20 0 1 0 35889119 33121820672 5100412 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 8086382 5100412 2464 595 0 8071049 0
Current children cumulated CPU time: 121.13 s
Current children cumulated vsize: 32345528 KiB
Current children cumulated memory: 20401648 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+123.987 s]
# the end of solver process 27365 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=114.367 s, system=9.25244 s

Solver just ended.
Dumping a history of the last processes samples

[startup+121.6 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 27459
/proc/meminfo: memFree=107211532/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=32345528 memory=20837872 CPUtime=121.23 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 3394687 0 0 0 11297 826 0 0 20 0 1 0 35889119 33121820672 5209468 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 8086382 5209468 2464 595 0 8071049 0
Current children cumulated CPU time: 121.23 s
Current children cumulated vsize: 32345528 KiB
Current children cumulated memory: 20837872 KiB

[startup+122.4 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 27459
/proc/meminfo: memFree=105097100/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=37041168 memory=22577340 CPUtime=122.03 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 3412092 0 0 0 11342 861 0 0 20 0 1 0 35889119 37930156032 5644335 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 9260292 5644335 2464 595 0 9244959 0
Current children cumulated CPU time: 122.03 s
Current children cumulated vsize: 37041168 KiB
Current children cumulated memory: 22577340 KiB

[startup+123.2 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 27459
/proc/meminfo: memFree=104218376/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=37305036 memory=22894652 CPUtime=122.83 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 3478106 0 0 0 11411 872 0 0 20 0 1 0 35889119 38200356864 5723631 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 9326292 5723631 2464 595 0 9310959 0
Current children cumulated CPU time: 122.83 s
Current children cumulated vsize: 37305036 KiB
Current children cumulated memory: 22894652 KiB

[startup+123.4 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 27459
/proc/meminfo: memFree=104218376/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=37370772 memory=22972604 CPUtime=123.02 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 3494530 0 0 0 11428 874 0 0 20 0 1 0 35889119 38267670528 5743119 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 9342693 5743151 2464 595 0 9327360 0
Current children cumulated CPU time: 123.02 s
Current children cumulated vsize: 37370772 KiB
Current children cumulated memory: 22972604 KiB

[startup+123.5 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 27459
/proc/meminfo: memFree=104218376/131250000 swapFree=33010684/33010684
[pid=27365] ppid=27362 vsize=37404036 memory=23011908 CPUtime=123.12 cores=0,2
/proc/27365/stat : 27365 (SynLSCD-PS) R 27362 27365 24975 0 -1 4194304 3502845 0 0 0 11436 876 0 0 20 0 1 0 35889119 38301732864 5752977 18446744073709551615 94842821881856 94842824316857 140726682597840 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94842824797432 94842824830464 94842851692544 140726682601824 140726682601960 140726682601960 140726682607562 0
/proc/27365/statm: 9351009 5752977 2464 595 0 9335676 0
Current children cumulated CPU time: 123.12 s
Current children cumulated vsize: 37404036 KiB
Current children cumulated memory: 23011908 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 123.987
CPU time (s): 123.619
CPU user time (s): 114.367
CPU system time (s): 9.25244
CPU usage (%): 99.703
Max. virtual memory (cumulated for all children) (KiB): 37404036
Max. memory (cumulated for all children) (KiB): 23011908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.367
system time used= 9.25244
maximum resident set size= 23011908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3502853
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= 189
involuntary context switches= 282


# summary of solver processes directly reported to runsolver:
#   pid: 27365
#   total CPU time (s): 123.619
#   total CPU user time (s): 114.367
#   total CPU system time (s): 9.25244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.243804 second user time and 0.541935 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 15:01:45
IDJOB=4511711
IDBENCH=160480
IDSOLVER=3370
FILE ID=nodeC026/4511711-1751202104
RUNJOBID= nodeC026-1751194487-24985
SLURM_JOB_ID= 9587598
Free space on /tmp= 433016 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511711-1751202104/watcher-4511711-1751202104 -o /tmp/evaluation-result-4511711-1751202104/solver-4511711-1751202104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751194487-24985 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4511711-1751202104.opb

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

MD5SUM BENCH= 4a42be2aaf272439af058ac9b796a856
RANDOM SEED=685532438

nodeC026 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.754
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.314
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3551.569
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.796
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.403
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3617.537
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3461.898
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129081828 kB
MemAvailable:   128873276 kB
Buffers:            3280 kB
Cached:           601000 kB
SwapCached:            0 kB
Active:           498188 kB
Inactive:         378396 kB
Active(anon):     290392 kB
Inactive(anon):        0 kB
Active(file):     207796 kB
Inactive(file):   378396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33820 kB
Writeback:             0 kB
AnonPages:        275416 kB
Mapped:           114584 kB
Shmem:             18080 kB
KReclaimable:      88988 kB
Slab:             174692 kB
SReclaimable:      88988 kB
SUnreclaim:        85704 kB
KernelStack:        4256 kB
PageTables:         3720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     655788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC026 at 2025-06-29 15:03:49