Trace number 4451621

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.08 3609.7

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v101-n3.opb
MD5SUMff2431c9aac399448d9270c6fef4de20
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.378551
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-4451621-1721429797.opb
3600.06/3609.70	c 
3600.06/3609.70	c *** TERMINATED *** by signal 15
3600.06/3609.70	s UNKNOWN
3600.06/3609.70	c _____________________________________________________________________________
3600.06/3609.70	c 
3600.06/3609.70	c std/band forms        : 101,0
3600.06/3609.70	c 2cl/3cl ITE-codings   : 404,0
3600.06/3609.70	c BDD/srt/adr Max costs : 9,0,0
3600.06/3609.70	c BDDraw/bin/mul/srt/adr: 101,0,0,0,0
3600.06/3609.70	c BDD nodes             : 1010
3600.06/3609.70	c Es1/CC detections     : 0,0
3600.06/3609.70	c SAT/UNSAT calls       : 0,0
3600.06/3609.70	c regenrated variables  : 0
3600.06/3609.70	c restarts              : 0
3600.06/3609.70	c conflicts             : 0              (0 /sec)
3600.06/3609.70	c decisions             : 0              (0 /sec)
3600.06/3609.70	c propagations          : 0              (0 /sec)
3600.06/3609.70	c inspects              : 0              (0 /sec)
3600.06/3609.70	c CPU time (solving tm) : 3599 s        (3599 s)
3600.06/3609.70	c Time for Opt-base     : 0 s
3600.06/3609.70	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 (62771 MiB free)
  memory of node 1: 64510 MiB (61456 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451621-1721429797/watcher-4451621-1721429797 -o /tmp/evaluation-result-4451621-1721429797/solver-4451621-1721429797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023496 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4451621-1721429797.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
LinuxS4.18.0-301.1.el8.x86_64
LinuxS4.18.0-301.1.el8.x86_64
Current StackSize limit: 8192 KiB

solver pid=1027116, runsolver pid=1027113

[startup+0.100474 s]*
/proc/loadavg: 4.16 4.22 4.21 5/247 1027121
/proc/meminfo: memFree=127207668/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=4396 memory=3304 CPUtime=0.09 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 510 0 0 0 9 0 0 0 20 0 1 0 195136059 4501504 826 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 1099 826 421 379 0 633 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 14328 KiB
Current children cumulated memory: 6000 KiB

[startup+0.213483 s]*
/proc/loadavg: 4.16 4.22 4.21 5/247 1027121
/proc/meminfo: memFree=127206712/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=6048 memory=4096 CPUtime=0.19 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 683 0 0 0 19 0 0 0 20 0 1 0 195136059 6193152 1024 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 1512 1024 421 379 0 1046 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 15980 KiB
Current children cumulated memory: 6792 KiB

[startup+0.312323 s]*
/proc/loadavg: 4.16 4.22 4.21 5/247 1027121
/proc/meminfo: memFree=127204836/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=7696 memory=5944 CPUtime=0.29 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 1162 0 0 0 29 0 0 0 20 0 1 0 195136059 7880704 1486 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 1924 1486 421 379 0 1458 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 17628 KiB
Current children cumulated memory: 8640 KiB

[startup+0.700353 s]
/proc/loadavg: 4.16 4.22 4.21 6/247 1027121
/proc/meminfo: memFree=127200240/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=12776 memory=11156 CPUtime=0.66 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 1967 0 0 0 66 0 0 0 20 0 1 0 195136059 13082624 2789 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 3194 2789 421 379 0 2728 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 22708 KiB
Current children cumulated memory: 13852 KiB

[startup+1.5004 s]
/proc/loadavg: 4.16 4.22 4.21 5/247 1027121
/proc/meminfo: memFree=127196484/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=21540 memory=20260 CPUtime=1.46 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 3189 0 0 0 146 0 0 0 20 0 1 0 195136059 22056960 5065 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 5385 5065 421 379 0 4919 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 31472 KiB
Current children cumulated memory: 22956 KiB

[startup+3.1129 s]
/proc/loadavg: 4.16 4.22 4.21 5/247 1027121
/proc/meminfo: memFree=127154104/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=24292 memory=21084 CPUtime=3.07 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 4219 0 0 0 306 1 0 0 20 0 1 0 195136059 24875008 5271 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 6073 5271 421 379 0 5607 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 34224 KiB
Current children cumulated memory: 23780 KiB

[startup+6.30041 s]
/proc/loadavg: 4.15 4.22 4.21 5/247 1027123
/proc/meminfo: memFree=127129224/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=40292 memory=33944 CPUtime=6.25 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 4475 0 0 0 624 1 0 0 20 0 1 0 195136059 41259008 8486 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 10073 8486 421 379 0 9607 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 50224 KiB
Current children cumulated memory: 36640 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.22 4.21 5/247 1027123
/proc/meminfo: memFree=127167572/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=47980 memory=46992 CPUtime=12.63 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 5246 0 0 0 1261 2 0 0 20 0 1 0 195136059 49131520 11748 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 11995 11748 421 379 0 11529 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 57912 KiB
Current children cumulated memory: 49688 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.20 4.20 5/247 1027124
/proc/meminfo: memFree=127153664/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=78328 memory=55320 CPUtime=25.4 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 6273 0 0 0 2537 3 0 0 20 0 1 0 195136059 80207872 13830 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 19582 13830 421 379 0 19116 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 88260 KiB
Current children cumulated memory: 58016 KiB

[startup+51.1131 s]
/proc/loadavg: 4.19 4.22 4.21 5/247 1027129
/proc/meminfo: memFree=127145108/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=78328 memory=59452 CPUtime=50.94 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 6452 0 0 0 5091 3 0 0 20 0 1 0 195136059 80207872 14863 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 19582 14863 421 379 0 19116 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 88260 KiB
Current children cumulated memory: 62148 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.21 4.20 5/247 1027137
/proc/meminfo: memFree=127099120/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=78328 memory=59452 CPUtime=102 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 7082 0 0 0 10192 8 0 0 20 0 1 0 195136059 80207872 14863 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 19582 14863 421 379 0 19116 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 88260 KiB
Current children cumulated memory: 62148 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.22 4.20 5/249 1027318
/proc/meminfo: memFree=127067436/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=140420 memory=135964 CPUtime=161.84 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 8223 0 0 0 16171 13 0 0 20 0 1 0 195136059 143790080 33991 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 35105 33991 421 379 0 34639 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 150352 KiB
Current children cumulated memory: 138660 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.20 4.20 5/249 1027328
/proc/meminfo: memFree=127035868/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=140420 memory=137976 CPUtime=221.68 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 9276 0 0 0 22152 16 0 0 20 0 1 0 195136059 143790080 34494 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 35105 34494 421 379 0 34639 0
Current children cumulated CPU time: 221.68 s

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

/proc/loadavg: 4.15 4.15 4.16 5/245 1028569
/proc/meminfo: memFree=126836560/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=272252 memory=230232 CPUtime=3094.15 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 69228 0 0 0 309289 126 0 0 20 0 1 0 195136059 278786048 57558 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 68063 57558 421 379 0 67597 0
Current children cumulated CPU time: 3094.15 s
Current children cumulated vsize: 282184 KiB
Current children cumulated memory: 232928 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.17 4.17 5/245 1028580
/proc/meminfo: memFree=126837348/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=272252 memory=258904 CPUtime=3153.97 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 69242 0 0 0 315270 127 0 0 20 0 1 0 195136059 278786048 64726 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 68063 64726 421 379 0 67597 0
Current children cumulated CPU time: 3153.97 s
Current children cumulated vsize: 282184 KiB
Current children cumulated memory: 261600 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.16 4.17 5/245 1028590
/proc/meminfo: memFree=126921584/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=191344 memory=187392 CPUtime=3213.78 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 70125 0 0 0 321250 128 0 0 20 0 1 0 195136059 195936256 46848 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 47836 46848 421 379 0 47370 0
Current children cumulated CPU time: 3213.78 s
Current children cumulated vsize: 201276 KiB
Current children cumulated memory: 190088 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.15 4.16 5/247 1028604
/proc/meminfo: memFree=126787096/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=272252 memory=226224 CPUtime=3273.61 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 71262 0 0 0 327230 131 0 0 20 0 1 0 195136059 278786048 56556 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 68063 56556 421 379 0 67597 0
Current children cumulated CPU time: 3273.61 s
Current children cumulated vsize: 282184 KiB
Current children cumulated memory: 228920 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.13 4.15 5/247 1028614
/proc/meminfo: memFree=126798908/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=272252 memory=254976 CPUtime=3333.43 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 71386 0 0 0 333212 131 0 0 20 0 1 0 195136059 278786048 63744 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 68063 63744 421 379 0 67597 0
Current children cumulated CPU time: 3333.43 s
Current children cumulated vsize: 282184 KiB
Current children cumulated memory: 257672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.14 4.15 5/247 1028625
/proc/meminfo: memFree=126711352/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=353640 memory=279528 CPUtime=3393.24 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 71913 0 0 0 339192 132 0 0 20 0 1 0 195136059 362127360 69882 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 88410 69882 421 379 0 87944 0
Current children cumulated CPU time: 3393.24 s
Current children cumulated vsize: 363572 KiB
Current children cumulated memory: 282224 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.15 5/247 1028685
/proc/meminfo: memFree=126947180/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=222164 memory=218280 CPUtime=3453.07 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 72821 0 0 0 345172 135 0 0 20 0 1 0 195136059 227495936 54570 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 55541 54570 421 379 0 55075 0
Current children cumulated CPU time: 3453.07 s
Current children cumulated vsize: 232096 KiB
Current children cumulated memory: 220976 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.15 4.15 5/247 1028696
/proc/meminfo: memFree=126880720/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=272252 memory=249000 CPUtime=3512.89 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 73450 0 0 0 351153 136 0 0 20 0 1 0 195136059 278786048 62250 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 68063 62250 421 379 0 67597 0
Current children cumulated CPU time: 3512.89 s
Current children cumulated vsize: 282184 KiB
Current children cumulated memory: 251696 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.18 4.17 5/247 1029092
/proc/meminfo: memFree=126916196/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=353640 memory=275428 CPUtime=3572.73 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 73896 0 0 0 357137 136 0 0 20 0 1 0 195136059 362127360 68857 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 88410 68857 421 379 0 87944 0
Current children cumulated CPU time: 3572.73 s
Current children cumulated vsize: 363572 KiB
Current children cumulated memory: 278124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.25 4.18 4.17 5/247 1029098
/proc/meminfo: memFree=126994328/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=191344 memory=187728 CPUtime=3600.06 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 74350 0 0 0 359869 137 0 0 20 0 1 0 195136059 195936256 46932 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 47836 46932 421 379 0 47370 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 201276 KiB
Current children cumulated memory: 190424 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.7 s, system=1.38169 s

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

[startup+3609.7 s]
/proc/loadavg: 4.25 4.18 4.17 5/247 1029098
/proc/meminfo: memFree=126994328/131655788 swapFree=131071996/131071996
[pid=1027116] ppid=1027113 vsize=9932 memory=2696 CPUtime=0 cores=4,6
/proc/1027116/stat : 1027116 (naps-1.02b5.sh) S 1027113 1027116 1023485 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 195136058 10170368 674 134679101440 94360720662528 94360721741848 140736998576928 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94360723840304 94360723887492 94360745144320 140736998585310 140736998585437 140736998585437 140736998592454 0
/proc/1027116/statm: 2483 674 596 264 0 134 0
[pid=1027121] ppid=1027116 vsize=191344 memory=187728 CPUtime=3600.06 cores=4,6
/proc/1027121/stat : 1027121 (naps-1.02b5) R 1027116 1027116 1023485 0 -1 4194304 74350 0 0 0 359869 137 0 0 20 0 1 0 195136059 195936256 46932 134679101440 4194304 5746509 140722552722096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 20434944 140722552726509 140722552726623 140722552726623 140722552733641 0
/proc/1027121/statm: 47836 46932 421 379 0 47370 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 201276 KiB
Current children cumulated memory: 190424 KiB

Child status: 0

Real time (s): 3609.7
CPU time (s): 3600.08
CPU user time (s): 3598.7
CPU system time (s): 1.38169
CPU usage (%): 99.7334
Max. virtual memory (cumulated for all children) (KiB): 412892
Max. memory (cumulated for all children) (KiB): 309876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.7
system time used= 1.38169
maximum resident set size= 313640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74835
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= 24
involuntary context switches= 4125


# summary of solver processes directly reported to runsolver:
#   pid: 1027116
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.7
#   total CPU system time (s): 1.38169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.3705 second user time and 31.8366 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-20 00:56:49
IDJOB=4451621
IDBENCH=162590
IDSOLVER=3065
FILE ID=nodeC008/4451621-1721429797
RUNJOBID= nodeC008-1721425134-1023496
SLURM_JOB_ID= 7545614
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v101-n3.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451621-1721429797/watcher-4451621-1721429797 -o /tmp/evaluation-result-4451621-1721429797/solver-4451621-1721429797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023496 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4451621-1721429797.opb

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

MD5SUM BENCH= ff2431c9aac399448d9270c6fef4de20
RANDOM SEED=1728422918

nodeC008.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		: 3676.513
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	: 6983.91
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		: 3588.817
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.274
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	: 6983.91
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.362
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		: 3623.731
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	: 6983.91
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		: 3665.302
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.247
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	: 6983.91
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.377
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:        127210400 kB
MemAvailable:   129554276 kB
Buffers:          579172 kB
Cached:          2590836 kB
SwapCached:            0 kB
Active:          1098124 kB
Inactive:        2751744 kB
Active(anon):       1532 kB
Inactive(anon):   724216 kB
Active(file):    1096592 kB
Inactive(file):  2027528 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3968 kB
Writeback:             0 kB
AnonPages:        679536 kB
Mapped:           111968 kB
Shmem:             45896 kB
KReclaimable:     119572 kB
Slab:             225416 kB
SReclaimable:     119572 kB
SUnreclaim:       105844 kB
KernelStack:        3980 kB
PageTables:        10496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1155020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60736 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC008 at 2024-07-20 01:56:58