Trace number 4459161

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.03? (TO) 3600.41 3609.7

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_50.opb
MD5SUM3762504243d867ee0a80bf59380bdaf6
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 benchmark1326
Best CPU time to get the best result obtained on this benchmark1025.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3383952
Total number of constraints141576
Number of constraints which are clauses71451
Number of constraints which are cardinality constraints (but not clauses)64974
Number of constraints which are nor clauses,nor cardinality constraints5151
Minimum length of a constraint50
Maximum length of a constraint55
Number of terms in the objective function 2652
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 2652
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 2652
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4459161-1721895259.opb
87.47/87.73	c single stage optimization mode
3600.09/3609.40	c 
3600.09/3609.40	c *** TERMINATED *** by signal 15
3600.09/3609.40	s UNKNOWN
3600.09/3609.40	c _____________________________________________________________________________
3600.09/3609.40	c std/band forms        : 70125,0
3600.09/3609.40	c 2cl/3cl ITE-codings   : 0,0
3600.09/3609.40	c BDD/srt/adr Max costs : 0,914,0
3600.09/3609.40	c BDDraw/bin/mul/srt/adr: 0,0,0,70125,0
3600.09/3609.40	c BDD nodes             : 0
3600.09/3609.40	c Es1/CC detections     : 0,0
3600.09/3609.40	c CC sort               : 70125
3600.09/3609.40	c SAT/UNSAT calls       : 0,0
3600.09/3609.40	c regenrated variables  : 0
3600.09/3609.40	c eliminated fixed lits : 0
3600.09/3609.40	c goal lit flips        : 0
3600.09/3609.40	c goal stages           : 1
3600.09/3609.40	c goal shrink           : 0
3600.09/3609.40	c goal coeff separations: 0
3600.09/3609.40	c restarts              : 0
3600.09/3609.40	c conflicts             : 0              (0 /sec)
3600.09/3609.40	c decisions             : 0              (0 /sec)
3600.09/3609.40	c propagations          : 0              (0 /sec)
3600.09/3609.40	c inspects              : 0              (0 /sec)
3600.09/3609.40	c CPU time (solving tm) : 3532 s        (3452 s, SAT 0 s, UNSAT 0 s)
3600.09/3609.40	c Time for Opt-base     : 0.8475 s
3600.09/3609.40	c Steps for Opt-base    : 0
3600.09/3609.40	c Time for BDD coding   : 0 s
3600.09/3609.40	c Time for srt coding   : 42.82 s
3600.09/3609.40	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 (60380 MiB free)
  memory of node 1: 64510 MiB (57382 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459161-1721895259/watcher-4459161-1721895259 -o /tmp/evaluation-result-4459161-1721895259/solver-4459161-1721895259 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721891213-227735 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4459161-1721895259.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=230146, runsolver pid=230143
Current StackSize limit: 8192 KiB


[startup+0.100153 s]*
/proc/loadavg: 4.22 4.13 4.10 5/261 230151
/proc/meminfo: memFree=120576788/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=15756 memory=14052 CPUtime=0.08 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 3433 0 0 0 8 0 0 0 20 0 1 0 26055276 16134144 3513 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 3939 3513 580 659 0 3143 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 25688 KiB
Current children cumulated memory: 16896 KiB

[startup+0.206169 s]*
/proc/loadavg: 4.22 4.13 4.10 5/261 230151
/proc/meminfo: memFree=120562556/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=28300 memory=26016 CPUtime=0.19 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 6410 0 0 0 18 1 0 0 20 0 1 0 26055276 28979200 6504 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 7075 6504 580 659 0 6279 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 38232 KiB
Current children cumulated memory: 28860 KiB

[startup+0.306152 s]*
/proc/loadavg: 4.22 4.13 4.10 5/261 230151
/proc/meminfo: memFree=120546936/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=45224 memory=41544 CPUtime=0.28 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 10345 0 0 0 27 1 0 0 20 0 1 0 26055276 46309376 10386 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 11306 10386 580 659 0 10510 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 55156 KiB
Current children cumulated memory: 44388 KiB

[startup+0.700245 s]
/proc/loadavg: 4.22 4.13 4.10 5/261 230151
/proc/meminfo: memFree=120532092/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=91788 memory=87192 CPUtime=0.67 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 19701 0 0 0 64 3 0 0 20 0 1 0 26055276 93990912 21798 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 22947 21798 580 659 0 22151 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 101720 KiB
Current children cumulated memory: 90036 KiB

[startup+1.50025 s]
/proc/loadavg: 4.22 4.13 4.10 5/261 230151
/proc/meminfo: memFree=120474120/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=183384 memory=176408 CPUtime=1.47 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 32299 0 0 0 140 7 0 0 20 0 1 0 26055276 187785216 44102 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 45846 44102 580 659 0 45050 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 193316 KiB
Current children cumulated memory: 179252 KiB

[startup+3.10555 s]
/proc/loadavg: 4.22 4.13 4.10 5/261 230151
/proc/meminfo: memFree=119979756/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=387976 memory=376912 CPUtime=3.06 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 53341 0 0 0 292 14 0 0 20 0 1 0 26055276 397287424 94228 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 96994 94228 580 659 0 96198 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 397908 KiB
Current children cumulated memory: 379756 KiB

[startup+6.30023 s]
/proc/loadavg: 4.29 4.15 4.10 5/261 230151
/proc/meminfo: memFree=119600084/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=776756 memory=748884 CPUtime=6.26 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 83082 0 0 0 600 26 0 0 20 0 1 0 26055276 795398144 187221 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 194189 187221 580 659 0 193393 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 786688 KiB
Current children cumulated memory: 751728 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.16 4.11 5/261 230153
/proc/meminfo: memFree=118863796/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=1526608 memory=1451340 CPUtime=12.64 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 143217 0 0 0 1213 51 0 0 20 0 1 0 26055276 1563246592 362835 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 381652 362835 580 659 0 380856 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1536540 KiB
Current children cumulated memory: 1454184 KiB

[startup+25.5003 s]
/proc/loadavg: 4.56 4.22 4.13 6/261 230155
/proc/meminfo: memFree=117446696/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=2817088 memory=2687528 CPUtime=25.41 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 306156 0 0 0 2442 99 0 0 20 0 1 0 26055276 2884698112 671882 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 704272 671882 596 659 0 703476 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2827020 KiB
Current children cumulated memory: 2690372 KiB

[startup+51.1056 s]
/proc/loadavg: 4.37 4.20 4.12 6/259 230159
/proc/meminfo: memFree=115633436/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=4802012 memory=4562820 CPUtime=50.95 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 454070 0 0 0 4918 177 0 0 20 0 1 0 26055276 4917260288 1140705 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 1200503 1140705 596 659 0 1199707 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 4811944 KiB
Current children cumulated memory: 4565664 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.18 4.12 5/259 230168
/proc/meminfo: memFree=94442692/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=27187572 memory=25596048 CPUtime=102.03 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 1705014 0 0 0 9180 1023 0 0 20 0 1 0 26055276 27840073728 6399012 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 6796893 6399012 644 659 0 6796097 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 27197504 KiB
Current children cumulated memory: 25598892 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.19 4.13 5/259 230178
/proc/meminfo: memFree=98748140/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22760908 memory=21169500 CPUtime=161.88 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 1840545 0 0 0 15049 1139 0 0 20 0 1 0 26055276 23307169792 5292375 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5690227 5292375 644 659 0 5689431 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 22770840 KiB
Current children cumulated memory: 21172344 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.15 4.11 5/259 230189
/proc/meminfo: memFree=96735144/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=24692816 memory=22987612 CPUtime=221.72 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 1873905 0 0 0 20888 1284 0 0 20 0 1 0 26055276 25285443584 5746903 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 6173204 5746903 660 659 0 6172408 0
Current children cumulated CPU time: 221.72 s

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

Current children cumulated memory: 18987396 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/259 231923
/proc/meminfo: memFree=100680200/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22467980 memory=19214992 CPUtime=3154.14 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2568833 0 0 0 309076 6338 0 0 20 0 1 0 26055276 23007211520 4803748 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5616995 4803748 660 659 0 5616199 0
Current children cumulated CPU time: 3154.14 s
Current children cumulated vsize: 22477912 KiB
Current children cumulated memory: 19217836 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/259 232082
/proc/meminfo: memFree=106262572/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22457932 memory=19209040 CPUtime=3213.98 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2577606 0 0 0 314978 6420 0 0 20 0 1 0 26055276 22996922368 4802260 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5614483 4802260 660 659 0 5613687 0
Current children cumulated CPU time: 3213.98 s
Current children cumulated vsize: 22467864 KiB
Current children cumulated memory: 19211884 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/259 232092
/proc/meminfo: memFree=104452728/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22423956 memory=19512984 CPUtime=3273.82 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2580370 0 0 0 320927 6455 0 0 20 0 1 0 26055276 22962130944 4878246 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5605989 4878246 660 659 0 5605193 0
Current children cumulated CPU time: 3273.82 s
Current children cumulated vsize: 22433888 KiB
Current children cumulated memory: 19515828 KiB

[startup+3342.3 s]
/proc/loadavg: 5.12 4.37 4.18 5/260 232104
/proc/meminfo: memFree=103190364/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22425524 memory=19567800 CPUtime=3333.68 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2589193 0 0 0 326819 6549 0 0 20 0 1 0 26055276 22963736576 4891950 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5606381 4891950 660 659 0 5605585 0
Current children cumulated CPU time: 3333.68 s
Current children cumulated vsize: 22435456 KiB
Current children cumulated memory: 19570644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.32 4.18 5/262 232118
/proc/meminfo: memFree=101409000/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=23268656 memory=20744500 CPUtime=3393.53 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2594268 0 0 0 332750 6603 0 0 20 0 1 0 26055276 23827103744 5186125 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5817164 5186125 660 659 0 5816368 0
Current children cumulated CPU time: 3393.53 s
Current children cumulated vsize: 23278588 KiB
Current children cumulated memory: 20747344 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.29 4.18 5/263 232130
/proc/meminfo: memFree=101143128/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22122604 memory=19639792 CPUtime=3453.37 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2610448 0 0 0 338648 6689 0 0 20 0 1 0 26055276 22653546496 4909948 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5530651 4909948 660 659 0 5529855 0
Current children cumulated CPU time: 3453.37 s
Current children cumulated vsize: 22132536 KiB
Current children cumulated memory: 19642636 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.25 4.17 5/263 232141
/proc/meminfo: memFree=99855708/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22095524 memory=19936296 CPUtime=3513.23 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2615832 0 0 0 344581 6742 0 0 20 0 1 0 26055276 22625816576 4984074 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5523881 4984074 660 659 0 5523085 0
Current children cumulated CPU time: 3513.23 s
Current children cumulated vsize: 22105456 KiB
Current children cumulated memory: 19939140 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.22 4.16 5/263 232151
/proc/meminfo: memFree=99330344/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22093312 memory=19968688 CPUtime=3573.06 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2624924 0 0 0 350484 6822 0 0 20 0 1 0 26055276 22623551488 4992172 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5523328 4992172 660 659 0 5522532 0
Current children cumulated CPU time: 3573.06 s
Current children cumulated vsize: 22103244 KiB
Current children cumulated memory: 19971532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.13 4.21 4.16 5/262 232156
/proc/meminfo: memFree=99333720/131524600 swapFree=131053920/131071996
[pid=230146] ppid=230143 vsize=9932 memory=2844 CPUtime=0 cores=4,6
/proc/230146/stat : 230146 (naps-1.03.sh) S 230143 230146 227724 0 -1 4194304 224 247 0 0 0 0 0 0 20 0 1 0 26055276 10170368 711 134679101440 94748087652352 94748088731672 140725947468224 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94748090830128 94748090877316 94748098727936 140725947474916 140725947475041 140725947475041 140725947482056 0
/proc/230146/statm: 2483 711 636 264 0 134 0
[pid=230151] ppid=230146 vsize=22090396 memory=19965772 CPUtime=3600.09 cores=4,6
/proc/230151/stat : 230151 (naps-1.03) R 230146 230146 227724 0 -1 4194304 2627845 0 0 0 353165 6844 0 0 20 0 1 0 26055276 22620565504 4991443 134679101440 4194304 6891213 140727029391072 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34430976 140727029396469 140727029396581 140727029396581 140727029403595 0
/proc/230151/statm: 5522599 4991443 660 659 0 5521803 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 22100328 KiB
Current children cumulated memory: 19968616 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.00274 s, system=0 s

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

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

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

[startup+3609.61 s]
/proc/loadavg: 4.13 4.21 4.16 5/261 232156
/proc/meminfo: memFree=102504268/131524600 swapFree=131053920/131071996
Current cumulated CPU time of completed processes: 0.00274 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3609.7 s]
/proc/loadavg: 4.13 4.21 4.16 5/261 232156
/proc/meminfo: memFree=102504268/131524600 swapFree=131053920/131071996
Current cumulated CPU time of completed processes: 0.00274 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3609.7
CPU time (s): 3600.41
CPU user time (s): 3531.65
CPU system time (s): 68.7512
CPU usage (%): 99.7424
Max. virtual memory (cumulated for all children) (KiB): 29621548
Max. memory (cumulated for all children) (KiB): 27922860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3531.65
system time used= 68.7512
maximum resident set size= 28093176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2628316
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= 94
involuntary context switches= 2990


# summary of solver processes directly reported to runsolver:
#   pid: 230146,230151
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3531.65
#   total CPU system time (s): 68.7512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31773 second user time and 17.8344 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-25 10:14:20
IDJOB=4459161
IDBENCH=178533
IDSOLVER=3063
FILE ID=nodeC023/4459161-1721895259
RUNJOBID= nodeC023-1721891213-227735
SLURM_JOB_ID= 8089348
Free space on /tmp= 889968 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_50.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459161-1721895259/watcher-4459161-1721895259 -o /tmp/evaluation-result-4459161-1721895259/solver-4459161-1721895259 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721891213-227735 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4459161-1721895259.opb

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

MD5SUM BENCH= 3762504243d867ee0a80bf59380bdaf6
RANDOM SEED=902007425

nodeC023.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		: 3683.662
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.85
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		: 3692.061
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.10
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.070
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.85
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.022
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.10
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		: 3626.121
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.85
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		: 3692.057
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.10
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		: 3685.101
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.85
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.133
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.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120589796 kB
MemAvailable:   123733460 kB
Buffers:          303228 kB
Cached:          3641888 kB
SwapCached:          208 kB
Active:          1588512 kB
Inactive:        8678388 kB
Active(anon):       2412 kB
Inactive(anon):  6371520 kB
Active(file):    1586100 kB
Inactive(file):  2306868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131053920 kB
Dirty:             88928 kB
Writeback:             0 kB
AnonPages:       6321380 kB
Mapped:           101440 kB
Shmem:             52148 kB
KReclaimable:     180684 kB
Slab:             297896 kB
SReclaimable:     180684 kB
SUnreclaim:       117212 kB
KernelStack:        4176 kB
PageTables:        21804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7118276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3956736 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:      410324 kB
DirectMap2M:    61229056 kB
DirectMap1G:    74448896 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC023 at 2024-07-25 11:14:30