Trace number 4433867

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 NameAnswerobjective functionCPU timeWall clock time
NaPS-GM 1.03? (TO) 3600.03 3614.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM0e700fc92a231fc1e477aebd59f20b52
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark138
Best CPU time to get the best result obtained on this benchmark3584.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
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.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4433867-1721104166.opb
46.05/46.22	c multi stage optimization mode: 1-th step
3600.00/3614.00	c 
3600.00/3614.00	c *** TERMINATED *** by signal 15
3600.00/3614.00	s UNKNOWN
3600.00/3614.00	c _____________________________________________________________________________
3600.00/3614.00	c std/band forms        : 577,2903
3600.00/3614.00	c 2cl/3cl ITE-codings   : 6067345,271455
3600.00/3614.00	c BDD/srt/adr Max costs : 2074,0,0
3600.00/3614.00	c BDDraw/bin/mul/srt/adr: 0,0,3480,0,0
3600.00/3614.00	c BDD nodes             : 7722692
3600.00/3614.00	c Es1/CC detections     : 0,0
3600.00/3614.00	c CC sort               : 0
3600.00/3614.00	c SAT/UNSAT calls       : 0,0
3600.00/3614.00	c regenrated variables  : 0
3600.00/3614.00	c eliminated fixed lits : 0
3600.00/3614.00	c goal lit flips        : 0
3600.00/3614.00	c goal stages           : 1
3600.00/3614.00	c goal shrink           : 0
3600.00/3614.00	c goal coeff separations: 0
3600.00/3614.00	c restarts              : 0
3600.00/3614.00	c conflicts             : 0              (0 /sec)
3600.00/3614.00	c decisions             : 0              (0 /sec)
3600.00/3614.00	c propagations          : 0              (0 /sec)
3600.00/3614.00	c inspects              : 0              (0 /sec)
3600.00/3614.00	c CPU time (solving tm) : 3599 s        (3553 s, SAT 0 s, UNSAT 0 s)
3600.00/3614.00	c Time for Opt-base     : 5.963 s
3600.00/3614.00	c Steps for Opt-base    : 18281247
3600.00/3614.00	c Time for BDD coding   : 40.59 s
3600.00/3614.00	c Time for srt coding   : 0 s
3600.00/3614.00	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 (62864 MiB free)
  memory of node 1: 64473 MiB (63263 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433867-1721104166/watcher-4433867-1721104166 -o /tmp/evaluation-result-4433867-1721104166/solver-4433867-1721104166 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721104178-855899 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4433867-1721104166.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=856076, runsolver pid=856073

[startup+0.100093 s]*
/proc/loadavg: 1.88 3.27 3.79 5/264 856081
/proc/meminfo: memFree=129111472/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=16928 memory=10592 CPUtime=0.09 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 2306 0 0 0 9 0 0 0 20 0 1 0 162579053 17334272 2648 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 4232 2648 436 659 0 3436 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26860 KiB
Current children cumulated memory: 13324 KiB

[startup+0.205865 s]*
/proc/loadavg: 1.88 3.27 3.79 5/264 856081
/proc/meminfo: memFree=129043052/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=26088 memory=19692 CPUtime=0.2 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 4575 0 0 0 20 0 0 0 20 0 1 0 162579053 26714112 4923 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 6522 4923 436 659 0 5726 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36020 KiB
Current children cumulated memory: 22424 KiB

[startup+0.305913 s]*
/proc/loadavg: 1.88 3.27 3.79 5/264 856081
/proc/meminfo: memFree=128984520/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=34772 memory=28140 CPUtime=0.3 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 6711 0 0 0 29 1 0 0 20 0 1 0 162579053 35606528 7035 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 8693 7035 436 659 0 7897 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 44704 KiB
Current children cumulated memory: 30872 KiB

[startup+0.700245 s]
/proc/loadavg: 1.88 3.27 3.79 5/264 856081
/proc/meminfo: memFree=128909428/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=44564 memory=38064 CPUtime=0.68 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 9461 0 0 0 67 1 0 0 20 0 1 0 162579053 45633536 9516 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 11141 9516 468 659 0 10345 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 54496 KiB
Current children cumulated memory: 40796 KiB

[startup+1.50024 s]
/proc/loadavg: 1.88 3.27 3.79 5/264 856081
/proc/meminfo: memFree=128700488/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=50888 memory=43780 CPUtime=1.49 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 11430 0 0 0 147 2 0 0 20 0 1 0 162579053 52109312 10945 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 12722 10945 468 659 0 11926 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 60820 KiB
Current children cumulated memory: 46512 KiB

[startup+3.10603 s]
/proc/loadavg: 1.88 3.27 3.79 5/264 856081
/proc/meminfo: memFree=128284032/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=66588 memory=58688 CPUtime=3.09 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 14077 0 0 0 306 3 0 0 20 0 1 0 162579053 68186112 14672 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 16647 14672 468 659 0 15851 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 76520 KiB
Current children cumulated memory: 61420 KiB

[startup+6.30026 s]
/proc/loadavg: 2.05 3.28 3.80 5/264 856081
/proc/meminfo: memFree=128127448/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=93344 memory=83188 CPUtime=6.27 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 17221 0 0 0 623 4 0 0 20 0 1 0 162579053 95584256 20797 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 23336 20797 468 659 0 22540 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 103276 KiB
Current children cumulated memory: 85920 KiB

[startup+12.7003 s]
/proc/loadavg: 2.21 3.29 3.80 5/264 856083
/proc/meminfo: memFree=128041732/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=139072 memory=132052 CPUtime=12.65 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 23429 0 0 0 1259 6 0 0 20 0 1 0 162579053 142409728 33013 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 34768 33013 468 659 0 33972 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 149004 KiB
Current children cumulated memory: 134784 KiB

[startup+25.5002 s]
/proc/loadavg: 2.68 3.34 3.81 5/264 856084
/proc/meminfo: memFree=127931480/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=241188 memory=230844 CPUtime=25.41 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 33692 0 0 0 2530 11 0 0 20 0 1 0 162579053 246976512 57711 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 60297 57711 468 659 0 59501 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 251120 KiB
Current children cumulated memory: 233576 KiB

[startup+51.1059 s]
/proc/loadavg: 3.13 3.40 3.81 5/266 856147
/proc/meminfo: memFree=125124396/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3336732 memory=2979984 CPUtime=50.93 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 176476 0 0 0 5010 83 0 0 20 0 1 0 162579053 3416813568 744996 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 834183 744996 468 659 0 833387 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 3346664 KiB
Current children cumulated memory: 2982716 KiB

[startup+102.3 s]
/proc/loadavg: 3.67 3.51 3.83 5/264 856155
/proc/meminfo: memFree=124983928/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3580644 memory=3138380 CPUtime=101.96 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 218233 0 0 0 10093 103 0 0 20 0 1 0 162579053 3666579456 784595 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 895161 784595 468 659 0 894365 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 3590576 KiB
Current children cumulated memory: 3141112 KiB

[startup+162.3 s]
/proc/loadavg: 3.99 3.63 3.85 5/264 856165
/proc/meminfo: memFree=124911840/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3581756 memory=3139228 CPUtime=161.77 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 218651 0 0 0 16074 103 0 0 20 0 1 0 162579053 3667718144 784807 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 895439 784807 468 659 0 894643 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 3591688 KiB
Current children cumulated memory: 3141960 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.71 3.87 5/263 856176
/proc/meminfo: memFree=124874028/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3583660 memory=3141304 CPUtime=221.58 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 219387 0 0 0 22054 104 0 0 20 0 1 0 162579053 3669667840 785326 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 895915 785326 468 659 0 895119 0
Current children cumulated CPU time: 221.58 s

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

/proc/856081/statm: 898948 796590 468 659 0 898152 0
Current children cumulated CPU time: 3030.17 s
Current children cumulated vsize: 3605724 KiB
Current children cumulated memory: 3189092 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.22 4.16 5/260 857274
/proc/meminfo: memFree=124701892/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3595792 memory=3186388 CPUtime=3089.97 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 266659 0 0 0 308876 121 0 0 20 0 1 0 162579053 3682091008 796597 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 898948 796597 468 659 0 898152 0
Current children cumulated CPU time: 3089.97 s
Current children cumulated vsize: 3605724 KiB
Current children cumulated memory: 3189120 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.22 4.17 5/260 857284
/proc/meminfo: memFree=124689624/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3595792 memory=3186440 CPUtime=3149.78 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 267886 0 0 0 314857 121 0 0 20 0 1 0 162579053 3682091008 796610 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 898948 796610 468 659 0 898152 0
Current children cumulated CPU time: 3149.78 s
Current children cumulated vsize: 3605724 KiB
Current children cumulated memory: 3189172 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.19 4.16 5/260 857294
/proc/meminfo: memFree=124670164/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3595924 memory=3188028 CPUtime=3209.58 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 269128 0 0 0 320837 121 0 0 20 0 1 0 162579053 3682226176 797007 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 898981 797007 468 659 0 898185 0
Current children cumulated CPU time: 3209.58 s
Current children cumulated vsize: 3605856 KiB
Current children cumulated memory: 3190760 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.18 4.16 5/260 857307
/proc/meminfo: memFree=124658504/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3595924 memory=3190132 CPUtime=3269.39 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 270183 0 0 0 326817 122 0 0 20 0 1 0 162579053 3682226176 797533 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 898981 797533 468 659 0 898185 0
Current children cumulated CPU time: 3269.39 s
Current children cumulated vsize: 3605856 KiB
Current children cumulated memory: 3192864 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.18 4.16 5/260 857317
/proc/meminfo: memFree=124750892/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3595924 memory=3190184 CPUtime=3329.19 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 271397 0 0 0 332797 122 0 0 20 0 1 0 162579053 3682226176 797546 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 898981 797546 468 659 0 898185 0
Current children cumulated CPU time: 3329.19 s
Current children cumulated vsize: 3605856 KiB
Current children cumulated memory: 3192916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.18 4.16 6/260 857711
/proc/meminfo: memFree=124676456/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3596056 memory=3190220 CPUtime=3389 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 272587 0 0 0 338778 122 0 0 20 0 1 0 162579053 3682361344 797555 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 899014 797555 468 659 0 898218 0
Current children cumulated CPU time: 3389 s
Current children cumulated vsize: 3605988 KiB
Current children cumulated memory: 3192952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.16 5/260 857721
/proc/meminfo: memFree=124769920/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3596056 memory=3190264 CPUtime=3448.8 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 273771 0 0 0 344758 122 0 0 20 0 1 0 162579053 3682361344 797566 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 899014 797566 468 659 0 898218 0
Current children cumulated CPU time: 3448.8 s
Current children cumulated vsize: 3605988 KiB
Current children cumulated memory: 3192996 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.16 4.16 5/260 857732
/proc/meminfo: memFree=124656424/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3596056 memory=3190304 CPUtime=3508.6 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 274859 0 0 0 350738 122 0 0 20 0 1 0 162579053 3682361344 797576 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 899014 797576 468 659 0 898218 0
Current children cumulated CPU time: 3508.6 s
Current children cumulated vsize: 3605988 KiB
Current children cumulated memory: 3193036 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/262 857912
/proc/meminfo: memFree=124700096/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3596188 memory=3190356 CPUtime=3568.4 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 276084 0 0 0 356718 122 0 0 20 0 1 0 162579053 3682496512 797589 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 899047 797589 468 659 0 898251 0
Current children cumulated CPU time: 3568.4 s
Current children cumulated vsize: 3606120 KiB
Current children cumulated memory: 3193088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614 s]*
/proc/loadavg: 4.20 4.16 4.16 5/262 858067
/proc/meminfo: memFree=125447412/131524600 swapFree=131071996/131071996
[pid=856076] ppid=856073 vsize=9932 memory=2732 CPUtime=0 cores=0,2
/proc/856076/stat : 856076 (naps-1.03.sh) S 856073 856076 855889 0 -1 4194304 219 246 0 0 0 0 0 0 20 0 1 0 162579052 10170368 683 134679101440 94355097690112 94355098769432 140724490543200 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94355100867888 94355100915076 94355131928576 140724490548192 140724490548321 140724490548321 140724490555336 0
/proc/856076/statm: 2483 683 605 264 0 134 0
[pid=856081] ppid=856076 vsize=3596188 memory=3190388 CPUtime=3600 cores=0,2
/proc/856081/stat : 856081 (naps-1.03) R 856076 856076 855889 0 -1 4194304 276658 0 0 0 359878 122 0 0 20 0 1 0 162579053 3682496512 797597 134679101440 4194304 6891213 140729053139168 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 31698944 140729053144049 140729053144165 140729053144165 140729053151179 0
/proc/856081/statm: 899047 797597 468 659 0 898251 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3606120 KiB
Current children cumulated memory: 3193120 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3614.01 s]
# the end of solver process 856076 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.002287 s, system=0.000489 s

[startup+3614.01 s]
# the end of solver process 856081 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.2339 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 10

Real time (s): 3614.01
CPU time (s): 3600.03
CPU user time (s): 3598.79
CPU system time (s): 1.2339
CPU usage (%): 99.6129
Max. virtual memory (cumulated for all children) (KiB): 4061032
Max. memory (cumulated for all children) (KiB): 3587848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 1.2339
maximum resident set size= 3585116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277123
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= 275
involuntary context switches= 26490


# summary of solver processes directly reported to runsolver:
#   pid: 856076,856081
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 1.2339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47975 second user time and 18.392 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-16 06:29:39
IDJOB=4433867
IDBENCH=147690
IDSOLVER=3062
FILE ID=nodeC018/4433867-1721104166
RUNJOBID= nodeC018-1721104178-855899
SLURM_JOB_ID= 7505623
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433867-1721104166/watcher-4433867-1721104166 -o /tmp/evaluation-result-4433867-1721104166/solver-4433867-1721104166 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721104178-855899 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4433867-1721104166.opb

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

MD5SUM BENCH= 0e700fc92a231fc1e477aebd59f20b52
RANDOM SEED=1808005404

nodeC018.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		: 3662.997
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.52
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		: 3678.558
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.30
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		: 3662.671
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.52
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		: 3600.160
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.30
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		: 3667.651
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.52
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		: 3678.579
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.30
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		: 3600.263
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.52
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.974
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129162932 kB
MemAvailable:   129466372 kB
Buffers:          383600 kB
Cached:           760732 kB
SwapCached:            0 kB
Active:           679568 kB
Inactive:        1095488 kB
Active(anon):       1584 kB
Inactive(anon):   666528 kB
Active(file):     677984 kB
Inactive(file):   428960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24540 kB
Writeback:             0 kB
AnonPages:        628628 kB
Mapped:           111452 kB
Shmem:             37720 kB
KReclaimable:      72636 kB
Slab:             179072 kB
SReclaimable:      72636 kB
SUnreclaim:       106436 kB
KernelStack:        4236 kB
PageTables:        10500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1021796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61376 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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:      232148 kB
DirectMap2M:    16318464 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC018 at 2024-07-16 07:29:53