Trace number 4445301

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.07 3611.7

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMb3a7e12d93ab079a38c8d0bc0b1ef8cc
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 benchmark20800.4
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
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-4445301-1721321232.opb
3600.05/3611.70	c 
3600.05/3611.70	c *** TERMINATED *** by signal 15
3600.05/3611.70	s UNKNOWN
3600.05/3611.70	c _____________________________________________________________________________
3600.05/3611.70	c 
3600.05/3611.70	c std/band forms        : 0,1
3600.05/3611.70	c 2cl/3cl ITE-codings   : 0,13222
3600.05/3611.70	c BDD/srt/adr Max costs : 14131,0,0
3600.05/3611.70	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.05/3611.70	c BDD nodes             : 14133
3600.05/3611.70	c Es1/CC detections     : 0,0
3600.05/3611.70	c SAT/UNSAT calls       : 0,0
3600.05/3611.70	c regenrated variables  : 0
3600.05/3611.70	c restarts              : 0
3600.05/3611.70	c conflicts             : 0              (0 /sec)
3600.05/3611.70	c decisions             : 0              (0 /sec)
3600.05/3611.70	c propagations          : 0              (0 /sec)
3600.05/3611.70	c inspects              : 0              (0 /sec)
3600.05/3611.70	c CPU time (solving tm) : 3599 s        (3599 s)
3600.05/3611.70	c Time for Opt-base     : 0.02801 s
3600.05/3611.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: 64096 MiB (63053 MiB free)
  memory of node 1: 64473 MiB (63101 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445301-1721321232/watcher-4445301-1721321232 -o /tmp/evaluation-result-4445301-1721321232/solver-4445301-1721321232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964660 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445301-1721321232.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=968592, runsolver pid=968589

[startup+0.100986 s]*
/proc/loadavg: 4.14 4.12 4.09 5/247 968597
/proc/meminfo: memFree=129178256/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=11796 memory=6936 CPUtime=0.1 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 1376 0 0 0 10 0 0 0 20 0 1 0 184280293 12079104 1734 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 2949 1734 421 379 0 2483 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21728 KiB
Current children cumulated memory: 9624 KiB

[startup+0.212934 s]*
/proc/loadavg: 4.14 4.12 4.09 5/247 968597
/proc/meminfo: memFree=129166268/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=19988 memory=17408 CPUtime=0.21 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 3538 0 0 0 21 0 0 0 20 0 1 0 184280293 20467712 4352 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 4997 4352 421 379 0 4531 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29920 KiB
Current children cumulated memory: 20096 KiB

[startup+0.31292 s]*
/proc/loadavg: 4.14 4.12 4.09 5/247 968597
/proc/meminfo: memFree=129165792/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=19988 memory=17408 CPUtime=0.31 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 3538 0 0 0 31 0 0 0 20 0 1 0 184280293 20467712 4352 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 4997 4352 421 379 0 4531 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 29920 KiB
Current children cumulated memory: 20096 KiB

[startup+0.700363 s]
/proc/loadavg: 4.14 4.12 4.09 5/247 968597
/proc/meminfo: memFree=129165624/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=19988 memory=17408 CPUtime=0.68 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 3538 0 0 0 68 0 0 0 20 0 1 0 184280293 20467712 4352 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 4997 4352 421 379 0 4531 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 29920 KiB
Current children cumulated memory: 20096 KiB

[startup+1.50035 s]
/proc/loadavg: 4.13 4.11 4.09 5/247 968597
/proc/meminfo: memFree=129165016/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=18312 memory=16160 CPUtime=1.48 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 3974 0 0 0 148 0 0 0 20 0 1 0 184280293 18751488 4040 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 4578 4040 421 379 0 4112 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28244 KiB
Current children cumulated memory: 18848 KiB

[startup+3.1125 s]
/proc/loadavg: 4.13 4.11 4.09 5/247 968597
/proc/meminfo: memFree=129163536/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=19988 memory=17424 CPUtime=3.08 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 4325 0 0 0 308 0 0 0 20 0 1 0 184280293 20467712 4356 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 4997 4356 421 379 0 4531 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 29920 KiB
Current children cumulated memory: 20112 KiB

[startup+6.30033 s]
/proc/loadavg: 4.12 4.11 4.09 5/247 968599
/proc/meminfo: memFree=129155048/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=22660 memory=19888 CPUtime=6.27 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 5291 0 0 0 626 1 0 0 20 0 1 0 184280293 23203840 4972 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 5665 4972 421 379 0 5199 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 32592 KiB
Current children cumulated memory: 22576 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.11 4.09 5/247 968599
/proc/meminfo: memFree=129125244/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=27196 memory=25012 CPUtime=12.65 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 5579 0 0 0 1264 1 0 0 20 0 1 0 184280293 27848704 6253 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 6799 6253 421 379 0 6333 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 37128 KiB
Current children cumulated memory: 27700 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.11 4.09 5/247 968652
/proc/meminfo: memFree=129310380/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=42256 memory=38872 CPUtime=25.4 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 6066 0 0 0 2539 1 0 0 20 0 1 0 184280293 43270144 9718 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 10564 9718 421 379 0 10098 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 52188 KiB
Current children cumulated memory: 41560 KiB

[startup+51.1134 s]
/proc/loadavg: 4.12 4.11 4.09 5/245 968655
/proc/meminfo: memFree=129288024/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=49248 memory=47928 CPUtime=50.94 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 7345 0 0 0 5092 2 0 0 20 0 1 0 184280293 50429952 11982 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 12312 11982 421 379 0 11846 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 59180 KiB
Current children cumulated memory: 50616 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/245 968663
/proc/meminfo: memFree=129262620/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=53668 memory=52520 CPUtime=101.94 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 7972 0 0 0 10192 2 0 0 20 0 1 0 184280293 54956032 13130 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 13417 13130 421 379 0 12951 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 63600 KiB
Current children cumulated memory: 55208 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/245 968675
/proc/meminfo: memFree=129198392/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=72524 memory=65380 CPUtime=161.74 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 9211 0 0 0 16170 4 0 0 20 0 1 0 184280293 74264576 16345 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 18131 16345 421 379 0 17665 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 82456 KiB
Current children cumulated memory: 68068 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/248 968690
/proc/meminfo: memFree=129128892/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=102872 memory=83508 CPUtime=221.57 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 9712 0 0 0 22153 4 0 0 20 0 1 0 184280293 105340928 20877 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 25718 20877 421 379 0 25252 0
Current children cumulated CPU time: 221.57 s

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

/proc/loadavg: 4.75 4.32 4.22 5/245 970380
/proc/meminfo: memFree=128826888/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=152192 memory=140196 CPUtime=3092.32 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 61798 0 0 0 309128 104 0 0 20 0 1 0 184280293 155844608 35049 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 38048 35049 421 379 0 37582 0
Current children cumulated CPU time: 3092.32 s
Current children cumulated vsize: 162124 KiB
Current children cumulated memory: 142884 KiB

[startup+3162.3 s]
/proc/loadavg: 4.47 4.33 4.23 5/245 970391
/proc/meminfo: memFree=128733712/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=233100 memory=176252 CPUtime=3152.12 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 62746 0 0 0 315107 105 0 0 20 0 1 0 184280293 238694400 44063 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 58275 44063 421 379 0 57809 0
Current children cumulated CPU time: 3152.12 s
Current children cumulated vsize: 243032 KiB
Current children cumulated memory: 178940 KiB

[startup+3222.3 s]
/proc/loadavg: 4.34 4.31 4.23 5/248 970406
/proc/meminfo: memFree=128762028/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=183012 memory=162992 CPUtime=3211.92 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 63753 0 0 0 321084 108 0 0 20 0 1 0 184280293 187404288 40748 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 45753 40748 421 379 0 45287 0
Current children cumulated CPU time: 3211.92 s
Current children cumulated vsize: 192944 KiB
Current children cumulated memory: 165680 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.27 4.22 5/248 970416
/proc/meminfo: memFree=128726448/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=183012 memory=145172 CPUtime=3271.73 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 64724 0 0 0 327063 110 0 0 20 0 1 0 184280293 187404288 36293 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 45753 36293 421 379 0 45287 0
Current children cumulated CPU time: 3271.73 s
Current children cumulated vsize: 192944 KiB
Current children cumulated memory: 147860 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.23 4.21 5/248 970427
/proc/meminfo: memFree=128699848/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=233100 memory=182396 CPUtime=3331.54 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 65438 0 0 0 333043 111 0 0 20 0 1 0 184280293 238694400 45599 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 58275 45599 421 379 0 57809 0
Current children cumulated CPU time: 3331.54 s
Current children cumulated vsize: 243032 KiB
Current children cumulated memory: 185084 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.23 4.21 5/248 970437
/proc/meminfo: memFree=128729496/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=183012 memory=169136 CPUtime=3391.35 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 66444 0 0 0 339022 113 0 0 20 0 1 0 184280293 187404288 42284 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 45753 42284 421 379 0 45287 0
Current children cumulated CPU time: 3391.35 s
Current children cumulated vsize: 192944 KiB
Current children cumulated memory: 171824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.20 4.19 5/248 970448
/proc/meminfo: memFree=128710224/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=233100 memory=205156 CPUtime=3451.17 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 66818 0 0 0 345003 114 0 0 20 0 1 0 184280293 238694400 51289 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 58275 51289 421 379 0 57809 0
Current children cumulated CPU time: 3451.17 s
Current children cumulated vsize: 243032 KiB
Current children cumulated memory: 207844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.21 4.19 5/245 970709
/proc/meminfo: memFree=128892236/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=183012 memory=179772 CPUtime=3510.97 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 67959 0 0 0 350981 116 0 0 20 0 1 0 184280293 187404288 44943 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 45753 44943 421 379 0 45287 0
Current children cumulated CPU time: 3510.97 s
Current children cumulated vsize: 192944 KiB
Current children cumulated memory: 182460 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.19 4.18 5/245 970719
/proc/meminfo: memFree=128928352/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=152192 memory=148388 CPUtime=3570.75 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 68559 0 0 0 356957 118 0 0 20 0 1 0 184280293 155844608 37097 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 38048 37097 421 379 0 37582 0
Current children cumulated CPU time: 3570.75 s
Current children cumulated vsize: 162124 KiB
Current children cumulated memory: 151076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 4.16 4.19 4.18 5/245 970773
/proc/meminfo: memFree=129057392/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=183012 memory=164916 CPUtime=3600.05 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 69145 0 0 0 359886 119 0 0 20 0 1 0 184280293 187404288 41229 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 45753 41229 421 379 0 45287 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 192944 KiB
Current children cumulated memory: 167604 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.87 s, system=1.20095 s

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

[startup+3611.7 s]
/proc/loadavg: 4.16 4.19 4.18 5/245 970773
/proc/meminfo: memFree=129057392/131655788 swapFree=131070704/131071996
[pid=968592] ppid=968589 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/968592/stat : 968592 (naps-1.02b5.sh) S 968589 968592 964650 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 184280293 10170368 672 134679101440 94049834930176 94049836009496 140722059102112 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94049838107952 94049838155140 94049844215808 140722059105247 140722059105374 140722059105374 140722059112390 0
/proc/968592/statm: 2483 672 595 264 0 134 0
[pid=968597] ppid=968592 vsize=183012 memory=164916 CPUtime=3600.05 cores=0,2
/proc/968597/stat : 968597 (naps-1.02b5) R 968592 968592 964650 0 -1 4194304 69145 0 0 0 359886 119 0 0 20 0 1 0 184280293 187404288 41229 134679101440 4194304 5746509 140730286796800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17690624 140730286801902 140730286802016 140730286802016 140730286809033 0
/proc/968597/statm: 45753 41229 421 379 0 45287 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 192944 KiB
Current children cumulated memory: 167604 KiB

Child status: 0

Real time (s): 3611.7
CPU time (s): 3600.07
CPU user time (s): 3598.87
CPU system time (s): 1.20095
CPU usage (%): 99.6779
Max. virtual memory (cumulated for all children) (KiB): 292352
Max. memory (cumulated for all children) (KiB): 231708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.87
system time used= 1.20094
maximum resident set size= 261768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69623
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= 45
involuntary context switches= 25189


# summary of solver processes directly reported to runsolver:
#   pid: 968592
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.87
#   total CPU system time (s): 1.20095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0583 second user time and 35.6841 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 18:47:24
IDJOB=4445301
IDBENCH=148106
IDSOLVER=3065
FILE ID=nodeC011/4445301-1721321232
RUNJOBID= nodeC011-1721317456-964660
SLURM_JOB_ID= 7542661
Free space on /tmp= 723772 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445301-1721321232/watcher-4445301-1721321232 -o /tmp/evaluation-result-4445301-1721321232/solver-4445301-1721321232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964660 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4445301-1721321232.opb

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

MD5SUM BENCH= b3a7e12d93ab079a38c8d0bc0b1ef8cc
RANDOM SEED=663298130

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129183172 kB
MemAvailable:   129630564 kB
Buffers:          510932 kB
Cached:           776380 kB
SwapCached:          132 kB
Active:          1015264 kB
Inactive:         969476 kB
Active(anon):       1468 kB
Inactive(anon):   733032 kB
Active(file):    1013796 kB
Inactive(file):   236444 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              8148 kB
Writeback:            24 kB
AnonPages:        697076 kB
Mapped:           109916 kB
Shmem:             37400 kB
KReclaimable:      74704 kB
Slab:             156792 kB
SReclaimable:      74704 kB
SUnreclaim:        82088 kB
KernelStack:        3984 kB
PageTables:        10840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1059008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC011 at 2024-07-18 19:47:36