Trace number 4435081

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-PB16 1.02b5? (TO) 3600.04 3609.93

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.02b5.
0.00/0.00	c Input file name: HOME/instance-4435081-1721101612.opb
3600.00/3609.90	c 
3600.00/3609.90	c *** TERMINATED *** by signal 15
3600.00/3609.90	s UNKNOWN
3600.00/3609.90	c _____________________________________________________________________________
3600.00/3609.90	c 
3600.00/3609.90	c std/band forms        : 16,6936
3600.00/3609.90	c 2cl/3cl ITE-codings   : 18079606,1000552
3600.00/3609.90	c BDD/srt/adr Max costs : 2095,0,0
3600.00/3609.90	c BDDraw/bin/mul/srt/adr: 0,0,6952,0,0
3600.00/3609.90	c BDD nodes             : 23005792
3600.00/3609.90	c Es1/CC detections     : 0,0
3600.00/3609.90	c SAT/UNSAT calls       : 0,0
3600.00/3609.90	c regenrated variables  : 0
3600.00/3609.90	c restarts              : 0
3600.00/3609.90	c conflicts             : 0              (0 /sec)
3600.00/3609.90	c decisions             : 0              (0 /sec)
3600.00/3609.90	c propagations          : 0              (0 /sec)
3600.00/3609.90	c inspects              : 0              (0 /sec)
3600.00/3609.90	c CPU time (solving tm) : 3597 s        (3453 s)
3600.00/3609.90	c Time for Opt-base     : 26.32 s
3600.00/3609.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 (54299 MiB free)
  memory of node 1: 64473 MiB (62451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435081-1721101612/watcher-4435081-1721101612 -o /tmp/evaluation-result-4435081-1721101612/solver-4435081-1721101612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721094400-829444 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4435081-1721101612.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=833982, runsolver pid=833979

[startup+0.100095 s]*
/proc/loadavg: 4.14 4.14 4.10 5/259 833987
/proc/meminfo: memFree=119544900/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=15284 memory=10212 CPUtime=0.09 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 2252 0 0 0 9 0 0 0 20 0 1 0 162327864 15650816 2553 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 3821 2553 405 379 0 3355 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25216 KiB
Current children cumulated memory: 12988 KiB

[startup+0.20564 s]*
/proc/loadavg: 4.14 4.14 4.10 5/259 833987
/proc/meminfo: memFree=119535864/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=24184 memory=19124 CPUtime=0.19 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 4464 0 0 0 19 0 0 0 20 0 1 0 162327864 24764416 4781 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 6046 4781 405 379 0 5580 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34116 KiB
Current children cumulated memory: 21900 KiB

[startup+0.305555 s]*
/proc/loadavg: 4.14 4.14 4.10 5/259 833987
/proc/meminfo: memFree=119527324/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=32564 memory=27572 CPUtime=0.3 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 6543 0 0 0 29 1 0 0 20 0 1 0 162327864 33345536 6893 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 8141 6893 405 379 0 7675 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42496 KiB
Current children cumulated memory: 30348 KiB

[startup+0.700269 s]
/proc/loadavg: 4.14 4.14 4.10 5/259 833987
/proc/meminfo: memFree=119510692/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=64916 memory=59632 CPUtime=0.68 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 14588 0 0 0 66 2 0 0 20 0 1 0 162327864 66473984 14908 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 16229 14908 405 379 0 15763 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 74848 KiB
Current children cumulated memory: 62408 KiB

[startup+1.50027 s]
/proc/loadavg: 4.13 4.13 4.10 5/259 833987
/proc/meminfo: memFree=119469700/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=92680 memory=87412 CPUtime=1.49 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 21732 0 0 0 145 4 0 0 20 0 1 0 162327864 94904320 21853 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 23170 21853 421 379 0 22704 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 102612 KiB
Current children cumulated memory: 90188 KiB

[startup+3.10547 s]
/proc/loadavg: 4.13 4.13 4.10 5/259 833987
/proc/meminfo: memFree=119457908/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=101904 memory=96416 CPUtime=3.08 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 23992 0 0 0 304 4 0 0 20 0 1 0 162327864 104349696 24104 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 25476 24104 421 379 0 25010 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 111836 KiB
Current children cumulated memory: 99192 KiB

[startup+6.30026 s]
/proc/loadavg: 4.12 4.13 4.10 5/259 833987
/proc/meminfo: memFree=119439132/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=119548 memory=111924 CPUtime=6.27 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 27082 0 0 0 622 5 0 0 20 0 1 0 162327864 122417152 27981 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 29887 27981 421 379 0 29421 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 129480 KiB
Current children cumulated memory: 114700 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.13 4.10 5/259 833989
/proc/meminfo: memFree=119485836/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=147272 memory=141868 CPUtime=12.65 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 31602 0 0 0 1258 7 0 0 20 0 1 0 162327864 150806528 35467 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 36818 35467 421 379 0 36352 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 157204 KiB
Current children cumulated memory: 144644 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.12 4.10 6/256 834055
/proc/meminfo: memFree=120557684/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=209640 memory=202080 CPUtime=25.42 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 39718 0 0 0 2531 11 0 0 20 0 1 0 162327864 214671360 50520 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 52410 50520 421 379 0 51944 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 219572 KiB
Current children cumulated memory: 204856 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.13 4.10 5/259 834096
/proc/meminfo: memFree=120234924/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=342180 memory=326700 CPUtime=50.96 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 54984 0 0 0 5081 15 0 0 20 0 1 0 162327864 350392320 81675 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 85545 81675 421 379 0 85079 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 352112 KiB
Current children cumulated memory: 329476 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/259 834104
/proc/meminfo: memFree=116989160/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=615512 memory=578960 CPUtime=102.02 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 85097 0 0 0 10174 28 0 0 20 0 1 0 162327864 630284288 144740 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 153878 144740 421 379 0 153412 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 625444 KiB
Current children cumulated memory: 581736 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/259 834213
/proc/meminfo: memFree=117779096/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8201292 memory=7544352 CPUtime=161.86 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 490215 0 0 0 15975 211 0 0 20 0 1 0 162327864 8398123008 1886088 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2050323 1886088 421 379 0 2049857 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 8211224 KiB
Current children cumulated memory: 7547128 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/261 834228
/proc/meminfo: memFree=117473720/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8457012 memory=7815028 CPUtime=221.7 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 554496 0 0 0 21947 223 0 0 20 0 1 0 162327864 8659980288 1953757 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2114253 1953757 421 379 0 2113787 0
Current children cumulated CPU time: 221.7 s

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

/proc/833987/statm: 2119339 1971290 421 379 0 2118873 0
Current children cumulated CPU time: 3093.79 s
Current children cumulated vsize: 8487288 KiB
Current children cumulated memory: 7887936 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.14 4.16 5/259 835934
/proc/meminfo: memFree=117258220/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477356 memory=7885216 CPUtime=3153.63 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 669681 0 0 0 315109 254 0 0 20 0 1 0 162327864 8680812544 1971304 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119339 1971304 421 379 0 2118873 0
Current children cumulated CPU time: 3153.63 s
Current children cumulated vsize: 8487288 KiB
Current children cumulated memory: 7887992 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.15 4.16 5/261 835949
/proc/meminfo: memFree=117241384/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477488 memory=7885224 CPUtime=3213.47 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 672620 0 0 0 321093 254 0 0 20 0 1 0 162327864 8680947712 1971306 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119372 1971306 421 379 0 2118906 0
Current children cumulated CPU time: 3213.47 s
Current children cumulated vsize: 8487420 KiB
Current children cumulated memory: 7888000 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.15 4.16 5/261 835959
/proc/meminfo: memFree=117287828/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477488 memory=7885308 CPUtime=3273.3 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 675529 0 0 0 327076 254 0 0 20 0 1 0 162327864 8680947712 1971327 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119372 1971327 421 379 0 2118906 0
Current children cumulated CPU time: 3273.3 s
Current children cumulated vsize: 8487420 KiB
Current children cumulated memory: 7888084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.15 4.16 5/261 835969
/proc/meminfo: memFree=117273264/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477620 memory=7885444 CPUtime=3333.14 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 678633 0 0 0 333059 255 0 0 20 0 1 0 162327864 8681082880 1971361 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119405 1971361 421 379 0 2118939 0
Current children cumulated CPU time: 3333.14 s
Current children cumulated vsize: 8487552 KiB
Current children cumulated memory: 7888220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.16 4.16 5/261 835980
/proc/meminfo: memFree=117260128/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477620 memory=7885464 CPUtime=3392.96 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 681782 0 0 0 339041 255 0 0 20 0 1 0 162327864 8681082880 1971366 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119405 1971366 421 379 0 2118939 0
Current children cumulated CPU time: 3392.96 s
Current children cumulated vsize: 8487552 KiB
Current children cumulated memory: 7888240 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.23 4.19 5/261 835992
/proc/meminfo: memFree=117245408/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477752 memory=7885500 CPUtime=3452.8 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 685008 0 0 0 345024 256 0 0 20 0 1 0 162327864 8681218048 1971375 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119438 1971375 421 379 0 2118972 0
Current children cumulated CPU time: 3452.8 s
Current children cumulated vsize: 8487684 KiB
Current children cumulated memory: 7888276 KiB

[startup+3522.3 s]
/proc/loadavg: 4.51 4.30 4.21 5/261 836002
/proc/meminfo: memFree=117283904/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477884 memory=7885644 CPUtime=3512.64 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 688114 0 0 0 351008 256 0 0 20 0 1 0 162327864 8681353216 1971411 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119471 1971411 421 379 0 2119005 0
Current children cumulated CPU time: 3512.64 s
Current children cumulated vsize: 8487816 KiB
Current children cumulated memory: 7888420 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.26 4.20 5/259 836012
/proc/meminfo: memFree=117269356/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477884 memory=7885652 CPUtime=3572.48 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 691376 0 0 0 356991 257 0 0 20 0 1 0 162327864 8681353216 1971413 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119471 1971413 421 379 0 2119005 0
Current children cumulated CPU time: 3572.48 s
Current children cumulated vsize: 8487816 KiB
Current children cumulated memory: 7888428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.23 4.25 4.20 5/259 836017
/proc/meminfo: memFree=117262632/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477884 memory=7885656 CPUtime=3600 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 692584 0 0 0 359743 257 0 0 20 0 1 0 162327864 8681353216 1971414 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119471 1971414 421 379 0 2119005 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 8487816 KiB
Current children cumulated memory: 7888432 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001686 s, system=0.001177 s

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=2.60526 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+3609.9 s]
/proc/loadavg: 4.23 4.25 4.20 5/259 836017
/proc/meminfo: memFree=117262632/131524600 swapFree=131071996/131071996
[pid=833982] ppid=833979 vsize=9932 memory=2776 CPUtime=0 cores=1,3
/proc/833982/stat : 833982 (naps-1.02b5.sh) S 833979 833982 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 162327864 10170368 694 134679101440 94563367800832 94563368880152 140726575282640 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94563370978608 94563371025796 94563394744320 140726575289312 140726575289439 140726575289439 140726575296454 0
/proc/833982/statm: 2483 694 616 264 0 134 0
[pid=833987] ppid=833982 vsize=8477884 memory=7885656 CPUtime=3600 cores=1,3
/proc/833987/stat : 833987 (naps-1.02b5) R 833982 833982 829432 0 -1 4194304 692584 0 0 0 359743 257 0 0 20 0 1 0 162327864 8681353216 1971414 134679101440 4194304 5746509 140734213815936 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 21319680 140734213817327 140734213817441 140734213817441 140734213824457 0
/proc/833987/statm: 2119471 1971414 421 379 0 2119005 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 8487816 KiB
Current children cumulated memory: 7888432 KiB

Child status: 0

Real time (s): 3609.93
CPU time (s): 3600.04
CPU user time (s): 3597.44
CPU system time (s): 2.60526
CPU usage (%): 99.7261
Max. virtual memory (cumulated for all children) (KiB): 8487816
Max. memory (cumulated for all children) (KiB): 7888432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 2.60526
maximum resident set size= 7885656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 693044
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= 467
involuntary context switches= 3734


# summary of solver processes directly reported to runsolver:
#   pid: 833982,833987
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 2.60526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7287 second user time and 12.8209 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-16 05:47:05
IDJOB=4435081
IDBENCH=147626
IDSOLVER=3065
FILE ID=nodeC027/4435081-1721101612
RUNJOBID= nodeC027-1721094400-829444
SLURM_JOB_ID= 7505601
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435081-1721101612/watcher-4435081-1721101612 -o /tmp/evaluation-result-4435081-1721101612/solver-4435081-1721101612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721094400-829444 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4435081-1721101612.opb

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

MD5SUM BENCH= b48e8711e48bf421c56e401ff58b5422
RANDOM SEED=1162698155

nodeC027.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		: 3675.294
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	: 7000.36
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		: 3667.328
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	: 7006.29
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.399
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	: 7000.36
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		: 3658.280
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	: 7006.29
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		: 3675.349
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	: 7000.36
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		: 3681.709
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	: 7006.29
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.487
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	: 7000.36
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		: 3606.411
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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119554276 kB
MemAvailable:   119851020 kB
Buffers:          386704 kB
Cached:           753816 kB
SwapCached:            0 kB
Active:           656784 kB
Inactive:       10719476 kB
Active(anon):       1608 kB
Inactive(anon): 10272172 kB
Active(file):     655176 kB
Inactive(file):   447304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7820 kB
Writeback:             0 kB
AnonPages:      10232420 kB
Mapped:           108992 kB
Shmem:             37720 kB
KReclaimable:      68176 kB
Slab:             170400 kB
SReclaimable:      68176 kB
SUnreclaim:       102224 kB
KernelStack:        4172 kB
PageTables:        29312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11203380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60640 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7675904 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:      189140 kB
DirectMap2M:    13215744 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC027 at 2024-07-16 06:47:15