Trace number 4446649

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 1.03? (TO) 3600.02 3610.3

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K135.opb
MD5SUMa9d7c7f4b9c33e38d48644f753677e90
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 variables16065
Total number of constraints16337
Number of constraints which are clauses16202
Number of constraints which are cardinality constraints (but not clauses)135
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint135
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 136
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4446649-1721332265.opb
3600.01/3610.30	c 
3600.01/3610.30	c *** TERMINATED *** by signal 15
3600.01/3610.30	s UNKNOWN
3600.01/3610.30	c _____________________________________________________________________________
3600.01/3610.30	c std/band forms        : 135,0
3600.01/3610.30	c 2cl/3cl ITE-codings   : 0,0
3600.01/3610.30	c BDD/srt/adr Max costs : 0,2726,0
3600.01/3610.30	c BDDraw/bin/mul/srt/adr: 0,0,0,135,0
3600.01/3610.30	c BDD nodes             : 0
3600.01/3610.30	c Es1/CC detections     : 0,0
3600.01/3610.30	c CC sort               : 135
3600.01/3610.30	c SAT/UNSAT calls       : 0,0
3600.01/3610.30	c regenrated variables  : 0
3600.01/3610.30	c eliminated fixed lits : 0
3600.01/3610.30	c goal lit flips        : 0
3600.01/3610.30	c goal stages           : 0
3600.01/3610.30	c goal shrink           : 0
3600.01/3610.30	c goal coeff separations: 0
3600.01/3610.30	c restarts              : 0
3600.01/3610.30	c conflicts             : 0              (0 /sec)
3600.01/3610.30	c decisions             : 0              (0 /sec)
3600.01/3610.30	c propagations          : 0              (0 /sec)
3600.01/3610.30	c inspects              : 0              (0 /sec)
3600.01/3610.30	c CPU time (solving tm) : 3599 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.01/3610.30	c Time for Opt-base     : 0.002466 s
3600.01/3610.30	c Steps for Opt-base    : 0
3600.01/3610.30	c Time for BDD coding   : 0 s
3600.01/3610.30	c Time for srt coding   : 0.05749 s
3600.01/3610.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (60939 MiB free)
  memory of node 1: 64510 MiB (61496 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446649-1721332265/watcher-4446649-1721332265 -o /tmp/evaluation-result-4446649-1721332265/solver-4446649-1721332265 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721328665-945240 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4446649-1721332265.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
solver pid=947747, runsolver pid=947744
Current StackSize limit: 8192 KiB


[startup+0.10071 s]*
/proc/loadavg: 4.18 4.21 4.17 5/261 947752
/proc/meminfo: memFree=125370280/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=7896 memory=5928 CPUtime=0.09 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 1265 0 0 0 9 0 0 0 20 0 1 0 185387094 8085504 1482 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 1974 1482 500 659 0 1178 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 17828 KiB
Current children cumulated memory: 8724 KiB

[startup+0.205695 s]*
/proc/loadavg: 4.18 4.21 4.17 5/261 947752
/proc/meminfo: memFree=125368264/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=10700 memory=7552 CPUtime=0.19 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 1740 0 0 0 19 0 0 0 20 0 1 0 185387094 10956800 1888 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 2675 1888 500 659 0 1879 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 20632 KiB
Current children cumulated memory: 10348 KiB

[startup+0.305566 s]*
/proc/loadavg: 4.18 4.21 4.17 5/261 947752
/proc/meminfo: memFree=125339016/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=46028 memory=38868 CPUtime=0.28 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 9478 0 0 0 27 1 0 0 20 0 1 0 185387094 47132672 9717 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 11507 9717 532 659 0 10711 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 55960 KiB
Current children cumulated memory: 41664 KiB

[startup+0.700277 s]
/proc/loadavg: 4.18 4.21 4.17 5/261 947752
/proc/meminfo: memFree=125295392/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=87928 memory=77092 CPUtime=0.67 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 16564 0 0 0 65 2 0 0 20 0 1 0 185387094 90038272 19273 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 21982 19273 532 659 0 21186 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 97860 KiB
Current children cumulated memory: 79888 KiB

[startup+1.50027 s]
/proc/loadavg: 4.18 4.21 4.17 5/261 947752
/proc/meminfo: memFree=125292040/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=91764 memory=81576 CPUtime=1.48 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 17666 0 0 0 145 3 0 0 20 0 1 0 185387094 93966336 20394 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 22941 20394 532 659 0 22145 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 101696 KiB
Current children cumulated memory: 84372 KiB

[startup+3.10599 s]
/proc/loadavg: 4.18 4.21 4.17 5/257 947756
/proc/meminfo: memFree=125627888/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=91764 memory=81816 CPUtime=3.08 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 17740 0 0 0 305 3 0 0 20 0 1 0 185387094 93966336 20454 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 22941 20454 532 659 0 22145 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 101696 KiB
Current children cumulated memory: 84612 KiB

[startup+6.30025 s]
/proc/loadavg: 4.16 4.20 4.17 5/261 947804
/proc/meminfo: memFree=125560084/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=99504 memory=92252 CPUtime=6.26 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 19639 0 0 0 622 4 0 0 20 0 1 0 185387094 101892096 23063 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 24876 23063 532 659 0 24080 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 109436 KiB
Current children cumulated memory: 95048 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.20 4.17 5/261 947804
/proc/meminfo: memFree=125555036/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=107260 memory=98848 CPUtime=12.64 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 20359 0 0 0 1260 4 0 0 20 0 1 0 185387094 109834240 24712 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 26815 24712 532 659 0 26019 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 117192 KiB
Current children cumulated memory: 101644 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.19 4.17 5/261 947807
/proc/meminfo: memFree=125550140/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=107260 memory=96792 CPUtime=25.41 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 21297 0 0 0 2536 5 0 0 20 0 1 0 185387094 109834240 24198 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 26815 24198 532 659 0 26019 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 117192 KiB
Current children cumulated memory: 99588 KiB

[startup+51.1054 s]
/proc/loadavg: 4.14 4.19 4.17 5/261 947810
/proc/meminfo: memFree=125526588/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=106912 memory=101320 CPUtime=50.95 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 23276 0 0 0 5089 6 0 0 20 0 1 0 185387094 109477888 25330 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 26728 25330 532 659 0 25932 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 116844 KiB
Current children cumulated memory: 104116 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.20 4.18 5/261 947819
/proc/meminfo: memFree=125480216/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=131052 memory=112992 CPUtime=101.98 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 27454 0 0 0 10189 9 0 0 20 0 1 0 185387094 134197248 28248 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 32763 28248 532 659 0 31967 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 140984 KiB
Current children cumulated memory: 115788 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.18 4.17 5/261 947830
/proc/meminfo: memFree=125461864/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=147436 memory=129428 CPUtime=161.8 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 29804 0 0 0 16169 11 0 0 20 0 1 0 185387094 150974464 32357 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 36859 32357 532 659 0 36063 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 157368 KiB
Current children cumulated memory: 132224 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/261 947841
/proc/meminfo: memFree=125447148/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=147436 memory=128876 CPUtime=221.61 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 32535 0 0 0 22149 12 0 0 20 0 1 0 185387094 150974464 32219 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 36859 32219 532 659 0 36063 0
Current children cumulated CPU time: 221.61 s

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

/proc/loadavg: 4.12 4.11 4.13 6/260 949839
/proc/meminfo: memFree=125505756/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=219932 memory=183592 CPUtime=3093.43 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 159041 0 0 0 309254 89 0 0 20 0 1 0 185387094 225210368 45898 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 54983 45898 532 659 0 54187 0
Current children cumulated CPU time: 3093.43 s
Current children cumulated vsize: 229864 KiB
Current children cumulated memory: 186388 KiB

[startup+3162.3 s]
/proc/loadavg: 4.41 4.18 4.16 6/260 949850
/proc/meminfo: memFree=125513468/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=219932 memory=185752 CPUtime=3153.26 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 159999 0 0 0 315236 90 0 0 20 0 1 0 185387094 225210368 46438 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 54983 46438 532 659 0 54187 0
Current children cumulated CPU time: 3153.26 s
Current children cumulated vsize: 229864 KiB
Current children cumulated memory: 188548 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.19 4.16 6/260 949862
/proc/meminfo: memFree=125494532/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=219932 memory=189928 CPUtime=3213.08 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 160954 0 0 0 321218 90 0 0 20 0 1 0 185387094 225210368 47482 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 54983 47482 532 659 0 54187 0
Current children cumulated CPU time: 3213.08 s
Current children cumulated vsize: 229864 KiB
Current children cumulated memory: 192724 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.16 6/258 949872
/proc/meminfo: memFree=125498584/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=219932 memory=185832 CPUtime=3272.91 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 162815 0 0 0 327198 93 0 0 20 0 1 0 185387094 225210368 46458 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 54983 46458 532 659 0 54187 0
Current children cumulated CPU time: 3272.91 s
Current children cumulated vsize: 229864 KiB
Current children cumulated memory: 188628 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.15 6/259 949883
/proc/meminfo: memFree=125492404/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=219932 memory=189928 CPUtime=3332.73 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 162867 0 0 0 333180 93 0 0 20 0 1 0 185387094 225210368 47482 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 54983 47482 532 659 0 54187 0
Current children cumulated CPU time: 3332.73 s
Current children cumulated vsize: 229864 KiB
Current children cumulated memory: 192724 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.15 6/259 949894
/proc/meminfo: memFree=125527724/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=187164 memory=171280 CPUtime=3392.56 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 164215 0 0 0 339162 94 0 0 20 0 1 0 185387094 191655936 42820 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 46791 42820 532 659 0 45995 0
Current children cumulated CPU time: 3392.56 s
Current children cumulated vsize: 197096 KiB
Current children cumulated memory: 174076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.14 6/259 949904
/proc/meminfo: memFree=125494924/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=187164 memory=179472 CPUtime=3452.37 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 167105 0 0 0 345142 95 0 0 20 0 1 0 185387094 191655936 44868 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 46791 44868 532 659 0 45995 0
Current children cumulated CPU time: 3452.37 s
Current children cumulated vsize: 197096 KiB
Current children cumulated memory: 182268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.16 4.15 6/259 949914
/proc/meminfo: memFree=125493736/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=187164 memory=179620 CPUtime=3512.22 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 168054 0 0 0 351126 96 0 0 20 0 1 0 185387094 191655936 44905 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 46791 44905 532 659 0 45995 0
Current children cumulated CPU time: 3512.22 s
Current children cumulated vsize: 197096 KiB
Current children cumulated memory: 182416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.16 4.15 6/261 949929
/proc/meminfo: memFree=125501076/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=219932 memory=185652 CPUtime=3572.08 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 170435 0 0 0 357110 98 0 0 20 0 1 0 185387094 225210368 46413 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 54983 46413 532 659 0 54187 0
Current children cumulated CPU time: 3572.08 s
Current children cumulated vsize: 229864 KiB
Current children cumulated memory: 188448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.12 4.14 4.15 6/261 949934
/proc/meminfo: memFree=125475104/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=219932 memory=187700 CPUtime=3600.01 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 170437 0 0 0 359903 98 0 0 20 0 1 0 185387094 225210368 46925 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 54983 46925 532 659 0 54187 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 229864 KiB
Current children cumulated memory: 190496 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.03 s, system=0.987885 s

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

[startup+3610.3 s]
/proc/loadavg: 4.12 4.14 4.15 6/261 949934
/proc/meminfo: memFree=125475104/131524600 swapFree=131071996/131071996
[pid=947747] ppid=947744 vsize=9932 memory=2796 CPUtime=0 cores=1,3
/proc/947747/stat : 947747 (naps-1.03.sh) S 947744 947747 945228 0 -1 4194304 223 246 0 0 0 0 0 0 20 0 1 0 185387094 10170368 699 134679101440 94424563949568 94424565028888 140724304290000 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94424567127344 94424567174532 94424580673536 140724304298979 140724304299104 140724304299104 140724304306120 0
/proc/947747/statm: 2483 699 621 264 0 134 0
[pid=947752] ppid=947747 vsize=219932 memory=187700 CPUtime=3600.01 cores=1,3
/proc/947752/stat : 947752 (naps-1.03) R 947747 947747 945228 0 -1 4194304 170437 0 0 0 359903 98 0 0 20 0 1 0 185387094 225210368 46925 134679101440 4194304 6891213 140725866046912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12455936 140725866050548 140725866050660 140725866050660 140725866057675 0
/proc/947752/statm: 54983 46925 532 659 0 54187 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 229864 KiB
Current children cumulated memory: 190496 KiB

Child status: 10

Real time (s): 3610.3
CPU time (s): 3600.02
CPU user time (s): 3599.03
CPU system time (s): 0.987885
CPU usage (%): 99.7152
Max. virtual memory (cumulated for all children) (KiB): 229864
Max. memory (cumulated for all children) (KiB): 198868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.03
system time used= 0.987885
maximum resident set size= 196072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170921
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= 70
involuntary context switches= 2794


# summary of solver processes directly reported to runsolver:
#   pid: 947747
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.03
#   total CPU system time (s): 0.987885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32555 second user time and 16.734 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 21:51:17
IDJOB=4446649
IDBENCH=158288
IDSOLVER=3063
FILE ID=nodeC016/4446649-1721332265
RUNJOBID= nodeC016-1721328665-945240
SLURM_JOB_ID= 7542689
Free space on /tmp= 890016 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K135.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446649-1721332265/watcher-4446649-1721332265 -o /tmp/evaluation-result-4446649-1721332265/solver-4446649-1721332265 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721328665-945240 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4446649-1721332265.opb

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

MD5SUM BENCH= a9d7c7f4b9c33e38d48644f753677e90
RANDOM SEED=1436121937

nodeC016.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		: 3659.173
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.70
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		: 3658.999
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	: 7006.63
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		: 3600.247
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.70
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		: 3661.992
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	: 7006.63
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		: 3659.331
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.70
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		: 3663.103
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	: 7006.63
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.944
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.70
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		: 3599.958
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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125375380 kB
MemAvailable:   129102976 kB
Buffers:          361096 kB
Cached:          4201652 kB
SwapCached:            0 kB
Active:           617716 kB
Inactive:        4920208 kB
Active(anon):       1584 kB
Inactive(anon):  1011340 kB
Active(file):     616132 kB
Inactive(file):  3908868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13044 kB
Writeback:             0 kB
AnonPages:        965888 kB
Mapped:           112708 kB
Shmem:             37720 kB
KReclaimable:      84484 kB
Slab:             194116 kB
SReclaimable:      84484 kB
SUnreclaim:       109632 kB
KernelStack:        4224 kB
PageTables:        10804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1412048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC016 at 2024-07-18 22:51:27