Trace number 4434274

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 1.03? (TO) 3600.04 3608.91

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM850b351e493109d76788c3bb5eecff4d
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 benchmark141
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3297
Total number of constraints6383
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 constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
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 Input file name: HOME/instance-4434274-1721099392.opb
47.18/47.30	c goal1 is divided by 128
47.18/47.30	c multi stage optimization mode: 1-th step
3600.02/3608.90	c 
3600.02/3608.90	c *** TERMINATED *** by signal 15
3600.02/3608.90	s UNKNOWN
3600.02/3608.90	c _____________________________________________________________________________
3600.02/3608.90	c std/band forms        : 13,3185
3600.02/3608.90	c 2cl/3cl ITE-codings   : 6359699,323414
3600.02/3608.90	c BDD/srt/adr Max costs : 2081,0,0
3600.02/3608.90	c BDDraw/bin/mul/srt/adr: 0,0,3198,0,0
3600.02/3608.90	c BDD nodes             : 8076003
3600.02/3608.90	c Es1/CC detections     : 0,0
3600.02/3608.90	c CC sort               : 0
3600.02/3608.90	c SAT/UNSAT calls       : 0,0
3600.02/3608.90	c regenrated variables  : 0
3600.02/3608.90	c eliminated fixed lits : 0
3600.02/3608.90	c goal lit flips        : 0
3600.02/3608.90	c goal stages           : 1
3600.02/3608.90	c goal shrink           : 1
3600.02/3608.90	c goal coeff separations: 0
3600.02/3608.90	c restarts              : 0
3600.02/3608.90	c conflicts             : 0              (0 /sec)
3600.02/3608.90	c decisions             : 0              (0 /sec)
3600.02/3608.90	c propagations          : 0              (0 /sec)
3600.02/3608.90	c inspects              : 0              (0 /sec)
3600.02/3608.90	c CPU time (solving tm) : 3594 s        (3548 s, SAT 0 s, UNSAT 0 s)
3600.02/3608.90	c Time for Opt-base     : 5.85 s
3600.02/3608.90	c Steps for Opt-base    : 17712877
3600.02/3608.90	c Time for BDD coding   : 41.43 s
3600.02/3608.90	c Time for srt coding   : 0 s
3600.02/3608.90	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 (59651 MiB free)
  memory of node 1: 64473 MiB (60718 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434274-1721099392/watcher-4434274-1721099392 -o /tmp/evaluation-result-4434274-1721099392/solver-4434274-1721099392 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721092181-834581 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434274-1721099392.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=838661, runsolver pid=838658

[startup+0.100089 s]*
/proc/loadavg: 4.23 4.22 4.19 5/259 838666
/proc/meminfo: memFree=123249640/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=12380 memory=11204 CPUtime=0.1 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 2300 0 0 0 10 0 0 0 20 0 1 0 162109725 12677120 2801 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 3095 2801 580 659 0 2299 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 22312 KiB
Current children cumulated memory: 13896 KiB

[startup+0.205977 s]*
/proc/loadavg: 4.23 4.22 4.19 5/259 838666
/proc/meminfo: memFree=123240568/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=21492 memory=20180 CPUtime=0.2 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 4556 0 0 0 20 0 0 0 20 0 1 0 162109725 22007808 5045 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 5373 5045 580 659 0 4577 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 31424 KiB
Current children cumulated memory: 22872 KiB

[startup+0.305892 s]*
/proc/loadavg: 4.23 4.22 4.19 5/255 838670
/proc/meminfo: memFree=123449412/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=29868 memory=28364 CPUtime=0.3 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 6631 0 0 0 29 1 0 0 20 0 1 0 162109725 30584832 7091 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 7467 7091 580 659 0 6671 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39800 KiB
Current children cumulated memory: 31056 KiB

[startup+0.700217 s]
/proc/loadavg: 4.23 4.22 4.19 5/253 838697
/proc/meminfo: memFree=123445412/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=40324 memory=38696 CPUtime=0.69 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 9497 0 0 0 68 1 0 0 20 0 1 0 162109725 41291776 9674 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 10081 9674 596 659 0 9285 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 50256 KiB
Current children cumulated memory: 41388 KiB

[startup+1.50019 s]
/proc/loadavg: 4.23 4.22 4.19 5/259 838716
/proc/meminfo: memFree=123425964/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=46516 memory=44428 CPUtime=1.48 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 11430 0 0 0 147 1 0 0 20 0 1 0 162109725 47632384 11107 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 11629 11107 596 659 0 10833 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 56448 KiB
Current children cumulated memory: 47120 KiB

[startup+3.10604 s]
/proc/loadavg: 4.21 4.21 4.18 5/259 838716
/proc/meminfo: memFree=123406104/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=62480 memory=59836 CPUtime=3.09 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 14201 0 0 0 307 2 0 0 20 0 1 0 162109725 63979520 14959 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 15620 14959 596 659 0 14824 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 72412 KiB
Current children cumulated memory: 62528 KiB

[startup+6.3002 s]
/proc/loadavg: 4.21 4.21 4.18 5/259 838816
/proc/meminfo: memFree=123575888/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=89640 memory=86828 CPUtime=6.28 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 18436 0 0 0 624 4 0 0 20 0 1 0 162109725 91791360 21707 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 22410 21707 596 659 0 21614 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 99572 KiB
Current children cumulated memory: 89520 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.20 4.18 5/259 838818
/proc/meminfo: memFree=122722464/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=136176 memory=134924 CPUtime=12.66 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 24501 0 0 0 1260 6 0 0 20 0 1 0 162109725 139444224 33731 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 34044 33731 596 659 0 33248 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 146108 KiB
Current children cumulated memory: 137616 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.23 4.19 5/259 838820
/proc/meminfo: memFree=122447452/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=239736 memory=234244 CPUtime=25.43 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 35420 0 0 0 2533 10 0 0 20 0 1 0 162109725 245489664 58561 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 59934 58561 596 659 0 59138 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 249668 KiB
Current children cumulated memory: 236936 KiB

[startup+51.106 s]
/proc/loadavg: 4.20 4.21 4.18 5/261 838831
/proc/meminfo: memFree=119627992/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3311536 memory=3135900 CPUtime=50.97 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 396850 0 0 0 4995 102 0 0 20 0 1 0 162109725 3391012864 783975 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 827884 783975 644 659 0 827088 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 3321468 KiB
Current children cumulated memory: 3138592 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.20 4.18 5/261 838840
/proc/meminfo: memFree=119559352/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3481056 memory=3233016 CPUtime=102.04 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 418749 0 0 0 10091 113 0 0 20 0 1 0 162109725 3564601344 808254 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 870264 808254 644 659 0 869468 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 3490988 KiB
Current children cumulated memory: 3235708 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.18 4.17 5/261 838900
/proc/meminfo: memFree=119624700/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3486212 memory=3237164 CPUtime=161.89 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 419820 0 0 0 16075 114 0 0 20 0 1 0 162109725 3569881088 809291 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 871553 809291 644 659 0 870757 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 3496144 KiB
Current children cumulated memory: 3239856 KiB

[startup+222.3 s]
/proc/loadavg: 4.43 4.27 4.20 5/261 838910
/proc/meminfo: memFree=118954608/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=4017524 memory=3771884 CPUtime=221.74 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 423139 0 0 0 22045 129 0 0 20 0 1 0 162109725 4113944576 942971 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 1004381 942971 644 659 0 1003585 0
Current children cumulated CPU time: 221.74 s

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

/proc/838666/statm: 994432 937317 660 659 0 993636 0
Current children cumulated CPU time: 3094.6 s
Current children cumulated vsize: 3987660 KiB
Current children cumulated memory: 3751960 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/261 840634
/proc/meminfo: memFree=118470088/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977728 memory=3749268 CPUtime=3154.46 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 547782 0 0 0 314892 554 0 0 20 0 1 0 162109725 4073193472 937317 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994432 937317 660 659 0 993636 0
Current children cumulated CPU time: 3154.46 s
Current children cumulated vsize: 3987660 KiB
Current children cumulated memory: 3751960 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/261 840644
/proc/meminfo: memFree=118476516/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3214.32 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 553248 0 0 0 320847 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3214.32 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/261 840655
/proc/meminfo: memFree=118517920/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3274.18 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 554231 0 0 0 326833 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3274.18 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/261 840665
/proc/meminfo: memFree=118461260/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3334.04 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 555271 0 0 0 332819 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3334.04 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB

[startup+3402.3 s]
/proc/loadavg: 4.45 4.19 4.12 5/258 840675
/proc/meminfo: memFree=118440972/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3393.9 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 556326 0 0 0 338805 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3393.9 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.17 4.11 5/258 840687
/proc/meminfo: memFree=118518992/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3453.76 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 557322 0 0 0 344791 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3453.76 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.18 4.12 5/258 840698
/proc/meminfo: memFree=118531424/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3513.62 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 558347 0 0 0 350777 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3513.62 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.16 4.11 5/258 840708
/proc/meminfo: memFree=118416408/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3573.48 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 559267 0 0 0 356763 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3573.48 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 4.08 4.14 4.11 5/258 840714
/proc/meminfo: memFree=118473872/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3600.02 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 559843 0 0 0 359417 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002012 s, system=0.000827 s

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

# cumulated CPU time of all completed processes:  user=3594.18 s, system=5.86748 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+3608.9 s]
/proc/loadavg: 4.08 4.14 4.11 5/258 840714
/proc/meminfo: memFree=118473872/131524596 swapFree=131071996/131071996
[pid=838661] ppid=838658 vsize=9932 memory=2692 CPUtime=0 cores=1,3
/proc/838661/stat : 838661 (naps-1.03.sh) S 838658 838661 834569 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 162109724 10170368 673 134679101440 94855571886080 94855572965400 140723987834832 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94855575063856 94855575111044 94855583182848 140723987842020 140723987842145 140723987842145 140723987849160 0
/proc/838661/statm: 2483 673 595 264 0 134 0
[pid=838666] ppid=838661 vsize=3977516 memory=3749056 CPUtime=3600.02 cores=1,3
/proc/838666/stat : 838666 (naps-1.03) R 838661 838661 834569 0 -1 4194304 559843 0 0 0 359417 585 0 0 20 0 1 0 162109725 4072976384 937264 134679101440 4194304 6891213 140735234471136 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 9318400 140735234479093 140735234479205 140735234479205 140735234486219 0
/proc/838666/statm: 994379 937264 660 659 0 993583 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3987448 KiB
Current children cumulated memory: 3751748 KiB

Child status: 10

Real time (s): 3608.91
CPU time (s): 3600.04
CPU user time (s): 3594.18
CPU system time (s): 5.86748
CPU usage (%): 99.7543
Max. virtual memory (cumulated for all children) (KiB): 4838296
Max. memory (cumulated for all children) (KiB): 4639216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.18
system time used= 5.86748
maximum resident set size= 4696788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560304
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= 319
involuntary context switches= 1482


# summary of solver processes directly reported to runsolver:
#   pid: 838661,838666
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3594.18
#   total CPU system time (s): 5.86748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.98029 second user time and 18.5182 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-16 05:10:04
IDJOB=4434274
IDBENCH=147627
IDSOLVER=3063
FILE ID=nodeC034/4434274-1721099392
RUNJOBID= nodeC034-1721092181-834581
SLURM_JOB_ID= 7505589
Free space on /tmp= 890064 MiB

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

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

MD5SUM BENCH= 850b351e493109d76788c3bb5eecff4d
RANDOM SEED=593485789

nodeC034.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		: 3654.667
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.99
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		: 3659.099
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.001
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.99
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		: 3660.909
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.58
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		: 3654.763
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.99
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		: 3666.944
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.58
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.143
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.99
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		: 3600.451
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        123259032 kB
MemAvailable:   129049628 kB
Buffers:          382064 kB
Cached:          6175468 kB
SwapCached:            0 kB
Active:           690996 kB
Inactive:        6823340 kB
Active(anon):       1564 kB
Inactive(anon):   992628 kB
Active(file):     689432 kB
Inactive(file):  5830712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7016 kB
Writeback:             0 kB
AnonPages:        953780 kB
Mapped:           111804 kB
Shmem:             37720 kB
KReclaimable:     220548 kB
Slab:             341904 kB
SReclaimable:     220548 kB
SUnreclaim:       121356 kB
KernelStack:        4172 kB
PageTables:        11032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    1417148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62944 kB
HardwareCorrupted:     0 kB
AnonHugePages:    948224 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:      250580 kB
DirectMap2M:    28882944 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC034 at 2024-07-16 06:10:13