Trace number 4450811

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
NaPS-PB16 1.02b5? (TO) 3600.08 3609.8

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-1.opb
MD5SUM2d93360d2b62765c062d6e400c743a07
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark390.676
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4450811-1721416719.opb
3600.06/3609.80	c 
3600.06/3609.80	c *** TERMINATED *** by signal 15
3600.06/3609.80	s UNKNOWN
3600.06/3609.80	c _____________________________________________________________________________
3600.06/3609.80	c 
3600.06/3609.80	c std/band forms        : 0,744
3600.06/3609.80	c 2cl/3cl ITE-codings   : 0,11212
3600.06/3609.80	c BDD/srt/adr Max costs : 32,0,0
3600.06/3609.80	c BDDraw/bin/mul/srt/adr: 744,0,0,0,0
3600.06/3609.80	c BDD nodes             : 20411
3600.06/3609.80	c Es1/CC detections     : 0,0
3600.06/3609.80	c SAT/UNSAT calls       : 0,0
3600.06/3609.80	c regenrated variables  : 0
3600.06/3609.80	c restarts              : 0
3600.06/3609.80	c conflicts             : 0              (0 /sec)
3600.06/3609.80	c decisions             : 0              (0 /sec)
3600.06/3609.80	c propagations          : 0              (0 /sec)
3600.06/3609.80	c inspects              : 0              (0 /sec)
3600.06/3609.80	c CPU time (solving tm) : 3599 s        (3599 s)
3600.06/3609.80	c Time for Opt-base     : 0 s
3600.06/3609.80	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (59750 MiB free)
  memory of node 1: 64510 MiB (61269 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450811-1721416719/watcher-4450811-1721416719 -o /tmp/evaluation-result-4450811-1721416719/solver-4450811-1721416719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034529 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4450811-1721416719.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1036753, runsolver pid=1036750

[startup+0.100097 s]*
/proc/loadavg: 4.12 4.11 4.09 5/245 1036758
/proc/meminfo: memFree=123918532/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=11356 memory=6352 CPUtime=0.1 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 1293 0 0 0 10 0 0 0 20 0 1 0 193828028 11628544 1588 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 2839 1588 405 379 0 2373 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21288 KiB
Current children cumulated memory: 8964 KiB

[startup+0.212884 s]*
/proc/loadavg: 4.12 4.11 4.09 5/245 1036758
/proc/meminfo: memFree=123909820/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=18592 memory=15424 CPUtime=0.21 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 3061 0 0 0 21 0 0 0 20 0 1 0 193828028 19038208 3856 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 4648 3856 421 379 0 4182 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 28524 KiB
Current children cumulated memory: 18036 KiB

[startup+0.312833 s]*
/proc/loadavg: 4.12 4.11 4.09 5/245 1036758
/proc/meminfo: memFree=123908980/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=19044 memory=15688 CPUtime=0.31 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 3146 0 0 0 31 0 0 0 20 0 1 0 193828028 19501056 3922 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 4761 3922 421 379 0 4295 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28976 KiB
Current children cumulated memory: 18300 KiB

[startup+0.700416 s]
/proc/loadavg: 4.12 4.11 4.09 5/245 1036758
/proc/meminfo: memFree=123908128/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=19432 memory=16216 CPUtime=0.68 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 3254 0 0 0 68 0 0 0 20 0 1 0 193828028 19898368 4054 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 4858 4054 421 379 0 4392 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 29364 KiB
Current children cumulated memory: 18828 KiB

[startup+1.50044 s]
/proc/loadavg: 4.12 4.11 4.09 5/245 1036758
/proc/meminfo: memFree=123906424/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=18284 memory=16372 CPUtime=1.48 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 4031 0 0 0 148 0 0 0 20 0 1 0 193828028 18722816 4093 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 4571 4093 421 379 0 4105 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28216 KiB
Current children cumulated memory: 18984 KiB

[startup+3.11264 s]
/proc/loadavg: 4.11 4.11 4.09 5/245 1036758
/proc/meminfo: memFree=123954200/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=23200 memory=20836 CPUtime=3.09 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 4880 0 0 0 309 0 0 0 20 0 1 0 193828028 23756800 5209 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 5800 5209 421 379 0 5334 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 33132 KiB
Current children cumulated memory: 23448 KiB

[startup+6.30043 s]
/proc/loadavg: 4.11 4.11 4.09 5/246 1036761
/proc/meminfo: memFree=123948236/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=28596 memory=26896 CPUtime=6.26 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 6352 0 0 0 626 0 0 0 20 0 1 0 193828028 29282304 6724 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 7149 6724 421 379 0 6683 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 38528 KiB
Current children cumulated memory: 29508 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.11 4.09 5/246 1036761
/proc/meminfo: memFree=123911344/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=28596 memory=26896 CPUtime=12.65 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 6356 0 0 0 1265 0 0 0 20 0 1 0 193828028 29282304 6724 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 7149 6724 421 379 0 6683 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 38528 KiB
Current children cumulated memory: 29508 KiB

[startup+25.5005 s]
/proc/loadavg: 4.08 4.10 4.09 5/246 1036765
/proc/meminfo: memFree=123789776/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=44684 memory=37272 CPUtime=25.42 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 7211 0 0 0 2541 1 0 0 20 0 1 0 193828028 45756416 9318 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 11171 9318 421 379 0 10705 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 54616 KiB
Current children cumulated memory: 39884 KiB

[startup+51.1128 s]
/proc/loadavg: 4.05 4.09 4.09 5/246 1036768
/proc/meminfo: memFree=123809260/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=49144 memory=45712 CPUtime=50.95 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 7811 0 0 0 5094 1 0 0 20 0 1 0 193828028 50323456 11428 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 12286 11428 421 379 0 11820 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 59076 KiB
Current children cumulated memory: 48324 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/248 1036780
/proc/meminfo: memFree=123794980/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=75140 memory=67200 CPUtime=102.01 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 10112 0 0 0 10197 4 0 0 20 0 1 0 193828028 76943360 16800 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 18785 16800 421 379 0 18319 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 85072 KiB
Current children cumulated memory: 69812 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/248 1036790
/proc/meminfo: memFree=123806408/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=88456 memory=86568 CPUtime=161.84 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 10356 0 0 0 16180 4 0 0 20 0 1 0 193828028 90578944 21642 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 22114 21642 421 379 0 21648 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 98388 KiB
Current children cumulated memory: 89180 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.13 4.10 5/248 1036801
/proc/meminfo: memFree=123681380/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=137776 memory=121524 CPUtime=221.68 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 12538 0 0 0 22161 7 0 0 20 0 1 0 193828028 141082624 30381 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 34444 30381 421 379 0 33978 0
Current children cumulated CPU time: 221.68 s

################
# More data... #
################

/proc/loadavg: 4.12 4.14 4.14 5/246 1038586
/proc/meminfo: memFree=123491712/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=168596 memory=162888 CPUtime=3034.09 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 46490 0 0 0 303320 89 0 0 20 0 1 0 193828028 172642304 40722 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 42149 40722 421 379 0 41683 0
Current children cumulated CPU time: 3034.09 s
Current children cumulated vsize: 178528 KiB
Current children cumulated memory: 165500 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.13 4.13 5/248 1038600
/proc/meminfo: memFree=123549476/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=218684 memory=207164 CPUtime=3093.93 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 46849 0 0 0 309303 90 0 0 20 0 1 0 193828028 223932416 51791 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 54671 51791 421 379 0 54205 0
Current children cumulated CPU time: 3093.93 s
Current children cumulated vsize: 228616 KiB
Current children cumulated memory: 209776 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.13 5/247 1038610
/proc/meminfo: memFree=123613500/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=168596 memory=150600 CPUtime=3153.76 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 48028 0 0 0 315285 91 0 0 20 0 1 0 193828028 172642304 37650 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 42149 37650 421 379 0 41683 0
Current children cumulated CPU time: 3153.76 s
Current children cumulated vsize: 178528 KiB
Current children cumulated memory: 153212 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.14 4.13 5/247 1038670
/proc/meminfo: memFree=123627296/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=218684 memory=196924 CPUtime=3213.61 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 48385 0 0 0 321268 93 0 0 20 0 1 0 193828028 223932416 49231 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 54671 49231 421 379 0 54205 0
Current children cumulated CPU time: 3213.61 s
Current children cumulated vsize: 228616 KiB
Current children cumulated memory: 199536 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/247 1038680
/proc/meminfo: memFree=123716028/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=137776 memory=133940 CPUtime=3273.45 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 49483 0 0 0 327250 95 0 0 20 0 1 0 193828028 141082624 33485 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 34444 33485 421 379 0 33978 0
Current children cumulated CPU time: 3273.45 s
Current children cumulated vsize: 147708 KiB
Current children cumulated memory: 136552 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/247 1038690
/proc/meminfo: memFree=123618048/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=218684 memory=184524 CPUtime=3333.28 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 49903 0 0 0 333232 96 0 0 20 0 1 0 193828028 223932416 46131 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 54671 46131 421 379 0 54205 0
Current children cumulated CPU time: 3333.28 s
Current children cumulated vsize: 228616 KiB
Current children cumulated memory: 187136 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/245 1038701
/proc/meminfo: memFree=123790580/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=88456 memory=86948 CPUtime=3393.11 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 50506 0 0 0 339214 97 0 0 20 0 1 0 193828028 90578944 21737 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 22114 21737 421 379 0 21648 0
Current children cumulated CPU time: 3393.11 s
Current children cumulated vsize: 98388 KiB
Current children cumulated memory: 89560 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/245 1038712
/proc/meminfo: memFree=123697260/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=218684 memory=170188 CPUtime=3452.95 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 51455 0 0 0 345196 99 0 0 20 0 1 0 193828028 223932416 42547 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 54671 42547 421 379 0 54205 0
Current children cumulated CPU time: 3452.95 s
Current children cumulated vsize: 228616 KiB
Current children cumulated memory: 172800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.56 4.23 4.15 5/245 1038722
/proc/meminfo: memFree=123566476/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=218684 memory=211260 CPUtime=3512.79 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 51516 0 0 0 351179 100 0 0 20 0 1 0 193828028 223932416 52815 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 54671 52815 421 379 0 54205 0
Current children cumulated CPU time: 3512.79 s
Current children cumulated vsize: 228616 KiB
Current children cumulated memory: 213872 KiB

[startup+3582.3 s]
/proc/loadavg: 4.50 4.29 4.18 5/245 1038732
/proc/meminfo: memFree=123754264/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=168596 memory=146540 CPUtime=3572.63 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 52700 0 0 0 357161 102 0 0 20 0 1 0 193828028 172642304 36635 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 42149 36635 421 379 0 41683 0
Current children cumulated CPU time: 3572.63 s
Current children cumulated vsize: 178528 KiB
Current children cumulated memory: 149152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.37 4.28 4.18 5/245 1038736
/proc/meminfo: memFree=123631536/131655788 swapFree=131071996/131071996
[pid=1036753] ppid=1036750 vsize=9932 memory=2612 CPUtime=0 cores=4,6
/proc/1036753/stat : 1036753 (naps-1.02b5.sh) S 1036750 1036753 1034518 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 193828027 10170368 653 134679101440 94638806585344 94638807664664 140735837307008 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94638809763120 94638809810308 94638816219136 140735837311966 140735837312093 140735837312093 140735837319110 0
/proc/1036753/statm: 2483 653 574 264 0 134 0
[pid=1036758] ppid=1036753 vsize=218684 memory=170224 CPUtime=3600.06 cores=4,6
/proc/1036758/stat : 1036758 (naps-1.02b5) R 1036753 1036753 1034518 0 -1 4194304 53012 0 0 0 359903 103 0 0 20 0 1 0 193828028 223932416 42556 134679101440 4194304 5746509 140737387424320 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 9297920 140737387426797 140737387426911 140737387426911 140737387433929 0
/proc/1036758/statm: 54671 42556 421 379 0 54205 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 228616 KiB
Current children cumulated memory: 172836 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3609.8 s]
# the end of solver process 1036753 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3599.04 s, system=1.04187 s

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

Child status: 0

Real time (s): 3609.8
CPU time (s): 3600.08
CPU user time (s): 3599.04
CPU system time (s): 1.04187
CPU usage (%): 99.7306
Max. virtual memory (cumulated for all children) (KiB): 310004
Max. memory (cumulated for all children) (KiB): 228168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.04
system time used= 1.04187
maximum resident set size= 225556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53489
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= 96
involuntary context switches= 3698


# summary of solver processes directly reported to runsolver:
#   pid: 1036753
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.04
#   total CPU system time (s): 1.04187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8446 second user time and 38.2979 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-19 21:18:51
IDJOB=4450811
IDBENCH=162279
IDSOLVER=3065
FILE ID=nodeC003/4450811-1721416719
RUNJOBID= nodeC003-1721412725-1034529
SLURM_JOB_ID= 7545486
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-1.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450811-1721416719/watcher-4450811-1721416719 -o /tmp/evaluation-result-4450811-1721416719/solver-4450811-1721416719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034529 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4450811-1721416719.opb

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

MD5SUM BENCH= 2d93360d2b62765c062d6e400c743a07
RANDOM SEED=1607090920

nodeC003.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		: 3525.536
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.76
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		: 3597.643
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.30
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.415
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.76
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.300
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.30
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		: 3642.731
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.76
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		: 3621.770
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.30
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.221
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.76
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.389
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123924752 kB
MemAvailable:   129531836 kB
Buffers:          543684 kB
Cached:          5846120 kB
SwapCached:            0 kB
Active:          1033572 kB
Inactive:        6008616 kB
Active(anon):       1484 kB
Inactive(anon):   696788 kB
Active(file):    1032088 kB
Inactive(file):  5311828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3976 kB
Writeback:            44 kB
AnonPages:        652468 kB
Mapped:           112912 kB
Shmem:             45896 kB
KReclaimable:     206396 kB
Slab:             322304 kB
SReclaimable:     206396 kB
SUnreclaim:       115908 kB
KernelStack:        3952 kB
PageTables:        10352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1112388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC003 at 2024-07-19 22:19:01