Trace number 4434388

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 1.03? (TO) 3600.1 3612.5

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx30.opb
MD5SUM91ecd4a7d2e975c8e8a35b07ef7013ef
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 benchmark130.294
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434388-1721113726.opb
0.59/0.66	c single stage optimization mode
3600.08/3612.50	c 
3600.08/3612.50	c *** TERMINATED *** by signal 15
3600.08/3612.50	s UNKNOWN
3600.08/3612.50	c _____________________________________________________________________________
3600.08/3612.50	c std/band forms        : 222,0
3600.08/3612.50	c 2cl/3cl ITE-codings   : 139080,0
3600.08/3612.50	c BDD/srt/adr Max costs : 860,5568,0
3600.08/3612.50	c BDDraw/bin/mul/srt/adr: 0,0,192,30,0
3600.08/3612.50	c BDD nodes             : 165312
3600.08/3612.50	c Es1/CC detections     : 0,0
3600.08/3612.50	c CC sort               : 30
3600.08/3612.50	c SAT/UNSAT calls       : 0,0
3600.08/3612.50	c regenrated variables  : 0
3600.08/3612.50	c eliminated fixed lits : 0
3600.08/3612.50	c goal lit flips        : 0
3600.08/3612.50	c goal stages           : 1
3600.08/3612.50	c goal shrink           : 0
3600.08/3612.50	c goal coeff separations: 0
3600.08/3612.50	c restarts              : 0
3600.08/3612.50	c conflicts             : 0              (0 /sec)
3600.08/3612.50	c decisions             : 0              (0 /sec)
3600.08/3612.50	c propagations          : 0              (0 /sec)
3600.08/3612.50	c inspects              : 0              (0 /sec)
3600.08/3612.50	c CPU time (solving tm) : 3599 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.08/3612.50	c Time for Opt-base     : 0.0756 s
3600.08/3612.50	c Steps for Opt-base    : 190080
3600.08/3612.50	c Time for BDD coding   : 0.4975 s
3600.08/3612.50	c Time for srt coding   : 0.001577 s
3600.08/3612.50	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: 63931 MiB (60608 MiB free)
  memory of node 1: 64510 MiB (60518 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434388-1721113726/watcher-4434388-1721113726 -o /tmp/evaluation-result-4434388-1721113726/solver-4434388-1721113726 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721109326-840860 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434388-1721113726.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=844123, runsolver pid=844120

[startup+0.100064 s]*
/proc/loadavg: 4.27 4.23 4.16 5/263 844128
/proc/meminfo: memFree=124029540/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=7860 memory=6360 CPUtime=0.1 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 1224 0 0 0 10 0 0 0 20 0 1 0 163542335 8048640 1590 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 1965 1590 612 659 0 1169 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17792 KiB
Current children cumulated memory: 9124 KiB

[startup+0.206087 s]*
/proc/loadavg: 4.27 4.23 4.16 5/263 844128
/proc/meminfo: memFree=124027720/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=9672 memory=8300 CPUtime=0.2 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 1856 0 0 0 20 0 0 0 20 0 1 0 163542335 9904128 2075 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 2418 2075 612 659 0 1622 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 19604 KiB
Current children cumulated memory: 11064 KiB

[startup+0.306004 s]*
/proc/loadavg: 4.27 4.23 4.16 7/263 844128
/proc/meminfo: memFree=124025204/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=12320 memory=10860 CPUtime=0.3 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 2794 0 0 0 30 0 0 0 20 0 1 0 163542335 12615680 2715 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 3080 2715 612 659 0 2284 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 22252 KiB
Current children cumulated memory: 13624 KiB

[startup+0.700274 s]
/proc/loadavg: 4.27 4.23 4.16 6/263 844128
/proc/meminfo: memFree=124017352/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=103296 memory=100940 CPUtime=0.69 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 20596 0 0 0 65 4 0 0 20 0 1 0 163542335 105775104 25235 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 25824 25235 644 659 0 25028 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 113228 KiB
Current children cumulated memory: 103704 KiB

[startup+1.50027 s]
/proc/loadavg: 4.27 4.23 4.16 5/263 844128
/proc/meminfo: memFree=123926248/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=113428 memory=109320 CPUtime=1.48 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 22210 0 0 0 144 4 0 0 20 0 1 0 163542335 116150272 27330 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 28357 27330 644 659 0 27561 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 123360 KiB
Current children cumulated memory: 112084 KiB

[startup+3.10582 s]
/proc/loadavg: 4.27 4.23 4.16 5/263 844128
/proc/meminfo: memFree=123886344/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=132900 memory=126740 CPUtime=3.08 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 28274 0 0 0 302 6 0 0 20 0 1 0 163542335 136089600 31685 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 33225 31685 660 659 0 32429 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 142832 KiB
Current children cumulated memory: 129504 KiB

[startup+6.30025 s]
/proc/loadavg: 4.33 4.24 4.16 5/263 844128
/proc/meminfo: memFree=123900712/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=138444 memory=132400 CPUtime=6.26 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 31081 0 0 0 619 7 0 0 20 0 1 0 163542335 141766656 33100 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 34611 33100 660 659 0 33815 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 148376 KiB
Current children cumulated memory: 135164 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.24 4.16 5/263 844129
/proc/meminfo: memFree=123899536/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=138444 memory=134900 CPUtime=12.64 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 31188 0 0 0 1257 7 0 0 20 0 1 0 163542335 141766656 33725 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 34611 33725 660 659 0 33815 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 148376 KiB
Current children cumulated memory: 137664 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.23 4.16 5/263 844131
/proc/meminfo: memFree=123897336/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=138444 memory=134900 CPUtime=25.39 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 31229 0 0 0 2532 7 0 0 20 0 1 0 163542335 141766656 33725 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 34611 33725 660 659 0 33815 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 148376 KiB
Current children cumulated memory: 137664 KiB

[startup+51.106 s]
/proc/loadavg: 4.23 4.22 4.16 5/260 844135
/proc/meminfo: memFree=123874404/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=116212 memory=112760 CPUtime=50.91 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 31976 0 0 0 5083 8 0 0 20 0 1 0 163542335 119001088 28190 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 29053 28190 660 659 0 28257 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 126144 KiB
Current children cumulated memory: 115524 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.20 4.15 5/260 844144
/proc/meminfo: memFree=123894044/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=142352 memory=138772 CPUtime=101.91 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 34101 0 0 0 10182 9 0 0 20 0 1 0 163542335 145768448 34693 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 35588 34693 660 659 0 34792 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 152284 KiB
Current children cumulated memory: 141536 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.18 4.15 5/262 844159
/proc/meminfo: memFree=123910252/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=118096 memory=114772 CPUtime=161.69 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 34890 0 0 0 16160 9 0 0 20 0 1 0 163542335 120930304 28693 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 29524 28693 660 659 0 28728 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 128028 KiB
Current children cumulated memory: 117536 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.18 4.15 5/262 844170
/proc/meminfo: memFree=123873312/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=153536 memory=150032 CPUtime=221.47 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 39383 0 0 0 22135 12 0 0 20 0 1 0 163542335 157220864 37508 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 38384 37508 660 659 0 37588 0
Current children cumulated CPU time: 221.47 s

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

/proc/loadavg: 4.09 4.11 4.09 5/262 845954
/proc/meminfo: memFree=123439688/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=217920 memory=216708 CPUtime=3091.69 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 126669 0 0 0 309053 116 0 0 20 0 1 0 163542335 223150080 54177 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 54480 54177 660 659 0 53684 0
Current children cumulated CPU time: 3091.69 s
Current children cumulated vsize: 227852 KiB
Current children cumulated memory: 219472 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/261 845979
/proc/meminfo: memFree=123452752/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=220852 memory=219640 CPUtime=3151.49 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 127928 0 0 0 315031 118 0 0 20 0 1 0 163542335 226152448 54910 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 55213 54910 660 659 0 54417 0
Current children cumulated CPU time: 3151.49 s
Current children cumulated vsize: 230784 KiB
Current children cumulated memory: 222404 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/261 845991
/proc/meminfo: memFree=123458848/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=220400 memory=219188 CPUtime=3211.28 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 129236 0 0 0 321009 119 0 0 20 0 1 0 163542335 225689600 54797 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 55100 54797 660 659 0 54304 0
Current children cumulated CPU time: 3211.28 s
Current children cumulated vsize: 230332 KiB
Current children cumulated memory: 221952 KiB

[startup+3282.3 s]
/proc/loadavg: 4.46 4.23 4.13 5/261 846001
/proc/meminfo: memFree=123451808/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=226912 memory=225700 CPUtime=3271.09 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 130509 0 0 0 326987 122 0 0 20 0 1 0 163542335 232357888 56425 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 56728 56425 660 659 0 55932 0
Current children cumulated CPU time: 3271.09 s
Current children cumulated vsize: 236844 KiB
Current children cumulated memory: 228464 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.20 4.12 5/261 846062
/proc/meminfo: memFree=123248300/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=223952 memory=222740 CPUtime=3330.89 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 132529 0 0 0 332964 125 0 0 20 0 1 0 163542335 229326848 55685 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 55988 55685 660 659 0 55192 0
Current children cumulated CPU time: 3330.89 s
Current children cumulated vsize: 233884 KiB
Current children cumulated memory: 225504 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.19 4.12 5/261 846322
/proc/meminfo: memFree=123480604/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=224992 memory=223780 CPUtime=3390.66 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 133824 0 0 0 338939 127 0 0 20 0 1 0 163542335 230391808 55945 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 56248 55945 660 659 0 55452 0
Current children cumulated CPU time: 3390.66 s
Current children cumulated vsize: 234924 KiB
Current children cumulated memory: 226544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/259 846481
/proc/meminfo: memFree=122842248/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=244024 memory=242812 CPUtime=3450.44 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 135181 0 0 0 344915 129 0 0 20 0 1 0 163542335 249880576 60703 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 61006 60703 660 659 0 60210 0
Current children cumulated CPU time: 3450.44 s
Current children cumulated vsize: 253956 KiB
Current children cumulated memory: 245576 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/259 847091
/proc/meminfo: memFree=123423272/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=222716 memory=220452 CPUtime=3510.21 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 136676 0 0 0 350890 131 0 0 20 0 1 0 163542335 228061184 55113 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 55679 55113 660 659 0 54883 0
Current children cumulated CPU time: 3510.21 s
Current children cumulated vsize: 232648 KiB
Current children cumulated memory: 223216 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.17 4.12 5/260 847701
/proc/meminfo: memFree=122054948/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=220524 memory=218300 CPUtime=3570 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 138901 0 0 0 356866 134 0 0 20 0 1 0 163542335 225816576 54575 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 55131 54575 660 659 0 54335 0
Current children cumulated CPU time: 3570 s
Current children cumulated vsize: 230456 KiB
Current children cumulated memory: 221064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.5 s]
/proc/loadavg: 4.13 4.15 4.11 5/260 847706
/proc/meminfo: memFree=119939804/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=222268 memory=220052 CPUtime=3600.08 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 139285 0 0 0 359874 134 0 0 20 0 1 0 163542335 227602432 55013 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 55567 55013 660 659 0 54771 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 232200 KiB
Current children cumulated memory: 222816 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.75 s, system=1.35099 s

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

[startup+3612.5 s]
/proc/loadavg: 4.13 4.15 4.11 5/260 847706
/proc/meminfo: memFree=119939804/131524600 swapFree=131071996/131071996
[pid=844123] ppid=844120 vsize=9932 memory=2764 CPUtime=0 cores=0,2
/proc/844123/stat : 844123 (naps-1.03.sh) S 844120 844123 840689 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 163542334 10170368 691 134679101440 94677609910272 94677610989592 140728700340368 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94677613088048 94677613135236 94677630324736 140728700343268 140728700343393 140728700343393 140728700350408 0
/proc/844123/statm: 2483 691 614 264 0 134 0
[pid=844128] ppid=844123 vsize=222268 memory=220052 CPUtime=3600.08 cores=0,2
/proc/844128/stat : 844128 (naps-1.03) R 844123 844123 840689 0 -1 4194304 139285 0 0 0 359874 134 0 0 20 0 1 0 163542335 227602432 55013 134679101440 4194304 6891213 140737455270720 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16572416 140737455277045 140737455277157 140737455277157 140737455284171 0
/proc/844128/statm: 55567 55013 660 659 0 54771 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 232200 KiB
Current children cumulated memory: 222816 KiB

Child status: 10

Real time (s): 3612.5
CPU time (s): 3600.1
CPU user time (s): 3598.75
CPU system time (s): 1.35099
CPU usage (%): 99.6568
Max. virtual memory (cumulated for all children) (KiB): 310072
Max. memory (cumulated for all children) (KiB): 299840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.75
system time used= 1.35099
maximum resident set size= 297868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139764
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= 46
involuntary context switches= 25430


# summary of solver processes directly reported to runsolver:
#   pid: 844123
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.75
#   total CPU system time (s): 1.35099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.04694 second user time and 17.7298 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-16 09:08:58
IDJOB=4434388
IDBENCH=148776
IDSOLVER=3063
FILE ID=nodeC033/4434388-1721113726
RUNJOBID= nodeC033-1721109326-840860
SLURM_JOB_ID= 7505643
Free space on /tmp= 890056 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434388-1721113726/watcher-4434388-1721113726 -o /tmp/evaluation-result-4434388-1721113726/solver-4434388-1721113726 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721109326-840860 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434388-1721113726.opb

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

MD5SUM BENCH= 91ecd4a7d2e975c8e8a35b07ef7013ef
RANDOM SEED=1850548271

nodeC033.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3650.231
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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		: 3690.411
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3648.420
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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		: 3600.187
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3659.105
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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		: 3690.515
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3605.577
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.50
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.834
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124034528 kB
MemAvailable:   128717792 kB
Buffers:          425668 kB
Cached:          5038716 kB
SwapCached:            0 kB
Active:           692932 kB
Inactive:        6080600 kB
Active(anon):       1596 kB
Inactive(anon):  1344960 kB
Active(file):     691336 kB
Inactive(file):  4735640 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5508 kB
Writeback:             0 kB
AnonPages:       1306204 kB
Mapped:           111816 kB
Shmem:             37716 kB
KReclaimable:     191872 kB
Slab:             309812 kB
SReclaimable:     191872 kB
SUnreclaim:       117940 kB
KernelStack:        4236 kB
PageTables:        11924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1821656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61600 kB
HardwareCorrupted:     0 kB
AnonHugePages:    870400 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262868 kB
DirectMap2M:    25724928 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889820 MiB
End job on nodeC033 at 2024-07-16 10:09:11