Trace number 4543784

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 NameAnswerCPU timeWall clock time
NaPS naps-1.03a6? (TO) 3600.02 3611.21

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_092.opb
MD5SUM5c5515a98844bb1e4abadd55fcb10579
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.84433
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256710
Total number of constraints5551
Number of constraints which are clauses2791
Number of constraints which are cardinality constraints (but not clauses)2760
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint93
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
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-4543784-1753226799.opb
3600.00/3611.20	c 
3600.00/3611.20	c *** TERMINATED *** by signal 15
3600.00/3611.20	s UNKNOWN
3600.00/3611.20	c _____________________________________________________________________________
3600.00/3611.20	c std/band forms        : 2760,0
3600.00/3611.20	c 2cl/3cl ITE-codings   : 0,0
3600.00/3611.20	c BDD/srt/adr Max costs : 0,2052,0
3600.00/3611.20	c BDDraw/bin/mul/srt/adr: 0,0,0,2760,0
3600.00/3611.20	c BDD nodes             : 0
3600.00/3611.20	c Es1/CC detections     : 0,0
3600.00/3611.20	c CC sort               : 2760
3600.00/3611.20	c SAT/UNSAT calls       : 0,0
3600.00/3611.20	c regenrated variables  : 0
3600.00/3611.20	c eliminated fixed lits : 0
3600.00/3611.20	c goal lit flips        : 0
3600.00/3611.20	c goal stages           : 0
3600.00/3611.20	c goal shrink           : 0
3600.00/3611.20	c goal coeff separations: 0
3600.00/3611.20	c restarts              : 0
3600.00/3611.20	c conflicts             : 0              (0 /sec)
3600.00/3611.20	c decisions             : 0              (0 /sec)
3600.00/3611.20	c propagations          : 0              (0 /sec)
3600.00/3611.20	c inspects              : 0              (0 /sec)
3600.00/3611.20	c CPU time (solving tm) : 3592 s        (3587 s, SAT 0 s, UNSAT 0 s)
3600.00/3611.20	c Time for Opt-base     : 0.05681 s
3600.00/3611.20	c Steps for Opt-base    : 0
3600.00/3611.20	c Time for BDD coding   : 0 s
3600.00/3611.20	c Time for srt coding   : 2.14 s
3600.00/3611.20	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: 63837 MiB (54320 MiB free)
  memory of node 1: 64465 MiB (48683 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543784-1753226799/watcher-4543784-1753226799 -o /tmp/evaluation-result-4543784-1753226799/solver-4543784-1753226799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753226791-184917 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4543784-1753226799.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=185322, runsolver pid=185319

[startup+0.100093 s]*
/proc/loadavg: 1.49 1.74 3.06 5/258 185326
/proc/meminfo: memFree=105455360/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=7416 memory=5012 CPUtime=0.09 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 959 0 0 0 9 0 0 0 20 0 1 0 238359323 7593984 1253 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 1854 1253 544 696 0 1015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 11608 KiB
Current children cumulated memory: 8084 KiB

[startup+0.214138 s]*
/proc/loadavg: 1.49 1.74 3.06 5/258 185326
/proc/meminfo: memFree=105433688/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=11392 memory=7876 CPUtime=0.2 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 1973 0 0 0 19 1 0 0 20 0 1 0 238359323 11665408 1969 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 2848 1969 544 696 0 2009 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 15584 KiB
Current children cumulated memory: 10948 KiB

[startup+0.313896 s]*
/proc/loadavg: 1.49 1.74 3.06 5/258 185326
/proc/meminfo: memFree=105418316/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=13556 memory=10244 CPUtime=0.3 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 2753 0 0 0 29 1 0 0 20 0 1 0 238359323 13881344 2561 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 3389 2561 544 696 0 2550 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 17748 KiB
Current children cumulated memory: 13316 KiB

[startup+0.700336 s]
/proc/loadavg: 1.49 1.74 3.06 5/258 185326
/proc/meminfo: memFree=105240304/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=34176 memory=25428 CPUtime=0.67 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 7691 0 0 0 65 2 0 0 20 0 1 0 238359323 34996224 6357 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 8544 6357 544 696 0 7705 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 38368 KiB
Current children cumulated memory: 28500 KiB

[startup+1.50036 s]
/proc/loadavg: 1.49 1.74 3.06 5/258 185326
/proc/meminfo: memFree=105203624/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=79676 memory=64688 CPUtime=1.46 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 17846 0 0 0 142 4 0 0 20 0 1 0 238359323 81588224 16172 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 19919 16172 544 696 0 19080 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 83868 KiB
Current children cumulated memory: 67760 KiB

[startup+3.11389 s]
/proc/loadavg: 1.49 1.74 3.06 5/258 185326
/proc/meminfo: memFree=103898528/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=332528 memory=300972 CPUtime=3.08 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 48878 0 0 0 293 15 0 0 20 0 1 0 238359323 340508672 75243 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 83132 75243 544 696 0 82293 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 336720 KiB
Current children cumulated memory: 304044 KiB

[startup+6.30039 s]
/proc/loadavg: 1.69 1.77 3.07 5/258 185326
/proc/meminfo: memFree=102452124/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1281868 memory=1020828 CPUtime=6.25 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 112094 0 0 0 583 42 0 0 20 0 1 0 238359323 1312632832 255207 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 320467 255207 544 696 0 319628 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1286060 KiB
Current children cumulated memory: 1023900 KiB

[startup+12.7004 s]
/proc/loadavg: 1.87 1.81 3.07 5/258 185326
/proc/meminfo: memFree=101605640/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1630860 memory=1414916 CPUtime=12.64 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 168495 0 0 0 1200 64 0 0 20 0 1 0 238359323 1670000640 353729 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 407715 353729 544 696 0 406876 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1635052 KiB
Current children cumulated memory: 1417988 KiB

[startup+25.5004 s]
/proc/loadavg: 2.34 1.92 3.09 5/258 185326
/proc/meminfo: memFree=101003100/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=2351756 memory=1904500 CPUtime=25.4 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 170845 0 0 0 2465 75 0 0 20 0 1 0 238359323 2408198144 476125 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 587939 476125 544 696 0 587100 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2355948 KiB
Current children cumulated memory: 1907572 KiB

[startup+51.1136 s]
/proc/loadavg: 2.98 2.10 3.12 5/258 185326
/proc/meminfo: memFree=101430436/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=2351756 memory=1904500 CPUtime=50.95 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 170889 0 0 0 5020 75 0 0 20 0 1 0 238359323 2408198144 476125 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 587939 476125 544 696 0 587100 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2355948 KiB
Current children cumulated memory: 1907572 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.41 3.18 5/259 185329
/proc/meminfo: memFree=102564020/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1578828 memory=1200724 CPUtime=101.97 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 204746 0 0 0 10097 100 0 0 20 0 1 0 238359323 1616719872 300181 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 394707 300181 544 696 0 393868 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 1583020 KiB
Current children cumulated memory: 1203796 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.74 3.24 5/259 185331
/proc/meminfo: memFree=102489100/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1578828 memory=1243304 CPUtime=161.76 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 259534 0 0 0 16032 144 0 0 20 0 1 0 238359323 1616719872 310826 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 394707 310826 544 696 0 393868 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 1583020 KiB
Current children cumulated memory: 1246376 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.98 3.30 5/258 185333
/proc/meminfo: memFree=102296584/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1878376 memory=1397256 CPUtime=221.56 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 290034 0 0 0 21973 183 0 0 20 0 1 0 238359323 1923457024 349314 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 469594 349314 544 696 0 468755 0
Current children cumulated CPU time: 221.56 s

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

/proc/loadavg: 4.10 4.18 4.16 5/254 185486
/proc/meminfo: memFree=103025988/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1169948 memory=1037832 CPUtime=3032.74 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 629991 0 0 0 302536 738 0 0 20 0 1 0 238359323 1198026752 259458 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 292487 259458 544 696 0 291648 0
Current children cumulated CPU time: 3032.74 s
Current children cumulated vsize: 1174140 KiB
Current children cumulated memory: 1040904 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.16 4.15 5/254 185488
/proc/meminfo: memFree=103013660/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1169948 memory=1037832 CPUtime=3092.56 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 632405 0 0 0 308517 739 0 0 20 0 1 0 238359323 1198026752 259458 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 292487 259458 544 696 0 291648 0
Current children cumulated CPU time: 3092.56 s
Current children cumulated vsize: 1174140 KiB
Current children cumulated memory: 1040904 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.16 4.15 5/255 185491
/proc/meminfo: memFree=102811760/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1202716 memory=1042952 CPUtime=3152.39 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 634701 0 0 0 314496 743 0 0 20 0 1 0 238359323 1231581184 260738 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 300679 260738 544 696 0 299840 0
Current children cumulated CPU time: 3152.39 s
Current children cumulated vsize: 1206908 KiB
Current children cumulated memory: 1046024 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/255 185493
/proc/meminfo: memFree=102993112/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1202716 memory=1003016 CPUtime=3212.22 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 638491 0 0 0 320473 749 0 0 20 0 1 0 238359323 1231581184 250754 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 300679 250754 544 696 0 299840 0
Current children cumulated CPU time: 3212.22 s
Current children cumulated vsize: 1206908 KiB
Current children cumulated memory: 1006088 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.13 4.14 5/255 185498
/proc/meminfo: memFree=102745200/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1202716 memory=1066504 CPUtime=3272.05 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 640583 0 0 0 326451 754 0 0 20 0 1 0 238359323 1231581184 266626 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 300679 266626 544 696 0 299840 0
Current children cumulated CPU time: 3272.05 s
Current children cumulated vsize: 1206908 KiB
Current children cumulated memory: 1069576 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.12 4.13 5/255 185504
/proc/meminfo: memFree=102955252/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1169948 memory=1050120 CPUtime=3331.88 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 644452 0 0 0 332429 759 0 0 20 0 1 0 238359323 1198026752 262530 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 292487 262530 544 696 0 291648 0
Current children cumulated CPU time: 3331.88 s
Current children cumulated vsize: 1174140 KiB
Current children cumulated memory: 1053192 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.13 5/255 185506
/proc/meminfo: memFree=102993880/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1104412 memory=953864 CPUtime=3391.71 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 646625 0 0 0 338409 762 0 0 20 0 1 0 238359323 1130917888 238466 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 276103 238466 544 696 0 275264 0
Current children cumulated CPU time: 3391.71 s
Current children cumulated vsize: 1108604 KiB
Current children cumulated memory: 956936 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.13 5/254 185508
/proc/meminfo: memFree=102955192/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1202716 memory=1007108 CPUtime=3451.52 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 649755 0 0 0 344387 765 0 0 20 0 1 0 238359323 1231581184 251777 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 300679 251777 544 696 0 299840 0
Current children cumulated CPU time: 3451.52 s
Current children cumulated vsize: 1206908 KiB
Current children cumulated memory: 1010180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.09 4.12 5/254 185511
/proc/meminfo: memFree=102882832/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1333788 memory=1072648 CPUtime=3511.36 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 653655 0 0 0 350365 771 0 0 20 0 1 0 238359323 1365798912 268162 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 333447 268162 544 696 0 332608 0
Current children cumulated CPU time: 3511.36 s
Current children cumulated vsize: 1337980 KiB
Current children cumulated memory: 1075720 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.12 5/253 185513
/proc/meminfo: memFree=102752100/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1530396 memory=1201672 CPUtime=3571.18 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 658232 0 0 0 356337 781 0 0 20 0 1 0 238359323 1567125504 300418 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 382599 300418 544 696 0 381760 0
Current children cumulated CPU time: 3571.18 s
Current children cumulated vsize: 1534588 KiB
Current children cumulated memory: 1204744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 3.91 4.06 4.10 3/234 185584
/proc/meminfo: memFree=104731260/131382116 swapFree=33005528/33010684
[pid=185322] ppid=185319 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/185322/stat : 185322 (naps-1.03a6.sh) S 185319 185322 181591 0 -1 4194304 231 206 0 0 0 0 0 0 20 0 1 0 238359322 4292608 768 18446744073709551615 94276158013440 94276158907973 140734024292176 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94276159147024 94276159194768 94276167761920 140734024300965 140734024301059 140734024301059 140734024306663 0
/proc/185322/statm: 1048 768 704 219 0 110 0
[pid=185326] ppid=185322 vsize=1301020 memory=1074696 CPUtime=3600 cores=1,3
/proc/185326/stat : 185326 (naps-1.03a6) R 185322 185322 181591 0 -1 4194304 659503 0 0 0 359216 784 0 0 20 0 1 0 238359323 1332244480 268674 18446744073709551615 4198400 7047149 140723403158672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 38334464 140723403159922 140723403160036 140723403160036 140723403165641 0
/proc/185326/statm: 325255 268674 544 696 0 324416 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1305212 KiB
Current children cumulated memory: 1077768 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3592.16 s, system=7.85441 s

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

Child status: 10

Real time (s): 3611.21
CPU time (s): 3600.02
CPU user time (s): 3592.16
CPU system time (s): 7.85441
CPU usage (%): 99.6902
Max. virtual memory (cumulated for all children) (KiB): 3289040
Max. memory (cumulated for all children) (KiB): 2202396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.16
system time used= 7.85441
maximum resident set size= 2199324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 659951
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= 157
involuntary context switches= 21098


# summary of solver processes directly reported to runsolver:
#   pid: 185322
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3592.16
#   total CPU system time (s): 7.85441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1153 second user time and 37.7118 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-23 01:26:39
IDJOB=4543784
IDBENCH=174610
IDSOLVER=3341
FILE ID=nodeC010/4543784-1753226799
RUNJOBID= nodeC010-1753226791-184917
SLURM_JOB_ID= 9687804
Free space on /tmp= 432684 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_30_092.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543784-1753226799/watcher-4543784-1753226799 -o /tmp/evaluation-result-4543784-1753226799/solver-4543784-1753226799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753226791-184917 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4543784-1753226799.opb

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

MD5SUM BENCH= 5c5515a98844bb1e4abadd55fcb10579
RANDOM SEED=63046855

nodeC010 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	: 0xb00001f
cpu MHz		: 1197.148
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.152
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.148
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.141
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3491.682
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3491.654
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.096
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.478
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        105489944 kB
MemAvailable:   129560540 kB
Buffers:             228 kB
Cached:         24834648 kB
SwapCached:         4300 kB
Active:          1205680 kB
Inactive:       23998144 kB
Active(anon):     342076 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 23949432 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36076 kB
Writeback:             4 kB
AnonPages:        367848 kB
Mapped:           108908 kB
Shmem:             21832 kB
KReclaimable:     194372 kB
Slab:             286104 kB
SReclaimable:     194372 kB
SUnreclaim:        91732 kB
KernelStack:        4128 kB
PageTables:         3920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     760620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432692 MiB
End job on nodeC010 at 2025-07-23 02:26:51