Trace number 4433872

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.17 3611.42

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUMb48e8711e48bf421c56e401ff58b5422
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 benchmark248
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
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-4433872-1721098928.opb
142.65/143.11	c goal1 is divided by 256
142.65/143.11	c multi stage optimization mode: 1-th step
3600.03/3611.30	c 
3600.03/3611.30	c *** TERMINATED *** by signal 15
3600.03/3611.30	s UNKNOWN
3600.03/3611.30	c _____________________________________________________________________________
3600.03/3611.30	c std/band forms        : 16,6936
3600.03/3611.30	c 2cl/3cl ITE-codings   : 18479446,1290912
3600.03/3611.30	c BDD/srt/adr Max costs : 2253,0,0
3600.03/3611.30	c BDDraw/bin/mul/srt/adr: 0,0,6952,0,0
3600.03/3611.30	c BDD nodes             : 23772152
3600.03/3611.30	c Es1/CC detections     : 0,0
3600.03/3611.30	c CC sort               : 0
3600.03/3611.30	c SAT/UNSAT calls       : 0,0
3600.03/3611.30	c regenrated variables  : 0
3600.03/3611.30	c eliminated fixed lits : 0
3600.03/3611.30	c goal lit flips        : 0
3600.03/3611.30	c goal stages           : 1
3600.03/3611.30	c goal shrink           : 1
3600.03/3611.30	c goal coeff separations: 0
3600.03/3611.30	c restarts              : 0
3600.03/3611.30	c conflicts             : 0              (0 /sec)
3600.03/3611.30	c decisions             : 0              (0 /sec)
3600.03/3611.30	c propagations          : 0              (0 /sec)
3600.03/3611.30	c inspects              : 0              (0 /sec)
3600.03/3611.30	c CPU time (solving tm) : 3597 s        (3456 s, SAT 0 s, UNSAT 0 s)
3600.03/3611.30	c Time for Opt-base     : 18.21 s
3600.03/3611.30	c Steps for Opt-base    : 55461232
3600.03/3611.30	c Time for BDD coding   : 126.8 s
3600.03/3611.30	c Time for srt coding   : 0 s
3600.03/3611.30	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: 64059 MiB (63107 MiB free)
  memory of node 1: 64510 MiB (62639 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433872-1721098928/watcher-4433872-1721098928 -o /tmp/evaluation-result-4433872-1721098928/solver-4433872-1721098928 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721091689-823160 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4433872-1721098928.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=827815, runsolver pid=827812

[startup+0.100624 s]*
/proc/loadavg: 4.25 4.17 4.18 5/247 827820
/proc/meminfo: memFree=128755552/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=11456 memory=5044 CPUtime=0.1 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 950 0 0 0 10 0 0 0 20 0 1 0 162048915 11730944 1261 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2864 1261 436 659 0 2068 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21388 KiB
Current children cumulated memory: 7780 KiB

[startup+0.213664 s]*
/proc/loadavg: 4.25 4.17 4.18 5/247 827820
/proc/meminfo: memFree=128746144/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=20624 memory=14256 CPUtime=0.21 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 3244 0 0 0 21 0 0 0 20 0 1 0 162048915 21118976 3564 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 5156 3564 436 659 0 4360 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30556 KiB
Current children cumulated memory: 16992 KiB

[startup+0.313828 s]*
/proc/loadavg: 4.25 4.17 4.18 5/247 827820
/proc/meminfo: memFree=128737932/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=28780 memory=22440 CPUtime=0.3 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 5270 0 0 0 30 0 0 0 20 0 1 0 162048915 29470720 5610 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 7195 5610 436 659 0 6399 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 38712 KiB
Current children cumulated memory: 25176 KiB

[startup+0.700379 s]
/proc/loadavg: 4.25 4.17 4.18 5/247 827820
/proc/meminfo: memFree=128720320/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=58760 memory=52272 CPUtime=0.68 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 12735 0 0 0 66 2 0 0 20 0 1 0 162048915 60170240 13068 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 14690 13068 436 659 0 13894 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68692 KiB
Current children cumulated memory: 55008 KiB

[startup+1.50035 s]
/proc/loadavg: 4.25 4.17 4.18 5/247 827820
/proc/meminfo: memFree=128677380/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=93996 memory=87652 CPUtime=1.48 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 21729 0 0 0 145 3 0 0 20 0 1 0 162048915 96251904 21913 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 23499 21913 468 659 0 22703 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 103928 KiB
Current children cumulated memory: 90388 KiB

[startup+3.11411 s]
/proc/loadavg: 4.25 4.17 4.18 5/247 827820
/proc/meminfo: memFree=128630728/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=104964 memory=97444 CPUtime=3.09 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 24193 0 0 0 305 4 0 0 20 0 1 0 162048915 107483136 24361 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 26241 24361 468 659 0 25445 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 114896 KiB
Current children cumulated memory: 100180 KiB

[startup+6.30032 s]
/proc/loadavg: 4.23 4.17 4.18 5/247 827822
/proc/meminfo: memFree=128581076/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=122580 memory=116028 CPUtime=6.27 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 27577 0 0 0 622 5 0 0 20 0 1 0 162048915 125521920 29007 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 30645 29007 468 659 0 29849 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 132512 KiB
Current children cumulated memory: 118764 KiB

[startup+12.7003 s]
/proc/loadavg: 4.21 4.16 4.18 5/247 827822
/proc/meminfo: memFree=128464152/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=158716 memory=147664 CPUtime=12.64 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 33065 0 0 0 1258 6 0 0 20 0 1 0 162048915 162525184 36916 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 39679 36916 468 659 0 38883 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 168648 KiB
Current children cumulated memory: 150400 KiB

[startup+25.5004 s]
/proc/loadavg: 4.30 4.19 4.18 5/247 827824
/proc/meminfo: memFree=127464620/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=233128 memory=216016 CPUtime=25.4 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 42140 0 0 0 2530 10 0 0 20 0 1 0 162048915 238723072 54004 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 58282 54004 468 659 0 57486 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 243060 KiB
Current children cumulated memory: 218752 KiB

[startup+51.1135 s]
/proc/loadavg: 4.20 4.17 4.18 5/247 827828
/proc/meminfo: memFree=127174068/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=356860 memory=347704 CPUtime=50.93 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 58681 0 0 0 5076 17 0 0 20 0 1 0 162048915 365424640 86926 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 89215 86926 468 659 0 88419 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 366792 KiB
Current children cumulated memory: 350440 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/246 827837
/proc/meminfo: memFree=126627112/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=639856 memory=611476 CPUtime=101.97 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 90109 0 0 0 10167 30 0 0 20 0 1 0 162048915 655212544 152869 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 159964 152869 468 659 0 159168 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 649788 KiB
Current children cumulated memory: 614212 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/246 827848
/proc/meminfo: memFree=117497096/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=8762360 memory=7926316 CPUtime=161.77 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 529134 0 0 0 15956 221 0 0 20 0 1 0 162048915 8972656640 1981579 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2190590 1981579 468 659 0 2189794 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 8772292 KiB
Current children cumulated memory: 7929052 KiB

[startup+222.3 s]
/proc/loadavg: 4.77 4.33 4.23 5/245 827859
/proc/meminfo: memFree=110737908/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9042836 memory=8215764 CPUtime=221.59 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 599665 0 0 0 21925 234 0 0 20 0 1 0 162048915 9259864064 2053941 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2260709 2053941 468 659 0 2259913 0

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

[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9066200 memory=8245408 CPUtime=3092.63 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 695234 0 0 0 308963 300 0 0 20 0 1 0 162048915 9283788800 2061352 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2266550 2061352 468 659 0 2265754 0
Current children cumulated CPU time: 3092.63 s
Current children cumulated vsize: 9076132 KiB
Current children cumulated memory: 8248144 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.24 4.21 5/248 829000
/proc/meminfo: memFree=110809288/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9066728 memory=8245912 CPUtime=3152.44 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 697427 0 0 0 314942 302 0 0 20 0 1 0 162048915 9284329472 2061478 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2266682 2061478 468 659 0 2265886 0
Current children cumulated CPU time: 3152.44 s
Current children cumulated vsize: 9076660 KiB
Current children cumulated memory: 8248648 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.23 4.21 5/245 829393
/proc/meminfo: memFree=110793868/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9066888 memory=8246060 CPUtime=3212.25 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 699055 0 0 0 320922 303 0 0 20 0 1 0 162048915 9284493312 2061515 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2266722 2061515 468 659 0 2265926 0
Current children cumulated CPU time: 3212.25 s
Current children cumulated vsize: 9076820 KiB
Current children cumulated memory: 8248796 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.20 4.20 5/245 829403
/proc/meminfo: memFree=110776356/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9067508 memory=8246620 CPUtime=3272.06 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 701361 0 0 0 326902 304 0 0 20 0 1 0 162048915 9285128192 2061655 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2266877 2061655 468 659 0 2266081 0
Current children cumulated CPU time: 3272.06 s
Current children cumulated vsize: 9077440 KiB
Current children cumulated memory: 8249356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.19 4.19 5/245 829413
/proc/meminfo: memFree=110824240/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9067508 memory=8246664 CPUtime=3331.88 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 703407 0 0 0 332882 306 0 0 20 0 1 0 162048915 9285128192 2061666 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2266877 2061666 468 659 0 2266081 0
Current children cumulated CPU time: 3331.88 s
Current children cumulated vsize: 9077440 KiB
Current children cumulated memory: 8249400 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.15 4.18 5/247 829593
/proc/meminfo: memFree=110805720/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9067640 memory=8246700 CPUtime=3391.69 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 705058 0 0 0 338862 307 0 0 20 0 1 0 162048915 9285263360 2061675 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2266910 2061675 468 659 0 2266114 0
Current children cumulated CPU time: 3391.69 s
Current children cumulated vsize: 9077572 KiB
Current children cumulated memory: 8249436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.15 4.18 5/247 829604
/proc/meminfo: memFree=110784828/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9067772 memory=8246828 CPUtime=3451.5 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 707259 0 0 0 344842 308 0 0 20 0 1 0 162048915 9285398528 2061707 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2266943 2061707 468 659 0 2266147 0
Current children cumulated CPU time: 3451.5 s
Current children cumulated vsize: 9077704 KiB
Current children cumulated memory: 8249564 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/249 829629
/proc/meminfo: memFree=110769780/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9068036 memory=8247112 CPUtime=3511.32 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 709368 0 0 0 350822 310 0 0 20 0 1 0 162048915 9285668864 2061778 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2267009 2061778 468 659 0 2266213 0
Current children cumulated CPU time: 3511.32 s
Current children cumulated vsize: 9077968 KiB
Current children cumulated memory: 8249848 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/249 829639
/proc/meminfo: memFree=110821652/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9068432 memory=8247500 CPUtime=3571.13 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 711096 0 0 0 356801 312 0 0 20 0 1 0 162048915 9286074368 2061875 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2267108 2061875 468 659 0 2266312 0
Current children cumulated CPU time: 3571.13 s
Current children cumulated vsize: 9078364 KiB
Current children cumulated memory: 8250236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 3.92 4.09 4.15 2/225 829738
/proc/meminfo: memFree=120715180/131655788 swapFree=131071996/131071996
[pid=827815] ppid=827812 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/827815/stat : 827815 (naps-1.03.sh) S 827812 827815 823150 0 -1 4194304 224 246 0 0 0 0 0 0 20 0 1 0 162048914 10170368 684 134679101440 94407232647168 94407233726488 140725428330448 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94407235824944 94407235872132 94407247958016 140725428339680 140725428339809 140725428339809 140725428346824 0
/proc/827815/statm: 2483 684 607 264 0 134 0
[pid=827820] ppid=827815 vsize=9068432 memory=8247500 CPUtime=3600.03 cores=0,2
/proc/827820/stat : 827820 (naps-1.03) R 827815 827815 823150 0 -1 4194304 712195 0 0 0 359691 312 0 0 20 0 1 0 162048915 9286074368 2061875 134679101440 4194304 6891213 140727735798832 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 26259456 140727735800817 140727735800933 140727735800933 140727735807947 0
/proc/827820/statm: 2267108 2061875 468 659 0 2266312 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 9078364 KiB
Current children cumulated memory: 8250236 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000786 s, system=0.003386 s

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

# cumulated CPU time of all completed processes:  user=3596.91 s, system=3.25294 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

[startup+3611.4 s]*
/proc/loadavg: 3.92 4.09 4.15 2/224 829738
/proc/meminfo: memFree=126151824/131655788 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.004172 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3611.42
CPU time (s): 3600.17
CPU user time (s): 3596.91
CPU system time (s): 3.25294
CPU usage (%): 99.6883
Max. virtual memory (cumulated for all children) (KiB): 9078364
Max. memory (cumulated for all children) (KiB): 8250236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.91
system time used= 3.25294
maximum resident set size= 8247528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 712665
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= 15
involuntary context switches= 25204


# summary of solver processes directly reported to runsolver:
#   pid: 827815,827820
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.91
#   total CPU system time (s): 3.25294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.4612 second user time and 34.7341 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-16 05:02:20
IDJOB=4433872
IDBENCH=147626
IDSOLVER=3062
FILE ID=nodeC003/4433872-1721098928
RUNJOBID= nodeC003-1721091689-823160
SLURM_JOB_ID= 7505585
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433872-1721098928/watcher-4433872-1721098928 -o /tmp/evaluation-result-4433872-1721098928/solver-4433872-1721098928 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721091689-823160 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4433872-1721098928.opb

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

MD5SUM BENCH= b48e8711e48bf421c56e401ff58b5422
RANDOM SEED=194954531

nodeC003.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		: 3657.498
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.76
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		: 3639.425
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.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	: 0xb00001f
cpu MHz		: 1197.222
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.76
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.341
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.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	: 0xb00001f
cpu MHz		: 3656.559
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.76
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		: 3641.154
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.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	: 0xb00001f
cpu MHz		: 1197.426
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.76
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.226
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128765452 kB
MemAvailable:   129723668 kB
Buffers:          400396 kB
Cached:          1392144 kB
SwapCached:            0 kB
Active:           617628 kB
Inactive:        1732676 kB
Active(anon):       1492 kB
Inactive(anon):   594004 kB
Active(file):     616136 kB
Inactive(file):  1138672 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31804 kB
Writeback:            28 kB
AnonPages:        557268 kB
Mapped:           109500 kB
Shmem:             37704 kB
KReclaimable:      86876 kB
Slab:             182860 kB
SReclaimable:      86876 kB
SUnreclaim:        95984 kB
KernelStack:        3964 kB
PageTables:        10736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     787184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51648 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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:      228168 kB
DirectMap2M:    14356480 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC003 at 2024-07-16 06:02:32