Trace number 4446798

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 3613.02

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K172.opb
MD5SUM44b1adf4a7e5c26b78f2dbc134a2606f
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 benchmark605.744
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20468
Total number of constraints20814
Number of constraints which are clauses20642
Number of constraints which are cardinality constraints (but not clauses)172
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint172
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 173
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-4446798-1721337151.opb
3600.00/3613.01	c 
3600.00/3613.01	c *** TERMINATED *** by signal 15
3600.00/3613.01	s UNKNOWN
3600.00/3613.01	c _____________________________________________________________________________
3600.00/3613.01	c std/band forms        : 170,0
3600.00/3613.01	c 2cl/3cl ITE-codings   : 0,0
3600.00/3613.01	c BDD/srt/adr Max costs : 0,2726,0
3600.00/3613.01	c BDDraw/bin/mul/srt/adr: 0,0,0,170,0
3600.00/3613.01	c BDD nodes             : 0
3600.00/3613.01	c Es1/CC detections     : 0,0
3600.00/3613.01	c CC sort               : 170
3600.00/3613.01	c SAT/UNSAT calls       : 0,0
3600.00/3613.01	c regenrated variables  : 0
3600.00/3613.01	c eliminated fixed lits : 0
3600.00/3613.01	c goal lit flips        : 0
3600.00/3613.01	c goal stages           : 0
3600.00/3613.01	c goal shrink           : 0
3600.00/3613.01	c goal coeff separations: 0
3600.00/3613.01	c restarts              : 0
3600.00/3613.01	c conflicts             : 0              (0 /sec)
3600.00/3613.01	c decisions             : 0              (0 /sec)
3600.00/3613.01	c propagations          : 0              (0 /sec)
3600.00/3613.01	c inspects              : 0              (0 /sec)
3600.00/3613.01	c CPU time (solving tm) : 3599 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.00/3613.01	c Time for Opt-base     : 0.003505 s
3600.00/3613.01	c Steps for Opt-base    : 0
3600.00/3613.01	c Time for BDD coding   : 0 s
3600.00/3613.01	c Time for srt coding   : 0.06735 s
3600.00/3613.01	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 (59567 MiB free)
  memory of node 1: 64510 MiB (61046 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=969965, runsolver pid=969962

[startup+0.100097 s]*
/proc/loadavg: 4.18 4.14 4.16 5/248 969970
/proc/meminfo: memFree=123499560/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=14412 memory=7940 CPUtime=0.1 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 1654 0 0 0 10 0 0 0 20 0 1 0 185871222 14757888 1985 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 3603 1985 436 659 0 2807 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 24344 KiB
Current children cumulated memory: 10596 KiB

[startup+0.214041 s]*
/proc/loadavg: 4.18 4.14 4.16 5/248 969970
/proc/meminfo: memFree=123497200/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=16392 memory=10076 CPUtime=0.21 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 2204 0 0 0 21 0 0 0 20 0 1 0 185871222 16785408 2519 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 4098 2519 436 659 0 3302 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 26324 KiB
Current children cumulated memory: 12732 KiB

[startup+0.313947 s]*
/proc/loadavg: 4.18 4.14 4.16 5/248 969970
/proc/meminfo: memFree=123491488/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=27496 memory=19672 CPUtime=0.31 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 5242 0 0 0 30 1 0 0 20 0 1 0 185871222 28155904 4918 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 6874 4918 468 659 0 6078 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 37428 KiB
Current children cumulated memory: 22328 KiB

[startup+0.700422 s]
/proc/loadavg: 4.18 4.14 4.16 5/248 969970
/proc/meminfo: memFree=123421412/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=150536 memory=129360 CPUtime=0.68 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 29710 0 0 0 63 5 0 0 20 0 1 0 185871222 154148864 32340 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 37634 32340 468 659 0 36838 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 160468 KiB
Current children cumulated memory: 132016 KiB

[startup+1.50042 s]
/proc/loadavg: 4.18 4.14 4.16 5/248 969970
/proc/meminfo: memFree=123339468/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=186344 memory=166856 CPUtime=1.48 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 36523 0 0 0 141 7 0 0 20 0 1 0 185871222 190816256 41714 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 46586 41714 468 659 0 45790 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 196276 KiB
Current children cumulated memory: 169512 KiB

[startup+3.11381 s]
/proc/loadavg: 4.18 4.14 4.16 5/248 969972
/proc/meminfo: memFree=123331388/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=179164 memory=162364 CPUtime=3.08 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 36599 0 0 0 301 7 0 0 20 0 1 0 185871222 183463936 40591 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 44791 40591 468 659 0 43995 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 189096 KiB
Current children cumulated memory: 165020 KiB

[startup+6.30039 s]
/proc/loadavg: 4.16 4.14 4.15 5/248 969972
/proc/meminfo: memFree=123315124/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=197836 memory=168252 CPUtime=6.26 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 37115 0 0 0 618 8 0 0 20 0 1 0 185871222 202584064 42063 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 49459 42063 468 659 0 48663 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 207768 KiB
Current children cumulated memory: 170908 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 4.13 4.15 5/248 969972
/proc/meminfo: memFree=123253448/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=228188 memory=193264 CPUtime=12.64 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 37210 0 0 0 1256 8 0 0 20 0 1 0 185871222 233664512 48316 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 57047 48316 468 659 0 56251 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 238120 KiB
Current children cumulated memory: 195920 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.13 4.15 5/248 969975
/proc/meminfo: memFree=123189180/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=235692 memory=194912 CPUtime=25.4 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 38278 0 0 0 2530 10 0 0 20 0 1 0 185871222 241348608 48728 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 58923 48728 468 659 0 58127 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 245624 KiB
Current children cumulated memory: 197568 KiB

[startup+51.1138 s]
/proc/loadavg: 4.13 4.13 4.15 5/248 969978
/proc/meminfo: memFree=123026944/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=285012 memory=236796 CPUtime=50.92 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 38775 0 0 0 5081 11 0 0 20 0 1 0 185871222 291852288 59199 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 71253 59199 468 659 0 70457 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 294944 KiB
Current children cumulated memory: 239452 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/249 969987
/proc/meminfo: memFree=123035520/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=235692 memory=201276 CPUtime=101.93 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 39646 0 0 0 10179 14 0 0 20 0 1 0 185871222 241348608 50319 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 58923 50319 468 659 0 58127 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 245624 KiB
Current children cumulated memory: 203932 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.13 4.15 5/246 969998
/proc/meminfo: memFree=122806088/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=315832 memory=265716 CPUtime=161.72 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 41347 0 0 0 16154 18 0 0 20 0 1 0 185871222 323411968 66429 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 78958 66429 468 659 0 78162 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 325764 KiB
Current children cumulated memory: 268372 KiB

[startup+222.3 s]
/proc/loadavg: 4.63 4.25 4.19 5/246 970010
/proc/meminfo: memFree=122955248/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=329436 memory=306172 CPUtime=221.51 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 43940 0 0 0 22130 21 0 0 20 0 1 0 185871222 337342464 76543 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 82359 76543 468 659 0 81563 0
Current children cumulated CPU time: 221.51 s

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

/proc/969970/statm: 211251 160675 468 659 0 210455 0
Current children cumulated CPU time: 3031.23 s
Current children cumulated vsize: 854936 KiB
Current children cumulated memory: 645356 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.32 4.25 5/249 971759
/proc/meminfo: memFree=121922588/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=847428 memory=696168 CPUtime=3091.02 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 99555 0 0 0 308972 130 0 0 20 0 1 0 185871222 867766272 174042 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 211857 174042 468 659 0 211061 0
Current children cumulated CPU time: 3091.02 s
Current children cumulated vsize: 857360 KiB
Current children cumulated memory: 698824 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.29 4.25 5/248 971770
/proc/meminfo: memFree=122031444/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=420044 memory=393704 CPUtime=3150.82 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 101144 0 0 0 314948 134 0 0 20 0 1 0 185871222 430125056 98426 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 105011 98426 468 659 0 104215 0
Current children cumulated CPU time: 3150.82 s
Current children cumulated vsize: 429976 KiB
Current children cumulated memory: 396360 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.26 4.24 5/246 971781
/proc/meminfo: memFree=122120112/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=501432 memory=478344 CPUtime=3210.61 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 102014 0 0 0 320925 136 0 0 20 0 1 0 185871222 513466368 119586 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 125358 119586 468 659 0 124562 0
Current children cumulated CPU time: 3210.61 s
Current children cumulated vsize: 511364 KiB
Current children cumulated memory: 481000 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.23 4.23 5/249 971806
/proc/meminfo: memFree=122131796/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=633960 memory=556436 CPUtime=3270.41 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 102797 0 0 0 326903 138 0 0 20 0 1 0 185871222 649175040 139109 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 158490 139109 468 659 0 157694 0
Current children cumulated CPU time: 3270.41 s
Current children cumulated vsize: 643892 KiB
Current children cumulated memory: 559092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.22 4.23 5/251 972043
/proc/meminfo: memFree=122203864/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=635172 memory=624740 CPUtime=3330.2 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 103177 0 0 0 332881 139 0 0 20 0 1 0 185871222 650416128 156185 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 158793 156185 468 659 0 157997 0
Current children cumulated CPU time: 3330.2 s
Current children cumulated vsize: 645104 KiB
Current children cumulated memory: 627396 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.19 4.21 5/251 972053
/proc/meminfo: memFree=121926632/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=850572 memory=680396 CPUtime=3390 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 104007 0 0 0 338859 141 0 0 20 0 1 0 185871222 870985728 170099 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 212643 170099 468 659 0 211847 0
Current children cumulated CPU time: 3390 s
Current children cumulated vsize: 860504 KiB
Current children cumulated memory: 683052 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.17 4.20 5/252 972352
/proc/meminfo: memFree=121736536/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=853936 memory=736052 CPUtime=3449.79 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 104842 0 0 0 344837 142 0 0 20 0 1 0 185871222 874430464 184013 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 213484 184013 468 659 0 212688 0
Current children cumulated CPU time: 3449.79 s
Current children cumulated vsize: 863868 KiB
Current children cumulated memory: 738708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.48 4.25 4.22 5/252 972364
/proc/meminfo: memFree=122212412/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=426028 memory=390840 CPUtime=3509.59 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 106423 0 0 0 350813 146 0 0 20 0 1 0 185871222 436252672 97710 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 106507 97710 468 659 0 105711 0
Current children cumulated CPU time: 3509.59 s
Current children cumulated vsize: 435960 KiB
Current children cumulated memory: 393496 KiB

[startup+3582.3 s]
/proc/loadavg: 4.63 4.35 4.27 5/251 972374
/proc/meminfo: memFree=122285292/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=508672 memory=482192 CPUtime=3569.39 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 107397 0 0 0 356791 148 0 0 20 0 1 0 185871222 520880128 120548 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 127168 120548 468 659 0 126372 0
Current children cumulated CPU time: 3569.39 s
Current children cumulated vsize: 518604 KiB
Current children cumulated memory: 484848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613 s]*
/proc/loadavg: 4.28 4.30 4.25 3/232 972442
/proc/meminfo: memFree=123326664/131655788 swapFree=131071996/131071996
[pid=969965] ppid=969962 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/969965/stat : 969965 (naps-1.03.sh) S 969962 969965 965768 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 185871222 10170368 664 134679101440 94349218668544 94349219747864 140720417959200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94349221846320 94349221893508 94349225885696 140720417965023 140720417965152 140720417965152 140720417972168 0
/proc/969965/statm: 2483 664 584 264 0 134 0
[pid=969970] ppid=969965 vsize=640932 memory=522936 CPUtime=3600 cores=0,2
/proc/969970/stat : 969970 (naps-1.03) R 969965 969965 965768 0 -1 4194304 108024 0 0 0 359851 149 0 0 20 0 1 0 185871222 656314368 130734 134679101440 4194304 6891213 140731573830320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31383552 140731573834736 140731573834852 140731573834852 140731573841867 0
/proc/969970/statm: 160233 130734 468 659 0 159437 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 650864 KiB
Current children cumulated memory: 525592 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002923 s, system=0.003089 s

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

# cumulated CPU time of all completed processes:  user=3598.52 s, system=1.50216 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

Child status: 10

Real time (s): 3613.02
CPU time (s): 3600.03
CPU user time (s): 3598.52
CPU system time (s): 1.50216
CPU usage (%): 99.6404
Max. virtual memory (cumulated for all children) (KiB): 944672
Max. memory (cumulated for all children) (KiB): 824836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.52
system time used= 1.50216
maximum resident set size= 822180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108488
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= 112
involuntary context switches= 25209


# summary of solver processes directly reported to runsolver:
#   pid: 969965,969970
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3598.52
#   total CPU system time (s): 1.50216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7723 second user time and 39.2256 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 23:12:43
IDJOB=4446798
IDBENCH=158312
IDSOLVER=3062
FILE ID=nodeC003/4446798-1721337151
RUNJOBID= nodeC003-1721329937-965778
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_K172.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446798-1721337151/watcher-4446798-1721337151 -o /tmp/evaluation-result-4446798-1721337151/solver-4446798-1721337151 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721329937-965778 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4446798-1721337151.opb

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

MD5SUM BENCH= 44b1adf4a7e5c26b78f2dbc134a2606f
RANDOM SEED=287556048

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		: 3491.888
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		: 3525.876
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.222
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.340
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		: 3570.890
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		: 3524.300
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.463
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.236
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:        123508500 kB
MemAvailable:   129091484 kB
Buffers:          518344 kB
Cached:          5841000 kB
SwapCached:            0 kB
Active:           931996 kB
Inactive:        6530864 kB
Active(anon):       1516 kB
Inactive(anon):  1139704 kB
Active(file):     930480 kB
Inactive(file):  5391160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20568 kB
Writeback:            16 kB
AnonPages:       1103208 kB
Mapped:           111924 kB
Shmem:             37704 kB
KReclaimable:     202752 kB
Slab:             317976 kB
SReclaimable:     202752 kB
SUnreclaim:       115224 kB
KernelStack:        3964 kB
PageTables:        11852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1626224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58496 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 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= 723768 MiB
End job on nodeC003 at 2024-07-19 00:12:56