Trace number 4486876

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.06 3609.9

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM95947120f800d2178fb6b614b0e3950b
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 benchmark2231
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
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.02	c NaPS 1.03a6.
0.00/0.02	c Input file name: HOME/instance-4486876-1751330709.opb
0.27/0.35	c single stage optimization mode
3600.04/3609.90	c 
3600.04/3609.90	c *** TERMINATED *** by signal 15
3600.04/3609.90	s UNKNOWN
3600.04/3609.90	c _____________________________________________________________________________
3600.04/3609.90	c std/band forms        : 0,0
3600.04/3609.90	c 2cl/3cl ITE-codings   : 0,0
3600.04/3609.90	c BDD/srt/adr Max costs : 0,0,0
3600.04/3609.90	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.04/3609.90	c BDD nodes             : 0
3600.04/3609.90	c Es1/CC detections     : 0,0
3600.04/3609.90	c CC sort               : 0
3600.04/3609.90	c SAT/UNSAT calls       : 0,0
3600.04/3609.90	c regenrated variables  : 0
3600.04/3609.90	c eliminated fixed lits : 0
3600.04/3609.90	c goal lit flips        : 0
3600.04/3609.90	c goal stages           : 1
3600.04/3609.90	c goal shrink           : 0
3600.04/3609.90	c goal coeff separations: 0
3600.04/3609.90	c restarts              : 0
3600.04/3609.90	c conflicts             : 0              (0 /sec)
3600.04/3609.90	c decisions             : 0              (0 /sec)
3600.04/3609.90	c propagations          : 0              (0 /sec)
3600.04/3609.90	c inspects              : 0              (0 /sec)
3600.04/3609.90	c CPU time (solving tm) : 3599 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.04/3609.90	c Time for Opt-base     : 0 s
3600.04/3609.90	c Steps for Opt-base    : 0
3600.04/3609.90	c Time for BDD coding   : 0 s
3600.04/3609.90	c Time for srt coding   : 0 s
3600.04/3609.90	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486876-1751330709/watcher-4486876-1751330709 -o /tmp/evaluation-result-4486876-1751330709/solver-4486876-1751330709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751327094-44966 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4486876-1751330709.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=45575, runsolver pid=45572

[startup+0.100056 s]*
/proc/loadavg: 4.13 4.18 4.10 4/265 45582
/proc/meminfo: memFree=130113824/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=7868 memory=6248 CPUtime=0.07 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 1151 0 0 0 7 0 0 0 20 0 1 0 48748808 8056832 1562 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 1967 1562 544 696 0 1128 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 12060 KiB
Current children cumulated memory: 9320 KiB

[startup+0.204891 s]*
/proc/loadavg: 4.13 4.18 4.10 4/265 45591
/proc/meminfo: memFree=130105448/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=10628 memory=8684 CPUtime=0.18 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 1835 0 0 0 18 0 0 0 20 0 1 0 48748808 10883072 2171 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 2657 2171 544 696 0 1818 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 14820 KiB
Current children cumulated memory: 11756 KiB

[startup+0.305087 s]*
/proc/loadavg: 4.13 4.18 4.10 5/263 45595
/proc/meminfo: memFree=130104440/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=12740 memory=10988 CPUtime=0.27 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 2406 0 0 0 27 0 0 0 20 0 1 0 48748808 13045760 2747 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 3185 2747 544 696 0 2346 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 16932 KiB
Current children cumulated memory: 14060 KiB

[startup+0.700176 s]
/proc/loadavg: 4.13 4.18 4.10 4/263 45601
/proc/meminfo: memFree=130089760/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=18412 memory=16268 CPUtime=0.66 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 7117 0 0 0 65 1 0 0 20 0 1 0 48748808 18853888 4067 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 4603 4067 608 696 0 3764 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 22604 KiB
Current children cumulated memory: 19340 KiB

[startup+1.50019 s]
/proc/loadavg: 4.13 4.18 4.10 3/261 45650
/proc/meminfo: memFree=130101548/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=17468 memory=15780 CPUtime=1.46 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 9654 0 0 0 145 1 0 0 20 0 1 0 48748808 17887232 3945 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 4367 3945 608 696 0 3528 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 21660 KiB
Current children cumulated memory: 18852 KiB

[startup+3.10589 s]
/proc/loadavg: 4.13 4.18 4.10 4/263 45767
/proc/meminfo: memFree=130069728/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=21484 memory=19504 CPUtime=3.06 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 12772 0 0 0 304 2 0 0 20 0 1 0 48748808 21999616 4876 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 5371 4876 608 696 0 4532 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 25676 KiB
Current children cumulated memory: 22576 KiB

[startup+6.30018 s]
/proc/loadavg: 4.12 4.18 4.10 3/258 45907
/proc/meminfo: memFree=130039332/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=19516 memory=17212 CPUtime=6.22 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 16452 0 0 0 617 5 0 0 20 0 1 0 48748808 19984384 4303 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 4879 4303 608 696 0 4040 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 23708 KiB
Current children cumulated memory: 20284 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.17 4.10 4/265 46212
/proc/meminfo: memFree=130023804/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=26632 memory=24812 CPUtime=12.56 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 21058 0 0 0 1246 10 0 0 20 0 1 0 48748808 27271168 6203 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 6658 6203 608 696 0 5819 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 30824 KiB
Current children cumulated memory: 27884 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.16 4.10 5/268 46285
/proc/meminfo: memFree=130048816/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=31868 memory=30168 CPUtime=25.32 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 24309 0 0 0 2521 11 0 0 20 0 1 0 48748808 32632832 7542 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 7967 7542 608 696 0 7128 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 36060 KiB
Current children cumulated memory: 33240 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.17 4.10 5/269 46382
/proc/meminfo: memFree=129958360/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=31032 memory=28872 CPUtime=50.84 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 30815 0 0 0 5068 16 0 0 20 0 1 0 48748808 31776768 7218 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 7758 7218 608 696 0 6919 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 35224 KiB
Current children cumulated memory: 31944 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.16 4.09 5/269 46384
/proc/meminfo: memFree=129899020/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=41876 memory=40340 CPUtime=101.88 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 38350 0 0 0 10171 17 0 0 20 0 1 0 48748808 42881024 10085 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 10469 10085 608 696 0 9630 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 46068 KiB
Current children cumulated memory: 43412 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.12 4.09 5/270 46391
/proc/meminfo: memFree=129868692/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=49884 memory=48436 CPUtime=161.74 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 40927 0 0 0 16156 18 0 0 20 0 1 0 48748808 51081216 12109 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 12471 12109 608 696 0 11632 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 54076 KiB
Current children cumulated memory: 51508 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.15 4.10 5/270 46393
/proc/meminfo: memFree=129821928/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=39584 memory=37904 CPUtime=221.6 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 44730 0 0 0 22140 20 0 0 20 0 1 0 48748808 40534016 9476 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 9896 9476 608 696 0 9057 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 43776 KiB

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

/proc/loadavg: 4.14 4.12 4.09 5/267 46598
/proc/meminfo: memFree=129281536/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=150160 memory=148628 CPUtime=3093.79 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 107354 0 0 0 309298 81 0 0 20 0 1 0 48748808 153763840 37157 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 37540 37157 608 696 0 36701 0
Current children cumulated CPU time: 3093.79 s
Current children cumulated vsize: 154352 KiB
Current children cumulated memory: 151700 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 46600
/proc/meminfo: memFree=129269704/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=150160 memory=148628 CPUtime=3153.64 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 107354 0 0 0 315282 82 0 0 20 0 1 0 48748808 153763840 37157 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 37540 37157 608 696 0 36701 0
Current children cumulated CPU time: 3153.64 s
Current children cumulated vsize: 154352 KiB
Current children cumulated memory: 151700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 46606
/proc/meminfo: memFree=129288868/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=152456 memory=150932 CPUtime=3213.48 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 107969 0 0 0 321266 82 0 0 20 0 1 0 48748808 156114944 37733 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 38114 37733 608 696 0 37275 0
Current children cumulated CPU time: 3213.48 s
Current children cumulated vsize: 156648 KiB
Current children cumulated memory: 154004 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 46609
/proc/meminfo: memFree=129257704/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=152456 memory=150932 CPUtime=3273.32 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 107994 0 0 0 327250 82 0 0 20 0 1 0 48748808 156114944 37733 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 38114 37733 608 696 0 37275 0
Current children cumulated CPU time: 3273.32 s
Current children cumulated vsize: 156648 KiB
Current children cumulated memory: 154004 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 46611
/proc/meminfo: memFree=129266516/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=104520 memory=102872 CPUtime=3333.16 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 110207 0 0 0 333232 84 0 0 20 0 1 0 48748808 107028480 25718 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 26130 25718 608 696 0 25291 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 108712 KiB
Current children cumulated memory: 105944 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 46613
/proc/meminfo: memFree=129260328/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=137964 memory=136452 CPUtime=3393 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 111965 0 0 0 339214 86 0 0 20 0 1 0 48748808 141275136 34113 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 34491 34113 608 696 0 33652 0
Current children cumulated CPU time: 3393 s
Current children cumulated vsize: 142156 KiB
Current children cumulated memory: 139524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/268 46618
/proc/meminfo: memFree=129204628/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=157364 memory=155796 CPUtime=3452.84 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 112277 0 0 0 345197 87 0 0 20 0 1 0 48748808 161140736 38949 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 39341 38949 608 696 0 38502 0
Current children cumulated CPU time: 3452.84 s
Current children cumulated vsize: 161556 KiB
Current children cumulated memory: 158868 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 46620
/proc/meminfo: memFree=129190796/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=161044 memory=159508 CPUtime=3512.68 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 113197 0 0 0 351181 87 0 0 20 0 1 0 48748808 164909056 39877 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 40261 39877 608 696 0 39422 0
Current children cumulated CPU time: 3512.68 s
Current children cumulated vsize: 165236 KiB
Current children cumulated memory: 162580 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 46622
/proc/meminfo: memFree=129204552/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=161044 memory=159508 CPUtime=3572.52 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 113197 0 0 0 357165 87 0 0 20 0 1 0 48748808 164909056 39877 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 40261 39877 608 696 0 39422 0
Current children cumulated CPU time: 3572.52 s
Current children cumulated vsize: 165236 KiB
Current children cumulated memory: 162580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 46622
/proc/meminfo: memFree=129225768/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=161044 memory=159508 CPUtime=3600.04 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 113197 0 0 0 359917 87 0 0 20 0 1 0 48748808 164909056 39877 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 40261 39877 608 696 0 39422 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 165236 KiB
Current children cumulated memory: 162580 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.18 s, system=0.880824 s

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

[startup+3609.9 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 46622
/proc/meminfo: memFree=129225768/131249996 swapFree=33005272/33010684
[pid=45575] ppid=45572 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45575/stat : 45575 (naps-1.03a6.sh) S 45572 45575 44955 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 48748805 4292608 768 18446744073709551615 94097025548288 94097026442821 140722186611728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94097026681872 94097026729616 94097035468800 140722186615207 140722186615301 140722186615301 140722186620903 0
/proc/45575/statm: 1048 768 704 219 0 110 0
[pid=45579] ppid=45575 vsize=161044 memory=159508 CPUtime=3600.04 cores=4,6
/proc/45579/stat : 45579 (naps-1.03a6) R 45575 45575 44955 0 -1 4194304 113197 0 0 0 359917 87 0 0 20 0 1 0 48748808 164909056 39877 18446744073709551615 4198400 7047149 140735407920288 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 8556544 140735407925620 140735407925734 140735407925734 140735407931337 0
/proc/45579/statm: 40261 39877 608 696 0 39422 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 165236 KiB
Current children cumulated memory: 162580 KiB

Child status: 10

Real time (s): 3609.9
CPU time (s): 3600.06
CPU user time (s): 3599.18
CPU system time (s): 0.880824
CPU usage (%): 99.7274
Max. virtual memory (cumulated for all children) (KiB): 167484
Max. memory (cumulated for all children) (KiB): 164892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.18
system time used= 0.880824
maximum resident set size= 182544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113639
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= 164
involuntary context switches= 1668


# summary of solver processes directly reported to runsolver:
#   pid: 45575
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.18
#   total CPU system time (s): 0.880824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.23844 second user time and 16.8286 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 02:45:09
IDJOB=4486876
IDBENCH=147077
IDSOLVER=3341
FILE ID=nodeC023/4486876-1751330709
RUNJOBID= nodeC023-1751327094-44966
SLURM_JOB_ID= 9594365
Free space on /tmp= 433044 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486876-1751330709/watcher-4486876-1751330709 -o /tmp/evaluation-result-4486876-1751330709/solver-4486876-1751330709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751327094-44966 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4486876-1751330709.opb

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

MD5SUM BENCH= 95947120f800d2178fb6b614b0e3950b
RANDOM SEED=2088512361

nodeC023 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.864
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.78
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.884
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.682
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.78
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		: 3773.900
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.890
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.78
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.887
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.78
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		: 3596.644
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.78
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.905
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130107036 kB
MemAvailable:   129742120 kB
Buffers:            1328 kB
Cached:           414280 kB
SwapCached:          516 kB
Active:           252540 kB
Inactive:         309672 kB
Active(anon):     100308 kB
Inactive(anon):    59544 kB
Active(file):     152232 kB
Inactive(file):   250128 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24720 kB
Writeback:             0 kB
AnonPages:        149320 kB
Mapped:           103792 kB
Shmem:             13248 kB
KReclaimable:     103168 kB
Slab:             190680 kB
SReclaimable:     103168 kB
SUnreclaim:        87512 kB
KernelStack:        4320 kB
PageTables:         3388 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     458192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC023 at 2025-07-01 03:45:19