Trace number 4434171

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.03? (exit code) 1446.04 1464.55

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-ganges.opb
MD5SUM4425a618199c18d5ea09f599f7b7b401
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.063048
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables46097
Total number of constraints1706
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 constraints1706
Minimum length of a constraint13
Maximum length of a constraint1432
Number of terms in the objective function 2309
Biggest coefficient in the objective function 33554432
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 884998035
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 32257203788492
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434171-1721067058.opb
1313.35/1317.49	c single stage optimization mode
1443.65/1448.10	terminate called after throwing an instance of 'std::bad_alloc'
1443.65/1448.10	  what():  std::bad_alloc
0.00/1464.54	HOME/naps-1.03.sh: line 6: 840982 Aborted                 (core dumped) ${self_dir}/naps-1.03 ${@}

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 (59698 MiB free)
  memory of node 1: 64510 MiB (58443 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434171-1721067058/watcher-4434171-1721067058 -o /tmp/evaluation-result-4434171-1721067058/solver-4434171-1721067058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721063459-838784 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434171-1721067058.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=840977, runsolver pid=840974

[startup+0.100098 s]*
/proc/loadavg: 4.07 4.16 4.15 6/261 840982
/proc/meminfo: memFree=120951364/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=15388 memory=13024 CPUtime=0.09 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 2921 0 0 0 9 0 0 0 20 0 1 0 158871173 15757312 3256 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 3847 3256 596 659 0 3051 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25320 KiB
Current children cumulated memory: 15744 KiB

[startup+0.206021 s]*
/proc/loadavg: 4.07 4.16 4.15 5/261 840982
/proc/meminfo: memFree=120936052/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=27032 memory=23588 CPUtime=0.2 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 5863 0 0 0 19 1 0 0 20 0 1 0 158871173 27680768 5897 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 6758 5897 596 659 0 5962 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36964 KiB
Current children cumulated memory: 26308 KiB

[startup+0.305845 s]*
/proc/loadavg: 4.07 4.16 4.15 5/261 840982
/proc/meminfo: memFree=120920124/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=39240 memory=34600 CPUtime=0.3 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 9080 0 0 0 28 2 0 0 20 0 1 0 158871173 40181760 8650 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 9810 8650 596 659 0 9014 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 49172 KiB
Current children cumulated memory: 37320 KiB

[startup+0.700283 s]
/proc/loadavg: 4.07 4.16 4.15 5/261 840982
/proc/meminfo: memFree=120898452/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=58344 memory=52276 CPUtime=0.69 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 13667 0 0 0 66 3 0 0 20 0 1 0 158871173 59744256 13069 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 14586 13069 596 659 0 13790 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 68276 KiB
Current children cumulated memory: 54996 KiB

[startup+1.50028 s]
/proc/loadavg: 4.06 4.15 4.15 5/261 840982
/proc/meminfo: memFree=120887344/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=58344 memory=52276 CPUtime=1.49 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 13667 0 0 0 146 3 0 0 20 0 1 0 158871173 59744256 13069 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 14586 13069 596 659 0 13790 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 68276 KiB
Current children cumulated memory: 54996 KiB

[startup+3.10572 s]
/proc/loadavg: 4.06 4.15 4.15 5/261 841032
/proc/meminfo: memFree=121675408/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=58344 memory=52276 CPUtime=3.09 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 13667 0 0 0 306 3 0 0 20 0 1 0 158871173 59744256 13069 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 14586 13069 596 659 0 13790 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 68276 KiB
Current children cumulated memory: 54996 KiB

[startup+6.30027 s]
/proc/loadavg: 4.06 4.15 4.15 8/261 841034
/proc/meminfo: memFree=121605712/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=56900 memory=50964 CPUtime=6.27 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 13681 0 0 0 624 3 0 0 20 0 1 0 158871173 58265600 12741 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 14225 12741 596 659 0 13429 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 66832 KiB
Current children cumulated memory: 53684 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 4.15 4.15 5/261 841034
/proc/meminfo: memFree=121439760/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=69320 memory=62744 CPUtime=12.65 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 16777 0 0 0 1261 4 0 0 20 0 1 0 158871173 70983680 15686 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 17330 15686 612 659 0 16534 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 79252 KiB
Current children cumulated memory: 65464 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 4.14 4.15 5/261 841035
/proc/meminfo: memFree=120514292/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=101664 memory=94492 CPUtime=25.42 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 24012 0 0 0 2536 6 0 0 20 0 1 0 158871173 104103936 23623 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 25416 23623 612 659 0 24620 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 111596 KiB
Current children cumulated memory: 97212 KiB

[startup+51.1058 s]
/proc/loadavg: 4.08 4.14 4.15 5/260 841040
/proc/meminfo: memFree=120182288/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=138496 memory=129952 CPUtime=50.95 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 29943 0 0 0 5088 7 0 0 20 0 1 0 158871173 141819904 32488 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 34624 32488 612 659 0 33828 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 148428 KiB
Current children cumulated memory: 132672 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.15 6/262 841050
/proc/meminfo: memFree=117645612/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=211776 memory=194576 CPUtime=101.99 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 38613 0 0 0 10189 10 0 0 20 0 1 0 158871173 216858624 48644 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 52944 48644 612 659 0 52148 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 221708 KiB
Current children cumulated memory: 197296 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.14 4.15 5/262 841061
/proc/meminfo: memFree=109905304/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=331636 memory=316288 CPUtime=161.81 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 54113 0 0 0 16165 16 0 0 20 0 1 0 158871173 339595264 79072 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 82909 79072 612 659 0 82113 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 341568 KiB
Current children cumulated memory: 319008 KiB

[startup+222.3 s]
/proc/loadavg: 4.43 4.22 4.17 7/262 841072
/proc/meminfo: memFree=108958508/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=532512 memory=519472 CPUtime=221.63 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 77048 0 0 0 22141 22 0 0 20 0 1 0 158871173 545292288 129868 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 133128 129868 612 659 0 132332 0
Current children cumulated CPU time: 221.63 s

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

/proc/loadavg: 4.17 4.14 4.16 6/263 842089
/proc/meminfo: memFree=94509420/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=17545816 memory=16436980 CPUtime=1298.29 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 2074434 0 0 0 129228 601 0 0 20 0 1 0 158871173 17966915584 4109245 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 4386454 4109245 612 659 0 4385658 0
Current children cumulated CPU time: 1298.29 s
Current children cumulated vsize: 17555748 KiB
Current children cumulated memory: 16439700 KiB

[startup+1362.3 s]
/proc/loadavg: 4.10 4.13 4.16 5/261 842100
/proc/meminfo: memFree=85018504/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=27497664 memory=25475972 CPUtime=1358.11 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 3008304 0 0 0 134837 974 0 0 20 0 1 0 158871173 28157607936 6368993 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 6874416 6368993 644 659 0 6873620 0
Current children cumulated CPU time: 1358.11 s
Current children cumulated vsize: 27507596 KiB
Current children cumulated memory: 25478692 KiB

[startup+1422.3 s]
/proc/loadavg: 4.14 4.14 4.16 6/262 842113
/proc/meminfo: memFree=83998872/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=27497664 memory=25476000 CPUtime=1417.93 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 3008459 0 0 0 140819 974 0 0 20 0 1 0 158871173 28157607936 6369000 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 6874416 6369000 644 659 0 6873620 0
Current children cumulated CPU time: 1417.93 s
Current children cumulated vsize: 27507596 KiB
Current children cumulated memory: 25478720 KiB

[startup+1464.55 s]
# the end of solver process 840977 was just reported to runsolver
# Child status: 134

# cumulated CPU time of all completed processes:  user=1433.2 s, system=12.8365 s

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

[startup+1433.6 s]
/proc/loadavg: 4.20 4.15 4.16 5/262 842115
/proc/meminfo: memFree=82645752/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=31436956 memory=28416008 CPUtime=1429.2 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 3011290 0 0 0 141891 1029 0 0 20 0 1 0 158871173 32191442944 7104002 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 7859239 7104002 644 659 0 7858443 0
Current children cumulated CPU time: 1429.2 s
Current children cumulated vsize: 31446888 KiB
Current children cumulated memory: 28418728 KiB

[startup+1446.4 s]
/proc/loadavg: 4.16 4.14 4.16 7/262 842118
/proc/meminfo: memFree=81414492/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=31436956 memory=29415860 CPUtime=1441.95 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) R 840977 840977 838771 0 -1 4194304 3012606 0 0 0 143149 1046 0 0 20 0 1 0 158871173 32191442944 7353965 134679101440 4194304 6891213 140724482045600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 7859239 7353965 644 659 0 7858443 0
Current children cumulated CPU time: 1441.95 s
Current children cumulated vsize: 31446888 KiB
Current children cumulated memory: 29418580 KiB

[startup+1452.8 s]
/proc/loadavg: 4.14 4.14 4.16 5/262 842120
/proc/meminfo: memFree=80846012/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=31436956 memory=29415860 CPUtime=1445.65 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) S 840977 840977 838771 0 -1 4195840 3012619 0 0 0 143320 1245 0 0 20 0 1 0 158871173 32191442944 7353965 134679101440 4194304 6891213 140724482045600 140724482042896 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 7859239 7353965 644 659 0 7858443 0
Current children cumulated CPU time: 1445.65 s
Current children cumulated vsize: 31446888 KiB
Current children cumulated memory: 29418580 KiB

[startup+1459.2 s]
/proc/loadavg: 4.21 4.15 4.16 4/260 842122
/proc/meminfo: memFree=80185984/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=31436956 memory=29415860 CPUtime=1445.65 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) S 840977 840977 838771 0 -1 4195840 3012619 0 0 0 143320 1245 0 0 20 0 1 0 158871173 32191442944 7353965 134679101440 4194304 6891213 140724482045600 140724482042896 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 7859239 7353965 644 659 0 7858443 0
Current children cumulated CPU time: 1445.65 s
Current children cumulated vsize: 31446888 KiB
Current children cumulated memory: 29418580 KiB

[startup+1462.4 s]
/proc/loadavg: 4.19 4.15 4.16 4/260 842122
/proc/meminfo: memFree=80186004/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=31436956 memory=29415860 CPUtime=1445.65 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) S 840977 840977 838771 0 -1 4195840 3012619 0 0 0 143320 1245 0 0 20 0 1 0 158871173 32191442944 7353965 134679101440 4194304 6891213 140724482045600 140724482042896 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 7859239 7353965 644 659 0 7858443 0
Current children cumulated CPU time: 1445.65 s
Current children cumulated vsize: 31446888 KiB
Current children cumulated memory: 29418580 KiB

[startup+1463.2 s]
/proc/loadavg: 4.19 4.15 4.16 4/260 842122
/proc/meminfo: memFree=80186032/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=31436956 memory=29415860 CPUtime=1445.65 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) S 840977 840977 838771 0 -1 4195840 3012619 0 0 0 143320 1245 0 0 20 0 1 0 158871173 32191442944 7353965 134679101440 4194304 6891213 140724482045600 140724482042896 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 7859239 7353965 644 659 0 7858443 0
Current children cumulated CPU time: 1445.65 s
Current children cumulated vsize: 31446888 KiB
Current children cumulated memory: 29418580 KiB

[startup+1464 s]*
/proc/loadavg: 4.19 4.15 4.16 6/260 842122
/proc/meminfo: memFree=81160880/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
[pid=840982] ppid=840977 vsize=31436956 memory=29415860 CPUtime=1445.65 cores=5,7
/proc/840982/stat : 840982 (naps-1.03) S 840977 840977 838771 0 -1 4195840 3012619 0 0 0 143320 1245 0 0 20 0 1 0 158871173 32191442944 7353965 134679101440 4194304 6891213 140724482045600 140724482042896 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24858624 140724482049013 140724482049125 140724482049125 140724482056139 0
/proc/840982/statm: 7859239 7353965 644 659 0 7858443 0
Current children cumulated CPU time: 1445.65 s
Current children cumulated vsize: 31446888 KiB
Current children cumulated memory: 29418580 KiB

[startup+1464.4 s]
/proc/loadavg: 4.19 4.15 4.16 6/260 842122
/proc/meminfo: memFree=81160880/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2720 KiB

[startup+1464.51 s]
/proc/loadavg: 4.19 4.15 4.16 6/260 842122
/proc/meminfo: memFree=81160880/131524600 swapFree=131071996/131071996
[pid=840977] ppid=840974 vsize=9932 memory=2720 CPUtime=0 cores=5,7
/proc/840977/stat : 840977 (naps-1.03.sh) S 840974 840977 838771 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 158871172 10170368 680 134679101440 94885523509248 94885524588568 140720525060368 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94885526687024 94885526734212 94885539151872 140720525063140 140720525063265 140720525063265 140720525070280 0
/proc/840977/statm: 2483 680 602 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2720 KiB

Child status: 134

Real time (s): 1464.55
CPU time (s): 1446.04
CPU user time (s): 1433.2
CPU system time (s): 12.8365
CPU usage (%): 98.7361
Max. virtual memory (cumulated for all children) (KiB): 31446888
Max. memory (cumulated for all children) (KiB): 29418580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.2
system time used= 12.8365
maximum resident set size= 29416048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3013101
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= 410
involuntary context switches= 1582


# summary of solver processes directly reported to runsolver:
#   pid: 840977
#   total CPU time (s): 1446.04
#   total CPU user time (s): 1433.2
#   total CPU system time (s): 12.8365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.50713 second user time and 8.01322 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-15 20:11:11
IDJOB=4434171
IDBENCH=146846
IDSOLVER=3063
FILE ID=nodeC025/4434171-1721067058
RUNJOBID= nodeC025-1721063459-838784
SLURM_JOB_ID= 7505518
Free space on /tmp= 890004 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-ganges.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434171-1721067058/watcher-4434171-1721067058 -o /tmp/evaluation-result-4434171-1721067058/solver-4434171-1721067058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721063459-838784 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434171-1721067058.opb

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

MD5SUM BENCH= 4425a618199c18d5ea09f599f7b7b401
RANDOM SEED=818188242

nodeC025.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		: 3670.873
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.72
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		: 3669.808
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	: 7007.09
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.142
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.72
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		: 3627.536
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	: 7007.09
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		: 3670.853
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.72
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		: 3667.843
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	: 7007.09
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.894
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.72
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		: 3662.555
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120985512 kB
MemAvailable:   127074736 kB
Buffers:          388456 kB
Cached:          6462864 kB
SwapCached:            0 kB
Active:           705592 kB
Inactive:        9070896 kB
Active(anon):       1584 kB
Inactive(anon):  2960972 kB
Active(file):     704008 kB
Inactive(file):  6109924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             16908 kB
Writeback:            32 kB
AnonPages:       2922944 kB
Mapped:           111184 kB
Shmem:             37720 kB
KReclaimable:     229876 kB
Slab:             351180 kB
SReclaimable:     229876 kB
SUnreclaim:       121304 kB
KernelStack:        4060 kB
PageTables:        14836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3493012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61856 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2580480 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:      269012 kB
DirectMap2M:    36204544 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890004 MiB
End job on nodeC025 at 2024-07-15 20:35:35