Trace number 4446259

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.03? (TO) 3600.05 3609.8

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-121.opb
MD5SUM385cc980e0c43194d9e7f2f21b5d5aa0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
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-4446259-1721329307.opb
3600.03/3609.80	c 
3600.03/3609.80	c *** TERMINATED *** by signal 15
3600.03/3609.80	s UNKNOWN
3600.03/3609.80	c _____________________________________________________________________________
3600.03/3609.80	c std/band forms        : 130200,0
3600.03/3609.80	c 2cl/3cl ITE-codings   : 120160,0
3600.03/3609.80	c BDD/srt/adr Max costs : 5,119,0
3600.03/3609.80	c BDDraw/bin/mul/srt/adr: 126168,0,0,4032,0
3600.03/3609.80	c BDD nodes             : 744992
3600.03/3609.80	c Es1/CC detections     : 0,0
3600.03/3609.80	c CC sort               : 4030
3600.03/3609.80	c SAT/UNSAT calls       : 0,0
3600.03/3609.80	c regenrated variables  : 0
3600.03/3609.80	c eliminated fixed lits : 0
3600.03/3609.80	c goal lit flips        : 0
3600.03/3609.80	c goal stages           : 0
3600.03/3609.80	c goal shrink           : 0
3600.03/3609.80	c goal coeff separations: 0
3600.03/3609.80	c restarts              : 0
3600.03/3609.80	c conflicts             : 0              (0 /sec)
3600.03/3609.80	c decisions             : 0              (0 /sec)
3600.03/3609.80	c propagations          : 0              (0 /sec)
3600.03/3609.80	c inspects              : 0              (0 /sec)
3600.03/3609.80	c CPU time (solving tm) : 3599 s        (3587 s, SAT 0 s, UNSAT 0 s)
3600.03/3609.80	c Time for Opt-base     : 0.01791 s
3600.03/3609.80	c Steps for Opt-base    : 0
3600.03/3609.80	c Time for BDD coding   : 1.588 s
3600.03/3609.80	c Time for srt coding   : 0.03971 s
3600.03/3609.80	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: 63968 MiB (62564 MiB free)
  memory of node 1: 64473 MiB (61664 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446259-1721329307/watcher-4446259-1721329307 -o /tmp/evaluation-result-4446259-1721329307/solver-4446259-1721329307 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721329286-969444 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4446259-1721329307.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=969672, runsolver pid=969669
Current StackSize limit: 8192 KiB


[startup+0.100909 s]*
/proc/loadavg: 2.51 1.58 2.05 5/263 969677
/proc/meminfo: memFree=127207328/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=6420 memory=4240 CPUtime=0.09 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 665 0 0 0 9 0 0 0 20 0 1 0 185094205 6574080 1060 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 1605 1060 500 659 0 809 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 16352 KiB
Current children cumulated memory: 6976 KiB

[startup+0.205909 s]*
/proc/loadavg: 2.51 1.58 2.05 5/263 969677
/proc/meminfo: memFree=127204976/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=9040 memory=6544 CPUtime=0.19 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 1247 0 0 0 19 0 0 0 20 0 1 0 185094205 9256960 1636 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 2260 1636 500 659 0 1464 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18972 KiB
Current children cumulated memory: 9280 KiB

[startup+0.305645 s]*
/proc/loadavg: 2.51 1.58 2.05 5/263 969678
/proc/meminfo: memFree=127202504/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=10668 memory=8880 CPUtime=0.28 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 1799 0 0 0 28 0 0 0 20 0 1 0 185094205 10924032 2220 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 2667 2220 500 659 0 1871 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 20600 KiB
Current children cumulated memory: 11616 KiB

[startup+0.700238 s]
/proc/loadavg: 2.51 1.58 2.05 5/263 969678
/proc/meminfo: memFree=127195620/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=21560 memory=17964 CPUtime=0.68 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 4112 0 0 0 67 1 0 0 20 0 1 0 185094205 22077440 4491 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 5390 4491 500 659 0 4594 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 31492 KiB
Current children cumulated memory: 20700 KiB

[startup+1.50022 s]
/proc/loadavg: 2.51 1.58 2.05 5/263 969678
/proc/meminfo: memFree=127198528/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=45392 memory=36408 CPUtime=1.48 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 8912 0 0 0 146 2 0 0 20 0 1 0 185094205 46481408 9102 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 11348 9102 500 659 0 10552 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 55324 KiB
Current children cumulated memory: 39144 KiB

[startup+3.10552 s]
/proc/loadavg: 2.51 1.58 2.05 5/263 969678
/proc/meminfo: memFree=127126316/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=89008 memory=74336 CPUtime=3.08 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 17160 0 0 0 304 4 0 0 20 0 1 0 185094205 91144192 18584 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 22252 18584 500 659 0 21456 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 98940 KiB
Current children cumulated memory: 77072 KiB

[startup+6.30019 s]
/proc/loadavg: 2.63 1.62 2.06 5/263 969678
/proc/meminfo: memFree=127063440/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=175608 memory=150692 CPUtime=6.27 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 32265 0 0 0 619 8 0 0 20 0 1 0 185094205 179822592 37673 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 43902 37673 500 659 0 43106 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 185540 KiB
Current children cumulated memory: 153428 KiB

[startup+12.7002 s]
/proc/loadavg: 2.74 1.66 2.07 5/263 969680
/proc/meminfo: memFree=126892452/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=429244 memory=335868 CPUtime=12.65 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 65852 0 0 0 1240 25 0 0 20 0 1 0 185094205 439545856 83967 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 107311 83967 532 659 0 106515 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 439176 KiB
Current children cumulated memory: 338604 KiB

[startup+25.5002 s]
/proc/loadavg: 3.09 1.79 2.11 5/263 969681
/proc/meminfo: memFree=126830016/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=437716 memory=368884 CPUtime=25.42 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 67991 0 0 0 2514 28 0 0 20 0 1 0 185094205 448221184 92221 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 109429 92221 532 659 0 108633 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 447648 KiB
Current children cumulated memory: 371620 KiB

[startup+51.1056 s]
/proc/loadavg: 3.46 1.99 2.16 5/262 969736
/proc/meminfo: memFree=126444852/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=437280 memory=364392 CPUtime=50.96 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 70150 0 0 0 5066 30 0 0 20 0 1 0 185094205 447774720 91098 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 109320 91098 532 659 0 108524 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 447212 KiB
Current children cumulated memory: 367128 KiB

[startup+102.3 s]
/proc/loadavg: 3.83 2.31 2.27 5/262 969793
/proc/meminfo: memFree=125352692/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=441812 memory=381204 CPUtime=102.02 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 71838 0 0 0 10169 33 0 0 20 0 1 0 185094205 452415488 95301 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 110453 95301 532 659 0 109657 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 451744 KiB
Current children cumulated memory: 383940 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 2.65 2.39 5/261 969806
/proc/meminfo: memFree=124806320/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=441812 memory=377024 CPUtime=161.86 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 73965 0 0 0 16151 35 0 0 20 0 1 0 185094205 452415488 94256 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 110453 94256 532 659 0 109657 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 451744 KiB
Current children cumulated memory: 379760 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.91 2.50 5/261 969816
/proc/meminfo: memFree=124769604/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=441812 memory=383292 CPUtime=221.69 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 75098 0 0 0 22133 36 0 0 20 0 1 0 185094205 452415488 95823 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 110453 95823 532 659 0 109657 0
Current children cumulated CPU time: 221.69 s

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

/proc/loadavg: 4.18 4.13 4.03 5/260 971142
/proc/meminfo: memFree=126883840/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=398364 CPUtime=3034.31 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 132032 0 0 0 303315 116 0 0 20 0 1 0 185094205 519524352 99591 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 99591 532 659 0 126041 0
Current children cumulated CPU time: 3034.31 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 401100 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.03 5/260 971152
/proc/meminfo: memFree=126815428/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=433288 CPUtime=3094.12 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 132155 0 0 0 309295 117 0 0 20 0 1 0 185094205 519524352 108322 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 108322 532 659 0 126041 0
Current children cumulated CPU time: 3094.12 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 436024 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.03 5/260 971164
/proc/meminfo: memFree=126821672/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=429192 CPUtime=3153.94 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 133376 0 0 0 315275 119 0 0 20 0 1 0 185094205 519524352 107298 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 107298 532 659 0 126041 0
Current children cumulated CPU time: 3153.94 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 431928 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.03 5/260 971174
/proc/meminfo: memFree=126816384/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=416800 CPUtime=3213.75 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 134597 0 0 0 321255 120 0 0 20 0 1 0 185094205 519524352 104200 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 104200 532 659 0 126041 0
Current children cumulated CPU time: 3213.75 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 419536 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.04 5/260 971568
/proc/meminfo: memFree=126811312/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=427144 CPUtime=3273.56 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 134708 0 0 0 327236 120 0 0 20 0 1 0 185094205 519524352 106786 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 106786 532 659 0 126041 0
Current children cumulated CPU time: 3273.56 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 429880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.04 5/260 971579
/proc/meminfo: memFree=126825464/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=396320 CPUtime=3333.38 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 137012 0 0 0 333214 124 0 0 20 0 1 0 185094205 519524352 99080 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 99080 532 659 0 126041 0
Current children cumulated CPU time: 3333.38 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 399056 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.05 5/260 971590
/proc/meminfo: memFree=126804824/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=408608 CPUtime=3393.19 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 138229 0 0 0 339193 126 0 0 20 0 1 0 185094205 519524352 102152 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 102152 532 659 0 126041 0
Current children cumulated CPU time: 3393.19 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 411344 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/262 971770
/proc/meminfo: memFree=126794868/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=441480 CPUtime=3452.99 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 138352 0 0 0 345173 126 0 0 20 0 1 0 185094205 519524352 110370 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 110370 532 659 0 126041 0
Current children cumulated CPU time: 3452.99 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 444216 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.05 5/262 971781
/proc/meminfo: memFree=126774136/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=437384 CPUtime=3512.81 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 139574 0 0 0 351153 128 0 0 20 0 1 0 185094205 519524352 109346 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 109346 532 659 0 126041 0
Current children cumulated CPU time: 3512.81 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 440120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.05 5/261 971806
/proc/meminfo: memFree=126760472/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507348 memory=453768 CPUtime=3572.63 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 140853 0 0 0 357132 131 0 0 20 0 1 0 185094205 519524352 113442 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126837 113442 532 659 0 126041 0
Current children cumulated CPU time: 3572.63 s
Current children cumulated vsize: 517280 KiB
Current children cumulated memory: 456504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.14 4.10 4.05 5/261 971809
/proc/meminfo: memFree=126793212/131524600 swapFree=131071996/131071996
[pid=969672] ppid=969669 vsize=9932 memory=2736 CPUtime=0 cores=1,3
/proc/969672/stat : 969672 (naps-1.03.sh) S 969669 969672 969432 0 -1 4194304 219 244 0 0 0 0 0 0 20 0 1 0 185094205 10170368 684 134679101440 94188777897984 94188778977304 140731018269104 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94188781075760 94188781122948 94188783755264 140731018277859 140731018277984 140731018277984 140731018285000 0
/proc/969672/statm: 2483 684 605 264 0 134 0
[pid=969677] ppid=969672 vsize=507480 memory=427144 CPUtime=3600.03 cores=1,3
/proc/969677/stat : 969677 (naps-1.03) R 969672 969672 969432 0 -1 4194304 141939 0 0 0 359871 132 0 0 20 0 1 0 185094205 519659520 106786 134679101440 4194304 6891213 140726276593776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14753792 140726276596724 140726276596836 140726276596836 140726276603851 0
/proc/969677/statm: 126870 106786 532 659 0 126074 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 517412 KiB
Current children cumulated memory: 429880 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.72 s, system=1.3324 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): 3609.8
CPU time (s): 3600.05
CPU user time (s): 3598.72
CPU system time (s): 1.3324
CPU usage (%): 99.73
Max. virtual memory (cumulated for all children) (KiB): 517412
Max. memory (cumulated for all children) (KiB): 458552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.72
system time used= 1.3324
maximum resident set size= 455816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142417
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= 66
involuntary context switches= 2653


# summary of solver processes directly reported to runsolver:
#   pid: 969672
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3598.72
#   total CPU system time (s): 1.3324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34594 second user time and 17.3263 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-18 21:02:00
IDJOB=4446259
IDBENCH=155547
IDSOLVER=3063
FILE ID=nodeC020/4446259-1721329307
RUNJOBID= nodeC020-1721329286-969444
SLURM_JOB_ID= 7542697
Free space on /tmp= 889948 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-121.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446259-1721329307/watcher-4446259-1721329307 -o /tmp/evaluation-result-4446259-1721329307/solver-4446259-1721329307 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721329286-969444 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4446259-1721329307.opb

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

MD5SUM BENCH= 385cc980e0c43194d9e7f2f21b5d5aa0
RANDOM SEED=1748077827

nodeC020.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		: 3679.376
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	: 7000.05
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		: 3658.390
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	: 7005.84
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		: 3600.084
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	: 7000.05
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		: 3683.601
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	: 7005.84
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		: 3679.375
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	: 7000.05
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		: 3682.663
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	: 7005.84
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		: 3600.369
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	: 7000.05
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.259
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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127212936 kB
MemAvailable:   129244568 kB
Buffers:          507248 kB
Cached:          2343656 kB
SwapCached:            0 kB
Active:           908884 kB
Inactive:        2756808 kB
Active(anon):       1592 kB
Inactive(anon):   850932 kB
Active(file):     907292 kB
Inactive(file):  1905876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112272 kB
Writeback:             0 kB
AnonPages:        811180 kB
Mapped:           112052 kB
Shmem:             37720 kB
KReclaimable:     116576 kB
Slab:             230752 kB
SReclaimable:     116576 kB
SUnreclaim:       114176 kB
KernelStack:        4224 kB
PageTables:        11036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1224084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66912 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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:      211668 kB
DirectMap2M:    22630400 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 889996 MiB
End job on nodeC020 at 2024-07-18 22:02:10