Trace number 4446828

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.09 3609.51

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K139.opb
MD5SUM89642dc5a75d3fc73d0ef8fe6dbde459
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 140
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-4446828-1721338543.opb
3600.06/3609.50	c 
3600.06/3609.50	c *** TERMINATED *** by signal 15
3600.06/3609.50	s UNKNOWN
3600.06/3609.50	c _____________________________________________________________________________
3600.06/3609.50	c std/band forms        : 137,0
3600.06/3609.50	c 2cl/3cl ITE-codings   : 0,0
3600.06/3609.50	c BDD/srt/adr Max costs : 0,2726,0
3600.06/3609.50	c BDDraw/bin/mul/srt/adr: 0,0,0,137,0
3600.06/3609.50	c BDD nodes             : 0
3600.06/3609.50	c Es1/CC detections     : 0,0
3600.06/3609.50	c CC sort               : 137
3600.06/3609.50	c SAT/UNSAT calls       : 0,0
3600.06/3609.50	c regenrated variables  : 0
3600.06/3609.50	c eliminated fixed lits : 0
3600.06/3609.50	c goal lit flips        : 0
3600.06/3609.50	c goal stages           : 0
3600.06/3609.50	c goal shrink           : 0
3600.06/3609.50	c goal coeff separations: 0
3600.06/3609.50	c restarts              : 0
3600.06/3609.50	c conflicts             : 0              (0 /sec)
3600.06/3609.50	c decisions             : 0              (0 /sec)
3600.06/3609.50	c propagations          : 0              (0 /sec)
3600.06/3609.50	c inspects              : 0              (0 /sec)
3600.06/3609.50	c CPU time (solving tm) : 3598 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.06/3609.50	c Time for Opt-base     : 0.003343 s
3600.06/3609.50	c Steps for Opt-base    : 0
3600.06/3609.50	c Time for BDD coding   : 0 s
3600.06/3609.50	c Time for srt coding   : 0.06747 s
3600.06/3609.50	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 (59617 MiB free)
  memory of node 1: 64510 MiB (60461 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=970873, runsolver pid=970870

[startup+0.1001 s]*
/proc/loadavg: 4.04 4.08 4.12 5/245 970878
/proc/meminfo: memFree=122951320/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=13636 memory=9100 CPUtime=0.1 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 1429 0 0 0 10 0 0 0 20 0 1 0 186010420 13963264 2275 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 3409 2275 436 659 0 2613 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 23568 KiB
Current children cumulated memory: 11808 KiB

[startup+0.213504 s]*
/proc/loadavg: 4.04 4.08 4.12 5/245 970878
/proc/meminfo: memFree=122948960/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=16648 memory=11320 CPUtime=0.21 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 1990 0 0 0 21 0 0 0 20 0 1 0 186010420 17047552 2830 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 4162 2830 436 659 0 3366 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 26580 KiB
Current children cumulated memory: 14028 KiB

[startup+0.313648 s]*
/proc/loadavg: 4.04 4.08 4.12 5/245 970878
/proc/meminfo: memFree=122920268/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=46584 memory=39580 CPUtime=0.31 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 7271 0 0 0 30 1 0 0 20 0 1 0 186010420 47702016 9895 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 11646 9895 468 659 0 10850 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 56516 KiB
Current children cumulated memory: 42288 KiB

[startup+0.700418 s]
/proc/loadavg: 4.04 4.08 4.12 5/245 970878
/proc/meminfo: memFree=122850388/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=141524 memory=120116 CPUtime=0.69 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 25815 0 0 0 64 5 0 0 20 0 1 0 186010420 144920576 30029 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 35381 30029 468 659 0 34585 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 151456 KiB
Current children cumulated memory: 122824 KiB

[startup+1.50041 s]
/proc/loadavg: 4.04 4.08 4.12 5/245 970879
/proc/meminfo: memFree=122829496/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=143064 memory=128408 CPUtime=1.48 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 28542 0 0 0 142 6 0 0 20 0 1 0 186010420 146497536 32102 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 35766 32102 468 659 0 34970 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 152996 KiB
Current children cumulated memory: 131116 KiB

[startup+3.11335 s]
/proc/loadavg: 4.04 4.08 4.12 5/245 970879
/proc/meminfo: memFree=122817944/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=143936 memory=131216 CPUtime=3.09 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 28774 0 0 0 303 6 0 0 20 0 1 0 186010420 147390464 32804 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 35984 32804 468 659 0 35188 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 153868 KiB
Current children cumulated memory: 133924 KiB

[startup+6.3004 s]
/proc/loadavg: 4.04 4.08 4.12 5/245 970879
/proc/meminfo: memFree=122784940/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=163376 memory=148696 CPUtime=6.26 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 29586 0 0 0 620 6 0 0 20 0 1 0 186010420 167297024 37174 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 40844 37174 468 659 0 40048 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 173308 KiB
Current children cumulated memory: 151404 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.10 4.13 5/245 970881
/proc/meminfo: memFree=122989564/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=163376 memory=152244 CPUtime=12.65 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 29979 0 0 0 1258 7 0 0 20 0 1 0 186010420 167297024 38061 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 40844 38061 468 659 0 40048 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 173308 KiB
Current children cumulated memory: 154952 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.09 4.12 5/245 970882
/proc/meminfo: memFree=122881624/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=243044 memory=200716 CPUtime=25.41 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 30377 0 0 0 2533 8 0 0 20 0 1 0 186010420 248877056 50179 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 60761 50179 468 659 0 59965 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 252976 KiB
Current children cumulated memory: 203424 KiB

[startup+51.1134 s]
/proc/loadavg: 4.06 4.08 4.12 5/245 970887
/proc/meminfo: memFree=122802612/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=193724 memory=171416 CPUtime=50.96 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 30662 0 0 0 5086 10 0 0 20 0 1 0 186010420 198373376 42854 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 48431 42854 468 659 0 47635 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 203656 KiB
Current children cumulated memory: 174124 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.10 4.12 5/245 970895
/proc/meminfo: memFree=122540940/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=273864 memory=243784 CPUtime=102.01 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 32273 0 0 0 10188 13 0 0 20 0 1 0 186010420 280436736 60946 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 68466 60946 468 659 0 67670 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 283796 KiB
Current children cumulated memory: 246492 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.11 5/245 970905
/proc/meminfo: memFree=122847676/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=260716 memory=241852 CPUtime=161.84 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 34694 0 0 0 16167 17 0 0 20 0 1 0 186010420 266973184 60463 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 65179 60463 468 659 0 64383 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 270648 KiB
Current children cumulated memory: 244560 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 4.08 4.10 5/245 970916
/proc/meminfo: memFree=122835228/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=291536 memory=256248 CPUtime=221.69 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 36910 0 0 0 22148 21 0 0 20 0 1 0 186010420 298532864 64062 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 72884 64062 468 659 0 72088 0
Current children cumulated CPU time: 221.69 s

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

/proc/970878/statm: 112555 90483 468 659 0 111759 0
Current children cumulated CPU time: 3094.11 s
Current children cumulated vsize: 460152 KiB
Current children cumulated memory: 364640 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.23 2.22 2/223 973197
/proc/meminfo: memFree=123837804/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=582480 memory=482040 CPUtime=3153.96 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 91727 0 0 0 315252 144 0 0 20 0 1 0 186010420 596459520 120510 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 145620 120510 468 659 0 144824 0
Current children cumulated CPU time: 3153.96 s
Current children cumulated vsize: 592412 KiB
Current children cumulated memory: 484748 KiB

[startup+3222.3 s]
/proc/loadavg: 1.10 1.20 2.15 2/223 973208
/proc/meminfo: memFree=123738512/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=797704 memory=578648 CPUtime=3213.82 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 92454 0 0 0 321235 147 0 0 20 0 1 0 186010420 816848896 144662 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 199426 144662 468 659 0 198630 0
Current children cumulated CPU time: 3213.82 s
Current children cumulated vsize: 807636 KiB
Current children cumulated memory: 581356 KiB

[startup+3282.3 s]
/proc/loadavg: 1.12 1.18 2.08 2/226 973277
/proc/meminfo: memFree=123656868/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=798912 memory=661820 CPUtime=3273.68 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 92990 0 0 0 327219 149 0 0 20 0 1 0 186010420 818085888 165455 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 199728 165455 468 659 0 198932 0
Current children cumulated CPU time: 3273.68 s
Current children cumulated vsize: 808844 KiB
Current children cumulated memory: 664528 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.16 2.01 2/225 973288
/proc/meminfo: memFree=123981376/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=374688 memory=333744 CPUtime=3333.52 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 95214 0 0 0 333200 152 0 0 20 0 1 0 186010420 383680512 83436 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 93672 83436 468 659 0 92876 0
Current children cumulated CPU time: 3333.52 s
Current children cumulated vsize: 384620 KiB
Current children cumulated memory: 336452 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.14 1.95 2/225 973299
/proc/meminfo: memFree=123865732/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=588336 memory=449572 CPUtime=3393.38 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 96237 0 0 0 339182 156 0 0 20 0 1 0 186010420 602456064 112393 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 147084 112393 468 659 0 146288 0
Current children cumulated CPU time: 3393.38 s
Current children cumulated vsize: 598268 KiB
Current children cumulated memory: 452280 KiB

[startup+3462.3 s]
/proc/loadavg: 1.07 1.13 1.89 2/224 973309
/proc/meminfo: memFree=123776100/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=588336 memory=538356 CPUtime=3453.23 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 96553 0 0 0 345165 158 0 0 20 0 1 0 186010420 602456064 134589 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 147084 134589 468 659 0 146288 0
Current children cumulated CPU time: 3453.23 s
Current children cumulated vsize: 598268 KiB
Current children cumulated memory: 541064 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.13 1.85 2/224 973319
/proc/meminfo: memFree=123699992/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=803260 memory=614132 CPUtime=3513.08 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 97257 0 0 0 351149 159 0 0 20 0 1 0 186010420 822538240 153533 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 200815 153533 468 659 0 200019 0
Current children cumulated CPU time: 3513.08 s
Current children cumulated vsize: 813192 KiB
Current children cumulated memory: 616840 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.12 1.80 3/221 973330
/proc/meminfo: memFree=123626776/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=804620 memory=689076 CPUtime=3572.93 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 97800 0 0 0 357132 161 0 0 20 0 1 0 186010420 823930880 172269 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 201155 172269 468 659 0 200359 0
Current children cumulated CPU time: 3572.93 s
Current children cumulated vsize: 814552 KiB
Current children cumulated memory: 691784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 1.10 1.12 1.78 2/221 973335
/proc/meminfo: memFree=123594700/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=805884 memory=718728 CPUtime=3600.06 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 98081 0 0 0 359844 162 0 0 20 0 1 0 186010420 825225216 179682 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 201471 179682 468 659 0 200675 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 815816 KiB
Current children cumulated memory: 721436 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.003024 s, system=0.002858 s

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

# cumulated CPU time of all completed processes:  user=3598.45 s, system=1.63244 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+3609.5 s]
/proc/loadavg: 1.10 1.12 1.78 2/221 973335
/proc/meminfo: memFree=123594700/131655788 swapFree=131071996/131071996
[pid=970873] ppid=970870 vsize=9932 memory=2708 CPUtime=0 cores=4,6
/proc/970873/stat : 970873 (naps-1.03.sh) S 970870 970873 965768 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 186010420 10170368 677 134679101440 93893765111808 93893766191128 140734776847808 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93893768289584 93893768336772 93893785395200 140734776853471 140734776853600 140734776853600 140734776860616 0
/proc/970873/statm: 2483 677 598 264 0 134 0
[pid=970878] ppid=970873 vsize=805884 memory=718728 CPUtime=3600.06 cores=4,6
/proc/970878/stat : 970878 (naps-1.03) R 970873 970873 965768 0 -1 4194304 98081 0 0 0 359844 162 0 0 20 0 1 0 186010420 825225216 179682 134679101440 4194304 6891213 140729492037424 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 37019648 140729492038640 140729492038756 140729492038756 140729492045771 0
/proc/970878/statm: 201471 179682 468 659 0 200675 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 815816 KiB
Current children cumulated memory: 721436 KiB

Child status: 10

Real time (s): 3609.51
CPU time (s): 3600.09
CPU user time (s): 3598.45
CPU system time (s): 1.63244
CPU usage (%): 99.739
Max. virtual memory (cumulated for all children) (KiB): 862512
Max. memory (cumulated for all children) (KiB): 746468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.45
system time used= 1.63244
maximum resident set size= 766480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98544
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= 140
involuntary context switches= 4531


# summary of solver processes directly reported to runsolver:
#   pid: 970873,970878
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.45
#   total CPU system time (s): 1.63244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9577 second user time and 38.1194 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 23:35:55
IDJOB=4446828
IDBENCH=158320
IDSOLVER=3062
FILE ID=nodeC003/4446828-1721338543
RUNJOBID= nodeC003-1721329937-965779
SLURM_JOB_ID= 7542701
Free space on /tmp= 723760 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K139.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446828-1721338543/watcher-4446828-1721338543 -o /tmp/evaluation-result-4446828-1721338543/solver-4446828-1721338543 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721329937-965779 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4446828-1721338543.opb

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

MD5SUM BENCH= 89642dc5a75d3fc73d0ef8fe6dbde459
RANDOM SEED=120278739

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		: 3559.663
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		: 3515.125
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.400
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.266
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		: 3491.891
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		: 3516.619
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.224
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.345
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:        122961244 kB
MemAvailable:   128551436 kB
Buffers:          518992 kB
Cached:          5847224 kB
SwapCached:            0 kB
Active:           932980 kB
Inactive:        7075316 kB
Active(anon):       1516 kB
Inactive(anon):  1677936 kB
Active(file):     931464 kB
Inactive(file):  5397380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6360 kB
Writeback:             8 kB
AnonPages:       1641772 kB
Mapped:           111984 kB
Shmem:             37704 kB
KReclaimable:     202756 kB
Slab:             318032 kB
SReclaimable:     202756 kB
SUnreclaim:       115276 kB
KernelStack:        3932 kB
PageTables:        12652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2275140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58560 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 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= 723776 MiB
End job on nodeC003 at 2024-07-19 00:36:05