Trace number 4434979

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-PB16 1.02b5? (TO) 3600.2 3610.69

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standgub.opb
MD5SUM536cfe435eeefcaf3068230629f950df
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 benchmark1398254
Best CPU time to get the best result obtained on this benchmark3600.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33244
Total number of constraints456
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4434979-1721066858.opb
3600.00/3610.50	c 
3600.00/3610.50	c *** TERMINATED *** by signal 15
3600.00/3610.50	s UNKNOWN
3600.00/3610.50	c _____________________________________________________________________________
3600.00/3610.50	c 
3600.00/3610.50	c std/band forms        : 379,161
3600.00/3610.50	c 2cl/3cl ITE-codings   : 461578,493105
3600.00/3610.50	c BDD/srt/adr Max costs : 143556,231639,88275
3600.00/3610.50	c BDDraw/bin/mul/srt/adr: 90,0,327,122,1
3600.00/3610.50	c BDD nodes             : 12872168
3600.00/3610.50	c Es1/CC detections     : 0,0
3600.00/3610.50	c SAT/UNSAT calls       : 0,0
3600.00/3610.50	c regenrated variables  : 0
3600.00/3610.50	c restarts              : 0
3600.00/3610.50	c conflicts             : 0              (0 /sec)
3600.00/3610.50	c decisions             : 0              (0 /sec)
3600.00/3610.50	c propagations          : 0              (0 /sec)
3600.00/3610.50	c inspects              : 0              (0 /sec)
3600.00/3610.50	c CPU time (solving tm) : 3593 s        (3380 s)
3600.00/3610.50	c Time for Opt-base     : 77.6 s
3600.00/3610.50	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434979-1721066858/watcher-4434979-1721066858 -o /tmp/evaluation-result-4434979-1721066858/solver-4434979-1721066858 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721059647-836711 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4434979-1721066858.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=840944, runsolver pid=840941
Current StackSize limit: 8192 KiB


[startup+0.100085 s]*
/proc/loadavg: 4.09 4.14 4.12 5/259 840949
/proc/meminfo: memFree=123059304/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=16596 memory=10904 CPUtime=0.09 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 2376 0 0 0 9 0 0 0 20 0 1 0 158847644 16994304 2726 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 4149 2726 405 379 0 3683 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26528 KiB
Current children cumulated memory: 13628 KiB

[startup+0.206088 s]*
/proc/loadavg: 4.09 4.14 4.12 5/259 840949
/proc/meminfo: memFree=123036120/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=31912 memory=25820 CPUtime=0.18 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 6188 0 0 0 18 0 0 0 20 0 1 0 158847644 32677888 6455 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 7978 6455 405 379 0 7512 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 41844 KiB
Current children cumulated memory: 28544 KiB

[startup+0.305575 s]*
/proc/loadavg: 4.09 4.14 4.12 5/259 840949
/proc/meminfo: memFree=123025324/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=35828 memory=29740 CPUtime=0.28 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 7299 0 0 0 28 0 0 0 20 0 1 0 158847644 36687872 7435 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 8957 7435 405 379 0 8491 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 45760 KiB
Current children cumulated memory: 32464 KiB

[startup+0.700245 s]
/proc/loadavg: 4.09 4.14 4.12 5/259 840949
/proc/meminfo: memFree=123011408/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=35828 memory=29740 CPUtime=0.67 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 7321 0 0 0 67 0 0 0 20 0 1 0 158847644 36687872 7435 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 8957 7435 405 379 0 8491 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 45760 KiB
Current children cumulated memory: 32464 KiB

[startup+1.50019 s]
/proc/loadavg: 4.09 4.14 4.12 5/259 840949
/proc/meminfo: memFree=122980804/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=35828 memory=30064 CPUtime=1.47 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 7342 0 0 0 147 0 0 0 20 0 1 0 158847644 36687872 7516 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 8957 7516 421 379 0 8491 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 45760 KiB
Current children cumulated memory: 32788 KiB

[startup+3.10463 s]
/proc/loadavg: 4.08 4.14 4.12 5/259 840951
/proc/meminfo: memFree=122843348/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=45540 memory=39568 CPUtime=3.08 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 9733 0 0 0 307 1 0 0 20 0 1 0 158847644 46632960 9892 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 11385 9892 421 379 0 10919 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 55472 KiB
Current children cumulated memory: 42292 KiB

[startup+6.30024 s]
/proc/loadavg: 4.08 4.14 4.12 5/259 840951
/proc/meminfo: memFree=122661164/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=52680 memory=45792 CPUtime=6.27 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 11251 0 0 0 626 1 0 0 20 0 1 0 158847644 53944320 11448 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 13170 11448 421 379 0 12704 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 62612 KiB
Current children cumulated memory: 48516 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.14 4.12 5/259 840952
/proc/meminfo: memFree=121974888/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=439488 memory=433396 CPUtime=12.65 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 105484 0 0 0 1248 17 0 0 20 0 1 0 158847644 450035712 108349 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 109872 108349 421 379 0 109406 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 449420 KiB
Current children cumulated memory: 436120 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 4.13 4.12 5/259 840954
/proc/meminfo: memFree=121014832/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=651292 memory=644712 CPUtime=25.42 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 157844 0 0 0 2516 26 0 0 20 0 1 0 158847644 666923008 161178 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 162823 161178 421 379 0 162357 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 661224 KiB
Current children cumulated memory: 647436 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.14 4.12 5/259 840957
/proc/meminfo: memFree=119104952/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=1900256 memory=1893208 CPUtime=50.95 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 449040 0 0 0 5023 72 0 0 20 0 1 0 158847644 1945862144 473302 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 475064 473302 421 379 0 474598 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1910188 KiB
Current children cumulated memory: 1895932 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.13 4.11 5/259 840967
/proc/meminfo: memFree=114878220/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=6141580 memory=6109568 CPUtime=101.99 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1465556 0 0 0 9972 227 0 0 20 0 1 0 158847644 6288977920 1527392 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1535395 1527392 421 379 0 1534929 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 6151512 KiB
Current children cumulated memory: 6112292 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.12 4.11 5/261 840981
/proc/meminfo: memFree=114332808/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=6632092 memory=6610428 CPUtime=161.83 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1588336 0 0 0 15933 250 0 0 20 0 1 0 158847644 6791262208 1652607 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1658023 1652607 421 379 0 1657557 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 6642024 KiB
Current children cumulated memory: 6613152 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.11 4.10 5/261 840992
/proc/meminfo: memFree=113717096/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7328468 memory=7196856 CPUtime=221.68 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1625357 0 0 0 21893 275 0 0 20 0 1 0 158847644 7504351232 1799214 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1832117 1799214 421 379 0 1831651 0
Current children cumulated CPU time: 221.68 s

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

[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7409856 memory=7246008 CPUtime=3093.32 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1649253 0 0 0 308699 633 0 0 20 0 1 0 158847644 7587692544 1811502 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1852464 1811502 421 379 0 1851998 0
Current children cumulated CPU time: 3093.32 s
Current children cumulated vsize: 7419788 KiB
Current children cumulated memory: 7248732 KiB

[startup+3162.3 s]
/proc/loadavg: 4.56 4.26 4.15 5/261 842890
/proc/meminfo: memFree=102936172/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7409856 memory=7262392 CPUtime=3153.14 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1649804 0 0 0 314674 640 0 0 20 0 1 0 158847644 7587692544 1815598 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1852464 1815598 421 379 0 1851998 0
Current children cumulated CPU time: 3153.14 s
Current children cumulated vsize: 7419788 KiB
Current children cumulated memory: 7265116 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.24 4.15 5/261 842913
/proc/meminfo: memFree=102915152/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7409856 memory=7274680 CPUtime=3212.96 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1650378 0 0 0 320649 647 0 0 20 0 1 0 158847644 7587692544 1818670 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1852464 1818670 421 379 0 1851998 0
Current children cumulated CPU time: 3212.96 s
Current children cumulated vsize: 7419788 KiB
Current children cumulated memory: 7277404 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.21 4.14 5/261 842923
/proc/meminfo: memFree=102861492/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7409856 memory=7289016 CPUtime=3272.79 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1651051 0 0 0 326625 654 0 0 20 0 1 0 158847644 7587692544 1822254 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1852464 1822254 421 379 0 1851998 0
Current children cumulated CPU time: 3272.79 s
Current children cumulated vsize: 7419788 KiB
Current children cumulated memory: 7291740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.18 4.13 5/260 842933
/proc/meminfo: memFree=102840684/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7409856 memory=7303352 CPUtime=3332.61 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1651708 0 0 0 332600 661 0 0 20 0 1 0 158847644 7587692544 1825838 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1852464 1825838 421 379 0 1851998 0
Current children cumulated CPU time: 3332.61 s
Current children cumulated vsize: 7419788 KiB
Current children cumulated memory: 7306076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.18 4.13 5/260 842945
/proc/meminfo: memFree=102839384/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7542116 memory=7317500 CPUtime=3392.43 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1652514 0 0 0 338575 668 0 0 20 0 1 0 158847644 7723126784 1829375 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1885529 1829375 421 379 0 1885063 0
Current children cumulated CPU time: 3392.43 s
Current children cumulated vsize: 7552048 KiB
Current children cumulated memory: 7320224 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.16 4.13 5/260 842955
/proc/meminfo: memFree=102854516/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7542116 memory=7327740 CPUtime=3452.25 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1652678 0 0 0 344550 675 0 0 20 0 1 0 158847644 7723126784 1831935 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1885529 1831935 421 379 0 1885063 0
Current children cumulated CPU time: 3452.25 s
Current children cumulated vsize: 7552048 KiB
Current children cumulated memory: 7330464 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.13 4.12 5/261 842970
/proc/meminfo: memFree=102835380/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7542116 memory=7340028 CPUtime=3512.08 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1652848 0 0 0 350526 682 0 0 20 0 1 0 158847644 7723126784 1835007 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1885529 1835007 421 379 0 1885063 0
Current children cumulated CPU time: 3512.08 s
Current children cumulated vsize: 7552048 KiB
Current children cumulated memory: 7342752 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.15 4.12 5/261 842981
/proc/meminfo: memFree=102931512/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7409856 memory=7237816 CPUtime=3571.9 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1653487 0 0 0 356498 692 0 0 20 0 1 0 158847644 7587692544 1809454 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1852464 1809454 421 379 0 1851998 0
Current children cumulated CPU time: 3571.9 s
Current children cumulated vsize: 7419788 KiB
Current children cumulated memory: 7240540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.04 4.12 4.11 3/245 843046
/proc/meminfo: memFree=118267392/131524600 swapFree=131071996/131071996
[pid=840944] ppid=840941 vsize=9932 memory=2724 CPUtime=0 cores=1,3
/proc/840944/stat : 840944 (naps-1.02b5.sh) S 840941 840944 836699 0 -1 4194304 224 239 0 0 0 0 0 0 20 0 1 0 158847644 10170368 681 134679101440 94198693949440 94198695028760 140721317289344 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94198697127216 94198697174404 94198719934464 140721317295072 140721317295199 140721317295199 140721317302214 0
/proc/840944/statm: 2483 681 602 264 0 134 0
[pid=840949] ppid=840944 vsize=7409856 memory=7244164 CPUtime=3600 cores=1,3
/proc/840949/stat : 840949 (naps-1.02b5) R 840944 840944 836699 0 -1 4194304 1653758 0 0 0 359306 694 0 0 20 0 1 0 158847644 7587692544 1811041 134679101440 4194304 5746509 140731906829584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 12488704 140731906835439 140731906835553 140731906835553 140731906842569 0
/proc/840949/statm: 1852464 1811041 421 379 0 1851998 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 7419788 KiB
Current children cumulated memory: 7246888 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002267 s, system=0.000467 s

[startup+3610.69 s]
# the end of solver process 840949 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3593.07 s, system=7.13406 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.6 s]*
/proc/loadavg: 4.04 4.12 4.11 3/244 843046
/proc/meminfo: memFree=121977320/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002734 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3610.69
CPU time (s): 3600.2
CPU user time (s): 3593.07
CPU system time (s): 7.13406
CPU usage (%): 99.7097
Max. virtual memory (cumulated for all children) (KiB): 7763664
Max. memory (cumulated for all children) (KiB): 7486580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.07
system time used= 7.13406
maximum resident set size= 7483856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1654221
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= 19
involuntary context switches= 2029


# summary of solver processes directly reported to runsolver:
#   pid: 840944,840949
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3593.07
#   total CPU system time (s): 7.13406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42327 second user time and 18.0358 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-15 20:07:50
IDJOB=4434979
IDBENCH=146850
IDSOLVER=3065
FILE ID=nodeC017/4434979-1721066858
RUNJOBID= nodeC017-1721059647-836711
SLURM_JOB_ID= 7505502
Free space on /tmp= 890060 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standgub.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434979-1721066858/watcher-4434979-1721066858 -o /tmp/evaluation-result-4434979-1721066858/solver-4434979-1721066858 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721059647-836711 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4434979-1721066858.opb

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

MD5SUM BENCH= 536cfe435eeefcaf3068230629f950df
RANDOM SEED=1145163522

nodeC017.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		: 3674.375
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3651.121
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.99
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.122
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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.752
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.99
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		: 3674.320
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3665.479
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.900
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
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		: 3640.091
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123075052 kB
MemAvailable:   127144928 kB
Buffers:          376596 kB
Cached:          4488696 kB
SwapCached:            0 kB
Active:           812200 kB
Inactive:        6953664 kB
Active(anon):       1584 kB
Inactive(anon):  2936376 kB
Active(file):     810616 kB
Inactive(file):  4017288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4944 kB
Writeback:            12 kB
AnonPages:       2900232 kB
Mapped:           108776 kB
Shmem:             37720 kB
KReclaimable:     163236 kB
Slab:             275412 kB
SReclaimable:     163236 kB
SUnreclaim:       112176 kB
KernelStack:        4108 kB
PageTables:        14944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3517676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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:      215764 kB
DirectMap2M:    24723456 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-15 21:08:01