Trace number 4464105

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-30Signal 62.2655 66.8858

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUM40351a18114e83e0c165271c5d48a38f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74222
Best CPU time to get the best result obtained on this benchmark3600.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
21.83/22.00	c Default LC presolving (default).
21.94/22.01	c ** Before presolving: virtualMemUsedAtLc = 16921193041, getVmSize() = 12426186752, SCIPgetMemUsed() = 12178034825, SCIPgetMemTotal() = 12264898609, SCIPgetMemExternEstim() = 4656294432
21.94/22.01	c ** set memory limit for presolving in LC to 8.79102e+12 for SCIP **
58.21/58.42	terminate called after throwing an instance of 'std::bad_alloc'
58.21/58.42	  what():  std::bad_alloc

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: 64096 MiB (53845 MiB free)
  memory of node 1: 64473 MiB (60543 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464105-1722382195/watcher-4464105-1722382195 -o /tmp/evaluation-result-4464105-1722382195/solver-4464105-1722382195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722378594-28657 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464105-1722382195.opb -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30913, runsolver pid=30910

[startup+0.100822 s]*
/proc/loadavg: 4.12 4.26 4.18 5/245 30914
/proc/meminfo: memFree=116875588/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=292016 memory=277984 CPUtime=0.1 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 12216 0 0 0 4 6 0 0 20 0 1 0 4817399 299024384 69496 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 73004 69496 2299 3035 0 69400 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 292016 KiB
Current children cumulated memory: 277984 KiB

[startup+0.205493 s]*
/proc/loadavg: 4.12 4.26 4.18 4/244 30928
/proc/meminfo: memFree=116690044/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=489064 memory=465184 CPUtime=0.2 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 14041 0 0 0 8 12 0 0 20 0 1 0 4817399 500801536 116296 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 122266 116296 2299 3035 0 118662 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 489064 KiB
Current children cumulated memory: 465184 KiB

[startup+0.305593 s]*
/proc/loadavg: 4.12 4.26 4.18 4/240 30928
/proc/meminfo: memFree=116613664/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=604444 memory=577208 CPUtime=0.29 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 19544 0 0 0 13 16 0 0 20 0 1 0 4817399 618950656 144302 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 151111 144302 2347 3035 0 147507 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 604444 KiB
Current children cumulated memory: 577208 KiB

[startup+0.700295 s]
/proc/loadavg: 4.12 4.26 4.18 5/237 30964
/proc/meminfo: memFree=116521696/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=819876 memory=789468 CPUtime=0.69 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 72645 0 0 0 39 30 0 0 20 0 1 0 4817399 839553024 197367 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 204969 197367 2347 3035 0 201365 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 819876 KiB
Current children cumulated memory: 789468 KiB

[startup+1.50033 s]
/proc/loadavg: 4.11 4.26 4.18 5/245 31006
/proc/meminfo: memFree=116138092/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=1327344 memory=1297180 CPUtime=1.48 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 191339 0 0 0 91 57 0 0 20 0 1 0 4817399 1359200256 324295 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 331836 324295 2347 3035 0 328232 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1327344 KiB
Current children cumulated memory: 1297180 KiB

[startup+3.11288 s]
/proc/loadavg: 4.11 4.26 4.18 5/241 31135
/proc/meminfo: memFree=114518224/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=2704320 memory=2671608 CPUtime=3.09 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 492521 0 0 0 203 106 0 0 20 0 1 0 4817399 2769223680 667836 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 676337 667836 2347 3035 0 672733 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2704320 KiB
Current children cumulated memory: 2671608 KiB

[startup+6.30031 s]
/proc/loadavg: 4.10 4.25 4.17 6/248 31195
/proc/meminfo: memFree=111408252/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=5916656 memory=5884804 CPUtime=6.26 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 1200926 0 0 0 417 209 0 0 20 0 1 0 4817399 6058655744 1471201 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 1479164 1471201 2347 3035 0 1475560 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 5916656 KiB
Current children cumulated memory: 5884804 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.25 4.17 5/248 31252
/proc/meminfo: memFree=110098792/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=5262672 memory=5196060 CPUtime=12.66 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 1310722 0 0 0 1031 235 0 0 20 0 1 0 4817399 5388976128 1299015 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 1315668 1299015 2555 3035 0 1312064 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 5262672 KiB
Current children cumulated memory: 5196060 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.24 4.17 5/250 31256
/proc/meminfo: memFree=102123232/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=12699872 memory=12539796 CPUtime=25.42 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 2916714 0 0 0 2069 473 0 0 20 0 1 0 4817399 13004668928 3134949 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 3174968 3134949 2614 3035 0 3171364 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 12699872 KiB
Current children cumulated memory: 12539796 KiB

[startup+51.1126 s]
/proc/loadavg: 4.10 4.23 4.17 5/249 31260
/proc/meminfo: memFree=94815436/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=20495480 memory=19900728 CPUtime=50.95 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 3049178 0 0 0 4332 763 0 0 20 0 1 0 4817399 20987371520 4975182 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 5123870 4975182 2726 3035 0 5120266 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 20495480 KiB
Current children cumulated memory: 19900728 KiB

[startup+66.8858 s]
# the end of solver process 30913 was just reported to runsolver
# Child ended because it received signal 6 (SIGABRT)
Child dumped core

# cumulated CPU time of all completed processes:  user=48.9368 s, system=13.3287 s

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

[startup+51.2004 s]
/proc/loadavg: 4.10 4.23 4.17 5/249 31260
/proc/meminfo: memFree=94815436/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=28884092 memory=19974324 CPUtime=51.04 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 3049729 0 0 0 4340 764 0 0 20 0 1 0 4817399 29577310208 4993581 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 7221023 4993581 2726 3035 0 7217419 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 28884092 KiB
Current children cumulated memory: 19974324 KiB

[startup+57.6003 s]
/proc/loadavg: 4.09 4.23 4.17 5/249 31260
/proc/meminfo: memFree=91492248/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=24689784 memory=23566652 CPUtime=57.42 cores=1,3
/proc/30913/stat : 30913 (fscip) R 30910 30913 28645 0 -1 4194304 3053569 0 0 0 4822 920 0 0 20 0 1 0 4817399 25282338816 5891663 134679101440 4194304 16623229 140725151215264 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 6172446 5891663 2726 3035 0 6168842 0
Current children cumulated CPU time: 57.42 s
Current children cumulated vsize: 24689784 KiB
Current children cumulated memory: 23566652 KiB

[startup+60.8008 s]
/proc/loadavg: 4.09 4.23 4.17 5/250 31264
/proc/meminfo: memFree=89533856/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=24689784 memory=24155708 CPUtime=60.41 cores=1,3
/proc/30913/stat : 30913 (fscip) D 30910 30913 28645 0 -1 4195840 3054412 0 0 0 4893 1148 0 0 20 0 1 0 4817399 25282338816 6038927 134679101440 4194304 16623229 140725151215264 140725151206064 16105643 0 0 0 2 1 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 6172446 6038927 3032 3035 0 6168842 0
Current children cumulated CPU time: 60.41 s
Current children cumulated vsize: 24689784 KiB
Current children cumulated memory: 24155708 KiB

[startup+64.0003 s]*
/proc/loadavg: 4.16 4.24 4.18 4/250 31264
/proc/meminfo: memFree=88052912/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=24689784 memory=24155708 CPUtime=61.35 cores=1,3
/proc/30913/stat : 30913 (fscip) S 30910 30913 28645 0 -1 4195840 3054412 0 0 0 4893 1242 0 0 20 0 1 0 4817399 25282338816 6038927 134679101440 4194304 16623229 140725151215264 140725151206064 16105643 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 6172446 6038927 3032 3035 0 6168842 0
Current children cumulated CPU time: 61.35 s
Current children cumulated vsize: 24689784 KiB
Current children cumulated memory: 24155708 KiB

[startup+65.6003 s]
/proc/loadavg: 4.16 4.24 4.18 4/250 31264
/proc/meminfo: memFree=88052716/131655788 swapFree=131071996/131071996
[pid=30913] ppid=30910 vsize=24689784 memory=24155708 CPUtime=61.35 cores=1,3
/proc/30913/stat : 30913 (fscip) S 30910 30913 28645 0 -1 4195840 3054412 0 0 0 4893 1242 0 0 20 0 1 0 4817399 25282338816 6038927 134679101440 4194304 16623229 140725151215264 140725151206064 16105643 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 48697344 140725151216662 140725151216778 140725151216778 140725151223792 0
/proc/30913/statm: 6172446 6038927 3032 3035 0 6168842 0
Current children cumulated CPU time: 61.35 s
Current children cumulated vsize: 24689784 KiB
Current children cumulated memory: 24155708 KiB

[startup+66.4017 s]
/proc/loadavg: 4.15 4.24 4.17 5/250 31265
/proc/meminfo: memFree=90552684/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+66.8017 s]
/proc/loadavg: 4.15 4.24 4.17 5/250 31265
/proc/meminfo: memFree=90552684/131655788 swapFree=131071996/131071996
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 6 (SIGABRT)
Child dumped core

Real time (s): 66.8858
CPU time (s): 62.2655
CPU user time (s): 48.9368
CPU system time (s): 13.3287
CPU usage (%): 93.0922
Max. virtual memory (cumulated for all children) (KiB): 28884092
Max. memory (cumulated for all children) (KiB): 24155708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.9368
system time used= 13.3287
maximum resident set size= 24155708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3054412
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= 61
involuntary context switches= 102


# summary of solver processes directly reported to runsolver:
#   pid: 30913
#   total CPU time (s): 62.2655
#   total CPU user time (s): 48.9368
#   total CPU system time (s): 13.3287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.306949 second user time and 0.671824 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-31 01:29:58
IDJOB=4464105
IDBENCH=148739
IDSOLVER=3092
FILE ID=nodeC009/4464105-1722382195
RUNJOBID= nodeC009-1722378594-28657
SLURM_JOB_ID= 8249839
Free space on /tmp= 723448 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464105-1722382195/watcher-4464105-1722382195 -o /tmp/evaluation-result-4464105-1722382195/solver-4464105-1722382195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722378594-28657 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464105-1722382195.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 40351a18114e83e0c165271c5d48a38f
RANDOM SEED=1367756045

nodeC009.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 1496.572
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.99
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.256
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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.294
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.99
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		: 3492.464
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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		: 3659.479
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.99
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		: 3674.904
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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.465
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.99
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.433
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117142000 kB
MemAvailable:   129053380 kB
Buffers:           94124 kB
Cached:         12618636 kB
SwapCached:            0 kB
Active:           257788 kB
Inactive:       13748332 kB
Active(anon):       1464 kB
Inactive(anon):  1313248 kB
Active(file):     256324 kB
Inactive(file): 12435084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            340432 kB
Writeback:             0 kB
AnonPages:       1293744 kB
Mapped:           112408 kB
Shmem:             21320 kB
KReclaimable:     120344 kB
Slab:             202276 kB
SReclaimable:     120344 kB
SUnreclaim:        81932 kB
KernelStack:        3920 kB
PageTables:        11864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1174344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6912 kB
HardwareCorrupted:     0 kB
AnonHugePages:    817152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      265032 kB
DirectMap2M:    12222464 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 723408 MiB
End job on nodeC009 at 2024-07-31 01:31:05