Trace number 4446321

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.09 3610.4

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-77.opb
MD5SUM71fdab66bbdfc1c9c6ce1eef27fb98d4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1621.08
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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-4446321-1721334077.opb
3600.07/3610.40	c 
3600.07/3610.40	c *** TERMINATED *** by signal 15
3600.07/3610.40	s UNKNOWN
3600.07/3610.40	c _____________________________________________________________________________
3600.07/3610.40	c 
3600.07/3610.40	c std/band forms        : 22936,2
3600.07/3610.40	c 2cl/3cl ITE-codings   : 25524,38
3600.07/3610.40	c BDD/srt/adr Max costs : 30,0,0
3600.07/3610.40	c BDDraw/bin/mul/srt/adr: 22938,0,0,0,0
3600.07/3610.40	c BDD nodes             : 141420
3600.07/3610.40	c Es1/CC detections     : 0,0
3600.07/3610.40	c SAT/UNSAT calls       : 0,0
3600.07/3610.40	c regenrated variables  : 0
3600.07/3610.40	c restarts              : 0
3600.07/3610.40	c conflicts             : 0              (0 /sec)
3600.07/3610.40	c decisions             : 0              (0 /sec)
3600.07/3610.40	c propagations          : 0              (0 /sec)
3600.07/3610.40	c inspects              : 0              (0 /sec)
3600.07/3610.40	c CPU time (solving tm) : 3599 s        (3597 s)
3600.07/3610.40	c Time for Opt-base     : 0 s
3600.07/3610.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61152 MiB free)
  memory of node 1: 64510 MiB (59719 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446321-1721334077/watcher-4446321-1721334077 -o /tmp/evaluation-result-4446321-1721334077/solver-4446321-1721334077 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721330478-977018 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4446321-1721334077.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=979124, runsolver pid=979121

[startup+0.100088 s]*
/proc/loadavg: 4.44 4.21 4.10 5/262 979148
/proc/meminfo: memFree=123754900/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=9328 memory=6048 CPUtime=0.1 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 717 0 0 0 10 0 0 0 20 0 1 0 185566827 9551872 1512 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 2332 1512 405 379 0 1866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 19260 KiB
Current children cumulated memory: 8836 KiB

[startup+0.2058 s]*
/proc/loadavg: 4.44 4.21 4.10 5/262 979148
/proc/meminfo: memFree=123747336/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=11564 memory=8740 CPUtime=0.2 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 1332 0 0 0 20 0 0 0 20 0 1 0 185566827 11841536 2185 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 2891 2185 405 379 0 2425 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 21496 KiB
Current children cumulated memory: 11528 KiB

[startup+0.305847 s]*
/proc/loadavg: 4.44 4.21 4.10 6/262 979148
/proc/meminfo: memFree=123742156/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=14032 memory=11116 CPUtime=0.3 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 1919 0 0 0 30 0 0 0 20 0 1 0 185566827 14368768 2779 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 3508 2779 405 379 0 3042 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 23964 KiB
Current children cumulated memory: 13904 KiB

[startup+0.700259 s]
/proc/loadavg: 4.44 4.21 4.10 6/262 979148
/proc/meminfo: memFree=123729112/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=23352 memory=22148 CPUtime=0.68 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 4314 0 0 0 68 0 0 0 20 0 1 0 185566827 23912448 5537 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 5838 5537 405 379 0 5372 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 33284 KiB
Current children cumulated memory: 24936 KiB

[startup+1.50026 s]
/proc/loadavg: 4.44 4.21 4.10 5/262 979148
/proc/meminfo: memFree=123697400/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=45348 memory=41668 CPUtime=1.48 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 9437 0 0 0 146 2 0 0 20 0 1 0 185566827 46436352 10417 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 11337 10417 405 379 0 10871 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 55280 KiB
Current children cumulated memory: 44456 KiB

[startup+3.10562 s]
/proc/loadavg: 4.41 4.21 4.10 5/262 979148
/proc/meminfo: memFree=123608348/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=77956 memory=74196 CPUtime=3.09 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 18511 0 0 0 305 4 0 0 20 0 1 0 185566827 79826944 18549 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 19489 18549 421 379 0 19023 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 87888 KiB
Current children cumulated memory: 76984 KiB

[startup+6.30025 s]
/proc/loadavg: 4.41 4.21 4.10 5/262 979149
/proc/meminfo: memFree=123575892/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=96148 memory=81084 CPUtime=6.28 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 19990 0 0 0 623 5 0 0 20 0 1 0 185566827 98455552 20271 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 24037 20271 421 379 0 23571 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 106080 KiB
Current children cumulated memory: 83872 KiB

[startup+12.7003 s]
/proc/loadavg: 4.37 4.20 4.10 5/262 979149
/proc/meminfo: memFree=123504476/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=104604 memory=94632 CPUtime=12.65 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 21226 0 0 0 1260 5 0 0 20 0 1 0 185566827 107114496 23658 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 26151 23658 421 379 0 25685 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 114536 KiB
Current children cumulated memory: 97420 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.21 4.10 5/257 979187
/proc/meminfo: memFree=124223092/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=134952 memory=127636 CPUtime=25.42 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 22397 0 0 0 2535 7 0 0 20 0 1 0 185566827 138190848 31909 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 33738 31909 421 379 0 33272 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 144884 KiB
Current children cumulated memory: 130424 KiB

[startup+51.1056 s]
/proc/loadavg: 4.24 4.19 4.10 5/262 979205
/proc/meminfo: memFree=123916480/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=134952 memory=131920 CPUtime=50.96 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 23458 0 0 0 5088 8 0 0 20 0 1 0 185566827 138190848 32980 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 33738 32980 421 379 0 33272 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 144884 KiB
Current children cumulated memory: 134708 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.19 4.10 5/261 979264
/proc/meminfo: memFree=126184104/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=134952 memory=131960 CPUtime=102.01 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 25597 0 0 0 10190 11 0 0 20 0 1 0 185566827 138190848 32990 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 33738 32990 421 379 0 33272 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 144884 KiB
Current children cumulated memory: 134748 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.18 4.10 5/261 979325
/proc/meminfo: memFree=126125608/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=184272 memory=179496 CPUtime=161.85 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 27256 0 0 0 16172 13 0 0 20 0 1 0 185566827 188694528 44874 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 46068 44874 421 379 0 45602 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 194204 KiB
Current children cumulated memory: 182284 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.18 4.10 4/259 979385
/proc/meminfo: memFree=126291108/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=134952 memory=132476 CPUtime=221.68 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 28364 0 0 0 22153 15 0 0 20 0 1 0 185566827 138190848 33119 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 33738 33119 421 379 0 33272 0
Current children cumulated CPU time: 221.68 s

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

/proc/loadavg: 4.42 4.20 4.12 5/261 981191
/proc/meminfo: memFree=125371672/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=238160 memory=225340 CPUtime=3033.72 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 55841 0 0 0 303304 68 0 0 20 0 1 0 185566827 243875840 56335 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 59540 56335 421 379 0 59074 0
Current children cumulated CPU time: 3033.72 s
Current children cumulated vsize: 248092 KiB
Current children cumulated memory: 228128 KiB

[startup+3102.3 s]
/proc/loadavg: 4.24 4.19 4.12 5/261 981201
/proc/meminfo: memFree=125613428/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=288248 memory=242948 CPUtime=3093.53 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 56211 0 0 0 309285 68 0 0 20 0 1 0 185566827 295165952 60737 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 72062 60737 421 379 0 71596 0
Current children cumulated CPU time: 3093.53 s
Current children cumulated vsize: 298180 KiB
Current children cumulated memory: 245736 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.18 4.12 5/261 981213
/proc/meminfo: memFree=125215496/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=207340 memory=190276 CPUtime=3153.34 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 56726 0 0 0 315265 69 0 0 20 0 1 0 185566827 212316160 47569 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 51835 47569 421 379 0 51369 0
Current children cumulated CPU time: 3153.34 s
Current children cumulated vsize: 217272 KiB
Current children cumulated memory: 193064 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/261 981224
/proc/meminfo: memFree=125618140/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=238160 memory=223312 CPUtime=3213.16 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 56875 0 0 0 321247 69 0 0 20 0 1 0 185566827 243875840 55828 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 59540 55828 421 379 0 59074 0
Current children cumulated CPU time: 3213.16 s
Current children cumulated vsize: 248092 KiB
Current children cumulated memory: 226100 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/259 981236
/proc/meminfo: memFree=125574212/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=288248 memory=240900 CPUtime=3272.98 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 57244 0 0 0 327228 70 0 0 20 0 1 0 185566827 295165952 60225 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 72062 60225 421 379 0 71596 0
Current children cumulated CPU time: 3272.98 s
Current children cumulated vsize: 298180 KiB
Current children cumulated memory: 243688 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/259 981246
/proc/meminfo: memFree=125226240/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=288248 memory=255236 CPUtime=3332.8 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 57251 0 0 0 333210 70 0 0 20 0 1 0 185566827 295165952 63809 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 72062 63809 421 379 0 71596 0
Current children cumulated CPU time: 3332.8 s
Current children cumulated vsize: 298180 KiB
Current children cumulated memory: 258024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.21 4.13 5/260 981259
/proc/meminfo: memFree=125645352/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=238160 memory=217168 CPUtime=3392.62 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 57901 0 0 0 339191 71 0 0 20 0 1 0 185566827 243875840 54292 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 59540 54292 421 379 0 59074 0
Current children cumulated CPU time: 3392.62 s
Current children cumulated vsize: 248092 KiB
Current children cumulated memory: 219956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.19 4.13 5/261 981271
/proc/meminfo: memFree=125560096/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=288248 memory=238784 CPUtime=3452.43 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 58286 0 0 0 345171 72 0 0 20 0 1 0 185566827 295165952 59696 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 72062 59696 421 379 0 71596 0
Current children cumulated CPU time: 3452.43 s
Current children cumulated vsize: 298180 KiB
Current children cumulated memory: 241572 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.18 4.13 5/261 981281
/proc/meminfo: memFree=125206888/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=288248 memory=255236 CPUtime=3512.25 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 58361 0 0 0 351153 72 0 0 20 0 1 0 185566827 295165952 63809 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 72062 63809 421 379 0 71596 0
Current children cumulated CPU time: 3512.25 s
Current children cumulated vsize: 298180 KiB
Current children cumulated memory: 258024 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.16 4.12 5/264 981298
/proc/meminfo: memFree=125323896/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=238160 memory=211004 CPUtime=3572.06 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 58970 0 0 0 357133 73 0 0 20 0 1 0 185566827 243875840 52751 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 59540 52751 421 379 0 59074 0
Current children cumulated CPU time: 3572.06 s
Current children cumulated vsize: 248092 KiB
Current children cumulated memory: 213792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.27 4.19 4.13 5/264 981303
/proc/meminfo: memFree=125493396/131524600 swapFree=130799128/131071996
[pid=979124] ppid=979121 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/979124/stat : 979124 (naps-1.02b5.sh) S 979121 979124 977007 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 185566827 10170368 697 134679101440 94185603518464 94185604597784 140723045101296 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94185606696240 94185606743428 94185623662592 140723045106655 140723045106782 140723045106782 140723045113798 0
/proc/979124/statm: 2483 697 620 264 0 134 0
[pid=979131] ppid=979124 vsize=238160 memory=223292 CPUtime=3600.07 cores=4,6
/proc/979131/stat : 979131 (naps-1.02b5) R 979124 979124 977007 0 -1 4194304 58977 0 0 0 359934 73 0 0 20 0 1 0 185566827 243875840 55823 134679101440 4194304 5746509 140729013074800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 33267712 140729013076974 140729013077088 140729013077088 140729013084105 0
/proc/979131/statm: 59540 55823 421 379 0 59074 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 248092 KiB
Current children cumulated memory: 226080 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.35 s, system=0.74494 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): 3610.4
CPU time (s): 3600.09
CPU user time (s): 3599.35
CPU system time (s): 0.74494
CPU usage (%): 99.7145
Max. virtual memory (cumulated for all children) (KiB): 347500
Max. memory (cumulated for all children) (KiB): 300948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.35
system time used= 0.74494
maximum resident set size= 298160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59459
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= 52
involuntary context switches= 2585


# summary of solver processes directly reported to runsolver:
#   pid: 979124
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.35
#   total CPU system time (s): 0.74494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87785 second user time and 18.5501 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 22:21:29
IDJOB=4446321
IDBENCH=155555
IDSOLVER=3065
FILE ID=nodeC014/4446321-1721334077
RUNJOBID= nodeC014-1721330478-977018
SLURM_JOB_ID= 7542707
Free space on /tmp= 889664 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-77.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446321-1721334077/watcher-4446321-1721334077 -o /tmp/evaluation-result-4446321-1721334077/solver-4446321-1721334077 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721330478-977018 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4446321-1721334077.opb

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

MD5SUM BENCH= 71fdab66bbdfc1c9c6ce1eef27fb98d4
RANDOM SEED=967443389

nodeC014.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		: 3648.389
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.32
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		: 3648.874
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.96
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		: 3599.938
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.32
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.896
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.96
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		: 3648.696
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.32
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		: 3676.335
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.96
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		: 3639.730
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.32
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		: 3620.091
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123753364 kB
MemAvailable:   127296312 kB
Buffers:          459940 kB
Cached:          3882212 kB
SwapCached:        12892 kB
Active:          1775552 kB
Inactive:        5396036 kB
Active(anon):       9332 kB
Inactive(anon):  2840728 kB
Active(file):    1766220 kB
Inactive(file):  2555308 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799128 kB
Dirty:             13104 kB
Writeback:            24 kB
AnonPages:       2816660 kB
Mapped:            52976 kB
Shmem:             20624 kB
KReclaimable:     121488 kB
Slab:             219788 kB
SReclaimable:     121488 kB
SUnreclaim:        98300 kB
KernelStack:        4112 kB
PageTables:        14800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3756360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2519040 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:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC014 at 2024-07-18 23:21:40