Trace number 4446591

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-PB16 1.02b5? (TO) 3600.06 3610.7

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K151.opb
MD5SUMabcade21393c5164863b40206a5f4f64
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 variables17969
Total number of constraints18273
Number of constraints which are clauses18122
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint151
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 152
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4446591-1721337869.opb
3600.05/3610.70	c 
3600.05/3610.70	c *** TERMINATED *** by signal 15
3600.05/3610.70	s UNKNOWN
3600.05/3610.70	c _____________________________________________________________________________
3600.05/3610.70	c 
3600.05/3610.70	c std/band forms        : 149,0
3600.05/3610.70	c 2cl/3cl ITE-codings   : 16929,0
3600.05/3610.70	c BDD/srt/adr Max costs : 235,0,0
3600.05/3610.70	c BDDraw/bin/mul/srt/adr: 149,0,0,0,0
3600.05/3610.70	c BDD nodes             : 34156
3600.05/3610.70	c Es1/CC detections     : 0,0
3600.05/3610.70	c SAT/UNSAT calls       : 0,0
3600.05/3610.70	c regenrated variables  : 0
3600.05/3610.70	c restarts              : 0
3600.05/3610.70	c conflicts             : 0              (0 /sec)
3600.05/3610.70	c decisions             : 0              (0 /sec)
3600.05/3610.70	c propagations          : 0              (0 /sec)
3600.05/3610.70	c inspects              : 0              (0 /sec)
3600.05/3610.70	c CPU time (solving tm) : 3598 s        (3598 s)
3600.05/3610.70	c Time for Opt-base     : 0 s
3600.05/3610.70	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: 63931 MiB (61457 MiB free)
  memory of node 1: 64510 MiB (61443 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446591-1721337869/watcher-4446591-1721337869 -o /tmp/evaluation-result-4446591-1721337869/solver-4446591-1721337869 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721330478-977019 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4446591-1721337869.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=981431, runsolver pid=981428

[startup+0.100089 s]*
/proc/loadavg: 4.12 4.19 4.15 5/262 981436
/proc/meminfo: memFree=125844468/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=12416 memory=7264 CPUtime=0.09 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 1539 0 0 0 9 0 0 0 20 0 1 0 185946046 12713984 1816 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 3104 1816 405 379 0 2638 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 22348 KiB
Current children cumulated memory: 10092 KiB

[startup+0.205864 s]*
/proc/loadavg: 4.12 4.19 4.15 6/262 981436
/proc/meminfo: memFree=125841780/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=14632 memory=9412 CPUtime=0.2 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 2084 0 0 0 20 0 0 0 20 0 1 0 185946046 14983168 2353 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 3658 2353 405 379 0 3192 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 24564 KiB
Current children cumulated memory: 12240 KiB

[startup+0.305721 s]*
/proc/loadavg: 4.12 4.19 4.15 6/262 981436
/proc/meminfo: memFree=125838952/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=17748 memory=12248 CPUtime=0.29 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 2886 0 0 0 29 0 0 0 20 0 1 0 185946046 18173952 3062 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 4437 3062 421 379 0 3971 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 27680 KiB
Current children cumulated memory: 15076 KiB

[startup+0.700283 s]
/proc/loadavg: 4.12 4.19 4.15 5/262 981436
/proc/meminfo: memFree=125821700/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=29748 memory=27884 CPUtime=0.68 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 7125 0 0 0 67 1 0 0 20 0 1 0 185946046 30461952 6971 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 7437 6971 421 379 0 6971 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39680 KiB
Current children cumulated memory: 30712 KiB

[startup+1.50028 s]
/proc/loadavg: 4.12 4.19 4.15 5/262 981436
/proc/meminfo: memFree=125815824/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=34984 memory=30748 CPUtime=1.48 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 7868 0 0 0 147 1 0 0 20 0 1 0 185946046 35823616 7687 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 8746 7687 421 379 0 8280 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44916 KiB
Current children cumulated memory: 33576 KiB

[startup+3.10566 s]
/proc/loadavg: 4.11 4.19 4.14 5/262 981438
/proc/meminfo: memFree=125801332/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=36008 memory=33296 CPUtime=3.08 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 9826 0 0 0 307 1 0 0 20 0 1 0 185946046 36872192 8324 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 9002 8324 421 379 0 8536 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 45940 KiB
Current children cumulated memory: 36124 KiB

[startup+6.30026 s]
/proc/loadavg: 4.11 4.19 4.14 5/262 981438
/proc/meminfo: memFree=125774596/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=45828 memory=43904 CPUtime=6.27 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 10963 0 0 0 625 2 0 0 20 0 1 0 185946046 46927872 10976 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 11457 10976 421 379 0 10991 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 55760 KiB
Current children cumulated memory: 46732 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.20 4.15 5/262 981438
/proc/meminfo: memFree=125734232/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=55328 memory=46572 CPUtime=12.65 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 11478 0 0 0 1263 2 0 0 20 0 1 0 185946046 56655872 11643 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 13832 11643 421 379 0 13366 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 65260 KiB
Current children cumulated memory: 49400 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.19 4.15 5/262 981441
/proc/meminfo: memFree=125701936/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=85788 memory=73868 CPUtime=25.42 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 12328 0 0 0 2539 3 0 0 20 0 1 0 185946046 87846912 18467 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 21447 18467 421 379 0 20981 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 95720 KiB
Current children cumulated memory: 76696 KiB

[startup+51.1058 s]
/proc/loadavg: 4.23 4.21 4.15 5/262 981494
/proc/meminfo: memFree=126099904/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=99236 memory=80012 CPUtime=50.94 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 15684 0 0 0 5088 6 0 0 20 0 1 0 185946046 101617664 20003 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 24809 20003 421 379 0 24343 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 109168 KiB
Current children cumulated memory: 82840 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.20 4.15 5/260 981884
/proc/meminfo: memFree=125938552/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=148556 memory=116092 CPUtime=101.99 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 18254 0 0 0 10188 11 0 0 20 0 1 0 185946046 152121344 29023 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 37139 29023 421 379 0 36673 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 158488 KiB
Current children cumulated memory: 118920 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.18 4.15 5/260 981895
/proc/meminfo: memFree=126131808/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=211080 memory=181844 CPUtime=161.81 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 21794 0 0 0 16165 16 0 0 20 0 1 0 185946046 216145920 45461 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 52770 45461 421 379 0 52304 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 221012 KiB
Current children cumulated memory: 184672 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.16 4.14 5/260 981956
/proc/meminfo: memFree=126249744/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=211080 memory=179796 CPUtime=221.62 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 24324 0 0 0 22142 20 0 0 20 0 1 0 185946046 216145920 44949 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 52770 44949 421 379 0 52304 0
Current children cumulated CPU time: 221.62 s

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

/proc/loadavg: 4.14 4.18 4.12 5/260 983810
/proc/meminfo: memFree=125516216/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=477668 memory=391524 CPUtime=3093.08 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 94179 0 0 0 309125 183 0 0 20 0 1 0 185946046 489132032 97881 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 119417 97881 421 379 0 118951 0
Current children cumulated CPU time: 3093.08 s
Current children cumulated vsize: 487600 KiB
Current children cumulated memory: 394352 KiB

[startup+3162.3 s]
/proc/loadavg: 4.23 4.19 4.13 5/260 983820
/proc/meminfo: memFree=125398336/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=692888 memory=498252 CPUtime=3152.91 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 95032 0 0 0 315106 185 0 0 20 0 1 0 185946046 709517312 124563 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 173222 124563 421 379 0 172756 0
Current children cumulated CPU time: 3152.91 s
Current children cumulated vsize: 702820 KiB
Current children cumulated memory: 501080 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/260 983831
/proc/meminfo: memFree=125298032/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=265144 memory=261432 CPUtime=3212.73 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 96565 0 0 0 321085 188 0 0 20 0 1 0 185946046 271507456 65358 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 66286 65358 421 379 0 65820 0
Current children cumulated CPU time: 3212.73 s
Current children cumulated vsize: 275076 KiB
Current children cumulated memory: 264260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.24 4.15 5/260 983841
/proc/meminfo: memFree=125231792/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=479048 memory=382148 CPUtime=3272.56 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 98236 0 0 0 327065 191 0 0 20 0 1 0 185946046 490545152 95537 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 119762 95537 421 379 0 119296 0
Current children cumulated CPU time: 3272.56 s
Current children cumulated vsize: 488980 KiB
Current children cumulated memory: 384976 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.23 4.15 5/260 983852
/proc/meminfo: memFree=125120144/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=479616 memory=472808 CPUtime=3332.39 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 98521 0 0 0 333046 193 0 0 20 0 1 0 185946046 491126784 118202 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 119904 118202 421 379 0 119438 0
Current children cumulated CPU time: 3332.39 s
Current children cumulated vsize: 489548 KiB
Current children cumulated memory: 475636 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.20 4.15 5/263 983868
/proc/meminfo: memFree=125092020/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=696376 memory=556416 CPUtime=3392.22 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 99546 0 0 0 339026 196 0 0 20 0 1 0 185946046 713089024 139104 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 174094 139104 421 379 0 173628 0
Current children cumulated CPU time: 3392.22 s
Current children cumulated vsize: 706308 KiB
Current children cumulated memory: 559244 KiB

[startup+3462.3 s]
/proc/loadavg: 3.76 4.10 4.11 4/255 983911
/proc/meminfo: memFree=125765464/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=349612 memory=335656 CPUtime=3452.06 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 101505 0 0 0 345006 200 0 0 20 0 1 0 185946046 358002688 83914 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 87403 83914 421 379 0 86937 0
Current children cumulated CPU time: 3452.06 s
Current children cumulated vsize: 359544 KiB
Current children cumulated memory: 338484 KiB

[startup+3522.3 s]
/proc/loadavg: 3.34 3.91 4.05 4/255 983921
/proc/meminfo: memFree=125710148/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=481872 memory=456540 CPUtime=3511.89 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 102262 0 0 0 350987 202 0 0 20 0 1 0 185946046 493436928 114135 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 120468 114135 421 379 0 120002 0
Current children cumulated CPU time: 3511.89 s
Current children cumulated vsize: 491804 KiB
Current children cumulated memory: 459368 KiB

[startup+3582.3 s]
/proc/loadavg: 3.17 3.76 3.98 4/255 983934
/proc/meminfo: memFree=125373656/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=698136 memory=557940 CPUtime=3571.73 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 103228 0 0 0 356968 205 0 0 20 0 1 0 185946046 714891264 139485 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 174534 139485 421 379 0 174068 0
Current children cumulated CPU time: 3571.73 s
Current children cumulated vsize: 708068 KiB
Current children cumulated memory: 560768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 3.16 3.70 3.96 4/255 983939
/proc/meminfo: memFree=125600264/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=270040 memory=234908 CPUtime=3600.05 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 104633 0 0 0 359797 208 0 0 20 0 1 0 185946046 276520960 58727 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 67510 58727 421 379 0 67044 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 279972 KiB
Current children cumulated memory: 237736 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3610.7 s]
# the end of solver process 981431 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3597.97 s, system=2.08635 s

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

[startup+3610.7 s]
/proc/loadavg: 3.16 3.70 3.96 4/255 983939
/proc/meminfo: memFree=125600264/131524600 swapFree=130799128/131071996
[pid=981431] ppid=981428 vsize=9932 memory=2828 CPUtime=0 cores=1,3
/proc/981431/stat : 981431 (naps-1.02b5.sh) S 981428 981431 977007 0 -1 4194304 225 245 0 0 0 0 0 0 20 0 1 0 185946046 10170368 707 134679101440 94597491924992 94597493004312 140729105514096 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94597495102768 94597495149956 94597507407872 140729105519583 140729105519710 140729105519710 140729105526726 0
/proc/981431/statm: 2483 707 631 264 0 134 0
[pid=981436] ppid=981431 vsize=270040 memory=234908 CPUtime=3600.05 cores=1,3
/proc/981436/stat : 981436 (naps-1.02b5) R 981431 981431 977007 0 -1 4194304 104633 0 0 0 359797 208 0 0 20 0 1 0 185946046 276520960 58727 134679101440 4194304 5746509 140734410371392 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 24969216 140734410376174 140734410376288 140734410376288 140734410383305 0
/proc/981436/statm: 67510 58727 421 379 0 67044 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 279972 KiB
Current children cumulated memory: 237736 KiB

Child status: 0

Real time (s): 3610.7
CPU time (s): 3600.06
CPU user time (s): 3597.97
CPU system time (s): 2.08635
CPU usage (%): 99.7052
Max. virtual memory (cumulated for all children) (KiB): 757864
Max. memory (cumulated for all children) (KiB): 589088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.97
system time used= 2.08635
maximum resident set size= 621172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105118
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= 90
involuntary context switches= 4605


# summary of solver processes directly reported to runsolver:
#   pid: 981431
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.97
#   total CPU system time (s): 2.08635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.24744 second user time and 19.1806 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 23:24:41
IDJOB=4446591
IDBENCH=158279
IDSOLVER=3065
FILE ID=nodeC014/4446591-1721337869
RUNJOBID= nodeC014-1721330478-977019
SLURM_JOB_ID= 7542707
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K151.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446591-1721337869/watcher-4446591-1721337869 -o /tmp/evaluation-result-4446591-1721337869/solver-4446591-1721337869 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721330478-977019 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4446591-1721337869.opb

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

MD5SUM BENCH= abcade21393c5164863b40206a5f4f64
RANDOM SEED=1874644576

nodeC014.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	: 0xb00002a
cpu MHz		: 3645.633
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.32
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	: 0xb00002a
cpu MHz		: 3662.889
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.96
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	: 0xb00002a
cpu MHz		: 3599.932
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.32
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	: 0xb00002a
cpu MHz		: 3657.412
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.96
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	: 0xb00002a
cpu MHz		: 3645.719
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.32
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	: 0xb00002a
cpu MHz		: 3662.301
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.96
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	: 0xb00002a
cpu MHz		: 3599.812
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.32
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	: 0xb00002a
cpu MHz		: 3600.186
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125850516 kB
MemAvailable:   129045356 kB
Buffers:          462244 kB
Cached:          3535996 kB
SwapCached:        12908 kB
Active:          1397324 kB
Inactive:        3687952 kB
Active(anon):       9364 kB
Inactive(anon):  1098336 kB
Active(file):    1387960 kB
Inactive(file):  2589616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799128 kB
Dirty:              4936 kB
Writeback:             0 kB
AnonPages:       1078124 kB
Mapped:            54612 kB
Shmem:             20664 kB
KReclaimable:     113824 kB
Slab:             211600 kB
SReclaimable:     113824 kB
SUnreclaim:        97776 kB
KernelStack:        4208 kB
PageTables:        12092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2164308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:    509952 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:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC014 at 2024-07-19 00:24:52