Trace number 4433779

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
NaPS-GM 1.03? (TO) 3600.5 3611.73

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1ab00a09bce4fe90071f9bd51d0e1c65
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 benchmark1081565440
Best CPU time to get the best result obtained on this benchmark3600.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
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.02	c NaPS 1.03.
0.00/0.02	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.02	c Input file name: HOME/instance-4433779-1721063349.opb
520.71/522.47	c goal1 is divided by 4
520.71/522.47	c multi stage optimization mode: 1-th step
3600.05/3611.30	c 
3600.05/3611.30	c *** TERMINATED *** by signal 15
3600.05/3611.30	s UNKNOWN
3600.05/3611.30	c _____________________________________________________________________________
3600.05/3611.30	c std/band forms        : 495,62
3600.05/3611.30	c 2cl/3cl ITE-codings   : 11674,11670580
3600.05/3611.30	c BDD/srt/adr Max costs : 14995184,21931686,0
3600.05/3611.30	c BDDraw/bin/mul/srt/adr: 58,0,45,454,0
3600.05/3611.30	c BDD nodes             : 33545433
3600.05/3611.30	c Es1/CC detections     : 0,0
3600.05/3611.30	c CC sort               : 420
3600.05/3611.30	c SAT/UNSAT calls       : 0,0
3600.05/3611.30	c regenrated variables  : 0
3600.05/3611.30	c eliminated fixed lits : 0
3600.05/3611.30	c goal lit flips        : 0
3600.05/3611.30	c goal stages           : 1
3600.05/3611.30	c goal shrink           : 1
3600.05/3611.30	c goal coeff separations: 4
3600.05/3611.30	c restarts              : 0
3600.05/3611.30	c conflicts             : 0              (0 /sec)
3600.05/3611.30	c decisions             : 0              (0 /sec)
3600.05/3611.30	c propagations          : 0              (0 /sec)
3600.05/3611.30	c inspects              : 0              (0 /sec)
3600.05/3611.30	c CPU time (solving tm) : 3584 s        (3071 s, SAT 0 s, UNSAT 0 s)
3600.05/3611.30	c Time for Opt-base     : 35.33 s
3600.05/3611.30	c Steps for Opt-base    : 172385074
3600.05/3611.30	c Time for BDD coding   : 347.8 s
3600.05/3611.30	c Time for srt coding   : 12.44 s
3600.05/3611.30	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 (58067 MiB free)
  memory of node 1: 64510 MiB (60857 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433779-1721063349/watcher-4433779-1721063349 -o /tmp/evaluation-result-4433779-1721063349/solver-4433779-1721063349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721059282-800674 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4433779-1721063349.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=802911, runsolver pid=802908
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100648 s]*
/proc/loadavg: 4.16 4.17 4.21 6/246 802916
/proc/meminfo: memFree=121751028/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=14280 memory=7756 CPUtime=0.08 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 1616 0 0 0 8 0 0 0 20 0 1 0 158491940 14622720 1939 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 3570 1939 436 659 0 2774 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 24212 KiB
Current children cumulated memory: 10544 KiB

[startup+0.208113 s]*
/proc/loadavg: 4.16 4.17 4.21 6/246 802916
/proc/meminfo: memFree=121731892/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=21728 memory=14620 CPUtime=0.19 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3286 0 0 0 19 0 0 0 20 0 1 0 158491940 22249472 3655 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 5432 3655 436 659 0 4636 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 31660 KiB
Current children cumulated memory: 17408 KiB

[startup+0.308095 s]*
/proc/loadavg: 4.16 4.17 4.21 6/246 802916
/proc/meminfo: memFree=121713656/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27692 memory=20284 CPUtime=0.29 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 4822 0 0 0 29 0 0 0 20 0 1 0 158491940 28356608 5071 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6959 5071 436 659 0 6163 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 37624 KiB
Current children cumulated memory: 23072 KiB

[startup+0.700376 s]
/proc/loadavg: 4.16 4.17 4.21 6/246 802916
/proc/meminfo: memFree=121674992/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=40616 memory=33236 CPUtime=0.67 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 8075 0 0 0 66 1 0 0 20 0 1 0 158491940 41590784 8309 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 10154 8309 468 659 0 9358 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 50548 KiB
Current children cumulated memory: 36024 KiB

[startup+1.50043 s]
/proc/loadavg: 4.16 4.17 4.21 6/246 802916
/proc/meminfo: memFree=121600068/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=60364 memory=53056 CPUtime=1.47 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 13257 0 0 0 145 2 0 0 20 0 1 0 158491940 61812736 13264 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 15091 13264 468 659 0 14295 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 70296 KiB
Current children cumulated memory: 55844 KiB

[startup+3.11309 s]
/proc/loadavg: 4.23 4.19 4.21 6/246 802916
/proc/meminfo: memFree=121292828/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=87556 memory=78772 CPUtime=3.07 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 17296 0 0 0 305 2 0 0 20 0 1 0 158491940 89657344 19693 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 21889 19693 468 659 0 21093 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 97488 KiB
Current children cumulated memory: 81560 KiB

[startup+6.30031 s]
/proc/loadavg: 4.23 4.19 4.21 6/246 802916
/proc/meminfo: memFree=120909348/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=89900 memory=80600 CPUtime=6.25 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 19044 0 0 0 623 2 0 0 20 0 1 0 158491940 92057600 20150 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 22475 20150 468 659 0 21679 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 99832 KiB
Current children cumulated memory: 83388 KiB

[startup+12.7087 s]
/proc/loadavg: 4.29 4.20 4.22 5/246 802917
/proc/meminfo: memFree=120864404/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=89900 memory=80600 CPUtime=12.64 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 19044 0 0 0 1262 2 0 0 20 0 1 0 158491940 92057600 20150 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 22475 20150 468 659 0 21679 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 99832 KiB
Current children cumulated memory: 83388 KiB

[startup+25.5004 s]
/proc/loadavg: 4.38 4.22 4.22 5/247 802926
/proc/meminfo: memFree=122377280/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=89900 memory=80600 CPUtime=25.4 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 19044 0 0 0 2538 2 0 0 20 0 1 0 158491940 92057600 20150 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 22475 20150 468 659 0 21679 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 99832 KiB
Current children cumulated memory: 83388 KiB

[startup+51.1133 s]
/proc/loadavg: 4.25 4.20 4.22 5/247 802930
/proc/meminfo: memFree=120558580/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=1960608 memory=1909208 CPUtime=50.94 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 252700 0 0 0 5027 67 0 0 20 0 1 0 158491940 2007662592 477302 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 490152 477302 468 659 0 489356 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1970540 KiB
Current children cumulated memory: 1911996 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.19 4.21 5/247 802943
/proc/meminfo: memFree=117930644/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=4660716 memory=4500952 CPUtime=101.96 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 889625 0 0 0 10031 165 0 0 20 0 1 0 158491940 4772573184 1125238 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 1165179 1125238 468 659 0 1164383 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 4670648 KiB
Current children cumulated memory: 4503740 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.20 4.21 5/247 802953
/proc/meminfo: memFree=117822448/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=4660716 memory=4560348 CPUtime=161.76 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 890842 0 0 0 16008 168 0 0 20 0 1 0 158491940 4772573184 1140087 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 1165179 1140087 468 659 0 1164383 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 4670648 KiB
Current children cumulated memory: 4563136 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.19 4.20 5/247 802963
/proc/meminfo: memFree=117505672/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=4955364 memory=4922428 CPUtime=221.57 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 965578 0 0 0 21973 184 0 0 20 0 1 0 158491940 5074292736 1230607 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 1238841 1230607 468 659 0 1238045 0
Current children cumulated CPU time: 221.57 s

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

Current children cumulated memory: 24432696 KiB

[startup+3162.3 s]
/proc/loadavg: 4.49 4.27 4.20 5/249 804818
/proc/meminfo: memFree=99166660/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24429932 CPUtime=3152.44 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 2995849 0 0 0 313764 1480 0 0 20 0 1 0 158491940 28306079744 6107483 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6107483 468 659 0 6909868 0
Current children cumulated CPU time: 3152.44 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24432720 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.25 4.20 5/249 804828
/proc/meminfo: memFree=97459968/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24429932 CPUtime=3212.25 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3000341 0 0 0 319732 1493 0 0 20 0 1 0 158491940 28306079744 6107483 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6107483 468 659 0 6909868 0
Current children cumulated CPU time: 3212.25 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24432720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.22 4.19 5/249 804838
/proc/meminfo: memFree=87092148/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24431980 CPUtime=3272.07 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3006564 0 0 0 325700 1507 0 0 20 0 1 0 158491940 28306079744 6107995 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6107995 468 659 0 6909868 0
Current children cumulated CPU time: 3272.07 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24434768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.21 4.18 5/247 804850
/proc/meminfo: memFree=83212192/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24431980 CPUtime=3331.89 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3011544 0 0 0 331669 1520 0 0 20 0 1 0 158491940 28306079744 6107995 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6107995 468 659 0 6909868 0
Current children cumulated CPU time: 3331.89 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24434768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.23 4.19 5/247 804860
/proc/meminfo: memFree=83413284/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24431980 CPUtime=3391.7 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3016057 0 0 0 337637 1533 0 0 20 0 1 0 158491940 28306079744 6107995 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6107995 468 659 0 6909868 0
Current children cumulated CPU time: 3391.7 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24434768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.18 4.18 5/245 804870
/proc/meminfo: memFree=80661360/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24434028 CPUtime=3451.52 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3022435 0 0 0 343603 1549 0 0 20 0 1 0 158491940 28306079744 6108507 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6108507 468 659 0 6909868 0
Current children cumulated CPU time: 3451.52 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24436816 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/245 804881
/proc/meminfo: memFree=75241996/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24434028 CPUtime=3511.34 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3029266 0 0 0 349573 1561 0 0 20 0 1 0 158491940 28306079744 6108507 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6108507 468 659 0 6909868 0
Current children cumulated CPU time: 3511.34 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24436816 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/245 804891
/proc/meminfo: memFree=75992012/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24434028 CPUtime=3571.15 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3033611 0 0 0 355541 1574 0 0 20 0 1 0 158491940 28306079744 6108507 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6108507 468 659 0 6909868 0
Current children cumulated CPU time: 3571.15 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24436816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/245 804896
/proc/meminfo: memFree=75981456/131655788 swapFree=131071996/131071996
[pid=802911] ppid=802908 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/802911/stat : 802911 (naps-1.03.sh) S 802908 802911 800664 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 158491939 10170368 697 134679101440 94515476635648 94515477714968 140729161683888 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94515479813424 94515479860612 94515501170688 140729161692128 140729161692257 140729161692257 140729161699272 0
/proc/802911/statm: 2483 697 621 264 0 134 0
[pid=802916] ppid=802911 vsize=27642656 memory=24436076 CPUtime=3600.05 cores=0,2
/proc/802916/stat : 802916 (naps-1.03) R 802911 802911 800664 0 -1 4194304 3036160 0 0 0 358426 1579 0 0 20 0 1 0 158491940 28306079744 6109019 134679101440 4194304 6891213 140735377049984 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 10764288 140735377052657 140735377052773 140735377052773 140735377059787 0
/proc/802916/statm: 6910664 6109019 468 659 0 6909868 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 27652588 KiB
Current children cumulated memory: 24438864 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000862 s, system=0.002374 s

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

# cumulated CPU time of all completed processes:  user=3584.27 s, system=16.2242 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3611.6 s]
/proc/loadavg: 4.17 4.18 4.18 5/244 804896
/proc/meminfo: memFree=80402096/131655788 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.003236 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3611.7 s]
/proc/loadavg: 4.17 4.18 4.18 5/244 804896
/proc/meminfo: memFree=80402096/131655788 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.003236 s
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): 3611.73
CPU time (s): 3600.5
CPU user time (s): 3584.27
CPU system time (s): 16.2242
CPU usage (%): 99.6888
Max. virtual memory (cumulated for all children) (KiB): 31549032
Max. memory (cumulated for all children) (KiB): 27947728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.27
system time used= 16.2242
maximum resident set size= 27944940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3036628
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= 55
involuntary context switches= 24662


# summary of solver processes directly reported to runsolver:
#   pid: 802911,802916
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3584.27
#   total CPU system time (s): 16.2242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5047 second user time and 35.8813 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-15 19:09:22
IDJOB=4433779
IDBENCH=146775
IDSOLVER=3062
FILE ID=nodeC012/4433779-1721063349
RUNJOBID= nodeC012-1721059282-800674
SLURM_JOB_ID= 7505497
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433779-1721063349/watcher-4433779-1721063349 -o /tmp/evaluation-result-4433779-1721063349/solver-4433779-1721063349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721059282-800674 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4433779-1721063349.opb

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

MD5SUM BENCH= 1ab00a09bce4fe90071f9bd51d0e1c65
RANDOM SEED=994400890

nodeC012.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		: 3492.186
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	: 6984.37
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		: 3510.294
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.32
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		: 3492.198
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	: 6984.37
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.418
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.32
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		: 3492.186
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	: 6984.37
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		: 3532.828
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.32
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.451
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	: 6984.37
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.344
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121786620 kB
MemAvailable:   125527760 kB
Buffers:          365584 kB
Cached:          4172636 kB
SwapCached:            0 kB
Active:           597992 kB
Inactive:        8639420 kB
Active(anon):       1468 kB
Inactive(anon):  4735460 kB
Active(file):     596524 kB
Inactive(file):  3903960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           1617000 kB
Writeback:            12 kB
AnonPages:       4697648 kB
Mapped:           331076 kB
Shmem:             37708 kB
KReclaimable:     161372 kB
Slab:             264888 kB
SReclaimable:     161372 kB
SUnreclaim:       103516 kB
KernelStack:        3952 kB
PageTables:        19312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5387420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51424 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2519040 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:    24795136 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723748 MiB
End job on nodeC012 at 2024-07-15 20:09:34