Trace number 4433787

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-GM 1.03? (TO) 3600.42 3609.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
MD5SUM3aed2088dafec39bc246433683012fc1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark122880
Best CPU time to get the best result obtained on this benchmark3411.58
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20611
Total number of constraints3921
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 135
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073849343
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147557374
Number of bits of the biggest sum of numbers32
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 We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4433787-1721064567.opb
1153.84/1156.44	c goal1 is divided by 4
1153.84/1156.44	c multi stage optimization mode: 1-th step
3600.00/3609.30	c 
3600.00/3609.30	c *** TERMINATED *** by signal 15
3600.00/3609.30	s UNKNOWN
3600.00/3609.30	c _____________________________________________________________________________
3600.00/3609.30	c std/band forms        : 2941,208
3600.00/3609.30	c 2cl/3cl ITE-codings   : 34900673,2941431
3600.00/3609.30	c BDD/srt/adr Max costs : 16339,0,0
3600.00/3609.30	c BDDraw/bin/mul/srt/adr: 105,0,3044,0,0
3600.00/3609.30	c BDD nodes             : 40813090
3600.00/3609.30	c Es1/CC detections     : 0,0
3600.00/3609.30	c CC sort               : 0
3600.00/3609.30	c SAT/UNSAT calls       : 0,0
3600.00/3609.30	c regenrated variables  : 0
3600.00/3609.30	c eliminated fixed lits : 12
3600.00/3609.30	c goal lit flips        : 0
3600.00/3609.30	c goal stages           : 1
3600.00/3609.30	c goal shrink           : 1
3600.00/3609.30	c goal coeff separations: 4
3600.00/3609.30	c restarts              : 0
3600.00/3609.30	c conflicts             : 0              (0 /sec)
3600.00/3609.30	c decisions             : 0              (0 /sec)
3600.00/3609.30	c propagations          : 0              (0 /sec)
3600.00/3609.30	c inspects              : 0              (0 /sec)
3600.00/3609.30	c CPU time (solving tm) : 3589 s        (2440 s, SAT 0 s, UNSAT 0 s)
3600.00/3609.30	c Time for Opt-base     : 968.8 s
3600.00/3609.30	c Steps for Opt-base    : 5469023201
3600.00/3609.30	c Time for BDD coding   : 1124 s
3600.00/3609.30	c Time for srt coding   : 0 s
3600.00/3609.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433787-1721064567/watcher-4433787-1721064567 -o /tmp/evaluation-result-4433787-1721064567/solver-4433787-1721064567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721060969-828423 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4433787-1721064567.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=830677, runsolver pid=830674
Current StackSize limit: 8192 KiB


[startup+0.1008 s]*
/proc/loadavg: 4.16 4.12 4.07 5/263 830682
/proc/meminfo: memFree=124334960/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=19216 memory=11888 CPUtime=0.09 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2687 0 0 0 9 0 0 0 20 0 1 0 158624138 19677184 2972 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 4804 2972 436 659 0 4008 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 29148 KiB
Current children cumulated memory: 14672 KiB

[startup+0.20581 s]*
/proc/loadavg: 4.16 4.12 4.07 5/263 830682
/proc/meminfo: memFree=124326536/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=26368 memory=18224 CPUtime=0.18 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 4245 0 0 0 18 0 0 0 20 0 1 0 158624138 27000832 4556 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6592 4556 436 659 0 5796 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 36300 KiB
Current children cumulated memory: 21008 KiB

[startup+0.305808 s]*
/proc/loadavg: 4.16 4.12 4.07 5/263 830682
/proc/meminfo: memFree=124320152/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=33120 memory=24032 CPUtime=0.28 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 5727 0 0 0 28 0 0 0 20 0 1 0 158624138 33914880 6008 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 8280 6008 436 659 0 7484 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 43052 KiB
Current children cumulated memory: 26816 KiB

[startup+0.700279 s]
/proc/loadavg: 4.16 4.12 4.07 6/263 830682
/proc/meminfo: memFree=124309848/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=45348 memory=35232 CPUtime=0.66 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 8645 0 0 0 65 1 0 0 20 0 1 0 158624138 46436352 8808 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 11337 8808 468 659 0 10541 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 55280 KiB
Current children cumulated memory: 38016 KiB

[startup+1.50028 s]
/proc/loadavg: 4.14 4.12 4.07 5/263 830682
/proc/meminfo: memFree=124301632/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=48336 memory=38072 CPUtime=1.45 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 9514 0 0 0 144 1 0 0 20 0 1 0 158624138 49496064 9518 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 12084 9518 468 659 0 11288 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 58268 KiB
Current children cumulated memory: 40856 KiB

[startup+3.10556 s]
/proc/loadavg: 4.14 4.12 4.07 5/263 830732
/proc/meminfo: memFree=124519396/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=56276 memory=46080 CPUtime=3.06 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 11482 0 0 0 304 2 0 0 20 0 1 0 158624138 57626624 11520 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 14069 11520 468 659 0 13273 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 66208 KiB
Current children cumulated memory: 48864 KiB

[startup+6.30025 s]
/proc/loadavg: 4.13 4.11 4.07 5/263 830734
/proc/meminfo: memFree=124451704/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=70016 memory=59264 CPUtime=6.24 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 14079 0 0 0 622 2 0 0 20 0 1 0 158624138 71696384 14816 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 17504 14816 468 659 0 16708 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 79948 KiB
Current children cumulated memory: 62048 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.11 4.07 5/263 830734
/proc/meminfo: memFree=123867452/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=98008 memory=87076 CPUtime=12.62 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 18070 0 0 0 1258 4 0 0 20 0 1 0 158624138 100360192 21769 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 24502 21769 468 659 0 23706 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 107940 KiB
Current children cumulated memory: 89860 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.11 4.07 5/263 830737
/proc/meminfo: memFree=123321588/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=155628 memory=138552 CPUtime=25.39 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 24995 0 0 0 2532 7 0 0 20 0 1 0 158624138 159363072 34638 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 38907 34638 468 659 0 38111 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 165560 KiB
Current children cumulated memory: 141336 KiB

[startup+51.1057 s]
/proc/loadavg: 4.13 4.11 4.07 5/263 830796
/proc/meminfo: memFree=123142412/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=250484 memory=237988 CPUtime=50.93 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 35949 0 0 0 5081 12 0 0 20 0 1 0 158624138 256495616 59497 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 62621 59497 468 659 0 61825 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 260416 KiB
Current children cumulated memory: 240772 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.13 4.08 5/261 830806
/proc/meminfo: memFree=122889212/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=307984 memory=291352 CPUtime=101.99 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 45799 0 0 0 10184 15 0 0 20 0 1 0 158624138 315375616 72838 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 76996 72838 468 659 0 76200 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 317916 KiB
Current children cumulated memory: 294136 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.08 5/261 830816
/proc/meminfo: memFree=122594728/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=465432 memory=439024 CPUtime=161.83 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 56889 0 0 0 16160 23 0 0 20 0 1 0 158624138 476602368 109756 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 116358 109756 468 659 0 115562 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 475364 KiB
Current children cumulated memory: 441808 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.08 5/261 830827
/proc/meminfo: memFree=122629432/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=557456 memory=504792 CPUtime=221.66 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 68321 0 0 0 22140 26 0 0 20 0 1 0 158624138 570834944 126198 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 139364 126198 468 659 0 138568 0
Current children cumulated CPU time: 221.66 s

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

Current children cumulated memory: 22507360 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/261 832036
/proc/meminfo: memFree=72457332/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25503312 memory=22504748 CPUtime=3154.34 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2238843 0 0 0 314396 1038 0 0 20 0 1 0 158624138 26115391488 5626187 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6375828 5626187 468 659 0 6375032 0
Current children cumulated CPU time: 3154.34 s
Current children cumulated vsize: 25513244 KiB
Current children cumulated memory: 22507532 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.12 4.10 5/261 832047
/proc/meminfo: memFree=72421436/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25503576 memory=22507040 CPUtime=3214.16 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2243351 0 0 0 320368 1048 0 0 20 0 1 0 158624138 26115661824 5626760 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6375894 5626760 468 659 0 6375098 0
Current children cumulated CPU time: 3214.16 s
Current children cumulated vsize: 25513508 KiB
Current children cumulated memory: 22509824 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/261 832058
/proc/meminfo: memFree=72391172/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25503712 memory=22509220 CPUtime=3273.99 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2247672 0 0 0 326340 1059 0 0 20 0 1 0 158624138 26115801088 5627305 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6375928 5627305 468 659 0 6375132 0
Current children cumulated CPU time: 3273.99 s
Current children cumulated vsize: 25513644 KiB
Current children cumulated memory: 22512004 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/260 832068
/proc/meminfo: memFree=72495960/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25503844 memory=22511428 CPUtime=3333.81 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2251972 0 0 0 332313 1068 0 0 20 0 1 0 158624138 26115936256 5627857 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6375961 5627857 468 659 0 6375165 0
Current children cumulated CPU time: 3333.81 s
Current children cumulated vsize: 25513776 KiB
Current children cumulated memory: 22514212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/261 832464
/proc/meminfo: memFree=72569732/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25503984 memory=22511656 CPUtime=3393.63 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2256165 0 0 0 338284 1079 0 0 20 0 1 0 158624138 26116079616 5627914 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6375996 5627914 468 659 0 6375200 0
Current children cumulated CPU time: 3393.63 s
Current children cumulated vsize: 25513916 KiB
Current children cumulated memory: 22514440 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/259 832474
/proc/meminfo: memFree=72541656/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25504248 memory=22513976 CPUtime=3453.45 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2259748 0 0 0 344256 1089 0 0 20 0 1 0 158624138 26116349952 5628494 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6376062 5628494 468 659 0 6375266 0
Current children cumulated CPU time: 3453.45 s
Current children cumulated vsize: 25514180 KiB
Current children cumulated memory: 22516760 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.17 4.11 5/261 832655
/proc/meminfo: memFree=72514008/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25504512 memory=22516236 CPUtime=3513.26 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2264313 0 0 0 350228 1098 0 0 20 0 1 0 158624138 26116620288 5629059 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6376128 5629059 468 659 0 6375332 0
Current children cumulated CPU time: 3513.26 s
Current children cumulated vsize: 25514444 KiB
Current children cumulated memory: 22519020 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.17 4.11 5/261 832665
/proc/meminfo: memFree=72484740/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25504652 memory=22516424 CPUtime=3573.09 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2267868 0 0 0 356200 1109 0 0 20 0 1 0 158624138 26116763648 5629106 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6376163 5629106 468 659 0 6375367 0
Current children cumulated CPU time: 3573.09 s
Current children cumulated vsize: 25514584 KiB
Current children cumulated memory: 22519208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.24 4.17 4.12 5/261 832669
/proc/meminfo: memFree=72815560/131524600 swapFree=131071996/131071996
[pid=830677] ppid=830674 vsize=9932 memory=2784 CPUtime=0 cores=1,3
/proc/830677/stat : 830677 (naps-1.03.sh) S 830674 830677 828411 0 -1 4194304 225 246 0 0 0 0 0 0 20 0 1 0 158624137 10170368 696 134679101440 94786788986880 94786790066200 140732238631264 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94786792164656 94786792211844 94786805342208 140732238640096 140732238640225 140732238640225 140732238647240 0
/proc/830677/statm: 2483 696 620 264 0 134 0
[pid=830682] ppid=830677 vsize=25505048 memory=22518824 CPUtime=3600 cores=1,3
/proc/830682/stat : 830682 (naps-1.03) R 830677 830677 828411 0 -1 4194304 2269662 0 0 0 358888 1112 0 0 20 0 1 0 158624138 26117169152 5629706 134679101440 4194304 6891213 140723607089536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 24977408 140723607098353 140723607098469 140723607098469 140723607105483 0
/proc/830682/statm: 6376262 5629706 468 659 0 6375466 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 25514980 KiB
Current children cumulated memory: 22521608 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3609.3 s]
# the end of solver process 830677 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001693 s, system=0.001171 s

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

# cumulated CPU time of all completed processes:  user=3588.89 s, system=11.5336 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3609.6 s]
/proc/loadavg: 4.24 4.17 4.12 5/260 832669
/proc/meminfo: memFree=77528420/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002864 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3609.7 s]
/proc/loadavg: 4.24 4.17 4.12 5/260 832669
/proc/meminfo: memFree=77528420/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002864 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3609.71
CPU time (s): 3600.42
CPU user time (s): 3588.89
CPU system time (s): 11.5336
CPU usage (%): 99.7427
Max. virtual memory (cumulated for all children) (KiB): 29021812
Max. memory (cumulated for all children) (KiB): 25886864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.89
system time used= 11.5336
maximum resident set size= 25884080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2270133
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= 98
involuntary context switches= 4322


# summary of solver processes directly reported to runsolver:
#   pid: 830677,830682
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3588.89
#   total CPU system time (s): 11.5336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27221 second user time and 17.5175 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-15 19:29:40
IDJOB=4433787
IDBENCH=146780
IDSOLVER=3062
FILE ID=nodeC029/4433787-1721064567
RUNJOBID= nodeC029-1721060969-828423
SLURM_JOB_ID= 7505508
Free space on /tmp= 890044 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433787-1721064567/watcher-4433787-1721064567 -o /tmp/evaluation-result-4433787-1721064567/solver-4433787-1721064567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721060969-828423 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4433787-1721064567.opb

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

MD5SUM BENCH= 3aed2088dafec39bc246433683012fc1
RANDOM SEED=1950430301

nodeC029.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		: 3663.932
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.09
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		: 3660.919
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.98
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.110
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.09
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		: 3666.386
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.98
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		: 3663.908
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.09
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		: 3668.505
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.98
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.088
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.09
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		: 3623.017
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124358848 kB
MemAvailable:   128992296 kB
Buffers:          366704 kB
Cached:          5050116 kB
SwapCached:            0 kB
Active:           673284 kB
Inactive:        5782428 kB
Active(anon):       1520 kB
Inactive(anon):  1075088 kB
Active(file):     671764 kB
Inactive(file):  4707340 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14224 kB
Writeback:             0 kB
AnonPages:       1039256 kB
Mapped:           109328 kB
Shmem:             37720 kB
KReclaimable:     187980 kB
Slab:             304248 kB
SReclaimable:     187980 kB
SUnreclaim:       116268 kB
KernelStack:        4152 kB
PageTables:        11496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1541008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262868 kB
DirectMap2M:    35162112 kB
DirectMap1G:    100663296 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC029 at 2024-07-15 20:29:50