Trace number 4505162

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.09 3611.61

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_ic.opb
MD5SUM88b39ea3a8b75d01f2291d1517c942c1
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 benchmark14112257
Best CPU time to get the best result obtained on this benchmark71204
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 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 187029967016
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 187029967016
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-4505162-1751457603.opb
37.68/37.82	c single stage optimization mode
3600.06/3611.60	c 
3600.06/3611.60	c *** TERMINATED *** by signal 15
3600.06/3611.60	s UNKNOWN
3600.06/3611.60	c _____________________________________________________________________________
3600.06/3611.60	c std/band forms        : 985357,0
3600.06/3611.60	c 2cl/3cl ITE-codings   : 357594,0
3600.06/3611.60	c BDD/srt/adr Max costs : 1659,467835,0
3600.06/3611.60	c BDDraw/bin/mul/srt/adr: 985350,0,0,7,0
3600.06/3611.60	c BDD nodes             : 4306943
3600.06/3611.60	c Es1/CC detections     : 0,0
3600.06/3611.60	c CC sort               : 4
3600.06/3611.60	c SAT/UNSAT calls       : 0,0
3600.06/3611.60	c regenrated variables  : 0
3600.06/3611.60	c eliminated fixed lits : 300
3600.06/3611.60	c goal lit flips        : 0
3600.06/3611.60	c goal stages           : 1
3600.06/3611.60	c goal shrink           : 0
3600.06/3611.60	c goal coeff separations: 5076
3600.06/3611.60	c restarts              : 0
3600.06/3611.60	c conflicts             : 0              (0 /sec)
3600.06/3611.60	c decisions             : 0              (0 /sec)
3600.06/3611.60	c propagations          : 0              (0 /sec)
3600.06/3611.60	c inspects              : 0              (0 /sec)
3600.06/3611.60	c CPU time (solving tm) : 3595 s        (3559 s, SAT 0 s, UNSAT 0 s)
3600.06/3611.60	c Time for Opt-base     : 0.002395 s
3600.06/3611.60	c Steps for Opt-base    : 0
3600.06/3611.60	c Time for BDD coding   : 11.93 s
3600.06/3611.60	c Time for srt coding   : 0.3199 s
3600.06/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 (48656 MiB free)
  memory of node 1: 64465 MiB (55378 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505162-1751457603/watcher-4505162-1751457603 -o /tmp/evaluation-result-4505162-1751457603/solver-4505162-1751457603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751453988-62948 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4505162-1751457603.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=63475, runsolver pid=63472

[startup+0.100061 s]*
/proc/loadavg: 4.11 4.15 4.09 5/266 63491
/proc/meminfo: memFree=106514356/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=21956 memory=20180 CPUtime=0.07 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 5231 0 0 0 7 0 0 0 20 0 1 0 61439030 22482944 5045 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 5489 5045 544 696 0 4650 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 26148 KiB
Current children cumulated memory: 23252 KiB

[startup+0.205734 s]*
/proc/loadavg: 4.11 4.15 4.09 5/266 63491
/proc/meminfo: memFree=106494796/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=26756 memory=24788 CPUtime=0.18 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 6390 0 0 0 18 0 0 0 20 0 1 0 61439030 27398144 6197 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 6689 6197 544 696 0 5850 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 30948 KiB
Current children cumulated memory: 27860 KiB

[startup+0.305579 s]*
/proc/loadavg: 4.11 4.15 4.09 5/266 63491
/proc/meminfo: memFree=106486984/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=32052 memory=29908 CPUtime=0.29 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 7671 0 0 0 28 1 0 0 20 0 1 0 61439030 32821248 7477 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 8013 7477 544 696 0 7174 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 36244 KiB
Current children cumulated memory: 32980 KiB

[startup+0.700226 s]
/proc/loadavg: 4.11 4.15 4.09 5/266 63491
/proc/meminfo: memFree=106466320/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=67288 memory=65016 CPUtime=0.67 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 16605 0 0 0 64 3 0 0 20 0 1 0 61439030 68902912 16254 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 16822 16254 544 696 0 15983 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 71480 KiB
Current children cumulated memory: 68088 KiB

[startup+1.50021 s]
/proc/loadavg: 4.11 4.15 4.09 5/266 63491
/proc/meminfo: memFree=106332196/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=182504 memory=179748 CPUtime=1.46 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 45428 0 0 0 138 8 0 0 20 0 1 0 61439030 186884096 44937 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 45626 44937 544 696 0 44787 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 186696 KiB
Current children cumulated memory: 182820 KiB

[startup+3.10539 s]
/proc/loadavg: 4.10 4.14 4.09 5/266 63491
/proc/meminfo: memFree=105755284/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=410872 memory=407764 CPUtime=3.07 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 101727 0 0 0 288 19 0 0 20 0 1 0 61439030 420732928 101941 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 102718 101941 544 696 0 101879 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 415064 KiB
Current children cumulated memory: 410836 KiB

[startup+6.3002 s]
/proc/loadavg: 4.10 4.14 4.09 5/266 63491
/proc/meminfo: memFree=104868596/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=866656 memory=861564 CPUtime=6.26 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 213192 0 0 0 587 39 0 0 20 0 1 0 61439030 887455744 215391 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 216664 215391 544 696 0 215825 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 870848 KiB
Current children cumulated memory: 864636 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.16 4.10 5/266 63491
/proc/meminfo: memFree=103308352/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=1121844 memory=1114396 CPUtime=12.64 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 247833 0 0 0 1212 52 0 0 20 0 1 0 61439030 1148768256 278599 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 280461 278599 544 696 0 279622 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1126036 KiB
Current children cumulated memory: 1117468 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.15 4.09 5/266 63492
/proc/meminfo: memFree=104476876/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=1557412 memory=1549592 CPUtime=25.41 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 313737 0 0 0 2433 108 0 0 20 0 1 0 61439030 1594789888 387398 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 389353 387398 576 696 0 388514 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1561604 KiB
Current children cumulated memory: 1552664 KiB

[startup+51.1056 s]
/proc/loadavg: 4.16 4.15 4.09 5/266 63492
/proc/meminfo: memFree=104455812/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2211680 memory=2121548 CPUtime=50.94 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 325741 0 0 0 4877 217 0 0 20 0 1 0 61439030 2264760320 530387 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 552920 530387 608 696 0 552081 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2215872 KiB
Current children cumulated memory: 2124620 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/266 63505
/proc/meminfo: memFree=103780968/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2724276 memory=2513316 CPUtime=101.98 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 349390 0 0 0 9931 267 0 0 20 0 1 0 61439030 2789658624 628329 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 681069 628329 640 696 0 680230 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2728468 KiB
Current children cumulated memory: 2516388 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/266 63555
/proc/meminfo: memFree=113454892/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2715232 memory=2508368 CPUtime=161.78 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 355831 0 0 0 15889 289 0 0 20 0 1 0 61439030 2780397568 627092 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 678808 627092 640 696 0 677969 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2719424 KiB
Current children cumulated memory: 2511440 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/267 63560
/proc/meminfo: memFree=111242420/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2711028 memory=2555856 CPUtime=221.59 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 366237 0 0 0 21853 306 0 0 20 0 1 0 61439030 2776092672 638964 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 677757 638964 640 696 0 676918 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 2715220 KiB

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

/proc/63479/statm: 686163 648686 640 696 0 685324 0
Current children cumulated CPU time: 3032.51 s
Current children cumulated vsize: 2748844 KiB
Current children cumulated memory: 2597816 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/267 63740
/proc/meminfo: memFree=114602144/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2744652 memory=2594744 CPUtime=3092.32 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 409637 0 0 0 308740 492 0 0 20 0 1 0 61439030 2810523648 648686 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686163 648686 640 696 0 685324 0
Current children cumulated CPU time: 3092.32 s
Current children cumulated vsize: 2748844 KiB
Current children cumulated memory: 2597816 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/267 63742
/proc/meminfo: memFree=114555320/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2744652 memory=2594744 CPUtime=3152.14 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 409805 0 0 0 314721 493 0 0 20 0 1 0 61439030 2810523648 648686 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686163 648686 640 696 0 685324 0
Current children cumulated CPU time: 3152.14 s
Current children cumulated vsize: 2748844 KiB
Current children cumulated memory: 2597816 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.13 4.14 5/267 63744
/proc/meminfo: memFree=114570204/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2744652 memory=2594744 CPUtime=3211.95 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 410390 0 0 0 320702 493 0 0 20 0 1 0 61439030 2810523648 648686 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686163 648686 640 696 0 685324 0
Current children cumulated CPU time: 3211.95 s
Current children cumulated vsize: 2748844 KiB
Current children cumulated memory: 2597816 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.12 4.14 5/267 63748
/proc/meminfo: memFree=114620472/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2744652 memory=2594744 CPUtime=3271.77 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 410520 0 0 0 326683 494 0 0 20 0 1 0 61439030 2810523648 648686 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686163 648686 640 696 0 685324 0
Current children cumulated CPU time: 3271.77 s
Current children cumulated vsize: 2748844 KiB
Current children cumulated memory: 2597816 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/267 63755
/proc/meminfo: memFree=114631256/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2744652 memory=2594744 CPUtime=3331.58 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 411233 0 0 0 332664 494 0 0 20 0 1 0 61439030 2810523648 648686 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686163 648686 640 696 0 685324 0
Current children cumulated CPU time: 3331.58 s
Current children cumulated vsize: 2748844 KiB
Current children cumulated memory: 2597816 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.13 5/267 63757
/proc/meminfo: memFree=114626012/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2745012 memory=2595196 CPUtime=3391.4 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 412116 0 0 0 338641 499 0 0 20 0 1 0 61439030 2810892288 648799 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686253 648799 640 696 0 685414 0
Current children cumulated CPU time: 3391.4 s
Current children cumulated vsize: 2749204 KiB
Current children cumulated memory: 2598268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.10 4.12 5/267 63759
/proc/meminfo: memFree=114612128/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2745012 memory=2595196 CPUtime=3451.22 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 412827 0 0 0 344622 500 0 0 20 0 1 0 61439030 2810892288 648799 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686253 648799 640 696 0 685414 0
Current children cumulated CPU time: 3451.22 s
Current children cumulated vsize: 2749204 KiB
Current children cumulated memory: 2598268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.11 5/267 63761
/proc/meminfo: memFree=114626660/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2745012 memory=2595204 CPUtime=3511.03 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 413488 0 0 0 350602 501 0 0 20 0 1 0 61439030 2810892288 648801 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686253 648801 640 696 0 685414 0
Current children cumulated CPU time: 3511.03 s
Current children cumulated vsize: 2749204 KiB
Current children cumulated memory: 2598276 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.11 5/267 63762
/proc/meminfo: memFree=114645252/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2745012 memory=2595204 CPUtime=3570.85 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 413939 0 0 0 356583 502 0 0 20 0 1 0 61439030 2810892288 648801 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686253 648801 640 696 0 685414 0
Current children cumulated CPU time: 3570.85 s
Current children cumulated vsize: 2749204 KiB
Current children cumulated memory: 2598276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 4.07 4.09 4.11 5/268 63764
/proc/meminfo: memFree=114644568/131250000 swapFree=33010684/33010684
[pid=63475] ppid=63472 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/63475/stat : 63475 (naps-1.03a6.sh) S 63472 63475 62937 0 -1 4194304 230 201 0 0 0 0 0 0 20 0 1 0 61439029 4292608 768 18446744073709551615 93885207752704 93885208647237 140726874837680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93885208886288 93885208934032 93885221720064 140726874843559 140726874843653 140726874843653 140726874849255 0
/proc/63475/statm: 1048 768 704 219 0 110 0
[pid=63479] ppid=63475 vsize=2745012 memory=2595204 CPUtime=3600.06 cores=4,6
/proc/63479/stat : 63479 (naps-1.03a6) R 63475 63475 62937 0 -1 4194304 413942 0 0 0 359504 502 0 0 20 0 1 0 61439030 2810892288 648801 18446744073709551615 4198400 7047149 140726758447392 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20430848 140726758451572 140726758451686 140726758451686 140726758457289 0
/proc/63479/statm: 686253 648801 640 696 0 685414 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2749204 KiB
Current children cumulated memory: 2598276 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3595.05 s, system=5.03773 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.09
CPU user time (s): 3595.05
CPU system time (s): 5.03773
CPU usage (%): 99.6811
Max. virtual memory (cumulated for all children) (KiB): 3197796
Max. memory (cumulated for all children) (KiB): 2987316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.05
system time used= 5.03773
maximum resident set size= 2984244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414374
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= 392
involuntary context switches= 1685


# summary of solver processes directly reported to runsolver:
#   pid: 63475,63479
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3595.05
#   total CPU system time (s): 5.03773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29493 second user time and 17.2383 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-02 14:00:04
IDJOB=4505162
IDBENCH=155745
IDSOLVER=3341
FILE ID=nodeC026/4505162-1751457603
RUNJOBID= nodeC026-1751453988-62948
SLURM_JOB_ID= 9598444
Free space on /tmp= 430708 MiB

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

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

MD5SUM BENCH= 88b39ea3a8b75d01f2291d1517c942c1
RANDOM SEED=109401164

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.713
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		: 3598.074
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		: 3591.970
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		: 3599.793
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		: 3589.755
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.841
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.788
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		: 3594.309
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:        106532576 kB
MemAvailable:   111418228 kB
Buffers:            3280 kB
Cached:          5680552 kB
SwapCached:            0 kB
Active:         18636816 kB
Inactive:        5409596 kB
Active(anon):   18380728 kB
Inactive(anon):        0 kB
Active(file):     256088 kB
Inactive(file):  5409596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            204864 kB
Writeback:             0 kB
AnonPages:      18365480 kB
Mapped:           109896 kB
Shmem:             18080 kB
KReclaimable:     118412 kB
Slab:             207868 kB
SReclaimable:     118412 kB
SUnreclaim:        89456 kB
KernelStack:        4208 kB
PageTables:        39124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   20604728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11104256 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= 430540 MiB
End job on nodeC026 at 2025-07-02 15:00:16