Trace number 4426919

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
FiberSCIP 2024-07-02? (MO) 72.7626 73.009

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4nr_wcsp.wbo
MD5SUM4e6635c5c95c47c2cfb6034439056f8c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark241.566
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89900
Total number of constraints5924003
Number of soft constraints5915013
Number of constraints which are clauses5915013
Number of constraints which are cardinality constraints (but not clauses)8990
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2482
Min constraint cost 1
Max constraint cost 2482
Sum of constraints costs 14625664017
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
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.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
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.2.1         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)
46.64/46.80	c Default LC presolving (default).
46.64/46.80	c ** Before presolving: virtualMemUsedAtLc = 36871486986, getVmSize() = 21037436928, SCIPgetMemUsed() = 19840610802, SCIPgetMemTotal() = 20017335314, SCIPgetMemExternEstim() = 16854151672
46.64/46.80	c ** set memory limit for presolving in LC to 8.78503e+12 for SCIP **

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: 64059 MiB (57300 MiB free)
  memory of node 1: 64510 MiB (59406 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426919-1720907555/watcher-4426919-1720907555 -o /tmp/evaluation-result-4426919-1720907555/solver-4426919-1720907555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720905417-719765 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426919-1720907555.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100085 s]*
/proc/loadavg: 4.11 4.10 3.90 5/251 721701
/proc/meminfo: memFree=119466788/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=63788 memory=52000 CPUtime=0.1 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 10884 0 0 0 7 3 0 0 20 0 1 0 142915002 65318912 13000 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 15947 13000 2318 3032 0 12347 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63788 KiB
Current children cumulated memory: 52000 KiB

[startup+0.206022 s]*
/proc/loadavg: 4.11 4.10 3.90 5/251 721701
/proc/meminfo: memFree=119424956/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=106876 memory=93952 CPUtime=0.2 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 21411 0 0 0 15 5 0 0 20 0 1 0 142915002 109441024 23488 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 26719 23488 2318 3032 0 23119 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 106876 KiB
Current children cumulated memory: 93952 KiB

[startup+0.306492 s]*
/proc/loadavg: 4.11 4.10 3.90 6/251 721701
/proc/meminfo: memFree=119395240/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=134416 memory=121792 CPUtime=0.3 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 28395 0 0 0 23 7 0 0 20 0 1 0 142915002 137641984 30448 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 33604 30448 2318 3032 0 30004 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 134416 KiB
Current children cumulated memory: 121792 KiB

[startup+0.700222 s]
/proc/loadavg: 4.11 4.10 3.90 5/251 721701
/proc/meminfo: memFree=119350420/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=211468 memory=199332 CPUtime=0.69 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 47761 0 0 0 56 13 0 0 20 0 1 0 142915002 216543232 49833 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 52867 49833 2318 3032 0 49267 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 211468 KiB
Current children cumulated memory: 199332 KiB

[startup+1.50033 s]
/proc/loadavg: 4.18 4.12 3.91 5/251 721701
/proc/meminfo: memFree=119250300/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=404924 memory=392600 CPUtime=1.48 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 95035 0 0 0 125 23 0 0 20 0 1 0 142915002 414642176 98150 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 101231 98150 2318 3032 0 97631 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 404924 KiB
Current children cumulated memory: 392600 KiB

[startup+3.11317 s]
/proc/loadavg: 4.18 4.12 3.91 5/251 721702
/proc/meminfo: memFree=118585104/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=985008 memory=971336 CPUtime=3.09 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 230988 0 0 0 263 46 0 0 20 0 1 0 142915002 1008648192 242768 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 246252 242768 2318 3032 0 242652 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 985008 KiB
Current children cumulated memory: 971336 KiB

[startup+6.3003 s]
/proc/loadavg: 4.17 4.11 3.91 5/251 721702
/proc/meminfo: memFree=117494012/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=2141120 memory=2125976 CPUtime=6.27 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 504428 0 0 0 538 89 0 0 20 0 1 0 142915002 2192506880 531494 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 535280 531494 2318 3032 0 531680 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2141120 KiB
Current children cumulated memory: 2125976 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.11 3.91 5/251 721704
/proc/meminfo: memFree=115342652/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=4434524 memory=4418948 CPUtime=12.65 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 1041961 0 0 0 1095 170 0 0 20 0 1 0 142915002 4540952576 1104737 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 1108631 1104737 2318 3032 0 1105031 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 4434524 KiB
Current children cumulated memory: 4418948 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.11 3.91 5/251 721706
/proc/meminfo: memFree=110732704/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=8960400 memory=8938208 CPUtime=25.4 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 2094128 0 0 0 2211 329 0 0 20 0 1 0 142915002 9175449600 2234552 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 2240100 2234552 2318 3032 0 2236500 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 8960400 KiB
Current children cumulated memory: 8938208 KiB

[startup+51.1131 s]
/proc/loadavg: 4.15 4.11 3.92 5/251 721709
/proc/meminfo: memFree=96809208/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=22784756 memory=22547108 CPUtime=50.93 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 4945096 0 0 0 4311 782 0 0 20 0 1 0 142915002 23331590144 5636777 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 5696189 5636777 2590 3032 0 5692589 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 22784756 KiB
Current children cumulated memory: 22547108 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+72.2003 s]
/proc/loadavg: 4.11 4.11 3.92 5/251 721714
/proc/meminfo: memFree=87673240/131655788 swapFree=131071996/131071996
[pid=721700] ppid=721697 vsize=31753364 memory=31497880 CPUtime=71.95 cores=0,2
/proc/721700/stat : 721700 (fscip) R 721697 721700 717368 0 -1 4194304 6964048 0 0 0 6108 1087 0 0 20 0 1 0 142915002 32515444736 7874404 134679101440 4194304 16613245 140737318016048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 39464960 140737318020065 140737318020181 140737318020181 140737318027248 0
/proc/721700/statm: 7938597 7874404 2590 3032 0 7934997 0
Current children cumulated CPU time: 71.95 s
Current children cumulated vsize: 31753364 KiB
Current children cumulated memory: 31497880 KiB

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

[startup+73.0089 s]
# the end of solver process 721700 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=61.0845 s, system=11.6781 s

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

[startup+72.4134 s]
/proc/loadavg: 4.11 4.11 3.92 5/251 721714
/proc/meminfo: memFree=91261196/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+72.8001 s]
/proc/loadavg: 4.11 4.11 3.92 5/251 721714
/proc/meminfo: memFree=91261196/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+72.9001 s]
/proc/loadavg: 4.11 4.11 3.92 5/251 721714
/proc/meminfo: memFree=91261196/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 15 (SIGTERM)

Real time (s): 73.009
CPU time (s): 72.7626
CPU user time (s): 61.0845
CPU system time (s): 11.6781
CPU usage (%): 99.6626
Max. virtual memory (cumulated for all children) (KiB): 31753364
Max. memory (cumulated for all children) (KiB): 31497880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.0845
system time used= 11.6781
maximum resident set size= 31498332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6964184
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= 2
involuntary context switches= 515


# summary of solver processes directly reported to runsolver:
#   pid: 721700
#   total CPU time (s): 72.7626
#   total CPU user time (s): 61.0845
#   total CPU system time (s): 11.6781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.324468 second user time and 0.793648 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-13 23:52:49
IDJOB=4426919
IDBENCH=144107
IDSOLVER=3044
FILE ID=nodeC010/4426919-1720907555
RUNJOBID= nodeC010-1720905417-719765
SLURM_JOB_ID= 7486076
Free space on /tmp= 723436 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/pedigree/normalized-sheep4nr_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4426919-1720907555/watcher-4426919-1720907555 -o /tmp/evaluation-result-4426919-1720907555/solver-4426919-1720907555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720905417-719765 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4426919-1720907555.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 4e6635c5c95c47c2cfb6034439056f8c
RANDOM SEED=1846166338

nodeC010.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		: 1197.428
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.51
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		: 3680.037
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.31
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		: 3491.872
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.51
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.337
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.31
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		: 3609.051
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.51
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		: 3491.755
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.31
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.303
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.51
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.173
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119508004 kB
MemAvailable:   119872924 kB
Buffers:          337676 kB
Cached:           870448 kB
SwapCached:            0 kB
Active:           538988 kB
Inactive:       11077456 kB
Active(anon):       1440 kB
Inactive(anon): 10444588 kB
Active(file):     537548 kB
Inactive(file):   632868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            286556 kB
Writeback:             0 kB
AnonPages:      10407588 kB
Mapped:           136668 kB
Shmem:             37704 kB
KReclaimable:      69068 kB
Slab:             159548 kB
SReclaimable:      69068 kB
SUnreclaim:        90480 kB
KernelStack:        4048 kB
PageTables:        30244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    4837292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46496 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3540992 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723408 MiB
End job on nodeC010 at 2024-07-13 23:54:02