Trace number 4443441

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.03 3610.7

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
MD5SUM7546ebd0ce66e1c0113f5874ce57dd6d
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 benchmark0.194181
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
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-4443441-1721313006.opb
3600.01/3610.70	c 
3600.01/3610.70	c *** TERMINATED *** by signal 15
3600.01/3610.70	s UNKNOWN
3600.01/3610.70	c _____________________________________________________________________________
3600.01/3610.70	c 
3600.01/3610.70	c std/band forms        : 290,0
3600.01/3610.70	c 2cl/3cl ITE-codings   : 4920,0
3600.01/3610.70	c BDD/srt/adr Max costs : 2603,0,0
3600.01/3610.70	c BDDraw/bin/mul/srt/adr: 290,0,0,0,0
3600.01/3610.70	c BDD nodes             : 6648
3600.01/3610.70	c Es1/CC detections     : 0,0
3600.01/3610.70	c SAT/UNSAT calls       : 0,0
3600.01/3610.70	c regenrated variables  : 0
3600.01/3610.70	c restarts              : 0
3600.01/3610.70	c conflicts             : 0              (0 /sec)
3600.01/3610.70	c decisions             : 0              (0 /sec)
3600.01/3610.70	c propagations          : 0              (0 /sec)
3600.01/3610.70	c inspects              : 0              (0 /sec)
3600.01/3610.70	c CPU time (solving tm) : 3599 s        (3599 s)
3600.01/3610.70	c Time for Opt-base     : 0 s
3600.01/3610.70	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61767 MiB free)
  memory of node 1: 64473 MiB (62766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443441-1721313006/watcher-4443441-1721313006 -o /tmp/evaluation-result-4443441-1721313006/solver-4443441-1721313006 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721305510-975944 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4443441-1721313006.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=981129, runsolver pid=981126

[startup+0.100089 s]*
/proc/loadavg: 4.12 4.13 4.10 5/261 981136
/proc/meminfo: memFree=127517080/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=7436 memory=6408 CPUtime=0.1 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 1467 0 0 0 10 0 0 0 20 0 1 0 183462977 7614464 1602 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 1859 1602 421 379 0 1393 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17368 KiB
Current children cumulated memory: 9100 KiB

[startup+0.205712 s]*
/proc/loadavg: 4.12 4.13 4.10 5/261 981136
/proc/meminfo: memFree=127515636/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=8344 memory=7464 CPUtime=0.2 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 1742 0 0 0 20 0 0 0 20 0 1 0 183462977 8544256 1866 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 2086 1866 421 379 0 1620 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18276 KiB
Current children cumulated memory: 10156 KiB

[startup+0.305488 s]*
/proc/loadavg: 4.12 4.13 4.10 5/261 981136
/proc/meminfo: memFree=127516108/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=7876 memory=7128 CPUtime=0.3 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 2105 0 0 0 30 0 0 0 20 0 1 0 183462977 8065024 1782 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 1969 1782 421 379 0 1503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 17808 KiB
Current children cumulated memory: 9820 KiB

[startup+0.700241 s]
/proc/loadavg: 4.12 4.13 4.10 5/261 981136
/proc/meminfo: memFree=127513592/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=12248 memory=10296 CPUtime=0.69 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 2930 0 0 0 69 0 0 0 20 0 1 0 183462977 12541952 2574 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 3062 2574 421 379 0 2596 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 22180 KiB
Current children cumulated memory: 12988 KiB

[startup+1.50025 s]
/proc/loadavg: 4.12 4.13 4.10 5/261 981136
/proc/meminfo: memFree=127511324/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=13288 memory=12408 CPUtime=1.48 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 3432 0 0 0 148 0 0 0 20 0 1 0 183462977 13606912 3102 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 3322 3102 421 379 0 2856 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 23220 KiB
Current children cumulated memory: 15100 KiB

[startup+3.10551 s]
/proc/loadavg: 4.11 4.13 4.10 5/261 981136
/proc/meminfo: memFree=127496436/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=24376 memory=20868 CPUtime=3.08 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 4352 0 0 0 308 0 0 0 20 0 1 0 183462977 24961024 5217 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 6094 5217 421 379 0 5628 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 34308 KiB
Current children cumulated memory: 23560 KiB

[startup+6.30019 s]
/proc/loadavg: 4.11 4.13 4.10 5/261 981136
/proc/meminfo: memFree=127482808/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=27124 memory=25800 CPUtime=6.27 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 5027 0 0 0 627 0 0 0 20 0 1 0 183462977 27774976 6450 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 6781 6450 421 379 0 6315 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 37056 KiB
Current children cumulated memory: 28492 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 981196
/proc/meminfo: memFree=127457076/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=28984 memory=27616 CPUtime=12.65 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 5500 0 0 0 1265 0 0 0 20 0 1 0 183462977 29679616 6904 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 7246 6904 421 379 0 6780 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 38916 KiB
Current children cumulated memory: 30308 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.12 4.10 5/263 981198
/proc/meminfo: memFree=127413848/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=54800 memory=40768 CPUtime=25.42 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 7235 0 0 0 2541 1 0 0 20 0 1 0 183462977 56115200 10192 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 13700 10192 421 379 0 13234 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 64732 KiB
Current children cumulated memory: 43460 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.13 4.10 5/263 981203
/proc/meminfo: memFree=127323524/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=73656 memory=55376 CPUtime=50.94 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 8316 0 0 0 5093 1 0 0 20 0 1 0 183462977 75423744 13844 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 18414 13844 421 379 0 17948 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 83588 KiB
Current children cumulated memory: 58068 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 981212
/proc/meminfo: memFree=127330296/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=86724 memory=64004 CPUtime=102 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 10074 0 0 0 10197 3 0 0 20 0 1 0 183462977 88805376 16001 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 21681 16001 421 379 0 21215 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 96656 KiB
Current children cumulated memory: 66696 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/263 981223
/proc/meminfo: memFree=127355864/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=86724 memory=85872 CPUtime=161.83 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 10494 0 0 0 16179 4 0 0 20 0 1 0 183462977 88805376 21468 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 21681 21468 421 379 0 21215 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 96656 KiB
Current children cumulated memory: 88564 KiB

[startup+222.3 s]
/proc/loadavg: 4.49 4.23 4.13 5/261 981234
/proc/meminfo: memFree=127210584/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=86736 memory=86060 CPUtime=221.66 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 11967 0 0 0 22159 7 0 0 20 0 1 0 183462977 88817664 21515 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 21684 21515 421 379 0 21218 0
Current children cumulated CPU time: 221.66 s

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

/proc/loadavg: 4.12 4.11 4.09 5/261 982323
/proc/meminfo: memFree=126515004/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=201612 memory=178868 CPUtime=3092.93 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 39431 0 0 0 309221 72 0 0 20 0 1 0 183462977 206450688 44717 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 50403 44717 421 379 0 49937 0
Current children cumulated CPU time: 3092.93 s
Current children cumulated vsize: 211544 KiB
Current children cumulated memory: 181560 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/261 982333
/proc/meminfo: memFree=126472252/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=171076 memory=156212 CPUtime=3152.75 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 39712 0 0 0 315202 73 0 0 20 0 1 0 183462977 175181824 39053 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 42769 39053 421 379 0 42303 0
Current children cumulated CPU time: 3152.75 s
Current children cumulated vsize: 181008 KiB
Current children cumulated memory: 158904 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/261 982344
/proc/meminfo: memFree=126845132/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=201896 memory=181200 CPUtime=3212.59 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 40348 0 0 0 321185 74 0 0 20 0 1 0 183462977 206741504 45300 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 50474 45300 421 379 0 50008 0
Current children cumulated CPU time: 3212.59 s
Current children cumulated vsize: 211828 KiB
Current children cumulated memory: 183892 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/261 982355
/proc/meminfo: memFree=126757684/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=171636 memory=163112 CPUtime=3272.44 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 40704 0 0 0 327168 76 0 0 20 0 1 0 183462977 175755264 40778 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 42909 40778 421 379 0 42443 0
Current children cumulated CPU time: 3272.44 s
Current children cumulated vsize: 181568 KiB
Current children cumulated memory: 165804 KiB

[startup+3342.3 s]
/proc/loadavg: 3.86 4.06 4.07 4/251 982779
/proc/meminfo: memFree=127391652/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=202456 memory=187956 CPUtime=3332.27 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 41342 0 0 0 333150 77 0 0 20 0 1 0 183462977 207314944 46989 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 50614 46989 421 379 0 50148 0
Current children cumulated CPU time: 3332.27 s
Current children cumulated vsize: 212388 KiB
Current children cumulated memory: 190648 KiB

[startup+3402.3 s]
/proc/loadavg: 2.88 3.75 3.97 3/244 982823
/proc/meminfo: memFree=127637536/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=171636 memory=170012 CPUtime=3392.1 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 41782 0 0 0 339132 78 0 0 20 0 1 0 183462977 175755264 42503 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 42909 42503 421 379 0 42443 0
Current children cumulated CPU time: 3392.1 s
Current children cumulated vsize: 181568 KiB
Current children cumulated memory: 172704 KiB

[startup+3462.3 s]
/proc/loadavg: 1.80 3.29 3.79 2/236 982864
/proc/meminfo: memFree=127857492/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=123704 memory=121808 CPUtime=3451.95 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 42247 0 0 0 345117 78 0 0 20 0 1 0 183462977 126672896 30452 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 30926 30452 421 379 0 30460 0
Current children cumulated CPU time: 3451.95 s
Current children cumulated vsize: 133636 KiB
Current children cumulated memory: 124500 KiB

[startup+3522.3 s]
/proc/loadavg: 1.40 2.90 3.63 2/238 983044
/proc/meminfo: memFree=127793008/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=203844 memory=185196 CPUtime=3511.82 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 43334 0 0 0 351102 80 0 0 20 0 1 0 183462977 208736256 46299 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 50961 46299 421 379 0 50495 0
Current children cumulated CPU time: 3511.82 s
Current children cumulated vsize: 213776 KiB
Current children cumulated memory: 187888 KiB

[startup+3582.3 s]
/proc/loadavg: 1.20 2.57 3.46 2/238 983054
/proc/meminfo: memFree=127811740/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=173024 memory=166548 CPUtime=3571.69 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 43553 0 0 0 357088 81 0 0 20 0 1 0 183462977 177176576 41637 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 43256 41637 421 379 0 42790 0
Current children cumulated CPU time: 3571.69 s
Current children cumulated vsize: 182956 KiB
Current children cumulated memory: 169240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 1.18 2.43 3.39 2/238 983058
/proc/meminfo: memFree=127798992/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=203844 memory=179052 CPUtime=3600.01 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 44137 0 0 0 359920 81 0 0 20 0 1 0 183462977 208736256 44763 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 50961 44763 421 379 0 50495 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 213776 KiB
Current children cumulated memory: 181744 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.21 s, system=0.822359 s

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

[startup+3610.7 s]
/proc/loadavg: 1.18 2.43 3.39 2/238 983058
/proc/meminfo: memFree=127798992/131524600 swapFree=131071216/131071996
[pid=981129] ppid=981126 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/981129/stat : 981129 (naps-1.02b5.sh) S 981126 981129 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 183462976 10170368 673 134679101440 94627731030016 94627732109336 140730257553376 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94627734207792 94627734254980 94627763163136 140730257560543 140730257560670 140730257560670 140730257567686 0
/proc/981129/statm: 2483 673 594 264 0 134 0
[pid=981134] ppid=981129 vsize=203844 memory=179052 CPUtime=3600.01 cores=1,3
/proc/981134/stat : 981134 (naps-1.02b5) R 981129 981129 975785 0 -1 4194304 44137 0 0 0 359920 81 0 0 20 0 1 0 183462977 208736256 44763 134679101440 4194304 5746509 140724733137696 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 27275264 140724733141998 140724733142112 140724733142112 140724733149129 0
/proc/981134/statm: 50961 44763 421 379 0 50495 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 213776 KiB
Current children cumulated memory: 181744 KiB

Child status: 0

Real time (s): 3610.7
CPU time (s): 3600.03
CPU user time (s): 3599.21
CPU system time (s): 0.822359
CPU usage (%): 99.7045
Max. virtual memory (cumulated for all children) (KiB): 213776
Max. memory (cumulated for all children) (KiB): 198180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.21
system time used= 0.822359
maximum resident set size= 195488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44613
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= 32
involuntary context switches= 3602


# summary of solver processes directly reported to runsolver:
#   pid: 981129
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.21
#   total CPU system time (s): 0.822359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82621 second user time and 18.1129 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 16:30:18
IDJOB=4443441
IDBENCH=147874
IDSOLVER=3065
FILE ID=nodeC018/4443441-1721313006
RUNJOBID= nodeC018-1721305510-975944
SLURM_JOB_ID= 7542635
Free space on /tmp= 890072 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443441-1721313006/watcher-4443441-1721313006 -o /tmp/evaluation-result-4443441-1721313006/solver-4443441-1721313006 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721305510-975944 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4443441-1721313006.opb

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

MD5SUM BENCH= 7546ebd0ce66e1c0113f5874ce57dd6d
RANDOM SEED=1667874050

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127522816 kB
MemAvailable:   129315096 kB
Buffers:          480544 kB
Cached:          2143136 kB
SwapCached:          148 kB
Active:           984404 kB
Inactive:        2432184 kB
Active(anon):       1588 kB
Inactive(anon):   837104 kB
Active(file):     982816 kB
Inactive(file):  1595080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              3920 kB
Writeback:             0 kB
AnonPages:        791016 kB
Mapped:           113008 kB
Shmem:             45784 kB
KReclaimable:     108412 kB
Slab:             204092 kB
SReclaimable:     108412 kB
SUnreclaim:        95680 kB
KernelStack:        4208 kB
PageTables:        11052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1233952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 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:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC018 at 2024-07-18 17:30:29