Trace number 4434389

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.04 3610.2

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
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 benchmark2386.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
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 636
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.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434389-1721113449.opb
0.68/0.77	c single stage optimization mode
3600.02/3610.20	c 
3600.02/3610.20	c *** TERMINATED *** by signal 15
3600.02/3610.20	s UNKNOWN
3600.02/3610.20	c _____________________________________________________________________________
3600.02/3610.20	c std/band forms        : 369,0
3600.02/3610.20	c 2cl/3cl ITE-codings   : 132160,0
3600.02/3610.20	c BDD/srt/adr Max costs : 615,11586,0
3600.02/3610.20	c BDDraw/bin/mul/srt/adr: 320,0,0,49,0
3600.02/3610.20	c BDD nodes             : 197440
3600.02/3610.20	c Es1/CC detections     : 0,0
3600.02/3610.20	c CC sort               : 49
3600.02/3610.20	c SAT/UNSAT calls       : 0,0
3600.02/3610.20	c regenrated variables  : 0
3600.02/3610.20	c eliminated fixed lits : 0
3600.02/3610.20	c goal lit flips        : 0
3600.02/3610.20	c goal stages           : 1
3600.02/3610.20	c goal shrink           : 0
3600.02/3610.20	c goal coeff separations: 0
3600.02/3610.20	c restarts              : 0
3600.02/3610.20	c conflicts             : 0              (0 /sec)
3600.02/3610.20	c decisions             : 0              (0 /sec)
3600.02/3610.20	c propagations          : 0              (0 /sec)
3600.02/3610.20	c inspects              : 0              (0 /sec)
3600.02/3610.20	c CPU time (solving tm) : 3599 s        (3598 s, SAT 0 s, UNSAT 0 s)
3600.02/3610.20	c Time for Opt-base     : 0.000527 s
3600.02/3610.20	c Steps for Opt-base    : 0
3600.02/3610.20	c Time for BDD coding   : 0.5105 s
3600.02/3610.20	c Time for srt coding   : 0.005889 s
3600.02/3610.20	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (49122 MiB free)
  memory of node 1: 64510 MiB (60703 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=843919, runsolver pid=843916
Current StackSize limit: 8192 KiB


[startup+0.100929 s]*
/proc/loadavg: 4.64 4.28 4.15 5/265 843924
/proc/meminfo: memFree=112448064/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=12000 memory=10364 CPUtime=0.09 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 2404 0 0 0 9 0 0 0 20 0 1 0 163514624 12288000 2591 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 3000 2591 612 659 0 2204 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21932 KiB
Current children cumulated memory: 13024 KiB

[startup+0.205916 s]*
/proc/loadavg: 4.64 4.28 4.15 5/265 843924
/proc/meminfo: memFree=112440784/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=14780 memory=13044 CPUtime=0.18 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 3393 0 0 0 18 0 0 0 20 0 1 0 163514624 15134720 3261 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 3695 3261 612 659 0 2899 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 24712 KiB
Current children cumulated memory: 15704 KiB

[startup+0.305746 s]*
/proc/loadavg: 4.64 4.28 4.15 5/265 843924
/proc/meminfo: memFree=112436748/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=16512 memory=14364 CPUtime=0.28 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 3731 0 0 0 28 0 0 0 20 0 1 0 163514624 16908288 3591 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 4128 3591 612 659 0 3332 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 26444 KiB
Current children cumulated memory: 17024 KiB

[startup+0.700274 s]
/proc/loadavg: 4.64 4.28 4.15 5/265 843924
/proc/meminfo: memFree=112423880/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=75044 memory=72640 CPUtime=0.68 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 17210 0 0 0 65 3 0 0 20 0 1 0 163514624 76845056 18160 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 18761 18160 612 659 0 17965 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 84976 KiB
Current children cumulated memory: 75300 KiB

[startup+1.50024 s]
/proc/loadavg: 4.66 4.29 4.15 5/265 843924
/proc/meminfo: memFree=112308592/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=144812 memory=137556 CPUtime=1.47 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 26757 0 0 0 142 5 0 0 20 0 1 0 163514624 148287488 34389 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 36203 34389 644 659 0 35407 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 154744 KiB
Current children cumulated memory: 140216 KiB

[startup+3.10579 s]
/proc/loadavg: 4.66 4.29 4.15 5/265 843924
/proc/meminfo: memFree=112177752/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=157996 memory=151920 CPUtime=3.07 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 33170 0 0 0 299 8 0 0 20 0 1 0 163514624 161787904 37980 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 39499 37980 660 659 0 38703 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 167928 KiB
Current children cumulated memory: 154580 KiB

[startup+6.30027 s]
/proc/loadavg: 4.61 4.29 4.15 5/265 843925
/proc/meminfo: memFree=112093652/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=156208 memory=150308 CPUtime=6.26 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 35285 0 0 0 617 9 0 0 20 0 1 0 163514624 159956992 37577 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 39052 37577 660 659 0 38256 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 166140 KiB
Current children cumulated memory: 152968 KiB

[startup+12.7003 s]
/proc/loadavg: 4.56 4.28 4.15 5/265 843925
/proc/meminfo: memFree=111885460/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=159132 memory=153832 CPUtime=12.64 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 35635 0 0 0 1255 9 0 0 20 0 1 0 163514624 162951168 38458 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 39783 38458 660 659 0 38987 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 169064 KiB
Current children cumulated memory: 156492 KiB

[startup+25.5003 s]
/proc/loadavg: 4.56 4.29 4.15 5/265 843928
/proc/meminfo: memFree=111475668/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=160432 memory=155112 CPUtime=25.4 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 35990 0 0 0 2531 9 0 0 20 0 1 0 163514624 164282368 38778 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 40108 38778 660 659 0 39312 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 170364 KiB
Current children cumulated memory: 157772 KiB

[startup+51.1059 s]
/proc/loadavg: 4.34 4.26 4.15 5/265 843931
/proc/meminfo: memFree=110770704/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=170308 memory=164952 CPUtime=50.93 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 39210 0 0 0 5081 12 0 0 20 0 1 0 163514624 174395392 41238 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 42577 41238 660 659 0 41781 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 180240 KiB
Current children cumulated memory: 167612 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.23 4.14 5/263 843940
/proc/meminfo: memFree=104880120/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=162356 memory=156840 CPUtime=101.98 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 40064 0 0 0 10185 13 0 0 20 0 1 0 163514624 166252544 39210 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 40589 39210 660 659 0 39793 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 172288 KiB
Current children cumulated memory: 159500 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 4.24 4.15 5/263 843950
/proc/meminfo: memFree=106429808/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=139668 memory=134504 CPUtime=161.81 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 42144 0 0 0 16166 15 0 0 20 0 1 0 163514624 143020032 33626 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 34917 33626 660 659 0 34121 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 149600 KiB
Current children cumulated memory: 137164 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.22 4.15 5/263 843961
/proc/meminfo: memFree=105346252/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=192904 memory=187556 CPUtime=221.64 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 45882 0 0 0 22146 18 0 0 20 0 1 0 163514624 197533696 46889 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 48226 46889 660 659 0 47430 0
Current children cumulated CPU time: 221.64 s

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

/proc/loadavg: 4.14 4.10 4.09 5/262 845342
/proc/meminfo: memFree=123492968/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=247172 memory=243960 CPUtime=3033.74 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 99973 0 0 0 303289 85 0 0 20 0 1 0 163514624 253104128 60990 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 61793 60990 660 659 0 60997 0
Current children cumulated CPU time: 3033.74 s
Current children cumulated vsize: 257104 KiB
Current children cumulated memory: 246620 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/261 845736
/proc/meminfo: memFree=123467900/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=264324 memory=261112 CPUtime=3093.58 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 102011 0 0 0 309268 90 0 0 20 0 1 0 163514624 270667776 65278 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 66081 65278 660 659 0 65285 0
Current children cumulated CPU time: 3093.58 s
Current children cumulated vsize: 274256 KiB
Current children cumulated memory: 263772 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/261 845746
/proc/meminfo: memFree=123458544/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=259236 memory=256024 CPUtime=3153.4 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 103965 0 0 0 315247 93 0 0 20 0 1 0 163514624 265457664 64006 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 64809 64006 660 659 0 64013 0
Current children cumulated CPU time: 3153.4 s
Current children cumulated vsize: 269168 KiB
Current children cumulated memory: 258684 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/260 845757
/proc/meminfo: memFree=123456824/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=255068 memory=251856 CPUtime=3213.23 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 105774 0 0 0 321226 97 0 0 20 0 1 0 163514624 261189632 62964 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 63767 62964 660 659 0 62971 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 265000 KiB
Current children cumulated memory: 254516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/262 845937
/proc/meminfo: memFree=123441208/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=262100 memory=258888 CPUtime=3273.06 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 106775 0 0 0 327206 100 0 0 20 0 1 0 163514624 268390400 64722 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 65525 64722 660 659 0 64729 0
Current children cumulated CPU time: 3273.06 s
Current children cumulated vsize: 272032 KiB
Current children cumulated memory: 261548 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/262 845947
/proc/meminfo: memFree=123449340/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=262904 memory=259692 CPUtime=3332.89 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 108715 0 0 0 333185 104 0 0 20 0 1 0 163514624 269213696 64923 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 65726 64923 660 659 0 64930 0
Current children cumulated CPU time: 3332.89 s
Current children cumulated vsize: 272836 KiB
Current children cumulated memory: 262352 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/261 845972
/proc/meminfo: memFree=123436040/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=276552 memory=273340 CPUtime=3392.71 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 110161 0 0 0 339164 107 0 0 20 0 1 0 163514624 283189248 68335 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 69138 68335 660 659 0 68342 0
Current children cumulated CPU time: 3392.71 s
Current children cumulated vsize: 286484 KiB
Current children cumulated memory: 276000 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/261 845982
/proc/meminfo: memFree=123460776/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=252860 memory=249648 CPUtime=3452.55 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 111494 0 0 0 345144 111 0 0 20 0 1 0 163514624 258928640 62412 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 63215 62412 660 659 0 62419 0
Current children cumulated CPU time: 3452.55 s
Current children cumulated vsize: 262792 KiB
Current children cumulated memory: 252308 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.18 4.11 5/261 845994
/proc/meminfo: memFree=123419204/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=280640 memory=277428 CPUtime=3512.38 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 113393 0 0 0 351123 115 0 0 20 0 1 0 163514624 287375360 69357 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 70160 69357 660 659 0 69364 0
Current children cumulated CPU time: 3512.38 s
Current children cumulated vsize: 290572 KiB
Current children cumulated memory: 280088 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.21 4.13 5/261 846004
/proc/meminfo: memFree=123450884/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=250700 memory=247488 CPUtime=3572.2 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 115305 0 0 0 357102 118 0 0 20 0 1 0 163514624 256716800 61872 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 62675 61872 660 659 0 61879 0
Current children cumulated CPU time: 3572.2 s
Current children cumulated vsize: 260632 KiB
Current children cumulated memory: 250148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.27 4.20 4.13 5/261 846010
/proc/meminfo: memFree=123401216/131524600 swapFree=131071996/131071996
[pid=843919] ppid=843916 vsize=9932 memory=2660 CPUtime=0 cores=1,3
/proc/843919/stat : 843919 (naps-1.03.sh) S 843916 843919 840689 0 -1 4194304 218 244 0 0 0 0 0 0 20 0 1 0 163514624 10170368 665 134679101440 94672640069632 94672641148952 140729718133376 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94672643247408 94672643294596 94672668712960 140729718137828 140729718137953 140729718137953 140729718144968 0
/proc/843919/statm: 2483 665 585 264 0 134 0
[pid=843924] ppid=843919 vsize=259900 memory=256688 CPUtime=3600.02 cores=1,3
/proc/843924/stat : 843924 (naps-1.03) R 843919 843919 840689 0 -1 4194304 115776 0 0 0 359882 120 0 0 20 0 1 0 163514624 266137600 64172 134679101440 4194304 6891213 140726328525120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 12103680 140726328529909 140726328530021 140726328530021 140726328537035 0
/proc/843924/statm: 64975 64172 660 659 0 64179 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 269832 KiB
Current children cumulated memory: 259348 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.83 s, system=1.20801 s

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

Child status: 10

Real time (s): 3610.2
CPU time (s): 3600.04
CPU user time (s): 3598.83
CPU system time (s): 1.20801
CPU usage (%): 99.7184
Max. virtual memory (cumulated for all children) (KiB): 379548
Max. memory (cumulated for all children) (KiB): 368956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.83
system time used= 1.20801
maximum resident set size= 366296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116254
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= 64
involuntary context switches= 1393


# summary of solver processes directly reported to runsolver:
#   pid: 843919
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.83
#   total CPU system time (s): 1.20801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12288 second user time and 17.3525 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-16 09:04:21
IDJOB=4434389
IDBENCH=148770
IDSOLVER=3063
FILE ID=nodeC033/4434389-1721113449
RUNJOBID= nodeC033-1721109326-840862
SLURM_JOB_ID= 7505643
Free space on /tmp= 889800 MiB

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

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=503365291

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		: 3673.028
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		: 3657.687
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		: 3599.879
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		: 3659.732
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		: 3673.185
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		: 3666.464
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		: 3599.914
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		: 3600.279
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:        112462416 kB
MemAvailable:   116977508 kB
Buffers:          425412 kB
Cached:          4873944 kB
SwapCached:            0 kB
Active:           951532 kB
Inactive:       17375476 kB
Active(anon):       1612 kB
Inactive(anon): 13063732 kB
Active(file):     949920 kB
Inactive(file):  4311744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5356 kB
Writeback:            20 kB
AnonPages:      13024532 kB
Mapped:           111496 kB
Shmem:             37716 kB
KReclaimable:     186152 kB
Slab:             302344 kB
SReclaimable:     186152 kB
SUnreclaim:       116192 kB
KernelStack:        4272 kB
PageTables:        36804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14915564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5537792 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:      260820 kB
DirectMap2M:    25726976 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC033 at 2024-07-16 10:04:31