Trace number 4446949

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.1 3610.11

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K82.opb
MD5SUM5599f1c242004f89302cb9020bac47d1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 83
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4446949-1721334096.opb
3600.08/3610.10	c 
3600.08/3610.10	c *** TERMINATED *** by signal 15
3600.08/3610.10	s UNKNOWN
3600.08/3610.10	c _____________________________________________________________________________
3600.08/3610.10	c std/band forms        : 82,0
3600.08/3610.10	c 2cl/3cl ITE-codings   : 0,0
3600.08/3610.10	c BDD/srt/adr Max costs : 0,1410,0
3600.08/3610.10	c BDDraw/bin/mul/srt/adr: 0,0,0,82,0
3600.08/3610.10	c BDD nodes             : 0
3600.08/3610.10	c Es1/CC detections     : 0,0
3600.08/3610.10	c CC sort               : 82
3600.08/3610.10	c SAT/UNSAT calls       : 0,0
3600.08/3610.10	c regenrated variables  : 0
3600.08/3610.10	c eliminated fixed lits : 0
3600.08/3610.10	c goal lit flips        : 0
3600.08/3610.10	c goal stages           : 0
3600.08/3610.10	c goal shrink           : 0
3600.08/3610.10	c goal coeff separations: 0
3600.08/3610.10	c restarts              : 0
3600.08/3610.10	c conflicts             : 0              (0 /sec)
3600.08/3610.10	c decisions             : 0              (0 /sec)
3600.08/3610.10	c propagations          : 0              (0 /sec)
3600.08/3610.10	c inspects              : 0              (0 /sec)
3600.08/3610.10	c CPU time (solving tm) : 3599 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.08/3610.10	c Time for Opt-base     : 0.001112 s
3600.08/3610.10	c Steps for Opt-base    : 0
3600.08/3610.10	c Time for BDD coding   : 0 s
3600.08/3610.10	c Time for srt coding   : 0.008183 s
3600.08/3610.10	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 (62667 MiB free)
  memory of node 1: 64473 MiB (61631 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446949-1721334096/watcher-4446949-1721334096 -o /tmp/evaluation-result-4446949-1721334096/solver-4446949-1721334096 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721329286-969445 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4446949-1721334096.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=972319, runsolver pid=972316

[startup+0.100097 s]*
/proc/loadavg: 4.13 4.12 4.09 5/261 972324
/proc/meminfo: memFree=127265076/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=24692 memory=20120 CPUtime=0.1 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 5752 0 0 0 9 1 0 0 20 0 1 0 185573075 25284608 5030 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 6173 5030 532 659 0 5377 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34624 KiB
Current children cumulated memory: 22876 KiB

[startup+0.20585 s]*
/proc/loadavg: 4.13 4.12 4.09 5/261 972324
/proc/meminfo: memFree=127256252/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=28880 memory=25408 CPUtime=0.2 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 7701 0 0 0 19 1 0 0 20 0 1 0 185573075 29573120 6352 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 7220 6352 532 659 0 6424 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 38812 KiB
Current children cumulated memory: 28164 KiB

[startup+0.305781 s]*
/proc/loadavg: 4.13 4.12 4.09 5/261 972324
/proc/meminfo: memFree=127256112/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=30928 memory=25668 CPUtime=0.3 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 7759 0 0 0 29 1 0 0 20 0 1 0 185573075 31670272 6417 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 7732 6417 532 659 0 6936 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40860 KiB
Current children cumulated memory: 28424 KiB

[startup+0.70024 s]
/proc/loadavg: 4.12 4.12 4.09 5/261 972324
/proc/meminfo: memFree=127255944/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=30928 memory=25932 CPUtime=0.69 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 7849 0 0 0 68 1 0 0 20 0 1 0 185573075 31670272 6483 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 7732 6483 532 659 0 6936 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 40860 KiB
Current children cumulated memory: 28688 KiB

[startup+1.50022 s]
/proc/loadavg: 4.12 4.12 4.09 5/261 972324
/proc/meminfo: memFree=127277284/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=24732 memory=21012 CPUtime=1.48 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 8165 0 0 0 147 1 0 0 20 0 1 0 185573075 25325568 5253 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 6183 5253 532 659 0 5387 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 34664 KiB
Current children cumulated memory: 23768 KiB

[startup+3.10566 s]
/proc/loadavg: 4.12 4.12 4.09 5/261 972325
/proc/meminfo: memFree=127283040/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=25688 memory=21932 CPUtime=3.08 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 8987 0 0 0 307 1 0 0 20 0 1 0 185573075 26304512 5483 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 6422 5483 532 659 0 5626 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 35620 KiB
Current children cumulated memory: 24688 KiB

[startup+6.3002 s]
/proc/loadavg: 4.11 4.12 4.09 5/261 972325
/proc/meminfo: memFree=127269408/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=28760 memory=23736 CPUtime=6.27 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 10626 0 0 0 626 1 0 0 20 0 1 0 185573075 29450240 5934 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 7190 5934 532 659 0 6394 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 38692 KiB
Current children cumulated memory: 26492 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.12 4.09 5/261 972327
/proc/meminfo: memFree=127273264/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=30772 memory=25356 CPUtime=12.65 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 13251 0 0 0 1263 2 0 0 20 0 1 0 185573075 31510528 6339 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 7693 6339 532 659 0 6897 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 40704 KiB
Current children cumulated memory: 28112 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.13 4.09 5/261 972328
/proc/meminfo: memFree=127284316/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=30772 memory=26988 CPUtime=25.42 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 19197 0 0 0 2538 4 0 0 20 0 1 0 185573075 31510528 6747 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 7693 6747 532 659 0 6897 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 40704 KiB
Current children cumulated memory: 29744 KiB

[startup+51.1057 s]
/proc/loadavg: 4.17 4.13 4.09 5/261 972331
/proc/meminfo: memFree=127277784/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=40708 memory=35844 CPUtime=50.96 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 28345 0 0 0 5089 7 0 0 20 0 1 0 185573075 41684992 8961 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 10177 8961 532 659 0 9381 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 50640 KiB
Current children cumulated memory: 38600 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/260 972341
/proc/meminfo: memFree=127251840/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=48900 memory=37324 CPUtime=102.01 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 42416 0 0 0 10189 12 0 0 20 0 1 0 185573075 50073600 9331 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 12225 9331 532 659 0 11429 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 58832 KiB
Current children cumulated memory: 40080 KiB

[startup+162.3 s]
/proc/loadavg: 4.26 4.17 4.11 5/260 972353
/proc/meminfo: memFree=127238500/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=57092 memory=44032 CPUtime=161.83 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 54060 0 0 0 16167 16 0 0 20 0 1 0 185573075 58462208 11008 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 14273 11008 532 659 0 13477 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 67024 KiB
Current children cumulated memory: 46788 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.16 4.10 5/260 972363
/proc/meminfo: memFree=127239632/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=57092 memory=48128 CPUtime=221.65 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 61108 0 0 0 22146 19 0 0 20 0 1 0 185573075 58462208 12032 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 14273 12032 532 659 0 13477 0
Current children cumulated CPU time: 221.65 s

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

/proc/loadavg: 4.09 4.13 4.10 5/260 974202
/proc/meminfo: memFree=127356980/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=87140 CPUtime=3093.65 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 234427 0 0 0 309241 124 0 0 20 0 1 0 185573075 102166528 21785 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 21785 532 659 0 24147 0
Current children cumulated CPU time: 3093.65 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 89896 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/260 974214
/proc/meminfo: memFree=127340576/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=91236 CPUtime=3153.51 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 237510 0 0 0 315225 126 0 0 20 0 1 0 185573075 102166528 22809 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 22809 532 659 0 24147 0
Current children cumulated CPU time: 3153.51 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 93992 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/260 974224
/proc/meminfo: memFree=127342172/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=95280 CPUtime=3213.36 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 239559 0 0 0 321208 128 0 0 20 0 1 0 185573075 102166528 23820 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 23820 532 659 0 24147 0
Current children cumulated CPU time: 3213.36 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 98036 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/258 974234
/proc/meminfo: memFree=127341416/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=89188 CPUtime=3273.22 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 242742 0 0 0 327192 130 0 0 20 0 1 0 185573075 102166528 22297 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 22297 532 659 0 24147 0
Current children cumulated CPU time: 3273.22 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 91944 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.16 4.11 5/258 974244
/proc/meminfo: memFree=127335880/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=91236 CPUtime=3333.07 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 245612 0 0 0 333175 132 0 0 20 0 1 0 185573075 102166528 22809 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 22809 532 659 0 24147 0
Current children cumulated CPU time: 3333.07 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 93992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.20 4.12 5/258 974256
/proc/meminfo: memFree=127345316/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=91236 CPUtime=3392.93 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 247438 0 0 0 339159 134 0 0 20 0 1 0 185573075 102166528 22809 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 22809 532 659 0 24147 0
Current children cumulated CPU time: 3392.93 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 93992 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.20 4.12 5/258 974365
/proc/meminfo: memFree=127544700/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=83552 CPUtime=3452.74 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 251323 0 0 0 345138 136 0 0 20 0 1 0 185573075 102166528 20888 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 20888 532 659 0 24147 0
Current children cumulated CPU time: 3452.74 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 86308 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.19 4.12 5/258 974376
/proc/meminfo: memFree=127523852/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=91744 CPUtime=3512.56 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 253770 0 0 0 351118 138 0 0 20 0 1 0 185573075 102166528 22936 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 22936 532 659 0 24147 0
Current children cumulated CPU time: 3512.56 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 94500 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.17 4.12 5/261 974392
/proc/meminfo: memFree=127529104/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=89696 CPUtime=3572.37 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 256452 0 0 0 357098 139 0 0 20 0 1 0 185573075 102166528 22424 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 22424 532 659 0 24147 0
Current children cumulated CPU time: 3572.37 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 92452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.14 4.17 4.12 5/261 974396
/proc/meminfo: memFree=127540732/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=91744 CPUtime=3600.08 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 257903 0 0 0 359868 140 0 0 20 0 1 0 185573075 102166528 22936 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 22936 532 659 0 24147 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 94500 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.69 s, system=1.40951 s

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

[startup+3610.11 s]
/proc/loadavg: 4.14 4.17 4.12 5/261 974396
/proc/meminfo: memFree=127540732/131524600 swapFree=131071996/131071996
[pid=972319] ppid=972316 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/972319/stat : 972319 (naps-1.03.sh) S 972316 972319 969432 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 185573074 10170368 689 134679101440 94401171066880 94401172146200 140737024177456 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94401174244656 94401174291844 94401202761728 140737024185315 140737024185440 140737024185440 140737024192456 0
/proc/972319/statm: 2483 689 611 264 0 134 0
[pid=972324] ppid=972319 vsize=99772 memory=91744 CPUtime=3600.08 cores=5,7
/proc/972324/stat : 972324 (naps-1.03) R 972319 972319 969432 0 -1 4194304 257903 0 0 0 359868 140 0 0 20 0 1 0 185573075 102166528 22936 134679101440 4194304 6891213 140723530330944 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 12390400 140723530335220 140723530335332 140723530335332 140723530342347 0
/proc/972324/statm: 24943 22936 532 659 0 24147 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 109704 KiB
Current children cumulated memory: 94500 KiB

Child status: 10

Real time (s): 3610.11
CPU time (s): 3600.1
CPU user time (s): 3598.69
CPU system time (s): 1.40951
CPU usage (%): 99.7227
Max. virtual memory (cumulated for all children) (KiB): 142472
Max. memory (cumulated for all children) (KiB): 99640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.69
system time used= 1.40951
maximum resident set size= 97272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258380
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= 57
involuntary context switches= 3269


# summary of solver processes directly reported to runsolver:
#   pid: 972319
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.69
#   total CPU system time (s): 1.40951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45233 second user time and 17.0369 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-18 22:21:49
IDJOB=4446949
IDBENCH=158340
IDSOLVER=3063
FILE ID=nodeC020/4446949-1721334096
RUNJOBID= nodeC020-1721329286-969445
SLURM_JOB_ID= 7542697
Free space on /tmp= 890064 MiB

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

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

MD5SUM BENCH= 5599f1c242004f89302cb9020bac47d1
RANDOM SEED=1873023161

nodeC020.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		: 3660.191
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	: 7000.05
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		: 3668.005
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.84
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.060
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	: 7000.05
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		: 3604.986
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.84
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		: 3660.274
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	: 7000.05
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.277
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.84
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		: 3600.157
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	: 7000.05
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		: 3655.203
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127282416 kB
MemAvailable:   129232028 kB
Buffers:          510504 kB
Cached:          2258264 kB
SwapCached:            0 kB
Active:           851620 kB
Inactive:        2744516 kB
Active(anon):       1592 kB
Inactive(anon):   863496 kB
Active(file):     850028 kB
Inactive(file):  1881020 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5900 kB
Writeback:             0 kB
AnonPages:        812628 kB
Mapped:           112068 kB
Shmem:             37720 kB
KReclaimable:     116776 kB
Slab:             230888 kB
SReclaimable:     116776 kB
SUnreclaim:       114112 kB
KernelStack:        4176 kB
PageTables:        10908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1374596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67040 kB
HardwareCorrupted:     0 kB
AnonHugePages:    634880 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:      211668 kB
DirectMap2M:    22630400 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC020 at 2024-07-18 23:21:59