Trace number 4519414

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 naps-1.03a6? (TO) 3600.03 3610.91

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
MD5SUMa8850f77d674f2f3b7ac0e06d3d8c373
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 benchmark741
Best CPU time to get the best result obtained on this benchmark203.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables935142
Total number of constraints56829
Number of constraints which are clauses28785
Number of constraints which are cardinality constraints (but not clauses)25194
Number of constraints which are nor clauses,nor cardinality constraints2850
Minimum length of a constraint35
Maximum length of a constraint40
Number of terms in the objective function 1482
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 1482
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1482
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c NaPS 1.03a6.
0.00/0.01	c Input file name: HOME/instance-4519414-1751554160.opb
18.22/18.33	c single stage optimization mode
3600.00/3610.90	c 
3600.00/3610.90	c *** TERMINATED *** by signal 15
3600.00/3610.90	s UNKNOWN
3600.00/3610.90	c _____________________________________________________________________________
3600.00/3610.90	c std/band forms        : 28044,0
3600.00/3610.90	c 2cl/3cl ITE-codings   : 0,0
3600.00/3610.90	c BDD/srt/adr Max costs : 0,610,0
3600.00/3610.90	c BDDraw/bin/mul/srt/adr: 0,0,0,28044,0
3600.00/3610.90	c BDD nodes             : 0
3600.00/3610.90	c Es1/CC detections     : 0,0
3600.00/3610.90	c CC sort               : 28044
3600.00/3610.90	c SAT/UNSAT calls       : 0,0
3600.00/3610.90	c regenrated variables  : 0
3600.00/3610.90	c eliminated fixed lits : 0
3600.00/3610.90	c goal lit flips        : 0
3600.00/3610.90	c goal stages           : 1
3600.00/3610.90	c goal shrink           : 0
3600.00/3610.90	c goal coeff separations: 0
3600.00/3610.90	c restarts              : 0
3600.00/3610.90	c conflicts             : 0              (0 /sec)
3600.00/3610.90	c decisions             : 0              (0 /sec)
3600.00/3610.90	c propagations          : 0              (0 /sec)
3600.00/3610.90	c inspects              : 0              (0 /sec)
3600.00/3610.90	c CPU time (solving tm) : 3595 s        (3579 s, SAT 0 s, UNSAT 0 s)
3600.00/3610.90	c Time for Opt-base     : 0.2768 s
3600.00/3610.90	c Steps for Opt-base    : 0
3600.00/3610.90	c Time for BDD coding   : 0 s
3600.00/3610.90	c Time for srt coding   : 5.981 s
3600.00/3610.90	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61858 MiB free)
  memory of node 1: 64465 MiB (62867 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519414-1751554160/watcher-4519414-1751554160 -o /tmp/evaluation-result-4519414-1751554160/solver-4519414-1751554160 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751550548-79625 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4519414-1751554160.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=80124, runsolver pid=80121

[startup+0.100065 s]*
/proc/loadavg: 4.09 4.11 4.05 5/272 80128
/proc/meminfo: memFree=127676388/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=15356 memory=13440 CPUtime=0.08 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 3231 0 0 0 8 0 0 0 20 0 1 0 71038520 15724544 3360 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 3839 3360 544 696 0 3000 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 19548 KiB
Current children cumulated memory: 16384 KiB

[startup+0.205636 s]*
/proc/loadavg: 4.09 4.11 4.05 5/272 80128
/proc/meminfo: memFree=127652700/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=27328 memory=24944 CPUtime=0.19 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 5995 0 0 0 18 1 0 0 20 0 1 0 71038520 27983872 6236 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 6832 6236 544 696 0 5993 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 31520 KiB
Current children cumulated memory: 27888 KiB

[startup+0.305541 s]*
/proc/loadavg: 4.09 4.11 4.05 5/272 80128
/proc/meminfo: memFree=127635060/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=43276 memory=41016 CPUtime=0.29 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 9255 0 0 0 27 2 0 0 20 0 1 0 71038520 44314624 10254 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 10819 10254 544 696 0 9980 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 47468 KiB
Current children cumulated memory: 43960 KiB

[startup+0.700209 s]
/proc/loadavg: 4.09 4.11 4.05 5/272 80128
/proc/meminfo: memFree=127600724/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=86388 memory=82748 CPUtime=0.67 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 17122 0 0 0 63 4 0 0 20 0 1 0 71038520 88461312 20687 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 21597 20687 544 696 0 20758 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 90580 KiB
Current children cumulated memory: 85692 KiB

[startup+1.50021 s]
/proc/loadavg: 4.09 4.11 4.05 5/272 80128
/proc/meminfo: memFree=127503824/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=175296 memory=170640 CPUtime=1.47 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 30415 0 0 0 140 7 0 0 20 0 1 0 71038520 179503104 42660 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 43824 42660 544 696 0 42985 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 179488 KiB
Current children cumulated memory: 173584 KiB

[startup+3.1054 s]
/proc/loadavg: 4.16 4.12 4.06 5/272 80128
/proc/meminfo: memFree=126952160/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=351872 memory=341152 CPUtime=3.07 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 51125 0 0 0 294 13 0 0 20 0 1 0 71038520 360316928 85288 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 87968 85288 544 696 0 87129 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 356064 KiB
Current children cumulated memory: 344096 KiB

[startup+6.3002 s]
/proc/loadavg: 4.16 4.12 4.06 5/272 80128
/proc/meminfo: memFree=125451156/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=908756 memory=771624 CPUtime=6.25 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 93354 0 0 0 597 28 0 0 20 0 1 0 71038520 930566144 192906 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 227189 192906 544 696 0 226350 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 912948 KiB
Current children cumulated memory: 774568 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.15 4.07 5/272 80176
/proc/meminfo: memFree=124470524/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=2142548 memory=2021272 CPUtime=12.64 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 183565 0 0 0 1192 72 0 0 20 0 1 0 71038520 2193969152 505318 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 535637 505318 544 696 0 534798 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2146740 KiB
Current children cumulated memory: 2024216 KiB

[startup+25.5002 s]
/proc/loadavg: 4.40 4.18 4.08 5/272 80176
/proc/meminfo: memFree=119354576/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=6948156 memory=6555448 CPUtime=25.4 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 466617 0 0 0 2307 233 0 0 20 0 1 0 71038520 7114911744 1638862 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1737039 1638862 608 696 0 1736200 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 6952348 KiB
Current children cumulated memory: 6558392 KiB

[startup+51.1055 s]
/proc/loadavg: 4.46 4.21 4.09 5/269 80177
/proc/meminfo: memFree=120258308/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=6295596 memory=5718524 CPUtime=50.93 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 472358 0 0 0 4806 287 0 0 20 0 1 0 71038520 6446690304 1429631 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1573899 1429631 608 696 0 1573060 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 6299788 KiB
Current children cumulated memory: 5721468 KiB

[startup+102.3 s]
/proc/loadavg: 4.25 4.19 4.09 5/269 80180
/proc/meminfo: memFree=122023000/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=4516244 memory=3817404 CPUtime=101.98 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 484355 0 0 0 9875 323 0 0 20 0 1 0 71038520 4624633856 954351 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1129061 954351 608 696 0 1128222 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 4520436 KiB
Current children cumulated memory: 3820348 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.17 4.09 5/270 80183
/proc/meminfo: memFree=121128572/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5635904 memory=4499124 CPUtime=161.82 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 489864 0 0 0 15823 359 0 0 20 0 1 0 71038520 5771165696 1124781 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1408976 1124781 608 696 0 1408137 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 5640096 KiB
Current children cumulated memory: 4502068 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.17 4.09 5/271 80186
/proc/meminfo: memFree=120796204/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5671796 memory=4563836 CPUtime=221.65 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 493579 0 0 0 21797 368 0 0 20 0 1 0 71038520 5807919104 1140959 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1417949 1140959 608 696 0 1417110 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 5675988 KiB

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

/proc/80128/statm: 1373220 1129542 608 696 0 1372381 0
Current children cumulated CPU time: 3092.88 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4521112 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 80342
/proc/meminfo: memFree=120650160/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4518168 CPUtime=3152.72 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 544059 0 0 0 314795 477 0 0 20 0 1 0 71038520 5624709120 1129542 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1129542 608 696 0 1372381 0
Current children cumulated CPU time: 3152.72 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4521112 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/267 80344
/proc/meminfo: memFree=120492372/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4518168 CPUtime=3212.54 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 544752 0 0 0 320777 477 0 0 20 0 1 0 71038520 5624709120 1129542 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1129542 608 696 0 1372381 0
Current children cumulated CPU time: 3212.54 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4521112 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/269 80350
/proc/meminfo: memFree=120618348/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4526360 CPUtime=3272.36 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 546135 0 0 0 326758 478 0 0 20 0 1 0 71038520 5624709120 1131590 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1131590 608 696 0 1372381 0
Current children cumulated CPU time: 3272.36 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4529304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 80356
/proc/meminfo: memFree=120524448/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4528408 CPUtime=3332.19 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 547448 0 0 0 332739 480 0 0 20 0 1 0 71038520 5624709120 1132102 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1132102 608 696 0 1372381 0
Current children cumulated CPU time: 3332.19 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4531352 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 80358
/proc/meminfo: memFree=120619928/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4530456 CPUtime=3392.02 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 548906 0 0 0 338721 481 0 0 20 0 1 0 71038520 5624709120 1132614 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1132614 608 696 0 1372381 0
Current children cumulated CPU time: 3392.02 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4533400 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/268 80360
/proc/meminfo: memFree=120527616/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4530456 CPUtime=3451.84 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 549956 0 0 0 344702 482 0 0 20 0 1 0 71038520 5624709120 1132614 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1132614 608 696 0 1372381 0
Current children cumulated CPU time: 3451.84 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4533400 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 80363
/proc/meminfo: memFree=120623008/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4530456 CPUtime=3511.67 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 550867 0 0 0 350684 483 0 0 20 0 1 0 71038520 5624709120 1132614 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1132614 608 696 0 1372381 0
Current children cumulated CPU time: 3511.67 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4533400 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/268 80365
/proc/meminfo: memFree=120368444/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4530456 CPUtime=3571.49 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 552646 0 0 0 356660 489 0 0 20 0 1 0 71038520 5624709120 1132614 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1132614 608 696 0 1372381 0
Current children cumulated CPU time: 3571.49 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4533400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 80374
/proc/meminfo: memFree=122859780/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4530456 CPUtime=3600 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 552953 0 0 0 359511 489 0 0 20 0 1 0 71038520 5624709120 1132614 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1132614 608 696 0 1372381 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4533400 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000982 s, system=0.002824 s

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

# cumulated CPU time of all completed processes:  user=3595.12 s, system=4.91287 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+3610.9 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 80374
/proc/meminfo: memFree=122859780/131250000 swapFree=33010684/33010684
[pid=80124] ppid=80121 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/80124/stat : 80124 (naps-1.03a6.sh) S 80121 80124 79615 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 71038519 4292608 736 18446744073709551615 93889923284992 93889924179525 140721939072624 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93889924418576 93889924466320 93889940066304 140721939081639 140721939081733 140721939081733 140721939087335 0
/proc/80124/statm: 1048 736 672 219 0 110 0
[pid=80128] ppid=80124 vsize=5492880 memory=4530456 CPUtime=3600 cores=0,2
/proc/80128/stat : 80128 (naps-1.03a6) R 80124 80124 79615 0 -1 4194304 552953 0 0 0 359511 489 0 0 20 0 1 0 71038520 5624709120 1132614 18446744073709551615 4198400 7047149 140723918787248 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 26456064 140723918793076 140723918793190 140723918793190 140723918798793 0
/proc/80128/statm: 1373220 1132614 608 696 0 1372381 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 5497072 KiB
Current children cumulated memory: 4533400 KiB

Child status: 10

Real time (s): 3610.91
CPU time (s): 3600.03
CPU user time (s): 3595.12
CPU system time (s): 4.91287
CPU usage (%): 99.6986
Max. virtual memory (cumulated for all children) (KiB): 6952348
Max. memory (cumulated for all children) (KiB): 6558392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.12
system time used= 4.91287
maximum resident set size= 6555448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553385
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= 291
involuntary context switches= 5046


# summary of solver processes directly reported to runsolver:
#   pid: 80124,80128
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3595.12
#   total CPU system time (s): 4.91287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1847 second user time and 16.7139 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-03 16:49:20
IDJOB=4519414
IDBENCH=177254
IDSOLVER=3341
FILE ID=nodeC028/4519414-1751554160
RUNJOBID= nodeC028-1751550548-79625
SLURM_JOB_ID= 9598731
Free space on /tmp= 431436 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519414-1751554160/watcher-4519414-1751554160 -o /tmp/evaluation-result-4519414-1751554160/solver-4519414-1751554160 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751550548-79625 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4519414-1751554160.opb

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

MD5SUM BENCH= a8850f77d674f2f3b7ac0e06d3d8c373
RANDOM SEED=1380349576

nodeC028 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.087
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3600.250
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3579.721
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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.084
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3600.067
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3600.086
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3602.814
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3596.828
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127724496 kB
MemAvailable:   129608564 kB
Buffers:            3280 kB
Cached:          2686100 kB
SwapCached:            0 kB
Active:           531508 kB
Inactive:        2376516 kB
Active(anon):     237040 kB
Inactive(anon):        0 kB
Active(file):     294468 kB
Inactive(file):  2376516 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48608 kB
Writeback:             0 kB
AnonPages:        221308 kB
Mapped:           111260 kB
Shmem:             18068 kB
KReclaimable:     104644 kB
Slab:             193792 kB
SReclaimable:     104644 kB
SUnreclaim:        89148 kB
KernelStack:        4336 kB
PageTables:         3412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     556616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431440 MiB
End job on nodeC028 at 2025-07-03 17:49:31