Trace number 4459124

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.08 3609.84

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1540
Best CPU time to get the best result obtained on this benchmark1431.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
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-4459124-1721898277.opb
3600.03/3609.80	c 
3600.03/3609.80	c *** TERMINATED *** by signal 15
3600.03/3609.80	s UNKNOWN
3600.03/3609.80	c _____________________________________________________________________________
3600.03/3609.80	c 
3600.03/3609.80	c std/band forms        : 87615,0
3600.03/3609.80	c 2cl/3cl ITE-codings   : 5908705,0
3600.03/3609.80	c BDD/srt/adr Max costs : 323,0,0
3600.03/3609.80	c BDDraw/bin/mul/srt/adr: 87615,0,0,0,0
3600.03/3609.80	c BDD nodes             : 10751400
3600.03/3609.80	c Es1/CC detections     : 0,0
3600.03/3609.80	c SAT/UNSAT calls       : 0,0
3600.03/3609.80	c regenrated variables  : 0
3600.03/3609.80	c restarts              : 0
3600.03/3609.80	c conflicts             : 0              (0 /sec)
3600.03/3609.80	c decisions             : 0              (0 /sec)
3600.03/3609.80	c propagations          : 0              (0 /sec)
3600.03/3609.80	c inspects              : 0              (0 /sec)
3600.03/3609.80	c CPU time (solving tm) : 3594 s        (3526 s)
3600.03/3609.80	c Time for Opt-base     : 0 s
3600.03/3609.80	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: 63931 MiB (60969 MiB free)
  memory of node 1: 64510 MiB (57877 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459124-1721898277/watcher-4459124-1721898277 -o /tmp/evaluation-result-4459124-1721898277/solver-4459124-1721898277 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721891055-271125 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4459124-1721898277.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=275340, runsolver pid=275337
Current StackSize limit: 8192 KiB


[startup+0.100308 s]*
/proc/loadavg: 4.11 4.12 4.09 5/261 275345
/proc/meminfo: memFree=121688832/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=17880 memory=11900 CPUtime=0.09 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 2749 0 0 0 9 0 0 0 20 0 1 0 26357340 18309120 2975 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 4470 2975 405 379 0 4004 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27812 KiB
Current children cumulated memory: 14644 KiB

[startup+0.206308 s]*
/proc/loadavg: 4.11 4.12 4.09 5/261 275345
/proc/meminfo: memFree=121679424/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=27704 memory=20764 CPUtime=0.18 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 5194 0 0 0 18 0 0 0 20 0 1 0 26357340 28368896 5191 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 6926 5191 405 379 0 6460 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 37636 KiB
Current children cumulated memory: 23508 KiB

[startup+0.30629 s]*
/proc/loadavg: 4.11 4.12 4.09 5/261 275345
/proc/meminfo: memFree=121670688/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=37212 memory=29244 CPUtime=0.28 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 7337 0 0 0 27 1 0 0 20 0 1 0 26357340 38105088 7311 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 9303 7311 405 379 0 8837 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 47144 KiB
Current children cumulated memory: 31988 KiB

[startup+0.700263 s]
/proc/loadavg: 4.11 4.12 4.09 5/261 275345
/proc/meminfo: memFree=121650208/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=76080 memory=66460 CPUtime=0.66 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 16516 0 0 0 63 3 0 0 20 0 1 0 26357340 77905920 16615 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 19020 16615 405 379 0 18554 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 86012 KiB
Current children cumulated memory: 69204 KiB

[startup+1.50027 s]
/proc/loadavg: 4.11 4.12 4.09 5/261 275346
/proc/meminfo: memFree=121602860/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=156880 memory=137812 CPUtime=1.47 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 33608 0 0 0 140 7 0 0 20 0 1 0 26357340 160645120 34453 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 39220 34453 405 379 0 38754 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 166812 KiB
Current children cumulated memory: 140556 KiB

[startup+3.10561 s]
/proc/loadavg: 4.11 4.12 4.09 5/261 275346
/proc/meminfo: memFree=121421496/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=314916 memory=289164 CPUtime=3.07 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 63769 0 0 0 293 14 0 0 20 0 1 0 26357340 322473984 72291 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 78729 72291 405 379 0 78263 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 324848 KiB
Current children cumulated memory: 291908 KiB

[startup+6.30025 s]
/proc/loadavg: 4.18 4.13 4.10 5/261 275346
/proc/meminfo: memFree=121152980/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=614528 memory=576528 CPUtime=6.25 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 116964 0 0 0 597 28 0 0 20 0 1 0 26357340 629276672 144132 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 153632 144132 405 379 0 153166 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 624460 KiB
Current children cumulated memory: 579272 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.13 4.09 6/261 275348
/proc/meminfo: memFree=120596232/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=1285372 memory=1161636 CPUtime=12.63 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 208290 0 0 0 1211 52 0 0 20 0 1 0 26357340 1316220928 290409 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 321343 290409 405 379 0 320877 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1295304 KiB
Current children cumulated memory: 1164380 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.14 4.10 5/261 275449
/proc/meminfo: memFree=120553616/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=2292644 memory=2149280 CPUtime=25.4 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 393732 0 0 0 2447 93 0 0 20 0 1 0 26357340 2347667456 537320 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 573161 537320 405 379 0 572695 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2302576 KiB
Current children cumulated memory: 2152024 KiB

[startup+51.1055 s]
/proc/loadavg: 4.21 4.14 4.10 5/259 275454
/proc/meminfo: memFree=119205756/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=2554800 memory=2407752 CPUtime=50.95 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 394548 0 0 0 4996 99 0 0 20 0 1 0 26357340 2616115200 601938 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 638700 601938 421 379 0 638234 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2564732 KiB
Current children cumulated memory: 2410496 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/260 275514
/proc/meminfo: memFree=114172000/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7406404 memory=6873704 CPUtime=102.02 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 727076 0 0 0 9962 240 0 0 20 0 1 0 26357340 7584157696 1718426 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1851601 1718426 421 379 0 1851135 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 7416336 KiB
Current children cumulated memory: 6876448 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/260 275524
/proc/meminfo: memFree=113860524/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7771380 memory=7062552 CPUtime=161.83 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 731646 0 0 0 15935 248 0 0 20 0 1 0 26357340 7957893120 1765638 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1942845 1765638 421 379 0 1942379 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 7781312 KiB
Current children cumulated memory: 7065296 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/260 275534
/proc/meminfo: memFree=113976424/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7426912 memory=6920348 CPUtime=221.65 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 734233 0 0 0 21903 262 0 0 20 0 1 0 26357340 7605157888 1730087 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1856728 1730087 421 379 0 1856262 0
Current children cumulated CPU time: 221.65 s

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

/proc/275345/statm: 1988942 1831029 421 379 0 1988476 0
Current children cumulated CPU time: 3034.05 s
Current children cumulated vsize: 7965700 KiB
Current children cumulated memory: 7326860 KiB

[startup+3102.3 s]
/proc/loadavg: 4.46 4.27 4.19 5/261 277064
/proc/meminfo: memFree=112831496/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7956296 memory=7328872 CPUtime=3093.89 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 888635 0 0 0 308835 554 0 0 20 0 1 0 26357340 8147247104 1832218 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1989074 1832218 421 379 0 1988608 0
Current children cumulated CPU time: 3093.89 s
Current children cumulated vsize: 7966228 KiB
Current children cumulated memory: 7331616 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.25 4.19 5/261 277075
/proc/meminfo: memFree=112784160/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7956956 memory=7333524 CPUtime=3153.73 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 891612 0 0 0 314818 555 0 0 20 0 1 0 26357340 8147922944 1833381 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1989239 1833381 421 379 0 1988773 0
Current children cumulated CPU time: 3153.73 s
Current children cumulated vsize: 7966888 KiB
Current children cumulated memory: 7336268 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.23 4.18 5/263 277256
/proc/meminfo: memFree=112617716/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7957488 memory=7338208 CPUtime=3213.57 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 894542 0 0 0 320801 556 0 0 20 0 1 0 26357340 8148467712 1834552 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1989372 1834552 421 379 0 1988906 0
Current children cumulated CPU time: 3213.57 s
Current children cumulated vsize: 7967420 KiB
Current children cumulated memory: 7340952 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.19 4.17 5/263 277267
/proc/meminfo: memFree=112669860/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7958020 memory=7342876 CPUtime=3273.4 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 897573 0 0 0 326784 556 0 0 20 0 1 0 26357340 8149012480 1835719 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1989505 1835719 421 379 0 1989039 0
Current children cumulated CPU time: 3273.4 s
Current children cumulated vsize: 7967952 KiB
Current children cumulated memory: 7345620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.18 4.17 5/263 277280
/proc/meminfo: memFree=112872572/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7958688 memory=7349648 CPUtime=3333.24 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 900683 0 0 0 332767 557 0 0 20 0 1 0 26357340 8149696512 1837412 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1989672 1837412 421 379 0 1989206 0
Current children cumulated CPU time: 3333.24 s
Current children cumulated vsize: 7968620 KiB
Current children cumulated memory: 7352392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.16 4.16 5/260 277302
/proc/meminfo: memFree=112657496/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7959216 memory=7352228 CPUtime=3393.07 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 903950 0 0 0 338750 557 0 0 20 0 1 0 26357340 8150237184 1838057 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1989804 1838057 421 379 0 1989338 0
Current children cumulated CPU time: 3393.07 s
Current children cumulated vsize: 7969148 KiB
Current children cumulated memory: 7354972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.15 4.16 5/260 277313
/proc/meminfo: memFree=112690120/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7959876 memory=7356968 CPUtime=3452.92 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 907037 0 0 0 344733 559 0 0 20 0 1 0 26357340 8150913024 1839242 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1989969 1839242 421 379 0 1989503 0
Current children cumulated CPU time: 3452.92 s
Current children cumulated vsize: 7969808 KiB
Current children cumulated memory: 7359712 KiB

[startup+3522.3 s]
/proc/loadavg: 4.45 4.23 4.19 5/260 277325
/proc/meminfo: memFree=112764936/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7960408 memory=7359484 CPUtime=3512.76 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 910150 0 0 0 350717 559 0 0 20 0 1 0 26357340 8151457792 1839871 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1990102 1839871 421 379 0 1989636 0
Current children cumulated CPU time: 3512.76 s
Current children cumulated vsize: 7970340 KiB
Current children cumulated memory: 7362228 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.20 4.18 5/259 277336
/proc/meminfo: memFree=112730308/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7960804 memory=7364064 CPUtime=3572.6 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 913222 0 0 0 356700 560 0 0 20 0 1 0 26357340 8151863296 1841016 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1990201 1841016 421 379 0 1989735 0
Current children cumulated CPU time: 3572.6 s
Current children cumulated vsize: 7970736 KiB
Current children cumulated memory: 7366808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.21 4.20 4.18 5/259 277340
/proc/meminfo: memFree=112538856/131524600 swapFree=131058856/131071996
[pid=275340] ppid=275337 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/275340/stat : 275340 (naps-1.02b5.sh) S 275337 275340 271114 0 -1 4194304 217 240 0 0 0 0 0 0 20 0 1 0 26357340 10170368 686 134679101440 94324369416192 94324370495512 140733046390464 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94324372593968 94324372641156 94324390887424 140733046391776 140733046391903 140733046391903 140733046398918 0
/proc/275340/statm: 2483 686 607 264 0 134 0
[pid=275345] ppid=275340 vsize=7961072 memory=7364276 CPUtime=3600.03 cores=4,6
/proc/275345/stat : 275345 (naps-1.02b5) R 275340 275340 271114 0 -1 4194304 914803 0 0 0 359443 560 0 0 20 0 1 0 26357340 8152137728 1841069 134679101440 4194304 5746509 140735154744064 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22278144 140735154750447 140735154750561 140735154750561 140735154757577 0
/proc/275345/statm: 1990268 1841069 421 379 0 1989802 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 7971004 KiB
Current children cumulated memory: 7367020 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002374 s, system=0.000497 s

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

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

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

Child status: 0

Real time (s): 3609.84
CPU time (s): 3600.08
CPU user time (s): 3594.43
CPU system time (s): 5.64545
CPU usage (%): 99.7297
Max. virtual memory (cumulated for all children) (KiB): 8862488
Max. memory (cumulated for all children) (KiB): 8056800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.43
system time used= 5.64545
maximum resident set size= 8054056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 915260
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= 227
involuntary context switches= 4824


# summary of solver processes directly reported to runsolver:
#   pid: 275340,275345
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3594.43
#   total CPU system time (s): 5.64545

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43972 second user time and 18.6694 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-25 11:04:38
IDJOB=4459124
IDBENCH=178517
IDSOLVER=3065
FILE ID=nodeC031/4459124-1721898277
RUNJOBID= nodeC031-1721891055-271125
SLURM_JOB_ID= 8089346
Free space on /tmp= 889944 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459124-1721898277/watcher-4459124-1721898277 -o /tmp/evaluation-result-4459124-1721898277/solver-4459124-1721898277 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721891055-271125 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4459124-1721898277.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=2069889479

nodeC031.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		: 3682.049
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.44
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		: 3691.501
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	: 7007.12
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.443
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.44
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.297
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	: 7007.12
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		: 3621.128
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.44
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		: 3691.495
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	: 7007.12
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		: 3683.025
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.44
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.339
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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121699668 kB
MemAvailable:   124874828 kB
Buffers:          310760 kB
Cached:          3533800 kB
SwapCached:          360 kB
Active:          2218924 kB
Inactive:        6681848 kB
Active(anon):       1872 kB
Inactive(anon):  5107636 kB
Active(file):    2217052 kB
Inactive(file):  1574212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:            116664 kB
Writeback:             0 kB
AnonPages:       5050412 kB
Mapped:           106228 kB
Shmem:             53296 kB
KReclaimable:     445128 kB
Slab:             565884 kB
SReclaimable:     445128 kB
SUnreclaim:       120756 kB
KernelStack:        4208 kB
PageTables:        19608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5846964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13280 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3262464 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:      367316 kB
DirectMap2M:    37154816 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 889876 MiB
End job on nodeC031 at 2024-07-25 12:04:48