Trace number 4435082

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.09 3611.76

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUM175cf8fd081870b89b1494469c4bb17a
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 benchmark293
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 variables8883
Total number of constraints17459
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 constraints17459
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 2691
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-4435082-1721098124.opb
3600.02/3611.70	c 
3600.02/3611.70	c *** TERMINATED *** by signal 15
3600.02/3611.70	s UNKNOWN
3600.02/3611.70	c _____________________________________________________________________________
3600.02/3611.70	c 
3600.02/3611.70	c std/band forms        : 17,8721
3600.02/3611.70	c 2cl/3cl ITE-codings   : 14126763,1250316
3600.02/3611.70	c BDD/srt/adr Max costs : 3176,0,0
3600.02/3611.70	c BDDraw/bin/mul/srt/adr: 0,0,8738,0,0
3600.02/3611.70	c BDD nodes             : 29655310
3600.02/3611.70	c Es1/CC detections     : 0,0
3600.02/3611.70	c SAT/UNSAT calls       : 0,0
3600.02/3611.70	c regenrated variables  : 0
3600.02/3611.70	c restarts              : 0
3600.02/3611.70	c conflicts             : 0              (0 /sec)
3600.02/3611.70	c decisions             : 0              (0 /sec)
3600.02/3611.70	c propagations          : 0              (0 /sec)
3600.02/3611.70	c inspects              : 0              (0 /sec)
3600.02/3611.70	c CPU time (solving tm) : 3596 s        (3413 s)
3600.02/3611.70	c Time for Opt-base     : 35 s
3600.02/3611.70	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 (62890 MiB free)
  memory of node 1: 64473 MiB (62403 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435082-1721098124/watcher-4435082-1721098124 -o /tmp/evaluation-result-4435082-1721098124/solver-4435082-1721098124 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721094400-829442 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4435082-1721098124.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=832116, runsolver pid=832113

[startup+0.100085 s]*
/proc/loadavg: 4.39 4.22 4.14 5/259 832121
/proc/meminfo: memFree=128291980/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=15284 memory=10216 CPUtime=0.1 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 2244 0 0 0 10 0 0 0 20 0 1 0 161979126 15650816 2554 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 3821 2554 405 379 0 3355 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25216 KiB
Current children cumulated memory: 12972 KiB

[startup+0.205635 s]*
/proc/loadavg: 4.39 4.22 4.14 5/259 832121
/proc/meminfo: memFree=128282564/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=24184 memory=19128 CPUtime=0.2 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 4457 0 0 0 20 0 0 0 20 0 1 0 161979126 24764416 4782 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 6046 4782 405 379 0 5580 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34116 KiB
Current children cumulated memory: 21884 KiB

[startup+0.305775 s]*
/proc/loadavg: 4.39 4.22 4.14 5/259 832121
/proc/meminfo: memFree=128274172/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=32564 memory=27312 CPUtime=0.29 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 6537 0 0 0 29 0 0 0 20 0 1 0 161979126 33345536 6828 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 8141 6828 405 379 0 7675 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 42496 KiB
Current children cumulated memory: 30068 KiB

[startup+0.700257 s]
/proc/loadavg: 4.39 4.22 4.14 5/259 832121
/proc/meminfo: memFree=128257288/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=65176 memory=59900 CPUtime=0.69 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 14640 0 0 0 67 2 0 0 20 0 1 0 161979126 66740224 14975 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 16294 14975 405 379 0 15828 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 75108 KiB
Current children cumulated memory: 62656 KiB

[startup+1.50024 s]
/proc/loadavg: 4.39 4.22 4.14 5/259 832121
/proc/meminfo: memFree=128215960/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=112952 memory=107500 CPUtime=1.48 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 26700 0 0 0 145 3 0 0 20 0 1 0 161979126 115662848 26875 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 28238 26875 421 379 0 27772 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122884 KiB
Current children cumulated memory: 110256 KiB

[startup+3.10546 s]
/proc/loadavg: 4.36 4.22 4.14 6/259 832121
/proc/meminfo: memFree=128183252/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=123208 memory=117792 CPUtime=3.09 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 29370 0 0 0 305 4 0 0 20 0 1 0 161979126 126164992 29448 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 30802 29448 421 379 0 30336 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 133140 KiB
Current children cumulated memory: 120548 KiB

[startup+6.30024 s]
/proc/loadavg: 4.36 4.22 4.14 5/259 832123
/proc/meminfo: memFree=128167080/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=141912 memory=134208 CPUtime=6.26 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 32300 0 0 0 622 4 0 0 20 0 1 0 161979126 145317888 33552 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 35478 33552 421 379 0 35012 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 151844 KiB
Current children cumulated memory: 136964 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.22 4.14 5/259 832123
/proc/meminfo: memFree=128137760/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=175800 memory=164408 CPUtime=12.65 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 37388 0 0 0 1258 7 0 0 20 0 1 0 161979126 180019200 41102 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 43950 41102 421 379 0 43484 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 185732 KiB
Current children cumulated memory: 167164 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.20 4.13 5/259 832126
/proc/meminfo: memFree=128074000/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=233600 memory=226456 CPUtime=25.41 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 45421 0 0 0 2531 10 0 0 20 0 1 0 161979126 239206400 56614 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 58400 56614 421 379 0 57934 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 243532 KiB
Current children cumulated memory: 229212 KiB

[startup+51.1055 s]
/proc/loadavg: 4.23 4.20 4.13 5/259 832129
/proc/meminfo: memFree=127883788/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=361640 memory=346596 CPUtime=50.94 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 60520 0 0 0 5076 18 0 0 20 0 1 0 161979126 370319360 86649 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 90410 86649 421 379 0 89944 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 371572 KiB
Current children cumulated memory: 349352 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.19 4.13 5/260 832142
/proc/meminfo: memFree=127663260/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=633400 memory=594964 CPUtime=101.98 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 90227 0 0 0 10167 31 0 0 20 0 1 0 161979126 648601600 148741 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 158350 148741 421 379 0 157884 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 643332 KiB
Current children cumulated memory: 597720 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.16 4.12 5/260 832154
/proc/meminfo: memFree=127319340/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=989120 memory=938024 CPUtime=161.8 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 120730 0 0 0 16131 49 0 0 20 0 1 0 161979126 1012858880 234506 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 247280 234506 421 379 0 246814 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 999052 KiB
Current children cumulated memory: 940780 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.16 4.12 5/260 832164
/proc/meminfo: memFree=119403652/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9426124 memory=8823260 CPUtime=221.6 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 656117 0 0 0 21902 258 0 0 20 0 1 0 161979126 9652350976 2205815 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2356531 2205815 421 379 0 2356065 0
Current children cumulated CPU time: 221.6 s

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

/proc/832121/statm: 2271244 2155933 421 379 0 2270778 0
Current children cumulated CPU time: 3092.25 s
Current children cumulated vsize: 9094908 KiB
Current children cumulated memory: 8626488 KiB

[startup+3162.3 s]
/proc/loadavg: 4.32 4.18 4.12 5/261 833878
/proc/meminfo: memFree=119412808/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9085372 memory=8624052 CPUtime=3152.06 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 832335 0 0 0 314837 369 0 0 20 0 1 0 161979126 9303420928 2156013 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271343 2156013 421 379 0 2270877 0
Current children cumulated CPU time: 3152.06 s
Current children cumulated vsize: 9095304 KiB
Current children cumulated memory: 8626808 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.18 4.12 5/261 833888
/proc/meminfo: memFree=119337292/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9085504 memory=8624208 CPUtime=3211.87 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 835723 0 0 0 320816 371 0 0 20 0 1 0 161979126 9303556096 2156052 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271376 2156052 421 379 0 2270910 0
Current children cumulated CPU time: 3211.87 s
Current children cumulated vsize: 9095436 KiB
Current children cumulated memory: 8626964 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.16 4.12 5/261 833899
/proc/meminfo: memFree=119354420/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9085768 memory=8624412 CPUtime=3271.67 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 839011 0 0 0 326795 372 0 0 20 0 1 0 161979126 9303826432 2156103 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271442 2156103 421 379 0 2270976 0
Current children cumulated CPU time: 3271.67 s
Current children cumulated vsize: 9095700 KiB
Current children cumulated memory: 8627168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/260 833911
/proc/meminfo: memFree=119346464/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9085768 memory=8624488 CPUtime=3331.49 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 842566 0 0 0 332775 374 0 0 20 0 1 0 161979126 9303826432 2156122 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271442 2156122 421 379 0 2270976 0
Current children cumulated CPU time: 3331.49 s
Current children cumulated vsize: 9095700 KiB
Current children cumulated memory: 8627244 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/260 833921
/proc/meminfo: memFree=119370744/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9085900 memory=8624580 CPUtime=3391.29 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 845882 0 0 0 338754 375 0 0 20 0 1 0 161979126 9303961600 2156145 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271475 2156145 421 379 0 2271009 0
Current children cumulated CPU time: 3391.29 s
Current children cumulated vsize: 9095832 KiB
Current children cumulated memory: 8627336 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/259 833932
/proc/meminfo: memFree=119296596/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9086032 memory=8624716 CPUtime=3451.1 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 849039 0 0 0 344733 377 0 0 20 0 1 0 161979126 9304096768 2156179 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271508 2156179 421 379 0 2271042 0
Current children cumulated CPU time: 3451.1 s
Current children cumulated vsize: 9095964 KiB
Current children cumulated memory: 8627472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/259 834093
/proc/meminfo: memFree=120405092/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9086032 memory=8624764 CPUtime=3510.9 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 852687 0 0 0 350713 377 0 0 20 0 1 0 161979126 9304096768 2156191 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271508 2156191 421 379 0 2271042 0
Current children cumulated CPU time: 3510.9 s
Current children cumulated vsize: 9095964 KiB
Current children cumulated memory: 8627520 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/259 834103
/proc/meminfo: memFree=117056588/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9086032 memory=8624812 CPUtime=3570.72 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 855923 0 0 0 356693 379 0 0 20 0 1 0 161979126 9304096768 2156203 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271508 2156203 421 379 0 2271042 0
Current children cumulated CPU time: 3570.72 s
Current children cumulated vsize: 9095964 KiB
Current children cumulated memory: 8627568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 4.14 4.13 4.10 5/259 834107
/proc/meminfo: memFree=116743676/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9086164 memory=8624860 CPUtime=3600.02 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 857344 0 0 0 359623 379 0 0 20 0 1 0 161979126 9304231936 2156215 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271541 2156215 421 379 0 2271075 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 9096096 KiB
Current children cumulated memory: 8627616 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001649 s, system=0.001145 s

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

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

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

[startup+3611.7 s]
/proc/loadavg: 4.14 4.13 4.10 5/259 834107
/proc/meminfo: memFree=116743676/131524600 swapFree=131071996/131071996
[pid=832116] ppid=832113 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/832116/stat : 832116 (naps-1.02b5.sh) S 832113 832116 829432 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 161979126 10170368 689 134679101440 94203689869312 94203690948632 140723856186928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94203693047088 94203693094276 94203697917952 140723856188384 140723856188511 140723856188511 140723856195526 0
/proc/832116/statm: 2483 689 610 264 0 134 0
[pid=832121] ppid=832116 vsize=9086164 memory=8624860 CPUtime=3600.02 cores=0,2
/proc/832121/stat : 832121 (naps-1.02b5) R 832116 832116 829432 0 -1 4194304 857344 0 0 0 359623 379 0 0 20 0 1 0 161979126 9304231936 2156215 134679101440 4194304 5746509 140730314223520 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 9121792 140730314232815 140730314232929 140730314232929 140730314239945 0
/proc/832121/statm: 2271541 2156215 421 379 0 2271075 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 9096096 KiB
Current children cumulated memory: 8627616 KiB

Child status: 0

Real time (s): 3611.76
CPU time (s): 3600.09
CPU user time (s): 3596.23
CPU system time (s): 3.85788
CPU usage (%): 99.6769
Max. virtual memory (cumulated for all children) (KiB): 10349144
Max. memory (cumulated for all children) (KiB): 9734232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.23
system time used= 3.85788
maximum resident set size= 9731476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 857804
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= 508
involuntary context switches= 25348


# summary of solver processes directly reported to runsolver:
#   pid: 832116,832121
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3596.23
#   total CPU system time (s): 3.85788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60137 second user time and 17.9451 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-16 04:48:57
IDJOB=4435082
IDBENCH=147625
IDSOLVER=3065
FILE ID=nodeC027/4435082-1721098124
RUNJOBID= nodeC027-1721094400-829442
SLURM_JOB_ID= 7505601
Free space on /tmp= 890068 MiB

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

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

MD5SUM BENCH= 175cf8fd081870b89b1494469c4bb17a
RANDOM SEED=509153360

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		: 3666.086
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		: 3682.057
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		: 3654.957
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		: 3600.688
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		: 3667.145
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		: 3682.150
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		: 3605.860
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		: 3600.499
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:        128300844 kB
MemAvailable:   128574580 kB
Buffers:          384496 kB
Cached:           733088 kB
SwapCached:            0 kB
Active:           649560 kB
Inactive:        1997288 kB
Active(anon):       1608 kB
Inactive(anon):  1565728 kB
Active(file):     647952 kB
Inactive(file):   431560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:       1527696 kB
Mapped:           109324 kB
Shmem:             37720 kB
KReclaimable:      68096 kB
Slab:             170080 kB
SReclaimable:      68096 kB
SUnreclaim:       101984 kB
KernelStack:        4172 kB
PageTables:        11828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2086276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60512 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 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= 890056 MiB
End job on nodeC027 at 2024-07-16 05:49:09