Trace number 4465132

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
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.1 3636.62

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-seymour1.opb
MD5SUM0695af47158b7a843c4563178a14696e
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 benchmark424072
Best CPU time to get the best result obtained on this benchmark72001
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10582
Total number of constraints5865
Number of constraints which are clauses651
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5214
Minimum length of a constraint1
Maximum length of a constraint198
Number of terms in the objective function 10582
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2347111
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2347111
Number of bits of the biggest sum of numbers22
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 The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.10/0.12	c Default LC presolving (default).
0.10/0.12	c ** Before presolving: virtualMemUsedAtLc = 99510258, getVmSize() = 95924224, SCIPgetMemUsed() = 57257781, SCIPgetMemTotal() = 73413645, SCIPgetMemExternEstim() = 26096613
0.10/0.12	c ** set memory limit for presolving in LC to 8.79578e+12 for SCIP **
1.48/1.51	c ** Estimated virtualMemUsedAtSolver = 220955272, getVmSize() = 333213696, SCIPgetMemUsed() = 208112928, SCIPgetMemTotal() = 305336296, SCIPgetMemExternEstim() = 26096613
1.48/1.51	c ** set memory limit for solvers to 4.18792e+11 for each SCIP **
1.48/1.51	c Original Problem   :
1.48/1.51	c   Problem name     : instance-4465132-1722442748
1.48/1.51	c   Variables        : 10582 (10582 binary, 0 integer, 0 implicit integer, 0 continuous)
1.48/1.51	c   Constraints      : 5865
1.48/1.51	c   Objective sense  : minimize
1.48/1.51	c Presolved Problem  :
1.48/1.51	c   Variables        : 9804 (9804 binary, 0 integer, 0 implicit integer, 0 continuous)
1.48/1.51	c   Constraints      : 13341
1.48/1.51	c Constraints        : Number
1.48/1.51	c   knapsack         : 4183 
1.48/1.51	c   setppc           : 8867 
1.48/1.51	c   logicor          : 291 
1.48/1.51	c ** Instance transfer method used: 0
1.48/1.57	c ** ParaScipInstance copy does not increase the number of variables. **
2.49/2.58	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.49/2.59	c                                Nodes    Active                                            
2.49/2.59	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
14.57/3.33	c *       3              0           1        20     1203413.0000                -          -
77.39/6.58	c *       7              0           1        20     1164439.0000                -          -
77.39/6.58	c         7              0           1        20     1164439.0000                -          -
81.33/6.70	c *       7              0           1        20     1159334.0000                -          -
81.33/6.75	c *       7              0           1        20     1000414.0000                -          -
83.27/6.83	c *       7              0           1        20      997464.0000                -          -
83.27/6.85	c *       7              0           1        20      986269.0000                -          -
85.06/6.91	c *       7              0           1        20      518144.0000                -          -
144.03/9.97	c *      10              0           1        20      453370.0000                -          -
181.57/11.81	c        12              2           1        20      453370.0000      175104.0000    158.91%
282.48/17.02	c        17             31          32        20      453370.0000      176128.0000    157.41%
384.36/22.10	c        22             81          82        20      453370.0000      176128.0000    157.41%
488.40/27.32	c        27            286         285        20      453370.0000      176128.0000    157.41%
589.38/32.44	c        32            282         281        20      453370.0000      176128.0000    157.41%
688.42/37.46	c        37           1022        1021        20      453370.0000      176128.0000    157.41%
789.48/42.51	c        43           1251         201        20      453370.0000      176128.0000    157.41%
797.42/43.02	c *      43           1050           0        20      452624.0000      176128.0000    156.99%
888.50/47.60	c        48           1490         442        20      452624.0000      176128.0000    156.99%
991.47/52.71	c        53           1411         361        20      452624.0000      176128.0000    156.99%
1094.53/57.94	c        58           1911         861        20      452624.0000      176128.0000    156.99%
1094.53/58.03	c *      58           1911         861        20      452623.0000      176128.0000    156.99%
1150.05/60.73	c *      61           2030         982        20      451599.0000      176128.0000    156.40%
1196.15/63.04	c        63           2650        1602        20      451599.0000      176128.0000    156.40%
1295.48/68.09	c        68           2391        1341        20      451599.0000      176128.0000    156.40%
1396.62/73.19	c        73           3020        1970        20      451599.0000      176128.0000    156.40%
1497.00/78.26	c        78           3470        2422        20      451599.0000      176128.0000    156.40%
1588.25/82.83	c *      83           4171        3121        20      442762.0000      176128.0000    151.39%
1592.78/83.03	c *      83           5311        4261        20      441474.0000      176128.0000    150.66%
1596.07/83.29	c        83           5311        4261        20      441474.0000      176128.0000    150.66%
1700.88/88.54	c        89           4490        3442        20      441474.0000      176128.0000    150.66%
1799.90/93.56	c        94              2           1        20      441474.0000      416077.4839      6.10%
1901.02/98.69	c        99              2           1        20      441474.0000      416077.4839      6.10%
2008.60/104.09	c       104              3           2        20      441474.0000      416077.4839      6.10%
2107.60/109.10	c       109              3           2        20      441474.0000      416077.4839      6.10%
2150.38/111.24	c *     111              4           3        20      440392.0000      416077.4839      5.84%
2211.30/114.32	c       114              4           3        20      440392.0000      416077.4839      5.84%
2258.86/116.75	c *     117              5           4        20      437891.0000      416077.4839      5.24%
2314.17/119.50	c       120              6           5        20      437891.0000      416077.4839      5.24%
2412.76/124.54	c       125              7           6        20      437891.0000      416077.4839      5.24%
2515.47/129.73	c       130              2           1        20      437891.0000      416759.1487      5.07%
2556.97/131.84	c *     132              2           1        20      437760.0000      416759.1487      5.04%
2616.24/134.87	c       135              2           1        20      437760.0000      416759.1487      5.04%
2622.97/135.19	c *     135              2           1        20      437248.0000      416759.1487      4.92%
2715.09/139.88	c       140              3           2        20      437248.0000      416759.1487      4.92%
2816.12/144.92	c       145              3           2        20      437248.0000      416759.1487      4.92%
2921.08/150.23	c       150              4           3        20      437248.0000      416947.7425      4.87%
3022.04/155.35	c       155              5           4        20      437248.0000      416947.7425      4.87%
3123.04/160.42	c       160              6           5        20      437248.0000      416947.7425      4.87%
3224.04/165.57	c       166              6           5        20      437248.0000      416947.7425      4.87%
3323.00/170.59	c       171              7           6        20      437248.0000      416947.7425      4.87%
3423.90/175.64	c       176              7           6        20      437248.0000      416947.7425      4.87%
3524.78/180.77	c       181              8           7        20      437248.0000      416947.7425      4.87%
3625.66/185.90	c       186              9           8        20      437248.0000      416947.7425      4.87%
3729.11/191.06	c       191              4           3        20      437248.0000      416968.2715      4.86%
3830.09/196.20	c       196              5           4        20      437248.0000      417098.6418      4.83%
3930.39/201.26	c       201              6           5        20      437248.0000      417098.6418      4.83%
4033.30/206.41	c       206              7           6        20      437248.0000      417098.6418      4.83%
4134.26/211.57	c       212              8           7        20      437248.0000      417098.6418      4.83%
4233.21/216.58	c       217              8           7        20      437248.0000      417098.6418      4.83%
4334.12/221.63	c       222              9           8        20      437248.0000      417098.6418      4.83%
4434.98/226.71	c       227             10           9        20      437248.0000      417098.6418      4.83%
4533.89/231.73	c       232             11          10        20      437248.0000      417098.6418      4.83%
4632.86/236.74	c       237             12          11        20      437248.0000      417098.6418      4.83%
4731.93/241.79	c       242             12          11        20      437248.0000      417098.6418      4.83%
4834.94/246.94	c       247             13          12        20      437248.0000      417098.6418      4.83%
4936.54/252.07	c       252             14          13        20      437248.0000      417098.6418      4.83%
5035.81/257.07	c       257             14          13        20      437248.0000      417098.6418      4.83%
5137.98/262.21	c       262             16          15        20      437248.0000      417098.6418      4.83%
5236.96/267.23	c       267             17          16        20      437248.0000      417098.6418      4.83%
5339.91/272.49	c       272             18          17        20      437248.0000      417158.1540      4.82%
5442.90/277.65	c       278             18          17        20      437248.0000      417158.1540      4.82%
5543.85/282.77	c       283             19          18        20      437248.0000      417158.1540      4.82%
5642.81/287.78	c       288             42          41        20      437248.0000      417359.5678      4.77%
5743.76/292.81	c       293             45          44        20      437248.0000      417608.7848      4.70%
5842.76/297.85	c       298             51          50        20      437248.0000      417608.7848      4.70%
5941.79/302.87	c       303             56          55        20      437248.0000      417608.7848      4.70%
6047.65/308.15	c       308             60          59        20      437248.0000      417608.7848      4.70%
6147.87/313.24	c       313             62          61        20      437248.0000      417608.7848      4.70%
6249.01/318.31	c       318             69          68        20      437248.0000      417608.7848      4.70%
6350.15/323.45	c       323             98          97        20      437248.0000      417608.7848      4.70%
6453.18/328.67	c       329            111         110        20      437248.0000      417608.7848      4.70%
6554.31/333.75	c       334            113         112        20      437248.0000      417608.7848      4.70%
6659.97/339.06	c       339            119         118        20      437248.0000      417608.7848      4.70%
6744.47/343.38	c *     343            123         122        20      436224.0000      417608.7848      4.46%
6759.04/344.07	c       344            125         124        20      436224.0000      417608.7848      4.46%
6861.33/349.22	c       349            126         125        20      436224.0000      417608.7848      4.46%
6968.31/354.61	c       355            129         128        20      436224.0000      417608.7848      4.46%
7069.34/359.72	c       360            129         128        20      436224.0000      417608.7848      4.46%
7170.22/364.87	c       365            138         137        20      436224.0000      417608.7848      4.46%
7271.14/369.96	c       370            138         137        20      436224.0000      417608.7848      4.46%
7370.21/375.00	c       375            138         137        20      436224.0000      417608.7848      4.46%
7474.04/380.16	c       380            145         144        20      436224.0000      417608.7848      4.46%
7572.89/385.18	c       385            151         150        20      436224.0000      417608.7848      4.46%
7672.16/390.19	c       390            156         155        20      436224.0000      417806.8146      4.41%
7772.43/395.28	c       395            160         159        20      436224.0000      417806.8146      4.41%
7873.54/400.35	c       400            165         164        20      436224.0000      417806.8146      4.41%
7974.66/405.45	c       405            169         168        20      436224.0000      417806.8146      4.41%
8075.78/410.56	c       411            172         171        20      436224.0000      417806.8146      4.41%
8176.85/415.61	c       416            175         174        20      436224.0000      417806.8146      4.41%
8277.92/420.70	c       421            179         178        20      436224.0000      417806.8146      4.41%
8377.04/425.79	c       426            184         183        20      436224.0000      417842.7672      4.40%
8480.14/430.93	c       431            187         186        20      436224.0000      417842.7672      4.40%
8579.27/435.96	c       436            191         190        20      436224.0000      417842.7672      4.40%
8678.38/440.97	c       441            199         198        20      436224.0000      417842.7672      4.40%
8782.18/446.18	c       446            205         204        20      436224.0000      417842.7672      4.40%
8882.76/451.23	c       451            212         211        20      436224.0000      417934.2285      4.38%
8920.98/453.15	c *     453            214         213        20      435200.0000      417934.2285      4.13%
8983.55/456.38	c       456            218         217        20      435200.0000      417934.2285      4.13%
9084.66/461.40	c       461            222         221        20      435200.0000      417934.2285      4.13%
9187.61/466.65	c       467            228         227        20      435200.0000      417934.2285      4.13%
9290.53/471.87	c       472            233         232        20      435200.0000      417934.2285      4.13%
9394.17/477.08	c       477            238         237        20      435200.0000      417934.2285      4.13%
9496.43/482.23	c       482            238         237        20      435200.0000      417934.2285      4.13%
9597.44/487.32	c       487            243         242        20      435200.0000      418059.4170      4.10%
9698.50/492.42	c       492            247         246        20      435200.0000      418059.4170      4.10%
9799.43/497.51	c       498            251         250        20      435200.0000      418059.4170      4.10%
9900.49/502.65	c       503            258         257        20      435200.0000      418059.4170      4.10%
10003.45/507.85	c       508            259         258        20      435200.0000      418059.4170      4.10%
10104.41/512.94	c       513            265         264        20      435200.0000      418059.4170      4.10%
10206.12/518.11	c       518            273         272        20      435200.0000      418092.5504      4.09%
10312.51/523.49	c       523            277         276        20      435200.0000      418092.5504      4.09%
10415.55/528.61	c       529            278         277        20      435200.0000      418092.5504      4.09%
10516.66/533.71	c       534            278         277        20      435200.0000      418092.5504      4.09%
10615.80/538.72	c       539            292         291        20      435200.0000      418092.5504      4.09%
10716.89/543.80	c       544            295         294        20      435200.0000      418092.5504      4.09%
10817.94/548.93	c       549            304         303        20      435200.0000      418092.5504      4.09%
10916.72/554.02	c       554            306         305        20      435200.0000      418092.5504      4.09%
11018.53/559.05	c       559            319         318        20      435200.0000      418092.5504      4.09%
11119.71/564.14	c       564            327         326        20      435200.0000      418092.5504      4.09%
11219.78/569.26	c       569            336         335        20      435200.0000      418092.5504      4.09%
11322.92/574.40	c       574            342         341        20      435200.0000      418192.6350      4.07%
11424.06/579.53	c       580            345         344        20      435200.0000      418192.6350      4.07%
11527.01/584.79	c       585            354         353        20      435200.0000      418192.6350      4.07%
11630.13/589.91	c       590            362         361        20      435200.0000      418192.6350      4.07%
11731.86/595.07	c       595            374         373        20      435200.0000      418192.6350      4.07%
11791.15/598.02	c *     598            376         375        20      434176.0000      418192.6350      3.82%
11833.06/600.16	c       600            382         381        20      434176.0000      418192.6350      3.82%
11936.92/605.41	c       605            383         382        20      434176.0000      418192.6350      3.82%
12039.89/610.63	c       611            390         389        20      434176.0000      418192.6350      3.82%
12138.82/615.67	c       616            394         393        20      434176.0000      418192.6350      3.82%
12239.98/620.73	c       621            401         400        20      434176.0000      418192.6350      3.82%
12338.99/625.77	c       626            407         406        20      434176.0000      418192.6350      3.82%
12440.02/630.85	c       631            412         411        20      434176.0000      418293.9852      3.80%
12540.91/635.95	c       636            417         416        20      434176.0000      418293.9852      3.80%
12640.01/640.98	c       641            425         424        20      434176.0000      418293.9852      3.80%
12739.08/646.01	c       646            432         431        20      434176.0000      418293.9852      3.80%
12841.01/651.14	c       651            439         438        20      434176.0000      418293.9852      3.80%
12947.13/656.40	c       656            443         442        20      434176.0000      418293.9852      3.80%
13046.14/661.50	c       662            446         445        20      434176.0000      418293.9852      3.80%
13147.20/666.54	c       667            449         448        20      434176.0000      418293.9852      3.80%
13248.29/671.61	c       672            457         456        20      434176.0000      418293.9852      3.80%
13347.44/676.64	c       677            457         456        20      434176.0000      418293.9852      3.80%
13448.47/681.72	c       682            460         459        20      434176.0000      418293.9852      3.80%
13549.43/686.83	c       687            470         469        20      434176.0000      418293.9852      3.80%
13650.37/691.98	c       692            470         469        20      434176.0000      418293.9852      3.80%
13752.03/697.09	c       697            476         475        20      434176.0000      418293.9852      3.80%
13853.06/702.17	c       702            478         477        20      434176.0000      418293.9852      3.80%
13953.16/707.27	c       707            482         481        20      434176.0000      418321.6980      3.79%
14056.14/712.40	c       712            485         484        20      434176.0000      418321.6980      3.79%
14157.37/717.54	c       718            488         487        20      434176.0000      418321.6980      3.79%
14260.29/722.70	c       723            490         489        20      434176.0000      418321.6980      3.79%
14359.47/727.74	c       728            495         494        20      434176.0000      418321.6980      3.79%
14460.66/732.84	c       733            500         499        20      434176.0000      418321.6980      3.79%
14561.78/737.90	c       738            502         501        20      434176.0000      418321.6980      3.79%
14660.91/742.92	c       743            504         503        20      434176.0000      418321.6980      3.79%
14759.84/747.96	c       748            507         506        20      434176.0000      418321.6980      3.79%
14861.49/753.13	c       753            511         510        20      434176.0000      418321.6980      3.79%
14963.85/758.20	c       758            511         512        20      434176.0000      418321.6980      3.79%
15064.75/763.31	c       763            515         514        20      434176.0000      418321.6980      3.79%
15163.79/768.34	c       768            522         521        20      434176.0000      418321.6980      3.79%
15264.76/773.40	c       773            522         521        20      434176.0000      418321.6980      3.79%
15365.81/778.58	c       779            526         525        20      434176.0000      418321.6980      3.79%
15468.86/783.74	c       784            528         527        20      434176.0000      418321.6980      3.79%
15569.90/788.87	c       789            528         527        20      434176.0000      418321.6980      3.79%
15673.67/794.10	c       794            532         531        20      434176.0000      418321.6980      3.79%
15774.75/799.18	c       799            537         536        20      434176.0000      418321.6980      3.79%
15875.05/804.27	c       804            544         543        20      434176.0000      418321.6980      3.79%
15977.84/809.46	c       809            551         550        20      434176.0000      418321.6980      3.79%
16078.96/814.59	c       815            554         553        20      434176.0000      418370.4998      3.78%
16182.13/819.73	c       820            559         558        20      434176.0000      418370.4998      3.78%
16281.32/824.76	c       825            561         560        20      434176.0000      418370.4998      3.78%
16384.46/830.00	c       830            565         564        20      434176.0000      418370.4998      3.78%
16486.29/835.10	c       835            569         568        20      434176.0000      418370.4998      3.78%
16588.73/840.24	c       840            576         575        20      434176.0000      418370.4998      3.78%
16645.21/843.05	c *     843            578         577        20      433920.0000      418370.4998      3.72%
16687.91/845.26	c       845            578         577        20      433920.0000      418370.4998      3.72%
16788.99/850.31	c       850            579         578        20      433920.0000      418370.4998      3.72%
16890.12/855.46	c       855            583         582        20      433920.0000      418370.4998      3.72%
16991.25/860.59	c       861            586         585        20      433920.0000      418370.4998      3.72%
17092.40/865.61	c       866            595         594        20      433920.0000      418370.4998      3.72%
17191.50/870.61	c       871            600         599        20      433920.0000      418370.4998      3.72%
17290.55/875.67	c       876            604         603        20      433920.0000      418370.4998      3.72%
17391.54/880.75	c       881            611         610        20      433920.0000      418370.4998      3.72%
17490.53/885.78	c       886            617         616        20      433920.0000      418370.4998      3.72%
17591.61/890.81	c       891            620         619        20      433920.0000      418370.4998      3.72%
17690.75/895.84	c       896            623         622        20      433920.0000      418389.4292      3.71%
17789.87/900.87	c       901            625         624        20      433920.0000      418389.4292      3.71%
17890.99/905.93	c       906            629         628        20      433920.0000      418389.4292      3.71%
17993.01/911.09	c       911            637         636        20      433920.0000      418389.4292      3.71%
18094.02/916.19	c       916            643         642        20      433920.0000      418389.4292      3.71%
18194.33/921.26	c       921            644         643        20      433920.0000      418389.4292      3.71%
18295.46/926.37	c       926            647         646        20      433920.0000      418389.4292      3.71%
18396.42/931.40	c       931            650         649        20      433920.0000      418389.4292      3.71%
18497.41/936.51	c       937            653         652        20      433920.0000      418389.4292      3.71%
18596.37/941.53	c       942            572         571        20      433920.0000      418424.9623      3.70%
18699.34/946.73	c       947            574         573        20      433920.0000      418424.9623      3.70%
18802.56/951.97	c       952            575         574        20      433920.0000      418424.9623      3.70%
18904.27/957.08	c       957            575         574        20      433920.0000      418424.9623      3.70%
19003.27/962.09	c       962            578         577        20      433920.0000      418424.9623      3.70%
19102.22/967.10	c       967            583         582        20      433920.0000      418424.9623      3.70%
19203.35/972.19	c       972            587         586        20      433920.0000      418424.9623      3.70%
19311.50/977.67	c       978            595         594        20      433920.0000      418424.9623      3.70%
19410.61/982.69	c       983            601         600        20      433920.0000      418424.9623      3.70%
19513.64/987.82	c       988            602         601        20      433920.0000      418441.8186      3.70%
19612.75/992.83	c       993            604         603        20      433920.0000      418441.8186      3.70%
19711.88/997.88	c       998            606         605        20      433920.0000      418441.8186      3.70%
19815.72/1003.07	c      1003            611         610        20      433920.0000      418441.8186      3.70%
19918.12/1008.21	c      1008            618         617        20      433920.0000      418441.8186      3.70%
20019.30/1013.33	c      1013            621         620        20      433920.0000      418441.8186      3.70%
20118.51/1018.38	c      1018            623         622        20      433920.0000      418469.3827      3.69%
20221.72/1023.53	c      1024            627         626        20      433920.0000      418469.3827      3.69%
20320.92/1028.54	c      1029            632         631        20      433920.0000      418469.3827      3.69%
20420.05/1033.57	c      1034            636         635        20      433920.0000      418469.3827      3.69%
20519.09/1038.58	c *    1039            641         640        20      433408.0000      418469.3827      3.57%
20519.09/1038.58	c      1039            641         640        20      433408.0000      418469.3827      3.57%
20622.18/1043.74	c      1044            644         643        20      433408.0000      418469.3827      3.57%
20723.12/1048.83	c      1049            649         648        20      433408.0000      418469.3827      3.57%
20824.16/1053.98	c      1054            653         652        20      433408.0000      418478.4753      3.57%
20927.95/1059.15	c      1059            655         654        20      433408.0000      418478.4753      3.57%
21028.22/1064.21	c      1064            752         751        20      433408.0000      418515.0370      3.56%
21127.34/1069.23	c      1069            754         753        20      433408.0000      418515.0370      3.56%
21228.46/1074.36	c      1074            755         754        20      433408.0000      418515.0370      3.56%
21327.62/1079.38	c      1079            757         756        20      433408.0000      418515.0370      3.56%
21428.71/1084.42	c      1084            761         760        20      433408.0000      418515.0370      3.56%
21527.88/1089.49	c      1089            767         766        20      433408.0000      418515.0370      3.56%
21629.03/1094.50	c      1094            777         776        20      433408.0000      418515.0370      3.56%
21728.12/1099.52	c      1100            782         781        20      433408.0000      418515.0370      3.56%
21829.15/1104.61	c      1105            784         783        20      433408.0000      418515.0370      3.56%
21928.31/1109.63	c      1110            786         785        20      433408.0000      418515.0370      3.56%
22027.34/1114.66	c      1115            791         790        20      433408.0000      418515.0370      3.56%
22130.32/1119.89	c      1120            794         793        20      433408.0000      418515.0370      3.56%
22231.43/1124.95	c      1125            794         793        20      433408.0000      418515.0370      3.56%
22330.60/1130.00	c      1130            794         793        20      433408.0000      418515.0370      3.56%
22432.45/1135.07	c      1135            794         793        20      433408.0000      418515.0370      3.56%
22531.58/1140.08	c      1140            800         799        20      433408.0000      418515.0370      3.56%
22630.68/1145.10	c      1145            803         802        20      433408.0000      418515.0370      3.56%
22731.86/1150.15	c      1150            808         807        20      433408.0000      418515.0370      3.56%
22832.13/1155.21	c      1155            812         811        20      433408.0000      418515.0370      3.56%
22931.21/1160.25	c      1160            812         811        20      433408.0000      418515.0370      3.56%
23032.25/1165.39	c      1165            816         815        20      433408.0000      418515.0370      3.56%
23135.30/1170.59	c      1171            816         815        20      433408.0000      418515.0370      3.56%
23236.37/1175.64	c      1176            816         815        20      433408.0000      418515.0370      3.56%
23337.49/1180.73	c      1181            822         821        20      433408.0000      418515.0370      3.56%
23436.59/1185.74	c      1186            827         826        20      433408.0000      418515.0370      3.56%
23535.73/1190.77	c      1191            835         834        20      433408.0000      418515.0370      3.56%
23638.81/1195.91	c      1196            840         839        20      433408.0000      418515.0370      3.56%
23737.74/1200.98	c      1201            842         841        20      433408.0000      418515.0370      3.56%
23839.72/1206.07	c      1206            845         844        20      433408.0000      418515.0370      3.56%
23938.67/1211.11	c      1211            848         847        20      433408.0000      418515.0370      3.56%
24041.03/1216.27	c      1216            848         847        20      433408.0000      418515.0370      3.56%
24142.19/1221.34	c      1221            855         854        20      433408.0000      418515.0370      3.56%
24243.34/1226.43	c      1226            861         860        20      433408.0000      418515.0370      3.56%
24342.51/1231.46	c      1231            862         861        20      433408.0000      418515.0370      3.56%
24447.47/1236.79	c      1237            866         865        20      433408.0000      418515.0370      3.56%
24548.63/1241.83	c      1242            870         869        20      433408.0000      418515.0370      3.56%
24647.80/1246.84	c      1247            870         869        20      433408.0000      418515.0370      3.56%
24751.19/1252.04	c      1252            873         872        20      433408.0000      418515.0370      3.56%
24852.63/1257.18	c      1257            877         876        20      433408.0000      418515.0370      3.56%
24958.83/1262.59	c      1263            883         882        20      433408.0000      418515.0370      3.56%
25061.92/1267.75	c      1268            892         891        20      433408.0000      418515.0370      3.56%
25164.98/1272.95	c      1273            894         893        20      433408.0000      418515.0370      3.56%
25266.77/1278.05	c      1278            895         894        20      433408.0000      418515.0370      3.56%
25367.96/1283.18	c      1283            902         901        20      433408.0000      418515.0370      3.56%
25468.34/1288.25	c      1288            906         905        20      433408.0000      418515.0370      3.56%
25569.42/1293.38	c      1293            863         862        20      433408.0000      418597.5453      3.54%
25674.33/1298.68	c      1299            869         868        20      433408.0000      418597.5453      3.54%
25775.49/1303.78	c      1304            879         878        20      433408.0000      418597.5453      3.54%
25876.54/1308.87	c      1309            886         885        20      433408.0000      418597.5453      3.54%
25977.67/1313.90	c      1314            887         886        20      433408.0000      418597.5453      3.54%
26079.27/1319.12	c      1319            887         886        20      433408.0000      418597.5453      3.54%
26183.56/1324.30	c      1324            891         890        20      433408.0000      418597.5453      3.54%
26282.73/1329.33	c      1329            902         901        20      433408.0000      418597.5453      3.54%
26383.90/1334.44	c      1334            912         911        20      433408.0000      418597.5453      3.54%
26483.06/1339.49	c      1339            916         915        20      433408.0000      418597.5453      3.54%
26584.21/1344.60	c      1345            920         919        20      433408.0000      418597.5453      3.54%
26685.18/1349.69	c      1350            923         922        20      433408.0000      418597.5453      3.54%
26786.08/1354.72	c      1355            930         931        20      433408.0000      418597.5453      3.54%
26887.21/1359.81	c      1360            932         931        20      433408.0000      418599.8809      3.54%
26986.29/1364.88	c      1365            935         934        20      433408.0000      418599.8809      3.54%
27093.33/1370.22	c      1370            940         939        20      433408.0000      418599.8809      3.54%
27192.32/1375.23	c      1375            944         943        20      433408.0000      418599.8809      3.54%
27196.29/1375.43	c *    1375            944         943        20      433152.0000      418599.8809      3.48%
27291.39/1380.28	c      1380            951         950        20      433152.0000      418599.8809      3.48%
27392.54/1385.31	c      1385            959         958        20      433152.0000      418599.8809      3.48%
27495.56/1390.52	c      1391            965         964        20      433152.0000      418599.8809      3.48%
27596.67/1395.62	c      1396            972         971        20      433152.0000      418599.8809      3.48%
27695.78/1400.67	c      1401            977         976        20      433152.0000      418599.8809      3.48%
27803.54/1406.11	c      1406            981         980        20      433152.0000      418599.8809      3.48%
27907.78/1411.34	c      1411            981         980        20      433152.0000      418599.8809      3.48%
28008.90/1416.42	c      1416            985         984        20      433152.0000      418599.8809      3.48%
28110.09/1421.58	c      1422            992         991        20      433152.0000      418599.8809      3.48%
28211.30/1426.65	c      1427           1001        1000        20      433152.0000      418599.8809      3.48%
28312.42/1431.78	c      1432           1007        1006        20      433152.0000      418599.8809      3.48%
28413.54/1436.82	c      1437           1014        1013        20      433152.0000      418599.8809      3.48%
28512.62/1441.89	c      1442           1020        1019        20      433152.0000      418599.8809      3.48%
28613.73/1446.96	c      1447           1028        1027        20      433152.0000      418599.8809      3.48%
28712.84/1452.03	c      1452           1032        1031        20      433152.0000      418611.6897      3.47%
28814.62/1457.04	c      1457           1034        1033        20      433152.0000      418611.6897      3.47%
28913.59/1462.11	c      1462           1036        1035        20      433152.0000      418611.6897      3.47%
29016.07/1467.23	c      1467           1045        1044        20      433152.0000      418611.6897      3.47%
29119.22/1472.47	c      1472           1050           0        20      433152.0000      418611.6897      3.47%
29220.39/1477.56	c      1478           1050           0        20      433152.0000      418611.6897      3.47%
29323.57/1482.73	c      1483           1050           0        20      433152.0000      418611.6897      3.47%
29429.41/1488.08	c      1488           1050           0        20      433152.0000      418611.6897      3.47%
29530.57/1493.15	c      1493           1050           0        20      433152.0000      418611.6897      3.47%
29632.96/1498.39	c      1498           1050           0        20      433152.0000      418611.6897      3.47%
29736.13/1503.55	c      1504           1050           0        20      433152.0000      418611.6897      3.47%
29839.24/1508.75	c      1509           1050           0        20      433152.0000      418611.6897      3.47%
29940.39/1513.83	c      1514           1050           0        20      433152.0000      418611.6897      3.47%
30039.68/1518.87	c      1519           1050           0        20      433152.0000      418611.6897      3.47%
30140.69/1523.99	c      1524           1050           0        20      433152.0000      418611.6897      3.47%
30239.85/1529.02	c      1529           1050           0        20      433152.0000      418611.6897      3.47%
30341.62/1534.11	c      1534           1050           0        20      433152.0000      418611.6897      3.47%
30446.01/1539.36	c      1539           1050           0        20      433152.0000      418611.6897      3.47%
30550.86/1544.61	c      1545           1050           0        20      433152.0000      418611.6897      3.47%
30650.04/1549.64	c      1550           1050           0        20      433152.0000      418611.6897      3.47%
30749.22/1554.68	c      1555           1050           0        20      433152.0000      418611.6897      3.47%
30850.36/1559.71	c      1560           1050           0        20      433152.0000      418611.6897      3.47%
30949.50/1564.74	c      1565           1050           0        20      433152.0000      418611.6897      3.47%
31048.63/1569.75	c      1570           1050           0        20      433152.0000      418611.6897      3.47%
31149.75/1574.82	c      1575           1050           0        20      433152.0000      418611.6897      3.47%
31253.30/1580.13	c      1580           1050           0        20      433152.0000      418611.6897      3.47%
31354.57/1585.15	c      1585           1050           0        20      433152.0000      418611.6897      3.47%
31377.51/1586.35	c *    1586           1050           0        20      432896.0000      418611.6897      3.41%
31456.81/1590.31	c      1590           1050           0        20      432896.0000      418611.6897      3.41%
31468.73/1590.96	c *    1591           1050           0        20      432640.0000      418611.6897      3.35%
31557.63/1595.41	c      1595           1050           0        20      432640.0000      418611.6897      3.35%
31664.65/1600.80	c      1601           1050           0        20      432640.0000      418611.6897      3.35%
31765.78/1606.03	c      1606           1050           0        20      432640.0000      418611.6897      3.35%
31869.41/1611.17	c      1611           1050           0        20      432640.0000      418611.6897      3.35%
31969.79/1616.22	c      1616           1050           0        20      432640.0000      418611.6897      3.35%
32070.92/1621.33	c      1621           1050           0        20      432640.0000      418611.6897      3.35%
32177.99/1626.72	c      1627           1050           0        20      432640.0000      418611.6897      3.35%
32279.08/1631.85	c      1632           1050           0        20      432640.0000      418611.6897      3.35%
32380.18/1636.91	c      1637           1050           0        20      432640.0000      418611.6897      3.35%
32485.27/1642.24	c      1642           1050           0        20      432640.0000      418611.6897      3.35%
32592.32/1647.69	c      1648           1053           3        20      432640.0000      418611.6897      3.35%
32695.33/1652.86	c      1653           1056           6        20      432640.0000      418611.6897      3.35%
32796.34/1657.91	c      1658           1056           6        20      432640.0000      418611.6897      3.35%
32898.06/1663.09	c      1663           1059           9        20      432640.0000      418611.6897      3.35%
32996.96/1668.13	c      1668           1059           9        20      432640.0000      418611.6897      3.35%
33107.29/1673.70	c      1674           1061          11        20      432640.0000      418611.6897      3.35%
33208.25/1678.76	c      1679           1061          11        20      432640.0000      418611.6897      3.35%
33309.20/1683.81	c      1684           1063          13        20      432640.0000      418611.6897      3.35%
33410.26/1688.93	c      1689           1064          14        20      432640.0000      418611.6897      3.35%
33509.30/1694.01	c      1694           1065          15        20      432640.0000      418611.6897      3.35%
33613.22/1699.15	c      1699           1069          19        20      432640.0000      418611.6897      3.35%
33715.18/1704.32	c      1704           1070          20        20      432640.0000      418611.6897      3.35%
33816.26/1709.42	c      1709           1071          21        20      432640.0000      418611.6897      3.35%
33917.31/1714.56	c      1715           1071          21        20      432640.0000      418611.6897      3.35%
34016.39/1719.58	c      1720           1072          22        20      432640.0000      418611.6897      3.35%
34117.41/1724.62	c      1725           1076          26        20      432640.0000      418611.6897      3.35%
34218.52/1729.72	c      1730           1079          29        20      432640.0000      418611.6897      3.35%
34317.59/1734.75	c      1735           1086          36        20      432640.0000      418611.6897      3.35%
34418.72/1739.80	c      1740           1091          41        20      432640.0000      418611.6897      3.35%
34517.83/1744.89	c      1745           1092          42        20      432640.0000      418611.6897      3.35%
34618.94/1749.95	c      1750           1098          48        20      432640.0000      418611.6897      3.35%
34718.00/1755.00	c      1755           1106          56        20      432640.0000      418611.6897      3.35%
34817.24/1760.03	c      1760           1109          59        20      432640.0000      418611.6897      3.35%
34918.96/1765.04	c      1765           1112          62        20      432640.0000      418611.6897      3.35%
35021.33/1770.25	c      1770           1115          65        20      432640.0000      418611.6897      3.35%
35126.39/1775.59	c      1776           1120          70        20      432640.0000      418611.6897      3.35%
35231.52/1780.85	c      1781           1123          73        20      432640.0000      418611.6897      3.35%
35332.68/1785.96	c      1786           1124          74        20      432640.0000      418611.6897      3.35%
35434.48/1791.04	c      1791           1128          78        20      432640.0000      418611.6897      3.35%
35535.56/1796.15	c      1796           1130          80        20      432640.0000      418611.6897      3.35%
35634.75/1801.18	c      1801           1134          84        20      432640.0000      418611.6897      3.35%
35740.95/1806.56	c      1807           1139          89        20      432640.0000      418611.6897      3.35%
35844.11/1811.74	c      1812           1142          92        20      432640.0000      418611.6897      3.35%
35945.25/1816.82	c      1817           1142          92        20      432640.0000      418611.6897      3.35%
36046.38/1821.97	c      1822           1148          98        20      432640.0000      418611.6897      3.35%
36148.25/1827.05	c      1827           1151         101        20      432640.0000      418611.6897      3.35%
36249.41/1832.20	c      1832           1157         107        20      432640.0000      418611.6897      3.35%
36349.79/1837.28	c      1837           1159         109        20      432640.0000      418611.6897      3.35%
36450.81/1842.37	c      1842           1162         112        20      432640.0000      418611.6897      3.35%
36551.94/1847.49	c      1847           1166         116        20      432640.0000      418611.6897      3.35%
36653.00/1852.51	c      1853           1169         119        20      432640.0000      418611.6897      3.35%
36752.10/1857.57	c      1858           1171         121        20      432640.0000      418611.6897      3.35%
36857.17/1862.82	c      1863           1173         123        20      432640.0000      418611.6897      3.35%
36958.31/1867.90	c      1868           1173         123        20      432640.0000      418611.6897      3.35%
37060.13/1873.04	c      1873           1175         125        20      432640.0000      418611.6897      3.35%
37162.53/1878.20	c      1878           1178         128        20      432640.0000      418611.6897      3.35%
37267.63/1883.52	c      1884           1180         130        20      432640.0000      418611.6897      3.35%
37366.73/1888.57	c      1889           1185         135        20      432640.0000      418611.6897      3.35%
37467.80/1893.68	c      1894           1186         136        20      432640.0000      418611.6897      3.35%
37572.89/1898.96	c      1899           1190         140        20      432640.0000      418611.6897      3.35%
37677.96/1904.28	c      1904           1192         142        20      432640.0000      418611.6897      3.35%
37781.06/1909.47	c      1909            992         991        20      432640.0000      418672.3137      3.34%
37882.18/1914.58	c      1915            994         993        20      432640.0000      418672.3137      3.34%
37983.30/1919.63	c      1920            995         994        20      432640.0000      418672.3137      3.34%
38084.42/1924.75	c      1925            996         995        20      432640.0000      418672.3137      3.34%
38187.54/1929.92	c      1930           1000         999        20      432640.0000      418672.3137      3.34%
38286.66/1934.96	c      1935           1005        1004        20      432640.0000      418672.3137      3.34%
38385.73/1939.97	c      1940           1011        1010        20      432640.0000      418672.3137      3.34%
38484.86/1944.98	c      1945           1011        1010        20      432640.0000      418672.3137      3.34%
38586.68/1950.05	c      1950           1013        1012        20      432640.0000      418672.3137      3.34%
38687.83/1955.14	c      1955           1013        1012        20      432640.0000      418672.3137      3.34%
38790.11/1960.37	c      1960           1023        1022        20      432640.0000      418672.3137      3.34%
38889.15/1965.39	c      1965           1028        1027        20      432640.0000      418672.3137      3.34%
38992.15/1970.56	c      1971           1039        1038        20      432640.0000      418672.3137      3.34%
39093.24/1975.69	c      1976           1040        1039        20      432640.0000      418672.3137      3.34%
39194.15/1980.74	c      1981           1047        1048        20      432640.0000      418672.3137      3.34%
39293.26/1985.76	c      1986           1047        1048        20      432640.0000      418672.3137      3.34%
39394.25/1990.83	c      1991           1048        1047        20      432640.0000      418672.3137      3.34%
39495.37/1995.98	c      1996           1048        1047        20      432640.0000      418672.3137      3.34%
39597.21/2001.11	c      2001           1048        1047        20      432640.0000      418672.3137      3.34%
39698.26/2006.19	c      2006           1049        1048        20      432640.0000      418672.3137      3.34%
39798.59/2011.29	c      2011           1050           0        20      432640.0000      418672.3137      3.34%
39899.67/2016.35	c      2016           1050           0        20      432640.0000      418672.3137      3.34%
40000.79/2021.49	c      2021           1050           0        20      432640.0000      418672.3137      3.34%
40109.56/2026.99	c      2027           1050           0        20      432640.0000      418672.3137      3.34%
40213.11/2032.16	c      2032           1050           0        20      432640.0000      418672.3137      3.34%
40312.32/2037.17	c      2037           1050           0        20      432640.0000      418672.3137      3.34%
40414.37/2042.32	c      2042           1050           0        20      432640.0000      418672.3137      3.34%
40513.48/2047.38	c      2047           1050           0        20      432640.0000      418672.3137      3.34%
40614.60/2052.45	c      2052           1050           0        20      432640.0000      418672.3137      3.34%
40717.71/2057.68	c      2058           1050           0        20      432640.0000      418672.3137      3.34%
40818.88/2062.79	c      2063           1050           0        20      432640.0000      418672.3137      3.34%
40920.04/2067.88	c      2068           1050           0        20      432640.0000      418672.3137      3.34%
41021.18/2072.93	c      2073           1050           0        20      432640.0000      418672.3137      3.34%
41120.26/2078.00	c      2078           1050           0        20      432640.0000      418672.3137      3.34%
41221.97/2083.04	c      2083           1050           0        20      432640.0000      418672.3137      3.34%
41324.36/2088.20	c      2088           1052           2        20      432640.0000      418672.3137      3.34%
41423.48/2093.29	c      2093           1052           2        20      432640.0000      418672.3137      3.34%
41526.52/2098.45	c      2098           1057           7        20      432640.0000      418672.3137      3.34%
41627.62/2103.55	c      2104           1060          10        20      432640.0000      418672.3137      3.34%
41728.70/2108.63	c      2109           1063          13        20      432640.0000      418672.3137      3.34%
41829.81/2113.74	c      2114           1066          16        20      432640.0000      418672.3137      3.34%
41928.94/2118.79	c      2119           1067          17        20      432640.0000      418672.3137      3.34%
42029.94/2123.87	c      2124           1068          18        20      432640.0000      418672.3137      3.34%
42128.88/2128.90	c      2129           1069          19        20      432640.0000      418672.3137      3.34%
42229.91/2133.90	c      2134           1069          19        20      432640.0000      418672.3137      3.34%
42329.01/2138.91	c      2139           1073          23        20      432640.0000      418672.3137      3.34%
42428.23/2143.94	c      2144           1076          26        20      432640.0000      418672.3137      3.34%
42529.94/2149.11	c      2149           1076          26        20      432640.0000      418672.3137      3.34%
42632.31/2154.27	c      2154           1076          26        20      432640.0000      418672.3137      3.34%
42733.48/2159.35	c      2159           1076          26        20      432640.0000      418672.3137      3.34%
42834.36/2164.41	c      2164           1076          26        20      432640.0000      418672.3137      3.34%
42935.29/2169.52	c      2170           1076          26        20      432640.0000      418672.3137      3.34%
43036.30/2174.68	c      2175           1076          26        20      432640.0000      418672.3137      3.34%
43139.45/2179.88	c      2180           1076          26        20      432640.0000      418672.3137      3.34%
43243.33/2185.06	c      2185           1076          26        20      432640.0000      418672.3137      3.34%
43347.66/2190.39	c      2190           1076          26        20      432640.0000      418672.3137      3.34%
43450.71/2195.58	c      2196           1076          26        20      432640.0000      418672.3137      3.34%
43551.83/2200.61	c      2201           1076          26        20      432640.0000      418672.3137      3.34%
43650.87/2205.66	c      2206           1084          34        20      432640.0000      418672.3137      3.34%
43751.97/2210.74	c      2211           1085          35        20      432640.0000      418672.3137      3.34%
43855.18/2215.96	c      2216           1089          39        20      432640.0000      418672.3137      3.34%
43959.00/2221.16	c      2221           1091          41        20      432640.0000      418672.3137      3.34%
44059.22/2226.22	c      2226           1093          43        20      432640.0000      418672.3137      3.34%
44160.30/2231.30	c      2231           1095          45        20      432640.0000      418672.3137      3.34%
44263.37/2236.54	c      2237           1097          47        20      432640.0000      418672.3137      3.34%
44362.48/2241.56	c      2242           1100          50        20      432640.0000      418672.3137      3.34%
44463.33/2246.67	c      2247           1102          52        20      432640.0000      418672.3137      3.34%
44566.35/2251.82	c      2252           1105          55        20      432640.0000      418672.3137      3.34%
44665.44/2256.85	c      2257           1106          56        20      432640.0000      418672.3137      3.34%
44764.55/2261.89	c      2262           1111          61        20      432640.0000      418672.3137      3.34%
44865.64/2267.01	c      2267           1112          62        20      432640.0000      418672.3137      3.34%
44967.38/2272.06	c      2272           1119          69        20      432640.0000      418672.3137      3.34%
45069.77/2277.23	c      2277           1122          72        20      432640.0000      418672.3137      3.34%
45168.87/2282.26	c      2282           1124          74        20      432640.0000      418672.3137      3.34%
45267.95/2287.28	c      2287           1127          77        20      432640.0000      418672.3137      3.34%
45368.95/2292.30	c      2292           1128          78        20      432640.0000      418672.3137      3.34%
45467.99/2297.33	c      2297           1131          81        20      432640.0000      418672.3137      3.34%
45569.04/2302.41	c      2302           1132          82        20      432640.0000      418672.3137      3.34%
45672.06/2307.61	c      2308           1134          84        20      432640.0000      418672.3137      3.34%
45771.15/2312.64	c      2313           1136          86        20      432640.0000      418672.3137      3.34%
45872.21/2317.75	c      2318           1136          86        20      432640.0000      418672.3137      3.34%
45973.27/2322.87	c      2323           1136          86        20      432640.0000      418672.3137      3.34%
46074.43/2327.96	c      2328           1142          92        20      432640.0000      418672.3137      3.34%
46173.31/2333.00	c      2333           1147          97        20      432640.0000      418672.3137      3.34%
46272.37/2338.02	c      2338           1152         102        20      432640.0000      418672.3137      3.34%
46371.46/2343.03	c      2343           1155         105        20      432640.0000      418672.3137      3.34%
46476.40/2348.21	c      2348           1155         105        20      432640.0000      418672.3137      3.34%
46577.47/2353.30	c      2353           1157         107        20      432640.0000      418672.3137      3.34%
46680.52/2358.54	c      2359           1162         112        20      432640.0000      418672.3137      3.34%
46783.56/2363.73	c      2364           1168         118        20      432640.0000      418672.3137      3.34%
46884.57/2368.82	c      2369           1168         118        20      432640.0000      418672.3137      3.34%
46990.27/2374.19	c      2374           1168         118        20      432640.0000      418672.3137      3.34%
47090.67/2379.22	c      2379           1175         125        20      432640.0000      418672.3137      3.34%
47195.64/2384.55	c      2385           1185         135        20      432640.0000      418672.3137      3.34%
47296.56/2389.61	c      2390           1186         136        20      432640.0000      418672.3137      3.34%
47395.61/2394.66	c      2395           1192         142        20      432640.0000      418672.3137      3.34%
47494.71/2399.69	c      2400           1192         142        20      432640.0000      418672.3137      3.34%
47595.79/2404.70	c      2405           1192         142        20      432640.0000      418672.3137      3.34%
47694.87/2409.79	c      2410           1192         142        20      432640.0000      418672.3137      3.34%
47797.92/2414.98	c      2415           1192         142        20      432640.0000      418672.3137      3.34%
47899.71/2420.11	c      2420           1199         149        20      432640.0000      418672.3137      3.34%
48002.03/2425.21	c      2425           1201         151        20      432640.0000      418672.3137      3.34%
48105.03/2430.49	c      2430           1207         157        20      432640.0000      418672.3137      3.34%
48206.05/2435.58	c      2436           1207         157        20      432640.0000      418672.3137      3.34%
48307.11/2440.61	c      2441           1207         157        20      432640.0000      418672.3137      3.34%
48408.19/2445.70	c      2446           1208         158        20      432640.0000      418672.3137      3.34%
48509.26/2450.88	c      2451            937         936        20      432640.0000      418680.8120      3.33%
48608.22/2455.90	c      2456            942         941        20      432640.0000      418688.4233      3.33%
48709.23/2461.03	c      2461            946         945        20      432640.0000      418688.4233      3.33%
48811.02/2466.07	c      2466            955         954        20      432640.0000      418696.4872      3.33%
48910.10/2471.11	c      2471            957         956        20      432640.0000      418696.4872      3.33%
49014.38/2476.30	c      2476            957         956        20      432640.0000      418696.4872      3.33%
49115.47/2481.43	c      2481            957         956        20      432640.0000      418696.4872      3.33%
49214.57/2486.49	c      2486            957         956        20      432640.0000      418696.4872      3.33%
49315.65/2491.53	c      2492            957         956        20      432640.0000      418696.4872      3.33%
49420.67/2496.89	c      2497            957         956        20      432640.0000      418696.4872      3.33%
49521.74/2501.90	c      2502            957         956        20      432640.0000      418696.4872      3.33%
49620.84/2506.96	c      2507            957         956        20      432640.0000      418696.4872      3.33%
49722.67/2512.08	c      2512            957         956        20      432640.0000      418696.4872      3.33%
49823.78/2517.17	c      2517            967         966        20      432640.0000      418733.1538      3.32%
49922.81/2522.18	c      2522            974         973        20      432640.0000      418739.8033      3.32%
50023.10/2527.23	c      2527            981         982        20      432640.0000      418745.0727      3.32%
50124.18/2532.35	c      2532            982         981        20      432640.0000      418745.0727      3.32%
50223.25/2537.39	c      2537            989         988        20      432640.0000      418745.0727      3.32%
50324.31/2542.48	c      2542            996         995        20      432640.0000      418747.8050      3.32%
50425.44/2547.59	c      2548           1006        1005        20      432640.0000      418758.6036      3.31%
50526.39/2552.65	c      2553           1016        1015        20      432640.0000      418761.2750      3.31%
50627.47/2557.72	c      2558           1025        1024        20      432640.0000      418766.0820      3.31%
50728.53/2562.81	c      2563           1031        1030        20      432640.0000      418766.0820      3.31%
50827.62/2567.89	c      2568           1035        1034        20      432640.0000      418772.0141      3.31%
50928.72/2572.95	c      2573           1040        1039        20      432640.0000      418772.0141      3.31%
51032.67/2578.19	c      2578           1045        1046        20      432640.0000      418773.1617      3.31%
51132.79/2583.24	c      2583           1046        1045        20      432640.0000      418773.1617      3.31%
51235.82/2588.43	c      2588           1050           0        20      432640.0000      418773.1617      3.31%
51338.90/2593.62	c      2594           1050           0        20      432640.0000      418773.1617      3.31%
51438.00/2598.67	c      2599           1050           0        20      432640.0000      418773.1617      3.31%
51540.65/2603.89	c      2604           1050           0        20      432640.0000      418773.1617      3.31%
51644.18/2609.04	c      2609           1050           0        20      432640.0000      418773.1617      3.31%
51743.34/2614.05	c      2614           1050           0        20      432640.0000      418773.1617      3.31%
51842.17/2619.07	c      2619           1050           0        20      432640.0000      418773.1617      3.31%
51940.79/2624.09	c      2624           1050           0        20      432640.0000      418773.1617      3.31%
52043.15/2629.26	c      2629           1050           0        20      432640.0000      418773.1617      3.31%
52146.21/2634.45	c      2634           1050           0        20      432640.0000      418773.1617      3.31%
52249.23/2639.66	c      2640           1050           0        20      432640.0000      418773.1617      3.31%
52352.25/2644.85	c      2645           1052           2        20      432640.0000      418773.1617      3.31%
52453.29/2649.95	c      2650           1056           6        20      432640.0000      418773.1617      3.31%
52555.05/2655.08	c      2655           1061          11        20      432640.0000      418773.1617      3.31%
52656.04/2660.18	c      2660           1062          12        20      432640.0000      418773.1617      3.31%
52758.09/2665.32	c      2665           1062          12        20      432640.0000      418773.1617      3.31%
52859.02/2670.45	c      2670           1069          19        20      432640.0000      418773.1617      3.31%
52960.07/2675.52	c      2676           1072          22        20      432640.0000      418773.1617      3.31%
53059.18/2680.57	c      2681           1074          24        20      432640.0000      418773.1617      3.31%
53164.26/2685.83	c      2686           1074          24        20      432640.0000      418773.1617      3.31%
53265.35/2690.92	c      2691           1074          24        20      432640.0000      418773.1617      3.31%
53369.22/2696.16	c      2696           1074          24        20      432640.0000      418773.1617      3.31%
53471.38/2701.33	c      2701           1074          24        20      432640.0000      418773.1617      3.31%
53572.44/2706.48	c      2706           1074          24        20      432640.0000      418773.1617      3.31%
53673.53/2711.55	c      2712           1074          24        20      432640.0000      418773.1617      3.31%
53772.64/2716.56	c      2717           1074          24        20      432640.0000      418773.1617      3.31%
53875.72/2721.72	c      2722           1077          27        20      432640.0000      418773.1617      3.31%
53976.80/2726.87	c      2727           1077          27        20      432640.0000      418773.1617      3.31%
54077.81/2731.97	c      2732           1080          30        20      432640.0000      418773.1617      3.31%
54179.71/2737.06	c      2737           1082          32        20      432640.0000      418773.1617      3.31%
54278.82/2742.07	c      2742           1089          39        20      432640.0000      418773.1617      3.31%
54379.80/2747.18	c      2747           1089          39        20      432640.0000      418773.1617      3.31%
54480.09/2752.29	c      2752           1091          41        20      432640.0000      418773.1617      3.31%
54583.19/2757.49	c      2757           1092          42        20      432640.0000      418773.1617      3.31%
54684.31/2762.58	c      2763           1096          46        20      432640.0000      418773.1617      3.31%
54785.41/2767.69	c      2768           1107          57        20      432640.0000      418773.1617      3.31%
54890.48/2773.03	c      2773           1109          59        20      432640.0000      418773.1617      3.31%
54994.48/2778.16	c      2778           1113          63        20      432640.0000      418773.1617      3.31%
55096.73/2783.30	c      2783           1113          63        20      432640.0000      418773.1617      3.31%
55197.86/2788.45	c      2788           1120          70        20      432640.0000      418773.1617      3.31%
55299.00/2793.57	c      2794           1120          70        20      432640.0000      418773.1617      3.31%
55402.22/2798.78	c      2799           1121          71        20      432640.0000      418773.1617      3.31%
55503.24/2803.84	c      2804           1125          75        20      432640.0000      418773.1617      3.31%
55604.37/2809.03	c      2809           1128          78        20      432640.0000      418773.1617      3.31%
55709.44/2814.20	c      2814           1131          81        20      432640.0000      418773.1617      3.31%
55810.60/2819.34	c      2819           1135          85        20      432640.0000      418773.1617      3.31%
55911.73/2824.42	c      2824           1139          89        20      432640.0000      418773.1617      3.31%
56014.83/2829.60	c      2830           1139          89        20      432640.0000      418773.1617      3.31%
56113.86/2834.69	c      2835           1139          89        20      432640.0000      418773.1617      3.31%
56214.98/2839.72	c      2840           1139          89        20      432640.0000      418773.1617      3.31%
56316.06/2844.85	c      2845           1139          89        20      432640.0000      418773.1617      3.31%
56417.15/2850.00	c      2850           1139          89        20      432640.0000      418773.1617      3.31%
56516.46/2855.03	c      2855           1139          89        20      432640.0000      418773.1617      3.31%
56623.29/2860.32	c      2860           1141          91        20      432640.0000      418773.1617      3.31%
56726.28/2865.51	c      2866           1146          96        20      432640.0000      418773.1617      3.31%
56825.34/2870.52	c      2871           1146          96        20      432640.0000      418773.1617      3.31%
56924.26/2875.56	c      2876           1151         101        20      432640.0000      418773.1617      3.31%
57025.32/2880.61	c      2881           1156         106        20      432640.0000      418773.1617      3.31%
57124.38/2885.62	c      2886           1158         108        20      432640.0000      418773.1617      3.31%
57223.49/2890.65	c      2891           1158         108        20      432640.0000      418773.1617      3.31%
57324.61/2895.75	c      2896           1158         108        20      432640.0000      418773.1617      3.31%
57423.73/2900.77	c      2901           1158         108        20      432640.0000      418773.1617      3.31%
57524.75/2905.84	c      2906           1158         108        20      432640.0000      418773.1617      3.31%
57625.85/2910.92	c      2911           1158         108        20      432640.0000      418773.1617      3.31%
57727.76/2916.09	c      2916           1158         108        20      432640.0000      418773.1617      3.31%
57828.92/2921.19	c      2921           1158         108        20      432640.0000      418773.1617      3.31%
57931.07/2926.33	c      2926           1158         108        20      432640.0000      418773.1617      3.31%
58034.17/2931.51	c      2932           1158         108        20      432640.0000      418773.1617      3.31%
58133.19/2936.52	c      2937           1158         108        20      432640.0000      418773.1617      3.31%
58234.28/2941.61	c      2942           1158         108        20      432640.0000      418773.1617      3.31%
58333.25/2946.65	c      2947           1160         110        20      432640.0000      418773.1617      3.31%
58432.23/2951.68	c      2952           1160         110        20      432640.0000      418773.1617      3.31%
58537.23/2956.96	c      2957           1160         110        20      432640.0000      418773.1617      3.31%
58641.13/2962.16	c      2962           1163         113        20      432640.0000      418773.1617      3.31%
58740.06/2967.18	c      2967           1165         115        20      432640.0000      418773.1617      3.31%
58840.39/2972.26	c      2972           1166         116        20      432640.0000      418773.1617      3.31%
58941.48/2977.35	c      2977           1169         119        20      432640.0000      418773.1617      3.31%
59048.50/2982.73	c      2983           1174         124        20      432640.0000      418773.1617      3.31%
59147.60/2987.79	c      2988           1177         127        20      432640.0000      418773.1617      3.31%
59248.73/2992.81	c      2993           1185         135        20      432640.0000      418773.1617      3.31%
59349.80/2997.94	c      2998           1192         142        20      432640.0000      418773.1617      3.31%
59453.55/3003.15	c      3003           1199         149        20      432640.0000      418773.1617      3.31%
59553.79/3008.26	c      3008           1201         151        20      432640.0000      418773.1617      3.31%
59654.86/3013.31	c      3013           1206         156        20      432640.0000      418773.1617      3.31%
59753.88/3018.34	c      3018           1216         166        20      432640.0000      418773.1617      3.31%
59854.89/3023.43	c      3023           1221         171        20      432640.0000      418773.1617      3.31%
59953.85/3028.48	c      3028           1224         174        20      432640.0000      418773.1617      3.31%
60054.84/3033.56	c      3034           1226         176        20      432640.0000      418773.1617      3.31%
60153.85/3038.58	c      3039           1228         178        20      432640.0000      418773.1617      3.31%
60258.82/3043.81	c      3044           1232         182        20      432640.0000      418773.1617      3.31%
60357.83/3048.87	c      3049           1241         191        20      432640.0000      418773.1617      3.31%
60456.81/3053.89	c      3054           1244         194        20      432640.0000      418773.1617      3.31%
60557.81/3058.92	c      3059           1251         201        20      432640.0000      418773.1617      3.31%
60656.95/3063.94	c      3064           1253         203        20      432640.0000      418773.1617      3.31%
60755.93/3068.98	c      3069           1256         206        20      432640.0000      418773.1617      3.31%
60859.47/3074.18	c      3074           1261         211        20      432640.0000      418773.1617      3.31%
60959.70/3079.22	c      3079           1262         212        20      432640.0000      418773.1617      3.31%
61060.70/3084.31	c      3084           1269         219        20      432640.0000      418773.1617      3.31%
61159.70/3089.33	c      3089           1274         224        20      432640.0000      418773.1617      3.31%
61262.70/3094.52	c      3095           1277         227        20      432640.0000      418773.1617      3.31%
61365.68/3099.76	c      3100           1281         231        20      432640.0000      418773.1617      3.31%
61464.71/3104.77	c      3105           1286         236        20      432640.0000      418773.1617      3.31%
61567.75/3109.98	c      3110           1287         237        20      432640.0000      418773.1617      3.31%
61672.78/3115.25	c      3115           1287         237        20      432640.0000      418773.1617      3.31%
61775.84/3120.43	c      3120           1291         241        20      432640.0000      418773.1617      3.31%
61874.96/3125.49	c      3125           1291         241        20      432640.0000      418773.1617      3.31%
61983.99/3130.92	c      3131           1291         241        20      432640.0000      418773.1617      3.31%
62085.92/3136.04	c      3136           1291         241        20      432640.0000      418773.1617      3.31%
62186.97/3141.14	c      3141           1291         241        20      432640.0000      418773.1617      3.31%
62287.40/3146.23	c      3146           1291         241        20      432640.0000      418773.1617      3.31%
62386.55/3151.27	c      3151           1291         241        20      432640.0000      418773.1617      3.31%
62487.60/3156.39	c      3156           1299         249        20      432640.0000      418773.1617      3.31%
62588.68/3161.44	c      3161           1307         257        20      432640.0000      418773.1617      3.31%
62687.75/3166.45	c      3166           1315         265        20      432640.0000      418773.1617      3.31%
62788.81/3171.59	c      3172           1318         268        20      432640.0000      418773.1617      3.31%
62891.86/3176.71	c      3177           1327         277        20      432640.0000      418773.1617      3.31%
62992.92/3181.86	c      3182           1332         282        20      432640.0000      418773.1617      3.31%
63096.61/3187.04	c      3187           1333         283        20      432640.0000      418773.1617      3.31%
63195.95/3192.13	c      3192           1341         291        20      432640.0000      418773.1617      3.31%
63296.88/3197.19	c      3197           1350         300        20      432640.0000      418773.1617      3.31%
63397.16/3202.21	c      3202           1355         305        20      432640.0000      418773.1617      3.31%
63496.20/3207.24	c      3207           1358         308        20      432640.0000      418773.1617      3.31%
63595.24/3212.26	c      3212           1364         314        20      432640.0000      418773.1617      3.31%
63694.21/3217.28	c      3217           1366         316        20      432640.0000      418773.1617      3.31%
63793.26/3222.29	c      3222           1374         324        20      432640.0000      418773.1617      3.31%
63894.29/3227.37	c      3227           1378         328        20      432640.0000      418773.1617      3.31%
63995.32/3232.40	c      3232           1388         338        20      432640.0000      418773.1617      3.31%
64096.36/3237.59	c      3238           1392         342        20      432640.0000      418773.1617      3.31%
64199.43/3242.74	c      3243           1395         345        20      432640.0000      418773.1617      3.31%
64302.56/3247.93	c      3248           1397         347        20      432640.0000      418773.1617      3.31%
64401.55/3252.98	c      3253           1398         348        20      432640.0000      418773.1617      3.31%
64503.33/3258.06	c      3258           1404         354        20      432640.0000      418773.1617      3.31%
64602.44/3263.11	c      3263           1409         359        20      432640.0000      418773.1617      3.31%
64703.42/3268.13	c      3268           1412         362        20      432640.0000      418773.1617      3.31%
64805.89/3273.33	c      3273           1414         364        20      432640.0000      418773.1617      3.31%
64905.01/3278.36	c      3278           1421         371        20      432640.0000      418773.1617      3.31%
65014.05/3283.85	c      3284           1424         374        20      432640.0000      418773.1617      3.31%
65115.12/3288.93	c      3289           1432         382        20      432640.0000      418773.1617      3.31%
65214.20/3294.02	c      3294           1435         385        20      432640.0000      418773.1617      3.31%
65315.76/3299.06	c      3299           1437         387        20      432640.0000      418773.1617      3.31%
65417.23/3304.15	c      3304           1441         391        20      432640.0000      418773.1617      3.31%
65516.08/3309.18	c      3309           1445         395        20      432640.0000      418773.1617      3.31%
65618.32/3314.31	c      3314           1451         401        20      432640.0000      418773.1617      3.31%
65719.46/3319.45	c      3319           1454         404        20      432640.0000      418773.1617      3.31%
65822.53/3324.61	c      3325           1454         404        20      432640.0000      418773.1617      3.31%
65921.63/3329.67	c      3330           1455         405        20      432640.0000      418773.1617      3.31%
66022.69/3334.79	c      3335           1462         412        20      432640.0000      418773.1617      3.31%
66123.77/3339.86	c      3340           1463         413        20      432640.0000      418773.1617      3.31%
66224.84/3344.96	c      3345           1471         421        20      432640.0000      418773.1617      3.31%
66323.93/3349.97	c      3350           1479         429        20      432640.0000      418773.1617      3.31%
66425.66/3355.12	c      3355           1479         429        20      432640.0000      418773.1617      3.31%
66532.02/3360.46	c      3360           1480         430        20      432640.0000      418773.1617      3.31%
66637.07/3365.73	c      3366           1484         434        20      432640.0000      418773.1617      3.31%
66736.10/3370.76	c      3371           1488         438        20      432640.0000      418773.1617      3.31%
66837.17/3375.84	c      3376           1489         441        20      432640.0000      418773.1617      3.31%
66936.27/3380.87	c      3381           1490         440        20      432640.0000      418773.1617      3.31%
67035.38/3385.89	c      3386           1494         444        20      432640.0000      418773.1617      3.31%
67136.52/3390.94	c      3391           1498         450        20      432640.0000      418773.1617      3.31%
67238.43/3396.10	c      3396           1498         450        20      432640.0000      418773.1617      3.31%
67342.79/3401.33	c      3401           1498         450        20      432640.0000      418773.1617      3.31%
67441.98/3406.35	c      3406           1498         450        20      432640.0000      418773.1617      3.31%
67543.02/3411.46	c      3411           1499         449        20      432640.0000      418773.1617      3.31%
67642.14/3416.48	c      3416           1507         457        20      432640.0000      418773.1617      3.31%
67747.22/3421.72	c      3422           1511         463        20      432640.0000      418773.1617      3.31%
67850.34/3426.91	c      3427           1511         463        20      432640.0000      418773.1617      3.31%
67949.59/3431.92	c      3432           1516         466        20      432640.0000      418773.1617      3.31%
68051.21/3437.05	c      3437           1518         468        20      432640.0000      418773.1617      3.31%
68150.27/3442.11	c      3442           1518         468        20      432640.0000      418773.1617      3.31%
68251.59/3447.17	c      3447           1520         470        20      432640.0000      418773.1617      3.31%
68350.45/3452.19	c      3452           1523         473        20      432640.0000      418773.1617      3.31%
68450.79/3457.24	c      3457           1526         476        20      432640.0000      418773.1617      3.31%
68551.88/3462.34	c      3462           1527         477        20      432640.0000      418773.1617      3.31%
68651.00/3467.39	c      3467           1533         485        20      432640.0000      418773.1617      3.31%
68752.11/3472.42	c      3472           1533         485        20      432640.0000      418773.1617      3.31%
68851.30/3477.50	c      3478           1535         485        20      432640.0000      418773.1617      3.31%
68952.25/3482.55	c      3483           1543         493        20      432640.0000      418773.1617      3.31%
69059.37/3488.02	c      3488           1543         493        20      432640.0000      418773.1617      3.31%
69164.21/3493.23	c      3493           1547         497        20      432640.0000      418773.1617      3.31%
69265.33/3498.31	c      3498           1556         506        20      432640.0000      418773.1617      3.31%
69364.46/3503.34	c      3503           1562         512        20      432640.0000      418773.1617      3.31%
69463.57/3508.36	c      3508           1566         516        20      432640.0000      418773.1617      3.31%
69566.65/3513.58	c      3514           1567         517        20      432640.0000      418773.1617      3.31%
69669.79/3518.76	c      3519           1569         519        20      432640.0000      418773.1617      3.31%
69770.97/3523.89	c      3524           1575         525        20      432640.0000      418773.1617      3.31%
69872.13/3528.91	c      3529           1578         528        20      432640.0000      418773.1617      3.31%
69971.22/3534.01	c      3534           1581         531        20      432640.0000      418773.1617      3.31%
70073.15/3539.09	c      3539           1583         533        20      432640.0000      418773.1617      3.31%
70172.32/3544.11	c      3544           1590         540        20      432640.0000      418773.1617      3.31%
70273.27/3549.17	c      3549           1598         548        20      432640.0000      418773.1617      3.31%
70375.66/3554.39	c      3554           1598         548        20      432640.0000      418773.1617      3.31%
70480.75/3559.68	c      3560           1598         548        20      432640.0000      418773.1617      3.31%
70579.88/3564.69	c      3565           1602         552        20      432640.0000      418773.1617      3.31%
70685.00/3569.94	c      3570           1606         556        20      432640.0000      418773.1617      3.31%
70789.06/3575.18	c      3575           1607         557        20      432640.0000      418773.1617      3.31%
70889.20/3580.29	c      3580           1608         558        20      432640.0000      418773.1617      3.31%
70992.16/3585.42	c      3585           1611         561        20      432640.0000      418773.1617      3.31%
71093.08/3590.58	c      3591           1615         565        20      432640.0000      418773.1617      3.31%
71193.98/3595.67	c      3596           1615         565        20      432640.0000      418773.1617      3.31%
71295.03/3600.72	c      3601           1615         565        20      432640.0000      418773.1617      3.31%
71394.14/3605.75	c      3606           1622         572        20      432640.0000      418773.1617      3.31%
71493.25/3610.78	c      3611           1631         581        20      432640.0000      418773.1617      3.31%
71596.40/3615.94	c      3616           1636         586        20      432640.0000      418773.1617      3.31%
71695.40/3620.98	c      3621           1642         592        20      432640.0000      418773.1617      3.31%
71794.51/3626.04	c      3626           1645         595        20      432640.0000      418773.1617      3.31%
71896.58/3631.13	c      3631           1648         598        20      432640.0000      418773.1617      3.31%
71997.44/3636.15	c      3636           1655         605        20      432640.0000      418773.1617      3.31%

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: 4
  memory of node 0: 191670 MiB (177863 MiB free)
  memory of node 1: 193494 MiB (184936 MiB free)
  memory of node 2: 193531 MiB (193052 MiB free)
  memory of node 3: 193531 MiB (172679 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465132-1722442748/watcher-4465132-1722442748 -o /tmp/evaluation-result-4465132-1722442748/solver-4465132-1722442748 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59013 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465132-1722442748.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100103 s]*
/proc/loadavg: 78.73 69.95 50.92 62/981 63928
/proc/meminfo: memFree=745958668/790760804 swapFree=131071996/131071996
[pid=63927] ppid=63924 vsize=88164 memory=77068 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/stat : 63927 (fscip) R 63924 63927 59001 0 -1 4194304 17068 0 0 0 8 2 0 0 20 0 1 0 10857959 90279936 19267 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
/proc/63927/statm: 22041 19267 2555 3035 0 18437 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 88164 KiB
Current children cumulated memory: 77068 KiB

[startup+0.22029 s]*
/proc/loadavg: 78.73 69.95 50.92 62/981 63928
/proc/meminfo: memFree=745914236/790760804 swapFree=131071996/131071996
[pid=63927] ppid=63924 vsize=119280 memory=98976 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/stat : 63927 (fscip) R 63924 63927 59001 0 -1 4194304 20965 0 0 0 20 3 0 0 20 0 1 0 10857959 122142720 24744 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
/proc/63927/statm: 29820 24744 2646 3035 0 26216 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 119280 KiB
Current children cumulated memory: 98976 KiB

[startup+0.320405 s]*
/proc/loadavg: 78.73 69.95 50.92 62/981 63928
/proc/meminfo: memFree=745857356/790760804 swapFree=131071996/131071996
[pid=63927] ppid=63924 vsize=145696 memory=133836 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/stat : 63927 (fscip) R 63924 63927 59001 0 -1 4194304 28127 0 0 0 28 4 0 0 20 0 1 0 10857959 149192704 33459 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
/proc/63927/statm: 36424 33459 2694 3035 0 32820 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 145696 KiB
Current children cumulated memory: 133836 KiB

[startup+0.700242 s]
/proc/loadavg: 78.73 69.95 50.92 62/981 63928
/proc/meminfo: memFree=745755668/790760804 swapFree=131071996/131071996
[pid=63927] ppid=63924 vsize=159772 memory=146984 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/stat : 63927 (fscip) R 63924 63927 59001 0 -1 4194304 40741 0 0 0 63 6 0 0 20 0 1 0 10857959 163606528 36746 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
/proc/63927/statm: 39943 36746 2774 3035 0 36339 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 159772 KiB
Current children cumulated memory: 146984 KiB

[startup+1.50027 s]
/proc/loadavg: 78.73 69.95 50.92 62/981 63928
/proc/meminfo: memFree=745744836/790760804 swapFree=131071996/131071996
[pid=63927] ppid=63924 vsize=322848 memory=278968 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/stat : 63927 (fscip) R 63924 63927 59001 0 -1 4194304 65136 0 0 0 138 10 0 0 20 0 1 0 10857959 330596352 69742 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
/proc/63927/statm: 80712 69742 2790 3035 0 77108 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 322848 KiB
Current children cumulated memory: 278968 KiB

[startup+3.12384 s]
/proc/loadavg: 77.31 69.80 50.97 64/1021 63968
/proc/meminfo: memFree=742658636/790760804 swapFree=131071996/131071996
[pid=63927] ppid=63924 vsize=4544024 memory=3320460 CPUtime=11.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/stat : 63927 (fscip) S 63924 63927 59001 0 -1 1077936128 798447 0 0 0 906 201 0 0 20 0 41 0 10857959 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
/proc/63927/statm: 1136006 830115 2934 3035 0 940931 0
[pid=63927/tid=63929] ppid=63924 vsize=4544024 memory=937240 CPUtime=0.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63929/stat : 63929 (fscip) R 63924 63927 59001 0 -1 4194368 28742 0 0 0 43 7 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63930] ppid=63924 vsize=4544024 memory=0 CPUtime=0.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63930/stat : 63930 (fscip) R 63924 63927 59001 0 -1 4194368 40200 0 0 0 35 10 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63931] ppid=63924 vsize=4544024 memory=435248 CPUtime=0.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63931/stat : 63931 (fscip) R 63924 63927 59001 0 -1 4194368 40303 0 0 0 35 10 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63932] ppid=63924 vsize=4544024 memory=643776 CPUtime=0.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63932/stat : 63932 (fscip) R 63924 63927 59001 0 -1 4194368 29216 0 0 0 39 9 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63933] ppid=63924 vsize=4544024 memory=281191240855152 CPUtime=0.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63933/stat : 63933 (fscip) R 63924 63927 59001 0 -1 4194368 40214 0 0 0 35 10 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63934] ppid=63924 vsize=4544024 memory=30399726987509844 CPUtime=0.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63934/stat : 63934 (fscip) R 63924 63927 59001 0 -1 4194368 40268 0 0 0 34 11 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63935] ppid=63924 vsize=4544024 memory=20829457518821444 CPUtime=0.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63935/stat : 63935 (fscip) R 63924 63927 59001 0 -1 4194368 29219 0 0 0 41 7 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63936] ppid=63924 vsize=4544024 memory=0 CPUtime=0.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63936/stat : 63936 (fscip) R 63924 63927 59001 0 -1 4194368 40231 0 0 0 36 10 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63937] ppid=63924 vsize=4544024 memory=0 CPUtime=0.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63937/stat : 63937 (fscip) R 63924 63927 59001 0 -1 4194368 40236 0 0 0 37 9 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63938] ppid=63924 vsize=4544024 memory=2237 CPUtime=0.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63938/stat : 63938 (fscip) R 63924 63927 59001 0 -1 4194368 29219 0 0 0 41 7 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63939] ppid=63924 vsize=4544024 memory=29836768444022866 CPUtime=0.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63939/stat : 63939 (fscip) R 63924 63927 59001 0 -1 4194368 40209 0 0 0 36 9 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63940] ppid=63924 vsize=4544024 memory=0 CPUtime=0.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63940/stat : 63940 (fscip) R 63924 63927 59001 0 -1 4194368 40227 0 0 0 36 10 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63941] ppid=63924 vsize=4544024 memory=0 CPUtime=0.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63941/stat : 63941 (fscip) R 63924 63927 59001 0 -1 4194368 28697 0 0 0 40 8 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63942] ppid=63924 vsize=4544024 memory=33000 CPUtime=0.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63942/stat : 63942 (fscip) R 63924 63927 59001 0 -1 4194368 40272 0 0 0 36 9 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63943] ppid=63924 vsize=4544024 memory=1804 CPUtime=0.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63943/stat : 63943 (fscip) R 63924 63927 59001 0 -1 4194368 40514 0 0 0 38 9 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63944] ppid=63924 vsize=4544024 memory=6048 CPUtime=0.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63944/stat : 63944 (fscip) R 63924 63927 59001 0 -1 4194368 29219 0 0 0 41 7 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63945] ppid=63924 vsize=4544024 memory=51200 CPUtime=0.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63945/stat : 63945 (fscip) R 63924 63927 59001 0 -1 4194368 40516 0 0 0 37 9 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63946] ppid=63924 vsize=4544024 memory=281191240478528 CPUtime=0.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63946/stat : 63946 (fscip) R 63924 63927 59001 0 -1 4194368 40209 0 0 0 36 9 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63947] ppid=63924 vsize=4544024 memory=-7087961436404368800 CPUtime=0.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63947/stat : 63947 (fscip) R 63924 63927 59001 0 -1 4194368 28742 0 0 0 41 8 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63948] ppid=63924 vsize=4544024 memory=-6873158782964108525 CPUtime=0.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63948/stat : 63948 (fscip) R 63924 63927 59001 0 -1 4194368 40218 0 0 0 35 10 0 0 20 0 41 0 10858110 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63949] ppid=63924 vsize=4544024 memory=-7606684646708830063 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63949/stat : 63949 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63950] ppid=63924 vsize=4544024 memory=8332363717844836222 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63950/stat : 63950 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63951] ppid=63924 vsize=4544024 memory=4639365559353436521 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63951/stat : 63951 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63952] ppid=63924 vsize=4544024 memory=-8969130608461307227 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63952/stat : 63952 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63953] ppid=63924 vsize=4544024 memory=281191240622608 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63953/stat : 63953 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63954] ppid=63924 vsize=4544024 memory=8533965801217 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63954/stat : 63954 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63955] ppid=63924 vsize=4544024 memory=8572620506881 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63955/stat : 63955 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63956] ppid=63924 vsize=4544024 memory=8684289656577 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63956/stat : 63956 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63957] ppid=63924 vsize=4544024 memory=8692879591169 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63957/stat : 63957 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63958] ppid=63924 vsize=4544024 memory=8765894034945 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63958/stat : 63958 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63959] ppid=63924 vsize=4544024 memory=9925535204865 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63959/stat : 63959 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63960] ppid=63924 vsize=4544024 memory=2814784127238148 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63960/stat : 63960 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63961] ppid=63924 vsize=4544024 memory=198340509722 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63961/stat : 63961 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63962] ppid=63924 vsize=4544024 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63962/stat : 63962 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63963] ppid=63924 vsize=4544024 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63963/stat : 63963 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63964] ppid=63924 vsize=4544024 memory=140595620330435 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63964/stat : 63964 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63965] ppid=63924 vsize=4544024 memory=26023 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63965/stat : 63965 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63966] ppid=63924 vsize=4544024 memory=64232 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63966/stat : 63966 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63967] ppid=63924 vsize=4544024 memory=83213 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63967/stat : 63967 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63968] ppid=63924 vsize=4544024 memory=83737 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63968/stat : 63968 (fscip) S 63924 63927 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10858218 4653080576 830115 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
Current children cumulated CPU time: 11.07 s
Current children cumulated vsize: 4544024 KiB
Current children cumulated memory: 3320460 KiB

[startup+6.30083 s]
/proc/loadavg: 77.31 69.80 50.97 82/1021 63969
/proc/meminfo: memFree=741928916/790760804 swapFree=131071996/131071996
[pid=63927] ppid=63924 vsize=5284352 memory=4181172 CPUtime=73.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/stat : 63927 (fscip) S 63924 63927 59001 0 -1 1077936128 989772 0 0 0 7105 242 0 0 20 0 41 0 10857959 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 17 70 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
/proc/63927/statm: 1321088 1045293 2934 3035 0 1178250 0
[pid=63927/tid=63929] ppid=63924 vsize=5284352 memory=10544 CPUtime=3.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63929/stat : 63929 (fscip) R 63924 63927 59001 0 -1 4194368 54483 0 0 0 350 13 0 0 20 0 41 0 10858110 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63930] ppid=63924 vsize=5284352 memory=0 CPUtime=3.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63930/stat : 63930 (fscip) R 63924 63927 59001 0 -1 4194368 64734 0 0 0 337 15 0 0 20 0 41 0 10858110 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63931] ppid=63924 vsize=5284352 memory=0 CPUtime=3.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63931/stat : 63931 (fscip) R 63924 63927 59001 0 -1 4194368 43086 0 0 0 339 11 0 0 20 0 41 0 10858110 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63932] ppid=63924 vsize=5284352 memory=643776 CPUtime=3.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63932/stat : 63932 (fscip) R 63924 63927 59001 0 -1 4194368 31910 0 0 0 353 9 0 0 20 0 41 0 10858110 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63933] ppid=63924 vsize=5284352 memory=3505072 CPUtime=3.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63933/stat : 63933 (fscip) R 63924 63927 59001 0 -1 4194368 49213 0 0 0 345 12 0 0 20 0 41 0 10858110 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63934] ppid=63924 vsize=5284352 memory=0 CPUtime=3.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63934/stat : 63934 (fscip) R 63924 63927 59001 0 -1 4194368 43308 0 0 0 342 12 0 0 20 0 41 0 10858110 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63935] ppid=63924 vsize=5284352 memory=25138 CPUtime=3.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63935/stat : 63935 (fscip) R 63924 63927 59001 0 -1 4194368 42595 0 0 0 353 10 0 0 20 0 41 0 10858110 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63936] ppid=63924 vsize=5284352 memory=0 CPUtime=3.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63936/stat : 63936 (fscip) R 63924 63927 59001 0 -1 4194368 43102 0 0 0 349 11 0 0 20 0 41 0 10858110 5411176448 1045293 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0

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

[pid=63927/tid=63952] ppid=63924 vsize=13614876 memory=281191241007280 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63952/stat : 63952 (fscip) S 63924 63927 59001 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63953] ppid=63924 vsize=13614876 memory=11979568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63953/stat : 63953 (fscip) S 63924 63927 59001 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63954] ppid=63924 vsize=13614876 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63954/stat : 63954 (fscip) S 63924 63927 59001 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63955] ppid=63924 vsize=13614876 memory=11440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63955/stat : 63955 (fscip) S 63924 63927 59001 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63956] ppid=63924 vsize=13614876 memory=12039792 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63956/stat : 63956 (fscip) S 63924 63927 59001 0 -1 1077936192 187 0 0 0 0 3 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63957] ppid=63924 vsize=13614876 memory=11440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63957/stat : 63957 (fscip) S 63924 63927 59001 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63958] ppid=63924 vsize=13614876 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63958/stat : 63958 (fscip) S 63924 63927 59001 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63959] ppid=63924 vsize=13614876 memory=11440 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63959/stat : 63959 (fscip) S 63924 63927 59001 0 -1 1077936192 121 0 0 0 4 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63960] ppid=63924 vsize=13614876 memory=11440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63960/stat : 63960 (fscip) S 63924 63927 59001 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63961] ppid=63924 vsize=13614876 memory=15364 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63961/stat : 63961 (fscip) S 63924 63927 59001 0 -1 1077936192 150 0 0 0 2 1 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63962] ppid=63924 vsize=13614876 memory=20660 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63962/stat : 63962 (fscip) S 63924 63927 59001 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63963] ppid=63924 vsize=13614876 memory=11440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63963/stat : 63963 (fscip) S 63924 63927 59001 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63964] ppid=63924 vsize=13614876 memory=28568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63964/stat : 63964 (fscip) S 63924 63927 59001 0 -1 1077936192 151 0 0 0 0 3 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63965] ppid=63924 vsize=13614876 memory=11989520 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63965/stat : 63965 (fscip) S 63924 63927 59001 0 -1 1077936192 133 0 0 0 4 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63966] ppid=63924 vsize=13614876 memory=15364 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63966/stat : 63966 (fscip) S 63924 63927 59001 0 -1 1077936192 102 0 0 0 4 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63967] ppid=63924 vsize=13614876 memory=10544 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63967/stat : 63967 (fscip) S 63924 63927 59001 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63968] ppid=63924 vsize=13614876 memory=40456 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63968/stat : 63968 (fscip) S 63924 63927 59001 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3011343 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
Current children cumulated CPU time: 70930.8 s
Current children cumulated vsize: 13614876 KiB
Current children cumulated memory: 12045372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.3 s]
/proc/loadavg: 80.34 80.24 79.77 83/1021 66273
/proc/meminfo: memFree=752135736/790760804 swapFree=131071996/131071996
[pid=63927] ppid=63924 vsize=13614876 memory=12053032 CPUtime=72000.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/stat : 63927 (fscip) S 63924 63927 59001 0 -1 1077936128 51740850 0 0 0 7192912 7140 0 0 20 0 41 0 10857959 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
/proc/63927/statm: 3403719 3013258 3334 3035 0 3291410 0
[pid=63927/tid=63929] ppid=63924 vsize=13614876 memory=11822120823029796 CPUtime=3605.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63929/stat : 63929 (fscip) R 63924 63927 59001 0 -1 4194368 1765987 0 0 0 360381 189 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63930] ppid=63924 vsize=13614876 memory=0 CPUtime=3603.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63930/stat : 63930 (fscip) R 63924 63927 59001 0 -1 4194368 3325625 0 0 0 359955 374 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63931] ppid=63924 vsize=13614876 memory=7312 CPUtime=3599.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63931/stat : 63931 (fscip) R 63924 63927 59001 0 -1 4194368 2591442 0 0 0 359421 531 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63932] ppid=63924 vsize=13614876 memory=12053028 CPUtime=3591.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63932/stat : 63932 (fscip) R 63924 63927 59001 0 -1 4194368 2038119 0 0 0 358940 213 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63933] ppid=63924 vsize=13614876 memory=11977040 CPUtime=3604 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63933/stat : 63933 (fscip) R 63924 63927 59001 0 -1 4194368 3478072 0 0 0 360011 389 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63934] ppid=63924 vsize=13614876 memory=2290336 CPUtime=3590.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63934/stat : 63934 (fscip) R 63924 63927 59001 0 -1 4194368 2489107 0 0 0 358566 508 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63935] ppid=63924 vsize=13614876 memory=0 CPUtime=3605.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63935/stat : 63935 (fscip) R 63924 63927 59001 0 -1 4194368 1761389 0 0 0 360370 182 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63936] ppid=63924 vsize=13614876 memory=2724 CPUtime=3600.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63936/stat : 63936 (fscip) R 63924 63927 59001 0 -1 4194368 3358790 0 0 0 359666 396 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63937] ppid=63924 vsize=13614876 memory=8196 CPUtime=3599.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63937/stat : 63937 (fscip) R 63924 63927 59001 0 -1 4194368 2410014 0 0 0 359445 512 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63938] ppid=63924 vsize=13614876 memory=281191242578272 CPUtime=3597.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63938/stat : 63938 (fscip) R 63924 63927 59001 0 -1 4194368 1904935 0 0 0 359572 207 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63939] ppid=63924 vsize=13614876 memory=5512 CPUtime=3600.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63939/stat : 63939 (fscip) R 63924 63927 59001 0 -1 4194368 3183317 0 0 0 359761 330 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63940] ppid=63924 vsize=13614876 memory=25333125866717268 CPUtime=3602.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63940/stat : 63940 (fscip) R 63924 63927 59001 0 -1 4194368 2313596 0 0 0 359711 497 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63941] ppid=63924 vsize=13614876 memory=360262 CPUtime=3602.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63941/stat : 63941 (fscip) R 63924 63927 59001 0 -1 4194368 1904909 0 0 0 360003 202 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63942] ppid=63924 vsize=13614876 memory=30399726987509844 CPUtime=3600.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63942/stat : 63942 (fscip) R 63924 63927 59001 0 -1 4194368 3684444 0 0 0 359695 380 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63943] ppid=63924 vsize=13614876 memory=62 CPUtime=3589.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63943/stat : 63943 (fscip) R 63924 63927 59001 0 -1 4194368 2536853 0 0 0 358463 523 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63944] ppid=63924 vsize=13614876 memory=0 CPUtime=3598.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63944/stat : 63944 (fscip) R 63924 63927 59001 0 -1 4194368 1868455 0 0 0 359693 206 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63945] ppid=63924 vsize=13614876 memory=3776 CPUtime=3599.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63945/stat : 63945 (fscip) R 63924 63927 59001 0 -1 4194368 3307693 0 0 0 359572 382 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63946] ppid=63924 vsize=13614876 memory=40456 CPUtime=3596.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63946/stat : 63946 (fscip) R 63924 63927 59001 0 -1 4194368 2336558 0 0 0 359174 466 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63947] ppid=63924 vsize=13614876 memory=0 CPUtime=3603.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63947/stat : 63947 (fscip) R 63924 63927 59001 0 -1 4194368 1822909 0 0 0 360165 192 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63948] ppid=63924 vsize=13614876 memory=12053028 CPUtime=3604.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63948/stat : 63948 (fscip) R 63924 63927 59001 0 -1 4194368 3564708 0 0 0 360069 394 0 0 20 0 41 0 10858110 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63949] ppid=63924 vsize=13614876 memory=25932 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63949/stat : 63949 (fscip) S 63924 63927 59001 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63950] ppid=63924 vsize=13614876 memory=21372 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63950/stat : 63950 (fscip) S 63924 63927 59001 0 -1 1077936192 167 0 0 0 4 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63951] ppid=63924 vsize=13614876 memory=11440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63951/stat : 63951 (fscip) S 63924 63927 59001 0 -1 1077936192 101 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63952] ppid=63924 vsize=13614876 memory=12053028 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63952/stat : 63952 (fscip) S 63924 63927 59001 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63953] ppid=63924 vsize=13614876 memory=281191240794640 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63953/stat : 63953 (fscip) S 63924 63927 59001 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63954] ppid=63924 vsize=13614876 memory=12053028 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63954/stat : 63954 (fscip) S 63924 63927 59001 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63955] ppid=63924 vsize=13614876 memory=281191241007280 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63955/stat : 63955 (fscip) S 63924 63927 59001 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63956] ppid=63924 vsize=13614876 memory=11979568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63956/stat : 63956 (fscip) S 63924 63927 59001 0 -1 1077936192 190 0 0 0 0 3 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63957] ppid=63924 vsize=13614876 memory=11977040 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63957/stat : 63957 (fscip) S 63924 63927 59001 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63958] ppid=63924 vsize=13614876 memory=11814096 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63958/stat : 63958 (fscip) S 63924 63927 59001 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63959] ppid=63924 vsize=13614876 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63959/stat : 63959 (fscip) S 63924 63927 59001 0 -1 1077936192 123 0 0 0 4 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63960] ppid=63924 vsize=13614876 memory=12053028 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63960/stat : 63960 (fscip) S 63924 63927 59001 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63961] ppid=63924 vsize=13614876 memory=281191243801344 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63961/stat : 63961 (fscip) S 63924 63927 59001 0 -1 1077936192 153 0 0 0 2 1 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63962] ppid=63924 vsize=13614876 memory=6941283252142368338 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63962/stat : 63962 (fscip) S 63924 63927 59001 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63963] ppid=63924 vsize=13614876 memory=-7019256412283953790 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63963/stat : 63963 (fscip) S 63924 63927 59001 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63964] ppid=63924 vsize=13614876 memory=15364 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63964/stat : 63964 (fscip) S 63924 63927 59001 0 -1 1077936192 154 0 0 0 0 3 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63965] ppid=63924 vsize=13614876 memory=25333125866717268 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63965/stat : 63965 (fscip) S 63924 63927 59001 0 -1 1077936192 135 0 0 0 4 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63966] ppid=63924 vsize=13614876 memory=12053028 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63966/stat : 63966 (fscip) S 63924 63927 59001 0 -1 1077936192 104 0 0 0 4 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63967] ppid=63924 vsize=13614876 memory=12038768 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63967/stat : 63967 (fscip) S 63924 63927 59001 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
[pid=63927/tid=63968] ppid=63924 vsize=13614876 memory=12053028 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/63927/task/63968/stat : 63968 (fscip) S 63924 63927 59001 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 10858218 13941633024 3013258 809668444160 4194304 16623229 140727126017440 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52879360 140727126021130 140727126021248 140727126021248 140727126028272 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 13614876 KiB
Current children cumulated memory: 12053032 KiB

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

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

# cumulated CPU time of all completed processes:  user=71929.4 s, system=71.7151 s

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

[startup+3636.41 s]*
/proc/loadavg: 80.34 80.24 79.77 62/982 66273
/proc/meminfo: memFree=756842580/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.6 s]
/proc/loadavg: 80.34 80.24 79.77 62/982 66273
/proc/meminfo: memFree=756842580/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3636.62
CPU time (s): 72001.1
CPU user time (s): 71929.4
CPU system time (s): 71.7151
CPU usage (%): 1979.89
Max. virtual memory (cumulated for all children) (KiB): 13680412
Max. memory (cumulated for all children) (KiB): 12053032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71929.3
system time used= 71.7151
maximum resident set size= 12053032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51740851
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= 224223
involuntary context switches= 250237


# summary of solver processes directly reported to runsolver:
#   pid: 63927
#   total CPU time (s): 72001.1
#   total CPU user time (s): 71929.4
#   total CPU system time (s): 71.7151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0007 second user time and 86.2633 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 18:19:08
IDJOB=4465132
IDBENCH=146712
IDSOLVER=3094
FILE ID=nodeD105/4465132-1722442748
RUNJOBID= nodeD105-1722441596-59013
SLURM_JOB_ID= 8254235
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-seymour1.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465132-1722442748/watcher-4465132-1722442748 -o /tmp/evaluation-result-4465132-1722442748/solver-4465132-1722442748 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59013 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465132-1722442748.opb -qsol -t 72000 -sth 20

TIME LIMIT= 72000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 20

MD5SUM BENCH= 0695af47158b7a843c4563178a14696e
RANDOM SEED=2077273995

nodeD105.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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2948.437
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.693
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2227.878
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3187.499
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2953.772
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3020.040
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1692.608
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.464
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2957.796
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3018.872
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3621.593
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.544
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2960.078
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.808
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3384.822
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.633
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2960.731
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3020.633
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3580.156
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.755
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2959.413
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3020.604
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3491.678
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.840
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2958.292
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.840
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2045.761
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.927
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2959.504
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.847
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2680.765
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3192.035
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2960.867
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3017.595
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2566.865
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3189.646
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2960.942
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3003.455
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2082.249
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3192.028
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2959.207
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3018.906
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3176.892
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3192.023
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2961.092
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.890
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2636.542
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3192.020
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2959.835
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3018.133
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2619.909
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3192.014
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2955.436
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.920
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2633.356
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3192.008
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2961.382
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3013.621
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2635.823
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3192.003
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2960.279
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.954
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2660.368
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.996
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2960.353
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.974
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2643.833
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.989
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2961.686
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3021.984
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2666.812
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.986
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2961.789
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3022.002
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1946.102
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.980
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2961.890
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3013.249
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3029.411
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3191.973
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art 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 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        746024532 kB
MemAvailable:   743927828 kB
Buffers:          129404 kB
Cached:           569628 kB
SwapCached:            0 kB
Active:           291676 kB
Inactive:       42049348 kB
Active(anon):       2168 kB
Inactive(anon): 41662352 kB
Active(file):     289508 kB
Inactive(file):   386996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32024 kB
Writeback:            68 kB
AnonPages:      41637560 kB
Mapped:           125284 kB
Shmem:             22536 kB
KReclaimable:     117756 kB
Slab:             446800 kB
SReclaimable:     117756 kB
SUnreclaim:       329044 kB
KernelStack:       16864 kB
PageTables:        95952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5062528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           188160 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3807232 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:      464896 kB
DirectMap2M:    53510144 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-07-31 19:19:45