Trace number 4444041

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.05 3611.11

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUM392bb637b95a9bbde51dfdce2cdaf17a
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 benchmark2.13387
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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-4444041-1721317558.opb
3600.04/3611.10	c 
3600.04/3611.10	c *** TERMINATED *** by signal 15
3600.04/3611.10	s UNKNOWN
3600.04/3611.10	c _____________________________________________________________________________
3600.04/3611.10	c 
3600.04/3611.10	c std/band forms        : 550,0
3600.04/3611.10	c 2cl/3cl ITE-codings   : 550,0
3600.04/3611.10	c BDD/srt/adr Max costs : 3,0,0
3600.04/3611.10	c BDDraw/bin/mul/srt/adr: 550,0,0,0,0
3600.04/3611.10	c BDD nodes             : 2200
3600.04/3611.10	c Es1/CC detections     : 0,0
3600.04/3611.10	c SAT/UNSAT calls       : 0,0
3600.04/3611.10	c regenrated variables  : 0
3600.04/3611.10	c restarts              : 0
3600.04/3611.10	c conflicts             : 0              (0 /sec)
3600.04/3611.10	c decisions             : 0              (0 /sec)
3600.04/3611.10	c propagations          : 0              (0 /sec)
3600.04/3611.10	c inspects              : 0              (0 /sec)
3600.04/3611.10	c CPU time (solving tm) : 3598 s        (3597 s)
3600.04/3611.10	c Time for Opt-base     : 0 s
3600.04/3611.10	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 (62396 MiB free)
  memory of node 1: 64473 MiB (62908 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444041-1721317558/watcher-4444041-1721317558 -o /tmp/evaluation-result-4444041-1721317558/solver-4444041-1721317558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721317481-967417 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4444041-1721317558.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=967720, runsolver pid=967717

[startup+0.100093 s]*
/proc/loadavg: 3.54 2.17 2.25 5/257 967725
/proc/meminfo: memFree=128308516/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=8480 memory=3820 CPUtime=0.09 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 630 0 0 0 9 0 0 0 20 0 1 0 183919638 8683520 955 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 2120 955 405 379 0 1654 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18412 KiB
Current children cumulated memory: 6496 KiB

[startup+0.20559 s]*
/proc/loadavg: 3.54 2.17 2.25 5/257 967725
/proc/meminfo: memFree=128305124/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=9472 memory=5024 CPUtime=0.2 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 951 0 0 0 20 0 0 0 20 0 1 0 183919638 9699328 1256 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 2368 1256 405 379 0 1902 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 19404 KiB
Current children cumulated memory: 7700 KiB

[startup+0.305754 s]*
/proc/loadavg: 3.54 2.17 2.25 5/257 967725
/proc/meminfo: memFree=128302068/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=10320 memory=8148 CPUtime=0.3 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 1209 0 0 0 30 0 0 0 20 0 1 0 183919638 10567680 2037 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 2580 2037 405 379 0 2114 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 20252 KiB
Current children cumulated memory: 10824 KiB

[startup+0.700261 s]
/proc/loadavg: 3.54 2.17 2.25 5/257 967725
/proc/meminfo: memFree=128298416/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=13332 memory=11096 CPUtime=0.68 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 2042 0 0 0 68 0 0 0 20 0 1 0 183919638 13651968 2774 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 3333 2774 405 379 0 2867 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 23264 KiB
Current children cumulated memory: 13772 KiB

[startup+1.50023 s]
/proc/loadavg: 3.54 2.17 2.25 5/257 967725
/proc/meminfo: memFree=128292576/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=36336 memory=32204 CPUtime=1.49 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 6902 0 0 0 147 2 0 0 20 0 1 0 183919638 37208064 8051 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 9084 8051 421 379 0 8618 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 46268 KiB
Current children cumulated memory: 34880 KiB

[startup+3.10557 s]
/proc/loadavg: 3.57 2.20 2.26 5/260 967761
/proc/meminfo: memFree=128227564/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=70228 memory=66764 CPUtime=3.09 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 10506 0 0 0 306 3 0 0 20 0 1 0 183919638 71913472 16691 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 17557 16691 421 379 0 17091 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 80160 KiB
Current children cumulated memory: 69440 KiB

[startup+6.30025 s]
/proc/loadavg: 3.57 2.20 2.26 5/260 967763
/proc/meminfo: memFree=128211332/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=89084 memory=80020 CPUtime=6.27 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 11900 0 0 0 623 4 0 0 20 0 1 0 183919638 91222016 20005 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 22271 20005 421 379 0 21805 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 99016 KiB
Current children cumulated memory: 82696 KiB

[startup+12.7003 s]
/proc/loadavg: 3.71 2.27 2.29 5/260 967763
/proc/meminfo: memFree=128150304/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=138404 memory=126944 CPUtime=12.64 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 12572 0 0 0 1259 5 0 0 20 0 1 0 183919638 141725696 31736 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 34601 31736 421 379 0 34135 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 148336 KiB
Current children cumulated memory: 129620 KiB

[startup+25.5003 s]
/proc/loadavg: 3.83 2.35 2.31 5/260 967766
/proc/meminfo: memFree=128013892/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=102036 memory=100276 CPUtime=25.39 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 14872 0 0 0 2531 8 0 0 20 0 1 0 183919638 104484864 25069 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 25509 25069 421 379 0 25043 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 111968 KiB
Current children cumulated memory: 102952 KiB

[startup+51.1056 s]
/proc/loadavg: 3.89 2.48 2.36 5/260 967870
/proc/meminfo: memFree=128142516/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=182176 memory=162672 CPUtime=50.91 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 17351 0 0 0 5078 13 0 0 20 0 1 0 183919638 186548224 40668 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 45544 40668 421 379 0 45078 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 192108 KiB
Current children cumulated memory: 165348 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 2.78 2.47 5/260 968078
/proc/meminfo: memFree=128098912/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=151356 memory=135812 CPUtime=101.92 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 22084 0 0 0 10171 21 0 0 20 0 1 0 183919638 154988544 33953 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 37839 33953 421 379 0 37373 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 161288 KiB
Current children cumulated memory: 138488 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 3.02 2.57 5/260 968088
/proc/meminfo: memFree=127922900/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=232264 memory=200772 CPUtime=161.7 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 26805 0 0 0 16142 28 0 0 20 0 1 0 183919638 237838336 50193 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 58066 50193 421 379 0 57600 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 242196 KiB
Current children cumulated memory: 203448 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.22 2.67 5/260 968099
/proc/meminfo: memFree=127957152/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=102036 memory=100356 CPUtime=221.52 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 30114 0 0 0 22117 35 0 0 20 0 1 0 183919638 104484864 25089 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 25509 25089 421 379 0 25043 0
Current children cumulated CPU time: 221.52 s

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

/proc/loadavg: 4.22 4.14 4.06 5/259 969801
/proc/meminfo: memFree=127228396/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=318492 memory=285492 CPUtime=3092.82 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 108319 0 0 0 309082 200 0 0 20 0 1 0 183919638 326135808 71373 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 79623 71373 421 379 0 79157 0
Current children cumulated CPU time: 3092.82 s
Current children cumulated vsize: 328424 KiB
Current children cumulated memory: 288168 KiB

[startup+3162.3 s]
/proc/loadavg: 4.29 4.18 4.08 5/259 969811
/proc/meminfo: memFree=127406060/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=450752 memory=363172 CPUtime=3152.64 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 108908 0 0 0 315062 202 0 0 20 0 1 0 183919638 461570048 90793 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 112688 90793 421 379 0 112222 0
Current children cumulated CPU time: 3152.64 s
Current children cumulated vsize: 460684 KiB
Current children cumulated memory: 365848 KiB

[startup+3222.3 s]
/proc/loadavg: 4.51 4.25 4.11 5/259 969822
/proc/meminfo: memFree=127318324/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=187560 memory=174120 CPUtime=3212.47 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 109824 0 0 0 321041 206 0 0 20 0 1 0 183919638 192061440 43530 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 46890 43530 421 379 0 46424 0
Current children cumulated CPU time: 3212.47 s
Current children cumulated vsize: 197492 KiB
Current children cumulated memory: 176796 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.23 4.11 5/262 969838
/proc/meminfo: memFree=127506184/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=319036 memory=277724 CPUtime=3272.3 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 111245 0 0 0 327021 209 0 0 20 0 1 0 183919638 326692864 69431 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 79759 69431 421 379 0 79293 0
Current children cumulated CPU time: 3272.3 s
Current children cumulated vsize: 328968 KiB
Current children cumulated memory: 280400 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.10 5/262 969848
/proc/meminfo: memFree=127310852/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=451296 memory=355380 CPUtime=3332.12 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 111840 0 0 0 333001 211 0 0 20 0 1 0 183919638 462127104 88845 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 112824 88845 421 379 0 112358 0
Current children cumulated CPU time: 3332.12 s
Current children cumulated vsize: 461228 KiB
Current children cumulated memory: 358056 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.18 4.09 5/262 969858
/proc/meminfo: memFree=127250736/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=189752 memory=161384 CPUtime=3391.9 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 113111 0 0 0 338977 213 0 0 20 0 1 0 183919638 194306048 40346 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 47438 40346 421 379 0 46972 0
Current children cumulated CPU time: 3391.9 s
Current children cumulated vsize: 199684 KiB
Current children cumulated memory: 164060 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.16 4.09 5/261 969869
/proc/meminfo: memFree=127430284/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=321228 memory=267080 CPUtime=3451.73 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 114538 0 0 0 344957 216 0 0 20 0 1 0 183919638 328937472 66770 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 80307 66770 421 379 0 79841 0
Current children cumulated CPU time: 3451.73 s
Current children cumulated vsize: 331160 KiB
Current children cumulated memory: 269756 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.14 4.09 5/261 969880
/proc/meminfo: memFree=127189904/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=453488 memory=348820 CPUtime=3511.54 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 115127 0 0 0 350937 217 0 0 20 0 1 0 183919638 464371712 87205 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 113372 87205 421 379 0 112906 0
Current children cumulated CPU time: 3511.54 s
Current children cumulated vsize: 463420 KiB
Current children cumulated memory: 351496 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.13 4.09 5/258 969990
/proc/meminfo: memFree=127918908/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=454668 memory=421384 CPUtime=3571.34 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 115405 0 0 0 356915 219 0 0 20 0 1 0 183919638 465580032 105346 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 113667 105346 421 379 0 113201 0
Current children cumulated CPU time: 3571.34 s
Current children cumulated vsize: 464600 KiB
Current children cumulated memory: 424060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 4.09 4.13 4.09 5/258 969994
/proc/meminfo: memFree=128128464/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=191440 memory=183268 CPUtime=3600.04 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 116401 0 0 0 359783 221 0 0 20 0 1 0 183919638 196034560 45817 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 47860 45817 421 379 0 47394 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 201372 KiB
Current children cumulated memory: 185944 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.84 s, system=2.21451 s

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

[startup+3611.11 s]
/proc/loadavg: 4.09 4.13 4.09 5/258 969994
/proc/meminfo: memFree=128128464/131524600 swapFree=131071996/131071996
[pid=967720] ppid=967717 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/967720/stat : 967720 (naps-1.02b5.sh) S 967717 967720 967405 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183919638 10170368 669 134679101440 94475707006976 94475708086296 140722225270704 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94475710184752 94475710231940 94475735146496 140722225279967 140722225280094 140722225280094 140722225287110 0
/proc/967720/statm: 2483 669 591 264 0 134 0
[pid=967725] ppid=967720 vsize=191440 memory=183268 CPUtime=3600.04 cores=1,3
/proc/967725/stat : 967725 (naps-1.02b5) R 967720 967720 967405 0 -1 4194304 116401 0 0 0 359783 221 0 0 20 0 1 0 183919638 196034560 45817 134679101440 4194304 5746509 140736358158048 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 11436032 140736358163438 140736358163552 140736358163552 140736358170569 0
/proc/967725/statm: 47860 45817 421 379 0 47394 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 201372 KiB
Current children cumulated memory: 185944 KiB

Child status: 0

Real time (s): 3611.11
CPU time (s): 3600.05
CPU user time (s): 3597.84
CPU system time (s): 2.21451
CPU usage (%): 99.6938
Max. virtual memory (cumulated for all children) (KiB): 672300
Max. memory (cumulated for all children) (KiB): 465264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.84
system time used= 2.21451
maximum resident set size= 479868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116878
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= 149
involuntary context switches= 4718


# summary of solver processes directly reported to runsolver:
#   pid: 967720
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3597.84
#   total CPU system time (s): 2.21451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50595 second user time and 17.4962 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-18 17:46:10
IDJOB=4444041
IDBENCH=147894
IDSOLVER=3065
FILE ID=nodeC021/4444041-1721317558
RUNJOBID= nodeC021-1721317481-967417
SLURM_JOB_ID= 7542662
Free space on /tmp= 889960 MiB

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

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

MD5SUM BENCH= 392bb637b95a9bbde51dfdce2cdaf17a
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		: 3651.639
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		: 3671.347
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		: 3599.801
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		: 3655.036
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		: 3651.639
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		: 3669.286
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.747
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		: 3599.999
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:        128311724 kB
MemAvailable:   129502696 kB
Buffers:          498480 kB
Cached:          1522724 kB
SwapCached:            0 kB
Active:          1086208 kB
Inactive:        1506512 kB
Active(anon):       1576 kB
Inactive(anon):   607336 kB
Active(file):    1084632 kB
Inactive(file):   899176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9768 kB
Writeback:             0 kB
AnonPages:        570488 kB
Mapped:           109744 kB
Shmem:             37720 kB
KReclaimable:      93972 kB
Slab:             204944 kB
SReclaimable:      93972 kB
SUnreclaim:       110972 kB
KernelStack:        4092 kB
PageTables:        10632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     919536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68608 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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= 890064 MiB
End job on nodeC021 at 2024-07-18 18:46:22