Trace number 4446081

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.09 3610.2

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-24.opb
MD5SUM0ffe17eea1acb86364611cfd69bcd9b8
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 benchmark16.2183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4446081-1721324858.opb
3600.07/3610.20	c 
3600.07/3610.20	c *** TERMINATED *** by signal 15
3600.07/3610.20	s UNKNOWN
3600.07/3610.20	c _____________________________________________________________________________
3600.07/3610.20	c 
3600.07/3610.20	c std/band forms        : 20820,2
3600.07/3610.20	c 2cl/3cl ITE-codings   : 23042,34
3600.07/3610.20	c BDD/srt/adr Max costs : 27,0,0
3600.07/3610.20	c BDDraw/bin/mul/srt/adr: 20822,0,0,0,0
3600.07/3610.20	c BDD nodes             : 127986
3600.07/3610.20	c Es1/CC detections     : 0,0
3600.07/3610.20	c SAT/UNSAT calls       : 0,0
3600.07/3610.20	c regenrated variables  : 0
3600.07/3610.20	c restarts              : 0
3600.07/3610.20	c conflicts             : 0              (0 /sec)
3600.07/3610.20	c decisions             : 0              (0 /sec)
3600.07/3610.20	c propagations          : 0              (0 /sec)
3600.07/3610.20	c inspects              : 0              (0 /sec)
3600.07/3610.20	c CPU time (solving tm) : 3599 s        (3596 s)
3600.07/3610.20	c Time for Opt-base     : 0 s
3600.07/3610.20	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 (62673 MiB free)
  memory of node 1: 64473 MiB (63341 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=970871, runsolver pid=970868

[startup+0.100605 s]*
/proc/loadavg: 4.12 4.17 4.18 5/245 970876
/proc/meminfo: memFree=129037020/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=7612 memory=2560 CPUtime=0.09 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 338 0 0 0 9 0 0 0 20 0 1 0 184642941 7794688 640 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 1903 640 405 379 0 1437 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 17544 KiB
Current children cumulated memory: 5256 KiB

[startup+0.217604 s]*
/proc/loadavg: 4.12 4.17 4.18 5/245 970876
/proc/meminfo: memFree=129033964/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=8532 memory=3632 CPUtime=0.19 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 563 0 0 0 19 0 0 0 20 0 1 0 184642941 8736768 908 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 2133 908 405 379 0 1667 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18464 KiB
Current children cumulated memory: 6328 KiB

[startup+0.326603 s]*
/proc/loadavg: 4.12 4.17 4.18 5/245 970876
/proc/meminfo: memFree=129032708/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=9056 memory=4420 CPUtime=0.28 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 768 0 0 0 28 0 0 0 20 0 1 0 184642941 9273344 1105 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 2264 1105 405 379 0 1798 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18988 KiB
Current children cumulated memory: 7116 KiB

[startup+0.700286 s]
/proc/loadavg: 4.12 4.17 4.18 5/245 970876
/proc/meminfo: memFree=129031028/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=11992 memory=7548 CPUtime=0.63 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 1579 0 0 0 62 1 0 0 20 0 1 0 184642941 12279808 1887 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 2998 1887 405 379 0 2532 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 21924 KiB
Current children cumulated memory: 10244 KiB

[startup+1.50038 s]
/proc/loadavg: 4.12 4.17 4.18 5/245 970876
/proc/meminfo: memFree=129026468/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=20968 memory=19128 CPUtime=1.42 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 4031 0 0 0 141 1 0 0 20 0 1 0 184642941 21471232 4782 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 5242 4782 405 379 0 4776 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 30900 KiB
Current children cumulated memory: 21824 KiB

[startup+3.11296 s]
/proc/loadavg: 4.12 4.17 4.18 5/245 970876
/proc/meminfo: memFree=129002188/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=51512 memory=48652 CPUtime=3.03 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 11697 0 0 0 300 3 0 0 20 0 1 0 184642941 52748288 12163 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 12878 12163 405 379 0 12412 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 61444 KiB
Current children cumulated memory: 51348 KiB

[startup+6.3004 s]
/proc/loadavg: 4.11 4.17 4.18 5/245 970876
/proc/meminfo: memFree=128973752/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=91404 memory=75460 CPUtime=6.22 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 16479 0 0 0 617 5 0 0 20 0 1 0 184642941 93597696 18865 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 22851 18865 421 379 0 22385 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 101336 KiB
Current children cumulated memory: 78156 KiB

[startup+12.7004 s]
/proc/loadavg: 4.18 4.18 4.18 5/245 970878
/proc/meminfo: memFree=128941456/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=91884 memory=89516 CPUtime=12.59 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 16960 0 0 0 1254 5 0 0 20 0 1 0 184642941 94089216 22379 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 22971 22379 421 379 0 22505 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 101816 KiB
Current children cumulated memory: 92212 KiB

[startup+25.5004 s]
/proc/loadavg: 4.21 4.19 4.18 5/245 970879
/proc/meminfo: memFree=128926704/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=130900 memory=108300 CPUtime=25.35 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 18330 0 0 0 2529 6 0 0 20 0 1 0 184642941 134041600 27075 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 32725 27075 421 379 0 32259 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 140832 KiB
Current children cumulated memory: 110996 KiB

[startup+51.1132 s]
/proc/loadavg: 4.14 4.17 4.18 5/245 970884
/proc/meminfo: memFree=128884068/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=130900 memory=126828 CPUtime=50.9 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 18388 0 0 0 5083 7 0 0 20 0 1 0 184642941 134041600 31707 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 32725 31707 421 379 0 32259 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 140832 KiB
Current children cumulated memory: 129524 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.19 4.18 5/245 970893
/proc/meminfo: memFree=128858388/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=130928 memory=112276 CPUtime=101.95 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 19855 0 0 0 10186 9 0 0 20 0 1 0 184642941 134070272 28069 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 32732 28069 421 379 0 32266 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 140860 KiB
Current children cumulated memory: 114972 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.21 4.19 5/245 970903
/proc/meminfo: memFree=128825056/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=180248 memory=150868 CPUtime=161.78 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 21086 0 0 0 16167 11 0 0 20 0 1 0 184642941 184573952 37717 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 45062 37717 421 379 0 44596 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 190180 KiB
Current children cumulated memory: 153564 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.17 4.17 5/248 970918
/proc/meminfo: memFree=128763892/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=180248 memory=146752 CPUtime=221.61 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 21914 0 0 0 22149 12 0 0 20 0 1 0 184642941 184573952 36688 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 45062 36688 421 379 0 44596 0

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

/proc/loadavg: 4.39 4.42 4.27 5/245 972599
/proc/meminfo: memFree=128418920/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=234120 memory=231840 CPUtime=3033.71 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 49629 0 0 0 303310 61 0 0 20 0 1 0 184642941 239738880 57960 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 58530 57960 421 379 0 58064 0
Current children cumulated CPU time: 3033.71 s
Current children cumulated vsize: 244052 KiB
Current children cumulated memory: 234536 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.35 4.25 5/246 972611
/proc/meminfo: memFree=128434372/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=284208 memory=243284 CPUtime=3093.56 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 49989 0 0 0 309294 62 0 0 20 0 1 0 184642941 291028992 60821 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 71052 60821 421 379 0 70586 0
Current children cumulated CPU time: 3093.56 s
Current children cumulated vsize: 294140 KiB
Current children cumulated memory: 245980 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.30 4.24 5/246 972621
/proc/meminfo: memFree=128440080/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=234120 memory=205208 CPUtime=3153.4 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 51014 0 0 0 315276 64 0 0 20 0 1 0 184642941 239738880 51302 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 58530 51302 421 379 0 58064 0
Current children cumulated CPU time: 3153.4 s
Current children cumulated vsize: 244052 KiB
Current children cumulated memory: 207904 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.30 4.25 5/248 972635
/proc/meminfo: memFree=128382320/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=234120 memory=225724 CPUtime=3213.23 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 51083 0 0 0 321259 64 0 0 20 0 1 0 184642941 239738880 56431 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 58530 56431 421 379 0 58064 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 244052 KiB
Current children cumulated memory: 228420 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.26 4.24 5/248 972646
/proc/meminfo: memFree=128392684/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=284208 memory=241264 CPUtime=3273.07 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 51453 0 0 0 327242 65 0 0 20 0 1 0 184642941 291028992 60316 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 71052 60316 421 379 0 70586 0
Current children cumulated CPU time: 3273.07 s
Current children cumulated vsize: 294140 KiB
Current children cumulated memory: 243960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.26 4.24 5/248 972656
/proc/meminfo: memFree=128369000/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=203300 memory=192688 CPUtime=3332.91 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 51870 0 0 0 333225 66 0 0 20 0 1 0 184642941 208179200 48172 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 50825 48172 421 379 0 50359 0
Current children cumulated CPU time: 3332.91 s
Current children cumulated vsize: 213232 KiB
Current children cumulated memory: 195384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.22 4.22 5/247 972666
/proc/meminfo: memFree=128464052/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=234120 memory=217532 CPUtime=3392.75 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 52516 0 0 0 339208 67 0 0 20 0 1 0 184642941 239738880 54383 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 58530 54383 421 379 0 58064 0
Current children cumulated CPU time: 3392.75 s
Current children cumulated vsize: 244052 KiB
Current children cumulated memory: 220228 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.21 4.22 5/247 972677
/proc/meminfo: memFree=128445984/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=284208 memory=234976 CPUtime=3452.6 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 52890 0 0 0 345192 68 0 0 20 0 1 0 184642941 291028992 58744 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 71052 58744 421 379 0 70586 0
Current children cumulated CPU time: 3452.6 s
Current children cumulated vsize: 294140 KiB
Current children cumulated memory: 237672 KiB

[startup+3522.3 s]
/proc/loadavg: 3.92 4.14 4.19 4/237 972719
/proc/meminfo: memFree=128432020/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=284208 memory=247408 CPUtime=3512.43 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 52952 0 0 0 351175 68 0 0 20 0 1 0 184642941 291028992 61852 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 71052 61852 421 379 0 70586 0
Current children cumulated CPU time: 3512.43 s
Current children cumulated vsize: 294140 KiB
Current children cumulated memory: 250104 KiB

[startup+3582.3 s]
/proc/loadavg: 3.38 3.94 4.12 4/237 972729
/proc/meminfo: memFree=128635764/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=234120 memory=203160 CPUtime=3572.25 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 53969 0 0 0 357156 69 0 0 20 0 1 0 184642941 239738880 50790 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 58530 50790 421 379 0 58064 0
Current children cumulated CPU time: 3572.25 s
Current children cumulated vsize: 244052 KiB
Current children cumulated memory: 205856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 2.94 3.80 4.07 2/221 972795
/proc/meminfo: memFree=129309052/131655788 swapFree=131070704/131071996
[pid=970871] ppid=970868 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/970871/stat : 970871 (naps-1.02b5.sh) S 970868 970871 964650 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 184642941 10170368 674 134679101440 94481669152768 94481670232088 140732335768400 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94481672330544 94481672377732 94481686896640 140732335776735 140732335776862 140732335776862 140732335783878 0
/proc/970871/statm: 2483 674 596 264 0 134 0
[pid=970876] ppid=970871 vsize=234120 memory=215448 CPUtime=3600.07 cores=1,3
/proc/970876/stat : 970876 (naps-1.02b5) R 970871 970871 964650 0 -1 4194304 53975 0 0 0 359938 69 0 0 20 0 1 0 184642941 239738880 53862 134679101440 4194304 5746509 140729611381120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 22540288 140729611383790 140729611383904 140729611383904 140729611390921 0
/proc/970876/statm: 58530 53862 421 379 0 58064 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 244052 KiB
Current children cumulated memory: 218144 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.39 s, system=0.704999 s

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

Child status: 0

Real time (s): 3610.2
CPU time (s): 3600.09
CPU user time (s): 3599.39
CPU system time (s): 0.704999
CPU usage (%): 99.7199
Max. virtual memory (cumulated for all children) (KiB): 294140
Max. memory (cumulated for all children) (KiB): 254200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.39
system time used= 0.704999
maximum resident set size= 251504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54461
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= 96
involuntary context switches= 2366


# summary of solver processes directly reported to runsolver:
#   pid: 970871
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.39
#   total CPU system time (s): 0.704999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1943 second user time and 37.7199 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 19:47:50
IDJOB=4446081
IDBENCH=155442
IDSOLVER=3065
FILE ID=nodeC011/4446081-1721324858
RUNJOBID= nodeC011-1721317456-964662
SLURM_JOB_ID= 7542661
Free space on /tmp= 723716 MiB

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

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

MD5SUM BENCH= 0ffe17eea1acb86364611cfd69bcd9b8
RANDOM SEED=293006660

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		: 3668.209
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		: 3612.894
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.234
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.120
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		: 3642.018
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		: 3666.234
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.318
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.236
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:        129038888 kB
MemAvailable:   129564844 kB
Buffers:          512828 kB
Cached:           853044 kB
SwapCached:          132 kB
Active:          1066624 kB
Inactive:        1062424 kB
Active(anon):       1460 kB
Inactive(anon):   798816 kB
Active(file):    1065164 kB
Inactive(file):   263608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             69740 kB
Writeback:             0 kB
AnonPages:        762552 kB
Mapped:           110060 kB
Shmem:             37400 kB
KReclaimable:      74768 kB
Slab:             156688 kB
SReclaimable:      74768 kB
SUnreclaim:        81920 kB
KernelStack:        3932 kB
PageTables:        10692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1046708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 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= 723772 MiB
End job on nodeC011 at 2024-07-18 20:48:01