Trace number 4428830

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LS-MabP 2024-07-10? (MO) 283.814 284.507

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null10mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMc394902a34a3ecc31aded0750ee67503
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43018
Best CPU time to get the best result obtained on this benchmark72001.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 105742757
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 105742757
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

282.90/283.60	c Filename:instance-4428830-1721040471.opb, Cutoff_time:3600, memory_limit_gb:500000
282.90/283.60	c Use Presolve
282.90/283.60	c Parse finsih
282.90/283.60	c Start Presolve
282.90/283.60	c After Reduce Vars: 227886 Clauses: 399416 Top clause weight: 105742758 Hard Clauses: 229044
282.90/283.60	s UNKNOWN

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: 63968 MiB (35217 MiB free)
  memory of node 1: 64473 MiB (47300 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4428830-1721040471/watcher-4428830-1721040471 -o /tmp/evaluation-result-4428830-1721040471/solver-4428830-1721040471 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721036627-795985 --watchdog 3760 ./LS-MabP -f HOME/instance-4428830-1721040471.opb -t 3600 -s 371079393 --no-s 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100095 s]*
/proc/loadavg: 4.12 4.15 4.15 5/255 798155
/proc/meminfo: memFree=84412956/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=61736 memory=49252 CPUtime=0.09 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 4252 0 0 0 8 1 0 0 20 0 1 0 156212124 63217664 12313 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 15434 12313 1073 2753 0 12087 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 61736 KiB
Current children cumulated memory: 49252 KiB

[startup+0.205553 s]*
/proc/loadavg: 4.12 4.15 4.15 5/255 798155
/proc/meminfo: memFree=84365748/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=65036 memory=52684 CPUtime=0.2 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 5080 0 0 0 19 1 0 0 20 0 1 0 156212124 66596864 13171 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 16259 13171 1073 2753 0 12912 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 65036 KiB
Current children cumulated memory: 52684 KiB

[startup+0.305525 s]*
/proc/loadavg: 4.12 4.15 4.15 5/255 798155
/proc/meminfo: memFree=84320948/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=68072 memory=55588 CPUtime=0.3 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 5841 0 0 0 29 1 0 0 20 0 1 0 156212124 69705728 13897 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 17018 13897 1073 2753 0 13671 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 68072 KiB
Current children cumulated memory: 55588 KiB

[startup+0.700232 s]
/proc/loadavg: 4.12 4.15 4.15 5/255 798155
/proc/meminfo: memFree=84232468/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=84328 memory=70876 CPUtime=0.69 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 10072 0 0 0 67 2 0 0 20 0 1 0 156212124 86351872 17719 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 21082 17719 1073 2753 0 17735 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 84328 KiB
Current children cumulated memory: 70876 KiB

[startup+1.50023 s]
/proc/loadavg: 4.12 4.15 4.15 5/255 798155
/proc/meminfo: memFree=84010244/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=102424 memory=86788 CPUtime=1.48 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 12579 0 0 0 146 2 0 0 20 0 1 0 156212124 104882176 21697 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 25606 21697 1073 2753 0 22259 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 102424 KiB
Current children cumulated memory: 86788 KiB

[startup+3.10546 s]
/proc/loadavg: 4.11 4.15 4.15 5/255 798157
/proc/meminfo: memFree=83140196/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=161212 memory=119200 CPUtime=3.08 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 16066 0 0 0 304 4 0 0 20 0 1 0 156212124 165081088 29800 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 40303 29800 1073 2753 0 36956 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 161212 KiB
Current children cumulated memory: 119200 KiB

[startup+6.30022 s]
/proc/loadavg: 4.11 4.15 4.15 5/255 798157
/proc/meminfo: memFree=81759276/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=296204 memory=225984 CPUtime=6.27 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 17655 0 0 0 619 8 0 0 20 0 1 0 156212124 303312896 56496 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 74051 56496 1073 2753 0 70704 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 296204 KiB
Current children cumulated memory: 225984 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.14 4.15 5/255 798158
/proc/meminfo: memFree=79080624/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=522336 memory=448332 CPUtime=12.66 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 32949 0 0 0 1246 20 0 0 20 0 1 0 156212124 534872064 112083 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 130584 112083 1153 2753 0 127237 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 522336 KiB
Current children cumulated memory: 448332 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.14 4.14 5/255 798160
/proc/meminfo: memFree=73760148/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=522336 memory=448344 CPUtime=25.43 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 33028 0 0 0 2523 20 0 0 20 0 1 0 156212124 534872064 112086 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 130584 112086 1153 2753 0 127237 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 522336 KiB
Current children cumulated memory: 448344 KiB

[startup+51.1049 s]
/proc/loadavg: 4.13 4.14 4.15 5/255 798209
/proc/meminfo: memFree=100081380/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=540416 memory=459388 CPUtime=50.97 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 35383 0 0 0 5077 20 0 0 20 0 1 0 156212124 553385984 114847 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 135104 114847 1153 2753 0 131757 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 540416 KiB
Current children cumulated memory: 459388 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.15 4.15 5/255 798219
/proc/meminfo: memFree=98758228/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=540416 memory=459388 CPUtime=102.04 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 35487 0 0 0 10184 20 0 0 20 0 1 0 156212124 553385984 114847 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 135104 114847 1153 2753 0 131757 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 540416 KiB
Current children cumulated memory: 459388 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.14 5/258 798236
/proc/meminfo: memFree=98756960/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=540416 memory=459656 CPUtime=161.89 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 35643 0 0 0 16169 20 0 0 20 0 1 0 156212124 553385984 114914 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 135104 114914 1153 2753 0 131757 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 540416 KiB
Current children cumulated memory: 459656 KiB

[startup+222.3 s]
/proc/loadavg: 4.53 4.26 4.19 5/257 798246
/proc/meminfo: memFree=93039248/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=6410684 memory=6279604 CPUtime=221.74 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 1526635 0 0 0 21960 214 0 0 20 0 1 0 156212124 6564540416 1569901 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 1602671 1569901 1153 2753 0 1599324 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 6410684 KiB
Current children cumulated memory: 6279604 KiB

[startup+282.3 s]
/proc/loadavg: 4.38 4.27 4.19 5/257 798256
/proc/meminfo: memFree=68590124/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=31216144 memory=31084760 CPUtime=281.6 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 7727930 0 0 0 27169 991 0 0 20 0 1 0 156212124 31965331456 7771190 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 7804036 7771190 1153 2753 0 7800689 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 31216144 KiB
Current children cumulated memory: 31084760 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+283.6 s]
/proc/loadavg: 4.38 4.27 4.19 5/257 798256
/proc/meminfo: memFree=67732452/131524600 swapFree=131071996/131071996
[pid=798154] ppid=798151 vsize=31754624 memory=31622792 CPUtime=282.9 cores=1,3
/proc/798154/stat : 798154 (LS-MabP) R 798151 798154 795973 0 -1 4194304 7862443 0 0 0 27277 1013 0 0 20 0 1 0 156212124 32516734976 7905698 134679101440 4194304 15467897 140724420702928 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24793088 140724420711451 140724420711559 140724420711559 140724420718574 0
/proc/798154/statm: 7938656 7905698 1153 2753 0 7935309 0
Current children cumulated CPU time: 282.9 s
Current children cumulated vsize: 31754624 KiB
Current children cumulated memory: 31622792 KiB

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

[startup+284.507 s]
# the end of solver process 798154 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=272.785 s, system=11.0284 s

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

[startup+284 s]*
/proc/loadavg: 4.38 4.27 4.19 5/257 798256
/proc/meminfo: memFree=81597536/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+284.4 s]
/proc/loadavg: 4.38 4.27 4.19 5/257 798256
/proc/meminfo: memFree=81597536/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+284.5 s]
/proc/loadavg: 4.38 4.27 4.19 5/257 798256
/proc/meminfo: memFree=81597536/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 284.507
CPU time (s): 283.814
CPU user time (s): 272.785
CPU system time (s): 11.0284
CPU usage (%): 99.7563
Max. virtual memory (cumulated for all children) (KiB): 31754624
Max. memory (cumulated for all children) (KiB): 31622792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.785
system time used= 11.0284
maximum resident set size= 31622792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7862502
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= 205


# summary of solver processes directly reported to runsolver:
#   pid: 798154
#   total CPU time (s): 283.814
#   total CPU user time (s): 272.785
#   total CPU system time (s): 11.0284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.576674 second user time and 1.26237 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-15 12:48:04
IDJOB=4428830
IDBENCH=158125
IDSOLVER=3049
FILE ID=nodeC023/4428830-1721040471
RUNJOBID= nodeC023-1721036627-795985
SLURM_JOB_ID= 7505424
Free space on /tmp= 889924 MiB

SOLVER NAME= LS-MabP 2024-07-10
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_50null10mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= ./LS-MabP -f BENCHNAME -t TIMEOUT -s RANDOMSEED --no-s
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4428830-1721040471/watcher-4428830-1721040471 -o /tmp/evaluation-result-4428830-1721040471/solver-4428830-1721040471 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721036627-795985 --watchdog 3760  ./LS-MabP -f HOME/instance-4428830-1721040471.opb -t 3600 -s 371079393 --no-s

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

MD5SUM BENCH= c394902a34a3ecc31aded0750ee67503
RANDOM SEED=371079393

nodeC023.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	: 0xb00002a
cpu MHz		: 3676.397
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.61
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	: 0xb00002a
cpu MHz		: 3671.923
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.48
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	: 0xb00002a
cpu MHz		: 3599.842
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.61
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	: 0xb00002a
cpu MHz		: 3681.561
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.48
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	: 0xb00002a
cpu MHz		: 3676.410
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.61
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	: 0xb00002a
cpu MHz		: 3681.910
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.48
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	: 0xb00002a
cpu MHz		: 3599.931
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.61
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	: 0xb00002a
cpu MHz		: 3599.946
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        84508040 kB
MemAvailable:   85905852 kB
Buffers:          362324 kB
Cached:          1863504 kB
SwapCached:            0 kB
Active:           699928 kB
Inactive:       45622964 kB
Active(anon):       1572 kB
Inactive(anon): 44133208 kB
Active(file):     698356 kB
Inactive(file):  1489756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             45920 kB
Writeback:             0 kB
AnonPages:      44095620 kB
Mapped:           116752 kB
Shmem:             37720 kB
KReclaimable:      99048 kB
Slab:             203792 kB
SReclaimable:      99048 kB
SUnreclaim:       104744 kB
KernelStack:        4096 kB
PageTables:        95664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   44740704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59552 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1150976 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889832 MiB
End job on nodeC023 at 2024-07-15 12:52:49