Trace number 4425183

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 118.068 122.41

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub4_wcsp.wbo
MD5SUM017722a65fbbcf3be40a97a1e4190efb
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark553556
Best CPU time to get the best result obtained on this benchmark3600.33
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints357050
Number of soft constraints357028
Number of constraints which are clauses357028
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 55058437
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 28629521944
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-4425183-1720885234.wbo>
2.18/2.21	c original problem has 357956 variables (357956 bin, 0 int, 0 impl, 0 cont) and 714079 constraints
2.18/2.21	c problem read in 2.20
6.86/6.99	c presolving:
8.08/8.15	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 357028 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 357050 clqs
18.82/18.91	c    (18.9s) 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 (63282 MiB free)
  memory of node 1: 64473 MiB (63620 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4425183-1720885234/watcher-4425183-1720885234 -o /tmp/evaluation-result-4425183-1720885234/solver-4425183-1720885234 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720885247-703902 --watchdog 3760 pbscip -f HOME/instance-4425183-1720885234.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=703956, runsolver pid=703951
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 0.49 1.02 2.02 6/245 703964
/proc/meminfo: memFree=129879820/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=76192 memory=35608 CPUtime=0.1 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 5964 0 0 0 9 1 0 0 20 0 1 0 140680597 78020608 8902 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 19048 8902 3238 3540 0 7305 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 76192 KiB
Current children cumulated memory: 35608 KiB

[startup+0.213627 s]*
/proc/loadavg: 0.49 1.02 2.02 7/245 703966
/proc/meminfo: memFree=129805000/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=93636 memory=53188 CPUtime=0.22 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 10367 0 0 0 19 3 0 0 20 0 1 0 140680597 95883264 13297 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 23409 13297 3238 3540 0 11666 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 93636 KiB
Current children cumulated memory: 53188 KiB

[startup+0.313986 s]*
/proc/loadavg: 0.49 1.02 2.02 6/245 703966
/proc/meminfo: memFree=129744116/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=111580 memory=70984 CPUtime=0.31 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 14852 0 0 0 27 4 0 0 20 0 1 0 140680597 114257920 17746 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 27895 17746 3238 3540 0 16152 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 111580 KiB
Current children cumulated memory: 70984 KiB

[startup+0.700355 s]
/proc/loadavg: 0.85 1.09 2.03 6/245 703966
/proc/meminfo: memFree=129621884/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=179956 memory=139588 CPUtime=0.68 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 31970 0 0 0 59 9 0 0 20 0 1 0 140680597 184274944 34897 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 44989 34897 3238 3540 0 33246 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 179956 KiB
Current children cumulated memory: 139588 KiB

[startup+1.50032 s]
/proc/loadavg: 0.85 1.09 2.03 6/245 703966
/proc/meminfo: memFree=129213060/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=370496 memory=329488 CPUtime=1.48 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 78950 0 0 0 128 20 0 0 20 0 1 0 140680597 379387904 82372 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 92624 82372 3238 3540 0 80881 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 370496 KiB
Current children cumulated memory: 329488 KiB

[startup+3.11318 s]
/proc/loadavg: 0.85 1.09 2.03 6/245 703966
/proc/meminfo: memFree=125949636/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=1148924 memory=1105108 CPUtime=3.09 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 269008 0 0 0 259 50 0 0 20 0 1 0 140680597 1176498176 276277 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 287231 276277 3558 3540 0 275488 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1148924 KiB
Current children cumulated memory: 1105108 KiB

[startup+6.3003 s]
/proc/loadavg: 1.11 1.14 2.04 6/245 703966
/proc/meminfo: memFree=122785268/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=2355576 memory=2301184 CPUtime=6.26 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 553138 0 0 0 537 89 0 0 20 0 1 0 140680597 2412109824 575296 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 588894 575296 3590 3540 0 577151 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2355576 KiB
Current children cumulated memory: 2301184 KiB

[startup+12.7003 s]
/proc/loadavg: 1.34 1.19 2.05 6/245 703967
/proc/meminfo: memFree=121215460/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=2695448 memory=2624932 CPUtime=12.64 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 611304 0 0 0 1165 99 0 0 20 0 1 0 140680597 2760138752 656233 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 673862 656233 3638 3540 0 662119 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2695448 KiB
Current children cumulated memory: 2624932 KiB

[startup+25.5003 s]
/proc/loadavg: 1.82 1.30 2.08 6/245 703969
/proc/meminfo: memFree=116211748/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=4691000 memory=4131892 CPUtime=25.4 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 663632 0 0 0 2405 135 0 0 20 0 1 0 140680597 4803584000 1032973 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 1172750 1032973 3670 3540 0 1161007 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4691000 KiB
Current children cumulated memory: 4131892 KiB

[startup+51.113 s]
/proc/loadavg: 2.68 1.55 2.14 6/245 703973
/proc/meminfo: memFree=109798100/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=6816104 memory=6256984 CPUtime=50.94 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 1194936 0 0 0 4871 223 0 0 20 0 1 0 140680597 6979690496 1564246 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 1704026 1564246 3670 3540 0 1692283 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 6816104 KiB
Current children cumulated memory: 6256984 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 1.98 2.26 5/248 704040
/proc/meminfo: memFree=104021732/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=11088300 memory=10529480 CPUtime=101.98 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 2263111 0 0 0 9799 399 0 0 20 0 1 0 140680597 11354419200 2632370 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 2772075 2632370 3670 3540 0 2760332 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 11088300 KiB
Current children cumulated memory: 10529480 KiB

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

# cumulated CPU time of all completed processes:  user=110.291 s, system=7.77672 s

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

[startup+102.4 s]
/proc/loadavg: 3.62 1.98 2.26 5/248 704040
/proc/meminfo: memFree=104021732/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=11097020 memory=10537928 CPUtime=102.09 cores=1,3
/proc/703956/stat : 703956 (pbscip) R 703951 703956 703890 0 -1 4194304 2265264 0 0 0 9809 400 0 0 20 0 1 0 140680597 11363348480 2634482 134679101440 4194304 18693293 140723413456080 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 2774255 2634482 3670 3540 0 2762512 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 11097020 KiB
Current children cumulated memory: 10537928 KiB

[startup+115.2 s]
/proc/loadavg: 3.83 2.08 2.29 5/250 704096
/proc/meminfo: memFree=111503300/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=12206400 memory=11647340 CPUtime=114.74 cores=1,3
/proc/703956/stat : 703956 (pbscip) S 703951 703956 703890 0 -1 4195840 2542638 0 0 0 11029 445 0 0 20 0 1 0 140680597 12499353600 2911835 134679101440 4194304 18693293 140723413456080 140723405082616 14266023 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 3051600 2911835 3670 3540 0 3039857 0
Current children cumulated CPU time: 114.74 s
Current children cumulated vsize: 12206400 KiB
Current children cumulated memory: 11647340 KiB

[startup+118.4 s]
/proc/loadavg: 3.92 2.13 2.30 5/251 704098
/proc/meminfo: memFree=108954228/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=12206400 memory=11647340 CPUtime=117.22 cores=1,3
/proc/703956/stat : 703956 (pbscip) S 703951 703956 703890 0 -1 4195840 2542640 0 0 0 11029 693 0 0 20 0 1 0 140680597 12499353600 2911835 134679101440 4194304 18693293 140723413456080 140723405082616 14266023 0 0 0 2 0 0 0 17 3 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 3051600 2911835 3670 3540 0 3039857 0
Current children cumulated CPU time: 117.22 s
Current children cumulated vsize: 12206400 KiB
Current children cumulated memory: 11647340 KiB

[startup+120 s]*
/proc/loadavg: 3.92 2.13 2.30 4/251 704098
/proc/meminfo: memFree=108730168/131655788 swapFree=131071996/131071996
[pid=703956] ppid=703951 vsize=12206400 memory=11647340 CPUtime=117.22 cores=1,3
/proc/703956/stat : 703956 (pbscip) S 703951 703956 703890 0 -1 4195840 2542640 0 0 0 11029 693 0 0 20 0 1 0 140680597 12499353600 2911835 134679101440 4194304 18693293 140723413456080 140723405082616 14266023 0 0 0 2 0 0 0 17 3 0 0 0 0 0 21375888 21430392 40701952 140723413464056 140723413464155 140723413464155 140723413471182 0
/proc/703956/statm: 3051600 2911835 3670 3540 0 3039857 0
Current children cumulated CPU time: 117.22 s
Current children cumulated vsize: 12206400 KiB
Current children cumulated memory: 11647340 KiB

[startup+121.601 s]*
/proc/loadavg: 3.93 2.16 2.31 5/251 704100
/proc/meminfo: memFree=111655000/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+122.001 s]*
/proc/loadavg: 3.93 2.16 2.31 5/252 704107
/proc/meminfo: memFree=116824976/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+122.4 s]
/proc/loadavg: 3.93 2.16 2.31 5/252 704107
/proc/meminfo: memFree=116824976/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): 122.41
CPU time (s): 118.068
CPU user time (s): 110.291
CPU system time (s): 7.77672
CPU usage (%): 96.4526
Max. virtual memory (cumulated for all children) (KiB): 12206400
Max. memory (cumulated for all children) (KiB): 11647340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.291
system time used= 7.77672
maximum resident set size= 11647404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2542640
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= 29
involuntary context switches= 184


# summary of solver processes directly reported to runsolver:
#   pid: 703956
#   total CPU time (s): 118.068
#   total CPU user time (s): 110.291
#   total CPU system time (s): 7.77672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.641284 second user time and 1.21725 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-13 17:40:47
IDJOB=4425183
IDBENCH=143887
IDSOLVER=3038
FILE ID=nodeC011/4425183-1720885234
RUNJOBID= nodeC011-1720885247-703902
SLURM_JOB_ID= 7485791
Free space on /tmp= 723736 MiB

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

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

MD5SUM BENCH= 017722a65fbbcf3be40a97a1e4190efb
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.309
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.120
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.283
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.130
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.123
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.122
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.127
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:        129954252 kB
MemAvailable:   130002824 kB
Buffers:          325324 kB
Cached:           571732 kB
SwapCached:            0 kB
Active:           501488 kB
Inactive:         703076 kB
Active(anon):       1332 kB
Inactive(anon):   343880 kB
Active(file):     500156 kB
Inactive(file):   359196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            106116 kB
Writeback:             0 kB
AnonPages:        307604 kB
Mapped:           101168 kB
Shmem:             37704 kB
KReclaimable:      58836 kB
Slab:             148112 kB
SReclaimable:      58836 kB
SUnreclaim:        89276 kB
KernelStack:        3696 kB
PageTables:         9468 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= 723684 MiB
End job on nodeC011 at 2024-07-13 17:42:50