Trace number 4525786

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
SCIP 2024-07-07Signal 71.9347 74.7969

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub1_wcsp.wbo
MD5SUM4332859c61197d8e78afa6b8b48bb73c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2669
Best CPU time to get the best result obtained on this benchmark28.4538
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables616
Total number of constraints241978
Number of soft constraints241964
Number of constraints which are clauses241964
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 48694
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 34489736
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.02	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.02	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-4525786-1751626031.wbo>
1.68/1.74	c original problem has 242580 variables (242580 bin, 0 int, 0 impl, 0 cont) and 483943 constraints
1.68/1.74	c problem read in 1.73
4.66/4.74	c presolving:
5.36/5.49	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 241964 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 241978 clqs
12.81/12.97	c    (13.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525786-1751626031/watcher-4525786-1751626031 -o /tmp/evaluation-result-4525786-1751626031/solver-4525786-1751626031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751626031-88031 --watchdog 3760 pbscip -f HOME/instance-4525786-1751626031.wbo -t 3600 -j 2 -m 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=88083, runsolver pid=88079

[startup+0.100071 s]*
/proc/loadavg: 2.95 4.99 6.30 6/249 88096
/proc/meminfo: memFree=129468520/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=60292 memory=32768 CPUtime=0.09 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 5256 0 0 0 8 1 0 0 20 0 1 0 78282863 61739008 8192 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 15073 8192 3264 3530 0 6524 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 60292 KiB
Current children cumulated memory: 32768 KiB

[startup+0.215203 s]*
/proc/loadavg: 2.95 4.99 6.30 5/246 88096
/proc/meminfo: memFree=129411248/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=79572 memory=52096 CPUtime=0.21 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 10071 0 0 0 18 3 0 0 20 0 1 0 78282863 81481728 13024 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 19893 13024 3264 3530 0 11344 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 79572 KiB
Current children cumulated memory: 52096 KiB

[startup+0.314672 s]*
/proc/loadavg: 2.95 4.99 6.30 4/246 88096
/proc/meminfo: memFree=129370928/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=95016 memory=67456 CPUtime=0.31 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 13909 0 0 0 26 5 0 0 20 0 1 0 78282863 97296384 16864 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 23754 16864 3264 3530 0 15205 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 95016 KiB
Current children cumulated memory: 67456 KiB

[startup+0.700356 s]
/proc/loadavg: 2.95 4.99 6.30 4/246 88096
/proc/meminfo: memFree=129274412/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=158000 memory=130432 CPUtime=0.68 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 29656 0 0 0 57 11 0 0 20 0 1 0 78282863 161792000 32608 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 39500 32608 3264 3530 0 30951 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 158000 KiB
Current children cumulated memory: 130432 KiB

[startup+1.50032 s]
/proc/loadavg: 2.95 4.99 6.30 4/246 88096
/proc/meminfo: memFree=128991164/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=352648 memory=324320 CPUtime=1.47 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 77643 0 0 0 125 22 0 0 20 0 1 0 78282863 361111552 81080 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 88162 81080 3264 3530 0 79613 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 352648 KiB
Current children cumulated memory: 324320 KiB

[startup+3.11284 s]
/proc/loadavg: 3.11 4.99 6.29 5/246 88141
/proc/meminfo: memFree=126591888/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=1103204 memory=1064224 CPUtime=3.08 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 256688 0 0 0 254 54 0 0 20 0 1 0 78282863 1129680896 266056 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 275801 266056 3616 3530 0 267252 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1103204 KiB
Current children cumulated memory: 1064224 KiB

[startup+6.3003 s]
/proc/loadavg: 3.11 4.99 6.29 4/248 88178
/proc/meminfo: memFree=124579252/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=1872432 memory=1814440 CPUtime=6.25 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 429367 0 0 0 542 83 0 0 20 0 1 0 78282863 1917370368 453610 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 468108 453610 3680 3530 0 459559 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1872432 KiB
Current children cumulated memory: 1814440 KiB

[startup+12.7003 s]
/proc/loadavg: 3.26 4.99 6.28 5/246 88276
/proc/meminfo: memFree=124490376/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=1872432 memory=1820200 CPUtime=12.62 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 430798 0 0 0 1176 86 0 0 20 0 1 0 78282863 1917370368 455050 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 468108 455050 3680 3530 0 459559 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1872432 KiB
Current children cumulated memory: 1820200 KiB

[startup+25.5003 s]
/proc/loadavg: 3.71 5.01 6.27 5/251 88360
/proc/meminfo: memFree=120802856/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=3924392 memory=3538204 CPUtime=25.37 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 657171 0 0 0 2394 143 0 0 20 0 1 0 78282863 4018577408 884551 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 981098 884551 3712 3530 0 972549 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 3924392 KiB
Current children cumulated memory: 3538204 KiB

[startup+51.1133 s]
/proc/loadavg: 3.89 4.94 6.21 5/251 88360
/proc/meminfo: memFree=115868000/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=6255544 memory=5869340 CPUtime=50.9 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 1239958 0 0 0 4842 248 0 0 20 0 1 0 78282863 6405677056 1467335 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 1563886 1467335 3712 3530 0 1555337 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 6255544 KiB
Current children cumulated memory: 5869340 KiB

[startup+74.7968 s]
# the end of solver process 88083 was just reported to runsolver
# Child ended because it received signal 11 (SIGSEGV)
Child dumped core

# cumulated CPU time of all completed processes:  user=67.4128 s, system=4.52188 s

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

[startup+51.2004 s]
/proc/loadavg: 3.89 4.94 6.21 5/251 88360
/proc/meminfo: memFree=115868000/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=6263592 memory=5877276 CPUtime=50.98 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 1241970 0 0 0 4850 248 0 0 20 0 1 0 78282863 6413918208 1469319 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 1565898 1469319 3712 3530 0 1557349 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 6263592 KiB
Current children cumulated memory: 5877276 KiB

[startup+64.0003 s]*
/proc/loadavg: 3.91 4.89 6.17 5/251 88360
/proc/meminfo: memFree=113469392/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=7461664 memory=7075356 CPUtime=63.73 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 1541470 0 0 0 6075 298 0 0 20 0 1 0 78282863 7640743936 1768839 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 1865416 1768839 3712 3530 0 1856867 0
Current children cumulated CPU time: 63.73 s
Current children cumulated vsize: 7461664 KiB
Current children cumulated memory: 7075356 KiB

[startup+70.4003 s]
/proc/loadavg: 4.00 4.90 6.17 5/251 88360
/proc/meminfo: memFree=112349336/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=8069524 memory=7683228 CPUtime=70.09 cores=5,7
/proc/88083/stat : 88083 (pbscip) R 88079 88083 88018 0 -1 4194304 1693453 0 0 0 6685 324 0 0 20 0 1 0 78282863 8263192576 1920807 18446744073709551615 4235264 18693293 140727026609424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 0
/proc/88083/statm: 2017381 1920807 3712 3530 0 2008832 0
Current children cumulated CPU time: 70.09 s
Current children cumulated vsize: 8069524 KiB
Current children cumulated memory: 7683228 KiB

[startup+72.0002 s]*
/proc/loadavg: 4.00 4.90 6.17 5/254 88366
/proc/meminfo: memFree=111026896/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=8125544 memory=7739292 CPUtime=71.61 cores=5,7
/proc/88083/stat : 88083 (pbscip) S 88079 88083 88018 0 -1 4195840 1707459 0 0 0 6741 420 0 0 20 0 1 0 78282863 8320557056 1934823 18446744073709551615 4235264 18693293 140727026609424 140727018229768 14266023 0 0 0 2 1 0 0 17 7 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 11
/proc/88083/statm: 2031386 1934823 3712 3530 0 2022837 0
Current children cumulated CPU time: 71.61 s
Current children cumulated vsize: 8125544 KiB
Current children cumulated memory: 7739292 KiB

[startup+73.6003 s]
/proc/loadavg: 4.00 4.88 6.16 5/254 88366
/proc/meminfo: memFree=110905936/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=8125544 memory=7739292 CPUtime=71.61 cores=5,7
/proc/88083/stat : 88083 (pbscip) S 88079 88083 88018 0 -1 4195840 1707459 0 0 0 6741 420 0 0 20 0 1 0 78282863 8320557056 1934823 18446744073709551615 4235264 18693293 140727026609424 140727018229768 14266023 0 0 0 2 1 0 0 17 7 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 11
/proc/88083/statm: 2031386 1934823 3712 3530 0 2022837 0
Current children cumulated CPU time: 71.61 s
Current children cumulated vsize: 8125544 KiB
Current children cumulated memory: 7739292 KiB

[startup+74.4063 s]
/proc/loadavg: 4.00 4.88 6.16 4/256 88369
/proc/meminfo: memFree=110768456/131382112 swapFree=33010416/33010684
[pid=88083] ppid=88079 vsize=8125544 memory=7739292 CPUtime=71.61 cores=5,7
/proc/88083/stat : 88083 (pbscip) S 88079 88083 88018 0 -1 4195840 1707459 0 0 0 6741 420 0 0 20 0 1 0 78282863 8320557056 1934823 18446744073709551615 4235264 18693293 140727026609424 140727018229768 14266023 0 0 0 2 1 0 0 17 7 0 0 0 0 0 21375888 21430392 48177152 140727026612615 140727026612714 140727026612714 140727026618318 11
/proc/88083/statm: 2031386 1934823 3712 3530 0 2022837 0
Current children cumulated CPU time: 71.61 s
Current children cumulated vsize: 8125544 KiB
Current children cumulated memory: 7739292 KiB

[startup+74.6135 s]
/proc/loadavg: 4.00 4.88 6.16 6/256 88375
/proc/meminfo: memFree=111108064/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+74.7001 s]
/proc/loadavg: 4.00 4.88 6.16 6/256 88375
/proc/meminfo: memFree=111108064/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 11 (SIGSEGV)
Child dumped core

Real time (s): 74.7969
CPU time (s): 71.9347
CPU user time (s): 67.4128
CPU system time (s): 4.52188
CPU usage (%): 96.1733
Max. virtual memory (cumulated for all children) (KiB): 8125544
Max. memory (cumulated for all children) (KiB): 7739292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.4128
system time used= 4.52188
maximum resident set size= 7739292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1707459
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= 80
involuntary context switches= 113


# summary of solver processes directly reported to runsolver:
#   pid: 88083
#   total CPU time (s): 71.9347
#   total CPU user time (s): 67.4128
#   total CPU system time (s): 4.52188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.400226 second user time and 0.794541 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-04 12:47:11
IDJOB=4525786
IDBENCH=143893
IDSOLVER=3382
FILE ID=nodeC012/4525786-1751626031
RUNJOBID= nodeC012-1751626031-88031
SLURM_JOB_ID= 9598953
Free space on /tmp= 431812 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar6-sub1_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525786-1751626031/watcher-4525786-1751626031 -o /tmp/evaluation-result-4525786-1751626031/solver-4525786-1751626031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751626031-88031 --watchdog 3760  pbscip -f HOME/instance-4525786-1751626031.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 4332859c61197d8e78afa6b8b48bb73c
RANDOM SEED=1576744285

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.143
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.101
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.39
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.130
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.39
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.159
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.201
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.39
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.150
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.39
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.151
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.39
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.055
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129531148 kB
MemAvailable:   129915392 kB
Buffers:            2136 kB
Cached:          1183728 kB
SwapCached:           16 kB
Active:           689828 kB
Inactive:         563516 kB
Active(anon):      80476 kB
Inactive(anon):     4948 kB
Active(file):     609352 kB
Inactive(file):   558568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             93564 kB
Writeback:             8 kB
AnonPages:         70648 kB
Mapped:           105872 kB
Shmem:             17944 kB
KReclaimable:     111520 kB
Slab:             197420 kB
SReclaimable:     111520 kB
SUnreclaim:        85900 kB
KernelStack:        3856 kB
PageTables:         2872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     362640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431716 MiB
End job on nodeC012 at 2025-07-04 12:48:27