Trace number 4443951

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 3611.2

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
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 benchmark8.6827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-4443951-1721317497.opb
3600.04/3611.20	c 
3600.04/3611.20	c *** TERMINATED *** by signal 15
3600.04/3611.20	s UNKNOWN
3600.04/3611.20	c _____________________________________________________________________________
3600.04/3611.20	c 
3600.04/3611.20	c std/band forms        : 170,0
3600.04/3611.20	c 2cl/3cl ITE-codings   : 680,0
3600.04/3611.20	c BDD/srt/adr Max costs : 9,0,0
3600.04/3611.20	c BDDraw/bin/mul/srt/adr: 170,0,0,0,0
3600.04/3611.20	c BDD nodes             : 1700
3600.04/3611.20	c Es1/CC detections     : 0,0
3600.04/3611.20	c SAT/UNSAT calls       : 0,0
3600.04/3611.20	c regenrated variables  : 0
3600.04/3611.20	c restarts              : 0
3600.04/3611.20	c conflicts             : 0              (0 /sec)
3600.04/3611.20	c decisions             : 0              (0 /sec)
3600.04/3611.20	c propagations          : 0              (0 /sec)
3600.04/3611.20	c inspects              : 0              (0 /sec)
3600.04/3611.20	c CPU time (solving tm) : 3598 s        (3597 s)
3600.04/3611.20	c Time for Opt-base     : 0 s
3600.04/3611.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: 63968 MiB (62245 MiB free)
  memory of node 1: 64473 MiB (62601 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443951-1721317497/watcher-4443951-1721317497 -o /tmp/evaluation-result-4443951-1721317497/solver-4443951-1721317497 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721317481-967418 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4443951-1721317497.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=967596, runsolver pid=967593
Current StackSize limit: 8192 KiB


[startup+0.101032 s]*
/proc/loadavg: 2.39 1.72 2.12 5/262 967601
/proc/meminfo: memFree=127838800/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=8460 memory=3776 CPUtime=0.09 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 606 0 0 0 9 0 0 0 20 0 1 0 183913573 8663040 944 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 2115 944 405 379 0 1649 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18392 KiB
Current children cumulated memory: 6528 KiB

[startup+0.206012 s]*
/proc/loadavg: 2.39 1.72 2.12 5/262 967601
/proc/meminfo: memFree=127834204/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=9532 memory=7312 CPUtime=0.19 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 998 0 0 0 19 0 0 0 20 0 1 0 183913573 9760768 1828 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 2383 1828 405 379 0 1917 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 19464 KiB
Current children cumulated memory: 10064 KiB

[startup+0.304892 s]*
/proc/loadavg: 2.39 1.72 2.12 6/262 967601
/proc/meminfo: memFree=127830116/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=13016 memory=10412 CPUtime=0.29 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 1801 0 0 0 29 0 0 0 20 0 1 0 183913573 13328384 2603 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 3254 2603 421 379 0 2788 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 22948 KiB
Current children cumulated memory: 13164 KiB

[startup+0.700183 s]
/proc/loadavg: 2.39 1.72 2.12 5/262 967601
/proc/meminfo: memFree=127823960/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=17120 memory=14160 CPUtime=0.67 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 3975 0 0 0 67 0 0 0 20 0 1 0 183913573 17530880 3540 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 4280 3540 421 379 0 3814 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 27052 KiB
Current children cumulated memory: 16912 KiB

[startup+1.50026 s]
/proc/loadavg: 2.39 1.72 2.12 5/262 967601
/proc/meminfo: memFree=127808748/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=26108 memory=22460 CPUtime=1.48 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 5063 0 0 0 147 1 0 0 20 0 1 0 183913573 26734592 5615 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 6527 5615 421 379 0 6061 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 36040 KiB
Current children cumulated memory: 25212 KiB

[startup+3.10564 s]
/proc/loadavg: 2.52 1.75 2.13 5/262 967601
/proc/meminfo: memFree=127551136/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=33248 memory=31808 CPUtime=3.08 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 6411 0 0 0 307 1 0 0 20 0 1 0 183913573 34045952 7952 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 8312 7952 421 379 0 7846 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 43180 KiB
Current children cumulated memory: 34560 KiB

[startup+6.30021 s]
/proc/loadavg: 2.52 1.75 2.13 5/262 967603
/proc/meminfo: memFree=127468680/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=26176 memory=25416 CPUtime=6.25 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 7138 0 0 0 624 1 0 0 20 0 1 0 183913573 26804224 6354 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 6544 6354 421 379 0 6078 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 36108 KiB
Current children cumulated memory: 28168 KiB

[startup+12.7002 s]
/proc/loadavg: 2.64 1.79 2.14 5/260 967653
/proc/meminfo: memFree=127549196/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=82900 memory=57320 CPUtime=12.63 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 8753 0 0 0 1261 2 0 0 20 0 1 0 183913573 84889600 14330 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 20725 14330 421 379 0 20259 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 92832 KiB
Current children cumulated memory: 60072 KiB

[startup+25.5003 s]
/proc/loadavg: 2.94 1.90 2.17 5/260 967655
/proc/meminfo: memFree=127435100/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=82900 memory=63464 CPUtime=25.39 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 8792 0 0 0 2537 2 0 0 20 0 1 0 183913573 84889600 15866 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 20725 15866 421 379 0 20259 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 92832 KiB
Current children cumulated memory: 66216 KiB

[startup+51.1055 s]
/proc/loadavg: 3.45 2.10 2.23 5/260 967659
/proc/meminfo: memFree=127416200/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=82900 memory=63524 CPUtime=50.92 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 10420 0 0 0 5087 5 0 0 20 0 1 0 183913573 84889600 15881 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 20725 15881 421 379 0 20259 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 92832 KiB
Current children cumulated memory: 66276 KiB

[startup+102.3 s]
/proc/loadavg: 3.87 2.43 2.34 5/257 967782
/proc/meminfo: memFree=128113324/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=82900 memory=63568 CPUtime=101.98 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 14267 0 0 0 10185 13 0 0 20 0 1 0 183913573 84889600 15892 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 20725 15892 421 379 0 20259 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 92832 KiB
Current children cumulated memory: 66320 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 2.76 2.46 5/260 968078
/proc/meminfo: memFree=128138352/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=163448 memory=137516 CPUtime=161.82 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 20379 0 0 0 16160 22 0 0 20 0 1 0 183913573 167370752 34379 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 40862 34379 421 379 0 40396 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 173380 KiB
Current children cumulated memory: 140268 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.01 2.56 5/260 968088
/proc/meminfo: memFree=127929072/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=163448 memory=143660 CPUtime=221.66 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 24373 0 0 0 22137 29 0 0 20 0 1 0 183913573 167370752 35915 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 40862 35915 421 379 0 40396 0
Current children cumulated CPU time: 221.66 s

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

/proc/loadavg: 4.08 4.12 4.04 5/258 969779
/proc/meminfo: memFree=127389736/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=396596 memory=348864 CPUtime=3032.86 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 130845 0 0 0 303069 217 0 0 20 0 1 0 183913573 406114304 87216 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 99149 87216 421 379 0 98683 0
Current children cumulated CPU time: 3032.86 s
Current children cumulated vsize: 406528 KiB
Current children cumulated memory: 351616 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.11 4.04 5/258 969789
/proc/meminfo: memFree=127471576/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=315208 memory=311732 CPUtime=3092.65 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 132190 0 0 0 309045 220 0 0 20 0 1 0 183913573 322772992 77933 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 78802 77933 421 379 0 78336 0
Current children cumulated CPU time: 3092.65 s
Current children cumulated vsize: 325140 KiB
Current children cumulated memory: 314484 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.14 4.06 5/259 969801
/proc/meminfo: memFree=127236588/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=315208 memory=272952 CPUtime=3152.45 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 134163 0 0 0 315021 224 0 0 20 0 1 0 183913573 322772992 68238 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 78802 68238 421 379 0 78336 0
Current children cumulated CPU time: 3152.45 s
Current children cumulated vsize: 325140 KiB
Current children cumulated memory: 275704 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.18 4.08 5/259 969811
/proc/meminfo: memFree=127410156/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=265120 memory=251320 CPUtime=3212.26 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 135839 0 0 0 320998 228 0 0 20 0 1 0 183913573 271482880 62830 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 66280 62830 421 379 0 65814 0
Current children cumulated CPU time: 3212.26 s
Current children cumulated vsize: 275052 KiB
Current children cumulated memory: 254072 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.25 4.11 5/259 969822
/proc/meminfo: memFree=127322420/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=396596 memory=341184 CPUtime=3272.08 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 136800 0 0 0 326978 230 0 0 20 0 1 0 183913573 406114304 85296 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 99149 85296 421 379 0 98683 0
Current children cumulated CPU time: 3272.08 s
Current children cumulated vsize: 406528 KiB
Current children cumulated memory: 343936 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.23 4.11 5/262 969838
/proc/meminfo: memFree=127510280/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=315208 memory=306576 CPUtime=3331.91 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 138304 0 0 0 332958 233 0 0 20 0 1 0 183913573 322772992 76644 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 78802 76644 421 379 0 78336 0
Current children cumulated CPU time: 3331.91 s
Current children cumulated vsize: 325140 KiB
Current children cumulated memory: 309328 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.20 4.10 5/262 969848
/proc/meminfo: memFree=127315172/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=316628 memory=292908 CPUtime=3391.75 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 140543 0 0 0 338938 237 0 0 20 0 1 0 183913573 324227072 73227 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 79157 73227 421 379 0 78691 0
Current children cumulated CPU time: 3391.75 s
Current children cumulated vsize: 326560 KiB
Current children cumulated memory: 295660 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.18 4.09 5/262 969858
/proc/meminfo: memFree=127252784/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=402960 memory=369536 CPUtime=3451.57 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 142443 0 0 0 344918 239 0 0 20 0 1 0 183913573 412631040 92384 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 100740 92384 421 379 0 100274 0
Current children cumulated CPU time: 3451.57 s
Current children cumulated vsize: 412892 KiB
Current children cumulated memory: 372288 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.16 4.09 5/261 969869
/proc/meminfo: memFree=127434380/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=408732 memory=345684 CPUtime=3511.4 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 145615 0 0 0 350898 242 0 0 20 0 1 0 183913573 418541568 86421 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 102183 86421 421 379 0 101717 0
Current children cumulated CPU time: 3511.4 s
Current children cumulated vsize: 418664 KiB
Current children cumulated memory: 348436 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.14 4.09 5/261 969880
/proc/meminfo: memFree=127196048/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=331220 memory=307472 CPUtime=3571.23 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 147815 0 0 0 356878 245 0 0 20 0 1 0 183913573 339169280 76868 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 82805 76868 421 379 0 82339 0
Current children cumulated CPU time: 3571.23 s
Current children cumulated vsize: 341152 KiB
Current children cumulated memory: 310224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.12 4.14 4.09 5/258 969885
/proc/meminfo: memFree=127038336/131524600 swapFree=131071996/131071996
[pid=967596] ppid=967593 vsize=9932 memory=2752 CPUtime=0 cores=5,7
/proc/967596/stat : 967596 (naps-1.02b5.sh) S 967593 967596 967405 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183913572 10170368 688 134679101440 94440118927360 94440120006680 140722758046480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94440122105136 94440122152324 94440125018112 140722758054879 140722758055006 140722758055006 140722758062022 0
/proc/967596/statm: 2483 688 610 264 0 134 0
[pid=967601] ppid=967596 vsize=414956 memory=346528 CPUtime=3600.04 cores=5,7
/proc/967601/stat : 967601 (naps-1.02b5) R 967596 967596 967405 0 -1 4194304 149027 0 0 0 359758 246 0 0 20 0 1 0 183913573 424914944 86632 134679101440 4194304 5746509 140725194578464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 20606976 140725194585070 140725194585184 140725194585184 140725194592201 0
/proc/967601/statm: 103739 86632 421 379 0 103273 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 424888 KiB
Current children cumulated memory: 349280 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.59 s, system=2.47011 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): 3611.2
CPU time (s): 3600.06
CPU user time (s): 3597.59
CPU system time (s): 2.47011
CPU usage (%): 99.6915
Max. virtual memory (cumulated for all children) (KiB): 470792
Max. memory (cumulated for all children) (KiB): 430076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.59
system time used= 2.47011
maximum resident set size= 427324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149506
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= 91
involuntary context switches= 4758


# summary of solver processes directly reported to runsolver:
#   pid: 967596
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.59
#   total CPU system time (s): 2.47011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.4081 second user time and 17.5658 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-18 17:45:10
IDJOB=4443951
IDBENCH=147891
IDSOLVER=3065
FILE ID=nodeC021/4443951-1721317497
RUNJOBID= nodeC021-1721317481-967418
SLURM_JOB_ID= 7542662
Free space on /tmp= 889888 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443951-1721317497/watcher-4443951-1721317497 -o /tmp/evaluation-result-4443951-1721317497/solver-4443951-1721317497 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721317481-967418 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4443951-1721317497.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=1691111692

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127843940 kB
MemAvailable:   129109256 kB
Buffers:          498392 kB
Cached:          1596444 kB
SwapCached:            0 kB
Active:          1155260 kB
Inactive:        1903592 kB
Active(anon):       1584 kB
Inactive(anon):   999860 kB
Active(file):    1153676 kB
Inactive(file):   903732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            205564 kB
Writeback:             0 kB
AnonPages:        963172 kB
Mapped:           110656 kB
Shmem:             37720 kB
KReclaimable:      95460 kB
Slab:             206304 kB
SReclaimable:      95460 kB
SUnreclaim:       110844 kB
KernelStack:        4260 kB
PageTables:        10892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1543860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68608 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC021 at 2024-07-18 18:45:21