Trace number 4446019

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.03? (TO) 3600.05 3609.4

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-133.opb
MD5SUMbf76f01107fc6e0f0d7316d8818a221b
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 variables48253
Total number of constraints1119563
Number of constraints which are clauses1005877
Number of constraints which are cardinality constraints (but not clauses)3541
Number of constraints which are nor clauses,nor cardinality constraints110145
Minimum length of a constraint1
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4446019-1721328658.opb
3600.03/3609.40	c 
3600.03/3609.40	c *** TERMINATED *** by signal 15
3600.03/3609.40	s UNKNOWN
3600.03/3609.40	c _____________________________________________________________________________
3600.03/3609.40	c std/band forms        : 113663,0
3600.03/3609.40	c 2cl/3cl ITE-codings   : 104900,0
3600.03/3609.40	c BDD/srt/adr Max costs : 5,119,0
3600.03/3609.40	c BDDraw/bin/mul/srt/adr: 110145,0,0,3518,0
3600.03/3609.40	c BDD nodes             : 650380
3600.03/3609.40	c Es1/CC detections     : 0,0
3600.03/3609.40	c CC sort               : 3517
3600.03/3609.40	c SAT/UNSAT calls       : 0,0
3600.03/3609.40	c regenrated variables  : 0
3600.03/3609.40	c eliminated fixed lits : 24225
3600.03/3609.40	c goal lit flips        : 0
3600.03/3609.40	c goal stages           : 0
3600.03/3609.40	c goal shrink           : 0
3600.03/3609.40	c goal coeff separations: 0
3600.03/3609.40	c restarts              : 0
3600.03/3609.40	c conflicts             : 0              (0 /sec)
3600.03/3609.40	c decisions             : 0              (0 /sec)
3600.03/3609.40	c propagations          : 0              (0 /sec)
3600.03/3609.40	c inspects              : 0              (0 /sec)
3600.03/3609.40	c CPU time (solving tm) : 3599 s        (3589 s, SAT 0 s, UNSAT 0 s)
3600.03/3609.40	c Time for Opt-base     : 0.01584 s
3600.03/3609.40	c Steps for Opt-base    : 0
3600.03/3609.40	c Time for BDD coding   : 1.381 s
3600.03/3609.40	c Time for srt coding   : 0.02833 s
3600.03/3609.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 (61381 MiB free)
  memory of node 1: 64510 MiB (61560 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446019-1721328658/watcher-4446019-1721328658 -o /tmp/evaluation-result-4446019-1721328658/solver-4446019-1721328658 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721328665-945239 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4446019-1721328658.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=945512, runsolver pid=945509
Current StackSize limit: 8192 KiB


[startup+0.100448 s]*
/proc/loadavg: 1.45 1.66 2.58 5/260 945517
/proc/meminfo: memFree=125888508/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=6168 memory=4240 CPUtime=0.09 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 663 0 0 0 9 0 0 0 20 0 1 0 185026451 6316032 1060 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 1542 1060 500 659 0 746 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 16100 KiB
Current children cumulated memory: 7076 KiB

[startup+0.206449 s]*
/proc/loadavg: 1.45 1.66 2.58 5/260 945517
/proc/meminfo: memFree=125885804/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=8760 memory=6724 CPUtime=0.19 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 1258 0 0 0 19 0 0 0 20 0 1 0 185026451 8970240 1681 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 2190 1681 500 659 0 1394 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18692 KiB
Current children cumulated memory: 9560 KiB

[startup+0.304561 s]*
/proc/loadavg: 1.45 1.66 2.58 5/260 945517
/proc/meminfo: memFree=125883612/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=10804 memory=8908 CPUtime=0.29 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 1809 0 0 0 29 0 0 0 20 0 1 0 185026451 11063296 2227 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 2701 2227 500 659 0 1905 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 20736 KiB
Current children cumulated memory: 11744 KiB

[startup+0.700178 s]
/proc/loadavg: 1.65 1.70 2.59 5/260 945517
/proc/meminfo: memFree=125879020/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=21816 memory=18032 CPUtime=0.67 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 4137 0 0 0 67 0 0 0 20 0 1 0 185026451 22339584 4508 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 5454 4508 500 659 0 4658 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 31748 KiB
Current children cumulated memory: 20868 KiB

[startup+1.50017 s]
/proc/loadavg: 1.65 1.70 2.59 5/260 945517
/proc/meminfo: memFree=125867416/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=45644 memory=37852 CPUtime=1.48 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 8757 0 0 0 147 1 0 0 20 0 1 0 185026451 46739456 9463 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 11411 9463 500 659 0 10615 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 55576 KiB
Current children cumulated memory: 40688 KiB

[startup+3.10548 s]
/proc/loadavg: 1.65 1.70 2.59 5/260 945519
/proc/meminfo: memFree=125821980/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=89228 memory=77068 CPUtime=3.08 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 16826 0 0 0 305 3 0 0 20 0 1 0 185026451 91369472 19267 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 22307 19267 500 659 0 21511 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 99160 KiB
Current children cumulated memory: 79904 KiB

[startup+6.30017 s]
/proc/loadavg: 1.84 1.73 2.59 5/260 945519
/proc/meminfo: memFree=125749604/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=175348 memory=147680 CPUtime=6.27 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 31580 0 0 0 621 6 0 0 20 0 1 0 185026451 179556352 36920 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 43837 36920 500 659 0 43041 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 185280 KiB
Current children cumulated memory: 150516 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 1.77 2.60 5/260 945570
/proc/meminfo: memFree=125517344/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=371020 memory=304188 CPUtime=12.65 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 57843 0 0 0 1244 21 0 0 20 0 1 0 185026451 379924480 76047 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 92755 76047 532 659 0 91959 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 380952 KiB
Current children cumulated memory: 307024 KiB

[startup+25.5003 s]
/proc/loadavg: 2.32 1.85 2.62 5/260 945572
/proc/meminfo: memFree=125512248/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=346104 memory=317532 CPUtime=25.42 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 60963 0 0 0 2519 23 0 0 20 0 1 0 185026451 354410496 79383 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 86526 79383 532 659 0 85730 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 356036 KiB
Current children cumulated memory: 320368 KiB

[startup+51.1057 s]
/proc/loadavg: 2.98 2.05 2.66 5/261 945576
/proc/meminfo: memFree=125473044/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=411640 memory=323676 CPUtime=50.96 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 62256 0 0 0 5072 24 0 0 20 0 1 0 185026451 421519360 80919 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 102910 80919 532 659 0 102114 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 421572 KiB
Current children cumulated memory: 326512 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.37 2.74 5/261 945586
/proc/meminfo: memFree=125495772/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=317512 memory=293080 CPUtime=102.04 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 63945 0 0 0 10178 26 0 0 20 0 1 0 185026451 325132288 73270 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 79378 73270 532 659 0 78582 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 327444 KiB
Current children cumulated memory: 295916 KiB

[startup+162.3 s]
/proc/loadavg: 4.30 2.79 2.86 5/261 945597
/proc/meminfo: memFree=125430932/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=337736 CPUtime=161.88 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 65552 0 0 0 16160 28 0 0 20 0 1 0 185026451 425795584 84434 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 84434 532 659 0 103158 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 340572 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 3.03 2.94 6/261 945609
/proc/meminfo: memFree=125444820/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=350280 memory=310928 CPUtime=221.74 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 66576 0 0 0 22144 30 0 0 20 0 1 0 185026451 358686720 77732 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 87570 77732 532 659 0 86774 0
Current children cumulated CPU time: 221.74 s

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

/proc/loadavg: 4.18 4.17 4.10 5/260 947547
/proc/meminfo: memFree=125381956/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=374600 CPUtime=3034.54 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 105793 0 0 0 303357 97 0 0 20 0 1 0 185026451 425795584 93650 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 93650 532 659 0 103158 0
Current children cumulated CPU time: 3034.54 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 377436 KiB

[startup+3102.3 s]
/proc/loadavg: 4.76 4.31 4.15 5/260 947558
/proc/meminfo: memFree=125376244/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=362312 CPUtime=3094.35 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 106632 0 0 0 309337 98 0 0 20 0 1 0 185026451 425795584 90578 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 90578 532 659 0 103158 0
Current children cumulated CPU time: 3094.35 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 365148 KiB

[startup+3162.3 s]
/proc/loadavg: 4.82 4.41 4.19 5/260 947569
/proc/meminfo: memFree=125354160/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=376648 CPUtime=3154.22 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 106754 0 0 0 315323 99 0 0 20 0 1 0 185026451 425795584 94162 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 94162 532 659 0 103158 0
Current children cumulated CPU time: 3154.22 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 379484 KiB

[startup+3222.3 s]
/proc/loadavg: 4.73 4.46 4.22 5/260 947581
/proc/meminfo: memFree=125370284/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=354120 CPUtime=3214.08 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 107597 0 0 0 321308 100 0 0 20 0 1 0 185026451 425795584 88530 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 88530 532 659 0 103158 0
Current children cumulated CPU time: 3214.08 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 356956 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.40 4.21 5/258 947591
/proc/meminfo: memFree=125372436/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=354000 CPUtime=3273.92 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 109154 0 0 0 327289 103 0 0 20 0 1 0 185026451 425795584 88500 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 88500 532 659 0 103158 0
Current children cumulated CPU time: 3273.92 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 356836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.34 4.20 5/258 947601
/proc/meminfo: memFree=125353124/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=366408 CPUtime=3333.73 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 109267 0 0 0 333270 103 0 0 20 0 1 0 185026451 425795584 91602 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 91602 532 659 0 103158 0
Current children cumulated CPU time: 3333.73 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 369244 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.29 4.19 5/258 947612
/proc/meminfo: memFree=125364740/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=349936 CPUtime=3393.55 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 110117 0 0 0 339250 105 0 0 20 0 1 0 185026451 425795584 87484 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 87484 532 659 0 103158 0
Current children cumulated CPU time: 3393.55 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 352772 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.25 4.18 5/258 947622
/proc/meminfo: memFree=125351588/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=362312 CPUtime=3453.37 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 110975 0 0 0 345230 107 0 0 20 0 1 0 185026451 425795584 90578 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 90578 532 659 0 103158 0
Current children cumulated CPU time: 3453.37 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 365148 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.22 4.17 5/258 947632
/proc/meminfo: memFree=125365240/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=415816 memory=360264 CPUtime=3513.19 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 111825 0 0 0 351211 108 0 0 20 0 1 0 185026451 425795584 90066 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 103954 90066 532 659 0 103158 0
Current children cumulated CPU time: 3513.19 s
Current children cumulated vsize: 425748 KiB
Current children cumulated memory: 363100 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.19 4.17 5/260 947647
/proc/meminfo: memFree=125374392/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=350280 memory=329420 CPUtime=3573.01 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 112159 0 0 0 357192 109 0 0 20 0 1 0 185026451 358686720 82355 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 87570 82355 532 659 0 86774 0
Current children cumulated CPU time: 3573.01 s
Current children cumulated vsize: 360212 KiB
Current children cumulated memory: 332256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.18 4.21 4.17 5/261 947752
/proc/meminfo: memFree=125290336/131524600 swapFree=131071996/131071996
[pid=945512] ppid=945509 vsize=9932 memory=2836 CPUtime=0 cores=4,6
/proc/945512/stat : 945512 (naps-1.03.sh) S 945509 945512 945228 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 185026451 10170368 709 134679101440 94867822776320 94867823855640 140731029378640 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94867825954096 94867826001284 94867832246272 140731029382115 140731029382240 140731029382240 140731029389256 0
/proc/945512/statm: 2483 709 633 264 0 134 0
[pid=945517] ppid=945512 vsize=350280 memory=335688 CPUtime=3600.03 cores=4,6
/proc/945517/stat : 945517 (naps-1.03) R 945512 945512 945228 0 -1 4194304 112188 0 0 0 359893 110 0 0 20 0 1 0 185026451 358686720 83922 134679101440 4194304 6891213 140736779935184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 31088640 140736779936756 140736779936868 140736779936868 140736779943883 0
/proc/945517/statm: 87570 83922 532 659 0 86774 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 360212 KiB
Current children cumulated memory: 338524 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.94 s, system=1.10562 s

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

Child status: 10

Real time (s): 3609.4
CPU time (s): 3600.05
CPU user time (s): 3598.94
CPU system time (s): 1.10562
CPU usage (%): 99.7408
Max. virtual memory (cumulated for all children) (KiB): 425748
Max. memory (cumulated for all children) (KiB): 385628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.94
system time used= 1.10562
maximum resident set size= 382792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112670
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= 44
involuntary context switches= 2530


# summary of solver processes directly reported to runsolver:
#   pid: 945512
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3598.94
#   total CPU system time (s): 1.10562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13244 second user time and 18.7557 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 20:51:10
IDJOB=4446019
IDBENCH=155423
IDSOLVER=3063
FILE ID=nodeC016/4446019-1721328658
RUNJOBID= nodeC016-1721328665-945239
SLURM_JOB_ID= 7542689
Free space on /tmp= 890020 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-133.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446019-1721328658/watcher-4446019-1721328658 -o /tmp/evaluation-result-4446019-1721328658/solver-4446019-1721328658 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721328665-945239 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4446019-1721328658.opb

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

MD5SUM BENCH= bf76f01107fc6e0f0d7316d8818a221b
RANDOM SEED=1154953245

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125892940 kB
MemAvailable:   129672460 kB
Buffers:          359588 kB
Cached:          4255172 kB
SwapCached:            0 kB
Active:           562704 kB
Inactive:        4459084 kB
Active(anon):       1584 kB
Inactive(anon):   443180 kB
Active(file):     561120 kB
Inactive(file):  4015904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             72404 kB
Writeback:            52 kB
AnonPages:        405356 kB
Mapped:           112800 kB
Shmem:             37720 kB
KReclaimable:      84288 kB
Slab:             194248 kB
SReclaimable:      84288 kB
SUnreclaim:       109960 kB
KernelStack:        4208 kB
PageTables:        10440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     785560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69888 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890012 MiB
End job on nodeC016 at 2024-07-18 21:51:20