Trace number 4450538

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-GM 1.03? (TO) 3600.1 3610.02

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-2.opb
MD5SUM47ea31a7c9031906789706eba8e52740
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 variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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 We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4450538-1721411360.opb
3600.08/3610.01	c 
3600.08/3610.01	c *** TERMINATED *** by signal 15
3600.08/3610.01	s UNKNOWN
3600.08/3610.01	c _____________________________________________________________________________
3600.08/3610.01	c std/band forms        : 0,756
3600.08/3610.01	c 2cl/3cl ITE-codings   : 0,11582
3600.08/3610.01	c BDD/srt/adr Max costs : 32,0,0
3600.08/3610.01	c BDDraw/bin/mul/srt/adr: 756,0,0,0,0
3600.08/3610.01	c BDD nodes             : 21069
3600.08/3610.01	c Es1/CC detections     : 0,0
3600.08/3610.01	c CC sort               : 0
3600.08/3610.01	c SAT/UNSAT calls       : 0,0
3600.08/3610.01	c regenrated variables  : 0
3600.08/3610.01	c eliminated fixed lits : 3921
3600.08/3610.01	c goal lit flips        : 0
3600.08/3610.01	c goal stages           : 0
3600.08/3610.01	c goal shrink           : 0
3600.08/3610.01	c goal coeff separations: 0
3600.08/3610.01	c restarts              : 0
3600.08/3610.01	c conflicts             : 0              (0 /sec)
3600.08/3610.01	c decisions             : 0              (0 /sec)
3600.08/3610.01	c propagations          : 0              (0 /sec)
3600.08/3610.01	c inspects              : 0              (0 /sec)
3600.08/3610.01	c CPU time (solving tm) : 3599 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.08/3610.01	c Time for Opt-base     : 0 s
3600.08/3610.01	c Steps for Opt-base    : 0
3600.08/3610.01	c Time for BDD coding   : 0.1964 s
3600.08/3610.01	c Time for srt coding   : 0 s
3600.08/3610.01	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: 64096 MiB (63084 MiB free)
  memory of node 1: 64473 MiB (63097 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450538-1721411360/watcher-4450538-1721411360 -o /tmp/evaluation-result-4450538-1721411360/solver-4450538-1721411360 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721411363-1022187 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4450538-1721411360.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1022564, runsolver pid=1022561
Current StackSize limit: 8192 KiB


[startup+0.100576 s]*
/proc/loadavg: 1.27 1.30 1.82 5/241 1022577
/proc/meminfo: memFree=129203916/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=8720 memory=2520 CPUtime=0.1 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 274 0 0 0 10 0 0 0 20 0 1 0 193293109 8929280 630 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 2180 630 436 659 0 1384 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18652 KiB
Current children cumulated memory: 5200 KiB

[startup+0.21295 s]*
/proc/loadavg: 1.27 1.30 1.82 5/243 1022583
/proc/meminfo: memFree=129212408/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=11844 memory=5688 CPUtime=0.21 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 1081 0 0 0 21 0 0 0 20 0 1 0 193293109 12128256 1422 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 2961 1422 436 659 0 2165 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 21776 KiB
Current children cumulated memory: 8368 KiB

[startup+0.31332 s]*
/proc/loadavg: 1.27 1.30 1.82 5/241 1022602
/proc/meminfo: memFree=129211336/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=13120 memory=7180 CPUtime=0.31 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 1424 0 0 0 31 0 0 0 20 0 1 0 193293109 13434880 1795 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 3280 1795 468 659 0 2484 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 23052 KiB
Current children cumulated memory: 9860 KiB

[startup+0.700409 s]
/proc/loadavg: 1.57 1.37 1.83 6/247 1022619
/proc/meminfo: memFree=129184564/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=20704 memory=16620 CPUtime=0.68 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 3376 0 0 0 67 1 0 0 20 0 1 0 193293109 21200896 4155 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 5176 4155 468 659 0 4380 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 30636 KiB
Current children cumulated memory: 19300 KiB

[startup+1.50042 s]
/proc/loadavg: 1.57 1.37 1.83 5/247 1022619
/proc/meminfo: memFree=129144248/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=19504 memory=16696 CPUtime=1.48 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 3619 0 0 0 147 1 0 0 20 0 1 0 193293109 19972096 4174 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 4876 4174 468 659 0 4080 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 29436 KiB
Current children cumulated memory: 19376 KiB

[startup+3.11276 s]
/proc/loadavg: 1.57 1.37 1.83 6/247 1022669
/proc/meminfo: memFree=129338584/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=24752 memory=20468 CPUtime=3.08 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 4872 0 0 0 307 1 0 0 20 0 1 0 193293109 25346048 5117 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 6188 5117 468 659 0 5392 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 34684 KiB
Current children cumulated memory: 23148 KiB

[startup+6.30042 s]
/proc/loadavg: 1.76 1.41 1.85 5/247 1022670
/proc/meminfo: memFree=129312484/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=30148 memory=27520 CPUtime=6.26 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 6103 0 0 0 625 1 0 0 20 0 1 0 193293109 30871552 6880 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 7537 6880 468 659 0 6741 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 40080 KiB
Current children cumulated memory: 30200 KiB

[startup+12.7004 s]
/proc/loadavg: 1.94 1.45 1.86 5/247 1022670
/proc/meminfo: memFree=129314488/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=27428 memory=22320 CPUtime=12.65 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 6954 0 0 0 1263 2 0 0 20 0 1 0 193293109 28086272 5580 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 6857 5580 468 659 0 6061 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 37360 KiB
Current children cumulated memory: 25000 KiB

[startup+25.5005 s]
/proc/loadavg: 2.33 1.55 1.89 5/247 1022722
/proc/meminfo: memFree=129289568/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=39184 memory=36192 CPUtime=25.41 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 7933 0 0 0 2539 2 0 0 20 0 1 0 193293109 40124416 9048 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 9796 9048 468 659 0 9000 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 49116 KiB
Current children cumulated memory: 38872 KiB

[startup+51.113 s]
/proc/loadavg: 2.99 1.79 1.95 5/247 1022726
/proc/meminfo: memFree=129227944/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=57860 memory=55292 CPUtime=50.96 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 8580 0 0 0 5092 4 0 0 20 0 1 0 193293109 59248640 13823 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 14465 13823 468 659 0 13669 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 67792 KiB
Current children cumulated memory: 57972 KiB

[startup+102.3 s]
/proc/loadavg: 3.60 2.15 2.07 5/249 1022739
/proc/meminfo: memFree=129162160/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=76716 memory=74020 CPUtime=101.99 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 9581 0 0 0 10194 5 0 0 20 0 1 0 193293109 78557184 18505 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 19179 18505 468 659 0 18383 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 86648 KiB
Current children cumulated memory: 76700 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.52 2.20 5/249 1022749
/proc/meminfo: memFree=129088800/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=89468 memory=86948 CPUtime=161.85 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 10798 0 0 0 16178 7 0 0 20 0 1 0 193293109 91615232 21737 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 22367 21737 468 659 0 21571 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 99400 KiB
Current children cumulated memory: 89628 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.79 2.32 5/249 1022760
/proc/meminfo: memFree=129001996/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=89468 memory=86948 CPUtime=221.69 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 12351 0 0 0 22160 9 0 0 20 0 1 0 193293109 91615232 21737 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 22367 21737 468 659 0 21571 0

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

/proc/loadavg: 4.29 4.34 4.17 5/245 1024440
/proc/meminfo: memFree=128646620/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=188824 memory=168140 CPUtime=3034 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 45766 0 0 0 303304 96 0 0 20 0 1 0 193293109 193355776 42035 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 47206 42035 468 659 0 46410 0
Current children cumulated CPU time: 3034 s
Current children cumulated vsize: 198756 KiB
Current children cumulated memory: 170820 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.29 4.17 5/247 1024454
/proc/meminfo: memFree=128770868/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=238912 memory=212356 CPUtime=3093.8 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 46128 0 0 0 309283 97 0 0 20 0 1 0 193293109 244645888 53089 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 59728 53089 468 659 0 58932 0
Current children cumulated CPU time: 3093.8 s
Current children cumulated vsize: 248844 KiB
Current children cumulated memory: 215036 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.28 4.17 6/247 1024464
/proc/meminfo: memFree=128677024/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=188824 memory=157900 CPUtime=3153.62 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 47272 0 0 0 315263 99 0 0 20 0 1 0 193293109 193355776 39475 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 47206 39475 468 659 0 46410 0
Current children cumulated CPU time: 3153.62 s
Current children cumulated vsize: 198756 KiB
Current children cumulated memory: 160580 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.25 4.17 5/247 1024475
/proc/meminfo: memFree=128874736/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=238912 memory=204112 CPUtime=3213.43 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 47631 0 0 0 321243 100 0 0 20 0 1 0 193293109 244645888 51028 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 59728 51028 468 659 0 58932 0
Current children cumulated CPU time: 3213.43 s
Current children cumulated vsize: 248844 KiB
Current children cumulated memory: 206792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.20 4.16 5/247 1024485
/proc/meminfo: memFree=128718808/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=188824 memory=143564 CPUtime=3273.24 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 48791 0 0 0 327222 102 0 0 20 0 1 0 193293109 193355776 35891 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 47206 35891 468 659 0 46410 0
Current children cumulated CPU time: 3273.24 s
Current children cumulated vsize: 198756 KiB
Current children cumulated memory: 146244 KiB

[startup+3342.3 s]
/proc/loadavg: 4.75 4.38 4.22 5/247 1024496
/proc/meminfo: memFree=128640952/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=238912 memory=195920 CPUtime=3333.08 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 49164 0 0 0 333204 104 0 0 20 0 1 0 193293109 244645888 48980 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 59728 48980 468 659 0 58932 0
Current children cumulated CPU time: 3333.08 s
Current children cumulated vsize: 248844 KiB
Current children cumulated memory: 198600 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.36 4.23 5/245 1024507
/proc/meminfo: memFree=128772520/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=158004 memory=124740 CPUtime=3392.92 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 50262 0 0 0 339186 106 0 0 20 0 1 0 193293109 161796096 31185 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 39501 31185 468 659 0 38705 0
Current children cumulated CPU time: 3392.92 s
Current children cumulated vsize: 167936 KiB
Current children cumulated memory: 127420 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.34 4.23 5/245 1024517
/proc/meminfo: memFree=128716588/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=238912 memory=181584 CPUtime=3452.75 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 50672 0 0 0 345168 107 0 0 20 0 1 0 193293109 244645888 45396 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 59728 45396 468 659 0 58932 0
Current children cumulated CPU time: 3452.75 s
Current children cumulated vsize: 248844 KiB
Current children cumulated memory: 184264 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.29 4.21 5/245 1024527
/proc/meminfo: memFree=128717968/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=320300 memory=222596 CPUtime=3512.6 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 51249 0 0 0 351151 109 0 0 20 0 1 0 193293109 327987200 55649 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 80075 55649 468 659 0 79279 0
Current children cumulated CPU time: 3512.6 s
Current children cumulated vsize: 330232 KiB
Current children cumulated memory: 225276 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.25 4.20 5/245 1024538
/proc/meminfo: memFree=128639004/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=188824 memory=161996 CPUtime=3572.44 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 51886 0 0 0 357133 111 0 0 20 0 1 0 193293109 193355776 40499 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 47206 40499 468 659 0 46410 0
Current children cumulated CPU time: 3572.44 s
Current children cumulated vsize: 198756 KiB
Current children cumulated memory: 164676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.13 4.25 4.20 5/245 1024543
/proc/meminfo: memFree=128697184/131655788 swapFree=131070704/131071996
[pid=1022564] ppid=1022561 vsize=9932 memory=2680 CPUtime=0 cores=4,6
/proc/1022564/stat : 1022564 (naps-1.03.sh) S 1022561 1022564 1022176 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 193293108 10170368 670 134679101440 94215496474624 94215497553944 140728591878048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94215499652400 94215499699588 94215528407040 140728591885278 140728591885407 140728591885407 140728591892424 0
/proc/1022564/statm: 2483 670 593 264 0 134 0
[pid=1022569] ppid=1022564 vsize=238912 memory=185680 CPUtime=3600.08 cores=4,6
/proc/1022569/stat : 1022569 (naps-1.03) R 1022564 1022564 1022176 0 -1 4194304 52198 0 0 0 359896 112 0 0 20 0 1 0 193293109 244645888 46420 134679101440 4194304 6891213 140733219553968 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39649280 140733219562479 140733219562595 140733219562595 140733219569611 0
/proc/1022569/statm: 59728 46420 468 659 0 58932 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 248844 KiB
Current children cumulated memory: 188360 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.96 s, system=1.13442 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): 3610.02
CPU time (s): 3600.1
CPU user time (s): 3598.96
CPU system time (s): 1.13442
CPU usage (%): 99.7253
Max. virtual memory (cumulated for all children) (KiB): 330232
Max. memory (cumulated for all children) (KiB): 231420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.96
system time used= 1.13442
maximum resident set size= 228740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52679
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= 117
involuntary context switches= 3957


# summary of solver processes directly reported to runsolver:
#   pid: 1022564
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.96
#   total CPU system time (s): 1.13442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.1669 second user time and 31.5341 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-19 19:49:32
IDJOB=4450538
IDBENCH=162158
IDSOLVER=3062
FILE ID=nodeC011/4450538-1721411360
RUNJOBID= nodeC011-1721411363-1022187
SLURM_JOB_ID= 7545479
Free space on /tmp= 723764 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-2.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450538-1721411360/watcher-4450538-1721411360 -o /tmp/evaluation-result-4450538-1721411360/solver-4450538-1721411360 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721411363-1022187 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4450538-1721411360.opb

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

MD5SUM BENCH= 47ea31a7c9031906789706eba8e52740
RANDOM SEED=1474821020

nodeC011.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		: 3658.008
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.20
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		: 3491.600
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.299
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.20
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.290
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		: 2569.873
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.20
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		: 3576.840
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.123
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.20
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.265
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:        129213452 kB
MemAvailable:   129790056 kB
Buffers:          550964 kB
Cached:           873348 kB
SwapCached:          132 kB
Active:          1064408 kB
Inactive:         887944 kB
Active(anon):       1452 kB
Inactive(anon):   572180 kB
Active(file):    1062956 kB
Inactive(file):   315764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             25772 kB
Writeback:             0 kB
AnonPages:        527676 kB
Mapped:           109516 kB
Shmem:             45592 kB
KReclaimable:      76164 kB
Slab:             158836 kB
SReclaimable:      76164 kB
SUnreclaim:        82672 kB
KernelStack:        3916 kB
PageTables:        10600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     928296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC011 at 2024-07-19 20:49:42