Trace number 4498974

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS naps-1.03a6? (TO) 3600.09 3611.9

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark8655.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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-4498974-1751394593.opb
3.66/3.78	c single stage optimization mode
3600.07/3611.90	c 
3600.07/3611.90	c *** TERMINATED *** by signal 15
3600.07/3611.90	s UNKNOWN
3600.07/3611.90	c _____________________________________________________________________________
3600.07/3611.90	c std/band forms        : 673,0
3600.07/3611.90	c 2cl/3cl ITE-codings   : 631305,0
3600.07/3611.90	c BDD/srt/adr Max costs : 1655,25796,0
3600.07/3611.90	c BDDraw/bin/mul/srt/adr: 576,0,0,97,0
3600.07/3611.90	c BDD nodes             : 953856
3600.07/3611.90	c Es1/CC detections     : 0,0
3600.07/3611.90	c CC sort               : 97
3600.07/3611.90	c SAT/UNSAT calls       : 0,0
3600.07/3611.90	c regenrated variables  : 0
3600.07/3611.90	c eliminated fixed lits : 0
3600.07/3611.90	c goal lit flips        : 0
3600.07/3611.90	c goal stages           : 1
3600.07/3611.90	c goal shrink           : 0
3600.07/3611.90	c goal coeff separations: 0
3600.07/3611.90	c restarts              : 0
3600.07/3611.90	c conflicts             : 0              (0 /sec)
3600.07/3611.90	c decisions             : 0              (0 /sec)
3600.07/3611.90	c propagations          : 0              (0 /sec)
3600.07/3611.90	c inspects              : 0              (0 /sec)
3600.07/3611.90	c CPU time (solving tm) : 3597 s        (3593 s, SAT 0 s, UNSAT 0 s)
3600.07/3611.90	c Time for Opt-base     : 0.0021 s
3600.07/3611.90	c Steps for Opt-base    : 0
3600.07/3611.90	c Time for BDD coding   : 2.589 s
3600.07/3611.90	c Time for srt coding   : 0.03159 s
3600.07/3611.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: 63665 MiB (57723 MiB free)
  memory of node 1: 64507 MiB (61144 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498974-1751394593/watcher-4498974-1751394593 -o /tmp/evaluation-result-4498974-1751394593/solver-4498974-1751394593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751386340-51548 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4498974-1751394593.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=53152, runsolver pid=53149

[startup+0.100063 s]*
/proc/loadavg: 4.19 4.11 4.10 5/269 53156
/proc/meminfo: memFree=121462860/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=10840 memory=8632 CPUtime=0.08 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 1859 0 0 0 8 0 0 0 20 0 1 0 55139153 11100160 2158 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 2710 2158 544 696 0 1871 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 15032 KiB
Current children cumulated memory: 11576 KiB

[startup+0.205751 s]*
/proc/loadavg: 4.19 4.11 4.10 5/269 53156
/proc/meminfo: memFree=121458764/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=18476 memory=14264 CPUtime=0.18 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 3261 0 0 0 18 0 0 0 20 0 1 0 55139153 18919424 3566 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 4619 3566 544 696 0 3780 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 22668 KiB
Current children cumulated memory: 17208 KiB

[startup+0.305598 s]*
/proc/loadavg: 4.19 4.11 4.10 5/269 53156
/proc/meminfo: memFree=121463152/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=35084 memory=30900 CPUtime=0.28 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 7700 0 0 0 28 0 0 0 20 0 1 0 55139153 35926016 7725 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 8771 7725 576 696 0 7932 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 39276 KiB
Current children cumulated memory: 33844 KiB

[startup+0.700219 s]
/proc/loadavg: 4.19 4.11 4.10 5/269 53156
/proc/meminfo: memFree=121447028/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=45480 memory=41088 CPUtime=0.67 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 9527 0 0 0 66 1 0 0 20 0 1 0 55139153 46571520 10272 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 11370 10272 576 696 0 10531 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 49672 KiB
Current children cumulated memory: 44032 KiB

[startup+1.50022 s]
/proc/loadavg: 4.19 4.11 4.10 5/269 53156
/proc/meminfo: memFree=121247092/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=69328 memory=61232 CPUtime=1.47 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 12077 0 0 0 145 2 0 0 20 0 1 0 55139153 70991872 15308 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 17332 15308 576 696 0 16493 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 73520 KiB
Current children cumulated memory: 64176 KiB

[startup+3.10551 s]
/proc/loadavg: 4.19 4.11 4.10 5/268 53156
/proc/meminfo: memFree=121597128/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=197836 memory=188968 CPUtime=3.07 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 32968 0 0 0 301 6 0 0 20 0 1 0 55139153 202584064 47242 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 49459 47242 576 696 0 48620 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 202028 KiB
Current children cumulated memory: 191912 KiB

[startup+6.30021 s]
/proc/loadavg: 4.25 4.12 4.10 5/268 53156
/proc/meminfo: memFree=121060912/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=776092 memory=735056 CPUtime=6.26 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 76129 0 0 0 606 20 0 0 20 0 1 0 55139153 794718208 183764 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 194023 183764 608 696 0 193184 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 780284 KiB
Current children cumulated memory: 738000 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.12 4.10 5/268 53156
/proc/meminfo: memFree=120905112/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=966520 memory=792396 CPUtime=12.64 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 86738 0 0 0 1225 39 0 0 20 0 1 0 55139153 989716480 198099 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 241630 198099 640 696 0 240791 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 970712 KiB
Current children cumulated memory: 795340 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.11 4.10 5/268 53156
/proc/meminfo: memFree=120881244/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=744360 memory=657648 CPUtime=25.4 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 92761 0 0 0 2487 53 0 0 20 0 1 0 55139153 762224640 164412 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 186090 164412 640 696 0 185251 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 748552 KiB
Current children cumulated memory: 660592 KiB

[startup+51.1056 s]
/proc/loadavg: 4.18 4.12 4.10 5/268 53156
/proc/meminfo: memFree=120977824/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=745520 memory=660856 CPUtime=50.93 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 95330 0 0 0 5034 59 0 0 20 0 1 0 55139153 763412480 165214 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 186380 165214 640 696 0 185541 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 749712 KiB
Current children cumulated memory: 663800 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/267 53158
/proc/meminfo: memFree=110050496/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=745920 memory=665352 CPUtime=101.98 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 99472 0 0 0 10130 68 0 0 20 0 1 0 55139153 763822080 166338 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 186480 166338 640 696 0 185641 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 750112 KiB
Current children cumulated memory: 668296 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 53161
/proc/meminfo: memFree=100008600/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=751652 memory=671084 CPUtime=161.79 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 105094 0 0 0 16100 79 0 0 20 0 1 0 55139153 769691648 167771 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 187913 167771 640 696 0 187074 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 755844 KiB
Current children cumulated memory: 674028 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 53164
/proc/meminfo: memFree=104617540/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=747380 memory=666812 CPUtime=221.61 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 107346 0 0 0 22076 85 0 0 20 0 1 0 55139153 765317120 166703 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 186845 166703 640 696 0 186006 0
Current children cumulated CPU time: 221.61 s

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

/proc/loadavg: 3.12 3.45 3.81 4/260 53538
/proc/meminfo: memFree=127339976/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=803716 memory=760020 CPUtime=3091.88 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 178729 0 0 0 308894 294 0 0 20 0 1 0 55139153 823005184 190005 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 200929 190005 640 696 0 200090 0
Current children cumulated CPU time: 3091.88 s
Current children cumulated vsize: 807908 KiB
Current children cumulated memory: 762964 KiB

[startup+3162.3 s]
/proc/loadavg: 3.10 3.38 3.76 4/260 53540
/proc/meminfo: memFree=127329500/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=803360 memory=759664 CPUtime=3151.72 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 179588 0 0 0 314876 296 0 0 20 0 1 0 55139153 822640640 189916 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 200840 189916 640 696 0 200001 0
Current children cumulated CPU time: 3151.72 s
Current children cumulated vsize: 807552 KiB
Current children cumulated memory: 762608 KiB

[startup+3222.3 s]
/proc/loadavg: 3.11 3.33 3.71 4/260 53542
/proc/meminfo: memFree=127343592/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=803396 memory=759700 CPUtime=3211.54 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 180286 0 0 0 320857 297 0 0 20 0 1 0 55139153 822677504 189925 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 200849 189925 640 696 0 200010 0
Current children cumulated CPU time: 3211.54 s
Current children cumulated vsize: 807588 KiB
Current children cumulated memory: 762644 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.28 3.67 4/260 53544
/proc/meminfo: memFree=127266180/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=803316 memory=759620 CPUtime=3271.38 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 181158 0 0 0 326838 300 0 0 20 0 1 0 55139153 822595584 189905 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 200829 189905 640 696 0 199990 0
Current children cumulated CPU time: 3271.38 s
Current children cumulated vsize: 807508 KiB
Current children cumulated memory: 762564 KiB

[startup+3342.3 s]
/proc/loadavg: 3.16 3.26 3.64 4/260 53546
/proc/meminfo: memFree=127270584/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=803952 memory=760256 CPUtime=3331.21 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 182011 0 0 0 332819 302 0 0 20 0 1 0 55139153 823246848 190064 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 200988 190064 640 696 0 200149 0
Current children cumulated CPU time: 3331.21 s
Current children cumulated vsize: 808144 KiB
Current children cumulated memory: 763200 KiB

[startup+3402.3 s]
/proc/loadavg: 3.09 3.22 3.60 4/260 53548
/proc/meminfo: memFree=127308928/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=803600 memory=759904 CPUtime=3391.05 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 183289 0 0 0 338798 307 0 0 20 0 1 0 55139153 822886400 189976 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 200900 189976 640 696 0 200061 0
Current children cumulated CPU time: 3391.05 s
Current children cumulated vsize: 807792 KiB
Current children cumulated memory: 762848 KiB

[startup+3462.3 s]
/proc/loadavg: 3.08 3.20 3.57 4/259 53552
/proc/meminfo: memFree=127271228/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=804520 memory=760824 CPUtime=3450.88 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 183768 0 0 0 344779 309 0 0 20 0 1 0 55139153 823828480 190206 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 201130 190206 640 696 0 200291 0
Current children cumulated CPU time: 3450.88 s
Current children cumulated vsize: 808712 KiB
Current children cumulated memory: 763768 KiB

[startup+3522.3 s]
/proc/loadavg: 3.15 3.19 3.54 4/260 53559
/proc/meminfo: memFree=127282984/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=804192 memory=760496 CPUtime=3510.72 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 184860 0 0 0 350761 311 0 0 20 0 1 0 55139153 823492608 190124 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 201048 190124 640 696 0 200209 0
Current children cumulated CPU time: 3510.72 s
Current children cumulated vsize: 808384 KiB
Current children cumulated memory: 763440 KiB

[startup+3582.3 s]
/proc/loadavg: 3.11 3.17 3.51 4/260 53561
/proc/meminfo: memFree=127302500/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=804940 memory=761244 CPUtime=3570.55 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 185448 0 0 0 356742 313 0 0 20 0 1 0 55139153 824258560 190311 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 201235 190311 640 696 0 200396 0
Current children cumulated CPU time: 3570.55 s
Current children cumulated vsize: 809132 KiB
Current children cumulated memory: 764188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.9 s]
/proc/loadavg: 3.07 3.15 3.49 4/260 53562
/proc/meminfo: memFree=127309916/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=804840 memory=761144 CPUtime=3600.07 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 186087 0 0 0 359691 316 0 0 20 0 1 0 55139153 824156160 190286 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 201210 190286 640 696 0 200371 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 809032 KiB
Current children cumulated memory: 764088 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3596.92 s, system=3.16613 s

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

[startup+3611.9 s]
/proc/loadavg: 3.07 3.15 3.49 4/260 53562
/proc/meminfo: memFree=127309916/131250000 swapFree=33010416/33010684
[pid=53152] ppid=53149 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/53152/stat : 53152 (naps-1.03a6.sh) S 53149 53152 51532 0 -1 4194304 230 200 0 0 0 0 0 0 20 0 1 0 55139151 4292608 736 18446744073709551615 94041765605376 94041766499909 140720840010272 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94041766738960 94041766786704 94041783930880 140720840018343 140720840018437 140720840018437 140720840024039 0
/proc/53152/statm: 1048 736 672 219 0 110 0
[pid=53156] ppid=53152 vsize=804840 memory=761144 CPUtime=3600.07 cores=5,7
/proc/53156/stat : 53156 (naps-1.03a6) R 53152 53152 51532 0 -1 4194304 186087 0 0 0 359691 316 0 0 20 0 1 0 55139153 824156160 190286 18446744073709551615 4198400 7047149 140724454387408 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32710656 140724454390132 140724454390246 140724454390246 140724454395849 0
/proc/53156/statm: 201210 190286 640 696 0 200371 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 809032 KiB
Current children cumulated memory: 764088 KiB

Child status: 10

Real time (s): 3611.9
CPU time (s): 3600.09
CPU user time (s): 3596.92
CPU system time (s): 3.16613
CPU usage (%): 99.6729
Max. virtual memory (cumulated for all children) (KiB): 1069020
Max. memory (cumulated for all children) (KiB): 980692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.92
system time used= 3.16613
maximum resident set size= 977748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186531
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= 227
involuntary context switches= 3904


# summary of solver processes directly reported to runsolver:
#   pid: 53152
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3596.92
#   total CPU system time (s): 3.16613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98438 second user time and 18.3323 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 20:29:53
IDJOB=4498974
IDBENCH=148768
IDSOLVER=3341
FILE ID=nodeC027/4498974-1751394593
RUNJOBID= nodeC027-1751386340-51548
SLURM_JOB_ID= 9598245
Free space on /tmp= 431776 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498974-1751394593/watcher-4498974-1751394593 -o /tmp/evaluation-result-4498974-1751394593/solver-4498974-1751394593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751386340-51548 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4498974-1751394593.opb

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=1749492961

nodeC027 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.609
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121806264 kB
MemAvailable:   122827976 kB
Buffers:            2488 kB
Cached:          1823832 kB
SwapCached:           12 kB
Active:          6787084 kB
Inactive:        1521608 kB
Active(anon):    6497636 kB
Inactive(anon):     2792 kB
Active(file):     289448 kB
Inactive(file):  1518816 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6256 kB
Writeback:            24 kB
AnonPages:       6485484 kB
Mapped:           111572 kB
Shmem:             18056 kB
KReclaimable:     104976 kB
Slab:             193244 kB
SReclaimable:     104976 kB
SUnreclaim:        88268 kB
KernelStack:        4336 kB
PageTables:        16140 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7486692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3000320 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431664 MiB
End job on nodeC027 at 2025-07-01 21:30:05