Trace number 4443018

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-GM 1.03? (TO) 3600.03 3610.31

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin14.opb
MD5SUM946fa793c8e40fdbe884453e390b9fbe
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 benchmark2.99868
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8281
Total number of constraints826
Number of constraints which are clauses364
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint91
Maximum length of a constraint169
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 171
Number of bits of the biggest sum of numbers8
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.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4443018-1721309299.opb
3600.01/3610.30	c 
3600.01/3610.30	c *** TERMINATED *** by signal 15
3600.01/3610.30	s UNKNOWN
3600.01/3610.30	c _____________________________________________________________________________
3600.01/3610.30	c std/band forms        : 462,0
3600.01/3610.30	c 2cl/3cl ITE-codings   : 0,0
3600.01/3610.30	c BDD/srt/adr Max costs : 0,4724,0
3600.01/3610.30	c BDDraw/bin/mul/srt/adr: 0,0,0,462,0
3600.01/3610.30	c BDD nodes             : 0
3600.01/3610.30	c Es1/CC detections     : 0,0
3600.01/3610.30	c CC sort               : 462
3600.01/3610.30	c SAT/UNSAT calls       : 0,0
3600.01/3610.30	c regenrated variables  : 0
3600.01/3610.30	c eliminated fixed lits : 0
3600.01/3610.30	c goal lit flips        : 0
3600.01/3610.30	c goal stages           : 0
3600.01/3610.30	c goal shrink           : 0
3600.01/3610.30	c goal coeff separations: 0
3600.01/3610.30	c restarts              : 0
3600.01/3610.30	c conflicts             : 0              (0 /sec)
3600.01/3610.30	c decisions             : 0              (0 /sec)
3600.01/3610.30	c propagations          : 0              (0 /sec)
3600.01/3610.30	c inspects              : 0              (0 /sec)
3600.01/3610.30	c CPU time (solving tm) : 3598 s        (3597 s, SAT 0 s, UNSAT 0 s)
3600.01/3610.30	c Time for Opt-base     : 0.01902 s
3600.01/3610.30	c Steps for Opt-base    : 0
3600.01/3610.30	c Time for BDD coding   : 0 s
3600.01/3610.30	c Time for srt coding   : 0.3443 s
3600.01/3610.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 (58141 MiB free)
  memory of node 1: 64510 MiB (61056 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443018-1721309299/watcher-4443018-1721309299 -o /tmp/evaluation-result-4443018-1721309299/solver-4443018-1721309299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721305421-949651 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4443018-1721309299.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=952450, runsolver pid=952447

[startup+0.100425 s]*
/proc/loadavg: 4.86 4.38 4.27 5/248 952455
/proc/meminfo: memFree=122055500/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=11536 memory=5040 CPUtime=0.09 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 904 0 0 0 9 0 0 0 20 0 1 0 183085959 11812864 1260 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 2884 1260 436 659 0 2088 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21468 KiB
Current children cumulated memory: 7852 KiB

[startup+0.217426 s]*
/proc/loadavg: 4.86 4.38 4.27 5/248 952455
/proc/meminfo: memFree=122054324/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=13100 memory=6280 CPUtime=0.19 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 1198 0 0 0 19 0 0 0 20 0 1 0 183085959 13414400 1570 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 3275 1570 436 659 0 2479 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 23032 KiB
Current children cumulated memory: 9092 KiB

[startup+0.313426 s]*
/proc/loadavg: 4.86 4.38 4.27 5/248 952455
/proc/meminfo: memFree=122053316/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=14176 memory=7072 CPUtime=0.27 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 1412 0 0 0 27 0 0 0 20 0 1 0 183085959 14516224 1768 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 3544 1768 436 659 0 2748 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 24108 KiB
Current children cumulated memory: 9884 KiB

[startup+0.700425 s]
/proc/loadavg: 4.86 4.38 4.27 5/248 952455
/proc/meminfo: memFree=122048580/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=47956 memory=38936 CPUtime=0.62 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 7608 0 0 0 60 2 0 0 20 0 1 0 183085959 49106944 9734 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 11989 9734 468 659 0 11193 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 57888 KiB
Current children cumulated memory: 41748 KiB

[startup+1.50042 s]
/proc/loadavg: 4.86 4.38 4.27 5/248 952455
/proc/meminfo: memFree=121980908/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=239592 memory=219516 CPUtime=1.4 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 35209 0 0 0 130 10 0 0 20 0 1 0 183085959 245342208 54879 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 59898 54879 468 659 0 59102 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 249524 KiB
Current children cumulated memory: 222328 KiB

[startup+3.11306 s]
/proc/loadavg: 4.79 4.37 4.27 5/248 952455
/proc/meminfo: memFree=121624244/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=439032 memory=404856 CPUtime=3 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 49930 0 0 0 283 17 0 0 20 0 1 0 183085959 449568768 101214 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 109758 101214 468 659 0 108962 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 448964 KiB
Current children cumulated memory: 407668 KiB

[startup+6.3004 s]
/proc/loadavg: 4.79 4.37 4.27 5/248 952457
/proc/meminfo: memFree=121595204/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=435932 memory=410408 CPUtime=6.18 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 53251 0 0 0 599 19 0 0 20 0 1 0 183085959 446394368 102602 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 108983 102602 468 659 0 108187 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 445864 KiB
Current children cumulated memory: 413220 KiB

[startup+12.7004 s]
/proc/loadavg: 4.67 4.36 4.26 5/248 952457
/proc/meminfo: memFree=121528636/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=458768 memory=425084 CPUtime=12.56 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 54945 0 0 0 1236 20 0 0 20 0 1 0 183085959 469778432 106271 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 114692 106271 468 659 0 113896 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 468700 KiB
Current children cumulated memory: 427896 KiB

[startup+25.5004 s]
/proc/loadavg: 4.56 4.35 4.26 5/248 952458
/proc/meminfo: memFree=121525980/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=464820 memory=439204 CPUtime=25.33 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 57224 0 0 0 2510 23 0 0 20 0 1 0 183085959 475975680 109801 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 116205 109801 468 659 0 115409 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 474752 KiB
Current children cumulated memory: 442016 KiB

[startup+51.1132 s]
/proc/loadavg: 4.58 4.37 4.27 5/248 952465
/proc/meminfo: memFree=121532200/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=477524 memory=447892 CPUtime=50.87 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 61211 0 0 0 5060 27 0 0 20 0 1 0 183085959 488984576 111973 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 119381 111973 468 659 0 118585 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 487456 KiB
Current children cumulated memory: 450704 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.32 4.26 5/248 952473
/proc/meminfo: memFree=121442144/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=521596 memory=483976 CPUtime=101.92 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 66796 0 0 0 10159 33 0 0 20 0 1 0 183085959 534114304 120994 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 130399 120994 468 659 0 129603 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 531528 KiB
Current children cumulated memory: 486788 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.27 4.25 5/250 952541
/proc/meminfo: memFree=121372236/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=533508 memory=505964 CPUtime=161.76 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 71376 0 0 0 16136 40 0 0 20 0 1 0 183085959 546312192 126491 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 133377 126491 468 659 0 132581 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 543440 KiB
Current children cumulated memory: 508776 KiB

[startup+222.3 s]
/proc/loadavg: 4.31 4.29 4.25 5/250 952551
/proc/meminfo: memFree=121335112/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=544512 memory=513020 CPUtime=221.59 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 75755 0 0 0 22115 44 0 0 20 0 1 0 183085959 557580288 128255 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 136128 128255 468 659 0 135332 0

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

/proc/952455/statm: 205189 185917 468 659 0 204393 0
Current children cumulated CPU time: 3093.44 s
Current children cumulated vsize: 830688 KiB
Current children cumulated memory: 746480 KiB

[startup+3162.3 s]
/proc/loadavg: 4.39 4.30 4.21 5/248 953657
/proc/meminfo: memFree=119526952/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=820756 memory=792972 CPUtime=3153.28 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 145916 0 0 0 315180 148 0 0 20 0 1 0 183085959 840454144 198243 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 205189 198243 468 659 0 204393 0
Current children cumulated CPU time: 3153.28 s
Current children cumulated vsize: 830688 KiB
Current children cumulated memory: 795784 KiB

[startup+3222.3 s]
/proc/loadavg: 4.35 4.30 4.22 5/248 953667
/proc/meminfo: memFree=119186920/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=953016 memory=833952 CPUtime=3213.11 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 146670 0 0 0 321162 149 0 0 20 0 1 0 183085959 975888384 208488 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 238254 208488 468 659 0 237458 0
Current children cumulated CPU time: 3213.11 s
Current children cumulated vsize: 962948 KiB
Current children cumulated memory: 836764 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.32 4.23 5/248 953678
/proc/meminfo: memFree=119359324/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=953164 memory=868936 CPUtime=3272.94 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 146984 0 0 0 327144 150 0 0 20 0 1 0 183085959 976039936 217234 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 238291 217234 468 659 0 237495 0
Current children cumulated CPU time: 3272.94 s
Current children cumulated vsize: 963096 KiB
Current children cumulated memory: 871748 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.27 4.22 5/248 953938
/proc/meminfo: memFree=122586724/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=954268 memory=902640 CPUtime=3332.78 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 147585 0 0 0 333127 151 0 0 20 0 1 0 183085959 977170432 225660 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 238567 225660 468 659 0 237771 0
Current children cumulated CPU time: 3332.78 s
Current children cumulated vsize: 964200 KiB
Current children cumulated memory: 905452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.24 4.21 5/248 954148
/proc/meminfo: memFree=122549876/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=1171112 memory=939104 CPUtime=3392.61 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 148858 0 0 0 339109 152 0 0 20 0 1 0 183085959 1199218688 234776 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 292778 234776 468 659 0 291982 0
Current children cumulated CPU time: 3392.61 s
Current children cumulated vsize: 1181044 KiB
Current children cumulated memory: 941916 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.19 4.19 5/247 954742
/proc/meminfo: memFree=122542060/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=1175320 memory=975528 CPUtime=3452.45 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 150005 0 0 0 345091 154 0 0 20 0 1 0 183085959 1203527680 243882 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 293830 243882 468 659 0 293034 0
Current children cumulated CPU time: 3452.45 s
Current children cumulated vsize: 1185252 KiB
Current children cumulated memory: 978340 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.20 4.19 5/247 954752
/proc/meminfo: memFree=122734368/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=749296 memory=703148 CPUtime=3512.28 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 151858 0 0 0 351071 157 0 0 20 0 1 0 183085959 767279104 175787 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 187324 175787 468 659 0 186528 0
Current children cumulated CPU time: 3512.28 s
Current children cumulated vsize: 759228 KiB
Current children cumulated memory: 705960 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/247 954762
/proc/meminfo: memFree=122674000/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=830684 memory=746828 CPUtime=3572.12 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 152749 0 0 0 357053 159 0 0 20 0 1 0 183085959 850620416 186707 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 207671 186707 468 659 0 206875 0
Current children cumulated CPU time: 3572.12 s
Current children cumulated vsize: 840616 KiB
Current children cumulated memory: 749640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.18 4.19 4.18 5/248 954937
/proc/meminfo: memFree=122606612/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=830684 memory=765636 CPUtime=3600.01 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 152858 0 0 0 359842 159 0 0 20 0 1 0 183085959 850620416 191409 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 207671 191409 468 659 0 206875 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 840616 KiB
Current children cumulated memory: 768448 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002141 s, system=0.002332 s

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.60405 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+3610.3 s]
/proc/loadavg: 4.18 4.19 4.18 5/248 954937
/proc/meminfo: memFree=122606612/131655788 swapFree=131071996/131071996
[pid=952450] ppid=952447 vsize=9932 memory=2812 CPUtime=0 cores=1,3
/proc/952450/stat : 952450 (naps-1.03.sh) S 952447 952450 949639 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 183085959 10170368 703 134679101440 94452135436288 94452136515608 140730095972880 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94452138614064 94452138661252 94452155367424 140730095981535 140730095981664 140730095981664 140730095988680 0
/proc/952450/statm: 2483 703 626 264 0 134 0
[pid=952455] ppid=952450 vsize=830684 memory=765636 CPUtime=3600.01 cores=1,3
/proc/952455/stat : 952455 (naps-1.03) R 952450 952450 949639 0 -1 4194304 152858 0 0 0 359842 159 0 0 20 0 1 0 183085959 850620416 191409 134679101440 4194304 6891213 140732223912112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22913024 140732223914992 140732223915108 140732223915108 140732223922123 0
/proc/952455/statm: 207671 191409 468 659 0 206875 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 840616 KiB
Current children cumulated memory: 768448 KiB

Child status: 10

Real time (s): 3610.31
CPU time (s): 3600.03
CPU user time (s): 3598.43
CPU system time (s): 1.60405
CPU usage (%): 99.7155
Max. virtual memory (cumulated for all children) (KiB): 1267940
Max. memory (cumulated for all children) (KiB): 1057044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.60405
maximum resident set size= 1068724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153324
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= 199
involuntary context switches= 4650


# summary of solver processes directly reported to runsolver:
#   pid: 952450,952455
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.60405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3396 second user time and 40.0967 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 15:28:31
IDJOB=4443018
IDBENCH=147860
IDSOLVER=3062
FILE ID=nodeC003/4443018-1721309299
RUNJOBID= nodeC003-1721305421-949651
SLURM_JOB_ID= 7542634
Free space on /tmp= 723752 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin14.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443018-1721309299/watcher-4443018-1721309299 -o /tmp/evaluation-result-4443018-1721309299/solver-4443018-1721309299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721305421-949651 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4443018-1721309299.opb

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

MD5SUM BENCH= 946fa793c8e40fdbe884453e390b9fbe
RANDOM SEED=1974782767

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		: 3581.272
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		: 3491.923
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.399
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.218
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		: 3530.743
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		: 3598.587
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.432
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.278
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:        122059808 kB
MemAvailable:   127600144 kB
Buffers:          507444 kB
Cached:          5809840 kB
SwapCached:            0 kB
Active:           930088 kB
Inactive:        7979472 kB
Active(anon):       1508 kB
Inactive(anon):  2628464 kB
Active(file):     928580 kB
Inactive(file):  5351008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5960 kB
Writeback:            12 kB
AnonPages:       2592252 kB
Mapped:           111500 kB
Shmem:             37704 kB
KReclaimable:     201556 kB
Slab:             316944 kB
SReclaimable:     201556 kB
SUnreclaim:       115388 kB
KernelStack:        4016 kB
PageTables:        14492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3252972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57696 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1261568 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= 723760 MiB
End job on nodeC003 at 2024-07-18 16:28:41