Trace number 4433783

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.26 3610.64

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-railway_8_1_0.opb
MD5SUM881f02ab7f3f3b5ffe74a08302b7945a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark409600
Best CPU time to get the best result obtained on this benchmark42.4087
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19747
Total number of constraints3145
Number of constraints which are clauses426
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2719
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 133
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 1073847295
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 2147758078
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-4433783-1721065479.opb
941.97/944.25	c goal1 is divided by 4
941.97/944.25	c multi stage optimization mode: 1-th step
3600.00/3610.40	c 
3600.00/3610.40	c *** TERMINATED *** by signal 15
3600.00/3610.40	s UNKNOWN
3600.00/3610.40	c _____________________________________________________________________________
3600.00/3610.40	c std/band forms        : 2310,204
3600.00/3610.40	c 2cl/3cl ITE-codings   : 27249159,2881324
3600.00/3610.40	c BDD/srt/adr Max costs : 16412,0,0
3600.00/3610.40	c BDDraw/bin/mul/srt/adr: 0,0,2514,0,0
3600.00/3610.40	c BDD nodes             : 32515907
3600.00/3610.40	c Es1/CC detections     : 0,0
3600.00/3610.40	c CC sort               : 0
3600.00/3610.40	c SAT/UNSAT calls       : 0,0
3600.00/3610.40	c regenrated variables  : 0
3600.00/3610.40	c eliminated fixed lits : 11
3600.00/3610.40	c goal lit flips        : 0
3600.00/3610.40	c goal stages           : 1
3600.00/3610.40	c goal shrink           : 1
3600.00/3610.40	c goal coeff separations: 4
3600.00/3610.40	c restarts              : 0
3600.00/3610.40	c conflicts             : 0              (0 /sec)
3600.00/3610.40	c decisions             : 0              (0 /sec)
3600.00/3610.40	c propagations          : 0              (0 /sec)
3600.00/3610.40	c inspects              : 0              (0 /sec)
3600.00/3610.40	c CPU time (solving tm) : 3591 s        (2653 s, SAT 0 s, UNSAT 0 s)
3600.00/3610.40	c Time for Opt-base     : 778.7 s
3600.00/3610.40	c Steps for Opt-base    : 4391659717
3600.00/3610.40	c Time for BDD coding   : 916.9 s
3600.00/3610.40	c Time for srt coding   : 0 s
3600.00/3610.40	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 (49194 MiB free)
  memory of node 1: 64510 MiB (59952 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433783-1721065479/watcher-4433783-1721065479 -o /tmp/evaluation-result-4433783-1721065479/solver-4433783-1721065479 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721060969-828424 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4433783-1721065479.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=831057, runsolver pid=831054

[startup+0.100082 s]*
/proc/loadavg: 4.21 4.15 4.10 5/263 831062
/proc/meminfo: memFree=111754960/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=19744 memory=12420 CPUtime=0.09 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 2793 0 0 0 9 0 0 0 20 0 1 0 158715339 20217856 3105 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 4936 3105 436 659 0 4140 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 29676 KiB
Current children cumulated memory: 15204 KiB

[startup+0.205583 s]*
/proc/loadavg: 4.21 4.15 4.10 5/263 831062
/proc/meminfo: memFree=111747764/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=27424 memory=19020 CPUtime=0.2 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 4446 0 0 0 20 0 0 0 20 0 1 0 158715339 28082176 4755 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 6856 4755 436 659 0 6060 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37356 KiB
Current children cumulated memory: 21804 KiB

[startup+0.305569 s]*
/proc/loadavg: 4.21 4.15 4.10 5/263 831062
/proc/meminfo: memFree=111741240/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=34536 memory=25092 CPUtime=0.29 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 5986 0 0 0 29 0 0 0 20 0 1 0 158715339 35364864 6273 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 8634 6273 436 659 0 7838 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 44468 KiB
Current children cumulated memory: 27876 KiB

[startup+0.700184 s]
/proc/loadavg: 4.21 4.15 4.10 5/263 831062
/proc/meminfo: memFree=111736244/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=40564 memory=31144 CPUtime=0.68 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 7587 0 0 0 68 0 0 0 20 0 1 0 158715339 41537536 7786 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 10141 7786 468 659 0 9345 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 50496 KiB
Current children cumulated memory: 33928 KiB

[startup+1.50018 s]
/proc/loadavg: 4.21 4.15 4.10 5/263 831062
/proc/meminfo: memFree=111732844/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=43028 memory=33356 CPUtime=1.48 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 8354 0 0 0 148 0 0 0 20 0 1 0 158715339 44060672 8339 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 10757 8339 468 659 0 9961 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 52960 KiB
Current children cumulated memory: 36140 KiB

[startup+3.10465 s]
/proc/loadavg: 4.21 4.15 4.10 5/263 831063
/proc/meminfo: memFree=111720408/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=51232 memory=41628 CPUtime=3.08 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 10358 0 0 0 307 1 0 0 20 0 1 0 158715339 52461568 10407 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 12808 10407 468 659 0 12012 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 61164 KiB
Current children cumulated memory: 44412 KiB

[startup+6.30017 s]
/proc/loadavg: 4.20 4.15 4.10 5/263 831063
/proc/meminfo: memFree=111700148/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=65096 memory=55076 CPUtime=6.28 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 13018 0 0 0 626 2 0 0 20 0 1 0 158715339 66658304 13769 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 16274 13769 468 659 0 15478 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 75028 KiB
Current children cumulated memory: 57860 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.15 4.10 5/263 831065
/proc/meminfo: memFree=111663428/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=93376 memory=82932 CPUtime=12.66 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 17468 0 0 0 1264 2 0 0 20 0 1 0 158715339 95617024 20733 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 23344 20733 468 659 0 22548 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 103308 KiB
Current children cumulated memory: 85716 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.14 4.10 5/263 831066
/proc/meminfo: memFree=111583756/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=151612 memory=136920 CPUtime=25.43 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 24555 0 0 0 2538 5 0 0 20 0 1 0 158715339 155250688 34230 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 37903 34230 468 659 0 37107 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 161544 KiB
Current children cumulated memory: 139704 KiB

[startup+51.1044 s]
/proc/loadavg: 4.15 4.14 4.10 5/261 831069
/proc/meminfo: memFree=111441124/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=245108 memory=233028 CPUtime=50.99 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 35164 0 0 0 5090 9 0 0 20 0 1 0 158715339 250990592 58257 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 61277 58257 468 659 0 60481 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 255040 KiB
Current children cumulated memory: 235812 KiB

[startup+102.3 s]
/proc/loadavg: 4.42 4.23 4.13 5/261 831079
/proc/meminfo: memFree=111286644/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=305264 memory=289064 CPUtime=102.07 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 45720 0 0 0 10197 10 0 0 20 0 1 0 158715339 312590336 72266 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 76316 72266 468 659 0 75520 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 315196 KiB
Current children cumulated memory: 291848 KiB

[startup+162.3 s]
/proc/loadavg: 4.43 4.28 4.15 5/261 831090
/proc/meminfo: memFree=111015172/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=459864 memory=431728 CPUtime=161.94 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 56077 0 0 0 16178 16 0 0 20 0 1 0 158715339 470900736 107932 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 114966 107932 468 659 0 114170 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 469796 KiB
Current children cumulated memory: 434512 KiB

[startup+222.3 s]
/proc/loadavg: 4.29 4.26 4.15 5/261 831100
/proc/meminfo: memFree=107923504/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=556456 memory=506232 CPUtime=221.82 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 69190 0 0 0 22161 21 0 0 20 0 1 0 158715339 569810944 126558 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 139114 126558 468 659 0 138318 0
Current children cumulated CPU time: 221.82 s

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

[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20225196 memory=18133308 CPUtime=3093.45 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1801484 0 0 0 308534 811 0 0 20 0 1 0 158715339 20710600704 4533327 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5056299 4533327 468 659 0 5055503 0
Current children cumulated CPU time: 3093.45 s
Current children cumulated vsize: 20235128 KiB
Current children cumulated memory: 18136092 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/258 833158
/proc/meminfo: memFree=82228272/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20235360 memory=18143536 CPUtime=3153.27 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1809484 0 0 0 314511 816 0 0 20 0 1 0 158715339 20721008640 4535884 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5058840 4535884 468 659 0 5058044 0
Current children cumulated CPU time: 3153.27 s
Current children cumulated vsize: 20245292 KiB
Current children cumulated memory: 18146320 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.15 4.10 5/258 833268
/proc/meminfo: memFree=104636148/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20246184 memory=18156364 CPUtime=3213.09 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1817020 0 0 0 320487 822 0 0 20 0 1 0 158715339 20732092416 4539091 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5061546 4539091 468 659 0 5060750 0
Current children cumulated CPU time: 3213.09 s
Current children cumulated vsize: 20256116 KiB
Current children cumulated memory: 18159148 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/258 833278
/proc/meminfo: memFree=104628432/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20246712 memory=18156944 CPUtime=3272.91 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1822402 0 0 0 326463 828 0 0 20 0 1 0 158715339 20732633088 4539236 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5061678 4539236 468 659 0 5060882 0
Current children cumulated CPU time: 3272.91 s
Current children cumulated vsize: 20256644 KiB
Current children cumulated memory: 18159728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.16 4.10 5/260 833292
/proc/meminfo: memFree=104595408/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20247768 memory=18158020 CPUtime=3332.73 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1827446 0 0 0 332440 833 0 0 20 0 1 0 158715339 20733714432 4539505 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5061942 4539505 468 659 0 5061146 0
Current children cumulated CPU time: 3332.73 s
Current children cumulated vsize: 20257700 KiB
Current children cumulated memory: 18160804 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.15 4.10 5/260 833303
/proc/meminfo: memFree=104548496/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20247900 memory=18160216 CPUtime=3392.55 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1832322 0 0 0 338416 839 0 0 20 0 1 0 158715339 20733849600 4540054 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5061975 4540054 468 659 0 5061179 0
Current children cumulated CPU time: 3392.55 s
Current children cumulated vsize: 20257832 KiB
Current children cumulated memory: 18163000 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/260 833313
/proc/meminfo: memFree=104492804/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20248168 memory=18162444 CPUtime=3452.36 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1837304 0 0 0 344393 843 0 0 20 0 1 0 158715339 20734124032 4540611 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5062042 4540611 468 659 0 5061246 0
Current children cumulated CPU time: 3452.36 s
Current children cumulated vsize: 20258100 KiB
Current children cumulated memory: 18165228 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/260 833324
/proc/meminfo: memFree=104577672/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20248304 memory=18164656 CPUtime=3512.18 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1841952 0 0 0 350370 848 0 0 20 0 1 0 158715339 20734263296 4541164 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5062076 4541164 468 659 0 5061280 0
Current children cumulated CPU time: 3512.18 s
Current children cumulated vsize: 20258236 KiB
Current children cumulated memory: 18167440 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/260 833335
/proc/meminfo: memFree=104572760/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20249184 memory=18165268 CPUtime=3572 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1846613 0 0 0 356347 853 0 0 20 0 1 0 158715339 20735164416 4541317 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5062296 4541317 468 659 0 5061500 0
Current children cumulated CPU time: 3572 s
Current children cumulated vsize: 20259116 KiB
Current children cumulated memory: 18168052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.16 4.14 4.10 5/260 833338
/proc/meminfo: memFree=104498980/131524600 swapFree=131071996/131071996
[pid=831057] ppid=831054 vsize=9932 memory=2784 CPUtime=0 cores=5,7
/proc/831057/stat : 831057 (naps-1.03.sh) S 831054 831057 828411 0 -1 4194304 223 245 0 0 0 0 0 0 20 0 1 0 158715338 10170368 696 134679101440 94087168262144 94087169341464 140729683833808 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94087171439920 94087171487108 94087193661440 140729683837920 140729683838049 140729683838049 140729683845064 0
/proc/831057/statm: 2483 696 621 264 0 134 0
[pid=831062] ppid=831057 vsize=20249184 memory=18167336 CPUtime=3600 cores=5,7
/proc/831062/stat : 831062 (naps-1.03) R 831057 831057 828411 0 -1 4194304 1848789 0 0 0 359145 855 0 0 20 0 1 0 158715339 20735164416 4541834 134679101440 4194304 6891213 140722382020016 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13090816 140722382025713 140722382025829 140722382025829 140722382032843 0
/proc/831062/statm: 5062296 4541834 468 659 0 5061500 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 20259116 KiB
Current children cumulated memory: 18170120 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000721 s, system=0.002042 s

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

# cumulated CPU time of all completed processes:  user=3591.46 s, system=8.80083 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+3610.61 s]
/proc/loadavg: 4.16 4.14 4.10 5/259 833338
/proc/meminfo: memFree=111201516/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002763 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): 3610.64
CPU time (s): 3600.26
CPU user time (s): 3591.46
CPU system time (s): 8.80083
CPU usage (%): 99.7125
Max. virtual memory (cumulated for all children) (KiB): 23779008
Max. memory (cumulated for all children) (KiB): 20760264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.46
system time used= 8.80083
maximum resident set size= 20757480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1849257
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= 178
involuntary context switches= 4389


# summary of solver processes directly reported to runsolver:
#   pid: 831057,831062
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3591.46
#   total CPU system time (s): 8.80083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.05783 second user time and 17.2144 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-15 19:44:52
IDJOB=4433783
IDBENCH=146791
IDSOLVER=3062
FILE ID=nodeC029/4433783-1721065479
RUNJOBID= nodeC029-1721060969-828424
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-railway_8_1_0.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433783-1721065479/watcher-4433783-1721065479 -o /tmp/evaluation-result-4433783-1721065479/solver-4433783-1721065479 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721060969-828424 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4433783-1721065479.opb

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

MD5SUM BENCH= 881f02ab7f3f3b5ffe74a08302b7945a
RANDOM SEED=905725493

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		: 3673.269
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		: 3690.841
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.054
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		: 3667.065
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		: 3673.286
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		: 3666.931
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.233
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		: 3656.996
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:        111766068 kB
MemAvailable:   117757732 kB
Buffers:          367248 kB
Cached:          6389032 kB
SwapCached:            0 kB
Active:           673880 kB
Inactive:       18309332 kB
Active(anon):       1488 kB
Inactive(anon): 12263480 kB
Active(file):     672392 kB
Inactive(file):  6045852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7420 kB
Writeback:             0 kB
AnonPages:      12227280 kB
Mapped:           109268 kB
Shmem:             37720 kB
KReclaimable:     226132 kB
Slab:             347084 kB
SReclaimable:     226132 kB
SUnreclaim:       120952 kB
KernelStack:        4224 kB
PageTables:        33464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13593552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6727680 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:      279252 kB
DirectMap2M:    36194304 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC029 at 2024-07-15 20:45:03