Trace number 4434172

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? (MO) 752.013 753.839

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-sctap3.opb
MD5SUMae9069a7e4a4f60423faee038f49f7b2
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 benchmark2511766
Best CPU time to get the best result obtained on this benchmark3600.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables74400
Total number of constraints1408
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 constraints1408
Minimum length of a constraint90
Maximum length of a constraint930
Number of terms in the objective function 55800
Biggest coefficient in the objective function 42949672960
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 31374736068060
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 42949672960
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 31374736068060
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-4434172-1721067058.opb
454.84/455.94	c single stage optimization mode
751.56/753.40	c 
751.56/753.40	c *** TERMINATED *** by signal 15
751.56/753.40	s UNKNOWN
751.56/753.40	c _____________________________________________________________________________
751.56/753.40	c std/band forms        : 788,620
751.56/753.40	c 2cl/3cl ITE-codings   : 43751266,1047800
751.56/753.40	c BDD/srt/adr Max costs : 486837,0,0
751.56/753.40	c BDDraw/bin/mul/srt/adr: 624,0,784,0,0
751.56/753.40	c BDD nodes             : 47370413
751.56/753.40	c Es1/CC detections     : 0,0
751.56/753.40	c CC sort               : 0
751.56/753.40	c SAT/UNSAT calls       : 0,0
751.56/753.40	c regenrated variables  : 0
751.56/753.40	c eliminated fixed lits : 88502
751.56/753.40	c goal lit flips        : 0
751.56/753.40	c goal stages           : 1
751.56/753.40	c goal shrink           : 0
751.56/753.40	c goal coeff separations: 5410
751.56/753.40	c restarts              : 0
751.56/753.40	c conflicts             : 0              (0 /sec)
751.56/753.40	c decisions             : 0              (0 /sec)
751.56/753.40	c propagations          : 0              (0 /sec)
751.56/753.40	c inspects              : 0              (0 /sec)
751.56/753.40	c CPU time (solving tm) : 735.4 s        (288.9 s, SAT 0 s, UNSAT 0 s)
751.56/753.40	c Time for Opt-base     : 144.5 s
751.56/753.40	c Steps for Opt-base    : 951317543
751.56/753.40	c Time for BDD coding   : 388.8 s
751.56/753.40	c Time for srt coding   : 0 s
751.56/753.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434172-1721067058/watcher-4434172-1721067058 -o /tmp/evaluation-result-4434172-1721067058/solver-4434172-1721067058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721063459-838782 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434172-1721067058.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=840941, runsolver pid=840938

[startup+0.100089 s]*
/proc/loadavg: 4.07 4.16 4.15 5/258 840946
/proc/meminfo: memFree=120989520/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=21748 memory=20060 CPUtime=0.09 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 4865 0 0 0 8 1 0 0 20 0 1 0 158871132 22269952 5015 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 5437 5015 548 659 0 4641 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 31680 KiB
Current children cumulated memory: 22708 KiB

[startup+0.205727 s]*
/proc/loadavg: 4.07 4.16 4.15 4/257 840946
/proc/meminfo: memFree=120986168/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=24592 memory=23184 CPUtime=0.2 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 5911 0 0 0 19 1 0 0 20 0 1 0 158871132 25182208 5796 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 6148 5796 580 659 0 5352 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34524 KiB
Current children cumulated memory: 25832 KiB

[startup+0.30569 s]*
/proc/loadavg: 4.07 4.16 4.15 4/254 840963
/proc/meminfo: memFree=120996296/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=25680 memory=23708 CPUtime=0.3 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 6038 0 0 0 29 1 0 0 20 0 1 0 158871132 26296320 5927 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 6420 5927 580 659 0 5624 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 35612 KiB
Current children cumulated memory: 26356 KiB

[startup+0.700271 s]
/proc/loadavg: 4.07 4.16 4.15 5/261 840982
/proc/meminfo: memFree=120951700/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=63636 memory=57540 CPUtime=0.69 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 14351 0 0 0 65 4 0 0 20 0 1 0 158871132 65163264 14385 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 15909 14385 596 659 0 15113 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 73568 KiB
Current children cumulated memory: 60188 KiB

[startup+1.50027 s]
/proc/loadavg: 4.07 4.16 4.15 5/261 840982
/proc/meminfo: memFree=120890044/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=82072 memory=75416 CPUtime=1.48 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 17763 0 0 0 144 4 0 0 20 0 1 0 158871132 84041728 18854 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 20518 18854 612 659 0 19722 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 92004 KiB
Current children cumulated memory: 78064 KiB

[startup+3.10544 s]
/proc/loadavg: 4.06 4.15 4.15 5/261 841032
/proc/meminfo: memFree=121704276/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=131024 memory=109600 CPUtime=3.08 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 22657 0 0 0 303 5 0 0 20 0 1 0 158871132 134168576 27400 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 32756 27400 612 659 0 31960 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 140956 KiB
Current children cumulated memory: 112248 KiB

[startup+6.30021 s]
/proc/loadavg: 4.06 4.15 4.15 5/261 841032
/proc/meminfo: memFree=121618036/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=182960 memory=167324 CPUtime=6.27 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 30204 0 0 0 619 8 0 0 20 0 1 0 158871132 187351040 41831 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 45740 41831 612 659 0 44944 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 192892 KiB
Current children cumulated memory: 169972 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.15 4.15 5/261 841034
/proc/meminfo: memFree=121445664/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=283468 memory=275808 CPUtime=12.66 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 42399 0 0 0 1253 13 0 0 20 0 1 0 158871132 290271232 68952 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 70867 68952 612 659 0 70071 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 293400 KiB
Current children cumulated memory: 278456 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 4.14 4.15 5/261 841035
/proc/meminfo: memFree=120517656/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=471828 memory=439556 CPUtime=25.42 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 56917 0 0 0 2521 21 0 0 20 0 1 0 158871132 483151872 109889 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 117957 109889 612 659 0 117161 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 481760 KiB
Current children cumulated memory: 442204 KiB

[startup+51.1055 s]
/proc/loadavg: 4.09 4.14 4.15 5/260 841040
/proc/meminfo: memFree=120184552/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=764144 memory=728208 CPUtime=50.98 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 119008 0 0 0 5067 31 0 0 20 0 1 0 158871132 782483456 182052 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 191036 182052 612 659 0 190240 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 774076 KiB
Current children cumulated memory: 730856 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.15 5/262 841050
/proc/meminfo: memFree=117870748/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=1139688 memory=1099072 CPUtime=102.06 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 154449 0 0 0 10162 44 0 0 20 0 1 0 158871132 1167040512 274768 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 284922 274768 612 659 0 284126 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 1149620 KiB
Current children cumulated memory: 1101720 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.14 4.15 5/262 841061
/proc/meminfo: memFree=109905864/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=1678856 memory=1625348 CPUtime=161.92 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 180471 0 0 0 16126 66 0 0 20 0 1 0 158871132 1719148544 406337 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 419714 406337 612 659 0 418918 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 1688788 KiB
Current children cumulated memory: 1627996 KiB

[startup+222.3 s]
/proc/loadavg: 4.43 4.22 4.17 5/262 841072
/proc/meminfo: memFree=108960188/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=1763292 memory=1750724 CPUtime=221.78 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 202033 0 0 0 22105 73 0 0 20 0 1 0 158871132 1805611008 437681 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 440823 437681 612 659 0 440027 0
Current children cumulated CPU time: 221.78 s

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

Current children cumulated memory: 1753372 KiB

[startup+282.3 s]
/proc/loadavg: 4.68 4.32 4.21 5/260 841083
/proc/meminfo: memFree=108554272/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=2099284 memory=2010952 CPUtime=281.64 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 247680 0 0 0 28079 85 0 0 20 0 1 0 158871132 2149666816 502738 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 524821 502738 612 659 0 524025 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 2109216 KiB
Current children cumulated memory: 2013600 KiB

[startup+342.3 s]
/proc/loadavg: 4.39 4.30 4.21 5/260 841093
/proc/meminfo: memFree=105464100/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=2303488 memory=2292992 CPUtime=341.49 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 299106 0 0 0 34054 95 0 0 20 0 1 0 158871132 2358771712 573248 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 575872 573248 612 659 0 575076 0
Current children cumulated CPU time: 341.49 s
Current children cumulated vsize: 2313420 KiB
Current children cumulated memory: 2295640 KiB

[startup+402.3 s]
/proc/loadavg: 4.20 4.26 4.20 5/259 841106
/proc/meminfo: memFree=104403284/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=3308180 memory=3120456 CPUtime=401.36 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 325020 0 0 0 40007 129 0 0 20 0 1 0 158871132 3387576320 780114 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 827045 780114 612 659 0 826249 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 3318112 KiB
Current children cumulated memory: 3123104 KiB

[startup+462.3 s]
/proc/loadavg: 4.20 4.24 4.19 5/259 841117
/proc/meminfo: memFree=82859392/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=24535284 memory=23104856 CPUtime=461.22 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 2555115 0 0 0 45261 861 0 0 20 0 1 0 158871132 25124130816 5776214 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 6133821 5776214 644 659 0 6133025 0
Current children cumulated CPU time: 461.22 s
Current children cumulated vsize: 24545216 KiB
Current children cumulated memory: 23107504 KiB

[startup+522.3 s]
/proc/loadavg: 4.13 4.21 4.18 5/259 841127
/proc/meminfo: memFree=82087260/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=28234432 memory=26395460 CPUtime=521.07 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 2687211 0 0 0 50940 1167 0 0 20 0 1 0 158871132 28912058368 6598865 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 7058608 6598865 644 659 0 7057812 0
Current children cumulated CPU time: 521.07 s
Current children cumulated vsize: 28244364 KiB
Current children cumulated memory: 26398108 KiB

[startup+582.3 s]
/proc/loadavg: 4.20 4.22 4.18 5/261 841142
/proc/meminfo: memFree=83307564/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=27137080 memory=25311644 CPUtime=580.92 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 2773936 0 0 0 56816 1276 0 0 20 0 1 0 158871132 27788369920 6327911 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 6784270 6327911 644 659 0 6783474 0
Current children cumulated CPU time: 580.92 s
Current children cumulated vsize: 27147012 KiB
Current children cumulated memory: 25314292 KiB

[startup+642.3 s]
/proc/loadavg: 4.19 4.21 4.18 5/261 841152
/proc/meminfo: memFree=83197544/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=26939316 memory=24978248 CPUtime=640.77 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 3005163 0 0 0 62764 1313 0 0 20 0 1 0 158871132 27585859584 6244562 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 6734829 6244562 644 659 0 6734033 0
Current children cumulated CPU time: 640.77 s
Current children cumulated vsize: 26949248 KiB
Current children cumulated memory: 24980896 KiB

[startup+702.3 s]
/proc/loadavg: 4.19 4.20 4.18 5/262 841163
/proc/meminfo: memFree=83317012/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=26780716 memory=24955408 CPUtime=700.61 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 3018994 0 0 0 68630 1431 0 0 20 0 1 0 158871132 27423453184 6238852 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 6695179 6238852 644 659 0 6694383 0
Current children cumulated CPU time: 700.61 s
Current children cumulated vsize: 26790648 KiB
Current children cumulated memory: 24958056 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+753.4 s]
/proc/loadavg: 4.13 4.18 4.18 5/262 841174
/proc/meminfo: memFree=78122376/131524600 swapFree=131071996/131071996
[pid=840941] ppid=840938 vsize=9932 memory=2648 CPUtime=0 cores=4,6
/proc/840941/stat : 840941 (naps-1.03.sh) S 840938 840941 838771 0 -1 4194304 221 237 0 0 0 0 0 0 20 0 1 0 158871132 10170368 662 134679101440 94760558915584 94760559994904 140731222825344 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94760562093360 94760562140548 94760573050880 140731222828004 140731222828129 140731222828129 140731222835144 0
/proc/840941/statm: 2483 662 583 264 0 134 0
[pid=840946] ppid=840941 vsize=31741000 memory=29554740 CPUtime=751.56 cores=4,6
/proc/840946/stat : 840946 (naps-1.03) R 840941 840941 838771 0 -1 4194304 3703719 0 0 0 73544 1612 0 0 20 0 1 0 158871132 32502784000 7388685 134679101440 4194304 6891213 140723182924896 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 35045376 140723182928885 140723182928997 140723182928997 140723182936011 0
/proc/840946/statm: 7935250 7388685 660 659 0 7934454 0
Current children cumulated CPU time: 751.56 s
Current children cumulated vsize: 31750932 KiB
Current children cumulated memory: 29557388 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002489 s, system=0.00052 s

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

# cumulated CPU time of all completed processes:  user=735.447 s, system=16.5666 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+753.606 s]
/proc/loadavg: 4.13 4.18 4.18 5/261 841174
/proc/meminfo: memFree=82690752/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.003009 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+753.8 s]
/proc/loadavg: 4.13 4.18 4.18 5/261 841174
/proc/meminfo: memFree=82690752/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.003009 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 753.839
CPU time (s): 752.013
CPU user time (s): 735.447
CPU system time (s): 16.5666
CPU usage (%): 99.7578
Max. virtual memory (cumulated for all children) (KiB): 31750932
Max. memory (cumulated for all children) (KiB): 29557388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 735.447
system time used= 16.5666
maximum resident set size= 29555004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3704182
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= 46
involuntary context switches= 836


# summary of solver processes directly reported to runsolver:
#   pid: 840941,840946
#   total CPU time (s): 752.013
#   total CPU user time (s): 735.447
#   total CPU system time (s): 16.5666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52238 second user time and 3.67623 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-15 20:11:10
IDJOB=4434172
IDBENCH=146841
IDSOLVER=3063
FILE ID=nodeC025/4434172-1721067058
RUNJOBID= nodeC025-1721063459-838782
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-sctap3.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434172-1721067058/watcher-4434172-1721067058 -o /tmp/evaluation-result-4434172-1721067058/solver-4434172-1721067058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721063459-838782 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434172-1721067058.opb

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

MD5SUM BENCH= ae9069a7e4a4f60423faee038f49f7b2
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.703
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		: 3690.861
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		: 3609.747
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		: 3600.068
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		: 3667.695
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		: 3601.011
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		: 3653.417
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		: 3691.022
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:        121008624 kB
MemAvailable:   127099212 kB
Buffers:          388456 kB
Cached:          6464552 kB
SwapCached:            0 kB
Active:           709804 kB
Inactive:        9043932 kB
Active(anon):       1576 kB
Inactive(anon):  2936864 kB
Active(file):     708228 kB
Inactive(file):  6107068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9544 kB
Writeback:             0 kB
AnonPages:       2898544 kB
Mapped:           109812 kB
Shmem:             37720 kB
KReclaimable:     229876 kB
Slab:             351196 kB
SReclaimable:     229876 kB
SUnreclaim:       121320 kB
KernelStack:        4172 kB
PageTables:        14892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3493856 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= 890000 MiB
End job on nodeC025 at 2024-07-15 20:23:44