Trace number 4445211

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.06 3608.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.014493
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
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 constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
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-4445211-1721321126.opb
3600.04/3608.50	c 
3600.04/3608.50	c *** TERMINATED *** by signal 15
3600.04/3608.50	s UNKNOWN
3600.04/3608.50	c _____________________________________________________________________________
3600.04/3608.50	c 
3600.04/3608.50	c std/band forms        : 0,1
3600.04/3608.50	c 2cl/3cl ITE-codings   : 0,61725
3600.04/3608.50	c BDD/srt/adr Max costs : 63901,0,0
3600.04/3608.50	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.04/3608.50	c BDD nodes             : 63903
3600.04/3608.50	c Es1/CC detections     : 0,0
3600.04/3608.50	c SAT/UNSAT calls       : 0,0
3600.04/3608.50	c regenrated variables  : 0
3600.04/3608.50	c restarts              : 0
3600.04/3608.50	c conflicts             : 0              (0 /sec)
3600.04/3608.50	c decisions             : 0              (0 /sec)
3600.04/3608.50	c propagations          : 0              (0 /sec)
3600.04/3608.50	c inspects              : 0              (0 /sec)
3600.04/3608.50	c CPU time (solving tm) : 3599 s        (3598 s)
3600.04/3608.50	c Time for Opt-base     : 0.2965 s
3600.04/3608.50	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 (62930 MiB free)
  memory of node 1: 64473 MiB (63010 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445211-1721321126/watcher-4445211-1721321126 -o /tmp/evaluation-result-4445211-1721321126/solver-4445211-1721321126 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964661 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445211-1721321126.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=968475, runsolver pid=968472

[startup+0.100882 s]*
/proc/loadavg: 4.10 4.11 4.09 5/249 968480
/proc/meminfo: memFree=128962788/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=6992 memory=2056 CPUtime=0.09 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 179 0 0 0 9 0 0 0 20 0 1 0 184269778 7159808 514 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 1748 514 421 379 0 1282 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 16924 KiB
Current children cumulated memory: 4900 KiB

[startup+0.213881 s]*
/proc/loadavg: 4.10 4.11 4.09 5/249 968480
/proc/meminfo: memFree=128962440/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=7128 memory=2056 CPUtime=0.19 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 192 0 0 0 19 0 0 0 20 0 1 0 184269778 7299072 514 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 1782 514 421 379 0 1316 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 17060 KiB
Current children cumulated memory: 4900 KiB

[startup+0.31288 s]*
/proc/loadavg: 4.10 4.11 4.09 5/249 968480
/proc/meminfo: memFree=128962440/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=7128 memory=2056 CPUtime=0.28 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 196 0 0 0 28 0 0 0 20 0 1 0 184269778 7299072 514 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 1782 514 421 379 0 1316 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 17060 KiB
Current children cumulated memory: 4900 KiB

[startup+0.700887 s]
/proc/loadavg: 4.10 4.11 4.09 5/249 968480
/proc/meminfo: memFree=128953368/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=23420 memory=18516 CPUtime=0.62 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 4402 0 0 0 61 1 0 0 20 0 1 0 184269778 23982080 4629 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 5855 4629 421 379 0 5389 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 33352 KiB
Current children cumulated memory: 21360 KiB

[startup+1.50088 s]
/proc/loadavg: 4.09 4.11 4.09 5/249 968480
/proc/meminfo: memFree=128923620/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=74184 memory=67108 CPUtime=1.4 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 15741 0 0 0 137 3 0 0 20 0 1 0 184269778 75964416 16777 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 18546 16777 421 379 0 18080 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 84116 KiB
Current children cumulated memory: 69952 KiB

[startup+3.11293 s]
/proc/loadavg: 4.09 4.11 4.09 5/249 968480
/proc/meminfo: memFree=128891432/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=74184 memory=67636 CPUtime=3.01 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 15819 0 0 0 298 3 0 0 20 0 1 0 184269778 75964416 16909 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 18546 16909 421 379 0 18080 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 84116 KiB
Current children cumulated memory: 70480 KiB

[startup+6.30039 s]
/proc/loadavg: 4.16 4.12 4.09 5/249 968480
/proc/meminfo: memFree=128888600/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=74184 memory=68428 CPUtime=6.19 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 16044 0 0 0 616 3 0 0 20 0 1 0 184269778 75964416 17107 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 18546 17107 421 379 0 18080 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 84116 KiB
Current children cumulated memory: 71272 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 4.12 4.09 5/249 968483
/proc/meminfo: memFree=128880720/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=78604 memory=70268 CPUtime=12.58 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 16499 0 0 0 1254 4 0 0 20 0 1 0 184269778 80490496 17567 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 19651 17567 421 379 0 19185 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 88536 KiB
Current children cumulated memory: 73112 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.11 4.09 5/247 968484
/proc/meminfo: memFree=128860736/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=85784 memory=73896 CPUtime=25.34 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 16877 0 0 0 2530 4 0 0 20 0 1 0 184269778 87842816 18474 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 21446 18474 421 379 0 20980 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 95716 KiB
Current children cumulated memory: 76740 KiB

[startup+51.1129 s]
/proc/loadavg: 4.16 4.12 4.09 5/247 968489
/proc/meminfo: memFree=128829324/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=85784 memory=78256 CPUtime=50.9 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 18185 0 0 0 5084 6 0 0 20 0 1 0 184269778 87842816 19564 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 21446 19564 421 379 0 20980 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 95716 KiB
Current children cumulated memory: 81100 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/247 968497
/proc/meminfo: memFree=128882036/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=116132 memory=87208 CPUtime=101.97 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 19273 0 0 0 10190 7 0 0 20 0 1 0 184269778 118919168 21802 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 29033 21802 421 379 0 28567 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 126064 KiB
Current children cumulated memory: 90052 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/245 968656
/proc/meminfo: memFree=129282892/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=116132 memory=111336 CPUtime=161.82 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 19721 0 0 0 16174 8 0 0 20 0 1 0 184269778 118919168 27834 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 29033 27834 421 379 0 28567 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 126064 KiB
Current children cumulated memory: 114180 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/245 968668
/proc/meminfo: memFree=129221800/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=165452 memory=145376 CPUtime=221.7 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 20063 0 0 0 22161 9 0 0 20 0 1 0 184269778 169422848 36344 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 41363 36344 421 379 0 40897 0
Current children cumulated CPU time: 221.7 s

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

/proc/loadavg: 4.08 4.13 4.16 5/245 970363
/proc/meminfo: memFree=128742764/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=222628 CPUtime=3095.14 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 39844 0 0 0 309461 53 0 0 20 0 1 0 184269778 252272640 55657 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 55657 421 379 0 61124 0
Current children cumulated CPU time: 3095.14 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 225472 KiB

[startup+3162.3 s]
/proc/loadavg: 4.33 4.19 4.17 5/245 970373
/proc/meminfo: memFree=128707660/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=239012 CPUtime=3154.97 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 39905 0 0 0 315444 53 0 0 20 0 1 0 184269778 252272640 59753 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 59753 421 379 0 61124 0
Current children cumulated CPU time: 3154.97 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 241856 KiB

[startup+3222.3 s]
/proc/loadavg: 4.88 4.37 4.24 5/245 970384
/proc/meminfo: memFree=128802008/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=196272 memory=186608 CPUtime=3214.84 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 40850 0 0 0 321428 56 0 0 20 0 1 0 184269778 200982528 46652 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 49068 46652 421 379 0 48602 0
Current children cumulated CPU time: 3214.84 s
Current children cumulated vsize: 206204 KiB
Current children cumulated memory: 189452 KiB

[startup+3282.3 s]
/proc/loadavg: 4.44 4.33 4.23 5/245 970394
/proc/meminfo: memFree=128780700/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=204196 CPUtime=3274.71 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 41731 0 0 0 327415 56 0 0 20 0 1 0 184269778 252272640 51049 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 51049 421 379 0 61124 0
Current children cumulated CPU time: 3274.71 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 207040 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.30 4.23 5/248 970409
/proc/meminfo: memFree=128739524/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=220580 CPUtime=3334.56 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 41784 0 0 0 333399 57 0 0 20 0 1 0 184269778 252272640 55145 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 55145 421 379 0 61124 0
Current children cumulated CPU time: 3334.56 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 223424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.26 4.21 5/248 970419
/proc/meminfo: memFree=128702804/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=236964 CPUtime=3394.4 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 41845 0 0 0 339383 57 0 0 20 0 1 0 184269778 252272640 59241 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 59241 421 379 0 61124 0
Current children cumulated CPU time: 3394.4 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 239808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.24 4.21 5/248 970430
/proc/meminfo: memFree=128748060/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=196272 memory=182512 CPUtime=3454.24 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 42786 0 0 0 345364 60 0 0 20 0 1 0 184269778 200982528 45628 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 49068 45628 421 379 0 48602 0
Current children cumulated CPU time: 3454.24 s
Current children cumulated vsize: 206204 KiB
Current children cumulated memory: 185356 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.22 4.20 5/248 970440
/proc/meminfo: memFree=128774480/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=200100 CPUtime=3514.08 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 43667 0 0 0 351347 61 0 0 20 0 1 0 184269778 252272640 50025 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 50025 421 379 0 61124 0
Current children cumulated CPU time: 3514.08 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 202944 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.21 4.20 5/248 970451
/proc/meminfo: memFree=128748292/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=216484 CPUtime=3573.91 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 43717 0 0 0 357330 61 0 0 20 0 1 0 184269778 252272640 54121 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 54121 421 379 0 61124 0
Current children cumulated CPU time: 3573.91 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 219328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 4.18 4.21 4.19 5/248 970455
/proc/meminfo: memFree=128707248/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=224676 CPUtime=3600.04 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 43773 0 0 0 359943 61 0 0 20 0 1 0 184269778 252272640 56169 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 56169 421 379 0 61124 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 227520 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.44 s, system=0.623237 s

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

[startup+3608.5 s]
/proc/loadavg: 4.18 4.21 4.19 5/248 970455
/proc/meminfo: memFree=128707248/131655788 swapFree=131070704/131071996
[pid=968475] ppid=968472 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/968475/stat : 968475 (naps-1.02b5.sh) S 968472 968475 964650 0 -1 4194304 222 247 0 0 0 0 0 0 20 0 1 0 184269777 10170368 711 134679101440 94727303028736 94727304108056 140736276510384 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94727306206512 94727306253700 94727319572480 140736276513759 140736276513886 140736276513886 140736276520902 0
/proc/968475/statm: 2483 711 636 264 0 134 0
[pid=968480] ppid=968475 vsize=246360 memory=224676 CPUtime=3600.04 cores=4,6
/proc/968480/stat : 968480 (naps-1.02b5) R 968475 968475 964650 0 -1 4194304 43773 0 0 0 359943 61 0 0 20 0 1 0 184269778 252272640 56169 134679101440 4194304 5746509 140728053234912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 23961600 140728053240814 140728053240928 140728053240928 140728053247945 0
/proc/968480/statm: 61590 56169 421 379 0 61124 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 256292 KiB
Current children cumulated memory: 227520 KiB

Child status: 0

Real time (s): 3608.5
CPU time (s): 3600.06
CPU user time (s): 3599.44
CPU system time (s): 0.623237
CPU usage (%): 99.766
Max. virtual memory (cumulated for all children) (KiB): 337680
Max. memory (cumulated for all children) (KiB): 277312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.44
system time used= 0.623237
maximum resident set size= 320072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44256
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= 61
involuntary context switches= 2419


# summary of solver processes directly reported to runsolver:
#   pid: 968475
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.44
#   total CPU system time (s): 0.623237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0182 second user time and 36.9363 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 18:45:39
IDJOB=4445211
IDBENCH=148103
IDSOLVER=3065
FILE ID=nodeC011/4445211-1721321126
RUNJOBID= nodeC011-1721317456-964661
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-prob6.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445211-1721321126/watcher-4445211-1721321126 -o /tmp/evaluation-result-4445211-1721321126/solver-4445211-1721321126 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964661 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4445211-1721321126.opb

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=2015589593

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		: 3649.376
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		: 3648.979
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.245
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.410
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		: 3491.623
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		: 3649.269
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.124
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.162
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:        128964860 kB
MemAvailable:   129411540 kB
Buffers:          510832 kB
Cached:           776088 kB
SwapCached:          132 kB
Active:          1014988 kB
Inactive:        1187484 kB
Active(anon):       1460 kB
Inactive(anon):   951492 kB
Active(file):    1013528 kB
Inactive(file):   235992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              3968 kB
Writeback:             0 kB
AnonPages:        915512 kB
Mapped:           109904 kB
Shmem:             37400 kB
KReclaimable:      74720 kB
Slab:             156732 kB
SReclaimable:      74720 kB
SUnreclaim:        82012 kB
KernelStack:        4000 kB
PageTables:        11140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1311280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      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:45:47