Trace number 4425180

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 77.0706 81.6712

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub1_wcsp.wbo
MD5SUMdaf2f1ed087a94b78160429ad112bf14
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark212742
Best CPU time to get the best result obtained on this benchmark3600.31
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables616
Total number of constraints249748
Number of soft constraints249734
Number of constraints which are clauses249734
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 39275680
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 19104596930
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4425180-1720885234.wbo>
1.68/1.76	c original problem has 250350 variables (250350 bin, 0 int, 0 impl, 0 cont) and 499483 constraints
1.68/1.76	c problem read in 1.75
4.87/4.95	c presolving:
5.67/5.74	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 249734 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 249748 clqs
14.06/14.19	c    (14.2s) 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: 64096 MiB (63285 MiB free)
  memory of node 1: 64473 MiB (63615 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4425180-1720885234/watcher-4425180-1720885234 -o /tmp/evaluation-result-4425180-1720885234/solver-4425180-1720885234 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720885247-703901 --watchdog 3760 pbscip -f HOME/instance-4425180-1720885234.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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=703947, runsolver pid=703940

[startup+0.100124 s]*
/proc/loadavg: 0.49 1.02 2.02 6/245 703964
/proc/meminfo: memFree=129885532/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=74076 memory=33872 CPUtime=0.1 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 5498 0 1 0 8 2 0 0 20 0 1 0 140680596 75853824 8468 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 18519 8468 3275 3540 0 6776 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 74076 KiB
Current children cumulated memory: 33872 KiB

[startup+0.214642 s]*
/proc/loadavg: 0.49 1.02 2.02 6/245 703966
/proc/meminfo: memFree=129811720/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=92328 memory=51752 CPUtime=0.21 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 9939 0 1 0 18 3 0 0 20 0 1 0 140680596 94543872 12872 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 23082 12938 3275 3540 0 11339 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 92328 KiB
Current children cumulated memory: 51752 KiB

[startup+0.314436 s]*
/proc/loadavg: 0.49 1.02 2.02 6/245 703966
/proc/meminfo: memFree=129748820/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=106644 memory=66380 CPUtime=0.31 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 13630 0 1 0 27 4 0 0 20 0 1 0 140680596 109203456 16595 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 26661 16595 3275 3540 0 14918 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 106644 KiB
Current children cumulated memory: 66380 KiB

[startup+0.700382 s]
/proc/loadavg: 0.85 1.09 2.03 6/245 703966
/proc/meminfo: memFree=129628604/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=172688 memory=132412 CPUtime=0.68 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 30129 0 1 0 59 9 0 0 20 0 1 0 140680596 176832512 33103 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 43172 33103 3275 3540 0 31429 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 172688 KiB
Current children cumulated memory: 132412 KiB

[startup+1.50039 s]
/proc/loadavg: 0.85 1.09 2.03 6/245 703966
/proc/meminfo: memFree=129225804/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=365600 memory=324736 CPUtime=1.48 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 77678 0 1 0 128 20 0 0 20 0 1 0 140680596 374374400 81184 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 91400 81184 3275 3540 0 79657 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 365600 KiB
Current children cumulated memory: 324736 KiB

[startup+3.11371 s]
/proc/loadavg: 0.85 1.09 2.03 6/245 703966
/proc/meminfo: memFree=125962740/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=1113196 memory=1060648 CPUtime=3.09 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 255790 0 1 0 259 50 0 0 20 0 1 0 140680596 1139912704 265162 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 278299 265162 3626 3540 0 266556 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1113196 KiB
Current children cumulated memory: 1060648 KiB

[startup+6.30032 s]
/proc/loadavg: 1.11 1.14 2.04 6/245 703966
/proc/meminfo: memFree=122792996/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=1919068 memory=1841012 CPUtime=6.26 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 435535 0 1 0 551 75 0 0 20 0 1 0 140680596 1965125632 460253 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 479767 460253 3658 3540 0 468024 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1919068 KiB
Current children cumulated memory: 1841012 KiB

[startup+12.7003 s]
/proc/loadavg: 1.34 1.19 2.05 6/245 703967
/proc/meminfo: memFree=121216468/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=1937324 memory=1874236 CPUtime=12.65 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 442259 0 1 0 1188 77 0 0 20 0 1 0 140680596 1983819776 468559 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 484331 468559 3674 3540 0 472588 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1937324 KiB
Current children cumulated memory: 1874236 KiB

[startup+25.5003 s]
/proc/loadavg: 1.82 1.30 2.08 6/245 703969
/proc/meminfo: memFree=116214436/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=3856772 memory=3450556 CPUtime=25.41 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 623859 0 1 0 2415 126 0 0 20 0 1 0 140680596 3949334528 862639 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 964193 862639 3706 3540 0 952450 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3856772 KiB
Current children cumulated memory: 3450556 KiB

[startup+51.1137 s]
/proc/loadavg: 2.68 1.55 2.14 6/245 703973
/proc/meminfo: memFree=109801124/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=5966424 memory=5560044 CPUtime=50.92 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 1151269 0 1 0 4878 214 0 0 20 0 1 0 140680596 6109618176 1390011 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 1491606 1390011 3706 3540 0 1479863 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 5966424 KiB
Current children cumulated memory: 5560044 KiB

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

# cumulated CPU time of all completed processes:  user=70.737 s, system=6.33365 s

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

[startup+51.2004 s]
/proc/loadavg: 2.68 1.55 2.14 6/245 703973
/proc/meminfo: memFree=109801124/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=5973984 memory=5567700 CPUtime=51.01 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 1153177 0 1 0 4887 214 0 0 20 0 1 0 140680596 6117359616 1391925 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 1493496 1391925 3706 3540 0 1481753 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 5973984 KiB
Current children cumulated memory: 5567700 KiB

[startup+64.0003 s]*
/proc/loadavg: 2.88 1.64 2.16 6/245 703976
/proc/meminfo: memFree=106536904/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=7092856 memory=6686748 CPUtime=63.78 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 1432926 0 1 0 6111 267 0 0 20 0 1 0 140680596 7263084544 1671687 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 1773214 1671687 3706 3540 0 1761471 0
Current children cumulated CPU time: 63.78 s
Current children cumulated vsize: 7092856 KiB
Current children cumulated memory: 6686748 KiB

[startup+70.4003 s]
/proc/loadavg: 2.97 1.68 2.17 6/245 703976
/proc/meminfo: memFree=104991920/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=7685632 memory=7279412 CPUtime=70.14 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4194304 1581105 0 1 0 6719 295 0 0 20 0 1 0 140680596 7870087168 1819853 134679101440 4194304 18693293 140728018152896 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 1921408 1819853 3706 3540 0 1909665 0
Current children cumulated CPU time: 70.14 s
Current children cumulated vsize: 7685632 KiB
Current children cumulated memory: 7279412 KiB

[startup+76.8011 s]
/proc/loadavg: 3.21 1.77 2.20 6/246 703979
/proc/meminfo: memFree=102389124/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=8118264 memory=7712056 CPUtime=76.21 cores=4,6
/proc/703947/stat : 703947 (pbscip) R 703940 703947 703890 0 -1 4195840 1689276 0 1 0 7073 548 0 0 20 0 1 0 140680596 8313102336 1928014 134679101440 4194304 18693293 140728018152896 140728009773032 14266023 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 2029566 1928014 3696 3540 0 2017823 0
Current children cumulated CPU time: 76.21 s
Current children cumulated vsize: 8118264 KiB
Current children cumulated memory: 7712056 KiB

[startup+80.0003 s]*
/proc/loadavg: 3.21 1.77 2.20 5/246 703979
/proc/meminfo: memFree=100324432/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=8118264 memory=7712056 CPUtime=76.54 cores=4,6
/proc/703947/stat : 703947 (pbscip) S 703940 703947 703890 0 -1 4195840 1689276 0 1 0 7073 581 0 0 20 0 1 0 140680596 8313102336 1928014 134679101440 4194304 18693293 140728018152896 140728009773032 14266023 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 2029566 1928014 3696 3540 0 2017823 0
Current children cumulated CPU time: 76.54 s
Current children cumulated vsize: 8118264 KiB
Current children cumulated memory: 7712056 KiB

[startup+80.8141 s]
/proc/loadavg: 3.21 1.77 2.20 5/246 703979
/proc/meminfo: memFree=100324432/131655788 swapFree=131071996/131071996
[pid=703947] ppid=703940 vsize=8118264 memory=7712056 CPUtime=76.54 cores=4,6
/proc/703947/stat : 703947 (pbscip) S 703940 703947 703890 0 -1 4195840 1689276 0 1 0 7073 581 0 0 20 0 1 0 140680596 8313102336 1928014 134679101440 4194304 18693293 140728018152896 140728009773032 14266023 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 43421696 140728018154488 140728018154587 140728018154587 140728018161614 0
/proc/703947/statm: 2029566 1928014 3696 3540 0 2017823 0
Current children cumulated CPU time: 76.54 s
Current children cumulated vsize: 8118264 KiB
Current children cumulated memory: 7712056 KiB

[startup+81.2016 s]*
/proc/loadavg: 3.28 1.81 2.21 5/245 703986
/proc/meminfo: memFree=102938116/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+81.6001 s]
/proc/loadavg: 3.28 1.81 2.21 5/245 703986
/proc/meminfo: memFree=102938116/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 11 (SIGSEGV)
Child dumped core

Real time (s): 81.6712
CPU time (s): 77.0706
CPU user time (s): 70.737
CPU system time (s): 6.33365
CPU usage (%): 94.3669
Max. virtual memory (cumulated for all children) (KiB): 8118264
Max. memory (cumulated for all children) (KiB): 7712056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.737
system time used= 6.33365
maximum resident set size= 7712092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1689276
page faults= 1
swaps= 0
block input operations= 2776
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 135


# summary of solver processes directly reported to runsolver:
#   pid: 703947
#   total CPU time (s): 77.0706
#   total CPU user time (s): 70.737
#   total CPU system time (s): 6.33365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.420995 second user time and 0.899032 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-13 17:40:47
IDJOB=4425180
IDBENCH=143884
IDSOLVER=3038
FILE ID=nodeC011/4425180-1720885234
RUNJOBID= nodeC011-1720885247-703901
SLURM_JOB_ID= 7485791
Free space on /tmp= 723744 MiB

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

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

MD5SUM BENCH= daf2f1ed087a94b78160429ad112bf14
RANDOM SEED=582217038

nodeC011.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.138
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.20
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.120
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		: 1197.122
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.20
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.126
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		: 1197.122
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.20
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.122
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.136
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.20
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.132
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:        129955648 kB
MemAvailable:   130004204 kB
Buffers:          325324 kB
Cached:           571720 kB
SwapCached:            0 kB
Active:           501488 kB
Inactive:         702312 kB
Active(anon):       1332 kB
Inactive(anon):   343132 kB
Active(file):     500156 kB
Inactive(file):   359180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            106104 kB
Writeback:             0 kB
AnonPages:        306492 kB
Mapped:           101168 kB
Shmem:             37704 kB
KReclaimable:      58836 kB
Slab:             148320 kB
SReclaimable:      58836 kB
SUnreclaim:        89484 kB
KernelStack:        3664 kB
PageTables:         9292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     570860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45824 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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:      160584 kB
DirectMap2M:    10229760 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723680 MiB
End job on nodeC011 at 2024-07-13 17:42:09