Trace number 4525768

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 86.2281 91.1782

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub2_wcsp.wbo
MD5SUM3b293c70ef0b1b0b4ae40fd7d560d8ea
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2746
Best CPU time to get the best result obtained on this benchmark33.6702
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables688
Total number of constraints280826
Number of soft constraints280810
Number of constraints which are clauses280810
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 52140
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 37167130
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-4525768-1751626031.wbo>
1.99/2.02	c original problem has 281498 variables (281498 bin, 0 int, 0 impl, 0 cont) and 561637 constraints
1.99/2.02	c problem read in 2.01
5.66/5.72	c presolving:
6.56/6.67	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 280810 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 280826 clqs
16.62/16.76	c    (16.7s) 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 (62929 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-4525768-1751626031/watcher-4525768-1751626031 -o /tmp/evaluation-result-4525768-1751626031/solver-4525768-1751626031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751626031-88029 --watchdog 3760 pbscip -f HOME/instance-4525768-1751626031.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10011 s]*
/proc/loadavg: 2.95 4.99 6.30 5/249 88096
/proc/meminfo: memFree=129468520/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=60132 memory=32512 CPUtime=0.1 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 5198 0 0 0 8 2 0 0 20 0 1 0 78282864 61575168 8128 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 15033 8128 3232 3530 0 6484 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 60132 KiB
Current children cumulated memory: 32512 KiB

[startup+0.214182 s]*
/proc/loadavg: 2.95 4.99 6.30 6/246 88096
/proc/meminfo: memFree=129411248/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=78240 memory=50560 CPUtime=0.21 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 9729 0 0 0 17 4 0 0 20 0 1 0 78282864 80117760 12640 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 19560 12640 3232 3530 0 11011 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 78240 KiB
Current children cumulated memory: 50560 KiB

[startup+0.314009 s]*
/proc/loadavg: 2.95 4.99 6.30 5/246 88096
/proc/meminfo: memFree=129370172/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=92808 memory=65280 CPUtime=0.31 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 13404 0 0 0 26 5 0 0 20 0 1 0 78282864 95035392 16320 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 23202 16320 3232 3530 0 14653 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 92808 KiB
Current children cumulated memory: 65280 KiB

[startup+0.700358 s]
/proc/loadavg: 2.95 4.99 6.30 5/246 88096
/proc/meminfo: memFree=129274412/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=151760 memory=123904 CPUtime=0.68 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 28088 0 0 0 57 11 0 0 20 0 1 0 78282864 155402240 30976 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 37940 30976 3232 3530 0 29391 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 151760 KiB
Current children cumulated memory: 123904 KiB

[startup+1.50034 s]
/proc/loadavg: 2.95 4.99 6.30 6/246 88096
/proc/meminfo: memFree=128982596/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=328704 memory=300932 CPUtime=1.47 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 71818 0 0 0 126 21 0 0 20 0 1 0 78282864 336592896 75233 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 82176 75233 3232 3530 0 73627 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 328704 KiB
Current children cumulated memory: 300932 KiB

[startup+3.11324 s]
/proc/loadavg: 3.11 4.99 6.29 5/246 88141
/proc/meminfo: memFree=126575760/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=1047120 memory=1015028 CPUtime=3.09 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 242403 0 0 0 257 52 0 0 20 0 1 0 78282864 1072250880 253757 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 261780 253757 3552 3530 0 253231 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1047120 KiB
Current children cumulated memory: 1015028 KiB

[startup+6.3003 s]
/proc/loadavg: 3.11 4.99 6.29 6/248 88178
/proc/meminfo: memFree=124579252/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=2016572 memory=1973668 CPUtime=6.26 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 467170 0 0 0 539 87 0 0 20 0 1 0 78282864 2064969728 493417 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 504143 493417 3616 3530 0 495594 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2016572 KiB
Current children cumulated memory: 1973668 KiB

[startup+12.7003 s]
/proc/loadavg: 3.26 4.99 6.28 6/246 88276
/proc/meminfo: memFree=124490376/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=2159000 memory=2102640 CPUtime=12.64 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 492307 0 0 0 1172 92 0 0 20 0 1 0 78282864 2210816000 525660 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 539750 525660 3616 3530 0 531201 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2159000 KiB
Current children cumulated memory: 2102640 KiB

[startup+25.5003 s]
/proc/loadavg: 3.71 5.01 6.27 6/251 88360
/proc/meminfo: memFree=120794792/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=4000780 memory=3554628 CPUtime=25.4 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 612150 0 0 0 2404 136 0 0 20 0 1 0 78282864 4096798720 888657 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 1000195 888657 3648 3530 0 991646 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4000780 KiB
Current children cumulated memory: 3554628 KiB

[startup+51.1134 s]
/proc/loadavg: 3.89 4.94 6.21 6/251 88360
/proc/meminfo: memFree=115868000/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=6217512 memory=5771332 CPUtime=50.94 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 1166327 0 0 0 4857 237 0 0 20 0 1 0 78282864 6366732288 1442801 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 1554378 1442801 3648 3530 0 1545829 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 6217512 KiB
Current children cumulated memory: 5771332 KiB

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

# cumulated CPU time of all completed processes:  user=80.4742 s, system=5.75392 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 6/251 88360
/proc/meminfo: memFree=115868000/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=6225216 memory=5779012 CPUtime=51.02 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 1168275 0 0 0 4865 237 0 0 20 0 1 0 78282864 6374621184 1444753 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 1556304 1444753 3648 3530 0 1547755 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 6225216 KiB
Current children cumulated memory: 5779012 KiB

[startup+76.8003 s]
/proc/loadavg: 4.00 4.88 6.16 5/254 88389
/proc/meminfo: memFree=118476972/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=8549476 memory=8103236 CPUtime=76.54 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 1749340 0 0 0 7308 346 0 0 20 0 1 0 78282864 8754663424 2025809 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 2137369 2025809 3648 3530 0 2128820 0
Current children cumulated CPU time: 76.54 s
Current children cumulated vsize: 8549476 KiB
Current children cumulated memory: 8103236 KiB

[startup+83.2003 s]
/proc/loadavg: 3.92 4.84 6.13 4/255 88440
/proc/meminfo: memFree=118142872/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=9151904 memory=8705732 CPUtime=82.92 cores=4,6
/proc/88087/stat : 88087 (pbscip) R 88080 88087 88018 0 -1 4194304 1899968 0 0 0 7915 377 0 0 20 0 1 0 78282864 9371549696 2176433 18446744073709551615 4235264 18693293 140732615810720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 0
/proc/88087/statm: 2287976 2176433 3648 3530 0 2279427 0
Current children cumulated CPU time: 82.92 s
Current children cumulated vsize: 9151904 KiB
Current children cumulated memory: 8705732 KiB

[startup+86.4008 s]
/proc/loadavg: 3.92 4.84 6.13 5/259 88474
/proc/meminfo: memFree=116551452/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=9283772 memory=8837444 CPUtime=85.55 cores=4,6
/proc/88087/stat : 88087 (pbscip) S 88080 88087 88018 0 -1 4195840 1932893 0 0 0 8047 508 0 0 20 0 1 0 78282864 9506582528 2209361 18446744073709551615 4235264 18693293 140732615810720 140732607430680 14266023 0 0 0 2 1 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 11
/proc/88087/statm: 2320943 2209361 3648 3530 0 2312394 0
Current children cumulated CPU time: 85.55 s
Current children cumulated vsize: 9283772 KiB
Current children cumulated memory: 8837444 KiB

[startup+89.6003 s]
/proc/loadavg: 3.93 4.82 6.11 5/258 88474
/proc/meminfo: memFree=116521236/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=9283772 memory=8837444 CPUtime=85.55 cores=4,6
/proc/88087/stat : 88087 (pbscip) S 88080 88087 88018 0 -1 4195840 1932893 0 0 0 8047 508 0 0 20 0 1 0 78282864 9506582528 2209361 18446744073709551615 4235264 18693293 140732615810720 140732607430680 14266023 0 0 0 2 1 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 11
/proc/88087/statm: 2320943 2209361 3648 3530 0 2312394 0
Current children cumulated CPU time: 85.55 s
Current children cumulated vsize: 9283772 KiB
Current children cumulated memory: 8837444 KiB

[startup+90.4059 s]
/proc/loadavg: 3.93 4.82 6.11 4/258 88474
/proc/meminfo: memFree=116497628/131382112 swapFree=33010416/33010684
[pid=88087] ppid=88080 vsize=9283772 memory=8837444 CPUtime=85.55 cores=4,6
/proc/88087/stat : 88087 (pbscip) S 88080 88087 88018 0 -1 4195840 1932893 0 0 0 8047 508 0 0 20 0 1 0 78282864 9506582528 2209361 18446744073709551615 4235264 18693293 140732615810720 140732607430680 14266023 0 0 0 2 1 0 0 17 4 0 0 0 0 0 21375888 21430392 34807808 140732615813511 140732615813610 140732615813610 140732615819214 11
/proc/88087/statm: 2320943 2209361 3648 3530 0 2312394 0
Current children cumulated CPU time: 85.55 s
Current children cumulated vsize: 9283772 KiB
Current children cumulated memory: 8837444 KiB

[startup+90.8001 s]
/proc/loadavg: 3.93 4.82 6.11 6/258 88475
/proc/meminfo: memFree=117392240/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+91.0001 s]*
/proc/loadavg: 3.93 4.82 6.11 5/259 88480
/proc/meminfo: memFree=123365936/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+91.1136 s]
/proc/loadavg: 3.93 4.82 6.11 5/259 88480
/proc/meminfo: memFree=123365936/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): 91.1782
CPU time (s): 86.2281
CPU user time (s): 80.4742
CPU system time (s): 5.75392
CPU usage (%): 94.571
Max. virtual memory (cumulated for all children) (KiB): 9283772
Max. memory (cumulated for all children) (KiB): 8837444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.4742
system time used= 5.75392
maximum resident set size= 8837444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1932893
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= 224
involuntary context switches= 1925


# summary of solver processes directly reported to runsolver:
#   pid: 88087
#   total CPU time (s): 86.2281
#   total CPU user time (s): 80.4742
#   total CPU system time (s): 5.75392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.512749 second user time and 0.946974 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-04 12:47:11
IDJOB=4525768
IDBENCH=143890
IDSOLVER=3382
FILE ID=nodeC012/4525768-1751626031
RUNJOBID= nodeC012-1751626031-88029
SLURM_JOB_ID= 9598953
Free space on /tmp= 431808 MiB

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

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

MD5SUM BENCH= 3b293c70ef0b1b0b4ae40fd7d560d8ea
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.153
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.313
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.656
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.152
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.257
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.094
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.154
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.145
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:        129529144 kB
MemAvailable:   129913388 kB
Buffers:            2136 kB
Cached:          1183728 kB
SwapCached:           16 kB
Active:           691772 kB
Inactive:         563516 kB
Active(anon):      82420 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:         72592 kB
Mapped:           112352 kB
Shmem:             17944 kB
KReclaimable:     111520 kB
Slab:             197596 kB
SReclaimable:     111520 kB
SUnreclaim:        86076 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:     366800 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= 431668 MiB
End job on nodeC012 at 2025-07-04 12:48:43