Trace number 4505576

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 3611.61

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM6f676becb9e8baff21bbed56e9641b4e
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 benchmark15505131
Best CPU time to get the best result obtained on this benchmark71294.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
Number of bits of the biggest sum of numbers38
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-4505576-1751461217.opb
37.76/37.92	c single stage optimization mode
3600.01/3611.60	c 
3600.01/3611.60	c *** TERMINATED *** by signal 15
3600.01/3611.60	s UNKNOWN
3600.01/3611.60	c _____________________________________________________________________________
3600.01/3611.60	c std/band forms        : 985357,0
3600.01/3611.60	c 2cl/3cl ITE-codings   : 357594,0
3600.01/3611.60	c BDD/srt/adr Max costs : 1659,467835,0
3600.01/3611.60	c BDDraw/bin/mul/srt/adr: 985350,0,0,7,0
3600.01/3611.60	c BDD nodes             : 4306943
3600.01/3611.60	c Es1/CC detections     : 0,0
3600.01/3611.60	c CC sort               : 4
3600.01/3611.60	c SAT/UNSAT calls       : 0,0
3600.01/3611.60	c regenrated variables  : 0
3600.01/3611.60	c eliminated fixed lits : 300
3600.01/3611.60	c goal lit flips        : 0
3600.01/3611.60	c goal stages           : 1
3600.01/3611.60	c goal shrink           : 0
3600.01/3611.60	c goal coeff separations: 5132
3600.01/3611.60	c restarts              : 0
3600.01/3611.60	c conflicts             : 0              (0 /sec)
3600.01/3611.60	c decisions             : 0              (0 /sec)
3600.01/3611.60	c propagations          : 0              (0 /sec)
3600.01/3611.60	c inspects              : 0              (0 /sec)
3600.01/3611.60	c CPU time (solving tm) : 3595 s        (3559 s, SAT 0 s, UNSAT 0 s)
3600.01/3611.60	c Time for Opt-base     : 0.00239 s
3600.01/3611.60	c Steps for Opt-base    : 0
3600.01/3611.60	c Time for BDD coding   : 11.92 s
3600.01/3611.60	c Time for srt coding   : 0.302 s
3600.01/3611.60	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 (58003 MiB free)
  memory of node 1: 64465 MiB (58824 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505576-1751461217/watcher-4505576-1751461217 -o /tmp/evaluation-result-4505576-1751461217/solver-4505576-1751461217 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751453988-62948 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4505576-1751461217.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=63856, runsolver pid=63847

[startup+0.100068 s]*
/proc/loadavg: 4.15 4.10 4.11 5/268 63860
/proc/meminfo: memFree=119618804/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=20900 memory=17696 CPUtime=0.07 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 4251 0 0 0 7 0 0 0 20 0 1 0 61800459 21401600 4424 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 5225 4424 544 696 0 4386 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 25092 KiB
Current children cumulated memory: 20384 KiB

[startup+0.205725 s]*
/proc/loadavg: 4.15 4.10 4.11 5/268 63860
/proc/meminfo: memFree=119610992/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=24964 memory=22868 CPUtime=0.17 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 5947 0 0 0 17 0 0 0 20 0 1 0 61800459 25563136 5717 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 6241 5717 544 696 0 5402 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 29156 KiB
Current children cumulated memory: 25556 KiB

[startup+0.305708 s]*
/proc/loadavg: 4.15 4.10 4.11 5/268 63860
/proc/meminfo: memFree=119595696/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=31440 memory=29396 CPUtime=0.28 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 7559 0 0 0 27 1 0 0 20 0 1 0 61800459 32194560 7349 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 7860 7349 544 696 0 7021 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 35632 KiB
Current children cumulated memory: 32084 KiB

[startup+0.700214 s]
/proc/loadavg: 4.15 4.10 4.11 5/268 63860
/proc/meminfo: memFree=119579568/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=64060 memory=61800 CPUtime=0.66 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 15828 0 0 0 64 2 0 0 20 0 1 0 61800459 65597440 15450 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 16015 15450 544 696 0 15176 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 68252 KiB
Current children cumulated memory: 64488 KiB

[startup+1.50021 s]
/proc/loadavg: 4.15 4.10 4.11 5/268 63860
/proc/meminfo: memFree=119434920/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=178772 memory=175784 CPUtime=1.46 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 43455 0 0 0 139 7 0 0 20 0 1 0 61800459 183062528 43946 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 44693 43946 544 696 0 43854 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 182964 KiB
Current children cumulated memory: 178472 KiB

[startup+3.1055 s]
/proc/loadavg: 4.15 4.10 4.11 5/268 63860
/proc/meminfo: memFree=118871452/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=405604 memory=402396 CPUtime=3.07 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 99374 0 0 0 291 16 0 0 20 0 1 0 61800459 415338496 100599 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 101401 100599 544 696 0 100562 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 409796 KiB
Current children cumulated memory: 405084 KiB

[startup+6.3002 s]
/proc/loadavg: 4.13 4.10 4.11 5/268 63860
/proc/meminfo: memFree=118009100/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=858548 memory=853556 CPUtime=6.25 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 209187 0 0 0 591 34 0 0 20 0 1 0 61800459 879153152 213389 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 214637 213389 544 696 0 213798 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 862740 KiB
Current children cumulated memory: 856244 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.12 4.12 5/268 63860
/proc/meminfo: memFree=117422536/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=1121184 memory=1113368 CPUtime=12.64 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 246561 0 0 0 1217 47 0 0 20 0 1 0 61800459 1148092416 278342 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 280296 278342 544 696 0 279457 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1125376 KiB
Current children cumulated memory: 1116056 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.11 4.11 5/268 63860
/proc/meminfo: memFree=116534136/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=1557452 memory=1550544 CPUtime=25.4 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 312506 0 0 0 2443 97 0 0 20 0 1 0 61800459 1594830848 387636 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 389363 387636 544 696 0 388524 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1561644 KiB
Current children cumulated memory: 1553232 KiB

[startup+51.1056 s]
/proc/loadavg: 4.10 4.10 4.11 5/267 63872
/proc/meminfo: memFree=115355036/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2211720 memory=2121084 CPUtime=50.93 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 323287 0 0 0 4883 210 0 0 20 0 1 0 61800459 2264801280 530271 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 552930 530271 608 696 0 552091 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2215912 KiB
Current children cumulated memory: 2123772 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/267 63874
/proc/meminfo: memFree=114674368/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2717700 memory=2512000 CPUtime=101.95 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 346141 0 0 0 9932 263 0 0 20 0 1 0 61800459 2782924800 628000 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679425 628000 608 696 0 678586 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 2721892 KiB
Current children cumulated memory: 2514688 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.10 5/267 63924
/proc/meminfo: memFree=117047080/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2708656 memory=2507052 CPUtime=161.74 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 353078 0 0 0 15887 287 0 0 20 0 1 0 61800459 2773663744 626763 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 677164 626763 608 696 0 676325 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 2712848 KiB
Current children cumulated memory: 2509740 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.10 4.10 5/267 63926
/proc/meminfo: memFree=105641212/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2684568 memory=2526332 CPUtime=221.55 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 362360 0 0 0 21851 304 0 0 20 0 1 0 61800459 2748997632 631583 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 671142 631583 608 696 0 670303 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 2688760 KiB

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

/proc/63860/statm: 679506 640459 608 696 0 678667 0
Current children cumulated CPU time: 3032.41 s
Current children cumulated vsize: 2722216 KiB
Current children cumulated memory: 2564524 KiB

[startup+3102.3 s]
/proc/loadavg: 4.21 4.18 4.12 5/267 64170
/proc/meminfo: memFree=95054732/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718024 memory=2561836 CPUtime=3092.23 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 407333 0 0 0 308741 482 0 0 20 0 1 0 61800459 2783256576 640459 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679506 640459 608 696 0 678667 0
Current children cumulated CPU time: 3092.23 s
Current children cumulated vsize: 2722216 KiB
Current children cumulated memory: 2564524 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.16 4.11 5/266 64171
/proc/meminfo: memFree=94089648/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718024 memory=2561836 CPUtime=3152.03 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 407875 0 0 0 314721 482 0 0 20 0 1 0 61800459 2783256576 640459 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679506 640459 608 696 0 678667 0
Current children cumulated CPU time: 3152.03 s
Current children cumulated vsize: 2722216 KiB
Current children cumulated memory: 2564524 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.14 4.11 5/266 64173
/proc/meminfo: memFree=95872684/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718192 memory=2562004 CPUtime=3211.84 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 408843 0 0 0 320698 486 0 0 20 0 1 0 61800459 2783428608 640501 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679548 640501 608 696 0 678709 0
Current children cumulated CPU time: 3211.84 s
Current children cumulated vsize: 2722384 KiB
Current children cumulated memory: 2564692 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/266 64175
/proc/meminfo: memFree=96124472/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718192 memory=2563796 CPUtime=3271.67 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 409429 0 0 0 326680 487 0 0 20 0 1 0 61800459 2783428608 640949 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679548 640949 608 696 0 678709 0
Current children cumulated CPU time: 3271.67 s
Current children cumulated vsize: 2722384 KiB
Current children cumulated memory: 2566484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.12 4.09 5/267 64180
/proc/meminfo: memFree=95669196/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718192 memory=2563796 CPUtime=3331.5 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 409550 0 0 0 332663 487 0 0 20 0 1 0 61800459 2783428608 640949 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679548 640949 608 696 0 678709 0
Current children cumulated CPU time: 3331.5 s
Current children cumulated vsize: 2722384 KiB
Current children cumulated memory: 2566484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 64187
/proc/meminfo: memFree=96101300/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718192 memory=2565716 CPUtime=3391.32 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 410250 0 0 0 338645 487 0 0 20 0 1 0 61800459 2783428608 641429 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679548 641429 608 696 0 678709 0
Current children cumulated CPU time: 3391.32 s
Current children cumulated vsize: 2722384 KiB
Current children cumulated memory: 2568404 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 64189
/proc/meminfo: memFree=96139844/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718192 memory=2565716 CPUtime=3451.15 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 410251 0 0 0 344628 487 0 0 20 0 1 0 61800459 2783428608 641429 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679548 641429 608 696 0 678709 0
Current children cumulated CPU time: 3451.15 s
Current children cumulated vsize: 2722384 KiB
Current children cumulated memory: 2568404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/268 64191
/proc/meminfo: memFree=96271796/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718192 memory=2565716 CPUtime=3510.97 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 410950 0 0 0 350610 487 0 0 20 0 1 0 61800459 2783428608 641429 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679548 641429 608 696 0 678709 0
Current children cumulated CPU time: 3510.97 s
Current children cumulated vsize: 2722384 KiB
Current children cumulated memory: 2568404 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 64193
/proc/meminfo: memFree=96261048/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718552 memory=2566076 CPUtime=3570.79 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 411960 0 0 0 356588 491 0 0 20 0 1 0 61800459 2783797248 641519 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679638 641519 608 696 0 678799 0
Current children cumulated CPU time: 3570.79 s
Current children cumulated vsize: 2722744 KiB
Current children cumulated memory: 2568764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 4.13 4.11 4.09 4/263 64202
/proc/meminfo: memFree=98749248/131250000 swapFree=33010684/33010684
[pid=63856] ppid=63847 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/63856/stat : 63856 (naps-1.03a6.sh) S 63847 63856 62937 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 61800458 4292608 672 18446744073709551615 94297133613056 94297134507589 140733068494720 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94297134746640 94297134794384 94297153171456 140733068503463 140733068503557 140733068503557 140733068509159 0
/proc/63856/statm: 1048 672 640 219 0 110 0
[pid=63860] ppid=63856 vsize=2718552 memory=2566204 CPUtime=3600.01 cores=4,6
/proc/63860/stat : 63860 (naps-1.03a6) R 63856 63856 62937 0 -1 4194304 412414 0 0 0 359509 492 0 0 20 0 1 0 61800459 2783797248 641551 18446744073709551615 4198400 7047149 140724939802880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 29990912 140724939807092 140724939807206 140724939807206 140724939812809 0
/proc/63860/statm: 679638 641551 608 696 0 678799 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2722744 KiB
Current children cumulated memory: 2568892 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001778 s, system=0.002754 s

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

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

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

Child status: 10

Real time (s): 3611.61
CPU time (s): 3600.03
CPU user time (s): 3595.1
CPU system time (s): 4.93155
CPU usage (%): 99.6795
Max. virtual memory (cumulated for all children) (KiB): 3147468
Max. memory (cumulated for all children) (KiB): 2955088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.1
system time used= 4.93155
maximum resident set size= 2952400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412847
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= 476
involuntary context switches= 1678


# summary of solver processes directly reported to runsolver:
#   pid: 63856,63860
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3595.1
#   total CPU system time (s): 4.93155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.16304 second user time and 17.3804 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-02 15:00:18
IDJOB=4505576
IDBENCH=155761
IDSOLVER=3341
FILE ID=nodeC026/4505576-1751461217
RUNJOBID= nodeC026-1751453988-62948
SLURM_JOB_ID= 9598444
Free space on /tmp= 430552 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_ic.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505576-1751461217/watcher-4505576-1751461217 -o /tmp/evaluation-result-4505576-1751461217/solver-4505576-1751461217 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751453988-62948 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4505576-1751461217.opb

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

MD5SUM BENCH= 6f676becb9e8baff21bbed56e9641b4e
RANDOM SEED=1876884915

nodeC026 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.871
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.59
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		: 3599.719
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.59
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		: 3689.414
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.59
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.870
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.59
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.075
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.59
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.798
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.59
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		: 3599.793
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.59
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		: 3599.195
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119631872 kB
MemAvailable:   124695032 kB
Buffers:            3280 kB
Cached:          5857980 kB
SwapCached:            0 kB
Active:          5368584 kB
Inactive:        5587080 kB
Active(anon):    5112496 kB
Inactive(anon):        0 kB
Active(file):     256088 kB
Inactive(file):  5587080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            210700 kB
Writeback:             0 kB
AnonPages:       5097568 kB
Mapped:           109796 kB
Shmem:             18080 kB
KReclaimable:     118460 kB
Slab:             207892 kB
SReclaimable:     118460 kB
SUnreclaim:        89432 kB
KernelStack:        4304 kB
PageTables:        13136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5711280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2377728 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430308 MiB
End job on nodeC026 at 2025-07-02 16:00:30