Trace number 4446471

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.06 3610.4

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.02b5.
0.00/0.00	c Input file name: HOME/instance-4446471-1721334258.opb
3600.04/3610.40	c 
3600.04/3610.40	c *** TERMINATED *** by signal 15
3600.04/3610.40	s UNKNOWN
3600.04/3610.40	c _____________________________________________________________________________
3600.04/3610.40	c 
3600.04/3610.40	c std/band forms        : 132,0
3600.04/3610.40	c 2cl/3cl ITE-codings   : 14940,0
3600.04/3610.40	c BDD/srt/adr Max costs : 235,0,0
3600.04/3610.40	c BDDraw/bin/mul/srt/adr: 132,0,0,0,0
3600.04/3610.40	c BDD nodes             : 30144
3600.04/3610.40	c Es1/CC detections     : 0,0
3600.04/3610.40	c SAT/UNSAT calls       : 0,0
3600.04/3610.40	c regenrated variables  : 0
3600.04/3610.40	c restarts              : 0
3600.04/3610.40	c conflicts             : 0              (0 /sec)
3600.04/3610.40	c decisions             : 0              (0 /sec)
3600.04/3610.40	c propagations          : 0              (0 /sec)
3600.04/3610.40	c inspects              : 0              (0 /sec)
3600.04/3610.40	c CPU time (solving tm) : 3598 s        (3598 s)
3600.04/3610.40	c Time for Opt-base     : 0 s
3600.04/3610.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100521 s]*
/proc/loadavg: 4.12 4.17 4.09 5/262 979379
/proc/meminfo: memFree=126227612/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=11716 memory=6668 CPUtime=0.09 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 1389 0 0 0 9 0 0 0 20 0 1 0 185584978 11997184 1667 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 2929 1667 405 379 0 2463 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21648 KiB
Current children cumulated memory: 9348 KiB

[startup+0.205817 s]*
/proc/loadavg: 4.12 4.17 4.09 5/262 979379
/proc/meminfo: memFree=126225260/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=14300 memory=8952 CPUtime=0.2 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 1986 0 0 0 20 0 0 0 20 0 1 0 185584978 14643200 2238 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 3575 2238 405 379 0 3109 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 24232 KiB
Current children cumulated memory: 11632 KiB

[startup+0.305761 s]*
/proc/loadavg: 4.12 4.17 4.09 5/262 979379
/proc/meminfo: memFree=126222768/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=16364 memory=11040 CPUtime=0.29 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 2608 0 0 0 29 0 0 0 20 0 1 0 185584978 16756736 2760 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 4091 2760 421 379 0 3625 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26296 KiB
Current children cumulated memory: 13720 KiB

[startup+0.700267 s]
/proc/loadavg: 4.12 4.17 4.09 5/262 979379
/proc/meminfo: memFree=126208332/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=28320 memory=26040 CPUtime=0.68 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 6010 0 0 0 67 1 0 0 20 0 1 0 185584978 28999680 6510 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 7080 6510 421 379 0 6614 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 38252 KiB
Current children cumulated memory: 28720 KiB

[startup+1.50027 s]
/proc/loadavg: 4.12 4.17 4.09 5/262 979379
/proc/meminfo: memFree=126204168/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=33672 memory=31088 CPUtime=1.48 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 6787 0 0 0 147 1 0 0 20 0 1 0 185584978 34480128 7772 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 8418 7772 421 379 0 7952 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43604 KiB
Current children cumulated memory: 33768 KiB

[startup+3.10577 s]
/proc/loadavg: 4.11 4.17 4.09 5/262 979379
/proc/meminfo: memFree=126160336/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=41332 memory=35108 CPUtime=3.08 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 8003 0 0 0 306 2 0 0 20 0 1 0 185584978 42323968 8777 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 10333 8777 421 379 0 9867 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 51264 KiB
Current children cumulated memory: 37788 KiB

[startup+6.30025 s]
/proc/loadavg: 4.11 4.17 4.09 5/262 979380
/proc/meminfo: memFree=126179572/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=44080 memory=40764 CPUtime=6.26 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 8407 0 0 0 624 2 0 0 20 0 1 0 185584978 45137920 10191 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 11020 10191 421 379 0 10554 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 54012 KiB
Current children cumulated memory: 43444 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.18 4.10 5/262 979380
/proc/meminfo: memFree=126260496/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=53352 memory=50228 CPUtime=12.65 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 10318 0 0 0 1261 4 0 0 20 0 1 0 185584978 54632448 12557 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 13338 12557 421 379 0 12872 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 63284 KiB
Current children cumulated memory: 52908 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.17 4.09 5/262 979383
/proc/meminfo: memFree=126130428/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=83812 memory=79256 CPUtime=25.42 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 11443 0 0 0 2537 5 0 0 20 0 1 0 185584978 85823488 19814 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 20953 19814 421 379 0 20487 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 93744 KiB
Current children cumulated memory: 81936 KiB

[startup+51.1058 s]
/proc/loadavg: 4.23 4.19 4.10 5/262 979437
/proc/meminfo: memFree=126189356/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=96260 memory=93960 CPUtime=50.95 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 12404 0 0 0 5088 7 0 0 20 0 1 0 185584978 98570240 23490 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 24065 23490 421 379 0 23599 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 106192 KiB
Current children cumulated memory: 96640 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.17 4.10 5/262 979830
/proc/meminfo: memFree=126163788/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=96260 memory=93960 CPUtime=102.01 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 14564 0 0 0 10189 12 0 0 20 0 1 0 185584978 98570240 23490 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 24065 23490 421 379 0 23599 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 106192 KiB
Current children cumulated memory: 96640 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.15 4.09 5/262 979841
/proc/meminfo: memFree=126084352/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=176400 memory=150532 CPUtime=161.84 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 17300 0 0 0 16167 17 0 0 20 0 1 0 185584978 180633600 37633 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 44100 37633 421 379 0 43634 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 186332 KiB
Current children cumulated memory: 153212 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.14 4.09 5/262 979902
/proc/meminfo: memFree=126348652/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=176400 memory=156676 CPUtime=221.68 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 20415 0 0 0 22146 22 0 0 20 0 1 0 185584978 180633600 39169 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 44100 39169 421 379 0 43634 0
Current children cumulated CPU time: 221.68 s

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

/proc/loadavg: 4.12 4.16 4.12 5/261 981224
/proc/meminfo: memFree=125609948/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=476720 memory=475048 CPUtime=3033.56 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 96473 0 0 0 303168 188 0 0 20 0 1 0 185584978 488161280 118762 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 119180 118762 421 379 0 118714 0
Current children cumulated CPU time: 3033.56 s
Current children cumulated vsize: 486652 KiB
Current children cumulated memory: 477728 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.16 4.12 5/259 981236
/proc/meminfo: memFree=125563720/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=263072 memory=258128 CPUtime=3093.39 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 98541 0 0 0 309147 192 0 0 20 0 1 0 185584978 269385728 64532 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 65768 64532 421 379 0 65302 0
Current children cumulated CPU time: 3093.39 s
Current children cumulated vsize: 273004 KiB
Current children cumulated memory: 260808 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/259 981246
/proc/meminfo: memFree=125217964/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=476720 memory=399284 CPUtime=3153.23 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 99784 0 0 0 315128 195 0 0 20 0 1 0 185584978 488161280 99821 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 119180 99821 421 379 0 118714 0
Current children cumulated CPU time: 3153.23 s
Current children cumulated vsize: 486652 KiB
Current children cumulated memory: 401964 KiB

[startup+3222.3 s]
/proc/loadavg: 4.35 4.21 4.13 5/260 981259
/proc/meminfo: memFree=125633036/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=691644 memory=526272 CPUtime=3213.05 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 100570 0 0 0 321108 197 0 0 20 0 1 0 185584978 708243456 131568 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 172911 131568 421 379 0 172445 0
Current children cumulated CPU time: 3213.05 s
Current children cumulated vsize: 701576 KiB
Current children cumulated memory: 528952 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.20 4.13 5/261 981271
/proc/meminfo: memFree=125551040/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=344460 memory=315412 CPUtime=3272.89 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 102790 0 0 0 327087 202 0 0 20 0 1 0 185584978 352727040 78853 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 86115 78853 421 379 0 85649 0
Current children cumulated CPU time: 3272.89 s
Current children cumulated vsize: 354392 KiB
Current children cumulated memory: 318092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.18 4.13 5/261 981281
/proc/meminfo: memFree=125200696/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=476720 memory=432040 CPUtime=3332.72 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 103370 0 0 0 333068 204 0 0 20 0 1 0 185584978 488161280 108010 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 119180 108010 421 379 0 118714 0
Current children cumulated CPU time: 3332.72 s
Current children cumulated vsize: 486652 KiB
Current children cumulated memory: 434720 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.16 4.12 5/264 981298
/proc/meminfo: memFree=125316660/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=691644 memory=526248 CPUtime=3392.54 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 104014 0 0 0 339048 206 0 0 20 0 1 0 185584978 708243456 131562 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 172911 131562 421 379 0 172445 0
Current children cumulated CPU time: 3392.54 s
Current children cumulated vsize: 701576 KiB
Current children cumulated memory: 528928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.48 4.25 4.16 5/264 981358
/proc/meminfo: memFree=125787056/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=344460 memory=321616 CPUtime=3452.37 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 106217 0 0 0 345026 211 0 0 20 0 1 0 185584978 352727040 80404 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 86115 80404 421 379 0 85649 0
Current children cumulated CPU time: 3452.37 s
Current children cumulated vsize: 354392 KiB
Current children cumulated memory: 324296 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.22 4.15 5/263 981368
/proc/meminfo: memFree=125433664/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=476720 memory=446544 CPUtime=3512.19 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 106960 0 0 0 351006 213 0 0 20 0 1 0 185584978 488161280 111636 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 119180 111636 421 379 0 118714 0
Current children cumulated CPU time: 3512.19 s
Current children cumulated vsize: 486652 KiB
Current children cumulated memory: 449224 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.21 4.15 5/262 981380
/proc/meminfo: memFree=125428708/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=691644 memory=557136 CPUtime=3572.02 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 107639 0 0 0 356987 215 0 0 20 0 1 0 185584978 708243456 139284 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 172911 139284 421 379 0 172445 0
Current children cumulated CPU time: 3572.02 s
Current children cumulated vsize: 701576 KiB
Current children cumulated memory: 559816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.12 4.19 4.15 5/262 981386
/proc/meminfo: memFree=125606504/131524600 swapFree=130799128/131071996
[pid=979374] ppid=979371 vsize=9932 memory=2680 CPUtime=0 cores=1,3
/proc/979374/stat : 979374 (naps-1.02b5.sh) S 979371 979374 977007 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 185584977 10170368 670 134679101440 94157381824512 94157382903832 140720538877856 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94157385002288 94157385049476 94157391089664 140720538887135 140720538887262 140720538887262 140720538894278 0
/proc/979374/statm: 2483 670 590 264 0 134 0
[pid=979379] ppid=979374 vsize=263072 memory=249956 CPUtime=3600.04 cores=1,3
/proc/979379/stat : 979379 (naps-1.02b5) R 979374 979374 977007 0 -1 4194304 109175 0 0 0 359785 219 0 0 20 0 1 0 185584978 269385728 62489 134679101440 4194304 5746509 140733422357792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8331264 140733422359534 140733422359648 140733422359648 140733422366665 0
/proc/979379/statm: 65768 62489 421 379 0 65302 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 273004 KiB
Current children cumulated memory: 252636 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.86 s, system=2.19581 s

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

Child status: 0

Real time (s): 3610.4
CPU time (s): 3600.06
CPU user time (s): 3597.86
CPU system time (s): 2.19581
CPU usage (%): 99.7135
Max. virtual memory (cumulated for all children) (KiB): 750896
Max. memory (cumulated for all children) (KiB): 575788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.86
system time used= 2.19581
maximum resident set size= 598428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109650
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= 103
involuntary context switches= 4594


# summary of solver processes directly reported to runsolver:
#   pid: 979374
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.86
#   total CPU system time (s): 2.19581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.14172 second user time and 19.447 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 22:24:31
IDJOB=4446471
IDBENCH=158262
IDSOLVER=3065
FILE ID=nodeC014/4446471-1721334258
RUNJOBID= nodeC014-1721330478-977019
SLURM_JOB_ID= 7542707
Free space on /tmp= 890020 MiB

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

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

MD5SUM BENCH= 963edb3c79c326322e0bda3e585d3232
RANDOM SEED=1597662113

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126233332 kB
MemAvailable:   129438984 kB
Buffers:          460176 kB
Cached:          3548516 kB
SwapCached:        12892 kB
Active:          1443240 kB
Inactive:        3260596 kB
Active(anon):       9372 kB
Inactive(anon):   706072 kB
Active(file):    1433868 kB
Inactive(file):  2554524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799128 kB
Dirty:              5212 kB
Writeback:             0 kB
AnonPages:        685980 kB
Mapped:            54488 kB
Shmem:             20624 kB
KReclaimable:     113812 kB
Slab:             211728 kB
SReclaimable:     113812 kB
SUnreclaim:        97916 kB
KernelStack:        4172 kB
PageTables:        10980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1336500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC014 at 2024-07-18 23:24:41