Trace number 4499158

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.1 3610.3

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
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 benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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-4499158-1751395654.opb
1.27/1.31	c single stage optimization mode
3600.08/3610.30	c 
3600.08/3610.30	c *** TERMINATED *** by signal 15
3600.08/3610.30	s UNKNOWN
3600.08/3610.30	c _____________________________________________________________________________
3600.08/3610.30	c std/band forms        : 447,0
3600.08/3610.30	c 2cl/3cl ITE-codings   : 218880,0
3600.08/3610.30	c BDD/srt/adr Max costs : 878,14208,0
3600.08/3610.30	c BDDraw/bin/mul/srt/adr: 384,0,0,63,0
3600.08/3610.30	c BDD nodes             : 337536
3600.08/3610.30	c Es1/CC detections     : 0,0
3600.08/3610.30	c CC sort               : 63
3600.08/3610.30	c SAT/UNSAT calls       : 0,0
3600.08/3610.30	c regenrated variables  : 0
3600.08/3610.30	c eliminated fixed lits : 0
3600.08/3610.30	c goal lit flips        : 0
3600.08/3610.30	c goal stages           : 1
3600.08/3610.30	c goal shrink           : 0
3600.08/3610.30	c goal coeff separations: 0
3600.08/3610.30	c restarts              : 0
3600.08/3610.30	c conflicts             : 0              (0 /sec)
3600.08/3610.30	c decisions             : 0              (0 /sec)
3600.08/3610.30	c propagations          : 0              (0 /sec)
3600.08/3610.30	c inspects              : 0              (0 /sec)
3600.08/3610.30	c CPU time (solving tm) : 3598 s        (3597 s, SAT 0 s, UNSAT 0 s)
3600.08/3610.30	c Time for Opt-base     : 0.000729 s
3600.08/3610.30	c Steps for Opt-base    : 0
3600.08/3610.30	c Time for BDD coding   : 0.8971 s
3600.08/3610.30	c Time for srt coding   : 0.006538 s
3600.08/3610.30	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 (58540 MiB free)
  memory of node 1: 64507 MiB (62349 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499158-1751395654/watcher-4499158-1751395654 -o /tmp/evaluation-result-4499158-1751395654/solver-4499158-1751395654 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751386340-51547 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4499158-1751395654.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=53402, runsolver pid=53399

[startup+0.100067 s]*
/proc/loadavg: 4.20 4.16 4.12 5/269 53406
/proc/meminfo: memFree=123789012/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=14132 memory=11808 CPUtime=0.08 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 2813 0 0 0 8 0 0 0 20 0 1 0 55245288 14471168 2952 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 3533 2952 576 696 0 2694 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18324 KiB
Current children cumulated memory: 14752 KiB

[startup+0.205859 s]*
/proc/loadavg: 4.20 4.16 4.12 5/269 53406
/proc/meminfo: memFree=123783216/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=17308 memory=14804 CPUtime=0.18 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 3893 0 0 0 18 0 0 0 20 0 1 0 55245288 17723392 3701 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 4327 3701 576 696 0 3488 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 21500 KiB
Current children cumulated memory: 17748 KiB

[startup+0.305722 s]*
/proc/loadavg: 4.20 4.16 4.12 5/269 53406
/proc/meminfo: memFree=123781452/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=19040 memory=16212 CPUtime=0.28 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 4234 0 0 0 28 0 0 0 20 0 1 0 55245288 19496960 4053 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 4760 4053 576 696 0 3921 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 23232 KiB
Current children cumulated memory: 19156 KiB

[startup+0.700229 s]
/proc/loadavg: 4.20 4.16 4.12 5/269 53406
/proc/meminfo: memFree=123779436/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=26324 memory=23948 CPUtime=0.67 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 5816 0 0 0 66 1 0 0 20 0 1 0 55245288 26955776 5987 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 6581 5987 576 696 0 5742 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 30516 KiB
Current children cumulated memory: 26892 KiB

[startup+1.50023 s]
/proc/loadavg: 4.20 4.16 4.12 6/269 53406
/proc/meminfo: memFree=123769040/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=211168 memory=202568 CPUtime=1.47 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 35467 0 0 0 139 8 0 0 20 0 1 0 55245288 216236032 50642 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 52792 50642 608 696 0 51953 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 215360 KiB
Current children cumulated memory: 205512 KiB

[startup+3.1057 s]
/proc/loadavg: 4.26 4.18 4.12 6/269 53406
/proc/meminfo: memFree=123567912/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=250632 memory=238576 CPUtime=3.07 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 36812 0 0 0 299 8 0 0 20 0 1 0 55245288 256647168 59644 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 62658 59644 608 696 0 61819 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 254824 KiB
Current children cumulated memory: 241520 KiB

[startup+6.30021 s]
/proc/loadavg: 4.26 4.18 4.12 6/269 53406
/proc/meminfo: memFree=123491124/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=291052 memory=274944 CPUtime=6.25 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 45128 0 0 0 612 13 0 0 20 0 1 0 55245288 298037248 68736 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 72763 68736 640 696 0 71924 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 295244 KiB
Current children cumulated memory: 277888 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.18 4.12 6/269 53406
/proc/meminfo: memFree=123513660/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=278796 memory=265160 CPUtime=12.64 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 47037 0 0 0 1250 14 0 0 20 0 1 0 55245288 285487104 66290 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 69699 66290 640 696 0 68860 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 282988 KiB
Current children cumulated memory: 268104 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.17 4.12 6/269 53406
/proc/meminfo: memFree=123507292/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=284608 memory=270920 CPUtime=25.4 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 48014 0 0 0 2526 14 0 0 20 0 1 0 55245288 291438592 67730 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 71152 67730 640 696 0 70313 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 288800 KiB
Current children cumulated memory: 273864 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.17 4.12 6/269 53407
/proc/meminfo: memFree=123488212/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=284608 memory=270920 CPUtime=50.92 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 48039 0 0 0 5078 14 0 0 20 0 1 0 55245288 291438592 67730 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 71152 67730 640 696 0 70313 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 288800 KiB
Current children cumulated memory: 273864 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.16 4.11 6/269 53408
/proc/meminfo: memFree=123516420/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=302952 memory=289352 CPUtime=101.96 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 50845 0 0 0 10179 17 0 0 20 0 1 0 55245288 310222848 72338 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 75738 72338 640 696 0 74899 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 307144 KiB
Current children cumulated memory: 292296 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.14 4.11 6/269 53410
/proc/meminfo: memFree=123487748/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=302952 memory=289352 CPUtime=161.78 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 50885 0 0 0 16161 17 0 0 20 0 1 0 55245288 310222848 72338 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 75738 72338 640 696 0 74899 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 307144 KiB
Current children cumulated memory: 292296 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.15 4.11 6/268 53413
/proc/meminfo: memFree=123519064/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=253284 memory=239824 CPUtime=221.6 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 51814 0 0 0 22142 18 0 0 20 0 1 0 55245288 259362816 59956 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 63321 59956 640 696 0 62482 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 257476 KiB

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

/proc/loadavg: 2.07 2.26 2.85 3/253 53619
/proc/meminfo: memFree=127974724/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=410536 memory=382532 CPUtime=3093.25 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 136982 0 0 0 309144 181 0 0 20 0 1 0 55245288 420388864 95633 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 102634 95633 640 696 0 101795 0
Current children cumulated CPU time: 3093.25 s
Current children cumulated vsize: 414728 KiB
Current children cumulated memory: 385476 KiB

[startup+3162.3 s]
/proc/loadavg: 2.18 2.25 2.81 3/253 53621
/proc/meminfo: memFree=127922488/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=460256 memory=432252 CPUtime=3153.11 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 138113 0 0 0 315126 185 0 0 20 0 1 0 55245288 471302144 108063 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 115064 108063 640 696 0 114225 0
Current children cumulated CPU time: 3153.11 s
Current children cumulated vsize: 464448 KiB
Current children cumulated memory: 435196 KiB

[startup+3222.3 s]
/proc/loadavg: 2.06 2.20 2.76 3/255 53626
/proc/meminfo: memFree=127887040/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=514220 memory=485260 CPUtime=3212.98 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 147676 0 0 0 321103 195 0 0 20 0 1 0 55245288 526561280 121315 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 128555 121315 640 696 0 127716 0
Current children cumulated CPU time: 3212.98 s
Current children cumulated vsize: 518412 KiB
Current children cumulated memory: 488204 KiB

[startup+3282.3 s]
/proc/loadavg: 2.21 2.21 2.73 3/255 53628
/proc/meminfo: memFree=127900140/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=475748 memory=446956 CPUtime=3272.84 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 149590 0 0 0 327083 201 0 0 20 0 1 0 55245288 487165952 111739 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 118937 111739 640 696 0 118098 0
Current children cumulated CPU time: 3272.84 s
Current children cumulated vsize: 479940 KiB
Current children cumulated memory: 449900 KiB

[startup+3342.3 s]
/proc/loadavg: 1.98 2.16 2.67 2/248 53660
/proc/meminfo: memFree=128118328/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=476776 memory=448780 CPUtime=3332.7 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 151588 0 0 0 333062 208 0 0 20 0 1 0 55245288 488218624 112195 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 119194 112195 640 696 0 118355 0
Current children cumulated CPU time: 3332.7 s
Current children cumulated vsize: 480968 KiB
Current children cumulated memory: 451724 KiB

[startup+3402.3 s]
/proc/loadavg: 1.40 1.96 2.57 2/248 53662
/proc/meminfo: memFree=128127332/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=467080 memory=439084 CPUtime=3392.56 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 153340 0 0 0 339043 213 0 0 20 0 1 0 55245288 478289920 109771 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 116770 109771 640 696 0 115931 0
Current children cumulated CPU time: 3392.56 s
Current children cumulated vsize: 471272 KiB
Current children cumulated memory: 442028 KiB

[startup+3462.3 s]
/proc/loadavg: 1.21 1.80 2.48 2/248 53664
/proc/meminfo: memFree=128148848/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=455972 memory=427976 CPUtime=3452.42 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 155740 0 0 0 345022 220 0 0 20 0 1 0 55245288 466915328 106994 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 113993 106994 640 696 0 113154 0
Current children cumulated CPU time: 3452.42 s
Current children cumulated vsize: 460164 KiB
Current children cumulated memory: 430920 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.66 2.39 2/247 53667
/proc/meminfo: memFree=128160676/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=442528 memory=414532 CPUtime=3512.28 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 157408 0 0 0 351002 226 0 0 20 0 1 0 55245288 453148672 103633 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 110632 103633 640 696 0 109793 0
Current children cumulated CPU time: 3512.28 s
Current children cumulated vsize: 446720 KiB
Current children cumulated memory: 417476 KiB

[startup+3582.3 s]
/proc/loadavg: 1.16 1.57 2.31 2/247 53669
/proc/meminfo: memFree=128137816/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=466548 memory=438552 CPUtime=3572.14 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 158694 0 0 0 356985 229 0 0 20 0 1 0 55245288 477745152 109638 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 116637 109638 640 696 0 115798 0
Current children cumulated CPU time: 3572.14 s
Current children cumulated vsize: 470740 KiB
Current children cumulated memory: 441496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 1.10 1.52 2.26 2/247 53670
/proc/meminfo: memFree=128147416/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=456972 memory=428976 CPUtime=3600.08 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 159388 0 0 0 359777 231 0 0 20 0 1 0 55245288 467939328 107244 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 114243 107244 640 696 0 113404 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 461164 KiB
Current children cumulated memory: 431920 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.77 s, system=2.32291 s

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

[startup+3610.3 s]
/proc/loadavg: 1.10 1.52 2.26 2/247 53670
/proc/meminfo: memFree=128147416/131250000 swapFree=33010416/33010684
[pid=53402] ppid=53399 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/53402/stat : 53402 (naps-1.03a6.sh) S 53399 53402 51532 0 -1 4194304 229 204 0 0 0 0 0 0 20 0 1 0 55245286 4292608 736 18446744073709551615 94600080912384 94600081806917 140733016873808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94600082045968 94600082093712 94600089903104 140733016881575 140733016881669 140733016881669 140733016887271 0
/proc/53402/statm: 1048 736 672 219 0 110 0
[pid=53406] ppid=53402 vsize=456972 memory=428976 CPUtime=3600.08 cores=1,3
/proc/53406/stat : 53406 (naps-1.03a6) R 53402 53402 51532 0 -1 4194304 159388 0 0 0 359777 231 0 0 20 0 1 0 55245288 467939328 107244 18446744073709551615 4198400 7047149 140720741669472 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 17584128 140720741673332 140720741673446 140720741673446 140720741679049 0
/proc/53406/statm: 114243 107244 640 696 0 113404 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 461164 KiB
Current children cumulated memory: 431920 KiB

Child status: 10

Real time (s): 3610.3
CPU time (s): 3600.1
CPU user time (s): 3597.77
CPU system time (s): 2.32291
CPU usage (%): 99.7173
Max. virtual memory (cumulated for all children) (KiB): 637892
Max. memory (cumulated for all children) (KiB): 606636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.77
system time used= 2.32291
maximum resident set size= 603692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159834
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= 203
involuntary context switches= 1549


# summary of solver processes directly reported to runsolver:
#   pid: 53402
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.77
#   total CPU system time (s): 2.32291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72537 second user time and 15.9782 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 20:47:34
IDJOB=4499158
IDBENCH=148772
IDSOLVER=3341
FILE ID=nodeC027/4499158-1751395654
RUNJOBID= nodeC027-1751386340-51547
SLURM_JOB_ID= 9598245
Free space on /tmp= 431660 MiB

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

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=386517872

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.563
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		: 3621.413
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		: 3595.373
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		: 3599.640
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.699
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		: 3599.633
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		: 3612.612
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.725
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:        123792216 kB
MemAvailable:   124930288 kB
Buffers:            2488 kB
Cached:          1940224 kB
SwapCached:           12 kB
Active:          5169852 kB
Inactive:        1637996 kB
Active(anon):    4880404 kB
Inactive(anon):     2792 kB
Active(file):     289448 kB
Inactive(file):  1635204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5848 kB
Writeback:             0 kB
AnonPages:       4867004 kB
Mapped:           111812 kB
Shmem:             18056 kB
KReclaimable:     104920 kB
Slab:             192908 kB
SReclaimable:     104920 kB
SUnreclaim:        87988 kB
KernelStack:        4316 kB
PageTables:        12616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5623256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3485696 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= 431676 MiB
End job on nodeC027 at 2025-07-01 21:47:44