Trace number 4457564

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 NameAnswerobjective functionCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.24 3610.62

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/almost_strongly_correlated/
normalized-knapPI_5_2000_10000_5_-952740.opb
MD5SUMe208dfd6470fdaec043d153d73efd29c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1487946
Best CPU time to get the best result obtained on this benchmark1.24185
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints1
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint10000
Maximum length of a constraint10000
Number of terms in the objective function 10000
Biggest coefficient in the objective function 11005
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 59628641
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 485650
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 59628641
Number of bits of the biggest sum of numbers26
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-4457564-1721865123.opb
3600.01/3610.40	c 
3600.01/3610.40	c *** TERMINATED *** by signal 15
3600.01/3610.40	s UNKNOWN
3600.01/3610.40	c _____________________________________________________________________________
3600.01/3610.40	c 
3600.01/3610.40	c std/band forms        : 2,0
3600.01/3610.40	c 2cl/3cl ITE-codings   : 0,0
3600.01/3610.40	c BDD/srt/adr Max costs : 0,0,106652
3600.01/3610.40	c BDDraw/bin/mul/srt/adr: 0,0,1,0,1
3600.01/3610.40	c BDD nodes             : 11649441
3600.01/3610.40	c Es1/CC detections     : 0,0
3600.01/3610.40	c SAT/UNSAT calls       : 0,0
3600.01/3610.40	c regenrated variables  : 0
3600.01/3610.40	c restarts              : 0
3600.01/3610.40	c conflicts             : 0              (0 /sec)
3600.01/3610.40	c decisions             : 0              (0 /sec)
3600.01/3610.40	c propagations          : 0              (0 /sec)
3600.01/3610.40	c inspects              : 0              (0 /sec)
3600.01/3610.40	c CPU time (solving tm) : 3584 s        (3441 s)
3600.01/3610.40	c Time for Opt-base     : 11.94 s
3600.01/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: 64059 MiB (42350 MiB free)
  memory of node 1: 64510 MiB (55627 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457564-1721865123/watcher-4457564-1721865123 -o /tmp/evaluation-result-4457564-1721865123/solver-4457564-1721865123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721865123-209574 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4457564-1721865123.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=209648, runsolver pid=209642
Current StackSize limit: 8192 KiB


[startup+0.10044 s]*
/proc/loadavg: 0.13 0.09 0.09 6/248 209653
/proc/meminfo: memFree=100304996/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=15392 memory=10164 CPUtime=0.1 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 2197 0 0 0 9 1 0 0 20 0 1 0 22501373 15761408 2541 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 3848 2541 405 379 0 3382 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25324 KiB
Current children cumulated memory: 12836 KiB

[startup+0.213101 s]*
/proc/loadavg: 0.13 0.09 0.09 7/248 209653
/proc/meminfo: memFree=100280804/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=14776 memory=9624 CPUtime=0.21 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 2205 0 0 0 20 1 0 0 20 0 1 0 22501373 15130624 2406 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 3694 2406 405 379 0 3228 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 24708 KiB
Current children cumulated memory: 12296 KiB

[startup+0.313067 s]*
/proc/loadavg: 0.13 0.09 0.09 7/248 209653
/proc/meminfo: memFree=100268276/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=14776 memory=9624 CPUtime=0.31 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 2205 0 0 0 30 1 0 0 20 0 1 0 22501373 15130624 2406 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 3694 2406 405 379 0 3228 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 24708 KiB
Current children cumulated memory: 12296 KiB

[startup+0.700357 s]
/proc/loadavg: 0.13 0.09 0.09 7/248 209653
/proc/meminfo: memFree=100247812/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=14776 memory=9624 CPUtime=0.68 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 2205 0 0 0 67 1 0 0 20 0 1 0 22501373 15130624 2406 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 3694 2406 405 379 0 3228 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 24708 KiB
Current children cumulated memory: 12296 KiB

[startup+1.50042 s]
/proc/loadavg: 0.13 0.09 0.09 5/242 209661
/proc/meminfo: memFree=100201464/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=87432 memory=81840 CPUtime=1.48 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 20543 0 0 0 143 5 0 0 20 0 1 0 22501373 89530368 20460 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 21858 20460 421 379 0 21392 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 97364 KiB
Current children cumulated memory: 84512 KiB

[startup+3.11327 s]
/proc/loadavg: 0.52 0.17 0.12 6/248 209705
/proc/meminfo: memFree=99694288/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=216936 memory=211208 CPUtime=3.08 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 52809 0 0 0 296 12 0 0 20 0 1 0 22501373 222142464 52802 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 54234 52802 421 379 0 53768 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 226868 KiB
Current children cumulated memory: 213880 KiB

[startup+6.30045 s]
/proc/loadavg: 0.52 0.17 0.12 6/248 209705
/proc/meminfo: memFree=98840532/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=465944 memory=456380 CPUtime=6.27 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 110941 0 0 0 604 23 0 0 20 0 1 0 22501373 477126656 114095 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 116486 114095 421 379 0 116020 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 475876 KiB
Current children cumulated memory: 459052 KiB

[startup+12.7004 s]
/proc/loadavg: 1.06 0.30 0.16 6/248 209706
/proc/meminfo: memFree=97567172/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=912284 memory=906156 CPUtime=12.65 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 217399 0 0 0 1223 42 0 0 20 0 1 0 22501373 934178816 226539 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 228071 226539 421 379 0 227605 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 922216 KiB
Current children cumulated memory: 908828 KiB

[startup+25.5005 s]
/proc/loadavg: 1.51 0.42 0.20 6/248 209708
/proc/meminfo: memFree=95058980/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=1786300 memory=1775288 CPUtime=25.41 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 420738 0 0 0 2463 78 0 0 20 0 1 0 22501373 1829171200 443822 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 446575 443822 421 379 0 446109 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1796232 KiB
Current children cumulated memory: 1777960 KiB

[startup+51.1133 s]
/proc/loadavg: 2.43 0.73 0.31 6/248 209711
/proc/meminfo: memFree=91698504/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=3438192 memory=3409392 CPUtime=50.95 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 801902 0 0 0 4947 148 0 0 20 0 1 0 22501373 3520708608 852348 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 859548 852348 421 379 0 859082 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 3448124 KiB
Current children cumulated memory: 3412064 KiB

[startup+102.3 s]
/proc/loadavg: 3.49 1.31 0.53 6/248 209721
/proc/meminfo: memFree=88418476/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6622048 memory=6614252 CPUtime=102 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1545426 0 0 0 9914 286 0 0 20 0 1 0 22501373 6780977152 1653563 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1655512 1653563 421 379 0 1655046 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 6631980 KiB
Current children cumulated memory: 6616924 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 1.83 0.77 6/248 209731
/proc/meminfo: memFree=88312736/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6692864 memory=6682364 CPUtime=161.84 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1555628 0 0 0 15877 307 0 0 20 0 1 0 22501373 6853492736 1670591 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1673216 1670591 421 379 0 1672750 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 6702796 KiB
Current children cumulated memory: 6685036 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 2.28 0.99 6/249 210126
/proc/meminfo: memFree=88182988/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6711832 memory=6692760 CPUtime=221.67 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1561277 0 0 0 21831 336 0 0 20 0 1 0 22501373 6872915968 1673190 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1677958 1673190 421 379 0 1677492 0
Current children cumulated CPU time: 221.67 s

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

[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=7006388 memory=6875104 CPUtime=3093.49 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1618312 0 0 0 307887 1462 0 0 20 0 1 0 22501373 7174541312 1718776 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1751597 1718776 421 379 0 1751131 0
Current children cumulated CPU time: 3093.49 s
Current children cumulated vsize: 7016320 KiB
Current children cumulated memory: 6877776 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.13 4.04 6/248 211455
/proc/meminfo: memFree=87698676/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6742652 memory=6734300 CPUtime=3153.28 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1619916 0 0 0 313852 1476 0 0 20 0 1 0 22501373 6904475648 1683575 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1685663 1683575 421 379 0 1685197 0
Current children cumulated CPU time: 3153.28 s
Current children cumulated vsize: 6752584 KiB
Current children cumulated memory: 6736972 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.15 4.05 6/245 211466
/proc/meminfo: memFree=87694176/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6792740 memory=6783720 CPUtime=3213.09 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1621786 0 0 0 319819 1490 0 0 20 0 1 0 22501373 6955765760 1695930 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1698185 1695930 421 379 0 1697719 0
Current children cumulated CPU time: 3213.09 s
Current children cumulated vsize: 6802672 KiB
Current children cumulated memory: 6786392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.14 4.05 7/245 211476
/proc/meminfo: memFree=87727124/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6874128 memory=6832284 CPUtime=3272.91 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1623507 0 0 0 325787 1504 0 0 20 0 1 0 22501373 7039107072 1708071 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1718532 1708071 421 379 0 1718066 0
Current children cumulated CPU time: 3272.91 s
Current children cumulated vsize: 6884060 KiB
Current children cumulated memory: 6834956 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.05 7/245 211486
/proc/meminfo: memFree=87570608/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=7006388 memory=6875104 CPUtime=3332.71 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1625570 0 0 0 331754 1517 0 0 20 0 1 0 22501373 7174541312 1718776 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1751597 1718776 421 379 0 1751131 0
Current children cumulated CPU time: 3332.71 s
Current children cumulated vsize: 7016320 KiB
Current children cumulated memory: 6877776 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.05 6/245 211496
/proc/meminfo: memFree=87580548/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6792740 memory=6746476 CPUtime=3392.53 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1627957 0 0 0 337722 1531 0 0 20 0 1 0 22501373 6955765760 1686619 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1698185 1686619 421 379 0 1697719 0
Current children cumulated CPU time: 3392.53 s
Current children cumulated vsize: 6802672 KiB
Current children cumulated memory: 6749148 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.05 6/245 211507
/proc/meminfo: memFree=87630180/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6874128 memory=6795420 CPUtime=3452.34 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1630165 0 0 0 343693 1541 0 0 20 0 1 0 22501373 7039107072 1698855 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1718532 1698855 421 379 0 1718066 0
Current children cumulated CPU time: 3452.34 s
Current children cumulated vsize: 6884060 KiB
Current children cumulated memory: 6798092 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.14 4.06 6/247 211521
/proc/meminfo: memFree=87651664/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=6874128 memory=6846620 CPUtime=3512.16 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1631858 0 0 0 349665 1551 0 0 20 0 1 0 22501373 7039107072 1711655 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1718532 1711655 421 379 0 1718066 0
Current children cumulated CPU time: 3512.16 s
Current children cumulated vsize: 6884060 KiB
Current children cumulated memory: 6849292 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.13 4.06 6/247 211532
/proc/meminfo: memFree=87507000/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=7006388 memory=6889440 CPUtime=3571.99 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1634196 0 0 0 355637 1562 0 0 20 0 1 0 22501373 7174541312 1722360 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1751597 1722360 421 379 0 1751131 0
Current children cumulated CPU time: 3571.99 s
Current children cumulated vsize: 7016320 KiB
Current children cumulated memory: 6892112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.65 4.25 4.11 6/247 211536
/proc/meminfo: memFree=87432116/131655788 swapFree=131062644/131071996
[pid=209648] ppid=209642 vsize=9932 memory=2672 CPUtime=0 cores=1,3
/proc/209648/stat : 209648 (naps-1.02b5.sh) S 209642 209648 209562 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 22501372 10170368 668 134679101440 94227806990336 94227808069656 140728553144816 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94227810168112 94227810215300 94227834642432 140728553153504 140728553153631 140728553153631 140728553160646 0
/proc/209648/statm: 2483 668 590 264 0 134 0
[pid=209653] ppid=209648 vsize=7006388 memory=6911968 CPUtime=3600.01 cores=1,3
/proc/209653/stat : 209653 (naps-1.02b5) R 209648 209648 209562 0 -1 4194304 1635069 0 0 0 358435 1566 0 0 20 0 1 0 22501373 7174541312 1727992 134679101440 4194304 5746509 140725886199856 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 28663808 140725886202863 140725886202977 140725886202977 140725886209993 0
/proc/209653/statm: 1751597 1727992 421 379 0 1751131 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 7016320 KiB
Current children cumulated memory: 6914640 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.003055 s, system=0.004594 s

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

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

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

[startup+3610.61 s]
/proc/loadavg: 4.65 4.25 4.11 5/246 211536
/proc/meminfo: memFree=90989496/131655788 swapFree=131062644/131071996
Current cumulated CPU time of completed processes: 0.007649 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3610.62
CPU time (s): 3600.24
CPU user time (s): 3584.35
CPU system time (s): 15.8824
CPU usage (%): 99.7125
Max. virtual memory (cumulated for all children) (KiB): 7096460
Max. memory (cumulated for all children) (KiB): 6938836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.35
system time used= 15.8824
maximum resident set size= 6960764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1635533
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= 393
involuntary context switches= 4178


# summary of solver processes directly reported to runsolver:
#   pid: 209648,209653
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3584.35
#   total CPU system time (s): 15.8824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4156 second user time and 40.847 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-25 01:52:03
IDJOB=4457564
IDBENCH=176418
IDSOLVER=3065
FILE ID=nodeC003/4457564-1721865123
RUNJOBID= nodeC003-1721865123-209574
SLURM_JOB_ID= 8089200
Free space on /tmp= 723776 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/almost_strongly_correlated/normalized-knapPI_5_2000_10000_5_-952740.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457564-1721865123/watcher-4457564-1721865123 -o /tmp/evaluation-result-4457564-1721865123/solver-4457564-1721865123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721865123-209574 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4457564-1721865123.opb

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

MD5SUM BENCH= e208dfd6470fdaec043d153d73efd29c
RANDOM SEED=1302502652

nodeC003.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	: 0xb00001f
cpu MHz		: 1197.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.09
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	: 0xb00001f
cpu MHz		: 1197.274
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.278
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.09
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	: 0xb00001f
cpu MHz		: 1197.283
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.408
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.09
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	: 0xb00001f
cpu MHz		: 1197.271
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.272
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.09
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	: 0xb00001f
cpu MHz		: 1197.282
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        100331228 kB
MemAvailable:   129790808 kB
Buffers:          285212 kB
Cached:         29723184 kB
SwapCached:          968 kB
Active:          2474268 kB
Inactive:       27853888 kB
Active(anon):       2452 kB
Inactive(anon):   371068 kB
Active(file):    2471816 kB
Inactive(file): 27482820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131062644 kB
Dirty:             16004 kB
Writeback:             0 kB
AnonPages:        319260 kB
Mapped:           109240 kB
Shmem:             53440 kB
KReclaimable:     566688 kB
Slab:             680692 kB
SReclaimable:     566688 kB
SUnreclaim:       114004 kB
KernelStack:        3692 kB
PageTables:         9592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     608692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14752 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      394056 kB
DirectMap2M:    40404992 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC003 at 2024-07-25 02:52:14