Trace number 4446468

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-GM 1.03? (TO) 3600.04 3610.81

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K134.opb
MD5SUM963edb3c79c326322e0bda3e585d3232
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 variables15946
Total number of constraints16216
Number of constraints which are clauses16082
Number of constraints which are cardinality constraints (but not clauses)134
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
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 135
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4446468-1721332973.opb
3600.02/3610.80	c 
3600.02/3610.80	c *** TERMINATED *** by signal 15
3600.02/3610.80	s UNKNOWN
3600.02/3610.80	c _____________________________________________________________________________
3600.02/3610.80	c std/band forms        : 132,0
3600.02/3610.80	c 2cl/3cl ITE-codings   : 0,0
3600.02/3610.80	c BDD/srt/adr Max costs : 0,2726,0
3600.02/3610.80	c BDDraw/bin/mul/srt/adr: 0,0,0,132,0
3600.02/3610.80	c BDD nodes             : 0
3600.02/3610.80	c Es1/CC detections     : 0,0
3600.02/3610.80	c CC sort               : 132
3600.02/3610.80	c SAT/UNSAT calls       : 0,0
3600.02/3610.80	c regenrated variables  : 0
3600.02/3610.80	c eliminated fixed lits : 0
3600.02/3610.80	c goal lit flips        : 0
3600.02/3610.80	c goal stages           : 0
3600.02/3610.80	c goal shrink           : 0
3600.02/3610.80	c goal coeff separations: 0
3600.02/3610.80	c restarts              : 0
3600.02/3610.80	c conflicts             : 0              (0 /sec)
3600.02/3610.80	c decisions             : 0              (0 /sec)
3600.02/3610.80	c propagations          : 0              (0 /sec)
3600.02/3610.80	c inspects              : 0              (0 /sec)
3600.02/3610.80	c CPU time (solving tm) : 3599 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.02/3610.80	c Time for Opt-base     : 0.002733 s
3600.02/3610.80	c Steps for Opt-base    : 0
3600.02/3610.80	c Time for BDD coding   : 0 s
3600.02/3610.80	c Time for srt coding   : 0.06228 s
3600.02/3610.80	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61924 MiB free)
  memory of node 1: 64473 MiB (60567 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446468-1721332973/watcher-4446468-1721332973 -o /tmp/evaluation-result-4446468-1721332973/solver-4446468-1721332973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721328472-974783 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4446468-1721332973.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100903 s]*
/proc/loadavg: 4.08 4.12 4.09 5/263 978738
/proc/meminfo: memFree=125425760/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=13044 memory=6788 CPUtime=0.09 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 1397 0 0 0 9 0 0 0 20 0 1 0 185461114 13357056 1697 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 3261 1697 436 659 0 2465 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 22976 KiB
Current children cumulated memory: 9400 KiB

[startup+0.205901 s]*
/proc/loadavg: 4.08 4.12 4.09 5/263 978738
/proc/meminfo: memFree=125423424/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=15632 memory=9072 CPUtime=0.19 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 1989 0 0 0 19 0 0 0 20 0 1 0 185461114 16007168 2268 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 3908 2268 436 659 0 3112 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 25564 KiB
Current children cumulated memory: 11684 KiB

[startup+0.305775 s]*
/proc/loadavg: 4.08 4.12 4.09 5/263 978738
/proc/meminfo: memFree=125394900/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=41688 memory=33240 CPUtime=0.29 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 7494 0 0 0 28 1 0 0 20 0 1 0 185461114 42688512 8310 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 10422 8310 468 659 0 9626 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 51620 KiB
Current children cumulated memory: 35852 KiB

[startup+0.700268 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 978738
/proc/meminfo: memFree=125326476/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=142452 memory=128008 CPUtime=0.67 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 27101 0 0 0 63 4 0 0 20 0 1 0 185461114 145870848 32002 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 35613 32002 468 659 0 34817 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 152384 KiB
Current children cumulated memory: 130620 KiB

[startup+1.50027 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 978738
/proc/meminfo: memFree=125299980/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=139964 memory=126480 CPUtime=1.47 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 28796 0 0 0 142 5 0 0 20 0 1 0 185461114 143323136 31620 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 34991 31620 468 659 0 34195 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 149896 KiB
Current children cumulated memory: 129092 KiB

[startup+3.10586 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 978738
/proc/meminfo: memFree=125296780/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=140840 memory=129300 CPUtime=3.07 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 29016 0 0 0 302 5 0 0 20 0 1 0 185461114 144220160 32325 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 35210 32325 468 659 0 34414 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 150772 KiB
Current children cumulated memory: 131912 KiB

[startup+6.30025 s]
/proc/loadavg: 4.16 4.14 4.10 5/263 978738
/proc/meminfo: memFree=125273188/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=159608 memory=146700 CPUtime=6.26 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 29220 0 0 0 620 6 0 0 20 0 1 0 185461114 163438592 36675 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 39902 36675 468 659 0 39106 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 169540 KiB
Current children cumulated memory: 149312 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.13 4.09 5/263 978740
/proc/meminfo: memFree=125258120/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=159608 memory=148756 CPUtime=12.64 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 29387 0 0 0 1258 6 0 0 20 0 1 0 185461114 163438592 37189 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 39902 37189 468 659 0 39106 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 169540 KiB
Current children cumulated memory: 151368 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.13 4.09 5/263 978742
/proc/meminfo: memFree=125274928/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=189956 memory=161036 CPUtime=25.4 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 30219 0 0 0 2533 7 0 0 20 0 1 0 185461114 194514944 40259 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 47489 40259 468 659 0 46693 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 199888 KiB
Current children cumulated memory: 163648 KiB

[startup+51.1057 s]
/proc/loadavg: 4.14 4.13 4.09 5/261 978747
/proc/meminfo: memFree=125172252/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=191892 memory=178940 CPUtime=50.93 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 31004 0 0 0 5085 8 0 0 20 0 1 0 185461114 196497408 44735 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 47973 44735 468 659 0 47177 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 201824 KiB
Current children cumulated memory: 181552 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/261 978756
/proc/meminfo: memFree=125150420/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=191892 memory=181040 CPUtime=101.98 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 33293 0 0 0 10186 12 0 0 20 0 1 0 185461114 196497408 45260 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 47973 45260 468 659 0 47177 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 201824 KiB
Current children cumulated memory: 183652 KiB

[startup+162.3 s]
/proc/loadavg: 4.50 4.22 4.13 5/259 978767
/proc/meminfo: memFree=125069672/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=272032 memory=237552 CPUtime=161.8 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 35397 0 0 0 16165 15 0 0 20 0 1 0 185461114 278560768 59388 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 68008 59388 468 659 0 67212 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 281964 KiB
Current children cumulated memory: 240164 KiB

[startup+222.3 s]
/proc/loadavg: 4.89 4.40 4.19 5/259 978777
/proc/meminfo: memFree=125048876/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=272032 memory=253936 CPUtime=221.63 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 36636 0 0 0 22145 18 0 0 20 0 1 0 185461114 278560768 63484 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 68008 63484 468 659 0 67212 0
Current children cumulated CPU time: 221.63 s

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

/proc/978738/statm: 143720 131657 468 659 0 142924 0
Current children cumulated CPU time: 3033.28 s
Current children cumulated vsize: 584812 KiB
Current children cumulated memory: 529240 KiB

[startup+3102.3 s]
/proc/loadavg: 4.23 4.15 4.15 5/262 980067
/proc/meminfo: memFree=127052952/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=789804 memory=592312 CPUtime=3093.11 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 82551 0 0 0 309183 128 0 0 20 0 1 0 185461114 808759296 148078 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 197451 148078 468 659 0 196655 0
Current children cumulated CPU time: 3093.11 s
Current children cumulated vsize: 799736 KiB
Current children cumulated memory: 594924 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.14 4.14 5/260 980459
/proc/meminfo: memFree=127058604/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=791112 memory=652840 CPUtime=3152.93 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 82875 0 0 0 315164 129 0 0 20 0 1 0 185461114 810098688 163210 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 197778 163210 468 659 0 196982 0
Current children cumulated CPU time: 3152.93 s
Current children cumulated vsize: 801044 KiB
Current children cumulated memory: 655452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.13 4.14 5/260 980469
/proc/meminfo: memFree=127216800/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=364356 memory=333060 CPUtime=3212.76 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 84679 0 0 0 321143 133 0 0 20 0 1 0 185461114 373100544 83265 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 91089 83265 468 659 0 90293 0
Current children cumulated CPU time: 3212.76 s
Current children cumulated vsize: 374288 KiB
Current children cumulated memory: 335672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.15 4.14 5/260 980480
/proc/meminfo: memFree=127108376/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=445744 memory=437620 CPUtime=3272.6 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 85406 0 0 0 327124 136 0 0 20 0 1 0 185461114 456441856 109405 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 111436 109405 468 659 0 110640 0
Current children cumulated CPU time: 3272.6 s
Current children cumulated vsize: 455676 KiB
Current children cumulated memory: 440232 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.14 5/260 980659
/proc/meminfo: memFree=127030540/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=578004 memory=523636 CPUtime=3332.4 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 86164 0 0 0 333103 137 0 0 20 0 1 0 185461114 591876096 130909 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 144501 130909 468 659 0 143705 0
Current children cumulated CPU time: 3332.4 s
Current children cumulated vsize: 587936 KiB
Current children cumulated memory: 526248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.15 4.14 5/260 980669
/proc/meminfo: memFree=126977020/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=793380 memory=599628 CPUtime=3392.22 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 86910 0 0 0 339083 139 0 0 20 0 1 0 185461114 812421120 149907 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 198345 149907 468 659 0 197549 0
Current children cumulated CPU time: 3392.22 s
Current children cumulated vsize: 803312 KiB
Current children cumulated memory: 602240 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.13 5/260 980681
/proc/meminfo: memFree=126832012/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=795656 memory=667108 CPUtime=3452.02 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 87695 0 0 0 345063 139 0 0 20 0 1 0 185461114 814751744 166777 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 198914 166777 468 659 0 198118 0
Current children cumulated CPU time: 3452.02 s
Current children cumulated vsize: 805588 KiB
Current children cumulated memory: 669720 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.13 5/260 980703
/proc/meminfo: memFree=127218376/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=371880 memory=321260 CPUtime=3511.83 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 89773 0 0 0 351041 142 0 0 20 0 1 0 185461114 380805120 80315 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 92970 80315 468 659 0 92174 0
Current children cumulated CPU time: 3511.83 s
Current children cumulated vsize: 381812 KiB
Current children cumulated memory: 323872 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/261 980714
/proc/meminfo: memFree=127066116/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=453268 memory=423844 CPUtime=3571.62 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 90444 0 0 0 357018 144 0 0 20 0 1 0 185461114 464146432 105961 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 113317 105961 468 659 0 112521 0
Current children cumulated CPU time: 3571.62 s
Current children cumulated vsize: 463200 KiB
Current children cumulated memory: 426456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.09 4.12 4.12 5/260 980719
/proc/meminfo: memFree=126898196/131524600 swapFree=131071996/131071996
[pid=978733] ppid=978730 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/978733/stat : 978733 (naps-1.03.sh) S 978730 978733 974770 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 185461114 10170368 653 134679101440 93911865810944 93911866890264 140722974486080 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93911868988720 93911869035908 93911887286272 140722974487519 140722974487648 140722974487648 140722974494664 0
/proc/978733/statm: 2483 653 574 264 0 134 0
[pid=978738] ppid=978733 vsize=585528 memory=464556 CPUtime=3600.02 cores=5,7
/proc/978738/stat : 978738 (naps-1.03) R 978733 978733 974770 0 -1 4194304 90959 0 0 0 359857 145 0 0 20 0 1 0 185461114 599580672 116139 134679101440 4194304 6891213 140731396671168 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 7852032 140731396674544 140731396674660 140731396674660 140731396681675 0
/proc/978738/statm: 146382 116139 468 659 0 145586 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 595460 KiB
Current children cumulated memory: 467168 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001674 s, system=0.001264 s

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

# cumulated CPU time of all completed processes:  user=3598.58 s, system=1.46181 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 10

Real time (s): 3610.81
CPU time (s): 3600.04
CPU user time (s): 3598.58
CPU system time (s): 1.46181
CPU usage (%): 99.7018
Max. virtual memory (cumulated for all children) (KiB): 859704
Max. memory (cumulated for all children) (KiB): 755008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.58
system time used= 1.46181
maximum resident set size= 758540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91424
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= 74
involuntary context switches= 4709


# summary of solver processes directly reported to runsolver:
#   pid: 978733,978738
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.58
#   total CPU system time (s): 1.46181

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.16336 second user time and 17.7201 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-18 22:03:05
IDJOB=4446468
IDBENCH=158262
IDSOLVER=3062
FILE ID=nodeC021/4446468-1721332973
RUNJOBID= nodeC021-1721328472-974783
SLURM_JOB_ID= 7542687
Free space on /tmp= 889700 MiB

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

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

MD5SUM BENCH= 963edb3c79c326322e0bda3e585d3232
RANDOM SEED=2021489973

nodeC021.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		: 3657.964
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.42
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		: 3665.744
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.23
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.892
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.42
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		: 3608.190
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.23
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		: 3657.953
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.42
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		: 3655.057
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.23
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.771
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.42
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		: 3664.782
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125434040 kB
MemAvailable:   126902828 kB
Buffers:          506888 kB
Cached:          1789312 kB
SwapCached:            0 kB
Active:          1358604 kB
Inactive:        4098564 kB
Active(anon):       1576 kB
Inactive(anon):  3197128 kB
Active(file):    1357028 kB
Inactive(file):   901436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6540 kB
Writeback:             0 kB
AnonPages:       3158136 kB
Mapped:           111556 kB
Shmem:             37720 kB
KReclaimable:     100292 kB
Slab:             212232 kB
SReclaimable:     100292 kB
SUnreclaim:       111940 kB
KernelStack:        4188 kB
PageTables:        15644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3853288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69120 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2058240 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC021 at 2024-07-18 23:03:16