Trace number 4490786

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.19 3609.82

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM329db8d421c28e548757e1dbc8e6ec5f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark342
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
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.01	c NaPS 1.03a6.
0.00/0.01	c Input file name: HOME/instance-4490786-1751378821.opb
225.01/225.60	c goal1 is divided by 256
225.01/225.60	c multi stage optimization mode: 1-th step
3600.05/3609.70	c 
3600.05/3609.70	c *** TERMINATED *** by signal 15
3600.05/3609.70	s UNKNOWN
3600.05/3609.70	c _____________________________________________________________________________
3600.05/3609.70	c std/band forms        : 18,10830
3600.05/3609.70	c 2cl/3cl ITE-codings   : 29613983,1442157
3600.05/3609.70	c BDD/srt/adr Max costs : 2137,0,0
3600.05/3609.70	c BDDraw/bin/mul/srt/adr: 0,0,10848,0,0
3600.05/3609.70	c BDD nodes             : 37365192
3600.05/3609.70	c Es1/CC detections     : 0,0
3600.05/3609.70	c CC sort               : 0
3600.05/3609.70	c SAT/UNSAT calls       : 0,0
3600.05/3609.70	c regenrated variables  : 0
3600.05/3609.70	c eliminated fixed lits : 0
3600.05/3609.70	c goal lit flips        : 0
3600.05/3609.70	c goal stages           : 1
3600.05/3609.70	c goal shrink           : 1
3600.05/3609.70	c goal coeff separations: 0
3600.05/3609.70	c restarts              : 0
3600.05/3609.70	c conflicts             : 0              (0 /sec)
3600.05/3609.70	c decisions             : 0              (0 /sec)
3600.05/3609.70	c propagations          : 0              (0 /sec)
3600.05/3609.70	c inspects              : 0              (0 /sec)
3600.05/3609.70	c CPU time (solving tm) : 3585 s        (3364 s, SAT 0 s, UNSAT 0 s)
3600.05/3609.70	c Time for Opt-base     : 30.1 s
3600.05/3609.70	c Steps for Opt-base    : 98144049
3600.05/3609.70	c Time for BDD coding   : 198.8 s
3600.05/3609.70	c Time for srt coding   : 0 s
3600.05/3609.70	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62279 MiB free)
  memory of node 1: 64507 MiB (63821 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490786-1751378821/watcher-4490786-1751378821 -o /tmp/evaluation-result-4490786-1751378821/solver-4490786-1751378821 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751370904-56583 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4490786-1751378821.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=57951, runsolver pid=57948

[startup+0.100059 s]*
/proc/loadavg: 4.36 4.17 4.12 5/266 57955
/proc/meminfo: memFree=129126912/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=11108 memory=9472 CPUtime=0.08 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 1922 0 0 0 8 0 0 0 20 0 1 0 53562387 11374592 2368 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 2777 2368 544 696 0 1938 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 15300 KiB
Current children cumulated memory: 12416 KiB

[startup+0.205541 s]*
/proc/loadavg: 4.36 4.17 4.12 5/266 57955
/proc/meminfo: memFree=129111792/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=19816 memory=18176 CPUtime=0.19 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 4095 0 0 0 19 0 0 0 20 0 1 0 53562387 20291584 4544 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 4954 4544 544 696 0 4115 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 24008 KiB
Current children cumulated memory: 21120 KiB

[startup+0.305442 s]*
/proc/loadavg: 4.36 4.17 4.12 6/266 57955
/proc/meminfo: memFree=129103728/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=28176 memory=26496 CPUtime=0.28 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 6150 0 0 0 28 0 0 0 20 0 1 0 53562387 28852224 6624 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 7044 6624 544 696 0 6205 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 32368 KiB
Current children cumulated memory: 29440 KiB

[startup+0.700218 s]
/proc/loadavg: 4.36 4.17 4.12 5/266 57955
/proc/meminfo: memFree=129087600/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=60144 memory=58496 CPUtime=0.67 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 14154 0 0 0 66 1 0 0 20 0 1 0 53562387 61587456 14624 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 15036 14624 544 696 0 14197 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 64336 KiB
Current children cumulated memory: 61440 KiB

[startup+1.5002 s]
/proc/loadavg: 4.36 4.17 4.12 5/266 57955
/proc/meminfo: memFree=129047032/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=126588 memory=124672 CPUtime=1.47 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 30749 0 0 0 143 4 0 0 20 0 1 0 53562387 129626112 31168 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 31647 31168 544 696 0 30808 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 130780 KiB
Current children cumulated memory: 127616 KiB

[startup+3.1053 s]
/proc/loadavg: 4.36 4.17 4.12 5/266 57955
/proc/meminfo: memFree=128997784/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=140480 memory=138068 CPUtime=3.06 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 34686 0 0 0 302 4 0 0 20 0 1 0 53562387 143851520 34517 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 35120 34517 544 696 0 34281 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 144672 KiB
Current children cumulated memory: 141012 KiB

[startup+6.30019 s]
/proc/loadavg: 4.33 4.17 4.11 5/266 57955
/proc/meminfo: memFree=128982112/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=161684 memory=157164 CPUtime=6.26 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 38882 0 0 0 620 6 0 0 20 0 1 0 53562387 165564416 39291 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 40421 39291 544 696 0 39582 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 165876 KiB
Current children cumulated memory: 160108 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.16 4.11 5/266 57955
/proc/meminfo: memFree=128950104/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=197016 memory=191424 CPUtime=12.64 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 43947 0 0 0 1256 8 0 0 20 0 1 0 53562387 201744384 47856 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 49254 47856 544 696 0 48415 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 201208 KiB
Current children cumulated memory: 194368 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.17 4.12 5/266 57955
/proc/meminfo: memFree=128879236/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=256400 memory=254040 CPUtime=25.41 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 52629 0 0 0 2530 11 0 0 20 0 1 0 53562387 262553600 63510 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 64100 63510 544 696 0 63261 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 260592 KiB
Current children cumulated memory: 256984 KiB

[startup+51.1054 s]
/proc/loadavg: 4.27 4.17 4.12 5/266 57956
/proc/meminfo: memFree=128753016/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=391064 memory=383008 CPUtime=50.95 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 68844 0 0 0 5077 18 0 0 20 0 1 0 53562387 400449536 95752 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 97766 95752 544 696 0 96927 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 395256 KiB
Current children cumulated memory: 385952 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/267 57959
/proc/meminfo: memFree=128485984/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=668736 memory=639360 CPUtime=102.01 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 98968 0 0 0 10170 31 0 0 20 0 1 0 53562387 684785664 159840 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 167184 159840 544 696 0 166345 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 672928 KiB
Current children cumulated memory: 642304 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/268 57964
/proc/meminfo: memFree=128112792/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=1041016 memory=1007168 CPUtime=161.87 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 133693 0 0 0 16135 52 0 0 20 0 1 0 53562387 1066000384 251792 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 260254 251792 544 696 0 259415 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 1045208 KiB
Current children cumulated memory: 1010112 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/268 57968
/proc/meminfo: memFree=118570032/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=10947092 memory=10590844 CPUtime=221.71 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 1466381 0 0 0 21775 396 0 0 20 0 1 0 53562387 11209822208 2647711 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 2736773 2647711 576 696 0 2735934 0
Current children cumulated CPU time: 221.71 s

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

[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15458828 memory=14446460 CPUtime=3094.28 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2059224 0 0 0 308138 1290 0 0 20 0 1 0 53562387 15829839872 3611615 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3864707 3611615 640 696 0 3863868 0
Current children cumulated CPU time: 3094.28 s
Current children cumulated vsize: 15463020 KiB
Current children cumulated memory: 14449404 KiB

[startup+3162.3 s]
/proc/loadavg: 2.14 2.99 3.62 3/254 58165
/proc/meminfo: memFree=114917272/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15458828 memory=14446460 CPUtime=3154.08 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2063232 0 0 0 314117 1291 0 0 20 0 1 0 53562387 15829839872 3611615 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3864707 3611615 640 696 0 3863868 0
Current children cumulated CPU time: 3154.08 s
Current children cumulated vsize: 15463020 KiB
Current children cumulated memory: 14449404 KiB

[startup+3222.3 s]
/proc/loadavg: 2.11 2.82 3.52 3/253 58167
/proc/meminfo: memFree=114919308/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15458828 memory=14446460 CPUtime=3213.88 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2067242 0 0 0 320097 1291 0 0 20 0 1 0 53562387 15829839872 3611615 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3864707 3611615 640 696 0 3863868 0
Current children cumulated CPU time: 3213.88 s
Current children cumulated vsize: 15463020 KiB
Current children cumulated memory: 14449404 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.69 3.43 3/253 58180
/proc/meminfo: memFree=114911100/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15458828 memory=14446460 CPUtime=3273.69 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2071234 0 0 0 326077 1292 0 0 20 0 1 0 53562387 15829839872 3611615 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3864707 3611615 640 696 0 3863868 0
Current children cumulated CPU time: 3273.69 s
Current children cumulated vsize: 15463020 KiB
Current children cumulated memory: 14449404 KiB

[startup+3342.3 s]
/proc/loadavg: 2.06 2.57 3.34 3/254 58182
/proc/meminfo: memFree=112537524/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=17824740 memory=16812336 CPUtime=3333.5 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2077435 0 0 0 332013 1337 0 0 20 0 1 0 53562387 18252533760 4203084 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 4456185 4203084 640 696 0 4455346 0
Current children cumulated CPU time: 3333.5 s
Current children cumulated vsize: 17828932 KiB
Current children cumulated memory: 16815280 KiB

[startup+3402.3 s]
/proc/loadavg: 2.07 2.48 3.26 3/253 58183
/proc/meminfo: memFree=114893428/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15459092 memory=14446724 CPUtime=3393.3 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2080069 0 0 0 337982 1348 0 0 20 0 1 0 53562387 15830110208 3611681 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3864773 3611681 640 696 0 3863934 0
Current children cumulated CPU time: 3393.3 s
Current children cumulated vsize: 15463284 KiB
Current children cumulated memory: 14449668 KiB

[startup+3462.3 s]
/proc/loadavg: 2.49 2.50 3.22 3/253 58189
/proc/meminfo: memFree=114914772/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15459092 memory=14446724 CPUtime=3453.1 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2086459 0 0 0 343897 1413 0 0 20 0 1 0 53562387 15830110208 3611681 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3864773 3611681 640 696 0 3863934 0
Current children cumulated CPU time: 3453.1 s
Current children cumulated vsize: 15463284 KiB
Current children cumulated memory: 14449668 KiB

[startup+3522.3 s]
/proc/loadavg: 2.24 2.43 3.14 3/253 58191
/proc/meminfo: memFree=114598932/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15748660 memory=14736292 CPUtime=3512.91 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2090896 0 0 0 349857 1434 0 0 20 0 1 0 53562387 16126627840 3684073 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3937165 3684073 640 696 0 3936326 0
Current children cumulated CPU time: 3512.91 s
Current children cumulated vsize: 15752852 KiB
Current children cumulated memory: 14739236 KiB

[startup+3582.3 s]
/proc/loadavg: 1.64 2.24 3.03 2/246 58224
/proc/meminfo: memFree=115118452/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15459092 memory=14455428 CPUtime=3572.74 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2098761 0 0 0 355777 1497 0 0 20 0 1 0 53562387 15830110208 3613857 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3864773 3613857 640 696 0 3863934 0
Current children cumulated CPU time: 3572.74 s
Current children cumulated vsize: 15463284 KiB
Current children cumulated memory: 14458372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 1.48 2.15 2.98 2/246 58226
/proc/meminfo: memFree=115100236/131250000 swapFree=33010684/33010684
[pid=57951] ppid=57948 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/57951/stat : 57951 (naps-1.03a6.sh) S 57948 57951 56571 0 -1 4194304 230 202 0 0 0 0 0 0 20 0 1 0 53562386 4292608 736 18446744073709551615 94798237622272 94798238516805 140731332110800 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94798238755856 94798238803600 94798248144896 140731332118951 140731332119045 140731332119045 140731332124647 0
/proc/57951/statm: 1048 736 672 219 0 110 0
[pid=57955] ppid=57951 vsize=15457560 memory=14451888 CPUtime=3600.05 cores=1,3
/proc/57955/stat : 57955 (naps-1.03a6) R 57951 57951 56571 0 -1 4194304 2102552 0 0 0 358475 1530 0 0 20 0 1 0 53562387 15828541440 3612972 18446744073709551615 4198400 7047149 140733782353952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 12517376 140733782358388 140733782358502 140733782358502 140733782364105 0
/proc/57955/statm: 3864390 3612972 640 696 0 3863551 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 15461752 KiB
Current children cumulated memory: 14454832 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.002312 s, system=0.001773 s
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3584.76 s, system=15.4321 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.8 s]*
/proc/loadavg: 1.44 2.13 2.97 2/245 58226
/proc/meminfo: memFree=124292268/131250000 swapFree=33010684/33010684
Current cumulated CPU time of completed processes: 0.004085 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.82
CPU time (s): 3600.19
CPU user time (s): 3584.76
CPU system time (s): 15.4321
CPU usage (%): 99.733
Max. virtual memory (cumulated for all children) (KiB): 19247124
Max. memory (cumulated for all children) (KiB): 18395668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.76
system time used= 15.4321
maximum resident set size= 18392724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2102985
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= 627
involuntary context switches= 6174


# summary of solver processes directly reported to runsolver:
#   pid: 57951,57955
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3584.76
#   total CPU system time (s): 15.4321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27833 second user time and 16.61 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-01 16:07:01
IDJOB=4490786
IDBENCH=147620
IDSOLVER=3341
FILE ID=nodeC013/4490786-1751378821
RUNJOBID= nodeC013-1751370904-56583
SLURM_JOB_ID= 9598192
Free space on /tmp= 433040 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490786-1751378821/watcher-4490786-1751378821 -o /tmp/evaluation-result-4490786-1751378821/solver-4490786-1751378821 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751370904-56583 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4490786-1751378821.opb

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

MD5SUM BENCH= 329db8d421c28e548757e1dbc8e6ec5f
RANDOM SEED=2141186981

nodeC013 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		: 3599.829
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	: 6999.67
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.204
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	: 6999.67
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.873
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	: 6999.67
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		: 3599.727
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	: 6999.67
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		: 3599.719
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	: 6999.67
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		: 3599.835
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	: 6999.67
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		: 3609.407
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	: 6999.67
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.545
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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129127604 kB
MemAvailable:   129275752 kB
Buffers:            3280 kB
Cached:           948592 kB
SwapCached:            0 kB
Active:           814832 kB
Inactive:         704956 kB
Active(anon):     581200 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   704956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11684 kB
Writeback:             0 kB
AnonPages:        571052 kB
Mapped:           106836 kB
Shmem:             13284 kB
KReclaimable:      97196 kB
Slab:             184732 kB
SReclaimable:      97196 kB
SUnreclaim:        87536 kB
KernelStack:        4288 kB
PageTables:         4164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     888588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-07-01 17:07:11