Trace number 4446948

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.07 3610.8

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K82.opb
MD5SUM5599f1c242004f89302cb9020bac47d1
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 variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
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 83
Number of bits of the biggest sum of numbers7
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-4446948-1721350683.opb
3600.05/3610.80	c 
3600.05/3610.80	c *** TERMINATED *** by signal 15
3600.05/3610.80	s UNKNOWN
3600.05/3610.80	c _____________________________________________________________________________
3600.05/3610.80	c std/band forms        : 80,0
3600.05/3610.80	c 2cl/3cl ITE-codings   : 0,0
3600.05/3610.80	c BDD/srt/adr Max costs : 0,1410,0
3600.05/3610.80	c BDDraw/bin/mul/srt/adr: 0,0,0,80,0
3600.05/3610.80	c BDD nodes             : 0
3600.05/3610.80	c Es1/CC detections     : 0,0
3600.05/3610.80	c CC sort               : 80
3600.05/3610.80	c SAT/UNSAT calls       : 0,0
3600.05/3610.80	c regenrated variables  : 0
3600.05/3610.80	c eliminated fixed lits : 0
3600.05/3610.80	c goal lit flips        : 0
3600.05/3610.80	c goal stages           : 0
3600.05/3610.80	c goal shrink           : 0
3600.05/3610.80	c goal coeff separations: 0
3600.05/3610.80	c restarts              : 0
3600.05/3610.80	c conflicts             : 0              (0 /sec)
3600.05/3610.80	c decisions             : 0              (0 /sec)
3600.05/3610.80	c propagations          : 0              (0 /sec)
3600.05/3610.80	c inspects              : 0              (0 /sec)
3600.05/3610.80	c CPU time (solving tm) : 3598 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.05/3610.80	c Time for Opt-base     : 0.003514 s
3600.05/3610.80	c Steps for Opt-base    : 0
3600.05/3610.80	c Time for BDD coding   : 0 s
3600.05/3610.80	c Time for srt coding   : 0.02578 s
3600.05/3610.80	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (60234 MiB free)
  memory of node 1: 64473 MiB (61760 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446948-1721350683/watcher-4446948-1721350683 -o /tmp/evaluation-result-4446948-1721350683/solver-4446948-1721350683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721350695-980337 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4446948-1721350683.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=980396, runsolver pid=980389

[startup+0.100093 s]*
/proc/loadavg: 2.94 3.24 3.64 6/251 980415
/proc/meminfo: memFree=124912084/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=10264 memory=3856 CPUtime=0.1 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 621 0 0 0 10 0 0 0 20 0 1 0 187224110 10510336 964 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 2566 964 436 659 0 1770 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 20196 KiB
Current children cumulated memory: 6472 KiB

[startup+0.214278 s]*
/proc/loadavg: 2.94 3.24 3.64 6/251 980415
/proc/meminfo: memFree=124903372/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=11444 memory=4912 CPUtime=0.21 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 901 0 0 0 21 0 0 0 20 0 1 0 187224110 11718656 1228 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 2861 1228 436 659 0 2065 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 21376 KiB
Current children cumulated memory: 7528 KiB

[startup+0.31312 s]*
/proc/loadavg: 2.94 3.24 3.64 6/251 980415
/proc/meminfo: memFree=124874360/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=26248 memory=21332 CPUtime=0.31 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 5079 0 0 0 29 2 0 0 20 0 1 0 187224110 26877952 5333 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 6562 5333 468 659 0 5766 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 36180 KiB
Current children cumulated memory: 23948 KiB

[startup+0.70037 s]
/proc/loadavg: 2.94 3.24 3.64 6/251 980415
/proc/meminfo: memFree=124781876/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=36984 memory=32712 CPUtime=0.68 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 8970 0 0 0 65 3 0 0 20 0 1 0 187224110 37871616 8178 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 9246 8178 468 659 0 8450 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 46916 KiB
Current children cumulated memory: 35328 KiB

[startup+1.50045 s]
/proc/loadavg: 2.94 3.24 3.64 6/251 980415
/proc/meminfo: memFree=124615292/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=40844 memory=35616 CPUtime=1.47 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 9652 0 0 0 144 3 0 0 20 0 1 0 187224110 41824256 8904 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 10211 8904 468 659 0 9415 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 50776 KiB
Current children cumulated memory: 38232 KiB

[startup+3.11402 s]
/proc/loadavg: 2.94 3.24 3.64 6/251 980415
/proc/meminfo: memFree=124526676/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=45196 memory=40828 CPUtime=3.09 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 10435 0 0 0 305 4 0 0 20 0 1 0 187224110 46280704 10207 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 11299 10207 468 659 0 10503 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 55128 KiB
Current children cumulated memory: 43444 KiB

[startup+6.30039 s]
/proc/loadavg: 3.03 3.25 3.64 7/251 980415
/proc/meminfo: memFree=124493164/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=57240 memory=51076 CPUtime=6.26 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 11272 0 0 0 621 5 0 0 20 0 1 0 187224110 58613760 12769 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 14310 12769 468 659 0 13514 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 67172 KiB
Current children cumulated memory: 53692 KiB

[startup+12.7004 s]
/proc/loadavg: 3.10 3.26 3.64 6/251 980417
/proc/meminfo: memFree=124364940/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=68732 memory=64924 CPUtime=12.65 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 12834 0 0 0 1259 6 0 0 20 0 1 0 187224110 70381568 16231 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 17183 16231 468 659 0 16387 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 78664 KiB
Current children cumulated memory: 67540 KiB

[startup+25.5004 s]
/proc/loadavg: 3.38 3.31 3.65 6/251 980418
/proc/meminfo: memFree=124355900/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=99192 memory=77700 CPUtime=25.41 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 12986 0 0 0 2535 6 0 0 20 0 1 0 187224110 101572608 19425 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 24798 19425 468 659 0 24002 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 109124 KiB
Current children cumulated memory: 80316 KiB

[startup+51.1138 s]
/proc/loadavg: 3.59 3.37 3.66 6/251 980423
/proc/meminfo: memFree=124360692/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=99192 memory=77700 CPUtime=50.94 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 13880 0 0 0 5086 8 0 0 20 0 1 0 187224110 101572608 19425 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 24798 19425 468 659 0 24002 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 109124 KiB
Current children cumulated memory: 80316 KiB

[startup+102.3 s]
/proc/loadavg: 3.87 3.49 3.69 6/251 980431
/proc/meminfo: memFree=124109520/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=191252 memory=159612 CPUtime=101.98 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 17845 0 0 0 10184 14 0 0 20 0 1 0 187224110 195842048 39903 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 47813 39903 468 659 0 47017 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 201184 KiB
Current children cumulated memory: 162228 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 3.61 3.72 6/248 980444
/proc/meminfo: memFree=124117608/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=160432 memory=147100 CPUtime=161.81 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 20173 0 0 0 16162 19 0 0 20 0 1 0 187224110 164282368 36775 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 40108 36775 468 659 0 39312 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 170364 KiB
Current children cumulated memory: 149716 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 3.72 3.75 6/249 980467
/proc/meminfo: memFree=124051776/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=191252 memory=159620 CPUtime=221.64 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 23157 0 0 0 22140 24 0 0 20 0 1 0 187224110 195842048 39905 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 47813 39905 468 659 0 47017 0
Current children cumulated CPU time: 221.64 s

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

/proc/loadavg: 4.15 4.12 4.09 6/246 981621
/proc/meminfo: memFree=123325812/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=232928 memory=214656 CPUtime=3033.13 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 85101 0 0 0 303144 169 0 0 20 0 1 0 187224110 238518272 53664 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 58232 53664 468 659 0 57436 0
Current children cumulated CPU time: 3033.13 s
Current children cumulated vsize: 242860 KiB
Current children cumulated memory: 217272 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.11 4.09 6/246 981633
/proc/meminfo: memFree=122984868/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=364404 memory=332692 CPUtime=3092.96 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 86062 0 0 0 309124 172 0 0 20 0 1 0 187224110 373149696 83173 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 91101 83173 468 659 0 90305 0
Current children cumulated CPU time: 3092.96 s
Current children cumulated vsize: 374336 KiB
Current children cumulated memory: 335308 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 6/248 981647
/proc/meminfo: memFree=122959376/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=496664 memory=404184 CPUtime=3152.8 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 86683 0 0 0 315106 174 0 0 20 0 1 0 187224110 508583936 101046 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 124166 101046 468 659 0 123370 0
Current children cumulated CPU time: 3152.8 s
Current children cumulated vsize: 506596 KiB
Current children cumulated memory: 406800 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.13 4.10 6/247 981658
/proc/meminfo: memFree=123255880/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=284452 memory=266544 CPUtime=3212.63 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 88335 0 0 0 321086 177 0 0 20 0 1 0 187224110 291278848 66636 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 71113 66636 468 659 0 70317 0
Current children cumulated CPU time: 3212.63 s
Current children cumulated vsize: 294384 KiB
Current children cumulated memory: 269160 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 6/248 981671
/proc/meminfo: memFree=122931856/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=365840 memory=358704 CPUtime=3272.47 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 88980 0 0 0 327067 180 0 0 20 0 1 0 187224110 374620160 89676 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 91460 89676 468 659 0 90664 0
Current children cumulated CPU time: 3272.47 s
Current children cumulated vsize: 375772 KiB
Current children cumulated memory: 361320 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.13 4.09 6/248 981681
/proc/meminfo: memFree=123292272/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=498100 memory=419956 CPUtime=3332.3 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 89543 0 0 0 333049 181 0 0 20 0 1 0 187224110 510054400 104989 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 124525 104989 468 659 0 123729 0
Current children cumulated CPU time: 3332.3 s
Current children cumulated vsize: 508032 KiB
Current children cumulated memory: 422572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 6/248 981693
/proc/meminfo: memFree=123165704/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=286024 memory=278356 CPUtime=3392.13 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 91245 0 0 0 339028 185 0 0 20 0 1 0 187224110 292888576 69589 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 71506 69589 468 659 0 70710 0
Current children cumulated CPU time: 3392.13 s
Current children cumulated vsize: 295956 KiB
Current children cumulated memory: 280972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 6/247 982088
/proc/meminfo: memFree=122868812/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=499672 memory=370252 CPUtime=3451.96 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 92359 0 0 0 345009 187 0 0 20 0 1 0 187224110 511664128 92563 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 124918 92563 468 659 0 124122 0
Current children cumulated CPU time: 3451.96 s
Current children cumulated vsize: 509604 KiB
Current children cumulated memory: 372868 KiB

[startup+3522.3 s]
/proc/loadavg: 4.62 4.25 4.14 6/247 982099
/proc/meminfo: memFree=122926880/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=499672 memory=429720 CPUtime=3511.81 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 92457 0 0 0 350992 189 0 0 20 0 1 0 187224110 511664128 107430 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 124918 107430 468 659 0 124122 0
Current children cumulated CPU time: 3511.81 s
Current children cumulated vsize: 509604 KiB
Current children cumulated memory: 432336 KiB

[startup+3582.3 s]
/proc/loadavg: 4.47 4.29 4.16 6/247 982109
/proc/meminfo: memFree=123181284/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=369220 memory=285520 CPUtime=3571.63 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 94603 0 0 0 356971 192 0 0 20 0 1 0 187224110 378081280 71380 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 92305 71380 468 659 0 91509 0
Current children cumulated CPU time: 3571.63 s
Current children cumulated vsize: 379152 KiB
Current children cumulated memory: 288136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.86 4.39 4.20 4/246 982285
/proc/meminfo: memFree=123420152/131655788 swapFree=131071996/131071996
[pid=980396] ppid=980389 vsize=9932 memory=2616 CPUtime=0 cores=5,7
/proc/980396/stat : 980396 (naps-1.03.sh) S 980389 980396 980324 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 187224109 10170368 654 134679101440 94714501386240 94714502465560 140723696251808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94714504564016 94714504611204 94714517299200 140723696255967 140723696256096 140723696256096 140723696263112 0
/proc/980396/statm: 2483 654 575 264 0 134 0
[pid=980405] ppid=980396 vsize=369220 memory=335460 CPUtime=3600.05 cores=5,7
/proc/980405/stat : 980405 (naps-1.03) R 980396 980396 980324 0 -1 4194304 94791 0 0 0 359812 193 0 0 20 0 1 0 187224110 378081280 83865 134679101440 4194304 6891213 140735412793856 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 18534400 140735412798448 140735412798564 140735412798564 140735412805579 0
/proc/980405/statm: 92305 83865 468 659 0 91509 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 379152 KiB
Current children cumulated memory: 338076 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.13 s, system=1.94665 s

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

Child status: 10

Real time (s): 3610.8
CPU time (s): 3600.07
CPU user time (s): 3598.13
CPU system time (s): 1.94665
CPU usage (%): 99.7028
Max. virtual memory (cumulated for all children) (KiB): 511412
Max. memory (cumulated for all children) (KiB): 454864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.13
system time used= 1.94665
maximum resident set size= 452248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95270
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= 60
involuntary context switches= 4406


# summary of solver processes directly reported to runsolver:
#   pid: 980396
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.13
#   total CPU system time (s): 1.94665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8957 second user time and 39.6146 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-19 02:58:15
IDJOB=4446948
IDBENCH=158340
IDSOLVER=3062
FILE ID=nodeC004/4446948-1721350683
RUNJOBID= nodeC004-1721350695-980337
SLURM_JOB_ID= 7542749
Free space on /tmp= 723780 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K82.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446948-1721350683/watcher-4446948-1721350683 -o /tmp/evaluation-result-4446948-1721350683/solver-4446948-1721350683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721350695-980337 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4446948-1721350683.opb

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

MD5SUM BENCH= 5599f1c242004f89302cb9020bac47d1
RANDOM SEED=534475994

nodeC004.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.239
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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		: 1197.317
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.37
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.308
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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.312
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.37
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		: 1197.308
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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		: 1269.029
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.37
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		: 1248.400
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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		: 1207.981
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124929848 kB
MemAvailable:   129855000 kB
Buffers:          528976 kB
Cached:          5178720 kB
SwapCached:            0 kB
Active:          1069052 kB
Inactive:        4982392 kB
Active(anon):       3248 kB
Inactive(anon):   378196 kB
Active(file):    1065804 kB
Inactive(file):  4604196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24580 kB
Writeback:             8 kB
AnonPages:        343124 kB
Mapped:           106532 kB
Shmem:             37700 kB
KReclaimable:     190704 kB
Slab:             304580 kB
SReclaimable:     190704 kB
SUnreclaim:       113876 kB
KernelStack:        3776 kB
PageTables:        10252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     766220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58944 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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:      242504 kB
DirectMap2M:    29022208 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC004 at 2024-07-19 03:58:26