Trace number 4450661

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.01 3609.8

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round22-3.opb
MD5SUMfa6ba6ab9373c7e836356a3f9ed023a2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark65.6087
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints864
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4450661-1721412713.opb
3600.00/3609.80	c 
3600.00/3609.80	c *** TERMINATED *** by signal 15
3600.00/3609.80	s UNKNOWN
3600.00/3609.80	c _____________________________________________________________________________
3600.00/3609.80	c 
3600.00/3609.80	c std/band forms        : 0,762
3600.00/3609.80	c 2cl/3cl ITE-codings   : 0,11458
3600.00/3609.80	c BDD/srt/adr Max costs : 32,0,0
3600.00/3609.80	c BDDraw/bin/mul/srt/adr: 762,0,0,0,0
3600.00/3609.80	c BDD nodes             : 20805
3600.00/3609.80	c Es1/CC detections     : 0,0
3600.00/3609.80	c SAT/UNSAT calls       : 0,0
3600.00/3609.80	c regenrated variables  : 0
3600.00/3609.80	c restarts              : 0
3600.00/3609.80	c conflicts             : 0              (0 /sec)
3600.00/3609.80	c decisions             : 0              (0 /sec)
3600.00/3609.80	c propagations          : 0              (0 /sec)
3600.00/3609.80	c inspects              : 0              (0 /sec)
3600.00/3609.80	c CPU time (solving tm) : 3599 s        (3598 s)
3600.00/3609.80	c Time for Opt-base     : 0 s
3600.00/3609.80	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 (59843 MiB free)
  memory of node 1: 64510 MiB (61390 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450661-1721412713/watcher-4450661-1721412713 -o /tmp/evaluation-result-4450661-1721412713/solver-4450661-1721412713 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034529 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4450661-1721412713.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1034589, runsolver pid=1034582

[startup+0.100096 s]*
/proc/loadavg: 2.13 2.84 2.99 6/249 1034608
/proc/meminfo: memFree=124135552/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=7472 memory=2392 CPUtime=0.1 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 289 0 0 0 10 0 0 0 20 0 1 0 193427403 7651328 598 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 1868 598 405 379 0 1402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17404 KiB
Current children cumulated memory: 5092 KiB

[startup+0.213012 s]*
/proc/loadavg: 2.13 2.84 2.99 5/249 1034608
/proc/meminfo: memFree=124118044/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=9932 memory=5032 CPUtime=0.21 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 957 0 0 0 21 0 0 0 20 0 1 0 193427403 10170368 1258 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 2483 1258 405 379 0 2017 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 19864 KiB
Current children cumulated memory: 7732 KiB

[startup+0.314196 s]*
/proc/loadavg: 2.13 2.84 2.99 7/249 1034608
/proc/meminfo: memFree=124110956/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=11356 memory=6352 CPUtime=0.31 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 1292 0 0 0 31 0 0 0 20 0 1 0 193427403 11628544 1588 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 2839 1588 405 379 0 2373 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 21288 KiB
Current children cumulated memory: 9052 KiB

[startup+0.7004 s]
/proc/loadavg: 2.13 2.84 2.99 5/249 1034608
/proc/meminfo: memFree=124094888/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=19104 memory=16044 CPUtime=0.68 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 3211 0 0 0 68 0 0 0 20 0 1 0 193427403 19562496 4011 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 4776 4011 421 379 0 4310 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 29036 KiB
Current children cumulated memory: 18744 KiB

[startup+1.50041 s]
/proc/loadavg: 2.13 2.84 2.99 6/249 1034610
/proc/meminfo: memFree=124081096/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=19648 memory=16572 CPUtime=1.47 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 3356 0 0 0 147 0 0 0 20 0 1 0 193427403 20119552 4143 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 4912 4143 421 379 0 4446 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 29580 KiB
Current children cumulated memory: 19272 KiB

[startup+3.11334 s]
/proc/loadavg: 2.28 2.86 3.00 6/249 1034610
/proc/meminfo: memFree=124072704/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=18836 memory=16876 CPUtime=3.09 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 4909 0 0 0 308 1 0 0 20 0 1 0 193427403 19288064 4219 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 4709 4219 421 379 0 4243 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 28768 KiB
Current children cumulated memory: 19576 KiB

[startup+6.30038 s]
/proc/loadavg: 2.28 2.86 3.00 6/249 1034610
/proc/meminfo: memFree=124043276/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=28712 memory=26500 CPUtime=6.26 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 6288 0 0 0 625 1 0 0 20 0 1 0 193427403 29401088 6625 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 7178 6625 421 379 0 6712 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 38644 KiB
Current children cumulated memory: 29200 KiB

[startup+12.7004 s]
/proc/loadavg: 2.42 2.88 3.01 6/249 1034611
/proc/meminfo: memFree=124042124/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=28712 memory=27028 CPUtime=12.65 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 6413 0 0 0 1263 2 0 0 20 0 1 0 193427403 29401088 6757 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 7178 6757 421 379 0 6712 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 38644 KiB
Current children cumulated memory: 29728 KiB

[startup+25.5004 s]
/proc/loadavg: 2.77 2.94 3.02 6/249 1034613
/proc/meminfo: memFree=123996828/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=44840 memory=36444 CPUtime=25.4 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 7533 0 0 0 2538 2 0 0 20 0 1 0 193427403 45916160 9111 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 11210 9111 421 379 0 10744 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 54772 KiB
Current children cumulated memory: 39144 KiB

[startup+51.114 s]
/proc/loadavg: 3.25 3.04 3.05 6/249 1034617
/proc/meminfo: memFree=123950712/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=49304 memory=44964 CPUtime=50.94 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 8133 0 0 0 5091 3 0 0 20 0 1 0 193427403 50487296 11241 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 12326 11241 421 379 0 11860 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 59236 KiB
Current children cumulated memory: 47664 KiB

[startup+102.3 s]
/proc/loadavg: 3.73 3.21 3.11 6/249 1034626
/proc/meminfo: memFree=123895208/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=45920 memory=40560 CPUtime=101.99 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 11561 0 0 0 10194 5 0 0 20 0 1 0 193427403 47022080 10140 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 11480 10140 421 379 0 11014 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 55852 KiB
Current children cumulated memory: 43260 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 3.38 3.18 6/249 1034637
/proc/meminfo: memFree=123793980/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=106760 memory=87844 CPUtime=161.85 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 12661 0 0 0 16178 7 0 0 20 0 1 0 193427403 109322240 21961 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 26690 21961 421 379 0 26224 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 116692 KiB
Current children cumulated memory: 90544 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.51 3.24 6/246 1034648
/proc/meminfo: memFree=123715600/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=156080 memory=122660 CPUtime=221.69 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 12794 0 0 0 22160 9 0 0 20 0 1 0 193427403 159825920 30665 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 39020 30665 421 379 0 38554 0
Current children cumulated CPU time: 221.69 s

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

/proc/loadavg: 4.08 4.13 4.09 6/250 1036337
/proc/meminfo: memFree=123587544/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=106760 memory=87844 CPUtime=3033.99 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 35179 0 0 0 303309 90 0 0 20 0 1 0 193427403 109322240 21961 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 26690 21961 421 379 0 26224 0
Current children cumulated CPU time: 3033.99 s
Current children cumulated vsize: 116692 KiB
Current children cumulated memory: 90544 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.13 4.09 6/248 1036347
/proc/meminfo: memFree=123564464/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=236988 memory=171084 CPUtime=3093.83 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 36146 0 0 0 309290 93 0 0 20 0 1 0 193427403 242675712 42771 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 59247 42771 421 379 0 58781 0
Current children cumulated CPU time: 3093.83 s
Current children cumulated vsize: 246920 KiB
Current children cumulated memory: 173784 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.12 4.09 6/248 1036357
/proc/meminfo: memFree=123485036/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=236988 memory=212236 CPUtime=3153.67 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 36208 0 0 0 315273 94 0 0 20 0 1 0 193427403 242675712 53059 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 59247 53059 421 379 0 58781 0
Current children cumulated CPU time: 3153.67 s
Current children cumulated vsize: 246920 KiB
Current children cumulated memory: 214936 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.14 4.10 6/245 1036368
/proc/meminfo: memFree=123607688/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=186900 memory=161880 CPUtime=3213.51 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 36369 0 0 0 321256 95 0 0 20 0 1 0 193427403 191385600 40470 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 46725 40470 421 379 0 46259 0
Current children cumulated CPU time: 3213.51 s
Current children cumulated vsize: 196832 KiB
Current children cumulated memory: 164580 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.17 4.11 6/245 1036379
/proc/meminfo: memFree=123529804/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=236988 memory=201996 CPUtime=3273.36 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 37237 0 0 0 327239 97 0 0 20 0 1 0 193427403 242675712 50499 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 59247 50499 421 379 0 58781 0
Current children cumulated CPU time: 3273.36 s
Current children cumulated vsize: 246920 KiB
Current children cumulated memory: 204696 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.10 6/245 1036389
/proc/meminfo: memFree=123726636/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=186900 memory=141256 CPUtime=3333.2 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 37836 0 0 0 333222 98 0 0 20 0 1 0 193427403 191385600 35314 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 46725 35314 421 379 0 46259 0
Current children cumulated CPU time: 3333.2 s
Current children cumulated vsize: 196832 KiB
Current children cumulated memory: 143956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.16 4.10 6/245 1036399
/proc/meminfo: memFree=123612460/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=236988 memory=189708 CPUtime=3393.05 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 38701 0 0 0 339205 100 0 0 20 0 1 0 193427403 242675712 47427 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 59247 47427 421 379 0 58781 0
Current children cumulated CPU time: 3393.05 s
Current children cumulated vsize: 246920 KiB
Current children cumulated memory: 192408 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.14 4.10 6/245 1036410
/proc/meminfo: memFree=123545240/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=106760 memory=87844 CPUtime=3452.88 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 39324 0 0 0 345187 101 0 0 20 0 1 0 193427403 109322240 21961 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 26690 21961 421 379 0 26224 0
Current children cumulated CPU time: 3452.88 s
Current children cumulated vsize: 116692 KiB
Current children cumulated memory: 90544 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.16 4.10 6/248 1036425
/proc/meminfo: memFree=123532856/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=236988 memory=173132 CPUtime=3512.72 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 40267 0 0 0 351169 103 0 0 20 0 1 0 193427403 242675712 43283 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 59247 43283 421 379 0 58781 0
Current children cumulated CPU time: 3512.72 s
Current children cumulated vsize: 246920 KiB
Current children cumulated memory: 175832 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.10 6/248 1036435
/proc/meminfo: memFree=123455432/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=236988 memory=214284 CPUtime=3572.57 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 40330 0 0 0 357153 104 0 0 20 0 1 0 193427403 242675712 53571 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 59247 53571 421 379 0 58781 0
Current children cumulated CPU time: 3572.57 s
Current children cumulated vsize: 246920 KiB
Current children cumulated memory: 216984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.08 4.13 4.09 6/248 1036439
/proc/meminfo: memFree=123525516/131655788 swapFree=131071996/131071996
[pid=1034589] ppid=1034582 vsize=9932 memory=2700 CPUtime=0 cores=4,6
/proc/1034589/stat : 1034589 (naps-1.02b5.sh) S 1034582 1034589 1034518 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 193427402 10170368 675 134679101440 94478318686208 94478319765528 140734451405776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94478321863984 94478321911172 94478326042624 140734451409886 140734451410013 140734451410013 140734451417030 0
/proc/1034589/statm: 2483 675 597 264 0 134 0
[pid=1034606] ppid=1034589 vsize=106760 memory=87844 CPUtime=3600 cores=4,6
/proc/1034606/stat : 1034606 (naps-1.02b5) R 1034589 1034589 1034518 0 -1 4194304 40861 0 0 0 359895 105 0 0 20 0 1 0 193427403 109322240 21961 134679101440 4194304 5746509 140730129057296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 8187904 140730129060845 140730129060959 140730129060959 140730129067977 0
/proc/1034606/statm: 26690 21961 421 379 0 26224 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 116692 KiB
Current children cumulated memory: 90544 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.96 s, system=1.05351 s

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

Child status: 0

Real time (s): 3609.8
CPU time (s): 3600.01
CPU user time (s): 3598.96
CPU system time (s): 1.05351
CPU usage (%): 99.7288
Max. virtual memory (cumulated for all children) (KiB): 328308
Max. memory (cumulated for all children) (KiB): 227096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.96
system time used= 1.05351
maximum resident set size= 224396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41340
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= 132
involuntary context switches= 3593


# summary of solver processes directly reported to runsolver:
#   pid: 1034589
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3598.96
#   total CPU system time (s): 1.05351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7798 second user time and 38.3531 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-19 20:12:05
IDJOB=4450661
IDBENCH=162192
IDSOLVER=3065
FILE ID=nodeC003/4450661-1721412713
RUNJOBID= nodeC003-1721412725-1034529
SLURM_JOB_ID= 7545486
Free space on /tmp= 723776 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round22-3.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450661-1721412713/watcher-4450661-1721412713 -o /tmp/evaluation-result-4450661-1721412713/solver-4450661-1721412713 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034529 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4450661-1721412713.opb

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

MD5SUM BENCH= fa6ba6ab9373c7e836356a3f9ed023a2
RANDOM SEED=82235878

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3581.117
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.76
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		: 1284.370
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.30
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		: 1243.910
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.76
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		: 1201.712
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.30
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		: 1201.460
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.76
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		: 1204.843
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.30
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		: 1244.257
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.76
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		: 1276.569
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124139768 kB
MemAvailable:   129827924 kB
Buffers:          542664 kB
Cached:          5928240 kB
SwapCached:            0 kB
Active:          1031172 kB
Inactive:        5797744 kB
Active(anon):       1344 kB
Inactive(anon):   402564 kB
Active(file):    1029828 kB
Inactive(file):  5395180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             17192 kB
Writeback:             8 kB
AnonPages:        358168 kB
Mapped:           107608 kB
Shmem:             45896 kB
KReclaimable:     206360 kB
Slab:             321668 kB
SReclaimable:     206360 kB
SUnreclaim:       115308 kB
KernelStack:        3728 kB
PageTables:         9592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     628692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC003 at 2024-07-19 21:12:15