Trace number 4444011

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.07 3609.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUM4e71f8d633240b9029e11e93d5a0a0b4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.9097
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 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-4444011-1721317516.opb
3600.05/3609.50	c 
3600.05/3609.50	c *** TERMINATED *** by signal 15
3600.05/3609.50	s UNKNOWN
3600.05/3609.50	c _____________________________________________________________________________
3600.05/3609.50	c 
3600.05/3609.50	c std/band forms        : 360,0
3600.05/3609.50	c 2cl/3cl ITE-codings   : 720,0
3600.05/3609.50	c BDD/srt/adr Max costs : 5,0,0
3600.05/3609.50	c BDDraw/bin/mul/srt/adr: 360,0,0,0,0
3600.05/3609.50	c BDD nodes             : 2160
3600.05/3609.50	c Es1/CC detections     : 0,0
3600.05/3609.50	c SAT/UNSAT calls       : 0,0
3600.05/3609.50	c regenrated variables  : 0
3600.05/3609.50	c restarts              : 0
3600.05/3609.50	c conflicts             : 0              (0 /sec)
3600.05/3609.50	c decisions             : 0              (0 /sec)
3600.05/3609.50	c propagations          : 0              (0 /sec)
3600.05/3609.50	c inspects              : 0              (0 /sec)
3600.05/3609.50	c CPU time (solving tm) : 3597 s        (3596 s)
3600.05/3609.50	c Time for Opt-base     : 0 s
3600.05/3609.50	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (62666 MiB free)
  memory of node 1: 64473 MiB (62512 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=965148, runsolver pid=965145

[startup+0.100784 s]*
/proc/loadavg: 3.52 2.81 3.13 5/249 965153
/proc/meminfo: memFree=128174248/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=8048 memory=3016 CPUtime=0.1 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 454 0 0 0 10 0 0 0 20 0 1 0 183908786 8241152 754 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 2012 754 405 379 0 1546 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17980 KiB
Current children cumulated memory: 5760 KiB

[startup+0.21347 s]*
/proc/loadavg: 3.52 2.81 3.13 5/249 965153
/proc/meminfo: memFree=128165276/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=8964 memory=4300 CPUtime=0.21 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 757 0 0 0 21 0 0 0 20 0 1 0 183908786 9179136 1075 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 2241 1075 405 379 0 1775 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18896 KiB
Current children cumulated memory: 7044 KiB

[startup+0.312146 s]*
/proc/loadavg: 3.52 2.81 3.13 5/249 965153
/proc/meminfo: memFree=128157072/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=9188 memory=4824 CPUtime=0.31 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 911 0 0 0 31 0 0 0 20 0 1 0 183908786 9408512 1206 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 2297 1206 405 379 0 1831 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 19120 KiB
Current children cumulated memory: 7568 KiB

[startup+0.700406 s]
/proc/loadavg: 3.52 2.81 3.13 5/249 965153
/proc/meminfo: memFree=128142148/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=11004 memory=9256 CPUtime=0.68 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 1511 0 0 0 68 0 0 0 20 0 1 0 183908786 11268096 2314 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 2751 2314 405 379 0 2285 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 20936 KiB
Current children cumulated memory: 12000 KiB

[startup+1.50042 s]
/proc/loadavg: 3.52 2.81 3.13 7/249 965153
/proc/meminfo: memFree=128092948/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=25928 memory=24596 CPUtime=1.48 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 5418 0 0 0 147 1 0 0 20 0 1 0 183908786 26550272 6149 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 6482 6149 421 379 0 6016 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 35860 KiB
Current children cumulated memory: 27340 KiB

[startup+3.11335 s]
/proc/loadavg: 3.52 2.81 3.13 6/249 965153
/proc/meminfo: memFree=128058480/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=58616 memory=51544 CPUtime=3.09 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 8855 0 0 0 306 3 0 0 20 0 1 0 183908786 60022784 12886 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 14654 12886 421 379 0 14188 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 68548 KiB
Current children cumulated memory: 54288 KiB

[startup+6.3004 s]
/proc/loadavg: 3.64 2.85 3.14 6/249 965153
/proc/meminfo: memFree=128018644/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=58616 memory=57880 CPUtime=6.27 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 9895 0 0 0 623 4 0 0 20 0 1 0 183908786 60022784 14470 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 14654 14470 421 379 0 14188 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 68548 KiB
Current children cumulated memory: 60624 KiB

[startup+12.7004 s]
/proc/loadavg: 3.67 2.87 3.14 6/249 965155
/proc/meminfo: memFree=128019844/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=77472 memory=76712 CPUtime=12.65 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 10558 0 0 0 1261 4 0 0 20 0 1 0 183908786 79331328 19178 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 19368 19178 421 379 0 18902 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 87404 KiB
Current children cumulated memory: 79456 KiB

[startup+25.5004 s]
/proc/loadavg: 3.74 2.92 3.16 6/246 965156
/proc/meminfo: memFree=128012752/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=126792 memory=111768 CPUtime=25.42 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 10963 0 0 0 2534 8 0 0 20 0 1 0 183908786 129835008 27942 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 31698 27942 421 379 0 31232 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 136724 KiB
Current children cumulated memory: 114512 KiB

[startup+51.1127 s]
/proc/loadavg: 3.91 3.03 3.19 6/243 965175
/proc/meminfo: memFree=128359392/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=139100 memory=130228 CPUtime=50.97 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 13136 0 0 0 5083 14 0 0 20 0 1 0 183908786 142438400 32557 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 34775 32557 421 379 0 34309 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 149032 KiB
Current children cumulated memory: 132972 KiB

[startup+102.3 s]
/proc/loadavg: 3.83 3.15 3.22 5/246 966418
/proc/meminfo: memFree=129418076/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=139100 memory=130240 CPUtime=102.02 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 17208 0 0 0 10180 22 0 0 20 0 1 0 183908786 142438400 32560 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 34775 32560 421 379 0 34309 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 149032 KiB
Current children cumulated memory: 132984 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 3.36 3.29 5/245 966628
/proc/meminfo: memFree=129305316/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=89780 memory=89064 CPUtime=161.86 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 22321 0 0 0 16155 31 0 0 20 0 1 0 183908786 91934720 22266 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 22445 22266 421 379 0 21979 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 99712 KiB
Current children cumulated memory: 91808 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 3.51 3.35 5/245 966638
/proc/meminfo: memFree=129152416/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=169920 memory=168848 CPUtime=221.68 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 27947 0 0 0 22129 39 0 0 20 0 1 0 183908786 173998080 42212 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 42480 42212 421 379 0 42014 0
Current children cumulated CPU time: 221.68 s

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

/proc/loadavg: 4.14 4.12 4.10 5/245 968333
/proc/meminfo: memFree=128842536/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=183012 memory=155820 CPUtime=3094.08 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 137717 0 0 0 309152 256 0 0 20 0 1 0 183908786 187404288 38955 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 45753 38955 421 379 0 45287 0
Current children cumulated CPU time: 3094.08 s
Current children cumulated vsize: 192944 KiB
Current children cumulated memory: 158564 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/246 968344
/proc/meminfo: memFree=128705296/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=314488 memory=281916 CPUtime=3153.93 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 139159 0 0 0 315134 259 0 0 20 0 1 0 183908786 322035712 70479 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 78622 70479 421 379 0 78156 0
Current children cumulated CPU time: 3153.93 s
Current children cumulated vsize: 324420 KiB
Current children cumulated memory: 284660 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/246 968355
/proc/meminfo: memFree=128788104/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=233100 memory=191796 CPUtime=3213.79 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 141228 0 0 0 321116 263 0 0 20 0 1 0 183908786 238694400 47949 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 58275 47949 421 379 0 57809 0
Current children cumulated CPU time: 3213.79 s
Current children cumulated vsize: 243032 KiB
Current children cumulated memory: 194540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/246 968365
/proc/meminfo: memFree=128687952/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=314488 memory=298396 CPUtime=3273.64 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 141866 0 0 0 327099 265 0 0 20 0 1 0 183908786 322035712 74599 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 78622 74599 421 379 0 78156 0
Current children cumulated CPU time: 3273.64 s
Current children cumulated vsize: 324420 KiB
Current children cumulated memory: 301140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/248 968379
/proc/meminfo: memFree=128698200/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=233100 memory=220468 CPUtime=3333.5 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 143878 0 0 0 333080 270 0 0 20 0 1 0 183908786 238694400 55117 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 58275 55117 421 379 0 57809 0
Current children cumulated CPU time: 3333.5 s
Current children cumulated vsize: 243032 KiB
Current children cumulated memory: 223212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.12 4.09 6/248 968389
/proc/meminfo: memFree=128601044/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=314488 memory=313180 CPUtime=3393.36 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 144665 0 0 0 339063 273 0 0 20 0 1 0 183908786 322035712 78295 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 78622 78295 421 379 0 78156 0
Current children cumulated CPU time: 3393.36 s
Current children cumulated vsize: 324420 KiB
Current children cumulated memory: 315924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/249 968404
/proc/meminfo: memFree=128736616/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=314488 memory=240920 CPUtime=3453.2 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 147023 0 0 0 345043 277 0 0 20 0 1 0 183908786 322035712 60230 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 78622 60230 421 379 0 78156 0
Current children cumulated CPU time: 3453.2 s
Current children cumulated vsize: 324420 KiB
Current children cumulated memory: 243664 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/249 968414
/proc/meminfo: memFree=128581464/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=446748 memory=332984 CPUtime=3513.06 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 147614 0 0 0 351027 279 0 0 20 0 1 0 183908786 457469952 83246 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 111687 83246 421 379 0 111221 0
Current children cumulated CPU time: 3513.06 s
Current children cumulated vsize: 456680 KiB
Current children cumulated memory: 335728 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/249 968425
/proc/meminfo: memFree=128747560/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=314488 memory=242968 CPUtime=3572.92 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 149656 0 0 0 357008 284 0 0 20 0 1 0 183908786 322035712 60742 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 78622 60742 421 379 0 78156 0
Current children cumulated CPU time: 3572.92 s
Current children cumulated vsize: 324420 KiB
Current children cumulated memory: 245712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.10 4.11 4.09 5/249 968430
/proc/meminfo: memFree=128669012/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=314488 memory=292120 CPUtime=3600.05 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 149680 0 0 0 359720 285 0 0 20 0 1 0 183908786 322035712 73030 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 78622 73030 421 379 0 78156 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 324420 KiB
Current children cumulated memory: 294864 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=2.86011 s

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

[startup+3609.5 s]
/proc/loadavg: 4.10 4.11 4.09 5/249 968430
/proc/meminfo: memFree=128669012/131655788 swapFree=131070704/131071996
[pid=965148] ppid=965145 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/965148/stat : 965148 (naps-1.02b5.sh) S 965145 965148 964650 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 183908786 10170368 686 134679101440 94350628626432 94350629705752 140727942192912 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94350631804208 94350631851396 94350663540736 140727942194143 140727942194270 140727942194270 140727942201286 0
/proc/965148/statm: 2483 686 608 264 0 134 0
[pid=965153] ppid=965148 vsize=314488 memory=292120 CPUtime=3600.05 cores=4,6
/proc/965153/stat : 965153 (naps-1.02b5) R 965148 965148 964650 0 -1 4194304 149680 0 0 0 359720 285 0 0 20 0 1 0 183908786 322035712 73030 134679101440 4194304 5746509 140728311506400 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14229504 140728311514094 140728311514208 140728311514208 140728311521225 0
/proc/965153/statm: 78622 73030 421 379 0 78156 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 324420 KiB
Current children cumulated memory: 294864 KiB

Child status: 0

Real time (s): 3609.5
CPU time (s): 3600.07
CPU user time (s): 3597.21
CPU system time (s): 2.86011
CPU usage (%): 99.7386
Max. virtual memory (cumulated for all children) (KiB): 506000
Max. memory (cumulated for all children) (KiB): 397348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 2.86011
maximum resident set size= 394604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150151
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= 108
involuntary context switches= 4764


# summary of solver processes directly reported to runsolver:
#   pid: 965148
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 2.86011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.566 second user time and 37.0496 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 17:45:29
IDJOB=4444011
IDBENCH=147893
IDSOLVER=3065
FILE ID=nodeC011/4444011-1721317516
RUNJOBID= nodeC011-1721317456-964661
SLURM_JOB_ID= 7542661
Free space on /tmp= 723508 MiB

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

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

MD5SUM BENCH= 4e71f8d633240b9029e11e93d5a0a0b4
RANDOM SEED=612389302

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128185712 kB
MemAvailable:   128883104 kB
Buffers:          508868 kB
Cached:          1027936 kB
SwapCached:          132 kB
Active:          1278684 kB
Inactive:        1700560 kB
Active(anon):       1476 kB
Inactive(anon):  1478412 kB
Active(file):    1277208 kB
Inactive(file):   222148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:            100432 kB
Writeback:             0 kB
AnonPages:       1442112 kB
Mapped:           109896 kB
Shmem:             37400 kB
KReclaimable:      76468 kB
Slab:             158148 kB
SReclaimable:      76468 kB
SUnreclaim:        81680 kB
KernelStack:        4016 kB
PageTables:        12104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2015596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC011 at 2024-07-18 18:45:38